From 6649b1f0a5db6160d197a13ca79cfd67fbb02d77 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Sat, 23 Sep 2006 19:37:29 -0400
Subject: [PATCH] added TinyMCE spellchecker plugin, configured to use GoogleSpell

---
 program/localization/ar/labels.inc |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/program/localization/ar/labels.inc b/program/localization/ar/labels.inc
index ea16e2d..35a8fc3 100755
--- a/program/localization/ar/labels.inc
+++ b/program/localization/ar/labels.inc
@@ -198,4 +198,28 @@
 $labels['sortasc']  = 'ترتيب تصاعدي';
 $labels['sortdesc'] = 'ترتيب تنازلي';
 
+// RC 0.1beta2
+
+$labels['welcome'] = 'مرحباً بكم في $product';
+
+$labels['unknown'] = 'مجهول';
+$labels['unlimited'] = 'غير محدود';
+$labels['dstactive'] = 'التوقيت الصيفي';
+
+$labels['previouspage'] = 'عرض المجموعة السابقة';
+$labels['nextpage']     = 'عرض المجموعة التالية';
+
+$labels['returnreceipt'] = 'ايصال استلام';
+
+$labels['checkmail'] = 'التحقق من وجود رسائل جديدة';
+$labels['checkspelling'] = 'التدقيق الإملائي';
+$labels['resumeediting'] = 'متابعة التحرير';
+$labels['revertto'] = 'استعادة إلى';
+
+$labels['savemessage']  = 'حفظ هذه المسودة';
+$labels['rename'] = 'إعادة التسمية';
+$labels['renamefolder'] = 'إعادة تسمية المجلد';
+
+$labels['description'] = 'وصف';
+
 ?>

--
Gitblit v1.9.1