diff options
author | ddtddt <ddtddt@piwigo.org> | 2011-09-06 20:16:02 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2011-09-06 20:16:02 +0000 |
commit | f231296b7c87ca90905c74ce1d4840092978d19b (patch) | |
tree | 2534d5f40877586296901192448e11870cdf5c7d /language/cs_CZ/common.lang.php | |
parent | 09d4bffe2d2462b57dcc41c7d5a7faf337cd1c49 (diff) |
[trunk] - language - update cs_CZ - Česky - Czech thanks to webprostor.eu - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12073 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/cs_CZ/common.lang.php')
-rw-r--r-- | language/cs_CZ/common.lang.php | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 6f4301fe9..03115316e 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -356,4 +356,25 @@ $lang['validate this comment'] = 'zkontrolovat tento komentář'; $lang['%d Kb'] = '%d KB'; $lang['IP: %s'] = 'IP: %s'; $lang['html tags are not allowed in login'] = 'html značky nejsou povoleny v loginu'; +$lang['%d rates'] = '%d ohodnocení'; +$lang['Rating score'] = 'Bodové hodnocení'; +$lang['Enter a username or email address'] = 'Zadejte uživatelské jméno nebo emailovou adresu'; +$lang['Invalid username or email'] = 'Neplatné uživatelské jméno nebo email'; +$lang['Password reset is not allowed for this user'] = 'Obnovení hesla není pro tohoto uživatele povoleno'; +$lang['User "%s" has no email address, password reset is not possible'] = 'Uživatel "%s" nemá email adresu, obnova hesla není možná'; +$lang['Someone requested that the password be reset for the following user account:'] = 'Někdo se dožadoval aby bylo heslo resetováno pro tento uživatelský účet:'; +$lang['Username "%s" on gallery %s'] = 'Uživatel "%s" na galerii %s'; +$lang['To reset your password, visit the following address:'] = 'Pro obnovu hesla, navštivte tento odkaz:'; +$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Pokud jste si obnovu hesla nevyžádal, jedná se o chybu a tento email prostě ignorujte, nic se nestane.'; +$lang['Password Reset'] = 'Reset hesla'; +$lang['Check your email for the confirmation link'] = 'Zkontrolujte si email jestli už dorazil potvrzovací odkaz'; +$lang['Invalid key'] = 'Neplatný klíč'; +$lang['The passwords do not match'] = 'Hesla se neshodují'; +$lang['Your password has been reset'] = 'Vaše heslo bylo resetováno'; +$lang['Return to home page'] = 'Návrat na hlavní stránku'; +$lang['Please enter your username or email address.'] = 'Prosím, zadejte uživatelské jméno nebo emailovou adresu.'; +$lang['You will receive a link to create a new password via email.'] = 'Brzy obdržíte odkaz pro vytvoření nového hesla na váš e-mail.'; +$lang['Username or email'] = 'Uživatelské jméno nebo email'; +$lang['Change my password'] = 'Změnit heslo'; +$lang['Enter your new password below.'] = 'Zadejte vaše nové heslo níže.'; ?>
\ No newline at end of file |