summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/de/FeedEntryViewer.js
blob: bf87306a7cf2131dbc973762506b7f4647907fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/atom/widget/nls/de/FeedEntryViewer", //begin v1.x content
({
	displayOptions: "[Anzeigeoptionen]",
	title: "Titel",
	authors: "Autoren",
	contributors: "Mitwirkende",
	id: "ID",
	close: "[Schließen]",
	updated: "Aktualisiert",
	summary: "Zusammenfassung",
	content: "Inhalt"
})
//end v1.x content
);