]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/pt-pt/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / pt-pt / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/pt-pt/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Tamanho",
5 fontName: "Tipo de letra",
6 formatBlock: "Formato",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "monospace",
11 cursive: "cursive",
12 fantasy: "fantasy",
13
14 noFormat: "Nenhum",
15 p: "Parágrafo",
16 h1: "Título",
17 h2: "Sub-título",
18 h3: "Sub-subtítulo",
19 pre: "Pré-formatado",
20
21 1: "xxs",
22 2: "xs",
23 3: "small",
24 4: "medium",
25 5: "large",
26 6: "xl",
27 7: "xxl"
28 })
29 //end v1.x content
30 );