]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/plugins/div/lang/es-mx.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / div / lang / es-mx.js
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'div', 'es-mx', {
6 IdInputLabel: 'Id',
7 advisoryTitleInputLabel: 'Título del anuncio',
8 cssClassInputLabel: 'Clases de la hoja de estilos',
9 edit: 'Editar Div',
10 inlineStyleInputLabel: 'Estilo de línea',
11 langDirLTRLabel: 'Izquierda a Derecha (LTR)',
12 langDirLabel: 'Dirección de idiomas',
13 langDirRTLLabel: 'Derecha a Izquierda (RTL)',
14 languageCodeInputLabel: 'Código del idioma',
15 remove: 'Remover Div',
16 styleSelectLabel: 'Estilo',
17 title: 'Crear contenedor Div',
18 toolbar: 'Crear contenedor Div'
19 } );