expat.po 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-21 14:05+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><sect1info><address>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:14
  15. #, no-wrap
  16. msgid "&expat-url;"
  17. msgstr "&expat-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:12
  20. msgid ""
  21. "<productname>expat</productname> <productnumber>&expat-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>expat</productname> <productnumber>&expat-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:17
  28. msgid "Expat-&expat-version;"
  29. msgstr "Expat-&expat-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:20
  32. msgid "Expat"
  33. msgstr "Expat"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:26
  36. msgid "The Expat package contains a stream oriented C library for parsing XML."
  37. msgstr "Expat 软件包包含用于解析 XML 文件的面向流的 C 语言库。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:30
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:31
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:34
  48. #, fuzzy
  49. msgid "&expat-fin-sbu;"
  50. msgstr "&expat-ch6-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:35
  53. #, fuzzy
  54. msgid "&expat-fin-du;"
  55. msgstr "&expat-ch6-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:42
  58. msgid "Installation of Expat"
  59. msgstr "安装 Expat"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:44
  62. msgid "Prepare Expat for compilation:"
  63. msgstr "准备编译 Expat:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:46
  66. #, no-wrap
  67. msgid ""
  68. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  69. " --disable-static \\\n"
  70. " --docdir=/usr/share/doc/expat-&expat-version;</userinput>"
  71. msgstr ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  73. " --disable-static \\\n"
  74. " --docdir=/usr/share/doc/expat-&expat-version;</userinput>"
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:50
  77. msgid "Compile the package:"
  78. msgstr "编译该软件包:"
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:52
  81. #, no-wrap
  82. msgid "<userinput remap=\"make\">make</userinput>"
  83. msgstr "<userinput remap=\"make\">make</userinput>"
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:54
  86. msgid "To test the results, issue:"
  87. msgstr "运行以下命令以测试编译结果:"
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:56
  90. #, no-wrap
  91. msgid "<userinput remap=\"test\">make check</userinput>"
  92. msgstr "<userinput remap=\"test\">make check</userinput>"
  93. #. type: Content of: <sect1><sect2><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:58
  95. msgid "Install the package:"
  96. msgstr "安装该软件包:"
  97. #. type: Content of: <sect1><sect2><screen>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:60
  99. #, no-wrap
  100. msgid "<userinput remap=\"install\">make install</userinput>"
  101. msgstr "<userinput remap=\"install\">make install</userinput>"
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:62
  104. msgid "If desired, install the documentation:"
  105. msgstr "如果需要,安装该软件包的文档:"
  106. #. type: Content of: <sect1><sect2><screen>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:64
  108. #, no-wrap
  109. msgid "<userinput remap=\"install\">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput>"
  110. msgstr "<userinput remap=\"install\">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput>"
  111. #. type: Content of: <sect1><sect2><title>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:69
  113. msgid "Contents of Expat"
  114. msgstr "Expat 的内容"
  115. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:72
  117. msgid "Installed program"
  118. msgstr "安装的程序"
  119. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:73
  121. msgid "Installed libraries"
  122. msgstr "安装的库"
  123. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:74
  125. msgid "Installed directory"
  126. msgstr "安装的目录"
  127. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:77
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:94
  130. msgid "xmlwf"
  131. msgstr "xmlwf"
  132. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:78
  134. msgid "libexpat.so"
  135. msgstr "libexpat.so"
  136. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:79
  138. msgid "/usr/share/doc/expat-&expat-version;"
  139. msgstr "/usr/share/doc/expat-&expat-version;"
  140. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:84
  142. msgid "Short Descriptions"
  143. msgstr "简要描述"
  144. #. type: Content of: <sect1><sect2><variablelist>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:85
  146. msgid ""
  147. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  148. msgstr ""
  149. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:89
  151. msgid "<command>xmlwf </command>"
  152. msgstr "<command>xmlwf </command>"
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:91
  155. msgid ""
  156. "Is a non-validating utility to check whether or not XML documents are well "
  157. "formed"
  158. msgstr "是一个用于检验 XML 文档是否良好的非验证性工具"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:100
  161. msgid "<filename class=\"libraryfile\">libexpat</filename>"
  162. msgstr "<filename class=\"libraryfile\">libexpat</filename>"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:102
  165. msgid "Contains API functions for parsing XML"
  166. msgstr "包含解析 XML 文档的 API 函数"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:104
  169. msgid "libexpat"
  170. msgstr "libexpat"
  171. #~ msgid ""
  172. #~ "First fix a problem with the regression tests in the LFS environment:"
  173. #~ msgstr "首先修正 LFS 环境中退化测试的一个问题:"
  174. #, fuzzy, no-wrap
  175. #~ msgid "<userinput remap=\"pre\">sed -i 's:usr/bin/env :bin/:' run.sh.in</userinput>"
  176. #~ msgstr "<userinput remap=\"pre\">sed -i 's|usr/bin/env |bin/|' run.sh.in</userinput>"