mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
11 lines
No EOL
574 B
PHP
11 lines
No EOL
574 B
PHP
<?php
|
|
$lang['Elegant, Configuration Page'] = 'Elegant, stránka s konfigurací';
|
|
$lang['Panels options'] = 'Nastavení panelů';
|
|
$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'Nastavte výchozí stav pro každý panel nebo deaktivujte animaci:';
|
|
$lang['Main Menu Panel'] = 'Hlavní menu panel';
|
|
$lang['Displayed'] = 'Zobrazen';
|
|
$lang['Hidden'] = 'Skryt';
|
|
$lang['Disable the animation'] = 'Deaktivovat animaci';
|
|
$lang['Photo Description Panel'] = 'Panel s popisem fotografií';
|
|
$lang['Comments Panel'] = 'Panel komentářů';
|
|
?>
|