diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:31:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-04 10:31:08 +0200 |
commit | 4213a3712e8c6c2cae33ca0d0b74f13b4f5ba31b (patch) | |
tree | 765ecd456b4d8720241a7731e8edd403c8103c9f /plugins/password/localization/fa_IR.inc | |
parent | 4e004778ab01c3087a773e05cf4693720a52d08f (diff) |
Updated translations from launchpad
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'] = 'رمزعبور شما کاراکترهای غیرمجاز است.'; |