xml-parser.po 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/xml-parser.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&xml-parser-url;"
  18. msgstr "&xml-parser-url;"
  19. #. type: Content of: <sect1><sect1info>
  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. msgid "XML::Parser-&xml-parser-version;"
  28. msgstr "XML::Parser-&xml-parser-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "XML::Parser"
  31. msgstr "XML::Parser"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid ""
  34. "The XML::Parser module is a Perl interface to James Clark's XML parser, "
  35. "Expat."
  36. msgstr "XML::Parser 模块是 James Clark 的 XML 解析器 Expat 的 Perl 接口。"
  37. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  38. msgid "&buildtime;"
  39. msgstr "&buildtime;"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. msgid "&diskspace;"
  42. msgstr "&diskspace;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  44. msgid "&xml-parser-fin-sbu;"
  45. msgstr "&xml-parser-fin-sbu;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. msgid "&xml-parser-fin-du;"
  48. msgstr "&xml-parser-fin-du;"
  49. #. type: Content of: <sect1><sect2><title>
  50. msgid "Installation of XML::Parser"
  51. msgstr "安装 XML::Parser"
  52. #. type: Content of: <sect1><sect2><para>
  53. msgid "Prepare XML::Parser for compilation:"
  54. msgstr "准备编译 XML::Parser:"
  55. #. type: Content of: <sect1><sect2><screen>
  56. #, no-wrap
  57. msgid "<userinput remap=\"configure\">perl Makefile.PL</userinput>"
  58. msgstr "<userinput remap=\"configure\">perl Makefile.PL</userinput>"
  59. #. type: Content of: <sect1><sect2><para>
  60. msgid "Compile the package:"
  61. msgstr "编译该软件包:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #, no-wrap
  64. msgid "<userinput remap=\"make\">make</userinput>"
  65. msgstr "<userinput remap=\"make\">make</userinput>"
  66. #. type: Content of: <sect1><sect2><para>
  67. msgid "To test the results, issue:"
  68. msgstr "执行以下命令以测试编译结果:"
  69. #. type: Content of: <sect1><sect2><screen>
  70. #, no-wrap
  71. msgid "<userinput remap=\"test\">make test</userinput>"
  72. msgstr "<userinput remap=\"test\">make test</userinput>"
  73. #. type: Content of: <sect1><sect2><para>
  74. msgid "Install the package:"
  75. msgstr "安装该软件包:"
  76. #. type: Content of: <sect1><sect2><screen>
  77. #, no-wrap
  78. msgid "<userinput remap=\"install\">make install</userinput>"
  79. msgstr "<userinput remap=\"install\">make install</userinput>"
  80. #. type: Content of: <sect1><sect2><title>
  81. msgid "Contents of XML::Parser"
  82. msgstr "XML::Parser 的内容"
  83. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  84. msgid "Installed module"
  85. msgstr "安装的模块"
  86. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  87. msgid "Expat.so"
  88. msgstr "Expat.so"
  89. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  90. msgid "Short Descriptions"
  91. msgstr "简要描述"
  92. #. type: Content of: <sect1><sect2><variablelist>
  93. msgid ""
  94. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  95. msgstr ""
  96. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  97. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  98. msgid "<filename class=\"libraryfile\">Expat</filename>"
  99. msgstr "<filename class=\"libraryfile\">Expat</filename>"
  100. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  101. msgid "provides the Perl Expat interface"
  102. msgstr "提供 Expat 的 Perl 接口"
  103. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  104. msgid "Expat"
  105. msgstr "Expat"