]> git.mxchange.org Git - friendica.git/blob - library/colorbox/i18n/jquery.colorbox-he.js
Update references to colorbox css and js files
[friendica.git] / library / colorbox / i18n / jquery.colorbox-he.js
1 /*
2         jQuery Colorbox language configuration
3         language: Hebrew (he)
4         translated by: David Cohen
5         site: dav.co.il
6 */
7 jQuery.extend(jQuery.colorbox.settings, {
8         current: "תמונה {current} מתוך {total}",
9         previous: "הקודם",
10         next: "הבא",
11         close: "סגור",
12         xhrError: "שגיאה בטעינת התוכן.",
13         imgError: "שגיאה בטעינת התמונה.",
14         slideshowStart: "התחל מצגת",
15         slideshowStop: "עצור מצגת"
16 });