blob: 4a71d1c881ae97b6f0ecc3014db19015034f16e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Dutch translation for the jQuery Timepicker Addon */
/* Written by Martijn van der Lee */
$.timepicker.regional['nl'] = {
timeOnlyTitle: 'Tijdstip',
timeText: 'Tijd',
hourText: 'Uur',
minuteText: 'Minuut',
secondText: 'Seconde',
timezoneText: 'Tijdzone',
currentText: 'Vandaag',
closeText: 'Sluiten',
timeFormat: 'hh:mm tt',
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['nl']);
|