diff options
Diffstat (limited to 'plugins/div/lang/es.js')
| -rw-r--r-- | plugins/div/lang/es.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/es.js b/plugins/div/lang/es.js new file mode 100644 index 0000000..15f5d7d --- /dev/null +++ b/plugins/div/lang/es.js @@ -0,0 +1,19 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'div', 'es', {
+ IdInputLabel: 'Id',
+ advisoryTitleInputLabel: 'Título',
+ cssClassInputLabel: 'Clase de hoja de estilos',
+ edit: 'Editar Div',
+ inlineStyleInputLabel: 'Estilo',
+ langDirLTRLabel: 'Izquierda a Derecha (LTR)',
+ langDirLabel: 'Orientación',
+ langDirRTLLabel: 'Derecha a Izquierda (RTL)',
+ languageCodeInputLabel: ' Codigo de idioma',
+ remove: 'Quitar Div',
+ styleSelectLabel: 'Estilo',
+ title: 'Crear contenedor DIV',
+ toolbar: 'Crear contenedor DIV'
+});
|
