blob: 444274fa3fd9d493d0255ce15af07363372743ef (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'pastefromword', 'mk', {
confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
title: 'Paste from Word', // MISSING
toolbar: 'Paste from Word' // MISSING
} );
|