Mercurial > hg > STI-GWT
comparison war/scripts/jQuery/ui/i18n/jquery.ui.datepicker-hu.js @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Tue, 17 Jul 2012 13:34:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:2897af43ccc6 | 3:cf06b77a8bbd |
---|---|
1 /* Hungarian initialisation for the jQuery UI date picker plugin. */ | |
2 /* Written by Istvan Karaszi (jquery@spam.raszi.hu). */ | |
3 jQuery(function($){ | |
4 $.datepicker.regional['hu'] = { | |
5 closeText: 'bezárás', | |
6 prevText: '« vissza', | |
7 nextText: 'előre »', | |
8 currentText: 'ma', | |
9 monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június', | |
10 'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'], | |
11 monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún', | |
12 'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'], | |
13 dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'], | |
14 dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], | |
15 dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], | |
16 weekHeader: 'Hé', | |
17 dateFormat: 'yy-mm-dd', | |
18 firstDay: 1, | |
19 isRTL: false, | |
20 showMonthAfterYear: true, | |
21 yearSuffix: ''}; | |
22 $.datepicker.setDefaults($.datepicker.regional['hu']); | |
23 }); |