]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/it/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / it / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/it/FontChoice", ({
3 fontSize: "Dimensione",
4 fontName: "Carattere",
5 formatBlock: "Formato",
6 serif: "serif",
7 "sans-serif": "sans-serif",
8 monospace: "spaziatura fissa",
9 cursive: "corsivo",
10 fantasy: "fantasy",
11 noFormat: "Nessuna",
12 p: "Paragrafo",
13 h1: "Intestazione",
14 h2: "Sottointestazione",
15 h3: "Sottointestazione secondaria",
16 pre: "Preformattato",
17 1: "piccolissimo",
18 2: "molto piccolo",
19 3: "piccolo",
20 4: "medio",
21 5: "grande",
22 6: "molto grande",
23 7: "grandissimo"
24 })
25 );