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