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, 0 insertions, 22 deletions
diff --git a/plugins/toolbar/lang/gl.js b/plugins/toolbar/lang/gl.js
deleted file mode 100644
index 72a65e1..0000000
--- a/plugins/toolbar/lang/gl.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
-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'
-});