aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/ku.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/ku.js
parent7183f6a6a21ad9124e70c997e0168459f377a9f2 (diff)
downloadludivine-ckeditor-component-1794320dcfdfcd19572fb1676294f9853a6bbc20.tar.gz
ludivine-ckeditor-component-1794320dcfdfcd19572fb1676294f9853a6bbc20.tar.zst
ludivine-ckeditor-component-1794320dcfdfcd19572fb1676294f9853a6bbc20.zip
Update to 4.7.3HEAD4.7.3master
Diffstat (limited to 'sources/lang/ku.js')
-rw-r--r--sources/lang/ku.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/sources/lang/ku.js b/sources/lang/ku.js
index ec53e49..171059b 100644
--- a/sources/lang/ku.js
+++ b/sources/lang/ku.js
@@ -98,19 +98,19 @@ CKEDITOR.lang[ 'ku' ] = {
98 98
99 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels. 99 // Keyboard keys translations used for creating shortcuts descriptions in tooltips, context menus and ARIA labels.
100 keyboard: { 100 keyboard: {
101 8: 'Backspace', // MISSING 101 8: 'Backspace',
102 13: 'Enter', // MISSING 102 13: 'Enter',
103 16: 'Shift', // MISSING 103 16: 'Shift',
104 17: 'Ctrl', // MISSING 104 17: 'Ctrl',
105 18: 'Alt', // MISSING 105 18: 'Alt',
106 32: 'Space', // MISSING 106 32: 'Space',
107 35: 'End', // MISSING 107 35: 'End',
108 36: 'Home', // MISSING 108 36: 'Home',
109 46: 'Delete', // MISSING 109 46: 'Delete',
110 224: 'Command' // MISSING 110 224: 'فەرمان'
111 }, 111 },
112 112
113 // Prepended to ARIA labels with shortcuts. 113 // Prepended to ARIA labels with shortcuts.
114 keyboardShortcut: 'Keyboard shortcut' // MISSING 114 keyboardShortcut: 'کورتبڕی تەختەکلیل'
115 } 115 }
116}; 116};