jquery.spectrum-it.js 381 B

12345678910111213141516
  1. // Spectrum Colorpicker
  2. // Italian (it) localization
  3. // https://github.com/bgrins/spectrum
  4. (function ( $ ) {
  5. var localization = $.spectrum.localization["it"] = {
  6. cancelText: "annulla",
  7. chooseText: "scegli",
  8. clearText: "Annulla selezione colore",
  9. noColorSelectedText: "Nessun colore selezionato"
  10. };
  11. $.extend($.fn.spectrum.defaults, localization);
  12. })( jQuery );