Built motion from commit 67e5df37.|2.0.66
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / af.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", "af", {
6     title: "Toeganglikheid instruksies",
7     contents: "Hulp inhoud. Druk ESC om toe te maak.",
8     legend: [{
9         name: "Algemeen",
10         items: [{
11                 name: "Bewerker balk",
12                 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."
13             }, {
14                 name: "Bewerker dialoog",
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: "Bewerkerinhoudmenu",
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: "Pouse",
71     capslock: "Hoofletterslot",
72     escape: "Ontsnap",
73     pageUp: "Blaaiop",
74     pageDown: "Blaaiaf",
75     leftArrow: "Linkspyl",
76     upArrow: "Oppyl",
77     rightArrow: "Regterpyl",
78     downArrow: "Afpyl",
79     insert: "Toevoeg",
80     leftWindowKey: "Left Windows key",
81     rightWindowKey: "Right Windows key",
82     selectKey: "Select key",
83     numpad0: "Nommerblok 0",
84     numpad1: "Nommerblok 1",
85     numpad2: "Nommerblok 2",
86     numpad3: "Nommerblok 3",
87     numpad4: "Nommerblok 4",
88     numpad5: "Nommerblok 5",
89     numpad6: "Nommerblok 6",
90     numpad7: "Nommerblok 7",
91     numpad8: "Nommerblok 8",
92     numpad9: "Nommerblok 9",
93     multiply: "Maal",
94     add: "Plus",
95     subtract: "Minus",
96     decimalPoint: "Desimaalepunt",
97     divide: "Gedeeldeur",
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: "Nommervergrendel",
111     scrollLock: "Rolvergrendel",
112     semiColon: "Kommapunt",
113     equalSign: "Isgelykaan",
114     comma: "Komma",
115     dash: "Koppelteken",
116     period: "Punt",
117     forwardSlash: "Skuinsstreep",
118     graveAccent: "Aksentteken",
119     openBracket: "Oopblokhakkie",
120     backSlash: "Trustreep",
121     closeBracket: "Toeblokhakkie",
122     singleQuote: "Enkelaanhaalingsteken"
123 });