X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/96075dee7be755b3e885cb613f90f67952eded85..refs/pull/704/head:/resources/lang/en/common.php diff --git a/resources/lang/en/common.php b/resources/lang/en/common.php index 9ee359641..26f096327 100644 --- a/resources/lang/en/common.php +++ b/resources/lang/en/common.php @@ -9,6 +9,8 @@ return [ 'back' => 'Back', 'save' => 'Save', 'continue' => 'Continue', + 'select' => 'Select', + 'more' => 'More', /** * Form Labels @@ -16,7 +18,9 @@ return [ 'name' => 'Name', 'description' => 'Description', 'role' => 'Role', - + 'cover_image' => 'Cover image', + 'cover_image_description' => 'This image should be approx 440x250px.', + /** * Actions */ @@ -24,11 +28,39 @@ return [ 'view' => 'View', 'create' => 'Create', 'update' => 'Update', + 'edit' => 'Edit', + 'sort' => 'Sort', + 'move' => 'Move', + 'reply' => 'Reply', 'delete' => 'Delete', - + 'search' => 'Search', + 'search_clear' => 'Clear Search', + 'reset' => 'Reset', + 'remove' => 'Remove', + 'add' => 'Add', /** * Misc */ 'deleted_user' => 'Deleted User', + 'no_activity' => 'No activity to show', + 'no_items' => 'No items available', + 'back_to_top' => 'Back to top', + 'toggle_details' => 'Toggle Details', + 'toggle_thumbnails' => 'Toggle Thumbnails', + 'details' => 'Details', + 'grid_view' => 'Grid View', + 'list_view' => 'List View', + + /** + * Header + */ + 'view_profile' => 'View Profile', + 'edit_profile' => 'Edit Profile', + + /** + * Email Content + */ + 'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:', + 'email_rights' => 'All rights reserved', ]; \ No newline at end of file