]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/a11yhelp/dialogs/lang/eu.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / a11yhelp / dialogs / lang / eu.js
1 /**
2 * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 * For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 CKEDITOR.plugins.setLang( 'a11yhelp', 'eu', {
7 title: 'Erabilerraztasunaren argibideak',
8 contents: 'Laguntzaren edukiak. Elkarrizketa-koadro hau ixteko sakatu ESC.',
9 legend: [
10 {
11 name: 'Orokorra',
12 items: [
13 {
14 name: 'Editorearen tresna-barra',
15 legend: 'Sakatu ${toolbarFocus} tresna-barrara nabigatzeko. Tresna-barrako aurreko eta hurrengo taldera joateko erabili TAB eta MAIUS+TAB. Tresna-barrako aurreko eta hurrengo botoira joateko erabili ESKUIN-GEZIA eta EZKER-GEZIA. Sakatu ZURIUNEA edo SARTU tresna-barrako botoia aktibatzeko.'
16 },
17
18 {
19 name: 'Editorearen elkarrizketa-koadroa',
20 legend:
21 'Elkarrizketa-koadro baten barruan sakatu TAB hurrengo elementura nabigatzeko, sakatu MAIUS+TAB aurreko elementura joateko, sakatu SARTU elkarrizketa-koadroa bidaltzeko eta sakatu ESC uzteko. Elkarrizketa-koadro batek hainbat fitxa dituenean, ALT+F10 erabiliz irits daiteke fitxen zerrendara, edo TAB erabiliz. Fokoa fitxen zerrendak duenean, aurreko eta hurrengo fitxetara joateko erabili EZKER-GEZIA eta ESKUIN-GEZIA.'
22 },
23
24 {
25 name: 'Editorearen testuinguru-menua',
26 legend: 'Sakatu ${contextMenu} edo APLIKAZIO TEKLA testuinguru-menua irekitzeko. Menuko hurrengo aukerara joateko erabili TAB edo BEHERA GEZIA. Aurreko aukerara nabigatzeko erabili MAIUS+TAB edo GORA GEZIA. Sakatu ZURIUNEA edo SARTU menuko aukera hautatzeko. Ireki uneko aukeraren azpi-menua ZURIUNEA edo SARTU edo ESKUIN-GEZIA erabiliz. Menuko aukera gurasora itzultzeko erabili ESC edo EZKER-GEZIA. Testuinguru-menua ixteko sakatu ESC.'
27 },
28
29 {
30 name: 'Editorearen zerrenda-koadroa',
31 legend: 'Zerrenda-koadro baten barruan, zerrendako hurrengo elementura joateko erabili TAB edo BEHERA GEZIA. Zerrendako aurreko elementura nabigatzeko MAIUS+TAB edo GORA GEZIA. Sakatu ZURIUNEA edo SARTU zerrendako aukera hautatzeko. Sakatu ESC zerrenda-koadroa ixteko.'
32 },
33
34 {
35 name: 'Editorearen elementuaren bide-barra',
36 legend: 'Sakatu ${elementsPathFocus} elementuaren bide-barrara nabigatzeko. Hurrengo elementuaren botoira joateko erabili TAB edo ESKUIN-GEZIA. Aurreko botoira joateko aldiz erabili MAIUS+TAB edo EZKER-GEZIA. Elementua editorean hautatzeko sakatu ZURIUNEA edo SARTU.'
37 }
38 ]
39 },
40 {
41 name: 'Komandoak',
42 items: [
43 {
44 name: 'Desegin komandoa',
45 legend: 'Sakatu ${undo}'
46 },
47 {
48 name: 'Berregin komandoa',
49 legend: 'Sakatu ${redo}'
50 },
51 {
52 name: 'Lodia komandoa',
53 legend: 'Sakatu ${bold}'
54 },
55 {
56 name: 'Etzana komandoa',
57 legend: 'Sakatu ${italic}'
58 },
59 {
60 name: 'Azpimarratu komandoa',
61 legend: 'Sakatu ${underline}'
62 },
63 {
64 name: 'Esteka komandoa',
65 legend: 'Sakatu ${link}'
66 },
67 {
68 name: 'Tolestu tresna-barra komandoa',
69 legend: 'Sakatu ${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: 'Erabilerraztasunaren laguntza',
81 legend: 'Sakatu ${a11yHelp}'
82 },
83 {
84 name: ' Paste as plain text', // MISSING
85 legend: 'Press ${pastetext}', // MISSING
86 legendEdge: 'Press ${pastetext}, followed by ${paste}' // MISSING
87 }
88 ]
89 }
90 ],
91 tab: 'Tabuladorea',
92 pause: 'Pausatu',
93 capslock: 'Blok Maius',
94 escape: 'Ihes',
95 pageUp: 'Page Up', // MISSING
96 pageDown: 'Page Down', // MISSING
97 leftArrow: 'Ezker-gezia',
98 upArrow: 'Gora gezia',
99 rightArrow: 'Eskuin-gezia',
100 downArrow: 'Behera gezia',
101 insert: 'Txertatu',
102 leftWindowKey: 'Ezkerreko Windows tekla',
103 rightWindowKey: 'Eskuineko Windows tekla',
104 selectKey: 'Hautatu tekla',
105 numpad0: 'Zenbakizko teklatua 0',
106 numpad1: 'Zenbakizko teklatua 1',
107 numpad2: 'Zenbakizko teklatua 2',
108 numpad3: 'Zenbakizko teklatua 3',
109 numpad4: 'Zenbakizko teklatua 4',
110 numpad5: 'Zenbakizko teklatua 5',
111 numpad6: 'Zenbakizko teklatua 6',
112 numpad7: 'Zenbakizko teklatua 7',
113 numpad8: 'Zenbakizko teklatua 8',
114 numpad9: 'Zenbakizko teklatua 9',
115 multiply: 'Biderkatu',
116 add: 'Gehitu',
117 subtract: 'Kendu',
118 decimalPoint: 'Koma hamartarra',
119 divide: 'Zatitu',
120 f1: 'F1',
121 f2: 'F2',
122 f3: 'F3',
123 f4: 'F4',
124 f5: 'F5',
125 f6: 'F6',
126 f7: 'F7',
127 f8: 'F8',
128 f9: 'F9',
129 f10: 'F10',
130 f11: 'F11',
131 f12: 'F12',
132 numLock: 'Blok Zenb',
133 scrollLock: 'Blok Korr',
134 semiColon: 'Puntu eta koma',
135 equalSign: 'Berdin zeinua',
136 comma: 'Koma',
137 dash: 'Marratxoa',
138 period: 'Puntua',
139 forwardSlash: 'Barra',
140 graveAccent: 'Azentu kamutsa',
141 openBracket: 'Parentesia ireki',
142 backSlash: 'Alderantzizko barra',
143 closeBracket: 'Itxi parentesia',
144 singleQuote: 'Komatxo bakuna'
145 } );