gl.js 706 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'embedbase', 'gl', {
	pathName: 'obxecto multimedia',
	title: 'Multimedia integrado',
	button: 'Inserir un  multimedia integrado',
	unsupportedUrlGiven: 'O URL especificado non está admitido.',
	unsupportedUrl: 'O URL {url} non está admitido polo multimedia integrado.',
	fetchingFailedGiven: 'Non foi posíbel obter o contido do URL indicado.',
	fetchingFailed: 'Non foi posíbel obter o contido der {url}.',
	fetchingOne: 'Obtendo a resposta oEmbed...',
	fetchingMany: 'Obtendo as respostas oEmbed, feito {current} de {max}...'
} );