17 lines
326 B
JavaScript
17 lines
326 B
JavaScript
|
//>>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
|
||
|
);
|