summaryrefslogtreecommitdiff
path: root/po/pt/post-install.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt/post-install.po')
-rw-r--r--po/pt/post-install.po384
1 files changed, 350 insertions, 34 deletions
diff --git a/po/pt/post-install.po b/po/pt/post-install.po
index 2aac4f469..da36f6659 100644
--- a/po/pt/post-install.po
+++ b/po/pt/post-install.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: post-install\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2006-12-27 04:04+0000\n"
+"POT-Creation-Date: 2006-12-29 10:24+0000\n"
"PO-Revision-Date: 2006-09-28 22:01+0000\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -246,10 +246,11 @@ msgid ""
"allows you to stipulate the user account under which the cron job runs."
msgstr ""
"Por outro lado, se tem um cron job que (a) necessita de ser corrido como um "
-"utilizador especial ou, (b) necessita ser corrido num tempo ou frequência especiais, pode usar tanto <filename>/etc/crontab</"
-"filename>, ou, melhor ainda, <filename>/etc/cron.d/whatever</filename>. "
-"Estes ficheiros também têm um campo extra que lhe permite "
-"estipular a conta do utilizador que sob a qual corre o cron job."
+"utilizador especial ou, (b) necessita ser corrido num tempo ou frequência "
+"especiais, pode usar tanto <filename>/etc/crontab</filename>, ou, melhor "
+"ainda, <filename>/etc/cron.d/whatever</filename>. Estes ficheiros também têm "
+"um campo extra que lhe permite estipular a conta do utilizador que sob a "
+"qual corre o cron job."
#. Tag: para
#: post-install.xml:171
@@ -347,13 +348,328 @@ msgstr ""
"Linux."
#. Tag: title
-#: post-install.xml:237
+#: post-install.xml:238
+#, no-c-format
+msgid "Setting Up Your System To Use E-Mail"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:239
+#, no-c-format
+msgid ""
+"Today, email is an important part of many people's life. As there are many "
+"options as to how to set it up, and as having it set up correctly is "
+"important for some Debian utilities, we will try to cover the basics in this "
+"section."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:246
+#, no-c-format
+msgid ""
+"There are three main functions that make up an e-mail system. First there is "
+"the <firstterm>Mail User Agent</firstterm> (MUA) which is the program a user "
+"actually uses to compose and read mails. Then there is the <firstterm>Mail "
+"Transfer Agent</firstterm> (MTA) that takes care of transferring messages "
+"from one computer to another. And last there is the <firstterm>Mail Delivery "
+"Agent</firstterm> (MDA) that takes care of delivering incoming mail to the "
+"user's inbox."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:256
+#, no-c-format
+msgid ""
+"These three functions can be performed by separate programs, but they can "
+"also be combined in one or two programs. It is also possible to have "
+"different programs handle these functions for different types of mail."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:262
+#, no-c-format
+msgid ""
+"On Linux and Unix systems <command>mutt</command> is historically a very "
+"popular MUA. Like most traditional Linux programs it is text based. It is "
+"often used in combination with <command>exim</command> or <command>sendmail</"
+"command> as MTA and <command>procmail</command> as MDA."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:269
+#, no-c-format
+msgid ""
+"With the increasing popularity of graphical desktop systems, the use of "
+"graphical e-mail programs like GNOME's <command>evolution</command>, KDE's "
+"<command>kmail</command> or Mozilla's <command>thunderbird</command> (in "
+"Debian available as <command>icedove</command><footnote> <para> The reason "
+"that <command>thunderbird</command> has been renamed to <command>icedove</"
+"command> in Debian has to do with licencing issues. Details are outside the "
+"scope of this manual. </para> </footnote>) is becoming more popular. These "
+"programs combine the function of a MUA, MTA and MDA, but can &mdash; and "
+"often are &mdash; also be used in combination with the traditional Linux "
+"tools."
+msgstr ""
+
+#. Tag: title
+#: post-install.xml:289
+#, no-c-format
+msgid "Default E-Mail Configuration"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:290
+#, no-c-format
+msgid ""
+"Even if you are planning to use a graphical mail program, it is important "
+"that a traditional MTA/MDA is also installed and correctly set up on your "
+"Linux system. Reason is that various utilities running on the "
+"system<footnote> <para> Examples are: <command>cron</command>, "
+"<command>quota</command>, <command>logcheck</command>, <command>aide</"
+"command>, &hellip; </para> </footnote> can send important notices by e-mail "
+"to inform the system administrator of (potential) problems or changes."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:305
+#, no-c-format
+msgid ""
+"For this reason the packages <classname>exim4</classname> and "
+"<classname>mutt</classname> will be installed by default (provided you did "
+"not unselect the <quote>standard</quote> task during the installation). "
+"<classname>exim4</classname> is a combination MTA/MDA that is relatively "
+"small but very flexible. By default it will be configured to only handle e-"
+"mail local to the system itself and e-mails addressed to the system "
+"administrator (root account) will be delivered to the regular user account "
+"created during the installation<footnote> <para> The forwarding of mail for "
+"root to the regular user account is configured in <filename>/etc/aliases</"
+"filename>. If no regular user account was created, the mail will of course "
+"be delivered to the root account itself. </para> </footnote>."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:324
+#, no-c-format
+msgid ""
+"When system e-mails are delivered they are added to a file in <filename>/var/"
+"mail/<replaceable>account_name</replaceable></filename>. The e-mails can be "
+"read using <command>mutt</command>."
+msgstr ""
+
+#. Tag: title
+#: post-install.xml:334
+#, no-c-format
+msgid "Sending E-Mails Outside The System"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:335
+#, no-c-format
+msgid ""
+"As mentioned earlier, the installed Debian system is only set up to handle e-"
+"mail local to the system, not for sending mail to others nor for receiving "
+"mail from others."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:341
+#, no-c-format
+msgid ""
+"If you would like <classname>exim4</classname> to handle external e-mail, "
+"please refer to the next subsection for the basic available configuration "
+"options. Make sure to test that mail can be sent and received correctly."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:347
+#, no-c-format
+msgid ""
+"If you intend to use a graphical mail program and use a mail server of your "
+"Internet Service Provider (ISP) or your company, there is not really any "
+"need to configure <classname>exim4</classname> for handling external e-mail. "
+"Just configure your favorite graphical mail program to use the correct "
+"servers to send and receive e-mail (how is outside the scope of this manual)."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:356
+#, no-c-format
+msgid ""
+"However, in that case you may need to configure individual utilities to "
+"correctly send e-mails. One such utility is <command>reportbug</command>, a "
+"program that facilitates submitting bug reports against Debian packages. By "
+"default it expects to be able to use <classname>exim4</classname> to submit "
+"bug reports."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:364
+#, no-c-format
+msgid ""
+"To correctly set up <command>reportbug</command> to use an external mail "
+"server, please run the command <command>reportbug --configure</command> and "
+"answer <quote>no</quote> to the question if an MTA is available. You will "
+"then be asked for the SMTP server to be used for submitting bug reports."
+msgstr ""
+
+#. Tag: title
+#: post-install.xml:375
+#, no-c-format
+msgid "Configuring the Exim4 Mail Transport Agent"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:376
+#, no-c-format
+msgid ""
+"If you would like your system to also handle external e-mail, you will need "
+"to reconfigure the <classname>exim4</classname> package<footnote> <para> You "
+"can of course also remove <classname>exim4</classname> and replace it with "
+"an alternative MTA/MDA. </para> </footnote>:"
+msgstr ""
+
+#. Tag: screen
+#: post-install.xml:388
+#, no-c-format
+msgid "# dpkg-reconfigure exim4-config"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:390
+#, no-c-format
+msgid ""
+"After entering that command (as root), you will be asked if you want split "
+"the configuration into small files. If you are unsure, select the default "
+"option."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:396
+#, no-c-format
+msgid ""
+"Next you will be presented with several common mail scenarios. Choose the "
+"one that most closely resembles your needs."
+msgstr ""
+
+#. Tag: term
+#: post-install.xml:405
+#, no-c-format
+msgid "internet site"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:406
+#, no-c-format
+msgid ""
+"Your system is connected to a network and your mail is sent and received "
+"directly using SMTP. On the following screens you will be asked a few basic "
+"questions, like your machine's mail name, or a list of domains for which you "
+"accept or relay mail."
+msgstr ""
+
+#. Tag: term
+#: post-install.xml:417
+#, no-c-format
+msgid "mail sent by smarthost"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:418
+#, no-c-format
+msgid ""
+"In this scenario your outgoing mail is forwarded to another machine, called "
+"a <quote>smarthost</quote>, which does the actual job for you. The smarthost "
+"also usually stores incoming mail addressed to your computer, so you don't "
+"need to be permanently online. That also means you have to download your "
+"mail from the smarthost via programs like fetchmail."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:427
+#, no-c-format
+msgid ""
+"In a lot of cases the smarthost will be your ISP's mail server, which makes "
+"this option very suitable for dial-up users. It can also be a company mail "
+"server, or even another system on your own network."
+msgstr ""
+
+#. Tag: term
+#: post-install.xml:437
+#, no-c-format
+msgid "mail sent by smarthost; no local mail"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:438
+#, no-c-format
+msgid ""
+"This option is basically the same as the previous one except that the system "
+"will not be set up to handle mail for a local e-mail domain. Mail on the "
+"system itself (e.g. for the system administrator) will still be handled."
+msgstr ""
+
+#. Tag: term
+#: post-install.xml:449
+#, no-c-format
+msgid "local delivery only"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:450
+#, no-c-format
+msgid "This is the option your system is configured for by default."
+msgstr ""
+
+#. Tag: term
+#: post-install.xml:458
+#, no-c-format
+msgid "no configuration at this time"
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:459
+#, no-c-format
+msgid ""
+"Choose this if you are absolutely convinced you know what you are doing. "
+"This will leave you with an unconfigured mail system &mdash; until you "
+"configure it, you won't be able to send or receive any mail and you may miss "
+"some important messages from your system utilities."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:470
+#, no-c-format
+msgid ""
+"If none of these scenarios suits your needs, or if you need a finer grained "
+"setup, you will need to edit configuration files under the <filename>/etc/"
+"exim4</filename> directory after the installation is complete. More "
+"information about <classname>exim4</classname> may be found under <filename>/"
+"usr/share/doc/exim4</filename>; the file <filename>README.Debian.gz</"
+"filename> has additional details about configuring <classname>exim4</"
+"classname>."
+msgstr ""
+
+#. Tag: para
+#: post-install.xml:480
+#, no-c-format
+msgid ""
+"Note that sending mail directly to the Internet when you don't have an "
+"official domain name, can result in your mail being rejected because of anti-"
+"spam measures on receiving servers. Using your ISP's mail server is "
+"preferred. If you still do want to send out mail directly, you may want to "
+"use a different e-mail address than is generated by default. If you use "
+"<classname>exim4</classname> as your MTA, this is possible by adding an "
+"entry in <filename>/etc/email-addresses</filename>."
+msgstr ""
+
+#. Tag: title
+#: post-install.xml:498
#, no-c-format
msgid "Compiling a New Kernel"
msgstr "Compilando um Novo Kernel"
#. Tag: para
-#: post-install.xml:238
+#: post-install.xml:499
#, no-c-format
msgid ""
"Why would someone want to compile a new kernel? It is often not necessary "
@@ -372,7 +688,7 @@ msgstr ""
"kernel, para:"
#. Tag: para
-#: post-install.xml:248
+#: post-install.xml:509
#, no-c-format
msgid ""
"handle special hardware needs, or hardware conflicts with the pre-supplied "
@@ -382,7 +698,7 @@ msgstr ""
"mesmo com os kernel pré-compilados"
#. Tag: para
-#: post-install.xml:254
+#: post-install.xml:515
#, no-c-format
msgid ""
"use options of the kernel which are not supported in the pre-supplied "
@@ -392,7 +708,7 @@ msgstr ""
"(tais como suporte para muita memória)"
#. Tag: para
-#: post-install.xml:260
+#: post-install.xml:521
#, no-c-format
msgid "optimize the kernel by removing useless drivers to speed up boot time"
msgstr ""
@@ -400,37 +716,37 @@ msgstr ""
"arranque"
#. Tag: para
-#: post-install.xml:265
+#: post-install.xml:526
#, no-c-format
msgid "create a monolithic instead of a modularized kernel"
msgstr "criar um kernel monolítico em vez de um kernel modular"
#. Tag: para
-#: post-install.xml:270
+#: post-install.xml:531
#, no-c-format
msgid "run an updated or development kernel"
msgstr "correr um kernel actualizado ou de desenvolvimento"
#. Tag: para
-#: post-install.xml:275
+#: post-install.xml:536
#, no-c-format
msgid "learn more about linux kernels"
msgstr "aprender mais averca de kernels linux"
#. Tag: title
-#: post-install.xml:284
+#: post-install.xml:545
#, no-c-format
msgid "Kernel Image Management"
msgstr "Gestão das Imagens dos Kernel"
#. Tag: para
-#: post-install.xml:285
+#: post-install.xml:546
#, no-c-format
msgid "Don't be afraid to try compiling the kernel. It's fun and profitable."
msgstr "Não tenha medo de tentar compilar o kernel. É divertido e lucrativo."
#. Tag: para
-#: post-install.xml:289
+#: post-install.xml:550
#, no-c-format
msgid ""
"To compile a kernel the Debian way, you need some packages: "
@@ -446,7 +762,7 @@ msgstr ""
"filename> para a lista completa)."
#. Tag: para
-#: post-install.xml:298
+#: post-install.xml:559
#, no-c-format
msgid ""
"This method will make a .deb of your kernel source, and, if you have non-"
@@ -461,7 +777,7 @@ msgstr ""
"para a build."
#. Tag: para
-#: post-install.xml:306
+#: post-install.xml:567
#, no-c-format
msgid ""
"Note that you don't <emphasis>have</emphasis> to compile your kernel the "
@@ -479,7 +795,7 @@ msgstr ""
"<classname>kernel-package</classname>."
#. Tag: para
-#: post-install.xml:315
+#: post-install.xml:576
#, no-c-format
msgid ""
"Note that you'll find complete documentation on using <classname>kernel-"
@@ -491,7 +807,7 @@ msgstr ""
"Esta secção apenas contém um breve tutorial."
#. Tag: para
-#: post-install.xml:322
+#: post-install.xml:583
#, no-c-format
msgid ""
"Hereafter, we'll assume you have free rein over your machine and will "
@@ -517,7 +833,7 @@ msgstr ""
"<filename>kernel-source-&kernelversion;</filename> que terá sido criado."
#. Tag: para
-#: post-install.xml:342
+#: post-install.xml:603
#, no-c-format
msgid ""
"Now, you can configure your kernel. Run <userinput>make xconfig</userinput> "
@@ -548,7 +864,7 @@ msgstr ""
"sua instalação Debian poderá vir a ter problemas."
#. Tag: para
-#: post-install.xml:357
+#: post-install.xml:618
#, no-c-format
msgid ""
"Clean the source tree and reset the <classname>kernel-package</classname> "
@@ -559,7 +875,7 @@ msgstr ""
"<userinput>make-kpkg clean</userinput>."
#. Tag: para
-#: post-install.xml:362
+#: post-install.xml:623
#, no-c-format
msgid ""
"Now, compile the kernel: <userinput>fakeroot make-kpkg --initrd --"
@@ -578,7 +894,7 @@ msgstr ""
"capacidade da sua máquina."
#. Tag: para
-#: post-install.xml:372
+#: post-install.xml:633
#, no-c-format
msgid ""
"Once the compilation is complete, you can install your custom kernel like "
@@ -611,7 +927,7 @@ msgstr ""
"kernel. Se criou um pacote de módulos, necessita instalar também esse pacote."
#. Tag: para
-#: post-install.xml:392
+#: post-install.xml:653
#, no-c-format
msgid ""
"It is time to reboot the system: read carefully any warning that the above "
@@ -622,7 +938,7 @@ msgstr ""
"now</userinput>."
#. Tag: para
-#: post-install.xml:397
+#: post-install.xml:658
#, no-c-format
msgid ""
"For more information on Debian kernels and kernel compilation, see the "
@@ -636,13 +952,13 @@ msgstr ""
"boa documentação em <filename>/usr/share/doc/kernel-package</filename>."
#. Tag: title
-#: post-install.xml:413
+#: post-install.xml:674
#, no-c-format
msgid "Recovering a Broken System"
msgstr "Recuperar um Sistema Estragado"
#. Tag: para
-#: post-install.xml:414
+#: post-install.xml:675
#, no-c-format
msgid ""
"Sometimes, things go wrong, and the system you've carefully installed is no "
@@ -662,7 +978,7 @@ msgstr ""
"isso."
#. Tag: para
-#: post-install.xml:424
+#: post-install.xml:685
#, no-c-format
msgid ""
"To access rescue mode, type <userinput>rescue</userinput> at the "
@@ -686,7 +1002,7 @@ msgstr ""
"por aí fora estão disponíveis para si enquanro você repara o seu sistema."
#. Tag: para
-#: post-install.xml:439
+#: post-install.xml:700
#, no-c-format
msgid ""
"Instead of the partitioning tool, you should now be presented with a list of "
@@ -702,7 +1018,7 @@ msgstr ""
"dispositivos RAID e LVM assim como as criadas directamente nos discos."
#. Tag: para
-#: post-install.xml:447
+#: post-install.xml:708
#, no-c-format
msgid ""
"If possible, the installer will now present you with a shell prompt in the "
@@ -720,7 +1036,7 @@ msgstr ""
"<userinput>grub-install '(hd0)'</userinput> para o fazer. </phrase>"
#. Tag: para
-#: post-install.xml:459
+#: post-install.xml:720
#, no-c-format
msgid ""
"If the installer cannot run a usable shell in the root file system you "
@@ -739,14 +1055,14 @@ msgstr ""
"será montado no directório <filename>/target</filename>."
#. Tag: para
-#: post-install.xml:468
+#: post-install.xml:729
#, no-c-format
msgid "In either case, after you exit the shell, the system will reboot."
msgstr ""
"Em qualquer dos casos, após você sair da shell, o sistema irá reiniciar."
#. Tag: para
-#: post-install.xml:472
+#: post-install.xml:733
#, no-c-format
msgid ""
"Finally, note that repairing broken systems can be difficult, and this "