From e257b830a125aa90619bb251be86d1e8073bf365 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 15 Nov 2015 15:19:44 -0500
Subject: [PATCH] Synchronize localizations from Transifex

---
 program/localization/fa_IR/labels.inc |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/program/localization/fa_IR/labels.inc b/program/localization/fa_IR/labels.inc
index 061a602..e8347b7 100644
--- a/program/localization/fa_IR/labels.inc
+++ b/program/localization/fa_IR/labels.inc
@@ -5,7 +5,7 @@
  | localization/<lang>/labels.inc                                        |
  |                                                                       |
  | Localization file of the Roundcube Webmail client                     |
- | Copyright (C) 2005-2013, The Roundcube Dev Team                       |
+ | Copyright (C) 2005-2015, The Roundcube Dev Team                       |
  |                                                                       |
  | Licensed under the GNU General Public License version 3 or            |
  | any later version with exceptions for skins & plugins.                |
@@ -60,13 +60,13 @@
 $labels['filename'] = 'نام پرونده';
 $labels['filesize'] = 'اندازه پرونده';
 $labels['addtoaddressbook'] = 'افزودن به دفتر نشانی‌ها';
-$labels['sun'] = '۱ش';
-$labels['mon'] = '۲ش';
-$labels['tue'] = '۳ش';
-$labels['wed'] = '۴ش';
-$labels['thu'] = '۵ش';
-$labels['fri'] = 'جم';
-$labels['sat'] = 'ش';
+$labels['sun'] = 'یک‌شنبه';
+$labels['mon'] = 'دوشنبه';
+$labels['tue'] = 'سه‌شنبه';
+$labels['wed'] = 'چهارشنبه';
+$labels['thu'] = 'پنج‌شنبه';
+$labels['fri'] = 'جمعه';
+$labels['sat'] = 'شنبه';
 $labels['sunday']    = 'یک‌شنبه';
 $labels['monday']    = 'دوشنبه';
 $labels['tuesday']   = 'سه‌شنبه';

--
Gitblit v1.9.1