diff options
author | ddtddt <ddtddt@piwigo.org> | 2012-02-22 05:27:39 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2012-02-22 05:27:39 +0000 |
commit | e05b81c130969a597cfc31cbe62c2bf06cf84626 (patch) | |
tree | 5fa81cfbf8b98d9110ee3114393167a7210e91b0 /language/cs_CZ | |
parent | 3199b3dc1f3c0122e442aaf40d0ca50defb2a589 (diff) |
[trunk] - language - update cs_CZ - Česky – Czech thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13299 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ')
-rw-r--r-- | language/cs_CZ/admin.lang.php | 6 | ||||
-rw-r--r-- | language/cs_CZ/common.lang.php | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php index 931016ce3..a0619cea8 100644 --- a/language/cs_CZ/admin.lang.php +++ b/language/cs_CZ/admin.lang.php @@ -846,6 +846,10 @@ $lang['registered users'] = 'registrované uživatele'; $lang['administrators'] = 'administrátory'; $lang['This album contains %d photos, added on %s.'] = 'Album obsahuje %d fotek, pÅ™idaných v %s.'; $lang['This album contains %d photos, added between %s and %s.'] = 'Album obsahuje %d fotky pÅ™idané mezi %s a %s.'; -$lang['This album contains no photo.'] = 'Album neobsahuje žádné fotografie.'; +$lang['This album contains no photo.'] = 'Album neobsahuje žádné fotografie.'; +$lang['Not cropped correctly?'] = 'Je oÅ™ez v pořádku?'; +$lang['Center of interest'] = 'StÅ™ed zájmu'; +$lang['Move to album'] = 'PÅ™esunout do alba'; +$lang['You can activate only one mobile theme.'] = 'Jde aktivovat pouze v mobilnÃm zobrazenÃ.'; ?>
\ No newline at end of file diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 98c96ea55..a165cdd9f 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -386,5 +386,11 @@ $lang['Thank you for registering at %s!'] = 'DÄ›kujeme za registraci na stránkà $lang['Here are your connection settings'] = 'Toto jsou vaÅ¡e pÅ™Ãstupové údaje'; $lang['Password: %s'] = 'Heslo: %s'; $lang['Username: %s'] = 'Uživatelské jméno: %s'; -$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Pokud myslÃte, že jste tento mail obdržel omylem, kontaktujte nás na %s'; +$lang['If you think you\'ve received this email in error, please contact us at %s'] = 'Pokud myslÃte, že jste tento mail obdržel omylem, kontaktujte nás na %s'; +$lang['Show oldest comments first'] = 'Řadit od nejstarÅ¡Ãch komentářů'; +$lang['Show latest comments first'] = 'Řadit od nejnovÄ›jÅ¡Ãch komentářů'; +$lang['Photo sizes'] = 'Velikosti fotografiÃ'; +$lang['View in'] = 'ZobrazenÃ'; +$lang['Mobile'] = 'MobilnÃ'; +$lang['Desktop'] = 'StandardnÃ'; ?>
\ No newline at end of file |