mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
19 lines
611 B
JavaScript
Executable File
19 lines
611 B
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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'
|
|
});
|