summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-ar.js
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/libraries/colorbox/i18n/jquery.colorbox-ar.js')
-rw-r--r--sites/all/libraries/colorbox/i18n/jquery.colorbox-ar.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/sites/all/libraries/colorbox/i18n/jquery.colorbox-ar.js b/sites/all/libraries/colorbox/i18n/jquery.colorbox-ar.js
new file mode 100644
index 000000000..6c4228cd1
--- /dev/null
+++ b/sites/all/libraries/colorbox/i18n/jquery.colorbox-ar.js
@@ -0,0 +1,15 @@
+/*
+ jQuery Colorbox language configuration
+ language: Arabic (ar)
+ translated by: A.Rhman Sayes
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+ current: "الصورة {current} من {total}",
+ previous: "السابق",
+ next: "التالي",
+ close: "إغلاق",
+ xhrError: "حدث خطأ أثناء تحميل المحتوى.",
+ imgError: "حدث خطأ أثناء تحميل الصورة.",
+ slideshowStart: "تشغيل العرض",
+ slideshowStop: "إيقاف العرض"
+});