Translation of pg_amcheck
authorGuillaume Lelarge <guillaume@lelarge.info>
Mon, 14 Jun 2021 14:56:44 +0000 (16:56 +0200)
committerGuillaume Lelarge <guillaume@lelarge.info>
Mon, 14 Jun 2021 14:56:44 +0000 (16:56 +0200)
fr/pg_amcheck.po

index 982e432ae05ecff92ad4a29e6a6fa15f6cddf4a4..f359e35aa02e74322cb861c8be8c204017a8b48f 100644 (file)
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: pg_amcheck (PostgreSQL) 14\n"
 "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
 "POT-Creation-Date: 2021-06-14 06:18+0000\n"
-"PO-Revision-Date: 2021-04-26 11:37+0200\n"
+"PO-Revision-Date: 2021-06-14 16:56+0200\n"
 "Last-Translator: \n"
 "Language-Team: \n"
 "Language: fr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.4.2\n"
+"X-Generator: Poedit 2.4.3\n"
 
 #: ../../../src/common/logging.c:259
 #, c-format
@@ -168,16 +168,12 @@ msgid "btree index \"%s\".\"%s\".\"%s\": btree checking function returned unexpe
 msgstr "index btree \"%s\".\"%s\".\"%s\" : la fonction de vérification de btree a renvoyé un nombre de lignes inattendu : %d"
 
 #: pg_amcheck.c:1117
-#, fuzzy, c-format
-#| msgid "are %s's and amcheck's versions compatible?"
+#, c-format
 msgid "Are %s's and amcheck's versions compatible?"
 msgstr "est-ce que les versions de %s et d'amcheck sont compatibles ?"
 
 #: pg_amcheck.c:1151
-#, fuzzy, c-format
-#| msgid ""
-#| "%s uses amcheck module to check objects in a PostgreSQL database for corruption.\n"
-#| "\n"
+#, c-format
 msgid ""
 "%s checks objects in a PostgreSQL database for corruption.\n"
 "\n"
@@ -196,10 +192,7 @@ msgid "  %s [OPTION]... [DBNAME]\n"
 msgstr "  %s [OPTION]... [NOMBASE]\n"
 
 #: pg_amcheck.c:1154
-#, fuzzy, c-format
-#| msgid ""
-#| "\n"
-#| "Target Options:\n"
+#, c-format
 msgid ""
 "\n"
 "Target options:\n"
@@ -208,94 +201,77 @@ msgstr ""
 "Options de la cible :\n"
 
 #: pg_amcheck.c:1155
-#, fuzzy, c-format
-#| msgid "  -a, --all                      check all databases\n"
+#, c-format
 msgid "  -a, --all                       check all databases\n"
 msgstr "  -a, --all                      vérifie toutes les bases\n"
 
 #: pg_amcheck.c:1156
-#, fuzzy, c-format
-#| msgid "  -d, --database=PATTERN         check matching database(s)\n"
+#, c-format
 msgid "  -d, --database=PATTERN          check matching database(s)\n"
 msgstr "  -d, --database=MOTIF           vérifie les bases correspondantes\n"
 
 #: pg_amcheck.c:1157
-#, fuzzy, c-format
-#| msgid "  -D, --exclude-database=PATTERN do NOT check matching database(s)\n"
+#, c-format
 msgid "  -D, --exclude-database=PATTERN  do NOT check matching database(s)\n"
 msgstr "  -D, --exclude-database=MOTIF   ne vérifie PAS les bases correspondantes\n"
 
 #: pg_amcheck.c:1158
-#, fuzzy, c-format
-#| msgid "  -i, --index=PATTERN            check matching index(es)\n"
+#, c-format
 msgid "  -i, --index=PATTERN             check matching index(es)\n"
 msgstr "  -i, --index=MOTIF              vérifie les index correspondants\n"
 
 #: pg_amcheck.c:1159
-#, fuzzy, c-format
-#| msgid "  -I, --exclude-index=PATTERN    do NOT check matching index(es)\n"
+#, c-format
 msgid "  -I, --exclude-index=PATTERN     do NOT check matching index(es)\n"
 msgstr "  -I, --exclude-index=MOTIF      ne vérifie PAS les index correspondants\n"
 
 #: pg_amcheck.c:1160
-#, fuzzy, c-format
-#| msgid "  -r, --relation=PATTERN         check matching relation(s)\n"
+#, c-format
 msgid "  -r, --relation=PATTERN          check matching relation(s)\n"
 msgstr "  -r, --relation=MOTIF           vérifie les relations correspondantes\n"
 
 #: pg_amcheck.c:1161
-#, fuzzy, c-format
-#| msgid "  -R, --exclude-relation=PATTERN do NOT check matching relation(s)\n"
+#, c-format
 msgid "  -R, --exclude-relation=PATTERN  do NOT check matching relation(s)\n"
-msgstr "  -R, --exclude-relation=MOTIF   ne vérifie pas les relations correspondantes\n"
+msgstr "  -R, --exclude-relation=MOTIF   ne vérifie PAS les relations correspondantes\n"
 
 #: pg_amcheck.c:1162
