]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/common.php
Made a mass of accessibility improvements
[bookstack] / resources / lang / en / common.php
index ed880afcf9ab24d0bdd0f30dcf6ae8f5b3de7394..e81cf6a52031dcdcb648112605c64f2454ab52f8 100644 (file)
@@ -40,6 +40,10 @@ return [
     'add' => 'Add',
 
     // 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',
@@ -57,6 +61,7 @@ return [
     'default' => 'Default',
 
     // Header
+    'profile_menu' => 'Profile Menu',
     'view_profile' => 'View Profile',
     'edit_profile' => 'Edit Profile',