Skip to content

Commit

Permalink
Docs: File Tools plugin corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaTomanek committed Jun 15, 2015
1 parent 54b5e5e commit c097f48
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 122 deletions.
10 changes: 5 additions & 5 deletions plugins/filetools/lang/en.js
Expand Up @@ -3,11 +3,11 @@
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'filetools', 'en', {
loadError: 'Error occurred during file reading.',
networkError: 'Network error occurred during file uploading.',
httpError404: 'HTTP error occurred during file uploading (404: file not found).',
httpError403: 'HTTP error occurred during file uploading (403: Forbidden).',
httpError: 'HTTP error occurred during file uploading (error status: %1).',
loadError: 'Error occurred during file read.',
networkError: 'Network error occurred during file upload.',
httpError404: 'HTTP error occurred during file upload (404: File not found).',
httpError403: 'HTTP error occurred during file upload (403: Forbidden).',
httpError: 'HTTP error occurred during file upload (error status: %1).',
noUrlError: 'Upload URL is not defined.',
responseError: 'Incorrect server response.'
} );

0 comments on commit c097f48

Please sign in to comment.