-#, fuzzy, c-format
-#| msgid "  -s, --schema=PATTERN           check matching schema(s)\n"
+#, c-format
 msgid "  -s, --schema=PATTERN            check matching schema(s)\n"
 msgstr "  -s, --schema=MOTIF             vérifie les schémas correspondants\n"
 
 #: pg_amcheck.c:1163
-#, fuzzy, c-format
-#| msgid "  -S, --exclude-schema=PATTERN   do NOT check matching schema(s)\n"
+#, c-format
 msgid "  -S, --exclude-schema=PATTERN    do NOT check matching schema(s)\n"
 msgstr "  -S, --exclude-schema=MOTIF     ne vérifie PAS les schémas correspondants\n"
 
 #: pg_amcheck.c:1164
-#, fuzzy, c-format
-#| msgid "  -t, --table=PATTERN            check matching table(s)\n"
+#, c-format
 msgid "  -t, --table=PATTERN             check matching table(s)\n"
 msgstr "  -t, --table=MOTIF              vérifie les tables correspondantes\n"
 
 #: pg_amcheck.c:1165
-#, fuzzy, c-format
-#| msgid "  -T, --exclude-table=PATTERN    do NOT check matching table(s)\n"
+#, c-format
 msgid "  -T, --exclude-table=PATTERN     do NOT check matching table(s)\n"
 msgstr "  -T, --exclude-table=MOTIF      ne vérifie PAS les tables correspondantes\n"
 
 #: pg_amcheck.c:1166
-#, fuzzy, c-format
-#| msgid "      --no-dependent-indexes     do NOT expand list of relations to include indexes\n"
+#, c-format
 msgid "      --no-dependent-indexes      do NOT expand list of relations to include indexes\n"
 msgstr "      --no-dependent-indexes     n'étend PAS la liste des relations pour inclure les index\n"
 
 #: pg_amcheck.c:1167
-#, fuzzy, c-format
-#| msgid "      --no-dependent-toast       do NOT expand list of relations to include toast\n"
+#, c-format
 msgid "      --no-dependent-toast        do NOT expand list of relations to include TOAST tables\n"
 msgstr "      --no-dependent-toast       n'étend PAS la liste des relations pour inclure les TOAST\n"
 
 #: pg_amcheck.c:1168
-#, fuzzy, c-format
-#| msgid "      --no-strict-names          do NOT require patterns to match objects\n"
+#, c-format
 msgid "      --no-strict-names           do NOT require patterns to match objects\n"
 msgstr "      --no-strict-names          ne requiert PAS que les motifs correspondent à des objets\n"
 
 #: pg_amcheck.c:1169
-#, fuzzy, c-format
-#| msgid ""
-#| "\n"
-#| "Table Checking Options:\n"
+#, c-format
 msgid ""
 "\n"
 "Table checking options:\n"
@@ -304,40 +280,32 @@ msgstr ""
 "Options de vérification des tables :\n"
 
 #: pg_amcheck.c:1170
-#, fuzzy, c-format
-#| msgid "      --exclude-toast-pointers   do NOT follow relation toast pointers\n"
+#, c-format
 msgid "      --exclude-toast-pointers    do NOT follow relation TOAST pointers\n"
 msgstr "      --exclude-toast-pointers   ne suit PAS les pointeurs de TOAST\n"
 
 #: pg_amcheck.c:1171
-#, fuzzy, c-format
-#| msgid "      --on-error-stop            stop checking at end of first corrupt page\n"
+#, c-format
 msgid "      --on-error-stop             stop checking at end of first corrupt page\n"
 msgstr "      --on-error-stop            arrête la vérification à la fin du premier bloc corrompu\n"
 
 #: pg_amcheck.c:1172
-#, fuzzy, c-format
-#| msgid "      --skip=OPTION              do NOT check \"all-frozen\" or \"all-visible\" blocks\n"
+#, c-format
 msgid "      --skip=OPTION               do NOT check \"all-frozen\" or \"all-visible\" blocks\n"
 msgstr "      --skip=OPTION              ne vérifie PAS les blocs « all-frozen » et « all-visible »\n"
 
 #: pg_amcheck.c:1173
-#, fuzzy, c-format
-#| msgid "      --startblock=BLOCK         begin checking table(s) at the given block number\n"
+#, c-format
 msgid "      --startblock=BLOCK          begin checking table(s) at the given block number\n"
 msgstr "      --startblock=BLOC          commence la vérification des tables au numéro de bloc indiqué\n"
 
 #: pg_amcheck.c:1174
-#, fuzzy, c-format
-#| msgid "      --endblock=BLOCK           check table(s) only up to the given block number\n"
+#, c-format
 msgid "      --endblock=BLOCK            check table(s) only up to the given block number\n"
 msgstr "      --endblock=BLOC            vérifie les tables jusqu'au numéro de bloc indiqué\n"
 
 #: pg_amcheck.c:1175
-#, fuzzy, c-format
-#| msgid ""
-#| "\n"
-#| "Btree Index Checking Options:\n"
+#, c-format
 msgid ""
 "\n"
 "B-tree index checking options:\n"
