sr-latn.js 495 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', 'sr-latn', {
  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: 'Zalepi iz Worda',
  9. toolbar: 'Zalepi iz Worda'
  10. } );