source: trunk/themes/default/js/ui/i18n/jquery.ui.datepicker-hy.js @ 18630

Last change on this file since 18630 was 18630, checked in by rvelices, 12 years ago

feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 to 1.9.0
Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ...

File size: 1.1 KB
Line 
1/* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
2/* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
3jQuery(function($){
4        $.datepicker.regional['hy'] = {
5                closeText: 'Փակել',
6                prevText: '<Նախ.',
7                nextText: 'Հաջ.>',
8                currentText: 'Այսօր',
9                monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
10                'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
11                monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
12                'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
13                dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
14                dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
15                dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
16                weekHeader: 'ՇԲՏ',
17                dateFormat: 'dd.mm.yy',
18                firstDay: 1,
19                isRTL: false,
20                showMonthAfterYear: false,
21                yearSuffix: ''};
22        $.datepicker.setDefaults($.datepicker.regional['hy']);
23});
Note: See TracBrowser for help on using the repository browser.