Built motion from commit 67e5df37.|2.0.65
[motion2.git] / public / assets / plugins / ckeditor / plugins / a11yhelp / dialogs / lang / ro.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", "ro", {
6     title: "Instrucțiuni de accesibilitate",
7     contents: "Cuprins. Pentru a închide acest dialog, apăsați tasta ESC.",
8     legend: [{
9             name: "General",
10             items: [{
11                     name: "Editează bara instrumente.",
12                     legend: "Apasă ${toolbarFocus} pentru a naviga prin bara de instrumente. Pentru a te mișca prin grupurile de instrumente folosește tastele TAB și SHIFT+TAB. Pentru a te mișca intre diverse instrumente folosește tastele SĂGEATĂ DREAPTA sau SĂGEATĂ STÂNGA. Apasă butonul SPAȚIU sau ENTER pentru activarea instrumentului."
13                 },
14                 {
15                     name: "Dialog editor",
16                     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."
17                 }, {
18                     name: "Editor meniu contextual",
19                     legend: "Apasă ${contextMenu} sau TASTA MENIU pentru a deschide meniul contextual. Treci la următoarea opțiune din meniu cu TAB sau SĂGEATĂ JOS. Treci la opțiunea anterioară cu  SHIFT+TAB sau SĂGEATĂ SUS. Apasă SPAȚIU sau ENTER pentru a selecta opțiunea din meniu. Deschide sub-meniul opțiunii curente cu SPAȚIU sau ENTER sau SĂGEATĂ DREAPTA. Revino la elementul din meniul părinte cu ESC sau SĂGEATĂ STÂNGA. Închide meniul de context cu ESC."
20                 },
21                 {
22                     name: "Editor Casetă Listă",
23                     legend: "În interiorul unei liste, treci la următorull element cu TAB sau SĂGEATĂ JOS. Treci la elementul anterior din listă cu SHIFT+TAB sau SĂGEATĂ SUS. Apasă SPAȚIU sau ENTER pentru a selecta opțiunea din listă. Apasă ESC pentru a închide lista."
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         {
31             name: "Comenzi",
32             items: [{
33                     name: " Undo command",
34                     legend: "Apasă ${undo}"
35                 }, {
36                     name: "Comanda precedentă",
37                     legend: "Apasă ${redo}"
38                 }, {
39                     name: "Comanda Îngroșat",
40                     legend: "Apasă ${bold}"
41                 }, {
42                     name: "Comanda Inclinat",
43                     legend: "Apasă ${italic}"
44                 }, {
45                     name: "Comanda Subliniere",
46                     legend: "Apasă ${underline}"
47                 }, {
48                     name: "Comanda Legatură",
49                     legend: "Apasă ${link}"
50                 }, {
51                     name: " Toolbar Collapse command",
52                     legend: "Press ${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                 {
58                     name: " Access next focus space command",
59                     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."
60                 }, {
61                     name: " Accessibility Help",
62                     legend: "Press ${a11yHelp}"
63                 }, {
64                     name: " Paste as plain text",
65                     legend: "Press ${pastetext}",
66                     legendEdge: "Press ${pastetext}, followed by ${paste}"
67                 }
68             ]
69         }
70     ],
71     tab: "Tab",
72     pause: "Pause",
73     capslock: "Caps Lock",
74     escape: "Escape",
75     pageUp: "Page Up",
76     pageDown: "Page Down",
77     leftArrow: "Left Arrow",
78     upArrow: "Up Arrow",
79     rightArrow: "Right Arrow",
80     downArrow: "Down Arrow",
81     insert: "Insert",
82     leftWindowKey: "Left Windows key",
83     rightWindowKey: "Right Windows key",
84     selectKey: "Select key",
85     numpad0: "Numpad 0",
86     numpad1: "Numpad 1",
87     numpad2: "Numpad 2",
88     numpad3: "Numpad 3",
89     numpad4: "Numpad 4",
90     numpad5: "Numpad 5",
91     numpad6: "Numpad 6",
92     numpad7: "Numpad 7",
93     numpad8: "Numpad 8",
94     numpad9: "Numpad 9",
95     multiply: "Multiply",
96     add: "Add",
97     subtract: "Subtract",
98     decimalPoint: "Decimal Point",
99     divide: "Divide",
100     f1: "F1",
101     f2: "F2",
102     f3: "F3",
103     f4: "F4",
104     f5: "F5",
105     f6: "F6",
106     f7: "F7",
107     f8: "F8",
108     f9: "F9",
109     f10: "F10",
110     f11: "F11",
111     f12: "F12",
112     numLock: "Num Lock",
113     scrollLock: "Scroll Lock",
114     semiColon: "Semicolon",
115     equalSign: "Equal Sign",
116     comma: "Comma",
117     dash: "Dash",
118     period: "Period",
119     forwardSlash: "Forward Slash",
120     graveAccent: "Grave Accent",
121     openBracket: "Open Bracket",
122     backSlash: "Backslash",
123     closeBracket: "Close Bracket",
124     singleQuote: "Single Quote"
125 });