All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.i18n.jquery-ui-timepicker-ro.js Maven / Gradle / Ivy

There is a newer version: 5.0.4
Show newest version
/* Romanian translation for the jQuery Timepicker Addon */
/* Written by Romeo Adrian Cioaba */
(function($) {
	$.timepicker.regional['ro'] = {
		timeOnlyTitle: 'Alegeţi o oră',
		timeText: 'Timp',
		hourText: 'Ore',
		minuteText: 'Minute',
		secondText: 'Secunde',
		millisecText: 'Milisecunde',
		timezoneText: 'Fus orar',
		currentText: 'Acum',
		closeText: 'Închide',
		timeFormat: 'HH:mm',
		amNames: ['AM', 'A'],
		pmNames: ['PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['ro']);
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy