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