]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
de_informal - remove comments from unused lines
[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      * Misc
45      */
46     'deleted_user' => 'Deleted User',
47     'no_activity' => 'No activity to show',
48     'no_items' => 'No items available',
49     'back_to_top' => 'Back to top',
50     'toggle_details' => 'Toggle Details',
51     'toggle_thumbnails' => 'Toggle Thumbnails',
52     'details' => 'Details',
53     'grid_view' => 'Grid View',
54     'list_view' => 'List View',
55     'default' => 'Default',
56
57     /**
58      * Header
59      */
60     'view_profile' => 'View Profile',
61     'edit_profile' => 'Edit Profile',
62
63     /**
64      * Email Content
65      */
66     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
67     'email_rights' => 'All rights reserved',
68 ];