X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/2734/head:/resources/lang/en/common.php diff --git a/resources/lang/en/common.php b/resources/lang/en/common.php index c8b4a2b22..855c1c807 100644 --- a/resources/lang/en/common.php +++ b/resources/lang/en/common.php @@ -33,6 +33,7 @@ return [ 'copy' => 'Copy', 'reply' => 'Reply', 'delete' => 'Delete', + 'delete_confirm' => 'Confirm Deletion', 'search' => 'Search', 'search_clear' => 'Clear Search', 'reset' => 'Reset', @@ -46,6 +47,7 @@ return [ 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'Name', + 'sort_default' => 'Default', 'sort_created_at' => 'Created Date', 'sort_updated_at' => 'Updated Date', @@ -63,15 +65,25 @@ return [ 'breadcrumb' => 'Breadcrumb', // Header + 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'View Profile', 'edit_profile' => 'Edit Profile', + 'dark_mode' => 'Dark Mode', + 'light_mode' => 'Light Mode', // Layout tabs 'tab_info' => 'Info', + 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Content', + 'tab_content_label' => 'Tab: Show Primary 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', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', ];