nl.js 486 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', 'nl', {
  6. WordCount: 'Woorden:',
  7. CharCount: 'Tekens:',
  8. CharCountWithHTML: 'Tekens (inclusief HTML):',
  9. Paragraphs: 'Paragraven:',
  10. pasteWarning: 'De tekst kan niet worden geplakt omdat de limiet is overschreden',
  11. Selected: 'Selected: ',
  12. title: 'Statistieken'
  13. });