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