source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-es.js @ 28500

Last change on this file since 28500 was 28500, checked in by mistic100, 10 years ago

feature 2679 : allow to change creation time

File size: 583 bytes
Line 
1/* Spanish translation for the jQuery Timepicker Addon */
2/* Written by Ianaré Sévi */
3(function($) {
4        $.timepicker.regional['es'] = {
5                timeOnlyTitle: 'Elegir una hora',
6                timeText: 'Hora',
7                hourText: 'Horas',
8                minuteText: 'Minutos',
9                secondText: 'Segundos',
10                millisecText: 'Milisegundos',
11                microsecText: 'Microsegundos',
12                timezoneText: 'Huso horario',
13                currentText: 'Ahora',
14                closeText: 'Cerrar',
15                timeFormat: 'HH:mm',
16                amNames: ['a.m.', 'AM', 'A'],
17                pmNames: ['p.m.', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['es']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.