summaryrefslogtreecommitdiff
path: root/plugins/image/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/image/lang/gl.js')
-rw-r--r--plugins/image/lang/gl.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/image/lang/gl.js b/plugins/image/lang/gl.js
new file mode 100644
index 0000000..ab4f4e3
--- /dev/null
+++ b/plugins/image/lang/gl.js
@@ -0,0 +1,26 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'image', 'gl', {
+ alertUrl: 'Escriba o URL da imaxe',
+ alt: 'Texto alternativo',
+ border: 'Bordo',
+ btnUpload: 'Enviar ao servidor',
+ button2Img: 'Quere converter o botón da imaxe seleccionada nunha imaxe sinxela?',
+ hSpace: 'Esp.Horiz.',
+ img2Button: 'Quere converter a imaxe seleccionada nun botón de imaxe?',
+ infoTab: 'Información da imaxe',
+ linkTab: 'Ligazón',
+ lockRatio: 'Proporcional',
+ menu: 'Propiedades da imaxe',
+ resetSize: 'Tamaño orixinal',
+ title: 'Propiedades da imaxe',
+ titleButton: 'Propiedades do botón de imaxe',
+ upload: 'Cargar',
+ urlMissing: 'Non se atopa o URL da imaxe.',
+ vSpace: 'Esp.Vert.',
+ validateBorder: 'O bordo debe ser un número.',
+ validateHSpace: 'O espazado horizontal debe ser un número.',
+ validateVSpace: 'O espazado vertical debe ser un número.'
+});