commit fb609a522409e64026115e06cc10c1fc5b1d2674
Author: Eric H Christensen <eric(a)christensenplace.us>
Date: Mon Jun 28 23:11:59 2010 -0400
Fixed spelling and removed unnecessary text.
en-US/Translating_Wiki.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Translating_Wiki.xml b/en-US/Translating_Wiki.xml
index 5ed5598..93f45c7 100644
--- a/en-US/Translating_Wiki.xml
+++ b/en-US/Translating_Wiki.xml
@@ -5,7 +5,7 @@
<chapter id="sect-Translation_Quick_Start_Guide-Translating_Wiki">
<title>Translating Wiki Pages</title>
<para>
- The <ulink url="http://fedoraproject.org/wiki">Fedora Wiki</ulink> is the repository for all unofficial documentation and project-related information. Some of these pages may need to be translated in order to better serve the Fedora communicity. This chapter will explain, step-by-step, the proper method of translating a wiki page.
+ The <ulink url="http://fedoraproject.org/wiki">Fedora Wiki</ulink> is the repository for project-related information. Some of these pages may need to be translated in order to better serve the Fedora community. This chapter will explain, step-by-step, the proper method of translating a wiki page.
</para>
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1">
<title>Step 1: Find the English version of the page</title>
commit e0c72c7b21a377837caaae676e6ba54b41c0bbeb
Author: Eric H Christensen <eric(a)christensenplace.us>
Date: Mon Jun 28 23:00:51 2010 -0400
Fixed XML tag errors
en-US/Translating_Wiki.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Translating_Wiki.xml b/en-US/Translating_Wiki.xml
index 13a4e23..5ed5598 100644
--- a/en-US/Translating_Wiki.xml
+++ b/en-US/Translating_Wiki.xml
@@ -10,7 +10,7 @@
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1">
<title>Step 1: Find the English version of the page</title>
<para>
- English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see <xref linkend="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1-Handling_translations_without_an_English_version">Handling translations without an English version.</xref>)
+ English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see Handling translations without an English version below.)
</para>
<para>
If there is already a language template at the top of that page, click <command>[edit]</command> on the right side of the language box and move to step 4; otherwise, continue to step 2.
@@ -43,7 +43,7 @@ The <code>base=yes</code> part is ''required'' for the English page. Save the pa
<para>
At this point you should have an edit box open with template syntax that looks similar to this:
- <command>{{</command>lang|en|page=''Base page name''<nowiki>}}</nowiki>
+ <command>{{lang|en|page=''Base page name''}}</command>
</para>
<para>
The text between <code>lang</code> and <code>page=</code> is the list of language codes. Add the language code that you are translating to this list. Use [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/Names.php?… this list] to determine the proper MediaWiki language code.
commit 0c980689b534701ee6061777f9075165d3477c9a
Author: Eric H Christensen <eric(a)christensenplace.us>
Date: Mon Jun 28 22:51:58 2010 -0400
Fixed most of the markup.
en-US/Translating_Wiki.xml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/en-US/Translating_Wiki.xml b/en-US/Translating_Wiki.xml
index c6cba25..13a4e23 100644
--- a/en-US/Translating_Wiki.xml
+++ b/en-US/Translating_Wiki.xml
@@ -10,10 +10,10 @@
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1">
<title>Step 1: Find the English version of the page</title>
<para>
- English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see [[#Handling translations without an English version]].)
+ English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see <xref linkend="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1-Handling_translations_without_an_English_version">Handling translations without an English version.</xref>)
</para>
<para>
- If there is already a language template at the top of that page, click <nowiki>[edit]</nowiki> on the right side of the language box and move to step 4; otherwise, continue to step 2.
+ If there is already a language template at the top of that page, click <command>[edit]</command> on the right side of the language box and move to step 4; otherwise, continue to step 2.
</para>
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1-Handling_translations_without_an_English_version">
<title>Handling translations without an English version</title>
@@ -27,7 +27,7 @@
<para>
Edit the English page, and at the top of it, add the {{template|autolang}} template:
- <nowiki>{{autolang|base=yes}}</nowiki>
+ <command>{{autolang|base=yes}}</command>
The <code>base=yes</code> part is ''required'' for the English page. Save the page.
</para>
@@ -35,7 +35,7 @@ The <code>base=yes</code> part is ''required'' for the English page. Save the pa
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_3">
<title>Step 3: Create the language template</title>
<para>
- The {{template|autolang}} autolang template should provide a link for you to set up the language box. Click it, and an edit page will come up. ''Don't change any of the content'' and save the page. Then click the <nowiki>[edit]</nowiki> link on the right side of the language box.
+ The {{template|autolang}} autolang template should provide a link for you to set up the language box. Click it, and an edit page will come up. ''Don't change any of the content'' and save the page. Then click the <command>[edit]</command> link on the right side of the language box.
</para>
</section>
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_4">
@@ -43,24 +43,24 @@ The <code>base=yes</code> part is ''required'' for the English page. Save the pa
<para>
At this point you should have an edit box open with template syntax that looks similar to this:
- <nowiki>{{</nowiki>lang|en|page=''Base page name''<nowiki>}}</nowiki>
+ <command>{{</command>lang|en|page=''Base page name''<nowiki>}}</nowiki>
</para>
- <para>
+ <para>
The text between <code>lang</code> and <code>page=</code> is the list of language codes. Add the language code that you are translating to this list. Use [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/Names.php?… this list] to determine the proper MediaWiki language code.
</para>
- <para>
- {{admon/note | Please keep the list alphabetical | Keep the list of language codes alphabetical by code. This means German (de) should come before English (en), for example. }}
- </para>
+ <note><title>Please keep the list alphabetical</title>
+ <para>Keep the list of language codes alphabetical by code. This means German (de) should come before English (en), for example.</para>
+ </note>
</section>
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_5">
<title>Step 5: Start the new page</title>
<para>
- Click on the red link for your language to start the new page. Insert the template <code><nowiki>{{autolang}}</nowiki></code> at the top of your page, so that the list of languages is there. ''Be certain to not include "base=yes" in the template for non-English subpages.''
+ Click on the red link for your language to start the new page. Insert the template <code><command>{{autolang}}</command></code> at the top of your page, so that the list of languages is there. ''Be certain to not include "base=yes" in the template for non-English subpages.''
</para>
<section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_5-Moving_pages">
<title>Moving pages from the old translation setup</title>
<para>
- For translated pages that aren't in the proper place, follow steps 1-4 above. Then, copy the title of the new page (e.g., "Fedora Project Wiki/de"). Click the "move" button at the top of the old page and paste the new page name in the "to new title" field. Edit the new page and add <code><nowiki>{{autolang}}</nowiki></code> to the top.
+ For translated pages that aren't in the proper place, follow steps 1-4 above. Then, copy the title of the new page (e.g., "Fedora Project Wiki/de"). Click the "move" button at the top of the old page and paste the new page name in the "to new title" field. Edit the new page and add <code><command>{{autolang}}</command></code> to the top.
</para>
</section>
</section>
commit 5135fa184d46c688f6ed2995cb5744b740fa2161
Author: Eric H Christensen <eric(a)christensenplace.us>
Date: Mon Jun 28 22:38:10 2010 -0400
Basic publicanization of Wiki instructions. Additional work needed.
en-US/Translating_Wiki.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 67 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Translating_Wiki.xml b/en-US/Translating_Wiki.xml
new file mode 100644
index 0000000..c6cba25
--- /dev/null
+++ b/en-US/Translating_Wiki.xml
@@ -0,0 +1,67 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+
+<chapter id="sect-Translation_Quick_Start_Guide-Translating_Wiki">
+ <title>Translating Wiki Pages</title>
+ <para>
+ The <ulink url="http://fedoraproject.org/wiki">Fedora Wiki</ulink> is the repository for all unofficial documentation and project-related information. Some of these pages may need to be translated in order to better serve the Fedora communicity. This chapter will explain, step-by-step, the proper method of translating a wiki page.
+ </para>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1">
+ <title>Step 1: Find the English version of the page</title>
+ <para>
+ English is the base language for the Fedora Project wiki, so there needs to be an English version of the page you are working on. (If there isn't an English version of the page you are working on, see [[#Handling translations without an English version]].)
+ </para>
+ <para>
+ If there is already a language template at the top of that page, click <nowiki>[edit]</nowiki> on the right side of the language box and move to step 4; otherwise, continue to step 2.
+ </para>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_1-Handling_translations_without_an_English_version">
+ <title>Handling translations without an English version</title>
+ <para>
+ If the page you create doesn't have an English version, create a new page for the English version, add the {{template|autolang}} template as noted above, and then add the {{template|needs english}} template. This will flag the page for needing an English translation as well as create a base page.
+ </para>
+ </section>
+ </section>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_2">
+ <title>Step 2: Add the language template to the English page</title>
+ <para>
+ Edit the English page, and at the top of it, add the {{template|autolang}} template:
+
+ <nowiki>{{autolang|base=yes}}</nowiki>
+
+The <code>base=yes</code> part is ''required'' for the English page. Save the page.
+ </para>
+ </section>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_3">
+ <title>Step 3: Create the language template</title>
+ <para>
+ The {{template|autolang}} autolang template should provide a link for you to set up the language box. Click it, and an edit page will come up. ''Don't change any of the content'' and save the page. Then click the <nowiki>[edit]</nowiki> link on the right side of the language box.
+ </para>
+ </section>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_4">
+ <title>Step 4: Add your language to the template</title>
+ <para>
+ At this point you should have an edit box open with template syntax that looks similar to this:
+
+ <nowiki>{{</nowiki>lang|en|page=''Base page name''<nowiki>}}</nowiki>
+ </para>
+ <para>
+ The text between <code>lang</code> and <code>page=</code> is the list of language codes. Add the language code that you are translating to this list. Use [http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/languages/Names.php?… this list] to determine the proper MediaWiki language code.
+ </para>
+ <para>
+ {{admon/note | Please keep the list alphabetical | Keep the list of language codes alphabetical by code. This means German (de) should come before English (en), for example. }}
+ </para>
+ </section>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_5">
+ <title>Step 5: Start the new page</title>
+ <para>
+ Click on the red link for your language to start the new page. Insert the template <code><nowiki>{{autolang}}</nowiki></code> at the top of your page, so that the list of languages is there. ''Be certain to not include "base=yes" in the template for non-English subpages.''
+ </para>
+ <section id="sect-Translation_Quick_Start_Guide-Translating_Wiki-Step_5-Moving_pages">
+ <title>Moving pages from the old translation setup</title>
+ <para>
+ For translated pages that aren't in the proper place, follow steps 1-4 above. Then, copy the title of the new page (e.g., "Fedora Project Wiki/de"). Click the "move" button at the top of the old page and paste the new page name in the "to new title" field. Edit the new page and add <code><nowiki>{{autolang}}</nowiki></code> to the top.
+ </para>
+ </section>
+ </section>
+</chapter>
Author: transif
Date: 2010-06-28 21:12:39 +0000 (Mon, 28 Jun 2010)
New Revision: 140
Modified:
community/f13/pt-PT/Hardware.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Hardware.po
===================================================================
--- community/f13/pt-PT/Hardware.po 2010-06-28 17:43:49 UTC (rev 139)
+++ community/f13/pt-PT/Hardware.po 2010-06-28 21:12:39 UTC (rev 140)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2010-05-13T23:18:04\n"
-"PO-Revision-Date: 2010-06-15 23:23+0100\n"
+"PO-Revision-Date: 2010-06-28 21:56+0100\n"
"Last-Translator: Nuno Miranda <nunmiranda(a)gmail.com>\n"
"Language-Team: trans-pt(a)lists.fedoraproject.org\n"
"Language: pt\n"
@@ -24,7 +24,7 @@
#, no-c-format, fuzzy
msgid "This chapter gives an overview of some of the hardware available for wireless LANs, the role they play, and further details about their operation."
msgstr ""
-"Este capitulo apresenta uma visão geral de alguns hardwares disponíveis para "
+"Este capítulo apresenta uma visão geral de alguns hardwares disponíveis para "
"LANs sem fios, o papel que desempenham, além de detalhes adicionais sobre o "
"seu funcionamento."
@@ -53,89 +53,165 @@
"computador)."
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "Antenna - An antenna acts as an intermediary device in a WLAN. Specifically, it can propagate a signal after it has been received from a transmitter as an AC signal and then <emphasis>passively</emphasis> creates the waveform for it to travel through the air. The actual shape and path that the electromagnetic waves take depends on the type of antenna, its intended purpose and its desired coverage area. An antenna also performs the reverse of this operation by receiving signals and passing them along to a receiver."
msgstr ""
+"Antena - Uma antena actua como dispositivo intermidiário numa WLAN. "
+"Especificamente, consegue propagar o sinal depois de ter sido recebido por "
+"um transmissor como um sinal AC e então <emphasis>passivamente</emphasis> "
+"cria uma forma de onda que atravessa o ar. A forma e caminho actual que as "
+"ondas electromágneticas adquirem depende do tipo de antena, do propósito "
+"planeado e da área de cobertura pretendida. Uma antena também leva a cabo a "
+"operação inversa ao receber sinais e os enviar para o receptor."
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "Receiver - A receiver completes the electromagnetic communications in a WLAN by taking a signal (usually from an antenna) and passing it to the computer in a way it can understand (such as binary 1s and 0s)."
msgstr ""
+"O receptor - O receptor completa as comunicações electromagnéticas numa WLAN "
+"ao captar o sinal (usualmente duma antena) e o enviar para o computador "
+"numa forma que possa ser entendido (tal como código binário 1s e 0s)."
#. Tag: title
-#, no-c-format
+#, no-c-format,
msgid "Types of Cards"
-msgstr ""
+msgstr "Tipos de placas"
#. Tag: para
#, no-c-format
msgid "Wireless client adapters allow desktop and mobile computers to join and communicate on a WLAN. Adapters are typically available in PCI, PCI Express, Mini-PCI, USB, ExpressCard, Cardbus and PCMCIA form. This chapter provides details and sample images of three of the most commonly used adapter types: USB, PCMCIA/Cardbus, and PCI."
msgstr ""
+"Os adaptadores de redes sem fios permitem que os computadores fixos e os "
+"portáteis se possam ligar e comunicar numa WLAN. Os típicos adaptadores "
+"disponíveis são PCI, PCI Express, Mini-PCI, USB, ExpressCard, Cardbus and "
+"PCMCIA form. Este capítulo disponibiliza detalhes e exemplos de imagens dos "
+"três tipos de adaptadores mais comuns: USB, PCMCIA/Cardbus, and PCI."
#. Tag: para
#, no-c-format
msgid "USB - These adapters are particularly useful for mobile users, allowing quick access for any machine with a USB port. They can be quickly set up and transferred between machines. The antenna is built into an integrated unit and the adapters are approximately the same size as a USB flash memory adapter:"
msgstr ""
+"USB - Este tipo de adaptadores são particularmente úteis para os "
+"utilizadores que possuem dispositivos móveis, permitindo o acesso rápido de "
+"qualquer máquina que possua uma porta USB. Podem ser configurados "
+"rapidamente e transferidos entre máquinas. A antena é construída dentro de "
+"uma unidade integrada e os adaptadores têm aproximadamente o mesmo tamanho "
+"que um adaptador de memória flash USB :"
#. Tag: para
#, no-c-format
msgid "PCMCIA/Cardbus - Designed for laptops, these adapters can have an integrated antenna; however, some models provide support for connecting an external antenna to modify signal requirements, or increase signal strength capabilities:"
msgstr ""
+"PCMCIA/Cardbus - Desenhado para portáteis, estes adaptadores podem possuir "
+"uma antena integrada; contudo, alguns modelos disponibilizam suporte de como "
+"ligar uma antena externa para modificar os requisitos de sinal, ou aumentar "
+"a capacidade de força do sinal:"
#. Tag: para
#, no-c-format
msgid "PCI - These adapters are available for desktop machines with a standard PCI slot. They typically have an external antenna attached, and provide support for connecting antennas for specific signal requirements, or for increased signal strength:"
msgstr ""
+"PCI - Estes adaptadores estão disponíveis para computadores de secretária "
+"que possuem slot standard PCI. Tipicamente têm uma antena externa "
+"incorporada, e disponibilizam suporte para ligar antenas com requirimentos "
+"de sinal específico, ou para aumentar a força do sinal:"
#. Tag: title
#, no-c-format
msgid "Types of Antennas"
-msgstr ""
+msgstr "Tipos de Antenas"
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "There are three main antenna categories available for wireless LANs: <emphasis>Omnidirectional</emphasis>, <emphasis>Semidirectional</emphasis> and <emphasis>Highly directional</emphasis>."
msgstr ""
+"Existem três categorias principais de antenas disponíveis para redes LANs "
+"sem fios: <emphasis>Omnidireccionais</emphasis>, <emphasis>Semi-"
+"direccionais</emphasis> e <emphasis>Altamente direccionais</emphasis>."
#. Tag: para
#, no-c-format
msgid "Omnidirectional - <emphasis>Omnidirectional antennas</emphasis> are designed to radiate a signal in all directions. Although it is impossible under the basic laws of physics for an antenna to perfectly radiate a signal in all directions at equal strength, an antenna of this type is an attempt to provide general coverage in all directions. This is the most common type found for client adapters and access points, as in these situations, good coverage in a general spherical area around the antenna is desirable."
msgstr ""
+"Omnidireccional - <emphasis>Antenas omnidireccionais</emphasis> são "
+"designadas por propagar o sinal para todas as direcções. Embora seja "
+"impossível pelas leis básicas da física que uma antena propague um sinal "
+"perfeito em todas as direcções com a mesma força de sinal, uma antena deste "
+"tipo tenta disponibilizar uma cobertura geral em todas as direcções. Este "
+"método é o mais comum utilizado nos adaptadores e pontos de acesso, nestas "
+"situações, uma boa cobertura numa área esférica em redor da antena é "
+"desejável."
#. Tag: para
#, no-c-format
msgid "Semidirectional - <emphasis>Semidirectional antennas</emphasis> are designed to provide specific, directed signal coverage over large areas. An example of a semidirectional antenna is a <emphasis>Yagi antenna</emphasis>."
msgstr ""
+"Semi-direccional - <emphasis>Antenas semi-direccionais</emphasis> são "
+"designadas especificamente por disponibilizar, um sinal direccionado através "
+"de largas áreas. Um exemplo de uma antena semi-direccional é a "
+"<emphasis>Antena Yagi</emphasis>."
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "Highly-directional - <emphasis>Highly directional</emphasis> antennas are used for point-to-point links; for example, between two buildings. They radiate a very narrow beam over a long distance, and are often used for dedicated links."
msgstr ""
+"Altamente direccionais - Antenas <emphasis>altamente direccionais</emphasis> "
+"são usadas para ligações ponto-a-ponto; por exemplo entre dois edifícios. "
+"Este tipo de antenas propagam a uma longa distância um feixe espectro "
+"reduzido de luz, e são usualmente usados para ligações dedicadas."
#. Tag: title
#, no-c-format
msgid "Connection Modes"
-msgstr ""
+msgstr "Modos de conexão"
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "Clients typically connect in one of two modes: <emphasis>adhoc</emphasis> or <emphasis>infrastructure</emphasis>. Adhoc mode involves stations communicating directly with each other without the need for a central point to manage communications. This is also known as peer-to-peer mode. The default and most common mode is known as Infrastructure mode. Infrastructure mode uses a Wireless Access Point (WAP), which is a central device that manages transmissions between clients. Refer to the following for more details on Access Points:"
msgstr ""
+"Os clientes tipicamente efectuam uma ligação através de dois modos: "
+"<emphasis>adhoc</emphasis> ou <emphasis>infraestruturas</emphasis>. O modo "
+"Adhoc envolve estações de comunicações que comunicam directamente umas com "
+"as outras sem que seja necessário um ponto central que efectue a gestão das "
+"comunicações. Este modo também é conhecido por modo ponto-a-ponto. Por "
+"omissão o modo mais comum conhecido é o modo de infraestrutura. O modo de "
+"infrasestrutura usado é o WAP (Ponto acesso sem fios), que é um dispositivo "
+"central que gere as transmissões entre clientes. Consultar o ponto seguinte "
+"para mais detalhes sobre pontos de acesso:"
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "From <ulink url=\"http://en.wikipedia.org/wiki/Wireless_access_point\">Wikipedia.org</ulink>: <emphasis>In computer networking, a wireless access point (WAP) is a device that allows wireless communication devices to connect to a wireless network using Wi-Fi, Bluetooth or related standards. The WAP usually connects to a wired network, and can relay data between the wireless devices (such as computers or printers) and wired devices on the network.</emphasis>"
msgstr ""
+"No endereço <ulink url=\"http://en.wikipedia.org/wiki/Wireless_access_point\">"
+"Wikipedia.org</ulink>:<emphasis>numa rede de computadores, o ponto de acesso "
+"sem fios (WAP) é um dispositivo que permite que dispositivos sem fios se "
+"liguem a uma rede sem fios utilizando standards Wi-Fi, Bluetooth ou outros "
+"relacionados. O WAP normalmente efectua a conexão a uma rede de cabo, e "
+"consegue retransmitir informação entre dispositivo sem fios (tais como "
+"computadores ou impressoras) e dispositivos ligados por cabo na "
+"rede.</emphasis>"
#. Tag: para
-#, no-c-format
+#, no-c-format, fuzzy
msgid "Access points commonly found in home environments provide different features from those found in business or corporate settings. Consumer-level WAPs are often integrated into broadband gateways, and multiple functions can be served from a single device. These functions typically include a switch for wired access, routing functionality, a broadband modem, and a network firewall. Usually an omnidirectional antenna is used, or multiple antennas, a scheme known as <emphasis>antenna diversity</emphasis>. WAPs often have a built-in web interface for their configuration which can be accessed by a web browser."
msgstr ""
+"Os pontos de acesso geralmente encontrados em ambientes domésticos "
+"disponibilizam funcionalidades diferentes daqueles encontrados em ambientes "
+"de negócios ou empresas. WAPs do nível de consumidor são frequentemente "
+"integrados em gateways de banda larga, e numerosas funções podem ser "
+"servidos a partir de um único dispositivo. Estas funções tipicamente incluem "
+"um comutador para o acesso com fios, funcionalidade de roteamento, modem de "
+"banda larga, e uma Firewall da Rede. Usualmente uma antena omnidireccional "
+"é usada, ou múltiplas antenas, um esquema conhecido como "
+"<emphasis>diversidade de antena</emphasis>. WAPs muitas vezes têm uma "
+"interface baseada em navegadores para as configurações através da qual se "
+"acede via navegador web."
#. Tag: title
#, no-c-format
msgid "Channels"
-msgstr ""
+msgstr "Canais"
#. Tag: para
#, no-c-format
@@ -150,117 +226,117 @@
#. Tag: entry
#, no-c-format
msgid "Channel number"
-msgstr ""
+msgstr "Número do canal"
#. Tag: entry
#, no-c-format
msgid "Center Frequency (GHz)"
-msgstr ""
+msgstr "Centro de Freqüência (GHz)"
#. Tag: entry
#, no-c-format
msgid "1"
-msgstr ""
+msgstr "1"
#. Tag: entry
#, no-c-format
msgid "2.412"
-msgstr ""
+msgstr "2,412"
#. Tag: entry
#, no-c-format
msgid "2"
-msgstr ""
+msgstr "2"
#. Tag: entry
#, no-c-format
msgid "2.417"
-msgstr ""
+msgstr "2,417"
#. Tag: entry
#, no-c-format
msgid "3"
-msgstr ""
+msgstr "3"
#. Tag: entry
#, no-c-format
msgid "2.422"
-msgstr ""
+msgstr "2,422"
#. Tag: entry
#, no-c-format
msgid "4"
-msgstr ""
+msgstr "4"
#. Tag: entry
#, no-c-format
msgid "2.427"
-msgstr ""
+msgstr "2,427"
#. Tag: entry
#, no-c-format
msgid "5"
-msgstr ""
+msgstr "5"
#. Tag: entry
#, no-c-format
msgid "2.432"
-msgstr ""
+msgstr "2.432"
#. Tag: entry
#, no-c-format
msgid "6"
-msgstr ""
+msgstr "6"
#. Tag: entry
#, no-c-format
msgid "2.437"
-msgstr ""
+msgstr "2.437"
#. Tag: entry
#, no-c-format
msgid "7"
-msgstr ""
+msgstr "7"
#. Tag: entry
#, no-c-format
msgid "2.442"
-msgstr ""
+msgstr "2.442"
#. Tag: entry
#, no-c-format
msgid "8"
-msgstr ""
+msgstr "8"
#. Tag: entry
#, no-c-format
msgid "2.447"
-msgstr ""
+msgstr "2.447"
#. Tag: entry
#, no-c-format
msgid "9"
-msgstr ""
+msgstr "9"
#. Tag: entry
#, no-c-format
msgid "2.452"
-msgstr ""
+msgstr "2.452"
#. Tag: entry
#, no-c-format
msgid "10"
-msgstr ""
+msgstr "10"
#. Tag: entry
#, no-c-format
msgid "2.457"
-msgstr ""
+msgstr "2.457"
#. Tag: entry
#, no-c-format
msgid "11"
-msgstr ""
+msgstr "11"
#. Tag: para
#, no-c-format
Author: transif
Date: 2010-06-28 17:43:49 +0000 (Mon, 28 Jun 2010)
New Revision: 139
Modified:
community/f13/pt-PT/Fedora_Wireless.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Fedora_Wireless.po
===================================================================
--- community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 17:35:46 UTC (rev 138)
+++ community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 17:43:49 UTC (rev 139)
@@ -31,11 +31,6 @@
msgstr "Drivers, Chipsets, Dispositivos"
#. Tag: para
-#, no-c-format, fuzzy
-msgid "Note the different type of <computeroutput>Wireless security</computeroutput> options in the images. This represents the different types of encryption that the network uses. &PRODUCT; will detect which type is in use and present the correct option for you to enter your network key."
-msgstr "Note que existem diferentes tipo de <computeroutput>Segurança de redes sem fios</computeroutput> nas seguintes imagens. Representam os diferentes tipos de encriptação que a rede utiliza. O produto &PRODUCT; irá detectar com base nas suas decisões qual o tipo de encriptação é utilizado e apresenta a opção correcta para ser introduzida a chave de rede."
-
-#. Tag: para
#, no-c-format
msgid "Enter your network key/password (WEP or WPA) into the available field and click <computeroutput>Connect</computeroutput>. If the access point is using DHCP and configured properly, &PRODUCT; will connect and network access should be functional."
msgstr "Digite a Chave/Senha(WEP or WPA) da Rede no campo disponível e clique em <computeroutput>Conexão</computeroutput>. Se o Ponto de acesso utiliza DHCP e está configurado devidamente o &PRODUCT; irá conectar e o acesso a rede estará funcional."
@@ -46,11 +41,6 @@
msgstr "Utilizar a interface da linha de comandos"
#. Tag: para
-#, no-c-format, fuzzy
-msgid "The following steps demonstrate how to configure a wireless connection in &PRODUCT; using the command-line interface (CLI) using the <command>iwconfig</command> command. This is an example only and demonstrates how simple wireless connections are configured in &PRODUCT; using the <command>iwconfig</command> command. Using NetworkManager is the recommended method to configure a wireless network, and knowing how to use <command>iwconfig</command> is usually not required."
-msgstr "Os seguintes passos demonstram como se configura uma ligação sem fios no &PRODUCT; utilizando o comando <command>iwconfig</command> na interface da linha de comando(CLI). Este é um exemplo no qual se demonstra como é simples configurar ligações sem fios no &PRODUCT; utilizando a linha de comandos. Utilizar o NetworkManager é o método recomendado para configurar uma rede sem fios, conhecer como utilizar o comando <command>iwconfig</command> normalmente não é exigido."
-
-#. Tag: para
#, no-c-format
msgid "Reboot the machine to make sure NetworkManager is not controlling the interface."
msgstr "Reinicie a máquina para ter a certeza que o NetworkManager não está a controlar o interface."
@@ -232,3 +222,13 @@
#, no-c-format
msgid "Close the <computeroutput>Network Configuration</computeroutput> window and save changes if any were made. Now that the interface is controlled by NetworkManager, the following steps will demonstrate how to connect to a wireless network using it."
msgstr "Feche a janela de <computeroutput>Configuração Rede</computeroutput> e grave as alterações caso tenha efectuado alguma. Agora que a interface é controlada pelo NetworkManager, os passos seguintes demonstram como se ligar a uma rede sem fios, utilizando-o."
+
+#. Tag: para
+#, no-c-format
+msgid "Note the different type of <computeroutput>Wireless security</computeroutput> options in the images. This represents the different types of encryption that the network uses. &PRODUCT; will detect which type is in use and present the correct option for you to enter your network key."
+msgstr "Repare nos diferentes tipos de opções em <computeroutput>Segurança de redes sem fios</computeroutput> nas imagens. Isto representa os diferentes tipos de encriptação que a rede utiliza. O &PRODUCT; irá detectar que tipo de encriptação é utilizado e apresenta a opção correcta para que insira a chave de rede."
+
+#. Tag: para
+#, no-c-format
+msgid "The following steps demonstrate how to configure a wireless connection in &PRODUCT; using the command-line interface (CLI) using the <command>iwconfig</command> command. This is an example only and demonstrates how simple wireless connections are configured in &PRODUCT; using the <command>iwconfig</command> command. Using NetworkManager is the recommended method to configure a wireless network, and knowing how to use <command>iwconfig</command> is usually not required."
+msgstr "Os seguintes passos demonstram como configurar uma ligação sem fios no &PRODUCT; utilizando o comando <command>iwconfig</command> na linha de comandos (CLI). Isto é apenas um exemplo e demonstra como é simples configurar ligações sem fios no &PRODUCT; utilizando a linha de comandos. Utilizar o NetworkManager é o método recomendado para configurar uma rede sem fios, e conhecer como utilizar o comando <command>iwconfig</command> não é normalmente exigido."
Author: transif
Date: 2010-06-28 17:35:46 +0000 (Mon, 28 Jun 2010)
New Revision: 138
Modified:
community/f13/pt-PT/Fedora_Wireless.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Fedora_Wireless.po
===================================================================
--- community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 16:58:43 UTC (rev 137)
+++ community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 17:35:46 UTC (rev 138)
@@ -32,16 +32,6 @@
#. Tag: para
#, no-c-format, fuzzy
-msgid "Close the <computeroutput>Network Configuration</computeroutput> window and save changes if any were made. Now that the interface is controlled by NetworkManager, the following steps will demonstrate how to connect to a wireless network using it."
-msgstr "Feche a janela de <computeroutput>Configuração Rede</computeroutput> e guarda as alterações caso tenha efectuado alguma. Agora a Interface é controlada pelo NetworkManager, siga os seguintes passos que demonstram como se conectar a uma Rede sem fios."
-
-#. Tag: para
-#, no-c-format, fuzzy
-msgid "Click on the wireless icon on the panel. As shown in the following image, a list of nearby available wireless networks will appear. The name that appears will be the same as your SSID or network name as configured in your access point. The names of the available networks in this image have been blurred:"
-msgstr "No painel clique no ícone da rede sem fios. Como é mostrado na seguinte imagem aparecerá uma lista das redes sem fios disponíveis na proximidade. O nome que aparece será o mesmo que a sua SSID ou o nome da rede que está configurada no seu ponto de acesso. Os nomes das redes disponíveis nesta imagem estão turvas:"
-
-#. Tag: para
-#, no-c-format, fuzzy
msgid "Note the different type of <computeroutput>Wireless security</computeroutput> options in the images. This represents the different types of encryption that the network uses. &PRODUCT; will detect which type is in use and present the correct option for you to enter your network key."
msgstr "Note que existem diferentes tipo de <computeroutput>Segurança de redes sem fios</computeroutput> nas seguintes imagens. Representam os diferentes tipos de encriptação que a rede utiliza. O produto &PRODUCT; irá detectar com base nas suas decisões qual o tipo de encriptação é utilizado e apresenta a opção correcta para ser introduzida a chave de rede."
@@ -232,3 +222,13 @@
#, no-c-format
msgid "This section demonstrates setting up a wireless connection in &PRODUCT; using NetworkManager. You can configure a wired or wireless connection with NetworkManager, and roaming between different connections is possible, as the service can choose the best available connection. NetworkManager will only work once the appropriate drivers for the underlying hardware are installed and configured properly. This section provides screenshots for configuring a simple wireless connection via the graphical interface provided by &PRODUCT;. This is an example only and demonstrates how simple wireless connections are configured in &PRODUCT; using NetworkManager."
msgstr "Esta secção demonstra como configurar uma ligação de rede sem fios no &PRODUCT; utilizando o NetworkManager. Pode configurar uma ligação por cabo ou sem fios com o NetworkManager, e roaming entre ligações diferentes é possível, porque o serviço consegue seleccionar a melhor ligação disponível. O NetworkManager só funcionará se os controladores do hardware estejam instalados e devidamente configurados. Esta secção disponibiliza imagens de como configurar uma simples ligação sem fios via interface gráfico disponibilizado pelo &PRODUCT;. Isto é apenas um exemplo e demonstra a facilidade de configuração de ligações sem fios no &PRODUCT; utilizando o NetworkManager."
+
+#. Tag: para
+#, no-c-format
+msgid "Click on the wireless icon on the panel. As shown in the following image, a list of nearby available wireless networks will appear. The name that appears will be the same as your SSID or network name as configured in your access point. The names of the available networks in this image have been blurred:"
+msgstr "No painel clique no ícone da rede sem fios. Como é mostrado na seguinte imagem aparecerá uma lista das redes sem fios disponíveis na proximidade. O nome que aparece será o mesmo do SSID ou o nome da rede, tal como configurado no ponto de acesso. Os nomes das redes disponíveis nesta imagem foram ofuscados:"
+
+#. Tag: para
+#, no-c-format
+msgid "Close the <computeroutput>Network Configuration</computeroutput> window and save changes if any were made. Now that the interface is controlled by NetworkManager, the following steps will demonstrate how to connect to a wireless network using it."
+msgstr "Feche a janela de <computeroutput>Configuração Rede</computeroutput> e grave as alterações caso tenha efectuado alguma. Agora que a interface é controlada pelo NetworkManager, os passos seguintes demonstram como se ligar a uma rede sem fios, utilizando-o."
Author: transif
Date: 2010-06-28 16:58:43 +0000 (Mon, 28 Jun 2010)
New Revision: 137
Modified:
community/f13/pt-PT/Fedora_Wireless.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Fedora_Wireless.po
===================================================================
--- community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 11:50:58 UTC (rev 136)
+++ community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 16:58:43 UTC (rev 137)
@@ -32,11 +32,6 @@
#. Tag: para
#, no-c-format, fuzzy
-msgid "This section demonstrates setting up a wireless connection in &PRODUCT; using NetworkManager. You can configure a wired or wireless connection with NetworkManager, and roaming between different connections is possible, as the service can choose the best available connection. NetworkManager will only work once the appropriate drivers for the underlying hardware are installed and configured properly. This section provides screenshots for configuring a simple wireless connection via the graphical interface provided by &PRODUCT;. This is an example only and demonstrates how simple wireless connections are configured in &PRODUCT; using NetworkManager."
-msgstr "Esta secção demonstra como configurar uma conexão de rede sem fios no produto &PRODUCT; usando o NetworkManager. Pode configurar uma conexão com cabo ou sem fios com o NetworkManager e roaming em conjunto entre ligações diferentes é possível, desde que o serviço seja capaz de escolher a melhor ligação disponível. O NetworkManager apenas funcionará caso os controladores sejam apropriados para o hardware, e estejam instalados e configurados adequadamente."
-
-#. Tag: para
-#, no-c-format, fuzzy
msgid "Close the <computeroutput>Network Configuration</computeroutput> window and save changes if any were made. Now that the interface is controlled by NetworkManager, the following steps will demonstrate how to connect to a wireless network using it."
msgstr "Feche a janela de <computeroutput>Configuração Rede</computeroutput> e guarda as alterações caso tenha efectuado alguma. Agora a Interface é controlada pelo NetworkManager, siga os seguintes passos que demonstram como se conectar a uma Rede sem fios."
@@ -232,3 +227,8 @@
#, no-c-format
msgid "If you do not see a wireless interface in this window, it means that your wireless interface is not supported or configured properly. Make sure you have a supported card and that it is properly inserted and enabled. Many laptops have a physical hardware switch somewhere on the chassis - if present, make sure it is turned on."
msgstr "Se não vê um interface sem fios nesta janela significa que a interface sem fios não é suportada ou não está configurada correctamente. Tenha a certeza que possui uma placa suportada e que está inserida correctamente e activa. Muitos portáteis têm um interruptor físico algures no chassi - se presente, garanta que está ligado."
+
+#. Tag: para
+#, no-c-format
+msgid "This section demonstrates setting up a wireless connection in &PRODUCT; using NetworkManager. You can configure a wired or wireless connection with NetworkManager, and roaming between different connections is possible, as the service can choose the best available connection. NetworkManager will only work once the appropriate drivers for the underlying hardware are installed and configured properly. This section provides screenshots for configuring a simple wireless connection via the graphical interface provided by &PRODUCT;. This is an example only and demonstrates how simple wireless connections are configured in &PRODUCT; using NetworkManager."
+msgstr "Esta secção demonstra como configurar uma ligação de rede sem fios no &PRODUCT; utilizando o NetworkManager. Pode configurar uma ligação por cabo ou sem fios com o NetworkManager, e roaming entre ligações diferentes é possível, porque o serviço consegue seleccionar a melhor ligação disponível. O NetworkManager só funcionará se os controladores do hardware estejam instalados e devidamente configurados. Esta secção disponibiliza imagens de como configurar uma simples ligação sem fios via interface gráfico disponibilizado pelo &PRODUCT;. Isto é apenas um exemplo e demonstra a facilidade de configuração de ligações sem fios no &PRODUCT; utilizando o NetworkManager."
Author: transif
Date: 2010-06-28 11:50:58 +0000 (Mon, 28 Jun 2010)
New Revision: 136
Modified:
community/f13/pt-PT/Fedora_Wireless.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Fedora_Wireless.po
===================================================================
--- community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 11:42:07 UTC (rev 135)
+++ community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 11:50:58 UTC (rev 136)
@@ -37,11 +37,6 @@
#. Tag: para
#, no-c-format, fuzzy
-msgid "If you do not see a wireless interface in this window, it means that your wireless interface is not supported or configured properly. Make sure you have a supported card and that it is properly inserted and enabled. Many laptops have a physical hardware switch somewhere on the chassis - if present, make sure it is turned on."
-msgstr "Se não vê interface sem fios nesta janela significa que a interface sem fios não é suportada ou não está configurada correctamente. Tenha a certeza que possui um card suportado e que está inserido correctamente e activo. Muitos laptops têm um interruptor do equipamento físico num local específico do chassis, se houver verifique que está ligado."
-
-#. Tag: para
-#, no-c-format, fuzzy
msgid "Close the <computeroutput>Network Configuration</computeroutput> window and save changes if any were made. Now that the interface is controlled by NetworkManager, the following steps will demonstrate how to connect to a wireless network using it."
msgstr "Feche a janela de <computeroutput>Configuração Rede</computeroutput> e guarda as alterações caso tenha efectuado alguma. Agora a Interface é controlada pelo NetworkManager, siga os seguintes passos que demonstram como se conectar a uma Rede sem fios."
@@ -232,3 +227,8 @@
#, no-c-format
msgid "The chipset is what the Linux driver usually recognises, and although the overall features are important (for instance 802.11g or 802.11n support, power output levels), the brand name is not always important to the &PRODUCT; infrastructure. For instance, a wireless card branded as a Netgear product might actually use an Atheros chipset for its internal mechanisms."
msgstr "O controlador Linux geralmente reconhece o chipset, e embora as características gerais sejam importantes (por exemplo, o suporte 802.11g ou 802.11n, os níveis de potência de saída), o nome da marca nem sempre é importante para a infraestrutura do &PRODUCT;. Por exemplo, uma placa de rede sem fios da marca Netgear pode na realidade utilizar um chipset Atheros para os seus mecanismos internos."
+
+#. Tag: para
+#, no-c-format
+msgid "If you do not see a wireless interface in this window, it means that your wireless interface is not supported or configured properly. Make sure you have a supported card and that it is properly inserted and enabled. Many laptops have a physical hardware switch somewhere on the chassis - if present, make sure it is turned on."
+msgstr "Se não vê um interface sem fios nesta janela significa que a interface sem fios não é suportada ou não está configurada correctamente. Tenha a certeza que possui uma placa suportada e que está inserida correctamente e activa. Muitos portáteis têm um interruptor físico algures no chassi - se presente, garanta que está ligado."
Author: transif
Date: 2010-06-28 11:42:07 +0000 (Mon, 28 Jun 2010)
New Revision: 135
Modified:
community/f13/pt-PT/Fedora_Wireless.po
Log:
l10n: Updates to Portuguese (pt) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
Modified: community/f13/pt-PT/Fedora_Wireless.po
===================================================================
--- community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 10:04:07 UTC (rev 134)
+++ community/f13/pt-PT/Fedora_Wireless.po 2010-06-28 11:42:07 UTC (rev 135)
@@ -25,16 +25,6 @@
msgid "Hardware"
msgstr "Equipamento"
-#. Tag: para
-#, no-c-format, fuzzy
-msgid "Before purchasing wireless hardware for &PRODUCT; it is a good idea to do some research first to make sure support for the hardware exists. The make and model of a particular client adapter may not be the most important factor when deciding on hardware; what is important in terms of Linux is which underlying <emphasis>chipset</emphasis> is used, as wireless hardware is rarely advertised based on its chipset."
-msgstr "Antes de adquirir hardware de rede sem fios para &PRODUCT; é uma boa ideia primeiro efectuar uma pesquisa para ter a certeza que existe suporte para o equipamento existente. A marca e o modelo de um adaptador para cliente particular pode não ser o factor mais importante quando se têm de decidir qual o equipamento; o que é importante em termos Linux é que <emphasis>chipset</emphasis> subjacente é usado, como equipamento de rede sem fios raramente é anunciado com base no seu chipset."
-
-#. Tag: para
-#, no-c-format, fuzzy
-msgid "The chipset is what the Linux driver usually recognises, and although the overall features are important (for instance 802.11g or 802.11n support, power output levels), the brand name is not always important to the &PRODUCT; infrastructure. For instance, a wireless card branded as a Netgear product might actually use an Atheros chipset for its internal mechanisms."
-msgstr "O controlador Linux geralmente reconhece o chipset, embora as caraterísticas gerais são importantes (por exemplo, o suporte 802.11g ou 802.11n, os níveis de potência de saída), o nome da marca não é sempre importante para a infra-estrutura do produto d&product;. Por exemplo, um cartão sem fios da marca Netgear poderia realmente usar um chipset Atheros para os seus mecanismos internos."
-
#. Tag: title
#, no-c-format
msgid "Drivers, Chipsets, Devices"
@@ -232,3 +222,13 @@
#, no-c-format
msgid "First make sure NetworkManager is not controlling the interface. Deselect the <computeroutput>Controlled by NetworkManager</computeroutput> option that is shown in the image available here: <xref linkend=\"sect-Wireless_Guide-Fedora_And_Wireless-Network_Manager\" /> at Step 4, then click <computeroutput>OK</computeroutput> and save changes."
msgstr "Em primeiro lugar tenha a certeza que o NetworkManager não está a controlar a interface. Desactive a opção <computeroutput>Controlado pelo NetworkManager</computeroutput> mostrada na seguinte imagem disponível em <xref linkend=\"sect-Wireless_Guide-Fedora_And_Wireless-Network_Manager\" /> no passo 4, então clique no botão <computeroutput>OK</computeroutput> e grave as alterações."
+
+#. Tag: para
+#, no-c-format
+msgid "Before purchasing wireless hardware for &PRODUCT; it is a good idea to do some research first to make sure support for the hardware exists. The make and model of a particular client adapter may not be the most important factor when deciding on hardware; what is important in terms of Linux is which underlying <emphasis>chipset</emphasis> is used, as wireless hardware is rarely advertised based on its chipset."
+msgstr "Antes de adquirir hardware de rede sem fios para &PRODUCT; é uma boa ideia primeiro efectuar uma pesquisa para ter a certeza que existe suporte para o equipamento. A marca e o modelo de um adaptador em particular pode não ser o factor mais importante quando se têm de decidir por um equipamento; o que é importante em termos do Linux é que <emphasis>chipset</emphasis> subjacente é utilizado, e ter em atenção que os equipamento de rede sem fios raramente são anunciados com base no seu chipset."
+
+#. Tag: para
+#, no-c-format
+msgid "The chipset is what the Linux driver usually recognises, and although the overall features are important (for instance 802.11g or 802.11n support, power output levels), the brand name is not always important to the &PRODUCT; infrastructure. For instance, a wireless card branded as a Netgear product might actually use an Atheros chipset for its internal mechanisms."
+msgstr "O controlador Linux geralmente reconhece o chipset, e embora as características gerais sejam importantes (por exemplo, o suporte 802.11g ou 802.11n, os níveis de potência de saída), o nome da marca nem sempre é importante para a infraestrutura do &PRODUCT;. Por exemplo, uma placa de rede sem fios da marca Netgear pode na realidade utilizar um chipset Atheros para os seus mecanismos internos."