[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /* http://keith-wood.name/datepick.html 2 Hebrew localisation for jQuery Datepicker. 3 Written by Amir Hardon (ahardon at gmail dot com). */ 4 (function($) { 5 $.datepick.regional['he'] = { 6 monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני', 7 'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'], 8 monthNamesShort: ['1','2','3','4','5','6', 9 '7','8','9','10','11','12'], 10 dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'], 11 dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 12 dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], 13 dateFormat: 'dd/mm/yyyy', firstDay: 0, 14 renderer: $.datepick.defaultRenderer, 15 prevText: '<הקודם', prevStatus: '', 16 prevJumpText: '<<', prevJumpStatus: '', 17 nextText: 'הבא>', nextStatus: '', 18 nextJumpText: '>>', nextJumpStatus: '', 19 currentText: 'היום', currentStatus: '', 20 todayText: 'היום', todayStatus: '', 21 clearText: 'נקה', clearStatus: '', 22 closeText: 'סגור', closeStatus: '', 23 yearStatus: '', monthStatus: '', 24 weekText: 'Wk', weekStatus: '', 25 dayStatus: 'DD, M d', defaultStatus: '', 26 isRTL: true 27 }; 28 $.datepick.setDefaults($.datepick.regional['he']); 29 })(jQuery);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |