blob: 555bfef3fdadf9278a62013d2cc7b2d0e1aceef1 (
plain) (
tree)
|
|
/*
Copyright (c) 2003-2016, 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'
} );
|