diff options
| author | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-27 08:51:22 +0000 |
|---|---|---|
| committer | yllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-27 08:51:22 +0000 |
| commit | 939013d4bca76e89f988e8e9d2dc0bc770122acb (patch) | |
| tree | ef69a32608a9d98d3fd02731f7dc0e59929673d0 /plugins/password | |
| parent | b3c6452026544454e383aa58a40ff0c7dc865e09 (diff) | |
translations update
git-svn-id: https://svn.roundcube.net/trunk@4368 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password')
| -rw-r--r-- | plugins/password/localization/sv_SE.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/password/localization/sv_SE.inc b/plugins/password/localization/sv_SE.inc index 5d9398e5c..d649bbd9a 100644 --- a/plugins/password/localization/sv_SE.inc +++ b/plugins/password/localization/sv_SE.inc @@ -14,5 +14,8 @@ $messages['passwordinconsistency'] = 'Nya lösenordet och bekräftelsen överens $messages['crypterror'] = 'Lösenordet kunde inte ändras. Krypteringsfunktionen saknas.'; $messages['connecterror'] = 'Lösenordet kunde inte ändras. Anslutningen misslyckades.'; $messages['internalerror'] = 'Lösenordet kunde inte ändras.'; +$messages['passwordshort'] = 'Lösenordet måste vara minst $length tecken långt.'; +$messages['passwordweak'] = 'Lösenordet måste innehålla minst en siffra och ett specialtecken.'; +$messages['passwordforbidden'] = 'Lösenordet innehåller otillåtna tecken.'; ?>
\ No newline at end of file |
