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

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

There is a newer version: 5.0.3
Show newest version
/* Hellenic translation for the jQuery Timepicker Addon */
/* Written by Christos Pontikis */
(function($) {
	$.timepicker.regional['el'] = {
		timeOnlyTitle: 'Επιλογή ώρας',
		timeText: 'Ώρα',
		hourText: 'Ώρες',
		minuteText: 'Λεπτά',
		secondText: 'Δευτερόλεπτα',
		millisecText: 'μιλιδευτερόλεπτο',
		timezoneText: 'Ζώνη ώρας',
		currentText: 'Τώρα',
		closeText: 'Κλείσιμο',
		timeFormat: 'HH:mm',
		amNames: ['π.μ.', 'AM', 'A'],
		pmNames: ['μ.μ.', 'PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['el']);
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy