~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/ui/i18n/ui.datepicker-hy.js

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
                clearText: 'Մաքրել', clearStatus: '',
6
 
                closeText: 'Փակել', closeStatus: '',
7
 
                prevText: '<Նախ.',  prevStatus: '',
8
 
                prevBigText: '<<', prevBigStatus: '',
9
 
                nextText: 'Հաջ.>', nextStatus: '',
10
 
                nextBigText: '>>', nextBigStatus: '',
11
 
                currentText: 'Այսօր', currentStatus: '',
12
 
                monthNames: ['Հունվար','Փետրվար','Մարտ','Ապրիլ','Մայիս','Հունիս',
13
 
                'Հուլիս','Օգոստոս','Սեպտեմբեր','Հոկտեմբեր','Նոյեմբեր','Դեկտեմբեր'],
14
 
                monthNamesShort: ['Հունվ','Փետր','Մարտ','Ապր','Մայիս','Հունիս',
15
 
                'Հուլ','Օգս','Սեպ','Հոկ','Նոյ','Դեկ'],
16
 
                monthStatus: '', yearStatus: '',
17
 
                weekHeader: 'ՇԲՏ', weekStatus: '',
18
 
                dayNames: ['կիրակի','եկուշաբթի','երեքշաբթի','չորեքշաբթի','հինգշաբթի','ուրբաթ','շաբաթ'],
19
 
                dayNamesShort: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
20
 
                dayNamesMin: ['կիր','երկ','երք','չրք','հնգ','ուրբ','շբթ'],
21
 
                dayStatus: 'DD', dateStatus: 'D, M d',
22
 
                dateFormat: 'dd.mm.yy', firstDay: 1, 
23
 
                initStatus: '', isRTL: false};
24
 
        $.datepicker.setDefaults($.datepicker.regional['hy']);
25
 
});
 
 
b'\\ No newline at end of file'