diff options
Diffstat (limited to 'program/localization/fa_IR')
-rw-r--r-- | program/localization/fa_IR/labels.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/program/localization/fa_IR/labels.inc b/program/localization/fa_IR/labels.inc index 518c6742b..8bba66c26 100644 --- a/program/localization/fa_IR/labels.inc +++ b/program/localization/fa_IR/labels.inc @@ -20,7 +20,7 @@ $labels = array(); // login page $labels['welcome'] = 'به $product خوش آمدید'; -$labels['username'] = 'نامکاربری'; +$labels['username'] = 'نام کاربری'; $labels['password'] = 'گذرواژه'; $labels['server'] = 'سرور'; $labels['login'] = 'ورود'; @@ -64,6 +64,7 @@ $labels['copy'] = 'رونوشت'; $labels['move'] = 'انتقال'; $labels['moveto'] = 'انتقال به...'; $labels['download'] = 'بارگیری'; +$labels['open'] = 'باز کردن'; $labels['showattachment'] = 'نمایش'; $labels['showanyway'] = 'نمایش آن در هر صورت'; @@ -204,6 +205,8 @@ $labels['body'] = 'بدنه'; $labels['openinextwin'] = 'باز کردن در پنجرهی جدید'; $labels['emlsave'] = 'بارگیری (.eml)'; +$labels['changeformattext'] = 'Display in plain text format'; +$labels['changeformathtml'] = 'Display in HTML format'; // message compose $labels['editasnew'] = 'ویرایش به عنوان جدید'; |