diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-26 18:32:07 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-09-26 18:32:07 +0000 |
| commit | 98aa389630e53b382855019f121fcc21f12fe3ca (patch) | |
| tree | 94b405f83408db3dcd07436204ffcf15860dc9b3 /roundcubemail/plugins | |
| parent | 2327e2a30f6563710382f198a7e7370abce9a050 (diff) | |
- cs_CZ update
git-svn-id: https://svn.roundcube.net/trunk@2993 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins')
| -rw-r--r-- | roundcubemail/plugins/password/localization/cs_CZ.inc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/roundcubemail/plugins/password/localization/cs_CZ.inc b/roundcubemail/plugins/password/localization/cs_CZ.inc new file mode 100644 index 000000000..18270db96 --- /dev/null +++ b/roundcubemail/plugins/password/localization/cs_CZ.inc @@ -0,0 +1,26 @@ +<?php + +/** + * Czech translation for Roundcube password plugin + * + * @version 1.0 (2009-08-29) + * @author Milan Kozak <hodza@hodza.net> + * + */ + +$labels = array(); +$labels['changepasswd'] = 'Změna hesla'; +$labels['curpasswd'] = 'Aktuální heslo:'; +$labels['newpasswd'] = 'Nové heslo:'; +$labels['confpasswd'] = 'Nové heslo (pro kontrolu):'; + +$messages = array(); +$messages['nopassword'] = 'Prosím zadejte nové heslo.'; +$messages['nocurpassword'] = 'Prosím zadejte aktuální heslo.'; +$messages['passwordincorrect'] = 'Zadané aktuální heslo není správné.'; +$messages['passwordinconsistency'] = 'Zadaná hesla se neshodují. Prosím zkuste to znovu.'; +$messages['crypterror'] = 'Heslo se nepodařilo uložit. Chybí šifrovací funkce.'; +$messages['connecterror'] = 'Heslo se nepodařilo uložit. Problém s připojením.'; +$messages['internalerror'] = 'Heslo se nepodařilo uložit.'; + +?> |
