D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
shubmkcj
/
designpitara.com
/
admin
/
ckeditor
/
plugins
/
uploadwidget
/
lang
/
Filename :
pt.js
back
Copy
/** * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'uploadwidget', 'pt', { abort: 'Carregamento cancelado pelo utilizador.', doneOne: 'Ficheiro carregado com sucesso.', doneMany: 'Successfully uploaded %1 files.', // MISSING uploadOne: 'Uploading file ({percentage}%)...', // MISSING uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...' // MISSING } );