summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-26 18:32:07 +0000
committeralecpl <alec@alec.pl>2009-09-26 18:32:07 +0000
commit586e356c3d2c7e24db8d5c278d2b647464566640 (patch)
tree32a0a32830b1b3d297e2d7a9890fcfed1e987711
parent984e9727a09866612c62cd4cda76a9767bae2db7 (diff)
- cs_CZ update
-rw-r--r--plugins/password/localization/cs_CZ.inc26
-rw-r--r--program/localization/cs_CZ/labels.inc10
2 files changed, 34 insertions, 2 deletions
diff --git a/plugins/password/localization/cs_CZ.inc b/plugins/password/localization/cs_CZ.inc
new file mode 100644
index 000000000..18270db96
--- /dev/null
+++ b/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/program/localization/cs_CZ/labels.inc b/program/localization/cs_CZ/labels.inc
index 550417191..5afdc25aa 100644
--- a/program/localization/cs_CZ/labels.inc
+++ b/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
+?>