]> git.wh0rd.org Git - tt-rss.git/blob - lib/dijit/_editor/nls/pt/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / pt / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/pt/FontChoice", //begin v1.x content
3 ({
4         fontSize: "Tamanho",
5         fontName: "Fonte",
6         formatBlock: "Formatar",
7
8         serif: "serif",
9         "sans-serif": "sans-serif",
10         monospace: "espaço simples",
11         cursive: "cursiva",
12         fantasy: "fantasy",
13
14         noFormat: "Nenhuma",
15         p: "Parágrafo",
16         h1: "Título",
17         h2: "Subtítulo",
18         h3: "Sub-subtítulo",
19         pre: "Pré-formatado",
20
21         1: "extra-extra-pequeno",
22         2: "extra-pequeno",
23         3: "pequena",
24         4: "médio",
25         5: "grande",
26         6: "extra-grande",
27         7: "extra-extra-grande"
28 })
29 //end v1.x content
30 );