aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/a11yhelp/dialogs/lang/sk.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/a11yhelp/dialogs/lang/sk.js')
-rw-r--r--sources/plugins/a11yhelp/dialogs/lang/sk.js17
1 files changed, 7 insertions, 10 deletions
diff --git a/sources/plugins/a11yhelp/dialogs/lang/sk.js b/sources/plugins/a11yhelp/dialogs/lang/sk.js
index ee91403..3800f14 100644
--- a/sources/plugins/a11yhelp/dialogs/lang/sk.js
+++ b/sources/plugins/a11yhelp/dialogs/lang/sk.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
@@ -18,7 +18,7 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'sk', {
18 { 18 {
19 name: 'Editorový dialóg', 19 name: 'Editorový dialóg',
20 legend: 20 legend:
21 'Inside a dialog, press TAB to navigate to the next dialog element, press SHIFT+TAB to move to the previous dialog element, press ENTER to submit the dialog, press ESC to cancel the dialog. When a dialog has multiple tabs, the tab list can be reached either with ALT+F10 or with TAB as part of the dialog tabbing order. With tab list focused, move to the next and previous tab with RIGHT and LEFT ARROW, respectively.' // MISSING 21 'V dialógovom okne stlačte TAB pre presun na ďalší prvok, SHIFT+TAB pre presun na predchádzajúci prvok, ENTER pre odoslanie, ESC pre zrušenie. Keď má dialógové okno viacero kariet, zoznam kariet dosiahnete buď stlačením ALT+F10 alebo s TAB v príslušnom poradí kariet. So zameraným zoznamom kariet sa pohybujte k ďalšej alebo predchádzajúcej karte cez PRAVÚ a ĽAVÚ ŠÍPKU.'
22 }, 22 },
23 23
24 { 24 {
@@ -79,29 +79,26 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'sk', {
79 { 79 {
80 name: 'Pomoc prístupnosti', 80 name: 'Pomoc prístupnosti',
81 legend: 'Stlačte ${a11yHelp}' 81 legend: 'Stlačte ${a11yHelp}'
82 },
83 {
84 name: ' Paste as plain text', // MISSING
85 legend: 'Press ${pastetext}', // MISSING
86 legendEdge: 'Press ${pastetext}, followed by ${paste}' // MISSING
82 } 87 }
83 ] 88 ]
84 } 89 }
85 ], 90 ],
86 backspace: 'Backspace',
87 tab: 'Tab', 91 tab: 'Tab',
88 enter: 'Enter',
89 shift: 'Shift',
90 ctrl: 'Ctrl',
91 alt: 'Alt',
92 pause: 'Pause', 92 pause: 'Pause',
93 capslock: 'Caps Lock', 93 capslock: 'Caps Lock',
94 escape: 'Escape', 94 escape: 'Escape',
95 pageUp: 'Stránka hore', 95 pageUp: 'Stránka hore',
96 pageDown: 'Stránka dole', 96 pageDown: 'Stránka dole',
97 end: 'End',
98 home: 'Home',
99 leftArrow: 'Šípka naľavo', 97 leftArrow: 'Šípka naľavo',
100 upArrow: 'Šípka hore', 98 upArrow: 'Šípka hore',
101 rightArrow: 'Šípka napravo', 99 rightArrow: 'Šípka napravo',
102 downArrow: 'Šípka dole', 100 downArrow: 'Šípka dole',
103 insert: 'Insert', 101 insert: 'Insert',
104 'delete': 'Delete',
105 leftWindowKey: 'Ľavé Windows tlačidlo', 102 leftWindowKey: 'Ľavé Windows tlačidlo',
106 rightWindowKey: 'Pravé Windows tlačidlo', 103 rightWindowKey: 'Pravé Windows tlačidlo',
107 selectKey: 'Tlačidlo Select', 104 selectKey: 'Tlačidlo Select',