FeedEntryViewer.js 315 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/ko/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[옵션 표시]",
  5. title: "제목",
  6. authors: "작성자",
  7. contributors: "기고자",
  8. id: "ID",
  9. close: "[닫기]",
  10. updated: "업데이트된 날짜",
  11. summary: "요약",
  12. content: "컨텐츠"
  13. })
  14. //end v1.x content
  15. );