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

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

There is a newer version: 5.0.3
Show newest version
/* Bulgarian translation for the jQuery Timepicker Addon */
/* Written by Plamen Kovandjiev */
(function($) {
	$.timepicker.regional['bg'] = {
		timeOnlyTitle: 'Изберете време',
		timeText: 'Време',
		hourText: 'Час',
		minuteText: 'Минути',
		secondText: 'Секунди',
		millisecText: 'Милисекунди',
		timezoneText: 'Часови пояс',
		currentText: 'Сега',
		closeText: 'Затвори',
		timeFormat: 'HH:mm',
		amNames: ['AM', 'A'],
		pmNames: ['PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['bg']);
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy