xz.po 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  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/xz.xml:14
  20. #, no-wrap
  21. msgid "&xz-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:12
  25. msgid ""
  26. "<productname>xz</productname> <productnumber>&xz-version;</productnumber> "
  27. "<placeholder type=\"address\" id=\"0\"/>"
  28. msgstr ""
  29. #. type: Content of: <sect1><title>
  30. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:17
  31. msgid "Xz-&xz-version;"
  32. msgstr ""
  33. #. type: Content of: <sect1><indexterm><primary>
  34. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:20
  35. msgid "Xz"
  36. msgstr ""
  37. #. type: Content of: <sect1><sect2><para>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:26
  39. msgid ""
  40. "The Xz package contains programs for compressing and decompressing files. It "
  41. "provides capabilities for the lzma and the newer xz compression formats. "
  42. "Compressing text files with <command>xz</command> yields a better "
  43. "compression percentage than with the traditional <command>gzip</command> or "
  44. "<command>bzip2</command> commands."
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:33
  48. msgid "&buildtime;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:34
  52. msgid "&diskspace;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:37
  56. msgid "&xz-fin-sbu;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:38
  60. msgid "&xz-fin-du;"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><title>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:45
  64. msgid "Installation of Xz"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><para>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:47
  68. msgid "Prepare Xz for compilation with:"
  69. msgstr ""
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:49
  72. #, no-wrap
  73. msgid ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  75. " --disable-static \\\n"
  76. " --docdir=/usr/share/doc/xz-&xz-version;</userinput>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:53
  80. msgid "Compile the package:"
  81. msgstr ""
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:55
  84. #, no-wrap
  85. msgid "<userinput remap=\"make\">make</userinput>"
  86. msgstr ""
  87. #. type: Content of: <sect1><sect2><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:57
  89. msgid "To test the results, issue:"
  90. msgstr ""
  91. #. type: Content of: <sect1><sect2><screen>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:59
  93. #, no-wrap
  94. msgid "<userinput remap=\"test\">make check</userinput>"
  95. msgstr ""
  96. #. type: Content of: <sect1><sect2><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:61
  98. msgid ""
  99. "Install the package and make sure that all essential files are in the "
  100. "correct directory:"
  101. msgstr ""
  102. #. type: Content of: <sect1><sect2><screen>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:64
  104. #, no-wrap
  105. msgid ""
  106. "<userinput remap=\"install\">make install\n"
  107. "mv -v /usr/bin/{lzma,unlzma,lzcat,xz,unxz,xzcat} /bin\n"
  108. "mv -v /usr/lib/liblzma.so.* /lib\n"
  109. "ln -svf ../../lib/$(readlink /usr/lib/liblzma.so) "
  110. "/usr/lib/liblzma.so</userinput>"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><title>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:72
  114. msgid "Contents of Xz"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:75
  118. msgid "Installed programs"
  119. msgstr ""
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:76
  122. msgid "Installed libraries"
  123. msgstr ""
  124. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:77
  126. msgid "Installed directories"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:81
  130. msgid ""
  131. "lzcat (link to xz), lzcmp (link to xzdiff), lzdiff (link to xzdiff), lzegrep "
  132. "(link to xzgrep), lzfgrep (link to xzgrep), lzgrep (link to xzgrep), lzless "
  133. "(link to xzless), lzma (link to xz), lzmadec, lzmainfo, lzmore (link to "
  134. "xzmore), unlzma (link to xz), unxz (link to xz), xz, xzcat (link to xz), "
  135. "xzcmp (link to xzdiff), xzdec, xzdiff, xzegrep (link to xzgrep), xzfgrep "
  136. "(link to xzgrep), xzgrep, xzless, and xzmore"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:105
  140. msgid "liblzma.so"
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:108
  144. msgid "/usr/include/lzma and /usr/share/doc/xz-&xz-version;"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:115
  148. msgid "Short Descriptions"
  149. msgstr ""
  150. #. type: Content of: <sect1><sect2><variablelist>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:116
  152. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  153. msgstr ""
  154. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:120
  156. msgid "<command>lzcat</command>"
  157. msgstr ""
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:122
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:262
  161. msgid "Decompresses to standard output"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:124
  165. msgid "lzcat"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:130
  169. msgid "<command>lzcmp</command>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:132
  173. msgid "Runs <command>cmp</command> on LZMA compressed files"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:134
  177. msgid "lzcmp"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:140
  181. msgid "<command>lzdiff</command>"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:142
  185. msgid "Runs <command>diff</command> on LZMA compressed files"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:144
  189. msgid "lzdiff"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:150
  193. msgid "<command>lzegrep</command>"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:152
  197. msgid "Runs <command>egrep</command> on LZMA compressed files"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:154
  201. msgid "lzegrep"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:160
  205. msgid "<command>lzfgrep</command>"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:162
  209. msgid "Runs <command>fgrep</command> on LZMA compressed files"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:164
  213. msgid "lzfgrep"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:170
  217. msgid "<command>lzgrep</command>"
  218. msgstr ""
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:172
  221. msgid "Runs <command>grep</command> on LZMA compressed files"
  222. msgstr ""
  223. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  224. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:174
  225. msgid "lzgrep"
  226. msgstr ""
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:180
  229. msgid "<command>lzless</command>"
  230. msgstr ""
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:182
  233. msgid "Runs <command>less</command> on LZMA compressed files"
  234. msgstr ""
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:184
  237. msgid "lzless"
  238. msgstr ""
  239. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:190
  241. msgid "<command>lzma</command>"
  242. msgstr ""
  243. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  244. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:192
  245. msgid "Compresses or decompresses files using the LZMA format"
  246. msgstr ""
  247. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  248. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:194
  249. msgid "lzma"
  250. msgstr ""
  251. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  252. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:200
  253. msgid "<command>lzmadec</command>"
  254. msgstr ""
  255. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  256. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:202
  257. msgid "A small and fast decoder for LZMA compressed files"
  258. msgstr ""
  259. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  260. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:204
  261. msgid "lzmadec"
  262. msgstr ""
  263. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  264. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:210
  265. msgid "<command>lzmainfo</command>"
  266. msgstr ""
  267. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  268. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:212
  269. msgid "Shows information stored in the LZMA compressed file header"
  270. msgstr ""
  271. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  272. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:214
  273. msgid "lzmainfo"
  274. msgstr ""
  275. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  276. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:220
  277. msgid "<command>lzmore</command>"
  278. msgstr ""
  279. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  280. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:222
  281. msgid "Runs <command>more</command> on LZMA compressed files"
  282. msgstr ""
  283. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  284. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:224
  285. msgid "lzmore"
  286. msgstr ""
  287. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  288. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:230
  289. msgid "<command>unlzma</command>"
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:232
  293. msgid "Decompresses files using the LZMA format"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:234
  297. msgid "unlzma"
  298. msgstr ""
  299. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:240
  301. msgid "<command>unxz</command>"
  302. msgstr ""
  303. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  304. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:242
  305. msgid "Decompresses files using the XZ format"
  306. msgstr ""
  307. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  308. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:244
  309. msgid "unxz"
  310. msgstr ""
  311. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  312. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:250
  313. msgid "<command>xz</command>"
  314. msgstr ""
  315. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  316. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:252
  317. msgid "Compresses or decompresses files using the XZ format"
  318. msgstr ""
  319. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  320. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:254
  321. msgid "xz"
  322. msgstr ""
  323. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  324. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:260
  325. msgid "<command>xzcat</command>"
  326. msgstr ""
  327. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  328. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:264
  329. msgid "xzcat"
  330. msgstr ""
  331. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  332. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:270
  333. msgid "<command>xzcmp</command>"
  334. msgstr ""
  335. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  336. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:272
  337. msgid "Runs <command>cmp</command> on XZ compressed files"
  338. msgstr ""
  339. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  340. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:274
  341. msgid "xzcmp"
  342. msgstr ""
  343. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  344. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:280
  345. msgid "<command>xzdec</command>"
  346. msgstr ""
  347. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  348. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:282
  349. msgid "A small and fast decoder for XZ compressed files"
  350. msgstr ""
  351. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  352. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:284
  353. msgid "xzdec"
  354. msgstr ""
  355. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  356. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:290
  357. msgid "<command>xzdiff</command>"
  358. msgstr ""
  359. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  360. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:292
  361. msgid "Runs <command>diff</command> on XZ compressed files"
  362. msgstr ""
  363. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  364. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:294
  365. msgid "xzdiff"
  366. msgstr ""
  367. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  368. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:300
  369. msgid "<command>xzegrep</command>"
  370. msgstr ""
  371. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  372. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:302
  373. msgid "Runs <command>egrep</command> on XZ compressed files"
  374. msgstr ""
  375. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  376. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:304
  377. msgid "xzegrep"
  378. msgstr ""
  379. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  380. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:310
  381. msgid "<command>xzfgrep</command>"
  382. msgstr ""
  383. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  384. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:312
  385. msgid "Runs <command>fgrep</command> on XZ compressed files"
  386. msgstr ""
  387. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  388. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:314
  389. msgid "xzfgrep"
  390. msgstr ""
  391. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  392. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:320
  393. msgid "<command>xzgrep</command>"
  394. msgstr ""
  395. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  396. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:322
  397. msgid "Runs <command>grep</command> on XZ compressed files"
  398. msgstr ""
  399. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  400. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:324
  401. msgid "xzgrep"
  402. msgstr ""
  403. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  404. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:330
  405. msgid "<command>xzless</command>"
  406. msgstr ""
  407. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  408. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:332
  409. msgid "Runs <command>less</command> on XZ compressed files"
  410. msgstr ""
  411. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  412. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:334
  413. msgid "xzless"
  414. msgstr ""
  415. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  416. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:340
  417. msgid "<command>xzmore</command>"
  418. msgstr ""
  419. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  420. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:342
  421. msgid "Runs <command>more</command> on XZ compressed files"
  422. msgstr ""
  423. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  424. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:344
  425. msgid "xzmore"
  426. msgstr ""
  427. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  428. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:350
  429. msgid "<filename class=\"libraryfile\">liblzma</filename>"
  430. msgstr ""
  431. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  432. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:352
  433. msgid ""
  434. "The library implementing lossless, block-sorting data compression, using the "
  435. "Lempel-Ziv-Markov chain algorithm"
  436. msgstr ""
  437. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  438. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/xz.xml:355
  439. msgid "liblzma"
  440. msgstr ""