Projet

Général

Profil

Paste
Télécharger (482 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-version / i18n / jquery.colorbox-ar.js @ 5a7e6170

1 85ad3d82 Assos Assos
/*
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
});