first commit
This commit is contained in:
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/da.js
Normal file
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/da.js
Normal file
@@ -0,0 +1,34 @@
|
||||
CKEDITOR.plugins.setLang('bootstrapCollapse', 'da', {//danish
|
||||
plugin : 'Bootstrap Collapse',
|
||||
title : 'Titel',
|
||||
content : 'Indhold',
|
||||
htmlIsAllowed : 'HTML er tilladt',
|
||||
addNewItem : 'Tilføj nyt element',
|
||||
minimum : 'Plugin skal indeholde mindst 1 emne',
|
||||
link : 'Link',
|
||||
style : 'Stil',
|
||||
type : 'Type',
|
||||
size : 'Størrelse',
|
||||
blockLevel : 'Block Level',
|
||||
active : 'Aktiv',
|
||||
enabled : 'Aktiveret',
|
||||
text : 'Tekst',
|
||||
preview : 'Eksempel',
|
||||
optional : 'Valgfri',
|
||||
badge : 'Badge',
|
||||
caption : 'Caption',
|
||||
image : 'Billede',
|
||||
delete : 'Er du sikker på du vil slette denne genstand?',
|
||||
items : 'Elementer',
|
||||
settings : 'Indstillinger',
|
||||
expandFirstItem : 'Udvid Første Punkt',
|
||||
yes : 'Ja',
|
||||
no : 'Ingen',
|
||||
theme : 'Tema',
|
||||
default : 'Misligholdelse',
|
||||
primary : 'primary',
|
||||
success : 'Succes',
|
||||
info : 'Info',
|
||||
warning : 'Advarsel',
|
||||
danger : 'Dange'
|
||||
});
|
||||
Reference in New Issue
Block a user