]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/es/commands.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / es / commands.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/es/commands", ({
3 'bold': 'Negrita',
4 'copy': 'Copiar',
5 'cut': 'Cortar',
6 'delete': 'Suprimir',
7 'indent': 'Sangría',
8 'insertHorizontalRule': 'Regla horizontal',
9 'insertOrderedList': 'Lista numerada',
10 'insertUnorderedList': 'Lista con viñetas',
11 'italic': 'Cursiva',
12 'justifyCenter': 'Alinear centro',
13 'justifyFull': 'Justificar',
14 'justifyLeft': 'Alinear izquierda',
15 'justifyRight': 'Alinear derecha',
16 'outdent': 'Anular sangría',
17 'paste': 'Pegar',
18 'redo': 'Rehacer',
19 'removeFormat': 'Eliminar formato',
20 'selectAll': 'Seleccionar todo',
21 'strikethrough': 'Tachado',
22 'subscript': 'Subíndice',
23 'superscript': 'Superíndice',
24 'underline': 'Subrayado',
25 'undo': 'Deshacer',
26 'unlink': 'Eliminar enlace',
27 'createLink': 'Crear enlace',
28 'toggleDir': 'Conmutar dirección',
29 'insertImage': 'Insertar imagen',
30 'insertTable': 'Insertar/Editar tabla',
31 'toggleTableBorder': 'Conmutar borde de tabla',
32 'deleteTable': 'Suprimir tabla',
33 'tableProp': 'Propiedad de tabla',
34 'htmlToggle': 'Fuente HTML',
35 'foreColor': 'Color de primer plano',
36 'hiliteColor': 'Color de segundo plano',
37 'plainFormatBlock': 'Estilo de párrafo',
38 'formatBlock': 'Estilo de párrafo',
39 'fontSize': 'Tamaño de font',
40 'fontName': 'Nombre de font',
41 'tabIndent': 'Sangría de tabulador',
42 "fullScreen": "Conmutar pantalla completa",
43 "viewSource": "Ver fuente HTML",
44 "print": "Imprimir",
45 "newPage": "Nueva página",
46 /* Error messages */
47 'systemShortcut': 'La acción "${0}" sólo está disponible en su navegador mediante un atajo de teclado. Utilice ${1}.',
48 'ctrlKey':'control+${0}',
49 'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
50 })
51 );