mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* 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)
31 lines
1.2 KiB
PHP
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ý',
|
|
],
|
|
],
|
|
];
|