diff options
author | Trent <trentdrichardson@gmail.com> | 2016-01-18 13:08:02 -0500 |
---|---|---|
committer | Trent <trentdrichardson@gmail.com> | 2016-01-18 13:08:02 -0500 |
commit | 044ad813d5f3864f07a6fb843f76fe6b9f16e90f (patch) | |
tree | 77c9ad4270b92661d38d769a604a6943dd401890 /src | |
parent | 8f7aa5dac961b7693d8729cce3eb73bba6d1f845 (diff) | |
download | jQuery-Timepicker-Addon-044ad813d5f3864f07a6fb843f76fe6b9f16e90f.zip jQuery-Timepicker-Addon-044ad813d5f3864f07a6fb843f76fe6b9f16e90f.tar.gz jQuery-Timepicker-Addon-044ad813d5f3864f07a6fb843f76fe6b9f16e90f.tar.bz2 |
Pull #857 - Adds Albaniani18n
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n/jquery-ui-timepicker-sq.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/i18n/jquery-ui-timepicker-sq.js b/src/i18n/jquery-ui-timepicker-sq.js new file mode 100644 index 0000000..d93d88c --- /dev/null +++ b/src/i18n/jquery-ui-timepicker-sq.js @@ -0,0 +1,22 @@ +/* Albanian translation for the jQuery Timepicker Addon */ +/* Written by Olti Buzi */ +(function($) { + $.timepicker.regional['sq'] = { + timeOnlyTitle: 'Zgjidh orarin', + timeText: 'Orari', + hourText: 'Ora', + minuteText: 'Minuta', + secondText: 'Sekonda', + millisecText: 'Minisekonda', + microsecText: 'Mikrosekonda', + timezoneText: 'Zona kohore', + currentText: 'Tani', + closeText: 'Mbyll', + timeFormat: 'HH:mm', + timeSuffix: '', + amNames: ['m.', 'AM', 'A'], + pmNames: ['p.', 'PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['sq']); +})(jQuery);
\ No newline at end of file |