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

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

There is a newer version: 5.0.3
Show newest version
/* Norwegian translation for the jQuery Timepicker Addon */
/* Written by Morten Hauan (http://hauan.me) */
(function($) {
	$.timepicker.regional['no'] = {
		timeOnlyTitle: 'Velg tid',
		timeText: 'Tid',
		hourText: 'Time',
		minuteText: 'Minutt',
		secondText: 'Sekund',
		millisecText: 'Millisekund',
		timezoneText: 'Tidssone',
		currentText: 'Nå',
		closeText: 'Lukk',
		timeFormat: 'HH:mm',
		amNames: ['am', 'AM', 'A'],
		pmNames: ['pm', 'PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['no']);
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy