source: extensions/UserCollections/template/resources/jquery-timepicker/i18n/jquery-ui-timepicker-nl.js @ 24421

Last change on this file since 24421 was 24421, checked in by mistic100, 11 years ago

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File size: 558 bytes
Line 
1/* Dutch translation for the jQuery Timepicker Addon */
2/* Written by Martijn van der Lee */
3(function($) {
4        $.timepicker.regional['nl'] = {
5                timeOnlyTitle: 'Tijdstip',
6                timeText: 'Tijd',
7                hourText: 'Uur',
8                minuteText: 'Minuut',
9                secondText: 'Seconde',
10                millisecText: 'Milliseconde',
11                microsecText: 'Microseconde',
12                timezoneText: 'Tijdzone',
13                currentText: 'Vandaag',
14                closeText: 'Sluiten',
15                timeFormat: 'HH:mm',
16                amNames: ['AM', 'A'],
17                pmNames: ['PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['nl']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.