]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/a11yhelp/dialogs/lang/tt.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / a11yhelp / dialogs / lang / tt.js
1 /**
2 * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 CKEDITOR.plugins.setLang( 'a11yhelp', 'tt', {
7 title: 'Accessibility Instructions', // MISSING
8 contents: 'Help Contents. To close this dialog press ESC.', // MISSING
9 legend: [
10 {
11 name: 'Гомуми',
12 items: [
13 {
14 name: 'Editor Toolbar', // MISSING
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
16 },
17
18 {
19 name: 'Editor Dialog', // MISSING
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
22 },
23
24 {
25 name: 'Editor Context Menu', // 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 },
28
29 {
30 name: 'Editor 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 },
33
34 {
35 name: 'Editor Element Path Bar', // MISSING
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
37 }
38 ]
39 },
40 {
41 name: 'Командалар',
42 items: [
43 {
44 name: 'Кайтару',
45 legend: '${undo} басыгыз'
46 },
47 {
48 name: 'Кабатлау',
49 legend: '${redo} басыгыз'
50 },
51 {
52 name: 'Калын',
53 legend: '${bold} басыгыз'
54 },
55 {
56 name: 'Курсив',
57 legend: '${italic} басыгыз'
58 },
59 {
60 name: 'Астына сызылган',
61 legend: '${underline} басыгыз'
62 },
63 {
64 name: 'Сылталама',
65 legend: '${link} басыгыз'
66 },
67 {
68 name: ' Toolbar Collapse command', // MISSING
69 legend: '${toolbarCollapse} басыгыз'
70 },
71 {
72 name: ' Access previous focus space command', // MISSING
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
74 },
75 {
76 name: ' Access next focus space command', // MISSING
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
78 },
79 {
80 name: ' Accessibility Help', // MISSING
81 legend: '${a11yHelp} басыгыз'
82 }
83 ]
84 }
85 ],
86 backspace: 'Кайтару',
87 tab: 'Tab',
88 enter: 'Enter',
89 shift: 'Shift',
90 ctrl: 'Ctrl',
91 alt: 'Alt',
92 pause: 'Тыныш',
93 capslock: 'Caps Lock',
94 escape: 'Escape',
95 pageUp: 'Page Up',
96 pageDown: 'Page Down',
97 end: 'End',
98 home: 'Home',
99 leftArrow: 'Сул якка ук',
100 upArrow: 'Өскә таба ук',
101 rightArrow: 'Уң якка ук',
102 downArrow: 'Аска таба ук',
103 insert: 'Өстәү',
104 'delete': 'Бетерү',
105 leftWindowKey: 'Сул Windows төймəсе',
106 rightWindowKey: 'Уң Windows төймəсе',
107 selectKey: 'Select төймəсе',
108 numpad0: 'Numpad 0',
109 numpad1: 'Numpad 1',
110 numpad2: 'Numpad 2',
111 numpad3: 'Numpad 3',
112 numpad4: 'Numpad 4',
113 numpad5: 'Numpad 5',
114 numpad6: 'Numpad 6',
115 numpad7: 'Numpad 7',
116 numpad8: 'Numpad 8',
117 numpad9: 'Numpad 9',
118 multiply: 'Тапкырлау',
119 add: 'Кушу',
120 subtract: 'Алу',
121 decimalPoint: 'Унарлы нокта',
122 divide: 'Бүлү',
123 f1: 'F1',
124 f2: 'F2',
125 f3: 'F3',
126 f4: 'F4',
127 f5: 'F5',
128 f6: 'F6',
129 f7: 'F7',
130 f8: 'F8',
131 f9: 'F9',
132 f10: 'F10',
133 f11: 'F11',
134 f12: 'F12',
135 numLock: 'Num Lock',
136 scrollLock: 'Scroll Lock',
137 semiColon: 'Нокталы өтер',
138 equalSign: 'Тигезлек билгесе',
139 comma: 'Өтер',
140 dash: 'Сызык',
141 period: 'Дәрәҗә',
142 forwardSlash: 'Кыек сызык',
143 graveAccent: 'Гравис',
144 openBracket: 'Җәя ачу',
145 backSlash: 'Кире кыек сызык',
146 closeBracket: 'Җәя ябу',
147 singleQuote: 'Бер иңле куштырнаклар'
148 } );