]> BookStack Code Mirror - bookstack/blob - lang/en/common.php
Notifications: Added new preferences view and access control
[bookstack] / 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     'close' => 'Close',
10     'confirm' => 'Confirm',
11     'back' => 'Back',
12     'save' => 'Save',
13     'continue' => 'Continue',
14     'select' => 'Select',
15     'toggle_all' => 'Toggle All',
16     'more' => 'More',
17
18     // Form Labels
19     'name' => 'Name',
20     'description' => 'Description',
21     'role' => 'Role',
22     'cover_image' => 'Cover image',
23     'cover_image_description' => 'This image should be approx 440x250px.',
24
25     // Actions
26     'actions' => 'Actions',
27     'view' => 'View',
28     'view_all' => 'View All',
29     'new' => 'New',
30     'create' => 'Create',
31     'update' => 'Update',
32     'edit' => 'Edit',
33     'sort' => 'Sort',
34     'move' => 'Move',
35     'copy' => 'Copy',
36     'reply' => 'Reply',
37     'delete' => 'Delete',
38     'delete_confirm' => 'Confirm Deletion',
39     'search' => 'Search',
40     'search_clear' => 'Clear Search',
41     'reset' => 'Reset',
42     'remove' => 'Remove',
43     'add' => 'Add',
44     'configure' => 'Configure',
45     'manage' => 'Manage',
46     'fullscreen' => 'Fullscreen',
47     'favourite' => 'Favourite',
48     'unfavourite' => 'Unfavourite',
49     'next' => 'Next',
50     'previous' => 'Previous',
51     'filter_active' => 'Active Filter:',
52     'filter_clear' => 'Clear Filter',
53     'download' => 'Download',
54     'open_in_tab' => 'Open in Tab',
55
56     // Sort Options
57     'sort_options' => 'Sort Options',
58     'sort_direction_toggle' => 'Sort Direction Toggle',
59     'sort_ascending' => 'Sort Ascending',
60     'sort_descending' => 'Sort Descending',
61     'sort_name' => 'Name',
62     'sort_default' => 'Default',
63     'sort_created_at' => 'Created Date',
64     'sort_updated_at' => 'Updated Date',
65
66     // Misc
67     'deleted_user' => 'Deleted User',
68     'no_activity' => 'No activity to show',
69     'no_items' => 'No items available',
70     'back_to_top' => 'Back to top',
71     'skip_to_main_content' => 'Skip to main content',
72     'toggle_details' => 'Toggle Details',
73     'toggle_thumbnails' => 'Toggle Thumbnails',
74     'details' => 'Details',
75     'grid_view' => 'Grid View',
76     'list_view' => 'List View',
77     'default' => 'Default',
78     'breadcrumb' => 'Breadcrumb',
79     'status' => 'Status',
80     'status_active' => 'Active',
81     'status_inactive' => 'Inactive',
82     'never' => 'Never',
83     'none' => 'None',
84
85     // Header
86     'homepage' => 'Homepage',
87     'header_menu_expand' => 'Expand Header Menu',
88     'profile_menu' => 'Profile Menu',
89     'view_profile' => 'View Profile',
90     'edit_profile' => 'Edit Profile',
91     'dark_mode' => 'Dark Mode',
92     'light_mode' => 'Light Mode',
93     'global_search' => 'Global Search',
94
95     // Layout tabs
96     'tab_info' => 'Info',
97     'tab_info_label' => 'Tab: Show Secondary Information',
98     'tab_content' => 'Content',
99     'tab_content_label' => 'Tab: Show Primary Content',
100
101     // Email Content
102     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
103     'email_rights' => 'All rights reserved',
104
105     // Footer Link Options
106     // Not directly used but available for convenience to users.
107     'privacy_policy' => 'Privacy Policy',
108     'terms_of_service' => 'Terms of Service',
109 ];