diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:01:32 +0200 |
commit | fa3a6193155d4f1cc9f0714fe49685679f681c64 (patch) | |
tree | bfec58576e9c1c67c699844fee2db033916fc9c8 /plugins/password/localization/fa_IR.inc | |
parent | 05c4edf34bcff89fcae80389e890fa07271f5275 (diff) |
Imported recent launchpad translations
Diffstat (limited to 'plugins/password/localization/fa_IR.inc')
-rw-r--r-- | plugins/password/localization/fa_IR.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/password/localization/fa_IR.inc b/plugins/password/localization/fa_IR.inc index 6e016f992..185ac83c5 100644 --- a/plugins/password/localization/fa_IR.inc +++ b/plugins/password/localization/fa_IR.inc @@ -22,5 +22,10 @@ $labels['nopassword'] = 'رمزعبور جدید را وارد نمایید'; $labels['nocurpassword'] = 'رمزعبور فعلی را وارد نمایید'; $labels['passwordincorrect'] = 'رمزعبور فعلی اشتباه است'; $labels['passwordinconsistency'] = 'رمزعبورها با هم مطابقت ندارند، دوباره سعی نمایید.'; +$labels['crypterror'] = 'رمزعبور جدید نمیتوانست ذخیره شود. نبودن تابع رمزگذاری.'; +$labels['connecterror'] = 'رمزعبور جدید نمیتوانست ذخیره شود. خطای ارتباط.'; $labels['internalerror'] = 'رمزعبور جدید ذخیره نشد'; +$labels['passwordshort'] = 'رمزعبور باید حداقل $length کاراکتر طول داشته باشد.'; +$labels['passwordweak'] = 'رمزعبور باید شامل حداقل یک عدد و یک کاراکتر نشانهای باشد.'; +$labels['passwordforbidden'] = 'رمزعبور شما کاراکترهای غیرمجاز است.'; |