Built motion from commit de2cb856.|2.0.36
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / bg.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", "bg", {
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             name: "Editor Context Menu",
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             name: "Editor List Box",
21             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."
22         }, {
23             name: "Editor Element Path Bar",
24             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."
25         }]
26     }, {
27         name: "Commands",
28         items: [{
29             name: " Undo command",
30             legend: "Press ${undo}"
31         }, {
32             name: " Redo command",
33             legend: "Press ${redo}"
34         }, {
35             name: " Bold command",
36             legend: "Press ${bold}"
37         }, {
38             name: " Italic command",
39             legend: "Press ${italic}"
40         }, {
41             name: " Underline command",
42             legend: "Press ${underline}"
43         }, {
44             name: " Link command",
45             legend: "Press ${link}"
46         }, {
47             name: " Toolbar Collapse command",
48             legend: "Press ${toolbarCollapse}"
49         }, {
50             name: " Access previous focus space command",
51             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."
52         }, {
53             name: " Access next focus space command",
54             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."
55         }, {
56             name: " Accessibility Help",
57             legend: "Press ${a11yHelp}"
58         }, {
59             name: " Paste as plain text",
60             legend: "Press ${pastetext}",
61             legendEdge: "Press ${pastetext}, followed by ${paste}"
62         }]
63     }],
64     tab: "Tab",
65     pause: "Pause",
66     capslock: "Caps Lock",
67     escape: "Escape",
68     pageUp: "Page Up",
69     pageDown: "Page Down",
70     leftArrow: "Left Arrow",
71     upArrow: "Up Arrow",
72     rightArrow: "Right Arrow",
73     downArrow: "Down Arrow",
74     insert: "Insert",
75     leftWindowKey: "Left Windows key",
76     rightWindowKey: "Right Windows key",
77     selectKey: "Select key",
78     numpad0: "Numpad 0",
79     numpad1: "Numpad 1",
80     numpad2: "Numpad 2",
81     numpad3: "Numpad 3",
82     numpad4: "Numpad 4",
83     numpad5: "Numpad 5",
84     numpad6: "Numpad 6",
85     numpad7: "Numpad 7",
86     numpad8: "Numpad 8",
87     numpad9: "Numpad 9",
88     multiply: "Multiply",
89     add: "Add",
90     subtract: "Subtract",
91     decimalPoint: "Decimal Point",
92     divide: "Divide",
93     f1: "F1",
94     f2: "F2",
95     f3: "F3",
96     f4: "F4",
97     f5: "F5",
98     f6: "F6",
99     f7: "F7",
100     f8: "F8",
101     f9: "F9",
102     f10: "F10",
103     f11: "F11",
104     f12: "F12",
105     numLock: "Num Lock",
106     scrollLock: "Scroll Lock",
107     semiColon: "Semicolon",
108     equalSign: "Equal Sign",
109     comma: "Comma",
110     dash: "Dash",
111     period: "Period",
112     forwardSlash: "Forward Slash",
113     graveAccent: "Grave Accent",
114     openBracket: "Open Bracket",
115     backSlash: "Backslash",
116     closeBracket: "Close Bracket",
117     singleQuote: "Single Quote"
118 });