~oly/+junk/blog

« back to all changes in this revision

Viewing changes to site/static/js/jquery-ui-1.9.2.custom/development-bundle/ui/i18n/jquery.ui.datepicker-he.js

  • Committer: Oliver Marks
  • Date: 2014-01-24 20:35:50 UTC
  • Revision ID: oly@digitaloctave.com-20140124203550-h79ypck32hqzwgaz
Personal blog package

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
                closeText: 'סגור',
 
6
                prevText: '<הקודם',
 
7
                nextText: 'הבא>',
 
8
                currentText: 'היום',
 
9
                monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
 
10
                'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
 
11
                monthNamesShort: ['ינו','פבר','מרץ','אפר','מאי','יוני',
 
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
});