]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
Update settings.php
[bookstack] / resources / lang / en / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Cancel',
9     'confirm' => 'Confirm',
10     'back' => 'Back',
11     'save' => 'Save',
12     'continue' => 'Continue',
13     'select' => 'Select',
14     'toggle_all' => 'Toggle All',
15     'more' => 'More',
16
17     // Form Labels
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     // Actions
25     'actions' => 'Actions',
26     'view' => 'View',
27     'view_all' => 'View All',
28     'create' => 'Create',
29     'update' => 'Update',
30     'edit' => 'Edit',
31     'sort' => 'Sort',
32     'move' => 'Move',
33     'copy' => 'Copy',
34     'reply' => 'Reply',
35     'delete' => 'Delete',
36     'search' => 'Search',
37     'search_clear' => 'Clear Search',
38     'reset' => 'Reset',
39     'remove' => 'Remove',
40     'add' => 'Add',
41
42     // Sort Options
43     'sort_options' => 'Sort Options',
44     'sort_direction_toggle' => 'Sort Direction Toggle',
45     'sort_ascending' => 'Sort Ascending',
46     'sort_descending' => 'Sort Descending',
47     'sort_name' => 'Name',
48     'sort_created_at' => 'Created Date',
49     'sort_updated_at' => 'Updated Date',
50
51     // Misc
52     'deleted_user' => 'Deleted User',
53     'no_activity' => 'No activity to show',
54     'no_items' => 'No items available',
55     'back_to_top' => 'Back to top',
56     'toggle_details' => 'Toggle Details',
57     'toggle_thumbnails' => 'Toggle Thumbnails',
58     'details' => 'Details',
59     'grid_view' => 'Grid View',
60     'list_view' => 'List View',
61     'default' => 'Default',
62     'breadcrumb' => 'Breadcrumb',
63
64     // Header
65     'profile_menu' => 'Profile Menu',
66     'view_profile' => 'View Profile',
67     'edit_profile' => 'Edit Profile',
68
69     // Layout tabs
70     'tab_info' => 'Info',
71     'tab_content' => 'Content',
72
73     // Email Content
74     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
75     'email_rights' => 'All rights reserved',
76 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.