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

14 lines
478 B
JavaScript
Raw Normal View History

2013-02-05 02:09:25 +01:00
/*
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: "Не удалось загрузить изображение."
});