2016-11-17 21:33:07 +08:00
|
|
|
|
<?php
|
2018-12-16 21:12:13 +08:00
|
|
|
|
/**
|
|
|
|
|
* Common elements found throughout many areas of BookStack.
|
|
|
|
|
*/
|
2016-11-17 21:33:07 +08:00
|
|
|
|
return [
|
|
|
|
|
|
2018-12-16 21:12:13 +08:00
|
|
|
|
// Buttons
|
2016-11-17 21:33:07 +08:00
|
|
|
|
'cancel' => 'Cancel',
|
|
|
|
|
'confirm' => 'Confirm',
|
2016-12-04 02:35:40 +08:00
|
|
|
|
'back' => 'Back',
|
|
|
|
|
'save' => 'Save',
|
|
|
|
|
'continue' => 'Continue',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'select' => 'Select',
|
2019-04-13 19:07:27 +08:00
|
|
|
|
'toggle_all' => 'Toggle All',
|
2017-08-20 20:57:25 +08:00
|
|
|
|
'more' => 'More',
|
2016-11-17 21:33:07 +08:00
|
|
|
|
|
2018-12-16 21:12:13 +08:00
|
|
|
|
// Form Labels
|
2016-11-17 21:33:07 +08:00
|
|
|
|
'name' => 'Name',
|
|
|
|
|
'description' => 'Description',
|
2016-12-03 21:31:54 +08:00
|
|
|
|
'role' => 'Role',
|
2017-07-05 18:41:15 +08:00
|
|
|
|
'cover_image' => 'Cover image',
|
2017-12-07 01:32:29 +08:00
|
|
|
|
'cover_image_description' => 'This image should be approx 440x250px.',
|
2021-10-27 05:04:18 +08:00
|
|
|
|
|
2018-12-16 21:12:13 +08:00
|
|
|
|
// Actions
|
2016-12-03 21:31:54 +08:00
|
|
|
|
'actions' => 'Actions',
|
|
|
|
|
'view' => 'View',
|
2019-04-06 23:21:20 +08:00
|
|
|
|
'view_all' => 'View All',
|
2016-12-03 21:31:54 +08:00
|
|
|
|
'create' => 'Create',
|
|
|
|
|
'update' => 'Update',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'edit' => 'Edit',
|
2016-12-05 00:51:39 +08:00
|
|
|
|
'sort' => 'Sort',
|
|
|
|
|
'move' => 'Move',
|
2018-04-15 01:00:16 +08:00
|
|
|
|
'copy' => 'Copy',
|
2017-09-03 23:37:51 +08:00
|
|
|
|
'reply' => 'Reply',
|
2016-12-03 21:31:54 +08:00
|
|
|
|
'delete' => 'Delete',
|
2020-07-25 07:20:58 +08:00
|
|
|
|
'delete_confirm' => 'Confirm Deletion',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'search' => 'Search',
|
|
|
|
|
'search_clear' => 'Clear Search',
|
2016-12-24 23:21:19 +08:00
|
|
|
|
'reset' => 'Reset',
|
|
|
|
|
'remove' => 'Remove',
|
2017-04-15 22:04:30 +08:00
|
|
|
|
'add' => 'Add',
|
2021-08-08 21:24:44 +08:00
|
|
|
|
'configure' => 'Configure',
|
2019-12-22 22:21:18 +08:00
|
|
|
|
'fullscreen' => 'Fullscreen',
|
2021-05-16 07:29:56 +08:00
|
|
|
|
'favourite' => 'Favourite',
|
|
|
|
|
'unfavourite' => 'Unfavourite',
|
2021-05-29 19:39:41 +08:00
|
|
|
|
'next' => 'Next',
|
|
|
|
|
'previous' => 'Previous',
|
2021-11-07 00:30:20 +08:00
|
|
|
|
'filter_active' => 'Active Filter:',
|
|
|
|
|
'filter_clear' => 'Clear Filter',
|
2022-05-20 00:38:04 +08:00
|
|
|
|
'download' => 'Download',
|
|
|
|
|
'open_in_tab' => 'Open in Tab',
|
2016-12-04 02:35:40 +08:00
|
|
|
|
|
2019-01-13 22:10:27 +08:00
|
|
|
|
// Sort Options
|
2019-08-25 01:26:28 +08:00
|
|
|
|
'sort_options' => 'Sort Options',
|
|
|
|
|
'sort_direction_toggle' => 'Sort Direction Toggle',
|
|
|
|
|
'sort_ascending' => 'Sort Ascending',
|
|
|
|
|
'sort_descending' => 'Sort Descending',
|
2018-12-08 02:33:32 +08:00
|
|
|
|
'sort_name' => 'Name',
|
2021-03-22 07:06:15 +08:00
|
|
|
|
'sort_default' => 'Default',
|
2018-12-08 02:33:32 +08:00
|
|
|
|
'sort_created_at' => 'Created Date',
|
|
|
|
|
'sort_updated_at' => 'Updated Date',
|
|
|
|
|
|
2018-12-16 21:12:13 +08:00
|
|
|
|
// Misc
|
2016-12-04 02:35:40 +08:00
|
|
|
|
'deleted_user' => 'Deleted User',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'no_activity' => 'No activity to show',
|
|
|
|
|
'no_items' => 'No items available',
|
|
|
|
|
'back_to_top' => 'Back to top',
|
2021-06-16 03:58:45 +08:00
|
|
|
|
'skip_to_main_content' => 'Skip to main content',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'toggle_details' => 'Toggle Details',
|
2017-06-29 21:24:04 +08:00
|
|
|
|
'toggle_thumbnails' => 'Toggle Thumbnails',
|
2017-08-20 20:57:25 +08:00
|
|
|
|
'details' => 'Details',
|
2017-12-30 00:49:03 +08:00
|
|
|
|
'grid_view' => 'Grid View',
|
|
|
|
|
'list_view' => 'List View',
|
2018-09-20 22:27:30 +08:00
|
|
|
|
'default' => 'Default',
|
2019-08-25 22:44:51 +08:00
|
|
|
|
'breadcrumb' => 'Breadcrumb',
|
2021-12-13 01:39:06 +08:00
|
|
|
|
'status' => 'Status',
|
|
|
|
|
'status_active' => 'Active',
|
|
|
|
|
'status_inactive' => 'Inactive',
|
2022-01-04 03:42:48 +08:00
|
|
|
|
'never' => 'Never',
|
2022-01-31 22:16:56 +08:00
|
|
|
|
'none' => 'None',
|
2017-12-07 01:32:29 +08:00
|
|
|
|
|
2018-12-16 21:12:13 +08:00
|
|
|
|
// Header
|
2021-04-20 04:41:13 +08:00
|
|
|
|
'header_menu_expand' => 'Expand Header Menu',
|
2019-08-25 01:26:28 +08:00
|
|
|
|
'profile_menu' => 'Profile Menu',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'view_profile' => 'View Profile',
|
|
|
|
|
'edit_profile' => 'Edit Profile',
|
2020-04-12 03:44:23 +08:00
|
|
|
|
'dark_mode' => 'Dark Mode',
|
|
|
|
|
'light_mode' => 'Light Mode',
|
2016-12-04 22:08:04 +08:00
|
|
|
|
|
2019-04-14 00:36:27 +08:00
|
|
|
|
// Layout tabs
|
|
|
|
|
'tab_info' => 'Info',
|
2021-04-20 04:41:13 +08:00
|
|
|
|
'tab_info_label' => 'Tab: Show Secondary Information',
|
2019-04-14 00:36:27 +08:00
|
|
|
|
'tab_content' => 'Content',
|
2021-04-20 04:41:13 +08:00
|
|
|
|
'tab_content_label' => 'Tab: Show Primary Content',
|
2019-04-14 00:36:27 +08:00
|
|
|
|
|
2018-12-16 21:12:13 +08:00
|
|
|
|
// Email Content
|
2016-12-04 22:08:04 +08:00
|
|
|
|
'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
|
|
|
|
|
'email_rights' => 'All rights reserved',
|
2021-01-31 08:23:15 +08:00
|
|
|
|
|
|
|
|
|
// Footer Link Options
|
|
|
|
|
// Not directly used but available for convenience to users.
|
|
|
|
|
'privacy_policy' => 'Privacy Policy',
|
|
|
|
|
'terms_of_service' => 'Terms of Service',
|
2019-01-13 22:10:27 +08:00
|
|
|
|
];
|