autoconf.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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/autoconf.xml:14
  15. #, no-wrap
  16. msgid "&autoconf-url;"
  17. msgstr "&autoconf-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:12
  20. msgid ""
  21. "<productname>autoconf</productname> <productnumber>&autoconf-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>autoconf</productname> <productnumber>&autoconf-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:17
  28. msgid "Autoconf-&autoconf-version;"
  29. msgstr "Autoconf-&autoconf-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:20
  32. msgid "Autoconf"
  33. msgstr "Autoconf"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:26
  36. msgid ""
  37. "The Autoconf package contains programs for producing shell scripts that can "
  38. "automatically configure source code."
  39. msgstr "Autoconf 软件包包含生成能自动配置软件包的 shell 脚本的程序。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.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/autoconf.xml:34
  50. msgid "&autoconf-fin-sbu;"
  51. msgstr "&autoconf-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:35
  54. msgid "&autoconf-fin-du;"
  55. msgstr "&autoconf-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:42
  58. msgid "Installation of Autoconf"
  59. msgstr "安装 Autoconf"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:44
  62. msgid "First, fix a bug generated by Perl 5.28."
  63. msgstr "首先,修复 Perl 5.28 引入的 bug:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:46
  66. #, no-wrap
  67. msgid "<userinput remap=\"pre\">sed -i '361 s/{/\\\\{/' bin/autoscan.in</userinput>"
  68. msgstr "<userinput remap=\"pre\">sed -i '361 s/{/\\\\{/' bin/autoscan.in</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:48
  71. msgid "Prepare Autoconf for compilation:"
  72. msgstr "准备编译 Autoconf:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:50
  75. #, no-wrap
  76. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  77. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:52
  80. msgid "Compile the package:"
  81. msgstr "编译该软件包:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:54
  84. #, no-wrap
  85. msgid "<userinput remap=\"make\">make</userinput>"
  86. msgstr "<userinput remap=\"make\">make</userinput>"
  87. #. type: Content of: <sect1><sect2><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:57
  89. msgid ""
  90. "The test suite is currently broken by bash-5 and libtool-2.4.3. To run the "
  91. "tests anyway, issue:"
  92. msgstr ""
  93. "目前由于 bash-5 和 libtool-2.4.3 的变化,测试套件无法正常工作。如果无论如何"
  94. "要运行测试,执行命令:"
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:60
  97. #, no-wrap
  98. msgid "<userinput remap=\"test\">make check</userinput>"
  99. msgstr "<userinput remap=\"test\">make check</userinput>"
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:73
  102. msgid "Install the package:"
  103. msgstr "安装该软件包:"
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:75
  106. #, no-wrap
  107. msgid "<userinput remap=\"install\">make install</userinput>"
  108. msgstr "<userinput remap=\"install\">make install</userinput>"
  109. #. type: Content of: <sect1><sect2><title>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:80
  111. msgid "Contents of Autoconf"
  112. msgstr "Autoconf 的内容"
  113. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:83
  115. msgid "Installed programs"
  116. msgstr "安装的程序"
  117. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:84
  119. msgid "Installed directory"
  120. msgstr "安装的目录"
  121. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:87
  123. msgid ""
  124. "autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate, and ifnames"
  125. msgstr ""
  126. "autoconf, autoheader, autom4te, autoreconf, autoscan, autoupdate, 以及 "
  127. "ifnames"
  128. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:89
  130. msgid "/usr/share/autoconf"
  131. msgstr "/usr/share/autoconf"
  132. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:94
  134. msgid "Short Descriptions"
  135. msgstr "简要描述"
  136. #. type: Content of: <sect1><sect2><variablelist>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:95
  138. msgid ""
  139. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  140. msgstr ""
  141. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  142. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:99
  144. msgid "<command>autoconf</command>"
  145. msgstr "<command>autoconf</command>"
  146. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:101
  148. msgid ""
  149. "Produces shell scripts that automatically configure software source code "
  150. "packages to adapt to many kinds of Unix-like systems; the configuration "
  151. "scripts it produces are independent&mdash;running them does not require the "
  152. "<command>autoconf</command> program"
  153. msgstr ""
  154. "产生自动配置软件源码包,使其适用于多种类 Unix 系统的 shell 脚本;它产生的脚本"
  155. "可以独立运行 —— 运行它们不需要 <command>autoconf</command> 程序。"
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:106
  158. msgid "autoconf"
  159. msgstr "autoconf"
  160. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:112
  162. msgid "<command>autoheader</command>"
  163. msgstr "<command>autoheader</command>"
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:114
  166. msgid ""
  167. "A tool for creating template files of C <emphasis>#define</emphasis> "
  168. "statements for configure to use"
  169. msgstr ""
  170. "一个创建 C <emphasis>#define</emphasis> 预处理指令的模板,以供配置脚本使用的"
  171. "程序"
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:117
  174. msgid "autoheader"
  175. msgstr "autoheader"
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:123
  178. msgid "<command>autom4te</command>"
  179. msgstr "<command>autom4te</command>"
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:125
  182. msgid "A wrapper for the M4 macro processor"
  183. msgstr "M4 宏处理器的封装器"
  184. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:127
  186. msgid "autom4te"
  187. msgstr "autom4te"
  188. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:133
  190. msgid "<command>autoreconf</command>"
  191. msgstr "<command>autoreconf</command>"
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:135
  194. msgid ""
  195. "Automatically runs <command>autoconf</command>, <command>autoheader</"
  196. "command>, <command>aclocal</command>, <command>automake</command>, "
  197. "<command>gettextize</command>, and <command>libtoolize</command> in the "
  198. "correct order to save time when changes are made to <command>autoconf</"
  199. "command> and <command>automake</command> template files"
  200. msgstr ""
  201. "在 <command>autoconf</command> 和 <command>automake</command> 模板文件发生变"
  202. "化时,按照正确顺序自动运行 <command>autoconf</command>、 "
  203. "<command>autoheader</command>、<command>aclocal</command>、 "
  204. "<command>automake</command>、<command>gettextize</command>, 以及 "
  205. "<command>libtoolize</command>,以便节省时间。"
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:142
  208. msgid "autoreconf"
  209. msgstr "autoreconf"
  210. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:148
  212. msgid "<command>autoscan</command>"
  213. msgstr "<command>autoscan</command>"
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:150
  216. msgid ""
  217. "Helps to create a <filename>configure.in</filename> file for a software "
  218. "package; it examines the source files in a directory tree, searching them "
  219. "for common portability issues, and creates a <filename>configure.scan</"
  220. "filename> file that serves as as a preliminary <filename>configure.in</"
  221. "filename> file for the package"
  222. msgstr ""
  223. "帮助用户为软件包创建<filename>configure.in</filename> 文件; 它检验目录树中的"
  224. "源代码文件,在其中找出一般的移植性问题,然后创建一个 <filename>configure."
  225. "scan</filename> 文件,作为软件包的原始 <filename>configure.in</filename> 文"
  226. "件"
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:157
  229. msgid "autoscan"
  230. msgstr "autoscan"
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:163
  233. msgid "<command>autoupdate</command>"
  234. msgstr "<command>autoupdate</command>"
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:165
  237. msgid ""
  238. "Modifies a <filename>configure.in</filename> file that still calls "
  239. "<command>autoconf</command> macros by their old names to use the current "
  240. "macro names"
  241. msgstr ""
  242. "修改 <filename>configure.in</filename> 文件,将其中过时的 "
  243. "<command>autoconf</command> 宏名改为新的宏名。"
  244. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:169
  246. msgid "autoupdate"
  247. msgstr "autoupdate"
  248. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  249. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:175
  250. msgid "<command>ifnames</command>"
  251. msgstr "<command>ifnames</command>"
  252. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  253. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:177
  254. msgid ""
  255. "Helps when writing <filename>configure.in</filename> files for a software "
  256. "package; it prints the identifiers that the package uses in C preprocessor "
  257. "conditionals [If a package has already been set up to have some portability, "
  258. "this program can help determine what <command>configure</command> needs to "
  259. "check for. It can also fill in gaps in a <filename>configure.in</filename> "
  260. "file generated by <command>autoscan</command>.]"
  261. msgstr ""
  262. "帮助用户为软件包编写 <filename>configure.in</filename>; 它打印软件包在 C 预"
  263. "处理器条件中使用的所有标识符 [如果一个软件包已经被设定为有一定的可移植性,该"
  264. "程序可以帮助确定 <command>configure</command> 需要进行哪些测试。它也会填充 "
  265. "<command>autoscan</command> 生成的 <filename>configure.in</filename> 中留下的"
  266. "空隙。]"
  267. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  268. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/autoconf.xml:185
  269. msgid "ifnames"
  270. msgstr "ifnames"