new ckeditor
New ckeditor
This commit is contained in:
19
ckeditor/plugins/div/lang/de.js
Normal file
19
ckeditor/plugins/div/lang/de.js
Normal file
@@ -0,0 +1,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'
|
||||
} );
|
||||
Reference in New Issue
Block a user