summaryrefslogtreecommitdiffstats
path: root/admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-he.js
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-he.js')
-rw-r--r--admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-he.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-he.js b/admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-he.js
new file mode 100644
index 0000000..f1d12a4
--- /dev/null
+++ b/admin/survey/script/jquery/colorbox/i18n/jquery.colorbox-he.js
@@ -0,0 +1,16 @@
+/*
+ jQuery Colorbox language configuration
+ language: Hebrew (he)
+ translated by: David Cohen
+ site: dav.co.il
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+ current: "תמונה {current} מתוך {total}",
+ previous: "הקודם",
+ next: "הבא",
+ close: "סגור",
+ xhrError: "שגיאה בטעינת התוכן.",
+ imgError: "שגיאה בטעינת התמונה.",
+ slideshowStart: "התחל מצגת",
+ slideshowStop: "עצור מצגת"
+});