]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - sources/plugins/liststyle/lang/gl.js
Validation initiale
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / liststyle / lang / gl.js
CommitLineData
c63493c8
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', 'gl', {\r
6 armenian: 'Numeración armenia',\r
7 bulletedTitle: 'Propiedades da lista viñeteada',\r
8 circle: 'Circulo',\r
9 decimal: 'Decimal (1, 2, 3, etc.)',\r
10 decimalLeadingZero: 'Decimal con cero á esquerda (01, 02, 03, etc.)',\r
11 disc: 'Disc',\r
12 georgian: 'Numeración xeorxiana (an, ban, gan, etc.)',\r
13 lowerAlpha: 'Alfabeto en minúsculas (a, b, c, d, e, etc.)',\r
14 lowerGreek: 'Grego en minúsculas (alpha, beta, gamma, etc.)',\r
15 lowerRoman: 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)',\r
16 none: 'Ningún',\r
17 notset: '<sen estabelecer>',\r
18 numberedTitle: 'Propiedades da lista numerada',\r
19 square: 'Cadrado',\r
20 start: 'Inicio',\r
21 type: 'Tipo',\r
22 upperAlpha: 'Alfabeto en maiúsculas (A, B, C, D, E, etc.)',\r
23 upperRoman: 'Números romanos en maiúsculas (I, II, III, IV, V, etc.)',\r
24 validateStartNumber: 'O número de inicio da lista debe ser un número enteiro.'\r
25} );\r