source: trunk/prototype/app/plugins/timepicker/localization/jquery-ui-timepicker-nl.js @ 5341

Revision 5341, 528 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

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                timezoneText: 'Tijdzone',
12                currentText: 'Vandaag',
13                closeText: 'Sluiten',
14                timeFormat: 'hh:mm tt',
15                amNames: ['AM', 'A'],
16                pmNames: ['PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['nl']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.