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