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) 14\n"
9"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10"POT-Creation-Date: 2020-04-16 06:16+0000\n"
11"PO-Revision-Date: 2020-04-16 13:39+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.3\n"
19
20#: ../../../src/common/logging.c:236
21#, c-format
22msgid "fatal: "
23msgstr "fatal : "
24
25#: ../../../src/common/logging.c:243
26#, c-format
27msgid "error: "
28msgstr "erreur : "
29
30#: ../../../src/common/logging.c:250
31#, c-format
32msgid "warning: "
33msgstr "attention : "
34
35#: pg_archivecleanup.c:66
36#, c-format
37msgid "archive location \"%s\" does not exist"
38msgstr "l'emplacement d'archivage « %s » n'existe pas"
39
40#: pg_archivecleanup.c:152
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:160
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:163
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:167
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:240
61#, c-format
62msgid "invalid file name argument"
63msgstr "argument du nom de fichier invalide"
64
65#: pg_archivecleanup.c:241 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:254
72#, c-format
73msgid ""
74"%s removes older WAL files from PostgreSQL archives.\n"
75"\n"
76msgstr ""
77"%s supprime les anciens fichiers WAL des archives de PostgreSQL.\n"
78"\n"
79
80#: pg_archivecleanup.c:255
81#, c-format
82msgid "Usage:\n"
83msgstr "Usage :\n"
84
85#: pg_archivecleanup.c:256
86#, c-format
87msgid "  %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n"
88msgstr "  %s [OPTION]... EMPLACEMENTARCHIVE PLUSANCIENFICHIERWALCONSERVÉ\n"
89
90#: pg_archivecleanup.c:257
91#, c-format
92msgid ""
93"\n"
94"Options:\n"
95msgstr ""
96"\n"
97"Options :\n"
98
99#: pg_archivecleanup.c:258
100#, c-format
101msgid "  -d             generate debug output (verbose mode)\n"
102msgstr "  -d             affiche des informations de débugage (mode verbeux)\n"
103
104#: pg_archivecleanup.c:259
105#, c-format
106msgid "  -n             dry run, show the names of the files that would be removed\n"
107msgstr "  -n             test, affiche le nom des fichiers qui seraient supprimés\n"
108
109#: pg_archivecleanup.c:260
110#, c-format
111msgid "  -V, --version  output version information, then exit\n"
112msgstr "  -V, --version  affiche la version et quitte\n"
113
114#: pg_archivecleanup.c:261
115#, c-format
116msgid "  -x EXT         clean up files if they have this extension\n"
117msgstr "  -x EXT         nettoie les fichiers s'ils ont cette extension\n"
118
119#: pg_archivecleanup.c:262
120#, c-format
121msgid "  -?, --help     show this help, then exit\n"
122msgstr "  -?, --help     affiche cette aide et quitte\n"
123
124#: pg_archivecleanup.c:263
125#, c-format
126msgid ""
127"\n"
128"For use as archive_cleanup_command in postgresql.conf:\n"
129"  archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n"
130"e.g.\n"
131"  archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n"
132msgstr ""
133"\n"
134"Pour utiliser comme archive_cleanup_command dans postgresql.conf :\n"
135"  archive_cleanup_command = 'pg_archivecleanup [OPTION]... EMPLACEMENTARCHIVE %%r'\n"
136"Par exemple :\n"
137"  archive_cleanup_command = 'pg_archivecleanup /mnt/serveur/reparchives %%r'\n"
138
139#: pg_archivecleanup.c:268
140#, c-format
141msgid ""
142"\n"
143"Or for use as a standalone archive cleaner:\n"
144"e.g.\n"
145"  pg_archivecleanup /mnt/server/archiverdir 000000010000000000000010.00000020.backup\n"
146msgstr ""
147"\n"
148"Ou pour utiliser comme nettoyeur autonome d'archives :\n"
149"Par exemple :\n"
150"  pg_archivecleanup /mnt/serveur/reparchives 000000010000000000000010.00000020.backup\n"
151
152#: pg_archivecleanup.c:272
153#, c-format
154msgid ""
155"\n"
156"Report bugs to <%s>.\n"
157msgstr ""
158"\n"
159"Rapporter les bogues à <%s>.\n"
160
161#: pg_archivecleanup.c:273
162#, c-format
163msgid "%s home page: <%s>\n"
164msgstr "Page d'accueil de %s : <%s>\n"
165
166#: pg_archivecleanup.c:335
167#, c-format
168msgid "must specify archive location"
169msgstr "doit spécifier l'emplacement de l'archive"
170
171#: pg_archivecleanup.c:347
172#, c-format
173msgid "must specify oldest kept WAL file"
174msgstr "doit spécifier le plus ancien journal de transactions conservé"
175
176#: pg_archivecleanup.c:354
177#, c-format
178msgid "too many command-line arguments"
179msgstr "trop d'arguments en ligne de commande"
180
181#~ msgid "%s: file \"%s\" would be removed\n"
182#~ msgstr "%s : le fichier « %s » serait supprimé\n"
183
184#~ msgid "%s: removing file \"%s\"\n"
185#~ msgstr "%s : suppression du fichier « %s »\n"
186
187#~ msgid "%s: ERROR: could not remove file \"%s\": %s\n"
188#~ msgstr "%s : ERREUR : n'a pas pu supprimer le fichier « %s » : %s\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: too many parameters\n"
194#~ msgstr "%s : trop de paramètres\n"
195
196#~ msgid ""
197#~ "\n"
198#~ "Report bugs to <pgsql-bugs@lists.postgresql.org>.\n"
199#~ msgstr ""
200#~ "\n"
201#~ "Rapporter les bogues à <pgsql-bugs@lists.postgresql.org>.\n"
202