aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/a11yhelp/dialogs/lang/id.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/a11yhelp/dialogs/lang/id.js')
-rw-r--r--sources/plugins/a11yhelp/dialogs/lang/id.js29
1 files changed, 13 insertions, 16 deletions
diff --git a/sources/plugins/a11yhelp/dialogs/lang/id.js b/sources/plugins/a11yhelp/dialogs/lang/id.js
index 2b1675f..89aeee7 100644
--- a/sources/plugins/a11yhelp/dialogs/lang/id.js
+++ b/sources/plugins/a11yhelp/dialogs/lang/id.js
@@ -1,33 +1,33 @@
1/** 1/**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license 3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */ 4 */
5 5
6CKEDITOR.plugins.setLang( 'a11yhelp', 'id', { 6CKEDITOR.plugins.setLang( 'a11yhelp', 'id', {
7 title: 'Accessibility Instructions', // MISSING 7 title: 'Instruksi Accessibility',
8 contents: 'Bantuan. Tekan ESC untuk menutup dialog ini.', 8 contents: 'Bantuan. Tekan ESC untuk menutup dialog ini.',
9 legend: [ 9 legend: [
10 { 10 {
11 name: 'Umum', 11 name: 'Umum',
12 items: [ 12 items: [
13 { 13 {
14 name: 'Editor Toolbar', // MISSING 14 name: 'Toolbar Editor',
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 15 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.'
16 }, 16 },
17 17
18 { 18 {
19 name: 'Editor Dialog', // MISSING 19 name: 'Dialog Editor',
20 legend: 20 legend:
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 21 '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.'
22 }, 22 },
23 23
24 { 24 {
25 name: 'Editor Context Menu', // MISSING 25 name: 'Context Menu Editor',
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 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
27 }, 27 },
28 28
29 { 29 {
30 name: 'Editor List Box', // MISSING 30 name: 'List Box Editor',
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 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
32 }, 32 },
33 33
@@ -79,29 +79,26 @@ CKEDITOR.plugins.setLang( 'a11yhelp', 'id', {
79 { 79 {
80 name: ' Accessibility Help', // MISSING 80 name: ' Accessibility Help', // MISSING
81 legend: 'Press ${a11yHelp}' // MISSING 81 legend: 'Press ${a11yHelp}' // MISSING
82 },
83 {
84 name: ' Paste as plain text', // MISSING
85 legend: 'Press ${pastetext}', // MISSING
86 legendEdge: 'Press ${pastetext}, followed by ${paste}' // MISSING
82 } 87 }
83 ] 88 ]
84 } 89 }
85 ], 90 ],
86 backspace: 'Backspace', // MISSING
87 tab: 'Tab', // MISSING 91 tab: 'Tab', // MISSING
88 enter: 'Enter', // MISSING
89 shift: 'Shift', // MISSING
90 ctrl: 'Ctrl', // MISSING
91 alt: 'Alt', // MISSING
92 pause: 'Pause', // MISSING 92 pause: 'Pause', // MISSING
93 capslock: 'Caps Lock', // MISSING 93 capslock: 'Caps Lock', // MISSING
94 escape: 'Escape', // MISSING 94 escape: 'Escape', // MISSING
95 pageUp: 'Page Up', // MISSING 95 pageUp: 'Page Up', // MISSING
96 pageDown: 'Page Down', // MISSING 96 pageDown: 'Page Down', // MISSING
97 end: 'End', // MISSING
98 home: 'Home', // MISSING
99 leftArrow: 'Left Arrow', // MISSING 97 leftArrow: 'Left Arrow', // MISSING
100 upArrow: 'Up Arrow', // MISSING 98 upArrow: 'Up Arrow', // MISSING
101 rightArrow: 'Right Arrow', // MISSING 99 rightArrow: 'Right Arrow', // MISSING
102 downArrow: 'Down Arrow', // MISSING 100 downArrow: 'Down Arrow', // MISSING
103 insert: 'Insert', // MISSING 101 insert: 'Insert', // MISSING
104 'delete': 'Delete', // MISSING
105 leftWindowKey: 'Left Windows key', // MISSING 102 leftWindowKey: 'Left Windows key', // MISSING
106 rightWindowKey: 'Right Windows key', // MISSING 103 rightWindowKey: 'Right Windows key', // MISSING
107 selectKey: 'Select key', // MISSING 104 selectKey: 'Select key', // MISSING