Sha256: b3b7c6120e82af64f55f5f449659a0daf3550d264cb8c639362a692883e0cd31

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
jQuery(function($) {
    $.datepicker.regional.nl = {
        closeText: 'Sluiten',
        prevText: '←',
        nextText: '→',
        currentText: 'Vandaag',
        monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
            'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
        monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
            'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
        dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
        dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
        dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
        weekHeader: 'Wk',
        dateFormat: 'dd/mm/yy',
        firstDay: 1,
        isRTL: false,
        showMonthAfterYear: false,
        yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional.nl);
});

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.8 templates/jquery/i18n/jquery.ui/datepicker-nl.js
compass-jquery-plugin-0.3.2.7 templates/jquery/i18n/jquery.ui/datepicker-nl.js
compass-jquery-plugin-0.3.2.7.nil templates/jquery/i18n/jquery.ui/datepicker-nl.js
compass-jquery-plugin-0.3.2.6 templates/jquery/i18n/jquery.ui/datepicker-nl.js
compass-jquery-plugin-0.3.2.5 templates/jquery/i18n/jquery.ui/datepicker-nl.js
compass-jquery-plugin-0.3.2.4 templates/jquery/i18n/jquery.ui/datepicker-nl.js