Sha256: 59e8cce8c40f2357f9732d8f7cfba5f6cf05131f8289e3e6f03fce3f9f2c4829

Contents?: true

Size: 932 Bytes

Versions: 18

Compression:

Stored size: 932 Bytes

Contents

/* Hungarian initialisation for the jQuery UI date picker plugin. */
/* Written by Istvan Karaszi (jquerycalendar@spam.raszi.hu). */
jQuery(function($){
	$.datepicker.regional['hu'] = {
		closeText: 'bezárás',
		prevText: '« vissza',
		nextText: 'előre »',
		currentText: 'ma',
		monthNames: ['Január', 'Február', 'Március', 'Április', 'Május', 'Június',
		'Július', 'Augusztus', 'Szeptember', 'Október', 'November', 'December'],
		monthNamesShort: ['Jan', 'Feb', 'Már', 'Ápr', 'Máj', 'Jún',
		'Júl', 'Aug', 'Szep', 'Okt', 'Nov', 'Dec'],
		dayNames: ['Vasámap', 'Hétfö', 'Kedd', 'Szerda', 'Csütörtök', 'Péntek', 'Szombat'],
		dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
		dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
		dateFormat: 'yy-mm-dd', firstDay: 1,
		isRTL: false};
	$.datepicker.setDefaults($.datepicker.regional['hu']);
});

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.2.6.0 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.3.0.beta.5 templates/jrails-1.3/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.3.0.beta.4 templates/jrails-1.3/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.3.0.beta.2 templates/jrails-1.3/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.5.4 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.5.3 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.5.2 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.5.1 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.5 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4.100 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4.99 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4.5 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4.4 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4.3 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4.1 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.4 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.3 templates/jrails/i18n/jquery.ui/datepicker-hu.js
compass-jquery-plugin-0.2.2.4 templates/jrails/i18n/jquery.ui/datepicker-hu.js