Built motion from commit 67e5df37.|2.0.66
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / mk.js
1 /*
2  Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3  For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang("a11yhelp", "mk", {
6     title: "Инструкции за пристапност",
7     contents: "Содржина на делот за помош. За да го затворите овој дијалог притиснете ESC.",
8     legend: [{
9             name: "Општо",
10             items: [{
11                     name: "Мени за уредувачот",
12                     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."
13                 }, {
14                     name: "Дијалот за едиторот",
15                     legend: "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."
16                 }, {
17                     name: "Контекст-мени на уредувачот",
18                     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."
19                 },
20                 {
21                     name: "Editor List Box",
22                     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."
23                 }, {
24                     name: "Editor Element Path Bar",
25                     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."
26                 }
27             ]
28         },
29         {
30             name: "Наредби",
31             items: [{
32                     name: " Undo command",
33                     legend: "Press ${undo}"
34                 }, {
35                     name: " Redo command",
36                     legend: "Press ${redo}"
37                 }, {
38                     name: " Bold command",
39                     legend: "Press ${bold}"
40                 }, {
41                     name: " Italic command",
42                     legend: "Press ${italic}"
43                 }, {
44                     name: " Underline command",
45                     legend: "Press ${underline}"
46                 }, {
47                     name: " Link command",
48                     legend: "Press ${link}"
49                 }, {
50                     name: " Toolbar Collapse command",
51                     legend: "Press ${toolbarCollapse}"
52                 }, {
53                     name: " Access previous focus space command",
54                     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."
55                 },
56                 {
57                     name: " Access next focus space command",
58                     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."
59                 }, {
60                     name: " Accessibility Help",
61                     legend: "Press ${a11yHelp}"
62                 }, {
63                     name: " Paste as plain text",
64                     legend: "Press ${pastetext}",
65                     legendEdge: "Press ${pastetext}, followed by ${paste}"
66                 }
67             ]
68         }
69     ],
70     tab: "Tab",
71     pause: "Пауза",
72     capslock: "Caps Lock",
73     escape: "Escape",
74     pageUp: "Page Up",
75     pageDown: "Page Up",
76     leftArrow: "Стрелка лево",
77     upArrow: "Стрелка горе",
78     rightArrow: "Стрелка десно",
79     downArrow: "Стрелка доле",
80     insert: "Insert",
81     leftWindowKey: "Лево Windows копче",
82     rightWindowKey: "Десно Windows копче",
83     selectKey: "Select копче",
84     numpad0: "Нум. таст. 0",
85     numpad1: "Нум. таст. 1",
86     numpad2: "Нум. таст. 2",
87     numpad3: "Нум. таст. 3",
88     numpad4: "Нум. таст. 4",
89     numpad5: "Нум. таст. 5",
90     numpad6: "Нум. таст. 6",
91     numpad7: "Нум. таст. 7",
92     numpad8: "Нум. таст. 8",
93     numpad9: "Нум. таст. 9",
94     multiply: "Multiply",
95     add: "Add",
96     subtract: "Subtract",
97     decimalPoint: "Decimal Point",
98     divide: "Divide",
99     f1: "F1",
100     f2: "F2",
101     f3: "F3",
102     f4: "F4",
103     f5: "F5",
104     f6: "F6",
105     f7: "F7",
106     f8: "F8",
107     f9: "F9",
108     f10: "F10",
109     f11: "F11",
110     f12: "F12",
111     numLock: "Num Lock",
112     scrollLock: "Scroll Lock",
113     semiColon: "Semicolon",
114     equalSign: "Equal Sign",
115     comma: "Comma",
116     dash: "Dash",
117     period: "Period",
118     forwardSlash: "Forward Slash",
119     graveAccent: "Grave Accent",
120     openBracket: "Open Bracket",
121     backSlash: "Backslash",
122     closeBracket: "Close Bracket",
123     singleQuote: "Single Quote"
124 });