]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/a11yhelp/dialogs/lang/bg.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / a11yhelp / dialogs / lang / bg.js
CommitLineData
7adcb81e 1/**\r
3b35bd27 2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license\r
4 */\r
5\r
6CKEDITOR.plugins.setLang( 'a11yhelp', 'bg', {\r
7 title: 'Accessibility Instructions', // MISSING\r
8 contents: 'Help Contents. To close this dialog press ESC.', // MISSING\r
9 legend: [\r
10 {\r
11 name: 'Общо',\r
12 items: [\r
13 {\r
14 name: 'Editor Toolbar', // MISSING\r
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\r
16 },\r
17\r
18 {\r
19 name: 'Editor Dialog', // MISSING\r
20 legend:\r
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\r
22 },\r
23\r
24 {\r
25 name: 'Editor Context Menu', // MISSING\r
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\r
27 },\r
28\r
29 {\r
30 name: 'Editor List Box', // MISSING\r
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\r
32 },\r
33\r
34 {\r
35 name: 'Editor Element Path Bar', // MISSING\r
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\r
37 }\r
38 ]\r
39 },\r
40 {\r
41 name: 'Commands', // MISSING\r
42 items: [\r
43 {\r
44 name: ' Undo command', // MISSING\r
45 legend: 'Press ${undo}' // MISSING\r
46 },\r
47 {\r
48 name: ' Redo command', // MISSING\r
49 legend: 'Press ${redo}' // MISSING\r
50 },\r
51 {\r
52 name: ' Bold command', // MISSING\r
53 legend: 'Press ${bold}' // MISSING\r
54 },\r
55 {\r
56 name: ' Italic command', // MISSING\r
57 legend: 'Press ${italic}' // MISSING\r
58 },\r
59 {\r
60 name: ' Underline command', // MISSING\r
61 legend: 'Press ${underline}' // MISSING\r
62 },\r
63 {\r
64 name: ' Link command', // MISSING\r
65 legend: 'Press ${link}' // MISSING\r
66 },\r
67 {\r
68 name: ' Toolbar Collapse command', // MISSING\r
69 legend: 'Press ${toolbarCollapse}' // MISSING\r
70 },\r
71 {\r
72 name: ' Access previous focus space command', // MISSING\r
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\r
74 },\r
75 {\r
76 name: ' Access next focus space command', // MISSING\r
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\r
78 },\r
79 {\r
80 name: ' Accessibility Help', // MISSING\r
81 legend: 'Press ${a11yHelp}' // MISSING\r
82 }\r
83 ]\r
84 }\r
85 ],\r
86 backspace: 'Backspace', // MISSING\r
87 tab: 'Tab', // MISSING\r
88 enter: 'Enter', // MISSING\r
89 shift: 'Shift', // MISSING\r
90 ctrl: 'Ctrl', // MISSING\r
91 alt: 'Alt', // MISSING\r
92 pause: 'Pause', // MISSING\r
93 capslock: 'Caps Lock', // MISSING\r
94 escape: 'Escape', // MISSING\r
95 pageUp: 'Page Up', // MISSING\r
96 pageDown: 'Page Down', // MISSING\r
97 end: 'End', // MISSING\r
98 home: 'Home', // MISSING\r
99 leftArrow: 'Left Arrow', // MISSING\r
100 upArrow: 'Up Arrow', // MISSING\r
101 rightArrow: 'Right Arrow', // MISSING\r
102 downArrow: 'Down Arrow', // MISSING\r
103 insert: 'Insert', // MISSING\r
104 'delete': 'Delete', // MISSING\r
105 leftWindowKey: 'Left Windows key', // MISSING\r
106 rightWindowKey: 'Right Windows key', // MISSING\r
107 selectKey: 'Select key', // MISSING\r
108 numpad0: 'Numpad 0', // MISSING\r
109 numpad1: 'Numpad 1', // MISSING\r
110 numpad2: 'Numpad 2', // MISSING\r
111 numpad3: 'Numpad 3', // MISSING\r
112 numpad4: 'Numpad 4', // MISSING\r
113 numpad5: 'Numpad 5', // MISSING\r
114 numpad6: 'Numpad 6', // MISSING\r
115 numpad7: 'Numpad 7', // MISSING\r
116 numpad8: 'Numpad 8', // MISSING\r
117 numpad9: 'Numpad 9', // MISSING\r
118 multiply: 'Multiply', // MISSING\r
119 add: 'Add', // MISSING\r
120 subtract: 'Subtract', // MISSING\r
121 decimalPoint: 'Decimal Point', // MISSING\r
122 divide: 'Divide', // MISSING\r
123 f1: 'F1', // MISSING\r
124 f2: 'F2', // MISSING\r
125 f3: 'F3', // MISSING\r
126 f4: 'F4', // MISSING\r
127 f5: 'F5', // MISSING\r
128 f6: 'F6', // MISSING\r
129 f7: 'F7', // MISSING\r
130 f8: 'F8', // MISSING\r
131 f9: 'F9', // MISSING\r
132 f10: 'F10', // MISSING\r
133 f11: 'F11', // MISSING\r
134 f12: 'F12', // MISSING\r
135 numLock: 'Num Lock', // MISSING\r
136 scrollLock: 'Scroll Lock', // MISSING\r
137 semiColon: 'Semicolon', // MISSING\r
138 equalSign: 'Equal Sign', // MISSING\r
139 comma: 'Comma', // MISSING\r
140 dash: 'Dash', // MISSING\r
141 period: 'Period', // MISSING\r
142 forwardSlash: 'Forward Slash', // MISSING\r
143 graveAccent: 'Grave Accent', // MISSING\r
144 openBracket: 'Open Bracket', // MISSING\r
145 backSlash: 'Backslash', // MISSING\r
146 closeBracket: 'Close Bracket', // MISSING\r
147 singleQuote: 'Single Quote' // MISSING\r
148} );\r