Merge pull request #174 from ianare/dev

Minor fix to FR, add ES translation
This commit is contained in:
Trent Richardson 2011-06-07 08:49:25 -07:00
commit 2e45f5c352
2 changed files with 19 additions and 2 deletions

17
localization/jquery-ui-timepicker-es.js vendored Normal file
View 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);

View file

@ -1,4 +1,4 @@
/* Czech translation for the jQuery Timepicker Addon */
/* French translation for the jQuery Timepicker Addon */
/* Written by Thomas Lété */
(function($) {
$.timepicker.regional['fr'] = {
@ -10,7 +10,7 @@
timezoneText: 'Fuseau horaire',
currentText: 'Maintenant',
closeText: 'Terminé',
timeFormat: 'h:m',
timeFormat: 'hh:mm',
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['fr']);