diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-15 10:03:58 +0100 |
commit | 7e34e4c5b5dac037435d0fc2c6db1f71199006e0 (patch) | |
tree | d3de8c0f9b8f609efa3e5434da2da48a4cf5b00b /plugins/managesieve/localization/fa_IR.inc | |
parent | 9f1fd396951dd1bf9a082422d0835ca1a229255d (diff) | |
parent | ced9e5a5bf5d6ffe051b42f474d7a97203641913 (diff) |
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release-1.0
Diffstat (limited to 'plugins/managesieve/localization/fa_IR.inc')
-rw-r--r-- | plugins/managesieve/localization/fa_IR.inc | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/plugins/managesieve/localization/fa_IR.inc b/plugins/managesieve/localization/fa_IR.inc index 37cd82548..67e15fbbb 100644 --- a/plugins/managesieve/localization/fa_IR.inc +++ b/plugins/managesieve/localization/fa_IR.inc @@ -108,14 +108,13 @@ $labels['varupperfirst'] = 'حرف اول بزرگ'; $labels['varquotewildcard'] = 'نقل قول کاراکترهای خاص'; $labels['varlength'] = 'طول'; $labels['notify'] = 'ارسال تذکر'; -$labels['notifyaddress'] = 'به آدرس پست الکترونیکی:'; -$labels['notifybody'] = 'بدنه تذکر:'; -$labels['notifysubject'] = 'موضوع تذکر:'; -$labels['notifyfrom'] = 'فرستنده تذکر:'; $labels['notifyimportance'] = 'اهمیت:'; $labels['notifyimportancelow'] = 'کم'; $labels['notifyimportancenormal'] = 'معمولی'; $labels['notifyimportancehigh'] = 'زیاد'; +$labels['notifymethodmailto'] = 'پست الکترونیکی'; +$labels['notifymethodtel'] = 'تلفن'; +$labels['notifymethodsms'] = 'پیامک'; $labels['filtercreate'] = 'ایجاد صافی'; $labels['usedata'] = 'استفاده از داده ذیل در صافی:'; $labels['nextstep'] = 'مرحله بعدی'; @@ -157,6 +156,19 @@ $labels['asciicasemap'] = 'حساس به حروه کوچک و بزرگ (ascii-ca $labels['asciinumeric'] = 'عددی (ascii-numeric)'; $labels['index'] = 'فهرست:'; $labels['indexlast'] = 'به عقب'; +$labels['vacation'] = 'مسافرت'; +$labels['vacation.reply'] = 'پاسخ به یغام'; +$labels['vacation.advanced'] = 'تنظیمات پیشرفته'; +$labels['vacation.subject'] = 'موضوع'; +$labels['vacation.body'] = 'بدنه'; +$labels['vacation.status'] = 'وضعیت'; +$labels['vacation.on'] = 'روشن'; +$labels['vacation.off'] = 'خاموش'; +$labels['vacation.addresses'] = 'آدرسهای دیگر من'; +$labels['vacation.interval'] = 'فاصله پاسخ'; +$labels['vacation.after'] = 'قرار دادن قانون مسافرت بعد از'; +$labels['vacation.saving'] = 'ذخیره دادهها...'; +$labels['vacation.keep'] = 'نگه داشتن'; $messages['filterunknownerror'] = 'خطای سرور نامعلوم.'; $messages['filterconnerror'] = 'ناتوانی در اتصال به سرور.'; $messages['filterdeleteerror'] = 'ناتوانی در حذف صافی. خطای سرور رخ داد.'; @@ -189,4 +201,6 @@ $messages['namereserved'] = 'نام رزرو شده.'; $messages['setexist'] = 'مجموعه در حال حاضر موجود است.'; $messages['nodata'] = 'حداقل باید یک موقعیت باید انتخاب شود.'; $messages['invaliddateformat'] = 'قالب تاریخ اشتباه'; +$messages['saveerror'] = 'ناتوانی در ذخیره اطلاعات. خطای سرور رخ داد.'; +$messages['vacationsaved'] = 'اطلاعات مسافرت با موفقیت ذخیره شد.'; ?> |