summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/gl.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/gl.js')
-rw-r--r--plugins/toolbar/lang/gl.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/gl.js b/plugins/toolbar/lang/gl.js
new file mode 100644
index 0000000..72a65e1
--- /dev/null
+++ b/plugins/toolbar/lang/gl.js
@@ -0,0 +1,22 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'toolbar', 'gl', {
+ toolbarCollapse: 'Contraer a barra de ferramentas',
+ toolbarExpand: 'Expandir a barra de ferramentas',
+ toolbarGroups: {
+ document: 'Documento',
+ clipboard: 'Portapapeis/desfacer',
+ editing: 'Edición',
+ forms: 'Formularios',
+ basicstyles: 'Estilos básicos',
+ paragraph: 'Paragrafo',
+ links: 'Ligazóns',
+ insert: 'Inserir',
+ styles: 'Estilos',
+ colors: 'Cores',
+ tools: 'Ferramentas'
+ },
+ toolbars: 'Barras de ferramentas do editor'
+});