You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
759 B

2 years ago
  1. /* Basque trannslation for JQuery Timepicker Addon */
  2. /* Translated by Xabi Fer */
  3. /* Fixed by Asier Iturralde Sarasola - iametza interaktiboa */
  4. (function ($) {
  5. $.timepicker.regional['eu'] = {
  6. timeOnlyTitle: 'Aukeratu ordua',
  7. timeText: 'Ordua',
  8. hourText: 'Orduak',
  9. minuteText: 'Minutuak',
  10. secondText: 'Segundoak',
  11. millisecText: 'Milisegundoak',
  12. microsecText: 'Mikrosegundoak',
  13. timezoneText: 'Ordu-eremua',
  14. currentText: 'Orain',
  15. closeText: 'Itxi',
  16. timeFormat: 'HH:mm',
  17. timeSuffix: '',
  18. amNames: ['a.m.', 'AM', 'A'],
  19. pmNames: ['p.m.', 'PM', 'P'],
  20. isRTL: false
  21. };
  22. $.timepicker.setDefaults($.timepicker.regional['eu']);
  23. })(jQuery);