it.js 386 B

123456789101112
  1. /*
  2. Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. @author translation: Davide Montorio
  5. */
  6. CKEDITOR.plugins.setLang('wordcount', 'it', {
  7. WordCount: 'Parole:',
  8. CharCount: 'Caratteri:',
  9. CharCountWithHTML: 'Caratteri (HTML incluso):',
  10. limit: 'Limite:',
  11. title: 'Statistiche'
  12. });