Files
2024-10-23 13:44:50 +02:00

34 lines
897 B
JavaScript

CKEDITOR.plugins.setLang('bootstrapCollapse', 'sv', {//Swedish
plugin : 'Bootstrap Minimera',
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?',
items : 'Objekt',
settings : 'Inställningar',
expandFirstItem : 'Expandera Första Punkt',
yes : 'Ja',
no : 'Nej',
theme : 'Tema',
default : 'Standard',
primary : 'primary',
success : 'Framgång',
info : 'Info',
warning : 'Varning',
danger : 'Fara'
});