diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-01-15 14:02:43 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-01-15 14:02:43 -0500 |
commit | c94e202a843255b2fe265306c06c775bef3009dd (patch) | |
tree | 38be68bdc79c509ad90ebc9433056e184843d373 | |
parent | 8f9a66053bfbc5be39759d2a286ebb1eb33f6a6b (diff) | |
download | jQuery-Timepicker-Addon-c94e202a843255b2fe265306c06c775bef3009dd.zip jQuery-Timepicker-Addon-c94e202a843255b2fe265306c06c775bef3009dd.tar.gz jQuery-Timepicker-Addon-c94e202a843255b2fe265306c06c775bef3009dd.tar.bz2 |
Basque localization by n3k0rA
-rw-r--r-- | localization/jquery-ui-timepicker-eu.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-eu.js b/localization/jquery-ui-timepicker-eu.js new file mode 100644 index 0000000..7b1c510 --- /dev/null +++ b/localization/jquery-ui-timepicker-eu.js @@ -0,0 +1,20 @@ +/* Basque trannslation for JQuery Timepicker Addon +/* Translated by Xabi Fer */ +(function($) { + $.timepicker.regional['eu'] = { + timeOnlyTitle: 'Aukeratu ordua', + timeText: 'Ordua', + hourText: 'Orduak', + minuteText: 'Minutuak', + secondText: 'Segunduak', + millisecText: 'Milisegunduak', + timezoneText: 'Ordu-eremua', + currentText: 'Orain', + closeText: 'Itxi', + timeFormat: 'HH:mm', + amNames: ['a.m.', 'AM', 'A'], + pmNames: ['p.m.', 'PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['eu']); +})(jQuery);
\ No newline at end of file |