openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/uk/preference.php
2020-05-12 19:19:58 +03:00

31 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'sidebar_hover' => [
'name' => 'Наведення бічної панелі',
'instructions' => 'Розгорніть бічну панель на наведення курсора?',
],
'navigation' => [
'name' => 'Навігація',
'instructions' => 'Вкажіть <em>особистих</em> порядку навігації.',
'warning' => 'Перший доступний елемент навігації використовується як область <strong>дому</strong>.',
'reorder' => 'Перетягніть основні елементи навігації в <strong>бічній панелі</strong> , щоб змінити їх порядок.',
],
'display' => [
'name' => 'Щільність відображення',
'instructions' => 'Компактний дисплей дозволяє одразу відображати більше вмісту на екрані.',
'option' => [
'default' => 'За замовчуванням',
'compact' => 'Компактний',
],
],
'sidebars' => [
'name' => 'Режим бічної панелі',
'instructions' => 'Статичні бічні смуги завжди будуть видні.',
'option' => [
'default' => 'За замовчуванням',
'static' => 'Статичний',
],
],
];