This commit is contained in:
Karl Burkhart
2011-01-26 13:01:29 +00:00
parent 72eade02b5
commit 711971d1d4
+5 -4
View File
@@ -1253,17 +1253,18 @@ if(options.matchSubset){for(var i=q.length-1;i>=options.minChars;i--){var c=data
});
})(jQuery);
/* German initialisation for the jQuery UI date picker plugin. */
/* Written by Milian Wolff (mail@milianw.de). */
jQuery(function($){
$.datepicker.regional['de'] = {
closeText: 'schlieen',
prevText: '<zurck',
closeText: 'schließen',
prevText: '<zurück',
nextText: 'Vor>',
currentText: 'heute',
monthNames: ['Januar','Februar','Mrz','April','Mai','Juni',
monthNames: ['Januar','Februar','März','April','Mai','Juni',
'Juli','August','September','Oktober','November','Dezember'],
monthNamesShort: ['Jan','Feb','Mr','Apr','Mai','Jun',
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
'Jul','Aug','Sep','Okt','Nov','Dez'],
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],