From 1794320dcfdfcd19572fb1676294f9853a6bbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:55:29 +0100 Subject: Update to 4.7.3 --- sources/lang/gl.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/lang/gl.js') 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' ] = { // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. keyboard: { - 8: 'Backspace', // MISSING + 8: 'Ir atrás', 13: 'Intro', 16: 'Maiús', 17: 'Ctrl', 18: 'Alt', - 32: 'Space', // MISSING + 32: 'Espazo', 35: 'Fin', 36: 'Inicio', 46: 'Supr', - 224: 'Command' // MISSING + 224: 'Orde' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Atallo de teclado' } }; -- cgit v1.2.3