X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjavascript%2Fjquery-ui-1.8.16%2Fui%2Fi18n%2Fjquery.ui.datepicker-sv.js;fp=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjavascript%2Fjquery-ui-1.8.16%2Fui%2Fi18n%2Fjquery.ui.datepicker-sv.js;h=e5f549fbf22860f5f44d502d57ed8f235b8dce50;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hp=0000000000000000000000000000000000000000;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c;p=velocampus%2Fweb%2Fwww.git diff --git a/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-sv.js b/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-sv.js new file mode 100644 index 0000000..e5f549f --- /dev/null +++ b/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-sv.js @@ -0,0 +1,23 @@ +/* Swedish initialisation for the jQuery UI date picker plugin. */ +/* Written by Anders Ekdahl ( anders@nomadiz.se). */ +jQuery(function($){ + $.datepicker.regional['sv'] = { + closeText: 'Stäng', + prevText: '«Förra', + nextText: 'Nästa»', + currentText: 'Idag', + monthNames: ['Januari','Februari','Mars','April','Maj','Juni', + 'Juli','Augusti','September','Oktober','November','December'], + monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', + 'Jul','Aug','Sep','Okt','Nov','Dec'], + dayNamesShort: ['Sön','MÃ¥n','Tis','Ons','Tor','Fre','Lör'], + dayNames: ['Söndag','MÃ¥ndag','Tisdag','Onsdag','Torsdag','Fredag','Lördag'], + dayNamesMin: ['Sö','MÃ¥','Ti','On','To','Fr','Lö'], + weekHeader: 'Ve', + dateFormat: 'yy-mm-dd', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['sv']); +});