it.js 522 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: 'Paragraphs:',
  11. pasteWarning: 'Content can not be pasted because it is above the allowed limit',
  12. Selected: 'Selected: ',
  13. title: 'Statistiche'
  14. });