]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Updated TinyMCE and fixed TinyMCE/Codemirror cursor jumping
[bookstack] / resources / lang / en / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancel',
9     'confirm' => 'Confirm',
10     'back' => 'Back',
11     'save' => 'Save',
12     'continue' => 'Continue',
13     'select' => 'Select',
14     'more' => 'More',
15
16     // Form Labels
17     'name' => 'Name',
18     'description' => 'Description',
19     'role' => 'Role',
20     'cover_image' => 'Cover image',
21     'cover_image_description' => 'This image should be approx 440x250px.',
22     
23     // Actions
24     'actions' => 'Actions',
25     'view' => 'View',
26     'create' => 'Create',
27     'update' => 'Update',
28     'edit' => 'Edit',
29     'sort' => 'Sort',
30     'move' => 'Move',
31     'copy' => 'Copy',
32     'reply' => 'Reply',
33     'delete' => 'Delete',
34     'search' => 'Search',
35     'search_clear' => 'Clear Search',
36     'reset' => 'Reset',
37     'remove' => 'Remove',
38     'add' => 'Add',
39
40     // Misc
41     'deleted_user' => 'Deleted User',
42     'no_activity' => 'No activity to show',
43     'no_items' => 'No items available',
44     'back_to_top' => 'Back to top',
45     'toggle_details' => 'Toggle Details',
46     'toggle_thumbnails' => 'Toggle Thumbnails',
47     'details' => 'Details',
48     'grid_view' => 'Grid View',
49     'list_view' => 'List View',
50     'default' => 'Default',
51
52     // Header
53     'view_profile' => 'View Profile',
54     'edit_profile' => 'Edit Profile',
55
56     // Email Content
57     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
58     'email_rights' => 'All rights reserved',
59 ];