]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Fixed role permission removal bug
[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
21     /**
22      * Actions
23      */
24     'actions' => 'Actions',
25     'view' => 'View',
26     'create' => 'Create',
27     'update' => 'Update',
28     'edit' => 'Edit',
29     'sort' => 'Sort',
30     'move' => 'Move',
31     'delete' => 'Delete',
32     'search' => 'Search',
33     'search_clear' => 'Clear Search',
34     'reset' => 'Reset',
35     'remove' => 'Remove',
36     'add' => 'Add',
37
38
39     /**
40      * Misc
41      */
42     'deleted_user' => 'Deleted User',
43     'no_activity' => 'No activity to show',
44     'no_items' => 'No items available',
45     'back_to_top' => 'Back to top',
46     'toggle_details' => 'Toggle Details',
47
48     /**
49      * Header
50      */
51     'view_profile' => 'View Profile',
52     'edit_profile' => 'Edit Profile',
53
54     /**
55      * Email Content
56      */
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 ];