Sha256: 03a7509d0d2aa242b614b7447e79f6b3c8eefdc2a768849f882c85615c50e29b

Contents?: true

Size: 1.26 KB

Versions: 6

Compression:

Stored size: 1.26 KB

Contents

/* Hebrew initialisation for the UI Datepicker extension. */
/* Written by Amir Hardon (ahardon at gmail dot com). */
(function($) {
	$.datepick.regional['he'] = {
		clearText: 'נקה', clearStatus: '',
		closeText: 'סגור', closeStatus: '',
		prevText: '<הקודם', prevStatus: '',
		prevBigText: '<<', prevBigStatus: '',
		nextText: 'הבא>', nextStatus: '',
		nextBigText: '>>', nextBigStatus: '',
		currentText: 'היום', currentStatus: '',
		monthNames: ['ינואר','פברואר','מרץ','אפריל','מאי','יוני',
		'יולי','אוגוסט','ספטמבר','אוקטובר','נובמבר','דצמבר'],
		monthNamesShort: ['1','2','3','4','5','6',
		'7','8','9','10','11','12'],
		monthStatus: '', yearStatus: '',
		weekHeader: 'Sm', weekStatus: '',
		dayNames: ['ראשון','שני','שלישי','רביעי','חמישי','שישי','שבת'],
		dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
		dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'],
		dayStatus: 'DD', dateStatus: 'DD, M d',
		dateFormat: 'dd/mm/yy', firstDay: 0,
		initStatus: '', isRTL: true,
		showMonthAfterYear: false, yearSuffix: ''};
	$.datepick.setDefaults($.datepick.regional['he']);
})(jQuery);

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
alfa-0.0.8.pre assets/js/jquery/plugins/datepick/jquery.datepick-he.js
alfa-0.0.7.pre assets/js/jquery/plugins/datepick/jquery.datepick-he.js
alfa-0.0.6.pre assets/js/jquery/plugins/datepick/jquery.datepick-he.js
alfa-0.0.5.pre assets/js/jquery/plugins/datepick/jquery.datepick-he.js
alfa-0.0.4.pre assets/js/jquery/plugins/datepick/jquery.datepick-he.js
alfa-0.0.2.pre assets/js/jquery/plugins/datepick/jquery.datepick-he.js