aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/mozilla
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:49:58 +0100
commit1d435be33d8b76cd7b06cd06996c19d74f83cfd4 (patch)
tree86057a0d5693744915564716a97ba7466c041e6e /files/pt-br/mozilla
parent68fc8e96a9629e73469ed457abd955e548ec670c (diff)
downloadtranslated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.gz
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.tar.bz2
translated-content-1d435be33d8b76cd7b06cd06996c19d74f83cfd4.zip
unslug pt-br: modify
Diffstat (limited to 'files/pt-br/mozilla')
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html3
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html3
-rw-r--r--files/pt-br/mozilla/developer_guide/source_code/index.html3
-rw-r--r--files/pt-br/mozilla/firefox/experimental_features/index.html3
-rw-r--r--files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html3
11 files changed, 22 insertions, 11 deletions
diff --git a/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html
index 231797ec59..8ec220eb48 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html
@@ -1,10 +1,11 @@
---
title: Anatomia de uma WebExtension
-slug: Mozilla/Add-ons/WebExtensions/Anatomia_de_uma_WebExtension
+slug: Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension
tags:
- Extensões
- WebExtensions
translation_of: Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension
+original_slug: Mozilla/Add-ons/WebExtensions/Anatomia_de_uma_WebExtension
---
<p>Uma extensão consiste de uma coleção de arquivos, empacotados para distribuição e instalação. Nesse artigo vamos falar rapidamente sobre os arquivos que podem estar presentes em uma extensão.</p>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html b/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html
index 4eb0dc1b8d..4eeadc06fb 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html
@@ -1,6 +1,6 @@
---
title: tema
-slug: Mozilla/Add-ons/WebExtensions/API/tema
+slug: Mozilla/Add-ons/WebExtensions/API/theme
tags:
- Aplicativo
- Extensões
@@ -10,6 +10,7 @@ tags:
- add-on
- extensão
translation_of: Mozilla/Add-ons/WebExtensions/API/theme
+original_slug: Mozilla/Add-ons/WebExtensions/API/tema
---
<div>{{AddonSidebar}}</div>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html b/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html
index 41312323b4..270b52134e 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html
@@ -1,7 +1,8 @@
---
title: permissões
-slug: Mozilla/Add-ons/WebExtensions/manifest.json/permissões
+slug: Mozilla/Add-ons/WebExtensions/manifest.json/permissions
translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/permissions
+original_slug: Mozilla/Add-ons/WebExtensions/manifest.json/permissões
---
<div>{{AddonSidebar}}</div>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html b/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html
index 4e7e854644..2629a1dbfb 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html
@@ -1,7 +1,8 @@
---
title: Pré-requisitos
-slug: Mozilla/Add-ons/WebExtensions/pre-requisitos
+slug: Mozilla/Add-ons/WebExtensions/Prerequisites
translation_of: Mozilla/Add-ons/WebExtensions/Prerequisites
+original_slug: Mozilla/Add-ons/WebExtensions/pre-requisitos
---
<p>Para desenvolver utilizando as APIs de uma WebExtension, você precisa de uma configuração mínima.</p>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html b/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html
index cf8e2d7198..b74d21bdbe 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html
@@ -1,9 +1,10 @@
---
title: Itens do menu de contexto
-slug: Mozilla/Add-ons/WebExtensions/user_interface/Itens_do_menu_de_contexto
+slug: Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items
tags:
- WebExtensions
translation_of: Mozilla/Add-ons/WebExtensions/user_interface/Context_menu_items
+original_slug: Mozilla/Add-ons/WebExtensions/user_interface/Itens_do_menu_de_contexto
---
<div>{{AddonSidebar}}</div>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html b/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html
index 7050516e82..d2b04083d7 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html
@@ -1,7 +1,8 @@
---
title: O que vem a seguir ?
-slug: Mozilla/Add-ons/WebExtensions/O_que_vem_a_seguir_
+slug: Mozilla/Add-ons/WebExtensions/What_next_
translation_of: Mozilla/Add-ons/WebExtensions/What_next_
+original_slug: Mozilla/Add-ons/WebExtensions/O_que_vem_a_seguir_
---
<div>{{AddonSidebar}}</div>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html
index 9d3045e28a..976985f917 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html
@@ -1,7 +1,8 @@
---
title: Sua primeira extensão
-slug: Mozilla/Add-ons/WebExtensions/sua_primeira_WebExtension
+slug: Mozilla/Add-ons/WebExtensions/Your_first_WebExtension
translation_of: Mozilla/Add-ons/WebExtensions/Your_first_WebExtension
+original_slug: Mozilla/Add-ons/WebExtensions/sua_primeira_WebExtension
---
<div>{{AddonSidebar}}</div>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html
index 1e49d92e3c..25b1613b55 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html
@@ -1,11 +1,12 @@
---
title: Passo-a-Passo
-slug: Mozilla/Add-ons/WebExtensions/Passo-a-Passo
+slug: Mozilla/Add-ons/WebExtensions/Your_second_WebExtension
tags:
- Extensões Web
- extensões firefox
- passo-a-passo
translation_of: Mozilla/Add-ons/WebExtensions/Your_second_WebExtension
+original_slug: Mozilla/Add-ons/WebExtensions/Passo-a-Passo
---
<p>Neste artigo iremos criar uma Extensão para Firefox do início ao fim.</p>
diff --git a/files/pt-br/mozilla/developer_guide/source_code/index.html b/files/pt-br/mozilla/developer_guide/source_code/index.html
index 7d56685269..e279c02e6e 100644
--- a/files/pt-br/mozilla/developer_guide/source_code/index.html
+++ b/files/pt-br/mozilla/developer_guide/source_code/index.html
@@ -1,7 +1,8 @@
---
title: Trabalhando com o código-fonte Mozilla
-slug: Mozilla/Developer_guide/Codigo_Fonte
+slug: Mozilla/Developer_guide/Source_Code
translation_of: Mozilla/Developer_guide/Source_Code
+original_slug: Mozilla/Developer_guide/Codigo_Fonte
---
<p>Os artigos abaixo vão ajuda-lo a obter o código-fonte Mozilla, aprender a navegar pelo código e como ter as suas modificações aceitas para inclusão no repositório principal.</p>
<table class="mainpage-table">
diff --git a/files/pt-br/mozilla/firefox/experimental_features/index.html b/files/pt-br/mozilla/firefox/experimental_features/index.html
index 12a4aa7c23..55691e1e31 100644
--- a/files/pt-br/mozilla/firefox/experimental_features/index.html
+++ b/files/pt-br/mozilla/firefox/experimental_features/index.html
@@ -1,7 +1,8 @@
---
title: Novas funcionalidades no Firefox
-slug: Mozilla/Firefox/Novas_funcionalidades
+slug: Mozilla/Firefox/Experimental_features
translation_of: Mozilla/Firefox/Experimental_features
+original_slug: Mozilla/Firefox/Novas_funcionalidades
---
<div>{{FirefoxSidebar}}</div><p class="summary">Em ordem para testar as novas funcionalidades, a Mozilla publica uma versão de testes do navegador Firefox, <a href="https://nightly.mozilla.org/">Firefox Nightly</a>, diariamente. Funcionalidades experimentais, for example implementations of proposed Web platform standards, are available. This page lists features that are in Nightly versions of Firefox along with information on how to activate them, if necessary. You can test your Web sites and applications before these features get released and ensure everything will still work with the latest Web technology capabilities.</p>
diff --git a/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html b/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html
index 1a22edfb92..4ccf19d195 100644
--- a/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html
+++ b/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html
@@ -1,11 +1,12 @@
---
title: Zoom de página inteira
-slug: Mozilla/Firefox/Releases/3/Zoom_de_página_inteira
+slug: Mozilla/Firefox/Releases/3/Full_page_zoom
tags:
- Extensões
- Firefox 3
- XUL
translation_of: Mozilla/Firefox/Releases/3/Full_page_zoom
+original_slug: Mozilla/Firefox/Releases/3/Zoom_de_página_inteira
---
<div>{{FirefoxSidebar}}</div>