-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathde.js
28 lines (27 loc) · 1.04 KB
/
de.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/**
* @license Copyright (c) 2014-2022, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'a11ychecker', 'de', {
toolbar: 'Barrierefreiheit prüfen',
closeBtn: 'Schließen',
testability: {
'0': 'Hinweis',
'0.5': 'Warnung',
'1': 'Fehler'
},
ignoreBtn: 'Ignorieren',
ignoreBtnTitle: 'Problem ignorieren',
stopIgnoreBtn: 'Nicht mehr ignorieren',
listeningInfo: 'Wartet auf manuelle Inhaltsänderung. Nach Abschluss der Änderungen bitte <strong>Erneut prüfen</strong> anklicken.',
listeningCheckAgain: 'Erneut prüfen',
balloonLabel: 'Barrierefreiheitsprüfung',
navigationNext: 'Vorwärts',
navigationNextTitle: 'Nächstes Problem',
navigationPrev: 'Zurück',
navigationPrevTitle: 'Vorheriges Problem',
quickFixButton: 'Schnellbehebung',
quickFixButtonTitle: 'Schnellbehebung dieses Problems',
navigationCounter: 'Problem {current} von {total} ({testability})',
noIssuesMessage: 'Dieses Dokument enthält keine Barrierefreiheitsprobleme.'
} );