diff options
Diffstat (limited to 'language/cs_CZ/admin.lang.php')
-rw-r--r-- | language/cs_CZ/admin.lang.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index fec331336..7ec1588e3 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -842,4 +842,10 @@ $lang['Height'] = 'Výška'; $lang['Follow Orientation'] = 'Postupuj podle orientace'; $lang['If you want to regenerate thumbnails, please go to the <a href="%s">Batch Manager</a>.'] = 'Pokdu chcete regenerovat náhledy fotek, pokračujte na <a href="%s">Batch Manager</a>.'; $lang['Graphics Library'] = 'Grafická knihovna'; +$lang['Average rate'] = 'Průměrné hodnocení'; +$lang['Rate'] = 'Hodnocení'; +$lang['Add a criteria'] = 'Přidání kritéria'; +$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Nemužete definovat výchozí pořadí fotografií, protože máte nadefinováno vlastní nastavení v konfiguraci'; +$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'Specifikovali jste <i>$conf[\'order_by\']</i> v konfiguračním souboru, tento parametr je zastaralý, prosím odstraňte ho nebo přejmenujte na <i>$conf[\'order_by_custom\']</i> !'; + ?>
\ No newline at end of file |