Files
2024-12-10 23:24:15 +01:00

22 lines
638 B
JavaScript

CKEDITOR.plugins.setLang('bootstrapTab', 'es', {//spanish
plugin : 'Bootstrap Tab',
title : 'Título',
content : 'Eontenido',
htmlIsAllowed : 'HTML Es Permitido',
addNewItem : 'Agregar Nuevo Elemento',
minimum : 'Plugin debe contener al menos 1 artículo',
link : 'Enlace',
style : 'Estilo',
type : 'Tipo',
size : 'Tamaño',
blockLevel : 'Nivel De Bloque',
active : 'Activo',
enabled : 'Activado',
text : 'Texto',
preview : 'Preestreno',
optional : 'Opcional',
badge : 'Divisa',
caption : 'Subtítulo',
image : 'Imagen',
delete : '¿Seguro que quieres borrar este artículo?'
});