summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/nb/FeedEntryViewer.js
blob: 5f87eb29dcfc77e070d5d6637dabdf78707986e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>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
);