]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/entities.php
#47 - Fixes the issues with the test case.
[bookstack] / resources / lang / en / entities.php
index dd7c54755d99198d3af30aa05c7e0f071879a9c0..43053df10f41d513561e7fef65f9c562aba52f6f 100644 (file)
@@ -246,5 +246,15 @@ return [
     'one_comment' => '1 Comment',
     'comments_loading' => 'Loading...',
     'comment_save' => 'Save Comment',
-    'comment_cancel' => 'Cancel'
+    'comment_reply' => 'Reply',
+    'comment_edit' => 'Edit',
+    'comment_delete' => 'Delete',
+    'comment_cancel' => 'Cancel',
+    'comment_created' => 'Comment added',
+    'comment_updated' => 'Comment updated',
+    'comment_deleted' => 'Comment deleted',
+    'comment_updated_text' => 'Updated :updateDiff by',
+    'comment_delete_confirm' => 'This will remove the contents of the comment. Are you sure you want to delete this comment?',
+    'comment_create' => 'Created'
+
 ];
\ No newline at end of file