Files
cmsPRO/libraries/ckeditor/plugins/bootstrapCollapse/lang/ca.js
2026-02-22 21:59:33 +01:00

34 lines
895 B
JavaScript

CKEDITOR.plugins.setLang('bootstrapCollapse', 'ca', {//catalan
plugin : 'Bootstrap Collapse',
title : 'Títol',
content : 'Contingut',
htmlIsAllowed : 'HTML és Permès',
addNewItem : 'Afegir Nou Element',
minimum : 'Plugin ha de contenir almenys 1 membre',
link : 'Enllaç',
style : 'Estil',
type : 'Tipus',
size : 'Mida',
blockLevel : 'Nivell De Bloc',
active : 'Actiu',
enabled : 'Activat',
text : 'Text',
preview : 'Preestrena',
optional : 'Opcional',
badge : 'Divisa',
caption : 'Subtítol',
image : 'Imatge',
delete : 'Segur que vols esborrar aquest article?',
items : 'Articles',
settings : 'Ajustos',
expandFirstItem : 'Ampliar El Primer Article',
yes : 'Si',
no : 'No',
theme : 'Tema',
default : 'Defecte',
primary : 'primary',
success : 'Èxit',
info : 'Informació',
warning : 'Advertència',
danger : 'Dange'
});