X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Flang%2Fgl.js;h=092db98e9febe5e52943b5681f84577156d1b2f9;hp=331a21bde86c5e5e3c91646843eca365d0a032d8;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 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' } };