From 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 13 Dec 2006 02:17:24 -0500
Subject: [PATCH] Changed 'junk' label in French localization

---
 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