merci-8.x-2.x-dev/modules/timepicker/js/timeentry/jquery.timeentry-is.js
modules/timepicker/js/timeentry/jquery.timeentry-is.js
/* http://keith-wood.name/timeEntry.html
Icelandic initialisation for the jQuery time entry extension
Written by Már Örlygsson (http://mar.anomy.net/) */
(function($) {
$.timeEntry.regionalOptions['is'] = {show24Hours: true, separator: ':',
ampmPrefix: '', ampmNames: ['fh', 'eh'],
spinnerTexts: ['Núna', 'Fyrra svæði', 'Næsta svæði', 'Hækka', 'Lækka']};
$.timeEntry.setDefaults($.timeEntry.regionalOptions['is']);
})(jQuery);
