diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/FeedEntryViewer.js')
| -rw-r--r-- | js/dojo/dojox/atom/widget/nls/FeedEntryViewer.js | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/FeedEntryViewer.js new file mode 100644 index 0000000..6a08647 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/FeedEntryViewer.js @@ -0,0 +1,48 @@ +//>>built +define("dojox/atom/widget/nls/FeedEntryViewer", { root: +//begin v1.x content +({ + displayOptions: "[display options]", + title: "Title", + authors: "Authors", + contributors: "Contributors", + id: "ID", + close: "[close]", + updated: "Updated", + summary: "Summary", + content: "Content" +}) +//end v1.x content +, +"ar": true, +"az": true, +"ca": true, +"cs": true, +"da": true, +"de": true, +"el": true, +"es": true, +"fi": true, +"fr": true, +"he": true, +"hu": true, +"hr": true, +"it": true, +"ja": true, +"kk": true, +"ko": true, +"nb": true, +"nl": true, +"pl": true, +"pt-pt": true, +"pt": true, +"ro": true, +"ru": true, +"sk": true, +"sl": true, +"sv": true, +"th": true, +"tr": true, +"zh": true, +"zh-tw": true +}); |
