;; @package ReReplacer ;; @version 13.2.0 ;; ;; @author Peter van Westen ;; @link https://regularlabs.com ;; @copyright Copyright © 2023 Regular Labs All Rights Reserved ;; @license GNU General Public License version 2 or later ;; ;; @translate Want to help with translations? See: https://regularlabs.com/translate COM_REREPLACER="Regular Labs - ReReplacer" COM_REREPLACER_DESC="ReReplacer - procura e substituição avançada para Joomla!" COM_REREPLACER_CONFIGURATION="ReReplacer" REREPLACER="ReReplacer" RR_EXTENSION_CAN_NOT_FUNCTION="O [[%1:extension name%]] não pode funcionar." RR_REGULAR_LABS_LIBRARY_NOT_ENABLED="O plugin Regular Labs Library não está habilitado." RR_REGULAR_LABS_LIBRARY_NOT_INSTALLED="O plugin Regular Labs Library não está instalado." RR_ADMIN="Administrador" RR_AREA="Área" RR_AREA_BODY="Body (não no head)" RR_AREA_BODY_DESC="Em todo o site exceto o cabeçalho (head) do html." RR_AREA_BODY_SHORT="Body" RR_AREA_COMPONENT="Componentes" RR_AREA_COMPONENT_DESC="Ná área principal do site. Sendo assim, em todos os componentes, mas não em módulos e outros elementos fora da área principal." RR_AREA_COMPONENT_SHORT="Componentes" ; RR_AREA_CONTENT="Content (Articles & Categories)" RR_AREA_CONTENT_DESC="Somente em artigos do Gerenciador de Artigos. Sendo assim, não em artigos de fórum, por exemplo. E também, não em artigos mostrados em módulos." RR_AREA_CONTENT_NOTE="A substituição será feita somente no conteúdo, título e nome do autor do(s) artigo(s)." RR_AREA_CONTENT_SHORT="Conteúdo" RR_AREA_EVERYWHERE="Em tudo" RR_AREA_EVERYWHERE_DESC="Em todo o site, incluindo o cabeçalho (head) do html." RR_AREA_EVERYWHERE_SHORT="Em todos os lugares" ; RR_AREA_HEAD="Head (not in body)" ; RR_AREA_HEAD_DESC="Only in the head section of the html (the top part containing the title and other meta tags)." RR_AREA_HEAD_SHORT="Cabeçalho" RR_CASE="Sensível" RR_CASE_SENSITIVE="Sensível a maiúsculas/minúsculas" RR_CASE_SENSITIVE_DESC="Se selecionado, as buscas serão sensíveis a maiúsculas e minúsculas. Então 'palavra' não corresponderá a 'PALAVRA' ou 'Palavra'." ; RR_CHOOSE_FILE="Choose a valid ReReplacer export file." RR_DESCRIPTION_DESC="Atribua ao item uma breve descrição informando o que ele realmente faz. Tudo o que vier após '---' não será exibido na visualização de lista." RR_DO_NOTHING="Não fazer nada" RR_DYNAMIC_TAGS_DESC="Aqui está uma visão geral dos códigos extras e tags dinâmicas que você pode/deve usar em diferentes situações." RR_ELSE="Senão" RR_ELSE_DESC="Escolha se pretende substituir por outra coisa se nenhuma das atribuições forem correspondidas." RR_ENABLE_IN_ADMIN="Habilitar no Admin" RR_ENABLE_IN_ADMIN_ARE_YOU_SURE="Habilitado no Administrador! Se sua procura/substituição tiver erros, poderá te impedir de acessar seu administrador! Tem certeza?" RR_ENABLE_IN_ADMIN_DESC="Se habilitado, as substituições também serão feitas no Administrador.

Tenha cuidado!
Somente habilite isso se você realmente precisar.
Se a procura/substituição tiver erros, poderá te impedir de acessar seu administrador!" RR_ENABLE_IN_AREA="Habilitar na área" RR_ENABLE_IN_AREA_DESC="Selecione onde fazer as buscas." ; RR_ENABLE_IN_AREA_TEMPLATE="%1$s

%2$s
%3$s

%4$s
%5$s

%6$s
%7$s

%8$s
%9$s

