diff options
Diffstat (limited to 'plugins/templates/lang/es.js')
| -rw-r--r-- | plugins/templates/lang/es.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/templates/lang/es.js b/plugins/templates/lang/es.js new file mode 100644 index 0000000..12a97ee --- /dev/null +++ b/plugins/templates/lang/es.js @@ -0,0 +1,12 @@ +/*
+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'
+});
|
