summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/i18n/jquery.colorbox-cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/libraries/colorbox/i18n/jquery.colorbox-cs.js')
-rw-r--r--sites/all/libraries/colorbox/i18n/jquery.colorbox-cs.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/sites/all/libraries/colorbox/i18n/jquery.colorbox-cs.js b/sites/all/libraries/colorbox/i18n/jquery.colorbox-cs.js
new file mode 100644
index 000000000..9649fd455
--- /dev/null
+++ b/sites/all/libraries/colorbox/i18n/jquery.colorbox-cs.js
@@ -0,0 +1,16 @@
+/*
+ jQuery Colorbox language configuration
+ language: Czech (cs)
+ translated by: Filip Novak
+ site: mame.napilno.cz/filip-novak
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+ current: "{current}. obrázek z {total}",
+ previous: "Předchozí",
+ next: "Následující",
+ close: "Zavřít",
+ xhrError: "Obsah se nepodařilo načíst.",
+ imgError: "Obrázek se nepodařilo načíst.",
+ slideshowStart: "Spustit slideshow",
+ slideshowStop: "Zastavit slideshow"
+}); \ No newline at end of file