]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Added Book cover image description in all languages.
[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 300x170px.',
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     'delete' => 'Delete',
35     'search' => 'Search',
36     'search_clear' => 'Clear Search',
37     'reset' => 'Reset',
38     'remove' => 'Remove',
39     'add' => 'Add',
40
41     /**
42      * Misc
43      */
44     'deleted_user' => 'Deleted User',
45     'no_activity' => 'No activity to show',
46     'no_items' => 'No items available',
47     'back_to_top' => 'Back to top',
48     'toggle_details' => 'Toggle Details',
49     'toggle_thumbnails' => 'Toggle Thumbnails',
50     'details' => 'Details',
51     /**
52      * Header
53      */
54     'view_profile' => 'View Profile',
55     'edit_profile' => 'Edit Profile',
56
57     /**
58      * Email Content
59      */
60     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
61     'email_rights' => 'All rights reserved',
62 ];