Built motion from commit 67e5df37.|2.0.66
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / sr.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", "sr", {
6     title: "Accessibility Instructions",
7     contents: "Help Contents. To close this dialog press ESC.",
8     legend: [{
9         name: "Опште",
10         items: [{
11                 name: "Editor Toolbar",
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: "Editor Dialog",
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             {
18                 name: "Editor Context Menu",
19                 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."
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             {
25                 name: "Editor Element Path Bar",
26                 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."
27             }
28         ]
29     }, {
30         name: "Commands",
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                 name: " Access next focus space command",
57                 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."
58             },
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     tab: "Tab",
70     pause: "Pause",
71     capslock: "Caps Lock",
72     escape: "Escape",
73     pageUp: "Page Up",
74     pageDown: "Page Down",
75     leftArrow: "Left Arrow",
76     upArrow: "Up Arrow",
77     rightArrow: "Right Arrow",
78     downArrow: "Down Arrow",
79     insert: "Insert",
80     leftWindowKey: "Left Windows key",
81     rightWindowKey: "Right Windows key",
82     selectKey: "Select key",
83     numpad0: "Numpad 0",
84     numpad1: "Numpad 1",
85     numpad2: "Numpad 2",
86     numpad3: "Numpad 3",
87     numpad4: "Numpad 4",
88     numpad5: "Numpad 5",
89     numpad6: "Numpad 6",
90     numpad7: "Numpad 7",
91     numpad8: "Numpad 8",
92     numpad9: "Numpad 9",
93     multiply: "Multiply",
94     add: "Add",
95     subtract: "Subtract",
96     decimalPoint: "Decimal Point",
97     divide: "Divide",
98     f1: "F1",
99     f2: "F2",
100     f3: "F3",
101     f4: "F4",
102     f5: "F5",
103     f6: "F6",
104     f7: "F7",
105     f8: "F8",
106     f9: "F9",
107     f10: "F10",
108     f11: "F11",
109     f12: "F12",
110     numLock: "Num Lock",
111     scrollLock: "Scroll Lock",
112     semiColon: "Semicolon",
113     equalSign: "Equal Sign",
114     comma: "Comma",
115     dash: "Dash",
116     period: "Period",
117     forwardSlash: "Forward Slash",
118     graveAccent: "Grave Accent",
119     openBracket: "Open Bracket",
120     backSlash: "Backslash",
121     closeBracket: "Close Bracket",
122     singleQuote: "Single Quote"
123 });