source: extensions/UserCollections/template/resources/jquery-timepicker/i18n/jquery-ui-timepicker-hu.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: 588 bytes
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                microsecText: 'Ezredmásodperc',
12                timezoneText: 'Időzóna',
13                currentText: 'Most',
14                closeText: 'Kész',
15                timeFormat: 'HH:mm',
16                amNames: ['de.', 'AM', 'A'],
17                pmNames: ['du.', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['hu']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.