22 lines
618 B
JavaScript
22 lines
618 B
JavaScript
CKEDITOR.plugins.setLang('bootstrapTab', 'ca', {//catalan
|
|
plugin : 'Bootstrap Tab',
|
|
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?'
|
|
}); |