summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js')
-rw-r--r--js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js
new file mode 100644
index 0000000..d384451
--- /dev/null
+++ b/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/zh/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[显示选项]",
+ title: "标题",
+ authors: "作者",
+ contributors: "内容添加者",
+ id: "标识",
+ close: "[关闭]",
+ updated: "更新时间",
+ summary: "摘要",
+ content: "内容"
+})
+//end v1.x content
+);