first commit
This commit is contained in:
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/de.js
Normal file
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/de.js
Normal file
@@ -0,0 +1,34 @@
|
||||
CKEDITOR.plugins.setLang('bootstrapCollapse', 'de', {//german
|
||||
plugin : 'Bootstrap Collapse',
|
||||
title : 'Titel',
|
||||
content : 'Inhalt',
|
||||
htmlIsAllowed : 'HTML ist erlaubt',
|
||||
addNewItem : 'Neues Element hinzufügen',
|
||||
minimum : 'Plugin muss mindestens 1 Artikel enthalten',
|
||||
link : 'Link',
|
||||
style : 'Stil',
|
||||
type : 'Art',
|
||||
size : 'Größe',
|
||||
blockLevel : 'Block Level',
|
||||
active : 'Aktiv',
|
||||
enabled : 'Aktiviert',
|
||||
text : 'Text',
|
||||
preview : 'Vorschau',
|
||||
optional : 'Fakultativ',
|
||||
badge : 'Abzeichen',
|
||||
caption : 'Bildunterschrift',
|
||||
image : 'Bild',
|
||||
delete : 'Sind Sie sicher, Sie wollen diesen Inhalt löschen?',
|
||||
items : 'Artikel',
|
||||
settings : 'Einstellungen',
|
||||
expandFirstItem : 'Erweitern Sie Erste Artikel',
|
||||
yes : 'Ja',
|
||||
no : 'Nein',
|
||||
theme : 'Thema',
|
||||
default : 'Standard',
|
||||
primary : 'primary',
|
||||
success : 'Erfolg',
|
||||
info : 'Info',
|
||||
warning : 'Warnung',
|
||||
danger : 'Dange'
|
||||
});
|
||||
Reference in New Issue
Block a user