]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/fi/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / fi / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/fi/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Koko",
5 fontName: "Fontti",
6 formatBlock: "Muoto",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "monospace",
11 cursive: "cursive",
12 fantasy: "fantasy",
13
14 noFormat: "Ei mitään",
15 p: "Kappale",
16 h1: "Otsikko",
17 h2: "Alatason otsikko",
18 h3: "Alimman tason otsikko",
19 pre: "Esimuotoiltu",
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 );