aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/hu.js
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:55:29 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-12-04 18:55:29 +0100
commit1794320dcfdfcd19572fb1676294f9853a6bbc20 (patch)
treea4c9e978947d6930d50391747382d7f95a5863e3 /sources/lang/hu.js
parent7183f6a6a21ad9124e70c997e0168459f377a9f2 (diff)
downloadludivine-ckeditor-component-master.tar.gz
ludivine-ckeditor-component-master.tar.zst
ludivine-ckeditor-component-master.zip
Update to 4.7.3HEAD4.7.3master
Diffstat (limited to 'sources/lang/hu.js')
-rw-r--r--sources/lang/hu.js24
1 files changed, 12 insertions, 12 deletions
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' ] = {
85 alignTop: 'Tetejére', 85 alignTop: 'Tetejére',
86 alignMiddle: 'Középre', 86 alignMiddle: 'Középre',
87 alignBottom: 'Aljára', 87 alignBottom: 'Aljára',
88 alignNone: 'None', // MISSING 88 alignNone: 'Semmi',
89 invalidValue: 'Érvénytelen érték.', 89 invalidValue: 'Érvénytelen érték.',
90 invalidHeight: 'A magasság mezőbe csak számokat írhat.', 90 invalidHeight: 'A magasság mezőbe csak számokat írhat.',
91 invalidWidth: 'A szélesség mezőbe csak számokat írhat.', 91 invalidWidth: 'A szélesség mezőbe csak számokat írhat.',
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'hu' ] = {
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: 'Backspace',
103 13: 'Enter', // MISSING 103 13: 'Enter',
104 16: 'Shift', // MISSING 104 16: 'Shift',
105 17: 'Ctrl', // MISSING 105 17: 'Ctrl',
106 18: 'Alt', // MISSING 106 18: 'Alt',
107 32: 'Space', // MISSING 107 32: 'Space',
108 35: 'End', // MISSING 108 35: 'End',
109 36: 'Home', // MISSING 109 36: 'Home',
110 46: 'Delete', // MISSING 110 46: 'Delete',
111 224: 'Command' // MISSING 111 224: 'Command'
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: 'Gyorsbillent'
116 } 116 }
117}; 117};