]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / ca / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/ca/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Mida",
5 fontName: "Tipus de lletra",
6 formatBlock: "Format",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "monoespai",
11 cursive: "Cursiva",
12 fantasy: "Fantasia",
13
14 noFormat: "Cap",
15 p: "Paràgraf",
16 h1: "Títol",
17 h2: "Subtítol",
18 h3: "Subsubtítol",
19 pre: "Format previ",
20
21 1: "xx-petit",
22 2: "x-petit",
23 3: "petit",
24 4: "mitjà",
25 5: "gran",
26 6: "x-gran",
27 7: "xx-gran"
28 })
29 //end v1.x content
30 );