X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fdiv%2Flang%2Fes.js;fp=sources%2Fplugins%2Fdiv%2Flang%2Fes.js;h=4e0689da69ed381f5b04c1ae2a5bee77c1332572;hp=0000000000000000000000000000000000000000;hb=eaa9271590ab73b6eef3fa88bc74a9553eefd857;hpb=cd64262b335d84c1dc18cd1b986712cf7befdefb diff --git a/sources/plugins/div/lang/es.js b/sources/plugins/div/lang/es.js new file mode 100644 index 0000000..4e0689d --- /dev/null +++ b/sources/plugins/div/lang/es.js @@ -0,0 +1,19 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'div', 'es', { + IdInputLabel: 'Id', + advisoryTitleInputLabel: 'Título', + cssClassInputLabel: 'Clase de hoja de estilos', + edit: 'Editar Div', + inlineStyleInputLabel: 'Estilo', + langDirLTRLabel: 'Izquierda a Derecha (LTR)', + langDirLabel: 'Orientación', + langDirRTLLabel: 'Derecha a Izquierda (RTL)', + languageCodeInputLabel: ' Codigo de idioma', + remove: 'Quitar Div', + styleSelectLabel: 'Estilo', + title: 'Crear contenedor DIV', + toolbar: 'Crear contenedor DIV' +} );