]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/_editor/nls/FontChoice.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / FontChoice.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define("dijit/_editor/nls/FontChoice", { root:
2//begin v1.x content
3({
4 fontSize: "Size",
5 fontName: "Font",
6 formatBlock: "Format",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "monospace",
11 cursive: "cursive",
12 fantasy: "fantasy",
13
14 noFormat: "None",
15 p: "Paragraph",
16 h1: "Heading",
17 h2: "Subheading",
18 h3: "Sub-subheading",
19 pre: "Pre-formatted",
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//end v1.x content
30,
31"zh": true,
32"zh-tw": true,
33"tr": true,
34"th": true,
35"sv": true,
36"sl": true,
37"sk": true,
38"ru": true,
39"ro": true,
40"pt": true,
41"pt-pt": true,
42"pl": true,
43"nl": true,
44"nb": true,
45"ko": true,
46"kk": true,
47"ja": true,
48"it": true,
49"hu": true,
50"hr": true,
51"he": true,
52"fr": true,
53"fi": true,
54"es": true,
55"el": true,
56"de": true,
57"da": true,
58"cs": true,
59"ca": true,
60"az": true,
61"ar": true
62});