summaryrefslogtreecommitdiff
path: root/po/pt/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pt/random-bits.po')
-rw-r--r--po/pt/random-bits.po134
1 files changed, 19 insertions, 115 deletions
diff --git a/po/pt/random-bits.po b/po/pt/random-bits.po
index 424b551f3..4f2b5df83 100644
--- a/po/pt/random-bits.po
+++ b/po/pt/random-bits.po
@@ -818,14 +818,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:364
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Next, create file systems on the partitions. For example, to create an "
-#| "ext3 file system on partition <filename>/dev/hda6</filename> (that's our "
-#| "example root partition): <informalexample><screen>\n"
-#| "# mke2fs -j /dev/<replaceable>hda6</replaceable>\n"
-#| "</screen></informalexample> To create an ext2 file system instead, omit "
-#| "<userinput>-j</userinput>."
+#, no-c-format
msgid ""
"Next, create file systems on the partitions. For example, to create an ext3 "
"file system on partition <filename>/dev/sda6</filename> (that's our example "
@@ -835,26 +828,16 @@ msgid ""
"<userinput>-j</userinput>."
msgstr ""
"De seguida, criar os sistemas de ficheiros nas partições. Por exemplo, para "
-"criar um sistema de ficheiros ext3 na partição <filename>/dev/hda6</"
+"criar um sistema de ficheiros ext3 na partição <filename>/dev/sda6</"
"filename> (é a nossa partição raiz no nosso exemplo): "
"<informalexample><screen>\n"
-"# mke2fs -j /dev/hda6\n"
+"# mke2fs -j /dev/sda6\n"
"</screen></informalexample> Em vez disso para criar um sistema de ficheiros "
"ext2, omita <userinput>-j</userinput>."
#. Tag: para
#: random-bits.xml:374
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Initialize and activate swap (substitute the partition number for your "
-#| "intended &debian; swap partition): <informalexample><screen>\n"
-#| "# mkswap /dev/<replaceable>hda5</replaceable>\n"
-#| "# sync\n"
-#| "# swapon /dev/<replaceable>hda5</replaceable>\n"
-#| "</screen></informalexample> Mount one partition as <filename>/mnt/"
-#| "debinst</filename> (the installation point, to be the root (<filename>/</"
-#| "filename>) filesystem on your new system). The mount point name is "
-#| "strictly arbitrary, it is referenced later below."
+#, no-c-format
msgid ""
"Initialize and activate swap (substitute the partition number for your "
"intended &debian; swap partition): <informalexample><screen>\n"
@@ -868,9 +851,9 @@ msgid ""
msgstr ""
"Inicializar e activar a swap (substitua o número da partição pela partição "
"swap &debian; que deseja): <informalexample><screen>\n"
-"# mkswap /dev/<replaceable>hda5</replaceable>\n"
+"# mkswap /dev/<replaceable>sda5</replaceable>\n"
"# sync\n"
-"# swapon /dev/<replaceable>hda5</replaceable>\n"
+"# swapon /dev/<replaceable>sda5</replaceable>\n"
"</screen></informalexample> Monte uma partição como <filename>/mnt/debinst</"
"filename> (o ponto de instalação, para ser o sistema de ficheiros raiz "
"(<filename>/</filename>) no seu novo sistema). O nome do ponto de montagem é "
@@ -878,16 +861,13 @@ msgstr ""
#. Tag: screen
#: random-bits.xml:386
-#, fuzzy, no-c-format
-#| msgid ""
-#| "# mkdir /mnt/debinst\n"
-#| "# mount /dev/<replaceable>hda6</replaceable> /mnt/debinst"
+#, no-c-format
msgid ""
"# mkdir /mnt/debinst\n"
"# mount /dev/<replaceable>sda6</replaceable> /mnt/debinst"
msgstr ""
"# mkdir /mnt/debinst\n"
-"# mount /dev/<replaceable>hda6</replaceable> /mnt/debinst"
+"# mount /dev/<replaceable>sda6</replaceable> /mnt/debinst"
#. Tag: para
#: random-bits.xml:389
@@ -1583,17 +1563,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:731
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Installing and setting up <classname>grub2</classname> is as easy as: "
-#| "<informalexample><screen>\n"
-#| "# aptitude install grub-pc\n"
-#| "# grub-install /dev/<replaceable>hda</replaceable>\n"
-#| "# update-grub\n"
-#| "</screen></informalexample> The second command will install "
-#| "<command>grub2</command> (in this case in the MBR of <literal>hda</"
-#| "literal>). The last command will create a sane and working <filename>/"
-#| "boot/grub/grub.cfg</filename>."
+#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
"<informalexample><screen>\n"
@@ -1608,27 +1578,22 @@ msgstr ""
"Instalar e configurar o <classname>grub2</classname> é tão fácil como: "
"<informalexample><screen>\n"
"# aptitude install grub-pc\n"
-"# grub-install /dev/<replaceable>hda</replaceable>\n"
+"# grub-install /dev/<replaceable>sda</replaceable>\n"
"# update-grub\n"
"</screen></informalexample> O segundo comando irá instalar o <command>grub2</"
-"command> (neste caso no MBR de <literal>hda</literal>). O último comando irá "
+"command> (neste caso no MBR de <literal>sda</literal>). O último comando irá "
"criar um <filename>/boot/grub/grub.cfg</filename> são e funcional."
#. Tag: para
#: random-bits.xml:741
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Note that this assumes that a <filename>/dev/hda</filename> device file "
-#| "has been created. There are alternative methods to install "
-#| "<command>grub2</command>, but those are outside the scope of this "
-#| "appendix."
+#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/sda</filename> device file has "
"been created. There are alternative methods to install <command>grub2</"
"command>, but those are outside the scope of this appendix."
msgstr ""
"Note que isto assume que foi criado um ficheiro de dispositivo <filename>/"
-"dev/hda</filename>. Existem métodos alternativos para instalar o "
+"dev/sda</filename>. Existem métodos alternativos para instalar o "
"<command>grub2</command>, mas esses estão fora do âmbito deste apêndice."
#. Tag: para
@@ -1639,16 +1604,7 @@ msgstr "Aqui está um <filename>/etc/lilo.conf</filename> simples como exemplo:"
#. Tag: screen
#: random-bits.xml:751
-#, fuzzy, no-c-format
-#| msgid ""
-#| "boot=/dev/<replaceable>hda6</replaceable>\n"
-#| "root=/dev/<replaceable>hda6</replaceable>\n"
-#| "install=menu\n"
-#| "delay=20\n"
-#| "lba32\n"
-#| "image=/vmlinuz\n"
-#| "initrd=/initrd.img\n"
-#| "label=Debian"
+#, no-c-format
msgid ""
"boot=/dev/<replaceable>sda6</replaceable>\n"
"root=/dev/<replaceable>sda6</replaceable>\n"
@@ -1659,8 +1615,8 @@ msgid ""
"initrd=/initrd.img\n"
"label=Debian"
msgstr ""
-"boot=/dev/<replaceable>hda6</replaceable>\n"
-"root=/dev/<replaceable>hda6</replaceable>\n"
+"boot=/dev/<replaceable>sda6</replaceable>\n"
+"root=/dev/<replaceable>sda6</replaceable>\n"
"install=menu\n"
"delay=20\n"
"lba32\n"
@@ -1689,20 +1645,7 @@ msgstr ""
#. Tag: para
#: random-bits.xml:763
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
-#| "<informalexample><screen>\n"
-#| "boot=/dev/hda2\n"
-#| "device=hd:\n"
-#| "partition=6\n"
-#| "root=/dev/hda6\n"
-#| "magicboot=/usr/lib/yaboot/ofboot\n"
-#| "timeout=50\n"
-#| "image=/vmlinux\n"
-#| "label=Debian\n"
-#| "</screen></informalexample> On some machines, you may need to use "
-#| "<userinput>ide0:</userinput> instead of <userinput>hd:</userinput>."
+#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
"<informalexample><screen>\n"
@@ -1719,10 +1662,10 @@ msgid ""
msgstr ""
"Aqui está um exemplo básico de <filename>/etc/yaboot.conf</filename>: "
"<informalexample><screen>\n"
-"boot=/dev/hda2\n"
+"boot=/dev/sda2\n"
"device=hd:\n"
"partition=6\n"
-"root=/dev/hda6\n"
+"root=/dev/sda6\n"
"magicboot=/usr/lib/yaboot/ofboot\n"
"timeout=50\n"
"image=/vmlinux\n"
@@ -2290,57 +2233,18 @@ msgstr ""
"configuração escolhendo a entrada do menu <guimenuitem>Configurar e iniciar "
"uma ligação PPPoE</guimenuitem>."
-#~ msgid "<filename>hda</filename>"
-#~ msgstr "<filename>hda</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)"
-#~ msgstr "Disco Rígido IDE / CD-ROM no primeiro canal IDE (Master)"
-
-#~ msgid "<filename>hdb</filename>"
-#~ msgstr "<filename>hdb</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)"
-#~ msgstr "Disco Rígido IDE / CD-ROM no primeiro canal IDE (Slave)"
-
-#~ msgid "<filename>hdc</filename>"
-#~ msgstr "<filename>hdc</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)"
-#~ msgstr "Disco Rígido IDE / CD-ROM no segundo canal IDE (Master)"
-
-#~ msgid "<filename>hdd</filename>"
-#~ msgstr "<filename>hdd</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Slave)"
-#~ msgstr "Disco Rígido IDE /CD-ROM no segundo canal IDE (Slave)"
-
-#~ msgid "hda1"
-#~ msgstr "hda1"
-
-#~ msgid "hdd15"
-#~ msgstr "hdd15"
-
-#~ msgid "Fifteenth partition of the fourth IDE hard disk"
-#~ msgstr "Décima-quinta partição do quarto disco rígido IDE"
-
#~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)"
#~ msgstr "Disco Rígido SCSI com o SCSI ID mais baixo (e.g. 0)"
#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)"
#~ msgstr "Disco Rígido SCSI com o próximo SCSI ID mais alto (e.g. 1)"
-#~ msgid "<filename>sdc</filename>"
-#~ msgstr "<filename>sdc</filename>"
-
#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)"
#~ msgstr "Disco Rígido SCSI com o próximo SCSI ID mais alto (e.g. 2)"
#~ msgid "First partition of the first SCSI hard disk"
#~ msgstr "Primeira partição do primeiro disco rígido SCSI"
-#~ msgid "sdd10"
-#~ msgstr "sdd10"
-
#~ msgid "SCSI CD-ROM with the lowest SCSI ID"
#~ msgstr "CD-ROM SCSI com o SCSI ID mais baixo"