pt.js
705 Bytes
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'filetools', 'pt', {
loadError: 'Ocorreu um erro ao ler o ficheiro',
networkError: 'Network error occurred during file upload.', // MISSING
httpError404: 'HTTP error occurred during file upload (404: File not found).', // MISSING
httpError403: 'HTTP error occurred during file upload (403: Forbidden).', // MISSING
httpError: 'HTTP error occurred during file upload (error status: %1).', // MISSING
noUrlError: 'Upload URL is not defined.', // MISSING
responseError: 'Incorrect server response.' // MISSING
} );