aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/pt.js
blob: 19901df55d6644b78e90d6460bb8571d95ef9c1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'find', 'pt', {
	find: 'Procurar',
	findOptions: 'Find Options',
	findWhat: 'Texto a procurar:',
	matchCase: 'Maiúsculas/Minúsculas',
	matchCyclic: 'Match cyclic',
	matchWord: 'Coincidir com toda a palavra',
	notFoundMsg: 'O texto especificado não foi encontrado.',
	replace: 'Substituir',
	replaceAll: 'Substituir Tudo',
	replaceSuccessMsg: '%1 occurrence(s) replaced.',
	replaceWith: 'Substituir por:',
	title: 'Find and Replace'
} );