aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/de-ch.js
blob: 48580d3e74042ef5ea13d6c31e3708d3a96edc38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'div', 'de-ch', {
	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'
} );