es.js 514 B

123456789101112
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. CKEDITOR.plugins.setLang( 'templates', 'es', {
  6. button: 'Plantillas',
  7. emptyListMsg: '(No hay plantillas definidas)',
  8. insertOption: 'Reemplazar el contenido actual',
  9. options: 'Opciones de plantillas',
  10. selectPromptMsg: 'Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):',
  11. title: 'Contenido de Plantillas'
  12. } );