diff options
Diffstat (limited to 'l10n-pt-BR/suite/chrome/common/dataman/dataman.dtd')
-rw-r--r-- | l10n-pt-BR/suite/chrome/common/dataman/dataman.dtd | 156 |
1 files changed, 156 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/dataman/dataman.dtd b/l10n-pt-BR/suite/chrome/common/dataman/dataman.dtd new file mode 100644 index 0000000000..aaac7a60ed --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/dataman/dataman.dtd @@ -0,0 +1,156 @@ +<!-- 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 dataman.windowTitle "Gerenciador de dados"> + +<!ENTITY selectAll.key "a"> + +<!ENTITY select.all.label "Todos os tipos de dados"> +<!ENTITY select.cookies.label "Somente os cookies"> +<!ENTITY select.permissions.label "Somente as permissões"> +<!ENTITY select.preferences.label "Somente as preferências"> +<!ENTITY select.passwords.label "Somente as senhas"> +<!ENTITY select.storage.label "Somente o armazenamento"> + +<!ENTITY domain.search.placeholder "Domínios de pesquisa"> +<!ENTITY domain.search.key "f"> + +<!ENTITY domain.tree.domain.label "Domínio"> + +<!ENTITY domain.ctx.forgetdomain.label "Esquecer esse domínio"> +<!ENTITY domain.ctx.forgetdomain.accesskey "E"> +<!ENTITY domain.ctx.forgetglobal.label "Esquecer dados globais"> +<!ENTITY domain.ctx.forgetglobal.accesskey "g"> + +<!ENTITY data.search.key "k"> + +<!ENTITY tab.cookies.label "Cookies"> +<!ENTITY tab.permissions.label "Permissões"> +<!ENTITY tab.preferences.label "Preferências"> +<!ENTITY tab.passwords.label "Senhas"> +<!ENTITY tab.storage.label "Armazenamento"> +<!ENTITY tab.formdata.label "Dados de formulários"> +<!ENTITY tab.forget.label "Esquecer"> + +<!-- cookies --> +<!ENTITY cookies.description "Este domínio armazena os seguintes cookies no seu computador:"> + +<!ENTITY cookies.tree.host.label "Site da web"> +<!ENTITY cookies.tree.name.label "Cookie"> +<!ENTITY cookies.tree.expires.label "Expira"> + +<!ENTITY cookies.infobox.label "Detalhes do cookie selecionado"> + +<!ENTITY cookies.info.name.label "Nome:"> +<!ENTITY cookies.info.value.label "Valor:"> +<!ENTITY cookies.info.host.label "Servidor:"> +<!ENTITY cookies.info.domain.label "Domínio:"> +<!ENTITY cookies.info.path.label "Caminho:"> +<!ENTITY cookies.info.sendtype.label "Enviar:"> +<!ENTITY cookies.info.expires.label "Válido até:"> + +<!ENTITY cookies.ctx.remove.label "Remover"> +<!ENTITY cookies.ctx.remove.accesskey "R"> +<!ENTITY cookies.ctx.selectAll.label "Selecionar tudo"> +<!ENTITY cookies.ctx.selectAll.accesskey "a"> + +<!ENTITY cookies.button.remove.label "Remover"> +<!ENTITY cookies.button.remove.accesskey "R"> + +<!ENTITY cookies.blockOnRemove.label "Ao remover, bloquear os sites listados de definir cookies futuramente"> +<!ENTITY cookies.blockOnRemove.accesskey "A"> + +<!-- permissions --> +<!ENTITY perm.UseDefault "Usar padrão"> +<!ENTITY perm.AskAlways "Sempre perguntar"> +<!ENTITY perm.NeverSave "Nunca salvar"> +<!ENTITY perm.Allow "Permitir"> +<!ENTITY perm.AllowSameDomain "Permitir para o mesmo domínio"> +<!ENTITY perm.AllowSession "Excluir ao sair"> +<!ENTITY perm.Block "Bloquear"> + +<!ENTITY perm.host.placeholder "Digite um nome de servidor"> +<!ENTITY perm.button.add.label "Adicionar"> +<!ENTITY perm.button.add.accesskey "A"> + +<!-- preferences --> +<!ENTITY prefs.description "As preferências de conteúdo são uma forma do &brandShortName; salvar configurações, como níveis de zoom, especificamente para um site."> + +<!ENTITY prefs.tree.host.label "Site"> +<!ENTITY prefs.tree.name.label "Nome da preferência"> +<!ENTITY prefs.tree.value.label "Valor"> + +<!ENTITY prefs.ctx.remove.label "Remover"> +<!ENTITY prefs.ctx.remove.accesskey "R"> +<!ENTITY prefs.ctx.selectAll.label "Selecionar tudo"> +<!ENTITY prefs.ctx.selectAll.accesskey "a"> + +<!ENTITY prefs.button.remove.label "Remover"> +<!ENTITY prefs.button.remove.accesskey "R"> + +<!-- passwords --> +<!ENTITY pwd.description "Você tem as seguintes senhas armazenadas para este domínio:"> + +<!ENTITY pwd.tree.host.label "Site"> +<!ENTITY pwd.tree.username.label "Nome de usuário"> +<!ENTITY pwd.tree.password.label "Senha"> + +<!ENTITY pwd.ctx.remove.label "Remover"> +<!ENTITY pwd.ctx.remove.accesskey "R"> +<!ENTITY pwd.ctx.copyPasswordCmd.label "Copiar senha"> +<!ENTITY pwd.ctx.copyPasswordCmd.accesskey "C"> +<!ENTITY pwd.ctx.selectAll.label "Selecionar tudo"> +<!ENTITY pwd.ctx.selectAll.accesskey "a"> + +<!ENTITY pwd.button.remove.label "Remover"> +<!ENTITY pwd.button.remove.accesskey "R"> + +<!-- storage --> +<!ENTITY storage.description "Esse domínio utiliza os seguintes armazenamentos remotos em seu computador:"> + +<!ENTITY storage.tree.host.label "Site"> +<!ENTITY storage.tree.type.label "Tipo"> +<!ENTITY storage.tree.size.label "Tamanho"> + +<!ENTITY storage.ctx.remove.label "Remover"> +<!ENTITY storage.ctx.remove.accesskey "R"> +<!ENTITY storage.ctx.selectAll.label "Selecionar tudo"> +<!ENTITY storage.ctx.selectAll.accesskey "a"> + +<!ENTITY storage.button.remove.label "Remover"> +<!ENTITY storage.button.remove.accesskey "R"> + +<!-- form data --> +<!ENTITY fdata.search.placeholder "Dados do campo de pesquisa"> + +<!ENTITY fdata.tree.fieldname.label "Nome"> +<!ENTITY fdata.tree.value.label "Valor digitado"> +<!ENTITY fdata.tree.usecount.label "Contagem de Uso"> +<!ENTITY fdata.tree.firstused.label "Primeira utilização"> +<!ENTITY fdata.tree.lastused.label "Última utilização"> + +<!ENTITY fdata.ctx.remove.label "Remover"> +<!ENTITY fdata.ctx.remove.accesskey "R"> +<!ENTITY fdata.ctx.selectAll.label "Selecionar tudo"> +<!ENTITY fdata.ctx.selectAll.accesskey "a"> + +<!ENTITY fdata.button.remove.label "Remover"> +<!ENTITY fdata.button.remove.accesskey "R"> + +<!-- forget --> +<!ENTITY forget.cookies.label "Cookies"> +<!ENTITY forget.cookies.accesskey "C"> +<!ENTITY forget.permissions.label "Permissões"> +<!ENTITY forget.permissions.accesskey "P"> +<!ENTITY forget.preferences.label "Preferências de conteúdo"> +<!ENTITY forget.preferences.accesskey "o"> +<!ENTITY forget.passwords.label "Senhas"> +<!ENTITY forget.passwords.accesskey "a"> +<!ENTITY forget.storage.label "Armazenamento"> +<!ENTITY forget.storage.accesskey "m"> +<!ENTITY forget.formdata.label "Dados de formulário"> +<!ENTITY forget.formdata.accesskey "D"> + +<!ENTITY forget.button.label "Esquecer esses dados"> +<!ENTITY forget.button.accesskey "E"> |