From 8a59a0ae0c5c144db060deaecee64fd7a5611311 Mon Sep 17 00:00:00 2001 From: alec Date: Tue, 23 Nov 2010 11:21:10 +0000 Subject: - cs_CZ localization update git-svn-id: https://svn.roundcube.net/trunk@4253 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/password/localization/cs_CZ.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/password/localization/cs_CZ.inc b/plugins/password/localization/cs_CZ.inc index 18270db96..b4b7b29f9 100644 --- a/plugins/password/localization/cs_CZ.inc +++ b/plugins/password/localization/cs_CZ.inc @@ -5,6 +5,7 @@ * * @version 1.0 (2009-08-29) * @author Milan Kozak + * @author Tomáš Šafařík * */ @@ -22,5 +23,8 @@ $messages['passwordinconsistency'] = 'Zadaná hesla se neshodují. Prosím zkust $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.'; +$messages['passwordshort'] = 'Heslo musí mít alespoň $length znaků.'; +$messages['passwordweak'] = 'Heslo musí obsahovat alespoň jedno číslo a jedno interpuknční znaménko.'; +$messages['passwordforbidden'] = 'Heslo obsahuje nepovolené znaky.'; ?> -- cgit v1.2.3