ar.js 1.7 KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "جار تحميل المعاينة ...",
  5. "Saved" : "تم الحفظ",
  6. "Admin" : "ادارة",
  7. "a safe home for all your data" : "مكان آمن لكل معلوماتك",
  8. "The given name is too long" : "هذا الاسم أطول مما يجب",
  9. "The given web address is too long" : "هذا العنوان أطول مما يجب",
  10. "The given slogan is too long" : "هذا الشعار أطول مما يجب",
  11. "The given color is invalid" : "هناك خطأ في اللون",
  12. "No file was uploaded" : "لم يتم رفع أي ملف",
  13. "Missing a temporary folder" : "المجلد المؤقت غير موجود",
  14. "No file uploaded" : "لم يتم رفع الملف",
  15. "Unsupported image type" : "صيغة الصورة غير مقبولة",
  16. "Theming" : "تخصيص القالب",
  17. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "السمات تجعل من الممكن بسهولة تخصيص الشكل والمظهر لنموذجك ودعم العملاء. سيكون هذا مرئيا لجميع المستخدمين.",
  18. "Name" : "الاسم",
  19. "Reset to default" : "اعادة تعيين الافتراضيات",
  20. "Slogan" : "شعار",
  21. "Color" : "لون",
  22. "Logo" : "العلامة",
  23. "Upload new logo" : "رفع شعار جديد",
  24. "Login image" : "صورة الدخول",
  25. "Upload new login background" : "تحميل خلفية جديدة للدخول",
  26. "Remove background image" : "إزالة صورة الخلفية"
  27. },
  28. "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;");