17 lines
313 B
JavaScript
17 lines
313 B
JavaScript
//>>built
|
|
define(
|
|
"dojox/atom/widget/nls/da/FeedEntryViewer", //begin v1.x content
|
|
({
|
|
displayOptions: "[fremvisningsvalg]",
|
|
title: "Titel",
|
|
authors: "Forfattere",
|
|
contributors: "Bidragydere",
|
|
id: "Id",
|
|
close: "[luk]",
|
|
updated: "Opdateret",
|
|
summary: "Resumé",
|
|
content: "Indhold"
|
|
})
|
|
//end v1.x content
|
|
);
|