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

17 lines
323 B
JavaScript
Raw Normal View History

//>>built
define(
"dojox/atom/widget/nls/nb/FeedEntryViewer", //begin v1.x content
({
displayOptions: "[visningsalternativer]",
title: "Tittel",
authors: "Forfattere",
contributors: "Bidragsytere",
id: "ID",
close: "[lukk]",
updated: "Oppdatert",
summary: "Sammendrag",
content: "Innhold"
})
//end v1.x content
);