es.js 357 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', 'es', {
  6. WordCount: 'Palabras:',
  7. CharCount: 'Caràcteres:',
  8. CharCountWithHTML: 'Caràcteres (con HTML):',
  9. limit: 'Límite:',
  10. title: 'Estadísticas'
  11. });