17 Nov - Static Sites to laravel
This commit is contained in:
parent
610aa1e202
commit
5ff57a21a7
3661 changed files with 569001 additions and 771 deletions
17
public/assets/plugins/spectrum/i18n/jquery.spectrum-nl.js
Normal file
17
public/assets/plugins/spectrum/i18n/jquery.spectrum-nl.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// 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",
|
||||
togglePaletteMoreText: 'Meer',
|
||||
togglePaletteLessText: 'Minder'
|
||||
};
|
||||
|
||||
$.extend($.fn.spectrum.defaults, localization);
|
||||
|
||||
})( jQuery );
|
||||
Loading…
Add table
Add a link
Reference in a new issue