jquery.colorbox-ar.js 482 B

123456789101112131415
  1. /*
  2. jQuery Colorbox language configuration
  3. language: Arabic (ar)
  4. translated by: A.Rhman Sayes
  5. */
  6. jQuery.extend(jQuery.colorbox.settings, {
  7. current: "الصورة {current} من {total}",
  8. previous: "السابق",
  9. next: "التالي",
  10. close: "إغلاق",
  11. xhrError: "حدث خطأ أثناء تحميل المحتوى.",
  12. imgError: "حدث خطأ أثناء تحميل الصورة.",
  13. slideshowStart: "تشغيل العرض",
  14. slideshowStop: "إيقاف العرض"
  15. });