]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/zh-tw/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / zh-tw / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/zh-tw/FontChoice", //begin v1.x content
3 ({
4 fontSize: "大小",
5 fontName: "字型",
6 formatBlock: "格式",
7
8 serif: "新細明體",
9 "sans-serif": "新細明體",
10 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 );