34 lines
903 B
JavaScript
34 lines
903 B
JavaScript
CKEDITOR.plugins.setLang('bootstrapCollapse', 'nl', {//Dutch
|
|
plugin : 'Bootstrap Sluiten',
|
|
title : 'Titel',
|
|
content : 'Inhoud',
|
|
htmlIsAllowed : 'HTML is toegestaan',
|
|
addNewItem : 'Nieuw item toevoegen',
|
|
minimum : 'Plugin moet minstens 1 item bevatten',
|
|
link : 'Link',
|
|
style : 'Stijl',
|
|
type : 'Type',
|
|
size : 'Grootte',
|
|
blockLevel : 'Blok Niveau',
|
|
active : 'Actief',
|
|
enabled : 'Ingeschakeld',
|
|
text : 'Tekst',
|
|
preview : 'Voorbeeld',
|
|
optional : 'Facultatief',
|
|
badge : 'Insigne',
|
|
caption : 'Onderschrift',
|
|
image : 'Afbeelding',
|
|
delete : 'Bent u zeker dat u dit item wilt verwijderen?',
|
|
items : 'Items',
|
|
settings : 'Instellingen',
|
|
expandFirstItem : 'Expand Eerste Item',
|
|
yes : 'Ja',
|
|
no : 'Nee',
|
|
theme : 'Thema',
|
|
default : 'Standaard',
|
|
primary : 'primary',
|
|
success : 'Succes',
|
|
info : 'Info',
|
|
warning : 'Waarschuwing',
|
|
danger : 'Gevaar'
|
|
}); |