summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/atom/widget/nls/ko/FeedEntryViewer.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/atom/widget/nls/ko/FeedEntryViewer.js')
-rw-r--r--js/dojo-1.7.2/dojox/atom/widget/nls/ko/FeedEntryViewer.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/atom/widget/nls/ko/FeedEntryViewer.js b/js/dojo-1.7.2/dojox/atom/widget/nls/ko/FeedEntryViewer.js
new file mode 100644
index 0000000..1e7bd20
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/atom/widget/nls/ko/FeedEntryViewer.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/atom/widget/nls/ko/FeedEntryViewer", //begin v1.x content
+({
+ displayOptions: "[옵션 표시]",
+ title: "제목",
+ authors: "작성자",
+ contributors: "기고자",
+ id: "ID",
+ close: "[닫기]",
+ updated: "업데이트된 날짜",
+ summary: "요약",
+ content: "컨텐츠"
+})
+//end v1.x content
+);