jquery.spectrum-pl.js 477 B

123456789101112131415161718
  1. // Spectrum Colorpicker
  2. // Polish (pl) localization
  3. // https://github.com/bgrins/spectrum
  4. (function ( $ ) {
  5. var localization = $.spectrum.localization["pl"] = {
  6. cancelText: "Anuluj",
  7. chooseText: "Wybierz",
  8. clearText: "Usuń wybór koloru",
  9. noColorSelectedText: "Nie wybrano koloru",
  10. togglePaletteMoreText: "Więcej",
  11. togglePaletteLessText: "Mniej"
  12. };
  13. $.extend($.fn.spectrum.defaults, localization);
  14. })( jQuery );