Skip to content

Commit 7bbcabc

Browse files
Merge pull request trentrichardson#574 from LarsHJ/patch-1
Create jquery-ui-timepicker-da.js
2 parents 11e1ef2 + e1d68e0 commit 7bbcabc

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+
/* Danish translation for the jQuery Timepicker Addon */
2+
/* Written by Lars H. Jensen (http://www.larshj.dk) */
3+
(function ($) {
4+
$.timepicker.regional['da'] = {
5+
timeOnlyTitle: 'Vælg tid',
6+
timeText: 'Tid',
7+
hourText: 'Time',
8+
minuteText: 'Minut',
9+
secondText: 'Sekund',
10+
millisecText: 'Millisekund',
11+
timezoneText: 'Tidszone',
12+
currentText: 'Nu',
13+
closeText: 'Luk',
14+
timeFormat: 'HH:mm',
15+
amNames: ['am', 'AM', 'A'],
16+
pmNames: ['pm', 'PM', 'P'],
17+
isRTL: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['da']);
20+
})(jQuery);

0 commit comments

Comments
 (0)