de.js 344 B

1234567891011
  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', 'de', {
  6. WordCount: 'Wörter:',
  7. CharCount: 'Zeichen:',
  8. CharCountWithHTML: 'Zeichen (inkl. HTML):',
  9. limit: 'Limit:',
  10. title: 'Statistik'
  11. });