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