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

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

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

Line 
1/* German translation for the jQuery Timepicker Addon */
2/* Written by Marvin */
3(function($) {
4        $.timepicker.regional['de'] = {
5                timeOnlyTitle: 'Zeit WÀhlen',
6                timeText: 'Zeit',
7                hourText: 'Stunde',
8                minuteText: 'Minute',
9                secondText: 'Sekunde',
10                millisecText: 'Millisekunde',
11                timezoneText: 'Zeitzone',
12                currentText: 'Jetzt',
13                closeText: 'Fertig',
14                timeFormat: 'hh:mm tt',
15                amNames: ['vorm.', 'AM', 'A'],
16                pmNames: ['nachm.', 'PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['de']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.