it.js 543 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. @author translation: Davide Montorio
  5. */
  6. CKEDITOR.plugins.setLang('wordcount', 'it', {
  7. WordCount: 'Parole:',
  8. CharCount: 'Caratteri:',
  9. CharCountWithHTML: 'Caratteri (HTML incluso):',
  10. Paragraphs: 'Paragrafi:',
  11. pasteWarning: 'Il contenuto non può essere incollato poiché supera il limite massimo di caratteri disponibili',
  12. Selected: 'Selezionato: ',
  13. title: 'Statistiche'
  14. });