]> git.mxchange.org Git - friendica.git/blobdiff - library/colorbox/i18n/jquery.colorbox-it.js
add colorbox
[friendica.git] / library / colorbox / i18n / jquery.colorbox-it.js
diff --git a/library/colorbox/i18n/jquery.colorbox-it.js b/library/colorbox/i18n/jquery.colorbox-it.js
new file mode 100644 (file)
index 0000000..d67d76c
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+       jQuery ColorBox language configuration
+       language: Italian (it)
+       translated by: maur8ino
+*/
+jQuery.extend(jQuery.colorbox.settings, {
+       current: "Immagine {current} di {total}",
+       previous: "Precedente",
+       next: "Successiva",
+       close: "Chiudi",
+       xhrError: "Errore nel caricamento del contenuto.",
+       imgError: "Errore nel caricamento dell'immagine."
+});