aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-hr.js
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-06 09:40:26 +1100
committerRedMatrix <info@friendica.com>2015-01-06 09:40:26 +1100
commitc45456fa3342bc72d30c20bafd029913930130aa (patch)
treef707891da9bd1c7272f04e455f33043bbb29ef1d /library/colorbox/i18n/jquery.colorbox-hr.js
parent074be42e234a9d44ffe7875ffef6eb7a5e22f013 (diff)
parent5ce5de73051e0d68d277dc189b3bcc4593d7ab8d (diff)
downloadvolse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.tar.gz
volse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.tar.bz2
volse-hubzilla-c45456fa3342bc72d30c20bafd029913930130aa.zip
Merge pull request #820 from pafcu/nomigrate
Steps towards not needing jquery-migrate
Diffstat (limited to 'library/colorbox/i18n/jquery.colorbox-hr.js')
-rw-r--r--library/colorbox/i18n/jquery.colorbox-hr.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/library/colorbox/i18n/jquery.colorbox-hr.js b/library/colorbox/i18n/jquery.colorbox-hr.js
new file mode 100644
index 000000000..7eb62becd
--- /dev/null
+++ b/library/colorbox/i18n/jquery.colorbox-hr.js
@@ -0,0 +1,15 @@
+/*
+ jQuery Colorbox language configuration
+ language: Croatian (hr)
+ translated by: Mladen Bicanic (base.hr)
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+ current: "Slika {current} od {total}",
+ previous: "Prethodna",
+ next: "Sljedeća",
+ close: "Zatvori",
+ xhrError: "Neuspješno učitavanje sadržaja.",
+ imgError: "Neuspješno učitavanje slike.",
+ slideshowStart: "Pokreni slideshow",
+ slideshowStop: "Zaustavi slideshow"
+}); \ No newline at end of file