You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
2.0 KiB
PHP
32 lines
2.0 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/fa_IR/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Hamid <abbaszadeh.h@gmail.com> |
|
|
+-----------------------------------------------------------------------+
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['changepasswd'] = 'تغییر رمزعبور';
|
|
$labels['curpasswd'] = 'رمزعبور فعلی';
|
|
$labels['newpasswd'] = 'رمزعبور جدید';
|
|
$labels['confpasswd'] = 'تایید رمزعبور جدید';
|
|
$labels['nopassword'] = 'رمزعبور جدید را وارد نمایید';
|
|
$labels['nocurpassword'] = 'رمزعبور فعلی را وارد نمایید';
|
|
$labels['passwordincorrect'] = 'رمزعبور فعلی اشتباه است';
|
|
$labels['passwordinconsistency'] = 'رمزعبورها با هم مطابقت ندارند، دوباره سعی نمایید.';
|
|
$labels['crypterror'] = 'رمزعبور جدید نمیتوانست ذخیره شود. نبودن تابع رمزگذاری.';
|
|
$labels['connecterror'] = 'رمزعبور جدید نمیتوانست ذخیره شود. خطای ارتباط.';
|
|
$labels['internalerror'] = 'رمزعبور جدید ذخیره نشد';
|
|
$labels['passwordshort'] = 'رمزعبور باید حداقل $length کاراکتر طول داشته باشد.';
|
|
$labels['passwordweak'] = 'رمزعبور باید شامل حداقل یک عدد و یک کاراکتر نشانهای باشد.';
|
|
$labels['passwordforbidden'] = 'رمزعبور شما کاراکترهای غیرمجاز است.';
|
|
|