hu.js 488 B

12345678910111213
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang('wordcount', 'hu', {
  6. WordCount: 'Szavak:',
  7. CharCount: 'Karakaterek:',
  8. CharCountWithHTML: 'Karakterek (HTML tagekkel):',
  9. Paragraphs: 'Bekezdések:',
  10. pasteWarning: 'A szöveget nem lehet beilleszteni, mert a megadott limit felett van',
  11. Selected: 'Kiválasztva: ',
  12. title: 'Statisztika'
  13. });