blob: f3ef63028e80d4ea8b849e20a5bfabe948fe60a2 (
plain) (
tree)
|
|
/*
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-mx', {
IdInputLabel: 'Id',
advisoryTitleInputLabel: 'Título del anuncio',
cssClassInputLabel: 'Clases de la hoja de estilos',
edit: 'Editar Div',
inlineStyleInputLabel: 'Estilo de línea',
langDirLTRLabel: 'Izquierda a Derecha (LTR)',
langDirLabel: 'Dirección de idiomas',
langDirRTLLabel: 'Derecha a Izquierda (RTL)',
languageCodeInputLabel: 'Código del idioma',
remove: 'Remover Div',
styleSelectLabel: 'Estilo',
title: 'Crear contenedor Div',
toolbar: 'Crear contenedor Div'
} );
|