%10$s
%11$s" ; RR_ENABLE_IN_AUTHOR="Enable in author" ; RR_ENABLE_IN_AUTHOR_DESC="If enabled, the replacements will also be done in the author name field." ; RR_ENABLE_IN_CATEGORY="Enable in category" ; RR_ENABLE_IN_CATEGORY_DESC="If enabled, the replacements will also be done in the description of the category" ; RR_ENABLE_IN_EDIT_FORMS="Enable in edit forms" ; RR_ENABLE_IN_EDIT_FORMS_ARE_YOU_SURE="Also replace in edit forms?
Only enable this if you really need to and you know what you are doing. Generally you do NOT want replacements to be done inside the input fields of edit forms." ; RR_ENABLE_IN_EDIT_FORMS_DESC="If enabled, the replacements will also be done in edit forms on the frontend." RR_ENABLE_IN_FEEDS="Habilitar nos feeds" RR_ENABLE_IN_FEEDS_DESC="Se habilitado, as substituições também serão feitas nos feeds do site." RR_ENABLE_IN_TAGS="Habilitar em tags (HTML)" RR_ENABLE_IN_TAGS_DESC="Se habilitado, as substituições também serão feitas dentro das tags (HTML). Você também pode fazer substituições somente dentro de tags. Isto no que se refere às tags reais <...>, não em tags de abertura e fechamento." RR_ENABLE_IN_TITLE="Habilitar no título" RR_ENABLE_IN_TITLE_DESC="Se habilitado, as substituições também serão feitas nos títulos dos artigos." RR_HELP_ON_REGULAR_EXPRESSIONS="Para ajuda com expressões regulares, veja o [[%1:start link%]]guia de referência rápida de Expressõeos Regulares[[%2:end link%]]." RR_LIMIT_TO_TAG_SELECTION="Limitar seleção de tags" RR_LIMIT_TO_TAG_SELECTION_DESC="Se habilitado, as substituições serão feitas somente dentro das tags selecionadas e dos parâmetros da tag. Caso contrário, as buscas serão feitas dentro de todas as tags." ; RR_MAX_REPLACEMENTS="Maximum Replacements" ; RR_MAX_REPLACEMENTS_DESC="Set the maximum number of replacements to do." ; RR_MESSAGE_NO_CONDITIONS="So the replacement will be done on all pages of your website." RR_NAME_DESC="Dê um nome ao item." ; RR_ONLY_AVAILABLE_IN_SEARCH_AREA="This option is only available when '[[%1:option%]]' is set to '[[%2:value%]]'." ; RR_ONLY_BETWEEN_DESC="The search will only take place between the given (html) code. This only works if both the start and end field are entered.

The search will be done between the start code and the first found end code after it.
(You cannot use regular expressions in these fields.)" RR_ONLY_BETWEEN_END="Somente entre (fim)" ; RR_ONLY_BETWEEN_EXAMPLE="Example:
If you replace - by / between a and b:
a --- a --- b --- b
will become:
a /// a /// b --- b" RR_ONLY_BETWEEN_START="Somente entre (início)" ; RR_OPTION_SELECT_CASE_SENSITIVE="- Select Case Sensitive -" ; RR_OPTION_SELECT_ENABLE_IN_ADMIN="- Select Enable in Admin -" ; RR_OPTION_SELECT_REGULAR_EXPRESSIONS="- Select Regular Expressions -" ; RR_OPTION_SELECT_SEARCH_AREA="- Select Search Area -" ; RR_PLEASE_CHOOSE_A_VALID_FILE="Please choose a valid ReReplacer export file." RR_PUBLISH_ITEMS="Publicar itens" RR_REGEX="RegEx" RR_REGULAR_EXPRESSIONS="Expressões Regulares" RR_REGULAR_EXPRESSIONS_DESC="Selecione esta opção para tratar as buscas e substituições como expressões regulares." RR_REGULAR_EXPRESSIONS_ON_DESC="As Expressões Regulares estão ativada. Verifique se o campo de procura possui sintaxe válida de expressões regulares." RR_REPLACE="Substituir" ; RR_REPLACE_ALL="Replace All" ; RR_REPLACE_LIST_DESC="The replacement is treated as a list.
Enter a comma separated list of replacements. If you want all searches to be replaced with a single replacements, you can just enter that single string." ; RR_REPLACE_PHP_DESC="Replacing with PHP is enabled.
Make sure you surround your PHP code with &lt;?php and ?&gt;." ; RR_REPLACE_REGULAR_EXPRESSIONS_DESC="Regular Expressions is enabled.
You can use the numbered back references (like: \1, \2).

