hu.js 486 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', 'hu', {
  6. confirmCleanup: 'Úgy tűnik a beillesztett szöveget Word-ből másolt át. Meg szeretné tisztítani a szöveget? (ajánlott)',
  7. error: 'Egy belső hiba miatt nem sikerült megtisztítani a szöveget',
  8. title: 'Beillesztés Word-ből',
  9. toolbar: 'Beillesztés Word-ből'
  10. } );