aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/plugins/colorbox/i18n/jquery.colorbox-he.js
blob: 78908e39fe74343268d5c43d13abfe2c7e9d675b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
	jQuery Colorbox language configuration
	language: Hebrew (he)
	translated by: DavidCo
	site: DavidCo.me
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "תמונה {current} מתוך {total}",
	previous: "הקודם",
	next: "הבא",
	close: "סגור",
	xhrError: "שגיאה בטעינת התוכן.",
	imgError: "שגיאה בטעינת התמונה.",
	slideshowStart: "התחל מצגת",
	slideshowStop: "עצור מצגת"
});