]> BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
doc(dev): add xdebug informations
[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     'delete_confirm' => 'Confirm Deletion',
37     'search' => 'Search',
38     'search_clear' => 'Clear Search',
39     'reset' => 'Reset',
40     'remove' => 'Remove',
41     'add' => 'Add',
42     'configure' => 'Configure',
43     'fullscreen' => 'Fullscreen',
44     'favourite' => 'Favourite',
45     'unfavourite' => 'Unfavourite',
46     'next' => 'Next',
47     'previous' => 'Previous',
48     'filter_active' => 'Active Filter:',
49     'filter_clear' => 'Clear Filter',
50
51     // Sort Options
52     'sort_options' => 'Sort Options',
53     'sort_direction_toggle' => 'Sort Direction Toggle',
54     'sort_ascending' => 'Sort Ascending',
55     'sort_descending' => 'Sort Descending',
56     'sort_name' => 'Name',
57     'sort_default' => 'Default',
58     'sort_created_at' => 'Created Date',
59     'sort_updated_at' => 'Updated Date',
60
61     // Misc
62     'deleted_user' => 'Deleted User',
63     'no_activity' => 'No activity to show',
64     'no_items' => 'No items available',
65     'back_to_top' => 'Back to top',
66     'skip_to_main_content' => 'Skip to main content',
67     'toggle_details' => 'Toggle Details',
68     'toggle_thumbnails' => 'Toggle Thumbnails',
69     'details' => 'Details',
70     'grid_view' => 'Grid View',
71     'list_view' => 'List View',
72     'default' => 'Default',
73     'breadcrumb' => 'Breadcrumb',
74     'status' => 'Status',
75     'status_active' => 'Active',
76     'status_inactive' => 'Inactive',
77     'never' => 'Never',
78
79     // Header
80     'header_menu_expand' => 'Expand Header Menu',
81     'profile_menu' => 'Profile Menu',
82     'view_profile' => 'View Profile',
83     'edit_profile' => 'Edit Profile',
84     'dark_mode' => 'Dark Mode',
85     'light_mode' => 'Light Mode',
86
87     // Layout tabs
88     'tab_info' => 'Info',
89     'tab_info_label' => 'Tab: Show Secondary Information',
90     'tab_content' => 'Content',
91     'tab_content_label' => 'Tab: Show Primary Content',
92
93     // Email Content
94     'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
95     'email_rights' => 'All rights reserved',
96
97     // Footer Link Options
98     // Not directly used but available for convenience to users.
99     'privacy_policy' => 'Privacy Policy',
100     'terms_of_service' => 'Terms of Service',
101 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.