summaryrefslogtreecommitdiff
path: root/po/zh_CN/random-bits.po
diff options
context:
space:
mode:
authorHolger Wansing <linux@wansing-online.de>2014-01-29 10:56:47 +0000
committerHolger Wansing <linux@wansing-online.de>2014-01-29 10:56:47 +0000
commitcecc23ee55ad079fcd1d5d3bd885504af4d2f523 (patch)
treef8c6b8a9a0283bae12d85139e6a5f7ecea06d35c /po/zh_CN/random-bits.po
parentc993429ddcb1e21e10e95fa27387ae584a080c72 (diff)
downloadinstallation-guide-cecc23ee55ad079fcd1d5d3bd885504af4d2f523.zip
Update po|pot files after changings in en
Diffstat (limited to 'po/zh_CN/random-bits.po')
-rw-r--r--po/zh_CN/random-bits.po217
1 files changed, 113 insertions, 104 deletions
diff --git a/po/zh_CN/random-bits.po b/po/zh_CN/random-bits.po
index efcb649dc..50dbd693e 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: 2013-04-01 21:08+0000\n"
+"POT-Creation-Date: 2014-01-29 10:50+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"
@@ -1117,13 +1117,25 @@ msgstr "基本系统的配置"
#. Tag: para
#: random-bits.xml:540
-#, no-c-format
+#, fuzzy, no-c-format
+#| 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> After chrooting you may need to set the "
+#| "terminal definition to be compatible with the &debian; base system, for "
+#| "example:"
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> After chrooting you may need to set the terminal "
-"definition to be compatible with the &debian; base system, for example:"
+"definition to be compatible with the &debian; base system, for example: "
+"<informalexample><screen>\n"
+"# export TERM=<replaceable>xterm-color</replaceable>\n"
+"</screen></informalexample> Depending on the value of TERM, you may have to "
+"install the <classname>ncurses-term</classname> package to get support for "
+"it."
msgstr ""
"现在您的磁盘上已经有了一个功能虽弱但却是真正的 &debian; 系统。键入 "
"<command>chroot</command> 命令进入:<informalexample><screen>\n"
@@ -1131,20 +1143,14 @@ msgstr ""
"</screen></informalexample> 然后您需要设置与 &debian; 基本系统兼容的终端定"
"义,例如:"
-#. Tag: screen
-#: random-bits.xml:550
-#, no-c-format
-msgid "# export TERM=<replaceable>xterm-color</replaceable>"
-msgstr "# export TERM=<replaceable>xterm-color</replaceable>"
-
#. Tag: title
-#: random-bits.xml:555
+#: random-bits.xml:558
#, no-c-format
msgid "Create device files"
msgstr "创建设备文件"
#. Tag: para
-#: random-bits.xml:556
+#: random-bits.xml:559
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1161,13 +1167,13 @@ msgstr ""
"静态设备文件。"
#. Tag: para
-#: random-bits.xml:566
+#: random-bits.xml:569
#, no-c-format
msgid "A few of the available options are:"
msgstr "可以使用的选项有:"
#. Tag: para
-#: random-bits.xml:571
+#: random-bits.xml:574
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1175,7 +1181,7 @@ msgid ""
msgstr "安装 makedev 软件包,并创建默认的静态设备文件,使用(chroot 以后)"
#. Tag: screen
-#: random-bits.xml:575
+#: random-bits.xml:578
#, no-c-format
msgid ""
"# apt-get install makedev\n"
@@ -1189,14 +1195,14 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:578
+#: random-bits.xml:581
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
msgstr "手动创建指定的设备文件,使用 <command>MAKEDEV</command>"
#. Tag: para
-#: random-bits.xml:583
+#: random-bits.xml:586
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1207,13 +1213,13 @@ msgstr ""
"postinst 脚本会创建设备文件,所以要小心使用改选项。"
#. Tag: title
-#: random-bits.xml:596
+#: random-bits.xml:599
#, no-c-format
msgid "Mount Partitions"
msgstr "分区的挂载"
#. Tag: para
-#: random-bits.xml:597
+#: random-bits.xml:600
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1293,13 +1299,13 @@ msgstr ""
"<userinput>mount -a</userinput>,请在进入下一步前先将 proc 挂载:"
#. Tag: screen
-#: random-bits.xml:623
+#: random-bits.xml:626
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:625
+#: random-bits.xml:628
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1310,19 +1316,19 @@ msgstr ""
"chroot: 以外加载 proc。"
#. Tag: screen
-#: random-bits.xml:631
+#: random-bits.xml:634
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:637
+#: random-bits.xml:640
#, no-c-format
msgid "Setting Timezone"
msgstr "设置时区"
#. Tag: para
-#: random-bits.xml:638
+#: random-bits.xml:641
#, fuzzy, no-c-format
#| msgid ""
#| "An option in the file <filename>/etc/default/rcS</filename> determines "
@@ -1346,7 +1352,7 @@ msgstr ""
"间解释硬件时钟。下面命令可以让您设定和选择时区。"
#. Tag: screen
-#: random-bits.xml:652
+#: random-bits.xml:655
#, fuzzy, no-c-format
#| msgid ""
#| "# editor /etc/default/rcS\n"
@@ -1357,13 +1363,13 @@ msgstr ""
"# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:658
+#: random-bits.xml:661
#, no-c-format
msgid "Configure Networking"
msgstr "网络的配置"
#. Tag: para
-#: random-bits.xml:659
+#: random-bits.xml:662
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1485,13 +1491,13 @@ msgstr ""
"with the interface name (eth0, eth1, etc.) that you expect."
#. Tag: title
-#: random-bits.xml:700
+#: random-bits.xml:703
#, no-c-format
msgid "Configure Apt"
msgstr "配置 Apt"
#. Tag: para
-#: random-bits.xml:701
+#: random-bits.xml:704
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1516,13 +1522,13 @@ msgstr ""
"update</userinput>。"
#. Tag: title
-#: random-bits.xml:717
+#: random-bits.xml:720
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "本地化和键盘的配置"
#. Tag: para
-#: random-bits.xml:718
+#: random-bits.xml:721
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1540,7 +1546,7 @@ msgstr ""
"</screen></informalexample> 配置您的键盘(如果需要):"
#. Tag: screen
-#: random-bits.xml:728
+#: random-bits.xml:731
#, no-c-format
msgid ""
"# aptitude install console-setup\n"
@@ -1550,7 +1556,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:730
+#: random-bits.xml:733
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1558,13 +1564,13 @@ msgid ""
msgstr "注意,在 chroot 里面不能设置键盘,但重新启动以后可以。"
#. Tag: title
-#: random-bits.xml:740
+#: random-bits.xml:743
#, no-c-format
msgid "Install a Kernel"
msgstr "内核的安装"
#. Tag: para
-#: random-bits.xml:741
+#: random-bits.xml:744
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1574,31 +1580,31 @@ msgstr ""
"以用下面指令找到那些预先打包的内核:"
#. Tag: screen
-#: random-bits.xml:746
+#: random-bits.xml:749
#, no-c-format
msgid "# apt-cache search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:748
+#: random-bits.xml:751
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr "然后根据所选取的软件包名称安装内核软件包。"
#. Tag: screen
-#: random-bits.xml:752
+#: random-bits.xml:755
#, no-c-format
msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
-#: random-bits.xml:758
+#: random-bits.xml:761
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "Boot Loader 的设置"
#. Tag: para
-#: random-bits.xml:759
+#: random-bits.xml:762
#, no-c-format
msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
@@ -1612,7 +1618,7 @@ msgstr ""
"成。"
#. Tag: para
-#: random-bits.xml:766
+#: random-bits.xml:769
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1635,7 +1641,7 @@ msgstr ""
"<filename>lilo.conf</filename> )</phrase>。"
#. Tag: para
-#: random-bits.xml:778
+#: random-bits.xml:781
#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1657,7 +1663,7 @@ msgstr ""
"boot/grub/grub.cfg</filename>。"
#. Tag: para
-#: random-bits.xml:788
+#: random-bits.xml:791
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/hda</filename> device file has "
@@ -1668,13 +1674,13 @@ msgstr ""
"是安装 <command>grub2</command>,但它不属于本附录讨论范围。"
#. Tag: para
-#: random-bits.xml:794
+#: random-bits.xml:797
#, 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:798
+#: random-bits.xml:801
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1696,7 +1702,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:800
+#: random-bits.xml:803
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1713,7 +1719,7 @@ msgstr ""
"行 ybin (请记住,您在哪个系统里运行 <filename>yaboot.conf</filename> )。"
#. Tag: para
-#: random-bits.xml:810
+#: random-bits.xml:813
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1743,13 +1749,13 @@ msgstr ""
"userinput> 换成 <userinput>hd:</userinput>。"
#. Tag: title
-#: random-bits.xml:823
+#: random-bits.xml:826
#, no-c-format
msgid "Remote access: Installing SSH and setting a password"
msgstr "远程访问:安装 SSH 并设置密码"
#. Tag: para
-#: random-bits.xml:824
+#: random-bits.xml:827
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1760,7 +1766,7 @@ msgstr ""
"要安装 SSH 并设置 root 密码:"
#. Tag: screen
-#: random-bits.xml:830
+#: random-bits.xml:833
#, no-c-format
msgid ""
"# aptitude install ssh\n"
@@ -1770,13 +1776,13 @@ msgstr ""
"# passwd"
#. Tag: title
-#: random-bits.xml:835
+#: random-bits.xml:838
#, no-c-format
msgid "Finishing touches"
msgstr "最后一笔"
#. Tag: para
-#: random-bits.xml:836
+#: random-bits.xml:839
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1795,7 +1801,7 @@ msgstr ""
"装单独的软件包。"
#. Tag: para
-#: random-bits.xml:847
+#: random-bits.xml:850
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1806,19 +1812,19 @@ msgstr ""
"件包。您可以运行下面命令释放空间:"
#. Tag: screen
-#: random-bits.xml:853
+#: random-bits.xml:856
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:864
+#: random-bits.xml:867
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "通过 Parallel Line IP (PLIP) 来安装 &debian-gnu;"
#. Tag: para
-#: random-bits.xml:866
+#: random-bits.xml:869
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1832,7 +1838,7 @@ msgstr ""
"接到具有 &debian; 镜像的网络(比如,互联网)。"
#. Tag: para
-#: random-bits.xml:874
+#: random-bits.xml:877
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1846,7 +1852,7 @@ msgstr ""
"IP 地址(这些地址在您的网络地址空间里面未被占用)。"
#. Tag: para
-#: random-bits.xml:882
+#: random-bits.xml:885
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1857,7 +1863,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:887
+#: random-bits.xml:890
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1869,13 +1875,13 @@ msgstr ""
"为 <literal>io=0x378</literal>,<literal>irq=7</literal>。"
#. Tag: title
-#: random-bits.xml:897
+#: random-bits.xml:900
#, no-c-format
msgid "Requirements"
msgstr "需求"
#. Tag: para
-#: random-bits.xml:900
+#: random-bits.xml:903
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1883,13 +1889,13 @@ msgid ""
msgstr "目标计算机,称为 <emphasis>target</emphasis>,将要安装 &debian;。"
#. Tag: para
-#: random-bits.xml:906
+#: random-bits.xml:909
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr "系统安装介质;参阅 <xref linkend=\"installation-media\"/>。"
#. Tag: para
-#: random-bits.xml:911
+#: random-bits.xml:914
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1898,7 +1904,7 @@ msgstr ""
"另外一台连接到互联网的计算机,称为 <emphasis>source</emphasis>,功能是网关。"
#. Tag: para
-#: random-bits.xml:917
+#: random-bits.xml:920
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1909,13 +1915,13 @@ msgstr ""
"Install-HOWTO</ulink> 了解这种线的更多信息,以及如何自己制作。"
#. Tag: title
-#: random-bits.xml:929
+#: random-bits.xml:932
#, no-c-format
msgid "Setting up source"
msgstr "建立源"
#. Tag: para
-#: random-bits.xml:930
+#: random-bits.xml:933
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1925,7 +1931,7 @@ msgstr ""
"算机。"
#. Tag: screen
-#: random-bits.xml:935
+#: random-bits.xml:938
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1967,13 +1973,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:941
+#: random-bits.xml:944
#, no-c-format
msgid "Installing target"
msgstr "安装目标"
#. Tag: para
-#: random-bits.xml:942
+#: random-bits.xml:945
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -1997,13 +2003,13 @@ msgstr ""
"</screen></informalexample> 下面是安装过程中各阶段所要提供的答案。"
#. Tag: guimenuitem
-#: random-bits.xml:961
+#: random-bits.xml:964
#, no-c-format
msgid "Load installer components from CD"
msgstr "从光盘加载安装组件"
#. Tag: para
-#: random-bits.xml:963
+#: random-bits.xml:966
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2013,13 +2019,13 @@ msgstr ""
"用 PLIP 驱动。"
#. Tag: guimenuitem
-#: random-bits.xml:971
+#: random-bits.xml:974
#, no-c-format
msgid "Detect network hardware"
msgstr "侦测网络硬件"
#. Tag: para
-#: random-bits.xml:976
+#: random-bits.xml:979
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2032,7 +2038,7 @@ msgstr ""
"系统没有网卡,安装程序不会显示该列表。"
#. Tag: para
-#: random-bits.xml:985
+#: random-bits.xml:988
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2043,19 +2049,19 @@ msgstr ""
"<userinput>plip</userinput> 模块。"
#. Tag: guimenuitem
-#: random-bits.xml:997
+#: random-bits.xml:1000
#, no-c-format
msgid "Configure the network"
msgstr "配置网络"
#. Tag: para
-#: random-bits.xml:1000
+#: random-bits.xml:1003
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr "Auto-configure network with DHCP: No"
#. Tag: para
-#: random-bits.xml:1005
+#: random-bits.xml:1008
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -2063,7 +2069,7 @@ msgstr ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
#. Tag: para
-#: random-bits.xml:1010
+#: random-bits.xml:1013
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2073,7 +2079,7 @@ msgstr ""
"userinput>"
#. Tag: para
-#: random-bits.xml:1016
+#: random-bits.xml:1019
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2083,13 +2089,13 @@ msgstr ""
"resolv.conf</filename>)"
#. Tag: title
-#: random-bits.xml:1035
+#: random-bits.xml:1038
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "通过 PPP over Ethernet (PPPPoE) 来安装 &debian-gnu;"
#. Tag: para
-#: random-bits.xml:1037
+#: random-bits.xml:1040
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2103,7 +2109,7 @@ msgstr ""
"本节将说明操作方法。"
#. Tag: para
-#: random-bits.xml:1045
+#: random-bits.xml:1048
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2114,7 +2120,7 @@ msgstr ""
"linkend=\"boot-new\"/>)。"
#. Tag: para
-#: random-bits.xml:1050
+#: random-bits.xml:1053
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2127,7 +2133,7 @@ msgstr ""
"phrase>)。"
#. Tag: para
-#: random-bits.xml:1057
+#: random-bits.xml:1060
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2135,7 +2141,7 @@ msgid ""
msgstr "通过 PPPoE 进行安装,绝大部分与其他方式相同。下面步骤说明不同之处。"
#. Tag: para
-#: random-bits.xml:1065
+#: random-bits.xml:1068
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2150,7 +2156,7 @@ msgstr ""
"udeb</classname>) 会被加载并自动运行。"
#. Tag: para
-#: random-bits.xml:1080
+#: random-bits.xml:1083
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2168,7 +2174,7 @@ msgstr ""
"footnote>)。"
#. Tag: para
-#: random-bits.xml:1099
+#: random-bits.xml:1102
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2176,7 +2182,7 @@ msgid ""
msgstr "下一步是侦测网络硬件,目的是识别当前系统中的网卡。"
#. Tag: para
-#: random-bits.xml:1105
+#: random-bits.xml:1108
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2187,7 +2193,7 @@ msgstr ""
"处理 PPPoE 连接的服务器)。"
#. Tag: para
-#: random-bits.xml:1111
+#: random-bits.xml:1114
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2201,7 +2207,7 @@ msgstr ""
"<guimenuitem>Configure and start a PPPoE connection</guimenuitem>。"
#. Tag: para
-#: random-bits.xml:1120
+#: random-bits.xml:1123
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2209,7 +2215,7 @@ msgid ""
msgstr "连接找到之后,用户需要提供登录信息(PPPoE 用户名和密码)。"
#. Tag: para
-#: random-bits.xml:1126
+#: random-bits.xml:1129
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2226,13 +2232,13 @@ msgstr ""
"and start PPPoE connection</guimenuitem> 菜单项重新配置。"
#. Tag: title
-#: random-bits.xml:1146
+#: random-bits.xml:1149
#, no-c-format
msgid "The Graphical Installer"
msgstr "图形安装程序"
#. Tag: para
-#: random-bits.xml:1147
+#: random-bits.xml:1150
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -2245,7 +2251,7 @@ msgstr ""
"前端。"
#. Tag: para
-#: random-bits.xml:1155
+#: random-bits.xml:1158
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -2260,7 +2266,7 @@ msgstr ""
"有一些优点,比如可以使用鼠标,以及在一个屏幕下显示多个问题。"
#. Tag: para
-#: random-bits.xml:1164
+#: random-bits.xml:1167
#, no-c-format
msgid ""
"The graphical installer is available with all CD images and with the hd-"
@@ -2280,7 +2286,7 @@ msgstr ""
"<quote>Help</quote> 选项选取后看到。"
#. Tag: para
-#: random-bits.xml:1175
+#: random-bits.xml:1178
#, no-c-format
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
@@ -2296,7 +2302,7 @@ msgstr ""
"mini.iso</filename>。</para> </footnote>,主要用于测试。"
#. Tag: para
-#: random-bits.xml:1188
+#: random-bits.xml:1191
#, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
@@ -2313,7 +2319,7 @@ msgstr ""
"的 PowerPC 系统上,但其它的不行。"
#. Tag: para
-#: random-bits.xml:1202
+#: random-bits.xml:1205
#, no-c-format
msgid ""
"Just as with the regular installer it is possible to add boot parameters "
@@ -2321,7 +2327,7 @@ msgid ""
msgstr "如同一般安装程序,它也可以在启动图形安装界面时添加引导参数。"
#. Tag: para
-#: random-bits.xml:1208
+#: random-bits.xml:1211
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -2333,7 +2339,7 @@ msgstr ""
"内存条件,它将自动回到普通的 <quote>newt</quote> 前端。"
#. Tag: para
-#: random-bits.xml:1215
+#: random-bits.xml:1218
#, no-c-format
msgid ""
"If the amount of memory in your system is below &minimum-memory;, the "
@@ -2345,13 +2351,13 @@ msgstr ""
"程序可能根本无法启动。因此建议在较少内存的系统上使用普通安装程序。"
#. Tag: title
-#: random-bits.xml:1225
+#: random-bits.xml:1228
#, no-c-format
msgid "Using the graphical installer"
msgstr "使用图形安装程序"
#. Tag: para
-#: random-bits.xml:1226
+#: random-bits.xml:1229
#, no-c-format
msgid ""
"As already mentioned, the graphical installer basically works the same as "
@@ -2362,7 +2368,7 @@ msgstr ""
"用来给您的安装过程进行指导。"
#. Tag: para
-#: random-bits.xml:1232
+#: random-bits.xml:1235
#, no-c-format
msgid ""
"If you prefer using the keyboard over the mouse, there are two things you "
@@ -2379,7 +2385,7 @@ msgstr ""
"换选择,而不是激活 &BTN-CONT; 。"
#. Tag: para
-#: random-bits.xml:1242
+#: random-bits.xml:1245
#, no-c-format
msgid ""
"If a dialog offers additional help information, a <guibutton>Help</"
@@ -2390,7 +2396,7 @@ msgstr ""
"帮助信息可以通过该按钮或者按下 <keycap>F1</keycap> 键。"
#. Tag: para
-#: random-bits.xml:1248
+#: random-bits.xml:1251
#, no-c-format
msgid ""
"To switch to another console, you will also need to use the <keycap>Ctrl</"
@@ -2406,3 +2412,6 @@ msgstr ""
"keycap> </keycombo>。图形安装程序自己运行在 VT5,所以您可以使用 <keycombo> "
"<keycap>Ctrl</keycap> <keycap>Left Alt</keycap> <keycap>F5</keycap> </"
"keycombo> 切换回去。"
+
+#~ msgid "# export TERM=<replaceable>xterm-color</replaceable>"
+#~ msgstr "# export TERM=<replaceable>xterm-color</replaceable>"