]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
c05cfa56c067ab3f7f758cebd0b32fb7978ddaa1
[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
14     /**
15      * Form Labels
16      */
17     'name' => 'Name',
18     'description' => 'Description',
19     'role' => 'Role',
20     'cover_image' => 'Cover image',
21
22     /**
23      * Actions
24      */
25     'actions' => 'Actions',
26     'view' => 'View',
27     'create' => 'Create',
28     'update' => 'Update',
29     'edit' => 'Edit',
30     'sort' => 'Sort',
31     'move' => 'Move',
32     'delete' => 'Delete',
33     'search' => 'Search',
34     'search_clear' => 'Clear Search',
35     'reset' => 'Reset',
36     'remove' => 'Remove',
37     'add' => 'Add',
38
39
40     /**
41      * Misc
42      */
43     'deleted_user' => 'Deleted User',
44     'no_activity' => 'No activity to show',
45     'no_items' => 'No items available',
46     'back_to_top' => 'Back to top',
47     'toggle_details' => 'Toggle Details',
48     'toggle_thumbnails' => 'Toggle Thumbnails',
49
50     /**
51      * Header
52      */
53     'view_profile' => 'View Profile',
54     'edit_profile' => 'Edit Profile',
55
56     /**
57      * Email Content
58      */
59     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
60     'email_rights' => 'All rights reserved',
61 ];