summaryrefslogtreecommitdiff
path: root/plugins/templates/lang/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/templates/lang/es.js')
-rw-r--r--plugins/templates/lang/es.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/templates/lang/es.js b/plugins/templates/lang/es.js
deleted file mode 100644
index 12a97ee..0000000
--- a/plugins/templates/lang/es.js
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html 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'
-});