projects/genea/out/js/spectrum-1.8.1/i18n/jquery.spectrum-nl.js
1.
// Spectrum Colorpicker
2.
// Dutch (nl-nl) localization
3.
// https://github.com/bgrins/spectrum
4.
5.
(function ( $ ) {
6.
7.
var localization = $.spectrum.localization["nl-nl"] = {
8.
cancelText: "Annuleer",
9.
chooseText: "Kies",
10.
clearText: "Wis kleur selectie",
11.
togglePaletteMoreText: 'Meer',
12.
togglePaletteLessText: 'Minder'
13.
};
14.
15.
$.extend($.fn.spectrum.defaults, localization);
16.
17.
})( jQuery );
18.