blob: c4848d8050551d21f73da201fd10e56dd57fcf14 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2012, 2016 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
#
# Contributor(s):
OpenIDE-Module-Name=Pesquisa do Editor
# SearchBar and actions
incremental-search-invalid-regexp=Express\u00e3o regular inv\u00e1lida: ''{0}''
TOOLTIP_CloseIncrementalSearchSidebar=Fechar Barra Lateral da Pesquisa Incremental (Esc)
CTL_Find=&Localizar:
TOOLTIP_IncrementalSearchText=Pesquisar Texto (ENTER - Localizar Pr\u00f3ximo, Shift+ENTER - Localizar Anterior)
TOOLTIP_SelectAllText=Coloque uma sele\u00e7\u00e3o em volta de todas as ocorr\u00eancias no editor
TOOLTIP_ReplaceText=Substituir Texto (ENTER - Substituir, Shift+ENTER - Substituir Tudo)
CTL_FindNext=Pr\u00f3ximo
CTL_SelectAll=Selecionar
CTL_FindPrevious=Anterior
TT_MatchCase=Corresponder Mai\u00fasculas e Min\u00fasculas (Alt + C)
TT_WholeWords=Palavra inteira (Alt + O)
TT_Regexp=Express\u00e3o regular (Alt + G)
TT_Highlight=Real\u00e7ar Correspond\u00eancias (Alt + H)
TT_WrapAround=Distribuir (Alt + U)
0_matches=Nenhuma Correspond\u00eancia
1_matches=1 correspond\u00eancia
#{0} - number of matches
n_matches={0} correspond\u00eancias
#{1} - number of matches, {0} - is n-th matched item
i_n_matches={0} de {1} correspond\u00eancias
TOOLTIP_ExpandButton=Menu pop-up de pesquisa (Alt + X)
TOOLTIP_ReplaceExpandButton=Menu pop-up de substitui\u00e7\u00e3o (Alt + Z)
CTL_ReplaceNext=Substituir
CTL_Replace=Substituir por:
CTL_Replace_Find=L&ocalizar o que:
CTL_ReplaceAll=Sub&stituir Tudo
CTL_PreserveCase=Preser&var Mai\u00fasculas e Min\u00fasculas
TOOLTIP_PreserveCase=Preservar mai\u00fasculas e min\u00fasculas de acordo com o exemplo de palavra localizado. (Autom\u00f3vel -> Carro, autom\u00f3vel -> carro, AUTOM\u00d3VEL -> CARRO)
CTL_BackwardsReplace=Substituir &para Tr\u00e1s
#FindSupport related stuff
#{0} searched string - user input, {1} is position
find-found=''{0}'' localizado em {1}
#{0} searched string - user input
find-not-found=''{0}'' n\u00e3o encontrado ou demorando muito para pesquisar.
find-wrap-start=Fim do documento alcan\u00e7ado. Continuando pesquisa do in\u00edcio.
find-wrap-end=In\u00edcio do documento alcan\u00e7ado. Continuando pesquisa do final.
find-block-wrap-start=Fim da sele\u00e7\u00e3o alcan\u00e7ado. Continuando pesquisa do in\u00edcio.
find-block-wrap-end=In\u00edcio da sele\u00e7\u00e3o alcan\u00e7ado. Continuando pesquisa do final.
find-items-replaced={0} de {1} itens substitu\u00eddos
pattern-error-dialog-title=Erro de Express\u00e3o Regular
pattern-error-dialog-content=Erro de Sintaxe do Padr\u00e3o de Express\u00e3o Regular:
pattern-error-missing-escape-hint=Dica: o caractere $ deve ter escape (\\$) quando n\u00e3o seguido de um caractere num\u00e9rico em uma express\u00e3o regular.
slow-search=Demorando muito para pesquisar. Evite express\u00f5es regulares de retrocesso complexas.