]> BookStack Code Mirror - bookstack/blob - lang/en/common.php
de7937b2be406a00fb344bb079b0773a77b5533c
[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     'fullscreen' => 'Fullscreen',
46     'favourite' => 'Favourite',
47     'unfavourite' => 'Unfavourite',
48     'next' => 'Next',
49     'previous' => 'Previous',
50     'filter_active' => 'Active Filter:',
51     'filter_clear' => 'Clear Filter',
52     'download' => 'Download',
53     'open_in_tab' => 'Open in Tab',
54
55     // Sort Options
56     'sort_options' => 'Sort Options',
57     'sort_direction_toggle' => 'Sort Direction Toggle',
58     'sort_ascending' => 'Sort Ascending',
59     'sort_descending' => 'Sort Descending',
60     'sort_name' => 'Name',
61     'sort_default' => 'Default',
62     'sort_created_at' => 'Created Date',
63     'sort_updated_at' => 'Updated Date',
64
65     // Misc
66     'deleted_user' => 'Deleted User',
67     'no_activity' => 'No activity to show',
68     'no_items' => 'No items available',
69     'back_to_top' => 'Back to top',
70     'skip_to_main_content' => 'Skip to main content',
71     'toggle_details' => 'Toggle Details',
72     'toggle_thumbnails' => 'Toggle Thumbnails',
73     'details' => 'Details',
74     'grid_view' => 'Grid View',
75     'list_view' => 'List View',
76     'default' => 'Default',
77     'breadcrumb' => 'Breadcrumb',
78     'status' => 'Status',
79     'status_active' => 'Active',
80     'status_inactive' => 'Inactive',
81     'never' => 'Never',
82     'none' => 'None',
83
84     // Header
85     'homepage' => 'Homepage',
86     'header_menu_expand' => 'Expand Header Menu',
87     'profile_menu' => 'Profile Menu',
88     'view_profile' => 'View Profile',
89     'edit_profile' => 'Edit Profile',
90     'dark_mode' => 'Dark Mode',
91     'light_mode' => 'Light Mode',
92     'global_search' => 'Global Search',
93
94     // Layout tabs
95     'tab_info' => 'Info',
96     'tab_info_label' => 'Tab: Show Secondary Information',
97     'tab_content' => 'Content',
98     'tab_content_label' => 'Tab: Show Primary Content',
99
100     // Email Content
101     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
102     'email_rights' => 'All rights reserved',
103
104     // Footer Link Options
105     // Not directly used but available for convenience to users.
106     'privacy_policy' => 'Privacy Policy',
107     'terms_of_service' => 'Terms of Service',
108 ];