aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/about/lang/pt.js
blob: 7f78e0b96ac837f0547356df3eef26489074f837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'about', 'pt', {
	copy: 'Direitos de Autor © $1. Todos os direitos reservados.',
	dlgTitle: 'Sobre o CKEditor',
	help: 'Doar $1 para ajudar.',
	moreInfo: 'Para informação sobre licenciamento visite o nosso sítio web:',
	title: 'Sobre o CKEditor',
	userGuide: 'CKEditor - Guia do Utilizador'
} );