source: trunk/template-common/lib/ui/i18n/ui.datepicker-he.js @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.1 KB
Line 
1/* Hebrew initialisation for the UI Datepicker extension. */
2/* Written by Amir Hardon (ahardon at gmail dot com). */
3jQuery(document).ready(function(){
4        jQuery.datepicker.regional['he'] = {clearText: 'נקה', clearStatus: '',
5                closeText: 'סגור', closeStatus: '',
6                prevText: '<הקודם', prevStatus: '',
7                nextText: 'הבא>', nextStatus: '',
8                currentText: 'היום', currentStatus: '',
9                monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
10                'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
11                monthNamesShort: ['1','2','3','4','5','6',
12                '7','8','9','10','11','12'],
13                monthStatus: '', yearStatus: '',
14                weekHeader: 'Sm', weekStatus: '',
15                dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
16                dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
17                dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
18                dayStatus: 'DD', dateStatus: 'DD, M d',
19                dateFormat: 'dd/mm/yy', firstDay: 0, 
20                initStatus: '', isRTL: true};
21        jQuery.datepicker.setDefaults($.datepicker.regional['he']);
22});
Note: See TracBrowser for help on using the repository browser.