aboutsummaryrefslogtreecommitdiffstats
path: root/library/colorbox/i18n/jquery.colorbox-it.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/colorbox/i18n/jquery.colorbox-it.js')
-rw-r--r--library/colorbox/i18n/jquery.colorbox-it.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/library/colorbox/i18n/jquery.colorbox-it.js b/library/colorbox/i18n/jquery.colorbox-it.js
new file mode 100644
index 000000000..d67d76cf7
--- /dev/null
+++ b/library/colorbox/i18n/jquery.colorbox-it.js
@@ -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."
+});