Built motion from commit 67e5df37.|2.0.66
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / id.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", "id", {
6     title: "Instruksi Accessibility",
7     contents: "Bantuan. Tekan ESC untuk menutup dialog ini.",
8     legend: [{
9             name: "Umum",
10             items: [{
11                     name: "Toolbar Editor",
12                     legend: "Tekan ${toolbarFocus} untuk berpindah ke toolbar. Untuk berpindah ke group toolbar selanjutnya dan sebelumnya gunakan TAB dan SHIFT+TAB. Untuk berpindah ke tombol toolbar selanjutnya dan sebelumnya gunakan RIGHT ARROW atau LEFT ARROW. Tekan SPASI atau ENTER untuk mengaktifkan tombol toolbar."
13                 }, {
14                     name: "Dialog Editor",
15                     legend: "Pada jendela dialog, tekan TAB untuk berpindah pada elemen dialog selanjutnya, tekan SHIFT+TAB untuk berpindah pada elemen dialog sebelumnya, tekan ENTER untuk submit dialog, tekan ESC untuk membatalkan dialog. Pada dialog dengan multi tab, daftar tab dapat diakses dengan ALT+F10 ataupun dengan tombol TAB sesuai urutan tab pada dialog. Jika daftar tab aktif terpilih, untuk berpindah tab dapat menggunakan RIGHT dan LEFT ARROW."
16                 }, {
17                     name: "Context Menu Editor",
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                 {
21                     name: "List Box Editor",
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                     name: "Editor Element Path Bar",
25                     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."
26                 }
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                 {
57                     name: " Access next focus space command",
58                     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."
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     ],
70     tab: "Tab",
71     pause: "Pause",
72     capslock: "Caps Lock",
73     escape: "Escape",
74     pageUp: "Page Up",
75     pageDown: "Page Down",
76     leftArrow: "Left Arrow",
77     upArrow: "Up Arrow",
78     rightArrow: "Right Arrow",
79     downArrow: "Down Arrow",
80     insert: "Insert",
81     leftWindowKey: "Left Windows key",
82     rightWindowKey: "Right Windows key",
83     selectKey: "Select key",
84     numpad0: "Numpad 0",
85     numpad1: "Numpad 1",
86     numpad2: "Numpad 2",
87     numpad3: "Numpad 3",
88     numpad4: "Numpad 4",
89     numpad5: "Numpad 5",
90     numpad6: "Numpad 6",
91     numpad7: "Numpad 7",
92     numpad8: "Numpad 8",
93     numpad9: "Numpad 9",
94     multiply: "Multiply",
95     add: "Add",
96     subtract: "Subtract",
97     decimalPoint: "Decimal Point",
98     divide: "Divide",
99     f1: "F1",
100     f2: "F2",
101     f3: "F3",
102     f4: "F4",
103     f5: "F5",
104     f6: "F6",
105     f7: "F7",
106     f8: "F8",
107     f9: "F9",
108     f10: "F10",
109     f11: "F11",
110     f12: "F12",
111     numLock: "Num Lock",
112     scrollLock: "Scroll Lock",
113     semiColon: "Semicolon",
114     equalSign: "Equal Sign",
115     comma: "Comma",
116     dash: "Dash",
117     period: "Period",
118     forwardSlash: "Forward Slash",
119     graveAccent: "Grave Accent",
120     openBracket: "Open Bracket",
121     backSlash: "Backslash",
122     closeBracket: "Close Bracket",
123     singleQuote: "Single Quote"
124 });