mk.js 512 B

12345678910
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'pastefromword', 'mk', {
  6. confirmCleanup: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
  7. error: 'It was not possible to clean up the pasted data due to an internal error', // MISSING
  8. title: 'Paste from Word', // MISSING
  9. toolbar: 'Paste from Word' // MISSING
  10. } );