]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/a11yhelp/dialogs/lang/mk.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / a11yhelp / dialogs / lang / mk.js
1 /**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 CKEDITOR.plugins.setLang( 'a11yhelp', 'mk', {
7 title: 'Инструкции за пристапност',
8 contents: 'Содржина на делот за помош. За да го затворите овој дијалог притиснете ESC.',
9 legend: [
10 {
11 name: 'Општо',
12 items: [
13 {
14 name: 'Мени за уредувачот',
15 legend: 'Press ${toolbarFocus} to navigate to the toolbar. Move to the next and previous toolbar group with TAB and SHIFT+TAB. Move to the next and previous toolbar button with RIGHT ARROW or LEFT ARROW. Press SPACE or ENTER to activate the toolbar button.' // MISSING
16 },
17
18 {
19 name: 'Дијалот за едиторот',
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
22 },
23
24 {
25 name: 'Контекст-мени на уредувачот',
26 legend: 'Press ${contextMenu} or APPLICATION KEY to open context-menu. Then move to next menu option with TAB or DOWN ARROW. Move to previous option with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the menu option. Open sub-menu of current option with SPACE or ENTER or RIGHT ARROW. Go back to parent menu item with ESC or LEFT ARROW. Close context menu with ESC.' // MISSING
27 },
28
29 {
30 name: 'Editor List Box', // MISSING
31 legend: 'Inside a list-box, move to next list item with TAB OR DOWN ARROW. Move to previous list item with SHIFT+TAB or UP ARROW. Press SPACE or ENTER to select the list option. Press ESC to close the list-box.' // MISSING
32 },
33
34 {
35 name: 'Editor Element Path Bar', // MISSING
36 legend: 'Press ${elementsPathFocus} to navigate to the elements path bar. Move to next element button with TAB or RIGHT ARROW. Move to previous button with SHIFT+TAB or LEFT ARROW. Press SPACE or ENTER to select the element in editor.' // MISSING
37 }
38 ]
39 },
40 {
41 name: 'Наредби',
42 items: [
43 {
44 name: ' Undo command', // MISSING
45 legend: 'Press ${undo}' // MISSING
46 },
47 {
48 name: ' Redo command', // MISSING
49 legend: 'Press ${redo}' // MISSING
50 },
51 {
52 name: ' Bold command', // MISSING
53 legend: 'Press ${bold}' // MISSING
54 },
55 {
56 name: ' Italic command', // MISSING
57 legend: 'Press ${italic}' // MISSING
58 },
59 {
60 name: ' Underline command', // MISSING
61 legend: 'Press ${underline}' // MISSING
62 },
63 {
64 name: ' Link command', // MISSING
65 legend: 'Press ${link}' // MISSING
66 },
67 {
68 name: ' Toolbar Collapse command', // MISSING
69 legend: 'Press ${toolbarCollapse}' // MISSING
70 },
71 {
72 name: ' Access previous focus space command', // MISSING
73 legend: 'Press ${accessPreviousSpace} to access the closest unreachable focus space before the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces.' // MISSING
74 },
75 {
76 name: ' Access next focus space command', // MISSING
77 legend: 'Press ${accessNextSpace} to access the closest unreachable focus space after the caret, for example: two adjacent HR elements. Repeat the key combination to reach distant focus spaces.' // MISSING
78 },
79 {
80 name: ' Accessibility Help', // MISSING
81 legend: 'Press ${a11yHelp}' // MISSING
82 }
83 ]
84 }
85 ],
86 backspace: 'Backspace',
87 tab: 'Tab',
88 enter: 'Enter',
89 shift: 'Shift',
90 ctrl: 'Ctrl',
91 alt: 'Alt',
92 pause: 'Пауза',
93 capslock: 'Caps Lock',
94 escape: 'Escape',
95 pageUp: 'Page Up',
96 pageDown: 'Page Up',
97 end: 'End',
98 home: 'Home',
99 leftArrow: 'Стрелка лево',
100 upArrow: 'Стрелка горе',
101 rightArrow: 'Стрелка десно',
102 downArrow: 'Стрелка доле',
103 insert: 'Insert',
104 'delete': 'Delete',
105 leftWindowKey: 'Лево Windows копче',
106 rightWindowKey: 'Десно Windows копче',
107 selectKey: 'Select копче',
108 numpad0: 'Нум. таст. 0',
109 numpad1: 'Нум. таст. 1',
110 numpad2: 'Нум. таст. 2',
111 numpad3: 'Нум. таст. 3',
112 numpad4: 'Нум. таст. 4',
113 numpad5: 'Нум. таст. 5',
114 numpad6: 'Нум. таст. 6',
115 numpad7: 'Нум. таст. 7',
116 numpad8: 'Нум. таст. 8',
117 numpad9: 'Нум. таст. 9',
118 multiply: 'Multiply', // MISSING
119 add: 'Add', // MISSING
120 subtract: 'Subtract', // MISSING
121 decimalPoint: 'Decimal Point', // MISSING
122 divide: 'Divide', // MISSING
123 f1: 'F1',
124 f2: 'F2',
125 f3: 'F3',
126 f4: 'F4',
127 f5: 'F5',
128 f6: 'F6',
129 f7: 'F7',
130 f8: 'F8',
131 f9: 'F9',
132 f10: 'F10',
133 f11: 'F11',
134 f12: 'F12',
135 numLock: 'Num Lock', // MISSING
136 scrollLock: 'Scroll Lock', // MISSING
137 semiColon: 'Semicolon', // MISSING
138 equalSign: 'Equal Sign', // MISSING
139 comma: 'Comma', // MISSING
140 dash: 'Dash', // MISSING
141 period: 'Period', // MISSING
142 forwardSlash: 'Forward Slash', // MISSING
143 graveAccent: 'Grave Accent', // MISSING
144 openBracket: 'Open Bracket', // MISSING
145 backSlash: 'Backslash', // MISSING
146 closeBracket: 'Close Bracket', // MISSING
147 singleQuote: 'Single Quote' // MISSING
148 } );