Rev 7293 | Go to most recent revision | Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
7282 | jlepiller | 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: 2017-06-07 22:16+0200\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 | |||
19 | #. type: Content of: <sect1><title> |
||
20 | #: clfs-en/BOOK/final-system/common/xz.xml:11 |
||
21 | msgid "XZ Utils-&xz-version;" |
||
22 | msgstr "" |
||
23 | |||
24 | #. type: Content of: <sect1><indexterm><primary> |
||
25 | #: clfs-en/BOOK/final-system/common/xz.xml:14 |
||
26 | msgid "XZ Utils" |
||
27 | msgstr "" |
||
28 | |||
29 | #. type: Content of: <sect1><sect2><para> |
||
30 | #: clfs-en/BOOK/final-system/common/xz.xml:20 |
||
31 | msgid "" |
||
32 | "The XZ Utils package contains programs for compressing and decompressing " |
||
33 | "files. Compressing text files with <command>XZ Utils</command> yields a much " |
||
34 | "better compression percentage than with the traditional " |
||
35 | "<command>gzip</command>." |
||
36 | msgstr "" |
||
37 | |||
38 | #. type: Content of: <sect1><sect2><title> |
||
39 | #: clfs-en/BOOK/final-system/common/xz.xml:28 |
||
40 | msgid "Installation of XZ Utils" |
||
41 | msgstr "" |
||
42 | |||
43 | #. type: Content of: <sect1><sect2><para> |
||
44 | #: clfs-en/BOOK/final-system/common/xz.xml:30 |
||
45 | msgid "Prepare XZ Utils for compilation:" |
||
46 | msgstr "" |
||
47 | |||
48 | #. type: Content of: <sect1><sect2><screen> |
||
49 | #: clfs-en/BOOK/final-system/common/xz.xml:32 |
||
50 | #, no-wrap |
||
51 | msgid "" |
||
52 | "<userinput>./configure \\\n" |
||
53 | " --prefix=/usr \\\n" |
||
54 | " --docdir=/usr/share/doc/xz-&xz-version;</userinput>" |
||
55 | msgstr "" |
||
56 | |||
57 | #. type: Content of: <sect1><sect2><para> |
||
58 | #: clfs-en/BOOK/final-system/common/xz.xml:36 |
||
59 | msgid "Compile the package:" |
||
60 | msgstr "" |
||
61 | |||
62 | #. type: Content of: <sect1><sect2><screen> |
||
63 | #: clfs-en/BOOK/final-system/common/xz.xml:38 |
||
64 | #, no-wrap |
||
65 | msgid "<userinput>make</userinput>" |
||
66 | msgstr "" |
||
67 | |||
68 | #. type: Content of: <sect1><sect2><para> |
||
69 | #: clfs-en/BOOK/final-system/common/xz.xml:40 |
||
70 | msgid "To test the results, issue:" |
||
71 | msgstr "" |
||
72 | |||
73 | #. type: Content of: <sect1><sect2><screen> |
||
74 | #: clfs-en/BOOK/final-system/common/xz.xml:42 |
||
75 | #, no-wrap |
||
76 | msgid "<userinput remap=\"test\">make check</userinput>" |
||
77 | msgstr "" |
||
78 | |||
79 | #. type: Content of: <sect1><sect2><para> |
||
80 | #: clfs-en/BOOK/final-system/common/xz.xml:44 |
||
81 | msgid "Install the programs:" |
||
82 | msgstr "" |
||
83 | |||
84 | #. type: Content of: <sect1><sect2><screen> |
||
85 | #: clfs-en/BOOK/final-system/common/xz.xml:46 |
||
86 | #, no-wrap |
||
87 | msgid "<userinput>make install</userinput>" |
||
88 | msgstr "" |
||
89 | |||
90 | #. type: Content of: <sect1><sect2><para> |
||
91 | #: clfs-en/BOOK/final-system/common/xz.xml:48 |
||
92 | msgid "" |
||
93 | "Move the <filename>xz</filename> binary, and several symlinks that point to " |
||
94 | "it, into the /bin directory:" |
||
95 | msgstr "" |
||
96 | |||
97 | #. type: Content of: <sect1><sect2><screen> |
||
98 | #: clfs-en/BOOK/final-system/common/xz.xml:51 |
||
99 | #, no-wrap |
||
100 | msgid "<userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput>" |
||
101 | msgstr "" |
||
102 | |||
103 | #. type: Content of: <sect1><sect2><para> |
||
104 | #: clfs-en/BOOK/final-system/common/xz.xml:53 |
||
105 | msgid "" |
||
106 | "Finally, move the shared library to a more appropriate location, and " |
||
107 | "recreate the symlink pointing to it:" |
||
108 | msgstr "" |
||
109 | |||
110 | #. type: Content of: <sect1><sect2><screen> |
||
111 | #: clfs-en/BOOK/final-system/common/xz.xml:56 |
||
112 | #, no-wrap |
||
113 | msgid "" |
||
114 | "<userinput>mv -v /usr/lib/liblzma.so.* /lib\n" |
||
115 | "ln -sfv ../../lib/$(readlink /usr/lib/liblzma.so) " |
||
116 | "/usr/lib/liblzma.so</userinput>" |
||
117 | msgstr "" |
||
118 | |||
119 | #. type: Content of: <sect1><sect2><title> |
||
120 | #: clfs-en/BOOK/final-system/common/xz.xml:62 |
||
121 | msgid "Contents of XZ Utils" |
||
122 | msgstr "" |
||
123 | |||
124 | #. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
||
125 | #: clfs-en/BOOK/final-system/common/xz.xml:65 |
||
126 | msgid "Installed programs" |
||
127 | msgstr "" |
||
128 | |||
129 | #. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
||
130 | #: clfs-en/BOOK/final-system/common/xz.xml:66 |
||
131 | msgid "Installed libraries" |
||
132 | msgstr "" |
||
133 | |||
134 | #. type: Content of: <sect1><sect2><segmentedlist><segtitle> |
||
135 | #: clfs-en/BOOK/final-system/common/xz.xml:67 |
||
136 | msgid "Installed directories" |
||
137 | msgstr "" |
||
138 | |||
139 | #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
||
140 | #: clfs-en/BOOK/final-system/common/xz.xml:70 |
||
141 | msgid "" |
||
142 | "lzcat (link to xz), lzcmp (link to xzdiff), lzdiff (link to xzdiff), lzegrep " |
||
143 | "(link to xzgrep), lzfgrep (link to xzgrep), lzgrep (link to xzgrep), lzless " |
||
144 | "(link to xzless), lzma (link to xz), lzmadec, lzmainfo, lzmore (link to " |
||
145 | "xzmore), unlzma (link to xz), unxz (link to xz), xz, xzcat (link to xz), " |
||
146 | "xzcmp (link to xzdiff), xzdec, xzdiff, xzegrep (link to xzgrep), xzfgrep " |
||
147 | "(link to xzgrep), xzgrep, xzless, xzmore" |
||
148 | msgstr "" |
||
149 | |||
150 | #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
||
151 | #: clfs-en/BOOK/final-system/common/xz.xml:77 |
||
152 | msgid "liblzma.[a,so]" |
||
153 | msgstr "" |
||
154 | |||
155 | #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
||
156 | #: clfs-en/BOOK/final-system/common/xz.xml:78 |
||
157 | msgid "/usr/include/lzma, /usr/share/doc/xz-&xz-version;" |
||
158 | msgstr "" |
||
159 | |||
160 | #. type: Content of: <sect1><sect2><variablelist><bridgehead> |
||
161 | #: clfs-en/BOOK/final-system/common/xz.xml:83 |
||
162 | msgid "Short Descriptions" |
||
163 | msgstr "" |
||
164 | |||
165 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
166 | #: clfs-en/BOOK/final-system/common/xz.xml:88 |
||
167 | msgid "<command>lzcat</command>" |
||
168 | msgstr "" |
||
169 | |||
170 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
171 | #: clfs-en/BOOK/final-system/common/xz.xml:90 |
||
172 | msgid "Decompresses LZMA and xz files" |
||
173 | msgstr "" |
||
174 | |||
175 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
176 | #: clfs-en/BOOK/final-system/common/xz.xml:92 |
||
177 | msgid "lzcat" |
||
178 | msgstr "" |
||
179 | |||
180 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
181 | #: clfs-en/BOOK/final-system/common/xz.xml:98 |
||
182 | msgid "<command>lzcmp</command>" |
||
183 | msgstr "" |
||
184 | |||
185 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
186 | #: clfs-en/BOOK/final-system/common/xz.xml:100 clfs-en/BOOK/final-system/common/xz.xml:110 |
||
187 | msgid "Compares lzma compressed files" |
||
188 | msgstr "" |
||
189 | |||
190 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
191 | #: clfs-en/BOOK/final-system/common/xz.xml:102 |
||
192 | msgid "lzcmp" |
||
193 | msgstr "" |
||
194 | |||
195 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
196 | #: clfs-en/BOOK/final-system/common/xz.xml:108 |
||
197 | msgid "<command>lzdiff</command>" |
||
198 | msgstr "" |
||
199 | |||
200 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
201 | #: clfs-en/BOOK/final-system/common/xz.xml:112 |
||
202 | msgid "lzdiff" |
||
203 | msgstr "" |
||
204 | |||
205 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
206 | #: clfs-en/BOOK/final-system/common/xz.xml:118 |
||
207 | msgid "<command>lzegrep</command>" |
||
208 | msgstr "" |
||
209 | |||
210 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
211 | #: clfs-en/BOOK/final-system/common/xz.xml:120 |
||
212 | msgid "Runs <command>egrep</command> on lzma compressed files" |
||
213 | msgstr "" |
||
214 | |||
215 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
216 | #: clfs-en/BOOK/final-system/common/xz.xml:122 |
||
217 | msgid "lzegrep" |
||
218 | msgstr "" |
||
219 | |||
220 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
221 | #: clfs-en/BOOK/final-system/common/xz.xml:128 |
||
222 | msgid "<command>lzfgrep</command>" |
||
223 | msgstr "" |
||
224 | |||
225 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
226 | #: clfs-en/BOOK/final-system/common/xz.xml:130 |
||
227 | msgid "Runs <command>fgrep</command> on lzma compressed files" |
||
228 | msgstr "" |
||
229 | |||
230 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
231 | #: clfs-en/BOOK/final-system/common/xz.xml:132 |
||
232 | msgid "lzfgrep" |
||
233 | msgstr "" |
||
234 | |||
235 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
236 | #: clfs-en/BOOK/final-system/common/xz.xml:138 |
||
237 | msgid "<command>lzgrep</command>" |
||
238 | msgstr "" |
||
239 | |||
240 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
241 | #: clfs-en/BOOK/final-system/common/xz.xml:140 |
||
242 | msgid "Runs <command>grep</command> on lzma compressed files" |
||
243 | msgstr "" |
||
244 | |||
245 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
246 | #: clfs-en/BOOK/final-system/common/xz.xml:142 |
||
247 | msgid "lzgrep" |
||
248 | msgstr "" |
||
249 | |||
250 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
251 | #: clfs-en/BOOK/final-system/common/xz.xml:148 |
||
252 | msgid "<command>lzless</command>" |
||
253 | msgstr "" |
||
254 | |||
255 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
256 | #: clfs-en/BOOK/final-system/common/xz.xml:150 |
||
257 | msgid "Runs <command>less</command> on lzma files" |
||
258 | msgstr "" |
||
259 | |||
260 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
261 | #: clfs-en/BOOK/final-system/common/xz.xml:152 |
||
262 | msgid "lzless" |
||
263 | msgstr "" |
||
264 | |||
265 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
266 | #: clfs-en/BOOK/final-system/common/xz.xml:158 |
||
267 | msgid "<command>lzma</command>" |
||
268 | msgstr "" |
||
269 | |||
270 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
271 | #: clfs-en/BOOK/final-system/common/xz.xml:160 |
||
272 | msgid "Compresses lzma files" |
||
273 | msgstr "" |
||
274 | |||
275 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
276 | #: clfs-en/BOOK/final-system/common/xz.xml:162 |
||
277 | msgid "lzma" |
||
278 | msgstr "" |
||
279 | |||
280 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
281 | #: clfs-en/BOOK/final-system/common/xz.xml:168 |
||
282 | msgid "<command>lzmadec</command>" |
||
283 | msgstr "" |
||
284 | |||
285 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
286 | #: clfs-en/BOOK/final-system/common/xz.xml:170 |
||
287 | msgid "Decompresses lzma files" |
||
288 | msgstr "" |
||
289 | |||
290 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
291 | #: clfs-en/BOOK/final-system/common/xz.xml:172 |
||
292 | msgid "lzmadec" |
||
293 | msgstr "" |
||
294 | |||
295 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
296 | #: clfs-en/BOOK/final-system/common/xz.xml:178 |
||
297 | msgid "<command>lzmainfo</command>" |
||
298 | msgstr "" |
||
299 | |||
300 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
301 | #: clfs-en/BOOK/final-system/common/xz.xml:180 |
||
302 | msgid "Displays information stored in an .lzma file header" |
||
303 | msgstr "" |
||
304 | |||
305 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
306 | #: clfs-en/BOOK/final-system/common/xz.xml:182 |
||
307 | msgid "lzmainfo" |
||
308 | msgstr "" |
||
309 | |||
310 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
311 | #: clfs-en/BOOK/final-system/common/xz.xml:188 |
||
312 | msgid "<command>lzmore</command>" |
||
313 | msgstr "" |
||
314 | |||
315 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
316 | #: clfs-en/BOOK/final-system/common/xz.xml:190 |
||
317 | msgid "Runs <command>more</command> on lzma files" |
||
318 | msgstr "" |
||
319 | |||
320 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
321 | #: clfs-en/BOOK/final-system/common/xz.xml:192 |
||
322 | msgid "lzmore" |
||
323 | msgstr "" |
||
324 | |||
325 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
326 | #: clfs-en/BOOK/final-system/common/xz.xml:198 |
||
327 | msgid "<command>unlzma</command>" |
||
328 | msgstr "" |
||
329 | |||
330 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
331 | #: clfs-en/BOOK/final-system/common/xz.xml:200 |
||
332 | msgid "Uncompresses lzma files" |
||
333 | msgstr "" |
||
334 | |||
335 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
336 | #: clfs-en/BOOK/final-system/common/xz.xml:202 |
||
337 | msgid "unlzma" |
||
338 | msgstr "" |
||
339 | |||
340 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
341 | #: clfs-en/BOOK/final-system/common/xz.xml:208 |
||
342 | msgid "<command>unxz</command>" |
||
343 | msgstr "" |
||
344 | |||
345 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
346 | #: clfs-en/BOOK/final-system/common/xz.xml:210 |
||
347 | msgid "Uncompresses xz files" |
||
348 | msgstr "" |
||
349 | |||
350 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
351 | #: clfs-en/BOOK/final-system/common/xz.xml:212 |
||
352 | msgid "unxz" |
||
353 | msgstr "" |
||
354 | |||
355 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
356 | #: clfs-en/BOOK/final-system/common/xz.xml:218 |
||
357 | msgid "<command>xz</command>" |
||
358 | msgstr "" |
||
359 | |||
360 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
361 | #: clfs-en/BOOK/final-system/common/xz.xml:220 |
||
362 | msgid "Creates xz compressed files" |
||
363 | msgstr "" |
||
364 | |||
365 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
366 | #: clfs-en/BOOK/final-system/common/xz.xml:222 |
||
367 | msgid "xz" |
||
368 | msgstr "" |
||
369 | |||
370 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
371 | #: clfs-en/BOOK/final-system/common/xz.xml:228 |
||
372 | msgid "<command>xzcat</command>" |
||
373 | msgstr "" |
||
374 | |||
375 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
376 | #: clfs-en/BOOK/final-system/common/xz.xml:230 |
||
377 | msgid "Decompresses xz files" |
||
378 | msgstr "" |
||
379 | |||
380 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
381 | #: clfs-en/BOOK/final-system/common/xz.xml:232 |
||
382 | msgid "xzcat" |
||
383 | msgstr "" |
||
384 | |||
385 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
386 | #: clfs-en/BOOK/final-system/common/xz.xml:238 |
||
387 | msgid "<command>xzcmp</command>" |
||
388 | msgstr "" |
||
389 | |||
390 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
391 | #: clfs-en/BOOK/final-system/common/xz.xml:240 clfs-en/BOOK/final-system/common/xz.xml:260 |
||
392 | msgid "Compares xz compressed files" |
||
393 | msgstr "" |
||
394 | |||
395 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
396 | #: clfs-en/BOOK/final-system/common/xz.xml:242 |
||
397 | msgid "xzcmp" |
||
398 | msgstr "" |
||
399 | |||
400 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
401 | #: clfs-en/BOOK/final-system/common/xz.xml:248 |
||
402 | msgid "<command>xzdec</command>" |
||
403 | msgstr "" |
||
404 | |||
405 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
406 | #: clfs-en/BOOK/final-system/common/xz.xml:250 |
||
407 | msgid "Decompresses to standard output" |
||
408 | msgstr "" |
||
409 | |||
410 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
411 | #: clfs-en/BOOK/final-system/common/xz.xml:252 |
||
412 | msgid "xzdec" |
||
413 | msgstr "" |
||
414 | |||
415 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
416 | #: clfs-en/BOOK/final-system/common/xz.xml:258 |
||
417 | msgid "<command>xzdiff</command>" |
||
418 | msgstr "" |
||
419 | |||
420 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
421 | #: clfs-en/BOOK/final-system/common/xz.xml:262 |
||
422 | msgid "xzdiff" |
||
423 | msgstr "" |
||
424 | |||
425 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
426 | #: clfs-en/BOOK/final-system/common/xz.xml:268 |
||
427 | msgid "<command>xzegrep</command>" |
||
428 | msgstr "" |
||
429 | |||
430 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
431 | #: clfs-en/BOOK/final-system/common/xz.xml:270 |
||
432 | msgid "Runs <command>egrep</command> on xz compressed files" |
||
433 | msgstr "" |
||
434 | |||
435 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
436 | #: clfs-en/BOOK/final-system/common/xz.xml:272 |
||
437 | msgid "xzegrep" |
||
438 | msgstr "" |
||
439 | |||
440 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
441 | #: clfs-en/BOOK/final-system/common/xz.xml:278 |
||
442 | msgid "<command>xzfgrep</command>" |
||
443 | msgstr "" |
||
444 | |||
445 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
446 | #: clfs-en/BOOK/final-system/common/xz.xml:280 |
||
447 | msgid "Runs <command>fgrep</command> on xz compressed files" |
||
448 | msgstr "" |
||
449 | |||
450 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
451 | #: clfs-en/BOOK/final-system/common/xz.xml:282 |
||
452 | msgid "xzfgrep" |
||
453 | msgstr "" |
||
454 | |||
455 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
456 | #: clfs-en/BOOK/final-system/common/xz.xml:288 |
||
457 | msgid "<command>xzgrep</command>" |
||
458 | msgstr "" |
||
459 | |||
460 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
461 | #: clfs-en/BOOK/final-system/common/xz.xml:290 |
||
462 | msgid "Runs <command>grep</command> on xz compressed files" |
||
463 | msgstr "" |
||
464 | |||
465 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
466 | #: clfs-en/BOOK/final-system/common/xz.xml:292 |
||
467 | msgid "xzgrep" |
||
468 | msgstr "" |
||
469 | |||
470 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
471 | #: clfs-en/BOOK/final-system/common/xz.xml:298 |
||
472 | msgid "<command>xzless</command>" |
||
473 | msgstr "" |
||
474 | |||
475 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
476 | #: clfs-en/BOOK/final-system/common/xz.xml:300 |
||
477 | msgid "Runs <command>less</command> on xz files" |
||
478 | msgstr "" |
||
479 | |||
480 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
481 | #: clfs-en/BOOK/final-system/common/xz.xml:302 |
||
482 | msgid "xzless" |
||
483 | msgstr "" |
||
484 | |||
485 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
486 | #: clfs-en/BOOK/final-system/common/xz.xml:308 |
||
487 | msgid "<command>xzmore</command>" |
||
488 | msgstr "" |
||
489 | |||
490 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
491 | #: clfs-en/BOOK/final-system/common/xz.xml:310 |
||
492 | msgid "Runs <command>more</command> on xz files" |
||
493 | msgstr "" |
||
494 | |||
495 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
496 | #: clfs-en/BOOK/final-system/common/xz.xml:312 |
||
497 | msgid "xzmore" |
||
498 | msgstr "" |
||
499 | |||
500 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
501 | #: clfs-en/BOOK/final-system/common/xz.xml:318 |
||
502 | msgid "<filename class=\"libraryfile\">liblzma</filename>" |
||
503 | msgstr "" |
||
504 | |||
505 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
||
506 | #: clfs-en/BOOK/final-system/common/xz.xml:320 |
||
507 | msgid "The LZMA library" |
||
508 | msgstr "" |
||
509 | |||
510 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
||
511 | #: clfs-en/BOOK/final-system/common/xz.xml:322 |
||
512 | msgid "liblzma" |
||
513 | msgstr "" |