diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-pt-BR/suite/chrome/common/helpviewer | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-pt-BR/suite/chrome/common/helpviewer')
4 files changed, 140 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/helpviewer/help.dtd b/l10n-pt-BR/suite/chrome/common/helpviewer/help.dtd new file mode 100644 index 0000000000..515ce40c64 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/helpviewer/help.dtd @@ -0,0 +1,56 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY printCmd.commandkey "p"> + +<!ENTITY findOnCmd.commandkey "F"> +<!ENTITY findAgainCmd.commandkey "G"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> + +<!ENTITY backButton.label "Voltar"> +<!ENTITY backButton.accesskey "B"> +<!ENTITY backButton.tooltip "Voltar uma página"> +<!ENTITY forwardButton.label "Avançar"> +<!ENTITY forwardButton.accesskey "F"> +<!ENTITY forwardButton.tooltip "Avançar uma página"> +<!ENTITY copyCmd.label "Copiar"> +<!ENTITY copyCmd.accesskey "C"> +<!ENTITY selectAllCmd.label "Selecionar Todos"> +<!ENTITY selectAllCmd.accesskey "A"> +<!ENTITY goBackCmd.commandkey "["> +<!ENTITY goForwardCmd.commandkey "]"> +<!ENTITY homeButton.label "Página inicial"> +<!ENTITY homeButton.tooltip "Ir para Página Inicial de Ajuda"> +<!ENTITY printButton.label "Imprimir"> +<!ENTITY printButton.tooltip "Imprimir esta página"> +<!ENTITY closeWindow.commandkey "W"> + +<!ENTITY search.emptytext "Pesquisar"> +<!ENTITY searchHeader.label "Pesquisar resultados"> +<!ENTITY toctab.label "Conteúdo"> +<!ENTITY toctab.accesskey "C"> + +<!-- LOCALIZATION NOTE : +fullZoomEnlargeCmd.commandkey3, fullZoomReduceCmd.commandkey2 and +fullZoomResetCmd.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY fullZoomReduceCmd.commandkey "-"> +<!ENTITY fullZoomReduceCmd.commandkey2 ""> +<!ENTITY fullZoomEnlargeCmd.commandkey "+"> +<!ENTITY fullZoomEnlargeCmd.commandkey2 "="> <!-- + is above this key on many keyboards --> +<!ENTITY fullZoomEnlargeCmd.commandkey3 ""> +<!ENTITY fullZoomResetCmd.commandkey "0"> +<!ENTITY fullZoomResetCmd.commandkey2 ""> + +<!ENTITY helpSearch.commandkey "k"> + +<!ENTITY zLevel.label "Sempre no Topo"> +<!ENTITY zLevel.accesskey "T"> + +<!ENTITY fullZoomReduceBtn.label "Diminuir"> +<!ENTITY fullZoomReduceBtn.accesskey "O"> +<!ENTITY fullZoomEnlargeBtn.label "Aumentar"> +<!ENTITY fullZoomEnlargeBtn.accesskey "I"> diff --git a/l10n-pt-BR/suite/chrome/common/helpviewer/help.properties b/l10n-pt-BR/suite/chrome/common/helpviewer/help.properties new file mode 100644 index 0000000000..56dc5dcd73 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/helpviewer/help.properties @@ -0,0 +1,5 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +emptySearchText=Nenhum item de pesquisa encontrado. diff --git a/l10n-pt-BR/suite/chrome/common/helpviewer/help/help-toc.rdf b/l10n-pt-BR/suite/chrome/common/helpviewer/help/help-toc.rdf new file mode 100644 index 0000000000..4d10ef77a3 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/helpviewer/help/help-toc.rdf @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:nc="http://home.netscape.com/NC-rdf#"> + + <rdf:Description about="urn:root"> + <nc:subheadings> + <rdf:Seq> + <rdf:li> <rdf:Description ID="use-help" nc:name="Utilizando a Janela de Ajuda" + nc:link="chrome://help/locale/welcome.xhtml"/> </rdf:li> + </rdf:Seq> + </nc:subheadings> + </rdf:Description> + + <rdf:Description about="#use-help"> + <nc:subheadings> + <rdf:Seq> + <rdf:li> <rdf:Description ID="use-help-finding-the-topic-you-want" nc:name="Encontrando o tópico que você procura" nc:link="chrome://help/locale/welcome.xhtml#finding_the_topic_you_want"/> </rdf:li> + <rdf:li> <rdf:Description ID="use-help-search" nc:name="Dicas de pesquisa" nc:link="chrome://help/locale/welcome.xhtml#search_tips"/> </rdf:li> + </rdf:Seq> + </nc:subheadings> + </rdf:Description> + +</rdf:RDF> diff --git a/l10n-pt-BR/suite/chrome/common/helpviewer/help/welcome.xhtml b/l10n-pt-BR/suite/chrome/common/helpviewer/help/welcome.xhtml new file mode 100644 index 0000000000..0035a67deb --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/helpviewer/help/welcome.xhtml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
+ <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
+ %brandDTD;
+]
+>
+<!--
+Contributors:
+ R.J. Keller <rlk@trfenv.com> (original author)
+ Jeff Walden <jwalden+code@mit.edu>
+ Steffen Wilberg <steffen.wilberg@web.de>
+-->
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pt-BR" lang="pt-BR" dir="ltr">
+<head>
+ <title>Utilizando a Janela de Ajuda</title>
+ <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
+</head>
+
+<body>
+
+<h1 id="help_window_top">Utilizando a Janela de Ajuda</h1>
+
+<div class="contentsBox">Nesta seção:
+ <ul>
+ <li><a href="#finding_the_topic_you_want">Encontrando o tópico que você procura</a></li>
+ <li><a href="#search_tips">Dicas de pesquisa</a></li>
+ </ul>
+</div>
+
+<h2 id="finding_the_topic_you_want">Encontrando o tópico que você procura</h2>
+
+<p>Para exibir informações da Ajuda nesta janela, clique em um tópico no painel <em>Conteúdo</em>, à esquerda. Clique no <span class="noMac">sinal +</span><span class="mac">triângulo</span> ao lado de um tópico para exibir seus subtópicos.</p>
+
+<p>Para localizar um tópico da Ajuda, digite uma palavra ou frase no campo <em>Localizar</em> na barra de ferramentas da janela da Ajuda para exibir os tópicos relacionados. Clique em um tópico para exibi-lo. Se a sua pesquisa não retornar nenhum resultado, tente digitar menos palavras ou uma combinação diferente entre elas. Os resultados serão exibidos no painel assim que você digitar. Para exibir o painel de conteúdo novamente, limpe o campo <em>Localizar</em> na barra de ferramentas ou pressione <kbd>Esc</kbd>.</p>
+
+<p>Para exibir informações relacionadas ao tópico da Ajuda exibido, clique nos links da janela da Ajuda exatamente como em página comum da web. Você também pode navegar entre páginas da Ajuda visitadas anteriormente utilizando os botões <em>Voltar</em> e <em>Avançar</em>.</p>
+
+<h2 id="search_tips">Dicas de pesquisa</h2>
+
+<p>Se você não estiver encontrando o que você procura nas suas pesquisas, aqui vão algumas dicas úteis:</p>
+
+<ul>
+ <li>Tenha certeza de que você está procurando por algo relacionado ao &brandShortName;; a pesquisa da Ajuda não realiza pesquisas gerais na internet.</li>
+ <li>Tente fazer uma pesquisa ampla - não seja muito específico; alguns termos podem estar escritos de forma diferente da que você procura.</li>
+ <li>Evite ser amplo demais na sua pesquisa; uma palavra como "página" possivelmente retornaria mais tópicos do que você deseja.</li>
+</ul>
+
+<p>Copyright © 2003-2010 Colaboradores do projeto Mozilla.</p>
+
+</body>
+</html>
|