X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cfdf5b93d98c0b317b362fba0f0d40b5b3eec09e..refs/pull/806/head:/resources/lang/en/entities.php diff --git a/resources/lang/en/entities.php b/resources/lang/en/entities.php index c25dbb623..430655a87 100644 --- a/resources/lang/en/entities.php +++ b/resources/lang/en/entities.php @@ -166,6 +166,9 @@ return [ 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_move_success' => 'Page moved to ":parentName"', + 'pages_copy' => 'Copy Page', + 'pages_copy_desination' => 'Copy Destination', + 'pages_copy_success' => 'Page successfully copied', 'pages_permissions' => 'Page Permissions', 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', @@ -190,7 +193,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!', ], @@ -208,7 +211,7 @@ return [ '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',