
- For future new language packs, a clean basis has been created with the existing language packs. - Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design. - Updated links to external sources. - Missing language files created in plugins. - Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Mediamanager plugin: el-gr, fr-fr - PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl - Readmore plugin: el-gr, fr-fr - Seometataginfo plugin: pt-br
41 lines
1.0 KiB
PHP
41 lines
1.0 KiB
PHP
<?php
|
|
$lang ['admin'] ['themes'] ['submenu'] = array(
|
|
'default' => 'Motivy vzhledů',
|
|
'style' => 'Styly'
|
|
);
|
|
|
|
/* default panel action (change theme) */
|
|
$lang ['admin'] ['themes'] ['default'] = array(
|
|
'head1' => 'Současný motiv',
|
|
|
|
'head2' => 'Dostupné motivy',
|
|
'descr' => 'Vyberte motiv, který chcete používat',
|
|
|
|
'nodescr' => 'Bez popisu',
|
|
'noauthor' => 'Neznámý autor'
|
|
);
|
|
|
|
$lang ['admin'] ['themes'] ['default'] ['msgs'] = array(
|
|
1 => 'Motiv byl změněný.',
|
|
-1 => 'Chyba nastala při pokusu změnit motiv.',
|
|
-2 => 'Motiv, který jste si vybrali, neexistuje.'
|
|
);
|
|
|
|
/* select style */
|
|
$lang ['admin'] ['themes'] ['style'] = array(
|
|
'head1' => 'Současný styl',
|
|
|
|
'head2' => 'Dostupné styly',
|
|
'descr' => 'Vyberte styl, který chcete používat společně s motívem vzhedu',
|
|
|
|
'nodescr' => 'Bez popisu',
|
|
'noauthor' => 'Neznámý autor'
|
|
);
|
|
|
|
$lang ['admin'] ['themes'] ['style'] ['msgs'] = array(
|
|
1 => 'Styl byl změněný.',
|
|
-1 => 'Chyba nastala při pokusu změnit styl.',
|
|
-2 => 'Styl, který jste si vybrali, neexistuje.'
|
|
);
|
|
?>
|