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, 0 insertions, 26 deletions
diff --git a/plugins/image/lang/gl.js b/plugins/image/lang/gl.js
deleted file mode 100644
index ab4f4e3..0000000
--- a/plugins/image/lang/gl.js
+++ /dev/null
@@ -1,26 +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( '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.'
-});