bzip2.po 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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-19 11:33+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/bzip2.xml:14
  20. #, no-wrap
  21. msgid "&bzip2-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:12
  25. msgid ""
  26. "<productname>bzip2</productname> <productnumber>&bzip2-version;</"
  27. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:17
  31. msgid "Bzip2-&bzip2-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:20
  35. msgid "Bzip2"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:26
  39. msgid ""
  40. "The Bzip2 package contains programs for compressing and decompressing files. "
  41. "Compressing text files with <command>bzip2</command> yields a much better "
  42. "compression percentage than with the traditional <command>gzip</command>."
  43. msgstr ""
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:32
  46. msgid "&buildtime;"
  47. msgstr ""
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:33
  50. msgid "&diskspace;"
  51. msgstr ""
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:36
  54. msgid "&bzip2-fin-sbu;"
  55. msgstr ""
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:37
  58. msgid "&bzip2-fin-du;"
  59. msgstr ""
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:44
  62. msgid "Installation of Bzip2"
  63. msgstr ""
  64. #. type: Content of: <sect1><sect2><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:46
  66. msgid "Apply a patch that will install the documentation for this package:"
  67. msgstr ""
  68. #. type: Content of: <sect1><sect2><screen>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:48
  70. #, no-wrap
  71. msgid "<userinput remap=\"pre\">patch -Np1 -i ../&bzip2-docs-patch;</userinput>"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><para>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:50
  75. msgid ""
  76. "The following command ensures installation of symbolic links are relative:"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><screen>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:52
  80. #, no-wrap
  81. msgid "<userinput remap=\"pre\">sed -i 's@\\(ln -s -f \\)$(PREFIX)/bin/@\\1@' Makefile</userinput>"
  82. msgstr ""
  83. #. type: Content of: <sect1><sect2><para>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:54
  85. msgid "Ensure the man pages are installed into the correct location:"
  86. msgstr ""
  87. #. type: Content of: <sect1><sect2><screen>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:56
  89. #, no-wrap
  90. msgid "<userinput remap=\"pre\">sed -i \"s@(PREFIX)/man@(PREFIX)/share/man@g\" Makefile</userinput>"
  91. msgstr ""
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:58
  94. msgid "Prepare Bzip2 for compilation with:"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:60
  98. #, no-wrap
  99. msgid ""
  100. "<userinput remap=\"make\">make -f Makefile-libbz2_so\n"
  101. "make clean</userinput>"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><variablelist><title>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:64
  105. msgid "The meaning of the make parameter:"
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:67
  109. msgid "<parameter>-f Makefile-libbz2_so</parameter>"
  110. msgstr ""
  111. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:69
  113. msgid ""
  114. "This will cause Bzip2 to be built using a different <filename>Makefile</"
  115. "filename> file, in this case the <filename>Makefile-libbz2_so</filename> "
  116. "file, which creates a dynamic <filename class=\"libraryfile\">libbz2.so</"
  117. "filename> library and links the Bzip2 utilities against it."
  118. msgstr ""
  119. #. type: Content of: <sect1><sect2><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:79
  121. msgid "Compile and test the package:"
  122. msgstr ""
  123. #. type: Content of: <sect1><sect2><screen>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:81
  125. #, no-wrap
  126. msgid "<userinput remap=\"make\">make</userinput>"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><para>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:83
  130. msgid "Install the programs:"
  131. msgstr ""
  132. #. type: Content of: <sect1><sect2><screen>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:85
  134. #, no-wrap
  135. msgid "<userinput remap=\"install\">make PREFIX=/usr install</userinput>"
  136. msgstr ""
  137. #. type: Content of: <sect1><sect2><para>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:87
  139. msgid ""
  140. "Install the shared <command>bzip2</command> binary into the <filename class="
  141. "\"directory\">/bin</filename> directory, make some necessary symbolic links, "
  142. "and clean up:"
  143. msgstr ""
  144. #. type: Content of: <sect1><sect2><screen>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:91
  146. #, no-wrap
  147. msgid ""
  148. "<userinput remap=\"install\">cp -v bzip2-shared /bin/bzip2\n"
  149. "cp -av libbz2.so* /lib\n"
  150. "ln -sv ../../lib/libbz2.so.1.0 /usr/lib/libbz2.so\n"
  151. "rm -v /usr/bin/{bunzip2,bzcat,bzip2}\n"
  152. "ln -sv bzip2 /bin/bunzip2\n"
  153. "ln -sv bzip2 /bin/bzcat</userinput>"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><title>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:101
  157. msgid "Contents of Bzip2"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:104
  161. msgid "Installed programs"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:105
  165. msgid "Installed libraries"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:106
  169. msgid "Installed directory"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:109
  173. msgid ""
  174. "bunzip2 (link to bzip2), bzcat (link to bzip2), bzcmp (link to bzdiff), "
  175. "bzdiff, bzegrep (link to bzgrep), bzfgrep (link to bzgrep), bzgrep, bzip2, "
  176. "bzip2recover, bzless (link to bzmore), and bzmore"
  177. msgstr ""
  178. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:112
  180. msgid "libbz2.{a,so}"
  181. msgstr ""
  182. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:113
  184. msgid "/usr/share/doc/bzip2-&bzip2-version;"
  185. msgstr ""
  186. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:118
  188. msgid "Short Descriptions"
  189. msgstr ""
  190. #. type: Content of: <sect1><sect2><variablelist>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:119
  192. msgid ""
  193. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:123
  197. msgid "<command>bunzip2</command>"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:125
  201. msgid "Decompresses bzipped files"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:127
  205. msgid "bunzip2"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:133
  209. msgid "<command>bzcat</command>"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:135
  213. msgid "Decompresses to standard output"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:137
  217. msgid "bzcat"
  218. msgstr ""
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:143
  221. msgid "<command>bzcmp</command>"
  222. msgstr ""
  223. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  224. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:145
  225. msgid "Runs <command>cmp</command> on bzipped files"
  226. msgstr ""
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:147
  229. msgid "bzcmp"
  230. msgstr ""
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:153
  233. msgid "<command>bzdiff</command>"
  234. msgstr ""
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:155
  237. msgid "Runs <command>diff</command> on bzipped files"
  238. msgstr ""
  239. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:157
  241. msgid "bzdiff"
  242. msgstr ""
  243. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  244. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:163
  245. msgid "<command>bzegrep</command>"
  246. msgstr ""
  247. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  248. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:165
  249. msgid "Runs <command>egrep</command> on bzipped files"
  250. msgstr ""
  251. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  252. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:167
  253. msgid "bzegrep"
  254. msgstr ""
  255. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  256. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:173
  257. msgid "<command>bzfgrep</command>"
  258. msgstr ""
  259. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  260. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:175
  261. msgid "Runs <command>fgrep</command> on bzipped files"
  262. msgstr ""
  263. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  264. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:177
  265. msgid "bzfgrep"
  266. msgstr ""
  267. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  268. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:183
  269. msgid "<command>bzgrep</command>"
  270. msgstr ""
  271. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  272. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:185
  273. msgid "Runs <command>grep</command> on bzipped files"
  274. msgstr ""
  275. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  276. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:187
  277. msgid "bzgrep"
  278. msgstr ""
  279. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  280. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:193
  281. msgid "<command>bzip2</command>"
  282. msgstr ""
  283. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  284. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:195
  285. msgid ""
  286. "Compresses files using the Burrows-Wheeler block sorting text compression "
  287. "algorithm with Huffman coding; the compression rate is better than that "
  288. "achieved by more conventional compressors using <quote>Lempel-Ziv</quote> "
  289. "algorithms, like <command>gzip</command>"
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:200
  293. msgid "bzip2"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:206
  297. msgid "<command>bzip2recover</command>"
  298. msgstr ""
  299. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:208
  301. msgid "Tries to recover data from damaged bzipped files"
  302. msgstr ""
  303. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  304. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:210
  305. msgid "bzip2recover"
  306. msgstr ""
  307. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  308. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:216
  309. msgid "<command>bzless</command>"
  310. msgstr ""
  311. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  312. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:218
  313. msgid "Runs <command>less</command> on bzipped files"
  314. msgstr ""
  315. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  316. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:220
  317. msgid "bzless"
  318. msgstr ""
  319. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  320. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:226
  321. msgid "<command>bzmore</command>"
  322. msgstr ""
  323. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  324. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:228
  325. msgid "Runs <command>more</command> on bzipped files"
  326. msgstr ""
  327. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  328. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:230
  329. msgid "bzmore"
  330. msgstr ""
  331. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  332. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:236
  333. msgid "<filename class=\"libraryfile\">libbz2</filename>"
  334. msgstr ""
  335. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  336. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:238
  337. msgid ""
  338. "The library implementing lossless, block-sorting data compression, using the "
  339. "Burrows-Wheeler algorithm"
  340. msgstr ""
  341. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  342. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bzip2.xml:241
  343. msgid "libbz2"
  344. msgstr ""