diff options
Diffstat (limited to 'plugins/forms/lang/gl.js')
| -rw-r--r-- | plugins/forms/lang/gl.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/gl.js b/plugins/forms/lang/gl.js new file mode 100644 index 0000000..d456ed0 --- /dev/null +++ b/plugins/forms/lang/gl.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'forms', 'gl', {
+ button: {
+ title: 'Propiedades do botón',
+ text: 'Texto (Valor)',
+ type: 'Tipo',
+ typeBtn: 'Botón',
+ typeSbm: 'Enviar',
+ typeRst: 'Restabelever'
+ },
+ checkboxAndRadio: {
+ checkboxTitle: 'Propiedades da caixa de selección',
+ radioTitle: 'Propiedades do botón de opción',
+ value: 'Valor',
+ selected: 'Seleccionado'
+ },
+ form: {
+ title: 'Propiedades do formulario',
+ menu: 'Propiedades do formulario',
+ action: 'Acción',
+ method: 'Método',
+ encoding: 'Codificación'
+ },
+ hidden: {
+ title: 'Propiedades do campo agochado',
+ name: 'Nome',
+ value: 'Valor'
+ },
+ select: {
+ title: 'Propiedades do campo de selección',
+ selectInfo: 'Información',
+ opAvail: 'Opcións dispoñíbeis',
+ value: 'Valor',
+ size: 'Tamaño',
+ lines: 'liñas',
+ chkMulti: 'Permitir múltiplas seleccións',
+ opText: 'Texto',
+ opValue: 'Valor',
+ btnAdd: 'Engadir',
+ btnModify: 'Modificar',
+ btnUp: 'Subir',
+ btnDown: 'Baixar',
+ btnSetValue: 'Estabelecer como valor seleccionado',
+ btnDelete: 'Eliminar'
+ },
+ textarea: {
+ title: 'Propiedades da área de texto',
+ cols: 'Columnas',
+ rows: 'Filas'
+ },
+ textfield: {
+ title: 'Propiedades do campo de texto',
+ name: 'Nome',
+ value: 'Valor',
+ charWidth: 'Largo do carácter',
+ maxChars: 'Núm. máximo de caracteres',
+ type: 'Tipo',
+ typeText: 'Texto',
+ typePass: 'Contrasinal',
+ typeEmail: 'Correo',
+ typeSearch: 'Buscar',
+ typeTel: 'Número de teléfono',
+ typeUrl: 'URL'
+ }
+});
|
