summaryrefslogtreecommitdiff
path: root/plugins/toolbar/lang/pt-br.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolbar/lang/pt-br.js')
-rw-r--r--plugins/toolbar/lang/pt-br.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/toolbar/lang/pt-br.js b/plugins/toolbar/lang/pt-br.js
new file mode 100644
index 0000000..424e637
--- /dev/null
+++ b/plugins/toolbar/lang/pt-br.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', 'pt-br', {
+ toolbarCollapse: 'Diminuir Barra de Ferramentas',
+ toolbarExpand: 'Aumentar Barra de Ferramentas',
+ toolbarGroups: {
+ document: 'Documento',
+ clipboard: 'Clipboard/Desfazer',
+ editing: 'Edição',
+ forms: 'Formulários',
+ basicstyles: 'Estilos Básicos',
+ paragraph: 'Paragrafo',
+ links: 'Links',
+ insert: 'Inserir',
+ styles: 'Estilos',
+ colors: 'Cores',
+ tools: 'Ferramentas'
+ },
+ toolbars: 'Barra de Ferramentas do Editor'
+});