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