Rev 7305 | 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. |
||
7335 | jlepiller | 5 | # |
7282 | jlepiller | 6 | msgid "" |
7 | msgstr "" |
||
8 | "Project-Id-Version: PACKAGE VERSION\n" |
||
7335 | jlepiller | 9 | "POT-Creation-Date: 2017-11-28 11:01+0000\n" |
10 | "PO-Revision-Date: 2017-11-29 21:07+0000\n" |
||
7305 | jlepiller | 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" |
||
7335 | jlepiller | 19 | "X-POOTLE-MTIME: 1511989639.106663\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 " |
||
7335 | jlepiller | 35 | "files. Compressing text files with <command>XZ Utils</command> yields a much " |
36 | "better compression percentage than with the traditional <command>gzip</" |
||
37 | "command>." |
||
7282 | jlepiller | 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:" |
||
7335 | jlepiller | 87 | msgstr "Installez les programmes :" |
7282 | jlepiller | 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 |
||
7335 | jlepiller | 105 | msgid "<userinput>mv -v /usr/bin/{xz,lzma,lzcat,unlzma,unxz,xzcat} /bin</userinput>" |
106 | msgstr "<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 "" |
||
7335 | 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 "" |
||
7305 | jlepiller | 155 | "lzcat (lien vers xz), lzcmp (lien vers xzdiff), lzdiff (lien vers xzdiff), " |
156 | "lzegrep (lien vers xzgrep), lzfgrep (lien vers xzgrep), lzgrep (lien vers " |
||
157 | "xzgrep), lzless (lien vers xzless), lzma (lien vers xz), lzmadec, lzmainfo, " |
||
158 | "lzmore (lien vers xzmore), unlzma (lien vers xz), unxz (lien vers xz), xz, " |
||
159 | "xzcat (lien vers xz), xzcmp (lien vers xzdiff), xzdec, xzdiff, xzegrep (lien " |
||
160 | "vers xzgrep), xzfgrep (lien vers xzgrep), xzgrep, xzless, xzmore" |
||
7282 | jlepiller | 161 | |
162 | #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
||
163 | #: clfs-en/BOOK/final-system/common/xz.xml:77 |
||
164 | msgid "liblzma.[a,so]" |
||
7305 | jlepiller | 165 | msgstr "liblzma.[a,so]" |
7282 | jlepiller | 166 | |
167 | #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> |
||
168 | #: clfs-en/BOOK/final-system/common/xz.xml:78 |
||
169 | msgid "/usr/include/lzma, /usr/share/doc/xz-&xz-version;" |
||
7305 | jlepiller | 170 | msgstr "/usr/include/lzma, /usr/share/doc/xz-&xz-version;" |
7282 | jlepiller | 171 | |
172 | #. type: Content of: <sect1><sect2><variablelist><bridgehead> |
||
173 | #: clfs-en/BOOK/final-system/common/xz.xml:83 |
||
174 | msgid "Short Descriptions" |
||
7293 | jlepiller | 175 | msgstr "Descriptions courtes" |
7282 | jlepiller | 176 | |
177 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
178 | #: clfs-en/BOOK/final-system/common/xz.xml:88 |
||
179 | msgid "<command>lzcat</command>" |
||
7293 | jlepiller | 180 | msgstr "<command>lzcat</command>" |
7282 | jlepiller | 181 | |
7335 | jlepiller | 182 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 183 | #: clfs-en/BOOK/final-system/common/xz.xml:90 |
184 | msgid "Decompresses LZMA and xz files" |
||
185 | msgstr "" |
||
186 | |||
7335 | jlepiller | 187 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 188 | #: clfs-en/BOOK/final-system/common/xz.xml:92 |
189 | msgid "lzcat" |
||
7300 | jlepiller | 190 | msgstr "lzcat" |
7282 | jlepiller | 191 | |
192 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
193 | #: clfs-en/BOOK/final-system/common/xz.xml:98 |
||
194 | msgid "<command>lzcmp</command>" |
||
7293 | jlepiller | 195 | msgstr "<command>lzcmp</command>" |
7282 | jlepiller | 196 | |
7335 | jlepiller | 197 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7293 | jlepiller | 198 | #: clfs-en/BOOK/final-system/common/xz.xml:100 |
199 | #: clfs-en/BOOK/final-system/common/xz.xml:110 |
||
7282 | jlepiller | 200 | msgid "Compares lzma compressed files" |
201 | msgstr "" |
||
202 | |||
7335 | jlepiller | 203 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 204 | #: clfs-en/BOOK/final-system/common/xz.xml:102 |
205 | msgid "lzcmp" |
||
7300 | jlepiller | 206 | msgstr "lzcmp" |
7282 | jlepiller | 207 | |
208 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
209 | #: clfs-en/BOOK/final-system/common/xz.xml:108 |
||
210 | msgid "<command>lzdiff</command>" |
||
7293 | jlepiller | 211 | msgstr "<command>lzdiff</command>" |
7282 | jlepiller | 212 | |
7335 | jlepiller | 213 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 214 | #: clfs-en/BOOK/final-system/common/xz.xml:112 |
215 | msgid "lzdiff" |
||
7300 | jlepiller | 216 | msgstr "lzdiff" |
7282 | jlepiller | 217 | |
218 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
219 | #: clfs-en/BOOK/final-system/common/xz.xml:118 |
||
220 | msgid "<command>lzegrep</command>" |
||
7293 | jlepiller | 221 | msgstr "<command>lzegrep</command>" |
7282 | jlepiller | 222 | |
7335 | jlepiller | 223 | #. type: Content of: <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 | |||
7335 | jlepiller | 228 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 229 | #: clfs-en/BOOK/final-system/common/xz.xml:122 |
230 | msgid "lzegrep" |
||
7300 | jlepiller | 231 | msgstr "lzegrep" |
7282 | jlepiller | 232 | |
233 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
234 | #: clfs-en/BOOK/final-system/common/xz.xml:128 |
||
235 | msgid "<command>lzfgrep</command>" |
||
7293 | jlepiller | 236 | msgstr "<command>lzfgrep</command>" |
7282 | jlepiller | 237 | |
7335 | jlepiller | 238 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 239 | #: clfs-en/BOOK/final-system/common/xz.xml:130 |
240 | msgid "Runs <command>fgrep</command> on lzma compressed files" |
||
241 | msgstr "" |
||
242 | |||
7335 | jlepiller | 243 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 244 | #: clfs-en/BOOK/final-system/common/xz.xml:132 |
245 | msgid "lzfgrep" |
||
7300 | jlepiller | 246 | msgstr "lzfgrep" |
7282 | jlepiller | 247 | |
248 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
249 | #: clfs-en/BOOK/final-system/common/xz.xml:138 |
||
250 | msgid "<command>lzgrep</command>" |
||
7293 | jlepiller | 251 | msgstr "<command>lzgrep</command>" |
7282 | jlepiller | 252 | |
7335 | jlepiller | 253 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 254 | #: clfs-en/BOOK/final-system/common/xz.xml:140 |
255 | msgid "Runs <command>grep</command> on lzma compressed files" |
||
256 | msgstr "" |
||
257 | |||
7335 | jlepiller | 258 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 259 | #: clfs-en/BOOK/final-system/common/xz.xml:142 |
260 | msgid "lzgrep" |
||
7300 | jlepiller | 261 | msgstr "lzgrep" |
7282 | jlepiller | 262 | |
263 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
264 | #: clfs-en/BOOK/final-system/common/xz.xml:148 |
||
265 | msgid "<command>lzless</command>" |
||
7293 | jlepiller | 266 | msgstr "<command>lzless</command>" |
7282 | jlepiller | 267 | |
7335 | jlepiller | 268 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 269 | #: clfs-en/BOOK/final-system/common/xz.xml:150 |
270 | msgid "Runs <command>less</command> on lzma files" |
||
271 | msgstr "" |
||
272 | |||
7335 | jlepiller | 273 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 274 | #: clfs-en/BOOK/final-system/common/xz.xml:152 |
275 | msgid "lzless" |
||
7300 | jlepiller | 276 | msgstr "lzless" |
7282 | jlepiller | 277 | |
278 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
279 | #: clfs-en/BOOK/final-system/common/xz.xml:158 |
||
280 | msgid "<command>lzma</command>" |
||
7293 | jlepiller | 281 | msgstr "<command>lzma</command>" |
7282 | jlepiller | 282 | |
7335 | jlepiller | 283 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 284 | #: clfs-en/BOOK/final-system/common/xz.xml:160 |
285 | msgid "Compresses lzma files" |
||
286 | msgstr "" |
||
287 | |||
7335 | jlepiller | 288 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 289 | #: clfs-en/BOOK/final-system/common/xz.xml:162 |
290 | msgid "lzma" |
||
7300 | jlepiller | 291 | msgstr "lzma" |
7282 | jlepiller | 292 | |
293 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
294 | #: clfs-en/BOOK/final-system/common/xz.xml:168 |
||
295 | msgid "<command>lzmadec</command>" |
||
7293 | jlepiller | 296 | msgstr "<command>lzmadec</command>" |
7282 | jlepiller | 297 | |
7335 | jlepiller | 298 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 299 | #: clfs-en/BOOK/final-system/common/xz.xml:170 |
300 | msgid "Decompresses lzma files" |
||
301 | msgstr "" |
||
302 | |||
7335 | jlepiller | 303 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 304 | #: clfs-en/BOOK/final-system/common/xz.xml:172 |
305 | msgid "lzmadec" |
||
7300 | jlepiller | 306 | msgstr "lzmadec" |
7282 | jlepiller | 307 | |
308 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
309 | #: clfs-en/BOOK/final-system/common/xz.xml:178 |
||
310 | msgid "<command>lzmainfo</command>" |
||
7293 | jlepiller | 311 | msgstr "<command>lzmainfo</command>" |
7282 | jlepiller | 312 | |
7335 | jlepiller | 313 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 314 | #: clfs-en/BOOK/final-system/common/xz.xml:180 |
315 | msgid "Displays information stored in an .lzma file header" |
||
316 | msgstr "" |
||
317 | |||
7335 | jlepiller | 318 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 319 | #: clfs-en/BOOK/final-system/common/xz.xml:182 |
320 | msgid "lzmainfo" |
||
7300 | jlepiller | 321 | msgstr "lzmainfo" |
7282 | jlepiller | 322 | |
323 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
324 | #: clfs-en/BOOK/final-system/common/xz.xml:188 |
||
325 | msgid "<command>lzmore</command>" |
||
7293 | jlepiller | 326 | msgstr "<command>lzmore</command>" |
7282 | jlepiller | 327 | |
7335 | jlepiller | 328 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 329 | #: clfs-en/BOOK/final-system/common/xz.xml:190 |
330 | msgid "Runs <command>more</command> on lzma files" |
||
331 | msgstr "" |
||
332 | |||
7335 | jlepiller | 333 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 334 | #: clfs-en/BOOK/final-system/common/xz.xml:192 |
335 | msgid "lzmore" |
||
7300 | jlepiller | 336 | msgstr "lzmore" |
7282 | jlepiller | 337 | |
338 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
339 | #: clfs-en/BOOK/final-system/common/xz.xml:198 |
||
340 | msgid "<command>unlzma</command>" |
||
7293 | jlepiller | 341 | msgstr "<command>unlzma</command>" |
7282 | jlepiller | 342 | |
7335 | jlepiller | 343 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 344 | #: clfs-en/BOOK/final-system/common/xz.xml:200 |
345 | msgid "Uncompresses lzma files" |
||
346 | msgstr "" |
||
347 | |||
7335 | jlepiller | 348 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 349 | #: clfs-en/BOOK/final-system/common/xz.xml:202 |
350 | msgid "unlzma" |
||
7300 | jlepiller | 351 | msgstr "unlzma" |
7282 | jlepiller | 352 | |
353 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
354 | #: clfs-en/BOOK/final-system/common/xz.xml:208 |
||
355 | msgid "<command>unxz</command>" |
||
7293 | jlepiller | 356 | msgstr "<command>unxz</command>" |
7282 | jlepiller | 357 | |
7335 | jlepiller | 358 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 359 | #: clfs-en/BOOK/final-system/common/xz.xml:210 |
360 | msgid "Uncompresses xz files" |
||
361 | msgstr "" |
||
362 | |||
7335 | jlepiller | 363 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 364 | #: clfs-en/BOOK/final-system/common/xz.xml:212 |
365 | msgid "unxz" |
||
7300 | jlepiller | 366 | msgstr "unxz" |
7282 | jlepiller | 367 | |
368 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
369 | #: clfs-en/BOOK/final-system/common/xz.xml:218 |
||
370 | msgid "<command>xz</command>" |
||
7293 | jlepiller | 371 | msgstr "<command>xz</command>" |
7282 | jlepiller | 372 | |
7335 | jlepiller | 373 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 374 | #: clfs-en/BOOK/final-system/common/xz.xml:220 |
375 | msgid "Creates xz compressed files" |
||
376 | msgstr "" |
||
377 | |||
7335 | jlepiller | 378 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 379 | #: clfs-en/BOOK/final-system/common/xz.xml:222 |
380 | msgid "xz" |
||
7300 | jlepiller | 381 | msgstr "xz" |
7282 | jlepiller | 382 | |
383 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
384 | #: clfs-en/BOOK/final-system/common/xz.xml:228 |
||
385 | msgid "<command>xzcat</command>" |
||
7293 | jlepiller | 386 | msgstr "<command>xzcat</command>" |
7282 | jlepiller | 387 | |
7335 | jlepiller | 388 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 389 | #: clfs-en/BOOK/final-system/common/xz.xml:230 |
390 | msgid "Decompresses xz files" |
||
391 | msgstr "" |
||
392 | |||
7335 | jlepiller | 393 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 394 | #: clfs-en/BOOK/final-system/common/xz.xml:232 |
395 | msgid "xzcat" |
||
7300 | jlepiller | 396 | msgstr "xzcat" |
7282 | jlepiller | 397 | |
398 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
399 | #: clfs-en/BOOK/final-system/common/xz.xml:238 |
||
400 | msgid "<command>xzcmp</command>" |
||
7293 | jlepiller | 401 | msgstr "<command>xzcmp</command>" |
7282 | jlepiller | 402 | |
7335 | jlepiller | 403 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7293 | jlepiller | 404 | #: clfs-en/BOOK/final-system/common/xz.xml:240 |
405 | #: clfs-en/BOOK/final-system/common/xz.xml:260 |
||
7282 | jlepiller | 406 | msgid "Compares xz compressed files" |
407 | msgstr "" |
||
408 | |||
7335 | jlepiller | 409 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 410 | #: clfs-en/BOOK/final-system/common/xz.xml:242 |
411 | msgid "xzcmp" |
||
7300 | jlepiller | 412 | msgstr "xzcmp" |
7282 | jlepiller | 413 | |
414 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
415 | #: clfs-en/BOOK/final-system/common/xz.xml:248 |
||
416 | msgid "<command>xzdec</command>" |
||
7293 | jlepiller | 417 | msgstr "<command>xzdec</command>" |
7282 | jlepiller | 418 | |
7335 | jlepiller | 419 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 420 | #: clfs-en/BOOK/final-system/common/xz.xml:250 |
421 | msgid "Decompresses to standard output" |
||
422 | msgstr "" |
||
423 | |||
7335 | jlepiller | 424 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 425 | #: clfs-en/BOOK/final-system/common/xz.xml:252 |
426 | msgid "xzdec" |
||
7300 | jlepiller | 427 | msgstr "xzdec" |
7282 | jlepiller | 428 | |
429 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
430 | #: clfs-en/BOOK/final-system/common/xz.xml:258 |
||
431 | msgid "<command>xzdiff</command>" |
||
7293 | jlepiller | 432 | msgstr "<command>xzdiff</command>" |
7282 | jlepiller | 433 | |
7335 | jlepiller | 434 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 435 | #: clfs-en/BOOK/final-system/common/xz.xml:262 |
436 | msgid "xzdiff" |
||
7300 | jlepiller | 437 | msgstr "xzdiff" |
7282 | jlepiller | 438 | |
439 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
440 | #: clfs-en/BOOK/final-system/common/xz.xml:268 |
||
441 | msgid "<command>xzegrep</command>" |
||
7293 | jlepiller | 442 | msgstr "<command>xzegrep</command>" |
7282 | jlepiller | 443 | |
7335 | jlepiller | 444 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 445 | #: clfs-en/BOOK/final-system/common/xz.xml:270 |
446 | msgid "Runs <command>egrep</command> on xz compressed files" |
||
447 | msgstr "" |
||
448 | |||
7335 | jlepiller | 449 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 450 | #: clfs-en/BOOK/final-system/common/xz.xml:272 |
451 | msgid "xzegrep" |
||
7300 | jlepiller | 452 | msgstr "xzegrep" |
7282 | jlepiller | 453 | |
454 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
455 | #: clfs-en/BOOK/final-system/common/xz.xml:278 |
||
456 | msgid "<command>xzfgrep</command>" |
||
7293 | jlepiller | 457 | msgstr "<command>xzfgrep</command>" |
7282 | jlepiller | 458 | |
7335 | jlepiller | 459 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 460 | #: clfs-en/BOOK/final-system/common/xz.xml:280 |
461 | msgid "Runs <command>fgrep</command> on xz compressed files" |
||
462 | msgstr "" |
||
463 | |||
7335 | jlepiller | 464 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 465 | #: clfs-en/BOOK/final-system/common/xz.xml:282 |
466 | msgid "xzfgrep" |
||
7300 | jlepiller | 467 | msgstr "xzfgrep" |
7282 | jlepiller | 468 | |
469 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
470 | #: clfs-en/BOOK/final-system/common/xz.xml:288 |
||
471 | msgid "<command>xzgrep</command>" |
||
7293 | jlepiller | 472 | msgstr "<command>xzgrep</command>" |
7282 | jlepiller | 473 | |
7335 | jlepiller | 474 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 475 | #: clfs-en/BOOK/final-system/common/xz.xml:290 |
476 | msgid "Runs <command>grep</command> on xz compressed files" |
||
477 | msgstr "" |
||
478 | |||
7335 | jlepiller | 479 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 480 | #: clfs-en/BOOK/final-system/common/xz.xml:292 |
481 | msgid "xzgrep" |
||
7300 | jlepiller | 482 | msgstr "xzgrep" |
7282 | jlepiller | 483 | |
484 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
485 | #: clfs-en/BOOK/final-system/common/xz.xml:298 |
||
486 | msgid "<command>xzless</command>" |
||
7293 | jlepiller | 487 | msgstr "<command>xzless</command>" |
7282 | jlepiller | 488 | |
7335 | jlepiller | 489 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 490 | #: clfs-en/BOOK/final-system/common/xz.xml:300 |
491 | msgid "Runs <command>less</command> on xz files" |
||
492 | msgstr "" |
||
493 | |||
7335 | jlepiller | 494 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 495 | #: clfs-en/BOOK/final-system/common/xz.xml:302 |
496 | msgid "xzless" |
||
7300 | jlepiller | 497 | msgstr "xzless" |
7282 | jlepiller | 498 | |
499 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
500 | #: clfs-en/BOOK/final-system/common/xz.xml:308 |
||
501 | msgid "<command>xzmore</command>" |
||
7293 | jlepiller | 502 | msgstr "<command>xzmore</command>" |
7282 | jlepiller | 503 | |
7335 | jlepiller | 504 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 505 | #: clfs-en/BOOK/final-system/common/xz.xml:310 |
506 | msgid "Runs <command>more</command> on xz files" |
||
507 | msgstr "" |
||
508 | |||
7335 | jlepiller | 509 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 510 | #: clfs-en/BOOK/final-system/common/xz.xml:312 |
511 | msgid "xzmore" |
||
7300 | jlepiller | 512 | msgstr "xzmore" |
7282 | jlepiller | 513 | |
514 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> |
||
515 | #: clfs-en/BOOK/final-system/common/xz.xml:318 |
||
516 | msgid "<filename class=\"libraryfile\">liblzma</filename>" |
||
7335 | jlepiller | 517 | msgstr "<filename class=\"libraryfile\">liblzma</filename>" |
7282 | jlepiller | 518 | |
7335 | jlepiller | 519 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> |
7282 | jlepiller | 520 | #: clfs-en/BOOK/final-system/common/xz.xml:320 |
521 | msgid "The LZMA library" |
||
7335 | jlepiller | 522 | msgstr "La bibliothèque LZMA" |
7282 | jlepiller | 523 | |
7335 | jlepiller | 524 | #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> |
7282 | jlepiller | 525 | #: clfs-en/BOOK/final-system/common/xz.xml:322 |
526 | msgid "liblzma" |
||
7300 | jlepiller | 527 | msgstr "liblzma" |