zstd.po 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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/zstd.xml:14
  20. #, no-wrap
  21. msgid "&zstd-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:12
  25. msgid ""
  26. "<productname>zstd</productname> "
  27. "<productnumber>&zstd-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:17
  32. msgid "Zstd-&zstd-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:20
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:96
  37. msgid "zstd"
  38. msgstr ""
  39. #. type: Content of: <sect1><sect2><para>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:26
  41. msgid ""
  42. "Zstandard is a real-time compression algorithm, providing high compression "
  43. "ratios. It offers a very wide range of compression / speed trade-offs, while "
  44. "being backed by a very fast decoder."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:31
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:32
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:35
  56. msgid "&zstd-fin-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:36
  60. msgid "&zstd-fin-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:43
  64. msgid "Installation of Zstd"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:45
  68. msgid "Compile the package:"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:47
  72. #, no-wrap
  73. msgid "<userinput remap=\"make\">make</userinput>"
  74. msgstr ""
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:49
  77. msgid "This package does not come with a test suite."
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><para>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:51
  81. msgid "Install the package:"
  82. msgstr ""
  83. #. type: Content of: <sect1><sect2><screen>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:53
  85. #, no-wrap
  86. msgid "<userinput remap=\"install\">make prefix=/usr install</userinput>"
  87. msgstr ""
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:55
  90. msgid ""
  91. "Remove the static library and move the shared library to <filename "
  92. "class=\"directory\">/lib</filename>. Also, the <filename "
  93. "class=\"extension\">.so</filename> file in <filename "
  94. "class=\"directory\">/usr/lib</filename> will need to be recreated:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:60
  98. #, no-wrap
  99. msgid ""
  100. "<userinput remap=\"install\">rm -v /usr/lib/libzstd.a\n"
  101. "mv -v /usr/lib/libzstd.so.* /lib\n"
  102. "ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so) "
  103. "/usr/lib/libzstd.so</userinput>"
  104. msgstr ""
  105. #. type: Content of: <sect1><sect2><title>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:67
  107. msgid "Contents of Zstd"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:70
  111. msgid "Installed programs"
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:71
  115. msgid "Installed library"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:74
  119. msgid ""
  120. "zstd, zstdcat (link to zstd), zstdgrep, zstdless, zstdmt (link to zstd), and "
  121. "unzstd (link to zstd)"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:82
  125. msgid "libzstd.so"
  126. msgstr ""
  127. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:87
  129. msgid "Short Descriptions"
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><variablelist>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:88
  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/zstd.xml:92
  137. msgid "<command>zstd</command>"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:94
  141. msgid "Compresses or decompresses files using the ZSTD format"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:102
  145. msgid "<command>zstdgrep</command>"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:104
  149. msgid "Runs <command>grep</command> on ZSTD compressed files"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:106
  153. msgid "zstdgrep"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:112
  157. msgid "<command>zstdless</command>"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:114
  161. msgid "Runs <command>less</command> on ZSTD compressed files"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:116
  165. msgid "zstdless"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:122
  169. msgid "<filename class=\"libraryfile\">libzstd</filename>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:124
  173. msgid "The library implementing lossless data compression, using the ZSTD algorithm"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/zstd.xml:127
  177. msgid "libzstd"
  178. msgstr ""