summaryrefslogtreecommitdiff
path: root/plugins/liststyle/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/liststyle/lang/gl.js')
-rw-r--r--plugins/liststyle/lang/gl.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/liststyle/lang/gl.js b/plugins/liststyle/lang/gl.js
new file mode 100644
index 0000000..1afe1a9
--- /dev/null
+++ b/plugins/liststyle/lang/gl.js
@@ -0,0 +1,25 @@
+/*
+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.'
+});