summaryrefslogtreecommitdiffstats
path: root/l10n-pt-BR/browser/chrome
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-pt-BR/browser/chrome
parentInitial commit. (diff)
downloadfirefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz
firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--l10n-pt-BR/browser/chrome/browser-region/region.properties29
-rw-r--r--l10n-pt-BR/browser/chrome/browser/accounts.properties129
-rw-r--r--l10n-pt-BR/browser/chrome/browser/app-extension-fields.properties15
-rw-r--r--l10n-pt-BR/browser/chrome/browser/baseMenuOverlay.dtd18
-rw-r--r--l10n-pt-BR/browser/chrome/browser/brandings.dtd13
-rw-r--r--l10n-pt-BR/browser/chrome/browser/browser.dtd283
-rw-r--r--l10n-pt-BR/browser/chrome/browser/browser.properties1070
-rw-r--r--l10n-pt-BR/browser/chrome/browser/customizableui/customizableWidgets.properties100
-rw-r--r--l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties98
-rw-r--r--l10n-pt-BR/browser/chrome/browser/feeds/subscribe.properties14
-rw-r--r--l10n-pt-BR/browser/chrome/browser/fxmonitor.properties45
-rw-r--r--l10n-pt-BR/browser/chrome/browser/migration/migration.dtd53
-rw-r--r--l10n-pt-BR/browser/chrome/browser/migration/migration.properties76
-rw-r--r--l10n-pt-BR/browser/chrome/browser/newInstall.dtd15
-rw-r--r--l10n-pt-BR/browser/chrome/browser/places/bookmarkProperties.properties16
-rw-r--r--l10n-pt-BR/browser/chrome/browser/places/places.dtd63
-rw-r--r--l10n-pt-BR/browser/chrome/browser/places/places.properties74
-rw-r--r--l10n-pt-BR/browser/chrome/browser/pocket.properties30
-rw-r--r--l10n-pt-BR/browser/chrome/browser/safebrowsing/safebrowsing.properties6
-rw-r--r--l10n-pt-BR/browser/chrome/browser/search.properties44
-rw-r--r--l10n-pt-BR/browser/chrome/browser/shellservice.properties28
-rw-r--r--l10n-pt-BR/browser/chrome/browser/siteData.properties8
-rw-r--r--l10n-pt-BR/browser/chrome/browser/sitePermissions.properties53
-rw-r--r--l10n-pt-BR/browser/chrome/browser/syncBrand.dtd6
-rw-r--r--l10n-pt-BR/browser/chrome/browser/syncSetup.properties14
-rw-r--r--l10n-pt-BR/browser/chrome/browser/tabbrowser.properties128
-rw-r--r--l10n-pt-BR/browser/chrome/browser/taskbar.properties12
-rw-r--r--l10n-pt-BR/browser/chrome/browser/translation.dtd59
-rw-r--r--l10n-pt-BR/browser/chrome/browser/translation.properties12
-rw-r--r--l10n-pt-BR/browser/chrome/browser/uiDensity.properties5
-rw-r--r--l10n-pt-BR/browser/chrome/browser/webrtcIndicator.properties61
-rw-r--r--l10n-pt-BR/browser/chrome/overrides/appstrings.properties45
-rw-r--r--l10n-pt-BR/browser/chrome/overrides/netError.dtd183
-rw-r--r--l10n-pt-BR/browser/chrome/overrides/settingsChange.dtd7
34 files changed, 2812 insertions, 0 deletions
diff --git a/l10n-pt-BR/browser/chrome/browser-region/region.properties b/l10n-pt-BR/browser/chrome/browser-region/region.properties
new file mode 100644
index 0000000000..adc9fb874d
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser-region/region.properties
@@ -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/.
+
+# LOCALIZATION NOTE: REVIEW_REQUIRED
+# Please do not commit any changes to this file without a review from
+# the l10n-drivers team (this includes en-US). In order to get one,
+# please file a bug, add the "productization" keyword and CC l10n@mozilla.com.
+
+# increment this number when anything gets changed in the list below. This will
+# cause Firefox to re-read these prefs and inject any new handlers into the
+# profile database. Note that "new" is defined as "has a different URL"; this
+# means that it's not possible to update the name of existing handler, so
+# don't make any spelling errors here.
+gecko.handlerService.defaultHandlersVersion=4
+
+# The default set of protocol handlers for mailto:
+gecko.handlerService.schemes.mailto.0.name=Yahoo! Mail
+gecko.handlerService.schemes.mailto.0.uriTemplate=https://compose.mail.yahoo.com/?To=%s
+gecko.handlerService.schemes.mailto.1.name=Gmail
+gecko.handlerService.schemes.mailto.1.uriTemplate=https://mail.google.com/mail/?extsrc=mailto&url=%s
+
+# The default set of protocol handlers for irc:
+gecko.handlerService.schemes.irc.0.name = Mibbit
+gecko.handlerService.schemes.irc.0.uriTemplate = https://www.mibbit.com/?url=%s
+
+# The default set of protocol handlers for ircs:
+gecko.handlerService.schemes.ircs.0.name = Mibbit
+gecko.handlerService.schemes.ircs.0.uriTemplate = https://www.mibbit.com/?url=%s
diff --git a/l10n-pt-BR/browser/chrome/browser/accounts.properties b/l10n-pt-BR/browser/chrome/browser/accounts.properties
new file mode 100644
index 0000000000..2e5da1bf0a
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/accounts.properties
@@ -0,0 +1,129 @@
+# 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/.
+
+# LOCALIZATION NOTE (reconnectDescription) - %S = Email address of user's Firefox Account
+reconnectDescription = Reconectar %S
+
+# LOCALIZATION NOTE (verifyDescription) - %S = Email address of user's Firefox Account
+verifyDescription = Verificar %S
+
+# These strings are shown in a desktop notification after the
+# user requests we resend a verification email.
+verificationSentTitle = Verificação enviada
+# LOCALIZATION NOTE (verificationSentBody) - %S = Email address of user's Firefox Account
+verificationSentBody = Um link de verificação foi enviado para %S.
+verificationNotSentTitle = Não foi possível enviar a verificação
+verificationNotSentBody = Não conseguimos enviar um email de confirmação neste momento, tente novamente mais tarde.
+
+# LOCALIZATION NOTE (deviceConnDisconnTitle) - the title shown in a notification
+# when either this device or another device has connected to, or disconnected
+# from, a Firefox Account.
+deviceConnDisconnTitle = Conta Firefox
+
+# LOCALIZATION NOTE (otherDeviceConnectedBody, otherDeviceConnectedBody.noDeviceName)
+# These strings are used in a notification shown when a new device joins the
+# Firefox account.
+# %S is the name of the new device; otherDeviceConnectedBody.noDeviceName is shown
+# instead of otherDeviceConnectedBody when the name is not known.
+otherDeviceConnectedBody = Este computador agora está conectado com %S.
+otherDeviceConnectedBody.noDeviceName = Este computador agora está conectado com um novo dispositivo.
+
+# LOCALIZATION NOTE (thisDeviceConnectedBody) - used in a notification shown
+# after a Firefox Account is connected to the current device.
+thisDeviceConnectedBody = Você entrou na sua conta com sucesso
+
+# LOCALIZATION NOTE (thisDeviceDisconnectedBody) - used in a notification shown
+# after the Firefox Account was disconnected remotely.
+thisDeviceDisconnectedBody = Este computador foi desconectado.
+
+# LOCALIZATION NOTE (sendToAllDevices.menuitem)
+# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link.
+sendToAllDevices.menuitem = Enviar para todos os dispositivos
+
+# LOCALIZATION NOTE (manageDevices.menuitem)
+# Displayed in the Send Tab/Page/Link to Device context menu when right clicking a tab, a page or a link.
+manageDevices.menuitem = Gerenciar dispositivos…
+
+# LOCALIZATION NOTE (sendTabToDevice.unconfigured, sendTabToDevice.unconfigured.label2)
+# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link
+# and the Sync account is unconfigured. Redirects to a marketing page.
+sendTabToDevice.unconfigured.label2 = Não está conectado a uma Conta Firefox
+sendTabToDevice.unconfigured = Saiba mais sobre envio de abas…
+
+# LOCALIZATION NOTE (sendTabToDevice.signintofxa)
+# Displayed in the Send Tabs context menu and the page action panel when FxA is not
+# configured. Allows users to immediately sign into FxA via the preferences.
+# %S is replaced by brandProductName.
+sendTabToDevice.signintofxa = Entrar no %S…
+
+# LOCALIZATION NOTE (sendTabToDevice.singledevice, sendTabToDevice.connectdevice,
+# sendTabToDevice.singledevice.status)
+# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link
+# and the Sync account has only 1 device. The sendTabToDevice.singledevice link
+# redirects to a marketing page, the sendTabToDevice.connectdevice redirects
+# to an FxAccounts page that tells to you to connect another device.
+sendTabToDevice.singledevice.status = Sem dispositivos conectados
+sendTabToDevice.singledevice = Saiba mais sobre envio de abas…
+sendTabToDevice.connectdevice = Conectar outro dispositivo…
+
+# LOCALIZATION NOTE (sendTabToDevice.verify, sendTabToDevice.verify.status)
+# Displayed in the Send Tabs context menu when right clicking a tab, a page or a link
+# and the Sync account is unverified. Redirects to the Sync preferences page.
+sendTabToDevice.verify.status = Conta não verificada
+sendTabToDevice.verify = Verificar sua conta…
+
+# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title,
+# multipleTabsArrivingNotification.title, unnamedTabsArrivingNotification2.body,
+# unnamedTabsArrivingNotificationMultiple2.body, unnamedTabsArrivingNotificationNoDevice.body,
+# singleTabArrivingWithTruncatedURL.body)
+# These strings are used in a notification shown when we're opening tab(s) another device sent us to display.
+
+# LOCALIZATION NOTE (tabArrivingNotification.title, tabArrivingNotificationWithDevice.title)
+# The body for these is the URL of the tab received
+tabArrivingNotification.title = Aba recebida
+# LOCALIZATION NOTE (tabArrivingNotificationWithDevice.title) %S is the device name
+tabArrivingNotificationWithDevice.title = Aba do %S
+
+multipleTabsArrivingNotification.title = Abas recebidas
+# LOCALIZATION NOTE (unnamedTabsArrivingNotification2.body):
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs received and #2 is the device name.
+unnamedTabsArrivingNotification2.body = #1 aba chegou do #2;#1 abas chegaram do #2
+# LOCALIZATION NOTE (unnamedTabsArrivingNotificationMultiple2.body):
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs received.
+unnamedTabsArrivingNotificationMultiple2.body = #1 aba chegou dos seus dispositivos conectados;#1 abas chegaram dos seus dispositivos conectados
+
+# LOCALIZATION NOTE (unnamedTabsArrivingNotificationNoDevice.body):
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs received
+# This version is used when we don't know any device names.
+unnamedTabsArrivingNotificationNoDevice.body = #1 aba chegou;#1 abas chegaram
+
+# LOCALIZATION NOTE (singleTabArrivingWithTruncatedURL.body):
+# Used when a tab from a remote device arrives but the URL must be truncated.
+# Should display the URL with an indication that it's benen truncated.
+# %S is the portion of the URL that remains after truncation.
+singleTabArrivingWithTruncatedURL.body = %S…
+
+# LOCALIZATION NOTE (account.title):
+# Used as a default header for the FxA toolbar menu.
+account.title = Conta
+
+# LOCALIZATION NOTE (account.accountSettings):
+# Used as the description below user's email in the FxA toolbar menu.
+account.accountSettings = Configurações da conta
+
+# LOCALIZATION NOTE (account.finishAccountSetup):
+# Used as the FxA toolbar menu item value when user has not
+# finished setting up an account.
+account.finishAccountSetup = Concluir configuração da conta
+
+# LOCALIZATION NOTE (account.reconnectToFxA):
+# Used as the FxA toolbar menu item title when the user
+# needs to reconnect their account.
+account.reconnectToFxA = Reconectar à Conta Firefox
diff --git a/l10n-pt-BR/browser/chrome/browser/app-extension-fields.properties b/l10n-pt-BR/browser/chrome/browser/app-extension-fields.properties
new file mode 100644
index 0000000000..31eb4908f2
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/app-extension-fields.properties
@@ -0,0 +1,15 @@
+# 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/.
+
+# LOCALIZATION NOTE (extension.firefox-compact-light@mozilla.org.name): This is displayed in about:addons -> Appearance
+extension.firefox-compact-light@mozilla.org.name=Claro
+extension.firefox-compact-light@mozilla.org.description=Um tema com esquema de cores claras.
+
+# LOCALIZATION NOTE (extension.firefox-compact-dark@mozilla.org.name): This is displayed in about:addons -> Appearance
+extension.firefox-compact-dark@mozilla.org.name=Escuro
+extension.firefox-compact-dark@mozilla.org.description=Um tema com esquema de cores escuras.
+
+# LOCALIZATION NOTE (extension.firefox-alpenglow@mozilla.org.name): This is displayed in about:addons -> Appearance
+extension.firefox-alpenglow@mozilla.org.name=Firefox Alpenglow
+extension.firefox-alpenglow@mozilla.org.description=Use uma aparência colorida em botões, menus e janelas.
diff --git a/l10n-pt-BR/browser/chrome/browser/baseMenuOverlay.dtd b/l10n-pt-BR/browser/chrome/browser/baseMenuOverlay.dtd
new file mode 100644
index 0000000000..9b1f007289
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/baseMenuOverlay.dtd
@@ -0,0 +1,18 @@
+<!-- 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 aboutProduct2.label "Sobre o &brandShorterName;">
+<!ENTITY aboutProduct2.accesskey "S">
+
+<!ENTITY preferencesCmdMac.label "Preferências…">
+
+<!ENTITY servicesMenuMac.label "Serviços">
+
+<!ENTITY hideThisAppCmdMac2.label "Ocultar o &brandShorterName;">
+
+<!ENTITY hideOtherAppsCmdMac.label "Ocultar Outros">
+
+<!ENTITY showAllAppsCmdMac.label "Mostrar tudo">
+
+<!ENTITY touchBarCmdMac.label "Personalizar barra de toque…">
diff --git a/l10n-pt-BR/browser/chrome/browser/brandings.dtd b/l10n-pt-BR/browser/chrome/browser/brandings.dtd
new file mode 100644
index 0000000000..46a76ff0ff
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/brandings.dtd
@@ -0,0 +1,13 @@
+<!-- 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/. -->
+
+<!-- LOCALIZATION NOTE:
+ The following feature names must be treated as a brand, and kept in English.
+ They cannot be:
+ - Declined to adapt to grammatical case.
+ - Transliterated.
+ - Translated. -->
+
+<!ENTITY sendFullName "Firefox Send">
+<!ENTITY monitorFullName "Firefox Monitor">
diff --git a/l10n-pt-BR/browser/chrome/browser/browser.dtd b/l10n-pt-BR/browser/chrome/browser/browser.dtd
new file mode 100644
index 0000000000..f40fe9b547
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/browser.dtd
@@ -0,0 +1,283 @@
+<!-- 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/. -->
+
+<!-- LOCALIZATION NOTE : FILE This file contains the browser main menu items -->
+<!-- LOCALIZATION NOTE : FILE Do not translate commandkeys -->
+
+<!ENTITY appmenu.tooltip "Abrir menu">
+<!ENTITY navbarOverflow.label "Mais ferramentas…">
+
+<!-- Tab context menu -->
+
+<!-- LOCALIZATION NOTE (pinTab.label, unpinTab.label): "Pin" is being
+used as a metaphor for expressing the fact that these tabs are "pinned" to the
+left edge of the tabstrip. Really we just want the string to express the idea
+that this is a lightweight and reversible action that keeps your tab where you
+can reach it easily. -->
+<!ENTITY pinTab.label "Fixar aba">
+<!ENTITY unpinTab.label "Desafixar aba">
+
+<!ENTITY listAllTabs.label "Listar todas as abas">
+
+<!ENTITY tabCmd.label "Nova aba">
+<!ENTITY openFileCmd.label "Abrir arquivo…">
+<!ENTITY printCmd.label "Imprimir…">
+
+<!ENTITY taskManagerCmd.label "Gerenciador de tarefas">
+
+<!ENTITY menubarCmd.label "Barra de menu">
+<!ENTITY menubarCmd.accesskey "m">
+<!-- LOCALIZATION NOTE: The accessibleLabel is a spoken label that should not
+include the word "toolbar" or such, because screen readers already know that
+this container is a toolbar. This avoids double-speaking. -->
+<!ENTITY navbar.accessibleLabel "Navegação">
+<!ENTITY personalbarCmd.label "Barra de favoritos">
+<!ENTITY personalbarCmd.accesskey "r">
+<!-- LOCALIZATION NOTE: The accessibleLabel is a spoken label that should not
+include the word "toolbar" or such, because screen readers already know that
+this container is a toolbar. This avoids double-speaking. -->
+<!ENTITY personalbar.accessibleLabel "Favoritos">
+<!ENTITY bookmarksToolbarItem.label "Itens da barra de favoritos">
+
+<!ENTITY fullScreenCmd.label "Tela inteira">
+
+<!ENTITY pictureInPictureHideToggle.label "Ocultar seletor de picture-in-picture">
+<!ENTITY pictureInPictureHideToggle.accesskey "O">
+
+<!-- LOCALIZATION NOTE (fxa.menu) Used to define the different labels
+ for the Firefox Account toolbar menu screen. The `Signed in as` text is
+ followed by the user's email. -->
+<!ENTITY fxa.menu.syncSettings2.label "Configurações do &syncBrand.shortName.label;">
+<!ENTITY fxa.menu.connectAnotherDevice2.label "Conectar outro dispositivo…">
+<!ENTITY fxa.menu.firefoxAccount "&syncBrand.fxAccount.label;">
+<!ENTITY fxa.menu.signin.label "Entrar no &brandProductName;">
+<!ENTITY fxa.menu.turnOnSync.label "Ativar o &syncBrand.shortName.label;">
+<!ENTITY fxa.menu.firefoxServices.label "Serviços &brandProductName;">
+<!ENTITY fxa.menu.account.label "Conta">
+<!ENTITY fxa.menu.settings.label "Configurações">
+<!ENTITY fxa.menu.accountSettings.label "Configurações da conta">
+<!ENTITY fxa.menu.manageAccount2.label "Gerenciar conta">
+<!ENTITY fxa.menu.signOut.label "Sair…">
+<!ENTITY fxa.menu.setupSync.label "Configurar o &syncBrand.shortName.label;…">
+
+<!-- LOCALIZATION NOTE (fxa.service) Used to define the different FxA services
+ for the Firefox Account toolbar menu screen. -->
+<!ENTITY fxa.service.sendTab.description "Envia uma aba imediatamente para qualquer dispositivo que você conectou.">
+
+<!-- LOCALIZATION NOTE (fullscreenWarning.beforeDomain.label,
+ fullscreenWarning.afterDomain.label): these two strings are used
+ respectively before and after the domain requiring fullscreen.
+ Localizers can use one of them, or both, to better adapt this
+ sentence to their language. -->
+<!ENTITY fullscreenWarning.beforeDomain.label "">
+<!ENTITY fullscreenWarning.afterDomain.label "está em tela inteira">
+<!ENTITY fullscreenWarning.generic.label "Este documento está agora em tela inteira">
+
+<!-- LOCALIZATION NOTE (exitDOMFullscreen.button,
+ exitDOMFullscreenMac.button): the "escape" button on PC keyboards
+ is uppercase, while on Mac keyboards it is lowercase -->
+<!ENTITY exitDOMFullscreen.button "Sair da tela inteira (Esc)">
+<!ENTITY exitDOMFullscreenMac.button "Sair da tela inteira (esc)">
+
+<!-- LOCALIZATION NOTE (pointerlockWarning.beforeDomain.label,
+ pointerlockWarning.afterDomain.label): these two strings are used
+ respectively before and after the domain requiring pointerlock.
+ Localizers can use one of them, or both, to better adapt this
+ sentence to their language. -->
+<!ENTITY pointerlockWarning.beforeDomain.label "">
+<!ENTITY pointerlockWarning.afterDomain.label "tem controle de seu ponteiro. Tecle Esc para retomar o controle.">
+<!ENTITY pointerlockWarning.generic.label "Este documento tem o controle do seu ponteiro. Pressionar Esc para retomar o controle.">
+
+<!ENTITY showAllBookmarks2.label "Mostrar todos os favoritos">
+<!ENTITY recentBookmarks.label "Favoritos recentes">
+<!ENTITY bookmarksToolbarChevron.tooltip "Mostrar mais favoritos">
+
+<!ENTITY printButton.label "Imprimir">
+<!ENTITY printButton.tooltip "Imprimir a página">
+
+<!ENTITY searchItem.title "Pesquisar">
+
+<!-- Toolbar items -->
+<!ENTITY homeButton.label "Página inicial">
+<!ENTITY homeButton.defaultPage.tooltip "Página inicial do &brandShortName;">
+
+<!ENTITY bookmarksButton.label "Favoritos">
+
+<!ENTITY bookmarksSubview.label "Favoritos">
+<!ENTITY bookmarksMenuButton2.label "Menu de favoritos">
+<!ENTITY bookmarksMenuButton.other.label "Outros favoritos">
+<!ENTITY bookmarksMenuButton.mobile.label "Favoritos do celular">
+<!ENTITY viewBookmarksSidebar2.label "Exibir painel de favoritos">
+<!ENTITY hideBookmarksSidebar.label "Ocultar Painel de Favoritos">
+<!ENTITY viewBookmarksToolbar.label "Ver barra de favoritos">
+<!ENTITY hideBookmarksToolbar.label "Ocultar Barra de Favoritos">
+<!ENTITY searchBookmarks.label "Procurar favoritos">
+<!ENTITY bookmarkingTools.label "Ferramentas de favoritos">
+<!ENTITY addBookmarksMenu.label "Adicionar menu de favoritos à barra de ferramentas">
+<!ENTITY removeBookmarksMenu.label "Remover menu de favoritos da barra de ferramentas">
+
+<!ENTITY historyButton.label "Histórico">
+
+<!ENTITY downloads.label "Downloads">
+<!-- LOCALIZATION NOTE (libraryDownloads.label): This label is similar to
+ - downloads.label, but used in the Library panel. -->
+<!ENTITY libraryDownloads.label "Downloads">
+<!ENTITY addons.label "Extensões">
+
+<!ENTITY webDeveloperMenu.label "Desenvolvimento web">
+
+<!ENTITY newNavigatorCmd.label "Nova janela">
+<!ENTITY newPrivateWindow.label "Nova janela privativa">
+
+<!ENTITY editMenu.label "Editar">
+<!ENTITY preferencesCmd2.label "Opções">
+<!ENTITY preferencesCmdUnix.label "Preferências">
+<!ENTITY logins.label "Contas e senhas">
+
+<!ENTITY overflowCustomizeToolbar.label "Personalizar barra de ferramentas…">
+<!ENTITY overflowCustomizeToolbar.accesskey "C">
+
+<!ENTITY historyMenu.label "Histórico">
+<!ENTITY historyUndoMenu.label "Abas fechadas recentemente">
+<!-- LOCALIZATION NOTE (historyUndoWindowMenu): see bug 394759 -->
+<!ENTITY historyUndoWindowMenu.label "Janelas fechadas recentemente">
+
+<!ENTITY appMenuHistory.showAll.label "Mostrar todo o histórico">
+
+<!ENTITY appMenuHistory.clearRecent.label "Limpar histórico recente…">
+<!ENTITY appMenuHistory.restoreSession.label "Restaurar sessão anterior">
+<!ENTITY appMenuHistory.viewSidebar.label "Exibir painel do histórico">
+<!ENTITY appMenuHistory.hideSidebar.label "Ocultar painel do histórico">
+<!ENTITY appMenuHistory.recentHistory.label "Histórico recente">
+<!ENTITY appMenuHelp.label "Ajuda">
+
+<!ENTITY appMenuRemoteTabs.label "Abas sincronizadas">
+<!-- LOCALIZATION NOTE (appMenuRemoteTabs.notabs.label): This is shown beneath
+ the name of a device when that device has no open tabs -->
+<!ENTITY appMenuRemoteTabs.notabs.label "Nenhuma aba aberta">
+<!-- LOCALIZATION NOTE (appMenuRemoteTabs.showMore.label, appMenuRemoteTabs.showMore.tooltip):
+ This is shown after the tabs list if we can display more tabs by clicking on the button -->
+<!ENTITY appMenuRemoteTabs.showMore.label "Mostrar mais">
+<!ENTITY appMenuRemoteTabs.showMore.tooltip "Mostrar mais abas deste dispositivo">
+<!-- LOCALIZATION NOTE (appMenuRemoteTabs.showAll.label, appMenuRemoteTabs.showAll.tooltip):
+ This is shown after the tabs list if we can all the remaining tabs by clicking on the button -->
+<!ENTITY appMenuRemoteTabs.showAll.label "Mostrar tudo">
+<!ENTITY appMenuRemoteTabs.showAll.tooltip "Mostrar todas as abas deste dispositivo">
+<!-- LOCALIZATION NOTE (appMenuRemoteTabs.tabsnotsyncing.label): This is shown
+ when Sync is configured but syncing tabs is disabled. -->
+<!ENTITY appMenuRemoteTabs.tabsnotsyncing.label "Ative a sincronização de abas para ver uma lista de abas de seus outros dispositivos.">
+<!-- LOCALIZATION NOTE (appMenuRemoteTabs.noclients.subtitle): This is shown
+ when Sync is configured but this appears to be the only device attached to
+ the account. We also show links to download Firefox for android/ios. -->
+<!ENTITY appMenuRemoteTabs.noclients.subtitle "Quer ver aqui suas abas de outros dispositivos?">
+<!ENTITY appMenuRemoteTabs.opensyncprefs.label "Abrir preferências do Sync">
+<!ENTITY appMenuRemoteTabs.welcome.label "Veja uma lista de abas de seus outros dispositivos.">
+<!ENTITY appMenuRemoteTabs.unverified.label "Sua conta precisa ser verificada.">
+<!ENTITY appMenuRemoteTabs.signintosync.label "Entrar no &syncBrand.shortName.label;…">
+<!ENTITY appMenuRemoteTabs.turnonsync.label "Ativar o &syncBrand.shortName.label;…">
+<!ENTITY appMenuRemoteTabs.managedevices.label "Gerenciar dispositivos…">
+<!ENTITY appMenuRemoteTabs.sidebar.label "Exibir abas sincronizadas no painel lateral">
+<!ENTITY appMenuRemoteTabs.hidesidebar.label "Ocultar painel de abas sincronizadas">
+<!ENTITY appMenuRemoteTabs.connectdevice.label "Conectar outro dispositivo">
+
+<!ENTITY appMenuRecentHighlights.label "Destaques recentes">
+
+<!ENTITY customizeMenu.addToToolbar.label "Adicionar à barra de ferramentas">
+<!ENTITY customizeMenu.addToToolbar.accesskey "d">
+<!-- LOCALIZATION NOTE (customizeMenu.addToOverflowMenu.label,
+ customizeMenu.unpinFromOverflowMenu.label)
+ The overflow menu is the menu that appears if you click the chevron (>> button)
+ in the location bar. -->
+<!ENTITY customizeMenu.addToOverflowMenu.label "Adicionar ao menu">
+<!ENTITY customizeMenu.addToOverflowMenu.accesskey "M">
+<!ENTITY customizeMenu.unpinFromOverflowMenu.label "Desafixar do menu">
+<!ENTITY customizeMenu.unpinFromOverflowMenu.accesskey "U">
+<!ENTITY customizeMenu.removeFromToolbar.label "Remover da barra de ferramentas">
+<!ENTITY customizeMenu.removeFromToolbar.accesskey "R">
+<!ENTITY customizeMenu.addMoreItems.label "Adicionar mais itens…">
+<!ENTITY customizeMenu.addMoreItems.accesskey "A">
+
+<!-- LOCALIZATION NOTE (moreMenu.label) This label is used in the new Photon
+ app (hamburger) menu. When clicked, it opens a subview that contains
+ secondary commands. -->
+<!ENTITY moreMenu.label "Mais">
+
+<!ENTITY contentSearchSubmit.tooltip "Enviar pesquisa">
+
+<!-- LOCALIZATION NOTE (searchInput.placeholder):
+ This string is displayed in the search box when the input field is empty. -->
+<!ENTITY searchInput.placeholder "Pesquisar">
+<!ENTITY searchIcon.tooltip "Pesquisar">
+
+<!ENTITY openLinkCmdInTab.accesskey "b">
+
+<!ENTITY pageAction.copyLink.label "Copiar link">
+
+<!-- LOCALIZATION NOTE(pocket-button.tooltiptext, saveToPocketCmd.label, saveLinkToPocketCmd.label, pocketMenuitem.label):
+ "Pocket" is a brand name. -->
+<!ENTITY saveToPocketCmd.label "Salvar página no Pocket">
+
+<!-- LOCALIZATION NOTE(pocket-button.tooltiptext, saveToPocketCmd.label, saveLinkToPocketCmd.label, pocketMenuitem.label):
+ "Pocket" is a brand name. -->
+<!ENTITY pocketMenuitem.label "Ver lista do Pocket">
+
+<!ENTITY emailPageCmd.label "Enviar link por email…">
+
+<!ENTITY fullZoom.label "Zoom">
+
+<!ENTITY sidebarCloseButton.tooltip "Fechar painel">
+
+<!ENTITY quitApplicationCmdWin2.label "Sair">
+<!ENTITY quitApplicationCmdWin2.accesskey "S">
+<!ENTITY quitApplicationCmdWin2.tooltip "Sair do &brandShorterName;">
+<!ENTITY quitApplicationCmd.label "Sair">
+<!ENTITY quitApplicationCmd.accesskey "S">
+<!ENTITY quitApplicationCmdMac2.label "Encerrar &brandShorterName;">
+
+<!ENTITY allowPopups.accesskey "p">
+<!-- On Windows we use the term "Options" to describe settings, but
+ on Linux and Mac OS X we use "Preferences" - carry that distinction
+ over into this string, which is used in the "popup blocked" info bar . -->
+<!ENTITY editPopupSettingsUnix.label "Editar preferências de bloqueio de popups…">
+<!ENTITY editPopupSettings.label "Editar opções de bloqueio de popups…">
+<!ENTITY editPopupSettings.accesskey "E">
+<!ENTITY dontShowMessage.accesskey "D">
+
+<!ENTITY findOnCmd.label "Procurar nesta página…">
+
+<!ENTITY spellAddDictionaries.label "Adicionar dicionários…">
+<!ENTITY spellAddDictionaries.accesskey "A">
+
+<!-- Name for the tabs toolbar as spoken by screen readers.
+ The word "toolbar" is appended automatically and should not be contained below! -->
+<!ENTITY tabsToolbar.label "Abas do navegador">
+
+<!ENTITY syncBrand.shortName.label "Sync">
+
+<!ENTITY customizeMode.autoHideDownloadsButton.label "Ocultar automaticamente">
+
+
+<!ENTITY uiTour.infoPanel.close "Fechar">
+
+<!ENTITY panicButton.thankyou.msg1 "Seu histórico recente foi limpo.">
+<!ENTITY panicButton.thankyou.msg2 "Navegação segura!">
+<!ENTITY panicButton.thankyou.buttonlabel "Obrigado!">
+
+<!ENTITY updateAvailable.panelUI.label "Baixar atualização do &brandShorterName;">
+<!ENTITY updateManual.panelUI.label "Baixar uma nova cópia do &brandShorterName;">
+<!ENTITY updateUnsupported.panelUI.label "Não é possível instalar atualizações adicionais">
+<!ENTITY updateRestart.panelUI.label2 "Reiniciar o &brandShorterName; para atualizar">
+
+<!ENTITY sendToDevice.syncNotReady.label "Sincronizando dispositivos…">
+
+<!ENTITY pageAction.shareUrl.label "Compartilhar">
+<!ENTITY pageAction.shareMore.label "Mais…">
+
+<!ENTITY libraryButton.tooltip "Ver histórico, favoritos salvos e muito mais">
+
+<!-- LOCALIZATION NOTE: (accessibilityIndicator.tooltip): This is used to
+ display a tooltip for accessibility indicator in toolbar/tabbar. It is also
+ used as a textual label for the indicator used by assistive technology
+ users. -->
+<!ENTITY accessibilityIndicator.tooltip "Recursos de acessibilidade ativos">
diff --git a/l10n-pt-BR/browser/chrome/browser/browser.properties b/l10n-pt-BR/browser/chrome/browser/browser.properties
new file mode 100644
index 0000000000..f97708b0f5
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/browser.properties
@@ -0,0 +1,1070 @@
+# 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/.
+
+nv_timeout=Tempo esgotado
+openFile=Abrir arquivo
+
+droponhometitle=Definir página inicial
+droponhomemsg=Quer que este documento seja sua nova página inicial?
+droponhomemsgMultiple=Quer que estes documentos sejam suas novas páginas iniciais?
+
+# context menu strings
+
+# LOCALIZATION NOTE (contextMenuSearch): %1$S is the search engine,
+# %2$S is the selection string.
+contextMenuSearch=Pesquisar “%2$S” no %1$S
+contextMenuSearch.accesskey=P
+contextMenuPrivateSearch=Pesquisar em uma janela privativa
+contextMenuPrivateSearch.accesskey=e
+# LOCALIZATION NOTE (contextMenuPrivateSearchOtherEngine): %S is the search
+# engine name as set for Private Browsing mode. This label is only used when
+# this engine is different from the default engine name used in normal mode.
+contextMenuPrivateSearchOtherEngine=Pesquisar com %S em uma janela privativa
+contextMenuPrivateSearchOtherEngine.accesskey=e
+
+# bookmark dialog strings
+
+bookmarkAllTabsDefault=[Nome da pasta]
+
+xpinstallPromptMessage=O %S impediu que este site instale um programa no seu computador.
+# LOCALIZATION NOTE (xpinstallPromptMessage.header)
+# The string contains the hostname of the site the add-on is being installed from.
+xpinstallPromptMessage.header=Permitir que %S instale uma extensão?
+xpinstallPromptMessage.message=Você está tentando instalar uma extensão de %S. Tenha certeza se confia neste site antes de continuar.
+xpinstallPromptMessage.header.unknown=Permitir que um site desconhecido instale uma extensão?
+xpinstallPromptMessage.message.unknown=Você está tentando instalar uma extensão a partir de um site desconhecido. Tenha certeza de que confia neste site antes de continuar.
+xpinstallPromptMessage.learnMore=Saiba mais sobre instalação de extensões com segurança
+xpinstallPromptMessage.dontAllow=Não permitir
+xpinstallPromptMessage.dontAllow.accesskey=N
+xpinstallPromptMessage.neverAllow=Nunca permitir
+xpinstallPromptMessage.neverAllow.accesskey=N
+# Accessibility Note:
+# Be sure you do not choose an accesskey that is used elsewhere in the active context (e.g. main menu bar, submenu of the warning popup button)
+# See https://website-archive.mozilla.org/www.mozilla.org/access/access/keyboard/ for details
+xpinstallPromptMessage.install=Continuar para a instalação
+xpinstallPromptMessage.install.accesskey=C
+
+xpinstallDisabledMessageLocked=A instalação de software foi desativada pelo administrador do sistema.
+xpinstallDisabledMessage=A instalação de software está desativada. Clique em Ativar e tente novamente.
+xpinstallDisabledButton=Ativar
+xpinstallDisabledButton.accesskey=A
+
+# LOCALIZATION NOTE (addonInstallBlockedByPolicy)
+# This message is shown when the installation of an add-on is blocked by
+# enterprise policy. %1$S is replaced by the name of the add-on.
+# %2$S is replaced by the ID of add-on. %3$S is a custom message that
+# the administration can add to the message.
+addonInstallBlockedByPolicy=%1$S (%2$S) foi bloqueado pelo administrador do seu sistema.%3$S
+addonInstallFullScreenBlocked=A instalação de extensões não é permitida no modo de tela inteira ou logo antes de mudar para tela inteira.
+
+# LOCALIZATION NOTE (webextPerms.header)
+# This string is used as a header in the webextension permissions dialog,
+# %S is replaced with the localized name of the extension being installed.
+# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612
+# for an example of the full dialog.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webextPerms.header=Adicionar %S?
+
+webextPerms.unsignedWarning=Atenção: Esta extensão não foi verificada. Extensões maliciosas podem roubar suas informações privativas ou comprometer o seu computador. Só instale esta extensão se você confia na fonte.
+
+# LOCALIZATION NOTE (webextPerms.listIntro)
+# This string will be followed by a list of permissions requested
+# by the webextension.
+webextPerms.listIntro=Requer sua permissão para:
+webextPerms.learnMore=Saiba mais sobre permissões
+webextPerms.add.label=Adicionar
+webextPerms.add.accessKey=A
+webextPerms.cancel.label=Cancelar
+webextPerms.cancel.accessKey=C
+
+# LOCALIZATION NOTE (webextPerms.sideloadMenuItem)
+# %1$S will be replaced with the localized name of the sideloaded add-on.
+# %2$S will be replace with the name of the application (e.g., Firefox, Nightly)
+webextPerms.sideloadMenuItem=%1$S adicionado ao %2$S
+
+# LOCALIZATION NOTE (webextPerms.sideloadHeader)
+# This string is used as a header in the webextension permissions dialog
+# when the extension is side-loaded.
+# %S is replaced with the localized name of the extension being installed.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webextPerms.sideloadHeader=%S adicionado
+webextPerms.sideloadText2=Outro programa em seu computador instalou uma extensão que pode afetar seu navegador. Reveja as solicitações de permissão desta extensão e escolha Ativar ou Cancelar (para deixar a extensão desativada).
+webextPerms.sideloadTextNoPerms=Outro programa em seu computador instalou uma extensão que pode afetar seu navegador. Escolha Ativar ou Cancelar (para deixar a extensão desativada).
+
+webextPerms.sideloadEnable.label=Ativar
+webextPerms.sideloadEnable.accessKey=A
+webextPerms.sideloadCancel.label=Cancelar
+webextPerms.sideloadCancel.accessKey=C
+
+# LOCALIZATION NOTE (webextPerms.updateMenuItem)
+# %S will be replaced with the localized name of the extension which
+# has been updated.
+webextPerms.updateMenuItem=%S requer novas permissões
+
+# LOCALIZATION NOTE (webextPerms.updateText)
+# %S is replaced with the localized name of the updated extension.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webextPerms.updateText=A extensão %S foi atualizada. A instalação da nova versão depende da sua aprovação de novas permissões. Se escolher “Cancelar”, será mantida a versão atual.
+
+webextPerms.updateAccept.label=Atualizar
+webextPerms.updateAccept.accessKey=u
+
+# LOCALIZATION NOTE (webextPerms.optionalPermsHeader)
+# %S is replace with the localized name of the extension requested new
+# permissions.
+# Note, this string will be used as raw markup. Avoid characters like <, >, &
+webextPerms.optionalPermsHeader=%S requer permissões adicionais.
+webextPerms.optionalPermsListIntro=Ele quer:
+webextPerms.optionalPermsAllow.label=Permitir
+webextPerms.optionalPermsAllow.accessKey=P
+webextPerms.optionalPermsDeny.label=Negar
+webextPerms.optionalPermsDeny.accessKey=N
+
+webextPerms.description.bookmarks=Ler e modificar favoritos
+webextPerms.description.browserSettings=Ler e modificar configurações do navegador
+webextPerms.description.browsingData=Limpar histórico de navegação, cookies e dados recentes
+webextPerms.description.clipboardRead=Obter dados da área de transferência
+webextPerms.description.clipboardWrite=Inserir dados na área de transferência
+webextPerms.description.devtools=Estender as ferramentas de desenvolvimento para acessar seus dados em abas abertas
+webextPerms.description.downloads=Fazer o download de arquivos, ler e modificar o histórico de downloads do navegador
+webextPerms.description.downloads.open=Abrir arquivos baixados no seu computador
+webextPerms.description.find=Ler o texto de todas as abas abertas
+webextPerms.description.geolocation=Acessar sua localização
+webextPerms.description.history=Acessar o histórico de navegação
+webextPerms.description.management=Monitorar o uso de extensões e gerenciar temas
+# LOCALIZATION NOTE (webextPerms.description.nativeMessaging)
+# %S will be replaced with the name of the application
+webextPerms.description.nativeMessaging=Trocar mensagens com outros programas além do %S
+webextPerms.description.notifications=Exibir notificações para você
+webextPerms.description.pkcs11=Fornecer serviços de autenticação criptográfica
+webextPerms.description.privacy=Ler e modificar configurações de privacidade
+webextPerms.description.proxy=Controlar configurações de proxy de navegação
+webextPerms.description.sessions=Acessar abas fechadas recentemente
+webextPerms.description.tabs=Acessar as abas do navegador
+webextPerms.description.tabHide=Ocultar e mostrar abas do navegador
+webextPerms.description.topSites=Acessar o histórico de navegação
+webextPerms.description.webNavigation=Acessar as atividades do navegador durante a navegação
+
+webextPerms.hostDescription.allUrls=Acessar seus dados em todos os sites visitados
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard)
+# %S will be replaced by the DNS domain for which a webextension
+# is requesting access (e.g., mozilla.org)
+webextPerms.hostDescription.wildcard=Acessar seus dados em páginas do domínio %S
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards):
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 will be replaced by an integer indicating the number of additional
+# domains for which this webextension is requesting permission.
+webextPerms.hostDescription.tooManyWildcards=Acessar seus dados em #1 outro domínio;Acessar seus dados em #1 outros domínios
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite)
+# %S will be replaced by the DNS host name for which a webextension
+# is requesting access (e.g., www.mozilla.org)
+webextPerms.hostDescription.oneSite=Acessar seus dados em %S
+
+# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites)
+# Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 will be replaced by an integer indicating the number of additional
+# hosts for which this webextension is requesting permission.
+webextPerms.hostDescription.tooManySites=Acessar seus dados em #1 outro site;Acessar seus dados em #1 outros sites
+
+# LOCALIZATION NOTE (webext.defaultSearch.description)
+# %1$S is replaced with the localized named of the extension that is asking to change the default search engine.
+# %2$S is replaced with the name of the current search engine
+# %3$S is replaced with the name of the new search engine
+webext.defaultSearch.description=%1$S quer mudar seu mecanismo de pesquisa padrão de %2$S para %3$S. Você autoriza?
+webext.defaultSearchYes.label=Sim
+webext.defaultSearchYes.accessKey=S
+webext.defaultSearchNo.label=Não
+webext.defaultSearchNo.accessKey=N
+
+# LOCALIZATION NOTE (webext.remove.confirmation.title)
+# %S is the name of the extension which is about to be removed.
+webext.remove.confirmation.title=Remover %S
+# LOCALIZATION NOTE (webext.remove.confirmation.message)
+# %1$S is the name of the extension which is about to be removed.
+# %2$S is brandShorterName
+webext.remove.confirmation.message=Remover %1$S do %2$S?
+webext.remove.confirmation.button=Remover
+# LOCALIZATION NOTE (webext.remove.abuseReportCheckbox.message)
+# %S is vendorShortName
+webext.remove.abuseReportCheckbox.message=Quero denunciar esta extensão para a %S
+
+# LOCALIZATION NOTE (addonPostInstall.message1)
+# %1$S is replaced with the localized named of the extension that was
+# just installed.
+# %2$S is replaced with the localized name of the application.
+addonPostInstall.message1=%1$S foi adicionado ao %2$S.
+
+# LOCALIZATION NOTE (addonDownloadingAndVerifying):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# Also see https://bugzilla.mozilla.org/show_bug.cgi?id=570012 for mockups
+addonDownloadingAndVerifying=Baixando e verificando a extensão…;Baixando e verificando #1 extensões…
+addonDownloadVerifying=Verificando
+
+addonInstall.unsigned=(Não verificado)
+addonInstall.cancelButton.label=Cancelar
+addonInstall.cancelButton.accesskey=C
+addonInstall.acceptButton2.label=Adicionar
+addonInstall.acceptButton2.accesskey=A
+
+# LOCALIZATION NOTE (addonConfirmInstallMessage,addonConfirmInstallUnsigned):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is brandShortName
+# #2 is the number of add-ons being installed
+addonConfirmInstall.message=Este site quer instalar uma extensão no #1:;Este site quer instalar #2 extensões no #1:
+addonConfirmInstallUnsigned.message=Cuidado: Este site quer instalar uma extensão não-verificada em #1. Proceda por sua conta e risco.;Cuidado: Este site quer instalar #2 extensões não-verificadas em #1. Proceda por sua conta e risco.
+
+# LOCALIZATION NOTE (addonConfirmInstallSomeUnsigned.message):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is brandShortName
+# #2 is the total number of add-ons being installed (at least 2)
+addonConfirmInstallSomeUnsigned.message=;Cuidado: Este site quer instalar #2 extensões em #1, algumas das quais não foram verificadas. Proceda por sua conta e risco.
+
+# LOCALIZATION NOTE (addonInstalled):
+# %S is the name of the add-on
+addonInstalled=%S foi instalado com sucesso.
+# LOCALIZATION NOTE (addonsGenericInstalled):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 number of add-ons
+addonsGenericInstalled=#1 extensão foi instalada com sucesso.;#1 extensões foram instaladas com sucesso.
+
+# LOCALIZATION NOTE (addonInstallError-1, addonInstallError-2, addonInstallError-3, addonInstallError-4, addonInstallError-5, addonLocalInstallError-1, addonLocalInstallError-2, addonLocalInstallError-3, addonLocalInstallError-4, addonLocalInstallError-5):
+# %1$S is the application name, %2$S is the add-on name
+addonInstallError-1=A extensão não pôde ser baixada por causa de uma falha na conexão.
+addonInstallError-2=A extensão não pôde ser instalada porque não corresponde à extensão %1$S esperada.
+addonInstallError-3=A extensão baixada deste site não pôde ser instalada porque parece estar corrompida.
+addonInstallError-4=%2$S não pôde ser instalado porque %1$S não pode modificar o arquivo necessário.
+addonInstallError-5=O %1$S impediu que este site instale uma extensão não verificada.
+addonLocalInstallError-1=Esta extensão não pôde ser instalada devido a um erro do sistema de arquivos.
+addonLocalInstallError-2=Esta extensão não pôde ser instalada porque não corresponde à extensão %1$S esperada.
+addonLocalInstallError-3=Esta extensão não pôde ser instalada porque parece estar danificada.
+addonLocalInstallError-4=%2$S não pôde ser instalado porque %1$S não pode modificar o arquivo necessário.
+addonLocalInstallError-5=Esta extensão não pôde ser instalada porque não foi verificada.
+
+# LOCALIZATION NOTE (addonInstallErrorIncompatible):
+# %1$S is the application name, %2$S is the application version, %3$S is the add-on name
+addonInstallErrorIncompatible=%3$S não pôde ser instalado porque não é compatível com o %1$S %2$S.
+
+# LOCALIZATION NOTE (addonInstallErrorBlocklisted): %S is add-on name
+addonInstallErrorBlocklisted=%S não pôde ser instalado porque tem um elevado risco de causar problemas de estabilidade ou segurança.
+
+unsignedAddonsDisabled.message=Uma ou mais extensões instaladas não puderam ser verificadas e foram desativadas.
+unsignedAddonsDisabled.learnMore.label=Saiba mais
+unsignedAddonsDisabled.learnMore.accesskey=b
+
+# LOCALIZATION NOTE (popupWarning.message): Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is brandShortName and #2 is the number of pop-ups blocked.
+popupWarning.message=O #1 impediu que este site abra uma janela.;O #1 impediu que este site abra #2 janelas.
+# LOCALIZATION NOTE (popupWarning.exceeded.message): Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# The singular form is left empty for English, since the number of blocked pop-ups is always greater than 1.
+# #1 is brandShortName and #2 is the number of pop-ups blocked.
+popupWarning.exceeded.message=;O #1 impediu que este site abra mais de #2 janelas.
+popupWarningButton=Opções
+popupWarningButton.accesskey=O
+popupWarningButtonUnix=Preferências
+popupWarningButtonUnix.accesskey=P
+popupAllow=Permitir popups de %S
+popupBlock=Bloquear popups de %S
+popupWarningDontShowFromMessage=Não mostrar esta mensagem ao bloquear popups
+popupShowPopupPrefix=Mostrar ‘%S’
+
+# LOCALIZATION NOTE (popupShowBlockedPopupsIndicatorText): Semicolon separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of pop-ups blocked.
+popupShowBlockedPopupsIndicatorText=Mostrar #1 pop-up bloqueado…;Mostrar #1 pop-ups bloqueados…
+
+# LOCALIZATION NOTE (geolocationLastAccessIndicatorText): %S is the relative time of the most recent geolocation access (e.g. 5 min. ago)
+geolocationLastAccessIndicatorText=Último acesso há %S
+
+# LOCALIZATION NOTE (openProtocolHandlerPermissionEntryLabel): %S is the scheme of the protocol the site may open an application for. For example: mailto
+openProtocolHandlerPermissionEntryLabel=Links %S://
+
+crashedpluginsMessage.title=O plugin %S travou.
+crashedpluginsMessage.reloadButton.label=Recarregar página
+crashedpluginsMessage.reloadButton.accesskey=R
+crashedpluginsMessage.submitButton.label=Enviar um relato de travamento
+crashedpluginsMessage.submitButton.accesskey=E
+crashedpluginsMessage.learnMore=Saiba mais…
+
+# Keyword fixup messages
+# LOCALIZATION NOTE (keywordURIFixup.message): Used when the user tries to visit
+# a local host page, by the time the DNS request recognizes it, we have already
+# loaded a search page for the given word. An infobar then asks to the user
+# whether he rather wanted to visit the host. %S is the recognized host.
+keywordURIFixup.message=Você quis dizer ir para %S?
+keywordURIFixup.goTo=Sim, leve-me para %S
+keywordURIFixup.goTo.accesskey=S
+keywordURIFixup.dismiss=Não, obrigado
+keywordURIFixup.dismiss.accesskey=N
+
+pluginInfo.unknownPlugin=Desconhecido
+
+# Flash activation doorhanger UI
+flashActivate.message=Permitir que o Adobe Flash execute neste site? Somente permita o Adobe Flash em sites que você confia.
+flashActivate.outdated.message=Permitir que uma versão desatualizada do Adobe Flash execute neste site? Um versão desatualizada pode afetar a navegação e segurança.
+flashActivate.noAllow=Não permitir
+flashActivate.allow=Permitir
+flashActivate.noAllow.accesskey=N
+flashActivate.allow.accesskey=P
+
+# in-page UI
+# LOCALIZATION NOTE (PluginClickToActivate2): Two changes were done to the
+# previous version of the string. The first is that we changed the wording from
+# "Activate" to "Run", because it's shorter and feels less technical in English.
+# Feel free to keep using the previous wording in your language if it's already
+# the best one.
+# The second change is that we removed the period at the end of the phrase, because
+# it's not natural in our UI, and the underline was removed from this, so it doesn't
+# look like a link anymore. We suggest that everyone removes that period too.
+PluginClickToActivate2=Executar %S
+PluginVulnerableUpdatable=Este plugin é vulnerável e deve ser atualizado.
+PluginVulnerableNoUpdate=Este plugin tem vulnerabilidades de segurança.
+
+# Sanitize
+# LOCALIZATION NOTE (update.downloadAndInstallButton.label): %S is replaced by the
+# version of the update: "Update to 28.0".
+update.downloadAndInstallButton.label=Atualizar para %S
+update.downloadAndInstallButton.accesskey=A
+
+menuOpenAllInTabs.label=Abrir tudo em abas
+
+# History menu
+menuRestoreAllTabs.label=Restaurar todas as abas
+# LOCALIZATION NOTE (menuRestoreAllWindows, menuUndoCloseWindowLabel, menuUndoCloseWindowSingleTabLabel):
+# see bug 394759
+menuRestoreAllWindows.label=Restaurar todas as janelas
+
+# History menu
+# LOCALIZATION NOTE (menuUndoCloseWindowLabel): Semicolon-separated list of plural forms.
+# see bug 394759
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 Window Title, #2 Number of tabs
+menuUndoCloseWindowLabel=#1 (e mais #2 aba);#1 (e mais #2 abas)
+menuUndoCloseWindowSingleTabLabel=#1
+
+# Unified Back-/Forward Popup
+tabHistory.current=Permanecer nesta página
+tabHistory.goBack=Voltar para esta página
+tabHistory.goForward=Avançar para esta página
+
+# URL Bar
+pasteAndGo.label=Colar e ir
+# LOCALIZATION NOTE (reloadButton.tooltip):
+# %S is the keyboard shortcut for reloading the current page
+reloadButton.tooltip=Recarregar a página atual (%S)
+# LOCALIZATION NOTE (stopButton.tooltip):
+# %S is the keyboard shortcut for stopping loading the page
+stopButton.tooltip=Interromper o carregamento desta página (%S)
+# LOCALIZATION NOTE (urlbar-zoom-button.tooltip):
+# %S is the keyboard shortcut for resetting the zoom level to 100%
+urlbar-zoom-button.tooltip=Redefinir o nível de zoom (%S)
+# LOCALIZATION NOTE (reader-mode-button.tooltip):
+# %S is the keyboard shortcut for entering/exiting reader view
+reader-mode-button.tooltip=Alternar visualização do leitor (%S)
+# LOCALIZATION NOTE (urlbar.placeholder):
+# %S is the name of the user's current search engine
+urlbar.placeholder=Pesquise com o %S ou digite um endereço
+
+# LOCALIZATION NOTE(zoom-button.label): %S is the current page zoom level,
+# %% will be displayed as a single % character (% is commonly used to define
+# format specifiers, so it needs to be escaped).
+zoom-button.label = %S%%
+
+# Block autorefresh
+refreshBlocked.goButton=Permitir
+refreshBlocked.goButton.accesskey=P
+refreshBlocked.refreshLabel=O %S impediu que esta página fosse recarregada automaticamente.
+refreshBlocked.redirectLabel=O %S impediu que esta página redirecionasse automaticamente para outra página.
+
+# General bookmarks button
+# LOCALIZATION NOTE (bookmarksMenuButton.tooltip):
+# %S is the keyboard shortcut for "Show All Bookmarks"
+bookmarksMenuButton.tooltip=Mostrar seus favoritos (%S)
+
+# Downloads button tooltip
+# LOCALIZATION NOTE (downloads.tooltip):
+# %S is the keyboard shortcut for "Downloads"
+downloads.tooltip=Exibir o progresso dos downloads em andamento (%S)
+
+# Print button tooltip on OS X
+# LOCALIZATION NOTE (printButton.tooltip):
+# Use the unicode ellipsis char, \u2026,
+# or use "..." if \u2026 doesn't suit traditions in your locale.
+# %S is the keyboard shortcut for "Print"
+printButton.tooltip=Imprimir esta página… (%S)
+
+# New Window button tooltip
+# LOCALIZATION NOTE (newWindowButton.tooltip):
+# %S is the keyboard shortcut for "New Window"
+newWindowButton.tooltip=Abrir uma nova janela (%S)
+
+# New Tab button tooltip
+# LOCALIZATION NOTE (newTabButton.tooltip):
+# %S is the keyboard shortcut for "New Tab"
+newTabButton.tooltip=Abrir uma nova aba (%S)
+newTabContainer.tooltip=Abrir uma nova aba (%S)\nMantenha pressionado para abrir uma nova aba contêiner
+newTabAlwaysContainer.tooltip=Selecione um contêiner para abrir uma nova aba
+
+# Offline web applications
+offlineApps.available2=Você permite que %S armazene dados no seu computador?
+offlineApps.allowStoring.label=Permitir o armazenamento de dados
+offlineApps.allowStoring.accesskey=P
+offlineApps.dontAllow.label=Não permitir
+offlineApps.dontAllow.accesskey=N
+
+# Canvas permission prompt
+# LOCALIZATION NOTE (canvas.siteprompt): %S is hostname
+canvas.siteprompt=Você permite que %S use seus dados de imagens de canvas HTML5? Isso pode ser usado para identificar seu computador.
+canvas.notAllow=Não permitir
+canvas.notAllow.accesskey=n
+canvas.allow=Permitir acessar dados
+canvas.allow.accesskey=P
+canvas.remember=Sempre lembrar minha decisão
+
+# WebAuthn prompts
+# LOCALIZATION NOTE (webauthn.registerPrompt2): %S is hostname
+webauthn.registerPrompt2=%S quer registrar uma conta com uma de suas chaves de segurança. Você pode conectar e autorizar uma agora, ou cancelar.
+# LOCALIZATION NOTE (webauthn.registerDirectPrompt2):
+# %1$S is hostname. %2$S is brandShortName.
+# The website is asking for extended information about your
+# hardware authenticator that shouldn't be generally necessary. Permitting
+# this is safe if you only use one account at this website. If you have
+# multiple accounts at this website, and you use the same hardware
+# authenticator, then the website could link those accounts together.
+# And this is true even if you use a different profile / browser (or even Tor
+# Browser). To avoid this, you should use different hardware authenticators
+# for different accounts on this website.
+webauthn.registerDirectPrompt2=%1$S está solicitando informações adicionais sobre sua chave de segurança, o que pode afetar sua privacidade.\n\n\nO %2$S pode tornar isso anônimo para você, mas o site pode recusar essa chave. Se for recusada, você pode tentar novamente.
+# LOCALIZATION NOTE (webauthn.signPrompt2): %S is hostname
+webauthn.signPrompt2=%S quer autenticar você usando uma chave de segurança registrada. Você pode se conectar e autorizar uma agora, ou cancelar.
+webauthn.cancel=Cancelar
+webauthn.cancel.accesskey=c
+webauthn.proceed=Prosseguir
+webauthn.proceed.accesskey=p
+webauthn.anonymize=Anonimizar mesmo assim
+
+# Spoof Accept-Language prompt
+privacy.spoof_english=Se mudar a configuração do idioma para inglês, ficará mais difícil identificar você, aprimorando sua privacidade. Quer solicitar a versão em inglês de páginas web?
+
+# LOCALIZATION NOTE (identity.headerMainWithHost, identity.headerSecurityWithHost):
+# %S is the hostname of the site that is being displayed.
+identity.headerMainWithHost=Informações do site %S
+identity.headerSecurityWithHost=Segurança da conexão de %S
+identity.identified.verifier=Homologado por: %S
+identity.identified.verified_by_you=Você adicionou uma exceção de segurança para este site.
+identity.identified.state_and_country=%S, %S
+identity.ev.contentOwner2=Certificado emitido para: %S
+
+# LOCALIZATION NOTE (identity.notSecure.label):
+# Keep this string as short as possible, this is displayed in the URL bar
+# use a synonym for "safe" or "private" if "secure" is too long.
+identity.notSecure.label=Inseguro
+identity.notSecure.tooltip=A conexão não é segura
+
+identity.extension.label=Extensão (%S)
+identity.extension.tooltip=Carregado pela extensão: %S
+identity.showDetails.tooltip=Mostrar detalhes da conexão
+
+# LOCALIZATION NOTE (contentBlocking.trackersView.blocked.label):
+# This label is shown next to a tracker in the trackers subview.
+# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked"
+contentBlocking.trackersView.blocked.label=Bloqueado
+
+contentBlocking.trackersView.empty.label=Nenhum detectado neste site
+
+# LOCALIZATION NOTE (contentBlocking.cookies.blockingTrackers.label, contentBlocking.cookies.blocking3rdParty.label,
+# contentBlocking.cookies.blockingUnvisited.label,contentBlocking.cookies.blockingAll.label):
+contentBlocking.cookies.blockingTrackers3.label=Cookies de rastreamento entre sites
+contentBlocking.cookies.blocking3rdParty2.label=Cookies de terceiros
+contentBlocking.cookies.blockingUnvisited2.label=Cookies de sites não visitados
+contentBlocking.cookies.blockingAll2.label=Todos os cookies
+
+contentBlocking.cookiesView.firstParty.label=Cookies deste site
+# LOCALIZATION NOTE (contentBlocking.cookiesView.firstParty.empty.label):
+# This references the header from contentBlocking.cookiesView.firstParty.label:
+# "[Cookies] From This Site: None detected on this site".
+contentBlocking.cookiesView.firstParty.empty.label=Nenhum detectado neste site
+
+contentBlocking.cookiesView.trackers2.label=Cookies de rastreamento entre sites
+# LOCALIZATION NOTE (contentBlocking.cookiesView.trackers.empty.label):
+# This references the header from contentBlocking.cookiesView.trackers.label:
+# "Tracking Cookies: None detected on this site".
+contentBlocking.cookiesView.trackers.empty.label=Nenhum detectado neste site
+
+contentBlocking.cookiesView.thirdParty.label=Cookies de terceiros
+# LOCALIZATION NOTE (contentBlocking.cookiesView.thirdParty.empty.label):
+# This references the header from contentBlocking.cookiesView.thirdParty.label:
+# "Third-Party Cookies: None detected on this site".
+contentBlocking.cookiesView.thirdParty.empty.label=Nenhum detectado neste site
+
+# LOCALIZATION NOTE (contentBlocking.cookiesView.allowed.label):
+# This label is shown next to a cookie origin in the cookies subview.
+# It forms the end of the (imaginary) sentence "www.example.com [was] Allowed"
+contentBlocking.cookiesView.allowed.label=Permitido
+# LOCALIZATION NOTE (contentBlocking.cookiesView.blocked.label):
+# This label is shown next to a cookie origin in the cookies subview.
+# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked"
+contentBlocking.cookiesView.blocked.label=Bloqueado
+# LOCALIZATION NOTE (contentBlocking.cookiesView.removeButton.tooltip): %S is the domain of the site.
+contentBlocking.cookiesView.removeButton.tooltip=Limpar exceção de cookies de %S
+
+# LOCALIZATION NOTE (contentBlocking.fingerprintersView.blocked.label):
+# This label is shown next to a fingerprinter in the fingerprinters subview.
+# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked"
+contentBlocking.fingerprintersView.blocked.label=Bloqueado
+
+# LOCALIZATION NOTE (contentBlocking.cryptominersView.blocked.label):
+# This label is shown next to a cryptominer in the cryptominers subview.
+# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked"
+contentBlocking.cryptominersView.blocked.label=Bloqueado
+
+trackingProtection.icon.activeTooltip2=Bloqueando rastreadores de mídias sociais, cookies de rastreamento entre sites e fingerprinters.
+trackingProtection.icon.disabledTooltip2=A proteção aprimorada contra rastreamento está DESATIVADA neste site.
+# LOCALIZATION NOTE (trackingProtection.icon.noTrackersDetectedTooltip): %S is brandShortName.
+trackingProtection.icon.noTrackersDetectedTooltip=Nenhum rastreador conhecido pelo %S foi detectado nesta página.
+
+# LOCALIZATION NOTE (protections.header):
+# Header of the Protections Panel. %S is replaced with the site's hostname.
+protections.header=Proteções em %S
+
+# LOCALIZATION NOTE (protections.disableAriaLabel):
+# Text that gets spoken by a screen reader if the button will disable protections.
+# %s is the site's hostname.
+protections.disableAriaLabel=Desativar proteções de %S
+
+# LOCALIZATION NOTE (protections.enableAriaLabel):
+# Text that gets spoken by a screen reader if the button will enable protections.
+# %s is the site's hostname.
+protections.enableAriaLabel=Ativar proteções de %S
+
+# Blocking and Not Blocking sub-views in the Protections Panel
+protections.blocking.fingerprinters.title=Fingerprinters bloqueados
+protections.blocking.cryptominers.title=Criptomineradores bloqueados
+protections.blocking.cookies.trackers.title=Cookies de rastreamento entre sites bloqueados
+protections.blocking.cookies.3rdParty.title=Cookies de terceiros bloqueados
+protections.blocking.cookies.all.title=Todos os cookies bloqueados
+protections.blocking.cookies.unvisited.title=Cookies de sites não visitados bloqueados
+protections.blocking.trackingContent.title=Conteúdo de rastreamento bloqueado
+protections.blocking.socialMediaTrackers.title=Rastreadores de mídias sociais bloqueados
+protections.notBlocking.fingerprinters.title=Não está bloqueando fingerprinters
+protections.notBlocking.cryptominers.title=Não está bloqueando criptomineradores
+protections.notBlocking.cookies.3rdParty.title=Não bloqueando cookies de terceiros
+protections.notBlocking.cookies.all.title=Não bloqueando cookies
+protections.notBlocking.crossSiteTrackingCookies.title=Não está bloqueando cookies de rastreamento entre sites
+protections.notBlocking.trackingContent.title=Não está bloqueando conteúdo de rastreamento
+protections.notBlocking.socialMediaTrackers.title=Não está bloqueando rastreadores de mídias sociais
+
+# Footer section in the Protections Panel
+# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description,
+# protections.footer.blockedTrackerCounter.tooltip):
+# This text indicates the total number of trackers blocked on all sites. In
+# its tooltip, we show the date when we started counting this number.
+# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.description):
+# Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# Replacement for #1 is a locale-string converted positive integer.
+protections.footer.blockedTrackerCounter.description=1 bloqueado;#1 bloqueados
+# LOCALIZATION NOTE (protections.footer.blockedTrackerCounter.tooltip):
+# %S is the date on which we started counting (e.g., July 17, 2019).
+protections.footer.blockedTrackerCounter.tooltip=Desde %S
+
+# Milestones section in the Protections Panel
+# LOCALIZATION NOTE (protections.milestone.description):
+# Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is replaced with brandShortName.
+# #2 is replaced with the (locale-formatted) number of trackers blocked
+# #3 is replaced by a locale-formatted date with short month and numeric year.
+# In English this looks like "Firefox blocked over 10,000 trackers since Oct 2019"
+protections.milestone.description=O #1 bloqueou #2 rastreador desde #3;O #1 bloqueou mais de #2 rastreadores desde #3
+
+# Edit Bookmark UI
+editBookmarkPanel.newBookmarkTitle=Novo favorito
+editBookmarkPanel.editBookmarkTitle=Editar este favorito
+editBookmarkPanel.cancel.label=Cancelar
+editBookmarkPanel.cancel.accesskey=C
+
+# LOCALIZATION NOTE (editBookmark.removeBookmarks.label): Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# Replacement for #1 is the number of bookmarks to be removed.
+# If this causes problems with localization you can also do "Remove Bookmarks (#1)"
+# instead of "Remove #1 Bookmarks".
+editBookmark.removeBookmarks.label=Remover favorito;Remover #1 favoritos
+editBookmark.removeBookmarks.accesskey=E
+
+# Application menu
+
+# LOCALIZATION NOTE(zoomReduce-button.tooltip): %S is the keyboard shortcut.
+zoomReduce-button.tooltip = Reduzir (%S)
+# LOCALIZATION NOTE(zoomReset-button.tooltip): %S is the keyboard shortcut.
+zoomReset-button.tooltip = Tamanho real (%S)
+# LOCALIZATION NOTE(zoomEnlarge-button.tooltip): %S is the keyboard shortcut.
+zoomEnlarge-button.tooltip = Ampliar (%S)
+
+# LOCALIZATION NOTE (cut-button.tooltip): %S is the keyboard shortcut.
+cut-button.tooltip = Cortar (%S)
+# LOCALIZATION NOTE (copy-button.tooltip): %S is the keyboard shortcut.
+copy-button.tooltip = Copiar (%S)
+# LOCALIZATION NOTE (paste-button.tooltip): %S is the keyboard shortcut.
+paste-button.tooltip = Colar (%S)
+
+# Geolocation UI
+
+geolocation.allowLocation=Permitir acessar localização
+geolocation.allowLocation.accesskey=P
+geolocation.dontAllowLocation=Não permitir
+geolocation.dontAllowLocation.accesskey=N
+geolocation.shareWithSite3=Você permite que %S acesse sua localização?
+geolocation.shareWithFile3=Você permite que este arquivo local acesse sua localização?
+# LOCALIZATION NOTE(geolocation.shareWithSiteUnsafeDelegation):
+# %1$S is the first party origin, %2$S is the third party origin.
+geolocation.shareWithSiteUnsafeDelegation=Você permite que o %1$S dê permissão para %2$S acessar sua localização?
+geolocation.remember=Memorizar esta decisão
+
+# Virtual Reality Device UI
+xr.allow=Permitir acesso à realidade virtual
+xr.allow.accesskey=P
+xr.dontAllow=Não permitir
+xr.dontAllow.accesskey=N
+xr.shareWithSite3=Você permite que %S acesse dispositivos de realidade virtual? Isto pode expor informações sensíveis.
+xr.shareWithFile3=Você permite que este arquivo local acesse dispositivos de realidade virtual? Isto pode expor informações sensíveis.
+xr.remember=Memorizar esta decisão
+
+# Persistent storage UI
+persistentStorage.allow=Permitir
+persistentStorage.allow.accesskey=P
+persistentStorage.neverAllow.label=Nunca permitir
+persistentStorage.neverAllow.accesskey=N
+persistentStorage.notNow.label=Agora não
+persistentStorage.notNow.accesskey=n
+persistentStorage.allowWithSite=Você permite que %S armazene dados no armazenamento persistente?
+
+webNotifications.allow=Permitir notificações
+webNotifications.allow.accesskey=P
+webNotifications.notNow=Agora não
+webNotifications.notNow.accesskey=n
+webNotifications.never=Nunca permitir
+webNotifications.never.accesskey=a
+webNotifications.receiveFromSite2=Você permite que %S envie notificações?
+
+# Phishing/Malware Notification Bar.
+# LOCALIZATION NOTE (notADeceptiveSite, notAnAttack)
+# The two button strings will never be shown at the same time, so
+# it's okay for them to have the same access key
+safebrowsing.getMeOutOfHereButton.label=Me tire daqui!
+safebrowsing.getMeOutOfHereButton.accessKey=M
+safebrowsing.deceptiveSite=Site enganoso!
+safebrowsing.notADeceptiveSiteButton.label=Este não é um site enganoso…
+safebrowsing.notADeceptiveSiteButton.accessKey=e
+safebrowsing.reportedAttackSite=Denunciado como site de ataque!
+safebrowsing.notAnAttackButton.label=Este não é um site de ataque…
+safebrowsing.notAnAttackButton.accessKey=a
+safebrowsing.reportedUnwantedSite=Denunciado como site de software indesejado!
+safebrowsing.reportedHarmfulSite=Site nocivo denunciado!
+
+# Ctrl-Tab
+# LOCALIZATION NOTE (ctrlTab.listAllTabs.label): #1 represents the number
+# of tabs in the current browser window. It will always be 2 at least.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+ctrlTab.listAllTabs.label=;Listar as #1 abas
+
+# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title
+# Used as the bookmark name when saving a keyword for a search field.
+addKeywordTitleAutoFill=Pesquisar %S
+
+# safeModeRestart
+safeModeRestartPromptTitle=Reiniciar com extensões desativadas
+safeModeRestartPromptMessage=Tem certeza que quer desativar todas as extensões e reiniciar?
+safeModeRestartButton=Reiniciar
+
+# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string
+# "true" (spelled and capitalized exactly that way) to show the "Text
+# Encoding" menu in the main Firefox button on Windows. Any other value will
+# hide it. Regardless of the value of this setting, the "Text Encoding"
+# menu will always be accessible via the "Web Developer" menu.
+# This is not a string to translate; it just controls whether the menu shows
+# up in the Firefox button. If users frequently use the "Text Encoding"
+# menu, set this to "true". Otherwise, you can leave it as "false".
+browser.menu.showCharacterEncoding=false
+
+# Mozilla data reporting notification (Telemetry, Firefox Health Report, etc)
+dataReportingNotification.message = O %1$S envia alguns dados automaticamente para a %2$S para que possamos aprimorar sua experiência.
+dataReportingNotification.button.label = Escolher o que compartilhar
+dataReportingNotification.button.accessKey = E
+
+# Process hang reporter
+processHang.label = Uma página web está deixando seu navegador lento. O que você quer fazer?
+# LOCALIZATION NOTE (processHang.add-on.label): %1$S is the name of the
+# extension. %2$S is the name of the product (e.g., Firefox)
+processHang.add-on.label = Um script na extensão “%1$S” está deixando o %2$S lento.
+processHang.add-on.learn-more.text = Saiba mais
+processHang.button_stop.label = Interromper
+processHang.button_stop.accessKey = I
+processHang.button_stop_sandbox.label = Desativar extensão temporariamente na página
+processHang.button_stop_sandbox.accessKey = A
+processHang.button_wait.label = Esperar
+processHang.button_wait.accessKey = E
+processHang.button_debug.label = Depurar script
+processHang.button_debug.accessKey = D
+
+# LOCALIZATION NOTE (fullscreenButton.tooltip): %S is the keyboard shortcut for full screen
+fullscreenButton.tooltip=Exibir a janela no modo tela inteira (%S)
+
+# These are visible when opening the popup inside the bookmarks sidebar
+sidebar.moveToLeft=Mover o painel para a esquerda
+sidebar.moveToRight=Mover o painel para a direita
+
+# LOCALIZATION NOTE (getUserMedia.shareCamera2.message,
+# getUserMedia.shareMicrophone2.message,
+# getUserMedia.shareScreen3.message,
+# getUserMedia.shareCameraAndMicrophone2.message,
+# getUserMedia.shareCameraAndAudioCapture2.message,
+# getUserMedia.shareScreenAndMicrophone3.message,
+# getUserMedia.shareScreenAndAudioCapture3.message,
+# getUserMedia.shareAudioCapture2.message):
+# %S is the website origin (e.g. www.mozilla.org)
+getUserMedia.shareCamera2.message = Você permite que %S use sua câmera?
+getUserMedia.shareMicrophone2.message = Você permite que %S use seu microfone?
+getUserMedia.shareScreen3.message = Você permite que %S veja sua tela?
+getUserMedia.shareCameraAndMicrophone2.message = Você permite que %S use sua câmera e microfone?
+getUserMedia.shareCameraAndAudioCapture2.message = Você permite que %S use sua câmera e ouça o áudio desta aba?
+getUserMedia.shareScreenAndMicrophone3.message = Você permite que %S use seu microfone e veja sua tela?
+getUserMedia.shareScreenAndAudioCapture3.message = Você permite que %S ouça o áudio desta aba e veja sua tela?
+getUserMedia.shareAudioCapture2.message = Você permite que %S ouça o áudio desta aba?
+
+# LOCALIZATION NOTE (getUserMedia.shareCameraUnsafeDelegation.message,
+# getUserMedia.shareMicrophoneUnsafeDelegation.message,
+# getUserMedia.shareScreenUnsafeDelegation.message,
+# getUserMedia.shareCameraAndMicrophoneUnsafeDelegation.message,
+# getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation.message,
+# getUserMedia.shareScreenAndMicrophoneUnsafeDelegation.message,
+# getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation.message,
+# %1$S is the first party origin.
+# %2$S is the third party origin.
+getUserMedia.shareCameraUnsafeDelegation.message = Você permite que o %1$S dê acesso para %2$S usar sua câmera?
+getUserMedia.shareMicrophoneUnsafeDelegations.message = Você permite que o %1$S dê acesso para %2$S usar seu microfone?
+getUserMedia.shareScreenUnsafeDelegation.message = Você permite que o %1$S dê permissão para %2$S ver sua tela?
+getUserMedia.shareCameraAndMicrophoneUnsafeDelegation.message = Você permite que o %1$S dê acesso para %2$S usar sua câmera e seu microfone?
+getUserMedia.shareCameraAndAudioCaptureUnsafeDelegation.message = Você permite que o %1$S dê acesso para %2$S usar sua câmera e ouvir áudio desta aba?
+getUserMedia.shareScreenAndMicrophoneUnsafeDelegation.message = Você permite que o %1$S dê acesso para %2$S usar seu microfone e ver sua tela?
+getUserMedia.shareScreenAndAudioCaptureUnsafeDelegation.message = Você permite que o %1$S dê permissão para %2$S ouvir áudio desta aba e ver sua tela?
+
+# LOCALIZATION NOTE (getUserMedia.shareScreenWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string.
+# %S will be the 'learn more' link
+getUserMedia.shareScreenWarning.message = Só compartilhar telas com sites que confia. Compartilhamentos podem permitir que sites enganosos se passem por você e roubem seus dados pessoais. %S
+# LOCALIZATION NOTE (getUserMedia.shareFirefoxWarning.message): NB: inserted via innerHTML, so please don't use <, > or & in this string.
+# %1$S is brandShortName (eg. Firefox)
+# %2$S will be the 'learn more' link
+getUserMedia.shareFirefoxWarning.message = Só compartilhe %1$S com sites que você confia. Compartilhamento pode permitir que sites enganosos se passem por você e roubem seus dados pessoais. %2$S
+# LOCALIZATION NOTE(getUserMedia.shareScreen.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string.
+getUserMedia.shareScreen.learnMoreLabel = Saiba mais
+getUserMedia.selectWindowOrScreen.label=Janela ou tela a compartilhar:
+getUserMedia.selectWindowOrScreen.accesskey=J
+getUserMedia.pickWindowOrScreen.label = Selecionar janela ou tela
+getUserMedia.shareEntireScreen.label = Tela inteira
+getUserMedia.sharePipeWirePortal.label = Usar configurações do sistema operacional
+# LOCALIZATION NOTE (getUserMedia.shareMonitor.label):
+# %S is screen number (digits 1, 2, etc)
+# Example: Screen 1, Screen 2,..
+getUserMedia.shareMonitor.label = Tela %S
+# LOCALIZATION NOTE (getUserMedia.shareApplicationWindowCount.label):
+# Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# Replacement for #1 is the name of the application.
+# Replacement for #2 is the number of windows currently displayed by the application.
+getUserMedia.shareApplicationWindowCount.label=#1 (#2 janela);#1 (#2 janelas)
+# LOCALIZATION NOTE (getUserMedia.allow.label,
+# getUserMedia.dontAllow.label):
+# These two buttons are the possible answers to the various prompts in the
+# "getUserMedia.share{device}.message" strings.
+getUserMedia.allow.label = Permitir
+getUserMedia.allow.accesskey = P
+getUserMedia.dontAllow.label = Não permitir
+getUserMedia.dontAllow.accesskey = N
+getUserMedia.remember=Memorizar esta decisão
+# LOCALIZATION NOTE (getUserMedia.reasonForNoPermanentAllow.screen3,
+# getUserMedia.reasonForNoPermanentAllow.audio,
+# getUserMedia.reasonForNoPermanentAllow.insecure):
+# %S is brandShortName
+getUserMedia.reasonForNoPermanentAllow.screen3=%S não pode permitir o acesso permanente a sua tela.
+getUserMedia.reasonForNoPermanentAllow.audio=O %S não pode permitir o acesso permanente ao áudio da sua aba sem perguntar qual aba compartilhar.
+getUserMedia.reasonForNoPermanentAllow.insecure=Sua conexão com este site não é segura. Para te proteger, o %S só permitirá o acesso nesta sessão.
+
+getUserMedia.sharingMenu.label = Abas compartilhadas em dispositivos
+getUserMedia.sharingMenu.accesskey = A
+# LOCALIZATION NOTE (getUserMedia.sharingMenuCamera
+# getUserMedia.sharingMenuMicrophone,
+# getUserMedia.sharingMenuAudioCapture,
+# getUserMedia.sharingMenuApplication,
+# getUserMedia.sharingMenuScreen,
+# getUserMedia.sharingMenuWindow,
+# getUserMedia.sharingMenuBrowser,
+# getUserMedia.sharingMenuCameraMicrophone,
+# getUserMedia.sharingMenuCameraMicrophoneApplication,
+# getUserMedia.sharingMenuCameraMicrophoneScreen,
+# getUserMedia.sharingMenuCameraMicrophoneWindow,
+# getUserMedia.sharingMenuCameraMicrophoneBrowser,
+# getUserMedia.sharingMenuCameraAudioCapture,
+# getUserMedia.sharingMenuCameraAudioCaptureApplication,
+# getUserMedia.sharingMenuCameraAudioCaptureScreen,
+# getUserMedia.sharingMenuCameraAudioCaptureWindow,
+# getUserMedia.sharingMenuCameraAudioCaptureBrowser,
+# getUserMedia.sharingMenuCameraApplication,
+# getUserMedia.sharingMenuCameraScreen,
+# getUserMedia.sharingMenuCameraWindow,
+# getUserMedia.sharingMenuCameraBrowser,
+# getUserMedia.sharingMenuMicrophoneApplication,
+# getUserMedia.sharingMenuMicrophoneScreen,
+# getUserMedia.sharingMenuMicrophoneWindow,
+# getUserMedia.sharingMenuMicrophoneBrowser,
+# getUserMedia.sharingMenuAudioCaptureApplication,
+# getUserMedia.sharingMenuAudioCaptureScreen,
+# getUserMedia.sharingMenuAudioCaptureWindow,
+# getUserMedia.sharingMenuAudioCaptureBrowser):
+# %S is the website origin (e.g. www.mozilla.org)
+getUserMedia.sharingMenuCamera = %S (câmera)
+getUserMedia.sharingMenuMicrophone = %S (microfone)
+getUserMedia.sharingMenuAudioCapture = %S (áudio da aba)
+getUserMedia.sharingMenuApplication = %S (aplicativo)
+getUserMedia.sharingMenuScreen = %S (tela)
+getUserMedia.sharingMenuWindow = %S (janela)
+getUserMedia.sharingMenuBrowser = %S (aba)
+getUserMedia.sharingMenuCameraMicrophone = %S (câmera e microfone)
+getUserMedia.sharingMenuCameraMicrophoneApplication = %S (câmera, microfone e aplicativo)
+getUserMedia.sharingMenuCameraMicrophoneScreen = %S (câmera, microfone e tela)
+getUserMedia.sharingMenuCameraMicrophoneWindow = %S (câmera, microfone e janela)
+getUserMedia.sharingMenuCameraMicrophoneBrowser = %S (câmera, microfone e aba)
+getUserMedia.sharingMenuCameraAudioCapture = %S (câmera e áudio da aba)
+getUserMedia.sharingMenuCameraAudioCaptureApplication = %S (câmera, áudio da aba e aplicativo)
+getUserMedia.sharingMenuCameraAudioCaptureScreen = %S (câmera, áudio da aba e tela)
+getUserMedia.sharingMenuCameraAudioCaptureWindow = %S (câmera, áudio da aba e janela)
+getUserMedia.sharingMenuCameraAudioCaptureBrowser = %S (câmera, aba e áudio da aba)
+getUserMedia.sharingMenuCameraApplication = %S (câmera e aplicativo)
+getUserMedia.sharingMenuCameraScreen = %S (câmera e tela)
+getUserMedia.sharingMenuCameraWindow = %S (câmera e janela)
+getUserMedia.sharingMenuCameraBrowser = %S (câmera e aba)
+getUserMedia.sharingMenuMicrophoneApplication = %S (microfone e aplicativo)
+getUserMedia.sharingMenuMicrophoneScreen = %S (microfone e tela)
+getUserMedia.sharingMenuMicrophoneWindow = %S (microfone e janela)
+getUserMedia.sharingMenuMicrophoneBrowser = %S (microfone e aba)
+getUserMedia.sharingMenuAudioCaptureApplication = %S (áudio da aba e aplicativo)
+getUserMedia.sharingMenuAudioCaptureScreen = %S (áudio da aba e tela)
+getUserMedia.sharingMenuAudioCaptureWindow = %S (áudio da aba e janela)
+getUserMedia.sharingMenuAudioCaptureBrowser = %S (aba e áudio da aba)
+# LOCALIZATION NOTE(getUserMedia.sharingMenuUnknownHost): this is used for the website
+# origin for the sharing menu if no readable origin could be deduced from the URL.
+getUserMedia.sharingMenuUnknownHost = Origem desconhecida
+
+# LOCALIZATION NOTE(emeNotifications.drmContentPlaying.message2): %S is brandShortName.
+emeNotifications.drmContentPlaying.message2 = Algum áudio ou vídeo neste site usa software DRM, o que pode limitar o que o %S pode deixar você fazer com ele.
+emeNotifications.drmContentPlaying.button.label = Configurar…
+emeNotifications.drmContentPlaying.button.accesskey = C
+
+# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S will be the 'learn more' link
+emeNotifications.drmContentDisabled.message = Você deve ativar o DRM para reproduzir áudio ou vídeo nesta página. %S
+emeNotifications.drmContentDisabled.button.label = Ativar DRM
+emeNotifications.drmContentDisabled.button.accesskey = A
+# LOCALIZATION NOTE(emeNotifications.drmContentDisabled.learnMoreLabel): NB: inserted via innerHTML, so please don't use <, > or & in this string.
+emeNotifications.drmContentDisabled.learnMoreLabel = Saiba mais
+
+# LOCALIZATION NOTE(emeNotifications.drmContentCDMInstalling.message): NB: inserted via innerHTML, so please don't use <, > or & in this string. %S is brandShortName
+emeNotifications.drmContentCDMInstalling.message = %S está instalando componentes necessários para reprodução do áudio ou vídeo nesta página. Tente novamente mais tarde.
+
+emeNotifications.unknownDRMSoftware = Desconhecido
+
+# LOCALIZATION NOTE - %S is brandShortName
+slowStartup.message = %S parece lento… para… iniciar.
+slowStartup.helpButton.label = Aprenda como acelerar
+slowStartup.helpButton.accesskey = A
+slowStartup.disableNotificationButton.label = Não avisar novamente
+slowStartup.disableNotificationButton.accesskey = N
+
+# LOCALIZATION NOTE - %S is brandShortName
+flashHang.message = %S alterou algumas configurações do Adobe Flash para melhorar o desempenho.
+flashHang.helpButton.label = Saiba mais…
+flashHang.helpButton.accesskey = b
+
+# LOCALIZATION NOTE (customizeMode.tabTitle): %S is brandShortName
+customizeMode.tabTitle = Personalizar %S
+
+e10s.accessibilityNotice.acceptButton.label = Ok
+e10s.accessibilityNotice.acceptButton.accesskey = O
+
+# LOCALIZATION NOTE (e10s.accessibilityNotice.jawsMessage): %S is brandShortName
+e10s.accessibilityNotice.jawsMessage = A exibição do conteúdo da aba foi desativado devido a incompatibilidade entre %S e seu software de acessibilidade. Atualize o seu leitor de tela ou mude para o Firefox ESR.
+
+# LOCALIZATION NOTE (userContextPersonal.label,
+# userContextWork.label,
+# userContextShopping.label,
+# userContextBanking.label,
+# userContextNone.label):
+# These strings specify the four predefined contexts included in support of the
+# Contextual Identity / Containers project. Each context is meant to represent
+# the context that the user is in when interacting with the site. Different
+# contexts will store cookies and other information from those sites in
+# different, isolated locations. You can enable the feature by typing
+# about:config in the URL bar and changing privacy.userContext.enabled to true.
+# Once enabled, you can open a new tab in a specific context by clicking
+# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these
+# strings on the right-hand side of the URL bar.
+userContextPersonal.label = Pessoal
+userContextWork.label = Trabalho
+userContextBanking.label = Financeiro
+userContextShopping.label = Compras
+userContextNone.label = Sem contêiner
+
+userContextPersonal.accesskey = P
+userContextWork.accesskey = T
+userContextBanking.accesskey = F
+userContextShopping.accesskey = C
+userContextNone.accesskey = N
+
+userContext.aboutPage.label = Gerenciar contêineres
+userContext.aboutPage.accesskey = O
+
+userContextOpenLink.label = Abrir link em nova aba %S
+
+muteTab.label = Silenciar aba
+muteTab.accesskey = S
+unmuteTab.label = Ativar som da aba
+unmuteTab.accesskey = s
+playTab.label = Reproduzir som na aba
+playTab.accesskey = R
+
+muteSelectedTabs2.label = Silenciar abas
+# LOCALIZATION NOTE (muteSelectedTabs2.accesskey): The accesskey should
+# match the accesskey for muteTab.accesskey
+muteSelectedTabs2.accesskey = s
+unmuteSelectedTabs2.label = Ativar som de abas
+# LOCALIZATION NOTE (unmuteSelectedTabs2.accesskey): The accesskey should
+# match the accesskey for unmuteTab.accesskey
+unmuteSelectedTabs2.accesskey = s
+playTabs.label = Reproduzir abas
+playTabs.accesskey = p
+
+# LOCALIZATION NOTE (sendTabsToDevice.label):
+# Semi-colon list of plural forms.
+# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs sent to the device.
+sendTabsToDevice.label = Enviar aba para dispositivo;Enviar #1 abas para dispositivo
+sendTabsToDevice.accesskey = n
+
+# LOCALIZATION NOTE (pageAction.sendTabsToDevice.label):
+# Semi-colon list of plural forms.
+# See: https://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs sent to the device.
+pageAction.sendTabsToDevice.label = Enviar aba para dispositivo;Enviar #1 abas para dispositivo
+
+# LOCALIZATION NOTE (pendingCrashReports2.label): Semi-colon list of plural forms
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of pending crash reports
+pendingCrashReports2.label = Um relatório de travamento não foi enviado;#1 relatórios de tratamentos não foram enviados
+pendingCrashReports.viewAll = Ver
+pendingCrashReports.send = Enviar
+pendingCrashReports.alwaysSend = Sempre enviar
+
+decoder.noCodecs.button = Saiba como
+decoder.noCodecs.accesskey = S
+decoder.noCodecsLinux.message = Para reproduzir o vídeo, pode ser necessário instalar codecs de vídeo exigidos.
+decoder.noHWAcceleration.message = Para melhorar a qualidade do vídeo, pode ser necessário instalar o Media Feature Pack da Microsoft.
+decoder.noPulseAudio.message = Para reproduzir áudio, pode ser necessário instalar o PulseAudio.
+decoder.unsupportedLibavcodec.message = libavcodec pode ser vulnerável ou não suportado e deve ser atualizado para reproduzir o vídeo.
+
+decoder.decodeError.message = Ocorreu um erro durante a decodificação da mídia.
+decoder.decodeError.button = Relatar problema no site
+decoder.decodeError.accesskey = R
+decoder.decodeWarning.message = Ocorreu um erro recuperável durante a decodificação da mídia.
+
+# LOCALIZATION NOTE (captivePortal.infoMessage3):
+# Shown in a notification bar when we detect a captive portal is blocking network access
+# and requires the user to log in before browsing.
+captivePortal.infoMessage3 = Você deve se autenticar nessa rede antes de poder acessar a internet.
+# LOCALIZATION NOTE (captivePortal.showLoginPage2):
+# The label for a button shown in the info bar in all tabs except the login page tab.
+# The button shows the portal login page tab when clicked.
+captivePortal.showLoginPage2 = Abrir página de acesso à rede
+
+# LOCALIZATION NOTE (permissions.header):
+# %S is the hostname of the site that is being displayed.
+permissions.header = Permissões de %S
+permissions.remove.tooltip = Limpar esta permissão e perguntar novamente
+
+permissions.fullscreen.promptCanceled = Canceladas solicitações de permissão pendentes: solicitações de permissão não devem ser emitidas antes de entrar em DOM de tela inteira.
+permissions.fullscreen.fullScreenCanceled = Saiu do DOM de tela inteira: solicitações de permissão não devem ser emitidas enquanto estiver em DOM de tela inteira.
+
+# LOCALIZATION NOTE (aboutDialog.architecture.*):
+# The sixtyFourBit and thirtyTwoBit strings describe the architecture of the
+# current Firefox build: 32-bit or 64-bit. These strings are used in parentheses
+# between the Firefox version and the "What's new" link in the About dialog,
+# e.g.: "48.0.2 (32-bit) <What's new>" or "51.0a1 (2016-09-05) (64-bit)".
+aboutDialog.architecture.sixtyFourBit = 64-bit
+aboutDialog.architecture.thirtyTwoBit = 32-bit
+
+# LOCALIZATION NOTE (certImminentDistrust.message):
+# Shown in the browser console when visiting a website that is trusted today,
+# but won't be in the future unless the site operator makes a change.
+certImminentDistrust.message = O certificado de segurança em uso neste site não será mais confiável em uma versão futura. Para obter mais informações, visite https://wiki.mozilla.org/CA/Upcoming_Distrust_Actions
+
+midi.Allow.label = Permitir
+midi.Allow.accesskey = P
+midi.DontAllow.label = Não permitir
+midi.DontAllow.accesskey = N
+midi.remember=Memorizar esta decisão
+midi.shareWithFile.message = Você permite que este arquivo local acesse seus dispositivos MIDI?
+# LOCALIZATION NOTE (midi.shareWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access
+midi.shareWithSite.message = Você permite que %S acesse seus dispositivos MIDI?
+midi.shareSysexWithFile.message = Você permite que este arquivo local acesse seus dispositivos MIDI e envie/receba mensagens SysEx?
+# LOCALIZATION NOTE (midi.shareSysexWithSite.message): %S is the name of the site URL (https://...) requesting MIDI access
+midi.shareSysexWithSite.message = Você permite que %S acesse seus dispositivos MIDI e envie/receba mensagens SysEx?
+
+# LOCALIZATION NOTE (panel.back):
+# This is used by screen readers to label the "back" button in various browser
+# popup panels, including the sliding subviews of the main menu.
+panel.back = Voltar
+
+storageAccess.Allow.label = Permitir acesso
+storageAccess.Allow.accesskey = P
+storageAccess.DontAllow.label = Bloquear acesso
+storageAccess.DontAllow.accesskey = B
+# LOCALIZATION NOTE (storageAccess2.message):
+# %1$S is the name of the site URL (www.site1.example) trying to track the user's activity.
+# %2$S is the name of the site URL (www.site2.example) that the user is visiting. This is the same domain name displayed in the address bar.
+storageAccess2.message = Você permite que %1$S rastreie sua atividade de navegação em %2$S?
+
+# LOCALIZATION NOTE (storageAccess3.message, storageAccess.hintText):
+# %1$S and %3$S are both the name of the site URL (www.site1.example) trying to track the user's activity.
+# %2$S is the name of the site URL (www.site2.example) that the user is visiting. This is the same domain name displayed in the address bar.
+storageAccess3.message = Você permite que o %1$S use cookies e dados de site em %2$S? Permitir isso pode deixar o %3$S rastrear o que você faz neste site.
+storageAccess.hintText = Você deve bloquear o acesso caso não confie ou reconheça %1$S.
+
+
+
+confirmationHint.sendToDevice.label = Enviado!
+confirmationHint.copyURL.label = Copiada para a área de transferência!
+confirmationHint.pageBookmarked.label = Salvo na biblioteca!
+confirmationHint.addSearchEngine.label = Mecanismo de pesquisa adicionado!
+confirmationHint.pinTab.label = Fixada!
+confirmationHint.pinTab.description = Clique com o botão direito na aba para desafixar.
+confirmationHint.passwordSaved.label = Senha salva!
+confirmationHint.loginRemoved.label = Conta removida!
+confirmationHint.breakageReport.label = Relatório enviado. Obrigado!
+
+# LOCALIZATION NOTE (livebookmarkMigration.title):
+# Used by the export of user's live bookmarks to an OPML file as a title for the file.
+# %S will be replaced with brandShortName
+livebookmarkMigration.title = Favoritos RSS do %S
+
+# LOCALIZATION NOTE (gnomeSearchProviderSearch):
+# Used for search by Gnome Shell activity screen, %S is a searched string.
+gnomeSearchProviderSearch=Pesquisar %S na web
diff --git a/l10n-pt-BR/browser/chrome/browser/customizableui/customizableWidgets.properties b/l10n-pt-BR/browser/chrome/browser/customizableui/customizableWidgets.properties
new file mode 100644
index 0000000000..7cc7eea1c2
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/customizableui/customizableWidgets.properties
@@ -0,0 +1,100 @@
+# 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/.
+
+history-panelmenu.label = Histórico
+# LOCALIZATION NOTE(history-panelmenu.tooltiptext2): %S is the keyboard shortcut
+history-panelmenu.tooltiptext2 = Mostrar seu histórico (%S)
+
+remotetabs-panelmenu.label = Abas sincronizadas
+remotetabs-panelmenu.tooltiptext2 = Mostrar abas de outros dispositivos
+
+privatebrowsing-button.label = Nova janela privativa
+# LOCALIZATION NOTE(privatebrowsing-button.tooltiptext): %S is the keyboard shortcut
+privatebrowsing-button.tooltiptext = Abrir uma nova janela de navegação privativa (%S)
+
+save-page-button.label = Salvar página
+# LOCALIZATION NOTE(save-page-button.tooltiptext3): %S is the keyboard shortcut
+save-page-button.tooltiptext3 = Salvar esta página (%S)
+
+find-button.label = Procurar
+# LOCALIZATION NOTE(find-button.tooltiptext3): %S is the keyboard shortcut.
+find-button.tooltiptext3 = Procurar nesta página (%S)
+
+open-file-button.label = Abrir arquivo
+# LOCALIZATION NOTE (open-file-button.tooltiptext3): %S is the keyboard shortcut.
+open-file-button.tooltiptext3 = Abrir um arquivo (%S)
+
+developer-button.label = Desenvolvedor
+# LOCALIZATION NOTE(developer-button.tooltiptext): %S is the keyboard shortcut
+developer-button.tooltiptext2 = Abrir ferramentas de desenvolvimento web (%S)
+
+profiler-button.label = Analisador
+profiler-button.tooltiptext = Gravar uma análise de desempenho
+
+sidebar-button.label = Painel
+sidebar-button.tooltiptext2 = Mostrar painel lateral
+
+add-ons-button.label = Extensões
+# LOCALIZATION NOTE(add-ons-button.tooltiptext3): %S is the keyboard shortcut
+add-ons-button.tooltiptext3 = Gerencie suas extensões (%S)
+
+preferences-button.label = Preferências
+preferences-button.tooltiptext2 = Abrir preferências
+preferences-button.tooltiptext.withshortcut = Abrir preferências (%S)
+# LOCALIZATION NOTE (preferences-button.labelWin): Windows-only label for Options
+preferences-button.labelWin = Opções
+# LOCALIZATION NOTE (preferences-button.tooltipWin): Windows-only tooltip for Options
+preferences-button.tooltipWin2 = Abrir opções
+
+zoom-controls.label = Controles de zoom
+zoom-controls.tooltiptext2 = Controles de zoom
+
+zoom-out-button.label = Reduzir
+# LOCALIZATION NOTE(zoom-out-button.tooltiptext2): %S is the keyboard shortcut.
+zoom-out-button.tooltiptext2 = Reduzir (%S)
+
+# LOCALIZATION NOTE(zoom-reset-button.tooltiptext2): %S is the keyboard shortcut.
+zoom-reset-button.tooltiptext2 = Redefinir nível de zoom (%S)
+
+zoom-in-button.label = Ampliar
+# LOCALIZATION NOTE(zoom-in-button.tooltiptext2): %S is the keyboard shortcut.
+zoom-in-button.tooltiptext2 = Ampliar (%S)
+
+edit-controls.label = Controles de edição
+edit-controls.tooltiptext2 = Controles de edição
+
+cut-button.label = Cortar
+# LOCALIZATION NOTE(cut-button.tooltiptext2): %S is the keyboard shortcut.
+cut-button.tooltiptext2 = Cortar (%S)
+
+copy-button.label = Copiar
+# LOCALIZATION NOTE(copy-button.tooltiptext2): %S is the keyboard shortcut.
+copy-button.tooltiptext2 = Copiar (%S)
+
+paste-button.label = Colar
+# LOCALIZATION NOTE(paste-button.tooltiptext2): %S is the keyboard shortcut.
+paste-button.tooltiptext2 = Colar (%S)
+
+# LOCALIZATION NOTE (characterencoding-button2.label): The \u00ad text at the beginning
+# of the string is used to disable auto hyphenation on the button text when it is displayed
+# in the menu panel.
+characterencoding-button2.label = \u00adCodificação de texto
+characterencoding-button2.tooltiptext = Mostrar opções de codificação de texto
+
+email-link-button.label = Enviar link por email
+email-link-button.tooltiptext3 = Enviar link desta página por email
+
+# LOCALIZATION NOTE(quit-button.tooltiptext.linux2): %1$S is the brand name (e.g. Firefox),
+# %2$S is the keyboard shortcut
+quit-button.tooltiptext.linux2 = Sair do %1$S (%2$S)
+# LOCALIZATION NOTE(quit-button.tooltiptext.mac): %1$S is the brand name (e.g. Firefox),
+# %2$S is the keyboard shortcut
+quit-button.tooltiptext.mac = Encerrar %1$S (%2$S)
+
+panic-button.label = Esquecer
+panic-button.tooltiptext = Esquecer parte de seu histórico de navegação
+
+toolbarspring.label = Espaço flexível
+toolbarseparator.label = Separador
+toolbarspacer.label = Espaço
diff --git a/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties b/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties
new file mode 100644
index 0000000000..ecc5695638
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties
@@ -0,0 +1,98 @@
+# 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/.
+
+# LOCALIZATION NOTE (stateStarting):
+# Indicates that the download is starting.
+stateStarting=Iniciando…
+# LOCALIZATION NOTE (stateFailed):
+# Indicates that the download failed because of an error.
+stateFailed=Falhou
+# LOCALIZATION NOTE (statePaused):
+# Indicates that the download was paused by the user.
+statePaused=Pausado
+# LOCALIZATION NOTE (stateCanceled):
+# Indicates that the download was canceled by the user.
+stateCanceled=Cancelado
+# LOCALIZATION NOTE (stateCompleted):
+# Indicates that the download was completed.
+stateCompleted=Concluído
+# LOCALIZATION NOTE (stateBlockedParentalControls):
+# Indicates that the download was blocked by the Parental Controls feature of
+# Windows. "Parental Controls" should be consistently named and capitalized
+# with the display of this feature in Windows. The following article can
+# provide a reference for the translation of "Parental Controls" in various
+# languages:
+# http://windows.microsoft.com/en-US/windows-vista/Set-up-Parental-Controls
+stateBlockedParentalControls=Bloqueado pelos Controles dos Pais
+# LOCALIZATION NOTE (blockedMalware, blockedPotentiallyUnwanted,
+# blockedUncommon2):
+# These strings are shown in the panel for some types of blocked downloads. You
+# may need to adjust "downloads.width" in "downloads.dtd" if this turns out to
+# be longer than the other existing status strings.
+blockedMalware=Este arquivo contém um vírus ou malware (código malicioso).
+blockedPotentiallyUnwanted=Este arquivo pode danificar seu computador.
+blockedPotentiallyInsecure=O arquivo não foi baixado: Potencial risco de segurança.
+blockedUncommon2=Este arquivo não é normalmente baixado.
+
+# LOCALIZATION NOTE (fileMovedOrMissing):
+# Displayed when a complete download which is not at the original folder.
+fileMovedOrMissing=Arquivo movido ou ausente
+
+# LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen,
+# unblockTypeMalware, unblockTypePotentiallyUnwanted2,
+# unblockTypeUncommon2, unblockTip2, unblockButtonOpen,
+# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure):
+# These strings are displayed in the dialog shown when the user asks a blocked
+# download to be unblocked. The severity of the threat is expressed in
+# descending order by the unblockType strings, it is higher for files detected
+# as malware and lower for uncommon downloads.
+unblockHeaderUnblock=Tem certeza que quer permitir este download?
+unblockHeaderOpen=Tem certeza que quer abrir este arquivo?
+unblockTypeMalware=Este arquivo contém um vírus ou outro código malicioso que pode danificar seu computador.
+unblockTypePotentiallyUnwanted2=Este arquivo está disfarçado como um download útil, mas pode fazer alterações inesperadas em seus programas e configurações.
+unblockTypeUncommon2=Este arquivo não é normalmente baixado e pode não ser seguro abrir. Ele pode conter um vírus ou fazer alterações não esperadas em seus programas e configurações.
+unblockInsecure=O arquivo usa uma conexão insegura. Ele pode estar corrompido ou ter sido adulterado durante o processo de download.
+unblockTip2=Você pode procurar uma fonte de download alternativa ou tentar novamente mais tarde.
+unblockButtonOpen=Abrir
+unblockButtonUnblock=Permitir download
+unblockButtonConfirmBlock=Remover arquivo
+
+# LOCALIZATION NOTE (sizeWithUnits):
+# %1$S is replaced with the size number, and %2$S with the measurement unit.
+sizeWithUnits=%1$S %2$S
+sizeUnknown=Tamanho desconhecido
+
+# LOCALIZATION NOTE (statusSeparator, statusSeparatorBeforeNumber):
+# These strings define templates for the separation of different elements in the
+# status line of a download item. As a separator, by default we use the Unicode
+# character U+2014 'EM DASH' (long dash). Examples of status lines include
+# "Canceled - 222.net", "1.1 MB - website2.com", or "Paused - 1.1 MB". Note
+# that we use a wider space after the separator when it is followed by a number,
+# just to avoid visually confusing it with with a minus sign with some fonts.
+# If you use a different separator, this might not be necessary. However, there
+# is usually no need to change the separator or the order of the substitutions,
+# even for right-to-left languages, unless the defaults are not suitable.
+statusSeparator=%1$S — %2$S
+statusSeparatorBeforeNumber=%1$S — %2$S
+
+# LOCALIZATION NOTE (otherDownloads3):
+# This is displayed in an item at the bottom of the Downloads Panel when
+# there are more downloads than can fit in the list in the panel. Use a
+# semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/Localization_and_Plurals
+otherDownloads3=%1$S arquivo baixando;%1$S arquivos baixando
+
+# LOCALIZATION NOTE (showLabel, showMacLabel):
+# This is displayed when you hover a download item in the Library widget view.
+# showMacLabel is only shown on Mac OSX.
+showLabel=Abrir pasta de destino
+showMacLabel=Abrir no Finder
+# LOCALIZATION NOTE (openFileLabel):
+# Displayed when hovering a complete download, indicates that it's possible to
+# open the file using an app available in the system.
+openFileLabel=Abrir arquivo
+# LOCALIZATION NOTE (retryLabel):
+# Displayed when hovering a download which is able to be retried by users,
+# indicates that it's possible to download this file again.
+retryLabel=Tentar baixar novamente
diff --git a/l10n-pt-BR/browser/chrome/browser/feeds/subscribe.properties b/l10n-pt-BR/browser/chrome/browser/feeds/subscribe.properties
new file mode 100644
index 0000000000..9f615d6ae4
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/feeds/subscribe.properties
@@ -0,0 +1,14 @@
+# 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/.
+
+# 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/.
+
+# LOCALIZATION NOTE (addProtocolHandlerMessage):
+# Message displayed when adding a protocol handler:
+# %1$S is the application's domain, %2$S is the type of protocol
+addProtocolHandlerMessage=Adicionar “%1$S” como uma aplicação para links %2$S?
+addProtocolHandlerAddButton=Adicionar aplicativo
+addProtocolHandlerAddButtonAccesskey=A
diff --git a/l10n-pt-BR/browser/chrome/browser/fxmonitor.properties b/l10n-pt-BR/browser/chrome/browser/fxmonitor.properties
new file mode 100644
index 0000000000..2acc37e1af
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/fxmonitor.properties
@@ -0,0 +1,45 @@
+# 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/.
+
+# Header of the popup
+fxmonitor.popupHeader=Possui uma conta neste site?
+# Firefox Monitor must be treated as a brand, and kept in English.
+# It cannot be:
+# - Declined to adapt to grammatical case.
+# - Transliterated.
+# - Translated.
+fxmonitor.brandName=Firefox Monitor
+# Tooltip text for the popup's anchor icon in the URL bar
+# %S is replaced with fxmonitor.brandName.
+fxmonitor.anchorIcon.tooltiptext=Site denunciado ao %S
+# Text content of popup. Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# This version is only used when the number of accounts is smaller than 100,000.
+# The placeholders are:
+# #1: The exact number of accounts compromised in the breach.
+# #2: The name of the breached site.
+# #3: The year of the breach.
+# #4: The brand name ("Firefox Monitor").
+fxmonitor.popupText=#1 conta de #2 foi comprometida em #3. Consulte o #4 para ver se a sua está em risco.;#1 contas de #2 foram comprometidas em #3. Consulte o #4 para ver se a sua está em risco.
+# Text content of popup. Semi-colon list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# This version is only used when the number of accounts is greater than 100,000.
+# The placeholders are:
+# #1: The number of accounts compromised in the breach, rounded down to the
+# most significant digit.
+# Ex.: 234,567 -> More than 200,000 accounts [...]
+# 345,678,901 -> More than 300,000,000 accounts [...]
+# 4,567,890,123 -> More than 4,000,000,000 accounts [...]
+# #2: The name of the breached site.
+# #3: The year of the breach.
+# #4: The brand name ("Firefox Monitor").
+fxmonitor.popupTextRounded=Mais de #1 conta de #2 foi comprometida em #3. Consulte o #4 para ver se a sua está em risco.;Mais de #1 contas de #2 foram comprometidas em #3. Consulte o #4 para ver se a sua está em risco.
+# %S is replaced with fxmonitor.brandName.
+fxmonitor.checkButton.label=Consultar %S
+fxmonitor.checkButton.accessKey=C
+fxmonitor.dismissButton.label=Dispensar
+fxmonitor.dismissButton.accessKey=D
+# %S is replaced with fxmonitor.brandName.
+fxmonitor.neverShowButton.label=Nunca mostrar alertas do %S
+fxmonitor.neverShowButton.accessKey=N
diff --git a/l10n-pt-BR/browser/chrome/browser/migration/migration.dtd b/l10n-pt-BR/browser/chrome/browser/migration/migration.dtd
new file mode 100644
index 0000000000..5324d268ca
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/migration/migration.dtd
@@ -0,0 +1,53 @@
+<!-- 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 migrationWizard.title "Assistente de importação">
+
+<!ENTITY importFrom.label "Importar opções, favoritos, histórico, senhas e outros dados do:">
+<!ENTITY importFromUnix.label "Importar preferências, favoritos, histórico, senhas e outros dados do:">
+
+<!ENTITY importFromIE.label "Internet Explorer">
+<!ENTITY importFromIE.accesskey "I">
+<!ENTITY importFromEdge.label "Microsoft Edge">
+<!ENTITY importFromEdge.accesskey "E">
+<!ENTITY importFromEdgeLegacy.label "Microsoft Edge (Legado)">
+<!ENTITY importFromEdgeLegacy.accesskey "L">
+<!ENTITY importFromEdgeBeta.label "Microsoft Edge Beta">
+<!ENTITY importFromEdgeBeta.accesskey "d">
+<!ENTITY importFromNothing.label "Não importar nada">
+<!ENTITY importFromNothing.accesskey "N">
+<!ENTITY importFromSafari.label "Safari">
+<!ENTITY importFromSafari.accesskey "S">
+<!ENTITY importFromCanary.label "Chrome Canary">
+<!ENTITY importFromCanary.accesskey "n">
+<!ENTITY importFromChrome.label "Chrome">
+<!ENTITY importFromChrome.accesskey "C">
+<!ENTITY importFromChromeBeta.label "Chrome Beta">
+<!ENTITY importFromChromeBeta.accesskey "B">
+<!ENTITY importFromChromeDev.label "Chrome Dev">
+<!ENTITY importFromChromeDev.accesskey "D">
+<!ENTITY importFromChromium.label "Chromium">
+<!ENTITY importFromChromium.accesskey "u">
+<!ENTITY importFromFirefox.label "Firefox">
+<!ENTITY importFromFirefox.accesskey "F">
+<!ENTITY importFrom360se.label "360 Secure Browser">
+<!ENTITY importFrom360se.accesskey "3">
+
+<!ENTITY noMigrationSources.label "Não foi encontrado nenhum programa com informações de favoritos, histórico ou senhas.">
+
+<!ENTITY importSource.title "Importar dados e configurações">
+<!ENTITY importItems.title "Itens a importar">
+<!ENTITY importItems.label "Selecione que itens importar:">
+
+<!ENTITY migrating.title "Importando…">
+<!ENTITY migrating.label "Estes itens estão sendo importados…">
+
+<!ENTITY selectProfile.title "Selecionar perfil">
+<!ENTITY selectProfile.label "Estes perfis estão disponíveis para importação:">
+
+<!ENTITY done.title "Importação concluída">
+<!ENTITY done.label "Estes itens foram importados com êxito:">
+
+<!ENTITY closeSourceBrowser.label "Certifique-se de que o navegador selecionado esteja fechado antes de continuar.">
diff --git a/l10n-pt-BR/browser/chrome/browser/migration/migration.properties b/l10n-pt-BR/browser/chrome/browser/migration/migration.properties
new file mode 100644
index 0000000000..38ecd61311
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/migration/migration.properties
@@ -0,0 +1,76 @@
+# 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/.
+
+profileName_format=%S %S
+
+# Browser Specific
+sourceNameIE=Internet Explorer
+sourceNameEdge=Microsoft Edge
+sourceNameEdgeBeta=Microsoft Edge Beta
+sourceNameSafari=Safari
+sourceNameCanary=Google Chrome Canary
+sourceNameChrome=Google Chrome
+sourceNameChromeBeta=Google Chrome Beta
+sourceNameChromeDev=Google Chrome Dev
+sourceNameChromium=Chromium
+sourceNameFirefox=Mozilla Firefox
+sourceName360se=360 Secure Browser
+
+importedBookmarksFolder=Do %S
+
+importedSafariReadingList=Lista de leitura (do Safari)
+importedEdgeReadingList=Lista de leitura (do Edge)
+
+# Import Sources
+# Note: When adding an import source for profile reset, add the string name to
+# resetProfile.js if it should be listed in the reset dialog.
+1_ie=Opções da internet
+1_edge=Configurações
+1_safari=Preferências
+1_chrome=Preferências
+1_360se=Preferências
+
+2_ie=Cookies
+2_edge=Cookies
+2_safari=Cookies
+2_chrome=Cookies
+2_firefox=Cookies
+2_360se=Cookies
+
+4_ie=Histórico de navegação
+4_edge=Histórico de navegação
+4_safari=Histórico de navegação
+4_chrome=Histórico de navegação
+4_firefox_history_and_bookmarks=Histórico de navegação e favoritos
+4_360se=Histórico de navegação
+
+8_ie=Histórico de formulários salvo
+8_edge=Histórico de formulários salvo
+8_safari=Histórico de formulários salvo
+8_chrome=Histórico de formulários salvo
+8_firefox=Histórico de formulários salvo
+8_360se=Histórico de formulários salvo
+
+16_ie=Senhas salvas
+16_edge=Senhas salvas
+16_safari=Senhas salvas
+16_chrome=Senhas salvas
+16_firefox=Senhas salvas
+16_360se=Senhas salvas
+
+32_ie=Favoritos
+32_edge=Favoritos
+32_safari=Favoritos
+32_chrome=Favoritos
+32_360se=Favoritos
+
+64_ie=Outros dados
+64_edge=Outros dados
+64_safari=Outros dados
+64_chrome=Outros dados
+64_firefox_other=Outros dados
+64_360se=Outros dados
+
+128_firefox=Janelas e abas
+
diff --git a/l10n-pt-BR/browser/chrome/browser/newInstall.dtd b/l10n-pt-BR/browser/chrome/browser/newInstall.dtd
new file mode 100644
index 0000000000..f8d7447e76
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/newInstall.dtd
@@ -0,0 +1,15 @@
+<!-- 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/. -->
+
+<!-- LOCALIZATION NOTE: For this feature, "installation" is used to mean "this
+ discrete download of Firefox" and "version" is used to mean "the specific
+ revision number of a given Firefox channel". These terms are not synonymous.
+-->
+
+<!ENTITY window.title "Notícias importantes">
+<!ENTITY window.style "width: 490px">
+<!ENTITY sync "Para sincronizar informações que você tem no Firefox com esta instalação do &brandShortName;, entre na sua &syncBrand.fxAccount.label;.">
+<!ENTITY continue-button "Continuar">
+
+<!ENTITY mainText "Esta instalação do &brandShortName; tem um novo perfil. Ele não compartilha favoritos, senhas e preferências do usuário com outras instalações do Firefox neste computador (incluindo Firefox, Firefox ESR, Firefox Beta, Firefox Developer Edition e Firefox Nightly).">
diff --git a/l10n-pt-BR/browser/chrome/browser/places/bookmarkProperties.properties b/l10n-pt-BR/browser/chrome/browser/places/bookmarkProperties.properties
new file mode 100644
index 0000000000..63f5346bd6
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/places/bookmarkProperties.properties
@@ -0,0 +1,16 @@
+# 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/.
+
+dialogAcceptLabelAddItem=Adicionar
+dialogAcceptLabelSaveItem=Salvar
+dialogAcceptLabelAddMulti=Adicionar favoritos
+dialogAcceptLabelEdit=Salvar
+dialogTitleAddBookmark=Novo favorito
+dialogTitleAddFolder=Nova pasta
+dialogTitleAddMulti=Novos favoritos
+dialogTitleEdit=Propriedades de “%S”
+
+bookmarkAllTabsDefault=[Nome da pasta]
+newFolderDefault=Nova pasta
+newBookmarkDefault=Novo favorito
diff --git a/l10n-pt-BR/browser/chrome/browser/places/places.dtd b/l10n-pt-BR/browser/chrome/browser/places/places.dtd
new file mode 100644
index 0000000000..4f640d680c
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/places/places.dtd
@@ -0,0 +1,63 @@
+<!-- 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/. -->
+
+<!-- LOCALIZATION NOTE (places.library.title): use "Library", "Archive" or "Repository" -->
+<!ENTITY places.library.title "Biblioteca">
+<!ENTITY places.library.width "700">
+<!ENTITY places.library.height "500">
+<!ENTITY organize.label "Organizar">
+<!ENTITY organize.accesskey "O">
+<!ENTITY organize.tooltip "Organize seus favoritos">
+
+<!ENTITY file.close.label "Fechar">
+<!ENTITY file.close.accesskey "F">
+<!ENTITY cmd.close.key "w">
+<!ENTITY views.label "Exibição">
+<!ENTITY views.accesskey "E">
+<!ENTITY views.tooltip "Altere sua visualização">
+<!ENTITY view.columns.label "Colunas visíveis">
+<!ENTITY view.columns.accesskey "c">
+<!ENTITY view.sort.label "Ordenar por">
+<!ENTITY view.sort.accesskey "O">
+<!ENTITY view.unsorted.label "Não ordenar">
+<!ENTITY view.unsorted.accesskey "d">
+<!ENTITY view.sortAscending.label "Ordem crescente">
+<!ENTITY view.sortAscending.accesskey "O">
+<!ENTITY view.sortDescending.label "Ordem decrescente">
+<!ENTITY view.sortDescending.accesskey "r">
+
+<!ENTITY importBookmarksFromHTML.label "Importar favoritos de HTML…">
+<!ENTITY importBookmarksFromHTML.accesskey "I">
+<!ENTITY exportBookmarksToHTML.label "Exportar favoritos para HTML…">
+<!ENTITY exportBookmarksToHTML.accesskey "E">
+<!ENTITY importOtherBrowser.label "Importar dados de outro navegador…">
+<!ENTITY importOtherBrowser.accesskey "m">
+
+<!ENTITY cmd.backup.label "Backup…">
+<!ENTITY cmd.backup.accesskey "B">
+<!ENTITY cmd.restore2.label "Restaurar">
+<!ENTITY cmd.restore2.accesskey "R">
+<!ENTITY cmd.restoreFromFile.label "Selecionar arquivo…">
+<!ENTITY cmd.restoreFromFile.accesskey "S">
+
+<!ENTITY col.name.label "Nome">
+<!ENTITY col.tags.label "Etiquetas">
+<!ENTITY col.url.label "Endereço">
+<!ENTITY col.mostrecentvisit.label "Recentemente visitado">
+<!ENTITY col.visitcount.label "Número de visitas">
+<!ENTITY col.dateadded.label "Adicionado">
+<!ENTITY col.lastmodified.label "Última modificação">
+
+<!ENTITY cmd.find.key "F">
+
+<!ENTITY maintenance.label "Importar e backup">
+<!ENTITY maintenance.accesskey "I">
+<!ENTITY maintenance.tooltip "Importar e fazer backup dos favoritos">
+
+<!ENTITY backButton.tooltip "Voltar">
+
+<!ENTITY forwardButton.tooltip "Avançar">
+
+<!ENTITY detailsPane.selectAnItemText.description "Selecione um item para ver e editar as suas propriedades">
+
diff --git a/l10n-pt-BR/browser/chrome/browser/places/places.properties b/l10n-pt-BR/browser/chrome/browser/places/places.properties
new file mode 100644
index 0000000000..9fb4c04b5a
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/places/places.properties
@@ -0,0 +1,74 @@
+# 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/.
+
+load-js-data-url-error=Por motivos de segurança, URLs de javascript ou dados não podem ser carregadas a partir da janela ou painel lateral do histórico.
+noTitle=(sem título)
+
+bookmarksMenuEmptyFolder=(vazio)
+
+bookmarksBackupTitle=Nome do arquivo de backup dos favoritos
+
+bookmarksRestoreAlertTitle=Reverter favoritos
+bookmarksRestoreAlert=Todos os favoritos serão substituídos pelos do backup. Tem certeza?
+bookmarksRestoreTitle=Selecionar um backup de favoritos
+bookmarksRestoreFilterName=JSON
+
+bookmarksRestoreFormatError=Tipo de arquivo não suportado.
+bookmarksRestoreParseError=Não foi possível processar o arquivo de backup.
+
+# LOCALIZATION NOTE (view.sortBy.1.name.label): sortBy properties are versioned.
+# When any of these changes, all of the properties must be bumped, and the
+# change must be annotated here. Both label and accesskey must be updated.
+# - version 1: changed view.sortBy.1.date.
+view.sortBy.1.name.label=Ordenar por nome
+view.sortBy.1.name.accesskey=n
+view.sortBy.1.url.label=Ordenar por localização
+view.sortBy.1.url.accesskey=l
+view.sortBy.1.date.label=Ordenar por visitados mais recentemente
+view.sortBy.1.date.accesskey=c
+view.sortBy.1.visitCount.label=Ordenar por número de visitas
+view.sortBy.1.visitCount.accesskey=v
+view.sortBy.1.dateAdded.label=Ordenar por data
+view.sortBy.1.dateAdded.accesskey=a
+view.sortBy.1.lastModified.label=Ordenar por data de modificação
+view.sortBy.1.lastModified.accesskey=m
+view.sortBy.1.tags.label=Ordenar por etiquetas
+view.sortBy.1.tags.accesskey=t
+
+searchBookmarks=Procurar favoritos
+searchHistory=Procurar no histórico
+searchDownloads=Procurar nos downloads
+
+SelectImport=Importar arquivo de favoritos
+EnterExport=Exportar arquivo de favoritos
+
+detailsPane.noItems=Nenhum item
+# LOCALIZATION NOTE (detailsPane.itemsCountLabel): Semicolon-separated list of plural forms.
+# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 number of items
+# example: 111 items
+detailsPane.itemsCountLabel=Um item;#1 itens
+
+# LOCALIZATION NOTE (lockPrompt.text)
+# %S will be replaced with the application name.
+lockPrompt.title=Erro de inicialização do navegador
+lockPrompt.text=O sistema de favoritos e histórico não funcionará agora porque um dos arquivos do %S está sendo usado por outra aplicação. Alguns softwares de segurança podem causar este problema.
+lockPromptInfoButton.label=Saiba mais
+lockPromptInfoButton.accessKey=S
+
+# LOCALIZATION NOTE (cmd.deleteSinglePage.accesskey,
+# cmd.deleteMultiplePages.accesskey): these accesskeys can use the same
+# character, since they're never displayed at the same time
+cmd.deleteSinglePage.label=Apagar página
+cmd.deleteSinglePage.accesskey=A
+cmd.deleteMultiplePages.label=Apagar páginas
+cmd.deleteMultiplePages.accesskey=A
+
+# LOCALIZATION NOTE (cmd.bookmarkSinglePage.accesskey,
+# cmd.bookmarkMultiplePages.accesskey): these accesskeys can use the same
+# character, since they're never displayed at the same time
+cmd.bookmarkSinglePage.label=Adicionar página aos favoritos
+cmd.bookmarkSinglePage.accesskey=F
+cmd.bookmarkMultiplePages.label=Adicionar páginas aos favoritos
+cmd.bookmarkMultiplePages.accesskey=F
diff --git a/l10n-pt-BR/browser/chrome/browser/pocket.properties b/l10n-pt-BR/browser/chrome/browser/pocket.properties
new file mode 100644
index 0000000000..a51228e1ac
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/pocket.properties
@@ -0,0 +1,30 @@
+# 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/.
+
+addtags = Adicionar etiquetas
+alreadyhaveacct = Já é um usuário do Pocket?
+errorgeneric = Houve um erro ao tentar salvar no Pocket.
+learnmore = Saiba mais
+loginnow = Entre
+maxtaglength = As etiquetas estão limitadas a 25 caracteres
+onlylinkssaved = Somente links podem ser salvos
+pagenotsaved = Página não salva
+pageremoved = Página removida
+pagesaved = Salva no Pocket
+processingremove = Removendo página…
+processingtags = Adicionando etiquetas…
+removepage = Remover página
+save = Salvar
+saving = Salvando…
+signupemail = Cadastre-se por email
+signuptosave = Cadastre-se no Pocket. É gratuito.
+suggestedtags = Etiquetas sugeridas
+tagline = Salve artigos e vídeos do Firefox para ver no Pocket em qualquer dispositivo, quando quiser.
+taglinestory_one = Clique no botão Pocket para salvar um artigo, vídeo ou página do Firefox.
+taglinestory_two = Veja no Pocket em qualquer dispositivo, quando quiser.
+tagssaved = Etiquetas adicionadas
+tos = Ao continuar, você concorda com os <a href="%1$S" target="_blank">Termos do serviço</a> e a <a href="%2$S" target="_blank">Política de privacidade</a> do Pocket
+tryitnow = Experimente agora
+signupfirefox = Cadastre-se pelo Firefox
+viewlist = Ver lista
diff --git a/l10n-pt-BR/browser/chrome/browser/safebrowsing/safebrowsing.properties b/l10n-pt-BR/browser/chrome/browser/safebrowsing/safebrowsing.properties
new file mode 100644
index 0000000000..2fcf705cb2
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/safebrowsing/safebrowsing.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/.
+
+errorReportFalseDeceptiveTitle=Este não é um site enganoso
+errorReportFalseDeceptiveMessage=Não é possível relatar este erro neste momento.
diff --git a/l10n-pt-BR/browser/chrome/browser/search.properties b/l10n-pt-BR/browser/chrome/browser/search.properties
new file mode 100644
index 0000000000..bfadf9163c
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/search.properties
@@ -0,0 +1,44 @@
+# 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 com %S
+
+# LOCALIZATION NOTE (searchHeader): this is displayed at the top of the panel
+# showing search suggestions.
+# %S is replaced with the name of the current default search engine.
+searchHeader=Pesquisar com %S
+
+# LOCALIZATION NOTE (cmd_pasteAndSearch): "Search" is a verb, this is the
+# search bar equivalent to the url bar's "Paste & Go"
+cmd_pasteAndSearch=Colar e pesquisar
+
+cmd_clearHistory=Limpar histórico de pesquisa
+cmd_clearHistory_accesskey=L
+
+# LOCALIZATION NOTE (cmd_addFoundEngine): %S is replaced by the name of
+# a search engine offered by a web page. Each engine is displayed as a
+# menuitem at the bottom of the search panel.
+cmd_addFoundEngine=Adicionar “%S”
+# LOCALIZATION NOTE (cmd_addFoundEngineMenu): When more than 5 engines
+# are offered by a web page, instead of listing all of them in the
+# search panel using the cmd_addFoundEngine string, they will be
+# grouped in a submenu using cmd_addFoundEngineMenu as a label.
+cmd_addFoundEngineMenu=Adicionar mecanismo de pesquisa
+
+searchAddFoundEngine2=Adicionar mecanismo de pesquisa
+
+# LOCALIZATION NOTE (searchForSomethingWith2):
+# This string is used to build the header above the list of one-click
+# search providers: "Search for <user-typed string> with:"
+searchForSomethingWith2=Pesquisar %S com:
+
+# LOCALIZATION NOTE (searchWithHeader):
+# The wording of this string should be as close as possible to
+# searchForSomethingWith2. This string will be used when the user
+# has not typed anything.
+searchWithHeader=Pesquisar com:
+
+# LOCALIZATION NOTE (searchSettings):
+# This is the label for the button that opens Search preferences.
+searchSettings=Alterar configurações de pesquisa
diff --git a/l10n-pt-BR/browser/chrome/browser/shellservice.properties b/l10n-pt-BR/browser/chrome/browser/shellservice.properties
new file mode 100644
index 0000000000..c1dd332df1
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/shellservice.properties
@@ -0,0 +1,28 @@
+# 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/.
+
+# LOCALIZATION NOTE (setDefaultBrowserMessage2, setDefaultBrowserConfirm.label):
+# %S will be replaced by brandShortName
+setDefaultBrowserMessage2 = Tire o máximo proveito do %S, definindo-o como seu navegador padrão
+setDefaultBrowserConfirm.label = Definir o %S como meu navegador padrão
+setDefaultBrowserConfirm.accesskey = D
+setDefaultBrowserOptions.label = Opções
+setDefaultBrowserOptions.accesskey = O
+setDefaultBrowserNotNow.label = Agora não
+setDefaultBrowserNotNow.accesskey = A
+setDefaultBrowserNever.label = Não perguntar de novo
+setDefaultBrowserNever.accesskey = N
+
+# LOCALIZATION NOTE (setDefaultBrowserTitle, setDefaultBrowserMessage, setDefaultBrowserDontAsk, setDefaultBrowserAlertConfirm.label, setDefaultBrowserAlertNotNow.label):
+# These strings are used as an alternative to the ones above, in a modal dialog.
+# %S will be replaced by brandShortName
+setDefaultBrowserTitle=Navegador padrão
+setDefaultBrowserMessage=O %S não está definido como navegador padrão. Quer torná-lo seu navegador padrão?
+setDefaultBrowserDontAsk=Sempre verificar ao iniciar %S.
+setDefaultBrowserAlertConfirm.label=Usar o %S como meu navegador padrão
+setDefaultBrowserAlertNotNow.label=Agora não
+
+desktopBackgroundLeafNameWin=Papel de parede.bmp
+DesktopBackgroundDownloading=Salvando imagem…
+DesktopBackgroundSet=Definir papel de parede
diff --git a/l10n-pt-BR/browser/chrome/browser/siteData.properties b/l10n-pt-BR/browser/chrome/browser/siteData.properties
new file mode 100644
index 0000000000..46b1186882
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/siteData.properties
@@ -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/.
+
+clearSiteDataPromptTitle=Limpar todos os cookies e dados do site
+# LOCALIZATION NOTE (clearSiteDataPromptText): %S = brandShortName
+clearSiteDataPromptText=Selecionar ‘Limpar agora’ apaga todos os cookies e dados de sites armazenados pelo %S. Isso pode desconectar você de contas em sites e remover conteúdo local.
+clearSiteDataNow=Limpar agora
diff --git a/l10n-pt-BR/browser/chrome/browser/sitePermissions.properties b/l10n-pt-BR/browser/chrome/browser/sitePermissions.properties
new file mode 100644
index 0000000000..581819e957
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/sitePermissions.properties
@@ -0,0 +1,53 @@
+# 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/.
+
+# LOCALIZATION NOTE (state.current.allowed,
+# state.current.allowedForSession,
+# state.current.allowedTemporarily,
+# state.current.blockedTemporarily,
+# state.current.blocked,
+# state.current.hide):
+# This label is used to display active permission states in the site
+# identity popup (which does not have a lot of screen space).
+state.current.allowed = Permitido
+state.current.allowedForSession = Permitido nesta sessão
+state.current.allowedTemporarily = Permitido temporariamente
+state.current.blockedTemporarily = Bloqueado temporariamente
+state.current.blocked = Bloqueado
+state.current.prompt = Sempre perguntar
+
+# LOCALIZATION NOTE (state.multichoice.alwaysAsk,
+# state.multichoice.allow,
+# state.multichoice.allowForSession,
+# state.multichoice.block):
+# Used to label permission state checkboxes in the page info dialog.
+state.multichoice.alwaysAsk = Sempre perguntar
+state.multichoice.allow = Permitir
+state.multichoice.allowForSession = Permitir nesta sessão
+state.multichoice.block = Bloquear
+
+state.multichoice.autoplayblock = Bloquear áudio
+state.multichoice.autoplayblockall = Bloquear áudio e vídeo
+state.multichoice.autoplayallow = Permitir áudio e vídeo
+
+permission.autoplay.label = Reprodução automática
+permission.cookie.label = Criar cookies
+permission.desktop-notification3.label = Enviar notificações
+permission.camera.label = Usar a câmera
+permission.microphone.label = Usar o microfone
+permission.screen.label = Compartilhar a tela
+permission.install.label = Instalar extensões
+permission.popup.label = Abrir janelas popup
+permission.geo.label = Acessar sua localização
+permission.xr.label = Acessar dispositivos de realidade virtual
+permission.shortcuts.label = Sobrepor atalhos de teclado
+permission.focus-tab-by-prompt.label = Alternar para esta aba
+permission.persistent-storage.label = Armazenar dados no armazenamento persistente
+permission.canvas.label = Extrair dados da tela
+permission.midi.label = Acessar dispositivos MIDI
+permission.midi-sysex.label = Acessar dispositivos MIDI com suporte SysEx
+permission.https-only-load-insecure.label = Usar HTTP não seguro
+# LOCALIZATION NOTE (permission.open-protocol-handler.label):
+# Open as a verb. "This site may open applications".
+permission.open-protocol-handler.label = Abrir aplicativos
diff --git a/l10n-pt-BR/browser/chrome/browser/syncBrand.dtd b/l10n-pt-BR/browser/chrome/browser/syncBrand.dtd
new file mode 100644
index 0000000000..e99e4188a1
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/syncBrand.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 syncBrand.shortName.label "Sync">
+<!ENTITY syncBrand.fxAccount.label "Conta Firefox">
diff --git a/l10n-pt-BR/browser/chrome/browser/syncSetup.properties b/l10n-pt-BR/browser/chrome/browser/syncSetup.properties
new file mode 100644
index 0000000000..8a33d0625b
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/syncSetup.properties
@@ -0,0 +1,14 @@
+# 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/.
+
+# Several other strings are used (via Weave.Status.login), but they come from
+# /services/sync
+
+# Firefox Accounts based setup.
+continue.label = Continuar
+
+relinkVerify.title = Aviso de fusão
+relinkVerify.heading = Tem certeza que quer entrar no Sync?
+# LOCALIZATION NOTE (relinkVerify.description): Email address of a user previously signed into sync.
+relinkVerify.description = Um usuário diferente usou o Sync neste computador. Se você conectar-se, mesclará favoritos, senhas e outras configurações deste computador com %S
diff --git a/l10n-pt-BR/browser/chrome/browser/tabbrowser.properties b/l10n-pt-BR/browser/chrome/browser/tabbrowser.properties
new file mode 100644
index 0000000000..27a175b647
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/tabbrowser.properties
@@ -0,0 +1,128 @@
+# 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/.
+
+tabs.emptyTabTitle=Nova aba
+tabs.emptyPrivateTabTitle=Navegação privativa
+tabs.closeTab=Fechar aba
+tabs.close=Fechar
+tabs.closeTitleTabs=Fechar abas?
+tabs.closeAndQuitTitleTabs=Sair e fechar abas?
+tabs.closeAndQuitTitleTabsWin=Sair e fechar abas?
+# LOCALIZATION NOTE (tabs.closeWarningMultiple):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# The singular form is not considered since this string is used only for
+# multiple tabs.
+tabs.closeWarningMultiple=;#1 abas serão fechadas. Tem certeza que quer continuar?
+# LOCALIZATION NOTE (tabs.closeWarningMultipleSessionRestore2):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# The forms for 0 or 1 items are not considered since this string is used only
+# for multiple tabs.
+# If
+# "Tabs in non-private windows will be restored when you restart"
+# is difficult to translate, you could translate
+# "Tabs (except those in private windows) will be restored when you restart"
+# instead.
+tabs.closeWarningMultipleSessionRestore2=;#1 abas serão fechadas. As abas em janelas não privativas serão restauradas quando reiniciar. Tem certeza que quer continuar?
+tabs.closeButtonMultiple=Fechar abas
+tabs.closeWarningPromptMe=Avisar quando eu for fechar várias abas
+
+# LOCALIZATION NOTE (tabs.closeWarningMultipleWindows):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# The forms for 0 or 1 items are not considered since this string is used only for
+# multiple windows. The %S replacement form will be replaced with the contents
+# of tabs.closeWarningMultipleWindowsTabSnippet, which will contain the number
+# of tabs in these windows.
+# Note that every one of these plural forms must contain one instance of '%S'.
+tabs.closeWarningMultipleWindows=;#1 janelas %S serão fechadas. Tem certeza que quer continuar?
+# LOCALIZATION NOTE (tabs.closeWarningMultipleWindowsSessionRestore2):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# The forms for 0 or 1 items are not considered since this string is used only for
+# multiple windows. The %S replacement form will be replaced with the contents
+# of tabs.closeWarningMultipleWindowsTabSnippet, which will contain the number
+# of tabs in these windows.
+# If
+# "Tabs in non-private windows will be restored when you restart"
+# is difficult to translate, you could translate
+# "Tabs (except those in private windows) will be restored when you restart"
+# instead.
+# Note that every one of these plural forms must contain one instance of '%S'.
+tabs.closeWarningMultipleWindowsSessionRestore2=;#1 janelas %S serão fechadas. As abas em janelas não privativas serão restauradas quando reiniciar. Tem certeza que quer continuar?
+
+# LOCALIZATION NOTE (tabs.closeWarningMultipleWindowsTabSnippet):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# The singular form is not considered since this string is used only for
+# multiple windows which must contain multiple tabs (in total).
+# This string will be inserted in tabs.closeWarningMultipleWindows
+tabs.closeWarningMultipleWindowsTabSnippet=;com #1 abas
+
+# LOCALIZATION NOTE (tabs.closeTabs.tooltip):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs that will be closed. This is ignored for the
+# single tab case in English, but can be used by other locales as necessary.
+tabs.closeTabs.tooltip=Fechar aba;Fechar #1 abas
+
+# LOCALIZATION NOTE (tabs.muteAudio2.tooltip):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# %S is the keyboard shortcut for "Mute tab".
+# #1 is the number of tabs that will be muted. This is ignored for the
+# single tab case in English, but can be used by other locales as necessary.
+tabs.muteAudio2.tooltip=Silenciar aba (%S);Silenciar #1 abas (%S)
+
+# LOCALIZATION NOTE (tabs.unmuteAudio2.tooltip):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# %S is the keyboard shortcut for "Unmute tab".
+# #1 is the number of tabs that will be unmuted. This is ignored for the
+# single tab case in English, but can be used by other locales as necessary.
+tabs.unmuteAudio2.tooltip=Ativar som da aba (%S);Ativar som das #1 abas (%S)
+
+# LOCALIZATION NOTE (tabs.muteAudio2.background.tooltip):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs that will be muted. This is ignored for the
+# single tab case in English, but can be used by other locales as necessary.
+tabs.muteAudio2.background.tooltip=Silenciar aba;Silenciar #1 abas
+
+# LOCALIZATION NOTE (tabs.unmuteAudio2.background.tooltip):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs that will be unmuted. This is ignored for the
+# single tab case in English, but can be used by other locales as necessary.
+tabs.unmuteAudio2.background.tooltip=Ativar som da aba;Ativar som das #1 abas
+
+# LOCALIZATION NOTE (tabs.unblockAudio2.tooltip):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# #1 is the number of tabs that will have their audio unblocked. This is ignored for the
+# single tab case in English, but can be used by other locales as necessary.
+tabs.unblockAudio2.tooltip=Reproduzir som da aba;Reproduzir som das #1 abas
+
+# LOCALIZATION NOTE (tabs.allowTabFocusByPromptForSite):
+# %S is the hostname of the site where dialogs are allowed to switch tabs
+tabs.allowTabFocusByPromptForSite=Permitir que diálogos de %S levem você para a aba dele
+
+# LOCALIZATION NOTE (tabs.containers.tooltip):
+# Displayed as a tooltip on container tabs
+# %1$S is the title of the current tab
+# %2$S is the name of the current container
+tabs.containers.tooltip=%1$S - %2$S
+
+# LOCALIZATION NOTE (tabs.openWarningTitle, tabs.openWarningMultipleBranded, tabs.openButtonMultiple, tabs.openWarningPromptMeBranded):
+# These items are moved from chrome/browser/places/places.properties
+# Now they are not specific to bookmark.
+tabs.openWarningTitle=Confirmar abertura
+tabs.openWarningMultipleBranded=Serão abertas %S abas. O %S pode ficar lento durante o carregamento dessas páginas. Tem certeza que quer continuar?
+tabs.openButtonMultiple=Abrir abas
+tabs.openWarningPromptMeBranded=Avisar que o carregamento de várias abas pode deixar o %S lento
+
+browsewithcaret.checkMsg=Não mostrar mais este aviso.
+browsewithcaret.checkWindowTitle=Navegação com cursor do teclado
+browsewithcaret.checkLabel=A tecla F7 ativa ou desativa a navegação com cursor do teclado. Este recurso coloca um cursor móvel em página web, permitindo selecionar texto usando o teclado. Quer ativar a navegação com cursor do teclado?
diff --git a/l10n-pt-BR/browser/chrome/browser/taskbar.properties b/l10n-pt-BR/browser/chrome/browser/taskbar.properties
new file mode 100644
index 0000000000..9ad477d8f9
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/taskbar.properties
@@ -0,0 +1,12 @@
+# 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/.
+
+taskbar.tasks.newTab.label=Abrir nova aba
+taskbar.tasks.newTab.description=Abrir uma nova aba do navegador.
+taskbar.tasks.newWindow.label=Abre uma nova janela
+taskbar.tasks.newWindow.description=Abre uma nova janela do navegador.
+taskbar.tasks.newPrivateWindow.label=Nova janela privativa
+taskbar.tasks.newPrivateWindow.description=Abrir uma nova janela no modo de navegação privativa.
+taskbar.frequent.label=Frequentes
+taskbar.recent.label=Recentes
diff --git a/l10n-pt-BR/browser/chrome/browser/translation.dtd b/l10n-pt-BR/browser/chrome/browser/translation.dtd
new file mode 100644
index 0000000000..6169f79881
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/translation.dtd
@@ -0,0 +1,59 @@
+<!-- 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/. -->
+
+<!-- LOCALIZATION NOTE (translation.thisPageIsIn.label,
+ - translation.translateThisPage.label):
+ - These 2 strings are used to construct a sentence that contains a dropdown
+ - showing the detected language of the current web page.
+ - In en-US it looks like this:
+ - This page is in [detected language] Translate this page?
+ - "detected language" here is a language name coming from the
+ - toolkit/intl/languageNames.ftl file; for some locales it may not be in
+ - the correct grammar case to keep the same structure of the original
+ - sentence. -->
+<!ENTITY translation.thisPageIsIn.label "Esta página está em">
+<!ENTITY translation.translateThisPage.label "Traduzir esta página?">
+<!ENTITY translation.translate.button "Traduzir">
+<!ENTITY translation.notNow.button "Agora não">
+
+<!ENTITY translation.translatingContent.label "Traduzindo conteúdo da página…">
+
+<!-- LOCALIZATION NOTE (translation.translatedFrom.label,
+ - translation.translatedTo.label,
+ - translation.translatedToSuffix.label):
+ - These 3 strings are used to construct a sentence that contains 2 dropdowns
+ - showing the source and target language of a translated web page.
+ - In en-US it looks like this:
+ - This page has been translated from [from language] to [to language]
+ - "from language" and "to language" here are language names coming from the
+ - toolkit/intl/languageNames.ftl file; for some locales they may not be in
+ - the correct grammar case to keep the same structure of the original
+ - sentence.
+ -
+ - translation.translatedToSuffix.label (empty in en-US) is for locales that
+ - need to display some text after the second drop down for the sentence to
+ - be grammatically correct. -->
+<!ENTITY translation.translatedFrom.label "Esta página foi traduzida do">
+<!ENTITY translation.translatedTo.label "para o">
+<!ENTITY translation.translatedToSuffix.label "">
+
+<!ENTITY translation.showOriginal.button "Mostrar original">
+<!ENTITY translation.showTranslation.button "Mostrar tradução">
+
+<!ENTITY translation.errorTranslating.label "Houve um erro durante a tradução desta página.">
+<!ENTITY translation.tryAgain.button "Tentar novamente">
+
+<!ENTITY translation.serviceUnavailable.label "A tradução não está disponível no momento. Tente novamente mais tarde.">
+
+<!ENTITY translation.options.menu "Opções">
+<!-- LOCALIZATION NOTE (translation.options.neverForSite.accesskey,
+ - translation.options.preferences.accesskey):
+ - The accesskey values used here should not clash with the value used for
+ - translation.options.neverForLanguage.accesskey in translation.properties
+ -->
+<!ENTITY translation.options.neverForSite.label "Nunca traduzir este site">
+<!ENTITY translation.options.neverForSite.accesskey "N">
+<!ENTITY translation.options.preferences.label "Preferências da tradução">
+<!ENTITY translation.options.preferences.accesskey "P">
+
diff --git a/l10n-pt-BR/browser/chrome/browser/translation.properties b/l10n-pt-BR/browser/chrome/browser/translation.properties
new file mode 100644
index 0000000000..cb332353bd
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/translation.properties
@@ -0,0 +1,12 @@
+# 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/.
+
+# LOCALIZATION NOTE (translation.options.neverForLanguage.label):
+# %S is a language name coming from the global/languageNames.properties file.
+translation.options.neverForLanguage.label=Nunca traduzir %S
+
+# LOCALIZATION NOTE (translation.options.neverForLanguage.accesskey):
+# The accesskey value used here should not clash with the values used for
+# translation.options.*.accesskey in translation.dtd
+translation.options.neverForLanguage.accesskey=N
diff --git a/l10n-pt-BR/browser/chrome/browser/uiDensity.properties b/l10n-pt-BR/browser/chrome/browser/uiDensity.properties
new file mode 100644
index 0000000000..a2ca5e914a
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/uiDensity.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/.
+
+uiDensity.menuitem-touch.acceltext=Modo Tablet ativado
diff --git a/l10n-pt-BR/browser/chrome/browser/webrtcIndicator.properties b/l10n-pt-BR/browser/chrome/browser/webrtcIndicator.properties
new file mode 100644
index 0000000000..9707ea4d45
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/browser/webrtcIndicator.properties
@@ -0,0 +1,61 @@
+# 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/.
+
+# LOCALIZATION NOTE : FILE This file contains the webrtc global indicator strings
+
+# LOCALIZATION NOTE (webrtcIndicator.windowtitle): %S is the brand name (e.g. Firefox).
+# This string is used so that the window has a title in tools that enumerate/look for window
+# titles. It is not normally visible anywhere.
+webrtcIndicator.windowtitle = %S - Indicador de compartilhamento
+
+webrtcIndicator.sharingCameraAndMicrophone.tooltip = Sua câmera e seu microfone estão sendo compartilhados. Clique para controlar o compartilhamento.
+webrtcIndicator.sharingCamera.tooltip = Sua câmera está sendo compartilhada. Clique para controlar o compartilhamento.
+webrtcIndicator.sharingMicrophone.tooltip = Seu microfone está sendo compartilhado. Clique para controlar o compartilhamento.
+webrtcIndicator.sharingApplication.tooltip = Um aplicativo está sendo compartilhado. Clique para controlar o compartilhamento.
+webrtcIndicator.sharingScreen.tooltip = Sua tela está sendo compartilhada. Clique para controlar o compartilhamento.
+webrtcIndicator.sharingWindow.tooltip = Uma janela está sendo compartilhada. Clique para controlar o compartilhamento.
+webrtcIndicator.sharingBrowser.tooltip = Uma aba está sendo compartilhada. Clique para controlar o compartilhamento.
+
+
+# LOCALIZATION NOTE : The following strings are only used on Mac for
+# menus attached to icons near the clock on the mac menubar.
+
+# LOCALIZATION NOTE (webrtcIndicator.sharing*With.menuitem):
+# %S is the title of the tab using the share.
+webrtcIndicator.sharingCameraWith.menuitem = Compartilhando câmera com “%S”
+webrtcIndicator.sharingMicrophoneWith.menuitem = Compartilhando microfone com “%S”
+webrtcIndicator.sharingApplicationWith.menuitem = Compartilhando um aplicativo com “%S”
+webrtcIndicator.sharingScreenWith.menuitem = Compartilhando tela com “%S”
+webrtcIndicator.sharingWindowWith.menuitem = Compartilhando uma janela com “%S”
+webrtcIndicator.sharingBrowserWith.menuitem = Compartilhando uma aba com "%S"
+webrtcIndicator.controlSharing.menuitem = Controle de compartilhamento
+# LOCALIZATION NOTE (webrtcIndicator.sharingCameraWithNTabs.menuitem):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+webrtcIndicator.sharingCameraWithNTabs.menuitem = Compartilhando câmera com #1 aba;Compartilhando câmera com #1 abas
+# LOCALIZATION NOTE (webrtcIndicator.sharingMicrophoneWithNTabs.menuitem):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+webrtcIndicator.sharingMicrophoneWithNTabs.menuitem = Compartilhando microfone com #1 aba;Compartilhando microfone com #1 abas
+# LOCALIZATION NOTE (webrtcIndicator.sharingApplicationWithNTabs.menuitem):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+webrtcIndicator.sharingApplicationWithNTabs.menuitem = Compartilhando um aplicativo com #1 aba;Compartilhando aplicativos com #1 abas
+# LOCALIZATION NOTE (webrtcIndicator.sharingScreenWithNTabs.menuitem):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+webrtcIndicator.sharingScreenWithNTabs.menuitem = Compartilhando tela com #1 aba;Compartilhando tela com #1 abas
+# LOCALIZATION NOTE (webrtcIndicator.sharingWindowWithNTabs.menuitem):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+webrtcIndicator.sharingWindowWithNTabs.menuitem = Compartilhando uma janela com #1 aba;Compartilhando janelas com #1 abas
+# LOCALIZATION NOTE (webrtcIndicator.sharingBrowserWithNTabs.menuitem):
+# Semicolon-separated list of plural forms. See:
+# http://developer.mozilla.org/en/docs/Localization_and_Plurals
+# This message is shown when the contents of a tab is shared during a WebRTC
+# session, which currently is only possible with Loop/Hello.
+webrtcIndicator.sharingBrowserWithNTabs.menuitem = Compartilhando uma aba com #1 aba;Compartilhando abas com #1 abas
+# LOCALIZATION NOTE (webrtcIndicator.controlSharingOn.menuitem):
+# %S is the title of the tab using the share.
+webrtcIndicator.controlSharingOn.menuitem = Controle do compartilhamento com “%S”
diff --git a/l10n-pt-BR/browser/chrome/overrides/appstrings.properties b/l10n-pt-BR/browser/chrome/overrides/appstrings.properties
new file mode 100644
index 0000000000..9e102c5dd6
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/overrides/appstrings.properties
@@ -0,0 +1,45 @@
+# 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/.
+
+malformedURI2=Verifique se a URL está correta e tente novamente.
+fileNotFound=O Firefox não conseguiu encontrar o arquivo em %S.
+fileAccessDenied=O arquivo em %S não é legível.
+dnsNotFound2=Não conseguimos conectar com o servidor em %S.
+unknownProtocolFound=O Firefox não sabe como abrir este endereço, por causa do protocolo (%S) não estar associado a nenhum programa ou não ser permitido neste contexto.
+connectionFailure=O Firefox não conseguiu estabelecer uma conexão com o servidor %S.
+netInterrupt=A conexão para %S foi interrompida durante o carregamento da página.
+netTimeout=O servidor %S demorou muito para responder.
+redirectLoop=O Firefox detectou que o servidor está redirecionando a requisição para este endereço de uma forma que nunca será concluída.
+## LOCALIZATION NOTE (confirmRepostPrompt): In this item, don’t translate "%S"
+confirmRepostPrompt=Para exibir esta página, o %S precisa enviar informações que repetirão qualquer ação (como uma pesquisa ou confirmação de compra) efetuada anteriormente.
+resendButton.label=Reenviar
+unknownSocketType=O Firefox não sabe como comunicar-se com este servidor.
+netReset=A conexão com o servidor foi reiniciada durante o carregamento da página.
+notCached=Este documento não está mais disponível.
+netOffline=O Firefox está no modo offline e não pode navegar na web.
+isprinting=Este documento não pode ser alterado durante a impressão ou visualizar impressão.
+deniedPortAccess=Este endereço usa uma porta de rede que normalmente é usada para fins diferentes de navegação na web. O Firefox cancelou a requisição para sua proteção.
+proxyResolveFailure=O Firefox está configurado para usar um servidor proxy que não pôde ser localizado.
+proxyConnectFailure=O Firefox está configurado para usar um servidor proxy que está recusando conexões.
+contentEncodingError=A página que está tentando ver não pode ser vista porque usa uma forma não suportada ou inválida de compactação.
+unsafeContentType=A página que está tentando ver não pode ser exibida porque tem um tipo de arquivo que pode não ser seguro abrir. Entre em contate com os responsáveis pelo site e informe o problema.
+externalProtocolTitle=Solicitação de protocolo externo
+externalProtocolPrompt=Um aplicativo externo deve ser executado para lidar com links '%1$S:'.\n\n\nLink requisitado:\n\n%2$S\n\nAplicativo: %3$S\n\n\nSe esta requisição não era esperada, pode ser uma tentativa de explorar uma fragilidade do aplicativo requisitado. Cancele esta requisição, a menos que tenha certeza que não é maliciosa.\n
+#LOCALIZATION NOTE (externalProtocolUnknown): The following string is shown if the application name can't be determined
+externalProtocolUnknown=<Desconhecido>
+externalProtocolChkMsg=Memorizar a minha escolha para todos os endereços deste tipo.
+externalProtocolLaunchBtn=Executar aplicativo
+malwareBlocked=O site em %S foi denunciado como um foco de ataques e foi bloqueado com base em suas preferências de segurança.
+harmfulBlocked=O site em %S foi denunciado como potencialmente perigoso e foi bloqueado com base nas suas preferências de segurança.
+unwantedBlocked=O site %S foi denunciado como um site que fornece software indesejado e foi bloqueado com base nas suas preferências de segurança.
+deceptiveBlocked=Esta página em %S foi denunciada como sendo de um site enganoso e foi bloqueada com base nas suas preferências de segurança.
+cspBlocked=Esta página tem uma política de segurança de conteúdo que a impede de ser carregada desta forma.
+xfoBlocked=Esta página tem uma diretiva X-Frame-Options que a impede de ser carregada neste contexto.
+corruptedContentErrorv2=O site %S sofreu uma violação de protocolo de rede que não pode ser reparado.
+remoteXUL=Esta página usa uma tecnologia não suportada que está, por padrão, indisponível no Firefox.
+## LOCALIZATION NOTE (sslv3Used) - Do not translate "%S".
+sslv3Used=O Firefox não pode garantir a segurança dos seus dados em %S porque ele usa SSLv3, um protocolo inseguro.
+inadequateSecurityError=O site tentou usar um nível de segurança inadequado.
+blockedByPolicy=A sua organização bloqueou o acesso a esta página ou site.
+networkProtocolError=O Firefox se viu diante de uma violação de protocolo de rede que não pode ser reparada.
diff --git a/l10n-pt-BR/browser/chrome/overrides/netError.dtd b/l10n-pt-BR/browser/chrome/overrides/netError.dtd
new file mode 100644
index 0000000000..a2d335f605
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/overrides/netError.dtd
@@ -0,0 +1,183 @@
+<!-- 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 % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
+%brandDTD;
+
+<!ENTITY loadError.label "Problemas ao carregar a página">
+<!ENTITY retry.label "Tentar novamente">
+<!ENTITY returnToPreviousPage.label "Voltar">
+<!ENTITY returnToPreviousPage1.label "Voltar (recomendado)">
+<!ENTITY advanced2.label "Avançado…">
+<!ENTITY viewCertificate.label "Ver certificado">
+
+<!-- Specific error messages -->
+
+<!ENTITY connectionFailure.longDesc "&sharedLongDesc;">
+
+<!ENTITY deniedPortAccess.longDesc "">
+
+<!ENTITY dnsNotFound.pageTitle "Servidor não encontrado">
+<!ENTITY dnsNotFound.longDesc1 "<strong>Se este endereço estiver correto, aqui estão outras coisas que você pode tentar:</strong>
+<ul>
+
+ <li>Tente novamente mais tarde.</li>
+
+ <li>Verifique sua conexão de rede.</li>
+
+ <li>Se você está conectado atrás de um firewall, verifique se o &brandShortName; tem permissão para acessar a Web.</li>
+</ul>">
+
+<!ENTITY fileNotFound.longDesc "<ul>
+  <li>Verifique se o nome do arquivo possui letras maiúsculas ou erros de digitação.</li>
+  <li>Verifique se o arquivo foi movido, renomeado ou excluído.</li>
+</ul>">
+
+<!ENTITY fileAccessDenied.longDesc "<ul>
+  <li>Pode ter sido removido, movido ou as permissões do arquivo podem estar impedindo o acesso.</li>
+</ul>">
+
+<!ENTITY generic.longDesc "<p>Algo impediu o &brandShortName; de carregar esta página.</p>">
+
+<!ENTITY captivePortal.title "Autenticar na rede">
+<!ENTITY captivePortal.longDesc2 "<p>Você deve se autenticar nessa rede antes de poder acessar a internet.</p>">
+
+<!ENTITY openPortalLoginPage.label2 "Abrir página de acesso à rede">
+
+<!ENTITY malformedURI.pageTitle "URL inválida">
+
+<!ENTITY netInterrupt.longDesc "&sharedLongDesc;">
+
+<!ENTITY notCached.longDesc "<p>O documento solicitado não está disponível no cache do &brandShortName;.</p><ul><li>Como precaução de segurança, o &brandShortName; não volta a solicitar automaticamente documentos sensíveis.</li><li>Clique em 'Tentar novamente' para solicitar de novo o documento do site.</li></ul>">
+
+<!ENTITY netOffline.longDesc2 "
+<ul>
+ <li>Pressione &quot;Tente novamente&quot; para mudar para modo online e recarregar a página.</li>
+</ul>
+">
+
+<!ENTITY contentEncodingError.longDesc "<ul>
+<li>Entre em contato com os proprietários do site para informá-los sobre esse problema.</li>
+</ul>">
+
+<!ENTITY unsafeContentType.longDesc "<ul>
+<li>Entre em contato com os proprietários do site para informá-los sobre esse problema.</li>
+</ul>">
+
+<!ENTITY netReset.longDesc "&sharedLongDesc;">
+
+<!ENTITY netTimeout.longDesc "&sharedLongDesc;">
+
+<!ENTITY unknownProtocolFound.longDesc "<ul>
+<li>Pode ser necessário instalar algum aplicativo para abrir este endereço.</li>
+</ul>">
+
+<!ENTITY proxyConnectFailure.longDesc "<ul>
+<li>Verifique as configurações de proxy para se certificar que estão corretas</li>
+<li>Contate seu administrador de rede para se certificar que o servidor proxy está 
+funcionando.</li>
+</ul>">
+
+<!ENTITY proxyResolveFailure.longDesc "<ul>
+<li>Verifique as configurações de proxy para certificar-se de que estejam corretas.</li>
+<li>Certifique-se de que a conexão de rede do seu computador esteja funcionando.</li>
+<li>Se o seu computador ou rede forem protegidos por um firewall ou proxy, certifique-se
+de que o &brandShortName; esteja autorizado a acessar a web.</li>
+</ul>">
+
+<!ENTITY redirectLoop.longDesc "<ul>
+<li>Este problema pode ser causado pela desativação ou recusa de aceitar
+cookies.</li>
+</ul>">
+
+<!ENTITY unknownSocketType.longDesc "<ul>
+<li>Certifique-se de que o seu sistema possui o Personal Security Manager
+instalado.</li>
+<li>Isto pode ser devido a uma configuração não padrão do servidor.</li>
+</ul>">
+
+<!ENTITY nssFailure2.longDesc2 "<ul>
+ <li>A página que você está tentando ver não pode ser exibida porque a autenticidade dos dados recebidos não pôde ser comprovada.</li>
+ <li>Entre em contato com os responsáveis pelo site para informar este problema.</li>
+</ul>">
+
+<!-- Localization note (certerror.introPara2) - The text content of the span tag
+will be replaced at runtime with the name of the server to which the user
+was trying to connect. -->
+<!ENTITY certerror.introPara2 "O &brandShortName; detectou uma potencial ameaça de segurança e não seguiu para <span class='hostname'/>. Se você visitar este site, invasores podem tentar roubar suas informações, como senhas, endereços de email e detalhes de cartões de crédito.">
+<!ENTITY certerror.sts.introPara "O &brandShortName; detectou uma potencial ameaça de segurança e não prosseguiu para <span class='hostname'/> porque este site exige uma conexão segura.">
+
+<!ENTITY certerror.expiredCert.introPara "O &brandShortName; detectou um problema e não prosseguiu para <span class='hostname'/>. O site foi mal configurado ou o relógio interno do seu computador está errado.">
+<!ENTITY certerror.expiredCert.secondPara2 "Provavelmente o certificado do site está expirado, impedindo que o &brandShortName; se conecte com segurança. Se você acessar este site, invasores podem tentar roubar informações confidenciais como senhas, emails ou detalhes de cartões de crédito.">
+<!ENTITY certerror.expiredCert.sts.secondPara "Provavelmente o certificado do site está expirado, impedindo que o &brandShortName; se conecte com segurança.">
+
+<!ENTITY certerror.whatCanYouDoAboutItTitle "O que você pode fazer a respeito?">
+
+<!ENTITY certerror.unknownIssuer.whatCanYouDoAboutIt "
+<p>É mais provável que o problema seja no site, não há nada que você possa fazer para resolver.</p>
+<p>Se estiver em uma rede corporativa ou usando um antivírus, você pode pedir ajuda às equipes de suporte. Também pode notificar o administrador do site.</p>
+">
+
+<!ENTITY certerror.expiredCert.whatCanYouDoAboutIt2 "
+<p>O relógio do seu computador está definido para <span id='wrongSystemTime_systemDate2'/>. Certifique-se de que seu computador está definido para a data, hora e fuso horário corretos nas configurações do sistema, e atualize <span class='hostname'/>.</p>
+<p>Se o seu relógio já está definido para a hora correta, o site deve estar configurado incorretamente e não há nada que você possa fazer para resolver o problema. Notifique o problema para o administrador do site.</p>
+">
+
+<!ENTITY certerror.badCertDomain.whatCanYouDoAboutIt "
+<p>É mais provável que o problema seja no site, não há nada que você possa fazer para resolver. Você pode notificar o administrador do site.</p>
+">
+
+<!ENTITY sharedLongDesc "<ul>
+<li>Este site pode estar temporariamente fora do ar ou sobrecarregado. Tente de novo
+em alguns instantes.</li>
+<li>Se você não consegue carregar nenhuma página, verifique a conexão de rede
+do computador.</li>
+<li>Se o seu computador ou rede forem protegidos por um firewall ou proxy, certifique-se
+de que o &brandShortName; esteja autorizado a acessar a web.</li>
+</ul>">
+
+<!ENTITY cspBlocked.longDesc "<p>O &brandShortName; impediu esta página de carregar desta forma porque a política de segurança de conteúdo da página não permite.</p>">
+
+<!ENTITY xfoBlocked.longDesc "<p>O &brandShortName; impediu que esta página fosse carregada neste contexto porque a página tem uma diretiva X-Frame-Options que não permite.</p>">
+
+<!ENTITY corruptedContentErrorv2.longDesc "<p>A página que está tentando ver não pode ser vista porque foi detectado um erro na transmissão de dados.</p><ul><li>Entre em contato com os proprietários do site para informá-los sobre este problema.</li></ul>">
+
+<!ENTITY securityOverride.exceptionButton1Label "Aceitar o risco e continuar">
+
+<!ENTITY errorReporting.automatic2 "Relatar erros como este para ajudar a Mozilla a identificar e bloquear sites maliciosos">
+<!ENTITY errorReporting.learnMore "Saiba mais…">
+
+<!ENTITY remoteXUL.longDesc "<p><ul><li>Contate os responsáveis pelo site para informar este problema.</li></ul></p>">
+
+<!-- LOCALIZATION NOTE (sslv3Used.longDesc2) - Do not translate
+ "SSL_ERROR_UNSUPPORTED_VERSION". -->
+<!ENTITY sslv3Used.longDesc2 "Informações avançadas: SSL_ERROR_UNSUPPORTED_VERSION">
+
+<!ENTITY certerror.pagetitle2 "Alerta: Potencial risco de segurança à frente">
+<!ENTITY certerror.sts.pagetitle "Não conectou: Potencial problema de segurança">
+<!ENTITY certerror.whatShouldIDo.badStsCertExplanation1 "<span class='hostname'></span> tem uma política de segurança chamada HTTP Strict Transport Security (HSTS), que significa que o &brandShortName; só pode se conectar a ele com segurança. Você não pode adicionar uma exceção para visitar este site.">
+<!ENTITY certerror.copyToClipboard.label "Copiar texto para a área de transferência">
+
+<!-- LOCALIZATION NOTE (inadequateSecurityError.longDesc) - Do not translate
+ "NS_ERROR_NET_INADEQUATE_SECURITY". -->
+<!ENTITY inadequateSecurityError.longDesc "<p><span class='hostname'></span> usa uma tecnologia de segurança que está ultrapassada e vulnerável a ataques. Um invasor poderia facilmente coletar informações que você acreditava estar seguras. O administrador do site precisa consertar o servidor antes de você poder visitar o site.</p><p>Código de erro: NS_ERROR_NET_INADEQUATE_SECURITY</p>">
+
+<!ENTITY blockedByPolicy.title "Página bloqueada">
+
+<!ENTITY certerror.mitm.longDesc "<span class='hostname'></span> é provavelmente um site seguro, mas uma conexão segura não pôde ser estabelecida. Este problema é causado por <span class='mitm-name'/>, que é um programa em seu computador ou em sua rede.">
+<!ENTITY certerror.mitm.whatCanYouDoAboutIt1 "Se seu programa antivírus tem um recurso que varre conexões criptografadas (normalmente chamado “web scanning” ou “https scanning”), você pode desativar este recurso. Se isso não resolver, pode tentar remover e reinstalar o programa antivírus.">
+<!ENTITY certerror.mitm.whatCanYouDoAboutIt2 "Se você está em uma rede corporativa, pode entrar em contato com o departamento de informática.">
+<!ENTITY certerror.mitm.whatCanYouDoAboutIt3 "Se você não está familiarizado com <span class='mitm-name'/>, então isto pode ser um ataque e não seria bom continuar para o site.">
+<!ENTITY certerror.mitm.sts.whatCanYouDoAboutIt3 "Se você não está familiarizado com <span class='mitm-name'/>, então isto pode ser um ataque e não há nada que você possa fazer para acessar o site.">
+
+<!ENTITY clockSkewError.longDesc "A hora exibida pelo seu computador é <span id='wrongSystemTime_systemDate1'/>, o que impede que o &brandShortName; se conecte de maneira segura. Para visitar <span class='hostname'></span>, ajuste o relógio do seu computador nas configurações do sistema para a data, hora e fuso horário atuais, e atualize <span class='hostname'></span>.">
+
+<!ENTITY prefReset.longDesc "Parece que suas configurações de segurança de rede podem estar causando isso. Você quer restaurar as configurações padrão?">
+<!ENTITY prefReset.label "Restaurar configurações padrão">
+
+<!ENTITY enableTls10.longDesc "Este site pode não suportar o protocolo TLS 1.2, versão mínima suportada pelo &brandShortName;. Ativar TLS 1.0 e TLS 1.1 pode permitir que essa conexão seja bem-sucedida.">
+<!ENTITY enableTls10.note "TLS 1.0 e TLS 1.1 serão desativados permanentemente em alguma futura versão.">
+<!ENTITY enableTls10.label "Ativar TLS 1.0 e 1.1">
+
+<!ENTITY networkProtocolError.longDesc "<p>A página que você está tentando ver não pode ser exibida porque foi detectado um erro no protocolo de rede.</p><ul><li>Entre em contato com o dono do site para informar este problema.</li></ul>">
diff --git a/l10n-pt-BR/browser/chrome/overrides/settingsChange.dtd b/l10n-pt-BR/browser/chrome/overrides/settingsChange.dtd
new file mode 100644
index 0000000000..05401deb91
--- /dev/null
+++ b/l10n-pt-BR/browser/chrome/overrides/settingsChange.dtd
@@ -0,0 +1,7 @@
+<!-- -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -->
+<!-- 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 settingsChangePreferences.label "A configuração pode ser alterada no painel Aplicativos nas preferências do &brandShortName;.">
+<!ENTITY settingsChangeOptions.label "A configuração pode ser alterada no painel Aplicativos nas opções do &brandShortName;.">