]> BookStack Code Mirror - bookstack/blob - resources/lang/sl/preferences.php
e9a47461b3d18a42a68699d729acf99b07b9eda5
[bookstack] / resources / lang / sl / 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 ];