friendica/library/colorbox/i18n/jquery.colorbox-ru.js

16 lines
566 B
JavaScript
Raw Normal View History

2013-02-05 02:09:25 +01:00
/*
2015-12-30 14:53:02 +01:00
jQuery Colorbox language configuration
2013-02-05 02:09:25 +01:00
language: Russian (ru)
translated by: Marfa
2015-12-30 14:53:02 +01:00
site: themarfa.name
2013-02-05 02:09:25 +01:00
*/
jQuery.extend(jQuery.colorbox.settings, {
current: "изображение {current} из {total}",
2015-12-30 14:53:02 +01:00
previous: "назад",
next: "вперёд",
2013-02-05 02:09:25 +01:00
close: "закрыть",
xhrError: "Не удалось загрузить содержимое.",
2015-12-30 14:53:02 +01:00
imgError: "Не удалось загрузить изображение.",
slideshowStart: "начать слайд-шоу",
slideshowStop: "остановить слайд-шоу"
2013-02-05 02:09:25 +01:00
});