Files
firstgarden-web-gnu/plugin/editor/ckeditor4/plugins/uploadwidget/lang/pt-br.js
2021-06-25 11:26:13 +00:00

13 lines
503 B
JavaScript

/**
* @license 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( 'uploadwidget', 'pt-br', {
abort: 'Envio cancelado pelo usuário.',
doneOne: 'Arquivo enviado com sucesso.',
doneMany: 'Enviados %1 arquivos com sucesso.',
uploadOne: 'Enviando arquivo({percentage}%)...',
uploadMany: 'Enviando arquivos, {current} de {max} completos ({percentage}%)...'
} );