Skip to content

Commit

Permalink
Merge pull request jackmoore#320 from maur8ino/master
Browse files Browse the repository at this point in the history
Added Italian language configuration
  • Loading branch information
Jack Moore committed Jan 31, 2013
2 parents 7e2dba9 + 9378b91 commit d474113
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions i18n/jquery.colorbox-it.js
Original file line number Diff line number Diff line change
@@ -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."
});

0 comments on commit d474113

Please sign in to comment.