~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.7.1/development-bundle/ui/i18n/ui.datepicker-nl.js

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
 
2
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
 
3
jQuery(function($){
 
4
        $.datepicker.regional.nl = {
 
5
                closeText: 'Sluiten',
 
6
                prevText: '←',
 
7
                nextText: '→',
 
8
                currentText: 'Vandaag',
 
9
                monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
 
10
                'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
 
11
                monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
 
12
                'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
 
13
                dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
 
14
                dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
 
15
                dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
 
16
                dateFormat: 'dd/mm/yy', firstDay: 1,
 
17
                isRTL: false};
 
18
        $.datepicker.setDefaults($.datepicker.regional.nl);
 
19
});
 
 
b'\\ No newline at end of file'