| 123456789101112131415 |
- // Spectrum Colorpicker
- // Dutch (nl-nl) localization
- // https://github.com/bgrins/spectrum
- (function ( $ ) {
- var localization = $.spectrum.localization["nl-nl"] = {
- cancelText: "Annuleer",
- chooseText: "Kies",
- clearText: "Wis kleur selectie"
- };
- $.extend($.fn.spectrum.defaults, localization);
- })( jQuery );
|