34 lines
924 B
JavaScript
34 lines
924 B
JavaScript
CKEDITOR.plugins.setLang('bootstrapCollapse', 'es', {//spanish
|
|
plugin : 'Bootstrap Collapse',
|
|
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?',
|
|
items : 'Artículos',
|
|
settings : 'Ajustes',
|
|
expandFirstItem : 'Ampliar El Primer Artículo',
|
|
yes : 'Sí',
|
|
no : 'No',
|
|
theme : 'Tema',
|
|
default : 'Defecto',
|
|
primary : 'Primario',
|
|
success : 'Éxito',
|
|
info : 'Información',
|
|
warning : 'Advertencia',
|
|
danger : 'Peligro'
|
|
}); |