Leave empty to remove the search(es)." ; RR_REPLACE_WITH_PHP="Replace with PHP" ; RR_REPLACE_WITH_PHP_DESC="Select to be able to use PHP code in the replacement. You do still need to surround your PHP code with the PHP tags." RR_REPLACE_WITH_SOMETHING_ELSE="Substituir por algo mais" RR_SEARCH="Procurar" RR_SEARCH_AREAS="Áreas de Busca" ; RR_SEARCH_LIST_DESC="The search is treated as a list.
Each comma indicates a new search string.
Keep in mind that spaces are matches too. So don't place spaces after the commas when making a list (unless you want to match words with a leading space)." ; RR_SEARCH_REGULAR_EXPRESSIONS_DESC="Regular Expressions is enabled.
Make sure the search field has valid regular expressions syntax.
You can use all regular expression syntaxes known by php." RR_SHOW_SEARCH_AND_REPLACE_FIELDS="Mostrar campos de procura e substituição" RR_SHOW_SEARCH_AND_REPLACE_FIELDS_DESC="Selecione de deseja mostrar os campos de procura e substituição na lista por padrão." ; RR_STRIP_SURROUNDING_P_TAGS="Strip Wrapping Paragraphs" ; RR_STRIP_SURROUNDING_P_TAGS_DESC="Select to always remove paragraph tags directly wrapping the search string." RR_TAG_SELECTION="Seleção de Tags" RR_TAG_SELECTION_DESC="Uma lista de tags permitidas e parâmetros para as buscas nelas. Isto no que se refere a tags reais <...> e não o que está entre uma tag de abertura e fechamento.
Use um asterisco para permitir todas as tags/parâmetros. A sintaxe desta lista é assim:

nome_da_tag_1[parametro_1, parametro_2] nome_da_tag_2[parametro_1, nome_da_tag_2]

Exemplo: (permitir busca nos valores de todas as tags 'alt'e 'title', permitir busca em todas a tag 'a'):

*[alt,title] a[*]" RR_THE_ITEM="O item" RR_THE_ITEM_MUST_HAVE_A_NAME="O item deve ter um nome." RR_THE_ITEM_MUST_HAVE_AN_XML_FILE="O item deve ter um arquivo xml." RR_THE_ITEM_MUST_HAVE_SOMETHING_TO_SEARCH_FOR="O item deve er algo para procurar." RR_THE_SEARCH_BETWEEN_STRINGS_SHOULD_BE_LONGER="Os valores dos campos 'Procurar somente entre' devem ter mais de %s caracteres." RR_THOROUGH="Minuciosa" RR_THOROUGH_DESC="Se selecionada, a busca também substituirá novas correspondências criadas por substituição.

Não use isto se a substituição sempre cria uma nova correspondência. Se você fizer de qualquer modo, ReReplacer fará somente as substituições que correspondam a 100 vezes e, em seguida, passará ao próximo nível." RR_TREAT_AS_LIST="Tratar como Lista" RR_TREAT_AS_LIST_DESC="Se selecionado, as seqüências de pesquisa e substituição serão tratadas como listas. Use vírgulas para separar os diferentes itens da lista. Você deve usar [[comma]] para combinar com vírgulas reais.

Se não for selecionado, vírgulas serão interpretadas como vírgulas normais e a pesquisa e substituição das sequências não serão tratadas como lista." RR_USE_FOR_LEADING_OR_TRAILING_SPACES="Use para espaços à direita e à esquerda (caso contrário eles serão removidos)." RR_USE_IN_NORMAL="Use em buscas normais (sem expressões regulages)" RR_USE_IN_REGEX="Use em buscas com Expressões Regulares" RR_USE_IN_REPLACE="Use no campo de Substituição" RR_USE_IN_SEARCH="Use no campo de Busca" ; RR_USE_INSTEAD_OF_A_COMMA="Use instead of a comma when '%s' is selected. Use normal commas to create lists." RR_USE_S_MODIFIER="Use o modificador 'nova linha'" ; RR_USE_S_MODIFIER_DESC="When this modifier is used, a dot meta character (.) in the pattern matches all characters including newlines. Without it, newlines are excluded." ; RR_USE_XML_FILE="Use XML File" RR_USE_XML_FILE_DESC="Selecione esta opção para usar um arquivo xml em vez dos campos de procura/substituição. Com um arquivo xml você pode definir múltiplas buscas em um único arquivo." ; RR_USES_XML_FILE="Uses XML File" RR_USING_AN_XML_FILE="Usando um arquivo XML" RR_USING_AN_XML_FILE_DESC="Com um arquivo xml você pode definir múltiplas buscas dentro de um arquivo.

As outras configurações aqui serão utilizadas para todas as substituições do arquivo xml. Mas você também pode ignorá-las por item no arquivo xml.

Você encontrará um arquivo xml de exemplo na pasta component no admin do ReReplacer." RR_WORD_SEARCH="Buscar de Palavra" RR_WORD_SEARCH_DESC="Lidar apenas com palavras inteiras. Considera-se uma palavra inteira se não for precedido ou seguido por uma letra.

Sendo assim, 'cat' não é encontrada em 'cats' ou 'category', mas é encontrada em 'cat2' e 'cat-flap'." RR_XML_FILE="Arquivo XML (a partir da raiz)" RR_XML_FILE_DESC="O caminho do arquivo XML relativo à raiz do site."