You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* Norwegian translation for the jQuery Timepicker Addon */ /* Written by Morten Hauan (http://hauan.me) */ (function ($) { $.timepicker.regional['no'] = { timeOnlyTitle: 'Velg tid', timeText: 'Tid', hourText: 'Time', minuteText: 'Minutt', secondText: 'Sekund', millisecText: 'Millisekund', microsecText: 'mikrosekund', timezoneText: 'Tidssone', currentText: 'Nå', closeText: 'Lukk', timeFormat: 'HH:mm', timeSuffix: '', amNames: ['am', 'AM', 'A'], pmNames: ['pm', 'PM', 'P'], isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['no']); })(jQuery);
|