libtool.po 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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/libtool.xml:14
  20. #, no-wrap
  21. msgid "&libtool-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:12
  25. msgid ""
  26. "<productname>libtool</productname> "
  27. "<productnumber>&libtool-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:17
  32. msgid "Libtool-&libtool-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:20
  36. msgid "Libtool"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:26
  40. msgid ""
  41. "The Libtool package contains the GNU generic library support script. It "
  42. "wraps the complexity of using shared libraries in a consistent, portable "
  43. "interface."
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:31
  47. msgid "&buildtime;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:32
  51. msgid "&diskspace;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:35
  55. msgid "&libtool-fin-sbu;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:36
  59. msgid "&libtool-fin-du;"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><title>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:43
  63. msgid "Installation of Libtool"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><para>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:45
  67. msgid "Prepare Libtool for compilation:"
  68. msgstr ""
  69. #. type: Content of: <sect1><sect2><screen>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:47
  71. #, no-wrap
  72. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  73. msgstr ""
  74. #. type: Content of: <sect1><sect2><para>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:49
  76. msgid "Compile the package:"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:51
  80. #, no-wrap
  81. msgid "<userinput remap=\"make\">make</userinput>"
  82. msgstr ""
  83. #. (about 11.0 SBU)
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:53
  86. msgid "To test the results, issue:"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><screen>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:55
  90. #, no-wrap
  91. msgid "<userinput remap=\"test\">make check</userinput>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><note><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:57
  95. msgid ""
  96. "The test time for libtool can be reduced significantly on a system with "
  97. "multiple cores. To do this, append "
  98. "<command>TESTSUITEFLAGS=-j&lt;N&gt;</command> to the line above. For "
  99. "instance, using -j4 can reduce the test time by over 60 percent."
  100. msgstr ""
  101. #. type: Content of: <sect1><sect2><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:63
  103. msgid ""
  104. "Five tests are known to fail in the LFS build environment due to a circular "
  105. "dependency, but all tests pass if rechecked after automake is installed."
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:67
  109. msgid "Install the package:"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><screen>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:69
  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/libtool.xml:75
  118. msgid "Contents of Libtool"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:78
  122. msgid "Installed programs"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:79
  126. msgid "Installed libraries"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:80
  130. msgid "Installed directories"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:83
  134. msgid "libtool and libtoolize"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:84
  138. msgid "libltdl.so"
  139. msgstr ""
  140. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:85
  142. msgid "/usr/include/libltdl and /usr/share/libtool"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:90
  146. msgid "Short Descriptions"
  147. msgstr ""
  148. #. type: Content of: <sect1><sect2><variablelist>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:91
  150. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:95
  154. msgid "<command>libtool</command>"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:97
  158. msgid "Provides generalized library-building support services"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:99
  162. msgid "libtool"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:105
  166. msgid "<command>libtoolize</command>"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:107
  170. msgid ""
  171. "Provides a standard way to add <command>libtool</command> support to a "
  172. "package"
  173. msgstr ""
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:110
  176. msgid "libtoolize"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:116
  180. msgid "<filename class=\"libraryfile\">libltdl</filename>"
  181. msgstr ""
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:118
  184. msgid "Hides the various difficulties of dlopening libraries"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libtool.xml:120
  188. msgid "libltdl"
  189. msgstr ""