diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-pt-BR/suite/chrome/common/permissions/permissionsManager.dtd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/l10n-pt-BR/suite/chrome/common/permissions/permissionsManager.dtd b/l10n-pt-BR/suite/chrome/common/permissions/permissionsManager.dtd new file mode 100644 index 0000000000..84529c9eef --- /dev/null +++ b/l10n-pt-BR/suite/chrome/common/permissions/permissionsManager.dtd @@ -0,0 +1,19 @@ +<!-- 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 windowtitle.label "Exceções"> +<!ENTITY treehead.sitename.label "Site"> +<!ENTITY treehead.status.label "Status"> +<!ENTITY remove.label "Remover site"> +<!ENTITY remove.accesskey "R"> +<!ENTITY removeall.label "Excluir tudo"> +<!ENTITY removeall.accesskey "E"> +<!ENTITY address.label "Endereço do site:"> +<!ENTITY address.accesskey "d"> +<!ENTITY block.label "Bloquear"> +<!ENTITY block.accesskey "B"> +<!ENTITY session.label "Excluir ao sair"> +<!ENTITY session.accesskey "x"> +<!ENTITY allow.label "Permitir"> +<!ENTITY allow.accesskey "P"> |