openclassify/addons/default/visiosoft/defaultadmin-theme/resources/lang/cs/preference.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

31 lines
1.2 KiB
PHP

<?php
return [
'sidebar_hover' => [
'name' => 'Umístěte ukazatel myši na boční panel',
'instructions' => 'Rozbalit postranní panel při najetí myší?',
],
'navigation' => [
'name' => 'Navigace',
'instructions' => 'Zadejte svoji <em>osobní</em> objednávku navigace.',
'warning' => 'První přístupná položka navigace se používá jako oblast <strong>domů</strong>.',
'reorder' => 'Drag and drop primární navigační položky v <strong>postranním panelu</strong> , aby jejich pořadí.',
],
'display' => [
'name' => 'Hustota zobrazení',
'instructions' => 'Kompaktní displej umožňuje zobrazit na obrazovce více obsahu najednou.',
'option' => [
'default' => 'Výchozí',
'compact' => 'Kompaktní',
],
],
'sidebars' => [
'name' => 'Režim postranního panelu',
'instructions' => 'Statické postranní pruhy budou vždy viditelné.',
'option' => [
'default' => 'Výchozí',
'static' => 'Statický',
],
],
];