2021-04-28 20:10:26 +02:00

13 lines
552 B
JavaScript
Executable File

/**
* @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', 'ug', {
abort: 'يۈكلەشنى ئىشلەتكۈچى ئۈزۈۋەتتى.',
doneOne: 'File successfully uploaded.', // MISSING
doneMany: 'Successfully uploaded %1 files.', // MISSING
uploadOne: 'Uploading file ({percentage}%)...', // MISSING
uploadMany: 'Uploading files, {current} of {max} done ({percentage}%)...' // MISSING
} );