diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-23 11:21:10 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-23 11:21:10 +0000 |
| commit | 8a59a0ae0c5c144db060deaecee64fd7a5611311 (patch) | |
| tree | 4585e072a103de5ca72cfd90576377f35b9551ed /plugins | |
| parent | 9184cc9eae5305f2d8266cf704b5dc970d80d5a9 (diff) | |
- cs_CZ localization update
git-svn-id: https://svn.roundcube.net/trunk@4253 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/password/localization/cs_CZ.inc | 4 |
1 files changed, 4 insertions, 0 deletions
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 <hodza@hodza.net> + * @author Tomáš Šafařík <safarik@server.cz> * */ @@ -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.'; ?> |
