aboutsummaryrefslogtreecommitdiff
path: root/sources/lang/cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/lang/cs.js')
-rw-r--r--sources/lang/cs.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/lang/cs.js b/sources/lang/cs.js
index b76bee7..b5cf226 100644
--- a/sources/lang/cs.js
+++ b/sources/lang/cs.js
@@ -104,14 +104,14 @@ CKEDITOR.lang[ 'cs' ] = {
104 16: 'Shift', 104 16: 'Shift',
105 17: 'Ctrl', 105 17: 'Ctrl',
106 18: 'Alt', 106 18: 'Alt',
107 32: 'Space', // MISSING 107 32: 'Mezerník',
108 35: 'Konec', 108 35: 'Konec',
109 36: 'Domů', 109 36: 'Domů',
110 46: 'Smazat', 110 46: 'Smazat',
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: 'Klávesová zkratka'
116 } 116 }
117}; 117};