jquery.spectrum-hr.js 486 B

123456789101112131415161718
  1. // Spectrum Colorpicker
  2. // Croatian (hr) localization
  3. // https://github.com/bgrins/spectrum
  4. (function ( $ ) {
  5. var localization = $.spectrum.localization["hr"] = {
  6. cancelText: "Odustani",
  7. chooseText: "Odaberi",
  8. clearText: "Poništi odabir",
  9. noColorSelectedText: "Niti jedna boja nije odabrana",
  10. togglePaletteMoreText: "Više",
  11. togglePaletteLessText: "Manje"
  12. };
  13. $.extend($.fn.spectrum.defaults, localization);
  14. })( jQuery );