add spanish translation
This commit is contained in:
parent
0ac0d510ef
commit
61a31f82a4
17
localization/jquery-ui-timepicker-es.js
vendored
Normal file
17
localization/jquery-ui-timepicker-es.js
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
/* Spanish translation for the jQuery Timepicker Addon */
|
||||||
|
/* Written by Ianaré Sévi */
|
||||||
|
(function($) {
|
||||||
|
$.timepicker.regional['es'] = {
|
||||||
|
timeOnlyTitle: 'Elegir una hora',
|
||||||
|
timeText: 'Hora',
|
||||||
|
hourText: 'Horas',
|
||||||
|
minuteText: 'Minutos',
|
||||||
|
secondText: 'Segundos',
|
||||||
|
timezoneText: 'Huso horario',
|
||||||
|
currentText: 'Ahora',
|
||||||
|
closeText: 'Cerrar',
|
||||||
|
timeFormat: 'hh:mm',
|
||||||
|
ampm: false
|
||||||
|
};
|
||||||
|
$.timepicker.setDefaults($.timepicker.regional['es']);
|
||||||
|
})(jQuery);
|
Loading…
Reference in a new issue