]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/th/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / th / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/th/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: "xx-small",
22 2: "x-small",
23 3: "small",
24 4: "medium",
25 5: "large",
26 6: "x-large",
27 7: "xx-large"
28 })
29
30 //end v1.x content
31 );