1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
# French translation of manpages
# This file is distributed under the same license as the manpages-l10n package.
# Copyright © of this file:
# Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>, 2020-2022.
msgid ""
msgstr ""
"Project-Id-Version: manpages-l10n 2.16\n"
"POT-Creation-Date: 2024-02-15 18:16+0100\n"
"PO-Revision-Date: 2020-04-24 14:34+0200\n"
"Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 2.0\n"
#. type: TH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "ZFORCE"
msgstr "ZFORCE"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "NAME"
msgstr "NOM"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "zforce - force a '.gz' extension on all gzip files"
msgstr "zforce - impose une extension B<« .gz »> à tous les fichiers gzip"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SYNOPSIS"
msgstr "SYNOPSIS"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "B<zforce> [ name ... ]"
msgstr "B<zforce> [ nom ... ]"
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "DESCRIPTION"
msgstr "DESCRIPTION"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-tumbleweed
msgid ""
"The B<zforce> command forces a B<.gz> extension on all B<gzip> files so that "
"B<gzip> will not compress them twice. This can be useful for files with "
"names truncated after a file transfer. On systems with a 14 char limitation "
"on file names, the original name is truncated to make room for the .gz "
"suffix. For example, 12345678901234 is renamed to 12345678901.gz. A file "
"name such as foo.tgz is left intact."
msgstr ""
"B<zforce> impose une extension I<.gz> à tous les fichiers B<gzip> de sorte "
"que B<gzip> ne les compresse pas deux fois. Cela peut être utile pour des "
"fichiers tronqués après leur transfert. Sur les systèmes où les noms de "
"fichier sont limités à 14 caractères, le nom d'origine est tronqué pour "
"laisser de la place au suffixe B<« .gz »>. Par exemple, I<12345678901234> "
"est renommé en I<12345678901.gz>. Un nom de fichier comme I<toto.tgz> n'est "
"pas modifié."
#. type: SH
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
#, no-wrap
msgid "SEE ALSO"
msgstr "VOIR AUSSI"
#. type: Plain text
#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
msgid "gzip(1), znew(1), zmore(1), zgrep(1), zdiff(1), gzexe(1)"
msgstr ""
"B<gzip>(1), B<znew>(1), B<zmore>(1), B<zgrep>(1), B<zdiff>(1), B<gzexe>(1)"
#. type: Plain text
#: opensuse-leap-15-6
msgid ""
"I<zforce> forces a .gz extension on all I<gzip> files so that I<gzip> will "
"not compress them twice. This can be useful for files with names truncated "
"after a file transfer. On systems with a 14 char limitation on file names, "
"the original name is truncated to make room for the .gz suffix. For example, "
"12345678901234 is renamed to 12345678901.gz. A file name such as foo.tgz is "
"left intact."
msgstr ""
"I<zforce> impose une extension B<« .gz »> à tous les fichiers gzip de sorte "
"que I<gzip> ne les compresse pas deux fois. Cela peut être utile pour des "
"fichiers tronqués après leur transfert. Sur les systèmes où les noms de "
"fichier sont limités à 14 caractères, le nom d'origine est tronqué pour "
"laisser de la place au suffixe B<« .gz »>. Par exemple, I<12345678901234> "
"est renommé en I<12345678901.gz>. Un nom de fichier comme I<toto.tgz> n'est "
"pas modifié."
|