merci-8.x-2.x-dev/modules/timepicker/js/timeentry/jquery.timeentry-es.js
modules/timepicker/js/timeentry/jquery.timeentry-es.js
/* http://keith-wood.name/timeEntry.html
Spanish initialisation for the jQuery time entry extension
Written by diegok (diego@freekeylabs.com). */
(function($) {
$.timeEntry.regionalOptions['es'] = {show24Hours: true, separator: ':',
ampmPrefix: '', ampmNames: ['AM', 'PM'],
spinnerTexts: ['Ahora', 'Campo anterior', 'Siguiente campo', 'Aumentar', 'Disminuir']};
$.timeEntry.setDefaults($.timeEntry.regionalOptions['es']);
})(jQuery);
