third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-es.js
diff --git a/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-es.js b/third-party/timepicker-addon-1.2/localization/jquery-ui-timepicker-es.js
new file mode 100644 (file)
index 0000000..c446c1c
--- /dev/null
@@ -0,0 +1,20 @@
+/* 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',
+               millisecText: 'Milisegundos',
+               timezoneText: 'Huso horario',
+               currentText: 'Ahora',
+               closeText: 'Cerrar',
+               timeFormat: 'HH:mm',
+               amNames: ['a.m.', 'AM', 'A'],
+               pmNames: ['p.m.', 'PM', 'P'],
+               isRTL: false
+       };
+       $.timepicker.setDefaults($.timepicker.regional['es']);
+})(jQuery);