mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
27 lines
589 B
JavaScript
27 lines
589 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var l15 = {
|
|
code: 'da',
|
|
week: {
|
|
dow: 1,
|
|
doy: 4, // The week that contains Jan 4th is the first week of the year.
|
|
},
|
|
buttonText: {
|
|
prev: 'Forrige',
|
|
next: 'Næste',
|
|
today: 'I dag',
|
|
year: 'År',
|
|
month: 'Måned',
|
|
week: 'Uge',
|
|
day: 'Dag',
|
|
list: 'Agenda',
|
|
},
|
|
weekText: 'Uge',
|
|
allDayText: 'Hele dagen',
|
|
moreLinkText: 'flere',
|
|
noEventsText: 'Ingen arrangementer at vise',
|
|
};
|
|
|
|
exports["default"] = l15;
|