zlib.po 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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/zlib.xml:14
  20. #, no-wrap
  21. msgid "&zlib-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:12
  25. msgid ""
  26. "<productname>zlib</productname> "
  27. "<productnumber>&zlib-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:17
  32. msgid "Zlib-&zlib-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:20
  36. msgid "Zlib"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:26
  40. msgid ""
  41. "The Zlib package contains compression and decompression routines used by "
  42. "some programs."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:30
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:31
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:34
  54. msgid "&zlib-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:35
  58. msgid "&zlib-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:42
  62. msgid "Installation of Zlib"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:44
  66. msgid "Prepare Zlib for compilation:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:46
  70. #, no-wrap
  71. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:48
  75. msgid "Compile the package:"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><screen>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:50
  79. #, no-wrap
  80. msgid "<userinput remap=\"make\">make</userinput>"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><para>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:52
  84. msgid "To test the results, issue:"
  85. msgstr ""
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:54
  88. #, no-wrap
  89. msgid "<userinput remap=\"test\">make check</userinput>"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:56
  93. msgid "Install the package:"
  94. msgstr ""
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:58
  97. #, no-wrap
  98. msgid "<userinput remap=\"install\">make install</userinput>"
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:60
  102. msgid ""
  103. "The shared library needs to be moved to <filename "
  104. "class=\"directory\">/lib</filename>, and as a result the <filename "
  105. "class=\"extension\">.so</filename> file in <filename "
  106. "class=\"directory\">/usr/lib</filename> will need to be recreated:"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><screen>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:65
  110. #, no-wrap
  111. msgid ""
  112. "<userinput remap=\"install\">mv -v /usr/lib/libz.so.* /lib\n"
  113. "ln -sfv ../../lib/$(readlink /usr/lib/libz.so) /usr/lib/libz.so</userinput>"
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><title>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:71
  117. msgid "Contents of Zlib"
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:74
  121. msgid "Installed libraries"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:77
  125. msgid "libz.{a,so}"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:82
  129. msgid "Short Descriptions"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><variablelist>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:83
  133. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:87
  137. msgid "<filename class=\"libraryfile\">libz</filename>"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:89
  141. msgid "Contains compression and decompression functions used by some programs"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zlib.xml:92
  145. msgid "libz"
  146. msgstr ""