automake.po 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:14
  20. #, no-wrap
  21. msgid "&automake-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:12
  25. msgid ""
  26. "<productname>automake</productname> "
  27. "<productnumber>&automake-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:17
  32. msgid "Automake-&automake-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:20
  36. msgid "Automake"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:26
  40. msgid ""
  41. "The Automake package contains programs for generating Makefiles for use with "
  42. "Autoconf."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:34
  54. msgid "&automake-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:35
  58. msgid "&automake-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:42
  62. msgid "Installation of Automake"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:44
  66. msgid "Fix a failing test:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:46
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"pre\">sed -i \"s/''/etags/\" "
  73. "t/tags-lisp-space.sh</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:48
  77. msgid "Prepare Automake for compilation:"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:50
  81. #, no-wrap
  82. msgid ""
  83. "<userinput remap=\"configure\">./configure --prefix=/usr "
  84. "--docdir=/usr/share/doc/automake-&automake-version;</userinput>"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><para>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:52
  88. msgid "Compile the package:"
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><screen>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:54
  92. #, no-wrap
  93. msgid "<userinput remap=\"make\">make</userinput>"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><para>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:56
  97. msgid ""
  98. "Using the -j4 make option speeds up the tests, even on systems with only one "
  99. "processor, due to internal delays in individual tests. To test the results, "
  100. "issue:"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><screen>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:60
  104. #, no-wrap
  105. msgid "<userinput remap=\"test\">make -j4 check</userinput>"
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:62
  109. msgid "Install the package:"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><screen>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:64
  113. #, no-wrap
  114. msgid "<userinput remap=\"install\">make install</userinput>"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><title>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:70
  118. msgid "Contents of Automake"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:73
  122. msgid "Installed programs"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:74
  126. msgid "Installed directories"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:77
  130. msgid ""
  131. "aclocal, aclocal-&am-minor-version; (hard linked with aclocal), automake, "
  132. "and automake-&am-minor-version; (hard linked with automake)"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:79
  136. msgid ""
  137. "/usr/share/aclocal-&am-minor-version;, "
  138. "/usr/share/automake-&am-minor-version;, and "
  139. "/usr/share/doc/automake-&automake-version;"
  140. msgstr ""
  141. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:85
  143. msgid "Short Descriptions"
  144. msgstr ""
  145. #. type: Content of: <sect1><sect2><variablelist>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:86
  147. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  148. msgstr ""
  149. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:90
  151. msgid "<command>aclocal</command>"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:92
  155. msgid ""
  156. "Generates <filename>aclocal.m4</filename> files based on the contents of "
  157. "<filename>configure.in</filename> files"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:95
  161. msgid "aclocal"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:101
  165. msgid "<command>aclocal-&am-minor-version;</command>"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:103
  169. msgid "A hard link to <command>aclocal</command>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:105
  173. msgid "aclocal-&am-minor-version;"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:111
  177. msgid "<command>automake</command>"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:113
  181. msgid ""
  182. "A tool for automatically generating <filename>Makefile.in</filename> files "
  183. "from <filename>Makefile.am</filename> files [To create all the "
  184. "<filename>Makefile.in</filename> files for a package, run this program in "
  185. "the top-level directory. By scanning the <filename>configure.in</filename> "
  186. "file, it automatically finds each appropriate "
  187. "<filename>Makefile.am</filename> file and generates the corresponding "
  188. "<filename>Makefile.in</filename> file.]"
  189. msgstr ""
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:122
  192. msgid "automake"
  193. msgstr ""
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:128
  196. msgid "<command>automake-&am-minor-version;</command>"
  197. msgstr ""
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:130
  200. msgid "A hard link to <command>automake</command>"
  201. msgstr ""
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/automake.xml:132
  204. msgid "automake-&am-minor-version;"
  205. msgstr ""