aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-ru.js
blob: c9c2200686a658aba1aee8ed0c3a82aa54bb9667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
	jQuery ColorBox language configuration
	language: Russian (ru)
	translated by: Marfa
        site: themarfa.name
*/
jQuery.extend(jQuery.colorbox.settings, {
	current: "изображение {current} из {total}",
	previous: "предыдущее",
	next: "следующее",
	close: "закрыть",
	xhrError: "Не удалось загрузить содержимое.",
	imgError: "Не удалось загрузить изображение."
});