Projet

Général

Profil

Révision 503b3f7b

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/jquery_update/replace/ui/ui/i18n/jquery.ui.datepicker-nl.js
1
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
1
/* Dutch (UTF-8) initialisation for the jQuery UI date picker plugin. */
2 2
/* Written by Mathias Bynens <http://mathiasbynens.be/> */
3 3
jQuery(function($){
4 4
	$.datepicker.regional.nl = {
......
8 8
		currentText: 'Vandaag',
9 9
		monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
10 10
		'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
11
		monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
11
		monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
12 12
		'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
13 13
		dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
14 14
		dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
15 15
		dayNamesMin: ['zo', 'ma', 'di', 'wo', 'do', 'vr', 'za'],
16 16
		weekHeader: 'Wk',
17
		dateFormat: 'dd/mm/yy',
17
		dateFormat: 'dd-mm-yy',
18 18
		firstDay: 1,
19 19
		isRTL: false,
20 20
		showMonthAfterYear: false,
21 21
		yearSuffix: ''};
22 22
	$.datepicker.setDefaults($.datepicker.regional.nl);
23
});
23
});

Formats disponibles : Unified diff