]> BookStack Code Mirror - bookstack/blob - lang/en/preferences.php
97968f8b125e6976f186aeaa6f2b4e01a26f57a0
[bookstack] / lang / en / preferences.php
1 <?php
2
3 /**
4  * Text used for user-preference specific views within bookstack.
5  */
6
7 return [
8     'shortcuts' => 'Shortcuts',
9     'shortcuts_interface' => 'Interface Keyboard Shortcuts',
10     'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
11     'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.',
12     'shortcuts_toggle_label' => 'Keyboard shortcuts enabled',
13     'shortcuts_section_navigation' => 'Navigation',
14     'shortcuts_section_actions' => 'Common Actions',
15     'shortcuts_save' => 'Save Shortcuts',
16     'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.',
17     'shortcuts_update_success' => 'Shortcut preferences have been updated!',
18
19     'notifications' => 'Notification Preferences',
20     'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.',
21     'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own',
22     'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own',
23     'notifications_opt_comment_replies' => 'Notify upon replies to my comments',
24     'notifications_save' => 'Save Preferences',
25     'notifications_update_success' => 'Notification preferences have been updated!',
26     'notifications_watched' => 'Watched & Ignored Items',
27     'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
28 ];