hu.js 495 B

123456789101112
  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( 'about', 'hu', {
  6. copy: 'Copyright © $1. Minden jog fenntartva.',
  7. dlgTitle: 'CKEditor névjegy',
  8. help: 'Itt találsz segítséget: $1',
  9. moreInfo: 'Licenszelési információkért kérjük látogassa meg weboldalunkat:',
  10. title: 'CKEditor névjegy',
  11. userGuide: 'CKEditor Felhasználói útmutató'
  12. } );