1# LANGUAGE message translation file for pg_archivecleanup
2# Copyright (C) 2017 PostgreSQL Global Development Group
3# This file is distributed under the same license as the PostgreSQL package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n"
9"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10"POT-Creation-Date: 2019-05-17 01:17+0000\n"
11"PO-Revision-Date: 2019-05-17 15:55+0200\n"
12"Last-Translator: \n"
13"Language-Team: \n"
14"Language: fr\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"X-Generator: Poedit 2.2.1\n"
19
20#: ../../../src/common/logging.c:188
21#, c-format
22msgid "fatal: "
23msgstr "fatal : "
24
25#: ../../../src/common/logging.c:195
26#, c-format
27msgid "error: "
28msgstr "erreur : "
29
30#: ../../../src/common/logging.c:202
31#, c-format
32msgid "warning: "
33msgstr "attention : "
34
35#: pg_archivecleanup.c:68
36#, c-format
37msgid "archive location \"%s\" does not exist"
38msgstr "l'emplacement d'archivage « %s » n'existe pas"
39
40#: pg_archivecleanup.c:153
41#, c-format
42msgid "could not remove file \"%s\": %m"
43msgstr "n'a pas pu supprimer le fichier « %s » : %m"
44
45#: pg_archivecleanup.c:161
46#, c-format
47msgid "could not read archive location \"%s\": %m"
48msgstr "n'a pas pu lire l'emplacement de l'archive « %s » : %m"
49
50#: pg_archivecleanup.c:164
51#, c-format
52msgid "could not close archive location \"%s\": %m"
53msgstr "n'a pas pu fermer l'emplacement de l'archive « %s » : %m"
54
55#: pg_archivecleanup.c:168
56#, c-format
57msgid "could not open archive location \"%s\": %m"
58msgstr "n'a pas pu ouvrir l'emplacement de l'archive « %s » : %m"
59
60#: pg_archivecleanup.c:241
61#, c-format
62msgid "invalid file name argument"
63msgstr "argument du nom de fichier invalide"
64
65#: pg_archivecleanup.c:242 pg_archivecleanup.c:315 pg_archivecleanup.c:336
66#: pg_archivecleanup.c:348 pg_archivecleanup.c:355
67#, c-format
68msgid "Try \"%s --help\" for more information.\n"
69msgstr "Essayez « %s --help » pour plus d'informations.\n"
70
71#: pg_archivecleanup.c:255
72#, c-format
73msgid ""
74"%s removes older WAL files from PostgreSQL archives.\n"
75"\n"
76msgstr ""
77"%s supprime les journaux de transactions archivés devenus\n"
78"inutiles."
79"\n"
80
81#: pg_archivecleanup.c:256
82#, c-format
83msgid "Usage:\n"
84msgstr "Usage :\n"
85
86#: pg_archivecleanup.c:257
87#, c-format
88msgid "  %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
89msgstr "  %s [OPTION]... EMPLACEMENTARCHIVE PLUSANCIENFICHIERWALCONSERVÉ\n"
90
91#: pg_archivecleanup.c:258
92#, c-format
93msgid ""
94"\n"
95"Options:\n"
96msgstr ""
97"\n"
98"Options :\n"
99
100#: pg_archivecleanup.c:259
101#, c-format
102msgid "  -d             generate debug output (verbose mode)\n"
103msgstr ""
104"  -d             affiche des informations de débugage (mode verbeux)\n"
105
106#: pg_archivecleanup.c:260
107#, c-format
108msgid ""
109"  -n             dry run, show the names of the files that would be "
110"removed\n"
111msgstr ""
112"  -n             test, affiche le nom des fichiers qui seraient supprimés\n"
113
114#: pg_archivecleanup.c:261
115#, c-format
116msgid "  -V, --version  output version information, then exit\n"
117msgstr "  -V, --version  affiche la version et quitte\n"
118
119#: pg_archivecleanup.c:262
120#, c-format
121msgid "  -x EXT         clean up files if they have this extension\n"
122msgstr "  -x EXT         nettoie les fichiers s'ils ont cette extension\n"
123
124#: pg_archivecleanup.c:263
125#, c-format
126msgid "  -?, --help     show this help, then exit\n"
127msgstr "  -?, --help     affiche cette aide et quitte\n"
128
129#: pg_archivecleanup.c:264
130#, c-format
131msgid ""
132"\n"
133"For use as archive_cleanup_command in postgresql.conf:\n"
134"  archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION "
135"%%r'\n"
136"e.g.\n"
137"  archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir "
138"%%r'\n"
139msgstr ""
140"\n"
141"Pour utiliser comme archive_cleanup_command dans postgresql.conf :\n"
142"  archive_cleanup_command = 'pg_archivecleanup [OPTION]... "
143"EMPLACEMENTARCHIVE %%r'\n"
144"Par exemple :\n"
145"  archive_cleanup_command = 'pg_archivecleanup /mnt/serveur/reparchives "
146"%%r'\n"
147
148#: pg_archivecleanup.c:269
149#, c-format
150msgid ""
151"\n"
152"Or for use as a standalone archive cleaner:\n"
153"e.g.\n"
154"  pg_archivecleanup /mnt/server/archiverdir "
155"000000010000000000000010.00000020.backup\n"
156msgstr ""
157"\n"
158"Ou pour utiliser comme nettoyeur autonome d'archives :\n"
159"Par exemple :\n"
160"  pg_archivecleanup /mnt/serveur/reparchives "
161"000000010000000000000010.00000020.backup\n"
162
163#: pg_archivecleanup.c:273
164#, c-format
165msgid ""
166"\n"
167"Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
168msgstr ""
169"\n"
170"Rapporter les bogues à <pgsql-bugs@lists.postgresql.org>.\n"
171
172#: pg_archivecleanup.c:335
173#, c-format
174msgid "must specify archive location"
175msgstr "doit spécifier l'emplacement de l'archive"
176
177#: pg_archivecleanup.c:347
178#, c-format
179msgid "must specify oldest kept WAL file"
180msgstr "doit spécifier le plus ancien journal de transactions conservé"
181
182#: pg_archivecleanup.c:354
183#, c-format
184msgid "too many command-line arguments"
185msgstr "trop d'arguments en ligne de commande"
186
187#~ msgid "%s: too many parameters\n"
188#~ msgstr "%s : trop de paramètres\n"
189
190#~ msgid "%s: keeping WAL file \"%s\" and later\n"
191#~ msgstr "%s : conservation du fichier WAL « %s » et des suivants\n"
192
193#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
194#~ msgstr "%s : ERREUR : n'a pas pu supprimer le fichier « %s » : %s\n"
195
196#~ msgid "%s: removing file \"%s\"\n"
197#~ msgstr "%s : suppression du fichier « %s »\n"
198
199#~ msgid "%s: file \"%s\" would be removed\n"
200#~ msgstr "%s : le fichier « %s » serait supprimé\n"
201