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