diff options
Diffstat (limited to 'plugins/div/lang/gl.js')
| -rw-r--r-- | plugins/div/lang/gl.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/div/lang/gl.js b/plugins/div/lang/gl.js new file mode 100644 index 0000000..460a8c1 --- /dev/null +++ b/plugins/div/lang/gl.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', 'gl', {
+ IdInputLabel: 'ID',
+ advisoryTitleInputLabel: 'Título',
+ cssClassInputLabel: 'Clases da folla de estilos',
+ edit: 'Editar Div',
+ inlineStyleInputLabel: 'Estilo de liña',
+ langDirLTRLabel: 'Esquerda a dereita (LTR)',
+ langDirLabel: 'Dirección de escritura do idioma',
+ langDirRTLLabel: 'Dereita a esquerda (RTL)',
+ languageCodeInputLabel: 'Código do idioma',
+ remove: 'Retirar Div',
+ styleSelectLabel: 'Estilo',
+ title: 'Crear un contedor Div',
+ toolbar: 'Crear un contedor Div'
+});
|
