sk.js 441 B

1234567891011121314
  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', 'sk', {
  6. WordCount: 'Slov:',
  7. CharCount: 'Znakov:',
  8. CharCountWithHTML: 'Znakov (vrátane HTML):',
  9. Paragraphs: 'Odstavcov:',
  10. pasteWarning: 'Obsah sa nedá prilepiť.',
  11. Selected: 'Výber: ',
  12. title: 'Štatistika'
  13. });