diff options
Diffstat (limited to 'l10n-pt-BR/dom')
-rw-r--r-- | l10n-pt-BR/dom/chrome/accessibility/win/accessible.properties | 9 | ||||
-rw-r--r-- | l10n-pt-BR/dom/chrome/security/security.properties | 5 |
2 files changed, 12 insertions, 2 deletions
diff --git a/l10n-pt-BR/dom/chrome/accessibility/win/accessible.properties b/l10n-pt-BR/dom/chrome/accessibility/win/accessible.properties index 4db22958b3..7f950070ca 100644 --- a/l10n-pt-BR/dom/chrome/accessibility/win/accessible.properties +++ b/l10n-pt-BR/dom/chrome/accessibility/win/accessible.properties @@ -19,3 +19,12 @@ cycle = Ciclo # them to click an element when the click will be handled by a container # (ancestor) element. This is not normally reported to users. click ancestor = Clique no elemento superior + +# These messages are reported by accessibility clients such as screen readers to +# indicate landmarks, which are significant sections of a document to which +# users might want to navigate quickly. See this page for more information: +# https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/general-principles.html +banner = aviso +complementary = complementar +contentinfo = informações sobre o conteúdo +region = região diff --git a/l10n-pt-BR/dom/chrome/security/security.properties b/l10n-pt-BR/dom/chrome/security/security.properties index eac841278b..fad729f663 100644 --- a/l10n-pt-BR/dom/chrome/security/security.properties +++ b/l10n-pt-BR/dom/chrome/security/security.properties @@ -46,8 +46,6 @@ LoadingMixedDisplayObjectSubrequestDeprecation=O carregamento de conteúdo misto # LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download MixedContentBlockedDownload = Bloqueado o download de conteúdo não seguro “%S”. -# LOCALIZATION NOTE: "%S" is the URI of the insecure mixed content download -BlockedInsecureDownload = Bloqueamos um download não seguro: “%S”. # LOCALIZATION NOTE: Do not translate "allow-scripts", "allow-same-origin", "sandbox" or "iframe" BothAllowScriptsAndSameOriginPresent=Um iframe que tem tanto allow-scripts como allow-same-origin no atributo sandbox pode remover o isolamento. @@ -159,6 +157,9 @@ HTTPSOnlyUpgradeSpeculativeConnection = Mudando a conexão TCP especulativa inse HTTPSFirstSchemeless = Mudando a URL sem esquema explícito de protocolo, inserida na barra de endereços, para usar HTTPS. +# LOCALIZATION NOTE: %S is the hostname for which a exception will be added; +HTTPSFirstAddingSessionException = O site parece não suportar HTTPS. Outras tentativas de carregar “http://%S” com segurança serão ignoradas temporariamente. + # LOCALIZATION NOTE: %S is the URL of the blocked request; IframeSandboxBlockedDownload = O download de “%S” foi bloqueado porque o iframe acionador tem o flag de isolamento (sandbox) definido. |