Style changes for the Use cases.
[yaffs-website] / web / libraries / templates / lang / es.js
1 /*
2 Copyright (c) 2003-2017, 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 } );