]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/en/common.php
Update search.js
[bookstack] / resources / lang / en / common.php
index 9ee35964152ef3a7369c6dd04a7d403be7ec218f..e1d74c95e0e0718f0be435c5f40fdbb3da9f8e40 100644 (file)
@@ -9,6 +9,7 @@ return [
     'back' => 'Back',
     'save' => 'Save',
     'continue' => 'Continue',
+    'select' => 'Select',
 
     /**
      * Form Labels
@@ -24,11 +25,35 @@ return [
     'view' => 'View',
     'create' => 'Create',
     'update' => 'Update',
+    'edit' => 'Edit',
+    'sort' => 'Sort',
+    'move' => 'Move',
     'delete' => 'Delete',
+    'search' => 'Search',
+    'search_clear' => 'Clear Search',
+    'reset' => 'Reset',
+    'remove' => 'Remove',
+    'add' => 'Add',
 
 
     /**
      * Misc
      */
     'deleted_user' => 'Deleted User',
+    'no_activity' => 'No activity to show',
+    'no_items' => 'No items available',
+    'back_to_top' => 'Back to top',
+    'toggle_details' => 'Toggle Details',
+
+    /**
+     * Header
+     */
+    'view_profile' => 'View Profile',
+    'edit_profile' => 'Edit Profile',
+
+    /**
+     * 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