diff options
Diffstat (limited to 'po/pot/random-bits.pot')
-rw-r--r-- | po/pot/random-bits.pot | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/po/pot/random-bits.pot b/po/pot/random-bits.pot index 534f08555..61178f1b0 100644 --- a/po/pot/random-bits.pot +++ b/po/pot/random-bits.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2006-02-07 15:07+0000\n" +"POT-Creation-Date: 2006-04-28 19:33+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -825,7 +825,7 @@ msgstr "" #, no-c-format #. Tag: para msgid "" - "To configure networking, edit <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, and <filename>/etc/hostname</filename>. <informalexample><screen>\n" + "To configure networking, edit <filename>/etc/network/interfaces</filename>, <filename>/etc/resolv.conf</filename>, <filename>/etc/hostname</filename> and <filename>/etc/hosts</filename>. <informalexample><screen>\n" "# editor /etc/network/interfaces\n" "</screen></informalexample> Here are some simple examples from <filename>/usr/share/doc/ifupdown/examples</filename>: <informalexample><screen>\n" "######################################################################\n" @@ -864,13 +864,13 @@ msgid "" "</screen></informalexample> If you have multiple network cards, you should arrange the names of driver modules in the <filename>/etc/modules</filename> file into the desired order. Then during boot, each card will be associated with the interface name (eth0, eth1, etc.) that you expect." msgstr "" -#: random-bits.xml:562 +#: random-bits.xml:563 #, no-c-format #. Tag: title msgid "Configure Locales" msgstr "" -#: random-bits.xml:563 +#: random-bits.xml:564 #, no-c-format #. Tag: para msgid "" @@ -880,52 +880,52 @@ msgid "" "</screen></informalexample> NOTE: Apt must be configured beforehand by creating a sources.list and running apt-get update. Before using locales with character sets other than ASCII or latin1, please consult the appropriate localization HOWTO." msgstr "" -#: random-bits.xml:580 +#: random-bits.xml:581 #, no-c-format #. Tag: title msgid "Install a Kernel" msgstr "" -#: random-bits.xml:581 +#: random-bits.xml:582 #, no-c-format #. Tag: para msgid "" "If you intend to boot this system, you probably want a Linux kernel and a boot loader. Identify available pre-packaged kernels with <informalexample><screen>\n" - "# apt-cache search kernel-image\n" + "# apt-cache search <phrase condition=\"classic-kpkg\">kernel</phrase><phrase condition=\"common-kpkg\">linux</phrase>-image\n" "</screen></informalexample> Then install your choice using its package name." msgstr "" -#: random-bits.xml:590 +#: random-bits.xml:591 #, no-c-format #. Tag: screen -msgid "# apt-get install kernel-image-<replaceable>2.X.X-arch-etc</replaceable>" +msgid "# apt-get install <phrase condition=\"classic-kpkg\">kernel</phrase><phrase condition=\"common-kpkg\">linux</phrase>-image-<replaceable>&kernelversion;-arch-etc</replaceable>" msgstr "" -#: random-bits.xml:596 +#: random-bits.xml:597 #, no-c-format #. Tag: title msgid "Set up the Boot Loader" msgstr "" -#: random-bits.xml:597 +#: random-bits.xml:598 #, no-c-format #. Tag: para msgid "To make your &debian; system bootable, set up your boot loader to load the installed kernel with your new root partition. Note that debootstrap does not install a boot loader, though you can use apt-get inside your Debian chroot to do so." msgstr "" -#: random-bits.xml:604 +#: random-bits.xml:605 #, no-c-format #. Tag: para msgid "Check <userinput>info grub</userinput> or <userinput>man lilo.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing grub <filename>menu.lst</filename> or <filename>lilo.conf</filename>. For <filename>lilo.conf</filename>, you could also copy it to the new system and edit it there. After you are done editing, call lilo (remember it will use <filename>lilo.conf</filename> relative to the system you call it from)." msgstr "" -#: random-bits.xml:615 +#: random-bits.xml:616 #, no-c-format #. Tag: para msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:" msgstr "" -#: random-bits.xml:619 +#: random-bits.xml:620 #, no-c-format #. Tag: screen msgid "" @@ -938,13 +938,13 @@ msgid "" "label=Debian" msgstr "" -#: random-bits.xml:621 +#: random-bits.xml:622 #, no-c-format #. Tag: para msgid "Check <userinput>man yaboot.conf</userinput> for instructions on setting up the bootloader. If you are keeping the system you used to install Debian, just add an entry for the Debian install to your existing <filename>yaboot.conf</filename>. You could also copy it to the new system and edit it there. After you are done editing, call ybin (remember it will use <filename>yaboot.conf</filename> relative to the system you call it from)." msgstr "" -#: random-bits.xml:631 +#: random-bits.xml:632 #, no-c-format #. Tag: para msgid "" @@ -960,79 +960,79 @@ msgid "" "</screen></informalexample> On some machines, you may need to use <userinput>ide0:</userinput> instead of <userinput>hd:</userinput>." msgstr "" -#: random-bits.xml:649 +#: random-bits.xml:650 #, no-c-format #. Tag: title msgid "Installing &debian; over Parallel Line IP (PLIP)" msgstr "" -#: random-bits.xml:651 +#: random-bits.xml:652 #, no-c-format #. Tag: para msgid "This section explains how to install &debian; on a computer without Ethernet card, but with just a remote gateway computer attached via a Null-Modem cable (also called Null-Printer cable). The gateway computer should be connected to a network that has a Debian mirror on it (e.g. to the Internet)." msgstr "" -#: random-bits.xml:659 +#: random-bits.xml:660 #, no-c-format #. Tag: para msgid "In the example in this appendix we will set up a PLIP connection using a gateway connected to the Internet over a dial-up connection (ppp0). We will use IP addresses 192.168.0.1 and 192.168.0.2 for the PLIP interfaces on the target system and the source system respectively (these addresses should be unused within your network address space)." msgstr "" -#: random-bits.xml:667 +#: random-bits.xml:668 #, no-c-format #. Tag: para msgid "The PLIP connection set up during the installation will also be available after the reboot into the installed system (see <xref linkend=\"boot-new\"/>)." msgstr "" -#: random-bits.xml:672 +#: random-bits.xml:673 #, no-c-format #. Tag: para msgid "Before you start, you will need to check the BIOS configuration (IO base address and IRQ) for the parallel ports of both the source and target systems. The most common values are <literal>io=0x378</literal>, <literal>irq=7</literal>." msgstr "" -#: random-bits.xml:682 +#: random-bits.xml:683 #, no-c-format #. Tag: title msgid "Requirements" msgstr "" -#: random-bits.xml:685 +#: random-bits.xml:686 #, no-c-format #. Tag: para msgid "A target computer, called <emphasis>target</emphasis>, where Debian will be installed." msgstr "" -#: random-bits.xml:691 +#: random-bits.xml:692 #, no-c-format #. Tag: para msgid "System installation media; see <xref linkend=\"installation-media\"/>." msgstr "" -#: random-bits.xml:696 +#: random-bits.xml:697 #, no-c-format #. Tag: para msgid "Another computer connected to the Internet, called <emphasis>source</emphasis>, that will function as the gateway." msgstr "" -#: random-bits.xml:702 +#: random-bits.xml:703 #, no-c-format #. Tag: para msgid "A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;\">PLIP-Install-HOWTO</ulink> for more information on this cable and instructions how to make your own." msgstr "" -#: random-bits.xml:714 +#: random-bits.xml:715 #, no-c-format #. Tag: title msgid "Setting up source" msgstr "" -#: random-bits.xml:715 +#: random-bits.xml:716 #, no-c-format #. Tag: para msgid "The following shell script is a simple example of how to configure the source computer as a gateway to the Internet using ppp0." msgstr "" -#: random-bits.xml:720 +#: random-bits.xml:721 #, no-c-format #. Tag: screen msgid "" @@ -1053,91 +1053,91 @@ msgid "" "echo 1 > /proc/sys/net/ipv4/ip_forward" msgstr "" -#: random-bits.xml:726 +#: random-bits.xml:727 #, no-c-format #. Tag: title msgid "Installing target" msgstr "" -#: random-bits.xml:727 +#: random-bits.xml:728 #, no-c-format #. Tag: para msgid "Boot the installation media. The installation needs to be run in expert mode; enter <userinput>expert</userinput> at the boot prompt. Below are the answers that should be given during various stages of the installation." msgstr "" -#: random-bits.xml:739 +#: random-bits.xml:740 #, no-c-format #. Tag: guimenuitem msgid "Load installer components" msgstr "" -#: random-bits.xml:741 +#: random-bits.xml:742 #, no-c-format #. Tag: para msgid "Select the <userinput>plip-modules</userinput> option from the list; this will make the PLIP drivers available to the installation system." msgstr "" -#: random-bits.xml:749 +#: random-bits.xml:750 #, no-c-format #. Tag: guimenuitem msgid "Detect network hardware" msgstr "" -#: random-bits.xml:754 +#: random-bits.xml:755 #, no-c-format #. Tag: para msgid "If target <emphasis>does</emphasis> have a network card, a list of driver modules for detected cards will be shown. If you want to force &d-i; to use plip instead, you have to deselect all listed driver modules. Obviously, if target doesn't have a network card, the installer will not show this list." msgstr "" -#: random-bits.xml:763 +#: random-bits.xml:764 #, no-c-format #. Tag: para msgid "Prompt for module parameters: Yes" msgstr "" -#: random-bits.xml:768 +#: random-bits.xml:769 #, no-c-format #. Tag: para msgid "Because no network card was detected/selected earlier, the installer will ask you to select a network driver module from a list. Select the <userinput>plip</userinput> module." msgstr "" -#: random-bits.xml:775 +#: random-bits.xml:776 #, no-c-format #. Tag: para msgid "Additional parameters for module parport_pc: <userinput><replaceable>io=0x378 irq=7</replaceable></userinput>" msgstr "" -#: random-bits.xml:781 +#: random-bits.xml:782 #, no-c-format #. Tag: para msgid "Additional parameters for module plip: leave empty" msgstr "" -#: random-bits.xml:791 +#: random-bits.xml:792 #, no-c-format #. Tag: guimenuitem msgid "Configure the network" msgstr "" -#: random-bits.xml:794 +#: random-bits.xml:795 #, no-c-format #. Tag: para msgid "Auto-configure network with DHCP: No" msgstr "" -#: random-bits.xml:799 +#: random-bits.xml:800 #, no-c-format #. Tag: para msgid "IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>" msgstr "" -#: random-bits.xml:804 +#: random-bits.xml:805 #, no-c-format #. Tag: para msgid "Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></userinput>" msgstr "" -#: random-bits.xml:810 +#: random-bits.xml:811 #, no-c-format #. Tag: para msgid "Name server addresses: you can enter the same addresses used on source (see <filename>/etc/resolv.conf</filename>)" |