From f065db729416def067cd39cebd4cca2cfaee7ae0 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Fri, 30 May 2014 08:44:16 +0200 Subject: [PATCH] Update Italian translations --- i18n/jquery.spectrum-it.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i18n/jquery.spectrum-it.js b/i18n/jquery.spectrum-it.js index de06ecd6..2d82e63c 100644 --- a/i18n/jquery.spectrum-it.js +++ b/i18n/jquery.spectrum-it.js @@ -6,7 +6,9 @@ var localization = $.spectrum.localization["it"] = { cancelText: "annulla", - chooseText: "scegli" + chooseText: "scegli", + clearText: "Annulla selezione colore", + noColorSelectedText: "Nessun colore selezionato" }; $.extend($.fn.spectrum.defaults, localization);