LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/image/lang/gl.js

26 lines
985 B
JavaScript

/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'image', 'gl', {
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.'
} );