ab6e362d6c73d2d438573208c90ef58ceef575a9
[yaffs-website] / i18n / datepicker-hy.js
1 /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
2 /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
3 (function( factory ) {
4         if ( typeof define === "function" && define.amd ) {
5
6                 // AMD. Register as an anonymous module.
7                 define([ "../datepicker" ], factory );
8         } else {
9
10                 // Browser globals
11                 factory( jQuery.datepicker );
12         }
13 }(function( datepicker ) {
14
15 datepicker.regional['hy'] = {
16         closeText: 'Փակել',
17         prevText: '<Նախ.',
18         nextText: 'Հաջ.>',
19         currentText: 'Այսօր',
20         monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
21         'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
22         monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
23         'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
24         dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
25         dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
26         dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
27         weekHeader: 'ՇԲՏ',
28         dateFormat: 'dd.mm.yy',
29         firstDay: 1,
30         isRTL: false,
31         showMonthAfterYear: false,
32         yearSuffix: ''};
33 datepicker.setDefaults(datepicker.regional['hy']);
34
35 return datepicker.regional['hy'];
36
37 }));