expat.po 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. msgid "&expat-fin-sbu;"
  49. msgstr "&expat-fin-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:35
  52. msgid "&expat-fin-du;"
  53. msgstr "&expat-fin-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:42
  56. msgid "Installation of Expat"
  57. msgstr "安装 Expat"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:44
  60. msgid "Prepare Expat for compilation:"
  61. msgstr "准备编译 Expat:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:46
  64. #, no-wrap
  65. msgid ""
  66. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  67. " --disable-static \\\n"
  68. " --docdir=/usr/share/doc/expat-&expat-version;</userinput>"
  69. msgstr ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  71. " --disable-static \\\n"
  72. " --docdir=/usr/share/doc/expat-&expat-version;</userinput>"
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:50
  75. msgid "Compile the package:"
  76. msgstr "编译该软件包:"
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:52
  79. #, no-wrap
  80. msgid "<userinput remap=\"make\">make</userinput>"
  81. msgstr "<userinput remap=\"make\">make</userinput>"
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:54
  84. msgid "To test the results, issue:"
  85. msgstr "运行以下命令以测试编译结果:"
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:56
  88. #, no-wrap
  89. msgid "<userinput remap=\"test\">make check</userinput>"
  90. msgstr "<userinput remap=\"test\">make check</userinput>"
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:58
  93. msgid "Install the package:"
  94. msgstr "安装该软件包:"
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:60
  97. #, no-wrap
  98. msgid "<userinput remap=\"install\">make install</userinput>"
  99. msgstr "<userinput remap=\"install\">make install</userinput>"
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:62
  102. msgid "If desired, install the documentation:"
  103. msgstr "如果需要,安装该软件包的文档:"
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:64
  106. #, no-wrap
  107. msgid "<userinput remap=\"install\">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput>"
  108. msgstr "<userinput remap=\"install\">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput>"
  109. #. type: Content of: <sect1><sect2><title>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:69
  111. msgid "Contents of Expat"
  112. msgstr "Expat 的内容"
  113. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:72
  115. msgid "Installed program"
  116. msgstr "安装的程序"
  117. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:73
  119. msgid "Installed libraries"
  120. msgstr "安装的库"
  121. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:74
  123. msgid "Installed directory"
  124. msgstr "安装的目录"
  125. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:77
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:94
  128. msgid "xmlwf"
  129. msgstr "xmlwf"
  130. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:78
  132. msgid "libexpat.so"
  133. msgstr "libexpat.so"
  134. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:79
  136. msgid "/usr/share/doc/expat-&expat-version;"
  137. msgstr "/usr/share/doc/expat-&expat-version;"
  138. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:84
  140. msgid "Short Descriptions"
  141. msgstr "简要描述"
  142. #. type: Content of: <sect1><sect2><variablelist>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:85
  144. msgid ""
  145. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  146. msgstr ""
  147. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:89
  150. msgid "<command>xmlwf </command>"
  151. msgstr "<command>xmlwf </command>"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:91
  154. msgid ""
  155. "Is a non-validating utility to check whether or not XML documents are well "
  156. "formed"
  157. msgstr "是一个用于检验 XML 文档是否良好的非验证性工具"
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:100
  160. msgid "<filename class=\"libraryfile\">libexpat</filename>"
  161. msgstr "<filename class=\"libraryfile\">libexpat</filename>"
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:102
  164. msgid "Contains API functions for parsing XML"
  165. msgstr "包含解析 XML 文档的 API 函数"
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/expat.xml:104
  168. msgid "libexpat"
  169. msgstr "libexpat"