aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/gl.js')
-rw-r--r--sources/lang/gl.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/lang/gl.js b/sources/lang/gl.js
index 331a21b..092db98 100644
--- a/sources/lang/gl.js
+++ b/sources/lang/gl.js
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'gl' ] = {
99 99
100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. 100 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
101 keyboard: { 101 keyboard: {
102 8: 'Backspace', // MISSING 102 8: 'Ir atrás',
103 13: 'Intro', 103 13: 'Intro',
104 16: 'Maiús', 104 16: 'Maiús',
105 17: 'Ctrl', 105 17: 'Ctrl',
106 18: 'Alt', 106 18: 'Alt',
107 32: 'Space', // MISSING 107 32: 'Espazo',
108 35: 'Fin', 108 35: 'Fin',
109 36: 'Inicio', 109 36: 'Inicio',
110 46: 'Supr', 110 46: 'Supr',
111 224: 'Command' // MISSING 111 224: 'Orde'
112 }, 112 },
113 113
114 // Prepended to ARIA labels with shortcuts. 114 // Prepended to ARIA labels with shortcuts.
115 keyboardShortcut: 'Keyboard shortcut' // MISSING 115 keyboardShortcut: 'Atallo de teclado'
116 } 116 }
117}; 117};