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
commit68fc8e96a9629e73469ed457abd955e548ec670c (patch)
tree8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/mozilla
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2
translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip
unslug pt-br: move
Diffstat (limited to 'files/pt-br/mozilla')
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/anatomia_de_uma_webextension/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/api/tema/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html95
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissões/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/pre-requisitos/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/user_interface/itens_do_menu_de_contexto/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/o_que_vem_a_seguir_/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/sua_primeira_webextension/index.html)0
-rw-r--r--files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html (renamed from files/pt-br/mozilla/add-ons/webextensions/passo-a-passo/index.html)0
-rw-r--r--files/pt-br/mozilla/developer_guide/source_code/index.html (renamed from files/pt-br/mozilla/developer_guide/codigo_fonte/index.html)0
-rw-r--r--files/pt-br/mozilla/firefox/experimental_features/index.html (renamed from files/pt-br/mozilla/firefox/novas_funcionalidades/index.html)0
-rw-r--r--files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html (renamed from files/pt-br/mozilla/firefox/releases/3/zoom_de_página_inteira/index.html)0
12 files changed, 0 insertions, 95 deletions
diff --git a/files/pt-br/mozilla/add-ons/webextensions/anatomia_de_uma_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html
index 231797ec59..231797ec59 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/anatomia_de_uma_webextension/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/anatomy_of_a_webextension/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/api/tema/index.html b/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html
index 4eb0dc1b8d..4eb0dc1b8d 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/api/tema/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/api/theme/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html b/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html
deleted file mode 100644
index 16e718fc9c..0000000000
--- a/files/pt-br/mozilla/add-ons/webextensions/empacotando_e_instalando/index.html
+++ /dev/null
@@ -1,95 +0,0 @@
----
-title: Empacotando e Instalando
-slug: Mozilla/Add-ons/WebExtensions/Empacotando_e_instalando
-translation_of: Mozilla/Add-ons/WebExtensions/Temporary_Installation_in_Firefox
-translation_of_original: Mozilla/Add-ons/WebExtensions/Packaging_and_installation
----
-<h2 id="Packaging_your_extension">Packaging your extension</h2>
-
-<div class="note">
-<p>Nós estamos trabalhando em uma GUI  para empacotar e carregar extensões. Veja <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1185460">Bug 1185460</a> para mais informações. Enquanto isso, siga as etapas abaixo.</p>
-</div>
-
-<p>Firefox extensões são empacotados como arquivos XPI, que nada mais são arquivos ZIP mas com extensão ".xpi".</p>
-
-<p>Uma dica para empacotar o arquivo você precisa "zipar" todos os arquivos que está na root do seu diretório.</p>
-
-<h3 id="Windows">Windows</h3>
-
-<ol>
- <li>Abra a pasta com seus arquivos da extensão.</li>
- <li>Selecione todos os arquivos.</li>
- <li>Clique com o direito e escolha Enviar para → Pasta Compactada.</li>
- <li>Renomeie o arquivo de "something.zip" para "something.xpi".</li>
-</ol>
-
-<p><img alt="" src="https://mdn.mozillademos.org/files/11949/install-windows.png" style="display: block; height: 576px; margin-left: auto; margin-right: auto; width: 800px;"></p>
-
-<h3 id="Mac_OS_X">Mac OS X</h3>
-
-<ol>
- <li>Abra a pasta com seus arquivos da extensão.</li>
- <li>Selecione todos os arquivos.</li>
- <li>Clique com o direito e escolha Compress <em>n</em> Items.</li>
- <li>Renomeie o arquivo de<code> Archive.zip</code> para <code>something.xpi</code>.</li>
-</ol>
-
-<p><img alt="" src="https://mdn.mozillademos.org/files/11951/install-osx.png" style="display: block; height: 449px; margin-left: auto; margin-right: auto; width: 800px;"></p>
-
-<h3 id="Linux_Mac_OS_X_Terminal">Linux / Mac OS X Terminal</h3>
-
-<ol>
- <li><code>cd path/to/my-extension/</code></li>
- <li><code>zip -r ../my-extension.xpi *</code></li>
-</ol>
-
-<h2 id="Installing_your_extension">Installing your extension</h2>
-
-<ol>
- <li>Digite no caminho de URL <code>about:addons</code></li>
- <li>Clique e araste o arquivo XPI para dentro da página, ou abra o menu de ferramentas e escolha "Install Add-On From File..."</li>
- <li>Clique instalar no dialog que irá aparecer</li>
-</ol>
-
-<h2 id="Instalando_suas_extensões_no_Firefox_OS">Instalando suas extensões no Firefox OS</h2>
-
-<p>You can install your extension from <a href="/en-US/docs/Tools/WebIDE">WebIDE</a> running on a Desktop connected via USB or Wifi. Open "path/to/my-extension/" as a Packaged App in WebIDE.</p>
-
-<p>When the manifest.json validation status is valid you will be able to Install and Run your extension on the attached Firefox OS device running a nightly build of Firefox OS.</p>
-
-<p>The extension will first have to be enabled in Settings-&gt;Add-ons on the Firefox OS device.</p>
-
-<h2 id="Soluções_de_problemas">Soluções de problemas</h2>
-
-<p>There are a few common problems that you might run into:</p>
-
-<h3 id="Este_add-on_não_poderá_ser_instalado_porque_não_pode_ser_verificado.">"Este add-on não poderá ser instalado porque não pode ser verificado."</h3>
-
-<ul>
- <li>Make sure you're using <a href="https://nightly.mozilla.org/">Nightly</a> and that <code>xpinstall.signatures.required</code> is <code>false</code> in <code>about:config</code>.</li>
- <li>Learn more about <a href="/en-US/docs/Mozilla/Add-ons/Distribution">add-on signing and distribution</a>.</li>
-</ul>
-
-<h3 id="Este_add-on_não_pode_ser_instalado_porque_pode_está_corrompido.">"Este add-on não pode ser instalado porque pode está corrompido."</h3>
-
-<ul>
- <li>Make sure you zipped your add-ons files directly, <em>not</em> the folder <em>containing</em> your add-ons files. Your manifest.json must be at the root of the zip file.</li>
- <li>Make sure you are using a <a href="https://nightly.mozilla.org/">Nightly</a> build of Firefox.</li>
-</ul>
-
-<h3 id="Nada_aconteceu">Nada aconteceu</h3>
-
-<ul>
- <li>Make sure your file name actually ends in <code>.xpi</code>, since some operating systems <em>really</em> like to hide file extensions.
-
- <ul>
- <li>On Windows, check with View → Show / Hide: File Name Extensions.</li>
- <li>On Mac OS X, check with File → Get Info → Name and Extension.</li>
- </ul>
- </li>
- <li>It's possible you misclicked and dismissed the installation prompt. Look for a puzzle piece icon next to the Back button in Nightly. Click that to bring the popup back.</li>
-</ul>
-
-<h3 id="Observe_o_console">Observe o console</h3>
-
-<p>Some additional error information relating to how your extension was extracted and loaded might be available in the <a href="/en-US/docs/Tools/Browser_Console">Browser Console</a>.</p>
diff --git a/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissões/index.html b/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html
index 41312323b4..41312323b4 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissões/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/manifest.json/permissions/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/pre-requisitos/index.html b/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html
index 4e7e854644..4e7e854644 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/pre-requisitos/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/prerequisites/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/user_interface/itens_do_menu_de_contexto/index.html b/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html
index cf8e2d7198..cf8e2d7198 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/user_interface/itens_do_menu_de_contexto/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/user_interface/context_menu_items/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/o_que_vem_a_seguir_/index.html b/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html
index 7050516e82..7050516e82 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/o_que_vem_a_seguir_/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/what_next_/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/sua_primeira_webextension/index.html b/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html
index 9d3045e28a..9d3045e28a 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/sua_primeira_webextension/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/your_first_webextension/index.html
diff --git a/files/pt-br/mozilla/add-ons/webextensions/passo-a-passo/index.html b/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html
index 1e49d92e3c..1e49d92e3c 100644
--- a/files/pt-br/mozilla/add-ons/webextensions/passo-a-passo/index.html
+++ b/files/pt-br/mozilla/add-ons/webextensions/your_second_webextension/index.html
diff --git a/files/pt-br/mozilla/developer_guide/codigo_fonte/index.html b/files/pt-br/mozilla/developer_guide/source_code/index.html
index 7d56685269..7d56685269 100644
--- a/files/pt-br/mozilla/developer_guide/codigo_fonte/index.html
+++ b/files/pt-br/mozilla/developer_guide/source_code/index.html
diff --git a/files/pt-br/mozilla/firefox/novas_funcionalidades/index.html b/files/pt-br/mozilla/firefox/experimental_features/index.html
index 12a4aa7c23..12a4aa7c23 100644
--- a/files/pt-br/mozilla/firefox/novas_funcionalidades/index.html
+++ b/files/pt-br/mozilla/firefox/experimental_features/index.html
diff --git a/files/pt-br/mozilla/firefox/releases/3/zoom_de_página_inteira/index.html b/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html
index 1a22edfb92..1a22edfb92 100644
--- a/files/pt-br/mozilla/firefox/releases/3/zoom_de_página_inteira/index.html
+++ b/files/pt-br/mozilla/firefox/releases/3/full_page_zoom/index.html