diff options
Diffstat (limited to 'l10n-pt-BR/suite/chrome/common/search')
5 files changed, 58 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/search/engineManager.dtd b/l10n-pt-BR/suite/chrome/common/search/engineManager.dtd new file mode 100644 index 0000000000..1206112495 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/search/engineManager.dtd @@ -0,0 +1,29 @@ +<!-- 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 engineManager.title "Gerenciar mecanismos de pesquisa"> +<!ENTITY engineManager.style "min-width: 35em;"> +<!ENTITY engineManager.intro "Você tem os seguintes mecanismos de pesquisa instalados:"> + +<!ENTITY columnLabel.name "Nome"> +<!ENTITY columnLabel.keyword "Palavra-chave"> +<!-- Buttons --> + +<!ENTITY up.label "Para cima"> +<!ENTITY up.accesskey "c"> +<!ENTITY dn.label "Para baixo"> +<!ENTITY dn.accesskey "b"> +<!ENTITY remove.label "Remover"> +<!ENTITY remove.accesskey "R"> +<!ENTITY edit.label "Editar palavra-chave…"> +<!ENTITY edit.accesskey "t"> + +<!ENTITY addEngine.label "Adicionar mecanismos de pesquisa…"> +<!ENTITY addEngine.accesskey "a"> + +<!ENTITY enableSuggest.label "Mostrar sugestões de pesquisa"> +<!ENTITY enableSuggest.accesskey "M"> + +<!ENTITY restoreDefaults.label "Restaurar padrões"> +<!ENTITY restoreDefaults.accesskey "e"> diff --git a/l10n-pt-BR/suite/chrome/common/search/engineManager.properties b/l10n-pt-BR/suite/chrome/common/search/engineManager.properties new file mode 100644 index 0000000000..7520d200f1 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/search/engineManager.properties @@ -0,0 +1,9 @@ +# 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/. + +editTitle=Editar palavra-chave +editMsg=Digite uma nova palavra-chave para "%S": +duplicateTitle=Duplicar palavra-chave +duplicateEngineMsg=Você escolheu uma palavra-chave que já está em uso pelo "%S". Por favor, escolha outra. +duplicateBookmarkMsg=Você possui uma palavra-chave que está sendo utilizada por um favorito. Por favor, selecione outra. diff --git a/l10n-pt-BR/suite/chrome/common/search/search-panel.dtd b/l10n-pt-BR/suite/chrome/common/search/search-panel.dtd new file mode 100644 index 0000000000..3f9c2bdb1f --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/search/search-panel.dtd @@ -0,0 +1,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/. --> + +<!ENTITY search.button.label "Pesquisar"> +<!ENTITY search.placeholder "Digite um termo de pesquisa"> + +<!ENTITY search.engineManager.label "Gerenciar mecanismos de pesquisa…"> diff --git a/l10n-pt-BR/suite/chrome/common/search/search.properties b/l10n-pt-BR/suite/chrome/common/search/search.properties new file mode 100644 index 0000000000..7e4ee5172d --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/search/search.properties @@ -0,0 +1,6 @@ +# 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/. + +searchtip=Pesquisar usando %S +cmd_addFoundEngine=Adicionar "%S" diff --git a/l10n-pt-BR/suite/chrome/common/search/searchbar.dtd b/l10n-pt-BR/suite/chrome/common/search/searchbar.dtd new file mode 100644 index 0000000000..7cb21fb625 --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/search/searchbar.dtd @@ -0,0 +1,6 @@ +<!-- 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 cmd_engineManager.label "Gerenciar mecanismos de pesquisa…"> +<!ENTITY searchEndCap.label "Pesquisar"> |