Added Norwegian translation
This commit is contained in:
parent
9af6f920e8
commit
0ec258f82b
20
localization/jquery-ui-timepicker-no.js
vendored
Normal file
20
localization/jquery-ui-timepicker-no.js
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
/* 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',
|
||||
timezoneText: 'Tidssone',
|
||||
currentText: 'Nå',
|
||||
closeText: 'Lukk',
|
||||
timeFormat: 'hh:mm',
|
||||
amNames: ['am', 'AM', 'A'],
|
||||
pmNames: ['pm', 'PM', 'P'],
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional['no']);
|
||||
})(jQuery);
|
Loading…
Reference in a new issue