summaryrefslogtreecommitdiff
path: root/po/es/random-bits.po
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2015-04-17 01:41:39 +0000
committerSamuel Thibault <sthibault@debian.org>2015-04-17 01:41:39 +0000
commitedd6900a4865a5dae5d44df8793238ff9addca46 (patch)
tree7b4f48b913eb7e4d960dedb1838708a1e28f1b37 /po/es/random-bits.po
parent71335b1fd5ecc3dd38428cde4e4c8b1b931182df (diff)
downloadinstallation-guide-edd6900a4865a5dae5d44df8793238ff9addca46.zip
propagate trivial changes to non-english languages
Diffstat (limited to 'po/es/random-bits.po')
-rw-r--r--po/es/random-bits.po134
1 files changed, 19 insertions, 115 deletions
diff --git a/po/es/random-bits.po b/po/es/random-bits.po
index 2c94e76c4..ba3ede8ef 100644
--- a/po/es/random-bits.po
+++ b/po/es/random-bits.po
@@ -869,14 +869,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 "
@@ -887,25 +880,15 @@ msgid ""
msgstr ""
"A continuación, deberá crear sistemas de ficheros en sus particiones. Por "
"ejemplo, para crear un sistema de ficheros ext3 en la partición <filename>/"
-"dev/hda6</filename> (es nuestra partición raíz de ejemplo): "
+"dev/sda6</filename> (es nuestra partición raíz de ejemplo): "
"<informalexample><screen>\n"
-"# mke2fs -j /dev/<replaceable>hda6</replaceable>\n"
+"# mke2fs -j /dev/<replaceable>sda6</replaceable>\n"
"</screen></informalexample> En cambio para crear un sistema de ficheros "
"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"
@@ -920,9 +903,9 @@ msgstr ""
"Inicialice y active la partición de intercambio (sustituya el número de "
"partición por la partición de intercambio de &debian; que vaya a utilizar): "
"<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 una partición como <filename>/mnt/debinst</"
"filename> (el punto de instalación, que será el sistema de ficheros raíz "
"(<filename>/</filename>) en su nuevo sistema). El nombre del punto de "
@@ -931,16 +914,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
@@ -1656,17 +1636,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"
@@ -1681,27 +1651,22 @@ msgstr ""
"La instalación y configuración de <classname>grub2</classname> es tan "
"sencilla como hacer: <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> La segunda orden instalará <command>grub2</"
-"command> (en este caso en el sector de arranque de <literal>hda</literal>). "
+"command> (en este caso en el sector de arranque de <literal>sda</literal>). "
"La última orden creará un <filename>/boot/grub/grub.cfg</filename> 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 ""
"Estos ejemplos asumen que se ha creado el fichero de dispositivo <filename>/"
-"dev/hda</filename>. Existen métodos alternativos para instalar "
+"dev/sda</filename>. Existen métodos alternativos para instalar "
"<command>grub2</command>, pero están fuera del alcance de este apéndice."
#. Tag: para
@@ -1712,16 +1677,7 @@ msgstr "Aquí tiene un ejemplo básico de /etc/lilo.conf:"
#. 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"
@@ -1732,8 +1688,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"
@@ -1763,20 +1719,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"
@@ -1793,10 +1736,10 @@ msgid ""
msgstr ""
"Aquí tiene un ejemplo 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"
@@ -2351,57 +2294,18 @@ msgstr ""
"pero se podrá intentar de nuevo la configuración seleccionando la opción "
"<guimenuitem>Configurar e iniciar una conexión PPPoE</guimenuitem> del menú."
-#~ msgid "<filename>hda</filename>"
-#~ msgstr "<filename>hda</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Master)"
-#~ msgstr "Disco duro IDE / CD-ROM en el primer puerto IDE (Maestro)"
-
-#~ msgid "<filename>hdb</filename>"
-#~ msgstr "<filename>hdb</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the first IDE port (Slave)"
-#~ msgstr "Disco duro IDE / CD-ROM en el primer puerto IDE (Esclavo)"
-
-#~ msgid "<filename>hdc</filename>"
-#~ msgstr "<filename>hdc</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Master)"
-#~ msgstr "Disco duro IDE / CD-ROM en el segundo puerto IDE (Maestro)"
-
-#~ msgid "<filename>hdd</filename>"
-#~ msgstr "<filename>hdd</filename>"
-
-#~ msgid "IDE Hard disk / CD-ROM on the second IDE port (Slave)"
-#~ msgstr "Disco duro IDE / CD-ROM en el segundo puerto IDE (Esclavo)"
-
-#~ msgid "hda1"
-#~ msgstr "hda1"
-
-#~ msgid "hdd15"
-#~ msgstr "hdd15"
-
-#~ msgid "Fifteenth partition of the fourth IDE hard disk"
-#~ msgstr "Decimoquinta partición del cuarto disco duro IDE"
-
#~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)"
#~ msgstr "Disco duro SCSI con el menor ID SCSI (por ejemplo 0)"
#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 1)"
#~ msgstr "Disco duro SCSI con el siguiente ID SCSI (por ejemplo 1)"
-#~ msgid "<filename>sdc</filename>"
-#~ msgstr "<filename>sdc</filename>"
-
#~ msgid "SCSI Hard disk with next higher SCSI ID (e.g. 2)"
#~ msgstr "Disco duro SCSI con el siguiente ID SCSI (por ejemplo 2)"
#~ msgid "First partition of the first SCSI hard disk"
#~ msgstr "Primera partición del primer disco duro SCSI"
-#~ msgid "sdd10"
-#~ msgstr "sdd10"
-
#~ msgid "SCSI CD-ROM with the lowest SCSI ID"
#~ msgstr "CD-ROM SCSI con el ID SCSI más bajo"