1
0

xml-parser.po 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. msgid "&xml-parser-fin-sbu;"
  51. msgstr "&xml-parser-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:35
  54. msgid "&xml-parser-fin-du;"
  55. msgstr "&xml-parser-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:42
  58. msgid "Installation of XML::Parser"
  59. msgstr "安装 XML::Parser"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:44
  62. msgid "Prepare XML::Parser for compilation:"
  63. msgstr "准备编译 XML::Parser:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:46
  66. #, no-wrap
  67. msgid "<userinput remap=\"configure\">perl Makefile.PL</userinput>"
  68. msgstr "<userinput remap=\"configure\">perl Makefile.PL</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:48
  71. msgid "Compile the package:"
  72. msgstr "编译该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:50
  75. #, no-wrap
  76. msgid "<userinput remap=\"make\">make</userinput>"
  77. msgstr "<userinput remap=\"make\">make</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:52
  80. msgid "To test the results, issue:"
  81. msgstr "执行以下命令以测试编译结果:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:54
  84. #, no-wrap
  85. msgid "<userinput remap=\"test\">make test</userinput>"
  86. msgstr "<userinput remap=\"test\">make test</userinput>"
  87. #. type: Content of: <sect1><sect2><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:56
  89. msgid "Install the package:"
  90. msgstr "安装该软件包:"
  91. #. type: Content of: <sect1><sect2><screen>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:58
  93. #, no-wrap
  94. msgid "<userinput remap=\"install\">make install</userinput>"
  95. msgstr "<userinput remap=\"install\">make install</userinput>"
  96. #. type: Content of: <sect1><sect2><title>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:63
  98. msgid "Contents of XML::Parser"
  99. msgstr "XML::Parser 的内容"
  100. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:66
  102. msgid "Installed module"
  103. msgstr "安装的模块"
  104. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:69
  106. msgid "Expat.so"
  107. msgstr "Expat.so"
  108. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:74
  110. msgid "Short Descriptions"
  111. msgstr "简要描述"
  112. #. type: Content of: <sect1><sect2><variablelist>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:75
  114. msgid ""
  115. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  116. msgstr ""
  117. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  118. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:79
  120. msgid "<filename class=\"libraryfile\">Expat</filename>"
  121. msgstr "<filename class=\"libraryfile\">Expat</filename>"
  122. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:81
  124. msgid "provides the Perl Expat interface"
  125. msgstr "提供 Expat 的 Perl 接口"
  126. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xml-parser.xml:83
  128. msgid "Expat"
  129. msgstr "Expat"