Add JS files
This commit is contained in:
26
include/jQuery/ckeditor/plugins/image/lang/gl.js
Executable file
26
include/jQuery/ckeditor/plugins/image/lang/gl.js
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md 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.'
|
||||
} );
|
||||
Reference in New Issue
Block a user