summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js')
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js
new file mode 100644
index 0000000..fa1c0a0
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/zh-tw/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/zh-tw/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[顯示選項]",
+ title: "標題",
+ authors: "作者",
+ contributors: "貢獻者",
+ id: "ID",
+ close: "[關閉]",
+ updated: "已更新",
+ summary: "摘要",
+ content: "內容"
+})
+//end v1.x content
+);