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/hu.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'sources/lang/hu.js') diff --git a/sources/lang/hu.js b/sources/lang/hu.js index 0cd0d96..6f6e91e 100644 --- a/sources/lang/hu.js +++ b/sources/lang/hu.js @@ -85,7 +85,7 @@ CKEDITOR.lang[ 'hu' ] = { alignTop: 'Tetejére', alignMiddle: 'Középre', alignBottom: 'Aljára', - alignNone: 'None', // MISSING + alignNone: 'Semmi', invalidValue: 'Érvénytelen érték.', invalidHeight: 'A magasság mezőbe csak számokat írhat.', invalidWidth: 'A szélesség mezőbe csak számokat írhat.', @@ -99,19 +99,19 @@ CKEDITOR.lang[ 'hu' ] = { // 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 - 32: 'Space', // MISSING - 35: 'End', // MISSING - 36: 'Home', // MISSING - 46: 'Delete', // MISSING - 224: 'Command' // MISSING + 8: 'Backspace', + 13: 'Enter', + 16: 'Shift', + 17: 'Ctrl', + 18: 'Alt', + 32: 'Space', + 35: 'End', + 36: 'Home', + 46: 'Delete', + 224: 'Command' }, // Prepended to ARIA labels with shortcuts. - keyboardShortcut: 'Keyboard shortcut' // MISSING + keyboardShortcut: 'Gyorsbillentyű' } }; -- cgit v1.2.3