diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-12-04 18:55:29 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-12-04 18:55:29 +0100 |
commit | 1794320dcfdfcd19572fb1676294f9853a6bbc20 (patch) | |
tree | a4c9e978947d6930d50391747382d7f95a5863e3 /sources/lang/af.js | |
parent | 7183f6a6a21ad9124e70c997e0168459f377a9f2 (diff) | |
download | ludivine-ckeditor-component-4.7.3.tar.gz ludivine-ckeditor-component-4.7.3.tar.zst ludivine-ckeditor-component-4.7.3.zip |
Diffstat (limited to 'sources/lang/af.js')
-rw-r--r-- | sources/lang/af.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/lang/af.js b/sources/lang/af.js index 925dc4a..ea941be 100644 --- a/sources/lang/af.js +++ b/sources/lang/af.js | |||
@@ -99,19 +99,19 @@ CKEDITOR.lang[ 'af' ] = { | |||
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: 'Skuif', |
105 | 17: 'Ctrl', | 105 | 17: 'Ctrl', |
106 | 18: 'Alt', | 106 | 18: 'Alt', |
107 | 32: 'Space', // MISSING | 107 | 32: 'Spasie', |
108 | 35: 'Einde', | 108 | 35: 'Einde', |
109 | 36: 'Tuis', | 109 | 36: 'Tuis', |
110 | 46: 'Verwyder', | 110 | 46: 'Verwyder', |
111 | 224: 'Command' // MISSING | 111 | 224: 'Bevel' |
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: 'Sleutel kombenasie' |
116 | } | 116 | } |
117 | }; | 117 | }; |