diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-08 22:06:37 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-08 22:06:37 +0000 |
| commit | c49455c3eeae051c75540ad59829849102d36864 (patch) | |
| tree | a089efe4dce7747ba055a5bcbd59e0f8b20482fe /roundcubemail/program/localization/ar | |
| parent | f8916a9b2044887edb3b59596344c55654fa7636 (diff) | |
More localization updates for 0.1-beta2
git-svn-id: https://svn.roundcube.net/trunk@304 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ar')
| -rwxr-xr-x | roundcubemail/program/localization/ar/labels.inc | 24 | ||||
| -rwxr-xr-x | roundcubemail/program/localization/ar/messages.inc | 14 |
2 files changed, 38 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/ar/labels.inc b/roundcubemail/program/localization/ar/labels.inc index ea16e2d63..35a8fc3d7 100755 --- a/roundcubemail/program/localization/ar/labels.inc +++ b/roundcubemail/program/localization/ar/labels.inc @@ -198,4 +198,28 @@ $labels['sortby'] = 'ترتيب بحسب'; $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'] = 'وصف'; + ?> diff --git a/roundcubemail/program/localization/ar/messages.inc b/roundcubemail/program/localization/ar/messages.inc index 4c873585f..b4235926b 100755 --- a/roundcubemail/program/localization/ar/messages.inc +++ b/roundcubemail/program/localization/ar/messages.inc @@ -88,4 +88,18 @@ $messages['nocontactsreturned'] = 'لم يعثر على أي مراسلين'; $messages['nosearchname'] = 'الرجاء إدخال اسم مراسل أو عنوان بريد إلكتروني'; +// RC 0.1beta2 + +$messages['checking'] = 'التحقق...'; + +$messages['nospellerrors'] = 'لم يعثر على أية أخطاء إملائية'; + +$messages['checkingmail'] = 'التحقق من وجود رسائل جديدة...'; + +$messages['savingmessage'] = 'حفظ الرسالة...'; + +$messages['messagesaved'] = 'تم حفظ الرسالة في المسودات'; + +$messages['folderdeleted'] = 'تم حذف المجلد بنجاح'; + ?> |
