source: Dev/trunk/src/client/dojox/atom/widget/nls/ko/FeedEntryViewer.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 231 bytes
Line 
1define(
2({
3        displayOptions: "[옵션 표시]",
4        title: "제목",
5        authors: "작성자",
6        contributors: "제공자",
7        id: "ID",
8        close: "[ë‹«êž°]",
9        updated: "업데읎튞된 날짜",
10        summary: "요앜",
11        content: "컚텐잠"
12})
13);
Note: See TracBrowser for help on using the repository browser.