Skip to content

Commit

Permalink
i18n - polish language
Browse files Browse the repository at this point in the history
  • Loading branch information
kniziol committed Jan 5, 2017
1 parent 525806f commit c5cebb8
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions i18n/jquery.ui.colorpicker-pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
;jQuery(function($) {
$.colorpicker.regional['pl'] = {
ok: 'OK',
cancel: 'Anuluj',
none: 'Wyczyść',
button: 'Kolor',
title: 'Wskaż kolor',
transparent: 'Przezroczysty',
hsvH: 'H',
hsvS: 'S',
hsvV: 'V',
rgbR: 'R',
rgbG: 'G',
rgbB: 'B',
labL: 'L',
labA: 'a',
labB: 'b',
hslH: 'H',
hslS: 'S',
hslL: 'L',
cmykC: 'C',
cmykM: 'M',
cmykY: 'Y',
cmykK: 'K',
alphaA: 'A'
};
});

0 comments on commit c5cebb8

Please sign in to comment.