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

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

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

Line 
1/* Hungarian translation for the jQuery Timepicker Addon */
2/* Written by Vas Gábor */
3(function($) {
4        $.timepicker.regional['hu'] = {
5                timeOnlyTitle: 'Válasszon időpontot',
6                timeText: 'Idő',
7                hourText: 'Óra',
8                minuteText: 'Perc',
9                secondText: 'Másodperc',
10                millisecText: 'Milliszekundumos',
11                timezoneText: 'Időzóna',
12                currentText: 'Most',
13                closeText: 'Kész',
14                timeFormat: 'hh:mm tt',
15                amNames: ['de.', 'AM', 'A'],
16                pmNames: ['du.', 'PM', 'P'],
17                ampm: false
18        };
19        $.timepicker.setDefaults($.timepicker.regional['hu']);
20})(jQuery);
Note: See TracBrowser for help on using the repository browser.