~jstys-z/helioviewer.org/timeline

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/ui/i18n/ui.datepicker-he.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
 
/* Hebrew initialisation for the UI Datepicker extension. */
2
 
/* Written by Amir Hardon (ahardon at gmail dot com). */
3
 
jQuery(function($){
4
 
        $.datepicker.regional['he'] = {
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: ['1','2','3','4','5','6',
15
 
                '7','8','9','10','11','12'],
16
 
                monthStatus: '', yearStatus: '',
17
 
                weekHeader: 'Sm', weekStatus: '',
18
 
                dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
19
 
                dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
20
 
                dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
21
 
                dayStatus: 'DD', dateStatus: 'DD, M d',
22
 
                dateFormat: 'dd/mm/yy', firstDay: 0, 
23
 
                initStatus: '', isRTL: true};
24
 
        $.datepicker.setDefaults($.datepicker.regional['he']);
25
 
});