2016-11-17 08:33:07 -05:00
|
|
|
|
<?php
|
2018-12-16 08:12:13 -05:00
|
|
|
|
/**
|
|
|
|
|
* Common elements found throughout many areas of BookStack.
|
|
|
|
|
*/
|
2016-11-17 08:33:07 -05:00
|
|
|
|
return [
|
|
|
|
|
|
2018-12-16 08:12:13 -05:00
|
|
|
|
// Buttons
|
2016-11-17 08:33:07 -05:00
|
|
|
|
'cancel' => 'Cancel',
|
|
|
|
|
'confirm' => 'Confirm',
|
2016-12-03 13:35:40 -05:00
|
|
|
|
'back' => 'Back',
|
|
|
|
|
'save' => 'Save',
|
|
|
|
|
'continue' => 'Continue',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'select' => 'Select',
|
2019-04-13 07:07:27 -04:00
|
|
|
|
'toggle_all' => 'Toggle All',
|
2017-08-20 08:57:25 -04:00
|
|
|
|
'more' => 'More',
|
2016-11-17 08:33:07 -05:00
|
|
|
|
|
2018-12-16 08:12:13 -05:00
|
|
|
|
// Form Labels
|
2016-11-17 08:33:07 -05:00
|
|
|
|
'name' => 'Name',
|
|
|
|
|
'description' => 'Description',
|
2016-12-03 08:31:54 -05:00
|
|
|
|
'role' => 'Role',
|
2017-07-05 06:41:15 -04:00
|
|
|
|
'cover_image' => 'Cover image',
|
2017-12-06 12:32:29 -05:00
|
|
|
|
'cover_image_description' => 'This image should be approx 440x250px.',
|
2017-09-05 03:16:31 -04:00
|
|
|
|
|
2018-12-16 08:12:13 -05:00
|
|
|
|
// Actions
|
2016-12-03 08:31:54 -05:00
|
|
|
|
'actions' => 'Actions',
|
|
|
|
|
'view' => 'View',
|
2019-04-06 11:21:20 -04:00
|
|
|
|
'view_all' => 'View All',
|
2016-12-03 08:31:54 -05:00
|
|
|
|
'create' => 'Create',
|
|
|
|
|
'update' => 'Update',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'edit' => 'Edit',
|
2016-12-04 11:51:39 -05:00
|
|
|
|
'sort' => 'Sort',
|
|
|
|
|
'move' => 'Move',
|
2018-04-14 13:00:16 -04:00
|
|
|
|
'copy' => 'Copy',
|
2017-09-03 11:37:51 -04:00
|
|
|
|
'reply' => 'Reply',
|
2016-12-03 08:31:54 -05:00
|
|
|
|
'delete' => 'Delete',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'search' => 'Search',
|
|
|
|
|
'search_clear' => 'Clear Search',
|
2016-12-24 10:21:19 -05:00
|
|
|
|
'reset' => 'Reset',
|
|
|
|
|
'remove' => 'Remove',
|
2017-04-15 10:04:30 -04:00
|
|
|
|
'add' => 'Add',
|
2019-12-22 09:21:18 -05:00
|
|
|
|
'fullscreen' => 'Fullscreen',
|
2016-12-03 13:35:40 -05:00
|
|
|
|
|
2019-01-13 09:10:27 -05:00
|
|
|
|
// Sort Options
|
2019-08-24 13:26:28 -04:00
|
|
|
|
'sort_options' => 'Sort Options',
|
|
|
|
|
'sort_direction_toggle' => 'Sort Direction Toggle',
|
|
|
|
|
'sort_ascending' => 'Sort Ascending',
|
|
|
|
|
'sort_descending' => 'Sort Descending',
|
2018-12-07 13:33:32 -05:00
|
|
|
|
'sort_name' => 'Name',
|
|
|
|
|
'sort_created_at' => 'Created Date',
|
|
|
|
|
'sort_updated_at' => 'Updated Date',
|
|
|
|
|
|
2018-12-16 08:12:13 -05:00
|
|
|
|
// Misc
|
2016-12-03 13:35:40 -05:00
|
|
|
|
'deleted_user' => 'Deleted User',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'no_activity' => 'No activity to show',
|
|
|
|
|
'no_items' => 'No items available',
|
|
|
|
|
'back_to_top' => 'Back to top',
|
|
|
|
|
'toggle_details' => 'Toggle Details',
|
2017-06-29 09:24:04 -04:00
|
|
|
|
'toggle_thumbnails' => 'Toggle Thumbnails',
|
2017-08-20 08:57:25 -04:00
|
|
|
|
'details' => 'Details',
|
2017-12-29 11:49:03 -05:00
|
|
|
|
'grid_view' => 'Grid View',
|
|
|
|
|
'list_view' => 'List View',
|
2018-09-20 10:27:30 -04:00
|
|
|
|
'default' => 'Default',
|
2019-08-25 10:44:51 -04:00
|
|
|
|
'breadcrumb' => 'Breadcrumb',
|
2017-12-06 12:32:29 -05:00
|
|
|
|
|
2018-12-16 08:12:13 -05:00
|
|
|
|
// Header
|
2019-08-24 13:26:28 -04:00
|
|
|
|
'profile_menu' => 'Profile Menu',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'view_profile' => 'View Profile',
|
|
|
|
|
'edit_profile' => 'Edit Profile',
|
|
|
|
|
|
2019-04-13 12:36:27 -04:00
|
|
|
|
// Layout tabs
|
|
|
|
|
'tab_info' => 'Info',
|
|
|
|
|
'tab_content' => 'Content',
|
|
|
|
|
|
2018-12-16 08:12:13 -05:00
|
|
|
|
// Email Content
|
2016-12-04 09:08:04 -05: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',
|
2019-01-13 09:10:27 -05:00
|
|
|
|
];
|