]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/zh/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / zh / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/zh/FontChoice", //begin v1.x content
3 ({
4 fontSize: "大小",
5 fontName: "字体",
6 formatBlock: "格式",
7
8 serif: "有衬线",
9 "sans-serif": "无衬线",
10 monospace: "等宽字体",
11 cursive: "草书",
12 fantasy: "虚线",
13
14 noFormat: "无",
15 p: "段落",
16 h1: "标题",
17 h2: "子标题",
18 h3: "二级子标题",
19 pre: "预设有格式的",
20
21 1: "XXS 号",
22 2: "XS 号",
23 3: "S 号",
24 4: "M 号",
25 5: "L 号",
26 6: "XL 号",
27 7: "XXL 号"
28 })
29 //end v1.x content
30 );