X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1d1cc19596ac30d40a74ee751011b9bac038c47c..refs/pull/846/head:/resources/lang/en/entities.php diff --git a/resources/lang/en/entities.php b/resources/lang/en/entities.php index 6c5dd9f77..a4d3ae6e8 100644 --- a/resources/lang/en/entities.php +++ b/resources/lang/en/entities.php @@ -190,7 +190,7 @@ return [ 'pages_draft_edit_active' => [ 'start_a' => ':count users have started editing this page', 'start_b' => ':userName has started editing this page', - 'time_a' => 'since the pages was last updated', + 'time_a' => 'since the page was last updated', 'time_b' => 'in the last :minCount minutes', 'message' => ':start :time. Take care not to overwrite each other\'s updates!', ], @@ -200,13 +200,15 @@ return [ * Editor sidebar */ 'page_tags' => 'Page Tags', + 'chapter_tags' => 'Chapter Tags', + 'book_tags' => 'Book Tags', 'tag' => 'Tag', - 'tags' => '', + 'tags' => 'Tags', 'tag_value' => 'Tag Value (Optional)', 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", 'tags_add' => 'Add another tag', 'attachments' => 'Attachments', - 'attachments_explain' => 'Upload some files or attach some link to display on your page. These are visible in the page sidebar.', + 'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.', 'attachments_explain_instant_save' => 'Changes here are saved instantly.', 'attachments_items' => 'Attached Items', 'attachments_upload' => 'Upload File', @@ -245,6 +247,7 @@ return [ */ 'comment' => 'Comment', 'comments' => 'Comments', + 'comment_add' => 'Add Comment', 'comment_placeholder' => 'Leave a comment here', 'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments', 'comment_save' => 'Save Comment',