]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Add Slovak translation
[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
37
38     /**
39      * Misc
40      */
41     'deleted_user' => 'Deleted User',
42     'no_activity' => 'No activity to show',
43     'no_items' => 'No items available',
44     'back_to_top' => 'Back to top',
45     'toggle_details' => 'Toggle Details',
46
47     /**
48      * Header
49      */
50     'view_profile' => 'View Profile',
51     'edit_profile' => 'Edit Profile',
52
53     /**
54      * Email Content
55      */
56     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
57     'email_rights' => 'All rights reserved',
58 ];