mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-19 13:10:58 +01:00
13 lines
502 B
JavaScript
13 lines
502 B
JavaScript
|
/**
|
||
|
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||
|
* For licensing, see LICENSE.md or http://ckeditor.com/license
|
||
|
*/
|
||
|
|
||
|
CKEDITOR.plugins.setLang( 'uploadwidget', 'gl', {
|
||
|
abort: 'Envío interrompido polo usuario.',
|
||
|
doneOne: 'Ficheiro enviado satisfactoriamente.',
|
||
|
doneMany: '%1 ficheiros enviados satisfactoriamente.',
|
||
|
uploadOne: 'Enviando o ficheiro ({percentage}%)...',
|
||
|
uploadMany: 'Enviando ficheiros, {current} de {max} feito o ({percentage}%)...'
|
||
|
} );
|