diff options
Diffstat (limited to 'plugins/password/localization/fa_IR.inc')
-rw-r--r-- | plugins/password/localization/fa_IR.inc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/password/localization/fa_IR.inc b/plugins/password/localization/fa_IR.inc new file mode 100644 index 000000000..6e016f992 --- /dev/null +++ b/plugins/password/localization/fa_IR.inc @@ -0,0 +1,26 @@ +<?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['internalerror'] = 'رمزعبور جدید ذخیره نشد'; + |