diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-03-09 13:25:57 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-03-09 13:25:57 -0500 |
commit | 72fdb9db3e4bc21053c36e9bed62ec7fd22cdbaf (patch) | |
tree | 7c1363524f76bf2619260c275e524ca00ad67827 /localization/jquery-ui-timepicker-hr.js | |
parent | 3ae89ce89415c5a60c999937fd36c47dda0dcf35 (diff) | |
download | jQuery-Timepicker-Addon-72fdb9db3e4bc21053c36e9bed62ec7fd22cdbaf.zip jQuery-Timepicker-Addon-72fdb9db3e4bc21053c36e9bed62ec7fd22cdbaf.tar.gz jQuery-Timepicker-Addon-72fdb9db3e4bc21053c36e9bed62ec7fd22cdbaf.tar.bz2 |
Adds Croatian translation by msajko
Diffstat (limited to 'localization/jquery-ui-timepicker-hr.js')
-rw-r--r-- | localization/jquery-ui-timepicker-hr.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/localization/jquery-ui-timepicker-hr.js b/localization/jquery-ui-timepicker-hr.js new file mode 100644 index 0000000..b50c4df --- /dev/null +++ b/localization/jquery-ui-timepicker-hr.js @@ -0,0 +1,20 @@ +/* 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', + 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 |