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 | |
| parent | 2327e2a30f6563710382f198a7e7370abce9a050 (diff) | |
- cs_CZ update
git-svn-id: https://svn.roundcube.net/trunk@2993 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/plugins/password/localization/cs_CZ.inc | 26 | ||||
| -rw-r--r-- | roundcubemail/program/localization/cs_CZ/labels.inc | 10 |
2 files changed, 34 insertions, 2 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.'; + +?> diff --git a/roundcubemail/program/localization/cs_CZ/labels.inc b/roundcubemail/program/localization/cs_CZ/labels.inc index 550417191..5afdc25aa 100644 --- a/roundcubemail/program/localization/cs_CZ/labels.inc +++ b/roundcubemail/program/localization/cs_CZ/labels.inc @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ -| language/cs_CZ/labels.inc | +| language/cs_CZ/labels.inc | | | | Language file of the RoundCube Webmail client | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | @@ -13,6 +13,7 @@ | Author: Martin Mrajca <martin@moonlake.cz> | | joe <joe@humlak.cz> | | Jiri Kaderavek <jiri.kaderavek@webstep.net> | +| Milan Kozak <hodza@hodza.net> | +-----------------------------------------------------------------------+ @version $Id$ @@ -253,6 +254,11 @@ $labels['advancedoptions'] = 'Pokročilá nastavení'; $labels['focusonnewmessage'] = 'Aktivovat okno prohlížeče při príchozí zprávě'; $labels['checkallfolders'] = 'Kontrolovat nové zprávy ve všech složkách'; $labels['displaynext'] = 'Zobrazit další zprávu po smazání/přesunu zprávy'; +$labels['mainoptions'] = 'Hlavní nastavení'; +$labels['section'] = 'Sekce'; +$labels['maintenance'] = 'Údržba'; +$labels['newmessage'] = 'Nová zpráva'; +$labels['listoptions'] = 'Nastavení stránkování'; $labels['folder'] = 'Složka'; $labels['folders'] = 'Složky'; $labels['foldername'] = 'Jméno složky'; @@ -273,4 +279,4 @@ $labels['KB'] = 'KB'; $labels['MB'] = 'MB'; $labels['GB'] = 'GB'; -?>
\ No newline at end of file +?> |
