first commit
This commit is contained in:
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/es.js
Normal file
34
libraries/ckeditor/plugins/bootstrapCollapse/lang/es.js
Normal file
@@ -0,0 +1,34 @@
|
||||
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'
|
||||
});
|
||||
Reference in New Issue
Block a user