You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
719 B
JavaScript
22 lines
719 B
JavaScript
/*
|
|
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'image2', 'gl', {
|
|
alt: 'Texto alternativo',
|
|
btnUpload: 'Enviar ao servidor',
|
|
captioned: 'Imaxe con lenda',
|
|
captionPlaceholder: 'Lenda',
|
|
infoTab: 'Información da imaxe',
|
|
lockRatio: 'Proporcional',
|
|
menu: 'Propiedades da imaxe',
|
|
pathName: 'Imaxe',
|
|
pathNameCaption: 'lenda',
|
|
resetSize: 'Tamaño orixinal',
|
|
resizer: 'Prema e arrastre para axustar o tamaño',
|
|
title: 'Propiedades da imaxe',
|
|
uploadTab: 'Cargar',
|
|
urlMissing: 'Non se atopa o URL da imaxe.',
|
|
altMissing: 'Non foi posíbel atopar o texto alternativo.'
|
|
} );
|