You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ar.php 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Help" => "المساعدة",
  4. "Personal" => "شخصي",
  5. "Settings" => "إعدادات",
  6. "Users" => "المستخدمين",
  7. "Admin" => "المدير",
  8. "web services under your control" => "خدمات الشبكة تحت سيطرتك",
  9. "ZIP download is turned off." => "تحميل ملفات ZIP متوقف",
  10. "Files need to be downloaded one by one." => "الملفات بحاجة الى ان يتم تحميلها واحد تلو الاخر",
  11. "Back to Files" => "العودة الى الملفات",
  12. "Selected files too large to generate zip file." => "الملفات المحددة كبيرة جدا ليتم ضغطها في ملف zip",
  13. "Application is not enabled" => "التطبيق غير مفعّل",
  14. "Authentication error" => "لم يتم التأكد من الشخصية بنجاح",
  15. "Token expired. Please reload page." => "انتهت صلاحية الكلمة , يرجى اعادة تحميل الصفحة",
  16. "Files" => "الملفات",
  17. "Text" => "معلومات إضافية",
  18. "Images" => "صور",
  19. "%s enter the database username." => "%s ادخل اسم المستخدم الخاص بقاعدة البيانات.",
  20. "%s enter the database name." => "%s ادخل اسم فاعدة البيانات",
  21. "%s you may not use dots in the database name" => "%s لا يسمح لك باستخدام نقطه (.) في اسم قاعدة البيانات",
  22. "MS SQL username and/or password not valid: %s" => "اسم المستخدم و/أو كلمة المرور لنظام MS SQL غير صحيح : %s",
  23. "You need to enter either an existing account or the administrator." => "انت بحاجة لكتابة اسم مستخدم موجود أو حساب المدير.",
  24. "MySQL username and/or password not valid" => "اسم المستخدم و/أو كلمة المرور لنظام MySQL غير صحيح",
  25. "DB Error: \"%s\"" => "خطأ في قواعد البيانات : \"%s\"",
  26. "Offending command was: \"%s\"" => "الأمر المخالف كان : \"%s\"",
  27. "MySQL user '%s'@'localhost' exists already." => "أسم المستخدم '%s'@'localhost' الخاص بـ MySQL موجود مسبقا",
  28. "Drop this user from MySQL" => "احذف اسم المستخدم هذا من الـ MySQL",
  29. "MySQL user '%s'@'%%' already exists" => "أسم المستخدم '%s'@'%%' الخاص بـ MySQL موجود مسبقا",
  30. "Drop this user from MySQL." => "احذف اسم المستخدم هذا من الـ MySQL.",
  31. "Oracle username and/or password not valid" => "اسم المستخدم و/أو كلمة المرور لنظام Oracle غير صحيح",
  32. "Offending command was: \"%s\", name: %s, password: %s" => "الأمر المخالف كان : \"%s\", اسم المستخدم : %s, كلمة المرور: %s",
  33. "PostgreSQL username and/or password not valid" => "اسم المستخدم / أو كلمة المرور الخاصة بـPostgreSQL غير صحيحة",
  34. "Set an admin username." => "اعداد اسم مستخدم للمدير",
  35. "Set an admin password." => "اعداد كلمة مرور للمدير",
  36. "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "اعدادات خادمك غير صحيحة بشكل تسمح لك بمزامنة ملفاتك وذلك بسبب أن واجهة WebDAV تبدو معطلة",
  37. "Please double check the <a href='%s'>installation guides</a>." => "الرجاء التحقق من <a href='%s'>دليل التنصيب</a>.",
  38. "seconds ago" => "منذ ثواني",
  39. "_%n minute ago_::_%n minutes ago_" => array("","","","","",""),
  40. "_%n hour ago_::_%n hours ago_" => array("","","","","",""),
  41. "today" => "اليوم",
  42. "yesterday" => "يوم أمس",
  43. "_%n day go_::_%n days ago_" => array("","","","","",""),
  44. "last month" => "الشهر الماضي",
  45. "_%n month ago_::_%n months ago_" => array("","","","","",""),
  46. "last year" => "السنةالماضية",
  47. "years ago" => "سنة مضت",
  48. "Could not find category \"%s\"" => "تعذر العثور على المجلد \"%s\""
  49. );
  50. $PLURAL_FORMS = "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;";