]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/common.php
Added shelves and search shortcuts to profile page
[bookstack] / resources / lang / en / common.php
index ac2edc621f9256b80eb1c1729b2bf91aafd3bbba..332a9a6d968a021428bdc0472bfa85063322953b 100644 (file)
@@ -23,6 +23,7 @@ return [
     // Actions
     'actions' => 'Actions',
     'view' => 'View',
+    'view_all' => 'View All',
     'create' => 'Create',
     'update' => 'Update',
     'edit' => 'Edit',
@@ -37,6 +38,11 @@ return [
     'remove' => 'Remove',
     'add' => 'Add',
 
+    // Sort Options
+    'sort_name' => 'Name',
+    'sort_created_at' => 'Created Date',
+    'sort_updated_at' => 'Updated Date',
+
     // Misc
     'deleted_user' => 'Deleted User',
     'no_activity' => 'No activity to show',
@@ -56,4 +62,4 @@ return [
     // 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
+];