Built motion from commit 67e5df37.|2.0.63
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / tt.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", "tt", {
6     title: "Accessibility Instructions",
7     contents: "Help Contents. To close this dialog press ESC.",
8     legend: [{
9         name: "Гомуми",
10         items: [{
11                 name: "Editor Toolbar",
12                 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."
13             }, {
14                 name: "Editor Dialog",
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: "Editor Context Menu",
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: "Командалар",
31         items: [{
32                 name: "Кайтару",
33                 legend: "${undo} басыгыз"
34             }, {
35                 name: "Кабатлау",
36                 legend: "${redo} басыгыз"
37             }, {
38                 name: "Калын",
39                 legend: "${bold} басыгыз"
40             }, {
41                 name: "Курсив",
42                 legend: "${italic} басыгыз"
43             }, {
44                 name: "Астына сызылган",
45                 legend: "${underline} басыгыз"
46             },
47             {
48                 name: "Сылталама",
49                 legend: "${link} басыгыз"
50             }, {
51                 name: " Toolbar Collapse command",
52                 legend: "${toolbarCollapse} басыгыз"
53             }, {
54                 name: " Access previous focus space command",
55                 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."
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             {
61                 name: " Accessibility Help",
62                 legend: "${a11yHelp} басыгыз"
63             }, {
64                 name: " Paste as plain text",
65                 legend: "Press ${pastetext}",
66                 legendEdge: "Press ${pastetext}, followed by ${paste}"
67             }
68         ]
69     }],
70     tab: "Tab",
71     pause: "Тыныш",
72     capslock: "Caps Lock",
73     escape: "Escape",
74     pageUp: "Page Up",
75     pageDown: "Page Down",
76     leftArrow: "Сул якка ук",
77     upArrow: "Өскә таба ук",
78     rightArrow: "Уң якка ук",
79     downArrow: "Аска таба ук",
80     insert: "Өстәү",
81     leftWindowKey: "Сул Windows төймəсе",
82     rightWindowKey: "Уң Windows төймəсе",
83     selectKey: "Select төймəсе",
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: "Тапкырлау",
95     add: "Кушу",
96     subtract: "Алу",
97     decimalPoint: "Унарлы нокта",
98     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: "Нокталы өтер",
114     equalSign: "Тигезлек билгесе",
115     comma: "Өтер",
116     dash: "Сызык",
117     period: "Дәрәҗә",
118     forwardSlash: "Кыек сызык",
119     graveAccent: "Гравис",
120     openBracket: "Җәя ачу",
121     backSlash: "Кире кыек сызык",
122     closeBracket: "Җәя ябу",
123     singleQuote: "Бер иңле куштырнаклар"
124 });