summaryrefslogtreecommitdiff
path: root/plugins/div/lang/de.js
blob: 242877cec57438dfd569ff324a2d870b4be55692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'de', {
	IdInputLabel: 'Id',
	advisoryTitleInputLabel: 'Tooltip',
	cssClassInputLabel: 'Stylesheet Klasse',
	edit: 'Div bearbeiten',
	inlineStyleInputLabel: 'Inline Stil',
	langDirLTRLabel: 'Links nach Rechs (LTR)',
	langDirLabel: 'Sprache Richtung',
	langDirRTLLabel: 'Rechs nach Links (RTL)',
	languageCodeInputLabel: 'Sprachenkürzel',
	remove: 'Div entfernen',
	styleSelectLabel: 'Style',
	title: 'Div Container erzeugen',
	toolbar: 'Div Container erzeugen'
});