webui-aria2/js/libs/dojox/atom/widget/nls/da/FeedEntryViewer.js

17 lines
313 B
JavaScript
Raw Normal View History

//>>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
);