Drupal.locale = { 'pluralFormula': function($n) { return Number((($n==1)?(0):(($n==0)?(1):(($n==2)?(2):(((($n%100)>=3)&&(($n%100)<=10))?(3):(((($n%100)>=11)&&(($n%100)<=99))?(4):5)))))); }, 'strings': { "Unspecified error": "خطأ غير محدد", "Drag to re-order": "اسحب لتُعيد الترتيب", "Changes made in this table will not be saved until the form is submitted.": "التغييرات على هذا الجدول لن تُحفظ حتى إرسال الاستمارة.", "The changes to these blocks will not be saved until the \x3cem\x3eSave blocks\x3c/em\x3e button is clicked.": "التغيرات في هذه القوالب لن يتم حفظها الا بعد \x3cem\x3e حفظ القوالب \x3c/em\x3e تم الضغط على المفتاح.", "Split summary at cursor": "افصل الملخص عند المؤشر", "Join summary": "أوصل الملخص", "Your server has been successfully tested to support this feature.": "ان نظامك لقد تم اخباره بنجاح لدعم هذه الميزة.", "Testing clean URLs...": "اختبار نظافة الموقع.", "Your system configuration does not currently support this feature. The \x3ca href=\"http://drupal.org/node/15365\"\x3ehandbook page on Clean URLs\x3c/a\x3e has additional troubleshooting information.": "تشكيل نظامك لا يقوم في الوقت الحالفي بتحفير هذه المميزات. ال \x3ca href=\"http://drupal.org/node/15365\"\x3e صفحة الكتاب اليدوي على الموقع النظيف \x3c/a\x3e  اضافة الى ذلك يمكنها حل مشاكل المعلومات.", "An error occurred. \n@uri\n@text": "حدث خطأ. \n@uri\n@text", "An error occurred. \n@uri\n(no information available).": "حدث خطأ. \n@uri\n(لا تتوفر معلومات).", "An HTTP error @status occurred. \n@uri": "حدث خطأ @status إتش.تي.تي.بي. \n@uri", "Select all rows in this table": "اختر كل الصفوف في هذا الجدول", "Deselect all rows in this table": "ألغ اختيار كل الصفوف في هذا الجدول" } };