浏览代码

chapter06: Auto-translate binutils.xml

Xi Ruoyao 7 年之前
父节点
当前提交
e337d1e25a
共有 1 个文件被更改,包括 12 次插入12 次删除
  1. 12 12
      chapter06/binutils.xml

+ 12 - 12
chapter06/binutils.xml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
@@ -39,7 +39,7 @@
   </sect2>
 
   <sect2 role="installation">
-    <title>Installation of Binutils</title>
+    <title>安装Binutils</title>
 
     <para>Verify that the PTYs are working properly inside the chroot
     environment by performing a simple test:</para>
@@ -63,7 +63,7 @@ Ask your system administrator to create more.</computeroutput></screen>
 <screen><userinput remap="pre">mkdir -v build
 cd       build</userinput></screen>
 
-    <para>Prepare Binutils for compilation:</para>
+    <para>准备安装 Binutils:</para>
 
 <screen><userinput remap="configure">../configure --prefix=/usr       \
              --enable-gold       \
@@ -74,7 +74,7 @@ cd       build</userinput></screen>
              --enable-64-bit-bfd \
              --with-system-zlib</userinput></screen>
     <variablelist>
-      <title>The meaning of the configure parameters:</title>
+      <title>配置选项的含义:</title>
 
       <varlistentry>
         <term><parameter>--enable-gold</parameter></term>
@@ -117,7 +117,7 @@ cd       build</userinput></screen>
 
     </variablelist>
 
-    <para>Compile the package:</para>
+    <para>编译该软件包:</para>
 
 <screen><userinput remap="make">make tooldir=/usr</userinput></screen>
 
@@ -148,25 +148,25 @@ cd       build</userinput></screen>
       Do not skip it under any circumstances.</para>
     </important>
 
-    <para>Test the results:</para>
+    <para>测试编译结果:</para>
 
 <screen><userinput remap="test">make -k check</userinput></screen>
 
     <para>One test, debug_msg.sh, is known to fail.</para>
 
-    <para>Install the package:</para>
+    <para>安装该软件包:</para>
 
 <screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
 
   </sect2>
 
   <sect2 id="contents-binutils" role="content">
-    <title>Contents of Binutils</title>
+    <title>Binutils 的内容</title>
 
     <segmentedlist>
-      <segtitle>Installed programs</segtitle>
-      <segtitle>Installed libraries</segtitle>
-      <segtitle>Installed directory</segtitle>
+      <segtitle>安装的程序</segtitle>
+      <segtitle>安装的库</segtitle>
+      <segtitle>安装的目录</segtitle>
 
       <seglistitem>
         <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, ld.gold, nm,
@@ -177,7 +177,7 @@ cd       build</userinput></screen>
     </segmentedlist>
 
     <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <bridgehead renderas="sect3">简要描述</bridgehead>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>