diff options
Diffstat (limited to 'plugins/liststyle/lang/gl.js')
| -rw-r--r-- | plugins/liststyle/lang/gl.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/liststyle/lang/gl.js b/plugins/liststyle/lang/gl.js deleted file mode 100644 index 1afe1a9..0000000 --- a/plugins/liststyle/lang/gl.js +++ /dev/null @@ -1,25 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'liststyle', 'gl', {
- armenian: 'Numeración armenia',
- bulletedTitle: 'Propiedades da lista viñeteada',
- circle: 'Circulo',
- decimal: 'Decimal (1, 2, 3, etc.)',
- decimalLeadingZero: 'Decimal con cero á esquerda (01, 02, 03, etc.)',
- disc: 'Disc',
- georgian: 'Numeración xeorxiana (an, ban, gan, etc.)',
- lowerAlpha: 'Alfabeto en minúsculas (a, b, c, d, e, etc.)',
- lowerGreek: 'Grego en minúsculas (alpha, beta, gamma, etc.)',
- lowerRoman: 'Números romanos en minúsculas (i, ii, iii, iv, v, etc.)',
- none: 'Ningún',
- notset: '<sen estabelecer>',
- numberedTitle: 'Propiedades da lista numerada',
- square: 'Cadrado',
- start: 'Inicio',
- type: 'Tipo',
- upperAlpha: 'Alfabeto en maiúsculas (A, B, C, D, E, etc.)',
- upperRoman: 'Números romanos en maiúsculas (I, II, III, IV, V, etc.)',
- validateStartNumber: 'O número de inicio da lista debe ser un número enteiro.'
-});
|
