pkgconfig.po 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  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/pkgconfig.xml:14
  15. #, no-wrap
  16. msgid "&pkgconfig-url;"
  17. msgstr "&pkgconfig-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:12
  20. msgid ""
  21. "<productname>pkg-config</productname> <productnumber>&pkgconfig-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>pkg-config</productname> <productnumber>&pkgconfig-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:17
  28. msgid "Pkg-config-&pkgconfig-version;"
  29. msgstr "Pkg-config-&pkgconfig-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:20
  32. msgid "Pkgconfig"
  33. msgstr "Pkgconfig"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:26
  36. msgid ""
  37. "The pkg-config package contains a tool for passing the include path and/or "
  38. "library paths to build tools during the configure and make phases of package "
  39. "installations."
  40. msgstr ""
  41. "pkg-config 软件包提供一个在软件包安装的配置和编译阶段,向构建工具传递头"
  42. "文件和/或库文件路径的工具。"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:31
  45. msgid "&buildtime;"
  46. msgstr "&buildtime;"
  47. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:32
  49. msgid "&diskspace;"
  50. msgstr "&diskspace;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:35
  53. msgid "&pkgconfig-fin-sbu;"
  54. msgstr "&pkgconfig-fin-sbu;"
  55. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:36
  57. msgid "&pkgconfig-fin-du;"
  58. msgstr "&pkgconfig-fin-du;"
  59. #. type: Content of: <sect1><sect2><title>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:43
  61. msgid "Installation of Pkg-config"
  62. msgstr "安装 Pkg-config"
  63. #. type: Content of: <sect1><sect2><para>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:45
  65. msgid "Prepare Pkg-config for compilation:"
  66. msgstr "准备编译 Pkg-config:"
  67. #. type: Content of: <sect1><sect2><screen>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:47
  69. #, no-wrap
  70. msgid ""
  71. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  72. " --with-internal-glib \\\n"
  73. " --disable-host-tool \\\n"
  74. " --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput>"
  75. msgstr ""
  76. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  77. " --with-internal-glib \\\n"
  78. " --disable-host-tool \\\n"
  79. " --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput>"
  80. #. type: Content of: <sect1><sect2><variablelist><title>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:53
  82. msgid "The meaning of the new configure options:"
  83. msgstr "新的配置选项的含义:"
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:56
  86. msgid "<parameter>--with-internal-glib</parameter>"
  87. msgstr "<parameter>--with-internal-glib</parameter>"
  88. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:58
  90. msgid ""
  91. "This will allow pkg-config to use its internal version of Glib because an "
  92. "external version is not available in LFS."
  93. msgstr ""
  94. "该选项允许 pkg-config 使用它内部的 Glib 版本,因为 LFS 不提供外部的 Glib。"
  95. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:64
  97. msgid "<parameter>--disable-host-tool</parameter>"
  98. msgstr "<parameter>--disable-host-tool</parameter>"
  99. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:66
  101. msgid ""
  102. "This option disables the creation of an undesired hard link to the pkg-"
  103. "config program."
  104. msgstr "该选项防止创建一个指向 pkg-config 程序的不需要的硬链接。"
  105. #. type: Content of: <sect1><sect2><para>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:73
  107. msgid "Compile the package:"
  108. msgstr "编译该软件包:"
  109. #. type: Content of: <sect1><sect2><screen>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:75
  111. #, no-wrap
  112. msgid "<userinput remap=\"make\">make</userinput>"
  113. msgstr "<userinput remap=\"make\">make</userinput>"
  114. #. type: Content of: <sect1><sect2><para>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:77
  116. msgid "To test the results, issue:"
  117. msgstr "运行以下命令以测试编译结果:"
  118. #. type: Content of: <sect1><sect2><screen>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:79
  120. #, no-wrap
  121. msgid "<userinput remap=\"test\">make check</userinput>"
  122. msgstr "<userinput remap=\"test\">make check</userinput>"
  123. #. type: Content of: <sect1><sect2><para>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:81
  125. msgid "Install the package:"
  126. msgstr "安装该软件包:"
  127. #. type: Content of: <sect1><sect2><screen>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:83
  129. #, no-wrap
  130. msgid "<userinput remap=\"install\">make install</userinput>"
  131. msgstr "<userinput remap=\"install\">make install</userinput>"
  132. #. type: Content of: <sect1><sect2><title>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:88
  134. msgid "Contents of Pkg-config"
  135. msgstr "Pkg-config 的内容"
  136. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:91
  138. msgid "Installed program"
  139. msgstr "安装的程序"
  140. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:92
  142. msgid "Installed directory"
  143. msgstr "安装的目录"
  144. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:95
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:112
  147. msgid "pkg-config"
  148. msgstr "pkg-config"
  149. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:96
  151. msgid "/usr/share/doc/pkg-config-&pkgconfig-version;"
  152. msgstr "/usr/share/doc/pkg-config-&pkgconfig-version;"
  153. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:101
  155. msgid "Short Descriptions"
  156. msgstr "简要描述"
  157. #. type: Content of: <sect1><sect2><variablelist>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:102
  159. msgid ""
  160. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  161. msgstr ""
  162. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:107
  165. msgid "<command>pkg-config </command>"
  166. msgstr "<command>pkg-config </command>"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:109
  169. msgid "Returns meta information for the specified library or package"
  170. msgstr "返回某个库或软件包的元数据信息"