]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/liststyle/lang/es-mx.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / liststyle / lang / es-mx.js
CommitLineData
317f8f8f
IB
1/*\r
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'es-mx', {\r
6 armenian: 'Numeración armenia',\r
7 bulletedTitle: 'Propiedades de la lista con viñetas',\r
8 circle: 'Círculo',\r
9 decimal: 'Decimal (1, 2, 3, etc.)',\r
10 decimalLeadingZero: 'Decimal con cero (01, 02, 03, etc.)',\r
11 disc: 'Desc',\r
12 georgian: 'Numeración gregoriana (an, ban, gan, etc.)',\r
13 lowerAlpha: 'Alfabeto minúscula (a, b, c, d, e, etc.)',\r
14 lowerGreek: 'Griego minúscula (alpha, beta, gamma, etc.)',\r
15 lowerRoman: 'Romano minúscula (i, ii, iii, iv, v, etc.)',\r
16 none: 'Ninguno',\r
17 notset: '<not set>',\r
18 numberedTitle: 'Propiedades de la lista numerada',\r
19 square: 'Cuadrado',\r
20 start: 'Inicio',\r
21 type: 'Tipo',\r
22 upperAlpha: 'Abecedario mayúscula (A, B, C, D, E, etc.)',\r
23 upperRoman: 'Romanos mayúscula (I, II, III, IV, V, etc.)',\r
24 validateStartNumber: 'El número de inicio de la lista debe ser un número entero.'\r
25} );\r