diff options
author | Trent Richardson <trentrichardson@users.noreply.github.com> | 2014-06-03 08:39:07 -0400 |
---|---|---|
committer | Trent Richardson <trentrichardson@users.noreply.github.com> | 2014-06-03 08:39:07 -0400 |
commit | 99c5501ef4f20a9a3af5f1855f1a814dcc218b4d (patch) | |
tree | 4c2949aa40cc366096ed7779dd7f6c150fc4f729 /src | |
parent | a31d28d8b8e51953b16efa63179e6e818eae788b (diff) | |
parent | 6b5567eb6e02e152cc0dd85e386fe8ec6f397ad3 (diff) | |
download | jQuery-Timepicker-Addon-99c5501ef4f20a9a3af5f1855f1a814dcc218b4d.zip jQuery-Timepicker-Addon-99c5501ef4f20a9a3af5f1855f1a814dcc218b4d.tar.gz jQuery-Timepicker-Addon-99c5501ef4f20a9a3af5f1855f1a814dcc218b4d.tar.bz2 |
Merge pull request #732 from hadalin/dev
Slovenian translation
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n/jquery-ui-timepicker-sl.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/i18n/jquery-ui-timepicker-sl.js b/src/i18n/jquery-ui-timepicker-sl.js new file mode 100644 index 0000000..b100fa3 --- /dev/null +++ b/src/i18n/jquery-ui-timepicker-sl.js @@ -0,0 +1,21 @@ +/* Slovenian translation for the jQuery Timepicker Addon */ +/* Written by Hadalin (https://github.com/hadalin) */ +(function($) { + $.timepicker.regional['sl'] = { + timeOnlyTitle: 'Izberite čas', + timeText: 'Čas', + hourText: 'Ura', + minuteText: 'Minute', + secondText: 'Sekunde', + millisecText: 'Milisekunde', + microsecText: 'Mikrosekunde', + timezoneText: 'Časovni pas', + currentText: 'Sedaj', + closeText: 'Zapri', + timeFormat: 'HH:mm', + amNames: ['dop.', 'AM', 'A'], + pmNames: ['pop.', 'PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['sl']); +})(jQuery); |