]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/_editor/nls/ko/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / ko / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/ko/FontChoice", //begin v1.x content
3 ({
4         fontSize: "크기",
5         fontName: "글꼴",
6         formatBlock: "서식",
7
8         serif: "serif",
9         "sans-serif": "sans-serif",
10         monospace: "monospace",
11         cursive: "cursive",
12         fantasy: "fantasy",
13
14         noFormat: "없음",
15         p: "단락",
16         h1: "제목",
17         h2: "부제목",
18         h3: "하위 부제목",
19         pre: "서식이 지정됨",
20
21         1: "가장 작게",
22         2: "조금 작게",
23         3: "작게",
24         4: "중간",
25         5: "크게",
26         6: "조금 크게",
27         7: "가장 크게"
28 })
29 //end v1.x content
30 );