From 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 04 Sep 2006 08:26:30 -0400 Subject: [PATCH] Little improvements for message parsing and encoding --- 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