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