| | |
| | | /* Faroese initialisation for the jQuery UI date picker plugin */ |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Faroese initialisation for the jQuery UI date picker plugin */ |
| | | /* Written by Sverri Mohr Olsen, sverrimo@gmail.com */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['fo'] = { |
| | | closeText: 'Lat aftur', |
| | | prevText: '<Fyrra', |
| | | nextText: 'Næsta>', |
| | | prevText: '<Fyrra', |
| | | nextText: 'Næsta>', |
| | | currentText: 'Í dag', |
| | | monthNames: ['Januar','Februar','Mars','Apríl','Mei','Juni', |
| | | 'Juli','August','September','Oktober','November','Desember'], |
| | |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['fo']); |
| | | }); |
| | | /* @license-end */ |