| | |
| | | /* Romanian initialisation for the jQuery UI date picker plugin. |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Romanian initialisation for the jQuery UI date picker plugin. |
| | | * |
| | | * Written by Edmond L. (ll_edmond@walla.com) |
| | | * and Ionut G. Stan (ionut.g.stan@gmail.com) |
| | |
| | | jQuery(function($){ |
| | | $.datepicker.regional['ro'] = { |
| | | closeText: 'Închide', |
| | | prevText: '« Luna precedentă', |
| | | nextText: 'Luna următoare »', |
| | | prevText: '« Luna precedentă', |
| | | nextText: 'Luna următoare »', |
| | | currentText: 'Azi', |
| | | monthNames: ['Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie', |
| | | 'Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'], |
| | |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['ro']); |
| | | }); |
| | | /* @license-end */ |