pkgconfig.po 7.8 KB

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