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.po237
1 files changed, 123 insertions, 114 deletions
diff --git a/po/zh_CN/random-bits.po b/po/zh_CN/random-bits.po
index a62945906..5d40a5b13 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: 2008-05-11 10:00+0000\n"
+"POT-Creation-Date: 2008-09-07 00:09+0000\n"
"PO-Revision-Date: 2008-05-19 19:44+0800\n"
"Last-Translator: Ji YongGang<jungle@soforge.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n"
@@ -966,15 +966,24 @@ msgstr ""
#. Tag: para
#: random-bits.xml:485
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Substitute one of the following for <replaceable>ARCH</replaceable> in "
+#| "the <command>debootstrap</command> command: <userinput>alpha</userinput>, "
+#| "<userinput>amd64</userinput>, <userinput>arm</userinput>, "
+#| "<userinput>hppa</userinput>, <userinput>i386</userinput>, "
+#| "<userinput>ia64</userinput>, <userinput>m68k</userinput>, "
+#| "<userinput>mips</userinput>, <userinput>mipsel</userinput>, "
+#| "<userinput>powerpc</userinput>, <userinput>s390</userinput>, or "
+#| "<userinput>sparc</userinput>."
msgid ""
"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
"<command>debootstrap</command> command: <userinput>alpha</userinput>, "
-"<userinput>amd64</userinput>, <userinput>arm</userinput>, <userinput>hppa</"
-"userinput>, <userinput>i386</userinput>, <userinput>ia64</userinput>, "
-"<userinput>m68k</userinput>, <userinput>mips</userinput>, <userinput>mipsel</"
-"userinput>, <userinput>powerpc</userinput>, <userinput>s390</userinput>, or "
-"<userinput>sparc</userinput>."
+"<userinput>amd64</userinput>, <userinput>arm</userinput>, <userinput>armel</"
+"userinput>, <userinput>hppa</userinput>, <userinput>i386</userinput>, "
+"<userinput>ia64</userinput>, <userinput>m68k</userinput>, <userinput>mips</"
+"userinput>, <userinput>mipsel</userinput>, <userinput>powerpc</userinput>, "
+"<userinput>s390</userinput>, or <userinput>sparc</userinput>."
msgstr ""
"用下面列出的一个架构替换 <command>debootstrap</command> 命令中的 "
"<replaceable>ARCH</replaceable>:<userinput>alpha</userinput>、"
@@ -985,7 +994,7 @@ msgstr ""
"<userinput>sparc</userinput>。"
#. Tag: screen
-#: random-bits.xml:503
+#: random-bits.xml:504
#, no-c-format
msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
@@ -995,13 +1004,13 @@ msgstr ""
" /mnt/debinst http://ftp.us.debian.org/debian"
#. Tag: title
-#: random-bits.xml:509
+#: random-bits.xml:510
#, no-c-format
msgid "Configure The Base System"
msgstr "基本系统的配置"
#. Tag: para
-#: random-bits.xml:510
+#: random-bits.xml:511
#, no-c-format
msgid ""
"Now you've got a real Debian system, though rather lean, on disk. "
@@ -1017,19 +1026,19 @@ msgstr ""
"例如:"
#. Tag: screen
-#: random-bits.xml:520
+#: random-bits.xml:521
#, no-c-format
msgid "# export TERM=<replaceable>xterm-color</replaceable>"
msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
#. Tag: title
-#: random-bits.xml:525
+#: random-bits.xml:526
#, no-c-format
msgid "Create device files"
msgstr "创建设备文件"
#. Tag: para
-#: random-bits.xml:526
+#: random-bits.xml:527
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1046,19 +1055,19 @@ msgstr ""
"静态设备文件。"
#. Tag: para
-#: random-bits.xml:536
+#: random-bits.xml:537
#, no-c-format
msgid "A few of the available options are:"
msgstr "可以使用的选项有:"
#. Tag: para
-#: random-bits.xml:541
+#: random-bits.xml:542
#, no-c-format
msgid "create a default set of static device files using"
msgstr "创建默认的静态设备文件,使用"
#. Tag: screen
-#: random-bits.xml:544
+#: random-bits.xml:545
#, no-c-format
msgid ""
"# cd /dev\n"
@@ -1068,14 +1077,14 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:547
+#: random-bits.xml:548
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
msgstr "手动创建指定的设备文件,使用 <command>MAKEDEV</command>"
#. Tag: para
-#: random-bits.xml:552
+#: random-bits.xml:553
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1086,13 +1095,13 @@ msgstr ""
"postinst 脚本会创建设备文件,所以要小心使用改选项。"
#. Tag: title
-#: random-bits.xml:565
+#: random-bits.xml:566
#, no-c-format
msgid "Mount Partitions"
msgstr "分区的挂载"
#. Tag: para
-#: random-bits.xml:566
+#: random-bits.xml:567
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1172,13 +1181,13 @@ msgstr ""
"<userinput>mount -a</userinput>,请在进入下一步前先将 proc 挂载:"
#. Tag: screen
-#: random-bits.xml:592
+#: random-bits.xml:593
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:594
+#: random-bits.xml:595
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1189,19 +1198,19 @@ msgstr ""
"chroot: 以外加载 proc。"
#. Tag: screen
-#: random-bits.xml:600
+#: random-bits.xml:601
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:606
+#: random-bits.xml:607
#, no-c-format
msgid "Setting Timezone"
msgstr "设置时区"
#. Tag: para
-#: random-bits.xml:607
+#: random-bits.xml:608
#, no-c-format
msgid ""
"An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1213,7 +1222,7 @@ msgstr ""
"间解释硬件时钟。下面命令可以让您设定和选择时区。"
#. Tag: screen
-#: random-bits.xml:614
+#: random-bits.xml:615
#, no-c-format
msgid ""
"# editor /etc/default/rcS\n"
@@ -1223,13 +1232,13 @@ msgstr ""
"# tzconfig"
#. Tag: title
-#: random-bits.xml:620
+#: random-bits.xml:621
#, no-c-format
msgid "Configure Networking"
msgstr "网络的配置"
#. Tag: para
-#: random-bits.xml:621
+#: random-bits.xml:622
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1348,13 +1357,13 @@ msgstr ""
"每块网卡就能获得所预期的 interface 名称了(eth0、eth1 等等)。"
#. Tag: title
-#: random-bits.xml:662
+#: random-bits.xml:663
#, no-c-format
msgid "Configure Apt"
msgstr "配置 Apt"
#. Tag: para
-#: random-bits.xml:663
+#: random-bits.xml:664
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1379,13 +1388,13 @@ msgstr ""
"update</userinput>。"
#. Tag: title
-#: random-bits.xml:679
+#: random-bits.xml:680
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "本地化和键盘的配置"
#. Tag: para
-#: random-bits.xml:680
+#: random-bits.xml:681
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1403,7 +1412,7 @@ msgstr ""
"</screen></informalexample> 配置您的键盘(如果需要):"
#. Tag: screen
-#: random-bits.xml:690
+#: random-bits.xml:691
#, no-c-format
msgid ""
"# aptitude install console-data\n"
@@ -1413,7 +1422,7 @@ msgstr ""
"# dpkg-reconfigure console-data"
#. Tag: para
-#: random-bits.xml:692
+#: random-bits.xml:693
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1421,13 +1430,13 @@ msgid ""
msgstr "注意,在 chroot 里面不能设置键盘,但重新启动以后可以。"
#. Tag: title
-#: random-bits.xml:702
+#: random-bits.xml:703
#, no-c-format
msgid "Install a Kernel"
msgstr "内核的安装"
#. Tag: para
-#: random-bits.xml:703
+#: random-bits.xml:704
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a Linux kernel and a "
@@ -1437,13 +1446,13 @@ msgstr ""
"指令找到那些预先打包的内核:"
#. Tag: screen
-#: random-bits.xml:708
+#: random-bits.xml:709
#, no-c-format
msgid "# apt-cache search linux-image"
msgstr "# apt-cache search linux-image"
#. Tag: para
-#: random-bits.xml:710
+#: random-bits.xml:711
#, no-c-format
msgid ""
"If you intend to use a pre-packaged kernel, you may want to create the "
@@ -1454,7 +1463,7 @@ msgstr ""
"conf</filename> 配置文件。这里是一个示例文件:"
#. Tag: screen
-#: random-bits.xml:716
+#: random-bits.xml:717
#, no-c-format
msgid ""
"# Kernel image management overrides\n"
@@ -1476,7 +1485,7 @@ msgstr ""
"link_in_boot = no"
#. Tag: para
-#: random-bits.xml:718
+#: random-bits.xml:719
#, no-c-format
msgid ""
"For detailed information about this file and the various options, consult "
@@ -1488,7 +1497,7 @@ msgstr ""
"件包后参考其手册(man)。我们建议使用适合您系统的值。"
#. Tag: para
-#: random-bits.xml:725
+#: random-bits.xml:726
#, no-c-format
msgid ""
"Then install the kernel package of your choice using its package name. "
@@ -1506,13 +1515,13 @@ msgstr ""
"etc/kernel-img.conf</filename> 文件,安装时会被问到相关的问题。"
#. Tag: title
-#: random-bits.xml:739
+#: random-bits.xml:740
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "Boot Loader 的设置"
#. Tag: para
-#: random-bits.xml:740
+#: random-bits.xml:741
#, no-c-format
msgid ""
"To make your &debian; system bootable, set up your boot loader to load the "
@@ -1525,7 +1534,7 @@ msgstr ""
"因此您要在 Debian 的 chroot 中使用 <command>aptitude</command> 完成。"
#. Tag: para
-#: random-bits.xml:747
+#: random-bits.xml:748
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> or <userinput>man lilo.conf</"
@@ -1546,7 +1555,7 @@ msgstr ""
"哪个系统里的 <filename>lilo.conf</filename>)。"
#. Tag: para
-#: random-bits.xml:759
+#: random-bits.xml:760
#, no-c-format
msgid ""
"Installing and setting up <classname>grub</classname> is as easy as: "
@@ -1568,7 +1577,7 @@ msgstr ""
"boot/grub/menu.lst</filename>。"
#. Tag: para
-#: random-bits.xml:769
+#: random-bits.xml:770
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/hda</filename> device file has "
@@ -1579,13 +1588,13 @@ msgstr ""
"是安装 <command>grub</command>,但本附录中不讨论。"
#. Tag: para
-#: random-bits.xml:775
+#: random-bits.xml:776
#, 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:779
+#: random-bits.xml:780
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1607,7 +1616,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:781
+#: random-bits.xml:782
#, no-c-format
msgid ""
"Depending on which bootloader you selected, you can now make some additional "
@@ -1617,7 +1626,7 @@ msgstr ""
"做一些修改。"
#. Tag: para
-#: random-bits.xml:786
+#: random-bits.xml:787
#, no-c-format
msgid ""
"For the <classname>grub</classname> bootloader, you should set the "
@@ -1641,7 +1650,7 @@ msgstr ""
"<literal>do_bootloader</literal> 的值应保留为 <quote>yes</quote>。"
#. Tag: para
-#: random-bits.xml:798
+#: random-bits.xml:799
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1659,7 +1668,7 @@ msgstr ""
"filename> )。"
#. Tag: para
-#: random-bits.xml:808
+#: random-bits.xml:809
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1689,13 +1698,13 @@ msgstr ""
"userinput> 换成 <userinput>hd:</userinput>。"
#. Tag: title
-#: random-bits.xml:821
+#: random-bits.xml:822
#, no-c-format
msgid "Finishing touches"
msgstr "最后一笔"
#. Tag: para
-#: random-bits.xml:822
+#: random-bits.xml:823
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1714,7 +1723,7 @@ msgstr ""
"装单独的软件包。"
#. Tag: para
-#: random-bits.xml:833
+#: random-bits.xml:834
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1725,19 +1734,19 @@ msgstr ""
"件包。您可以运行下面命令释放空间:"
#. Tag: screen
-#: random-bits.xml:839
+#: random-bits.xml:840
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:850
+#: random-bits.xml:851
#, no-c-format
msgid "Installing &debian; over Parallel Line IP (PLIP)"
msgstr "通过 Parallel Line IP (PLIP) 来安装 &debian;"
#. Tag: para
-#: random-bits.xml:852
+#: random-bits.xml:853
#, no-c-format
msgid ""
"This section explains how to install &debian; on a computer without an "
@@ -1750,7 +1759,7 @@ msgstr ""
"具有 Debian 镜像的网络(例如,互联网)。"
#. Tag: para
-#: random-bits.xml:860
+#: random-bits.xml:861
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1764,7 +1773,7 @@ msgstr ""
"IP 地址(这些地址在您的网络地址空间里面未被占用)。"
#. Tag: para
-#: random-bits.xml:868
+#: random-bits.xml:869
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1775,7 +1784,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:873
+#: random-bits.xml:874
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1787,13 +1796,13 @@ msgstr ""
"为 <literal>io=0x378</literal>,<literal>irq=7</literal>。"
#. Tag: title
-#: random-bits.xml:883
+#: random-bits.xml:884
#, no-c-format
msgid "Requirements"
msgstr "需求"
#. Tag: para
-#: random-bits.xml:886
+#: random-bits.xml:887
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where Debian will be "
@@ -1801,13 +1810,13 @@ msgid ""
msgstr "目标计算机,称为 <emphasis>target</emphasis>,将要安装 Debian。"
#. Tag: para
-#: random-bits.xml:892
+#: random-bits.xml:893
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "系统安装介质;参阅 <xref linkend=\"installation-media\"/>。"
#. Tag: para
-#: random-bits.xml:897
+#: random-bits.xml:898
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1816,7 +1825,7 @@ msgstr ""
"另外一台连接到互联网的计算机,称为 <emphasis>source</emphasis>,功能是网关。"
#. Tag: para
-#: random-bits.xml:903
+#: random-bits.xml:904
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1827,13 +1836,13 @@ msgstr ""
"Install-HOWTO</ulink> 了解这种线的更多信息,以及如何自己制作。"
#. Tag: title
-#: random-bits.xml:915
+#: random-bits.xml:916
#, no-c-format
msgid "Setting up source"
msgstr "建立源"
#. Tag: para
-#: random-bits.xml:916
+#: random-bits.xml:917
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1843,7 +1852,7 @@ msgstr ""
"算机。"
#. Tag: screen
-#: random-bits.xml:921
+#: random-bits.xml:922
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1885,13 +1894,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:927
+#: random-bits.xml:928
#, no-c-format
msgid "Installing target"
msgstr "安装目标"
#. Tag: para
-#: random-bits.xml:928
+#: random-bits.xml:929
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -1915,13 +1924,13 @@ msgstr ""
"</screen></informalexample> 下面是安装过程中各阶段所要提供的答案。"
#. Tag: guimenuitem
-#: random-bits.xml:947
+#: random-bits.xml:948
#, no-c-format
msgid "Load installer components from CD"
msgstr "从光盘加载安装组件"
#. Tag: para
-#: random-bits.xml:949
+#: random-bits.xml:950
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -1931,13 +1940,13 @@ msgstr ""
"用 PLIP 驱动。"
#. Tag: guimenuitem
-#: random-bits.xml:957
+#: random-bits.xml:958
#, no-c-format
msgid "Detect network hardware"
msgstr "侦测网络硬件"
#. Tag: para
-#: random-bits.xml:962
+#: random-bits.xml:963
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -1950,7 +1959,7 @@ msgstr ""
"系统没有网卡,安装程序不会显示该列表。"
#. Tag: para
-#: random-bits.xml:971
+#: random-bits.xml:972
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -1961,19 +1970,19 @@ msgstr ""
"<userinput>plip</userinput> 模块。"
#. Tag: guimenuitem
-#: random-bits.xml:983
+#: random-bits.xml:984
#, no-c-format
msgid "Configure the network"
msgstr "配置网络"
#. Tag: para
-#: random-bits.xml:986
+#: random-bits.xml:987
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Auto-configure network with DHCP: No"
#. Tag: para
-#: random-bits.xml:991
+#: random-bits.xml:992
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -1981,7 +1990,7 @@ msgstr ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:996
+#: random-bits.xml:997
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -1991,7 +2000,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:1002
+#: random-bits.xml:1003
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2001,13 +2010,13 @@ msgstr ""
"resolv.conf</filename>)"
#. Tag: title
-#: random-bits.xml:1021
+#: random-bits.xml:1022
#, no-c-format
msgid "Installing &debian; using PPP over Ethernet (PPPoE)"
msgstr "通过 PPP over Ethernet (PPPPoE) 来安装 &debian;"
#. Tag: para
-#: random-bits.xml:1023
+#: random-bits.xml:1024
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2021,7 +2030,7 @@ msgstr ""
"本节将说明操作方法。"
#. Tag: para
-#: random-bits.xml:1031
+#: random-bits.xml:1032
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2032,7 +2041,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:1036
+#: random-bits.xml:1037
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2045,7 +2054,7 @@ msgstr ""
"phrase>)。"
#. Tag: para
-#: random-bits.xml:1043
+#: random-bits.xml:1044
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2053,7 +2062,7 @@ msgid ""
msgstr "通过 PPPoE 进行安装,绝大部分与其他方式相同。下面步骤说明不同之处。"
#. Tag: para
-#: random-bits.xml:1051
+#: random-bits.xml:1052
#, no-c-format
msgid ""
"Boot the installer with <userinput>modules=ppp-udeb</userinput> as boot "
@@ -2077,7 +2086,7 @@ msgstr ""
"classname>) 被加载并自动运行。"
#. Tag: para
-#: random-bits.xml:1066
+#: random-bits.xml:1067
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2095,7 +2104,7 @@ msgstr ""
"footnote>)。"
#. Tag: para
-#: random-bits.xml:1085
+#: random-bits.xml:1086
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2103,7 +2112,7 @@ msgid ""
msgstr "下一步是侦测网络硬件,目的是识别当前系统中的网卡。"
#. Tag: para
-#: random-bits.xml:1091
+#: random-bits.xml:1092
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2114,7 +2123,7 @@ msgstr ""
"处理 PPPoE 连接的服务器)。"
#. Tag: para
-#: random-bits.xml:1097
+#: random-bits.xml:1098
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2128,7 +2137,7 @@ msgstr ""
"<guimenuitem>Configure and start a PPPoE connection</guimenuitem>。"
#. Tag: para
-#: random-bits.xml:1106
+#: random-bits.xml:1107
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2136,7 +2145,7 @@ msgid ""
msgstr "连接找到之后,用户需要提供登录信息(PPPoE 用户名和密码)。"
#. Tag: para
-#: random-bits.xml:1112
+#: random-bits.xml:1113
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2153,13 +2162,13 @@ msgstr ""
"and start PPPoE connection</guimenuitem> 菜单项重新配置。"
#. Tag: title
-#: random-bits.xml:1132
+#: random-bits.xml:1133
#, no-c-format
msgid "The Graphical Installer"
msgstr "图形安装程序"
#. Tag: para
-#: random-bits.xml:1133
+#: random-bits.xml:1134
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -2172,7 +2181,7 @@ msgstr ""
"前端。"
#. Tag: para
-#: random-bits.xml:1141
+#: random-bits.xml:1142
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -2187,7 +2196,7 @@ msgstr ""
"有一些优点,比如可以使用鼠标,以及在一个屏幕下显示多个问题。"
#. Tag: para
-#: random-bits.xml:1150
+#: random-bits.xml:1151
#, no-c-format
msgid ""
"The graphical installer is available with all CD images and with the hd-"
@@ -2207,7 +2216,7 @@ msgstr ""
"<quote>Help</quote> 选项选取后看到。"
#. Tag: para
-#: random-bits.xml:1161
+#: random-bits.xml:1162
#, no-c-format
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
@@ -2223,7 +2232,7 @@ msgstr ""
"mini.iso</filename>。</para> </footnote>,主要用于测试。"
#. Tag: para
-#: random-bits.xml:1174
+#: random-bits.xml:1175
#, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
@@ -2240,7 +2249,7 @@ msgstr ""
"PowerPC 系统上,其它的则不行。"
#. Tag: para
-#: random-bits.xml:1188
+#: random-bits.xml:1189
#, no-c-format
msgid ""
"Just as with the regular installer it is possible to add boot parameters "
@@ -2256,7 +2265,7 @@ msgstr ""
"<xref linkend=\"boot-screen\"/> 使用方法</phrase>。"
#. Tag: para
-#: random-bits.xml:1198
+#: random-bits.xml:1199
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -2268,7 +2277,7 @@ msgstr ""
"内存条件,它将自动回到普通的 <quote>newt</quote> 前端。"
#. Tag: para
-#: random-bits.xml:1205
+#: random-bits.xml:1206
#, no-c-format
msgid ""
"If the amount of memory in your system is below &minimum-memory;, the "
@@ -2280,13 +2289,13 @@ msgstr ""
"程序可能根本无法启动。因此建议在较少内存的系统上使用普通安装程序。"
#. Tag: title
-#: random-bits.xml:1215
+#: random-bits.xml:1216
#, no-c-format
msgid "Using the graphical installer"
msgstr "使用图形安装程序"
#. Tag: para
-#: random-bits.xml:1216
+#: random-bits.xml:1217
#, no-c-format
msgid ""
"As already mentioned, the graphical installer basically works the same as "
@@ -2297,7 +2306,7 @@ msgstr ""
"用来给您的安装过程进行指导。"
#. Tag: para
-#: random-bits.xml:1222
+#: random-bits.xml:1223
#, no-c-format
msgid ""
"If you prefer using the keyboard over the mouse, there are two things you "
@@ -2314,7 +2323,7 @@ msgstr ""
"换选择,而不是激活 &BTN-CONT; 。"
#. Tag: para
-#: random-bits.xml:1232
+#: random-bits.xml:1233
#, no-c-format
msgid ""
"To switch to another console, you will also need to use the <keycap>Ctrl</"
@@ -2332,13 +2341,13 @@ msgstr ""
"keycombo> 切换回去。"
#. Tag: title
-#: random-bits.xml:1246
+#: random-bits.xml:1247
#, no-c-format
msgid "Known issues"
msgstr "已知事项"
#. Tag: para
-#: random-bits.xml:1247
+#: random-bits.xml:1248
#, no-c-format
msgid ""
"The graphical frontend to the installer is relatively new and because of "
@@ -2348,7 +2357,7 @@ msgstr ""
"题。"
#. Tag: para
-#: random-bits.xml:1255
+#: random-bits.xml:1256
#, no-c-format
msgid ""
"Information on some screens is not yet nicely formatted into columns as it "
@@ -2357,7 +2366,7 @@ msgstr ""
"有些画面中的信息没有很好地格式化进它该在的列中。最明显的是在分区的时候。"
#. Tag: para
-#: random-bits.xml:1261
+#: random-bits.xml:1262
#, no-c-format
msgid ""
"Typing some characters may not work and in some cases the wrong character "
@@ -2368,13 +2377,13 @@ msgstr ""
"号之上/下的字母应该显示,但却没有。"
#. Tag: para
-#: random-bits.xml:1268
+#: random-bits.xml:1269
#, no-c-format
msgid "Support for touchpads is not yet optimal."
msgstr "还不支持触摸板。"
#. Tag: para
-#: random-bits.xml:1273
+#: random-bits.xml:1274
#, no-c-format
msgid ""
"Starting a shell from the graphical frontend is currently not supported. "
@@ -2389,7 +2398,7 @@ msgstr ""
"拟终端 VT2 和 VT3 的 shell。 "
#. Tag: para
-#: random-bits.xml:1282
+#: random-bits.xml:1283
#, no-c-format
msgid ""
"After booting the installer in rescue mode, it may be useful to start a "
@@ -2401,7 +2410,7 @@ msgstr ""
"选择分区挂载到根分区之后)切换到 VT2 或 VT3,然后键入下面命令:"
#. Tag: screen
-#: random-bits.xml:1289
+#: random-bits.xml:1290
#, no-c-format
msgid "# chroot /target"
msgstr "# chroot /target"