22 lines
646 B
JavaScript
22 lines
646 B
JavaScript
CKEDITOR.plugins.setLang('bootstrapCarousel', 'is', {//Icelandic
|
|
plugin : 'ræsi Carousel',
|
|
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?'
|
|
}); |