summaryrefslogtreecommitdiffstats
path: root/i18n/jquery-ui-timepicker-hr.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:24:33 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:24:33 -0400
commit640cf3406bd44a1ba10a01d86c89153bb5320f3e (patch)
tree33d802c8d87b49810f26a6ce7a109bf9ff105870 /i18n/jquery-ui-timepicker-hr.js
parent72850b3aa196453aa79fb16fbf73023cdbce7790 (diff)
parent11f3f16d56528bb9880e9b021f0632c4f02bcd40 (diff)
downloadjQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.zip
jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.gz
jQuery-Timepicker-Addon-640cf3406bd44a1ba10a01d86c89153bb5320f3e.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'i18n/jquery-ui-timepicker-hr.js')
-rw-r--r--i18n/jquery-ui-timepicker-hr.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/i18n/jquery-ui-timepicker-hr.js b/i18n/jquery-ui-timepicker-hr.js
new file mode 100644
index 0000000..c314b8e
--- /dev/null
+++ b/i18n/jquery-ui-timepicker-hr.js
@@ -0,0 +1,21 @@
+/* Croatian translation for the jQuery Timepicker Addon */
+/* Written by Mladen */
+(function($) {
+ $.timepicker.regional['hr'] = {
+ timeOnlyTitle: 'Odaberi vrijeme',
+ timeText: 'Vrijeme',
+ hourText: 'Sati',
+ minuteText: 'Minute',
+ secondText: 'Sekunde',
+ millisecText: 'Milisekunde',
+ microsecText: 'Mikrosekunde',
+ timezoneText: 'Vremenska zona',
+ currentText: 'Sada',
+ closeText: 'Gotovo',
+ timeFormat: 'HH:mm',
+ amNames: ['a.m.', 'AM', 'A'],
+ pmNames: ['p.m.', 'PM', 'P'],
+ isRTL: false
+ };
+ $.timepicker.setDefaults($.timepicker.regional['hr']);
+})(jQuery); \ No newline at end of file