X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/be4f3d62cd37c7b83eb86bbf5fffa00d20acf2ec..refs/pull/2023/head:/resources/lang/en/common.php diff --git a/resources/lang/en/common.php b/resources/lang/en/common.php index 8e86129e2..c8b4a2b22 100644 --- a/resources/lang/en/common.php +++ b/resources/lang/en/common.php @@ -1,31 +1,30 @@ 'Cancel', 'confirm' => 'Confirm', 'back' => 'Back', 'save' => 'Save', 'continue' => 'Continue', 'select' => 'Select', + 'toggle_all' => 'Toggle All', 'more' => 'More', - /** - * Form Labels - */ + // Form Labels 'name' => 'Name', 'description' => 'Description', 'role' => 'Role', 'cover_image' => 'Cover image', 'cover_image_description' => 'This image should be approx 440x250px.', - /** - * Actions - */ + // Actions 'actions' => 'Actions', 'view' => 'View', + 'view_all' => 'View All', 'create' => 'Create', 'update' => 'Update', 'edit' => 'Edit', @@ -39,10 +38,18 @@ return [ 'reset' => 'Reset', 'remove' => 'Remove', 'add' => 'Add', + 'fullscreen' => 'Fullscreen', - /** - * Misc - */ + // Sort Options + 'sort_options' => 'Sort Options', + 'sort_direction_toggle' => 'Sort Direction Toggle', + 'sort_ascending' => 'Sort Ascending', + 'sort_descending' => 'Sort Descending', + 'sort_name' => 'Name', + 'sort_created_at' => 'Created Date', + 'sort_updated_at' => 'Updated Date', + + // Misc 'deleted_user' => 'Deleted User', 'no_activity' => 'No activity to show', 'no_items' => 'No items available', @@ -53,16 +60,18 @@ return [ 'grid_view' => 'Grid View', 'list_view' => 'List View', 'default' => 'Default', + 'breadcrumb' => 'Breadcrumb', - /** - * Header - */ + // Header + 'profile_menu' => 'Profile Menu', 'view_profile' => 'View Profile', 'edit_profile' => 'Edit Profile', - /** - * Email Content - */ + // Layout tabs + 'tab_info' => 'Info', + 'tab_content' => 'Content', + + // 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 +];