xml-parser.po 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+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/xml-parser.xml:14
  15. #, no-wrap
  16. msgid "&xml-parser-url;"
  17. msgstr "&xml-parser-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:12
  20. msgid ""
  21. "<productname>xml-parser</productname> <productnumber>&xml-parser-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>xml-parser</productname> <productnumber>&xml-parser-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:17
  28. msgid "XML::Parser-&xml-parser-version;"
  29. msgstr "XML::Parser-&xml-parser-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:20
  32. msgid "XML::Parser"
  33. msgstr "XML::Parser"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:26
  36. msgid ""
  37. "The XML::Parser module is a Perl interface to James Clark's XML parser, "
  38. "Expat."
  39. msgstr "XML::Parser 模块是 James Clark 的 XML 解析器 Expat 的 Perl 接口。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:34
  50. #, fuzzy
  51. msgid "&xml-parser-fin-sbu;"
  52. msgstr "&xml-parser-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:35
  55. #, fuzzy
  56. msgid "&xml-parser-fin-du;"
  57. msgstr "&xml-parser-ch6-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:42
  60. msgid "Installation of XML::Parser"
  61. msgstr "安装 XML::Parser"
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:44
  64. msgid "Prepare XML::Parser for compilation:"
  65. msgstr "准备编译 XML::Parser:"
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:46
  68. #, no-wrap
  69. msgid "<userinput remap=\"configure\">perl Makefile.PL</userinput>"
  70. msgstr "<userinput remap=\"configure\">perl Makefile.PL</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:48
  73. msgid "Compile the package:"
  74. msgstr "编译该软件包:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:50
  77. #, no-wrap
  78. msgid "<userinput remap=\"make\">make</userinput>"
  79. msgstr "<userinput remap=\"make\">make</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:52
  82. msgid "To test the results, issue:"
  83. msgstr "执行以下命令以测试编译结果:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:54
  86. #, no-wrap
  87. msgid "<userinput remap=\"test\">make test</userinput>"
  88. msgstr "<userinput remap=\"test\">make test</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:56
  91. msgid "Install the package:"
  92. msgstr "安装该软件包:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:58
  95. #, no-wrap
  96. msgid "<userinput remap=\"install\">make install</userinput>"
  97. msgstr "<userinput remap=\"install\">make install</userinput>"
  98. #. type: Content of: <sect1><sect2><title>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:63
  100. msgid "Contents of XML::Parser"
  101. msgstr "XML::Parser 的内容"
  102. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:66
  104. msgid "Installed module"
  105. msgstr "安装的模块"
  106. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:69
  108. msgid "Expat.so"
  109. msgstr "Expat.so"
  110. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:74
  112. msgid "Short Descriptions"
  113. msgstr "简要描述"
  114. #. type: Content of: <sect1><sect2><variablelist>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:75
  116. msgid ""
  117. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:79
  121. msgid "<filename class=\"libraryfile\">Expat</filename>"
  122. msgstr "<filename class=\"libraryfile\">Expat</filename>"
  123. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:81
  125. msgid "provides the Perl Expat interface"
  126. msgstr "提供 Expat 的 Perl 接口"
  127. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:83
  129. msgid "Expat"
  130. msgstr "Expat"