]>
Commit | Line | Data |
---|---|---|
7adcb81e IB |
1 | /*\r |
2 | Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r | |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r | |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'toolbar', 'gl', {\r | |
6 | toolbarCollapse: 'Contraer a barra de ferramentas',\r | |
7 | toolbarExpand: 'Expandir a barra de ferramentas',\r | |
8 | toolbarGroups: {\r | |
9 | document: 'Documento',\r | |
10 | clipboard: 'Portapapeis/desfacer',\r | |
11 | editing: 'Edición',\r | |
12 | forms: 'Formularios',\r | |
13 | basicstyles: 'Estilos básicos',\r | |
14 | paragraph: 'Paragrafo',\r | |
15 | links: 'Ligazóns',\r | |
16 | insert: 'Inserir',\r | |
17 | styles: 'Estilos',\r | |
18 | colors: 'Cores',\r | |
19 | tools: 'Ferramentas'\r | |
20 | },\r | |
21 | toolbars: 'Barras de ferramentas do editor'\r | |
22 | } );\r |