es.js 510 B

12345678910111213
  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. Paragraphs: 'Párrafos:',
  10. pasteWarning: 'El contenido no se puede pegar, ya que se encuentra fuera del límite permitido',
  11. Selected: 'Seleccionado: ',
  12. title: 'Estadísticas'
  13. });