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

22 lines
634 B
JavaScript

CKEDITOR.plugins.setLang('bootstrapCarousel', 'sv', {//Swedish
plugin : 'Bootstrap Karusell',
title : 'Titel',
content : 'Innehåll',
htmlIsAllowed : 'HTML är Tillåtet',
addNewItem : 'Add New Item',
minimum : 'Plugin måste innehålla minst 1 objekt',
link : 'länk',
style : 'Stil',
type : 'Typ',
size : 'Storlek',
blockLevel : 'Block Nivå',
active : 'Aktiv',
enabled : 'Aktiverad',
text : 'Text',
preview : 'Förhandsgranska',
optional : 'Valfritt',
badge : 'Badge',
caption : 'Bildtext',
image : 'Bild',
delete : 'Är du säker på att du vill radera detta föremål?'
});