aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/de.js
blob: 5366761c7f9a85bede1c72c63b9df0981b7db4f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'de', {
	IdInputLabel: 'Kennung',
	advisoryTitleInputLabel: 'Tooltip',
	cssClassInputLabel: 'Formatvorlagenklasse',
	edit: 'Div bearbeiten',
	inlineStyleInputLabel: 'Inline Stil',
	langDirLTRLabel: 'Links nach Rechs (LTR)',
	langDirLabel: 'Sprachrichtung',
	langDirRTLLabel: 'Rechs nach Links (RTL)',
	languageCodeInputLabel: 'Sprachcode',
	remove: 'Div entfernen',
	styleSelectLabel: 'Stil',
	title: 'Div Container erzeugen',
	toolbar: 'Div Container erzeugen'
} );