aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/a11yhelp/dialogs/lang/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/a11yhelp/dialogs/lang/es.js')
-rw-r--r--sources/plugins/a11yhelp/dialogs/lang/es.js17
1 files changed, 7 insertions, 10 deletions
diff --git a/sources/plugins/a11yhelp/dialogs/lang/es.js b/sources/plugins/a11yhelp/dialogs/lang/es.js
index 8a1e130..d3b29a2 100644
--- a/sources/plugins/a11yhelp/dialogs/lang/es.js
+++ b/sources/plugins/a11yhelp/dialogs/lang/es.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -18,7 +18,7 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'es', {
18 { 18 {
19 name: 'Editor de diálogo', 19 name: 'Editor de diálogo',
20 legend: 20 legend:
21 'Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively.' // MISSING 21 'Dentro del diálogo, presione TAB para navegar a los siguientes elementos de diálogo, presione SHIFT+TAB para moverse a los anteriores elementos de diálogo, presione ENTER para enviar el diálogo, presiona ESC para cancelar el diálogo. Cuando el diálogo tiene multiples pestañas, la lista de pestañas puede ser abarcada con ALT + F10 or con TAB como parte del orden de pestañas del diálogo. ECon la pestaña enfocada, puede moverse a la siguiente o anterior pestaña con las FLECHAS IZQUIRDA y DERECHA respectivamente.'
22 }, 22 },
23 23
24 { 24 {
@@ -79,29 +79,26 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'es', {
79 { 79 {
80 name: 'Ayuda de Accesibilidad', 80 name: 'Ayuda de Accesibilidad',
81 legend: 'Presiona ${a11yHelp}' 81 legend: 'Presiona ${a11yHelp}'
82 },
83 {
84 name: ' Paste as plain text', // MISSING
85 legend: 'Press ${pastetext}', // MISSING
86 legendEdge: 'Press ${pastetext}, followed by ${paste}' // MISSING
82 } 87 }
83 ] 88 ]
84 } 89 }
85 ], 90 ],
86 backspace: 'Retroceso',
87 tab: 'Tabulador', 91 tab: 'Tabulador',
88 enter: 'Ingresar',
89 shift: 'Mayús.',
90 ctrl: 'Ctrl',
91 alt: 'Alt',
92 pause: 'Pausa', 92 pause: 'Pausa',
93 capslock: 'Bloq. Mayús.', 93 capslock: 'Bloq. Mayús.',
94 escape: 'Escape', 94 escape: 'Escape',
95 pageUp: 'Regresar Página', 95 pageUp: 'Regresar Página',
96 pageDown: 'Avanzar Página', 96 pageDown: 'Avanzar Página',
97 end: 'Fin',
98 home: 'Inicio',
99 leftArrow: 'Flecha Izquierda', 97 leftArrow: 'Flecha Izquierda',
100 upArrow: 'Flecha Arriba', 98 upArrow: 'Flecha Arriba',
101 rightArrow: 'Flecha Derecha', 99 rightArrow: 'Flecha Derecha',
102 downArrow: 'Flecha Abajo', 100 downArrow: 'Flecha Abajo',
103 insert: 'Insertar', 101 insert: 'Insertar',
104 'delete': 'Suprimir',
105 leftWindowKey: 'Tecla Windows Izquierda', 102 leftWindowKey: 'Tecla Windows Izquierda',
106 rightWindowKey: 'Tecla Windows Derecha', 103 rightWindowKey: 'Tecla Windows Derecha',
107 selectKey: 'Tecla de Selección', 104 selectKey: 'Tecla de Selección',