source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-he.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 955 bytes
Line 
1/* Hebrew initialisation for the UI Datepicker extension. */
2/* Written by Amir Hardon (ahardon at gmail dot com). */
3jQuery(function($){
4 $.datepicker.regional['he'] = {
5 closeText: 'סגוך',
6 prevText: '<הקודם',
7 nextText: 'הבא>',
8 currentText: 'היום',
9 monthNames: ['ינוא׹','׀בךואך','מךץ','א׀ךיל','מאי','יוני',
10 'יולי','אוגוסט','ס׀טמבך','אוקטוב׹','נובמב׹','דשמב׹'],
11 monthNamesShort: ['1','2','3','4','5','6',
12 '7','8','9','10','11','12'],
13 dayNames: ['ךאשון','שני','שלישי','ךביעי','חמישי','שישי','שבת'],
14 dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
15 dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
16 weekHeader: 'Wk',
17 dateFormat: 'dd/mm/yy',
18 firstDay: 0,
19 isRTL: true,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['he']);
23});
Note: See TracBrowser for help on using the repository browser.