da.js 484 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', 'da', {
  6. WordCount: 'Ord:',
  7. CharCount: 'Karakterer:',
  8. CharCountWithHTML: 'Karakterer (med HTML):',
  9. Paragraphs: 'Afsnit:',
  10. pasteWarning: 'Indholdet kan ikke indsættes da det er længere end den tilladte grænse.',
  11. Selected: 'Markeret: ',
  12. title: 'Statistik'
  13. });