]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/es/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / es / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/es/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Tamaño",
5 fontName: "Font",
6 formatBlock: "Formato",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "espacio sencillo",
11 cursive: "cursiva",
12 fantasy: "fantasía",
13
14 noFormat: "Ninguno",
15 p: "Párrafo",
16 h1: "Cabecera",
17 h2: "Subcabecera",
18 h3: "Sub-subcabecera",
19 pre: "Preformateado",
20
21 1: "xx-pequeño",
22 2: "x-pequeño",
23 3: "pequeño",
24 4: "medio",
25 5: "grande",
26 6: "x-grande",
27 7: "xx-grande"
28 })
29 //end v1.x content
30 );