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

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

There is a newer version: 5.0.3
Show newest version
/* Afrikaans translation for the jQuery Timepicker Addon */
/* Written by Deon Heyns */
(function($) {
	$.timepicker.regional['af'] = {
		timeOnlyTitle: 'Kies Tyd',
		timeText: 'Tyd ',
		hourText: 'Ure ',
		minuteText: 'Minute',
		secondText: 'Sekondes',
		millisecText: 'Millisekondes',
		timezoneText: 'Tydsone',
		currentText: 'Huidige Tyd',
		closeText: 'Klaar',
		timeFormat: 'HH:mm',
		amNames: ['AM', 'A'],
		pmNames: ['PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['af']);
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy