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