diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/ko/FeedEntryViewer.js')
| -rw-r--r-- | js/dojo/dojox/atom/widget/nls/ko/FeedEntryViewer.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/ko/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/ko/FeedEntryViewer.js new file mode 100644 index 0000000..1e7bd20 --- /dev/null +++ b/js/dojo/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 +); |
