]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/a11yhelp/dialogs/lang/af.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / a11yhelp / dialogs / lang / af.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', 'af', {\r
7 title: 'Toeganglikheid instruksies',\r
8 contents: 'Hulp inhoud. Druk ESC om toe te maak.',\r
9 legend: [\r
10 {\r
11 name: 'Algemeen',\r
12 items: [\r
13 {\r
14 name: 'Bewerker balk',\r
15 legend: 'Druk ${toolbarFocus} om op die werkbalk te land. Beweeg na die volgende en voorige wekrbalkgroep met TAB and SHIFT+TAB. Beweeg na die volgende en voorige werkbalkknop met die regter of linker pyl. Druk SPASIE of ENTER om die knop te bevestig.'\r
16 },\r
17\r
18 {\r
19 name: 'Bewerker dialoog',\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: 'Bewerkerinhoudmenu',\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',\r
91 alt: 'Alt',\r
92 pause: 'Pouse',\r
93 capslock: 'Hoofletterslot',\r
94 escape: 'Ontsnap',\r
95 pageUp: 'Blaaiop',\r
96 pageDown: 'Blaaiaf',\r
97 end: 'Einde',\r
98 home: 'Tuis',\r
99 leftArrow: 'Linkspyl',\r
100 upArrow: 'Oppyl',\r
101 rightArrow: 'Regterpyl',\r
102 downArrow: 'Afpyl',\r
103 insert: 'Toevoeg',\r
104 'delete': 'Verwyder',\r
105 leftWindowKey: 'Left Windows key', // MISSING\r
106 rightWindowKey: 'Right Windows key', // MISSING\r
107 selectKey: 'Select key', // MISSING\r
108 numpad0: 'Nommerblok 0',\r
109 numpad1: 'Nommerblok 1',\r
110 numpad2: 'Nommerblok 2',\r
111 numpad3: 'Nommerblok 3',\r
112 numpad4: 'Nommerblok 4',\r
113 numpad5: 'Nommerblok 5',\r
114 numpad6: 'Nommerblok 6',\r
115 numpad7: 'Nommerblok 7',\r
116 numpad8: 'Nommerblok 8',\r
117 numpad9: 'Nommerblok 9',\r
118 multiply: 'Maal',\r
119 add: 'Plus',\r
120 subtract: 'Minus',\r
121 decimalPoint: 'Desimaalepunt',\r
122 divide: 'Gedeeldeur',\r
123 f1: 'F1',\r
124 f2: 'F2',\r
125 f3: 'F3',\r
126 f4: 'F4',\r
127 f5: 'F5',\r
128 f6: 'F6',\r
129 f7: 'F7',\r
130 f8: 'F8',\r
131 f9: 'F9',\r
132 f10: 'F10',\r
133 f11: 'F11',\r
134 f12: 'F12',\r
135 numLock: 'Nommervergrendel',\r
136 scrollLock: 'Rolvergrendel',\r
137 semiColon: 'Kommapunt',\r
138 equalSign: 'Isgelykaan',\r
139 comma: 'Komma',\r
140 dash: 'Koppelteken',\r
141 period: 'Punt',\r
142 forwardSlash: 'Skuinsstreep',\r
143 graveAccent: 'Aksentteken',\r
144 openBracket: 'Oopblokhakkie',\r
145 backSlash: 'Trustreep',\r
146 closeBracket: 'Toeblokhakkie',\r
147 singleQuote: 'Enkelaanhaalingsteken'\r
148} );\r