merci-8.x-2.x-dev/modules/timepicker/js/timeentry/jquery.timeentry-ro.js
modules/timepicker/js/timeentry/jquery.timeentry-ro.js
/* http://keith-wood.name/timeEntry.html
Romanian initialisation for the jQuery time entry extension
Written by Edmond L. (ll_edmond@walla.com) */
(function($) {
$.timeEntry.regionalOptions['ro'] = {show24Hours: true, separator: ':',
ampmPrefix: '', ampmNames: ['AM', 'PM'],
spinnerTexts: ['Acum', 'Campul Anterior', 'Campul Urmator', 'Mareste', 'Micsoreaza']};
$.timeEntry.setDefaults($.timeEntry.regionalOptions['ro']);
})(jQuery);
