X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjavascript%2Fjquery-ui-1.8.16%2Fui%2Fi18n%2Fjquery.ui.datepicker-et.js;fp=www%2Fplugins%2Fauto%2Fjquery_ui%2Fjavascript%2Fjquery-ui-1.8.16%2Fui%2Fi18n%2Fjquery.ui.datepicker-et.js;h=92f81f63786f916fa1668b70cfacba1f56c1c419;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-et.js b/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-et.js new file mode 100644 index 0000000..92f81f6 --- /dev/null +++ b/www/plugins/auto/jquery_ui/javascript/jquery-ui-1.8.16/ui/i18n/jquery.ui.datepicker-et.js @@ -0,0 +1,23 @@ +/* Estonian initialisation for the jQuery UI date picker plugin. */ +/* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ +jQuery(function($){ + $.datepicker.regional['et'] = { + closeText: 'Sulge', + prevText: 'Eelnev', + nextText: 'Järgnev', + currentText: 'Täna', + monthNames: ['Jaanuar','Veebruar','Märts','Aprill','Mai','Juuni', + 'Juuli','August','September','Oktoober','November','Detsember'], + monthNamesShort: ['Jaan', 'Veebr', 'Märts', 'Apr', 'Mai', 'Juuni', + 'Juuli', 'Aug', 'Sept', 'Okt', 'Nov', 'Dets'], + dayNames: ['Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev'], + dayNamesShort: ['Pühap', 'Esmasp', 'Teisip', 'Kolmap', 'Neljap', 'Reede', 'Laup'], + dayNamesMin: ['P','E','T','K','N','R','L'], + weekHeader: 'Sm', + dateFormat: 'dd.mm.yy', + firstDay: 1, + isRTL: false, + showMonthAfterYear: false, + yearSuffix: ''}; + $.datepicker.setDefaults($.datepicker.regional['et']); +}); \ No newline at end of file