| | |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['hy'] = { |
| | | closeText: 'Փակել', |
| | | prevText: '<Նախ.', |
| | | nextText: 'Հաջ.>', |
| | | prevText: '<Նախ.', |
| | | nextText: 'Հաջ.>', |
| | | currentText: 'Այսօր', |
| | | monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս', |
| | | 'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'], |
| | |
| | | showMonthAfterYear: false, |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['hy']); |
| | | }); |
| | | }); |
| | | /* @license-end */ |