@@ -346,20 +314,17 @@ msgstr ""
 "Options de vérification des index Btree :\n"
 
 #: pg_amcheck.c:1176
-#, fuzzy, c-format
-#| msgid "      --heapallindexed           check all heap tuples are found within indexes\n"
+#, c-format
 msgid "      --heapallindexed            check all heap tuples are found within indexes\n"
 msgstr "      --heapallindexed           vérifie que tous les enregistrements de la table sont référencés dans les index\n"
 
 #: pg_amcheck.c:1177
-#, fuzzy, c-format
-#| msgid "      --parent-check             check index parent/child relationships\n"
+#, c-format
 msgid "      --parent-check              check index parent/child relationships\n"
 msgstr "      --parent-check             vérifie les relations parent/enfants dans les index\n"
 
 #: pg_amcheck.c:1178
-#, fuzzy, c-format
-#| msgid "      --rootdescend              search from root page to refind tuples\n"
+#, c-format
 msgid "      --rootdescend               search from root page to refind tuples\n"
 msgstr "      --rootdescend              recherche à partir de la racine pour trouver les lignes\n"
 
@@ -373,38 +338,32 @@ msgstr ""
 "Options de connexion :\n"
 
 #: pg_amcheck.c:1180
-#, fuzzy, c-format
-#| msgid "  -h, --host=HOSTNAME            database server host or socket directory\n"
+#, c-format
 msgid "  -h, --host=HOSTNAME             database server host or socket directory\n"
 msgstr "  -h, --host=HOSTNAME            IP/alias du serveur ou répertoire du socket\n"
 
 #: pg_amcheck.c:1181
-#, fuzzy, c-format
-#| msgid "  -p, --port=PORT                database server port\n"
+#, c-format
 msgid "  -p, --port=PORT                 database server port\n"
 msgstr "  -p, --port=PORT                port du serveur de bases de données\n"
 
 #: pg_amcheck.c:1182
-#, fuzzy, c-format
-#| msgid "  -U, --username=USERNAME        user name to connect as\n"
+#, c-format
 msgid "  -U, --username=USERNAME         user name to connect as\n"
 msgstr "  -U, --username=NOM_UTILSATEUR  nom d'utilisateur pour la connexion\n"
 
 #: pg_amcheck.c:1183
-#, fuzzy, c-format
-#| msgid "  -w, --no-password              never prompt for password\n"
+#, c-format
 msgid "  -w, --no-password               never prompt for password\n"
 msgstr "  -w, --no-password              ne demande jamais un mot de passe\n"
 
 #: pg_amcheck.c:1184
-#, fuzzy, c-format
-#| msgid "  -W, --password                 force password prompt\n"
+#, c-format
 msgid "  -W, --password                  force password prompt\n"
 msgstr "  -W, --password                 force la saisie d'un mot de passe\n"
 
 #: pg_amcheck.c:1185
-#, fuzzy, c-format
-#| msgid "      --maintenance-db=DBNAME    alternate maintenance database\n"
+#, c-format
 msgid "      --maintenance-db=DBNAME     alternate maintenance database\n"
 msgstr "      --maintenance-db=NOM_BASE  change la base de maintenance\n"
 
@@ -423,8 +382,7 @@ msgid "  -e, --echo                      show the commands being sent to the ser
 msgstr "  -e, --echo                      affiche les commandes envoyées au serveur\n"
 
 #: pg_amcheck.c:1188
-#, fuzzy, c-format
-#| msgid "  -j, --jobs=NUM                 use this many concurrent connections to the server\n"
+#, c-format
 msgid "  -j, --jobs=NUM                  use this many concurrent connections to the server\n"
 msgstr "  -j, --jobs=NOMBRE              utilise ce nombre de connexions simultanées au serveur\n"
 
@@ -434,8 +392,7 @@ msgid "  -q, --quiet                     don't write any messages\n"
 msgstr "  -q, --quiet                     n'écrit aucun message\n"
 
 #: pg_amcheck.c:1190
-#, fuzzy, c-format
-#| msgid "  -P, --progress                 show progress information\n"
+#, c-format
 msgid "  -P, --progress                  show progress information\n"
 msgstr "  -P, --progress                 affiche la progression\n"
 
@@ -450,8 +407,7 @@ msgid "  -V, --version                   output version information, then exit\n
 msgstr "  -V, --version                affiche la version puis quitte\n"
 
 #: pg_amcheck.c:1193
-#, fuzzy, c-format
-#| msgid "      --install-missing          install missing extensions\n"
+#, c-format
 msgid "      --install-missing           install missing extensions\n"
 msgstr "      --install-missing          installe les extensions manquantes\n"
 
@@ -490,8 +446,7 @@ msgid "%*s/%s relations (%d%%) %*s/%s pages (%d%%)"
 msgstr "relations %*s/%s (%d%%) pages %*s/%s (%d%%)"
 
 #: pg_amcheck.c:1550 pg_amcheck.c:1692
-#, fuzzy, c-format
-#| msgid "including database: \"%s\""
+#, c-format
 msgid "including database \"%s\""
 msgstr "en incluant la base de données : « %s »"