aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/div/lang/es-mx.js
blob: f3ef63028e80d4ea8b849e20a5bfabe948fe60a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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-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'
} );