summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-07 18:51:06 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-07 18:51:06 +0100
commit91c0990385b310bfbae0bbb77489584cb2bdfa6d (patch)
tree92698c565bc4e6f19a371bbda6f38bb0a90f0c03 /plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js
parent2ad0a8d3f661046daa80d593c56a6a728a50a7f2 (diff)
Updated to jQuery 1.8.2 and jQuery UI 1.9.1
Diffstat (limited to 'plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js')
-rwxr-xr-x[-rw-r--r--]plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js
index 249e7b0ef..b28c268c1 100644..100755
--- a/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js
+++ b/plugins/jqueryui/js/i18n/jquery.ui.datepicker-hu.js
@@ -2,22 +2,22 @@
/* Written by Istvan Karaszi (jquery@spam.raszi.hu). */
jQuery(function($){
$.datepicker.regional['hu'] = {
- closeText: 'bezárás',
- prevText: '&laquo;&nbsp;vissza',
- nextText: 'előre&nbsp;&raquo;',
+ closeText: 'bezár',
+ prevText: 'vissza',
+ nextText: 'előre',
currentText: 'ma',
monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június',
'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
- dayNames: ['Vasárnap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
+ dayNames: ['Vasárnap', 'Hétfő', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
- weekHeader: 'Hé',
- dateFormat: 'yy-mm-dd',
+ weekHeader: 'Hét',
+ dateFormat: 'yy.mm.dd.',
firstDay: 1,
isRTL: false,
- showMonthAfterYear: false,
+ showMonthAfterYear: true,
yearSuffix: ''};
$.datepicker.setDefaults($.datepicker.regional['hu']);
});