summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-ru.js
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/libraries/colorbox/i18n/jquery.colorbox-ru.js')
-rw-r--r--sites/all/libraries/colorbox/i18n/jquery.colorbox-ru.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/sites/all/libraries/colorbox/i18n/jquery.colorbox-ru.js b/sites/all/libraries/colorbox/i18n/jquery.colorbox-ru.js
new file mode 100644
index 000000000..1d88b8cda
--- /dev/null
+++ b/sites/all/libraries/colorbox/i18n/jquery.colorbox-ru.js
@@ -0,0 +1,16 @@
+/*
+ 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: "Не удалось загрузить изображение.",
+ slideshowStart: "начать слайд-шоу",
+ slideshowStop: "остановить слайд-шоу"
+}); \ No newline at end of file