]> 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 8e86129e2d49581fb8e025e8d41b8fb41e72a9d0..332a9a6d968a021428bdc0472bfa85063322953b 100644 (file)
@@ -1,9 +1,10 @@
 <?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
 return [
 
-    /**
-     * Buttons
-     */
+    // Buttons
     'cancel' => 'Cancel',
     'confirm' => 'Confirm',
     'back' => 'Back',
@@ -12,20 +13,17 @@ return [
     'select' => 'Select',
     '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',
@@ -40,9 +38,12 @@ return [
     'remove' => 'Remove',
     'add' => 'Add',
 
-    /**
-     * Misc
-     */
+    // 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',
     'no_items' => 'No items available',
@@ -54,15 +55,11 @@ return [
     'list_view' => 'List View',
     'default' => 'Default',
 
-    /**
-     * Header
-     */
+    // Header
     'view_profile' => 'View Profile',
     'edit_profile' => 'Edit Profile',
 
-    /**
-     * Email 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
+];