Files
2024-11-10 11:11:35 +01:00

22 lines
636 B
JavaScript

CKEDITOR.plugins.setLang('bootstrapTab', 'is', {//Icelandic
plugin : 'ræsi Tab',
title : 'Title',
content : 'Content',
htmlIsAllowed : 'HTML er Leyft',
addNewItem : 'Bæta Við Nýjum Lið',
minimum : 'Plugin verður að innihalda að minnsta kosti 1 atriði',
link : 'Link',
style : 'Style',
type : 'Gerð',
size : 'Size',
blockLevel : 'Block Level',
active : 'Active',
enabled : 'Virkt',
text : 'Texti',
preview : 'Preview',
optional : 'Valfrjálst',
badge : 'Badge',
caption : 'Caption',
image : 'Mynd',
delete : 'Ert þú viss um að þú viljir eyða þessu atriði?'
});