]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/_editor/nls/pt/FontChoice.js.uncompressed.js
make precache_headlines_idle() start slower
[tt-rss.git] / lib / dijit / _editor / nls / pt / FontChoice.js.uncompressed.js
CommitLineData
1354d172
AD
1define(
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);