/[projects]/misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-hy.js
ViewVC logotype

Contents of /misc/horsensspejder-web/jquery/jquery-ui-1.10.3/ui/i18n/jquery.ui.datepicker-hy.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File MIME type: application/javascript
File size: 1174 byte(s)
initial import
1 /* Armenian(UTF-8) initialisation for the jQuery UI date picker plugin. */
2 /* Written by Levon Zakaryan (levon.zakaryan@gmail.com)*/
3 jQuery(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 });

  ViewVC Help
Powered by ViewVC 1.1.20