summaryrefslogtreecommitdiff
path: root/po/zh_CN/random-bits.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/zh_CN/random-bits.po')
-rw-r--r--po/zh_CN/random-bits.po210
1 files changed, 115 insertions, 95 deletions
diff --git a/po/zh_CN/random-bits.po b/po/zh_CN/random-bits.po
index ba411e64b..9aa2f44f9 100644
--- a/po/zh_CN/random-bits.po
+++ b/po/zh_CN/random-bits.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: d-i-manual\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2016-11-25 19:03+0000\n"
+"POT-Creation-Date: 2016-12-15 20:07+0000\n"
"PO-Revision-Date: 2012-11-26 13:55+0800\n"
"Last-Translator: Ji YongGang <jungleji@gmail.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n"
@@ -956,7 +956,11 @@ msgid ""
"<userinput>armhf</userinput>, <userinput>i386</userinput>, <userinput>mips</"
"userinput>, <userinput>mips64el</userinput>, <userinput>mipsel</userinput>, "
"<userinput>powerpc</userinput>, <userinput>ppc64el</userinput>, or "
-"<userinput>s390x</userinput>."
+"<userinput>s390x</userinput>. <informalexample><screen>\n"
+"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
+" /mnt/debinst http://ftp.us.debian.org/debian\n"
+"</screen></informalexample> If the target architecture is different than the "
+"host, you should add the <userinput>--foreign</userinput> option."
msgstr ""
"用下面其中一个架构替换 <command>debootstrap</command> 命令中的 "
"<replaceable>ARCH</replaceable> :<userinput>amd64</userinput>, "
@@ -965,24 +969,14 @@ msgstr ""
"userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
"<userinput>ppc64el</userinput>, or <userinput>s390x</userinput>。"
-#. Tag: screen
-#: random-bits.xml:484
-#, no-c-format
-msgid ""
-"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
-" /mnt/debinst http://ftp.us.debian.org/debian"
-msgstr ""
-"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
-" /mnt/debinst http://ftp.us.debian.org/debian"
-
#. Tag: title
-#: random-bits.xml:490
+#: random-bits.xml:493
#, no-c-format
msgid "Configure The Base System"
msgstr "基本系统的配置"
#. Tag: para
-#: random-bits.xml:491
+#: random-bits.xml:494
#, fuzzy, no-c-format
#| msgid ""
#| "Now you've got a real &debian; system, though rather lean, on disk. "
@@ -995,6 +989,11 @@ msgid ""
"Now you've got a real &debian; system, though rather lean, on disk. "
"<command>chroot</command> into it: <informalexample><screen>\n"
"# LANG=C.UTF-8 chroot /mnt/debinst /bin/bash\n"
+"</screen></informalexample> If the target architecture is different from the "
+"host, you will need to first copy qemu-user-static to the new host: "
+"<informalexample><screen>\n"
+"# cp /usr/bin/qemu-ARCH-static /mnt/debinst/usr/bin\n"
+"# LANG=C.UTF-8 chroot /mnt/debinst qemu-ARCH-static /bin/bash\n"
"</screen></informalexample> After chrooting you may need to set the terminal "
"definition to be compatible with the &debian; base system, for example: "
"<informalexample><screen>\n"
@@ -1009,14 +1008,28 @@ msgstr ""
"</screen></informalexample> 然后您需要设置与 &debian; 基本系统兼容的终端定"
"义,例如:"
+#. Tag: para
+#: random-bits.xml:514
+#, no-c-format
+msgid ""
+"If the target architecture is different from the host, you need to finish "
+"the multi-stage boot strap:"
+msgstr ""
+
+#. Tag: screen
+#: random-bits.xml:518
+#, no-c-format
+msgid "/debootstrap/debootstrap --second-stage"
+msgstr ""
+
#. Tag: title
-#: random-bits.xml:509
+#: random-bits.xml:523
#, no-c-format
msgid "Create device files"
msgstr "创建设备文件"
#. Tag: para
-#: random-bits.xml:510
+#: random-bits.xml:524
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1033,13 +1046,13 @@ msgstr ""
"静态设备文件。"
#. Tag: para
-#: random-bits.xml:520
+#: random-bits.xml:534
#, no-c-format
msgid "A few of the available options are:"
msgstr "可以使用的选项有:"
#. Tag: para
-#: random-bits.xml:525
+#: random-bits.xml:539
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1047,7 +1060,7 @@ msgid ""
msgstr "安装 makedev 软件包,并创建默认的静态设备文件,使用(chroot 以后)"
#. Tag: screen
-#: random-bits.xml:529
+#: random-bits.xml:543
#, fuzzy, no-c-format
#| msgid ""
#| "# apt-get install makedev\n"
@@ -1066,14 +1079,14 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:532
+#: random-bits.xml:546
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
msgstr "手动创建指定的设备文件,使用 <command>MAKEDEV</command>"
#. Tag: para
-#: random-bits.xml:537
+#: random-bits.xml:551
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1084,13 +1097,13 @@ msgstr ""
"postinst 脚本会创建设备文件,所以要小心使用改选项。"
#. Tag: title
-#: random-bits.xml:550
+#: random-bits.xml:564
#, no-c-format
msgid "Mount Partitions"
msgstr "分区的挂载"
#. Tag: para
-#: random-bits.xml:551
+#: random-bits.xml:565
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1170,13 +1183,13 @@ msgstr ""
"<userinput>mount -a</userinput>,请在进入下一步前先将 proc 挂载:"
#. Tag: screen
-#: random-bits.xml:577
+#: random-bits.xml:591
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:579
+#: random-bits.xml:593
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1187,19 +1200,19 @@ msgstr ""
"chroot: 以外加载 proc。"
#. Tag: screen
-#: random-bits.xml:585
+#: random-bits.xml:599
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:591
+#: random-bits.xml:605
#, no-c-format
msgid "Setting Timezone"
msgstr "设置时区"
#. Tag: para
-#: random-bits.xml:592
+#: random-bits.xml:606
#, fuzzy, no-c-format
#| msgid ""
#| "An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1223,19 +1236,19 @@ msgstr ""
"间解释硬件时钟。下面命令可以让您设定和选择时区。"
#. Tag: screen
-#: random-bits.xml:606
+#: random-bits.xml:620
#, no-c-format
msgid "# dpkg-reconfigure tzdata"
msgstr "# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:612
+#: random-bits.xml:626
#, no-c-format
msgid "Configure Networking"
msgstr "网络的配置"
#. Tag: para
-#: random-bits.xml:613
+#: random-bits.xml:627
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1357,13 +1370,13 @@ msgstr ""
"with the interface name (eth0, eth1, etc.) that you expect."
#. Tag: title
-#: random-bits.xml:654
+#: random-bits.xml:668
#, no-c-format
msgid "Configure Apt"
msgstr "配置 Apt"
#. Tag: para
-#: random-bits.xml:655
+#: random-bits.xml:669
#, fuzzy, no-c-format
#| msgid ""
#| "Debootstrap will have created a very basic <filename>/etc/apt/sources."
@@ -1399,13 +1412,13 @@ msgstr ""
"update</userinput>。"
#. Tag: title
-#: random-bits.xml:671
+#: random-bits.xml:685
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "本地化和键盘的配置"
#. Tag: para
-#: random-bits.xml:672
+#: random-bits.xml:686
#, fuzzy, no-c-format
#| msgid ""
#| "To configure your locale settings to use a language other than English, "
@@ -1431,7 +1444,7 @@ msgstr ""
"</screen></informalexample> 配置您的键盘(如果需要):"
#. Tag: screen
-#: random-bits.xml:682
+#: random-bits.xml:696
#, fuzzy, no-c-format
#| msgid ""
#| "# aptitude install console-setup\n"
@@ -1444,7 +1457,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:684
+#: random-bits.xml:698
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1452,13 +1465,13 @@ msgid ""
msgstr "注意,在 chroot 里面不能设置键盘,但重新启动以后可以。"
#. Tag: title
-#: random-bits.xml:694
+#: random-bits.xml:708
#, no-c-format
msgid "Install a Kernel"
msgstr "内核的安装"
#. Tag: para
-#: random-bits.xml:695
+#: random-bits.xml:709
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1468,20 +1481,20 @@ msgstr ""
"以用下面指令找到那些预先打包的内核:"
#. Tag: screen
-#: random-bits.xml:700
+#: random-bits.xml:714
#, fuzzy, no-c-format
#| msgid "# apt-cache search &kernelpackage;"
msgid "# apt search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:702
+#: random-bits.xml:716
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr "然后根据所选取的软件包名称安装内核软件包。"
#. Tag: screen
-#: random-bits.xml:706
+#: random-bits.xml:720
#, fuzzy, no-c-format
#| msgid ""
#| "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
@@ -1489,13 +1502,13 @@ msgid "# apt install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
-#: random-bits.xml:712
+#: random-bits.xml:726
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "Boot Loader 的设置"
#. Tag: para
-#: random-bits.xml:713
+#: random-bits.xml:727
#, fuzzy, no-c-format
#| msgid ""
#| "To make your &debian-gnu; system bootable, set up your boot loader to "
@@ -1514,7 +1527,7 @@ msgstr ""
"成。"
#. Tag: para
-#: random-bits.xml:720
+#: random-bits.xml:734
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1537,7 +1550,7 @@ msgstr ""
"<filename>lilo.conf</filename> )</phrase>。"
#. Tag: para
-#: random-bits.xml:732
+#: random-bits.xml:746
#, fuzzy, no-c-format
#| msgid ""
#| "Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1569,7 +1582,7 @@ msgstr ""
"boot/grub/grub.cfg</filename>。"
#. Tag: para
-#: random-bits.xml:742
+#: random-bits.xml:756
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/sda</filename> device file has "
@@ -1580,13 +1593,13 @@ msgstr ""
"是安装 <command>grub2</command>,但它不属于本附录讨论范围。"
#. Tag: para
-#: random-bits.xml:748
+#: random-bits.xml:762
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "下面有一个简单的<filename>/etc/lilo.conf</filename> 作为例子:"
#. Tag: screen
-#: random-bits.xml:752
+#: random-bits.xml:766
#, no-c-format
msgid ""
"boot=/dev/<replaceable>sda6</replaceable>\n"
@@ -1608,7 +1621,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:754
+#: random-bits.xml:768
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1625,7 +1638,7 @@ msgstr ""
"行 ybin (请记住,您在哪个系统里运行 <filename>yaboot.conf</filename> )。"
#. Tag: para
-#: random-bits.xml:764
+#: random-bits.xml:778
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1655,14 +1668,14 @@ msgstr ""
"userinput> 换成 <userinput>hd:</userinput>。"
#. Tag: title
-#: random-bits.xml:777
+#: random-bits.xml:791
#, fuzzy, no-c-format
#| msgid "Remote access: Installing SSH and setting a password"
msgid "Remote access: Installing SSH and setting up access"
msgstr "远程访问:安装 SSH 并设置密码"
#. Tag: para
-#: random-bits.xml:778
+#: random-bits.xml:792
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1688,7 +1701,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:802
+#: random-bits.xml:816
#, no-c-format
msgid ""
"# adduser joe\n"
@@ -1696,13 +1709,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:807
+#: random-bits.xml:821
#, no-c-format
msgid "Finishing touches"
msgstr "最后一笔"
#. Tag: para
-#: random-bits.xml:808
+#: random-bits.xml:822
#, fuzzy, no-c-format
#| msgid ""
#| "As mentioned earlier, the installed system will be very basic. If you "
@@ -1729,7 +1742,7 @@ msgstr ""
"装单独的软件包。"
#. Tag: para
-#: random-bits.xml:819
+#: random-bits.xml:833
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1740,20 +1753,20 @@ msgstr ""
"件包。您可以运行下面命令释放空间:"
#. Tag: screen
-#: random-bits.xml:825
+#: random-bits.xml:839
#, fuzzy, no-c-format
#| msgid "# aptitude clean"
msgid "# apt clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:836
+#: random-bits.xml:850
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "通过 Parallel Line IP (PLIP) 来安装 &debian-gnu;"
#. Tag: para
-#: random-bits.xml:838
+#: random-bits.xml:852
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1767,7 +1780,7 @@ msgstr ""
"接到具有 &debian; 镜像的网络(比如,互联网)。"
#. Tag: para
-#: random-bits.xml:846
+#: random-bits.xml:860
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1781,7 +1794,7 @@ msgstr ""
"IP 地址(这些地址在您的网络地址空间里面未被占用)。"
#. Tag: para
-#: random-bits.xml:854
+#: random-bits.xml:868
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1792,7 +1805,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:859
+#: random-bits.xml:873
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1804,13 +1817,13 @@ msgstr ""
"为 <literal>io=0x378</literal>,<literal>irq=7</literal>。"
#. Tag: title
-#: random-bits.xml:869
+#: random-bits.xml:883
#, no-c-format
msgid "Requirements"
msgstr "需求"
#. Tag: para
-#: random-bits.xml:872
+#: random-bits.xml:886
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1818,13 +1831,13 @@ msgid ""
msgstr "目标计算机,称为 <emphasis>target</emphasis>,将要安装 &debian;。"
#. Tag: para
-#: random-bits.xml:878
+#: random-bits.xml:892
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "系统安装介质;参阅 <xref linkend=\"installation-media\"/>。"
#. Tag: para
-#: random-bits.xml:883
+#: random-bits.xml:897
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1833,7 +1846,7 @@ msgstr ""
"另外一台连接到互联网的计算机,称为 <emphasis>source</emphasis>,功能是网关。"
#. Tag: para
-#: random-bits.xml:889
+#: random-bits.xml:903
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1844,13 +1857,13 @@ msgstr ""
"Install-HOWTO</ulink> 了解这种线的更多信息,以及如何自己制作。"
#. Tag: title
-#: random-bits.xml:901
+#: random-bits.xml:915
#, no-c-format
msgid "Setting up source"
msgstr "建立源"
#. Tag: para
-#: random-bits.xml:902
+#: random-bits.xml:916
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1860,7 +1873,7 @@ msgstr ""
"算机。"
#. Tag: screen
-#: random-bits.xml:907
+#: random-bits.xml:921
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1902,13 +1915,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:913
+#: random-bits.xml:927
#, no-c-format
msgid "Installing target"
msgstr "安装目标"
#. Tag: para
-#: random-bits.xml:914
+#: random-bits.xml:928
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -1932,13 +1945,13 @@ msgstr ""
"</screen></informalexample> 下面是安装过程中各阶段所要提供的答案。"
#. Tag: guimenuitem
-#: random-bits.xml:933
+#: random-bits.xml:947
#, no-c-format
msgid "Load installer components from CD"
msgstr "从光盘加载安装组件"
#. Tag: para
-#: random-bits.xml:935
+#: random-bits.xml:949
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -1948,13 +1961,13 @@ msgstr ""
"用 PLIP 驱动。"
#. Tag: guimenuitem
-#: random-bits.xml:943
+#: random-bits.xml:957
#, no-c-format
msgid "Detect network hardware"
msgstr "侦测网络硬件"
#. Tag: para
-#: random-bits.xml:948
+#: random-bits.xml:962
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -1967,7 +1980,7 @@ msgstr ""
"系统没有网卡,安装程序不会显示该列表。"
#. Tag: para
-#: random-bits.xml:957
+#: random-bits.xml:971
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -1978,19 +1991,19 @@ msgstr ""
"<userinput>plip</userinput> 模块。"
#. Tag: guimenuitem
-#: random-bits.xml:969
+#: random-bits.xml:983
#, no-c-format
msgid "Configure the network"
msgstr "配置网络"
#. Tag: para
-#: random-bits.xml:972
+#: random-bits.xml:986
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Auto-configure network with DHCP: No"
#. Tag: para
-#: random-bits.xml:977
+#: random-bits.xml:991
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -1998,7 +2011,7 @@ msgstr ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:982
+#: random-bits.xml:996
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2008,7 +2021,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:988
+#: random-bits.xml:1002
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2018,13 +2031,13 @@ msgstr ""
"resolv.conf</filename>)"
#. Tag: title
-#: random-bits.xml:1007
+#: random-bits.xml:1021
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "通过 PPP over Ethernet (PPPPoE) 来安装 &debian-gnu;"
#. Tag: para
-#: random-bits.xml:1009
+#: random-bits.xml:1023
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2038,7 +2051,7 @@ msgstr ""
"本节将说明操作方法。"
#. Tag: para
-#: random-bits.xml:1017
+#: random-bits.xml:1031
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2049,7 +2062,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:1022
+#: random-bits.xml:1036
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2062,7 +2075,7 @@ msgstr ""
"phrase>)。"
#. Tag: para
-#: random-bits.xml:1029
+#: random-bits.xml:1043
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2070,7 +2083,7 @@ msgid ""
msgstr "通过 PPPoE 进行安装,绝大部分与其他方式相同。下面步骤说明不同之处。"
#. Tag: para
-#: random-bits.xml:1037
+#: random-bits.xml:1051
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2085,7 +2098,7 @@ msgstr ""
"udeb</classname>) 会被加载并自动运行。"
#. Tag: para
-#: random-bits.xml:1052
+#: random-bits.xml:1066
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2103,7 +2116,7 @@ msgstr ""
"footnote>)。"
#. Tag: para
-#: random-bits.xml:1071
+#: random-bits.xml:1085
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2111,7 +2124,7 @@ msgid ""
msgstr "下一步是侦测网络硬件,目的是识别当前系统中的网卡。"
#. Tag: para
-#: random-bits.xml:1077
+#: random-bits.xml:1091
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2122,7 +2135,7 @@ msgstr ""
"处理 PPPoE 连接的服务器)。"
#. Tag: para
-#: random-bits.xml:1083
+#: random-bits.xml:1097
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2136,7 +2149,7 @@ msgstr ""
"<guimenuitem>Configure and start a PPPoE connection</guimenuitem>。"
#. Tag: para
-#: random-bits.xml:1092
+#: random-bits.xml:1106
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2144,7 +2157,7 @@ msgid ""
msgstr "连接找到之后,用户需要提供登录信息(PPPoE 用户名和密码)。"
#. Tag: para
-#: random-bits.xml:1098
+#: random-bits.xml:1112
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2160,6 +2173,13 @@ msgstr ""
"信息不正确或有错误出现,安装程序将停止,但可以选择 <guimenuitem>Configure "
"and start PPPoE connection</guimenuitem> 菜单项重新配置。"
+#~ msgid ""
+#~ "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
+#~ " /mnt/debinst http://ftp.us.debian.org/debian"
+#~ msgstr ""
+#~ "# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
+#~ " /mnt/debinst http://ftp.us.debian.org/debian"
+
#~ msgid "SCSI Hard disk with lowest SCSI ID (e.g. 0)"
#~ msgstr "SCSI ID (比如 0)最小的 SCSI 硬盘"