Skip to content

Commit 0ec258f

Browse files
Added Norwegian translation
1 parent 9af6f92 commit 0ec258f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Norwegian translation for the jQuery Timepicker Addon */
2+
/* Written by Morten Hauan (http://hauan.me) */
3+
(function($) {
4+
$.timepicker.regional['no'] = {
5+
timeOnlyTitle: 'Velg tid',
6+
timeText: 'Tid',
7+
hourText: 'Time',
8+
minuteText: 'Minutt',
9+
secondText: 'Sekund',
10+
millisecText: 'Millisekund',
11+
timezoneText: 'Tidssone',
12+
currentText: 'Nå',
13+
closeText: 'Lukk',
14+
timeFormat: 'hh:mm',
15+
amNames: ['am', 'AM', 'A'],
16+
pmNames: ['pm', 'PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['no']);
20+
})(jQuery);

0 commit comments

Comments
 (0)