]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/lang/el.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / lang / el.js
index 445c43da7abcb4f6654b412f03fdf1a72e98c8cc..635ce36b2e4d32b289c833c9ea2d86a0fe4b43ee 100644 (file)
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'el' ] = {
 
                // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
                keyboard: {
-                       8: 'Backspace', // MISSING
-                       13: 'Enter', // MISSING
-                       16: 'Shift', // MISSING
-                       17: 'Ctrl', // MISSING
-                       18: 'Alt', // MISSING
+                       8: 'Backspace',
+                       13: 'Enter',
+                       16: 'Shift',
+                       17: 'Ctrl',
+                       18: 'Alt',
                        32: 'Space', // MISSING
-                       35: 'End', // MISSING
-                       36: 'Home', // MISSING
-                       46: 'Delete', // MISSING
+                       35: 'End',
+                       36: 'Home',
+                       46: 'Delete',
                        224: 'Command' // MISSING
                },
 
                // Prepended to ARIA labels with shortcuts.
-               keyboardShortcut: 'Keyboard shortcut' // MISSING
+               keyboardShortcut: 'Συντόμευση πληκτρολογίου'
        }
 };