/** * @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', 'sk', { abort: 'Nahrávanie zrušené používateľom.', doneOne: 'Súbor úspešne nahraný.', doneMany: 'Úspešne nahraných %1 súborov.', uploadOne: 'Nahrávanie súboru ({percentage}%)...', uploadMany: 'Nahrávanie súborov, {current} z {max} hotovo ({percentage}%)...' } );