diff --git a/src/backend/po/de.po b/src/backend/po/de.po index eadf2ac909f..c4d239fb38e 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-01-31 23:44+0000\n" -"PO-Revision-Date: 2015-01-31 22:36-0500\n" +"POT-Creation-Date: 2015-05-18 02:44+0000\n" +"PO-Revision-Date: 2015-05-17 22:59-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -206,8 +206,8 @@ msgstr "Anzahl der Indexspalten (%d) überschreitet Maximum (%d)" msgid "index row requires %lu bytes, maximum size is %lu" msgstr "Indexzeile benötigt %lu Bytes, Maximalgröße ist %lu" -#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:571 -#: tcop/postgres.c:1675 +#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:544 +#: tcop/postgres.c:1702 #, c-format msgid "unsupported format code: %d" msgstr "nicht unterstützter Formatcode: %d" @@ -473,13 +473,13 @@ msgstr "keine Versionsübereinstimmung in Index „%s“: Dateiversion %d, Code- msgid "SP-GiST inner tuple size %lu exceeds maximum %lu" msgstr "innere Tupelgröße %lu überschreitet SP-GiST-Maximum %lu" -#: access/transam/multixact.c:990 +#: access/transam/multixact.c:1006 #, c-format msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database \"%s\"" msgstr "Datenbank nimmt keine Befehle an, die neue MultiXactIds erzeugen, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank „%s“ zu vermeiden" -#: access/transam/multixact.c:992 access/transam/multixact.c:999 -#: access/transam/multixact.c:1014 access/transam/multixact.c:1023 +#: access/transam/multixact.c:1008 access/transam/multixact.c:1015 +#: access/transam/multixact.c:1030 access/transam/multixact.c:1039 #, c-format msgid "" "Execute a database-wide VACUUM in that database.\n" @@ -488,41 +488,68 @@ msgstr "" "Führen Sie ein datenbankweites VACUUM in dieser Datenbank aus.\n" "Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen." -#: access/transam/multixact.c:997 +#: access/transam/multixact.c:1013 #, c-format msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database with OID %u" msgstr "Datenbank nimmt keine Befehle an, die neue MultiXactIds erzeugen, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden" -#: access/transam/multixact.c:1009 access/transam/multixact.c:2201 +#: access/transam/multixact.c:1025 access/transam/multixact.c:2302 #, c-format msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used" msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used" msgstr[0] "Datenbank „%s“ muss gevacuumt werden, bevor %u weitere MultiXactId aufgebraucht ist" msgstr[1] "Datenbank „%s“ muss gevacuumt werden, bevor %u weitere MultiXactIds aufgebraucht sind" -#: access/transam/multixact.c:1018 access/transam/multixact.c:2210 +#: access/transam/multixact.c:1034 access/transam/multixact.c:2311 #, c-format msgid "database with OID %u must be vacuumed before %u more MultiXactId is used" msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used" msgstr[0] "Datenbank mit OID %u muss gevacuumt werden, bevor %u weitere MultiXactId aufgebraucht ist" msgstr[1] "Datenbank mit OID %u muss gevacuumt werden, bevor %u weitere MultiXactIds aufgebraucht sind" -#: access/transam/multixact.c:1169 +#: access/transam/multixact.c:1090 +#, c-format +msgid "multixact \"members\" limit exceeded" +msgstr "Grenze für Multixact-Mitglieder überschritten" + +#: access/transam/multixact.c:1091 +#, c-format +msgid "This command would create a multixact with %u members, but the remaining space is only enough for %u member." +msgid_plural "This command would create a multixact with %u members, but the remaining space is only enough for %u members." +msgstr[0] "Dieser Befehl würde eine Multixact mit %u Mitgliedern erzeugen, aber es ist nur genug Platz für %u Mitglied." +msgstr[1] "Dieser Befehl würde eine Multixact mit %u Mitgliedern erzeugen, aber es ist nur genug Platz für %u Mitglieder." + +#: access/transam/multixact.c:1096 +#, c-format +msgid "Execute a database-wide VACUUM in database with OID %u with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings." +msgstr "Führen Sie ein datenbankweites VACUUM in der Datenbank mit OID %u aus, mit reduzierten Einstellungen für vacuum_multixact_freeze_min_age und vacuum_multixact_freeze_table_age." + +#: access/transam/multixact.c:1103 +#, c-format +msgid "database with OID %u must be vacuumed before %d more multixact members are used" +msgstr "Datenbank mit OID %u muss gevacuumt werden, bevor %d weitere MultiXactId-Mitglieder aufgebraucht sind" + +#: access/transam/multixact.c:1106 +#, c-format +msgid "Execute a database-wide VACUUM in that database with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings." +msgstr "Führen Sie ein datenbankweites VACUUM in dieser Datenbank aus, mit reduzierten Einstellungen für vacuum_multixact_freeze_min_age und vacuum_multixact_freeze_table_age." + +#: access/transam/multixact.c:1226 #, c-format msgid "MultiXactId %u does no longer exist -- apparent wraparound" msgstr "MultiXactId %u existiert nicht mehr -- anscheinender Überlauf" -#: access/transam/multixact.c:1177 +#: access/transam/multixact.c:1234 #, c-format msgid "MultiXactId %u has not been created yet -- apparent wraparound" msgstr "MultiXactId %u wurde noch nicht erzeugt -- anscheinender Überlauf" -#: access/transam/multixact.c:2166 +#: access/transam/multixact.c:2266 #, c-format msgid "MultiXactId wrap limit is %u, limited by database with OID %u" msgstr "Grenze für MultiXactId-Überlauf ist %u, begrenzt durch Datenbank mit OID %u" -#: access/transam/multixact.c:2206 access/transam/multixact.c:2215 +#: access/transam/multixact.c:2307 access/transam/multixact.c:2316 #: access/transam/varsup.c:137 access/transam/varsup.c:144 #: access/transam/varsup.c:374 access/transam/varsup.c:381 #, c-format @@ -533,7 +560,7 @@ msgstr "" "Um ein Abschalten der Datenbank zu vermeiden, führen Sie ein komplettes VACUUM über diese Datenbank aus.\n" "Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen." -#: access/transam/multixact.c:2799 +#: access/transam/multixact.c:3090 #, c-format msgid "invalid MultiXactId: %u" msgstr "ungültige MultiXactId: %u" @@ -591,13 +618,13 @@ msgid "removing file \"%s\"" msgstr "entferne Datei „%s“" #: access/transam/timeline.c:111 access/transam/timeline.c:236 -#: access/transam/timeline.c:334 access/transam/xlog.c:2271 -#: access/transam/xlog.c:2378 access/transam/xlog.c:2415 -#: access/transam/xlog.c:2690 access/transam/xlog.c:2768 +#: access/transam/timeline.c:334 access/transam/xlog.c:2275 +#: access/transam/xlog.c:2382 access/transam/xlog.c:2419 +#: access/transam/xlog.c:2694 access/transam/xlog.c:2772 #: replication/basebackup.c:391 replication/basebackup.c:1070 -#: replication/walsender.c:368 replication/walsender.c:1348 +#: replication/walsender.c:368 replication/walsender.c:1337 #: storage/file/copydir.c:155 storage/file/fd.c:423 storage/smgr/md.c:587 -#: storage/smgr/md.c:845 utils/error/elog.c:1697 utils/init/miscinit.c:1063 +#: storage/smgr/md.c:845 utils/error/elog.c:1698 utils/init/miscinit.c:1063 #: utils/init/miscinit.c:1192 #, c-format msgid "could not open file \"%s\": %m" @@ -639,17 +666,17 @@ msgid "Timeline IDs must be less than child timeline's ID." msgstr "Zeitleisten-IDs müssen kleiner als die Zeitleisten-ID des Kindes sein." #: access/transam/timeline.c:315 access/transam/timeline.c:475 -#: access/transam/xlog.c:2295 access/transam/xlog.c:2430 -#: access/transam/xlog.c:8772 access/transam/xlog.c:9087 -#: postmaster/postmaster.c:4140 storage/file/copydir.c:162 +#: access/transam/xlog.c:2299 access/transam/xlog.c:2434 +#: access/transam/xlog.c:8880 access/transam/xlog.c:9195 +#: postmaster/postmaster.c:4142 storage/file/copydir.c:162 #: storage/smgr/md.c:305 utils/time/snapmgr.c:861 #, c-format msgid "could not create file \"%s\": %m" msgstr "kann Datei „%s“ nicht erstellen: %m" -#: access/transam/timeline.c:346 access/transam/xlog.c:2443 -#: access/transam/xlog.c:8938 access/transam/xlog.c:8951 -#: access/transam/xlog.c:9319 access/transam/xlog.c:9362 +#: access/transam/timeline.c:346 access/transam/xlog.c:2447 +#: access/transam/xlog.c:9046 access/transam/xlog.c:9059 +#: access/transam/xlog.c:9427 access/transam/xlog.c:9470 #: access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 #: replication/walsender.c:393 storage/file/copydir.c:176 #: utils/adt/genfile.c:139 @@ -658,9 +685,9 @@ msgid "could not read file \"%s\": %m" msgstr "konnte Datei „%s“ nicht lesen: %m" #: access/transam/timeline.c:367 access/transam/timeline.c:401 -#: access/transam/timeline.c:491 access/transam/xlog.c:2330 -#: access/transam/xlog.c:2462 postmaster/postmaster.c:4150 -#: postmaster/postmaster.c:4160 storage/file/copydir.c:187 +#: access/transam/timeline.c:491 access/transam/xlog.c:2334 +#: access/transam/xlog.c:2466 postmaster/postmaster.c:4152 +#: postmaster/postmaster.c:4162 storage/file/copydir.c:187 #: utils/init/miscinit.c:1128 utils/init/miscinit.c:1137 #: utils/init/miscinit.c:1144 utils/misc/guc.c:7652 utils/misc/guc.c:7666 #: utils/time/snapmgr.c:866 utils/time/snapmgr.c:873 @@ -669,15 +696,15 @@ msgid "could not write to file \"%s\": %m" msgstr "konnte nicht in Datei „%s“ schreiben: %m" #: access/transam/timeline.c:407 access/transam/timeline.c:497 -#: access/transam/xlog.c:2339 access/transam/xlog.c:2469 storage/file/fd.c:437 +#: access/transam/xlog.c:2343 access/transam/xlog.c:2473 storage/file/fd.c:437 #: storage/smgr/md.c:967 storage/smgr/md.c:1198 storage/smgr/md.c:1371 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "konnte Datei „%s“ nicht fsyncen: %m" #: access/transam/timeline.c:412 access/transam/timeline.c:502 -#: access/transam/xlog.c:2345 access/transam/xlog.c:2474 -#: access/transam/xlogfuncs.c:621 commands/copy.c:1473 +#: access/transam/xlog.c:2349 access/transam/xlog.c:2478 +#: access/transam/xlogfuncs.c:621 commands/copy.c:1480 #: storage/file/copydir.c:201 #, c-format msgid "could not close file \"%s\": %m" @@ -689,7 +716,7 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "konnte Datei „%s“ nicht nach „%s“ linken: %m" #: access/transam/timeline.c:436 access/transam/timeline.c:526 -#: access/transam/xlog.c:4470 access/transam/xlog.c:5387 +#: access/transam/xlog.c:4482 access/transam/xlog.c:5480 #: access/transam/xlogarchive.c:457 access/transam/xlogarchive.c:474 #: access/transam/xlogarchive.c:581 postmaster/pgarch.c:756 #: utils/time/snapmgr.c:884 @@ -895,553 +922,554 @@ msgstr "Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenban msgid "cannot have more than 2^32-1 commands in a transaction" msgstr "kann nicht mehr als 2^32-1 Befehle in einer Transaktion ausführen" -#: access/transam/xact.c:1324 +#: access/transam/xact.c:1329 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "maximale Anzahl committeter Subtransaktionen (%d) erreicht" -#: access/transam/xact.c:2104 +#: access/transam/xact.c:2109 #, c-format msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre Tabellen bearbeitet hat" -#: access/transam/xact.c:2114 +#: access/transam/xact.c:2119 #, c-format msgid "cannot PREPARE a transaction that has exported snapshots" msgstr "PREPARE kann nicht für eine Transaktion ausgeführt werden, die Snapshots exportiert hat" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2953 +#: access/transam/xact.c:2958 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s kann nicht in einem Transaktionsblock laufen" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2963 +#: access/transam/xact.c:2968 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s kann nicht in einer Subtransaktion laufen" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2973 +#: access/transam/xact.c:2978 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "%s kann nicht aus einer Funktion oder einer mehrbefehligen Zeichenkette heraus ausgeführt werden" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3024 +#: access/transam/xact.c:3029 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s kann nur in Transaktionsblöcken verwendet werden" -#: access/transam/xact.c:3206 +#: access/transam/xact.c:3211 #, c-format msgid "there is already a transaction in progress" msgstr "eine Transaktion ist bereits begonnen" -#: access/transam/xact.c:3374 access/transam/xact.c:3467 +#: access/transam/xact.c:3379 access/transam/xact.c:3472 #, c-format msgid "there is no transaction in progress" msgstr "keine Transaktion offen" -#: access/transam/xact.c:3563 access/transam/xact.c:3614 -#: access/transam/xact.c:3620 access/transam/xact.c:3664 -#: access/transam/xact.c:3713 access/transam/xact.c:3719 +#: access/transam/xact.c:3568 access/transam/xact.c:3619 +#: access/transam/xact.c:3625 access/transam/xact.c:3669 +#: access/transam/xact.c:3718 access/transam/xact.c:3724 #, c-format msgid "no such savepoint" msgstr "Savepoint existiert nicht" -#: access/transam/xact.c:4396 +#: access/transam/xact.c:4401 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "kann nicht mehr als 2^32-1 Subtransaktionen in einer Transaktion haben" -#: access/transam/xlog.c:1615 +#: access/transam/xlog.c:1619 #, c-format msgid "could not seek in log file %s to offset %u: %m" msgstr "konnte Positionszeiger in Logdatei %s nicht auf %u setzen: %m" -#: access/transam/xlog.c:1632 +#: access/transam/xlog.c:1636 #, c-format msgid "could not write to log file %s at offset %u, length %lu: %m" msgstr "konnte nicht in Logdatei %s bei Position %u, Länge %lu schreiben: %m" -#: access/transam/xlog.c:1876 +#: access/transam/xlog.c:1880 #, c-format msgid "updated min recovery point to %X/%X on timeline %u" msgstr "minimaler Recovery-Punkt auf %X/%X auf Zeitleiste %u aktualisiert" -#: access/transam/xlog.c:2446 +#: access/transam/xlog.c:2450 #, c-format msgid "not enough data in file \"%s\"" msgstr "nicht genug Daten in Datei „%s“" -#: access/transam/xlog.c:2565 +#: access/transam/xlog.c:2569 #, c-format msgid "could not link file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "konnte Datei „%s“ nicht nach „%s“ linken (Logdatei-Initialisierung): %m" -#: access/transam/xlog.c:2577 +#: access/transam/xlog.c:2581 #, c-format msgid "could not rename file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "konnte Datei „%s“ nicht in „%s“ umbenennen (Logdatei-Initialisierung): %m" -#: access/transam/xlog.c:2605 +#: access/transam/xlog.c:2609 #, c-format msgid "could not open transaction log file \"%s\": %m" msgstr "konnte Transaktionslogdatei „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:2794 +#: access/transam/xlog.c:2798 #, c-format msgid "could not close log file %s: %m" msgstr "konnte Logdatei %s nicht schließen: %m" -#: access/transam/xlog.c:2853 replication/walsender.c:1343 +#: access/transam/xlog.c:2857 replication/walsender.c:1332 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "das angeforderte WAL-Segment %s wurde schon entfernt" -#: access/transam/xlog.c:2910 access/transam/xlog.c:3087 +#: access/transam/xlog.c:2899 access/transam/xlog.c:3099 +#: access/transam/xlog.c:4518 #, c-format msgid "could not open transaction log directory \"%s\": %m" msgstr "konnte Transaktionslog-Verzeichnis „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:2958 +#: access/transam/xlog.c:2981 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "Transaktionslogdatei „%s“ wird wiederverwendet" -#: access/transam/xlog.c:2974 +#: access/transam/xlog.c:2996 #, c-format msgid "removing transaction log file \"%s\"" msgstr "entferne Transaktionslogdatei „%s“" -#: access/transam/xlog.c:2997 +#: access/transam/xlog.c:3014 #, c-format msgid "could not rename old transaction log file \"%s\": %m" msgstr "konnte alte Transaktionslogdatei „%s“ nicht umbenennen: %m" -#: access/transam/xlog.c:3009 +#: access/transam/xlog.c:3026 #, c-format msgid "could not remove old transaction log file \"%s\": %m" msgstr "konnte alte Transaktionslogdatei „%s“ nicht löschen: %m" -#: access/transam/xlog.c:3047 access/transam/xlog.c:3057 +#: access/transam/xlog.c:3059 access/transam/xlog.c:3069 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "benötigtes WAL-Verzeichnis „%s“ existiert nicht" -#: access/transam/xlog.c:3063 +#: access/transam/xlog.c:3075 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "erzeuge fehlendes WAL-Verzeichnis „%s“" -#: access/transam/xlog.c:3066 +#: access/transam/xlog.c:3078 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "konnte fehlendes Verzeichnis „%s“ nicht erzeugen: %m" -#: access/transam/xlog.c:3100 +#: access/transam/xlog.c:3112 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "entferne Transaktionslog-Backup-History-Datei „%s“" -#: access/transam/xlog.c:3292 +#: access/transam/xlog.c:3304 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "unerwartete Zeitleisten-ID %u in Logsegment %s, Offset %u" -#: access/transam/xlog.c:3414 +#: access/transam/xlog.c:3426 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "neue Zeitleiste %u ist kein Kind der Datenbanksystemzeitleiste %u" -#: access/transam/xlog.c:3428 +#: access/transam/xlog.c:3440 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "neue Zeitleiste %u zweigte von der aktuellen Datenbanksystemzeitleiste %u vor dem aktuellen Wiederherstellungspunkt %X/%X ab" -#: access/transam/xlog.c:3447 +#: access/transam/xlog.c:3459 #, c-format msgid "new target timeline is %u" msgstr "neue Zielzeitleiste ist %u" -#: access/transam/xlog.c:3526 +#: access/transam/xlog.c:3538 #, c-format msgid "could not create control file \"%s\": %m" msgstr "konnte Kontrolldatei „%s“ nicht erzeugen: %m" -#: access/transam/xlog.c:3537 access/transam/xlog.c:3766 +#: access/transam/xlog.c:3549 access/transam/xlog.c:3778 #, c-format msgid "could not write to control file: %m" msgstr "konnte nicht in Kontrolldatei schreiben: %m" -#: access/transam/xlog.c:3543 access/transam/xlog.c:3772 +#: access/transam/xlog.c:3555 access/transam/xlog.c:3784 #, c-format msgid "could not fsync control file: %m" msgstr "konnte Kontrolldatei nicht fsyncen: %m" -#: access/transam/xlog.c:3548 access/transam/xlog.c:3777 +#: access/transam/xlog.c:3560 access/transam/xlog.c:3789 #, c-format msgid "could not close control file: %m" msgstr "konnte Kontrolldatei nicht schließen: %m" -#: access/transam/xlog.c:3566 access/transam/xlog.c:3755 +#: access/transam/xlog.c:3578 access/transam/xlog.c:3767 #, c-format msgid "could not open control file \"%s\": %m" msgstr "konnte Kontrolldatei „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:3572 +#: access/transam/xlog.c:3584 #, c-format msgid "could not read from control file: %m" msgstr "konnte nicht aus Kontrolldatei lesen: %m" -#: access/transam/xlog.c:3585 access/transam/xlog.c:3594 -#: access/transam/xlog.c:3618 access/transam/xlog.c:3625 -#: access/transam/xlog.c:3632 access/transam/xlog.c:3637 -#: access/transam/xlog.c:3644 access/transam/xlog.c:3651 -#: access/transam/xlog.c:3658 access/transam/xlog.c:3665 -#: access/transam/xlog.c:3672 access/transam/xlog.c:3679 -#: access/transam/xlog.c:3688 access/transam/xlog.c:3695 -#: access/transam/xlog.c:3704 access/transam/xlog.c:3711 -#: access/transam/xlog.c:3720 access/transam/xlog.c:3727 +#: access/transam/xlog.c:3597 access/transam/xlog.c:3606 +#: access/transam/xlog.c:3630 access/transam/xlog.c:3637 +#: access/transam/xlog.c:3644 access/transam/xlog.c:3649 +#: access/transam/xlog.c:3656 access/transam/xlog.c:3663 +#: access/transam/xlog.c:3670 access/transam/xlog.c:3677 +#: access/transam/xlog.c:3684 access/transam/xlog.c:3691 +#: access/transam/xlog.c:3700 access/transam/xlog.c:3707 +#: access/transam/xlog.c:3716 access/transam/xlog.c:3723 +#: access/transam/xlog.c:3732 access/transam/xlog.c:3739 #: utils/init/miscinit.c:1210 #, c-format msgid "database files are incompatible with server" msgstr "Datenbankdateien sind inkompatibel mit Server" -#: access/transam/xlog.c:3586 +#: access/transam/xlog.c:3598 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d (0x%08x) initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) kompiliert." -#: access/transam/xlog.c:3590 +#: access/transam/xlog.c:3602 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Das Problem könnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass Sie initdb ausführen müssen." -#: access/transam/xlog.c:3595 +#: access/transam/xlog.c:3607 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d kompiliert." -#: access/transam/xlog.c:3598 access/transam/xlog.c:3622 -#: access/transam/xlog.c:3629 access/transam/xlog.c:3634 +#: access/transam/xlog.c:3610 access/transam/xlog.c:3634 +#: access/transam/xlog.c:3641 access/transam/xlog.c:3646 #, c-format msgid "It looks like you need to initdb." msgstr "Es sieht so aus, dass Sie initdb ausführen müssen." -#: access/transam/xlog.c:3609 +#: access/transam/xlog.c:3621 #, c-format msgid "incorrect checksum in control file" msgstr "falsche Prüfsumme in Kontrolldatei" -#: access/transam/xlog.c:3619 +#: access/transam/xlog.c:3631 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber der Server wurde mit CATALOG_VERSION_NO %d kompiliert." -#: access/transam/xlog.c:3626 +#: access/transam/xlog.c:3638 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server wurde mit MAXALIGN %d kompiliert." -#: access/transam/xlog.c:3633 +#: access/transam/xlog.c:3645 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Der Datenbank-Cluster verwendet anscheinend ein anderes Fließkommazahlenformat als das Serverprogramm." -#: access/transam/xlog.c:3638 +#: access/transam/xlog.c:3650 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server wurde mit BLCKSZ %d kompiliert." -#: access/transam/xlog.c:3641 access/transam/xlog.c:3648 -#: access/transam/xlog.c:3655 access/transam/xlog.c:3662 -#: access/transam/xlog.c:3669 access/transam/xlog.c:3676 -#: access/transam/xlog.c:3683 access/transam/xlog.c:3691 -#: access/transam/xlog.c:3698 access/transam/xlog.c:3707 -#: access/transam/xlog.c:3714 access/transam/xlog.c:3723 -#: access/transam/xlog.c:3730 +#: access/transam/xlog.c:3653 access/transam/xlog.c:3660 +#: access/transam/xlog.c:3667 access/transam/xlog.c:3674 +#: access/transam/xlog.c:3681 access/transam/xlog.c:3688 +#: access/transam/xlog.c:3695 access/transam/xlog.c:3703 +#: access/transam/xlog.c:3710 access/transam/xlog.c:3719 +#: access/transam/xlog.c:3726 access/transam/xlog.c:3735 +#: access/transam/xlog.c:3742 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen." -#: access/transam/xlog.c:3645 +#: access/transam/xlog.c:3657 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der Server wurde mit RELSEGSIZE %d kompiliert." -#: access/transam/xlog.c:3652 +#: access/transam/xlog.c:3664 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der Server wurde mit XLOG_BLCKSZ %d kompiliert." -#: access/transam/xlog.c:3659 +#: access/transam/xlog.c:3671 #, c-format msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit XLOG_SEG_SIZE %d initialisiert, aber der Server wurde mit XLOG_SEG_SIZE %d kompiliert." -#: access/transam/xlog.c:3666 +#: access/transam/xlog.c:3678 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der Server wurde mit NAMEDATALEN %d kompiliert." -#: access/transam/xlog.c:3673 +#: access/transam/xlog.c:3685 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der Server wurde mit INDEX_MAX_KEYS %d kompiliert." -#: access/transam/xlog.c:3680 +#: access/transam/xlog.c:3692 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert." -#: access/transam/xlog.c:3689 +#: access/transam/xlog.c:3701 #, c-format msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP." msgstr "Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber der Server wurde mit HAE_INT64_TIMESTAMP kompiliert." -#: access/transam/xlog.c:3696 +#: access/transam/xlog.c:3708 #, c-format msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." msgstr "Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der Server wurde ohne HAE_INT64_TIMESTAMP kompiliert." -#: access/transam/xlog.c:3705 +#: access/transam/xlog.c:3717 #, c-format msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL." msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT4_BYVAL kompiliert." -#: access/transam/xlog.c:3712 +#: access/transam/xlog.c:3724 #, c-format msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL." msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT4_BYVAL kompiliert." -#: access/transam/xlog.c:3721 +#: access/transam/xlog.c:3733 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der Server wurde mit USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:3728 +#: access/transam/xlog.c:3740 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der Server wurde ohne USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4095 +#: access/transam/xlog.c:4107 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m" -#: access/transam/xlog.c:4101 +#: access/transam/xlog.c:4113 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m" -#: access/transam/xlog.c:4106 +#: access/transam/xlog.c:4118 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht schließen: %m" -#: access/transam/xlog.c:4175 +#: access/transam/xlog.c:4187 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "konnte Recovery-Kommandodatei „%s“ nicht öffnen: %m" -#: access/transam/xlog.c:4215 access/transam/xlog.c:4306 -#: access/transam/xlog.c:4317 commands/extension.c:527 +#: access/transam/xlog.c:4227 access/transam/xlog.c:4318 +#: access/transam/xlog.c:4329 commands/extension.c:527 #: commands/extension.c:535 utils/misc/guc.c:5431 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "Parameter „%s“ erfordert einen Boole’schen Wert" -#: access/transam/xlog.c:4231 +#: access/transam/xlog.c:4243 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "recovery_target_timeline ist keine gültige Zahl: „%s“" -#: access/transam/xlog.c:4247 +#: access/transam/xlog.c:4259 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "recovery_target_xid ist keine gültige Zahl: „%s“" -#: access/transam/xlog.c:4291 +#: access/transam/xlog.c:4303 #, c-format msgid "recovery_target_name is too long (maximum %d characters)" msgstr "recovery_target_name ist zu lang (maximal %d Zeichen)" -#: access/transam/xlog.c:4338 +#: access/transam/xlog.c:4350 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "unbekannter Recovery-Parameter „%s“" -#: access/transam/xlog.c:4349 +#: access/transam/xlog.c:4361 #, c-format msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command" msgstr "Recovery-Kommandodatei „%s“ hat weder primary_conninfo noch restore_command angegeben" -#: access/transam/xlog.c:4351 +#: access/transam/xlog.c:4363 #, c-format msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there." msgstr "Der Datenbankserver prüft das Unterverzeichnis pg_xlog regelmäßig auf dort abgelegte Dateien." -#: access/transam/xlog.c:4357 +#: access/transam/xlog.c:4369 #, c-format msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled" msgstr "Recovery-Kommandodatei „%s“ muss restore_command angeben, wenn der Standby-Modus nicht eingeschaltet ist" -#: access/transam/xlog.c:4377 +#: access/transam/xlog.c:4389 #, c-format msgid "recovery target timeline %u does not exist" msgstr "recovery_target_timeline %u existiert nicht" -#: access/transam/xlog.c:4474 +#: access/transam/xlog.c:4486 #, c-format msgid "archive recovery complete" msgstr "Wiederherstellung aus Archiv abgeschlossen" -#: access/transam/xlog.c:4622 +#: access/transam/xlog.c:4703 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4627 +#: access/transam/xlog.c:4708 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4636 +#: access/transam/xlog.c:4717 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4641 +#: access/transam/xlog.c:4722 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4650 +#: access/transam/xlog.c:4731 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "Wiederherstellung beendet bei Restore-Punkt „%s“, Zeit %s" -#: access/transam/xlog.c:4684 +#: access/transam/xlog.c:4765 #, c-format msgid "recovery has paused" msgstr "Wiederherstellung wurde pausiert" -#: access/transam/xlog.c:4685 +#: access/transam/xlog.c:4766 #, c-format msgid "Execute pg_xlog_replay_resume() to continue." msgstr "Führen Sie pg_xlog_replay_resume() aus um fortzusetzen." -#: access/transam/xlog.c:4815 +#: access/transam/xlog.c:4896 #, c-format msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)" msgstr "Hot Standby ist nicht möglich, weil %s = %d eine niedrigere Einstellung als auf dem Masterserver ist (Wert dort war %d)" -#: access/transam/xlog.c:4837 +#: access/transam/xlog.c:4918 #, c-format msgid "WAL was generated with wal_level=minimal, data may be missing" msgstr "WAL wurde mit wal_level=minimal erzeugt, eventuell fehlen Daten" -#: access/transam/xlog.c:4838 +#: access/transam/xlog.c:4919 #, c-format msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup." msgstr "Das passiert, wenn vorübergehend wal_level=minimal gesetzt wurde, ohne ein neues Base-Backup zu erzeugen." -#: access/transam/xlog.c:4849 +#: access/transam/xlog.c:4930 #, c-format msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server" msgstr "Hot Standby ist nicht möglich, weil wal_level auf dem Masterserver nicht auf „hot_standby“ gesetzt wurde" -#: access/transam/xlog.c:4850 +#: access/transam/xlog.c:4931 #, c-format msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here." msgstr "Setzen Sie entweder wal_level auf „hot_standby“ auf dem Master oder schalten Sie hot_standby hier aus." -#: access/transam/xlog.c:4903 +#: access/transam/xlog.c:4984 #, c-format msgid "control file contains invalid data" msgstr "Kontrolldatei enthält ungültige Daten" -#: access/transam/xlog.c:4909 +#: access/transam/xlog.c:4990 #, c-format msgid "database system was shut down at %s" msgstr "Datenbanksystem wurde am %s heruntergefahren" -#: access/transam/xlog.c:4914 +#: access/transam/xlog.c:4995 #, c-format msgid "database system was shut down in recovery at %s" msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren" -#: access/transam/xlog.c:4918 +#: access/transam/xlog.c:4999 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:4922 +#: access/transam/xlog.c:5003 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "Datenbanksystem wurde während der Wiederherstellung am %s unterbrochen" -#: access/transam/xlog.c:4924 +#: access/transam/xlog.c:5005 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Das bedeutet wahrscheinlich, dass einige Daten verfälscht sind und Sie die letzte Datensicherung zur Wiederherstellung verwenden müssen." -#: access/transam/xlog.c:4928 +#: access/transam/xlog.c:5009 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s unterbrochen" -#: access/transam/xlog.c:4930 +#: access/transam/xlog.c:5011 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Wenn dies mehr als einmal vorgekommen ist, dann sind einige Daten möglicherweise verfälscht und Sie müssen ein früheres Wiederherstellungsziel wählen." -#: access/transam/xlog.c:4934 +#: access/transam/xlog.c:5015 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "Datenbanksystem wurde unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:4988 +#: access/transam/xlog.c:5081 #, c-format msgid "entering standby mode" msgstr "Standby-Modus eingeschaltet" -#: access/transam/xlog.c:4991 +#: access/transam/xlog.c:5084 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "starte Point-in-Time-Recovery bis XID %u" -#: access/transam/xlog.c:4995 +#: access/transam/xlog.c:5088 #, c-format msgid "starting point-in-time recovery to %s" msgstr "starte Point-in-Time-Recovery bis %s" -#: access/transam/xlog.c:4999 +#: access/transam/xlog.c:5092 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "starte Point-in-Time-Recovery bis „%s“" -#: access/transam/xlog.c:5003 +#: access/transam/xlog.c:5096 #, c-format msgid "starting archive recovery" msgstr "starte Wiederherstellung aus Archiv" -#: access/transam/xlog.c:5019 commands/sequence.c:1035 lib/stringinfo.c:266 -#: libpq/auth.c:1035 libpq/auth.c:1391 libpq/auth.c:1459 libpq/auth.c:1861 -#: postmaster/postmaster.c:2179 postmaster/postmaster.c:2210 -#: postmaster/postmaster.c:3667 postmaster/postmaster.c:4365 -#: postmaster/postmaster.c:4450 postmaster/postmaster.c:5143 -#: postmaster/postmaster.c:5319 postmaster/postmaster.c:5736 +#: access/transam/xlog.c:5112 commands/sequence.c:1058 lib/stringinfo.c:266 +#: libpq/auth.c:1036 libpq/auth.c:1394 libpq/auth.c:1462 libpq/auth.c:1865 +#: postmaster/postmaster.c:2181 postmaster/postmaster.c:2212 +#: postmaster/postmaster.c:3669 postmaster/postmaster.c:4367 +#: postmaster/postmaster.c:4452 postmaster/postmaster.c:5145 +#: postmaster/postmaster.c:5321 postmaster/postmaster.c:5738 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397 #: storage/file/fd.c:459 storage/file/fd.c:856 storage/file/fd.c:974 #: storage/file/fd.c:1587 storage/ipc/procarray.c:901 #: storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 #: storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 -#: utils/adt/formatting.c:1525 utils/adt/formatting.c:1645 -#: utils/adt/formatting.c:1766 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 +#: utils/adt/formatting.c:1528 utils/adt/formatting.c:1648 +#: utils/adt/formatting.c:1769 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 #: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 #: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 #: utils/init/miscinit.c:151 utils/init/miscinit.c:172 @@ -1453,333 +1481,333 @@ msgstr "starte Wiederherstellung aus Archiv" msgid "out of memory" msgstr "Speicher aufgebraucht" -#: access/transam/xlog.c:5020 +#: access/transam/xlog.c:5113 #, c-format msgid "Failed while allocating an XLog reading processor." msgstr "Fehlgeschlagen beim Anlegen eines XLog-Leseprozessors." -#: access/transam/xlog.c:5045 access/transam/xlog.c:5112 +#: access/transam/xlog.c:5138 access/transam/xlog.c:5205 #, c-format msgid "checkpoint record is at %X/%X" msgstr "Checkpoint-Eintrag ist bei %X/%X" -#: access/transam/xlog.c:5059 +#: access/transam/xlog.c:5152 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden" -#: access/transam/xlog.c:5060 access/transam/xlog.c:5067 +#: access/transam/xlog.c:5153 access/transam/xlog.c:5160 #, c-format msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." msgstr "Wenn Sie gerade keine Sicherung wiederherstellen, versuchen Sie, die Datei „%s/backup_label“ zu löschen." -#: access/transam/xlog.c:5066 +#: access/transam/xlog.c:5159 #, c-format msgid "could not locate required checkpoint record" msgstr "konnte den nötigen Checkpoint-Datensatz nicht finden" -#: access/transam/xlog.c:5122 access/transam/xlog.c:5137 +#: access/transam/xlog.c:5215 access/transam/xlog.c:5230 #, c-format msgid "could not locate a valid checkpoint record" msgstr "konnte keinen gültigen Checkpoint-Datensatz finden" -#: access/transam/xlog.c:5131 +#: access/transam/xlog.c:5224 #, c-format msgid "using previous checkpoint record at %X/%X" msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X" -#: access/transam/xlog.c:5161 +#: access/transam/xlog.c:5254 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "angeforderte Zeitleiste %u ist kein Kind der History dieses Servers" -#: access/transam/xlog.c:5163 +#: access/transam/xlog.c:5256 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "Neuester Checkpoint ist bei %X/%X auf Zeitleiste %u, aber in der History der angeforderten Zeitleiste zweigte der Server von dieser Zeitleiste bei %X/%X ab." -#: access/transam/xlog.c:5179 +#: access/transam/xlog.c:5272 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "angeforderte Zeitleiste %u enthält nicht den minimalen Wiederherstellungspunkt %X/%X auf Zeitleiste %u" -#: access/transam/xlog.c:5188 +#: access/transam/xlog.c:5281 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s" -#: access/transam/xlog.c:5192 +#: access/transam/xlog.c:5285 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "nächste Transaktions-ID: %u/%u; nächste OID: %u" -#: access/transam/xlog.c:5196 +#: access/transam/xlog.c:5289 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "nächste MultiXactId: %u; nächster MultiXactOffset: %u" -#: access/transam/xlog.c:5199 +#: access/transam/xlog.c:5292 #, c-format msgid "oldest unfrozen transaction ID: %u, in database %u" msgstr "älteste nicht eingefrorene Transaktions-ID: %u, in Datenbank %u" -#: access/transam/xlog.c:5202 +#: access/transam/xlog.c:5295 #, c-format msgid "oldest MultiXactId: %u, in database %u" msgstr "älteste MultiXactId: %u, in Datenbank %u" -#: access/transam/xlog.c:5206 +#: access/transam/xlog.c:5299 #, c-format msgid "invalid next transaction ID" msgstr "ungültige nächste Transaktions-ID" -#: access/transam/xlog.c:5264 +#: access/transam/xlog.c:5357 #, c-format msgid "invalid redo in checkpoint record" msgstr "ungültiges Redo im Checkpoint-Datensatz" -#: access/transam/xlog.c:5275 +#: access/transam/xlog.c:5368 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint" -#: access/transam/xlog.c:5306 +#: access/transam/xlog.c:5399 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft" -#: access/transam/xlog.c:5310 +#: access/transam/xlog.c:5403 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "Wiederherstellung nach Absturz beginnt in Zeitleiste %u und hat Zielzeitleiste %u" -#: access/transam/xlog.c:5354 +#: access/transam/xlog.c:5447 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "Daten in backup_label stimmen nicht mit Kontrolldatei überein" -#: access/transam/xlog.c:5355 +#: access/transam/xlog.c:5448 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Das bedeutet, dass die Datensicherung verfälscht ist und Sie eine andere Datensicherung zur Wiederherstellung verwenden werden müssen." -#: access/transam/xlog.c:5420 +#: access/transam/xlog.c:5513 #, c-format msgid "initializing for hot standby" msgstr "initialisiere für Hot Standby" -#: access/transam/xlog.c:5554 +#: access/transam/xlog.c:5647 #, c-format msgid "redo starts at %X/%X" msgstr "Redo beginnt bei %X/%X" -#: access/transam/xlog.c:5746 +#: access/transam/xlog.c:5848 #, c-format msgid "redo done at %X/%X" msgstr "Redo fertig bei %X/%X" -#: access/transam/xlog.c:5751 access/transam/xlog.c:7620 +#: access/transam/xlog.c:5853 access/transam/xlog.c:7728 #, c-format msgid "last completed transaction was at log time %s" msgstr "letzte vollständige Transaktion war bei Logzeit %s" -#: access/transam/xlog.c:5759 +#: access/transam/xlog.c:5861 #, c-format msgid "redo is not required" msgstr "Redo nicht nötig" -#: access/transam/xlog.c:5817 +#: access/transam/xlog.c:5919 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt" -#: access/transam/xlog.c:5833 access/transam/xlog.c:5837 +#: access/transam/xlog.c:5935 access/transam/xlog.c:5939 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL endet vor dem Ende der Online-Sicherung" -#: access/transam/xlog.c:5834 +#: access/transam/xlog.c:5936 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Der komplette WAL, der während der Online-Sicherung erzeugt wurde, muss bei der Wiederherstellung verfügbar sein." -#: access/transam/xlog.c:5838 +#: access/transam/xlog.c:5940 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Die mit pg_start_backup() begonnene Online-Sicherung muss mit pg_stop_backup() beendet werden und der ganze WAL bis zu diesem Punkt muss bei der Wiederherstellung verfügbar sein." -#: access/transam/xlog.c:5841 +#: access/transam/xlog.c:5943 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt" -#: access/transam/xlog.c:5868 +#: access/transam/xlog.c:5970 #, c-format msgid "selected new timeline ID: %u" msgstr "gewählte neue Zeitleisten-ID: %u" -#: access/transam/xlog.c:6229 +#: access/transam/xlog.c:6337 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X" -#: access/transam/xlog.c:6412 +#: access/transam/xlog.c:6520 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:6416 +#: access/transam/xlog.c:6524 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:6420 +#: access/transam/xlog.c:6528 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei" -#: access/transam/xlog.c:6437 +#: access/transam/xlog.c:6545 #, c-format msgid "invalid primary checkpoint record" msgstr "ungültiger primärer Checkpoint-Datensatz" -#: access/transam/xlog.c:6441 +#: access/transam/xlog.c:6549 #, c-format msgid "invalid secondary checkpoint record" msgstr "ungültiger sekundärer Checkpoint-Datensatz" -#: access/transam/xlog.c:6445 +#: access/transam/xlog.c:6553 #, c-format msgid "invalid checkpoint record" msgstr "ungültiger Checkpoint-Datensatz" -#: access/transam/xlog.c:6456 +#: access/transam/xlog.c:6564 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "ungültige Resource-Manager-ID im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:6460 +#: access/transam/xlog.c:6568 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" msgstr "ungültige Resource-Manager-ID im sekundären Checkpoint-Datensatz" -#: access/transam/xlog.c:6464 +#: access/transam/xlog.c:6572 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz" -#: access/transam/xlog.c:6476 +#: access/transam/xlog.c:6584 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "ungültige xl_info im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:6480 +#: access/transam/xlog.c:6588 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz" -#: access/transam/xlog.c:6484 +#: access/transam/xlog.c:6592 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "ungültige xl_info im Checkpoint-Datensatz" -#: access/transam/xlog.c:6496 +#: access/transam/xlog.c:6604 #, c-format msgid "invalid length of primary checkpoint record" msgstr "ungültige Länge des primären Checkpoint-Datensatzes" -#: access/transam/xlog.c:6500 +#: access/transam/xlog.c:6608 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes" -#: access/transam/xlog.c:6504 +#: access/transam/xlog.c:6612 #, c-format msgid "invalid length of checkpoint record" msgstr "ungültige Länge des Checkpoint-Datensatzes" -#: access/transam/xlog.c:6657 +#: access/transam/xlog.c:6765 #, c-format msgid "shutting down" msgstr "fahre herunter" -#: access/transam/xlog.c:6680 +#: access/transam/xlog.c:6788 #, c-format msgid "database system is shut down" msgstr "Datenbanksystem ist heruntergefahren" -#: access/transam/xlog.c:7146 +#: access/transam/xlog.c:7254 #, c-format msgid "concurrent transaction log activity while database system is shutting down" msgstr "gleichzeitige Transaktionslog-Aktivität während das Datenbanksystem herunterfährt" -#: access/transam/xlog.c:7434 +#: access/transam/xlog.c:7542 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet" -#: access/transam/xlog.c:7457 +#: access/transam/xlog.c:7565 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt" -#: access/transam/xlog.c:7618 +#: access/transam/xlog.c:7726 #, c-format msgid "recovery restart point at %X/%X" msgstr "Recovery-Restart-Punkt bei %X/%X" -#: access/transam/xlog.c:7744 +#: access/transam/xlog.c:7852 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "Restore-Punkt „%s“ erzeugt bei %X/%X" -#: access/transam/xlog.c:7961 +#: access/transam/xlog.c:8069 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "unerwartete vorherige Zeitleisten-ID %u (aktuelle Zeitleisten-ID %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:7970 +#: access/transam/xlog.c:8078 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "unerwartete Zeitleisten-ID %u (nach %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:7986 +#: access/transam/xlog.c:8094 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "unerwartete Zeitleisten-ID %u in Checkpoint-Datensatz, bevor der minimale Wiederherstellungspunkt %X/%X auf Zeitleiste %u erreicht wurde" -#: access/transam/xlog.c:8054 +#: access/transam/xlog.c:8162 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden" -#: access/transam/xlog.c:8115 access/transam/xlog.c:8164 -#: access/transam/xlog.c:8187 +#: access/transam/xlog.c:8223 access/transam/xlog.c:8272 +#: access/transam/xlog.c:8295 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "unerwartete Zeitleisten-ID %u (sollte %u sein) im Checkpoint-Datensatz" -#: access/transam/xlog.c:8420 +#: access/transam/xlog.c:8528 #, c-format msgid "could not fsync log segment %s: %m" msgstr "konnte Logsegment %s nicht fsyncen: %m" -#: access/transam/xlog.c:8444 +#: access/transam/xlog.c:8552 #, c-format msgid "could not fsync log file %s: %m" msgstr "konnte Logdatei %s nicht fsyncen: %m" -#: access/transam/xlog.c:8452 +#: access/transam/xlog.c:8560 #, c-format msgid "could not fsync write-through log file %s: %m" msgstr "konnte Write-Through-Logdatei %s nicht fsyncen: %m" -#: access/transam/xlog.c:8461 +#: access/transam/xlog.c:8569 #, c-format msgid "could not fdatasync log file %s: %m" msgstr "konnte Logdatei %s nicht fdatasyncen: %m" -#: access/transam/xlog.c:8539 access/transam/xlog.c:8875 +#: access/transam/xlog.c:8647 access/transam/xlog.c:8983 #: access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 #: access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 #: access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373 @@ -1787,170 +1815,170 @@ msgstr "konnte Logdatei %s nicht fdatasyncen: %m" msgid "recovery is in progress" msgstr "Wiederherstellung läuft" -#: access/transam/xlog.c:8540 access/transam/xlog.c:8876 +#: access/transam/xlog.c:8648 access/transam/xlog.c:8984 #: access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 #: access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden." -#: access/transam/xlog.c:8549 access/transam/xlog.c:8885 +#: access/transam/xlog.c:8657 access/transam/xlog.c:8993 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "WAL-Level nicht ausreichend, um Online-Sicherung durchzuführen" -#: access/transam/xlog.c:8550 access/transam/xlog.c:8886 +#: access/transam/xlog.c:8658 access/transam/xlog.c:8994 #: access/transam/xlogfuncs.c:158 #, c-format msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start." msgstr "wal_level muss beim Serverstart auf „archive“ oder „hot_standby“ gesetzt werden." -#: access/transam/xlog.c:8555 +#: access/transam/xlog.c:8663 #, c-format msgid "backup label too long (max %d bytes)" msgstr "Backup-Label zu lang (maximal %d Bytes)" -#: access/transam/xlog.c:8586 access/transam/xlog.c:8763 +#: access/transam/xlog.c:8694 access/transam/xlog.c:8871 #, c-format msgid "a backup is already in progress" msgstr "ein Backup läuft bereits" -#: access/transam/xlog.c:8587 +#: access/transam/xlog.c:8695 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Führen Sie pg_stop_backup() aus und versuchen Sie es nochmal." -#: access/transam/xlog.c:8681 +#: access/transam/xlog.c:8789 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "mit full_page_writes=off erzeugtes WAL wurde seit dem letzten Restart-Punkt zurückgespielt" -#: access/transam/xlog.c:8683 access/transam/xlog.c:9036 +#: access/transam/xlog.c:8791 access/transam/xlog.c:9144 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again." msgstr "Das bedeutet, dass die aktuelle Datensicherung auf dem Standby-Server verfälscht ist und nicht verwendet werden sollte. Schalten Sie full_page_writes ein, führen Sie CHECKPOINT aus und versuchen Sie dann die Online-Sicherung erneut." -#: access/transam/xlog.c:8757 access/transam/xlog.c:8926 +#: access/transam/xlog.c:8865 access/transam/xlog.c:9034 #: access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 -#: guc-file.l:777 replication/basebackup.c:397 replication/basebackup.c:463 -#: storage/file/copydir.c:72 storage/file/copydir.c:115 utils/adt/dbsize.c:68 -#: utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 -#: utils/adt/genfile.c:280 +#: guc-file.l:776 replication/basebackup.c:397 replication/basebackup.c:463 +#: storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2509 +#: storage/file/fd.c:2550 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 +#: utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280 #, c-format msgid "could not stat file \"%s\": %m" msgstr "konnte „stat“ für Datei „%s“ nicht ausführen: %m" -#: access/transam/xlog.c:8764 +#: access/transam/xlog.c:8872 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Wenn Sie sicher sind, dass noch kein Backup läuft, entfernen Sie die Datei „%s“ und versuchen Sie es noch einmal." -#: access/transam/xlog.c:8781 access/transam/xlog.c:9099 +#: access/transam/xlog.c:8889 access/transam/xlog.c:9207 #, c-format msgid "could not write file \"%s\": %m" msgstr "konnte Datei „%s“ nicht schreiben: %m" -#: access/transam/xlog.c:8930 +#: access/transam/xlog.c:9038 #, c-format msgid "a backup is not in progress" msgstr "es läuft kein Backup" -#: access/transam/xlog.c:8956 access/transam/xlogarchive.c:114 +#: access/transam/xlog.c:9064 access/transam/xlogarchive.c:114 #: access/transam/xlogarchive.c:466 storage/smgr/md.c:405 #: storage/smgr/md.c:454 storage/smgr/md.c:1318 #, c-format msgid "could not remove file \"%s\": %m" msgstr "konnte Datei „%s“ nicht löschen: %m" -#: access/transam/xlog.c:8969 access/transam/xlog.c:8982 -#: access/transam/xlog.c:9333 access/transam/xlog.c:9339 +#: access/transam/xlog.c:9077 access/transam/xlog.c:9090 +#: access/transam/xlog.c:9441 access/transam/xlog.c:9447 #: access/transam/xlogfuncs.c:626 #, c-format msgid "invalid data in file \"%s\"" msgstr "ungültige Daten in Datei „%s“" -#: access/transam/xlog.c:8986 replication/basebackup.c:871 +#: access/transam/xlog.c:9094 replication/basebackup.c:871 #, c-format msgid "the standby was promoted during online backup" msgstr "der Standby-Server wurde während der Online-Sicherung zum Primärserver befördert" -#: access/transam/xlog.c:8987 replication/basebackup.c:872 +#: access/transam/xlog.c:9095 replication/basebackup.c:872 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Das bedeutet, dass die aktuelle Online-Sicherung verfälscht ist und nicht verwendet werden sollte. Versuchen Sie, eine neue Online-Sicherung durchzuführen." -#: access/transam/xlog.c:9034 +#: access/transam/xlog.c:9142 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "mit full_page_writes=off erzeugtes WAL wurde während der Online-Sicherung zurückgespielt" -#: access/transam/xlog.c:9148 +#: access/transam/xlog.c:9256 #, c-format msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" msgstr "Aufräumen nach pg_stop_backup beendet, warte bis die benötigten WAL-Segmente archiviert sind" -#: access/transam/xlog.c:9158 +#: access/transam/xlog.c:9266 #, c-format msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "pg_stop_backup wartet immer noch, bis alle benötigten WAL-Segmente archiviert sind (%d Sekunden abgelaufen)" -#: access/transam/xlog.c:9160 +#: access/transam/xlog.c:9268 #, c-format msgid "Check that your archive_command is executing properly. pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments." msgstr "Prüfen Sie, ob das archive_command korrekt ausgeführt wird. pg_stop_backup kann gefahrlos abgebrochen werden, aber die Datenbanksicherung wird ohne die fehlenden WAL-Segmente nicht benutzbar sein." -#: access/transam/xlog.c:9167 +#: access/transam/xlog.c:9275 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" msgstr "pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert" -#: access/transam/xlog.c:9171 +#: access/transam/xlog.c:9279 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "WAL-Archivierung ist nicht eingeschaltet; Sie müssen dafür sorgen, dass alle benötigten WAL-Segmente auf andere Art kopiert werden, um die Sicherung abzuschließen" -#: access/transam/xlog.c:9384 +#: access/transam/xlog.c:9492 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:9424 +#: access/transam/xlog.c:9532 #, c-format msgid "online backup mode canceled" msgstr "Online-Sicherungsmodus storniert" -#: access/transam/xlog.c:9425 +#: access/transam/xlog.c:9533 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "„%s“ wurde in „%s“ umbenannt." -#: access/transam/xlog.c:9432 +#: access/transam/xlog.c:9540 #, c-format msgid "online backup mode was not canceled" msgstr "Online-Sicherungsmodus wurde nicht storniert" -#: access/transam/xlog.c:9433 +#: access/transam/xlog.c:9541 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Konnte „%s“ nicht in „%s“ umbenennen: %m." -#: access/transam/xlog.c:9553 replication/walreceiver.c:934 -#: replication/walsender.c:1360 +#: access/transam/xlog.c:9661 replication/walreceiver.c:934 +#: replication/walsender.c:1349 #, c-format msgid "could not seek in log segment %s to offset %u: %m" msgstr "konnte Positionszeiger von Logsegment %s nicht auf %u setzen: %m" -#: access/transam/xlog.c:9565 +#: access/transam/xlog.c:9673 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "konnte nicht aus Logsegment %s, Position %u lesen: %m" -#: access/transam/xlog.c:10027 +#: access/transam/xlog.c:10135 #, c-format msgid "received promote request" msgstr "Anforderung zum Befördern empfangen" -#: access/transam/xlog.c:10040 +#: access/transam/xlog.c:10148 #, c-format msgid "trigger file found: %s" msgstr "Triggerdatei gefunden: %s" @@ -2157,12 +2185,12 @@ msgstr "unerwartete Pageaddr %X/%X in Logsegment %s, Offset %u" msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" msgstr "Zeitleisten-ID %u außer der Reihe (nach %u) in Logsegment %s, Offset %u" -#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:793 tcop/postgres.c:3465 +#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:793 tcop/postgres.c:3503 #, c-format msgid "--%s requires a value" msgstr "--%s benötigt einen Wert" -#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:798 tcop/postgres.c:3470 +#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:798 tcop/postgres.c:3508 #, c-format msgid "-c %s requires a value" msgstr "-c %s benötigt einen Wert" @@ -2296,10 +2324,10 @@ msgid "large object %u does not exist" msgstr "Large Object %u existiert nicht" #: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 -#: commands/copy.c:927 commands/copy.c:945 commands/copy.c:953 -#: commands/copy.c:961 commands/copy.c:969 commands/copy.c:977 -#: commands/copy.c:985 commands/copy.c:993 commands/copy.c:1001 -#: commands/copy.c:1017 commands/copy.c:1036 commands/copy.c:1051 +#: commands/copy.c:934 commands/copy.c:952 commands/copy.c:960 +#: commands/copy.c:968 commands/copy.c:976 commands/copy.c:984 +#: commands/copy.c:992 commands/copy.c:1000 commands/copy.c:1008 +#: commands/copy.c:1024 commands/copy.c:1043 commands/copy.c:1058 #: commands/dbcommands.c:148 commands/dbcommands.c:156 #: commands/dbcommands.c:164 commands/dbcommands.c:172 #: commands/dbcommands.c:180 commands/dbcommands.c:188 @@ -2310,10 +2338,10 @@ msgstr "Large Object %u existiert nicht" #: commands/foreigncmds.c:495 commands/functioncmds.c:496 #: commands/functioncmds.c:588 commands/functioncmds.c:596 #: commands/functioncmds.c:604 commands/functioncmds.c:1669 -#: commands/functioncmds.c:1677 commands/sequence.c:1164 -#: commands/sequence.c:1172 commands/sequence.c:1180 commands/sequence.c:1188 -#: commands/sequence.c:1196 commands/sequence.c:1204 commands/sequence.c:1212 -#: commands/sequence.c:1220 commands/typecmds.c:295 commands/typecmds.c:1330 +#: commands/functioncmds.c:1677 commands/sequence.c:1187 +#: commands/sequence.c:1195 commands/sequence.c:1203 commands/sequence.c:1211 +#: commands/sequence.c:1219 commands/sequence.c:1227 commands/sequence.c:1235 +#: commands/sequence.c:1243 commands/typecmds.c:295 commands/typecmds.c:1330 #: commands/typecmds.c:1339 commands/typecmds.c:1347 commands/typecmds.c:1355 #: commands/typecmds.c:1363 commands/user.c:135 commands/user.c:152 #: commands/user.c:160 commands/user.c:168 commands/user.c:176 @@ -2333,7 +2361,7 @@ msgid "default privileges cannot be set for columns" msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden" #: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:389 -#: commands/copy.c:4168 commands/sequence.c:1466 commands/tablecmds.c:4824 +#: commands/copy.c:4182 commands/sequence.c:1489 commands/tablecmds.c:4824 #: commands/tablecmds.c:4919 commands/tablecmds.c:4969 #: commands/tablecmds.c:5073 commands/tablecmds.c:5120 #: commands/tablecmds.c:5204 commands/tablecmds.c:5292 @@ -2346,7 +2374,7 @@ msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden" msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "Spalte „%s“ von Relation „%s“ existiert nicht" -#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1053 +#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076 #: commands/tablecmds.c:213 commands/tablecmds.c:10563 utils/adt/acl.c:2076 #: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 #: utils/adt/acl.c:2198 utils/adt/acl.c:2228 @@ -2414,8 +2442,8 @@ msgstr "keine Berechtigung für Spalte %s" msgid "permission denied for relation %s" msgstr "keine Berechtigung für Relation %s" -#: catalog/aclchk.c:3273 commands/sequence.c:560 commands/sequence.c:773 -#: commands/sequence.c:815 commands/sequence.c:852 commands/sequence.c:1518 +#: catalog/aclchk.c:3273 commands/sequence.c:569 commands/sequence.c:792 +#: commands/sequence.c:834 commands/sequence.c:871 commands/sequence.c:1541 #, c-format msgid "permission denied for sequence %s" msgstr "keine Berechtigung für Sequenz %s" @@ -2779,7 +2807,7 @@ msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen" #: catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 #: catalog/objectaddress.c:751 commands/tablecmds.c:738 commands/user.c:988 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1182 utils/misc/guc.c:5528 utils/misc/guc.c:5863 +#: storage/lmgr/proc.c:1189 utils/misc/guc.c:5528 utils/misc/guc.c:5863 #: utils/misc/guc.c:8230 utils/misc/guc.c:8264 utils/misc/guc.c:8298 #: utils/misc/guc.c:8332 utils/misc/guc.c:8367 #, c-format @@ -2856,100 +2884,100 @@ msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "für Spalte „%s“ mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet" #: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1091 -#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1516 -#: utils/adt/formatting.c:1568 utils/adt/formatting.c:1636 -#: utils/adt/formatting.c:1688 utils/adt/formatting.c:1757 -#: utils/adt/formatting.c:1821 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 +#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1519 +#: utils/adt/formatting.c:1571 utils/adt/formatting.c:1639 +#: utils/adt/formatting.c:1691 utils/adt/formatting.c:1760 +#: utils/adt/formatting.c:1824 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 #: utils/adt/varlena.c:1381 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen." -#: catalog/heap.c:1047 catalog/index.c:776 commands/tablecmds.c:2520 +#: catalog/heap.c:1048 catalog/index.c:776 commands/tablecmds.c:2520 #, c-format msgid "relation \"%s\" already exists" msgstr "Relation „%s“ existiert bereits" -#: catalog/heap.c:1063 catalog/pg_type.c:402 catalog/pg_type.c:705 +#: catalog/heap.c:1064 catalog/pg_type.c:402 catalog/pg_type.c:705 #: commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 #: commands/typecmds.c:1306 commands/typecmds.c:2058 #, c-format msgid "type \"%s\" already exists" msgstr "Typ „%s“ existiert bereits" -#: catalog/heap.c:1064 +#: catalog/heap.c:1065 #, c-format msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type." msgstr "Eine Relation hat einen zugehörigen Typ mit dem selben Namen, daher müssen Sie einen Namen wählen, der nicht mit einem bestehenden Typ kollidiert." -#: catalog/heap.c:2249 +#: catalog/heap.c:2250 #, c-format msgid "check constraint \"%s\" already exists" msgstr "Check-Constraint „%s“ existiert bereits" -#: catalog/heap.c:2402 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 +#: catalog/heap.c:2403 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "Constraint „%s“ existiert bereits für Relation „%s“" -#: catalog/heap.c:2412 +#: catalog/heap.c:2413 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\"" msgstr "Constraint „%s“ kollidiert mit nicht vererbtem Constraint für Relation „%s“" -#: catalog/heap.c:2426 +#: catalog/heap.c:2427 #, c-format msgid "merging constraint \"%s\" with inherited definition" msgstr "Constraint „%s“ wird mit geerbter Definition zusammengeführt" -#: catalog/heap.c:2519 +#: catalog/heap.c:2520 #, c-format msgid "cannot use column references in default expression" msgstr "Spaltenverweise können nicht in Vorgabeausdrücken verwendet werden" -#: catalog/heap.c:2530 +#: catalog/heap.c:2531 #, c-format msgid "default expression must not return a set" msgstr "Vorgabeausdruck kann keine Ergebnismenge zurückgeben" -#: catalog/heap.c:2549 rewrite/rewriteHandler.c:1058 +#: catalog/heap.c:2550 rewrite/rewriteHandler.c:1058 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "Spalte „%s“ hat Typ %s, aber der Vorgabeausdruck hat Typ %s" -#: catalog/heap.c:2554 commands/prepare.c:374 parser/parse_node.c:411 +#: catalog/heap.c:2555 commands/prepare.c:374 parser/parse_node.c:411 #: parser/parse_target.c:509 parser/parse_target.c:758 #: parser/parse_target.c:768 rewrite/rewriteHandler.c:1063 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen." -#: catalog/heap.c:2601 +#: catalog/heap.c:2602 #, c-format msgid "only table \"%s\" can be referenced in check constraint" msgstr "nur Verweise auf Tabelle „%s“ sind im Check-Constraint zugelassen" -#: catalog/heap.c:2841 +#: catalog/heap.c:2842 #, c-format msgid "unsupported ON COMMIT and foreign key combination" msgstr "nicht unterstützte Kombination aus ON COMMIT und Fremdschlüssel" -#: catalog/heap.c:2842 +#: catalog/heap.c:2843 #, c-format msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting." msgstr "Tabelle „%s“ verweist auf „%s“, aber sie haben nicht die gleiche ON-COMMIT-Einstellung." -#: catalog/heap.c:2847 +#: catalog/heap.c:2848 #, c-format msgid "cannot truncate a table referenced in a foreign key constraint" msgstr "kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, nicht leeren" -#: catalog/heap.c:2848 +#: catalog/heap.c:2849 #, c-format msgid "Table \"%s\" references \"%s\"." msgstr "Tabelle „%s“ verweist auf „%s“." -#: catalog/heap.c:2850 +#: catalog/heap.c:2851 #, c-format msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Leeren Sie die Tabelle „%s“ gleichzeitig oder verwenden Sie TRUNCATE ... CASCADE." @@ -3126,7 +3154,7 @@ msgid "cannot create temporary tables during recovery" msgstr "während der Wiederherstellung können keine temporäre Tabellen erzeugt werden" #: catalog/namespace.c:3850 commands/tablespace.c:1100 commands/variable.c:61 -#: replication/syncrep.c:676 utils/misc/guc.c:8397 +#: replication/syncrep.c:677 utils/misc/guc.c:8397 #, c-format msgid "List syntax is invalid." msgstr "Die Listensyntax ist ungültig." @@ -3368,97 +3396,97 @@ msgstr "Fremddaten-Wrapper %s" msgid "server %s" msgstr "Server %s" -#: catalog/objectaddress.c:2047 +#: catalog/objectaddress.c:2050 #, c-format -msgid "user mapping for %s" -msgstr "Benutzerabbildung für %s" +msgid "user mapping for %s on server %s" +msgstr "Benutzerabbildung für %s auf Server %s" -#: catalog/objectaddress.c:2081 +#: catalog/objectaddress.c:2085 #, c-format msgid "default privileges on new relations belonging to role %s" msgstr "Vorgabeprivilegien für neue Relationen von Rolle %s" -#: catalog/objectaddress.c:2086 +#: catalog/objectaddress.c:2090 #, c-format msgid "default privileges on new sequences belonging to role %s" msgstr "Vorgabeprivilegien für neue Sequenzen von Rolle %s" -#: catalog/objectaddress.c:2091 +#: catalog/objectaddress.c:2095 #, c-format msgid "default privileges on new functions belonging to role %s" msgstr "Vorgabeprivilegien für neue Funktionen von Rolle %s" -#: catalog/objectaddress.c:2096 +#: catalog/objectaddress.c:2100 #, c-format msgid "default privileges on new types belonging to role %s" msgstr "Vorgabeprivilegien für neue Typen von Rolle %s" -#: catalog/objectaddress.c:2102 +#: catalog/objectaddress.c:2106 #, c-format msgid "default privileges belonging to role %s" msgstr "Vorgabeprivilegien von Rolle %s" -#: catalog/objectaddress.c:2110 +#: catalog/objectaddress.c:2114 #, c-format msgid " in schema %s" msgstr " in Schema %s" -#: catalog/objectaddress.c:2127 +#: catalog/objectaddress.c:2131 #, c-format msgid "extension %s" msgstr "Erweiterung %s" -#: catalog/objectaddress.c:2140 +#: catalog/objectaddress.c:2144 #, c-format msgid "event trigger %s" msgstr "Ereignistrigger %s" -#: catalog/objectaddress.c:2200 +#: catalog/objectaddress.c:2204 #, c-format msgid "table %s" msgstr "Tabelle %s" -#: catalog/objectaddress.c:2204 +#: catalog/objectaddress.c:2208 #, c-format msgid "index %s" msgstr "Index %s" -#: catalog/objectaddress.c:2208 +#: catalog/objectaddress.c:2212 #, c-format msgid "sequence %s" msgstr "Sequenz %s" -#: catalog/objectaddress.c:2212 +#: catalog/objectaddress.c:2216 #, c-format msgid "toast table %s" msgstr "TOAST-Tabelle %s" -#: catalog/objectaddress.c:2216 +#: catalog/objectaddress.c:2220 #, c-format msgid "view %s" msgstr "Sicht %s" -#: catalog/objectaddress.c:2220 +#: catalog/objectaddress.c:2224 #, c-format msgid "materialized view %s" msgstr "materialisierte Sicht %s" -#: catalog/objectaddress.c:2224 +#: catalog/objectaddress.c:2228 #, c-format msgid "composite type %s" msgstr "zusammengesetzter Typ %s" -#: catalog/objectaddress.c:2228 +#: catalog/objectaddress.c:2232 #, c-format msgid "foreign table %s" msgstr "Fremdtabelle %s" -#: catalog/objectaddress.c:2233 +#: catalog/objectaddress.c:2237 #, c-format msgid "relation %s" msgstr "Relation %s" -#: catalog/objectaddress.c:2270 +#: catalog/objectaddress.c:2274 #, c-format msgid "operator family %s for access method %s" msgstr "Operatorfamilie %s für Zugriffsmethode %s" @@ -4005,12 +4033,12 @@ msgstr "analysiere „%s.%s“" msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s" msgstr "automatisches Analysieren von Tabelle „%s.%s.%s“ Systembenutzung: %s" -#: commands/analyze.c:1298 +#: commands/analyze.c:1300 #, c-format msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows" msgstr "„%s“: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote Zeilen; %d Zeilen in Stichprobe, schätzungsweise %.0f Zeilen insgesamt" -#: commands/analyze.c:1562 executor/execQual.c:2899 +#: commands/analyze.c:1564 executor/execQual.c:2902 msgid "could not convert row type" msgstr "konnte Zeilentyp nicht umwandeln" @@ -4198,460 +4226,460 @@ msgid "encoding conversion function %s must return type \"void\"" msgstr "Kodierungskonversionsfunktion %s muss Typ „void“ zurückgeben" #: commands/copy.c:359 commands/copy.c:371 commands/copy.c:405 -#: commands/copy.c:415 +#: commands/copy.c:417 #, c-format msgid "COPY BINARY is not supported to stdout or from stdin" msgstr "COPY BINARY mit STDOUT oder STDIN wird nicht unterstützt" -#: commands/copy.c:513 +#: commands/copy.c:517 #, c-format msgid "could not write to COPY program: %m" msgstr "konnte nicht zum COPY-Programm schreiben: %m" -#: commands/copy.c:518 +#: commands/copy.c:522 #, c-format msgid "could not write to COPY file: %m" msgstr "konnte nicht in COPY-Datei schreiben: %m" -#: commands/copy.c:531 +#: commands/copy.c:535 #, c-format msgid "connection lost during COPY to stdout" msgstr "Verbindung während COPY nach STDOUT verloren" -#: commands/copy.c:572 +#: commands/copy.c:576 #, c-format msgid "could not read from COPY file: %m" msgstr "konnte nicht aus COPY-Datei lesen: %m" -#: commands/copy.c:588 commands/copy.c:607 commands/copy.c:611 -#: tcop/fastpath.c:293 tcop/postgres.c:351 tcop/postgres.c:387 +#: commands/copy.c:592 commands/copy.c:613 commands/copy.c:617 +#: tcop/postgres.c:353 tcop/postgres.c:389 tcop/postgres.c:416 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "unerwartetes EOF auf Client-Verbindung mit einer offenen Transaktion" -#: commands/copy.c:623 +#: commands/copy.c:630 #, c-format msgid "COPY from stdin failed: %s" msgstr "COPY FROM STDIN fehlgeschlagen: %s" -#: commands/copy.c:639 +#: commands/copy.c:646 #, c-format msgid "unexpected message type 0x%02X during COPY from stdin" msgstr "unerwarteter Messagetyp 0x%02X während COPY FROM STDIN" -#: commands/copy.c:794 +#: commands/copy.c:801 #, c-format msgid "must be superuser to COPY to or from an external program" msgstr "nur Superuser können COPY mit externen Programmen verwenden" -#: commands/copy.c:795 commands/copy.c:801 +#: commands/copy.c:802 commands/copy.c:808 #, c-format msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone." msgstr "Jeder kann COPY mit STDOUT oder STDIN verwenden. Der Befehl \\copy in psql funktioniert auch für jeden." -#: commands/copy.c:800 +#: commands/copy.c:807 #, c-format msgid "must be superuser to COPY to or from a file" msgstr "nur Superuser können COPY mit Dateien verwenden" -#: commands/copy.c:938 +#: commands/copy.c:945 #, c-format msgid "COPY format \"%s\" not recognized" msgstr "COPY-Format „%s“ nicht erkannt" -#: commands/copy.c:1009 commands/copy.c:1023 commands/copy.c:1043 +#: commands/copy.c:1016 commands/copy.c:1030 commands/copy.c:1050 #, c-format msgid "argument to option \"%s\" must be a list of column names" msgstr "Argument von Option „%s“ muss eine Liste aus Spaltennamen sein" -#: commands/copy.c:1056 +#: commands/copy.c:1063 #, c-format msgid "argument to option \"%s\" must be a valid encoding name" msgstr "Argument von Option „%s“ muss ein gültiger Kodierungsname sein" -#: commands/copy.c:1062 +#: commands/copy.c:1069 #, c-format msgid "option \"%s\" not recognized" msgstr "Option „%s“ nicht erkannt" -#: commands/copy.c:1073 +#: commands/copy.c:1080 #, c-format msgid "cannot specify DELIMITER in BINARY mode" msgstr "DELIMITER kann nicht im BINARY-Modus angegeben werden" -#: commands/copy.c:1078 +#: commands/copy.c:1085 #, c-format msgid "cannot specify NULL in BINARY mode" msgstr "NULL kann nicht im BINARY-Modus angegeben werden" -#: commands/copy.c:1100 +#: commands/copy.c:1107 #, c-format msgid "COPY delimiter must be a single one-byte character" msgstr "DELIMITER für COPY muss ein einzelnes Ein-Byte-Zeichen sein" -#: commands/copy.c:1107 +#: commands/copy.c:1114 #, c-format msgid "COPY delimiter cannot be newline or carriage return" msgstr "COPY-Trennzeichen kann nicht Newline oder Carriage Return sein" -#: commands/copy.c:1113 +#: commands/copy.c:1120 #, c-format msgid "COPY null representation cannot use newline or carriage return" msgstr "COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten" -#: commands/copy.c:1130 +#: commands/copy.c:1137 #, c-format msgid "COPY delimiter cannot be \"%s\"" msgstr "DELIMITER für COPY darf nicht „%s“ sein" -#: commands/copy.c:1136 +#: commands/copy.c:1143 #, c-format msgid "COPY HEADER available only in CSV mode" msgstr "COPY HEADER ist nur im CSV-Modus verfügbar" -#: commands/copy.c:1142 +#: commands/copy.c:1149 #, c-format msgid "COPY quote available only in CSV mode" msgstr "Quote-Zeichen für COPY ist nur im CSV-Modus verfügbar" -#: commands/copy.c:1147 +#: commands/copy.c:1154 #, c-format msgid "COPY quote must be a single one-byte character" msgstr "Quote-Zeichen für COPY muss ein einzelnes Ein-Byte-Zeichen sein" -#: commands/copy.c:1152 +#: commands/copy.c:1159 #, c-format msgid "COPY delimiter and quote must be different" msgstr "DELIMITER und QUOTE für COPY müssen verschieden sein" -#: commands/copy.c:1158 +#: commands/copy.c:1165 #, c-format msgid "COPY escape available only in CSV mode" msgstr "Escape-Zeichen für COPY ist nur im CSV-Modus verfügbar" -#: commands/copy.c:1163 +#: commands/copy.c:1170 #, c-format msgid "COPY escape must be a single one-byte character" msgstr "Escape-Zeichen für COPY muss ein einzelnes Ein-Byte-Zeichen sein" -#: commands/copy.c:1169 +#: commands/copy.c:1176 #, c-format msgid "COPY force quote available only in CSV mode" msgstr "FORCE QUOTE für COPY ist nur im CSV-Modus verfügbar" -#: commands/copy.c:1173 +#: commands/copy.c:1180 #, c-format msgid "COPY force quote only available using COPY TO" msgstr "FORCE QUOTE für COPY geht nur bei COPY TO" -#: commands/copy.c:1179 +#: commands/copy.c:1186 #, c-format msgid "COPY force not null available only in CSV mode" msgstr "FORCE NOT NULL für COPY ist nur im CSV-Modus verfügbar" -#: commands/copy.c:1183 +#: commands/copy.c:1190 #, c-format msgid "COPY force not null only available using COPY FROM" msgstr "FORCE NOT NULL für COPY geht nur bei COPY FROM" -#: commands/copy.c:1189 +#: commands/copy.c:1196 #, c-format msgid "COPY delimiter must not appear in the NULL specification" msgstr "Trennzeichen für COPY darf nicht in der NULL-Darstellung erscheinen" -#: commands/copy.c:1196 +#: commands/copy.c:1203 #, c-format msgid "CSV quote character must not appear in the NULL specification" msgstr "CSV-Quote-Zeichen darf nicht in der NULL-Darstellung erscheinen" -#: commands/copy.c:1258 +#: commands/copy.c:1265 #, c-format msgid "table \"%s\" does not have OIDs" msgstr "Tabelle „%s“ hat keine OIDs" -#: commands/copy.c:1275 +#: commands/copy.c:1282 #, c-format msgid "COPY (SELECT) WITH OIDS is not supported" msgstr "COPY (SELECT) WITH OIDS wird nicht unterstützt" -#: commands/copy.c:1301 +#: commands/copy.c:1308 #, c-format msgid "COPY (SELECT INTO) is not supported" msgstr "COPY (SELECT INTO) wird nicht unterstützt" -#: commands/copy.c:1364 +#: commands/copy.c:1371 #, c-format msgid "FORCE QUOTE column \"%s\" not referenced by COPY" msgstr "FORCE-QUOTE-Spalte „%s“ wird von COPY nicht verwendet" -#: commands/copy.c:1386 +#: commands/copy.c:1393 #, c-format msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "Spalte „%s“ mit FORCE NOT NULL wird von COPY nicht verwendet" -#: commands/copy.c:1450 +#: commands/copy.c:1457 #, c-format msgid "could not close pipe to external command: %m" msgstr "konnte Pipe zu externem Programm nicht schließen: %m" -#: commands/copy.c:1453 +#: commands/copy.c:1460 #, c-format msgid "program \"%s\" failed" msgstr "Programm „%s“ fehlgeschlagen" -#: commands/copy.c:1502 +#: commands/copy.c:1509 #, c-format msgid "cannot copy from view \"%s\"" msgstr "kann nicht aus Sicht „%s“ kopieren" -#: commands/copy.c:1504 commands/copy.c:1510 commands/copy.c:1516 +#: commands/copy.c:1511 commands/copy.c:1517 commands/copy.c:1523 #, c-format msgid "Try the COPY (SELECT ...) TO variant." msgstr "Versuchen Sie die Variante COPY (SELECT ...) TO." -#: commands/copy.c:1508 +#: commands/copy.c:1515 #, c-format msgid "cannot copy from materialized view \"%s\"" msgstr "kann nicht aus materialisierter Sicht „%s“ kopieren" -#: commands/copy.c:1514 +#: commands/copy.c:1521 #, c-format msgid "cannot copy from foreign table \"%s\"" msgstr "kann nicht aus Fremdtabelle „%s“ kopieren" -#: commands/copy.c:1520 +#: commands/copy.c:1527 #, c-format msgid "cannot copy from sequence \"%s\"" msgstr "kann nicht aus Sequenz „%s“ kopieren" -#: commands/copy.c:1525 +#: commands/copy.c:1532 #, c-format msgid "cannot copy from non-table relation \"%s\"" msgstr "kann nicht aus Relation „%s“, die keine Tabelle ist, kopieren" -#: commands/copy.c:1548 commands/copy.c:2554 +#: commands/copy.c:1555 commands/copy.c:2568 #, c-format msgid "could not execute command \"%s\": %m" msgstr "konnte Befehl „%s“ nicht ausführen: %m" -#: commands/copy.c:1563 +#: commands/copy.c:1570 #, c-format msgid "relative path not allowed for COPY to file" msgstr "relativer Pfad bei COPY in Datei nicht erlaubt" -#: commands/copy.c:1571 +#: commands/copy.c:1578 #, c-format msgid "could not open file \"%s\" for writing: %m" msgstr "konnte Datei „%s“ nicht zum Schreiben öffnen: %m" -#: commands/copy.c:1578 commands/copy.c:2572 +#: commands/copy.c:1585 commands/copy.c:2586 #, c-format msgid "\"%s\" is a directory" msgstr "„%s“ ist ein Verzeichnis" -#: commands/copy.c:1903 +#: commands/copy.c:1910 #, c-format msgid "COPY %s, line %d, column %s" msgstr "COPY %s, Zeile %d, Spalte %s" -#: commands/copy.c:1907 commands/copy.c:1954 +#: commands/copy.c:1914 commands/copy.c:1961 #, c-format msgid "COPY %s, line %d" msgstr "COPY %s, Zeile %d" -#: commands/copy.c:1918 +#: commands/copy.c:1925 #, c-format msgid "COPY %s, line %d, column %s: \"%s\"" msgstr "COPY %s, Zeile %d, Spalte %s: „%s“" -#: commands/copy.c:1926 +#: commands/copy.c:1933 #, c-format msgid "COPY %s, line %d, column %s: null input" msgstr "COPY %s, Zeile %d, Spalte %s: NULL Eingabe" -#: commands/copy.c:1948 +#: commands/copy.c:1955 #, c-format msgid "COPY %s, line %d: \"%s\"" msgstr "COPY %s, Zeile %d: „%s“" -#: commands/copy.c:2032 +#: commands/copy.c:2039 #, c-format msgid "cannot copy to view \"%s\"" msgstr "kann nicht in Sicht „%s“ kopieren" -#: commands/copy.c:2037 +#: commands/copy.c:2044 #, c-format msgid "cannot copy to materialized view \"%s\"" msgstr "kann nicht in materialisierte Sicht „%s“ kopieren" -#: commands/copy.c:2042 +#: commands/copy.c:2049 #, c-format msgid "cannot copy to foreign table \"%s\"" msgstr "kann nicht in Fremdtabelle „%s“ kopieren" -#: commands/copy.c:2047 +#: commands/copy.c:2054 #, c-format msgid "cannot copy to sequence \"%s\"" msgstr "kann nicht in Sequenz „%s“ kopieren" -#: commands/copy.c:2052 +#: commands/copy.c:2059 #, c-format msgid "cannot copy to non-table relation \"%s\"" msgstr "kann nicht in Relation „%s“ kopieren, die keine Tabelle ist" -#: commands/copy.c:2115 +#: commands/copy.c:2122 #, c-format msgid "cannot perform FREEZE because of prior transaction activity" msgstr "FREEZE kann nicht durchgeführt werden wegen vorheriger Aktivität in dieser Transaktion" -#: commands/copy.c:2121 +#: commands/copy.c:2128 #, c-format msgid "cannot perform FREEZE because the table was not created or truncated in the current subtransaction" msgstr "FREEZE kann nicht durchgeführt werden, weil die Tabelle nicht in der aktuellen Transaktion erzeugt oder geleert wurde" -#: commands/copy.c:2565 utils/adt/genfile.c:123 +#: commands/copy.c:2579 utils/adt/genfile.c:123 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "konnte Datei „%s“ nicht zum Lesen öffnen: %m" -#: commands/copy.c:2592 +#: commands/copy.c:2606 #, c-format msgid "COPY file signature not recognized" msgstr "COPY-Datei-Signatur nicht erkannt" -#: commands/copy.c:2597 +#: commands/copy.c:2611 #, c-format msgid "invalid COPY file header (missing flags)" msgstr "ungültiger COPY-Dateikopf (Flags fehlen)" -#: commands/copy.c:2603 +#: commands/copy.c:2617 #, c-format msgid "unrecognized critical flags in COPY file header" msgstr "unbekannte kritische Flags im COPY-Dateikopf" -#: commands/copy.c:2609 +#: commands/copy.c:2623 #, c-format msgid "invalid COPY file header (missing length)" msgstr "ungültiger COPY-Dateikopf (Länge fehlt)" -#: commands/copy.c:2616 +#: commands/copy.c:2630 #, c-format msgid "invalid COPY file header (wrong length)" msgstr "ungültiger COPY-Dateikopf (falsche Länge)" -#: commands/copy.c:2749 commands/copy.c:3439 commands/copy.c:3669 +#: commands/copy.c:2763 commands/copy.c:3453 commands/copy.c:3683 #, c-format msgid "extra data after last expected column" msgstr "zusätzliche Daten nach letzter erwarteter Spalte" -#: commands/copy.c:2759 +#: commands/copy.c:2773 #, c-format msgid "missing data for OID column" msgstr "fehlende Daten für OID-Spalte" -#: commands/copy.c:2765 +#: commands/copy.c:2779 #, c-format msgid "null OID in COPY data" msgstr "OID ist NULL in COPY-Daten" -#: commands/copy.c:2775 commands/copy.c:2881 +#: commands/copy.c:2789 commands/copy.c:2895 #, c-format msgid "invalid OID in COPY data" msgstr "ungültige OID in COPY-Daten" -#: commands/copy.c:2790 +#: commands/copy.c:2804 #, c-format msgid "missing data for column \"%s\"" msgstr "fehlende Daten für Spalte „%s“" -#: commands/copy.c:2856 +#: commands/copy.c:2870 #, c-format msgid "received copy data after EOF marker" msgstr "COPY-Daten nach EOF-Markierung empfangen" -#: commands/copy.c:2863 +#: commands/copy.c:2877 #, c-format msgid "row field count is %d, expected %d" msgstr "Feldanzahl in Zeile ist %d, erwartet wurden %d" -#: commands/copy.c:3203 commands/copy.c:3220 +#: commands/copy.c:3217 commands/copy.c:3234 #, c-format msgid "literal carriage return found in data" msgstr "Carriage-Return-Zeichen in Daten gefunden" -#: commands/copy.c:3204 commands/copy.c:3221 +#: commands/copy.c:3218 commands/copy.c:3235 #, c-format msgid "unquoted carriage return found in data" msgstr "ungequotetes Carriage-Return-Zeichen in Daten gefunden" -#: commands/copy.c:3206 commands/copy.c:3223 +#: commands/copy.c:3220 commands/copy.c:3237 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Verwenden Sie „\\r“, um ein Carriage-Return-Zeichen darzustellen." -#: commands/copy.c:3207 commands/copy.c:3224 +#: commands/copy.c:3221 commands/copy.c:3238 #, c-format msgid "Use quoted CSV field to represent carriage return." msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen darzustellen." -#: commands/copy.c:3236 +#: commands/copy.c:3250 #, c-format msgid "literal newline found in data" msgstr "Newline-Zeichen in Daten gefunden" -#: commands/copy.c:3237 +#: commands/copy.c:3251 #, c-format msgid "unquoted newline found in data" msgstr "ungequotetes Newline-Zeichen in Daten gefunden" -#: commands/copy.c:3239 +#: commands/copy.c:3253 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Verwenden Sie „\\n“, um ein Newline-Zeichen darzustellen." -#: commands/copy.c:3240 +#: commands/copy.c:3254 #, c-format msgid "Use quoted CSV field to represent newline." msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen." -#: commands/copy.c:3286 commands/copy.c:3322 +#: commands/copy.c:3300 commands/copy.c:3336 #, c-format msgid "end-of-copy marker does not match previous newline style" msgstr "COPY-Ende-Markierung stimmt nicht mit vorherigem Newline-Stil überein" -#: commands/copy.c:3295 commands/copy.c:3311 +#: commands/copy.c:3309 commands/copy.c:3325 #, c-format msgid "end-of-copy marker corrupt" msgstr "COPY-Ende-Markierung verfälscht" -#: commands/copy.c:3753 +#: commands/copy.c:3767 #, c-format msgid "unterminated CSV quoted field" msgstr "Quotes in CSV-Feld nicht abgeschlossen" -#: commands/copy.c:3830 commands/copy.c:3849 +#: commands/copy.c:3844 commands/copy.c:3863 #, c-format msgid "unexpected EOF in COPY data" msgstr "unerwartetes EOF in COPY-Daten" -#: commands/copy.c:3839 +#: commands/copy.c:3853 #, c-format msgid "invalid field size" msgstr "ungültige Feldgröße" -#: commands/copy.c:3862 +#: commands/copy.c:3876 #, c-format msgid "incorrect binary data format" msgstr "falsches Binärdatenformat" -#: commands/copy.c:4173 commands/indexcmds.c:1012 commands/tablecmds.c:1402 +#: commands/copy.c:4187 commands/indexcmds.c:1012 commands/tablecmds.c:1402 #: commands/tablecmds.c:2211 parser/parse_relation.c:2652 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "Spalte „%s“ existiert nicht" -#: commands/copy.c:4180 commands/tablecmds.c:1428 commands/trigger.c:625 +#: commands/copy.c:4194 commands/tablecmds.c:1428 commands/trigger.c:625 #: parser/parse_target.c:936 parser/parse_target.c:947 #, c-format msgid "column \"%s\" specified more than once" @@ -5077,9 +5105,9 @@ msgstr "%s kann nur in einer sql_drop-Ereignistriggerfunktion aufgerufen werden" #: commands/event_trigger.c:1226 commands/extension.c:1650 #: commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 -#: executor/execQual.c:1740 executor/execQual.c:1765 executor/execQual.c:2140 -#: executor/execQual.c:5303 executor/functions.c:1018 foreign/foreign.c:421 -#: replication/walsender.c:1909 utils/adt/jsonfuncs.c:924 +#: executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143 +#: executor/execQual.c:5306 executor/functions.c:1018 foreign/foreign.c:421 +#: replication/walsender.c:1898 utils/adt/jsonfuncs.c:924 #: utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 #: utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:986 #, c-format @@ -5088,7 +5116,7 @@ msgstr "Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine #: commands/event_trigger.c:1230 commands/extension.c:1654 #: commands/extension.c:1763 commands/extension.c:1956 commands/prepare.c:706 -#: foreign/foreign.c:426 replication/walsender.c:1913 +#: foreign/foreign.c:426 replication/walsender.c:1902 #: utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" @@ -6061,7 +6089,7 @@ msgstr "konnte gehaltenen Cursor nicht umpositionieren" msgid "invalid statement name: must not be empty" msgstr "ungültiger Anweisungsname: darf nicht leer sein" -#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1299 +#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1326 #, c-format msgid "could not determine data type of parameter $%d" msgstr "konnte Datentyp von Parameter $%d nicht ermitteln" @@ -6166,98 +6194,98 @@ msgstr "Provider muss angegeben werden, wenn mehrere Security-Label-Provider gel msgid "security label provider \"%s\" is not loaded" msgstr "Security-Label-Provider „%s“ ist nicht geladen" -#: commands/sequence.c:127 +#: commands/sequence.c:128 #, c-format msgid "unlogged sequences are not supported" msgstr "ungeloggte Sequenzen werden nicht unterstützt" -#: commands/sequence.c:425 commands/tablecmds.c:2292 commands/tablecmds.c:2471 +#: commands/sequence.c:430 commands/tablecmds.c:2292 commands/tablecmds.c:2471 #: commands/tablecmds.c:9944 tcop/utility.c:999 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "Relation „%s“ existiert nicht, wird übersprungen" -#: commands/sequence.c:643 +#: commands/sequence.c:652 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval: Maximalwert von Sequenz „%s“ erreicht (%s)" -#: commands/sequence.c:666 +#: commands/sequence.c:675 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval: Minimalwert von Sequenz „%s“ erreicht (%s)" -#: commands/sequence.c:779 +#: commands/sequence.c:798 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "currval von Sequenz „%s“ ist in dieser Sitzung noch nicht definiert" -#: commands/sequence.c:798 commands/sequence.c:804 +#: commands/sequence.c:817 commands/sequence.c:823 #, c-format msgid "lastval is not yet defined in this session" msgstr "lastval ist in dieser Sitzung noch nicht definiert" -#: commands/sequence.c:873 +#: commands/sequence.c:892 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz „%s“ (%s..%s)" -#: commands/sequence.c:1242 +#: commands/sequence.c:1265 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT darf nicht null sein" -#: commands/sequence.c:1298 +#: commands/sequence.c:1321 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) muss kleiner als MAXVALUE (%s) sein" -#: commands/sequence.c:1323 +#: commands/sequence.c:1346 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "START-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein" -#: commands/sequence.c:1335 +#: commands/sequence.c:1358 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "START-Wert (%s) kann nicht größer als MAXVALUE (%s) sein" -#: commands/sequence.c:1365 +#: commands/sequence.c:1388 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "RESTART-Wert (%s) kann nicht kleiner als MINVALUE (%s) sein" -#: commands/sequence.c:1377 +#: commands/sequence.c:1400 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "RESTART-Wert (%s) kann nicht größer als MAXVALUE (%s) sein" -#: commands/sequence.c:1392 +#: commands/sequence.c:1415 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "CACHE (%s) muss größer als null sein" -#: commands/sequence.c:1424 +#: commands/sequence.c:1447 #, c-format msgid "invalid OWNED BY option" msgstr "ungültige OWNED BY Option" -#: commands/sequence.c:1425 +#: commands/sequence.c:1448 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Geben Sie OWNED BY tabelle.spalte oder OWNED BY NONE an." -#: commands/sequence.c:1448 +#: commands/sequence.c:1471 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "Relation „%s“, auf die verwiesen wird, ist keine Tabelle oder Fremdtabelle" -#: commands/sequence.c:1455 +#: commands/sequence.c:1478 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "Sequenz muss selben Eigentümer wie die verknüpfte Tabelle haben" -#: commands/sequence.c:1459 +#: commands/sequence.c:1482 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "Sequenz muss im selben Schema wie die verknüpfte Tabelle sein" @@ -7348,7 +7376,7 @@ msgstr "das zu aktualisierende Tupel wurde schon durch eine vom aktuellen Befehl msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "Verwenden Sie einen AFTER-Trigger anstelle eines BEFORE-Triggers, um Änderungen an andere Zeilen zu propagieren." -#: commands/trigger.c:2680 executor/execMain.c:2097 +#: commands/trigger.c:2680 executor/execMain.c:2101 #: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441 #: executor/nodeModifyTable.c:722 #, c-format @@ -7868,57 +7896,57 @@ msgstr "Rolle „%s“ ist schon Mitglied der Rolle „%s“" msgid "role \"%s\" is not a member of role \"%s\"" msgstr "Rolle „%s“ ist kein Mitglied der Rolle „%s“" -#: commands/vacuum.c:478 +#: commands/vacuum.c:479 #, c-format msgid "oldest xmin is far in the past" msgstr "älteste xmin ist weit in der Vergangenheit" -#: commands/vacuum.c:479 +#: commands/vacuum.c:480 #, c-format msgid "Close open transactions soon to avoid wraparound problems." msgstr "Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu vermeiden." -#: commands/vacuum.c:511 +#: commands/vacuum.c:519 #, c-format msgid "oldest multixact is far in the past" msgstr "älteste Multixact ist weit in der Vergangenheit" -#: commands/vacuum.c:512 +#: commands/vacuum.c:520 #, c-format msgid "Close open transactions with multixacts soon to avoid wraparound problems." msgstr "Schließen Sie bald alle offenen Transaktionen mit Multixacts, um Überlaufprobleme zu vermeiden." -#: commands/vacuum.c:1074 +#: commands/vacuum.c:1082 #, c-format msgid "some databases have not been vacuumed in over 2 billion transactions" msgstr "einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt worden" -#: commands/vacuum.c:1075 +#: commands/vacuum.c:1083 #, c-format msgid "You might have already suffered transaction-wraparound data loss." msgstr "Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf verloren." -#: commands/vacuum.c:1192 +#: commands/vacuum.c:1200 #, c-format msgid "skipping vacuum of \"%s\" --- lock not available" msgstr "überspringe Vacuum von „%s“ --- Sperre nicht verfügbar" -#: commands/vacuum.c:1218 +#: commands/vacuum.c:1226 #, c-format msgid "skipping \"%s\" --- only superuser can vacuum it" msgstr "überspringe „%s“ --- nur Superuser kann sie vacuumen" -#: commands/vacuum.c:1222 +#: commands/vacuum.c:1230 #, c-format msgid "skipping \"%s\" --- only superuser or database owner can vacuum it" msgstr "überspringe „%s“ --- nur Superuser oder Eigentümer der Datenbank kann sie vacuumen" -#: commands/vacuum.c:1226 +#: commands/vacuum.c:1234 #, c-format msgid "skipping \"%s\" --- only table or database owner can vacuum it" msgstr "überspringe „%s“ --- nur Eigentümer der Tabelle oder der Datenbank kann sie vacuumen" -#: commands/vacuum.c:1244 +#: commands/vacuum.c:1252 #, c-format msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" msgstr "überspringe „%s“ --- kann Nicht-Tabellen oder besondere Systemtabellen nicht vacuumen" @@ -8190,142 +8218,142 @@ msgstr "Cursor „%s“ ist nicht auf eine Zeile positioniert" msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\"" msgstr "Cursor „%s“ ist kein einfach aktualisierbarer Scan der Tabelle „%s“" -#: executor/execCurrent.c:231 executor/execQual.c:1161 +#: executor/execCurrent.c:231 executor/execQual.c:1164 #, c-format msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)" msgstr "Typ von Parameter %d (%s) stimmt nicht mit dem überein, als der Plan vorbereitet worden ist (%s)" -#: executor/execCurrent.c:243 executor/execQual.c:1173 +#: executor/execCurrent.c:243 executor/execQual.c:1176 #, c-format msgid "no value found for parameter %d" msgstr "kein Wert für Parameter %d gefunden" -#: executor/execMain.c:965 +#: executor/execMain.c:969 #, c-format msgid "cannot change sequence \"%s\"" msgstr "kann Sequenz „%s“ nicht ändern" -#: executor/execMain.c:971 +#: executor/execMain.c:975 #, c-format msgid "cannot change TOAST relation \"%s\"" msgstr "kann TOAST-Relation „%s“ nicht ändern" -#: executor/execMain.c:989 rewrite/rewriteHandler.c:2346 +#: executor/execMain.c:993 rewrite/rewriteHandler.c:2346 #, c-format msgid "cannot insert into view \"%s\"" msgstr "kann nicht in Sicht „%s“ einfügen" -#: executor/execMain.c:991 rewrite/rewriteHandler.c:2349 +#: executor/execMain.c:995 rewrite/rewriteHandler.c:2349 #, c-format msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule." msgstr "Um Einfügen in die Sicht zu ermöglichen, richten Sie einen INSTEAD OF INSERT Trigger oder eine ON INSERT DO INSTEAD Regel ohne Bedingung ein." -#: executor/execMain.c:997 rewrite/rewriteHandler.c:2354 +#: executor/execMain.c:1001 rewrite/rewriteHandler.c:2354 #, c-format msgid "cannot update view \"%s\"" msgstr "kann Sicht „%s“ nicht aktualisieren" -#: executor/execMain.c:999 rewrite/rewriteHandler.c:2357 +#: executor/execMain.c:1003 rewrite/rewriteHandler.c:2357 #, c-format msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule." msgstr "Um Aktualisieren der Sicht zu ermöglichen, richten Sie einen INSTEAD OF UPDATE Trigger oder eine ON UPDATE DO INSTEAD Regel ohne Bedingung ein." -#: executor/execMain.c:1005 rewrite/rewriteHandler.c:2362 +#: executor/execMain.c:1009 rewrite/rewriteHandler.c:2362 #, c-format msgid "cannot delete from view \"%s\"" msgstr "kann nicht aus Sicht „%s“ löschen" -#: executor/execMain.c:1007 rewrite/rewriteHandler.c:2365 +#: executor/execMain.c:1011 rewrite/rewriteHandler.c:2365 #, c-format msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule." msgstr "Um Löschen aus der Sicht zu ermöglichen, richten Sie einen INSTEAD OF DELETE Trigger oder eine ON DELETE DO INSTEAD Regel ohne Bedingung ein." -#: executor/execMain.c:1017 +#: executor/execMain.c:1021 #, c-format msgid "cannot change materialized view \"%s\"" msgstr "kann materialisierte Sicht „%s“ nicht ändern" -#: executor/execMain.c:1029 +#: executor/execMain.c:1033 #, c-format msgid "cannot insert into foreign table \"%s\"" msgstr "kann nicht in Fremdtabelle „%s“ einfügen" -#: executor/execMain.c:1035 +#: executor/execMain.c:1039 #, c-format msgid "foreign table \"%s\" does not allow inserts" msgstr "Fremdtabelle „%s“ erlaubt kein Einfügen" -#: executor/execMain.c:1042 +#: executor/execMain.c:1046 #, c-format msgid "cannot update foreign table \"%s\"" msgstr "kann Fremdtabelle „%s“ nicht aktualisieren" -#: executor/execMain.c:1048 +#: executor/execMain.c:1052 #, c-format msgid "foreign table \"%s\" does not allow updates" msgstr "Fremdtabelle „%s“ erlaubt kein Aktualisieren" -#: executor/execMain.c:1055 +#: executor/execMain.c:1059 #, c-format msgid "cannot delete from foreign table \"%s\"" msgstr "kann nicht aus Fremdtabelle „%s“ löschen" -#: executor/execMain.c:1061 +#: executor/execMain.c:1065 #, c-format msgid "foreign table \"%s\" does not allow deletes" msgstr "Fremdtabelle „%s“ erlaubt kein Löschen" -#: executor/execMain.c:1072 +#: executor/execMain.c:1076 #, c-format msgid "cannot change relation \"%s\"" msgstr "kann Relation „%s“ nicht ändern" -#: executor/execMain.c:1096 +#: executor/execMain.c:1100 #, c-format msgid "cannot lock rows in sequence \"%s\"" msgstr "kann Zeilen in Sequenz „%s“ nicht sperren" -#: executor/execMain.c:1103 +#: executor/execMain.c:1107 #, c-format msgid "cannot lock rows in TOAST relation \"%s\"" msgstr "kann Zeilen in TOAST-Relation „%s“ nicht sperren" -#: executor/execMain.c:1110 +#: executor/execMain.c:1114 #, c-format msgid "cannot lock rows in view \"%s\"" msgstr "kann Zeilen in Sicht „%s“ nicht sperren" -#: executor/execMain.c:1118 +#: executor/execMain.c:1122 #, c-format msgid "cannot lock rows in materialized view \"%s\"" msgstr "kann Zeilen in materialisierter Sicht „%s“ nicht sperren" -#: executor/execMain.c:1125 +#: executor/execMain.c:1129 #, c-format msgid "cannot lock rows in foreign table \"%s\"" msgstr "kann Zeilen in Fremdtabelle „%s“ nicht sperren" -#: executor/execMain.c:1131 +#: executor/execMain.c:1135 #, c-format msgid "cannot lock rows in relation \"%s\"" msgstr "kann Zeilen in Relation „%s“ nicht sperren" -#: executor/execMain.c:1627 +#: executor/execMain.c:1631 #, c-format msgid "null value in column \"%s\" violates not-null constraint" msgstr "NULL-Wert in Spalte „%s“ verletzt Not-Null-Constraint" -#: executor/execMain.c:1629 executor/execMain.c:1654 +#: executor/execMain.c:1633 executor/execMain.c:1658 #, c-format msgid "Failing row contains %s." msgstr "Fehlgeschlagene Zeile enthält %s." -#: executor/execMain.c:1652 +#: executor/execMain.c:1656 #, c-format msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "neue Zeile für Relation „%s“ verletzt Check-Constraint „%s“" -#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3152 +#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3155 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 #: utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 #: utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945 @@ -8338,17 +8366,17 @@ msgstr "Anzahl der Arraydimensionen (%d) überschreitet erlaubtes Maximum (%d)" msgid "array subscript in assignment must not be null" msgstr "Arrayindex in Zuweisung darf nicht NULL sein" -#: executor/execQual.c:642 executor/execQual.c:4073 +#: executor/execQual.c:642 executor/execQual.c:4076 #, c-format msgid "attribute %d has wrong type" msgstr "Attribut %d hat falschen Typ" -#: executor/execQual.c:643 executor/execQual.c:4074 +#: executor/execQual.c:643 executor/execQual.c:4077 #, c-format msgid "Table has type %s, but query expects %s." msgstr "Tabelle hat Typ %s, aber Anfrage erwartet %s." -#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1051 +#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1054 #: executor/nodeModifyTable.c:85 executor/nodeModifyTable.c:95 #: executor/nodeModifyTable.c:112 executor/nodeModifyTable.c:120 #, c-format @@ -8367,12 +8395,12 @@ msgstr[1] "Tabellenzeile enthält %d Attribute, aber Anfrage erwartet %d." msgid "Table has type %s at ordinal position %d, but query expects %s." msgstr "Tabelle hat Typ %s auf Position %d, aber Anfrage erwartet %s." -#: executor/execQual.c:1052 executor/execQual.c:1648 +#: executor/execQual.c:1055 executor/execQual.c:1651 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf Position %d." -#: executor/execQual.c:1327 parser/parse_func.c:93 parser/parse_func.c:325 +#: executor/execQual.c:1330 parser/parse_func.c:93 parser/parse_func.c:325 #: parser/parse_func.c:639 #, c-format msgid "cannot pass more than %d argument to a function" @@ -8380,163 +8408,163 @@ msgid_plural "cannot pass more than %d arguments to a function" msgstr[0] "kann nicht mehr als %d Argument an Funktion übergeben" msgstr[1] "kann nicht mehr als %d Argumente an Funktion übergeben" -#: executor/execQual.c:1516 +#: executor/execQual.c:1519 #, c-format msgid "functions and operators can take at most one set argument" msgstr "Funktionen und Operatoren können höchstens ein Mengenargument haben" -#: executor/execQual.c:1566 +#: executor/execQual.c:1569 #, c-format msgid "function returning setof record called in context that cannot accept type record" msgstr "Funktion mit Ergebnis SETOF RECORD in einem Zusammenhang aufgerufen, der den Typ RECORD nicht verarbeiten kann" -#: executor/execQual.c:1621 executor/execQual.c:1637 executor/execQual.c:1647 +#: executor/execQual.c:1624 executor/execQual.c:1640 executor/execQual.c:1650 #, c-format msgid "function return row and query-specified return row do not match" msgstr "von Funktion zurückgegebene Zeile und von der Anfrage angegebene zurückzugebende Zeile stimmen nicht überein" -#: executor/execQual.c:1622 +#: executor/execQual.c:1625 #, c-format msgid "Returned row contains %d attribute, but query expects %d." msgid_plural "Returned row contains %d attributes, but query expects %d." msgstr[0] "Zurückgegebene Zeile enthält %d Attribut, aber Anfrage erwartet %d." msgstr[1] "Zurückgegebene Zeile enthält %d Attribute, aber Anfrage erwartet %d." -#: executor/execQual.c:1638 +#: executor/execQual.c:1641 #, c-format msgid "Returned type %s at ordinal position %d, but query expects %s." msgstr "Rückgabetyp war %s auf Position %d, aber Anfrage erwartet %s." -#: executor/execQual.c:1880 executor/execQual.c:2311 +#: executor/execQual.c:1883 executor/execQual.c:2314 #, c-format msgid "table-function protocol for materialize mode was not followed" msgstr "Tabellenfunktionsprotokoll für Materialisierungsmodus wurde nicht befolgt" -#: executor/execQual.c:1900 executor/execQual.c:2318 +#: executor/execQual.c:1903 executor/execQual.c:2321 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "unbekannter returnMode von Tabellenfunktion: %d" -#: executor/execQual.c:2228 +#: executor/execQual.c:2231 #, c-format msgid "function returning set of rows cannot return null value" msgstr "Funktion, die eine Zeilenmenge zurückgibt, kann keinen NULL-Wert zurückgeben" -#: executor/execQual.c:2285 +#: executor/execQual.c:2288 #, c-format msgid "rows returned by function are not all of the same row type" msgstr "von Funktion zurückgegebene Zeilen haben nicht alle den selben Zeilentyp" -#: executor/execQual.c:2500 +#: executor/execQual.c:2503 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM unterstützt keine Mengenargumente" -#: executor/execQual.c:2577 +#: executor/execQual.c:2580 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "op ANY/ALL (array) unterstützt keine Mengenargumente" -#: executor/execQual.c:3130 +#: executor/execQual.c:3133 #, c-format msgid "cannot merge incompatible arrays" msgstr "kann inkompatible Arrays nicht verschmelzen" -#: executor/execQual.c:3131 +#: executor/execQual.c:3134 #, c-format msgid "Array with element type %s cannot be included in ARRAY construct with element type %s." msgstr "Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s verwendet werden." -#: executor/execQual.c:3172 executor/execQual.c:3199 +#: executor/execQual.c:3175 executor/execQual.c:3202 #: utils/adt/arrayfuncs.c:547 #, c-format msgid "multidimensional arrays must have array expressions with matching dimensions" msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben" -#: executor/execQual.c:3714 +#: executor/execQual.c:3717 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF unterstützt keine Mengenargumente" -#: executor/execQual.c:3944 utils/adt/domains.c:131 +#: executor/execQual.c:3947 utils/adt/domains.c:131 #, c-format msgid "domain %s does not allow null values" msgstr "Domäne %s erlaubt keine NULL-Werte" -#: executor/execQual.c:3974 utils/adt/domains.c:168 +#: executor/execQual.c:3977 utils/adt/domains.c:168 #, c-format msgid "value for domain %s violates check constraint \"%s\"" msgstr "Wert für Domäne %s verletzt Check-Constraint „%s“" -#: executor/execQual.c:4332 +#: executor/execQual.c:4335 #, c-format msgid "WHERE CURRENT OF is not supported for this table type" msgstr "WHERE CURRENT OF wird für diesen Tabellentyp nicht unterstützt" -#: executor/execQual.c:4475 optimizer/util/clauses.c:573 +#: executor/execQual.c:4478 optimizer/util/clauses.c:573 #: parser/parse_agg.c:347 #, c-format msgid "aggregate function calls cannot be nested" msgstr "Aufrufe von Aggregatfunktionen können nicht geschachtelt werden" -#: executor/execQual.c:4513 optimizer/util/clauses.c:647 +#: executor/execQual.c:4516 optimizer/util/clauses.c:647 #: parser/parse_agg.c:443 #, c-format msgid "window function calls cannot be nested" msgstr "Aufrufe von Fensterfunktionen können nicht geschachtelt werden" -#: executor/execQual.c:4725 +#: executor/execQual.c:4728 #, c-format msgid "target type is not an array" msgstr "Zieltyp ist kein Array" -#: executor/execQual.c:4839 +#: executor/execQual.c:4842 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "ROW()-Spalte hat Typ %s statt Typ %s" -#: executor/execQual.c:4974 utils/adt/arrayfuncs.c:3383 +#: executor/execQual.c:4977 utils/adt/arrayfuncs.c:3383 #: utils/adt/rowtypes.c:922 #, c-format msgid "could not identify a comparison function for type %s" msgstr "konnte keine Vergleichsfunktion für Typ %s ermitteln" -#: executor/execUtils.c:844 +#: executor/execUtils.c:846 #, c-format msgid "materialized view \"%s\" has not been populated" msgstr "materialisierte Sicht „%s“ wurde noch nicht befüllt" -#: executor/execUtils.c:846 +#: executor/execUtils.c:848 #, c-format msgid "Use the REFRESH MATERIALIZED VIEW command." msgstr "Verwenden Sie den Befehl REFRESH MATERIALIZED VIEW." -#: executor/execUtils.c:1323 +#: executor/execUtils.c:1325 #, c-format msgid "could not create exclusion constraint \"%s\"" msgstr "konnte Exclusion-Constraint „%s“ nicht erzeugen" -#: executor/execUtils.c:1326 +#: executor/execUtils.c:1328 #, c-format msgid "Key %s conflicts with key %s." msgstr "Schlüssel %s kollidiert mit Schlüssel %s." -#: executor/execUtils.c:1328 +#: executor/execUtils.c:1330 #, c-format msgid "Key conflicts exist." msgstr "Es bestehen Schlüsselkonflikte." -#: executor/execUtils.c:1334 +#: executor/execUtils.c:1336 #, c-format msgid "conflicting key value violates exclusion constraint \"%s\"" msgstr "kollidierender Schlüsselwert verletzt Exclusion-Constraint „%s“" -#: executor/execUtils.c:1337 +#: executor/execUtils.c:1339 #, c-format msgid "Key %s conflicts with existing key %s." msgstr "Schlüssel %s kollidiert mit vorhandenem Schlüssel %s." -#: executor/execUtils.c:1339 +#: executor/execUtils.c:1341 #, c-format msgid "Key conflicts with existing key." msgstr "Der Schlüssel kollidiert mit einem vorhandenen Schlüssel." @@ -9010,74 +9038,74 @@ msgstr "%s-Constraints können nicht als NOT VALID markiert werden" msgid "%s constraints cannot be marked NO INHERIT" msgstr "%s-Constraints können nicht als NO INHERIT markiert werden" -#: guc-file.l:192 +#: guc-file.l:191 #, c-format msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u" msgstr "unbekannter Konfigurationsparameter „%s“ in Datei „%s“ Zeile %u" -#: guc-file.l:227 utils/misc/guc.c:5270 utils/misc/guc.c:5460 +#: guc-file.l:226 utils/misc/guc.c:5270 utils/misc/guc.c:5460 #: utils/misc/guc.c:5564 utils/misc/guc.c:5665 utils/misc/guc.c:5786 #: utils/misc/guc.c:5894 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" msgstr "Parameter „%s“ kann nicht geändert werden, ohne den Server neu zu starten" -#: guc-file.l:255 +#: guc-file.l:254 #, c-format msgid "parameter \"%s\" removed from configuration file, reset to default" msgstr "Parameter „%s“ wurde aus Konfigurationsdatei entfernt, wird auf Standardwert zurückgesetzt" -#: guc-file.l:317 +#: guc-file.l:316 #, c-format msgid "parameter \"%s\" changed to \"%s\"" msgstr "Parameter „%s“ auf „%s“ gesetzt" -#: guc-file.l:351 +#: guc-file.l:350 #, c-format msgid "configuration file \"%s\" contains errors" msgstr "Konfigurationsdatei „%s“ enthält Fehler" -#: guc-file.l:356 +#: guc-file.l:355 #, c-format msgid "configuration file \"%s\" contains errors; unaffected changes were applied" msgstr "Konfigurationsdatei „%s“ enthält Fehler; nicht betroffene Änderungen wurden durchgeführt" -#: guc-file.l:361 +#: guc-file.l:360 #, c-format msgid "configuration file \"%s\" contains errors; no changes were applied" msgstr "Konfigurationsdatei „%s“ enthält Fehler; keine Änderungen wurden durchgeführt" -#: guc-file.l:426 +#: guc-file.l:425 #, c-format msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" msgstr "konnte Konfigurationsdatei „%s“ nicht öffnen: maximale Verschachtelungstiefe überschritten" -#: guc-file.l:439 libpq/hba.c:1814 +#: guc-file.l:438 libpq/hba.c:1784 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "konnte Konfigurationsdatei „%s“ nicht öffnen: %m" -#: guc-file.l:446 +#: guc-file.l:445 #, c-format msgid "skipping missing configuration file \"%s\"" msgstr "fehlende Konfigurationsdatei „%s“ wird übersprungen" -#: guc-file.l:655 +#: guc-file.l:654 #, c-format msgid "syntax error in file \"%s\" line %u, near end of line" msgstr "Syntaxfehler in Datei „%s“, Zeile %u, am Ende der Zeile" -#: guc-file.l:660 +#: guc-file.l:659 #, c-format msgid "syntax error in file \"%s\" line %u, near token \"%s\"" msgstr "Syntaxfehler in Datei „%s“, Zeile %u, bei „%s“" -#: guc-file.l:676 +#: guc-file.l:675 #, c-format msgid "too many syntax errors found, abandoning file \"%s\"" msgstr "zu viele Syntaxfehler gefunden, Datei „%s“ wird aufgegeben" -#: guc-file.l:721 +#: guc-file.l:720 #, c-format msgid "could not open configuration directory \"%s\": %m" msgstr "konnte Konfigurationsverzeichnis „%s“ nicht öffnen: %m" @@ -9235,364 +9263,364 @@ msgstr "kein pg_hba.conf-Eintrag für Host „%s“, Benutzer „%s“, Datenban msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" msgstr "kein pg_hba.conf-Eintrag für Host „%s“, Benutzer „%s“, Datenbank „%s“" -#: libpq/auth.c:552 libpq/hba.c:1218 +#: libpq/auth.c:552 libpq/hba.c:1188 #, c-format msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" msgstr "MD5-Authentifizierung wird nicht unterstützt, wenn „db_user_namespace“ angeschaltet ist" -#: libpq/auth.c:676 +#: libpq/auth.c:677 #, c-format msgid "expected password response, got message type %d" msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen" -#: libpq/auth.c:704 +#: libpq/auth.c:705 #, c-format msgid "invalid password packet size" msgstr "ungültige Größe des Passwortpakets" -#: libpq/auth.c:708 +#: libpq/auth.c:709 #, c-format msgid "received password packet" msgstr "Passwortpaket empfangen" -#: libpq/auth.c:766 +#: libpq/auth.c:767 #, c-format msgid "Kerberos initialization returned error %d" msgstr "Kerberos-Initialisierung ergab Fehler %d" -#: libpq/auth.c:776 +#: libpq/auth.c:777 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "Auflösung der Kerberos-Keytab ergab Fehler %d" -#: libpq/auth.c:800 +#: libpq/auth.c:801 #, c-format msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") ergab Fehler %d" -#: libpq/auth.c:845 +#: libpq/auth.c:846 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "Kerberos recvauth ergab Fehler %d" -#: libpq/auth.c:868 +#: libpq/auth.c:869 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "Kerberos unparse_name ergab Fehler %d" -#: libpq/auth.c:1016 +#: libpq/auth.c:1017 #, c-format msgid "GSSAPI is not supported in protocol version 2" msgstr "GSSAPI wird in Protokollversion 2 nicht unterstützt" -#: libpq/auth.c:1071 +#: libpq/auth.c:1073 #, c-format msgid "expected GSS response, got message type %d" msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen" -#: libpq/auth.c:1130 +#: libpq/auth.c:1132 msgid "accepting GSS security context failed" msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen" -#: libpq/auth.c:1156 +#: libpq/auth.c:1158 msgid "retrieving GSS user name failed" msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen" -#: libpq/auth.c:1273 +#: libpq/auth.c:1275 #, c-format msgid "SSPI is not supported in protocol version 2" msgstr "SSL wird in Protokollversion 2 nicht unterstützt" -#: libpq/auth.c:1288 +#: libpq/auth.c:1290 msgid "could not acquire SSPI credentials" msgstr "konnte SSPI-Credentials nicht erhalten" -#: libpq/auth.c:1305 +#: libpq/auth.c:1308 #, c-format msgid "expected SSPI response, got message type %d" msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen" -#: libpq/auth.c:1377 +#: libpq/auth.c:1380 msgid "could not accept SSPI security context" msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren" -#: libpq/auth.c:1439 +#: libpq/auth.c:1442 msgid "could not get token from SSPI security context" msgstr "konnte kein Token vom SSPI-Sicherheitskontext erhalten" -#: libpq/auth.c:1683 +#: libpq/auth.c:1685 #, c-format msgid "could not create socket for Ident connection: %m" msgstr "konnte Socket für Ident-Verbindung nicht erzeugen: %m" -#: libpq/auth.c:1698 +#: libpq/auth.c:1700 #, c-format msgid "could not bind to local address \"%s\": %m" msgstr "konnte nicht mit lokaler Adresse „%s“ verbinden: %m" -#: libpq/auth.c:1710 +#: libpq/auth.c:1712 #, c-format msgid "could not connect to Ident server at address \"%s\", port %s: %m" msgstr "konnte nicht mit Ident-Server auf Adresse „%s“, Port %s verbinden: %m" -#: libpq/auth.c:1730 +#: libpq/auth.c:1732 #, c-format msgid "could not send query to Ident server at address \"%s\", port %s: %m" msgstr "konnte Anfrage an Ident-Server auf Adresse „%s“, Port %s nicht senden: %m" -#: libpq/auth.c:1745 +#: libpq/auth.c:1747 #, c-format msgid "could not receive response from Ident server at address \"%s\", port %s: %m" msgstr "konnte Antwort von Ident-Server auf Adresse „%s“, Port %s nicht empfangen: %m" -#: libpq/auth.c:1755 +#: libpq/auth.c:1757 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "ungültig formatierte Antwort vom Ident-Server: „%s“" -#: libpq/auth.c:1794 +#: libpq/auth.c:1798 #, c-format msgid "peer authentication is not supported on this platform" msgstr "Peer-Authentifizierung wird auf dieser Plattform nicht unterstützt" -#: libpq/auth.c:1798 +#: libpq/auth.c:1802 #, c-format msgid "could not get peer credentials: %m" msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m" -#: libpq/auth.c:1807 +#: libpq/auth.c:1811 #, c-format msgid "local user with ID %d does not exist" msgstr "lokaler Benutzer mit ID %d existiert nicht" -#: libpq/auth.c:1890 libpq/auth.c:2161 libpq/auth.c:2526 +#: libpq/auth.c:1894 libpq/auth.c:2165 libpq/auth.c:2530 #, c-format msgid "empty password returned by client" msgstr "Client gab leeres Passwort zurück" -#: libpq/auth.c:1900 +#: libpq/auth.c:1904 #, c-format msgid "error from underlying PAM layer: %s" msgstr "Fehler von der unteren PAM-Ebene: %s" -#: libpq/auth.c:1969 +#: libpq/auth.c:1973 #, c-format msgid "could not create PAM authenticator: %s" msgstr "konnte PAM-Authenticator nicht erzeugen: %s" -#: libpq/auth.c:1980 +#: libpq/auth.c:1984 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s" -#: libpq/auth.c:1991 +#: libpq/auth.c:1995 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s" -#: libpq/auth.c:2002 +#: libpq/auth.c:2006 #, c-format msgid "pam_authenticate failed: %s" msgstr "pam_authenticate fehlgeschlagen: %s" -#: libpq/auth.c:2013 +#: libpq/auth.c:2017 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "pam_acct_mgmt fehlgeschlagen: %s" -#: libpq/auth.c:2024 +#: libpq/auth.c:2028 #, c-format msgid "could not release PAM authenticator: %s" msgstr "konnte PAM-Authenticator nicht freigeben: %s" -#: libpq/auth.c:2057 +#: libpq/auth.c:2061 #, c-format msgid "could not initialize LDAP: %m" msgstr "konnte LDAP nicht initialisieren: %m" -#: libpq/auth.c:2060 +#: libpq/auth.c:2064 #, c-format msgid "could not initialize LDAP: error code %d" msgstr "konnte LDAP nicht initialisieren: Fehlercode %d" -#: libpq/auth.c:2070 +#: libpq/auth.c:2074 #, c-format msgid "could not set LDAP protocol version: %s" msgstr "konnte LDAP-Protokollversion nicht setzen: %s" -#: libpq/auth.c:2099 +#: libpq/auth.c:2103 #, c-format msgid "could not load wldap32.dll" msgstr "konnte wldap32.dll nicht laden" -#: libpq/auth.c:2107 +#: libpq/auth.c:2111 #, c-format msgid "could not load function _ldap_start_tls_sA in wldap32.dll" msgstr "konnte Funktion _ldap_start_tls_sA in wldap32.dll nicht laden" -#: libpq/auth.c:2108 +#: libpq/auth.c:2112 #, c-format msgid "LDAP over SSL is not supported on this platform." msgstr "LDAP über SSL wird auf dieser Plattform nicht unterstützt." -#: libpq/auth.c:2123 +#: libpq/auth.c:2127 #, c-format msgid "could not start LDAP TLS session: %s" msgstr "konnte LDAP-TLS-Sitzung nicht starten: %s" -#: libpq/auth.c:2145 +#: libpq/auth.c:2149 #, c-format msgid "LDAP server not specified" msgstr "LDAP-Server nicht angegeben" -#: libpq/auth.c:2198 +#: libpq/auth.c:2202 #, c-format msgid "invalid character in user name for LDAP authentication" msgstr "ungültiges Zeichen im Benutzernamen für LDAP-Authentifizierung" -#: libpq/auth.c:2213 +#: libpq/auth.c:2217 #, c-format msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": %s" msgstr "erstes LDAP-Binden für ldapbinddn „%s“ auf Server „%s“ fehlgeschlagen: %s" -#: libpq/auth.c:2238 +#: libpq/auth.c:2242 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s" msgstr "konnte LDAP nicht mit Filter „%s“ auf Server „%s“ durchsuchen: %s" -#: libpq/auth.c:2249 +#: libpq/auth.c:2253 #, c-format msgid "LDAP user \"%s\" does not exist" msgstr "LDAP-Benutzer „%s“ existiert nicht" -#: libpq/auth.c:2250 +#: libpq/auth.c:2254 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries." msgstr "LDAP-Suche nach Filter „%s“ auf Server „%s“ gab keine Einträge zurück." -#: libpq/auth.c:2254 +#: libpq/auth.c:2258 #, c-format msgid "LDAP user \"%s\" is not unique" msgstr "LDAP-Benutzer „%s“ ist nicht eindeutig" -#: libpq/auth.c:2255 +#: libpq/auth.c:2259 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry." msgid_plural "LDAP search for filter \"%s\" on server \"%s\" returned %d entries." msgstr[0] "LDAP-Suche nach Filter „%s“ auf Server „%s“ gab %d Eintrag zurück." msgstr[1] "LDAP-Suche nach Filter „%s“ auf Server „%s“ gab %d Einträge zurück." -#: libpq/auth.c:2273 +#: libpq/auth.c:2277 #, c-format msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" msgstr "konnte DN fũr den ersten Treffer für „%s“ auf Server „%s“ nicht lesen: %s" -#: libpq/auth.c:2293 +#: libpq/auth.c:2297 #, c-format msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" msgstr "Losbinden fehlgeschlagen nach Suche nach Benutzer „%s“ auf Server „%s“: %s" -#: libpq/auth.c:2330 +#: libpq/auth.c:2334 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": %s" msgstr "LDAP-Login fehlgeschlagen für Benutzer „%s“ auf Server „%s“: %s" -#: libpq/auth.c:2358 +#: libpq/auth.c:2362 #, c-format msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" msgstr "Zertifikatauthentifizierung für Benutzer „%s“ fehlgeschlagen: Client-Zertifikat enthält keinen Benutzernamen" -#: libpq/auth.c:2482 +#: libpq/auth.c:2486 #, c-format msgid "RADIUS server not specified" msgstr "RADIUS-Server nicht angegeben" -#: libpq/auth.c:2489 +#: libpq/auth.c:2493 #, c-format msgid "RADIUS secret not specified" msgstr "RADIUS-Geheimnis nicht angegeben" -#: libpq/auth.c:2505 libpq/hba.c:1634 +#: libpq/auth.c:2509 libpq/hba.c:1604 #, c-format msgid "could not translate RADIUS server name \"%s\" to address: %s" msgstr "konnte RADIUS-Servername „%s“ nicht in Adresse übersetzen: %s" -#: libpq/auth.c:2533 +#: libpq/auth.c:2537 #, c-format msgid "RADIUS authentication does not support passwords longer than 16 characters" msgstr "RADIUS-Authentifizierung unterstützt keine Passwörter länger als 16 Zeichen" -#: libpq/auth.c:2544 +#: libpq/auth.c:2548 #, c-format msgid "could not generate random encryption vector" msgstr "konnte zufälligen Verschlüsselungsvektor nicht erzeugen" -#: libpq/auth.c:2567 +#: libpq/auth.c:2571 #, c-format msgid "could not perform MD5 encryption of password" msgstr "konnte MD5-Verschlüsselung des Passworts nicht durchführen" -#: libpq/auth.c:2589 +#: libpq/auth.c:2593 #, c-format msgid "could not create RADIUS socket: %m" msgstr "konnte RADIUS-Socket nicht erstellen: %m" -#: libpq/auth.c:2610 +#: libpq/auth.c:2614 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "konnte lokales RADIUS-Socket nicht binden: %m" -#: libpq/auth.c:2620 +#: libpq/auth.c:2624 #, c-format msgid "could not send RADIUS packet: %m" msgstr "konnte RADIUS-Paket nicht senden: %m" -#: libpq/auth.c:2649 libpq/auth.c:2674 +#: libpq/auth.c:2653 libpq/auth.c:2678 #, c-format msgid "timeout waiting for RADIUS response" msgstr "Zeitüberschreitung beim Warten auf RADIUS-Antwort" -#: libpq/auth.c:2667 +#: libpq/auth.c:2671 #, c-format msgid "could not check status on RADIUS socket: %m" msgstr "konnte Status des RADIUS-Sockets nicht prüfen: %m" -#: libpq/auth.c:2696 +#: libpq/auth.c:2700 #, c-format msgid "could not read RADIUS response: %m" msgstr "konnte RADIUS-Antwort nicht lesen: %m" -#: libpq/auth.c:2708 libpq/auth.c:2712 +#: libpq/auth.c:2712 libpq/auth.c:2716 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "RADIUS-Antwort wurde von falschem Port gesendet: %d" -#: libpq/auth.c:2721 +#: libpq/auth.c:2725 #, c-format msgid "RADIUS response too short: %d" msgstr "RADIUS-Antwort zu kurz: %d" -#: libpq/auth.c:2728 +#: libpq/auth.c:2732 #, c-format msgid "RADIUS response has corrupt length: %d (actual length %d)" msgstr "RADIUS-Antwort hat verfälschte Länge: %d (tatsächliche Länge %d)" -#: libpq/auth.c:2736 +#: libpq/auth.c:2740 #, c-format msgid "RADIUS response is to a different request: %d (should be %d)" msgstr "RADIUS-Antwort unterscheidet sich von Anfrage: %d (sollte %d sein)" -#: libpq/auth.c:2761 +#: libpq/auth.c:2765 #, c-format msgid "could not perform MD5 encryption of received packet" msgstr "konnte MD5-Verschlüsselung des empfangenen Pakets nicht durchführen" -#: libpq/auth.c:2770 +#: libpq/auth.c:2774 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "RADIUS-Antwort hat falsche MD5-Signatur" -#: libpq/auth.c:2787 +#: libpq/auth.c:2791 #, c-format msgid "RADIUS response has invalid code (%d) for user \"%s\"" msgstr "RADIUS-Antwort hat ungültigen Code (%d) für Benutzer „%s“" @@ -9798,430 +9826,435 @@ msgstr "konnte sekundäre Authentifizierungsdatei „@%s“ nicht als „%s“ msgid "authentication file line too long" msgstr "Zeile in Authentifizierungsdatei zu lang" -#: libpq/hba.c:410 libpq/hba.c:787 libpq/hba.c:803 libpq/hba.c:833 -#: libpq/hba.c:879 libpq/hba.c:892 libpq/hba.c:914 libpq/hba.c:923 -#: libpq/hba.c:946 libpq/hba.c:958 libpq/hba.c:977 libpq/hba.c:998 -#: libpq/hba.c:1009 libpq/hba.c:1064 libpq/hba.c:1082 libpq/hba.c:1094 -#: libpq/hba.c:1111 libpq/hba.c:1121 libpq/hba.c:1135 libpq/hba.c:1151 -#: libpq/hba.c:1166 libpq/hba.c:1177 libpq/hba.c:1219 libpq/hba.c:1251 -#: libpq/hba.c:1262 libpq/hba.c:1282 libpq/hba.c:1293 libpq/hba.c:1304 -#: libpq/hba.c:1321 libpq/hba.c:1346 libpq/hba.c:1383 libpq/hba.c:1393 -#: libpq/hba.c:1450 libpq/hba.c:1462 libpq/hba.c:1475 libpq/hba.c:1558 -#: libpq/hba.c:1636 libpq/hba.c:1654 libpq/hba.c:1675 tsearch/ts_locale.c:182 +#: libpq/hba.c:410 libpq/hba.c:757 libpq/hba.c:773 libpq/hba.c:803 +#: libpq/hba.c:849 libpq/hba.c:862 libpq/hba.c:884 libpq/hba.c:893 +#: libpq/hba.c:916 libpq/hba.c:928 libpq/hba.c:947 libpq/hba.c:968 +#: libpq/hba.c:979 libpq/hba.c:1034 libpq/hba.c:1052 libpq/hba.c:1064 +#: libpq/hba.c:1081 libpq/hba.c:1091 libpq/hba.c:1105 libpq/hba.c:1121 +#: libpq/hba.c:1136 libpq/hba.c:1147 libpq/hba.c:1189 libpq/hba.c:1221 +#: libpq/hba.c:1232 libpq/hba.c:1252 libpq/hba.c:1263 libpq/hba.c:1274 +#: libpq/hba.c:1291 libpq/hba.c:1316 libpq/hba.c:1353 libpq/hba.c:1363 +#: libpq/hba.c:1420 libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1528 +#: libpq/hba.c:1606 libpq/hba.c:1624 libpq/hba.c:1645 tsearch/ts_locale.c:182 #, c-format msgid "line %d of configuration file \"%s\"" msgstr "Zeile %d in Konfigurationsdatei „%s“" #. translator: the second %s is a list of auth methods -#: libpq/hba.c:785 +#: libpq/hba.c:755 #, c-format msgid "authentication option \"%s\" is only valid for authentication methods %s" msgstr "Authentifizierungsoption „%s“ ist nur gültig für Authentifizierungsmethoden %s" -#: libpq/hba.c:801 +#: libpq/hba.c:771 #, c-format msgid "authentication method \"%s\" requires argument \"%s\" to be set" msgstr "Authentifizierungsmethode „%s“ benötigt Argument „%s“" -#: libpq/hba.c:822 +#: libpq/hba.c:792 #, c-format msgid "missing entry in file \"%s\" at end of line %d" msgstr "fehlender Eintrag in Datei „%s“ am Ende von Zeile %d" -#: libpq/hba.c:832 +#: libpq/hba.c:802 #, c-format msgid "multiple values in ident field" msgstr "mehrere Werte in Ident-Feld" -#: libpq/hba.c:877 +#: libpq/hba.c:847 #, c-format msgid "multiple values specified for connection type" msgstr "mehrere Werte angegeben für Verbindungstyp" -#: libpq/hba.c:878 +#: libpq/hba.c:848 #, c-format msgid "Specify exactly one connection type per line." msgstr "Geben Sie genau einen Verbindungstyp pro Zeile an." -#: libpq/hba.c:891 +#: libpq/hba.c:861 #, c-format msgid "local connections are not supported by this build" msgstr "lokale Verbindungen werden von dieser Installation nicht unterstützt" -#: libpq/hba.c:912 +#: libpq/hba.c:882 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "für hostssl muss SSL angeschaltet sein" -#: libpq/hba.c:913 +#: libpq/hba.c:883 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Setzen Sie ssl = on in postgresql.conf." -#: libpq/hba.c:921 +#: libpq/hba.c:891 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl wird von dieser Installation nicht unterstützt" -#: libpq/hba.c:922 +#: libpq/hba.c:892 #, c-format msgid "Compile with --with-openssl to use SSL connections." msgstr "Kompilieren Sie mit --with-openssl, um SSL-Verbindungen zu verwenden." -#: libpq/hba.c:944 +#: libpq/hba.c:914 #, c-format msgid "invalid connection type \"%s\"" msgstr "ungültiger Verbindungstyp „%s“" -#: libpq/hba.c:957 +#: libpq/hba.c:927 #, c-format msgid "end-of-line before database specification" msgstr "Zeilenende vor Datenbankangabe" -#: libpq/hba.c:976 +#: libpq/hba.c:946 #, c-format msgid "end-of-line before role specification" msgstr "Zeilenende vor Rollenangabe" -#: libpq/hba.c:997 +#: libpq/hba.c:967 #, c-format msgid "end-of-line before IP address specification" msgstr "Zeilenende vor IP-Adressangabe" -#: libpq/hba.c:1007 +#: libpq/hba.c:977 #, c-format msgid "multiple values specified for host address" msgstr "mehrere Werte für Hostadresse angegeben" -#: libpq/hba.c:1008 +#: libpq/hba.c:978 #, c-format msgid "Specify one address range per line." msgstr "Geben Sie einen Adressbereich pro Zeile an." -#: libpq/hba.c:1062 +#: libpq/hba.c:1032 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "ungültige IP-Adresse „%s“: %s" -#: libpq/hba.c:1080 +#: libpq/hba.c:1050 #, c-format msgid "specifying both host name and CIDR mask is invalid: \"%s\"" msgstr "Angabe von sowohl Hostname als auch CIDR-Maske ist ungültig: „%s“" -#: libpq/hba.c:1092 +#: libpq/hba.c:1062 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "ungültige CIDR-Maske in Adresse „%s“" -#: libpq/hba.c:1109 +#: libpq/hba.c:1079 #, c-format msgid "end-of-line before netmask specification" msgstr "Zeilenende vor Netzmaskenangabe" -#: libpq/hba.c:1110 +#: libpq/hba.c:1080 #, c-format msgid "Specify an address range in CIDR notation, or provide a separate netmask." msgstr "Geben Sie einen Adressbereich in CIDR-Schreibweise oder eine separate Netzmaske an." -#: libpq/hba.c:1120 +#: libpq/hba.c:1090 #, c-format msgid "multiple values specified for netmask" msgstr "mehrere Werte für Netzmaske angegeben" -#: libpq/hba.c:1133 +#: libpq/hba.c:1103 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "ungültige IP-Maske „%s“: %s" -#: libpq/hba.c:1150 +#: libpq/hba.c:1120 #, c-format msgid "IP address and mask do not match" msgstr "IP-Adresse und -Maske passen nicht zusammen" -#: libpq/hba.c:1165 +#: libpq/hba.c:1135 #, c-format msgid "end-of-line before authentication method" msgstr "Zeilenende vor Authentifizierungsmethode" -#: libpq/hba.c:1175 +#: libpq/hba.c:1145 #, c-format msgid "multiple values specified for authentication type" msgstr "mehrere Werte für Authentifizierungstyp angegeben" -#: libpq/hba.c:1176 +#: libpq/hba.c:1146 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Geben Sie genau einen Authentifizierungstyp pro Zeile an." -#: libpq/hba.c:1249 +#: libpq/hba.c:1219 #, c-format msgid "invalid authentication method \"%s\"" msgstr "ungültige Authentifizierungsmethode „%s“" -#: libpq/hba.c:1260 +#: libpq/hba.c:1230 #, c-format msgid "invalid authentication method \"%s\": not supported by this build" msgstr "ungültige Authentifizierungsmethode „%s“: von dieser Installation nicht unterstützt" -#: libpq/hba.c:1281 +#: libpq/hba.c:1251 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "krb5-Authentifizierung wird auf lokalen Sockets nicht unterstützt" -#: libpq/hba.c:1292 +#: libpq/hba.c:1262 #, c-format msgid "gssapi authentication is not supported on local sockets" msgstr "gssapi-Authentifizierung wird auf lokalen Sockets nicht unterstützt" -#: libpq/hba.c:1303 +#: libpq/hba.c:1273 #, c-format msgid "peer authentication is only supported on local sockets" msgstr "peer-Authentifizierung wird nur auf lokalen Sockets unterstützt" -#: libpq/hba.c:1320 +#: libpq/hba.c:1290 #, c-format msgid "cert authentication is only supported on hostssl connections" msgstr "cert-Authentifizierung wird nur auf „hostssl“-Verbindungen unterstützt" -#: libpq/hba.c:1345 +#: libpq/hba.c:1315 #, c-format msgid "authentication option not in name=value format: %s" msgstr "Authentifizierungsoption nicht im Format name=wert: %s" -#: libpq/hba.c:1382 +#: libpq/hba.c:1352 #, c-format msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, or ldapurl together with ldapprefix" msgstr "ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute oder ldapurl kann nicht zusammen mit ldapprefix verwendet werden" -#: libpq/hba.c:1392 +#: libpq/hba.c:1362 #, c-format msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" msgstr "Authentifizierungsmethode „ldap“ benötigt Argument „ldapbasedn“, „ldapprefix“ oder „ldapsuffix“" -#: libpq/hba.c:1436 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi und cert" -#: libpq/hba.c:1449 +#: libpq/hba.c:1419 #, c-format msgid "clientcert can only be configured for \"hostssl\" rows" msgstr "clientcert kann nur für „hostssl“-Zeilen konfiguriert werden" -#: libpq/hba.c:1460 +#: libpq/hba.c:1430 #, c-format msgid "client certificates can only be checked if a root certificate store is available" msgstr "Client-Zertifikate können nur überprüft werden, wenn Wurzelzertifikat verfügbar ist" -#: libpq/hba.c:1461 +#: libpq/hba.c:1431 #, c-format msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." msgstr "Stellen Sie sicher, dass der Konfigurationsparameter „ssl_ca_file“ gesetzt ist." -#: libpq/hba.c:1474 +#: libpq/hba.c:1444 #, c-format msgid "clientcert can not be set to 0 when using \"cert\" authentication" msgstr "clientcert kann nicht auf 0 gesetzt sein, wenn „cert“-Authentifizierung verwendet wird" -#: libpq/hba.c:1501 +#: libpq/hba.c:1471 #, c-format msgid "could not parse LDAP URL \"%s\": %s" msgstr "konnte LDAP-URL „%s“ nicht interpretieren: %s" -#: libpq/hba.c:1509 +#: libpq/hba.c:1479 #, c-format msgid "unsupported LDAP URL scheme: %s" msgstr "nicht unterstütztes LDAP-URL-Schema: %s" -#: libpq/hba.c:1525 +#: libpq/hba.c:1495 #, c-format msgid "filters not supported in LDAP URLs" msgstr "Filter in LDAP-URLs werden nicht unterstützt" -#: libpq/hba.c:1533 +#: libpq/hba.c:1503 #, c-format msgid "LDAP URLs not supported on this platform" msgstr "LDAP-URLs werden auf dieser Plattform nicht unterstützt" -#: libpq/hba.c:1557 +#: libpq/hba.c:1527 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "ungültige LDAP-Portnummer: „%s“" -#: libpq/hba.c:1603 libpq/hba.c:1611 +#: libpq/hba.c:1573 libpq/hba.c:1581 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi und sspi" -#: libpq/hba.c:1653 +#: libpq/hba.c:1623 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "ungültige RADIUS-Portnummer: „%s“" -#: libpq/hba.c:1673 +#: libpq/hba.c:1643 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "unbekannter Authentifizierungsoptionsname: „%s“" -#: libpq/hba.c:1864 +#: libpq/hba.c:1834 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "Konfigurationsdatei „%s“ enthält keine Einträge" -#: libpq/hba.c:1960 +#: libpq/hba.c:1930 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "ungültiger regulärer Ausdruck „%s“: %s" -#: libpq/hba.c:2020 +#: libpq/hba.c:1990 #, c-format msgid "regular expression match for \"%s\" failed: %s" msgstr "Suche nach regulärem Ausdruck für „%s“ fehlgeschlagen: %s" -#: libpq/hba.c:2037 +#: libpq/hba.c:2007 #, c-format msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" msgstr "regulärer Ausdruck „%s“ hat keine Teilausdrücke wie von der Backreference in „%s“ verlangt" -#: libpq/hba.c:2133 +#: libpq/hba.c:2103 #, c-format msgid "provided user name (%s) and authenticated user name (%s) do not match" msgstr "angegebener Benutzername (%s) und authentifizierter Benutzername (%s) stimmen nicht überein" -#: libpq/hba.c:2153 +#: libpq/hba.c:2123 #, c-format msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" msgstr "kein passender Eintrag in Usermap „%s“ für Benutzer „%s“, authentifiziert als „%s“" -#: libpq/hba.c:2188 +#: libpq/hba.c:2158 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "konnte Usermap-Datei „%s“ nicht öffnen: %m" -#: libpq/pqcomm.c:314 +#: libpq/pqcomm.c:316 #, c-format msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" msgstr "Unix-Domain-Socket-Pfad „%s“ ist zu lang (maximal %d Bytes)" -#: libpq/pqcomm.c:335 +#: libpq/pqcomm.c:337 #, c-format msgid "could not translate host name \"%s\", service \"%s\" to address: %s" msgstr "konnte Hostname „%s“, Dienst „%s“ nicht in Adresse übersetzen: %s" -#: libpq/pqcomm.c:339 +#: libpq/pqcomm.c:341 #, c-format msgid "could not translate service \"%s\" to address: %s" msgstr "konnte Dienst „%s“ nicht in Adresse übersetzen: %s" -#: libpq/pqcomm.c:366 +#: libpq/pqcomm.c:368 #, c-format msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" msgstr "konnte nicht an alle verlangten Adressen binden: MAXLISTEN (%d) überschritten" -#: libpq/pqcomm.c:375 +#: libpq/pqcomm.c:377 msgid "IPv4" msgstr "IPv4" -#: libpq/pqcomm.c:379 +#: libpq/pqcomm.c:381 msgid "IPv6" msgstr "IPv6" -#: libpq/pqcomm.c:384 +#: libpq/pqcomm.c:386 msgid "Unix" msgstr "Unix" -#: libpq/pqcomm.c:389 +#: libpq/pqcomm.c:391 #, c-format msgid "unrecognized address family %d" msgstr "unbekannte Adressfamilie %d" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:400 +#: libpq/pqcomm.c:402 #, c-format msgid "could not create %s socket: %m" msgstr "konnte %s-Socket nicht erstellen: %m" -#: libpq/pqcomm.c:425 +#: libpq/pqcomm.c:427 #, c-format msgid "setsockopt(SO_REUSEADDR) failed: %m" msgstr "setsockopt(SO_REUSEADDR) fehlgeschlagen: %m" -#: libpq/pqcomm.c:440 +#: libpq/pqcomm.c:442 #, c-format msgid "setsockopt(IPV6_V6ONLY) failed: %m" msgstr "setsockopt(IPV6_V6ONLY) fehlgeschlagen: %m" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:459 +#: libpq/pqcomm.c:461 #, c-format msgid "could not bind %s socket: %m" msgstr "konnte %s-Socket nicht binden: %m" -#: libpq/pqcomm.c:462 +#: libpq/pqcomm.c:464 #, c-format msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry." msgstr "Läuft bereits ein anderer Postmaster auf Port %d? Wenn nicht, entfernen Sie die Socketdatei „%s“ und versuchen Sie erneut." -#: libpq/pqcomm.c:465 +#: libpq/pqcomm.c:467 #, c-format msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." msgstr "Läuft bereits ein anderer Postmaster auf Port %d? Wenn nicht, warten Sie einige Sekunden und versuchen Sie erneut." #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:498 +#: libpq/pqcomm.c:500 #, c-format msgid "could not listen on %s socket: %m" msgstr "konnte nicht auf %s-Socket hören: %m" -#: libpq/pqcomm.c:588 +#: libpq/pqcomm.c:590 #, c-format msgid "group \"%s\" does not exist" msgstr "Gruppe „%s“ existiert nicht" -#: libpq/pqcomm.c:598 +#: libpq/pqcomm.c:600 #, c-format msgid "could not set group of file \"%s\": %m" msgstr "konnte Gruppe von Datei „%s“ nicht setzen: %m" -#: libpq/pqcomm.c:609 +#: libpq/pqcomm.c:611 #, c-format msgid "could not set permissions of file \"%s\": %m" msgstr "konnte Zugriffsrechte von Datei „%s“ nicht setzen: %m" -#: libpq/pqcomm.c:639 +#: libpq/pqcomm.c:641 #, c-format msgid "could not accept new connection: %m" msgstr "konnte neue Verbindung nicht akzeptieren: %m" -#: libpq/pqcomm.c:811 +#: libpq/pqcomm.c:813 #, c-format msgid "could not set socket to nonblocking mode: %m" msgstr "konnte Socket nicht auf nicht-blockierenden Modus umstellen: %m" -#: libpq/pqcomm.c:817 +#: libpq/pqcomm.c:819 #, c-format msgid "could not set socket to blocking mode: %m" msgstr "konnte Socket nicht auf blockierenden Modus umstellen: %m" -#: libpq/pqcomm.c:869 libpq/pqcomm.c:959 +#: libpq/pqcomm.c:871 libpq/pqcomm.c:965 #, c-format msgid "could not receive data from client: %m" msgstr "konnte Daten vom Client nicht empfangen: %m" -#: libpq/pqcomm.c:1110 +#: libpq/pqcomm.c:1110 tcop/postgres.c:3939 +#, c-format +msgid "terminating connection because protocol sync was lost" +msgstr "breche Verbindung ab, weil Protokollsynchronisation verloren wurde" + +#: libpq/pqcomm.c:1176 #, c-format msgid "unexpected EOF within message length word" msgstr "unerwartetes EOF im Message-Längenwort" -#: libpq/pqcomm.c:1121 +#: libpq/pqcomm.c:1187 #, c-format msgid "invalid message length" msgstr "ungültige Message-Länge" -#: libpq/pqcomm.c:1143 libpq/pqcomm.c:1153 +#: libpq/pqcomm.c:1209 libpq/pqcomm.c:1222 #, c-format msgid "incomplete message from client" msgstr "unvollständige Message vom Client" -#: libpq/pqcomm.c:1283 +#: libpq/pqcomm.c:1355 #, c-format msgid "could not send data to client: %m" msgstr "konnte Daten nicht an den Client senden: %m" @@ -12039,7 +12072,7 @@ msgid "poll() failed: %m" msgstr "poll() fehlgeschlagen: %m" #: port/pg_latch.c:423 port/unix_latch.c:423 -#: replication/libpqwalreceiver/libpqwalreceiver.c:357 +#: replication/libpqwalreceiver/libpqwalreceiver.c:358 #, c-format msgid "select() failed: %m" msgstr "select() fehlgeschlagen: %m" @@ -12227,57 +12260,57 @@ msgstr "Fehlgeschlagener Systemaufruf war DuplicateHandle." msgid "Failed system call was MapViewOfFileEx." msgstr "Fehlgeschlagener Systemaufruf war MapViewOfFileEx." -#: postmaster/autovacuum.c:381 +#: postmaster/autovacuum.c:383 #, c-format msgid "could not fork autovacuum launcher process: %m" msgstr "konnte Autovacuum-Launcher-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/autovacuum.c:426 +#: postmaster/autovacuum.c:428 #, c-format msgid "autovacuum launcher started" msgstr "Autovacuum-Launcher startet" -#: postmaster/autovacuum.c:791 +#: postmaster/autovacuum.c:803 #, c-format msgid "autovacuum launcher shutting down" msgstr "Autovacuum-Launcher fährt herunter" -#: postmaster/autovacuum.c:1454 +#: postmaster/autovacuum.c:1466 #, c-format msgid "could not fork autovacuum worker process: %m" msgstr "konnte Autovacuum-Worker-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/autovacuum.c:1673 +#: postmaster/autovacuum.c:1685 #, c-format msgid "autovacuum: processing database \"%s\"" msgstr "Autovacuum: bearbeite Datenbank „%s“" -#: postmaster/autovacuum.c:2078 +#: postmaster/autovacuum.c:2099 #, c-format msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "Autovacuum: lösche verwaiste temporäre Tabelle „%s.%s“ in Datenbank „%s“" -#: postmaster/autovacuum.c:2090 +#: postmaster/autovacuum.c:2111 #, c-format msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "Autovacuum: verwaiste temporäre Tabelle „%s.%s“ in Datenbank „%s“ gefunden" -#: postmaster/autovacuum.c:2356 +#: postmaster/autovacuum.c:2379 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "automatisches Vacuum der Tabelle „%s.%s.%s“" -#: postmaster/autovacuum.c:2359 +#: postmaster/autovacuum.c:2382 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "automatisches Analysieren der Tabelle „%s.%s.%s“" -#: postmaster/autovacuum.c:2904 +#: postmaster/autovacuum.c:2930 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "Autovacuum wegen Fehlkonfiguration nicht gestartet" -#: postmaster/autovacuum.c:2905 +#: postmaster/autovacuum.c:2931 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Schalten Sie die Option „track_counts“ ein." @@ -12345,7 +12378,7 @@ msgstr "Der fehlgeschlagene Archivbefehl war: %s" msgid "archive command was terminated by exception 0x%X" msgstr "Archivbefehl wurde durch Ausnahme 0x%X beendet" -#: postmaster/pgarch.c:620 postmaster/postmaster.c:3266 +#: postmaster/pgarch.c:620 postmaster/postmaster.c:3268 #, c-format msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." msgstr "Sehen Sie die Beschreibung des Hexadezimalwerts in der C-Include-Datei „ntstatus.h“ nach." @@ -12681,391 +12714,391 @@ msgstr "" msgid "select() failed in postmaster: %m" msgstr "select() fehlgeschlagen im Postmaster: %m" -#: postmaster/postmaster.c:1768 postmaster/postmaster.c:1799 +#: postmaster/postmaster.c:1769 postmaster/postmaster.c:1800 #, c-format msgid "incomplete startup packet" msgstr "unvollständiges Startpaket" -#: postmaster/postmaster.c:1780 +#: postmaster/postmaster.c:1781 #, c-format msgid "invalid length of startup packet" msgstr "ungültige Länge des Startpakets" -#: postmaster/postmaster.c:1837 +#: postmaster/postmaster.c:1839 #, c-format msgid "failed to send SSL negotiation response: %m" msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m" -#: postmaster/postmaster.c:1866 +#: postmaster/postmaster.c:1868 #, c-format msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" msgstr "nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u.%u" -#: postmaster/postmaster.c:1917 +#: postmaster/postmaster.c:1919 #, c-format msgid "invalid value for boolean option \"replication\"" msgstr "ungültiger Wert für Boole’sche Option „replication“" -#: postmaster/postmaster.c:1937 +#: postmaster/postmaster.c:1939 #, c-format msgid "invalid startup packet layout: expected terminator as last byte" msgstr "ungültiges Layout des Startpakets: Abschluss als letztes Byte erwartet" -#: postmaster/postmaster.c:1965 +#: postmaster/postmaster.c:1967 #, c-format msgid "no PostgreSQL user name specified in startup packet" msgstr "kein PostgreSQL-Benutzername im Startpaket angegeben" -#: postmaster/postmaster.c:2022 +#: postmaster/postmaster.c:2024 #, c-format msgid "the database system is starting up" msgstr "das Datenbanksystem startet" -#: postmaster/postmaster.c:2027 +#: postmaster/postmaster.c:2029 #, c-format msgid "the database system is shutting down" msgstr "das Datenbanksystem fährt herunter" -#: postmaster/postmaster.c:2032 +#: postmaster/postmaster.c:2034 #, c-format msgid "the database system is in recovery mode" msgstr "das Datenbanksystem ist im Wiederherstellungsmodus" -#: postmaster/postmaster.c:2037 storage/ipc/procarray.c:278 +#: postmaster/postmaster.c:2039 storage/ipc/procarray.c:278 #: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:339 #, c-format msgid "sorry, too many clients already" msgstr "tut mir leid, schon zu viele Verbindungen" -#: postmaster/postmaster.c:2099 +#: postmaster/postmaster.c:2101 #, c-format msgid "wrong key in cancel request for process %d" msgstr "falscher Schlüssel in Stornierungsanfrage für Prozess %d" -#: postmaster/postmaster.c:2107 +#: postmaster/postmaster.c:2109 #, c-format msgid "PID %d in cancel request did not match any process" msgstr "PID %d in Stornierungsanfrage stimmte mit keinem Prozess überein" -#: postmaster/postmaster.c:2327 +#: postmaster/postmaster.c:2329 #, c-format msgid "received SIGHUP, reloading configuration files" msgstr "SIGHUP empfangen, Konfigurationsdateien werden neu geladen" -#: postmaster/postmaster.c:2353 +#: postmaster/postmaster.c:2355 #, c-format msgid "pg_hba.conf not reloaded" msgstr "pg_hba.conf nicht neu geladen" -#: postmaster/postmaster.c:2357 +#: postmaster/postmaster.c:2359 #, c-format msgid "pg_ident.conf not reloaded" msgstr "pg_ident.conf nicht neu geladen" -#: postmaster/postmaster.c:2398 +#: postmaster/postmaster.c:2400 #, c-format msgid "received smart shutdown request" msgstr "intelligentes Herunterfahren verlangt" -#: postmaster/postmaster.c:2451 +#: postmaster/postmaster.c:2453 #, c-format msgid "received fast shutdown request" msgstr "schnelles Herunterfahren verlangt" -#: postmaster/postmaster.c:2477 +#: postmaster/postmaster.c:2479 #, c-format msgid "aborting any active transactions" msgstr "etwaige aktive Transaktionen werden abgebrochen" -#: postmaster/postmaster.c:2507 +#: postmaster/postmaster.c:2509 #, c-format msgid "received immediate shutdown request" msgstr "sofortiges Herunterfahren verlangt" -#: postmaster/postmaster.c:2578 postmaster/postmaster.c:2599 +#: postmaster/postmaster.c:2580 postmaster/postmaster.c:2601 msgid "startup process" msgstr "Startprozess" -#: postmaster/postmaster.c:2581 +#: postmaster/postmaster.c:2583 #, c-format msgid "aborting startup due to startup process failure" msgstr "Serverstart abgebrochen wegen Startprozessfehler" -#: postmaster/postmaster.c:2638 +#: postmaster/postmaster.c:2640 #, c-format msgid "database system is ready to accept connections" msgstr "Datenbanksystem ist bereit, um Verbindungen anzunehmen" -#: postmaster/postmaster.c:2653 +#: postmaster/postmaster.c:2655 msgid "background writer process" msgstr "Background-Writer-Prozess" -#: postmaster/postmaster.c:2707 +#: postmaster/postmaster.c:2709 msgid "checkpointer process" msgstr "Checkpointer-Prozess" -#: postmaster/postmaster.c:2723 +#: postmaster/postmaster.c:2725 msgid "WAL writer process" msgstr "WAL-Schreibprozess" -#: postmaster/postmaster.c:2737 +#: postmaster/postmaster.c:2739 msgid "WAL receiver process" msgstr "WAL-Receiver-Prozess" -#: postmaster/postmaster.c:2752 +#: postmaster/postmaster.c:2754 msgid "autovacuum launcher process" msgstr "Autovacuum-Launcher-Prozess" -#: postmaster/postmaster.c:2767 +#: postmaster/postmaster.c:2769 msgid "archiver process" msgstr "Archivierprozess" -#: postmaster/postmaster.c:2783 +#: postmaster/postmaster.c:2785 msgid "statistics collector process" msgstr "Statistiksammelprozess" -#: postmaster/postmaster.c:2797 +#: postmaster/postmaster.c:2799 msgid "system logger process" msgstr "Systemlogger-Prozess" -#: postmaster/postmaster.c:2859 +#: postmaster/postmaster.c:2861 msgid "worker process" msgstr "Worker-Prozess" -#: postmaster/postmaster.c:2929 postmaster/postmaster.c:2948 -#: postmaster/postmaster.c:2955 postmaster/postmaster.c:2973 +#: postmaster/postmaster.c:2931 postmaster/postmaster.c:2950 +#: postmaster/postmaster.c:2957 postmaster/postmaster.c:2975 msgid "server process" msgstr "Serverprozess" -#: postmaster/postmaster.c:3009 +#: postmaster/postmaster.c:3011 #, c-format msgid "terminating any other active server processes" msgstr "aktive Serverprozesse werden abgebrochen" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3254 +#: postmaster/postmaster.c:3256 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) beendete mit Status %d" -#: postmaster/postmaster.c:3256 postmaster/postmaster.c:3267 -#: postmaster/postmaster.c:3278 postmaster/postmaster.c:3287 -#: postmaster/postmaster.c:3297 +#: postmaster/postmaster.c:3258 postmaster/postmaster.c:3269 +#: postmaster/postmaster.c:3280 postmaster/postmaster.c:3289 +#: postmaster/postmaster.c:3299 #, c-format msgid "Failed process was running: %s" msgstr "Der fehlgeschlagene Prozess führte aus: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3264 +#: postmaster/postmaster.c:3266 #, c-format msgid "%s (PID %d) was terminated by exception 0x%X" msgstr "%s (PID %d) wurde durch Ausnahme 0x%X beendet" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3274 +#: postmaster/postmaster.c:3276 #, c-format msgid "%s (PID %d) was terminated by signal %d: %s" msgstr "%s (PID %d) wurde von Signal %d beendet: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3285 +#: postmaster/postmaster.c:3287 #, c-format msgid "%s (PID %d) was terminated by signal %d" msgstr "%s (PID %d) wurde von Signal %d beendet" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3295 +#: postmaster/postmaster.c:3297 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) beendete mit unbekanntem Status %d" -#: postmaster/postmaster.c:3480 +#: postmaster/postmaster.c:3482 #, c-format msgid "abnormal database system shutdown" msgstr "abnormales Herunterfahren des Datenbanksystems" -#: postmaster/postmaster.c:3519 +#: postmaster/postmaster.c:3521 #, c-format msgid "all server processes terminated; reinitializing" msgstr "alle Serverprozesse beendet; initialisiere neu" -#: postmaster/postmaster.c:3735 +#: postmaster/postmaster.c:3737 #, c-format msgid "could not fork new process for connection: %m" msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:3777 +#: postmaster/postmaster.c:3779 msgid "could not fork new process for connection: " msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): " -#: postmaster/postmaster.c:3884 +#: postmaster/postmaster.c:3886 #, c-format msgid "connection received: host=%s port=%s" msgstr "Verbindung empfangen: Host=%s Port=%s" -#: postmaster/postmaster.c:3889 +#: postmaster/postmaster.c:3891 #, c-format msgid "connection received: host=%s" msgstr "Verbindung empfangen: Host=%s" -#: postmaster/postmaster.c:4179 +#: postmaster/postmaster.c:4181 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "konnte Serverprozess „%s“ nicht ausführen: %m" -#: postmaster/postmaster.c:4674 +#: postmaster/postmaster.c:4676 #, c-format msgid "postmaster became multithreaded" msgstr "Postmaster ist multithreaded geworden" -#: postmaster/postmaster.c:4732 +#: postmaster/postmaster.c:4734 #, c-format msgid "database system is ready to accept read only connections" msgstr "Datenbanksystem ist bereit, um lesende Verbindungen anzunehmen" -#: postmaster/postmaster.c:5043 +#: postmaster/postmaster.c:5045 #, c-format msgid "could not fork startup process: %m" msgstr "konnte Startprozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5047 +#: postmaster/postmaster.c:5049 #, c-format msgid "could not fork background writer process: %m" msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5051 +#: postmaster/postmaster.c:5053 #, c-format msgid "could not fork checkpointer process: %m" msgstr "konnte Checkpointer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5055 +#: postmaster/postmaster.c:5057 #, c-format msgid "could not fork WAL writer process: %m" msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5059 +#: postmaster/postmaster.c:5061 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "konnte WAL-Receiver-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5063 +#: postmaster/postmaster.c:5065 #, c-format msgid "could not fork process: %m" msgstr "konnte Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:5242 +#: postmaster/postmaster.c:5244 #, c-format msgid "registering background worker \"%s\"" msgstr "registriere Background-Worker „%s“" -#: postmaster/postmaster.c:5249 +#: postmaster/postmaster.c:5251 #, c-format msgid "background worker \"%s\": must be registered in shared_preload_libraries" msgstr "Background-Worker „%s“: muss in shared_preload_libraries registriert sein" -#: postmaster/postmaster.c:5262 +#: postmaster/postmaster.c:5264 #, c-format msgid "background worker \"%s\": must attach to shared memory in order to be able to request a database connection" msgstr "Background-Worker „%s“: muss mit Shared Memory verbinden, um eine Datenbankverbindung anfordern zu können" -#: postmaster/postmaster.c:5272 +#: postmaster/postmaster.c:5274 #, c-format msgid "background worker \"%s\": cannot request database access if starting at postmaster start" msgstr "Background-Worker „%s“: kann kein Datenbankzugriff anfordern, wenn er nach Postmaster-Start gestartet hat" -#: postmaster/postmaster.c:5287 +#: postmaster/postmaster.c:5289 #, c-format msgid "background worker \"%s\": invalid restart interval" msgstr "Background-Worker „%s“: ungültiges Neustart-Intervall" -#: postmaster/postmaster.c:5303 +#: postmaster/postmaster.c:5305 #, c-format msgid "too many background workers" msgstr "zu viele Background-Worker" -#: postmaster/postmaster.c:5304 +#: postmaster/postmaster.c:5306 #, c-format msgid "Up to %d background worker can be registered with the current settings." msgid_plural "Up to %d background workers can be registered with the current settings." msgstr[0] "Mit den aktuellen Einstellungen können bis zu %d Background-Worker registriert werden." msgstr[1] "Mit den aktuellen Einstellungen können bis zu %d Background-Worker registriert werden." -#: postmaster/postmaster.c:5347 +#: postmaster/postmaster.c:5349 #, c-format msgid "database connection requirement not indicated during registration" msgstr "die Notwendigkeit, Datenbankverbindungen zu erzeugen, wurde bei der Registrierung nicht angezeigt" -#: postmaster/postmaster.c:5354 +#: postmaster/postmaster.c:5356 #, c-format msgid "invalid processing mode in background worker" msgstr "ungültiger Verarbeitungsmodus in Background-Worker" -#: postmaster/postmaster.c:5428 +#: postmaster/postmaster.c:5430 #, c-format msgid "terminating background worker \"%s\" due to administrator command" msgstr "breche Background-Worker „%s“ ab aufgrund von Anweisung des Administrators" -#: postmaster/postmaster.c:5645 +#: postmaster/postmaster.c:5647 #, c-format msgid "starting background worker process \"%s\"" msgstr "starte Background-Worker-Prozess „%s“" -#: postmaster/postmaster.c:5656 +#: postmaster/postmaster.c:5658 #, c-format msgid "could not fork worker process: %m" msgstr "konnte Worker-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:6008 +#: postmaster/postmaster.c:6010 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "konnte Socket %d nicht für Verwendung in Backend duplizieren: Fehlercode %d" -#: postmaster/postmaster.c:6040 +#: postmaster/postmaster.c:6042 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n" -#: postmaster/postmaster.c:6069 +#: postmaster/postmaster.c:6071 #, c-format msgid "could not open backend variables file \"%s\": %s\n" msgstr "konnte Servervariablendatei „%s“ nicht öffnen: %s\n" -#: postmaster/postmaster.c:6076 +#: postmaster/postmaster.c:6078 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "konnte nicht aus Servervariablendatei „%s“ lesen: %s\n" -#: postmaster/postmaster.c:6085 +#: postmaster/postmaster.c:6087 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "konnte Datei „%s“ nicht löschen: %s\n" -#: postmaster/postmaster.c:6102 +#: postmaster/postmaster.c:6104 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "konnte Sicht der Backend-Variablen nicht mappen: Fehlercode %lu\n" -#: postmaster/postmaster.c:6111 +#: postmaster/postmaster.c:6113 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "konnte Sicht der Backend-Variablen nicht unmappen: Fehlercode %lu\n" -#: postmaster/postmaster.c:6118 +#: postmaster/postmaster.c:6120 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode %lu\n" -#: postmaster/postmaster.c:6274 +#: postmaster/postmaster.c:6276 #, c-format msgid "could not read exit code for process\n" msgstr "konnte Exitcode des Prozesses nicht lesen\n" -#: postmaster/postmaster.c:6279 +#: postmaster/postmaster.c:6281 #, c-format msgid "could not post child completion status\n" msgstr "konnte Child-Completion-Status nicht versenden\n" @@ -13149,13 +13182,13 @@ msgid "syntax error: unexpected character \"%s\"" msgstr "Syntaxfehler: unerwartetes Zeichen „%s“" #: replication/basebackup.c:141 replication/basebackup.c:947 -#: utils/adt/misc.c:360 +#: storage/file/fd.c:2530 utils/adt/misc.c:360 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung „%s“ nicht lesen: %m" #: replication/basebackup.c:148 replication/basebackup.c:951 -#: utils/adt/misc.c:364 +#: storage/file/fd.c:2535 utils/adt/misc.c:364 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "Ziel für symbolische Verknüpfung „%s“ ist zu lang" @@ -13219,7 +13252,7 @@ msgid "could not receive database system identifier and timeline ID from the pri msgstr "konnte Datenbanksystemidentifikator und Zeitleisten-ID nicht vom Primärserver empfangen: %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:140 -#: replication/libpqwalreceiver/libpqwalreceiver.c:288 +#: replication/libpqwalreceiver/libpqwalreceiver.c:289 #, c-format msgid "invalid response from primary server" msgstr "ungültige Antwort vom Primärserver" @@ -13259,59 +13292,59 @@ msgstr "unerwartete Ergebnismenge nach End-of-Streaming" msgid "error reading result of streaming command: %s" msgstr "Fehler beim Lesen des Ergebnisses von Streaming-Befehl: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:254 +#: replication/libpqwalreceiver/libpqwalreceiver.c:255 #, c-format msgid "unexpected result after CommandComplete: %s" msgstr "unerwartetes Ergebnis nach CommandComplete: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:277 +#: replication/libpqwalreceiver/libpqwalreceiver.c:278 #, c-format msgid "could not receive timeline history file from the primary server: %s" msgstr "konnte Zeitleisten-History-Datei nicht vom Primärserver empfangen: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:289 +#: replication/libpqwalreceiver/libpqwalreceiver.c:290 #, c-format msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields." msgstr "1 Tupel mit 2 Feldern erwartet, %d Tupel mit %d Feldern erhalten." -#: replication/libpqwalreceiver/libpqwalreceiver.c:317 +#: replication/libpqwalreceiver/libpqwalreceiver.c:318 #, c-format msgid "socket not open" msgstr "Socket ist nicht offen" -#: replication/libpqwalreceiver/libpqwalreceiver.c:490 -#: replication/libpqwalreceiver/libpqwalreceiver.c:513 -#: replication/libpqwalreceiver/libpqwalreceiver.c:519 +#: replication/libpqwalreceiver/libpqwalreceiver.c:491 +#: replication/libpqwalreceiver/libpqwalreceiver.c:514 +#: replication/libpqwalreceiver/libpqwalreceiver.c:520 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "konnte keine Daten vom WAL-Stream empfangen: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:538 +#: replication/libpqwalreceiver/libpqwalreceiver.c:539 #, c-format msgid "could not send data to WAL stream: %s" msgstr "konnte keine Daten an den WAL-Stream senden: %s" -#: replication/syncrep.c:207 +#: replication/syncrep.c:208 #, c-format msgid "canceling the wait for synchronous replication and terminating connection due to administrator command" msgstr "storniere Warten auf synchrone Replikation and breche Verbindung ab aufgrund von Anweisung des Administrators" -#: replication/syncrep.c:208 replication/syncrep.c:225 +#: replication/syncrep.c:209 replication/syncrep.c:226 #, c-format msgid "The transaction has already committed locally, but might not have been replicated to the standby." msgstr "Die Transaktion wurde lokal bereits committet, aber möglicherweise noch nicht zum Standby repliziert." -#: replication/syncrep.c:224 +#: replication/syncrep.c:225 #, c-format msgid "canceling wait for synchronous replication due to user request" msgstr "storniere Warten auf synchrone Replikation wegen Benutzeraufforderung" -#: replication/syncrep.c:354 +#: replication/syncrep.c:355 #, c-format msgid "standby \"%s\" now has synchronous standby priority %u" msgstr "Standby „%s“ hat jetzt synchrone Standby-Priorität %u" -#: replication/syncrep.c:456 +#: replication/syncrep.c:457 #, c-format msgid "standby \"%s\" is now the synchronous standby with priority %u" msgstr "Standby „%s“ ist jetzt der synchrone Standby mit Priorität %u" @@ -13401,43 +13434,42 @@ msgstr "Die History dieses Servers zweigte von Zeitleiste %u bei %X/%X ab." msgid "requested starting point %X/%X is ahead of the WAL flush position of this server %X/%X" msgstr "angeforderter Startpunkt %X/%X ist vor der WAL-Flush-Position dieses Servers %X/%X" -#: replication/walsender.c:707 replication/walsender.c:757 -#: replication/walsender.c:806 +#: replication/walsender.c:708 replication/walsender.c:724 #, c-format msgid "unexpected EOF on standby connection" msgstr "unerwartetes EOF auf Standby-Verbindung" -#: replication/walsender.c:726 +#: replication/walsender.c:738 #, c-format msgid "unexpected standby message type \"%c\", after receiving CopyDone" msgstr "unerwarteter Standby-Message-Typ „%c“, nach Empfang von CopyDone" -#: replication/walsender.c:774 +#: replication/walsender.c:776 #, c-format msgid "invalid standby message type \"%c\"" msgstr "ungültiger Standby-Message-Typ „%c“" -#: replication/walsender.c:828 +#: replication/walsender.c:817 #, c-format msgid "unexpected message type \"%c\"" msgstr "unerwarteter Message-Typ „%c“" -#: replication/walsender.c:1042 +#: replication/walsender.c:1031 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "Standby-Server „%s“ hat jetzt den Primärserver eingeholt" -#: replication/walsender.c:1151 +#: replication/walsender.c:1140 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation" -#: replication/walsender.c:1221 +#: replication/walsender.c:1210 #, c-format msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" msgstr "Anzahl angeforderter Standby-Verbindungen überschreitet max_wal_senders (aktuell %d)" -#: replication/walsender.c:1377 +#: replication/walsender.c:1366 #, c-format msgid "could not read from log segment %s, offset %u, length %lu: %m" msgstr "konnte nicht aus Logsegment %s bei Position %u, Länge %lu lesen: %m" @@ -13798,8 +13830,8 @@ msgstr "Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn s msgid "invalid Unicode escape character" msgstr "ungültiges Unicode-Escape-Zeichen" -#: scan.l:596 scan.l:604 scan.l:612 scan.l:613 scan.l:614 scan.l:1297 -#: scan.l:1324 scan.l:1328 scan.l:1366 scan.l:1370 scan.l:1392 +#: scan.l:596 scan.l:604 scan.l:612 scan.l:613 scan.l:614 scan.l:1296 +#: scan.l:1323 scan.l:1327 scan.l:1365 scan.l:1369 scan.l:1391 msgid "invalid Unicode surrogate pair" msgstr "ungültiges Unicode-Surrogatpaar" @@ -13840,51 +13872,51 @@ msgid "operator too long" msgstr "Operator zu lang" #. translator: %s is typically the translation of "syntax error" -#: scan.l:1044 +#: scan.l:1043 #, c-format msgid "%s at end of input" msgstr "%s am Ende der Eingabe" #. translator: first %s is typically the translation of "syntax error" -#: scan.l:1052 +#: scan.l:1051 #, c-format msgid "%s at or near \"%s\"" msgstr "%s bei „%s“" -#: scan.l:1213 scan.l:1245 +#: scan.l:1212 scan.l:1244 msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8" msgstr "Unicode-Escape-Werte können nicht für Code-Punkt-Werte über 007F verwendet werden, wenn die Serverkodierung nicht UTF8 ist" -#: scan.l:1241 scan.l:1384 +#: scan.l:1240 scan.l:1383 msgid "invalid Unicode escape value" msgstr "ungültiger Unicode-Escape-Wert" -#: scan.l:1440 +#: scan.l:1439 #, c-format msgid "nonstandard use of \\' in a string literal" msgstr "nicht standardkonforme Verwendung von \\' in Zeichenkettenkonstante" -#: scan.l:1441 +#: scan.l:1440 #, c-format msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." msgstr "Verwenden Sie '', um Quotes in Zeichenketten zu schreiben, oder verwenden Sie die Syntax für Escape-Zeichenketten (E'...')." -#: scan.l:1450 +#: scan.l:1449 #, c-format msgid "nonstandard use of \\\\ in a string literal" msgstr "nicht standardkonforme Verwendung von \\\\ in Zeichenkettenkonstante" -#: scan.l:1451 +#: scan.l:1450 #, c-format msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten für Backslashes, z.B. E'\\\\'." -#: scan.l:1465 +#: scan.l:1464 #, c-format msgid "nonstandard use of escape in a string literal" msgstr "nicht standardkonforme Verwendung von Escape in Zeichenkettenkonstante" -#: scan.l:1466 +#: scan.l:1465 #, c-format msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." msgstr "Verwenden Sie die Syntax für Escape-Zeichenketten, z.B. E'\\r\\n'." @@ -13935,17 +13967,17 @@ msgstr "Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine Syste msgid "invalid page in block %u of relation %s; zeroing out page" msgstr "ungültige Seite in Block %u von Relation %s; fülle Seite mit Nullen" -#: storage/buffer/bufmgr.c:3180 +#: storage/buffer/bufmgr.c:3195 #, c-format msgid "could not write block %u of %s" msgstr "konnte Block %u von %s nicht schreiben" -#: storage/buffer/bufmgr.c:3182 +#: storage/buffer/bufmgr.c:3197 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Mehrere Fehlschläge --- Schreibfehler ist möglicherweise dauerhaft." -#: storage/buffer/bufmgr.c:3203 storage/buffer/bufmgr.c:3222 +#: storage/buffer/bufmgr.c:3218 storage/buffer/bufmgr.c:3237 #, c-format msgid "writing block %u of relation %s" msgstr "schreibe Block %u von Relation %s" @@ -14006,6 +14038,16 @@ msgstr "maxAllocatedDescs (%d) überschritten beim Versuch, das Verzeichnis „% msgid "could not read directory \"%s\": %m" msgstr "konnte Verzeichnis „%s“ nicht lesen: %m" +#: storage/file/fd.c:2470 +#, c-format +msgid "could not open file \"%s\" before fsync" +msgstr "konnte Datei „%s“ nicht vor fsync öffnen" + +#: storage/file/fd.c:2554 +#, c-format +msgid "this platform does not support symbolic links; ignoring \"%s\"" +msgstr "diese Plattform unterstützt keine symbolischen Verknüpfungen; ignoriere „%s“" + #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:872 storage/lmgr/lock.c:906 #: storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3714 storage/lmgr/lock.c:3779 #: storage/lmgr/lock.c:4069 storage/lmgr/predicate.c:2320 @@ -14036,12 +14078,12 @@ msgstr "ShmemIndex-Eintraggröße ist falsch für Datenstruktur „%s“: erwart msgid "requested shared memory size overflows size_t" msgstr "angeforderte Shared-Memory-Größe übersteigt Kapazität von size_t" -#: storage/ipc/standby.c:499 tcop/postgres.c:2955 +#: storage/ipc/standby.c:499 tcop/postgres.c:2992 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "storniere Anfrage wegen Konflikt mit der Wiederherstellung" -#: storage/ipc/standby.c:500 tcop/postgres.c:2219 +#: storage/ipc/standby.c:500 tcop/postgres.c:2246 #, c-format msgid "User transaction caused buffer deadlock with recovery." msgstr "Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung verursacht." @@ -14241,42 +14283,42 @@ msgstr "konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten z msgid "The transaction might succeed if retried." msgstr "Die Transaktion könnte erfolgreich sein, wenn sie erneut versucht würde." -#: storage/lmgr/proc.c:1170 +#: storage/lmgr/proc.c:1177 #, c-format msgid "Process %d waits for %s on %s." msgstr "Prozess %d wartet auf %s-Sperre auf %s." -#: storage/lmgr/proc.c:1180 +#: storage/lmgr/proc.c:1187 #, c-format msgid "sending cancel to blocking autovacuum PID %d" msgstr "sende Stornierung an blockierende Autovacuum-PID %d" -#: storage/lmgr/proc.c:1192 utils/adt/misc.c:136 +#: storage/lmgr/proc.c:1199 utils/adt/misc.c:136 #, c-format msgid "could not send signal to process %d: %m" msgstr "konnte Signal nicht an Prozess %d senden: %m" -#: storage/lmgr/proc.c:1227 +#: storage/lmgr/proc.c:1234 #, c-format msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms" msgstr "Prozess %d vermied Verklemmung wegen %s-Sperre auf %s durch Umordnen der Queue nach %ld,%03d ms" -#: storage/lmgr/proc.c:1239 +#: storage/lmgr/proc.c:1246 #, c-format msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" msgstr "Prozess %d hat Verklemmung festgestellt beim Warten auf %s-Sperre auf %s nach %ld,%03d ms" -#: storage/lmgr/proc.c:1245 +#: storage/lmgr/proc.c:1252 #, c-format msgid "process %d still waiting for %s on %s after %ld.%03d ms" msgstr "Prozess %d wartet immer noch auf %s-Sperre auf %s nach %ld,%03d ms" -#: storage/lmgr/proc.c:1249 +#: storage/lmgr/proc.c:1256 #, c-format msgid "process %d acquired %s on %s after %ld.%03d ms" msgstr "Prozess %d erlangte %s-Sperre auf %s nach %ld,%03d ms" -#: storage/lmgr/proc.c:1265 +#: storage/lmgr/proc.c:1272 #, c-format msgid "process %d failed to acquire %s on %s after %ld.%03d ms" msgstr "Prozess %d konnte %s-Sperre auf %s nach %ld,%03d ms nicht erlangen" @@ -14383,214 +14425,214 @@ msgstr "konnte fsync-Anfrage nicht weiterleiten, weil Anfrageschlange voll ist" msgid "could not open file \"%s\" (target block %u): %m" msgstr "konnte Datei „%s“ nicht öffnen (Zielblock %u): %m" -#: tcop/fastpath.c:111 tcop/fastpath.c:502 tcop/fastpath.c:632 +#: tcop/fastpath.c:111 tcop/fastpath.c:475 tcop/fastpath.c:605 #, c-format msgid "invalid argument size %d in function call message" msgstr "ungültige Argumentgröße %d in Funktionsaufruf-Message" -#: tcop/fastpath.c:304 tcop/postgres.c:362 tcop/postgres.c:398 -#, c-format -msgid "unexpected EOF on client connection" -msgstr "unerwartetes EOF auf Client-Verbindung" - -#: tcop/fastpath.c:318 tcop/postgres.c:947 tcop/postgres.c:1257 -#: tcop/postgres.c:1515 tcop/postgres.c:1920 tcop/postgres.c:2287 -#: tcop/postgres.c:2362 +#: tcop/fastpath.c:291 tcop/postgres.c:974 tcop/postgres.c:1284 +#: tcop/postgres.c:1542 tcop/postgres.c:1947 tcop/postgres.c:2314 +#: tcop/postgres.c:2389 #, c-format msgid "current transaction is aborted, commands ignored until end of transaction block" msgstr "aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der Transaktion ignoriert" -#: tcop/fastpath.c:346 +#: tcop/fastpath.c:319 #, c-format msgid "fastpath function call: \"%s\" (OID %u)" msgstr "Fastpath-Funktionsaufruf: „%s“ (OID %u)" -#: tcop/fastpath.c:428 tcop/postgres.c:1117 tcop/postgres.c:1382 -#: tcop/postgres.c:1761 tcop/postgres.c:1978 +#: tcop/fastpath.c:401 tcop/postgres.c:1144 tcop/postgres.c:1409 +#: tcop/postgres.c:1788 tcop/postgres.c:2005 #, c-format msgid "duration: %s ms" msgstr "Dauer: %s ms" -#: tcop/fastpath.c:432 +#: tcop/fastpath.c:405 #, c-format msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" msgstr "Dauer: %s ms Fastpath-Funktionsaufruf: „%s“ (OID %u)" -#: tcop/fastpath.c:470 tcop/fastpath.c:597 +#: tcop/fastpath.c:443 tcop/fastpath.c:570 #, c-format msgid "function call message contains %d arguments but function requires %d" msgstr "Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d" -#: tcop/fastpath.c:478 +#: tcop/fastpath.c:451 #, c-format msgid "function call message contains %d argument formats but %d arguments" msgstr "Funktionsaufruf-Message enthält %d Argumentformate aber %d Argumente" -#: tcop/fastpath.c:565 tcop/fastpath.c:648 +#: tcop/fastpath.c:538 tcop/fastpath.c:621 #, c-format msgid "incorrect binary data format in function argument %d" msgstr "falsches Binärdatenformat in Funktionsargument %d" -#: tcop/postgres.c:426 tcop/postgres.c:438 tcop/postgres.c:449 -#: tcop/postgres.c:461 tcop/postgres.c:4247 +#: tcop/postgres.c:364 tcop/postgres.c:400 tcop/postgres.c:427 +#, c-format +msgid "unexpected EOF on client connection" +msgstr "unerwartetes EOF auf Client-Verbindung" + +#: tcop/postgres.c:450 tcop/postgres.c:462 tcop/postgres.c:473 +#: tcop/postgres.c:485 tcop/postgres.c:4305 #, c-format msgid "invalid frontend message type %d" msgstr "ungültiger Frontend-Message-Typ %d" -#: tcop/postgres.c:888 +#: tcop/postgres.c:915 #, c-format msgid "statement: %s" msgstr "Anweisung: %s" -#: tcop/postgres.c:1122 +#: tcop/postgres.c:1149 #, c-format msgid "duration: %s ms statement: %s" msgstr "Dauer: %s ms Anweisung: %s" -#: tcop/postgres.c:1172 +#: tcop/postgres.c:1199 #, c-format msgid "parse %s: %s" msgstr "Parsen %s: %s" -#: tcop/postgres.c:1230 +#: tcop/postgres.c:1257 #, c-format msgid "cannot insert multiple commands into a prepared statement" msgstr "kann nicht mehrere Befehle in vorbereitete Anweisung einfügen" -#: tcop/postgres.c:1387 +#: tcop/postgres.c:1414 #, c-format msgid "duration: %s ms parse %s: %s" msgstr "Dauer: %s ms Parsen %s: %s" -#: tcop/postgres.c:1432 +#: tcop/postgres.c:1459 #, c-format msgid "bind %s to %s" msgstr "Binden %s an %s" -#: tcop/postgres.c:1451 tcop/postgres.c:2268 +#: tcop/postgres.c:1478 tcop/postgres.c:2295 #, c-format msgid "unnamed prepared statement does not exist" msgstr "unbenannte vorbereitete Anweisung existiert nicht" -#: tcop/postgres.c:1493 +#: tcop/postgres.c:1520 #, c-format msgid "bind message has %d parameter formats but %d parameters" msgstr "Binden-Nachricht hat %d Parameterformate aber %d Parameter" -#: tcop/postgres.c:1499 +#: tcop/postgres.c:1526 #, c-format msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" msgstr "Binden-Nachricht enthält %d Parameter, aber vorbereitete Anweisung „%s“ erfordert %d" -#: tcop/postgres.c:1668 +#: tcop/postgres.c:1695 #, c-format msgid "incorrect binary data format in bind parameter %d" msgstr "falsches Binärdatenformat in Binden-Parameter %d" -#: tcop/postgres.c:1766 +#: tcop/postgres.c:1793 #, c-format msgid "duration: %s ms bind %s%s%s: %s" msgstr "Dauer: %s ms Binden %s%s%s: %s" -#: tcop/postgres.c:1814 tcop/postgres.c:2348 +#: tcop/postgres.c:1841 tcop/postgres.c:2375 #, c-format msgid "portal \"%s\" does not exist" msgstr "Portal „%s“ existiert nicht" -#: tcop/postgres.c:1899 +#: tcop/postgres.c:1926 #, c-format msgid "%s %s%s%s: %s" msgstr "%s %s%s%s: %s" -#: tcop/postgres.c:1901 tcop/postgres.c:1986 +#: tcop/postgres.c:1928 tcop/postgres.c:2013 msgid "execute fetch from" msgstr "Ausführen Fetch von" -#: tcop/postgres.c:1902 tcop/postgres.c:1987 +#: tcop/postgres.c:1929 tcop/postgres.c:2014 msgid "execute" msgstr "Ausführen" -#: tcop/postgres.c:1983 +#: tcop/postgres.c:2010 #, c-format msgid "duration: %s ms %s %s%s%s: %s" msgstr "Dauer: %s ms %s %s%s%s: %s" -#: tcop/postgres.c:2109 +#: tcop/postgres.c:2136 #, c-format msgid "prepare: %s" msgstr "Vorbereiten: %s" -#: tcop/postgres.c:2172 +#: tcop/postgres.c:2199 #, c-format msgid "parameters: %s" msgstr "Parameter: %s" -#: tcop/postgres.c:2191 +#: tcop/postgres.c:2218 #, c-format msgid "abort reason: recovery conflict" msgstr "Abbruchgrund: Konflikt bei Wiederherstellung" -#: tcop/postgres.c:2207 +#: tcop/postgres.c:2234 #, c-format msgid "User was holding shared buffer pin for too long." msgstr "Benutzer hat Shared-Buffer-Pin zu lange gehalten." -#: tcop/postgres.c:2210 +#: tcop/postgres.c:2237 #, c-format msgid "User was holding a relation lock for too long." msgstr "Benutzer hat Relationssperre zu lange gehalten." -#: tcop/postgres.c:2213 +#: tcop/postgres.c:2240 #, c-format msgid "User was or might have been using tablespace that must be dropped." msgstr "Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht werden muss." -#: tcop/postgres.c:2216 +#: tcop/postgres.c:2243 #, c-format msgid "User query might have needed to see row versions that must be removed." msgstr "Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die entfernt werden müssen." -#: tcop/postgres.c:2222 +#: tcop/postgres.c:2249 #, c-format msgid "User was connected to a database that must be dropped." msgstr "Benutzer war mit einer Datenbank verbunden, die gelöscht werden muss." -#: tcop/postgres.c:2551 +#: tcop/postgres.c:2578 #, c-format msgid "terminating connection because of crash of another server process" msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses" -#: tcop/postgres.c:2552 +#: tcop/postgres.c:2579 #, c-format msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." msgstr "Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion zurückzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess abnormal beendet wurde und möglicherweise das Shared Memory verfälscht hat." -#: tcop/postgres.c:2556 tcop/postgres.c:2950 +#: tcop/postgres.c:2583 tcop/postgres.c:2910 #, c-format msgid "In a moment you should be able to reconnect to the database and repeat your command." msgstr "In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren Befehl wiederholen können." -#: tcop/postgres.c:2669 +#: tcop/postgres.c:2676 #, c-format msgid "floating-point exception" msgstr "Fließkommafehler" -#: tcop/postgres.c:2670 +#: tcop/postgres.c:2677 #, c-format msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." msgstr "Eine ungültige Fließkommaoperation wurde signalisiert. Das bedeutet wahrscheinlich ein Ergebnis außerhalb des gültigen Bereichs oder eine ungültige Operation, zum Beispiel Division durch null." -#: tcop/postgres.c:2854 +#: tcop/postgres.c:2853 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "breche Autovacuum-Prozess ab aufgrund von Anweisung des Administrators" -#: tcop/postgres.c:2860 tcop/postgres.c:2870 tcop/postgres.c:2948 +#: tcop/postgres.c:2859 tcop/postgres.c:2869 tcop/postgres.c:2908 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "breche Verbindung ab wegen Konflikt mit der Wiederherstellung" -#: tcop/postgres.c:2876 +#: tcop/postgres.c:2875 #, c-format msgid "terminating connection due to administrator command" msgstr "breche Verbindung ab aufgrund von Anweisung des Administrators" @@ -14600,92 +14642,92 @@ msgstr "breche Verbindung ab aufgrund von Anweisung des Administrators" msgid "connection to client lost" msgstr "Verbindung zum Client wurde verloren" -#: tcop/postgres.c:2903 +#: tcop/postgres.c:2944 #, c-format msgid "canceling authentication due to timeout" msgstr "storniere Authentifizierung wegen Zeitüberschreitung" -#: tcop/postgres.c:2918 +#: tcop/postgres.c:2960 #, c-format msgid "canceling statement due to lock timeout" msgstr "storniere Anfrage wegen Zeitüberschreitung einer Sperre" -#: tcop/postgres.c:2927 +#: tcop/postgres.c:2970 #, c-format msgid "canceling statement due to statement timeout" msgstr "storniere Anfrage wegen Zeitüberschreitung der Anfrage" -#: tcop/postgres.c:2936 +#: tcop/postgres.c:2980 #, c-format msgid "canceling autovacuum task" msgstr "storniere Autovacuum-Aufgabe" -#: tcop/postgres.c:2971 +#: tcop/postgres.c:3009 #, c-format msgid "canceling statement due to user request" msgstr "storniere Anfrage wegen Benutzeraufforderung" -#: tcop/postgres.c:3099 tcop/postgres.c:3121 +#: tcop/postgres.c:3137 tcop/postgres.c:3159 #, c-format msgid "stack depth limit exceeded" msgstr "Grenze für Stacktiefe überschritten" -#: tcop/postgres.c:3100 tcop/postgres.c:3122 +#: tcop/postgres.c:3138 tcop/postgres.c:3160 #, c-format msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." msgstr "Erhöhen Sie den Konfigurationsparameter „max_stack_depth“ (aktuell %dkB), nachdem Sie sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer Plattform ausreichend ist." -#: tcop/postgres.c:3138 +#: tcop/postgres.c:3176 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "„max_stack_depth“ darf %ldkB nicht überschreiten." -#: tcop/postgres.c:3140 +#: tcop/postgres.c:3178 #, c-format msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." msgstr "Erhöhen Sie die Stacktiefenbegrenzung Ihrer Plattform mit „ulimit -s“ oder der lokalen Entsprechung." -#: tcop/postgres.c:3504 +#: tcop/postgres.c:3542 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "ungültiges Kommandozeilenargument für Serverprozess: %s" -#: tcop/postgres.c:3505 tcop/postgres.c:3511 +#: tcop/postgres.c:3543 tcop/postgres.c:3549 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Versuchen Sie „%s --help“ für weitere Informationen." -#: tcop/postgres.c:3509 +#: tcop/postgres.c:3547 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: ungültiges Kommandozeilenargument: %s" -#: tcop/postgres.c:3588 +#: tcop/postgres.c:3626 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: weder Datenbankname noch Benutzername angegeben" -#: tcop/postgres.c:4155 +#: tcop/postgres.c:4213 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "ungültiger Subtyp %d von CLOSE-Message" -#: tcop/postgres.c:4190 +#: tcop/postgres.c:4248 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "ungültiger Subtyp %d von DESCRIBE-Message" -#: tcop/postgres.c:4268 +#: tcop/postgres.c:4326 #, c-format msgid "fastpath function calls not supported in a replication connection" msgstr "Fastpath-Funktionsaufrufe werden auf einer Replikationsverbindung nicht unterstützt" -#: tcop/postgres.c:4272 +#: tcop/postgres.c:4330 #, c-format msgid "extended query protocol not supported in a replication connection" msgstr "erweitertes Anfrageprotokoll wird nicht auf einer Replikationsverbindung unterstützt" -#: tcop/postgres.c:4442 +#: tcop/postgres.c:4500 #, c-format msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s" msgstr "Verbindungsende: Sitzungszeit: %d:%02d:%02d.%03d Benutzer=%s Datenbank=%s Host=%s%s%s" @@ -15356,7 +15398,7 @@ msgstr "Präzision von TIME(%d)%s auf erlaubten Höchstwert %d reduziert" msgid "date/time value \"current\" is no longer supported" msgstr "Datum/Zeitwert „current“ wird nicht mehr unterstützt" -#: utils/adt/date.c:169 utils/adt/formatting.c:3400 +#: utils/adt/date.c:169 utils/adt/formatting.c:3511 #, c-format msgid "date out of range: \"%s\"" msgstr "date ist außerhalb des gültigen Bereichs: „%s“" @@ -15377,8 +15419,8 @@ msgid "date out of range for timestamp" msgstr "Datum ist außerhalb des gültigen Bereichs für Typ „timestamp“" #: utils/adt/date.c:936 utils/adt/date.c:982 utils/adt/date.c:1549 -#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3276 -#: utils/adt/formatting.c:3308 utils/adt/formatting.c:3376 +#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3387 +#: utils/adt/formatting.c:3419 utils/adt/formatting.c:3487 #: utils/adt/nabstime.c:481 utils/adt/nabstime.c:524 utils/adt/nabstime.c:554 #: utils/adt/nabstime.c:597 utils/adt/timestamp.c:226 #: utils/adt/timestamp.c:269 utils/adt/timestamp.c:502 @@ -15649,193 +15691,203 @@ msgstr "ungültige Formatangabe für Intervall-Wert" msgid "Intervals are not tied to specific calendar dates." msgstr "Intervalle beziehen sich nicht auf bestimmte Kalenderdaten." -#: utils/adt/formatting.c:1061 +#: utils/adt/formatting.c:1064 #, c-format msgid "\"EEEE\" must be the last pattern used" msgstr "„EEEE“ muss das letzte Muster sein" -#: utils/adt/formatting.c:1069 +#: utils/adt/formatting.c:1072 #, c-format msgid "\"9\" must be ahead of \"PR\"" msgstr "„9“ muss vor „PR“ stehen" -#: utils/adt/formatting.c:1085 +#: utils/adt/formatting.c:1088 #, c-format msgid "\"0\" must be ahead of \"PR\"" msgstr "„0“ muss vor „PR“ stehen" -#: utils/adt/formatting.c:1112 +#: utils/adt/formatting.c:1115 #, c-format msgid "multiple decimal points" msgstr "mehrere Dezimalpunkte" -#: utils/adt/formatting.c:1116 utils/adt/formatting.c:1199 +#: utils/adt/formatting.c:1119 utils/adt/formatting.c:1202 #, c-format msgid "cannot use \"V\" and decimal point together" msgstr "„V“ und Dezimalpunkt können nicht zusammen verwendet werden" -#: utils/adt/formatting.c:1128 +#: utils/adt/formatting.c:1131 #, c-format msgid "cannot use \"S\" twice" msgstr "„S“ kann nicht zweimal verwendet werden" -#: utils/adt/formatting.c:1132 +#: utils/adt/formatting.c:1135 #, c-format msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" msgstr "„S“ und „PL“/„MI“/„SG“/„PR“ können nicht zusammen verwendet werden" -#: utils/adt/formatting.c:1152 +#: utils/adt/formatting.c:1155 #, c-format msgid "cannot use \"S\" and \"MI\" together" msgstr "„S“ und „MI“ können nicht zusammen verwendet werden" -#: utils/adt/formatting.c:1162 +#: utils/adt/formatting.c:1165 #, c-format msgid "cannot use \"S\" and \"PL\" together" msgstr "„S“ und „PL“ können nicht zusammen verwendet werden" -#: utils/adt/formatting.c:1172 +#: utils/adt/formatting.c:1175 #, c-format msgid "cannot use \"S\" and \"SG\" together" msgstr "„S“ und „SG“ können nicht zusammen verwendet werden" -#: utils/adt/formatting.c:1181 +#: utils/adt/formatting.c:1184 #, c-format msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" msgstr "„PR“ und „S“/„PL“/„MI“/„SG“ können nicht zusammen verwendet werden" -#: utils/adt/formatting.c:1207 +#: utils/adt/formatting.c:1210 #, c-format msgid "cannot use \"EEEE\" twice" msgstr "„EEEE“ kann nicht zweimal verwendet werden" -#: utils/adt/formatting.c:1213 +#: utils/adt/formatting.c:1216 #, c-format msgid "\"EEEE\" is incompatible with other formats" msgstr "„EEEE“ ist mit anderen Formaten inkompatibel" -#: utils/adt/formatting.c:1214 +#: utils/adt/formatting.c:1217 #, c-format msgid "\"EEEE\" may only be used together with digit and decimal point patterns." msgstr "„EEEE“ kann nur zusammen mit Platzhaltern für Ziffern oder Dezimalpunkt verwendet werden." -#: utils/adt/formatting.c:1414 +#: utils/adt/formatting.c:1417 #, c-format msgid "\"%s\" is not a number" msgstr "„%s“ ist keine Zahl" -#: utils/adt/formatting.c:1515 utils/adt/formatting.c:1567 +#: utils/adt/formatting.c:1518 utils/adt/formatting.c:1570 #, c-format msgid "could not determine which collation to use for lower() function" msgstr "konnte die für die Funktion lower() zu verwendende Sortierfolge nicht bestimmen" -#: utils/adt/formatting.c:1635 utils/adt/formatting.c:1687 +#: utils/adt/formatting.c:1638 utils/adt/formatting.c:1690 #, c-format msgid "could not determine which collation to use for upper() function" msgstr "konnte die für die Funktion upper() zu verwendende Sortierfolge nicht bestimmen" -#: utils/adt/formatting.c:1756 utils/adt/formatting.c:1820 +#: utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 #, c-format msgid "could not determine which collation to use for initcap() function" msgstr "konnte die für die Funktion initcap() zu verwendende Sortierfolge nicht bestimmen" -#: utils/adt/formatting.c:2124 +#: utils/adt/formatting.c:2127 #, c-format msgid "invalid combination of date conventions" msgstr "ungültige Kombination von Datumskonventionen" -#: utils/adt/formatting.c:2125 +#: utils/adt/formatting.c:2128 #, c-format msgid "Do not mix Gregorian and ISO week date conventions in a formatting template." msgstr "Die Gregorianische und die ISO-Konvention für Wochendaten können nicht einer Formatvorlage gemischt werden." -#: utils/adt/formatting.c:2142 +#: utils/adt/formatting.c:2145 #, c-format msgid "conflicting values for \"%s\" field in formatting string" msgstr "widersprüchliche Werte für das Feld „%s“ in Formatzeichenkette" -#: utils/adt/formatting.c:2144 +#: utils/adt/formatting.c:2147 #, c-format msgid "This value contradicts a previous setting for the same field type." msgstr "Der Wert widerspricht einer vorherigen Einstellung für den selben Feldtyp." -#: utils/adt/formatting.c:2205 +#: utils/adt/formatting.c:2208 #, c-format msgid "source string too short for \"%s\" formatting field" msgstr "Quellzeichenkette zu kurz für Formatfeld „%s„" -#: utils/adt/formatting.c:2207 +#: utils/adt/formatting.c:2210 #, c-format msgid "Field requires %d characters, but only %d remain." msgstr "Feld benötigt %d Zeichen, aber nur %d verbleiben." -#: utils/adt/formatting.c:2210 utils/adt/formatting.c:2224 +#: utils/adt/formatting.c:2213 utils/adt/formatting.c:2227 #, c-format msgid "If your source string is not fixed-width, try using the \"FM\" modifier." msgstr "Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den Modifikator „FM“." -#: utils/adt/formatting.c:2220 utils/adt/formatting.c:2233 -#: utils/adt/formatting.c:2363 +#: utils/adt/formatting.c:2223 utils/adt/formatting.c:2236 +#: utils/adt/formatting.c:2366 #, c-format msgid "invalid value \"%s\" for \"%s\"" msgstr "ungültiger Wert „%s“ für „%s“" -#: utils/adt/formatting.c:2222 +#: utils/adt/formatting.c:2225 #, c-format msgid "Field requires %d characters, but only %d could be parsed." msgstr "Feld benötigt %d Zeichen, aber nur %d konnten geparst werden." -#: utils/adt/formatting.c:2235 +#: utils/adt/formatting.c:2238 #, c-format msgid "Value must be an integer." msgstr "Der Wert muss eine ganze Zahl sein." -#: utils/adt/formatting.c:2240 +#: utils/adt/formatting.c:2243 #, c-format msgid "value for \"%s\" in source string is out of range" msgstr "Wert für „%s“ in der Eingabezeichenkette ist außerhalb des gültigen Bereichs" -#: utils/adt/formatting.c:2242 +#: utils/adt/formatting.c:2245 #, c-format msgid "Value must be in the range %d to %d." msgstr "Der Wert muss im Bereich %d bis %d sein." -#: utils/adt/formatting.c:2365 +#: utils/adt/formatting.c:2368 #, c-format msgid "The given value did not match any of the allowed values for this field." msgstr "Der angegebene Wert stimmte mit keinem der für dieses Feld zulässigen Werte überein." -#: utils/adt/formatting.c:2921 +#: utils/adt/formatting.c:2546 utils/adt/formatting.c:2566 +#: utils/adt/formatting.c:2586 utils/adt/formatting.c:2606 +#: utils/adt/formatting.c:2625 utils/adt/formatting.c:2644 +#: utils/adt/formatting.c:2667 utils/adt/formatting.c:2685 +#: utils/adt/formatting.c:2703 utils/adt/formatting.c:2721 +#: utils/adt/formatting.c:2738 utils/adt/formatting.c:2755 +#, c-format +msgid "localized string format value too long" +msgstr "lokalisierter Formatwert ist zu lang" + +#: utils/adt/formatting.c:3032 #, c-format msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" msgstr "Formatmuster „TZ“/„tz“ werden in to_date nicht unterstützt" -#: utils/adt/formatting.c:3029 +#: utils/adt/formatting.c:3140 #, c-format msgid "invalid input string for \"Y,YYY\"" msgstr "ungültige Eingabe für „Y,YYY“" -#: utils/adt/formatting.c:3532 +#: utils/adt/formatting.c:3643 #, c-format msgid "hour \"%d\" is invalid for the 12-hour clock" msgstr "Stunde „%d“ ist bei einer 12-Stunden-Uhr ungültig" -#: utils/adt/formatting.c:3534 +#: utils/adt/formatting.c:3645 #, c-format msgid "Use the 24-hour clock, or give an hour between 1 and 12." msgstr "Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und 12 an." -#: utils/adt/formatting.c:3629 +#: utils/adt/formatting.c:3740 #, c-format msgid "cannot calculate day of year without year information" msgstr "kann Tag des Jahres nicht berechnen ohne Jahrinformationen" -#: utils/adt/formatting.c:4476 +#: utils/adt/formatting.c:4589 #, c-format msgid "\"EEEE\" not supported for input" msgstr "„E“ wird nicht bei der Eingabe unterstützt" -#: utils/adt/formatting.c:4488 +#: utils/adt/formatting.c:4601 #, c-format msgid "\"RN\" not supported for input" msgstr "„RN“ wird nicht bei der Eingabe unterstützt" @@ -16826,8 +16878,8 @@ msgstr "es gibt mehrere Funktionen namens „%s“" msgid "more than one operator named %s" msgstr "es gibt mehrere Operatoren namens %s" -#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7518 -#: utils/adt/ruleutils.c:7574 utils/adt/ruleutils.c:7613 +#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7542 +#: utils/adt/ruleutils.c:7598 utils/adt/ruleutils.c:7637 #, c-format msgid "too many arguments" msgstr "zu viele Argumente" @@ -17668,101 +17720,101 @@ msgstr "TRAP: ExceptionalCondition: fehlerhafte Argumente\n" msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" msgstr "TRAP: %s(„%s“, Datei: „%s“, Zeile: %d)\n" -#: utils/error/elog.c:319 utils/error/elog.c:1275 +#: utils/error/elog.c:319 utils/error/elog.c:1276 #, c-format msgid "error occurred at %s:%d before error message processing is available\n" msgstr "Fehler geschah bei %s:%d bevor Fehlermeldungsverarbeitung bereit war\n" -#: utils/error/elog.c:1707 +#: utils/error/elog.c:1708 #, c-format msgid "could not reopen file \"%s\" as stderr: %m" msgstr "konnte Datei „%s“ nicht als stderr neu öffnen: %m" -#: utils/error/elog.c:1720 +#: utils/error/elog.c:1721 #, c-format msgid "could not reopen file \"%s\" as stdout: %m" msgstr "konnte Datei „%s“ nicht als stdou neu öffnen: %m" -#: utils/error/elog.c:2109 utils/error/elog.c:2119 utils/error/elog.c:2129 +#: utils/error/elog.c:2110 utils/error/elog.c:2120 utils/error/elog.c:2130 msgid "[unknown]" msgstr "[unbekannt]" -#: utils/error/elog.c:2477 utils/error/elog.c:2776 utils/error/elog.c:2884 +#: utils/error/elog.c:2478 utils/error/elog.c:2777 utils/error/elog.c:2885 msgid "missing error text" msgstr "fehlender Fehlertext" -#: utils/error/elog.c:2480 utils/error/elog.c:2483 utils/error/elog.c:2887 -#: utils/error/elog.c:2890 +#: utils/error/elog.c:2481 utils/error/elog.c:2484 utils/error/elog.c:2888 +#: utils/error/elog.c:2891 #, c-format msgid " at character %d" msgstr " bei Zeichen %d" -#: utils/error/elog.c:2493 utils/error/elog.c:2500 +#: utils/error/elog.c:2494 utils/error/elog.c:2501 msgid "DETAIL: " msgstr "DETAIL: " -#: utils/error/elog.c:2507 +#: utils/error/elog.c:2508 msgid "HINT: " msgstr "TIPP: " -#: utils/error/elog.c:2514 +#: utils/error/elog.c:2515 msgid "QUERY: " msgstr "ANFRAGE: " -#: utils/error/elog.c:2521 +#: utils/error/elog.c:2522 msgid "CONTEXT: " msgstr "ZUSAMMENHANG: " -#: utils/error/elog.c:2531 +#: utils/error/elog.c:2532 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "ORT: %s, %s:%d\n" -#: utils/error/elog.c:2538 +#: utils/error/elog.c:2539 #, c-format msgid "LOCATION: %s:%d\n" msgstr "ORT: %s:%d\n" -#: utils/error/elog.c:2552 +#: utils/error/elog.c:2553 msgid "STATEMENT: " msgstr "ANWEISUNG: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:3005 +#: utils/error/elog.c:3006 #, c-format msgid "operating system error %d" msgstr "Betriebssystemfehler %d" -#: utils/error/elog.c:3200 +#: utils/error/elog.c:3201 msgid "DEBUG" msgstr "DEBUG" -#: utils/error/elog.c:3204 +#: utils/error/elog.c:3205 msgid "LOG" msgstr "LOG" -#: utils/error/elog.c:3207 +#: utils/error/elog.c:3208 msgid "INFO" msgstr "INFO" -#: utils/error/elog.c:3210 +#: utils/error/elog.c:3211 msgid "NOTICE" msgstr "HINWEIS" -#: utils/error/elog.c:3213 +#: utils/error/elog.c:3214 msgid "WARNING" msgstr "WARNUNG" -#: utils/error/elog.c:3216 +#: utils/error/elog.c:3217 msgid "ERROR" msgstr "FEHLER" -#: utils/error/elog.c:3219 +#: utils/error/elog.c:3220 msgid "FATAL" msgstr "FATAL" -#: utils/error/elog.c:3222 +#: utils/error/elog.c:3223 msgid "PANIC" msgstr "PANIK" diff --git a/src/backend/po/fr.po b/src/backend/po/fr.po index 78bdc73a1d3..540965f620f 100644 --- a/src/backend/po/fr.po +++ b/src/backend/po/fr.po @@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-12-02 20:14+0000\n" -"PO-Revision-Date: 2014-12-05 09:59+0100\n" +"POT-Creation-Date: 2015-05-13 07:44+0000\n" +"PO-Revision-Date: 2015-05-13 23:09+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: French \n" "Language: fr\n" @@ -17,10 +17,9 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.7.5\n" -#: ../common/fe_memutils.c:33 ../common/fe_memutils.c:60 -#: ../common/fe_memutils.c:83 +#: ../common/fe_memutils.c:33 ../common/fe_memutils.c:60 ../common/fe_memutils.c:83 #, c-format msgid "out of memory\n" msgstr "mmoire puise\n" @@ -33,9 +32,7 @@ msgstr "ne peut pas dupliquer un pointeur nul (erreur interne)\n" #: ../port/chklocale.c:352 ../port/chklocale.c:358 #, c-format msgid "could not determine encoding for locale \"%s\": codeset is \"%s\"" -msgstr "" -"n'a pas pu dterminer l'encodage pour la locale %s : le codeset vaut " -"%s " +msgstr "n'a pas pu dterminer l'encodage pour la locale %s : le codeset vaut %s " #: ../port/chklocale.c:360 #, c-format @@ -144,9 +141,7 @@ msgstr "Continue #: ../port/open.c:115 #, c-format -msgid "" -"You might have antivirus, backup, or similar software interfering with the " -"database system." +msgid "You might have antivirus, backup, or similar software interfering with the database system." msgstr "" "Vous pouvez avoir un antivirus, un outil de sauvegarde ou un logiciel\n" "similaire interfrant avec le systme de bases de donnes." @@ -216,8 +211,7 @@ msgstr "le nombre de colonnes index msgid "index row requires %lu bytes, maximum size is %lu" msgstr "la ligne index requiert %lu octets, la taille maximum est %lu" -#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:571 -#: tcop/postgres.c:1675 +#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:544 tcop/postgres.c:1702 #, c-format msgid "unsupported format code: %d" msgstr "code de format non support : %d" @@ -225,9 +219,7 @@ msgstr "code de format non support #: access/common/reloptions.c:375 #, c-format msgid "user-defined relation parameter types limit exceeded" -msgstr "" -"limite dpasse des types de paramtres de la relation dfinie par " -"l'utilisateur" +msgstr "limite dpasse des types de paramtres de la relation dfinie par l'utilisateur" #: access/common/reloptions.c:659 #, c-format @@ -282,26 +274,19 @@ msgstr "Les valeurs valides sont entre #: access/common/tupconvert.c:108 #, c-format msgid "Returned type %s does not match expected type %s in column %d." -msgstr "" -"Le type %s renvoy ne correspond pas au type %s attendu dans la colonne %d." +msgstr "Le type %s renvoy ne correspond pas au type %s attendu dans la colonne %d." #: access/common/tupconvert.c:136 #, c-format -msgid "" -"Number of returned columns (%d) does not match expected column count (%d)." +msgid "Number of returned columns (%d) does not match expected column count (%d)." msgstr "" -"Le nombre de colonnes renvoyes (%d) ne correspond pas au nombre de " -"colonnes\n" +"Le nombre de colonnes renvoyes (%d) ne correspond pas au nombre de colonnes\n" "attendues (%d)." #: access/common/tupconvert.c:241 #, c-format -msgid "" -"Attribute \"%s\" of type %s does not match corresponding attribute of type " -"%s." -msgstr "" -"L'attribut %s du type %s ne correspond pas l'attribut correspondant de " -"type %s." +msgid "Attribute \"%s\" of type %s does not match corresponding attribute of type %s." +msgstr "L'attribut %s du type %s ne correspond pas l'attribut correspondant de type %s." #: access/common/tupconvert.c:253 #, c-format @@ -313,21 +298,16 @@ msgstr "L'attribut msgid "column \"%s\" cannot be declared SETOF" msgstr "la colonne %s ne peut pas tre dclare SETOF" -#: access/gin/ginentrypage.c:100 access/gist/gist.c:1281 -#: access/nbtree/nbtinsert.c:540 access/nbtree/nbtsort.c:485 -#: access/spgist/spgdoinsert.c:1886 +#: access/gin/ginentrypage.c:100 access/gist/gist.c:1281 access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:485 access/spgist/spgdoinsert.c:1886 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" -msgstr "" -"la taille de la ligne index, %lu, dpasse le maximum, %lu, pour l'index %s " -"" +msgstr "la taille de la ligne index, %lu, dpasse le maximum, %lu, pour l'index %s " #: access/gin/ginscan.c:400 #, c-format msgid "old GIN indexes do not support whole-index scans nor searches for nulls" msgstr "" -"les anciens index GIN ne supportent pas les parcours complets d'index et " -"les\n" +"les anciens index GIN ne supportent pas les parcours complets d'index et les\n" "recherches de valeurs NULL" #: access/gin/ginscan.c:401 @@ -342,19 +322,12 @@ msgstr "l'index #: access/gist/gist.c:626 access/gist/gistvacuum.c:268 #, c-format -msgid "" -"This is caused by an incomplete page split at crash recovery before " -"upgrading to PostgreSQL 9.1." +msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1." msgstr "" -"Ceci est d la division d'une page incomplte la restauration suite " -"un\n" +"Ceci est d la division d'une page incomplte la restauration suite un\n" "crash avant la mise jour en 9.1." -#: access/gist/gist.c:627 access/gist/gistutil.c:693 -#: access/gist/gistutil.c:704 access/gist/gistvacuum.c:269 -#: access/hash/hashutil.c:172 access/hash/hashutil.c:183 -#: access/hash/hashutil.c:195 access/hash/hashutil.c:216 -#: access/nbtree/nbtpage.c:508 access/nbtree/nbtpage.c:519 +#: access/gist/gist.c:627 access/gist/gistutil.c:693 access/gist/gistutil.c:704 access/gist/gistvacuum.c:269 access/hash/hashutil.c:172 access/hash/hashutil.c:183 access/hash/hashutil.c:195 access/hash/hashutil.c:216 access/nbtree/nbtpage.c:508 access/nbtree/nbtpage.c:519 #, c-format msgid "Please REINDEX it." msgstr "Merci d'excuter REINDEX sur cet objet." @@ -381,22 +354,18 @@ msgstr " #: access/gist/gistsplit.c:448 #, c-format -msgid "" -"The index is not optimal. To optimize it, contact a developer, or try to use " -"the column as the second one in the CREATE INDEX command." +msgid "The index is not optimal. To optimize it, contact a developer, or try to use the column as the second one in the CREATE INDEX command." msgstr "" "L'index n'est pas optimal. Pour l'optimiser, contactez un dveloppeur\n" "ou essayez d'utiliser la colonne comme second dans la commande\n" "CREATE INDEX." -#: access/gist/gistutil.c:690 access/hash/hashutil.c:169 -#: access/nbtree/nbtpage.c:505 +#: access/gist/gistutil.c:690 access/hash/hashutil.c:169 access/nbtree/nbtpage.c:505 #, c-format msgid "index \"%s\" contains unexpected zero page at block %u" msgstr "l'index %s contient une page zro inattendue au bloc %u" -#: access/gist/gistutil.c:701 access/hash/hashutil.c:180 -#: access/hash/hashutil.c:192 access/nbtree/nbtpage.c:516 +#: access/gist/gistutil.c:701 access/hash/hashutil.c:180 access/hash/hashutil.c:192 access/nbtree/nbtpage.c:516 #, c-format msgid "index \"%s\" contains corrupted page at block %u" msgstr "l'index %s contient une page corrompue au bloc %u" @@ -406,12 +375,10 @@ msgstr "l'index msgid "index row size %lu exceeds hash maximum %lu" msgstr "la taille de la ligne index, %lu, dpasse le hachage maximum, %lu" -#: access/hash/hashinsert.c:71 access/spgist/spgdoinsert.c:1890 -#: access/spgist/spgutils.c:667 +#: access/hash/hashinsert.c:71 access/spgist/spgdoinsert.c:1890 access/spgist/spgutils.c:667 #, c-format msgid "Values larger than a buffer page cannot be indexed." -msgstr "" -"Les valeurs plus larges qu'une page de tampon ne peuvent pas tre indexes." +msgstr "Les valeurs plus larges qu'une page de tampon ne peuvent pas tre indexes." #: access/hash/hashovfl.c:546 #, c-format @@ -433,21 +400,17 @@ msgstr "l'index msgid "index \"%s\" has wrong hash version" msgstr "l'index %s a la mauvaise version de hachage" -#: access/heap/heapam.c:1194 access/heap/heapam.c:1222 -#: access/heap/heapam.c:1254 catalog/aclchk.c:1742 +#: access/heap/heapam.c:1198 access/heap/heapam.c:1226 access/heap/heapam.c:1258 catalog/aclchk.c:1742 #, c-format msgid "\"%s\" is an index" msgstr " %s est un index" -#: access/heap/heapam.c:1199 access/heap/heapam.c:1227 -#: access/heap/heapam.c:1259 catalog/aclchk.c:1749 commands/tablecmds.c:8245 -#: commands/tablecmds.c:10598 +#: access/heap/heapam.c:1203 access/heap/heapam.c:1231 access/heap/heapam.c:1263 catalog/aclchk.c:1749 commands/tablecmds.c:8245 commands/tablecmds.c:10598 #, c-format msgid "\"%s\" is a composite type" msgstr " %s est un type composite" -#: access/heap/heapam.c:4035 access/heap/heapam.c:4247 -#: access/heap/heapam.c:4302 +#: access/heap/heapam.c:4205 access/heap/heapam.c:4260 access/heap/heapam.c:4504 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "n'a pas pu obtenir un verrou sur la relation %s " @@ -457,154 +420,145 @@ msgstr "n'a pas pu obtenir un verrou sur la relation msgid "row is too big: size %lu, maximum size %lu" msgstr "la ligne est trop grande : taille %lu, taille maximale %lu" -#: access/index/indexam.c:169 catalog/objectaddress.c:842 -#: commands/indexcmds.c:1744 commands/tablecmds.c:231 -#: commands/tablecmds.c:10589 +#: access/index/indexam.c:169 catalog/objectaddress.c:842 commands/indexcmds.c:1744 commands/tablecmds.c:231 commands/tablecmds.c:10589 #, c-format msgid "\"%s\" is not an index" msgstr " %s n'est pas un index" -#: access/nbtree/nbtinsert.c:392 +#: access/nbtree/nbtinsert.c:397 #, c-format msgid "duplicate key value violates unique constraint \"%s\"" msgstr "la valeur d'une cl duplique rompt la contrainte unique %s " -#: access/nbtree/nbtinsert.c:394 +#: access/nbtree/nbtinsert.c:399 #, c-format msgid "Key %s already exists." msgstr "La cl %s existe dj." -#: access/nbtree/nbtinsert.c:462 +#: access/nbtree/nbtinsert.c:466 #, c-format msgid "failed to re-find tuple within index \"%s\"" msgstr "chec pour retrouver la ligne dans l'index %s " -#: access/nbtree/nbtinsert.c:464 +#: access/nbtree/nbtinsert.c:468 #, c-format msgid "This may be because of a non-immutable index expression." msgstr "Ceci peut tre d une expression d'index immutable." -#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:489 +#: access/nbtree/nbtinsert.c:548 access/nbtree/nbtsort.c:489 #, c-format msgid "" "Values larger than 1/3 of a buffer page cannot be indexed.\n" -"Consider a function index of an MD5 hash of the value, or use full text " -"indexing." +"Consider a function index of an MD5 hash of the value, or use full text indexing." msgstr "" -"Les valeurs plus larges qu'un tiers d'une page de tampon ne peuvent pas " -"tre\n" +"Les valeurs plus larges qu'un tiers d'une page de tampon ne peuvent pas tre\n" "indexes.\n" "Utilisez un index sur le hachage MD5 de la valeur ou passez l'indexation\n" "de la recherche plein texte." -#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:361 -#: access/nbtree/nbtpage.c:448 parser/parse_utilcmd.c:1625 +#: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:361 access/nbtree/nbtpage.c:448 parser/parse_utilcmd.c:1625 #, c-format msgid "index \"%s\" is not a btree" msgstr "l'index %s n'est pas un btree" -#: access/nbtree/nbtpage.c:165 access/nbtree/nbtpage.c:367 -#: access/nbtree/nbtpage.c:454 +#: access/nbtree/nbtpage.c:165 access/nbtree/nbtpage.c:367 access/nbtree/nbtpage.c:454 #, c-format msgid "version mismatch in index \"%s\": file version %d, code version %d" -msgstr "" -"la version ne correspond pas dans l'index %s : version du fichier %d, " -"version du code %d" +msgstr "la version ne correspond pas dans l'index %s : version du fichier %d, version du code %d" #: access/spgist/spgutils.c:664 #, c-format msgid "SP-GiST inner tuple size %lu exceeds maximum %lu" msgstr "la taille de la ligne interne SP-GiST, %lu, dpasse le maximum, %lu" -#: access/transam/multixact.c:990 +#: access/transam/multixact.c:1006 #, c-format -msgid "" -"database is not accepting commands that generate new MultiXactIds to avoid " -"wraparound data loss in database \"%s\"" -msgstr "" -"la base de donnes n'accepte pas de commandes qui gnrent de nouveaux " -"MultiXactId pour viter les pertes de donnes suite une rinitialisation " -"de l'identifiant de transaction dans la base de donnes %s " +msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database \"%s\"" +msgstr "la base de donnes n'accepte pas de commandes qui gnrent de nouveaux MultiXactId pour viter les pertes de donnes suite une rinitialisation de l'identifiant de transaction dans la base de donnes %s " -#: access/transam/multixact.c:992 access/transam/multixact.c:999 -#: access/transam/multixact.c:1014 access/transam/multixact.c:1023 +#: access/transam/multixact.c:1008 access/transam/multixact.c:1015 access/transam/multixact.c:1030 access/transam/multixact.c:1039 #, c-format msgid "" "Execute a database-wide VACUUM in that database.\n" "You might also need to commit or roll back old prepared transactions." msgstr "" "Excutez un VACUUM sur toute cette base.\n" -"Vous pouvez avoir besoin de valider ou d'annuler les anciennes transactions " -"prpares." +"Vous pouvez avoir besoin de valider ou d'annuler les anciennes transactions prpares." -#: access/transam/multixact.c:997 +#: access/transam/multixact.c:1013 #, c-format -msgid "" -"database is not accepting commands that generate new MultiXactIds to avoid " -"wraparound data loss in database with OID %u" +msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database with OID %u" msgstr "" -"la base de donnes n'accepte pas de commandes qui gnrent de nouveaux " -"MultiXactId pour viter des pertes de donnes cause de la rinitialisation " -"de l'identifiant de transaction dans\n" +"la base de donnes n'accepte pas de commandes qui gnrent de nouveaux MultiXactId pour viter des pertes de donnes cause de la rinitialisation de l'identifiant de transaction dans\n" "la base de donnes d'OID %u" -#: access/transam/multixact.c:1009 access/transam/multixact.c:2201 +#: access/transam/multixact.c:1025 access/transam/multixact.c:2302 #, c-format msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used" -msgid_plural "" -"database \"%s\" must be vacuumed before %u more MultiXactIds are used" -msgstr[0] "" -"un VACUUM doit tre excut sur la base de donnes %s dans un maximum de " -"%u MultiXactId" -msgstr[1] "" -"un VACUUM doit tre excut sur la base de donnes %s dans un maximum de " -"%u MultiXactId" +msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used" +msgstr[0] "un VACUUM doit tre excut sur la base de donnes %s dans un maximum de %u MultiXactId" +msgstr[1] "un VACUUM doit tre excut sur la base de donnes %s dans un maximum de %u MultiXactId" -#: access/transam/multixact.c:1018 access/transam/multixact.c:2210 +#: access/transam/multixact.c:1034 access/transam/multixact.c:2311 #, c-format -msgid "" -"database with OID %u must be vacuumed before %u more MultiXactId is used" -msgid_plural "" -"database with OID %u must be vacuumed before %u more MultiXactIds are used" -msgstr[0] "" -"un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum " -"de %u MultiXactId" -msgstr[1] "" -"un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum " -"de %u MultiXactId" +msgid "database with OID %u must be vacuumed before %u more MultiXactId is used" +msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used" +msgstr[0] "un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum de %u MultiXactId" +msgstr[1] "un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum de %u MultiXactId" -#: access/transam/multixact.c:1169 +#: access/transam/multixact.c:1090 +#, c-format +msgid "multixact \"members\" limit exceeded" +msgstr "limite dpasse des membres multixact" + +#: access/transam/multixact.c:1091 +#, c-format +msgid "This command would create a multixact with %u members, but the remaining space is only enough for %u member." +msgid_plural "This command would create a multixact with %u members, but the remaining space is only enough for %u members." +msgstr[0] "Cette commande devait crer un multixact avec %u membres mais l'espace restant est seulement suffisant pour %u membre." +msgstr[1] "Cette commande devait crer un multixact avec %u membres mais l'espace restant est seulement suffisant pour %u membres." + +#: access/transam/multixact.c:1096 +#, c-format +msgid "Execute a database-wide VACUUM in database with OID %u with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings." +msgstr "Excutez un VACUUM sur toute la base d'OID %u avec des paramtres vacuum_multixact_freeze_min_age et vacuum_multixact_freeze_table_age rduits." + +#: access/transam/multixact.c:1103 +#, c-format +msgid "database with OID %u must be vacuumed before %d more multixact members are used" +msgstr "un VACUUM doit tre excut sur la base de donnes d'OID %u avant que plus de %d membres MultiXact ne soient utiliss" + +#: access/transam/multixact.c:1106 +#, c-format +msgid "Execute a database-wide VACUUM in that database with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings." +msgstr "Excutez un VACUUM sur cette base avec des paramtres vacuum_multixact_freeze_min_age et vacuum_multixact_freeze_table_age rduits." + +#: access/transam/multixact.c:1226 #, c-format msgid "MultiXactId %u does no longer exist -- apparent wraparound" msgstr "le MultiXactId %u n'existe plus - wraparound apparent" -#: access/transam/multixact.c:1177 +#: access/transam/multixact.c:1234 #, c-format msgid "MultiXactId %u has not been created yet -- apparent wraparound" msgstr "le MultiXactId %u n'a pas encore t crer : wraparound apparent" -#: access/transam/multixact.c:2166 +#: access/transam/multixact.c:2266 #, c-format msgid "MultiXactId wrap limit is %u, limited by database with OID %u" -msgstr "" -"La limite de rinitialisation MultiXactId est %u, limit par la base de " -"donnes d'OID %u" +msgstr "La limite de rinitialisation MultiXactId est %u, limit par la base de donnes d'OID %u" -#: access/transam/multixact.c:2206 access/transam/multixact.c:2215 -#: access/transam/varsup.c:137 access/transam/varsup.c:144 -#: access/transam/varsup.c:374 access/transam/varsup.c:381 +#: access/transam/multixact.c:2307 access/transam/multixact.c:2316 access/transam/varsup.c:137 access/transam/varsup.c:144 access/transam/varsup.c:374 access/transam/varsup.c:381 #, c-format msgid "" -"To avoid a database shutdown, execute a database-wide VACUUM in that " -"database.\n" +"To avoid a database shutdown, execute a database-wide VACUUM in that database.\n" "You might also need to commit or roll back old prepared transactions." msgstr "" -"Pour viter un arrt de la base de donnes, excutez un VACUUM sur toute " -"cette\n" +"Pour viter un arrt de la base de donnes, excutez un VACUUM sur toute cette\n" "base. Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes\n" "transactions prpares." -#: access/transam/multixact.c:2799 +#: access/transam/multixact.c:3090 #, c-format msgid "invalid MultiXactId: %u" msgstr "MultiXactId invalide : %u" @@ -614,9 +568,7 @@ msgstr "MultiXactId invalide : %u" msgid "file \"%s\" doesn't exist, reading as zeroes" msgstr "le fichier %s n'existe pas, contenu lu comme des zros" -#: access/transam/slru.c:881 access/transam/slru.c:887 -#: access/transam/slru.c:894 access/transam/slru.c:901 -#: access/transam/slru.c:908 access/transam/slru.c:915 +#: access/transam/slru.c:881 access/transam/slru.c:887 access/transam/slru.c:894 access/transam/slru.c:901 access/transam/slru.c:908 access/transam/slru.c:915 #, c-format msgid "could not access status of transaction %u" msgstr "n'a pas pu accder au statut de la transaction %u" @@ -661,15 +613,8 @@ msgstr "n'a pas pu tronquer le r msgid "removing file \"%s\"" msgstr "suppression du fichier %s " -#: access/transam/timeline.c:111 access/transam/timeline.c:236 -#: access/transam/timeline.c:334 access/transam/xlog.c:2271 -#: access/transam/xlog.c:2378 access/transam/xlog.c:2415 -#: access/transam/xlog.c:2690 access/transam/xlog.c:2768 -#: replication/basebackup.c:391 replication/basebackup.c:1046 -#: replication/walsender.c:368 replication/walsender.c:1348 -#: storage/file/copydir.c:155 storage/file/fd.c:423 storage/smgr/md.c:587 -#: storage/smgr/md.c:845 utils/error/elog.c:1684 utils/init/miscinit.c:1063 -#: utils/init/miscinit.c:1192 +#: access/transam/timeline.c:111 access/transam/timeline.c:236 access/transam/timeline.c:334 access/transam/xlog.c:2275 access/transam/xlog.c:2382 access/transam/xlog.c:2419 access/transam/xlog.c:2694 access/transam/xlog.c:2772 replication/basebackup.c:391 replication/basebackup.c:1070 replication/walsender.c:368 replication/walsender.c:1337 storage/file/copydir.c:155 storage/file/fd.c:423 storage/smgr/md.c:587 storage/smgr/md.c:845 +#: utils/error/elog.c:1698 utils/init/miscinit.c:1063 utils/init/miscinit.c:1192 #, c-format msgid "could not open file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier %s : %m" @@ -711,47 +656,27 @@ msgstr "" "Les identifiants timeline doivent tre plus petits que les enfants des\n" "identifiants timeline." -#: access/transam/timeline.c:315 access/transam/timeline.c:475 -#: access/transam/xlog.c:2295 access/transam/xlog.c:2430 -#: access/transam/xlog.c:8765 access/transam/xlog.c:9080 -#: postmaster/postmaster.c:4110 storage/file/copydir.c:162 -#: storage/smgr/md.c:305 utils/time/snapmgr.c:861 +#: access/transam/timeline.c:315 access/transam/timeline.c:475 access/transam/xlog.c:2299 access/transam/xlog.c:2434 access/transam/xlog.c:8880 access/transam/xlog.c:9195 postmaster/postmaster.c:4142 storage/file/copydir.c:162 storage/smgr/md.c:305 utils/time/snapmgr.c:861 #, c-format msgid "could not create file \"%s\": %m" msgstr "n'a pas pu crer le fichier %s : %m" -#: access/transam/timeline.c:346 access/transam/xlog.c:2443 -#: access/transam/xlog.c:8931 access/transam/xlog.c:8944 -#: access/transam/xlog.c:9312 access/transam/xlog.c:9355 -#: access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 -#: replication/walsender.c:393 storage/file/copydir.c:176 -#: utils/adt/genfile.c:139 +#: access/transam/timeline.c:346 access/transam/xlog.c:2447 access/transam/xlog.c:9046 access/transam/xlog.c:9059 access/transam/xlog.c:9427 access/transam/xlog.c:9470 access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 replication/walsender.c:393 storage/file/copydir.c:176 utils/adt/genfile.c:139 #, c-format msgid "could not read file \"%s\": %m" msgstr "n'a pas pu lire le fichier %s : %m" -#: access/transam/timeline.c:367 access/transam/timeline.c:401 -#: access/transam/timeline.c:491 access/transam/xlog.c:2330 -#: access/transam/xlog.c:2462 postmaster/postmaster.c:4120 -#: postmaster/postmaster.c:4130 storage/file/copydir.c:187 -#: utils/init/miscinit.c:1128 utils/init/miscinit.c:1137 -#: utils/init/miscinit.c:1144 utils/misc/guc.c:7652 utils/misc/guc.c:7666 -#: utils/time/snapmgr.c:866 utils/time/snapmgr.c:873 +#: access/transam/timeline.c:367 access/transam/timeline.c:401 access/transam/timeline.c:491 access/transam/xlog.c:2334 access/transam/xlog.c:2466 postmaster/postmaster.c:4152 postmaster/postmaster.c:4162 storage/file/copydir.c:187 utils/init/miscinit.c:1128 utils/init/miscinit.c:1137 utils/init/miscinit.c:1144 utils/misc/guc.c:7652 utils/misc/guc.c:7666 utils/time/snapmgr.c:866 utils/time/snapmgr.c:873 #, c-format msgid "could not write to file \"%s\": %m" msgstr "n'a pas pu crire dans le fichier %s : %m" -#: access/transam/timeline.c:407 access/transam/timeline.c:497 -#: access/transam/xlog.c:2339 access/transam/xlog.c:2469 storage/file/fd.c:437 -#: storage/smgr/md.c:967 storage/smgr/md.c:1198 storage/smgr/md.c:1371 +#: access/transam/timeline.c:407 access/transam/timeline.c:497 access/transam/xlog.c:2343 access/transam/xlog.c:2473 storage/file/fd.c:437 storage/smgr/md.c:967 storage/smgr/md.c:1198 storage/smgr/md.c:1371 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier %s : %m" -#: access/transam/timeline.c:412 access/transam/timeline.c:502 -#: access/transam/xlog.c:2345 access/transam/xlog.c:2474 -#: access/transam/xlogfuncs.c:621 commands/copy.c:1469 -#: storage/file/copydir.c:201 +#: access/transam/timeline.c:412 access/transam/timeline.c:502 access/transam/xlog.c:2349 access/transam/xlog.c:2478 access/transam/xlogfuncs.c:621 commands/copy.c:1480 storage/file/copydir.c:201 #, c-format msgid "could not close file \"%s\": %m" msgstr "n'a pas pu fermer le fichier %s : %m" @@ -761,11 +686,7 @@ msgstr "n'a pas pu fermer le fichier msgid "could not link file \"%s\" to \"%s\": %m" msgstr "n'a pas pu lier le fichier %s %s : %m" -#: access/transam/timeline.c:436 access/transam/timeline.c:526 -#: access/transam/xlog.c:4470 access/transam/xlog.c:5380 -#: access/transam/xlogarchive.c:457 access/transam/xlogarchive.c:474 -#: access/transam/xlogarchive.c:581 postmaster/pgarch.c:756 -#: utils/time/snapmgr.c:884 +#: access/transam/timeline.c:436 access/transam/timeline.c:526 access/transam/xlog.c:4482 access/transam/xlog.c:5480 access/transam/xlogarchive.c:457 access/transam/xlogarchive.c:474 access/transam/xlogarchive.c:581 postmaster/pgarch.c:756 utils/time/snapmgr.c:884 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "n'a pas pu renommer le fichier %s en %s : %m" @@ -818,8 +739,7 @@ msgstr "droit refus #: access/transam/twophase.c:511 #, c-format msgid "Must be superuser or the user that prepared the transaction." -msgstr "" -"Doit tre super-utilisateur ou l'utilisateur qui a prpar la transaction." +msgstr "Doit tre super-utilisateur ou l'utilisateur qui a prpar la transaction." #: access/transam/twophase.c:522 #, c-format @@ -828,8 +748,7 @@ msgstr "la transaction pr #: access/transam/twophase.c:523 #, c-format -msgid "" -"Connect to the database where the transaction was prepared to finish it." +msgid "Connect to the database where the transaction was prepared to finish it." msgstr "" "Connectez-vous la base de donnes o la transaction a t prpare pour\n" "la terminer." @@ -853,13 +772,10 @@ msgstr "" "n'a pas pu crer le fichier de statut de la validation en deux phases nomm\n" " %s : %m" -#: access/transam/twophase.c:1068 access/transam/twophase.c:1085 -#: access/transam/twophase.c:1134 access/transam/twophase.c:1563 -#: access/transam/twophase.c:1570 +#: access/transam/twophase.c:1068 access/transam/twophase.c:1085 access/transam/twophase.c:1134 access/transam/twophase.c:1563 access/transam/twophase.c:1570 #, c-format msgid "could not write two-phase state file: %m" -msgstr "" -"n'a pas pu crire dans le fichier d'tat de la validation en deux phases : %m" +msgstr "n'a pas pu crire dans le fichier d'tat de la validation en deux phases : %m" #: access/transam/twophase.c:1094 #, c-format @@ -871,8 +787,7 @@ msgstr "" #: access/transam/twophase.c:1140 access/transam/twophase.c:1588 #, c-format msgid "could not close two-phase state file: %m" -msgstr "" -"n'a pas pu fermer le fichier d'tat de la validation en deux phases : %m" +msgstr "n'a pas pu fermer le fichier d'tat de la validation en deux phases : %m" #: access/transam/twophase.c:1227 access/transam/twophase.c:1669 #, c-format @@ -885,8 +800,7 @@ msgstr "" #, c-format msgid "could not stat two-phase state file \"%s\": %m" msgstr "" -"n'a pas pu rcuprer des informations sur le fichier d'tat de la " -"validation\n" +"n'a pas pu rcuprer des informations sur le fichier d'tat de la validation\n" "en deux phases nomm %s : %m" #: access/transam/twophase.c:1276 @@ -941,26 +855,19 @@ msgstr "" #: access/transam/twophase.c:1750 #, c-format msgid "removing future two-phase state file \"%s\"" -msgstr "" -"suppression du futur fichier d'tat de la validation en deux phases nomm " -"%s " +msgstr "suppression du futur fichier d'tat de la validation en deux phases nomm %s " -#: access/transam/twophase.c:1766 access/transam/twophase.c:1777 -#: access/transam/twophase.c:1896 access/transam/twophase.c:1907 -#: access/transam/twophase.c:1980 +#: access/transam/twophase.c:1766 access/transam/twophase.c:1777 access/transam/twophase.c:1896 access/transam/twophase.c:1907 access/transam/twophase.c:1980 #, c-format msgid "removing corrupt two-phase state file \"%s\"" msgstr "" -"suppression du fichier d'tat corrompu de la validation en deux phases " -"nomm\n" +"suppression du fichier d'tat corrompu de la validation en deux phases nomm\n" " %s " #: access/transam/twophase.c:1885 access/transam/twophase.c:1969 #, c-format msgid "removing stale two-phase state file \"%s\"" -msgstr "" -"suppression du vieux fichier d'tat de la validation en deux phases nomm " -"%s " +msgstr "suppression du vieux fichier d'tat de la validation en deux phases nomm %s " #: access/transam/twophase.c:1987 #, c-format @@ -969,9 +876,7 @@ msgstr "r #: access/transam/varsup.c:115 #, c-format -msgid "" -"database is not accepting commands to avoid wraparound data loss in database " -"\"%s\"" +msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\"" msgstr "" "la base de donnes n'accepte plus de requtes pour viter des pertes de\n" "donnes cause de la rinitialisation de l'identifiant de transaction dans\n" @@ -985,14 +890,11 @@ msgid "" msgstr "" "Arrtez le postmaster et utilisez un moteur autonome pour excuter VACUUM\n" "sur cette base de donnes.\n" -"Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes " -"transactions prpares." +"Vous pouvez avoir besoin d'enregistrer ou d'annuler les anciennes transactions prpares." #: access/transam/varsup.c:122 #, c-format -msgid "" -"database is not accepting commands to avoid wraparound data loss in database " -"with OID %u" +msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u" msgstr "" "la base de donnes n'accepte plus de requtes pour viter des pertes de\n" "donnes cause de la rinitialisation de l'identifiant de transaction dans\n" @@ -1002,16 +904,14 @@ msgstr "" #, c-format msgid "database \"%s\" must be vacuumed within %u transactions" msgstr "" -"Un VACUUM doit tre excut sur la base de donnes %s dans un maximum " -"de\n" +"Un VACUUM doit tre excut sur la base de donnes %s dans un maximum de\n" "%u transactions" #: access/transam/varsup.c:141 access/transam/varsup.c:378 #, c-format msgid "database with OID %u must be vacuumed within %u transactions" msgstr "" -"un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum " -"de\n" +"un VACUUM doit tre excut sur la base de donnes d'OID %u dans un maximum de\n" "%u transactions" #: access/transam/varsup.c:336 @@ -1026,38 +926,37 @@ msgstr "" msgid "cannot have more than 2^32-1 commands in a transaction" msgstr "ne peux pas avoir plus de 2^32-1 commandes dans une transaction" -#: access/transam/xact.c:1324 +#: access/transam/xact.c:1329 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "nombre maximum de sous-transactions valides (%d) dpass" -#: access/transam/xact.c:2104 +#: access/transam/xact.c:2109 #, c-format msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "" "ne peut pas prparer (PREPARE) une transaction qui a travaill sur des\n" "tables temporaires" -#: access/transam/xact.c:2114 +#: access/transam/xact.c:2119 #, c-format msgid "cannot PREPARE a transaction that has exported snapshots" -msgstr "" -"ne peut pas prparer (PREPARE) une transaction qui a export des snapshots" +msgstr "ne peut pas prparer (PREPARE) une transaction qui a export des snapshots" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2953 +#: access/transam/xact.c:2958 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s ne peut pas tre excut dans un bloc de transaction" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2963 +#: access/transam/xact.c:2968 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s ne peut pas tre excut dans un sous-bloc de transaction" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2973 +#: access/transam/xact.c:2978 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "" @@ -1065,1316 +964,1083 @@ msgstr "" "contenant plusieurs commandes" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3024 +#: access/transam/xact.c:3029 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s peut seulement tre utilis dans des blocs de transaction" -#: access/transam/xact.c:3206 +#: access/transam/xact.c:3211 #, c-format msgid "there is already a transaction in progress" msgstr "une transaction est dj en cours" -#: access/transam/xact.c:3374 access/transam/xact.c:3467 +#: access/transam/xact.c:3379 access/transam/xact.c:3472 #, c-format msgid "there is no transaction in progress" msgstr "aucune transaction en cours" -#: access/transam/xact.c:3563 access/transam/xact.c:3614 -#: access/transam/xact.c:3620 access/transam/xact.c:3664 -#: access/transam/xact.c:3713 access/transam/xact.c:3719 +#: access/transam/xact.c:3568 access/transam/xact.c:3619 access/transam/xact.c:3625 access/transam/xact.c:3669 access/transam/xact.c:3718 access/transam/xact.c:3724 #, c-format msgid "no such savepoint" msgstr "aucun point de sauvegarde" -#: access/transam/xact.c:4396 +#: access/transam/xact.c:4401 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" -msgstr "" -"ne peut pas avoir plus de 2^32-1 sous-transactions dans une transaction" +msgstr "ne peut pas avoir plus de 2^32-1 sous-transactions dans une transaction" -#: access/transam/xlog.c:1615 +#: access/transam/xlog.c:1619 #, c-format msgid "could not seek in log file %s to offset %u: %m" -msgstr "" -"n'a pas pu se dplacer dans le fichier de transactions %s au dcalage " -"%u : %m" +msgstr "n'a pas pu se dplacer dans le fichier de transactions %s au dcalage %u : %m" -#: access/transam/xlog.c:1632 +#: access/transam/xlog.c:1636 #, c-format msgid "could not write to log file %s at offset %u, length %lu: %m" -msgstr "" -"n'a pas pu crire le fichier de transactions %s au dcalage %u, longueur " -"%lu : %m" +msgstr "n'a pas pu crire le fichier de transactions %s au dcalage %u, longueur %lu : %m" -#: access/transam/xlog.c:1876 +#: access/transam/xlog.c:1880 #, c-format msgid "updated min recovery point to %X/%X on timeline %u" -msgstr "" -"mise jour du point minimum de restauration sur %X/%X pour la timeline %u" +msgstr "mise jour du point minimum de restauration sur %X/%X pour la timeline %u" -#: access/transam/xlog.c:2446 +#: access/transam/xlog.c:2450 #, c-format msgid "not enough data in file \"%s\"" msgstr "donnes insuffisantes dans le fichier %s " -#: access/transam/xlog.c:2565 +#: access/transam/xlog.c:2569 #, c-format msgid "could not link file \"%s\" to \"%s\" (initialization of log file): %m" -msgstr "" -"n'a pas pu lier le fichier %s %s (initialisation du journal de " -"transactions) : %m" +msgstr "n'a pas pu lier le fichier %s %s (initialisation du journal de transactions) : %m" -#: access/transam/xlog.c:2577 +#: access/transam/xlog.c:2581 #, c-format msgid "could not rename file \"%s\" to \"%s\" (initialization of log file): %m" -msgstr "" -"n'a pas pu renommer le fichier %s en %s (initialisation du journal " -"de transactions) : %m" +msgstr "n'a pas pu renommer le fichier %s en %s (initialisation du journal de transactions) : %m" -#: access/transam/xlog.c:2605 +#: access/transam/xlog.c:2609 #, c-format msgid "could not open transaction log file \"%s\": %m" msgstr "n'a pas pu ouvrir le journal des transactions %s : %m" -#: access/transam/xlog.c:2794 +#: access/transam/xlog.c:2798 #, c-format msgid "could not close log file %s: %m" msgstr "n'a pas pu fermer le fichier de transactions %s : %m" -#: access/transam/xlog.c:2853 replication/walsender.c:1343 +#: access/transam/xlog.c:2857 replication/walsender.c:1332 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "le segment demand du journal de transaction, %s, a dj t supprim" -#: access/transam/xlog.c:2910 access/transam/xlog.c:3087 +#: access/transam/xlog.c:2899 access/transam/xlog.c:3099 access/transam/xlog.c:4518 #, c-format msgid "could not open transaction log directory \"%s\": %m" -msgstr "" -"n'a pas pu ouvrir le rpertoire des journaux de transactions %s : %m" +msgstr "n'a pas pu ouvrir le rpertoire des journaux de transactions %s : %m" -#: access/transam/xlog.c:2958 +#: access/transam/xlog.c:2981 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "recyclage du journal de transactions %s " -#: access/transam/xlog.c:2974 +#: access/transam/xlog.c:2996 #, c-format msgid "removing transaction log file \"%s\"" msgstr "suppression du journal de transactions %s " -#: access/transam/xlog.c:2997 +#: access/transam/xlog.c:3014 #, c-format msgid "could not rename old transaction log file \"%s\": %m" msgstr "n'a pas pu renommer l'ancien journal de transactions %s : %m" -#: access/transam/xlog.c:3009 +#: access/transam/xlog.c:3026 #, c-format msgid "could not remove old transaction log file \"%s\": %m" msgstr "n'a pas pu supprimer l'ancien journal de transaction %s : %m" -#: access/transam/xlog.c:3047 access/transam/xlog.c:3057 +#: access/transam/xlog.c:3059 access/transam/xlog.c:3069 #, c-format msgid "required WAL directory \"%s\" does not exist" -msgstr "" -"le rpertoire %s requis pour les journaux de transactions n'existe pas" +msgstr "le rpertoire %s requis pour les journaux de transactions n'existe pas" -#: access/transam/xlog.c:3063 +#: access/transam/xlog.c:3075 #, c-format msgid "creating missing WAL directory \"%s\"" -msgstr "" -"cration du rpertoire manquant %s pour les journaux de transactions" +msgstr "cration du rpertoire manquant %s pour les journaux de transactions" -#: access/transam/xlog.c:3066 +#: access/transam/xlog.c:3078 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "n'a pas pu crer le rpertoire %s manquant : %m" -#: access/transam/xlog.c:3100 +#: access/transam/xlog.c:3112 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "suppression du fichier historique des journaux de transaction %s " -#: access/transam/xlog.c:3292 +#: access/transam/xlog.c:3304 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" -msgstr "" -"identifiant timeline %u inattendu dans le journal de transactions %s, " -"dcalage %u" +msgstr "identifiant timeline %u inattendu dans le journal de transactions %s, dcalage %u" -#: access/transam/xlog.c:3414 +#: access/transam/xlog.c:3426 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "" "le nouveau timeline %u n'est pas un fils du timeline %u du systme de bases\n" "de donnes" -#: access/transam/xlog.c:3428 +#: access/transam/xlog.c:3440 #, c-format -msgid "" -"new timeline %u forked off current database system timeline %u before " -"current recovery point %X/%X" +msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "" -"la nouvelle timeline %u a t cre partir de la timeline de la base de " -"donnes systme %u\n" +"la nouvelle timeline %u a t cre partir de la timeline de la base de donnes systme %u\n" "avant le point de restauration courant %X/%X" -#: access/transam/xlog.c:3447 +#: access/transam/xlog.c:3459 #, c-format msgid "new target timeline is %u" msgstr "la nouvelle timeline cible est %u" -#: access/transam/xlog.c:3526 +#: access/transam/xlog.c:3538 #, c-format msgid "could not create control file \"%s\": %m" msgstr "n'a pas pu crer le fichier de contrle %s : %m" -#: access/transam/xlog.c:3537 access/transam/xlog.c:3766 +#: access/transam/xlog.c:3549 access/transam/xlog.c:3778 #, c-format msgid "could not write to control file: %m" msgstr "n'a pas pu crire le fichier de contrle : %m" -#: access/transam/xlog.c:3543 access/transam/xlog.c:3772 +#: access/transam/xlog.c:3555 access/transam/xlog.c:3784 #, c-format msgid "could not fsync control file: %m" msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de contrle : %m" -#: access/transam/xlog.c:3548 access/transam/xlog.c:3777 +#: access/transam/xlog.c:3560 access/transam/xlog.c:3789 #, c-format msgid "could not close control file: %m" msgstr "n'a pas pu fermer le fichier de contrle : %m" -#: access/transam/xlog.c:3566 access/transam/xlog.c:3755 +#: access/transam/xlog.c:3578 access/transam/xlog.c:3767 #, c-format msgid "could not open control file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier de contrle %s : %m" -#: access/transam/xlog.c:3572 +#: access/transam/xlog.c:3584 #, c-format msgid "could not read from control file: %m" msgstr "n'a pas pu lire le fichier de contrle : %m" -#: access/transam/xlog.c:3585 access/transam/xlog.c:3594 -#: access/transam/xlog.c:3618 access/transam/xlog.c:3625 -#: access/transam/xlog.c:3632 access/transam/xlog.c:3637 -#: access/transam/xlog.c:3644 access/transam/xlog.c:3651 -#: access/transam/xlog.c:3658 access/transam/xlog.c:3665 -#: access/transam/xlog.c:3672 access/transam/xlog.c:3679 -#: access/transam/xlog.c:3688 access/transam/xlog.c:3695 -#: access/transam/xlog.c:3704 access/transam/xlog.c:3711 -#: access/transam/xlog.c:3720 access/transam/xlog.c:3727 -#: utils/init/miscinit.c:1210 +#: access/transam/xlog.c:3597 access/transam/xlog.c:3606 access/transam/xlog.c:3630 access/transam/xlog.c:3637 access/transam/xlog.c:3644 access/transam/xlog.c:3649 access/transam/xlog.c:3656 access/transam/xlog.c:3663 access/transam/xlog.c:3670 access/transam/xlog.c:3677 access/transam/xlog.c:3684 access/transam/xlog.c:3691 access/transam/xlog.c:3700 access/transam/xlog.c:3707 access/transam/xlog.c:3716 access/transam/xlog.c:3723 +#: access/transam/xlog.c:3732 access/transam/xlog.c:3739 utils/init/miscinit.c:1210 #, c-format msgid "database files are incompatible with server" msgstr "les fichiers de la base de donnes sont incompatibles avec le serveur" -#: access/transam/xlog.c:3586 +#: access/transam/xlog.c:3598 #, c-format -msgid "" -"The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), " -"but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." +msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "" "Le cluster de base de donnes a t initialis avec un PG_CONTROL_VERSION \n" "%d (0x%08x) alors que le serveur a t compil avec un PG_CONTROL_VERSION \n" "%d (0x%08x)." -#: access/transam/xlog.c:3590 +#: access/transam/xlog.c:3602 #, c-format -msgid "" -"This could be a problem of mismatched byte ordering. It looks like you need " -"to initdb." +msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "" "Ceci peut tre un problme d'incohrence dans l'ordre des octets.\n" "Il se peut que vous ayez besoin d'initdb." -#: access/transam/xlog.c:3595 +#: access/transam/xlog.c:3607 #, c-format -msgid "" -"The database cluster was initialized with PG_CONTROL_VERSION %d, but the " -"server was compiled with PG_CONTROL_VERSION %d." +msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "" "Le cluster de base de donnes a t initialis avec un PG_CONTROL_VERSION \n" "%d alors que le serveur a t compil avec un PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:3598 access/transam/xlog.c:3622 -#: access/transam/xlog.c:3629 access/transam/xlog.c:3634 +#: access/transam/xlog.c:3610 access/transam/xlog.c:3634 access/transam/xlog.c:3641 access/transam/xlog.c:3646 #, c-format msgid "It looks like you need to initdb." msgstr "Il semble que vous avez besoin d'initdb." -#: access/transam/xlog.c:3609 +#: access/transam/xlog.c:3621 #, c-format msgid "incorrect checksum in control file" msgstr "somme de contrle incorrecte dans le fichier de contrle" -#: access/transam/xlog.c:3619 +#: access/transam/xlog.c:3631 #, c-format -msgid "" -"The database cluster was initialized with CATALOG_VERSION_NO %d, but the " -"server was compiled with CATALOG_VERSION_NO %d." +msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "" "Le cluster de base de donnes a t initialis avec un CATALOG_VERSION_NO \n" "%d alors que le serveur a t compil avec un CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:3626 +#: access/transam/xlog.c:3638 #, c-format -msgid "" -"The database cluster was initialized with MAXALIGN %d, but the server was " -"compiled with MAXALIGN %d." +msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "" "Le cluster de bases de donnes a t initialis avec un MAXALIGN %d alors\n" "que le serveur a t compil avec un MAXALIGN %d." -#: access/transam/xlog.c:3633 +#: access/transam/xlog.c:3645 #, c-format -msgid "" -"The database cluster appears to use a different floating-point number format " -"than the server executable." +msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "" "Le cluster de bases de donnes semble utiliser un format diffrent pour les\n" "nombres virgule flottante de celui de l'excutable serveur." -#: access/transam/xlog.c:3638 +#: access/transam/xlog.c:3650 #, c-format -msgid "" -"The database cluster was initialized with BLCKSZ %d, but the server was " -"compiled with BLCKSZ %d." +msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "" -"Le cluster de base de donnes a t initialis avec un BLCKSZ %d alors " -"que\n" +"Le cluster de base de donnes a t initialis avec un BLCKSZ %d alors que\n" "le serveur a t compil avec un BLCKSZ %d." -#: access/transam/xlog.c:3641 access/transam/xlog.c:3648 -#: access/transam/xlog.c:3655 access/transam/xlog.c:3662 -#: access/transam/xlog.c:3669 access/transam/xlog.c:3676 -#: access/transam/xlog.c:3683 access/transam/xlog.c:3691 -#: access/transam/xlog.c:3698 access/transam/xlog.c:3707 -#: access/transam/xlog.c:3714 access/transam/xlog.c:3723 -#: access/transam/xlog.c:3730 +#: access/transam/xlog.c:3653 access/transam/xlog.c:3660 access/transam/xlog.c:3667 access/transam/xlog.c:3674 access/transam/xlog.c:3681 access/transam/xlog.c:3688 access/transam/xlog.c:3695 access/transam/xlog.c:3703 access/transam/xlog.c:3710 access/transam/xlog.c:3719 access/transam/xlog.c:3726 access/transam/xlog.c:3735 access/transam/xlog.c:3742 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Il semble que vous avez besoin de recompiler ou de relancer initdb." -#: access/transam/xlog.c:3645 +#: access/transam/xlog.c:3657 #, c-format -msgid "" -"The database cluster was initialized with RELSEG_SIZE %d, but the server was " -"compiled with RELSEG_SIZE %d." +msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "" "Le cluster de bases de donnes a t initialis avec un RELSEG_SIZE %d\n" "alors que le serveur a t compil avec un RELSEG_SIZE %d." -#: access/transam/xlog.c:3652 +#: access/transam/xlog.c:3664 #, c-format -msgid "" -"The database cluster was initialized with XLOG_BLCKSZ %d, but the server was " -"compiled with XLOG_BLCKSZ %d." +msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "" "Le cluster de base de donnes a t initialis avec un XLOG_BLCKSZ %d\n" "alors que le serveur a t compil avec un XLOG_BLCKSZ %d." -#: access/transam/xlog.c:3659 +#: access/transam/xlog.c:3671 #, c-format -msgid "" -"The database cluster was initialized with XLOG_SEG_SIZE %d, but the server " -"was compiled with XLOG_SEG_SIZE %d." +msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." msgstr "" "Le cluster de bases de donnes a t initialis avec un XLOG_SEG_SIZE %d\n" "alors que le serveur a t compil avec un XLOG_SEG_SIZE %d." -#: access/transam/xlog.c:3666 +#: access/transam/xlog.c:3678 #, c-format -msgid "" -"The database cluster was initialized with NAMEDATALEN %d, but the server was " -"compiled with NAMEDATALEN %d." +msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "" "Le cluster de bases de donnes a t initialis avec un NAMEDATALEN %d\n" "alors que le serveur a t compil avec un NAMEDATALEN %d." -#: access/transam/xlog.c:3673 +#: access/transam/xlog.c:3685 #, c-format -msgid "" -"The database cluster was initialized with INDEX_MAX_KEYS %d, but the server " -"was compiled with INDEX_MAX_KEYS %d." +msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "" "Le groupe de bases de donnes a t initialis avec un INDEX_MAX_KEYS %d\n" "alors que le serveur a t compil avec un INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:3680 +#: access/transam/xlog.c:3692 #, c-format -msgid "" -"The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the " -"server was compiled with TOAST_MAX_CHUNK_SIZE %d." +msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "" -"Le cluster de bases de donnes a t initialis avec un " -"TOAST_MAX_CHUNK_SIZE\n" +"Le cluster de bases de donnes a t initialis avec un TOAST_MAX_CHUNK_SIZE\n" " %d alors que le serveur a t compil avec un TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:3689 +#: access/transam/xlog.c:3701 #, c-format -msgid "" -"The database cluster was initialized without HAVE_INT64_TIMESTAMP but the " -"server was compiled with HAVE_INT64_TIMESTAMP." -msgstr "" -"Le cluster de bases de donnes a t initialis sans " -"HAVE_INT64_TIMESTAMPalors que le serveur a t compil avec." +msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP." +msgstr "Le cluster de bases de donnes a t initialis sans HAVE_INT64_TIMESTAMPalors que le serveur a t compil avec." -#: access/transam/xlog.c:3696 +#: access/transam/xlog.c:3708 #, c-format -msgid "" -"The database cluster was initialized with HAVE_INT64_TIMESTAMP but the " -"server was compiled without HAVE_INT64_TIMESTAMP." +msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." msgstr "" "Le cluster de bases de donnes a t initialis avec HAVE_INT64_TIMESTAMP\n" "alors que le serveur a t compil sans." -#: access/transam/xlog.c:3705 +#: access/transam/xlog.c:3717 #, c-format -msgid "" -"The database cluster was initialized without USE_FLOAT4_BYVAL but the server " -"was compiled with USE_FLOAT4_BYVAL." +msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL." msgstr "" "Le cluster de base de donnes a t initialis sans USE_FLOAT4_BYVAL\n" "alors que le serveur a t compil avec USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:3712 +#: access/transam/xlog.c:3724 #, c-format -msgid "" -"The database cluster was initialized with USE_FLOAT4_BYVAL but the server " -"was compiled without USE_FLOAT4_BYVAL." +msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL." msgstr "" "Le cluster de base de donnes a t initialis avec USE_FLOAT4_BYVAL\n" "alors que le serveur a t compil sans USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:3721 +#: access/transam/xlog.c:3733 #, c-format -msgid "" -"The database cluster was initialized without USE_FLOAT8_BYVAL but the server " -"was compiled with USE_FLOAT8_BYVAL." +msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "" "Le cluster de base de donnes a t initialis sans USE_FLOAT8_BYVAL\n" "alors que le serveur a t compil avec USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:3728 +#: access/transam/xlog.c:3740 #, c-format -msgid "" -"The database cluster was initialized with USE_FLOAT8_BYVAL but the server " -"was compiled without USE_FLOAT8_BYVAL." +msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "" "Le cluster de base de donnes a t initialis avec USE_FLOAT8_BYVAL\n" "alors que le serveur a t compil sans USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4095 +#: access/transam/xlog.c:4107 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "n'a pas pu crire le bootstrap du journal des transactions : %m" -#: access/transam/xlog.c:4101 +#: access/transam/xlog.c:4113 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "" "n'a pas pu synchroniser sur disque (fsync) le bootstrap du journal des\n" "transactions : %m" -#: access/transam/xlog.c:4106 +#: access/transam/xlog.c:4118 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "n'a pas pu fermer le bootstrap du journal des transactions : %m" -#: access/transam/xlog.c:4175 +#: access/transam/xlog.c:4187 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier de restauration %s : %m" -#: access/transam/xlog.c:4215 access/transam/xlog.c:4306 -#: access/transam/xlog.c:4317 commands/extension.c:527 -#: commands/extension.c:535 utils/misc/guc.c:5431 +#: access/transam/xlog.c:4227 access/transam/xlog.c:4318 access/transam/xlog.c:4329 commands/extension.c:527 commands/extension.c:535 utils/misc/guc.c:5431 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "le paramtre %s requiert une valeur boolenne" -#: access/transam/xlog.c:4231 +#: access/transam/xlog.c:4243 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "recovery_target_timeline n'est pas un nombre valide : %s " -#: access/transam/xlog.c:4247 +#: access/transam/xlog.c:4259 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "recovery_target_xid n'est pas un nombre valide : %s " -#: access/transam/xlog.c:4291 +#: access/transam/xlog.c:4303 #, c-format msgid "recovery_target_name is too long (maximum %d characters)" msgstr "recovery_target_name est trop long (%d caractres maximum)" -#: access/transam/xlog.c:4338 +#: access/transam/xlog.c:4350 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "paramtre de restauration %s non reconnu" -#: access/transam/xlog.c:4349 +#: access/transam/xlog.c:4361 #, c-format -msgid "" -"recovery command file \"%s\" specified neither primary_conninfo nor " -"restore_command" -msgstr "" -"le fichier de restauration %s n'a spcifi ni primary_conninfo ni " -"restore_command" +msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command" +msgstr "le fichier de restauration %s n'a spcifi ni primary_conninfo ni restore_command" -#: access/transam/xlog.c:4351 +#: access/transam/xlog.c:4363 #, c-format -msgid "" -"The database server will regularly poll the pg_xlog subdirectory to check " -"for files placed there." +msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there." msgstr "" -"Le serveur de la base de donnes va rgulirement interroger le sous-" -"rpertoire\n" +"Le serveur de la base de donnes va rgulirement interroger le sous-rpertoire\n" "pg_xlog pour vrifier les fichiers placs ici." -#: access/transam/xlog.c:4357 +#: access/transam/xlog.c:4369 #, c-format -msgid "" -"recovery command file \"%s\" must specify restore_command when standby mode " -"is not enabled" +msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled" msgstr "" -"le fichier de restauration %s doit spcifier restore_command quand le " -"mode\n" +"le fichier de restauration %s doit spcifier restore_command quand le mode\n" "de restauration n'est pas activ" -#: access/transam/xlog.c:4377 +#: access/transam/xlog.c:4389 #, c-format msgid "recovery target timeline %u does not exist" msgstr "le timeline cible, %u, de la restauration n'existe pas" -#: access/transam/xlog.c:4474 +#: access/transam/xlog.c:4486 #, c-format msgid "archive recovery complete" msgstr "restauration termine de l'archive" -#: access/transam/xlog.c:4622 +#: access/transam/xlog.c:4703 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "arrt de la restauration aprs validation de la transaction %u, %s" -#: access/transam/xlog.c:4627 +#: access/transam/xlog.c:4708 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "arrt de la restauration avant validation de la transaction %u, %s" -#: access/transam/xlog.c:4636 +#: access/transam/xlog.c:4717 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "arrt de la restauration aprs annulation de la transaction %u, %s" -#: access/transam/xlog.c:4641 +#: access/transam/xlog.c:4722 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "arrt de la restauration avant annulation de la transaction %u, %s" -#: access/transam/xlog.c:4650 +#: access/transam/xlog.c:4731 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "restauration en arrt au point de restauration %s , heure %s" -#: access/transam/xlog.c:4684 +#: access/transam/xlog.c:4765 #, c-format msgid "recovery has paused" msgstr "restauration en pause" -#: access/transam/xlog.c:4685 +#: access/transam/xlog.c:4766 #, c-format msgid "Execute pg_xlog_replay_resume() to continue." msgstr "Excuter pg_xlog_replay_resume() pour continuer." -#: access/transam/xlog.c:4815 +#: access/transam/xlog.c:4896 #, c-format -msgid "" -"hot standby is not possible because %s = %d is a lower setting than on the " -"master server (its value was %d)" +msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)" msgstr "" "les connexions en restauration ne sont pas possibles car %s = %d est un\n" -"paramtrage plus bas que celui du serveur matre des journaux de " -"transactions\n" +"paramtrage plus bas que celui du serveur matre des journaux de transactions\n" "(la valeur tait %d)" -#: access/transam/xlog.c:4837 +#: access/transam/xlog.c:4918 #, c-format msgid "WAL was generated with wal_level=minimal, data may be missing" msgstr "" -"le journal de transactions a t gnr avec le paramtre wal_level " -"configur\n" +"le journal de transactions a t gnr avec le paramtre wal_level configur\n" " minimal , des donnes pourraient manquer" -#: access/transam/xlog.c:4838 +#: access/transam/xlog.c:4919 #, c-format -msgid "" -"This happens if you temporarily set wal_level=minimal without taking a new " -"base backup." +msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup." msgstr "" -"Ceci peut arriver si vous configurez temporairement wal_level minimal sans " -"avoir\n" +"Ceci peut arriver si vous configurez temporairement wal_level minimal sans avoir\n" "pris une nouvelle sauvegarde de base." -#: access/transam/xlog.c:4849 +#: access/transam/xlog.c:4930 #, c-format -msgid "" -"hot standby is not possible because wal_level was not set to \"hot_standby\" " -"on the master server" +msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server" msgstr "" "les connexions en restauration ne sont pas possibles parce que le paramtre\n" "wal_level n'a pas t configur hot_standby sur le serveur matre" -#: access/transam/xlog.c:4850 +#: access/transam/xlog.c:4931 #, c-format -msgid "" -"Either set wal_level to \"hot_standby\" on the master, or turn off " -"hot_standby here." +msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here." msgstr "" "Soit vous initialisez wal_level hot_standby sur le matre, soit vous\n" "dsactivez hot_standby ici." -#: access/transam/xlog.c:4903 +#: access/transam/xlog.c:4984 #, c-format msgid "control file contains invalid data" msgstr "le fichier de contrle contient des donnes invalides" -#: access/transam/xlog.c:4909 +#: access/transam/xlog.c:4990 #, c-format msgid "database system was shut down at %s" msgstr "le systme de bases de donnes a t arrt %s" -#: access/transam/xlog.c:4914 +#: access/transam/xlog.c:4995 #, c-format msgid "database system was shut down in recovery at %s" -msgstr "" -"le systme de bases de donnes a t arrt pendant la restauration %s" +msgstr "le systme de bases de donnes a t arrt pendant la restauration %s" -#: access/transam/xlog.c:4918 +#: access/transam/xlog.c:4999 #, c-format msgid "database system shutdown was interrupted; last known up at %s" -msgstr "" -"le systme de bases de donnes a t interrompu ; dernier lancement connu " -"%s" +msgstr "le systme de bases de donnes a t interrompu ; dernier lancement connu %s" -#: access/transam/xlog.c:4922 +#: access/transam/xlog.c:5003 #, c-format msgid "database system was interrupted while in recovery at %s" -msgstr "" -"le systme de bases de donnes a t interrompu lors d'une restauration %s" +msgstr "le systme de bases de donnes a t interrompu lors d'une restauration %s" -#: access/transam/xlog.c:4924 +#: access/transam/xlog.c:5005 #, c-format -msgid "" -"This probably means that some data is corrupted and you will have to use the " -"last backup for recovery." +msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "" "Ceci signifie probablement que des donnes ont t corrompues et que vous\n" "devrez utiliser la dernire sauvegarde pour la restauration." -#: access/transam/xlog.c:4928 +#: access/transam/xlog.c:5009 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "" -"le systme de bases de donnes a t interrompu lors d'une rcupration " -"%s\n" +"le systme de bases de donnes a t interrompu lors d'une rcupration %s\n" "(moment de la journalisation)" -#: access/transam/xlog.c:4930 +#: access/transam/xlog.c:5011 #, c-format -msgid "" -"If this has occurred more than once some data might be corrupted and you " -"might need to choose an earlier recovery target." +msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "" "Si c'est arriv plus d'une fois, des donnes ont pu tre corrompues et vous\n" "pourriez avoir besoin de choisir une cible de rcupration antrieure." -#: access/transam/xlog.c:4934 +#: access/transam/xlog.c:5015 #, c-format msgid "database system was interrupted; last known up at %s" -msgstr "" -"le systme de bases de donnes a t interrompu ; dernier lancement connu " -"%s" +msgstr "le systme de bases de donnes a t interrompu ; dernier lancement connu %s" -#: access/transam/xlog.c:4988 +#: access/transam/xlog.c:5081 #, c-format msgid "entering standby mode" msgstr "entre en mode standby" -#: access/transam/xlog.c:4991 +#: access/transam/xlog.c:5084 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "dbut de la restauration de l'archive au XID %u" -#: access/transam/xlog.c:4995 +#: access/transam/xlog.c:5088 #, c-format msgid "starting point-in-time recovery to %s" msgstr "dbut de la restauration de l'archive %s" -#: access/transam/xlog.c:4999 +#: access/transam/xlog.c:5092 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "dbut de la restauration PITR %s " -#: access/transam/xlog.c:5003 +#: access/transam/xlog.c:5096 #, c-format msgid "starting archive recovery" msgstr "dbut de la restauration de l'archive" -#: access/transam/xlog.c:5019 commands/sequence.c:1035 lib/stringinfo.c:266 -#: libpq/auth.c:1035 libpq/auth.c:1391 libpq/auth.c:1459 libpq/auth.c:1861 -#: postmaster/postmaster.c:2149 postmaster/postmaster.c:2180 -#: postmaster/postmaster.c:3637 postmaster/postmaster.c:4335 -#: postmaster/postmaster.c:4420 postmaster/postmaster.c:5101 -#: postmaster/postmaster.c:5277 postmaster/postmaster.c:5694 -#: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397 -#: storage/file/fd.c:459 storage/file/fd.c:856 storage/file/fd.c:974 -#: storage/file/fd.c:1587 storage/ipc/procarray.c:901 -#: storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 -#: storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 -#: utils/adt/formatting.c:1524 utils/adt/formatting.c:1644 -#: utils/adt/formatting.c:1765 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 -#: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 -#: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 -#: utils/init/miscinit.c:151 utils/init/miscinit.c:172 -#: utils/init/miscinit.c:182 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 -#: utils/misc/guc.c:3436 utils/misc/guc.c:3452 utils/misc/guc.c:3465 -#: utils/misc/tzparser.c:470 utils/mmgr/aset.c:416 utils/mmgr/aset.c:587 -#: utils/mmgr/aset.c:765 utils/mmgr/aset.c:966 +#: access/transam/xlog.c:5112 commands/sequence.c:1058 lib/stringinfo.c:266 libpq/auth.c:1036 libpq/auth.c:1394 libpq/auth.c:1462 libpq/auth.c:1865 postmaster/postmaster.c:2181 postmaster/postmaster.c:2212 postmaster/postmaster.c:3669 postmaster/postmaster.c:4367 postmaster/postmaster.c:4452 postmaster/postmaster.c:5145 postmaster/postmaster.c:5321 postmaster/postmaster.c:5738 storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397 +#: storage/file/fd.c:459 storage/file/fd.c:856 storage/file/fd.c:974 storage/file/fd.c:1587 storage/ipc/procarray.c:901 storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 utils/adt/formatting.c:1528 utils/adt/formatting.c:1648 utils/adt/formatting.c:1769 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 +#: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 utils/init/miscinit.c:151 utils/init/miscinit.c:172 utils/init/miscinit.c:182 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 utils/misc/guc.c:3436 utils/misc/guc.c:3452 utils/misc/guc.c:3465 utils/misc/tzparser.c:470 utils/mmgr/aset.c:416 utils/mmgr/aset.c:587 utils/mmgr/aset.c:765 utils/mmgr/aset.c:966 #, c-format msgid "out of memory" msgstr "mmoire puise" -#: access/transam/xlog.c:5020 +#: access/transam/xlog.c:5113 #, c-format msgid "Failed while allocating an XLog reading processor." msgstr "chec lors de l'allocation d'un processeur de lecture XLog" -#: access/transam/xlog.c:5045 access/transam/xlog.c:5112 +#: access/transam/xlog.c:5138 access/transam/xlog.c:5205 #, c-format msgid "checkpoint record is at %X/%X" msgstr "l'enregistrement du point de vrification est %X/%X" -#: access/transam/xlog.c:5059 +#: access/transam/xlog.c:5152 #, c-format msgid "could not find redo location referenced by checkpoint record" -msgstr "" -"n'a pas pu localiser l'enregistrement redo rfrenc par le point de " -"vrification" +msgstr "n'a pas pu localiser l'enregistrement redo rfrenc par le point de vrification" -#: access/transam/xlog.c:5060 access/transam/xlog.c:5067 +#: access/transam/xlog.c:5153 access/transam/xlog.c:5160 #, c-format -msgid "" -"If you are not restoring from a backup, try removing the file \"%s/" -"backup_label\"." +msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." msgstr "" "Si vous n'avez pas pu restaurer une sauvegarde, essayez de supprimer le\n" "fichier %s/backup_label ." -#: access/transam/xlog.c:5066 +#: access/transam/xlog.c:5159 #, c-format msgid "could not locate required checkpoint record" -msgstr "" -"n'a pas pu localiser l'enregistrement d'un point de vrification requis" +msgstr "n'a pas pu localiser l'enregistrement d'un point de vrification requis" -#: access/transam/xlog.c:5122 access/transam/xlog.c:5137 +#: access/transam/xlog.c:5215 access/transam/xlog.c:5230 #, c-format msgid "could not locate a valid checkpoint record" -msgstr "" -"n'a pas pu localiser un enregistrement d'un point de vrification valide" +msgstr "n'a pas pu localiser un enregistrement d'un point de vrification valide" -#: access/transam/xlog.c:5131 +#: access/transam/xlog.c:5224 #, c-format msgid "using previous checkpoint record at %X/%X" -msgstr "" -"utilisation du prcdent enregistrement d'un point de vrification %X/%X" +msgstr "utilisation du prcdent enregistrement d'un point de vrification %X/%X" -#: access/transam/xlog.c:5161 +#: access/transam/xlog.c:5254 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "la timeline requise %u n'est pas un fils de l'historique de ce serveur" -#: access/transam/xlog.c:5163 +#: access/transam/xlog.c:5256 #, c-format -msgid "" -"Latest checkpoint is at %X/%X on timeline %u, but in the history of the " -"requested timeline, the server forked off from that timeline at %X/%X." -msgstr "" -"Le dernier checkpoint est %X/%X sur la timeline %u, mais dans l'historique " -"de la timeline demande, le serveur est sorti de cette timeline %X/%X." +msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." +msgstr "Le dernier checkpoint est %X/%X sur la timeline %u, mais dans l'historique de la timeline demande, le serveur est sorti de cette timeline %X/%X." -#: access/transam/xlog.c:5179 +#: access/transam/xlog.c:5272 #, c-format -msgid "" -"requested timeline %u does not contain minimum recovery point %X/%X on " -"timeline %u" -msgstr "" -"la timeline requise, %u, ne contient pas le point de restauration minimum " -"(%X/%X) sur la timeline %u" +msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" +msgstr "la timeline requise, %u, ne contient pas le point de restauration minimum (%X/%X) sur la timeline %u" -#: access/transam/xlog.c:5188 +#: access/transam/xlog.c:5281 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "l'enregistrement r-excuter se trouve %X/%X ; arrt %s" -#: access/transam/xlog.c:5192 +#: access/transam/xlog.c:5285 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "prochain identifiant de transaction : %u/%u ; prochain OID : %u" -#: access/transam/xlog.c:5196 +#: access/transam/xlog.c:5289 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "prochain MultiXactId : %u ; prochain MultiXactOffset : %u" -#: access/transam/xlog.c:5199 +#: access/transam/xlog.c:5292 #, c-format msgid "oldest unfrozen transaction ID: %u, in database %u" msgstr "" "identifiant de transaction non gel le plus ancien : %u, dans la base de\n" "donnes %u" -#: access/transam/xlog.c:5202 +#: access/transam/xlog.c:5295 #, c-format msgid "oldest MultiXactId: %u, in database %u" msgstr "plus ancien MultiXactId : %u, dans la base de donnes %u" -#: access/transam/xlog.c:5206 +#: access/transam/xlog.c:5299 #, c-format msgid "invalid next transaction ID" msgstr "prochain ID de transaction invalide" -#: access/transam/xlog.c:5264 +#: access/transam/xlog.c:5357 #, c-format msgid "invalid redo in checkpoint record" msgstr "r-excution invalide dans l'enregistrement du point de vrification" -#: access/transam/xlog.c:5275 +#: access/transam/xlog.c:5368 #, c-format msgid "invalid redo record in shutdown checkpoint" -msgstr "" -"enregistrement de r-excution invalide dans le point de vrification d'arrt" +msgstr "enregistrement de r-excution invalide dans le point de vrification d'arrt" -#: access/transam/xlog.c:5306 +#: access/transam/xlog.c:5399 #, c-format -msgid "" -"database system was not properly shut down; automatic recovery in progress" +msgid "database system was not properly shut down; automatic recovery in progress" msgstr "" "le systme de bases de donnes n'a pas t arrt proprement ; restauration\n" "automatique en cours" -#: access/transam/xlog.c:5310 +#: access/transam/xlog.c:5403 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" -msgstr "" -"la restauration aprs crash commence avec la timeline %u et a la timeline %u " -"en cible" +msgstr "la restauration aprs crash commence avec la timeline %u et a la timeline %u en cible" -#: access/transam/xlog.c:5347 +#: access/transam/xlog.c:5447 #, c-format msgid "backup_label contains data inconsistent with control file" -msgstr "" -"backup_label contient des donnes incohrentes avec le fichier de contrle" +msgstr "backup_label contient des donnes incohrentes avec le fichier de contrle" -#: access/transam/xlog.c:5348 +#: access/transam/xlog.c:5448 #, c-format -msgid "" -"This means that the backup is corrupted and you will have to use another " -"backup for recovery." +msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "" "Ceci signifie que la sauvegarde a t corrompue et que vous devrez utiliser\n" "la dernire sauvegarde pour la restauration." -#: access/transam/xlog.c:5413 +#: access/transam/xlog.c:5513 #, c-format msgid "initializing for hot standby" msgstr "initialisation pour Hot Standby " -#: access/transam/xlog.c:5547 +#: access/transam/xlog.c:5647 #, c-format msgid "redo starts at %X/%X" msgstr "la r-excution commence %X/%X" -#: access/transam/xlog.c:5739 +#: access/transam/xlog.c:5848 #, c-format msgid "redo done at %X/%X" msgstr "r-excution faite %X/%X" -#: access/transam/xlog.c:5744 access/transam/xlog.c:7613 +#: access/transam/xlog.c:5853 access/transam/xlog.c:7728 #, c-format msgid "last completed transaction was at log time %s" msgstr "la dernire transaction a eu lieu %s (moment de la journalisation)" -#: access/transam/xlog.c:5752 +#: access/transam/xlog.c:5861 #, c-format msgid "redo is not required" msgstr "la r-excution n'est pas ncessaire" -#: access/transam/xlog.c:5810 +#: access/transam/xlog.c:5919 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "" "le point d'arrt de la restauration demande se trouve avant le point\n" "cohrent de restauration" -#: access/transam/xlog.c:5826 access/transam/xlog.c:5830 +#: access/transam/xlog.c:5935 access/transam/xlog.c:5939 #, c-format msgid "WAL ends before end of online backup" -msgstr "" -"le journal de transactions se termine avant la fin de la sauvegarde de base" +msgstr "le journal de transactions se termine avant la fin de la sauvegarde de base" -#: access/transam/xlog.c:5827 +#: access/transam/xlog.c:5936 #, c-format -msgid "" -"All WAL generated while online backup was taken must be available at " -"recovery." +msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "" "Tous les journaux de transactions gnrs pendant la sauvegarde en ligne\n" "doivent tre disponibles pour la restauration." -#: access/transam/xlog.c:5831 +#: access/transam/xlog.c:5940 #, c-format -msgid "" -"Online backup started with pg_start_backup() must be ended with " -"pg_stop_backup(), and all WAL up to that point must be available at recovery." +msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "" -"Une sauvegarde en ligne commence avec pg_start_backup() doit se terminer " -"avec\n" -"pg_stop_backup() et tous les journaux de transactions gnrs entre les " -"deux\n" +"Une sauvegarde en ligne commence avec pg_start_backup() doit se terminer avec\n" +"pg_stop_backup() et tous les journaux de transactions gnrs entre les deux\n" "doivent tre disponibles pour la restauration." -#: access/transam/xlog.c:5834 +#: access/transam/xlog.c:5943 #, c-format msgid "WAL ends before consistent recovery point" -msgstr "" -"Le journal de transaction se termine avant un point de restauration cohrent" +msgstr "Le journal de transaction se termine avant un point de restauration cohrent" -#: access/transam/xlog.c:5861 +#: access/transam/xlog.c:5970 #, c-format msgid "selected new timeline ID: %u" msgstr "identifiant d'un timeline nouvellement slectionn : %u" -#: access/transam/xlog.c:6222 +#: access/transam/xlog.c:6337 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "tat de restauration cohrent atteint %X/%X" -#: access/transam/xlog.c:6405 +#: access/transam/xlog.c:6520 #, c-format msgid "invalid primary checkpoint link in control file" -msgstr "" -"lien du point de vrification primaire invalide dans le fichier de contrle" +msgstr "lien du point de vrification primaire invalide dans le fichier de contrle" -#: access/transam/xlog.c:6409 +#: access/transam/xlog.c:6524 #, c-format msgid "invalid secondary checkpoint link in control file" -msgstr "" -"lien du point de vrification secondaire invalide dans le fichier de contrle" +msgstr "lien du point de vrification secondaire invalide dans le fichier de contrle" -#: access/transam/xlog.c:6413 +#: access/transam/xlog.c:6528 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "lien du point de vrification invalide dans le fichier backup_label" -#: access/transam/xlog.c:6430 +#: access/transam/xlog.c:6545 #, c-format msgid "invalid primary checkpoint record" msgstr "enregistrement du point de vrification primaire invalide" -#: access/transam/xlog.c:6434 +#: access/transam/xlog.c:6549 #, c-format msgid "invalid secondary checkpoint record" msgstr "enregistrement du point de vrification secondaire invalide" -#: access/transam/xlog.c:6438 +#: access/transam/xlog.c:6553 #, c-format msgid "invalid checkpoint record" msgstr "enregistrement du point de vrification invalide" -#: access/transam/xlog.c:6449 +#: access/transam/xlog.c:6564 #, c-format msgid "invalid resource manager ID in primary checkpoint record" -msgstr "" -"identifiant du gestionnaire de ressource invalide dans l'enregistrement " -"primaire du point de vrification" +msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement primaire du point de vrification" -#: access/transam/xlog.c:6453 +#: access/transam/xlog.c:6568 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" -msgstr "" -"identifiant du gestionnaire de ressource invalide dans l'enregistrement " -"secondaire du point de vrification" +msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement secondaire du point de vrification" -#: access/transam/xlog.c:6457 +#: access/transam/xlog.c:6572 #, c-format msgid "invalid resource manager ID in checkpoint record" -msgstr "" -"identifiant du gestionnaire de ressource invalide dans l'enregistrement du " -"point de vrification" +msgstr "identifiant du gestionnaire de ressource invalide dans l'enregistrement du point de vrification" -#: access/transam/xlog.c:6469 +#: access/transam/xlog.c:6584 #, c-format msgid "invalid xl_info in primary checkpoint record" -msgstr "" -"xl_info invalide dans l'enregistrement du point de vrification primaire" +msgstr "xl_info invalide dans l'enregistrement du point de vrification primaire" -#: access/transam/xlog.c:6473 +#: access/transam/xlog.c:6588 #, c-format msgid "invalid xl_info in secondary checkpoint record" -msgstr "" -"xl_info invalide dans l'enregistrement du point de vrification secondaire" +msgstr "xl_info invalide dans l'enregistrement du point de vrification secondaire" -#: access/transam/xlog.c:6477 +#: access/transam/xlog.c:6592 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "xl_info invalide dans l'enregistrement du point de vrification" -#: access/transam/xlog.c:6489 +#: access/transam/xlog.c:6604 #, c-format msgid "invalid length of primary checkpoint record" -msgstr "" -"longueur invalide de l'enregistrement primaire du point de vrification" +msgstr "longueur invalide de l'enregistrement primaire du point de vrification" -#: access/transam/xlog.c:6493 +#: access/transam/xlog.c:6608 #, c-format msgid "invalid length of secondary checkpoint record" -msgstr "" -"longueur invalide de l'enregistrement secondaire du point de vrification" +msgstr "longueur invalide de l'enregistrement secondaire du point de vrification" -#: access/transam/xlog.c:6497 +#: access/transam/xlog.c:6612 #, c-format msgid "invalid length of checkpoint record" msgstr "longueur invalide de l'enregistrement du point de vrification" -#: access/transam/xlog.c:6650 +#: access/transam/xlog.c:6765 #, c-format msgid "shutting down" msgstr "arrt en cours" -#: access/transam/xlog.c:6673 +#: access/transam/xlog.c:6788 #, c-format msgid "database system is shut down" msgstr "le systme de base de donnes est arrt" -#: access/transam/xlog.c:7139 +#: access/transam/xlog.c:7254 #, c-format -msgid "" -"concurrent transaction log activity while database system is shutting down" +msgid "concurrent transaction log activity while database system is shutting down" msgstr "" "activit en cours du journal de transactions alors que le systme de bases\n" "de donnes est en cours d'arrt" -#: access/transam/xlog.c:7427 +#: access/transam/xlog.c:7542 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "restartpoint ignor, la rcupration est dj termine" -#: access/transam/xlog.c:7450 +#: access/transam/xlog.c:7565 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "ignore le point de redmarrage, dj ralis %X/%X" -#: access/transam/xlog.c:7611 +#: access/transam/xlog.c:7726 #, c-format msgid "recovery restart point at %X/%X" msgstr "la r-excution en restauration commence %X/%X" -#: access/transam/xlog.c:7737 +#: access/transam/xlog.c:7852 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "point de restauration %s cr %X/%X" -#: access/transam/xlog.c:7954 +#: access/transam/xlog.c:8069 #, c-format -msgid "" -"unexpected previous timeline ID %u (current timeline ID %u) in checkpoint " -"record" -msgstr "" -"identifiant de timeline prcdent %u inattendu (identifiant de la timeline " -"courante %u) dans l'enregistrement du point de vrification" +msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" +msgstr "identifiant de timeline prcdent %u inattendu (identifiant de la timeline courante %u) dans l'enregistrement du point de vrification" -#: access/transam/xlog.c:7963 +#: access/transam/xlog.c:8078 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "" "identifiant timeline %u inattendu (aprs %u) dans l'enregistrement du point\n" "de vrification" -#: access/transam/xlog.c:7979 +#: access/transam/xlog.c:8094 #, c-format -msgid "" -"unexpected timeline ID %u in checkpoint record, before reaching minimum " -"recovery point %X/%X on timeline %u" -msgstr "" -"identifiant timeline %u inattendu dans l'enregistrement du checkpoint, avant " -"d'atteindre le point de restauration minimum %X/%X sur la timeline %u" +msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" +msgstr "identifiant timeline %u inattendu dans l'enregistrement du checkpoint, avant d'atteindre le point de restauration minimum %X/%X sur la timeline %u" -#: access/transam/xlog.c:8047 +#: access/transam/xlog.c:8162 #, c-format msgid "online backup was canceled, recovery cannot continue" -msgstr "" -"la sauvegarde en ligne a t annule, la restauration ne peut pas continuer" +msgstr "la sauvegarde en ligne a t annule, la restauration ne peut pas continuer" -#: access/transam/xlog.c:8108 access/transam/xlog.c:8157 -#: access/transam/xlog.c:8180 +#: access/transam/xlog.c:8223 access/transam/xlog.c:8272 access/transam/xlog.c:8295 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "" -"identifiant timeline %u inattendu (devrait tre %u) dans l'enregistrement " -"du\n" +"identifiant timeline %u inattendu (devrait tre %u) dans l'enregistrement du\n" "point de vrification" -#: access/transam/xlog.c:8413 +#: access/transam/xlog.c:8528 #, c-format msgid "could not fsync log segment %s: %m" -msgstr "" -"n'a pas pu synchroniser sur disque (fsync) le segment du journal des " -"transactions %s : %m" +msgstr "n'a pas pu synchroniser sur disque (fsync) le segment du journal des transactions %s : %m" -#: access/transam/xlog.c:8437 +#: access/transam/xlog.c:8552 #, c-format msgid "could not fsync log file %s: %m" -msgstr "" -"n'a pas pu synchroniser sur disque (fsync) le fichier de transactions %s " -" : %m" +msgstr "n'a pas pu synchroniser sur disque (fsync) le fichier de transactions %s : %m" -#: access/transam/xlog.c:8445 +#: access/transam/xlog.c:8560 #, c-format msgid "could not fsync write-through log file %s: %m" -msgstr "" -"n'a pas pu synchroniser sur disque (fsync) le journal des transactions %s : " -"%m" +msgstr "n'a pas pu synchroniser sur disque (fsync) le journal des transactions %s : %m" -#: access/transam/xlog.c:8454 +#: access/transam/xlog.c:8569 #, c-format msgid "could not fdatasync log file %s: %m" -msgstr "" -"n'a pas pu synchroniser sur disque (fdatasync) le journal de transactions " -"%s : %m" +msgstr "n'a pas pu synchroniser sur disque (fdatasync) le journal de transactions %s : %m" -#: access/transam/xlog.c:8532 access/transam/xlog.c:8868 -#: access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 -#: access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 -#: access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373 +#: access/transam/xlog.c:8647 access/transam/xlog.c:8983 access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373 #, c-format msgid "recovery is in progress" msgstr "restauration en cours" -#: access/transam/xlog.c:8533 access/transam/xlog.c:8869 -#: access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 -#: access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218 +#: access/transam/xlog.c:8648 access/transam/xlog.c:8984 access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "" "les fonctions de contrle des journaux de transactions ne peuvent pas\n" "tre excutes lors de la restauration." -#: access/transam/xlog.c:8542 access/transam/xlog.c:8878 +#: access/transam/xlog.c:8657 access/transam/xlog.c:8993 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "" -"Le niveau de journalisation (configur par wal_level) n'est pas suffisant " -"pour\n" +"Le niveau de journalisation (configur par wal_level) n'est pas suffisant pour\n" "faire une sauvegarde en ligne." -#: access/transam/xlog.c:8543 access/transam/xlog.c:8879 -#: access/transam/xlogfuncs.c:158 +#: access/transam/xlog.c:8658 access/transam/xlog.c:8994 access/transam/xlogfuncs.c:158 #, c-format -msgid "" -"wal_level must be set to \"archive\" or \"hot_standby\" at server start." +msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start." msgstr "" "wal_level doit tre configur archive ou hot_standby au dmarrage\n" "du serveur." -#: access/transam/xlog.c:8548 +#: access/transam/xlog.c:8663 #, c-format msgid "backup label too long (max %d bytes)" msgstr "label de sauvegarde trop long (%d octets maximum)" -#: access/transam/xlog.c:8579 access/transam/xlog.c:8756 +#: access/transam/xlog.c:8694 access/transam/xlog.c:8871 #, c-format msgid "a backup is already in progress" msgstr "une sauvegarde est dj en cours" -#: access/transam/xlog.c:8580 +#: access/transam/xlog.c:8695 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Excutez pg_stop_backup() et tentez de nouveau." -#: access/transam/xlog.c:8674 +#: access/transam/xlog.c:8789 #, c-format -msgid "" -"WAL generated with full_page_writes=off was replayed since last restartpoint" -msgstr "" -"Les journaux gnrs avec full_page_writes=off ont t rejous depuis le " -"dernier restartpoint." +msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" +msgstr "Les journaux gnrs avec full_page_writes=off ont t rejous depuis le dernier restartpoint." -#: access/transam/xlog.c:8676 access/transam/xlog.c:9029 +#: access/transam/xlog.c:8791 access/transam/xlog.c:9144 #, c-format -msgid "" -"This means that the backup being taken on the standby is corrupt and should " -"not be used. Enable full_page_writes and run CHECKPOINT on the master, and " -"then try an online backup again." +msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again." msgstr "" "Cela signifie que la sauvegarde en cours de ralisation sur l'esclave est\n" "corrompue et ne doit pas tre utilise. Activez full_page_writes et lancez\n" "CHECKPOINT sur le matre, puis recommencez la sauvegarde." -#: access/transam/xlog.c:8750 access/transam/xlog.c:8919 -#: access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 -#: guc-file.l:777 replication/basebackup.c:397 replication/basebackup.c:452 -#: storage/file/copydir.c:72 storage/file/copydir.c:115 utils/adt/dbsize.c:68 -#: utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 -#: utils/adt/genfile.c:280 +#: access/transam/xlog.c:8865 access/transam/xlog.c:9034 access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 guc-file.l:776 replication/basebackup.c:397 replication/basebackup.c:463 storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2509 storage/file/fd.c:2550 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280 #, c-format msgid "could not stat file \"%s\": %m" msgstr "n'a pas pu tester le fichier %s : %m" -#: access/transam/xlog.c:8757 +#: access/transam/xlog.c:8872 #, c-format -msgid "" -"If you're sure there is no backup in progress, remove file \"%s\" and try " -"again." +msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "" "Si vous tes certain qu'aucune sauvegarde n'est en cours, supprimez le\n" "fichier %s et recommencez de nouveau." -#: access/transam/xlog.c:8774 access/transam/xlog.c:9092 +#: access/transam/xlog.c:8889 access/transam/xlog.c:9207 #, c-format msgid "could not write file \"%s\": %m" msgstr "impossible d'crire le fichier %s : %m" -#: access/transam/xlog.c:8923 +#: access/transam/xlog.c:9038 #, c-format msgid "a backup is not in progress" msgstr "une sauvegarde n'est pas en cours" -#: access/transam/xlog.c:8949 access/transam/xlogarchive.c:114 -#: access/transam/xlogarchive.c:466 storage/smgr/md.c:405 -#: storage/smgr/md.c:454 storage/smgr/md.c:1318 +#: access/transam/xlog.c:9064 access/transam/xlogarchive.c:114 access/transam/xlogarchive.c:466 storage/smgr/md.c:405 storage/smgr/md.c:454 storage/smgr/md.c:1318 #, c-format msgid "could not remove file \"%s\": %m" msgstr "n'a pas pu supprimer le fichier %s : %m" -#: access/transam/xlog.c:8962 access/transam/xlog.c:8975 -#: access/transam/xlog.c:9326 access/transam/xlog.c:9332 -#: access/transam/xlogfuncs.c:626 +#: access/transam/xlog.c:9077 access/transam/xlog.c:9090 access/transam/xlog.c:9441 access/transam/xlog.c:9447 access/transam/xlogfuncs.c:626 #, c-format msgid "invalid data in file \"%s\"" msgstr "donnes invalides dans le fichier %s " -#: access/transam/xlog.c:8979 replication/basebackup.c:856 +#: access/transam/xlog.c:9094 replication/basebackup.c:871 #, c-format msgid "the standby was promoted during online backup" msgstr "le standby a t promu lors de la sauvegarde en ligne" -#: access/transam/xlog.c:8980 replication/basebackup.c:857 +#: access/transam/xlog.c:9095 replication/basebackup.c:872 #, c-format -msgid "" -"This means that the backup being taken is corrupt and should not be used. " -"Try taking another online backup." +msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "" "Cela signifie que la sauvegarde en cours de ralisation est corrompue et ne\n" "doit pas tre utilise. Recommencez la sauvegarde." -#: access/transam/xlog.c:9027 +#: access/transam/xlog.c:9142 #, c-format -msgid "" -"WAL generated with full_page_writes=off was replayed during online backup" +msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "" -"le journal de transactions gnr avec full_page_writes=off a t rejou " -"lors\n" +"le journal de transactions gnr avec full_page_writes=off a t rejou lors\n" "de la sauvegarde en ligne" -#: access/transam/xlog.c:9141 +#: access/transam/xlog.c:9256 #, c-format -msgid "" -"pg_stop_backup cleanup done, waiting for required WAL segments to be archived" -msgstr "" -"nettoyage de pg_stop_backup termin, en attente des journaux de transactions " -"requis archiver" +msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" +msgstr "nettoyage de pg_stop_backup termin, en attente des journaux de transactions requis archiver" -#: access/transam/xlog.c:9151 +#: access/transam/xlog.c:9266 #, c-format -msgid "" -"pg_stop_backup still waiting for all required WAL segments to be archived " -"(%d seconds elapsed)" +msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "" "pg_stop_backup toujours en attente de la fin de l'archivage des segments de\n" "journaux de transactions requis (%d secondes passes)" -#: access/transam/xlog.c:9153 +#: access/transam/xlog.c:9268 #, c-format -msgid "" -"Check that your archive_command is executing properly. pg_stop_backup can " -"be canceled safely, but the database backup will not be usable without all " -"the WAL segments." +msgid "Check that your archive_command is executing properly. pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments." msgstr "" "Vrifiez que votre archive_command s'excute correctement. pg_stop_backup\n" "peut tre annul avec sret mais la sauvegarde de la base ne sera pas\n" "utilisable sans tous les segments WAL." -#: access/transam/xlog.c:9160 +#: access/transam/xlog.c:9275 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" -msgstr "" -"pg_stop_backup termin, tous les journaux de transactions requis ont t " -"archivs" +msgstr "pg_stop_backup termin, tous les journaux de transactions requis ont t archivs" -#: access/transam/xlog.c:9164 +#: access/transam/xlog.c:9279 #, c-format -msgid "" -"WAL archiving is not enabled; you must ensure that all required WAL segments " -"are copied through other means to complete the backup" +msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "" "L'archivage des journaux de transactions n'est pas activ ;\n" "vous devez vous assurer que tous les fichiers requis des journaux de\n" "transactions sont copis par d'autre moyens pour terminer la sauvegarde." -#: access/transam/xlog.c:9377 +#: access/transam/xlog.c:9492 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:9417 +#: access/transam/xlog.c:9532 #, c-format msgid "online backup mode canceled" msgstr "mode de sauvegarde en ligne annul" -#: access/transam/xlog.c:9418 +#: access/transam/xlog.c:9533 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr " %s a t renomm en %s ." -#: access/transam/xlog.c:9425 +#: access/transam/xlog.c:9540 #, c-format msgid "online backup mode was not canceled" msgstr "le mode de sauvegarde en ligne n'a pas t annul" -#: access/transam/xlog.c:9426 +#: access/transam/xlog.c:9541 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "N'a pas pu renommer %s en %s : %m" -#: access/transam/xlog.c:9546 replication/walreceiver.c:934 -#: replication/walsender.c:1360 +#: access/transam/xlog.c:9661 replication/walreceiver.c:934 replication/walsender.c:1349 #, c-format msgid "could not seek in log segment %s to offset %u: %m" -msgstr "" -"n'a pas pu se dplacer dans le journal de transactions %s au dcalage %u : %m" +msgstr "n'a pas pu se dplacer dans le journal de transactions %s au dcalage %u : %m" -#: access/transam/xlog.c:9558 +#: access/transam/xlog.c:9673 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "n'a pas pu lire le journal de transactions %s, dcalage %u : %m" -#: access/transam/xlog.c:10020 +#: access/transam/xlog.c:10135 #, c-format msgid "received promote request" msgstr "a reu une demande de promotion" -#: access/transam/xlog.c:10033 +#: access/transam/xlog.c:10148 #, c-format msgid "trigger file found: %s" msgstr "fichier trigger trouv : %s" @@ -2392,9 +2058,7 @@ msgstr "restauration du journal de transactions #: access/transam/xlogarchive.c:303 #, c-format msgid "could not restore file \"%s\" from archive: return code %d" -msgstr "" -"n'a pas pu restaurer le fichier %s partir de l'archive : code de " -"retour %d" +msgstr "n'a pas pu restaurer le fichier %s partir de l'archive : code de retour %d" #. translator: First %s represents a recovery.conf parameter name like #. "recovery_end_command", and the 2nd is the value of that parameter. @@ -2416,9 +2080,7 @@ msgstr "n'a pas pu #: access/transam/xlogfuncs.c:62 access/transam/xlogfuncs.c:93 #, c-format msgid "must be superuser or replication role to run a backup" -msgstr "" -"doit tre super-utilisateur ou avoir l'attribut de rplication pour excuter " -"une sauvegarde" +msgstr "doit tre super-utilisateur ou avoir l'attribut de rplication pour excuter une sauvegarde" #: access/transam/xlogfuncs.c:114 #, c-format @@ -2434,24 +2096,20 @@ msgstr "doit #, c-format msgid "WAL level not sufficient for creating a restore point" msgstr "" -"le niveau de journalisation (configur par wal_level) n'est pas suffisant " -"pour\n" +"le niveau de journalisation (configur par wal_level) n'est pas suffisant pour\n" "crer un point de restauration" #: access/transam/xlogfuncs.c:165 #, c-format msgid "value too long for restore point (maximum %d characters)" -msgstr "" -"valeur trop longue pour le point de restauration (%d caractres maximum)" +msgstr "valeur trop longue pour le point de restauration (%d caractres maximum)" #: access/transam/xlogfuncs.c:300 #, c-format msgid "pg_xlogfile_name_offset() cannot be executed during recovery." -msgstr "" -"pg_xlogfile_name_offset() ne peut pas tre excut lors de la restauration." +msgstr "pg_xlogfile_name_offset() ne peut pas tre excut lors de la restauration." -#: access/transam/xlogfuncs.c:312 access/transam/xlogfuncs.c:383 -#: access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:546 +#: access/transam/xlogfuncs.c:312 access/transam/xlogfuncs.c:383 access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:546 #, c-format msgid "could not parse transaction log location \"%s\"" msgstr "n'a pas pu analyser l'emplacement du journal des transactions %s " @@ -2461,46 +2119,155 @@ msgstr "n'a pas pu analyser l'emplacement du journal des transactions msgid "pg_xlogfile_name() cannot be executed during recovery." msgstr "pg_xlogfile_name() ne peut pas tre excut lors de la restauration." -#: access/transam/xlogfuncs.c:402 access/transam/xlogfuncs.c:424 -#: access/transam/xlogfuncs.c:446 +#: access/transam/xlogfuncs.c:402 access/transam/xlogfuncs.c:424 access/transam/xlogfuncs.c:446 #, c-format msgid "must be superuser to control recovery" msgstr "doit tre super-utilisateur pour contrler la restauration" -#: access/transam/xlogfuncs.c:407 access/transam/xlogfuncs.c:429 -#: access/transam/xlogfuncs.c:451 +#: access/transam/xlogfuncs.c:407 access/transam/xlogfuncs.c:429 access/transam/xlogfuncs.c:451 #, c-format msgid "recovery is not in progress" msgstr "la restauration n'est pas en cours" -#: access/transam/xlogfuncs.c:408 access/transam/xlogfuncs.c:430 -#: access/transam/xlogfuncs.c:452 +#: access/transam/xlogfuncs.c:408 access/transam/xlogfuncs.c:430 access/transam/xlogfuncs.c:452 #, c-format msgid "Recovery control functions can only be executed during recovery." msgstr "" -"Les fonctions de contrle de la restauration peuvent seulement tre " -"excutes\n" +"Les fonctions de contrle de la restauration peuvent seulement tre excutes\n" "lors de la restauration." #: access/transam/xlogfuncs.c:501 access/transam/xlogfuncs.c:507 #, c-format msgid "invalid input syntax for transaction log location: \"%s\"" -msgstr "" -"syntaxe invalide en entre pour l'emplacement du journal de transactions : " -"%s " +msgstr "syntaxe invalide en entre pour l'emplacement du journal de transactions : %s " -#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:789 tcop/postgres.c:3465 +#: access/transam/xlogreader.c:249 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "dcalage invalide de l'enregistrement %X/%X" + +#: access/transam/xlogreader.c:257 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr " contrecord est requis par %X/%X" + +#: access/transam/xlogreader.c:297 access/transam/xlogreader.c:608 access/transam/xlogreader.c:682 +#, c-format +msgid "invalid record length at %X/%X" +msgstr "longueur invalide de l'enregistrement %X/%X" + +#: access/transam/xlogreader.c:311 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "longueur trop importante de l'enregistrement %u %X/%X" + +#: access/transam/xlogreader.c:352 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "il n'existe pas de drapeau contrecord %X/%X" + +#: access/transam/xlogreader.c:365 +#, c-format +msgid "invalid contrecord length %u at %X/%X" +msgstr "longueur %u invalide du contrecord %X/%X" + +#: access/transam/xlogreader.c:591 +#, c-format +msgid "invalid xlog switch record at %X/%X" +msgstr "enregistrement de basculement du journal de transaction invalide %X/%X" + +#: access/transam/xlogreader.c:599 +#, c-format +msgid "record with zero length at %X/%X" +msgstr "enregistrement de longueur nulle %X/%X" + +#: access/transam/xlogreader.c:615 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "identifiant du gestionnaire de ressources invalide %u %X/%X" + +#: access/transam/xlogreader.c:629 access/transam/xlogreader.c:646 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "enregistrement avec prev-link %X/%X incorrect %X/%X" + +#: access/transam/xlogreader.c:702 access/transam/xlogreader.c:720 +#, c-format +msgid "invalid backup block size in record at %X/%X" +msgstr "taille de bloc de sauvegarde invalide dans l'enregistrement %X/%X" + +#: access/transam/xlogreader.c:711 +#, c-format +msgid "incorrect hole size in record at %X/%X" +msgstr "taille du trou incorrect l'enregistrement %X/%X" + +#: access/transam/xlogreader.c:733 +#, c-format +msgid "incorrect total length in record at %X/%X" +msgstr "longueur totale incorrecte l'enregistrement %X/%X" + +#: access/transam/xlogreader.c:745 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "" +"somme de contrle des donnes du gestionnaire de ressources incorrecte \n" +"l'enregistrement %X/%X" + +#: access/transam/xlogreader.c:778 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "numro magique invalide %04X dans le journal de transactions %s, dcalage %u" + +#: access/transam/xlogreader.c:792 access/transam/xlogreader.c:843 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "bits info %04X invalides dans le journal de transactions %s, dcalage %u" + +#: access/transam/xlogreader.c:818 +#, c-format +msgid "WAL file is from different database system: WAL file database system identifier is %s, pg_control database system identifier is %s." +msgstr "" +"Le journal de transactions provient d'un autre systme de base de donnes :\n" +"l'identifiant est %s, l'identifiant du systme de base de donnes provenant de\n" +"pg_control est %s." + +#: access/transam/xlogreader.c:825 +#, c-format +msgid "WAL file is from different database system: Incorrect XLOG_SEG_SIZE in page header." +msgstr "" +"le journal de transactions provient d'un autre systme de base de donnes :\n" +"XLOG_SEG_SIZE incorrecte dans l'en-tte de page." + +#: access/transam/xlogreader.c:831 +#, c-format +msgid "WAL file is from different database system: Incorrect XLOG_BLCKSZ in page header." +msgstr "" +"Le journal de transactions provient d'un autre systme de base de donnes :\n" +"XLOG_BLCKSZ dans l'en-tte de page." + +#: access/transam/xlogreader.c:857 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "pageaddr %X/%X inattendue dans le journal de transactions %s, dcalage %u" + +#: access/transam/xlogreader.c:882 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "" +"identifiant timeline %u hors de la squence (aprs %u) dans le journal de\n" +"transactions %s, dcalage %u" + +#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:793 tcop/postgres.c:3503 #, c-format msgid "--%s requires a value" msgstr "--%s requiert une valeur" -#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:794 tcop/postgres.c:3470 +#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:798 tcop/postgres.c:3508 #, c-format msgid "-c %s requires a value" msgstr "-c %s requiert une valeur" -#: bootstrap/bootstrap.c:294 postmaster/postmaster.c:806 -#: postmaster/postmaster.c:819 +#: bootstrap/bootstrap.c:294 postmaster/postmaster.c:810 postmaster/postmaster.c:823 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayez %s --help pour plus d'informations.\n" @@ -2518,8 +2285,7 @@ msgstr "les options grant peuvent seulement #: catalog/aclchk.c:329 #, c-format msgid "no privileges were granted for column \"%s\" of relation \"%s\"" -msgstr "" -"aucun droit n'a pu tre accord pour la colonne %s de la relation %s " +msgstr "aucun droit n'a pu tre accord pour la colonne %s de la relation %s " #: catalog/aclchk.c:334 #, c-format @@ -2529,9 +2295,7 @@ msgstr "aucun droit n'a #: catalog/aclchk.c:342 #, c-format msgid "not all privileges were granted for column \"%s\" of relation \"%s\"" -msgstr "" -"certains droits n'ont pu tre accord pour la colonne %s de la relation " -" %s " +msgstr "certains droits n'ont pu tre accord pour la colonne %s de la relation %s " #: catalog/aclchk.c:347 #, c-format @@ -2541,8 +2305,7 @@ msgstr "tous les droits n'ont pas #: catalog/aclchk.c:358 #, c-format msgid "no privileges could be revoked for column \"%s\" of relation \"%s\"" -msgstr "" -"aucun droit n'a pu tre rvoqu pour la colonne %s de la relation %s " +msgstr "aucun droit n'a pu tre rvoqu pour la colonne %s de la relation %s " #: catalog/aclchk.c:363 #, c-format @@ -2551,11 +2314,8 @@ msgstr "aucun droit n'a pu #: catalog/aclchk.c:371 #, c-format -msgid "" -"not all privileges could be revoked for column \"%s\" of relation \"%s\"" -msgstr "" -"certains droits n'ont pu tre rvoqu pour la colonne %s de la relation " -" %s " +msgid "not all privileges could be revoked for column \"%s\" of relation \"%s\"" +msgstr "certains droits n'ont pu tre rvoqu pour la colonne %s de la relation %s " #: catalog/aclchk.c:376 #, c-format @@ -2627,41 +2387,15 @@ msgstr "type de droit %s invalide pour le serveur distant" msgid "column privileges are only valid for relations" msgstr "les droits sur la colonne sont seulement valides pour les relations" -#: catalog/aclchk.c:688 catalog/aclchk.c:3901 catalog/aclchk.c:4678 -#: catalog/objectaddress.c:575 catalog/pg_largeobject.c:113 -#: storage/large_object/inv_api.c:291 +#: catalog/aclchk.c:688 catalog/aclchk.c:3901 catalog/aclchk.c:4678 catalog/objectaddress.c:575 catalog/pg_largeobject.c:113 storage/large_object/inv_api.c:291 #, c-format msgid "large object %u does not exist" msgstr "le Large Object %u n'existe pas" -#: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 -#: commands/copy.c:923 commands/copy.c:941 commands/copy.c:949 -#: commands/copy.c:957 commands/copy.c:965 commands/copy.c:973 -#: commands/copy.c:981 commands/copy.c:989 commands/copy.c:997 -#: commands/copy.c:1013 commands/copy.c:1032 commands/copy.c:1047 -#: commands/dbcommands.c:148 commands/dbcommands.c:156 -#: commands/dbcommands.c:164 commands/dbcommands.c:172 -#: commands/dbcommands.c:180 commands/dbcommands.c:188 -#: commands/dbcommands.c:196 commands/dbcommands.c:1381 -#: commands/dbcommands.c:1389 commands/extension.c:1250 -#: commands/extension.c:1258 commands/extension.c:1266 -#: commands/extension.c:2674 commands/foreigncmds.c:486 -#: commands/foreigncmds.c:495 commands/functioncmds.c:496 -#: commands/functioncmds.c:588 commands/functioncmds.c:596 -#: commands/functioncmds.c:604 commands/functioncmds.c:1669 -#: commands/functioncmds.c:1677 commands/sequence.c:1164 -#: commands/sequence.c:1172 commands/sequence.c:1180 commands/sequence.c:1188 -#: commands/sequence.c:1196 commands/sequence.c:1204 commands/sequence.c:1212 -#: commands/sequence.c:1220 commands/typecmds.c:295 commands/typecmds.c:1330 -#: commands/typecmds.c:1339 commands/typecmds.c:1347 commands/typecmds.c:1355 -#: commands/typecmds.c:1363 commands/user.c:135 commands/user.c:152 -#: commands/user.c:160 commands/user.c:168 commands/user.c:176 -#: commands/user.c:184 commands/user.c:192 commands/user.c:200 -#: commands/user.c:208 commands/user.c:216 commands/user.c:224 -#: commands/user.c:232 commands/user.c:496 commands/user.c:508 -#: commands/user.c:516 commands/user.c:524 commands/user.c:532 -#: commands/user.c:540 commands/user.c:548 commands/user.c:556 -#: commands/user.c:565 commands/user.c:573 +#: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 commands/copy.c:934 commands/copy.c:952 commands/copy.c:960 commands/copy.c:968 commands/copy.c:976 commands/copy.c:984 commands/copy.c:992 commands/copy.c:1000 commands/copy.c:1008 commands/copy.c:1024 commands/copy.c:1043 commands/copy.c:1058 commands/dbcommands.c:148 commands/dbcommands.c:156 commands/dbcommands.c:164 commands/dbcommands.c:172 +#: commands/dbcommands.c:180 commands/dbcommands.c:188 commands/dbcommands.c:196 commands/dbcommands.c:1381 commands/dbcommands.c:1389 commands/extension.c:1250 commands/extension.c:1258 commands/extension.c:1266 commands/extension.c:2674 commands/foreigncmds.c:486 commands/foreigncmds.c:495 commands/functioncmds.c:496 commands/functioncmds.c:588 commands/functioncmds.c:596 commands/functioncmds.c:604 commands/functioncmds.c:1669 +#: commands/functioncmds.c:1677 commands/sequence.c:1187 commands/sequence.c:1195 commands/sequence.c:1203 commands/sequence.c:1211 commands/sequence.c:1219 commands/sequence.c:1227 commands/sequence.c:1235 commands/sequence.c:1243 commands/typecmds.c:295 commands/typecmds.c:1330 commands/typecmds.c:1339 commands/typecmds.c:1347 commands/typecmds.c:1355 commands/typecmds.c:1363 commands/user.c:135 commands/user.c:152 commands/user.c:160 +#: commands/user.c:168 commands/user.c:176 commands/user.c:184 commands/user.c:192 commands/user.c:200 commands/user.c:208 commands/user.c:216 commands/user.c:224 commands/user.c:232 commands/user.c:496 commands/user.c:508 commands/user.c:516 commands/user.c:524 commands/user.c:532 commands/user.c:540 commands/user.c:548 commands/user.c:556 commands/user.c:565 commands/user.c:573 #, c-format msgid "conflicting or redundant options" msgstr "options en conflit ou redondantes" @@ -2671,24 +2405,13 @@ msgstr "options en conflit ou redondantes" msgid "default privileges cannot be set for columns" msgstr "les droits par dfaut ne peuvent pas tre configurs pour les colonnes" -#: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:389 -#: commands/copy.c:4163 commands/sequence.c:1466 commands/tablecmds.c:4824 -#: commands/tablecmds.c:4919 commands/tablecmds.c:4969 -#: commands/tablecmds.c:5073 commands/tablecmds.c:5120 -#: commands/tablecmds.c:5204 commands/tablecmds.c:5292 -#: commands/tablecmds.c:7244 commands/tablecmds.c:7448 -#: commands/tablecmds.c:7840 commands/trigger.c:610 parser/analyze.c:1994 -#: parser/parse_relation.c:2173 parser/parse_relation.c:2230 -#: parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840 -#: utils/adt/ruleutils.c:1790 +#: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:389 commands/copy.c:4182 commands/sequence.c:1489 commands/tablecmds.c:4824 commands/tablecmds.c:4919 commands/tablecmds.c:4969 commands/tablecmds.c:5073 commands/tablecmds.c:5120 commands/tablecmds.c:5204 commands/tablecmds.c:5292 commands/tablecmds.c:7244 commands/tablecmds.c:7448 commands/tablecmds.c:7840 commands/trigger.c:616 parser/analyze.c:1994 +#: parser/parse_relation.c:2173 parser/parse_relation.c:2230 parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840 utils/adt/ruleutils.c:1790 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "la colonne %s de la relation %s n'existe pas" -#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1053 -#: commands/tablecmds.c:213 commands/tablecmds.c:10563 utils/adt/acl.c:2076 -#: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 -#: utils/adt/acl.c:2198 utils/adt/acl.c:2228 +#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076 commands/tablecmds.c:213 commands/tablecmds.c:10563 utils/adt/acl.c:2076 utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 utils/adt/acl.c:2198 utils/adt/acl.c:2228 #, c-format msgid "\"%s\" is not a sequence" msgstr " %s n'est pas une squence" @@ -2696,8 +2419,7 @@ msgstr " #: catalog/aclchk.c:1795 #, c-format msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges" -msgstr "" -"la squence %s accepte seulement les droits USAGE, SELECT et UPDATE" +msgstr "la squence %s accepte seulement les droits USAGE, SELECT et UPDATE" #: catalog/aclchk.c:1812 #, c-format @@ -2756,8 +2478,7 @@ msgstr "droit refus msgid "permission denied for relation %s" msgstr "droit refus pour la relation %s" -#: catalog/aclchk.c:3273 commands/sequence.c:560 commands/sequence.c:773 -#: commands/sequence.c:815 commands/sequence.c:852 commands/sequence.c:1518 +#: catalog/aclchk.c:3273 commands/sequence.c:569 commands/sequence.c:792 commands/sequence.c:834 commands/sequence.c:871 commands/sequence.c:1541 #, c-format msgid "permission denied for sequence %s" msgstr "droit refus pour la squence %s" @@ -2930,8 +2651,7 @@ msgstr "doit #: catalog/aclchk.c:3347 #, c-format msgid "must be owner of text search configuration %s" -msgstr "" -"doit tre le propritaire de la configuration de recherche plein texte %s" +msgstr "doit tre le propritaire de la configuration de recherche plein texte %s" #: catalog/aclchk.c:3349 #, c-format @@ -3065,7 +2785,6 @@ msgstr "nom du fork invalide" #: catalog/catalog.c:64 #, c-format -#| msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"." msgid "Valid fork names are \"main\", \"fsm\", \"vm\", and \"init\"." msgstr "Les noms de fork valides sont main , fsm , vm et init ." @@ -3082,8 +2801,7 @@ msgstr "Vous pouvez supprimer %s #: catalog/dependency.c:790 catalog/pg_shdepend.c:573 #, c-format msgid "cannot drop %s because it is required by the database system" -msgstr "" -"n'a pas pu supprimer %s car il est requis par le systme de bases de donnes" +msgstr "n'a pas pu supprimer %s car il est requis par le systme de bases de donnes" #: catalog/dependency.c:906 #, c-format @@ -3120,13 +2838,8 @@ msgstr[1] "" msgid "cannot drop %s because other objects depend on it" msgstr "n'a pas pu supprimer %s car d'autres objets en dpendent" -#: catalog/dependency.c:970 catalog/dependency.c:971 catalog/dependency.c:977 -#: catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 -#: catalog/objectaddress.c:751 commands/tablecmds.c:738 commands/user.c:988 -#: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1182 utils/misc/guc.c:5528 utils/misc/guc.c:5863 -#: utils/misc/guc.c:8230 utils/misc/guc.c:8264 utils/misc/guc.c:8298 -#: utils/misc/guc.c:8332 utils/misc/guc.c:8367 +#: catalog/dependency.c:970 catalog/dependency.c:971 catalog/dependency.c:977 catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 catalog/objectaddress.c:751 commands/tablecmds.c:738 commands/user.c:988 port/win32/security.c:51 storage/lmgr/deadlock.c:955 storage/lmgr/proc.c:1189 utils/misc/guc.c:5528 utils/misc/guc.c:5863 utils/misc/guc.c:8230 utils/misc/guc.c:8264 utils/misc/guc.c:8298 utils/misc/guc.c:8332 +#: utils/misc/guc.c:8367 #, c-format msgid "%s" msgstr "%s" @@ -3139,8 +2852,7 @@ msgstr "Utilisez DROP ... CASCADE pour supprimer aussi les objets d #: catalog/dependency.c:976 #, c-format msgid "cannot drop desired object(s) because other objects depend on them" -msgstr "" -"ne peut pas supprimer les objets dsirs car d'autres objets en dpendent" +msgstr "ne peut pas supprimer les objets dsirs car d'autres objets en dpendent" #. translator: %d always has a value larger than 1 #: catalog/dependency.c:985 @@ -3160,8 +2872,7 @@ msgstr "droit refus msgid "System catalog modifications are currently disallowed." msgstr "Les modifications du catalogue systme sont actuellement interdites." -#: catalog/heap.c:403 commands/tablecmds.c:1377 commands/tablecmds.c:1818 -#: commands/tablecmds.c:4469 +#: catalog/heap.c:403 commands/tablecmds.c:1377 commands/tablecmds.c:1818 commands/tablecmds.c:4469 #, c-format msgid "tables can have at most %d columns" msgstr "les tables peuvent avoir au plus %d colonnes" @@ -3169,9 +2880,7 @@ msgstr "les tables peuvent avoir au plus %d colonnes" #: catalog/heap.c:420 commands/tablecmds.c:4725 #, c-format msgid "column name \"%s\" conflicts with a system column name" -msgstr "" -"le nom de la colonne %s entre en conflit avec le nom d'une colonne " -"systme" +msgstr "le nom de la colonne %s entre en conflit avec le nom d'une colonne systme" #: catalog/heap.c:436 #, c-format @@ -3201,135 +2910,106 @@ msgstr "le type composite %s ne peut pas #: catalog/heap.c:572 commands/createas.c:342 #, c-format msgid "no collation was derived for column \"%s\" with collatable type %s" -msgstr "" -"aucun collationnement n'a t driv pour la colonne %s de type " -"collationnable %s" +msgstr "aucun collationnement n'a t driv pour la colonne %s de type collationnable %s" -#: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1091 -#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1515 -#: utils/adt/formatting.c:1567 utils/adt/formatting.c:1635 -#: utils/adt/formatting.c:1687 utils/adt/formatting.c:1756 -#: utils/adt/formatting.c:1820 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 -#: utils/adt/varlena.c:1381 +#: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1091 commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1519 utils/adt/formatting.c:1571 utils/adt/formatting.c:1639 utils/adt/formatting.c:1691 utils/adt/formatting.c:1760 utils/adt/formatting.c:1824 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 utils/adt/varlena.c:1381 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." -msgstr "" -"Utilisez la clause COLLARE pour configurer explicitement le collationnement." +msgstr "Utilisez la clause COLLARE pour configurer explicitement le collationnement." -#: catalog/heap.c:1047 catalog/index.c:776 commands/tablecmds.c:2520 +#: catalog/heap.c:1048 catalog/index.c:776 commands/tablecmds.c:2520 #, c-format msgid "relation \"%s\" already exists" msgstr "la relation %s existe dj" -#: catalog/heap.c:1063 catalog/pg_type.c:402 catalog/pg_type.c:705 -#: commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 -#: commands/typecmds.c:1306 commands/typecmds.c:2058 +#: catalog/heap.c:1064 catalog/pg_type.c:402 catalog/pg_type.c:705 commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 commands/typecmds.c:1306 commands/typecmds.c:2058 #, c-format msgid "type \"%s\" already exists" msgstr "le type %s existe dj" -#: catalog/heap.c:1064 +#: catalog/heap.c:1065 #, c-format -msgid "" -"A relation has an associated type of the same name, so you must use a name " -"that doesn't conflict with any existing type." +msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type." msgstr "" "Une relation a un type associ du mme nom, donc vous devez utiliser un nom\n" "qui n'entre pas en conflit avec un type existant." -#: catalog/heap.c:2249 +#: catalog/heap.c:2250 #, c-format msgid "check constraint \"%s\" already exists" msgstr "la contrainte de vrification %s existe dj" -#: catalog/heap.c:2402 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 +#: catalog/heap.c:2403 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "la contrainte %s de la relation %s existe dj" -#: catalog/heap.c:2412 +#: catalog/heap.c:2413 #, c-format -msgid "" -"constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\"" -msgstr "" -"la contrainte %s entre en conflit avec la constrainte non hrite sur la " -"relation %s " +msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\"" +msgstr "la contrainte %s entre en conflit avec la constrainte non hrite sur la relation %s " -#: catalog/heap.c:2426 +#: catalog/heap.c:2427 #, c-format msgid "merging constraint \"%s\" with inherited definition" msgstr "assemblage de la contrainte %s avec une dfinition hrite" -#: catalog/heap.c:2519 +#: catalog/heap.c:2520 #, c-format msgid "cannot use column references in default expression" -msgstr "" -"ne peut pas utiliser les rfrences de colonnes dans l'expression par dfaut" +msgstr "ne peut pas utiliser les rfrences de colonnes dans l'expression par dfaut" -#: catalog/heap.c:2530 +#: catalog/heap.c:2531 #, c-format msgid "default expression must not return a set" msgstr "l'expression par dfaut ne doit pas renvoyer un ensemble" -#: catalog/heap.c:2549 rewrite/rewriteHandler.c:1058 +#: catalog/heap.c:2550 rewrite/rewriteHandler.c:1058 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" -msgstr "" -"la colonne %s est de type %s alors que l'expression par dfaut est de " -"type %s" +msgstr "la colonne %s est de type %s alors que l'expression par dfaut est de type %s" -#: catalog/heap.c:2554 commands/prepare.c:374 parser/parse_node.c:411 -#: parser/parse_target.c:509 parser/parse_target.c:758 -#: parser/parse_target.c:768 rewrite/rewriteHandler.c:1063 +#: catalog/heap.c:2555 commands/prepare.c:374 parser/parse_node.c:411 parser/parse_target.c:509 parser/parse_target.c:758 parser/parse_target.c:768 rewrite/rewriteHandler.c:1063 #, c-format msgid "You will need to rewrite or cast the expression." -msgstr "" -"Vous devez rcrire l'expression ou lui appliquer une transformation de type." +msgstr "Vous devez rcrire l'expression ou lui appliquer une transformation de type." -#: catalog/heap.c:2601 +#: catalog/heap.c:2602 #, c-format msgid "only table \"%s\" can be referenced in check constraint" -msgstr "" -"seule la table %s peut tre rfrence dans la contrainte de vrification" +msgstr "seule la table %s peut tre rfrence dans la contrainte de vrification" -#: catalog/heap.c:2841 +#: catalog/heap.c:2842 #, c-format msgid "unsupported ON COMMIT and foreign key combination" msgstr "combinaison ON COMMIT et cl trangre non supporte" -#: catalog/heap.c:2842 +#: catalog/heap.c:2843 #, c-format -msgid "" -"Table \"%s\" references \"%s\", but they do not have the same ON COMMIT " -"setting." +msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting." msgstr "" -"La table %s rfrence %s mais elles n'ont pas la mme valeur pour " -"le\n" +"La table %s rfrence %s mais elles n'ont pas la mme valeur pour le\n" "paramtre ON COMMIT." -#: catalog/heap.c:2847 +#: catalog/heap.c:2848 #, c-format msgid "cannot truncate a table referenced in a foreign key constraint" -msgstr "" -"ne peut pas tronquer une table rfrence dans une contrainte de cl " -"trangre" +msgstr "ne peut pas tronquer une table rfrence dans une contrainte de cl trangre" -#: catalog/heap.c:2848 +#: catalog/heap.c:2849 #, c-format msgid "Table \"%s\" references \"%s\"." msgstr "La table %s rfrence %s ." -#: catalog/heap.c:2850 +#: catalog/heap.c:2851 #, c-format msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." -msgstr "" -"Tronquez la table %s en mme temps, ou utilisez TRUNCATE ... CASCADE." +msgstr "Tronquez la table %s en mme temps, ou utilisez TRUNCATE ... CASCADE." #: catalog/index.c:203 parser/parse_utilcmd.c:1398 parser/parse_utilcmd.c:1484 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" -msgstr "" -"les cls primaires multiples ne sont pas autorises pour la table %s " +msgstr "les cls primaires multiples ne sont pas autorises pour la table %s " #: catalog/index.c:221 #, c-format @@ -3339,9 +3019,7 @@ msgstr "les cl #: catalog/index.c:737 catalog/index.c:1142 #, c-format msgid "user-defined indexes on system catalog tables are not supported" -msgstr "" -"les index dfinis par l'utilisateur sur les tables du catalogue systme ne " -"sont pas supports" +msgstr "les index dfinis par l'utilisateur sur les tables du catalogue systme ne sont pas supports" #: catalog/index.c:747 #, c-format @@ -3358,8 +3036,7 @@ msgstr "les index partag #: catalog/index.c:1406 #, c-format msgid "DROP INDEX CONCURRENTLY must be first action in transaction" -msgstr "" -"DROP INDEX CONCURRENTLY doit tre la premire action dans une transaction" +msgstr "DROP INDEX CONCURRENTLY doit tre la premire action dans une transaction" #: catalog/index.c:1974 #, c-format @@ -3371,12 +3048,10 @@ msgstr "construction de l'index msgid "cannot reindex temporary tables of other sessions" msgstr "ne peut pas r-indexer les tables temporaires des autres sessions" -#: catalog/namespace.c:247 catalog/namespace.c:445 catalog/namespace.c:539 -#: commands/trigger.c:4251 +#: catalog/namespace.c:247 catalog/namespace.c:445 catalog/namespace.c:539 commands/trigger.c:4257 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" -msgstr "" -"les rfrences entre bases de donnes ne sont pas implmentes : %s.%s.%s " +msgstr "les rfrences entre bases de donnes ne sont pas implmentes : %s.%s.%s " #: catalog/namespace.c:304 #, c-format @@ -3398,14 +3073,12 @@ msgstr "n'a pas pu obtenir un verrou sur la relation msgid "relation \"%s.%s\" does not exist" msgstr "la relation %s.%s n'existe pas" -#: catalog/namespace.c:417 parser/parse_relation.c:975 -#: parser/parse_relation.c:983 utils/adt/regproc.c:853 +#: catalog/namespace.c:417 parser/parse_relation.c:975 parser/parse_relation.c:983 utils/adt/regproc.c:853 #, c-format msgid "relation \"%s\" does not exist" msgstr "la relation %s n'existe pas" -#: catalog/namespace.c:485 catalog/namespace.c:2834 commands/extension.c:1400 -#: commands/extension.c:1406 +#: catalog/namespace.c:485 catalog/namespace.c:2834 commands/extension.c:1400 commands/extension.c:1406 #, c-format msgid "no schema has been selected to create in" msgstr "aucun schma n'a t slectionn pour cette cration" @@ -3413,22 +3086,17 @@ msgstr "aucun sch #: catalog/namespace.c:637 catalog/namespace.c:650 #, c-format msgid "cannot create relations in temporary schemas of other sessions" -msgstr "" -"ne peut pas crer les relations dans les schmas temporaires d'autres " -"sessions" +msgstr "ne peut pas crer les relations dans les schmas temporaires d'autres sessions" #: catalog/namespace.c:641 #, c-format msgid "cannot create temporary relation in non-temporary schema" -msgstr "" -"ne peut pas crer une relation temporaire dans un schma non temporaire" +msgstr "ne peut pas crer une relation temporaire dans un schma non temporaire" #: catalog/namespace.c:656 #, c-format msgid "only temporary relations may be created in temporary schemas" -msgstr "" -"seules les relations temporaires peuvent tre cres dans des schmas " -"temporaires" +msgstr "seules les relations temporaires peuvent tre cres dans des schmas temporaires" #: catalog/namespace.c:2136 #, c-format @@ -3445,8 +3113,7 @@ msgstr "le dictionnaire de recherche plein texte msgid "text search template \"%s\" does not exist" msgstr "le modle de recherche plein texte %s n'existe pas" -#: catalog/namespace.c:2515 commands/tsearchcmds.c:1168 -#: utils/cache/ts_cache.c:619 +#: catalog/namespace.c:2515 commands/tsearchcmds.c:1168 utils/cache/ts_cache.c:619 #, c-format msgid "text search configuration \"%s\" does not exist" msgstr "la configuration de recherche plein texte %s n'existe pas" @@ -3456,8 +3123,7 @@ msgstr "la configuration de recherche plein texte msgid "cross-database references are not implemented: %s" msgstr "les rfrences entre bases de donnes ne sont pas implmentes : %s" -#: catalog/namespace.c:2634 gram.y:12481 gram.y:13658 parser/parse_expr.c:794 -#: parser/parse_target.c:1117 +#: catalog/namespace.c:2634 gram.y:12481 gram.y:13658 parser/parse_expr.c:794 parser/parse_target.c:1117 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "mauvaise qualification du nom (trop de points entre les noms) : %s" @@ -3470,16 +3136,14 @@ msgstr "%s existe d #: catalog/namespace.c:2776 #, c-format msgid "cannot move objects into or out of temporary schemas" -msgstr "" -"ne peut pas dplacer les objets dans ou partir des schmas temporaires" +msgstr "ne peut pas dplacer les objets dans ou partir des schmas temporaires" #: catalog/namespace.c:2782 #, c-format msgid "cannot move objects into or out of TOAST schema" msgstr "ne peut pas dplacer les objets dans ou partir des schmas TOAST" -#: catalog/namespace.c:2855 commands/schemacmds.c:212 -#: commands/schemacmds.c:288 +#: catalog/namespace.c:2855 commands/schemacmds.c:212 commands/schemacmds.c:288 #, c-format msgid "schema \"%s\" does not exist" msgstr "le schma %s n'existe pas" @@ -3502,17 +3166,14 @@ msgstr "la conversion #: catalog/namespace.c:3590 #, c-format msgid "permission denied to create temporary tables in database \"%s\"" -msgstr "" -"droit refus pour la cration de tables temporaires dans la base de donnes " -" %s " +msgstr "droit refus pour la cration de tables temporaires dans la base de donnes %s " #: catalog/namespace.c:3606 #, c-format msgid "cannot create temporary tables during recovery" msgstr "ne peut pas crer des tables temporaires lors de la restauration" -#: catalog/namespace.c:3850 commands/tablespace.c:1100 commands/variable.c:61 -#: replication/syncrep.c:676 utils/misc/guc.c:8397 +#: catalog/namespace.c:3850 commands/tablespace.c:1100 commands/variable.c:61 replication/syncrep.c:677 utils/misc/guc.c:8397 #, c-format msgid "List syntax is invalid." msgstr "La syntaxe de la liste est invalide." @@ -3554,27 +3215,22 @@ msgstr "le nom du serveur ne peut pas msgid "event trigger name cannot be qualified" msgstr "le nom du trigger sur vnement ne peut pas tre qualifi" -#: catalog/objectaddress.c:856 commands/lockcmds.c:94 commands/tablecmds.c:207 -#: commands/tablecmds.c:1238 commands/tablecmds.c:4016 -#: commands/tablecmds.c:7351 +#: catalog/objectaddress.c:856 commands/lockcmds.c:94 commands/tablecmds.c:207 commands/tablecmds.c:1238 commands/tablecmds.c:4016 commands/tablecmds.c:7351 #, c-format msgid "\"%s\" is not a table" msgstr " %s n'est pas une table" -#: catalog/objectaddress.c:863 commands/tablecmds.c:219 -#: commands/tablecmds.c:4040 commands/tablecmds.c:10568 commands/view.c:134 +#: catalog/objectaddress.c:863 commands/tablecmds.c:219 commands/tablecmds.c:4040 commands/tablecmds.c:10568 commands/view.c:134 #, c-format msgid "\"%s\" is not a view" msgstr " %s n'est pas une vue" -#: catalog/objectaddress.c:870 commands/matview.c:144 commands/tablecmds.c:225 -#: commands/tablecmds.c:10573 +#: catalog/objectaddress.c:870 commands/matview.c:144 commands/tablecmds.c:225 commands/tablecmds.c:10573 #, c-format msgid "\"%s\" is not a materialized view" msgstr " %s n'est pas une vue matrialise" -#: catalog/objectaddress.c:877 commands/tablecmds.c:243 -#: commands/tablecmds.c:4043 commands/tablecmds.c:10578 +#: catalog/objectaddress.c:877 commands/tablecmds.c:243 commands/tablecmds.c:4043 commands/tablecmds.c:10578 #, c-format msgid "\"%s\" is not a foreign table" msgstr " %s n'est pas une table distante" @@ -3584,9 +3240,7 @@ msgstr " msgid "column name must be qualified" msgstr "le nom de la colonne doit tre qualifi" -#: catalog/objectaddress.c:1061 commands/functioncmds.c:127 -#: commands/tablecmds.c:235 commands/typecmds.c:3245 parser/parse_func.c:1580 -#: parser/parse_type.c:203 utils/adt/acl.c:4374 utils/adt/regproc.c:1017 +#: catalog/objectaddress.c:1061 commands/functioncmds.c:127 commands/tablecmds.c:235 commands/typecmds.c:3245 parser/parse_func.c:1580 parser/parse_type.c:203 utils/adt/acl.c:4374 utils/adt/regproc.c:1017 #, c-format msgid "type \"%s\" does not exist" msgstr "le type %s n'existe pas" @@ -3754,97 +3408,97 @@ msgstr "wrapper de donn msgid "server %s" msgstr "serveur %s" -#: catalog/objectaddress.c:2047 +#: catalog/objectaddress.c:2050 #, c-format -msgid "user mapping for %s" -msgstr "correspondance utilisateur pour %s" +msgid "user mapping for %s on server %s" +msgstr "correspondance utilisateur pour %s sur le serveur %s" -#: catalog/objectaddress.c:2081 +#: catalog/objectaddress.c:2085 #, c-format msgid "default privileges on new relations belonging to role %s" msgstr "droits par dfaut pour les nouvelles relations appartenant au rle %s" -#: catalog/objectaddress.c:2086 +#: catalog/objectaddress.c:2090 #, c-format msgid "default privileges on new sequences belonging to role %s" msgstr "droits par dfaut pour les nouvelles squences appartenant au rle %s" -#: catalog/objectaddress.c:2091 +#: catalog/objectaddress.c:2095 #, c-format msgid "default privileges on new functions belonging to role %s" msgstr "droits par dfaut pour les nouvelles fonctions appartenant au rle %s" -#: catalog/objectaddress.c:2096 +#: catalog/objectaddress.c:2100 #, c-format msgid "default privileges on new types belonging to role %s" msgstr "droits par dfaut pour les nouveaux types appartenant au rle %s" -#: catalog/objectaddress.c:2102 +#: catalog/objectaddress.c:2106 #, c-format msgid "default privileges belonging to role %s" msgstr "droits par dfaut appartenant au rle %s" -#: catalog/objectaddress.c:2110 +#: catalog/objectaddress.c:2114 #, c-format msgid " in schema %s" msgstr " dans le schma %s" -#: catalog/objectaddress.c:2127 +#: catalog/objectaddress.c:2131 #, c-format msgid "extension %s" msgstr "extension %s" -#: catalog/objectaddress.c:2140 +#: catalog/objectaddress.c:2144 #, c-format msgid "event trigger %s" msgstr "trigger sur vnement %s" -#: catalog/objectaddress.c:2200 +#: catalog/objectaddress.c:2204 #, c-format msgid "table %s" msgstr "table %s" -#: catalog/objectaddress.c:2204 +#: catalog/objectaddress.c:2208 #, c-format msgid "index %s" msgstr "index %s" -#: catalog/objectaddress.c:2208 +#: catalog/objectaddress.c:2212 #, c-format msgid "sequence %s" msgstr "squence %s" -#: catalog/objectaddress.c:2212 +#: catalog/objectaddress.c:2216 #, c-format msgid "toast table %s" msgstr "table TOAST %s" -#: catalog/objectaddress.c:2216 +#: catalog/objectaddress.c:2220 #, c-format msgid "view %s" msgstr "vue %s" -#: catalog/objectaddress.c:2220 +#: catalog/objectaddress.c:2224 #, c-format msgid "materialized view %s" msgstr "vue matrialise %s" -#: catalog/objectaddress.c:2224 +#: catalog/objectaddress.c:2228 #, c-format msgid "composite type %s" msgstr "type composite %s" -#: catalog/objectaddress.c:2228 +#: catalog/objectaddress.c:2232 #, c-format msgid "foreign table %s" msgstr "table distante %s" -#: catalog/objectaddress.c:2233 +#: catalog/objectaddress.c:2237 #, c-format msgid "relation %s" msgstr "relation %s" -#: catalog/objectaddress.c:2270 +#: catalog/objectaddress.c:2274 #, c-format msgid "operator family %s for access method %s" msgstr "famille d'oprateur %s pour la mthode d'accs %s" @@ -3856,12 +3510,9 @@ msgstr "n'a pas pu d #: catalog/pg_aggregate.c:103 #, c-format -msgid "" -"An aggregate using a polymorphic transition type must have at least one " -"polymorphic argument." +msgid "An aggregate using a polymorphic transition type must have at least one polymorphic argument." msgstr "" -"Un agrgat utilisant un type de transition polymorphique doit avoir au " -"moins\n" +"Un agrgat utilisant un type de transition polymorphique doit avoir au moins\n" "un argument polymorphique." #: catalog/pg_aggregate.c:126 @@ -3871,12 +3522,9 @@ msgstr "le type de retour de la fonction de transition %s n'est pas %s" #: catalog/pg_aggregate.c:146 #, c-format -msgid "" -"must not omit initial value when transition function is strict and " -"transition type is not compatible with input type" +msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type" msgstr "" -"ne doit pas omettre la valeur initiale lorsque la fonction de transition " -"est\n" +"ne doit pas omettre la valeur initiale lorsque la fonction de transition est\n" "stricte et que le type de transition n'est pas compatible avec le type en\n" "entre" @@ -3887,9 +3535,7 @@ msgstr "n'a pas pu d #: catalog/pg_aggregate.c:178 #, c-format -msgid "" -"An aggregate returning a polymorphic type must have at least one polymorphic " -"argument." +msgid "An aggregate returning a polymorphic type must have at least one polymorphic argument." msgstr "" "Un agrgat renvoyant un type polymorphique doit avoir au moins un argument\n" "de type polymorphique." @@ -3901,9 +3547,7 @@ msgstr "utilisation non s #: catalog/pg_aggregate.c:191 catalog/pg_proc.c:255 #, c-format -msgid "" -"A function returning \"internal\" must have at least one \"internal\" " -"argument." +msgid "A function returning \"internal\" must have at least one \"internal\" argument." msgstr "" "Une fonction renvoyant internal doit avoir au moins un argument du type\n" " internal ." @@ -3911,15 +3555,9 @@ msgstr "" #: catalog/pg_aggregate.c:199 #, c-format msgid "sort operator can only be specified for single-argument aggregates" -msgstr "" -"l'oprateur de tri peut seulement tre indiqu pour des agrgats un seul " -"argument" +msgstr "l'oprateur de tri peut seulement tre indiqu pour des agrgats un seul argument" -#: catalog/pg_aggregate.c:356 commands/typecmds.c:1655 -#: commands/typecmds.c:1706 commands/typecmds.c:1737 commands/typecmds.c:1760 -#: commands/typecmds.c:1781 commands/typecmds.c:1808 commands/typecmds.c:1835 -#: commands/typecmds.c:1912 commands/typecmds.c:1954 parser/parse_func.c:290 -#: parser/parse_func.c:301 parser/parse_func.c:1559 +#: catalog/pg_aggregate.c:356 commands/typecmds.c:1655 commands/typecmds.c:1706 commands/typecmds.c:1737 commands/typecmds.c:1760 commands/typecmds.c:1781 commands/typecmds.c:1808 commands/typecmds.c:1835 commands/typecmds.c:1912 commands/typecmds.c:1954 parser/parse_func.c:290 parser/parse_func.c:301 parser/parse_func.c:1559 #, c-format msgid "function %s does not exist" msgstr "la fonction %s n'existe pas" @@ -3987,8 +3625,7 @@ msgstr "%s est d #: catalog/pg_depend.c:324 #, c-format msgid "cannot remove dependency on %s because it is a system object" -msgstr "" -"ne peut pas supprimer la dpendance sur %s car il s'agit d'un objet systme" +msgstr "ne peut pas supprimer la dpendance sur %s car il s'agit d'un objet systme" #: catalog/pg_enum.c:114 catalog/pg_enum.c:201 #, c-format @@ -4018,8 +3655,7 @@ msgstr " #: catalog/pg_enum.c:353 #, c-format msgid "ALTER TYPE ADD BEFORE/AFTER is incompatible with binary upgrade" -msgstr "" -"ALTER TYPE ADD BEFORE/AFTER est incompatible avec la mise jour binaire" +msgstr "ALTER TYPE ADD BEFORE/AFTER est incompatible avec la mise jour binaire" #: catalog/pg_namespace.c:61 commands/schemacmds.c:220 #, c-format @@ -4039,8 +3675,7 @@ msgstr "seuls les op #: catalog/pg_operator.c:375 #, c-format msgid "only binary operators can have join selectivity" -msgstr "" -"seuls les oprateurs binaires peuvent avoir une slectivit des jointures" +msgstr "seuls les oprateurs binaires peuvent avoir une slectivit des jointures" #: catalog/pg_operator.c:379 #, c-format @@ -4060,14 +3695,12 @@ msgstr "seuls les op #: catalog/pg_operator.c:398 #, c-format msgid "only boolean operators can have restriction selectivity" -msgstr "" -"seuls les oprateurs boolens peuvent avoir une slectivit des restrictions" +msgstr "seuls les oprateurs boolens peuvent avoir une slectivit des restrictions" #: catalog/pg_operator.c:402 #, c-format msgid "only boolean operators can have join selectivity" -msgstr "" -"seuls les oprateurs boolens peuvent avoir une slectivit des jointures" +msgstr "seuls les oprateurs boolens peuvent avoir une slectivit des jointures" #: catalog/pg_operator.c:406 #, c-format @@ -4087,8 +3720,7 @@ msgstr "l'op #: catalog/pg_operator.c:615 #, c-format msgid "operator cannot be its own negator or sort operator" -msgstr "" -"l'oprateur ne peut pas tre son propre oprateur de ngation ou de tri" +msgstr "l'oprateur ne peut pas tre son propre oprateur de ngation ou de tri" #: catalog/pg_proc.c:129 parser/parse_func.c:1604 parser/parse_func.c:1644 #, c-format @@ -4099,22 +3731,15 @@ msgstr[1] "les fonctions ne peuvent avoir plus de %d arguments" #: catalog/pg_proc.c:242 #, c-format -msgid "" -"A function returning a polymorphic type must have at least one polymorphic " -"argument." +msgid "A function returning a polymorphic type must have at least one polymorphic argument." msgstr "" -"Une fonction renvoyant un type polymorphique doit avoir au moins un " -"argument\n" +"Une fonction renvoyant un type polymorphique doit avoir au moins un argument\n" "de type polymorphique." #: catalog/pg_proc.c:249 #, c-format -msgid "" -"A function returning \"anyrange\" must have at least one \"anyrange\" " -"argument." -msgstr "" -"Une fonction renvoyant anyrange doit avoir au moins un argument du type " -" anyrange ." +msgid "A function returning \"anyrange\" must have at least one \"anyrange\" argument." +msgstr "Une fonction renvoyant anyrange doit avoir au moins un argument du type anyrange ." #: catalog/pg_proc.c:267 #, c-format @@ -4131,8 +3756,7 @@ msgstr "la fonction msgid "cannot change return type of existing function" msgstr "ne peut pas modifier le type de retour d'une fonction existante" -#: catalog/pg_proc.c:408 catalog/pg_proc.c:432 catalog/pg_proc.c:475 -#: catalog/pg_proc.c:499 catalog/pg_proc.c:526 +#: catalog/pg_proc.c:408 catalog/pg_proc.c:432 catalog/pg_proc.c:475 catalog/pg_proc.c:499 catalog/pg_proc.c:526 #, c-format msgid "Use DROP FUNCTION %s first." msgstr "Utilisez tout d'abord DROP FUNCTION %s." @@ -4215,8 +3839,7 @@ msgstr[0] "" "serveur pour une liste)" msgstr[1] "" "\n" -"et des objets dans %d autres bases de donnes (voir le journal applicatif " -"du\n" +"et des objets dans %d autres bases de donnes (voir le journal applicatif du\n" "serveur pour une liste)" #: catalog/pg_shdepend.c:1003 @@ -4254,22 +3877,16 @@ msgstr[1] "%d objets dans %s" #: catalog/pg_shdepend.c:1202 #, c-format -msgid "" -"cannot drop objects owned by %s because they are required by the database " -"system" +msgid "cannot drop objects owned by %s because they are required by the database system" msgstr "" -"n'a pas pu supprimer les objets appartenant %s car ils sont ncessaires " -"au\n" +"n'a pas pu supprimer les objets appartenant %s car ils sont ncessaires au\n" "systme de bases de donnes" #: catalog/pg_shdepend.c:1305 #, c-format -msgid "" -"cannot reassign ownership of objects owned by %s because they are required " -"by the database system" +msgid "cannot reassign ownership of objects owned by %s because they are required by the database system" msgstr "" -"ne peut pas raffecter les objets appartenant %s car ils sont ncessaires " -"au\n" +"ne peut pas raffecter les objets appartenant %s car ils sont ncessaires au\n" "systme de bases de donnes" #: catalog/pg_type.c:243 @@ -4277,12 +3894,10 @@ msgstr "" msgid "invalid type internal size %d" msgstr "taille interne de type invalide %d" -#: catalog/pg_type.c:259 catalog/pg_type.c:267 catalog/pg_type.c:275 -#: catalog/pg_type.c:284 +#: catalog/pg_type.c:259 catalog/pg_type.c:267 catalog/pg_type.c:275 catalog/pg_type.c:284 #, c-format msgid "alignment \"%c\" is invalid for passed-by-value type of size %d" -msgstr "" -"l'alignement %c est invalide pour le type pass par valeur de taille %d" +msgstr "l'alignement %c est invalide pour le type pass par valeur de taille %d" #: catalog/pg_type.c:291 #, c-format @@ -4304,8 +3919,7 @@ msgstr "les types de taille fixe doivent avoir un stockage de base" msgid "could not form array type name for type \"%s\"" msgstr "n'a pas pu former le nom du type array pour le type de donnes %s" -#: catalog/toasting.c:95 commands/indexcmds.c:381 commands/tablecmds.c:4025 -#: commands/tablecmds.c:10456 +#: catalog/toasting.c:95 commands/indexcmds.c:381 commands/tablecmds.c:4025 commands/tablecmds.c:10456 #, c-format msgid "\"%s\" is not a table or materialized view" msgstr " %s n'est pas une table ou une vue matrialise" @@ -4340,9 +3954,7 @@ msgstr "le type de saisie de l'agr #: commands/aggregatecmds.c:162 #, c-format msgid "basetype is redundant with aggregate input type specification" -msgstr "" -"le type de base est redondant avec la spcification du type en entre de " -"l'agrgat" +msgstr "le type de base est redondant avec la spcification du type en entre de l'agrgat" #: commands/aggregatecmds.c:195 #, c-format @@ -4377,28 +3989,22 @@ msgstr "la conversion #: commands/alter.c:115 #, c-format msgid "text search parser \"%s\" already exists in schema \"%s\"" -msgstr "" -"l'analyseur de recherche plein texte %s existe dj dans le schma %s " +msgstr "l'analyseur de recherche plein texte %s existe dj dans le schma %s " #: commands/alter.c:119 #, c-format msgid "text search dictionary \"%s\" already exists in schema \"%s\"" -msgstr "" -"le dictionnaire de recherche plein texte %s existe dj dans le schma " -"%s " +msgstr "le dictionnaire de recherche plein texte %s existe dj dans le schma %s " #: commands/alter.c:123 #, c-format msgid "text search template \"%s\" already exists in schema \"%s\"" -msgstr "" -"le modle de recherche plein texte %s existe dj dans le schma %s " +msgstr "le modle de recherche plein texte %s existe dj dans le schma %s " #: commands/alter.c:127 #, c-format msgid "text search configuration \"%s\" already exists in schema \"%s\"" -msgstr "" -"la configuration de recherche plein texte %s existe dj dans le schma " -" %s " +msgstr "la configuration de recherche plein texte %s existe dj dans le schma %s " #: commands/alter.c:201 #, c-format @@ -4424,8 +4030,7 @@ msgstr "ignore #, c-format msgid "skipping \"%s\" --- only superuser or database owner can analyze it" msgstr "" -"ignore %s --- seul le super-utilisateur ou le propritaire de la base " -"de\n" +"ignore %s --- seul le super-utilisateur ou le propritaire de la base de\n" "donnes peut l'analyser" #: commands/analyze.c:181 @@ -4443,9 +4048,7 @@ msgstr "ignore #: commands/analyze.c:252 #, c-format msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables" -msgstr "" -"ignore %s --- ne peut pas analyser les objets autres que les tables et " -"les tables systme" +msgstr "ignore %s --- ne peut pas analyser les objets autres que les tables et les tables systme" #: commands/analyze.c:331 #, c-format @@ -4460,21 +4063,18 @@ msgstr "analyse #: commands/analyze.c:656 #, c-format msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s" -msgstr "" -"ANALYZE automatique de la table %s.%s.%s ; utilisation systme : %s" +msgstr "ANALYZE automatique de la table %s.%s.%s ; utilisation systme : %s" -#: commands/analyze.c:1298 +#: commands/analyze.c:1300 #, c-format -msgid "" -"\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead " -"rows; %d rows in sample, %.0f estimated total rows" +msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows" msgstr "" " %s : %d pages parcourues sur %u,\n" " contenant %.0f lignes conserver et %.0f lignes supprimer,\n" " %d lignes dans l'chantillon,\n" " %.0f lignes totales estimes" -#: commands/analyze.c:1562 executor/execQual.c:2899 +#: commands/analyze.c:1564 executor/execQual.c:2902 msgid "could not convert row type" msgstr "n'a pas pu convertir le type de ligne" @@ -4495,8 +4095,7 @@ msgstr "cha #: commands/async.c:744 #, c-format -msgid "" -"cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" +msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" msgstr "" "ne peut pas excuter PREPARE sur une transaction qui a excut LISTEN,\n" "UNLISTEN ou NOTIFY" @@ -4513,17 +4112,12 @@ msgstr "la queue NOTIFY est pleine #: commands/async.c:1422 #, c-format -msgid "" -"The server process with PID %d is among those with the oldest transactions." -msgstr "" -"Le processus serveur de PID %d est parmi ceux qui ont les transactions les " -"plus anciennes." +msgid "The server process with PID %d is among those with the oldest transactions." +msgstr "Le processus serveur de PID %d est parmi ceux qui ont les transactions les plus anciennes." #: commands/async.c:1425 #, c-format -msgid "" -"The NOTIFY queue cannot be emptied until that process ends its current " -"transaction." +msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction." msgstr "" "La queue NOTIFY ne peut pas tre vide jusqu' ce que le processus finisse\n" "sa transaction en cours." @@ -4531,8 +4125,7 @@ msgstr "" #: commands/cluster.c:131 commands/cluster.c:374 #, c-format msgid "cannot cluster temporary tables of other sessions" -msgstr "" -"ne peut pas excuter CLUSTER sur les tables temporaires des autres sessions" +msgstr "ne peut pas excuter CLUSTER sur les tables temporaires des autres sessions" #: commands/cluster.c:161 #, c-format @@ -4552,8 +4145,7 @@ msgstr "ne peut pas ex #: commands/cluster.c:378 #, c-format msgid "cannot vacuum temporary tables of other sessions" -msgstr "" -"ne peut pas excuter VACUUM sur les tables temporaires des autres sessions" +msgstr "ne peut pas excuter VACUUM sur les tables temporaires des autres sessions" #: commands/cluster.c:443 #, c-format @@ -4562,9 +4154,7 @@ msgstr " #: commands/cluster.c:451 #, c-format -msgid "" -"cannot cluster on index \"%s\" because access method does not support " -"clustering" +msgid "cannot cluster on index \"%s\" because access method does not support clustering" msgstr "" "ne peut pas excuter CLUSTER sur l'index %s car la mthode d'accs de\n" "l'index ne gre pas cette commande" @@ -4596,8 +4186,7 @@ msgstr "ex #: commands/cluster.c:1102 #, c-format -msgid "" -"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages" +msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages" msgstr "" " %s : %.0f versions de ligne supprimables, %.0f non supprimables\n" "parmi %u pages" @@ -4629,39 +4218,29 @@ msgstr "le param #: commands/collationcmds.c:163 #, c-format msgid "collation \"%s\" for encoding \"%s\" already exists in schema \"%s\"" -msgstr "" -"le collationnament %s pour l'encodage %s existe dj dans le schma " -" %s " +msgstr "le collationnament %s pour l'encodage %s existe dj dans le schma %s " #: commands/collationcmds.c:174 #, c-format msgid "collation \"%s\" already exists in schema \"%s\"" msgstr "le collationnement %s existe dj dans le schma %s " -#: commands/comment.c:62 commands/dbcommands.c:799 commands/dbcommands.c:948 -#: commands/dbcommands.c:1051 commands/dbcommands.c:1243 -#: commands/dbcommands.c:1432 commands/dbcommands.c:1527 -#: commands/dbcommands.c:1967 utils/init/postinit.c:775 -#: utils/init/postinit.c:843 utils/init/postinit.c:860 +#: commands/comment.c:62 commands/dbcommands.c:799 commands/dbcommands.c:948 commands/dbcommands.c:1051 commands/dbcommands.c:1243 commands/dbcommands.c:1432 commands/dbcommands.c:1527 commands/dbcommands.c:1967 utils/init/postinit.c:775 utils/init/postinit.c:843 utils/init/postinit.c:860 #, c-format msgid "database \"%s\" does not exist" msgstr "la base de donnes %s n'existe pas" #: commands/comment.c:101 commands/seclabel.c:114 parser/parse_utilcmd.c:693 #, c-format -msgid "" -"\"%s\" is not a table, view, materialized view, composite type, or foreign " -"table" -msgstr "" -" %s n'est ni une table, ni une vue, ni une vue matrialise, ni un type " -"composite, ni une table distante" +msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" +msgstr " %s n'est ni une table, ni une vue, ni une vue matrialise, ni un type composite, ni une table distante" -#: commands/constraint.c:60 utils/adt/ri_triggers.c:2699 +#: commands/constraint.c:60 utils/adt/ri_triggers.c:2700 #, c-format msgid "function \"%s\" was not called by trigger manager" msgstr "la fonction %s n'a pas t appele par le gestionnaire de triggers" -#: commands/constraint.c:67 utils/adt/ri_triggers.c:2708 +#: commands/constraint.c:67 utils/adt/ri_triggers.c:2709 #, c-format msgid "function \"%s\" must be fired AFTER ROW" msgstr "la fonction %s doit tre excute pour l'instruction AFTER ROW" @@ -4669,8 +4248,7 @@ msgstr "la fonction #: commands/constraint.c:81 #, c-format msgid "function \"%s\" must be fired for INSERT or UPDATE" -msgstr "" -"la fonction %s doit tre excute pour les instructions INSERT ou UPDATE" +msgstr "la fonction %s doit tre excute pour les instructions INSERT ou UPDATE" #: commands/conversioncmds.c:67 #, c-format @@ -4687,492 +4265,463 @@ msgstr "l'encodage de destination msgid "encoding conversion function %s must return type \"void\"" msgstr "la fonction de conversion d'encodage %s doit renvoyer le type void " -#: commands/copy.c:358 commands/copy.c:370 commands/copy.c:404 -#: commands/copy.c:414 +#: commands/copy.c:359 commands/copy.c:371 commands/copy.c:405 commands/copy.c:417 #, c-format msgid "COPY BINARY is not supported to stdout or from stdin" msgstr "COPY BINARY n'est pas support vers stdout ou partir de stdin" -#: commands/copy.c:512 +#: commands/copy.c:517 #, c-format msgid "could not write to COPY program: %m" msgstr "n'a pas pu crire vers le programme COPY : %m" -#: commands/copy.c:517 +#: commands/copy.c:522 #, c-format msgid "could not write to COPY file: %m" msgstr "n'a pas pu crire dans le fichier COPY : %m" -#: commands/copy.c:530 +#: commands/copy.c:535 #, c-format msgid "connection lost during COPY to stdout" msgstr "connexion perdue lors de l'opration COPY vers stdout" -#: commands/copy.c:571 +#: commands/copy.c:576 #, c-format msgid "could not read from COPY file: %m" msgstr "n'a pas pu lire le fichier COPY : %m" -#: commands/copy.c:587 commands/copy.c:606 commands/copy.c:610 -#: tcop/fastpath.c:293 tcop/postgres.c:351 tcop/postgres.c:387 +#: commands/copy.c:592 commands/copy.c:613 commands/copy.c:617 tcop/postgres.c:353 tcop/postgres.c:389 tcop/postgres.c:416 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "" "fin de fichier (EOF) inattendue de la connexion du client avec une\n" "transaction ouverte" -#: commands/copy.c:622 +#: commands/copy.c:630 #, c-format msgid "COPY from stdin failed: %s" msgstr "chec de la commande COPY partir de stdin : %s" -#: commands/copy.c:638 +#: commands/copy.c:646 #, c-format msgid "unexpected message type 0x%02X during COPY from stdin" -msgstr "" -"type 0x%02X du message, inattendu, lors d'une opration COPY partir de " -"stdin" +msgstr "type 0x%02X du message, inattendu, lors d'une opration COPY partir de stdin" -#: commands/copy.c:792 +#: commands/copy.c:801 #, c-format msgid "must be superuser to COPY to or from an external program" -msgstr "" -"doit tre super-utilisateur pour utiliser COPY avec un programme externe" +msgstr "doit tre super-utilisateur pour utiliser COPY avec un programme externe" -#: commands/copy.c:793 commands/copy.c:799 +#: commands/copy.c:802 commands/copy.c:808 #, c-format -msgid "" -"Anyone can COPY to stdout or from stdin. psql's \\copy command also works " -"for anyone." +msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone." msgstr "" "Tout le monde peut utiliser COPY vers stdout ou partir de stdin.\n" "La commande \\copy de psql fonctionne aussi pour tout le monde." -#: commands/copy.c:798 +#: commands/copy.c:807 #, c-format msgid "must be superuser to COPY to or from a file" -msgstr "" -"doit tre super-utilisateur pour utiliser COPY partir ou vers un fichier" +msgstr "doit tre super-utilisateur pour utiliser COPY partir ou vers un fichier" -#: commands/copy.c:934 +#: commands/copy.c:945 #, c-format msgid "COPY format \"%s\" not recognized" msgstr "format COPY %s non reconnu" -#: commands/copy.c:1005 commands/copy.c:1019 commands/copy.c:1039 +#: commands/copy.c:1016 commands/copy.c:1030 commands/copy.c:1050 #, c-format msgid "argument to option \"%s\" must be a list of column names" msgstr "l'argument de l'option %s doit tre une liste de noms de colonnes" -#: commands/copy.c:1052 +#: commands/copy.c:1063 #, c-format msgid "argument to option \"%s\" must be a valid encoding name" msgstr "l'argument de l'option %s doit tre un nom d'encodage valide" -#: commands/copy.c:1058 +#: commands/copy.c:1069 #, c-format msgid "option \"%s\" not recognized" msgstr "option %s non reconnu" -#: commands/copy.c:1069 +#: commands/copy.c:1080 #, c-format msgid "cannot specify DELIMITER in BINARY mode" -msgstr "" -"ne peut pas spcifier le dlimiteur (DELIMITER) en mode binaire (BINARY)" +msgstr "ne peut pas spcifier le dlimiteur (DELIMITER) en mode binaire (BINARY)" -#: commands/copy.c:1074 +#: commands/copy.c:1085 #, c-format msgid "cannot specify NULL in BINARY mode" msgstr "ne peut pas spcifier NULL en mode binaire (BINARY)" -#: commands/copy.c:1096 +#: commands/copy.c:1107 #, c-format msgid "COPY delimiter must be a single one-byte character" msgstr "le dlimiteur COPY doit tre sur un seul caractre sur un octet" -#: commands/copy.c:1103 +#: commands/copy.c:1114 #, c-format msgid "COPY delimiter cannot be newline or carriage return" -msgstr "" -"le dlimiteur de COPY ne peut pas tre un retour la ligne ou un retour " -"chariot" +msgstr "le dlimiteur de COPY ne peut pas tre un retour la ligne ou un retour chariot" -#: commands/copy.c:1109 +#: commands/copy.c:1120 #, c-format msgid "COPY null representation cannot use newline or carriage return" msgstr "" "la reprsentation du NULL dans COPY ne peut pas utiliser le caractre du\n" "retour la ligne ou du retour chariot" -#: commands/copy.c:1126 +#: commands/copy.c:1137 #, c-format msgid "COPY delimiter cannot be \"%s\"" msgstr "le dlimiteur de COPY ne peut pas tre %s " -#: commands/copy.c:1132 +#: commands/copy.c:1143 #, c-format msgid "COPY HEADER available only in CSV mode" msgstr "COPY HEADER disponible uniquement en mode CSV" -#: commands/copy.c:1138 +#: commands/copy.c:1149 #, c-format msgid "COPY quote available only in CSV mode" msgstr "le guillemet COPY n'est disponible que dans le mode CSV" -#: commands/copy.c:1143 +#: commands/copy.c:1154 #, c-format msgid "COPY quote must be a single one-byte character" msgstr "le guillemet COPY doit tre sur un seul caractre sur un octet" -#: commands/copy.c:1148 +#: commands/copy.c:1159 #, c-format msgid "COPY delimiter and quote must be different" msgstr "le dlimiteur de COPY ne doit pas tre un guillemet" -#: commands/copy.c:1154 +#: commands/copy.c:1165 #, c-format msgid "COPY escape available only in CSV mode" msgstr "le caractre d'chappement COPY n'est disponible que dans le mode CSV" -#: commands/copy.c:1159 +#: commands/copy.c:1170 #, c-format msgid "COPY escape must be a single one-byte character" -msgstr "" -"le caractre d'chappement COPY doit tre sur un seul caractre sur un octet" +msgstr "le caractre d'chappement COPY doit tre sur un seul caractre sur un octet" -#: commands/copy.c:1165 +#: commands/copy.c:1176 #, c-format msgid "COPY force quote available only in CSV mode" msgstr "le guillemet forc COPY n'est disponible que dans le mode CSV" -#: commands/copy.c:1169 +#: commands/copy.c:1180 #, c-format msgid "COPY force quote only available using COPY TO" msgstr "le guillemet forc COPY n'est disponible qu'en utilisant COPY TO" -#: commands/copy.c:1175 +#: commands/copy.c:1186 #, c-format msgid "COPY force not null available only in CSV mode" msgstr " COPY force not null n'est disponible que dans la version CSV" -#: commands/copy.c:1179 +#: commands/copy.c:1190 #, c-format msgid "COPY force not null only available using COPY FROM" msgstr " COPY force not null n'est disponible qu'en utilisant COPY FROM" -#: commands/copy.c:1185 +#: commands/copy.c:1196 #, c-format msgid "COPY delimiter must not appear in the NULL specification" -msgstr "" -"le dlimiteur COPY ne doit pas apparatre dans la spcification de NULL" +msgstr "le dlimiteur COPY ne doit pas apparatre dans la spcification de NULL" -#: commands/copy.c:1192 +#: commands/copy.c:1203 #, c-format msgid "CSV quote character must not appear in the NULL specification" -msgstr "" -"le caractre guillemet de CSV ne doit pas apparatre dans la spcification " -"de NULL" +msgstr "le caractre guillemet de CSV ne doit pas apparatre dans la spcification de NULL" -#: commands/copy.c:1254 +#: commands/copy.c:1265 #, c-format msgid "table \"%s\" does not have OIDs" msgstr "la table %s n'a pas d'OID" -#: commands/copy.c:1271 +#: commands/copy.c:1282 #, c-format msgid "COPY (SELECT) WITH OIDS is not supported" msgstr "COPY (SELECT) WITH OIDS n'est pas support" -#: commands/copy.c:1297 +#: commands/copy.c:1308 #, c-format msgid "COPY (SELECT INTO) is not supported" msgstr "COPY (SELECT INTO) n'est pas support" -#: commands/copy.c:1360 +#: commands/copy.c:1371 #, c-format msgid "FORCE QUOTE column \"%s\" not referenced by COPY" msgstr "la colonne %s FORCE QUOTE n'est pas rfrence par COPY" -#: commands/copy.c:1382 +#: commands/copy.c:1393 #, c-format msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "la colonne %s FORCE NOT NULL n'est pas rfrence par COPY" -#: commands/copy.c:1446 +#: commands/copy.c:1457 #, c-format msgid "could not close pipe to external command: %m" msgstr "n'a pas pu fermer le fichier pipe vers la commande externe : %m" -#: commands/copy.c:1449 +#: commands/copy.c:1460 #, c-format msgid "program \"%s\" failed" msgstr "le programme %s a chou" -#: commands/copy.c:1498 +#: commands/copy.c:1509 #, c-format msgid "cannot copy from view \"%s\"" msgstr "ne peut pas copier partir de la vue %s " -#: commands/copy.c:1500 commands/copy.c:1506 commands/copy.c:1512 +#: commands/copy.c:1511 commands/copy.c:1517 commands/copy.c:1523 #, c-format msgid "Try the COPY (SELECT ...) TO variant." msgstr "Tentez la variante COPY (SELECT ...) TO." -#: commands/copy.c:1504 +#: commands/copy.c:1515 #, c-format msgid "cannot copy from materialized view \"%s\"" msgstr "ne peut pas copier partir de la vue matrialise %s " -#: commands/copy.c:1510 +#: commands/copy.c:1521 #, c-format msgid "cannot copy from foreign table \"%s\"" msgstr "ne peut pas copier partir de la table distante %s " -#: commands/copy.c:1516 +#: commands/copy.c:1527 #, c-format msgid "cannot copy from sequence \"%s\"" msgstr "ne peut pas copier partir de la squence %s " -#: commands/copy.c:1521 +#: commands/copy.c:1532 #, c-format msgid "cannot copy from non-table relation \"%s\"" -msgstr "" -"ne peut pas copier partir de la relation %s , qui n'est pas une table" +msgstr "ne peut pas copier partir de la relation %s , qui n'est pas une table" -#: commands/copy.c:1544 commands/copy.c:2549 +#: commands/copy.c:1555 commands/copy.c:2568 #, c-format msgid "could not execute command \"%s\": %m" msgstr "n'a pas pu excuter la commande %s : %m" -#: commands/copy.c:1559 +#: commands/copy.c:1570 #, c-format msgid "relative path not allowed for COPY to file" msgstr "un chemin relatif n'est pas autoris utiliser COPY vers un fichier" -#: commands/copy.c:1567 +#: commands/copy.c:1578 #, c-format msgid "could not open file \"%s\" for writing: %m" msgstr "n'a pas pu ouvrir le fichier %s en criture : %m" -#: commands/copy.c:1574 commands/copy.c:2567 +#: commands/copy.c:1585 commands/copy.c:2586 #, c-format msgid "\"%s\" is a directory" msgstr " %s est un rpertoire" -#: commands/copy.c:1899 +#: commands/copy.c:1910 #, c-format msgid "COPY %s, line %d, column %s" msgstr "COPY %s, ligne %d, colonne %s" -#: commands/copy.c:1903 commands/copy.c:1950 +#: commands/copy.c:1914 commands/copy.c:1961 #, c-format msgid "COPY %s, line %d" msgstr "COPY %s, ligne %d" -#: commands/copy.c:1914 +#: commands/copy.c:1925 #, c-format msgid "COPY %s, line %d, column %s: \"%s\"" msgstr "COPY %s, ligne %d, colonne %s : %s " -#: commands/copy.c:1922 +#: commands/copy.c:1933 #, c-format msgid "COPY %s, line %d, column %s: null input" msgstr "COPY %s, ligne %d, colonne %s : NULL en entre" -#: commands/copy.c:1944 +#: commands/copy.c:1955 #, c-format msgid "COPY %s, line %d: \"%s\"" msgstr "COPY %s, ligne %d : %s " -#: commands/copy.c:2028 +#: commands/copy.c:2039 #, c-format msgid "cannot copy to view \"%s\"" msgstr "ne peut pas copier vers la vue %s " -#: commands/copy.c:2033 +#: commands/copy.c:2044 #, c-format msgid "cannot copy to materialized view \"%s\"" msgstr "ne peut pas copier vers la vue matrialise %s " -#: commands/copy.c:2038 +#: commands/copy.c:2049 #, c-format msgid "cannot copy to foreign table \"%s\"" msgstr "ne peut pas copier vers la table distante %s " -#: commands/copy.c:2043 +#: commands/copy.c:2054 #, c-format msgid "cannot copy to sequence \"%s\"" msgstr "ne peut pas copier vers la squence %s " -#: commands/copy.c:2048 +#: commands/copy.c:2059 #, c-format msgid "cannot copy to non-table relation \"%s\"" msgstr "ne peut pas copier vers une relation %s qui n'est pas une table" -#: commands/copy.c:2111 +#: commands/copy.c:2122 #, c-format msgid "cannot perform FREEZE because of prior transaction activity" -msgstr "" -"n'a pas pu excuter un FREEZE cause d'une activit transactionnelle " -"prcdente" +msgstr "n'a pas pu excuter un FREEZE cause d'une activit transactionnelle prcdente" -#: commands/copy.c:2117 +#: commands/copy.c:2128 #, c-format -msgid "" -"cannot perform FREEZE because the table was not created or truncated in the " -"current subtransaction" -msgstr "" -"n'a pas pu excuter un FREEZE parce que la table n'tait pas cre ou " -"tronque dans la transaction en cours" +msgid "cannot perform FREEZE because the table was not created or truncated in the current subtransaction" +msgstr "n'a pas pu excuter un FREEZE parce que la table n'tait pas cre ou tronque dans la transaction en cours" -#: commands/copy.c:2560 utils/adt/genfile.c:123 +#: commands/copy.c:2579 utils/adt/genfile.c:123 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "n'a pas pu ouvrir le fichier %s pour une lecture : %m" -#: commands/copy.c:2587 +#: commands/copy.c:2606 #, c-format msgid "COPY file signature not recognized" msgstr "la signature du fichier COPY n'est pas reconnue" -#: commands/copy.c:2592 +#: commands/copy.c:2611 #, c-format msgid "invalid COPY file header (missing flags)" msgstr "en-tte du fichier COPY invalide (options manquantes)" -#: commands/copy.c:2598 +#: commands/copy.c:2617 #, c-format msgid "unrecognized critical flags in COPY file header" msgstr "options critiques non reconnues dans l'en-tte du fichier COPY" -#: commands/copy.c:2604 +#: commands/copy.c:2623 #, c-format msgid "invalid COPY file header (missing length)" msgstr "en-tte du fichier COPY invalide (longueur manquante)" -#: commands/copy.c:2611 +#: commands/copy.c:2630 #, c-format msgid "invalid COPY file header (wrong length)" msgstr "en-tte du fichier COPY invalide (mauvaise longueur)" -#: commands/copy.c:2744 commands/copy.c:3434 commands/copy.c:3664 +#: commands/copy.c:2763 commands/copy.c:3453 commands/copy.c:3683 #, c-format msgid "extra data after last expected column" msgstr "donnes supplmentaires aprs la dernire colonne attendue" -#: commands/copy.c:2754 +#: commands/copy.c:2773 #, c-format msgid "missing data for OID column" msgstr "donnes manquantes pour la colonne OID" -#: commands/copy.c:2760 +#: commands/copy.c:2779 #, c-format msgid "null OID in COPY data" msgstr "OID NULL dans les donnes du COPY" -#: commands/copy.c:2770 commands/copy.c:2876 +#: commands/copy.c:2789 commands/copy.c:2895 #, c-format msgid "invalid OID in COPY data" msgstr "OID invalide dans les donnes du COPY" -#: commands/copy.c:2785 +#: commands/copy.c:2804 #, c-format msgid "missing data for column \"%s\"" msgstr "donnes manquantes pour la colonne %s " -#: commands/copy.c:2851 +#: commands/copy.c:2870 #, c-format msgid "received copy data after EOF marker" msgstr "a reu des donnes de COPY aprs le marqueur de fin" -#: commands/copy.c:2858 +#: commands/copy.c:2877 #, c-format msgid "row field count is %d, expected %d" msgstr "le nombre de champs de la ligne est %d, %d attendus" -#: commands/copy.c:3198 commands/copy.c:3215 +#: commands/copy.c:3217 commands/copy.c:3234 #, c-format msgid "literal carriage return found in data" msgstr "retour chariot trouv dans les donnes" -#: commands/copy.c:3199 commands/copy.c:3216 +#: commands/copy.c:3218 commands/copy.c:3235 #, c-format msgid "unquoted carriage return found in data" msgstr "retour chariot sans guillemet trouv dans les donnes" -#: commands/copy.c:3201 commands/copy.c:3218 +#: commands/copy.c:3220 commands/copy.c:3237 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Utilisez \\r pour reprsenter un retour chariot." -#: commands/copy.c:3202 commands/copy.c:3219 +#: commands/copy.c:3221 commands/copy.c:3238 #, c-format msgid "Use quoted CSV field to represent carriage return." -msgstr "" -"Utiliser le champ CSV entre guillemets pour reprsenter un retour chariot." +msgstr "Utiliser le champ CSV entre guillemets pour reprsenter un retour chariot." -#: commands/copy.c:3231 +#: commands/copy.c:3250 #, c-format msgid "literal newline found in data" msgstr "retour la ligne trouv dans les donnes" -#: commands/copy.c:3232 +#: commands/copy.c:3251 #, c-format msgid "unquoted newline found in data" msgstr "retour la ligne trouv dans les donnes" -#: commands/copy.c:3234 +#: commands/copy.c:3253 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Utilisez \\n pour reprsenter un retour la ligne." -#: commands/copy.c:3235 +#: commands/copy.c:3254 #, c-format msgid "Use quoted CSV field to represent newline." -msgstr "" -"Utiliser un champ CSV entre guillemets pour reprsenter un retour la ligne." +msgstr "Utiliser un champ CSV entre guillemets pour reprsenter un retour la ligne." -#: commands/copy.c:3281 commands/copy.c:3317 +#: commands/copy.c:3300 commands/copy.c:3336 #, c-format msgid "end-of-copy marker does not match previous newline style" -msgstr "" -"le marqueur fin-de-copie ne correspond pas un prcdent style de fin de " -"ligne" +msgstr "le marqueur fin-de-copie ne correspond pas un prcdent style de fin de ligne" -#: commands/copy.c:3290 commands/copy.c:3306 +#: commands/copy.c:3309 commands/copy.c:3325 #, c-format msgid "end-of-copy marker corrupt" msgstr "marqueur fin-de-copie corrompu" -#: commands/copy.c:3748 +#: commands/copy.c:3767 #, c-format msgid "unterminated CSV quoted field" msgstr "champ CSV entre guillemets non termin" -#: commands/copy.c:3825 commands/copy.c:3844 +#: commands/copy.c:3844 commands/copy.c:3863 #, c-format msgid "unexpected EOF in COPY data" msgstr "fin de fichier (EOF) inattendu dans les donnes du COPY" -#: commands/copy.c:3834 +#: commands/copy.c:3853 #, c-format msgid "invalid field size" msgstr "taille du champ invalide" -#: commands/copy.c:3857 +#: commands/copy.c:3876 #, c-format msgid "incorrect binary data format" msgstr "format de donnes binaires incorrect" -#: commands/copy.c:4168 commands/indexcmds.c:1012 commands/tablecmds.c:1402 -#: commands/tablecmds.c:2211 parser/parse_relation.c:2652 -#: utils/adt/tsvector_op.c:1417 +#: commands/copy.c:4187 commands/indexcmds.c:1012 commands/tablecmds.c:1402 commands/tablecmds.c:2211 parser/parse_relation.c:2652 utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "la colonne %s n'existe pas" -#: commands/copy.c:4175 commands/tablecmds.c:1428 commands/trigger.c:619 -#: parser/parse_target.c:936 parser/parse_target.c:947 +#: commands/copy.c:4194 commands/tablecmds.c:1428 commands/trigger.c:625 parser/parse_target.c:936 parser/parse_target.c:947 #, c-format msgid "column \"%s\" specified more than once" msgstr "la colonne %s est spcifie plus d'une fois" @@ -5202,8 +4751,7 @@ msgstr "%d n'est pas un code d'encodage valide" msgid "%s is not a valid encoding name" msgstr "%s n'est pas un nom d'encodage valide" -#: commands/dbcommands.c:255 commands/dbcommands.c:1413 commands/user.c:260 -#: commands/user.c:601 +#: commands/dbcommands.c:255 commands/dbcommands.c:1413 commands/user.c:260 commands/user.c:601 #, c-format msgid "invalid connection limit: %d" msgstr "limite de connexion invalide : %d" @@ -5235,54 +4783,42 @@ msgstr "nom de locale invalide : #: commands/dbcommands.c:356 #, c-format -msgid "" -"new encoding (%s) is incompatible with the encoding of the template database " -"(%s)" +msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)" msgstr "" "le nouvel encodage (%s est incompatible avec l'encodage de la base de\n" "donnes modle (%s)" #: commands/dbcommands.c:359 #, c-format -msgid "" -"Use the same encoding as in the template database, or use template0 as " -"template." +msgid "Use the same encoding as in the template database, or use template0 as template." msgstr "" "Utilisez le mme encodage que celui de la base de donnes modle,\n" "ou utilisez template0 comme modle." #: commands/dbcommands.c:364 #, c-format -msgid "" -"new collation (%s) is incompatible with the collation of the template " -"database (%s)" +msgid "new collation (%s) is incompatible with the collation of the template database (%s)" msgstr "" "le nouveau tri (%s) est incompatible avec le tri de la base de\n" "donnes modle (%s)" #: commands/dbcommands.c:366 #, c-format -msgid "" -"Use the same collation as in the template database, or use template0 as " -"template." +msgid "Use the same collation as in the template database, or use template0 as template." msgstr "" "Utilisez le mme tri que celui de la base de donnes modle,\n" "ou utilisez template0 comme modle." #: commands/dbcommands.c:371 #, c-format -msgid "" -"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database " -"(%s)" +msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)" msgstr "" "le nouveau LC_CTYPE (%s) est incompatible avec le LC_CTYPE de la base de\n" "donnes modle (%s)" #: commands/dbcommands.c:373 #, c-format -msgid "" -"Use the same LC_CTYPE as in the template database, or use template0 as " -"template." +msgid "Use the same LC_CTYPE as in the template database, or use template0 as template." msgstr "" "Utilisez le mme LC_CTYPE que celui de la base de donnes modle,\n" "ou utilisez template0 comme modle." @@ -5299,9 +4835,7 @@ msgstr "ne peut pas affecter un nouveau tablespace par d #: commands/dbcommands.c:423 #, c-format -msgid "" -"There is a conflict because database \"%s\" already has some tables in this " -"tablespace." +msgid "There is a conflict because database \"%s\" already has some tables in this tablespace." msgstr "" "Il existe un conflit car la base de donnes %s a dj quelques tables\n" "dans son tablespace." @@ -5346,13 +4880,10 @@ msgstr "ne peut pas supprimer une base de donn msgid "cannot drop the currently open database" msgstr "ne peut pas supprimer la base de donnes actuellement ouverte" -#: commands/dbcommands.c:847 commands/dbcommands.c:990 -#: commands/dbcommands.c:1119 +#: commands/dbcommands.c:847 commands/dbcommands.c:990 commands/dbcommands.c:1119 #, c-format msgid "database \"%s\" is being accessed by other users" -msgstr "" -"la base de donnes %s est en cours d'utilisation par d'autres " -"utilisateurs" +msgstr "la base de donnes %s est en cours d'utilisation par d'autres utilisateurs" #: commands/dbcommands.c:959 #, c-format @@ -5367,8 +4898,7 @@ msgstr "la base de donn #: commands/dbcommands.c:1075 #, c-format msgid "cannot change the tablespace of the currently open database" -msgstr "" -"ne peut pas modifier le tablespace de la base de donnes actuellement ouverte" +msgstr "ne peut pas modifier le tablespace de la base de donnes actuellement ouverte" #: commands/dbcommands.c:1178 #, c-format @@ -5379,16 +4909,12 @@ msgstr "" #: commands/dbcommands.c:1180 #, c-format -msgid "" -"You must move them back to the database's default tablespace before using " -"this command." +msgid "You must move them back to the database's default tablespace before using this command." msgstr "" "Vous devez d'abord les dplacer dans le tablespace par dfaut de la base\n" "de donnes avant d'utiliser cette commande." -#: commands/dbcommands.c:1311 commands/dbcommands.c:1810 -#: commands/dbcommands.c:2028 commands/dbcommands.c:2076 -#: commands/tablespace.c:584 +#: commands/dbcommands.c:1311 commands/dbcommands.c:1810 commands/dbcommands.c:2028 commands/dbcommands.c:2076 commands/tablespace.c:584 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "" @@ -5402,11 +4928,8 @@ msgstr "droit refus #: commands/dbcommands.c:1911 #, c-format -msgid "" -"There are %d other session(s) and %d prepared transaction(s) using the " -"database." -msgstr "" -"%d autres sessions et %d transactions prpares utilisent la base de donnes." +msgid "There are %d other session(s) and %d prepared transaction(s) using the database." +msgstr "%d autres sessions et %d transactions prpares utilisent la base de donnes." #: commands/dbcommands.c:1914 #, c-format @@ -5422,14 +4945,12 @@ msgid_plural "There are %d prepared transactions using the database." msgstr[0] "%d transaction prpare utilise la base de donnes" msgstr[1] "%d transactions prpares utilisent la base de donnes" -#: commands/define.c:54 commands/define.c:209 commands/define.c:241 -#: commands/define.c:269 +#: commands/define.c:54 commands/define.c:209 commands/define.c:241 commands/define.c:269 #, c-format msgid "%s requires a parameter" msgstr "%s requiert un paramtre" -#: commands/define.c:95 commands/define.c:106 commands/define.c:176 -#: commands/define.c:194 +#: commands/define.c:95 commands/define.c:106 commands/define.c:176 commands/define.c:194 #, c-format msgid "%s requires a numeric value" msgstr "%s requiert une valeur numrique" @@ -5459,8 +4980,7 @@ msgstr "%s requiert une valeur enti msgid "invalid argument for %s: \"%s\"" msgstr "argument invalide pour %s : %s " -#: commands/dropcmds.c:100 commands/functioncmds.c:1079 -#: utils/adt/ruleutils.c:1906 +#: commands/dropcmds.c:100 commands/functioncmds.c:1079 utils/adt/ruleutils.c:1906 #, c-format msgid "\"%s\" is an aggregate function" msgstr " %s est une fonction d'agrgat" @@ -5507,9 +5027,7 @@ msgstr "" #: commands/dropcmds.c:167 #, c-format msgid "text search template \"%s\" does not exist, skipping" -msgstr "" -"le modle de recherche plein texte %s n'existe pas, poursuite du " -"traitement" +msgstr "le modle de recherche plein texte %s n'existe pas, poursuite du traitement" #: commands/dropcmds.c:171 #, c-format @@ -5546,15 +5064,12 @@ msgstr "le langage #: commands/dropcmds.c:197 #, c-format msgid "cast from type %s to type %s does not exist, skipping" -msgstr "" -"la conversion du type %s vers le type %s n'existe pas, poursuite du " -"traitement" +msgstr "la conversion du type %s vers le type %s n'existe pas, poursuite du traitement" #: commands/dropcmds.c:204 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist, skipping" -msgstr "" -"le trigger %s pour la table %s n'existe pas, poursuite du traitement" +msgstr "le trigger %s pour la table %s n'existe pas, poursuite du traitement" #: commands/dropcmds.c:210 #, c-format @@ -5564,14 +5079,12 @@ msgstr "le trigger sur #: commands/dropcmds.c:214 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist, skipping" -msgstr "" -"la rgle %s de la relation %s n'existe pas, poursuite du traitement" +msgstr "la rgle %s de la relation %s n'existe pas, poursuite du traitement" #: commands/dropcmds.c:220 #, c-format msgid "foreign-data wrapper \"%s\" does not exist, skipping" -msgstr "" -"le wrapper de donnes distantes %s n'existe pas, poursuite du traitement" +msgstr "le wrapper de donnes distantes %s n'existe pas, poursuite du traitement" #: commands/dropcmds.c:224 #, c-format @@ -5581,17 +5094,12 @@ msgstr "le serveur #: commands/dropcmds.c:228 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\", skipping" -msgstr "" -"la classe d'oprateur %s n'existe pas pour la mthode d'accs %s , " -"ignor" +msgstr "la classe d'oprateur %s n'existe pas pour la mthode d'accs %s , ignor" #: commands/dropcmds.c:233 #, c-format -msgid "" -"operator family \"%s\" does not exist for access method \"%s\", skipping" -msgstr "" -"la famille d'oprateur %s n'existe pas pour la mthode d'accs %s , " -"ignor" +msgid "operator family \"%s\" does not exist for access method \"%s\", skipping" +msgstr "la famille d'oprateur %s n'existe pas pour la mthode d'accs %s , ignor" #: commands/event_trigger.c:149 #, c-format @@ -5634,8 +5142,7 @@ msgstr "les triggers sur msgid "filter variable \"%s\" specified more than once" msgstr "variable %s du filtre spcifie plus d'une fois" -#: commands/event_trigger.c:437 commands/event_trigger.c:480 -#: commands/event_trigger.c:571 +#: commands/event_trigger.c:437 commands/event_trigger.c:480 commands/event_trigger.c:571 #, c-format msgid "event trigger \"%s\" does not exist" msgstr "le trigger sur vnement %s n'existe pas" @@ -5643,59 +5150,46 @@ msgstr "le trigger sur #: commands/event_trigger.c:539 #, c-format msgid "permission denied to change owner of event trigger \"%s\"" -msgstr "" -"droit refus pour modifier le propritaire du trigger sur vnement %s " +msgstr "droit refus pour modifier le propritaire du trigger sur vnement %s " #: commands/event_trigger.c:541 #, c-format msgid "The owner of an event trigger must be a superuser." -msgstr "" -"Le propritaire du trigger sur vnement doit tre un super-utilisateur." +msgstr "Le propritaire du trigger sur vnement doit tre un super-utilisateur." #: commands/event_trigger.c:1219 #, c-format msgid "%s can only be called in a sql_drop event trigger function" -msgstr "" -"%s peut seulement tre appel dans une fonction de trigger sur vnement " -"sql_drop" +msgstr "%s peut seulement tre appel dans une fonction de trigger sur vnement sql_drop" -#: commands/event_trigger.c:1226 commands/extension.c:1650 -#: commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 -#: executor/execQual.c:1740 executor/execQual.c:1765 executor/execQual.c:2140 -#: executor/execQual.c:5303 executor/functions.c:1018 foreign/foreign.c:421 -#: replication/walsender.c:1909 utils/adt/jsonfuncs.c:924 -#: utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 -#: utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:986 +#: commands/event_trigger.c:1226 commands/extension.c:1650 commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143 executor/execQual.c:5306 executor/functions.c:1018 foreign/foreign.c:421 replication/walsender.c:1898 utils/adt/jsonfuncs.c:924 utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "" "la fonction avec set-value a t appel dans un contexte qui n'accepte pas\n" "un ensemble" -#: commands/event_trigger.c:1230 commands/extension.c:1654 -#: commands/extension.c:1763 commands/extension.c:1956 commands/prepare.c:706 -#: foreign/foreign.c:426 replication/walsender.c:1913 -#: utils/mmgr/portalmem.c:990 +#: commands/event_trigger.c:1230 commands/extension.c:1654 commands/extension.c:1763 commands/extension.c:1956 commands/prepare.c:706 foreign/foreign.c:426 replication/walsender.c:1902 utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "mode matrialis requis mais interdit dans ce contexte" -#: commands/explain.c:163 +#: commands/explain.c:167 #, c-format msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\"" msgstr "valeur non reconnue pour l'option EXPLAIN %s : %s" -#: commands/explain.c:169 +#: commands/explain.c:173 #, c-format msgid "unrecognized EXPLAIN option \"%s\"" msgstr "option EXPLAIN %s non reconnu" -#: commands/explain.c:176 +#: commands/explain.c:180 #, c-format msgid "EXPLAIN option BUFFERS requires ANALYZE" msgstr "l'option BUFFERS d'EXPLAIN ncessite ANALYZE" -#: commands/explain.c:185 +#: commands/explain.c:189 #, c-format msgid "EXPLAIN option TIMING requires ANALYZE" msgstr "l'option TIMING d'EXPLAIN ncessite ANALYZE" @@ -5705,8 +5199,7 @@ msgstr "l'option TIMING d'EXPLAIN n msgid "extension \"%s\" does not exist" msgstr "l'extension %s n'existe pas" -#: commands/extension.c:247 commands/extension.c:256 commands/extension.c:268 -#: commands/extension.c:278 +#: commands/extension.c:247 commands/extension.c:256 commands/extension.c:268 commands/extension.c:278 #, c-format msgid "invalid extension name: \"%s\"" msgstr "nom d'extension invalide : %s " @@ -5724,19 +5217,14 @@ msgstr "Les noms d'extension ne doivent pas contenir #: commands/extension.c:269 #, c-format msgid "Extension names must not begin or end with \"-\"." -msgstr "" -"Les noms des extensions ne doivent pas commencer ou finir avec un tiret ( - " -")." +msgstr "Les noms des extensions ne doivent pas commencer ou finir avec un tiret ( - )." #: commands/extension.c:279 #, c-format msgid "Extension names must not contain directory separator characters." -msgstr "" -"Les noms des extensions ne doivent pas contenir des caractres sparateurs " -"de rpertoire." +msgstr "Les noms des extensions ne doivent pas contenir des caractres sparateurs de rpertoire." -#: commands/extension.c:294 commands/extension.c:303 commands/extension.c:312 -#: commands/extension.c:322 +#: commands/extension.c:294 commands/extension.c:303 commands/extension.c:312 commands/extension.c:322 #, c-format msgid "invalid extension version name: \"%s\"" msgstr "nom de version de l'extension invalide : %s " @@ -5754,8 +5242,7 @@ msgstr "Les noms de version ne doivent pas contenir #: commands/extension.c:313 #, c-format msgid "Version names must not begin or end with \"-\"." -msgstr "" -"Les noms de version ne doivent ni commencer ni se terminer avec un tiret." +msgstr "Les noms de version ne doivent ni commencer ni se terminer avec un tiret." #: commands/extension.c:323 #, c-format @@ -5794,17 +5281,13 @@ msgstr "param #: commands/extension.c:574 #, c-format msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true" -msgstr "" -"le paramtre schema ne peut pas tre indiqu quand relocatable est " -"vrai" +msgstr "le paramtre schema ne peut pas tre indiqu quand relocatable est vrai" #: commands/extension.c:726 #, c-format -msgid "" -"transaction control statements are not allowed within an extension script" +msgid "transaction control statements are not allowed within an extension script" msgstr "" -"les instructions de contrle des transactions ne sont pas autorises dans " -"un\n" +"les instructions de contrle des transactions ne sont pas autorises dans un\n" "script d'extension" #: commands/extension.c:794 @@ -5829,11 +5312,8 @@ msgstr "Doit #: commands/extension.c:1084 #, c-format -msgid "" -"extension \"%s\" has no update path from version \"%s\" to version \"%s\"" -msgstr "" -"l'extension %s n'a pas de chemin de mise jour pour aller de la version " -" %s la version %s " +msgid "extension \"%s\" has no update path from version \"%s\" to version \"%s\"" +msgstr "l'extension %s n'a pas de chemin de mise jour pour aller de la version %s la version %s " #: commands/extension.c:1211 #, c-format @@ -5858,9 +5338,7 @@ msgstr "la version #: commands/extension.c:1301 #, c-format msgid "FROM version must be different from installation target version \"%s\"" -msgstr "" -"la version FROM doit tre diffrente de la version cible d'installation %s " -"" +msgstr "la version FROM doit tre diffrente de la version cible d'installation %s " #: commands/extension.c:1356 #, c-format @@ -5875,17 +5353,13 @@ msgstr "l'extension #: commands/extension.c:1602 #, c-format msgid "cannot drop extension \"%s\" because it is being modified" -msgstr "" -"ne peut pas supprimer l'extension %s car il est en cours de modification" +msgstr "ne peut pas supprimer l'extension %s car il est en cours de modification" #: commands/extension.c:2073 #, c-format -msgid "" -"pg_extension_config_dump() can only be called from an SQL script executed by " -"CREATE EXTENSION" +msgid "pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION" msgstr "" -"pg_extension_config_dump() peut seulement tre appel partir d'un script " -"SQL\n" +"pg_extension_config_dump() peut seulement tre appel partir d'un script SQL\n" "excut par CREATE EXTENSION" #: commands/extension.c:2085 @@ -5896,17 +5370,13 @@ msgstr "l'OID %u ne fait pas r #: commands/extension.c:2090 #, c-format msgid "table \"%s\" is not a member of the extension being created" -msgstr "" -"la table %s n'est pas un membre de l'extension en cours de cration" +msgstr "la table %s n'est pas un membre de l'extension en cours de cration" #: commands/extension.c:2454 #, c-format -msgid "" -"cannot move extension \"%s\" into schema \"%s\" because the extension " -"contains the schema" +msgid "cannot move extension \"%s\" into schema \"%s\" because the extension contains the schema" msgstr "" -"ne peut pas dplacer l'extension %s dans le schma %s car " -"l'extension\n" +"ne peut pas dplacer l'extension %s dans le schma %s car l'extension\n" "contient le schma" #: commands/extension.c:2494 commands/extension.c:2557 @@ -5931,9 +5401,7 @@ msgstr "la version #: commands/extension.c:2942 #, c-format -msgid "" -"cannot add schema \"%s\" to extension \"%s\" because the schema contains the " -"extension" +msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" msgstr "" "ne peut pas ajouter le schma %s l'extension %s car le schma\n" "contient l'extension" @@ -5956,9 +5424,7 @@ msgstr "option #: commands/foreigncmds.c:223 commands/foreigncmds.c:231 #, c-format msgid "permission denied to change owner of foreign-data wrapper \"%s\"" -msgstr "" -"droit refus pour modifier le propritaire du wrapper de donnes distantes " -"%s " +msgstr "droit refus pour modifier le propritaire du wrapper de donnes distantes %s " #: commands/foreigncmds.c:225 #, c-format @@ -5970,17 +5436,14 @@ msgstr "" #: commands/foreigncmds.c:233 #, c-format msgid "The owner of a foreign-data wrapper must be a superuser." -msgstr "" -"Le propritaire du wrapper de donnes distantes doit tre un super-" -"utilisateur." +msgstr "Le propritaire du wrapper de donnes distantes doit tre un super-utilisateur." #: commands/foreigncmds.c:271 commands/foreigncmds.c:655 foreign/foreign.c:600 #, c-format msgid "foreign-data wrapper \"%s\" does not exist" msgstr "le wrapper de donnes distantes %s n'existe pas" -#: commands/foreigncmds.c:380 commands/foreigncmds.c:944 -#: commands/foreigncmds.c:1285 foreign/foreign.c:621 +#: commands/foreigncmds.c:380 commands/foreigncmds.c:944 commands/foreigncmds.c:1285 foreign/foreign.c:621 #, c-format msgid "server \"%s\" does not exist" msgstr "le serveur %s n'existe pas" @@ -5998,8 +5461,7 @@ msgstr "droit refus #: commands/foreigncmds.c:533 #, c-format msgid "Must be superuser to create a foreign-data wrapper." -msgstr "" -"Doit tre super-utilisateur pour crer un wrapper de donnes distantes." +msgstr "Doit tre super-utilisateur pour crer un wrapper de donnes distantes." #: commands/foreigncmds.c:645 #, c-format @@ -6009,23 +5471,18 @@ msgstr "droit refus #: commands/foreigncmds.c:647 #, c-format msgid "Must be superuser to alter a foreign-data wrapper." -msgstr "" -"Doit tre super-utilisateur pour modifier un wrapper de donnes distantes" +msgstr "Doit tre super-utilisateur pour modifier un wrapper de donnes distantes" #: commands/foreigncmds.c:678 #, c-format -msgid "" -"changing the foreign-data wrapper handler can change behavior of existing " -"foreign tables" +msgid "changing the foreign-data wrapper handler can change behavior of existing foreign tables" msgstr "" "la modification du validateur de wrapper de donnes distantes peut modifier\n" "le comportement des tables distantes existantes" #: commands/foreigncmds.c:693 #, c-format -msgid "" -"changing the foreign-data wrapper validator can cause the options for " -"dependent objects to become invalid" +msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid" msgstr "" "la modification du validateur du wrapper de donnes distantes peut faire en\n" "sorte que les options des objets dpendants deviennent invalides" @@ -6033,8 +5490,7 @@ msgstr "" #: commands/foreigncmds.c:1106 #, c-format msgid "user mapping \"%s\" already exists for server %s" -msgstr "" -"la correspondance utilisateur %s existe dj dans le serveur %s " +msgstr "la correspondance utilisateur %s existe dj dans le serveur %s " #: commands/foreigncmds.c:1194 commands/foreigncmds.c:1301 #, c-format @@ -6050,8 +5506,7 @@ msgstr "le serveur n'existe pas, poursuite du traitement" #, c-format msgid "user mapping \"%s\" does not exist for the server, skipping" msgstr "" -"la correspondance utilisateur %s n'existe pas pour le serveur, " -"poursuite\n" +"la correspondance utilisateur %s n'existe pas pour le serveur, poursuite\n" "du traitement" #: commands/functioncmds.c:99 @@ -6067,8 +5522,7 @@ msgstr "le type de retour %s est seulement un shell" #: commands/functioncmds.c:133 parser/parse_type.c:285 #, c-format msgid "type modifier cannot be specified for shell type \"%s\"" -msgstr "" -"le modificateur de type ne peut pas tre prcis pour le type shell %s " +msgstr "le modificateur de type ne peut pas tre prcis pour le type shell %s " #: commands/functioncmds.c:139 #, c-format @@ -6130,9 +5584,7 @@ msgstr "" #: commands/functioncmds.c:381 #, c-format msgid "input parameters after one with a default value must also have defaults" -msgstr "" -"les paramtres en entre suivant un paramtre avec valeur par dfaut doivent " -"aussi avoir des valeurs par dfaut" +msgstr "les paramtres en entre suivant un paramtre avec valeur par dfaut doivent aussi avoir des valeurs par dfaut" #: commands/functioncmds.c:631 #, c-format @@ -6164,8 +5616,7 @@ msgstr "l'attribut msgid "only one AS item needed for language \"%s\"" msgstr "seul un lment AS est ncessaire pour le langage %s " -#: commands/functioncmds.c:850 commands/functioncmds.c:1703 -#: commands/proclang.c:553 +#: commands/functioncmds.c:850 commands/functioncmds.c:1703 commands/proclang.c:553 #, c-format msgid "language \"%s\" does not exist" msgstr "le langage %s n'existe pas" @@ -6173,8 +5624,7 @@ msgstr "le langage #: commands/functioncmds.c:852 commands/functioncmds.c:1705 #, c-format msgid "Use CREATE LANGUAGE to load the language into the database." -msgstr "" -"Utiliser CREATE LANGUAGE pour charger le langage dans la base de donnes." +msgstr "Utiliser CREATE LANGUAGE pour charger le langage dans la base de donnes." #: commands/functioncmds.c:887 commands/functioncmds.c:1109 #, c-format @@ -6184,8 +5634,7 @@ msgstr "seul un superutilisateur peut d #: commands/functioncmds.c:909 #, c-format msgid "function result type must be %s because of OUT parameters" -msgstr "" -"le type de rsultat de la fonction doit tre %s cause des paramtres OUT" +msgstr "le type de rsultat de la fonction doit tre %s cause des paramtres OUT" #: commands/functioncmds.c:922 #, c-format @@ -6210,8 +5659,7 @@ msgstr "le type de donn #: commands/functioncmds.c:1313 #, c-format msgid "cast will be ignored because the source data type is a domain" -msgstr "" -"la conversion sera ignore car le type de donnes source est un domaine" +msgstr "la conversion sera ignore car le type de donnes source est un domaine" #: commands/functioncmds.c:1318 #, c-format @@ -6225,31 +5673,24 @@ msgstr "la fonction de conversion doit prendre de un #: commands/functioncmds.c:1349 #, c-format -msgid "" -"argument of cast function must match or be binary-coercible from source data " -"type" +msgid "argument of cast function must match or be binary-coercible from source data type" msgstr "" -"l'argument de la fonction de conversion doit correspondre ou tre binary-" -"coercible\n" +"l'argument de la fonction de conversion doit correspondre ou tre binary-coercible\n" " partir du type de la donne source" #: commands/functioncmds.c:1353 #, c-format msgid "second argument of cast function must be type integer" -msgstr "" -"le second argument de la fonction de conversion doit tre de type entier" +msgstr "le second argument de la fonction de conversion doit tre de type entier" #: commands/functioncmds.c:1357 #, c-format msgid "third argument of cast function must be type boolean" -msgstr "" -"le troisime argument de la fonction de conversion doit tre de type boolen" +msgstr "le troisime argument de la fonction de conversion doit tre de type boolen" #: commands/functioncmds.c:1361 #, c-format -msgid "" -"return data type of cast function must match or be binary-coercible to " -"target data type" +msgid "return data type of cast function must match or be binary-coercible to target data type" msgstr "" "le type de donne en retour de la fonction de conversion doit correspondre\n" "ou tre coercible binairement au type de donnes cible" @@ -6277,15 +5718,12 @@ msgstr "la fonction de conversion ne doit pas renvoyer un ensemble" #: commands/functioncmds.c:1411 #, c-format msgid "must be superuser to create a cast WITHOUT FUNCTION" -msgstr "" -"doit tre super-utilisateur pour crer une fonction de conversion SANS " -"FONCTION" +msgstr "doit tre super-utilisateur pour crer une fonction de conversion SANS FONCTION" #: commands/functioncmds.c:1426 #, c-format msgid "source and target data types are not physically compatible" -msgstr "" -"les types de donnes source et cible ne sont pas physiquement compatibles" +msgstr "les types de donnes source et cible ne sont pas physiquement compatibles" #: commands/functioncmds.c:1441 #, c-format @@ -6337,9 +5775,7 @@ msgstr "aucun code en ligne sp msgid "language \"%s\" does not support inline code execution" msgstr "le langage %s ne supporte pas l'excution de code en ligne" -#: commands/indexcmds.c:159 commands/indexcmds.c:487 -#: commands/opclasscmds.c:364 commands/opclasscmds.c:784 -#: commands/opclasscmds.c:1743 +#: commands/indexcmds.c:159 commands/indexcmds.c:487 commands/opclasscmds.c:364 commands/opclasscmds.c:784 commands/opclasscmds.c:1743 #, c-format msgid "access method \"%s\" does not exist" msgstr "la mthode d'accs %s n'existe pas" @@ -6362,15 +5798,12 @@ msgstr "ne peut pas cr #: commands/indexcmds.c:391 #, c-format msgid "cannot create indexes on temporary tables of other sessions" -msgstr "" -"ne peut pas crer les index sur les tables temporaires des autres sessions" +msgstr "ne peut pas crer les index sur les tables temporaires des autres sessions" #: commands/indexcmds.c:446 commands/tablecmds.c:521 commands/tablecmds.c:8815 #, c-format msgid "only shared relations can be placed in pg_global tablespace" -msgstr "" -"seules les relations partages peuvent tre places dans le tablespace " -"pg_global" +msgstr "seules les relations partages peuvent tre places dans le tablespace pg_global" #: commands/indexcmds.c:479 #, c-format @@ -6400,8 +5833,7 @@ msgstr "%s %s cr #: commands/indexcmds.c:941 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" -msgstr "" -"les fonctions dans un prdicat d'index doivent tre marques comme IMMUTABLE" +msgstr "les fonctions dans un prdicat d'index doivent tre marques comme IMMUTABLE" #: commands/indexcmds.c:1007 parser/parse_utilcmd.c:1802 #, c-format @@ -6418,11 +5850,9 @@ msgstr "" #: commands/indexcmds.c:1090 #, c-format msgid "could not determine which collation to use for index expression" -msgstr "" -"n'a pas pu dterminer le collationnement utiliser pour l'expression d'index" +msgstr "n'a pas pu dterminer le collationnement utiliser pour l'expression d'index" -#: commands/indexcmds.c:1098 commands/typecmds.c:780 parser/parse_expr.c:2261 -#: parser/parse_type.c:499 parser/parse_utilcmd.c:2653 utils/adt/misc.c:527 +#: commands/indexcmds.c:1098 commands/typecmds.c:780 parser/parse_expr.c:2261 parser/parse_type.c:499 parser/parse_utilcmd.c:2653 utils/adt/misc.c:527 #, c-format msgid "collations are not supported by type %s" msgstr "les collationnements ne sont pas supports par le type %s" @@ -6435,9 +5865,7 @@ msgstr "l'op #: commands/indexcmds.c:1138 #, c-format msgid "Only commutative operators can be used in exclusion constraints." -msgstr "" -"Seuls les oprateurs commutatifs peuvent tre utiliss dans les contraintes " -"d'exclusion." +msgstr "Seuls les oprateurs commutatifs peuvent tre utiliss dans les contraintes d'exclusion." #: commands/indexcmds.c:1164 #, c-format @@ -6446,9 +5874,7 @@ msgstr "l'op #: commands/indexcmds.c:1167 #, c-format -msgid "" -"The exclusion operator must be related to the index operator class for the " -"constraint." +msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "" "L'oprateur d'exclusion doit tre en relation avec la classe d'oprateur de\n" "l'index pour la contrainte." @@ -6472,19 +5898,15 @@ msgstr "" #: commands/indexcmds.c:1265 #, c-format -msgid "" -"You must specify an operator class for the index or define a default " -"operator class for the data type." +msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "" "Vous devez spcifier une classe d'oprateur pour l'index ou dfinir une\n" "classe d'oprateur par dfaut pour le type de donnes." -#: commands/indexcmds.c:1294 commands/indexcmds.c:1302 -#: commands/opclasscmds.c:208 +#: commands/indexcmds.c:1294 commands/indexcmds.c:1302 commands/opclasscmds.c:208 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" -msgstr "" -"la classe d'oprateur %s n'existe pas pour la mthode d'accs %s " +msgstr "la classe d'oprateur %s n'existe pas pour la mthode d'accs %s " #: commands/indexcmds.c:1315 commands/typecmds.c:1873 #, c-format @@ -6516,28 +5938,24 @@ msgstr "la table #: commands/opclasscmds.c:132 #, c-format msgid "operator family \"%s\" does not exist for access method \"%s\"" -msgstr "" -"la famille d'oprateur %s n'existe pas pour la mthode d'accs %s " +msgstr "la famille d'oprateur %s n'existe pas pour la mthode d'accs %s " #: commands/opclasscmds.c:267 #, c-format msgid "operator family \"%s\" for access method \"%s\" already exists" -msgstr "" -"la famille d'oprateur %s existe dj pour la mthode d'accs %s " +msgstr "la famille d'oprateur %s existe dj pour la mthode d'accs %s " #: commands/opclasscmds.c:403 #, c-format msgid "must be superuser to create an operator class" msgstr "doit tre super-utilisateur pour crer une classe d'oprateur" -#: commands/opclasscmds.c:474 commands/opclasscmds.c:860 -#: commands/opclasscmds.c:990 +#: commands/opclasscmds.c:474 commands/opclasscmds.c:860 commands/opclasscmds.c:990 #, c-format msgid "invalid operator number %d, must be between 1 and %d" msgstr "numro d'oprateur %d invalide, doit tre compris entre 1 et %d" -#: commands/opclasscmds.c:525 commands/opclasscmds.c:911 -#: commands/opclasscmds.c:1005 +#: commands/opclasscmds.c:525 commands/opclasscmds.c:911 commands/opclasscmds.c:1005 #, c-format msgid "invalid procedure number %d, must be between 1 and %d" msgstr "numro de procdure %d invalide, doit tre compris entre 1 et %d" @@ -6549,8 +5967,7 @@ msgstr "type de stockage sp #: commands/opclasscmds.c:582 #, c-format -msgid "" -"storage type cannot be different from data type for access method \"%s\"" +msgid "storage type cannot be different from data type for access method \"%s\"" msgstr "" "le type de stockage ne peut pas tre diffrent du type de donnes pour la\n" "mthode d'accs %s " @@ -6558,14 +5975,12 @@ msgstr "" #: commands/opclasscmds.c:598 #, c-format msgid "operator class \"%s\" for access method \"%s\" already exists" -msgstr "" -"la classe d'oprateur %s existe dj pour la mthode d'accs %s " +msgstr "la classe d'oprateur %s existe dj pour la mthode d'accs %s " #: commands/opclasscmds.c:626 #, c-format msgid "could not make operator class \"%s\" be default for type %s" -msgstr "" -"n'a pas pu rendre la classe d'oprateur %s par dfaut pour le type %s" +msgstr "n'a pas pu rendre la classe d'oprateur %s par dfaut pour le type %s" #: commands/opclasscmds.c:629 #, c-format @@ -6627,8 +6042,7 @@ msgstr "les proc #: commands/opclasscmds.c:1183 #, c-format msgid "btree sort support procedures must accept type \"internal\"" -msgstr "" -"les procdures de support de tri btree doivent accepter le type internal " +msgstr "les procdures de support de tri btree doivent accepter le type internal " #: commands/opclasscmds.c:1187 #, c-format @@ -6684,18 +6098,14 @@ msgstr "la fonction %d(%s, %s) n'existe pas dans la famille d'op #: commands/opclasscmds.c:1699 #, c-format -msgid "" -"operator class \"%s\" for access method \"%s\" already exists in schema \"%s" -"\"" +msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\"" msgstr "" "la classe d'oprateur %s de la mthode d'accs %s existe dj dans\n" "le schma %s " #: commands/opclasscmds.c:1722 #, c-format -msgid "" -"operator family \"%s\" for access method \"%s\" already exists in schema \"%s" -"\"" +msgid "operator family \"%s\" for access method \"%s\" already exists in schema \"%s\"" msgstr "" "la famille d'oprateur %s de la mthode d'accs %s existe dj dans\n" "le schma %s " @@ -6707,10 +6117,8 @@ msgstr "=> est un nom d'op #: commands/operatorcmds.c:98 #, c-format -msgid "" -"This name may be disallowed altogether in future versions of PostgreSQL." -msgstr "" -"Ce nom pourrait tre interdit dans les prochaines versions de PostgreSQL." +msgid "This name may be disallowed altogether in future versions of PostgreSQL." +msgstr "Ce nom pourrait tre interdit dans les prochaines versions de PostgreSQL." #: commands/operatorcmds.c:119 commands/operatorcmds.c:127 #, c-format @@ -6736,8 +6144,7 @@ msgstr "au moins un des arguments (le gauche ou le droit) doit #, c-format msgid "restriction estimator function %s must return type \"float8\"" msgstr "" -"la fonction d'estimation de la restriction, de nom %s, doit renvoyer le " -"type\n" +"la fonction d'estimation de la restriction, de nom %s, doit renvoyer le type\n" " float8 " #: commands/operatorcmds.c:283 @@ -6747,14 +6154,12 @@ msgstr "" "la fonction d'estimation de la jointure, de nom %s, doit renvoyer le type\n" " float8 " -#: commands/portalcmds.c:61 commands/portalcmds.c:160 -#: commands/portalcmds.c:212 +#: commands/portalcmds.c:61 commands/portalcmds.c:160 commands/portalcmds.c:212 #, c-format msgid "invalid cursor name: must not be empty" msgstr "nom de curseur invalide : il ne doit pas tre vide" -#: commands/portalcmds.c:168 commands/portalcmds.c:222 -#: executor/execCurrent.c:67 utils/adt/xml.c:2395 utils/adt/xml.c:2562 +#: commands/portalcmds.c:168 commands/portalcmds.c:222 executor/execCurrent.c:67 utils/adt/xml.c:2396 utils/adt/xml.c:2563 #, c-format msgid "cursor \"%s\" does not exist" msgstr "le curseur %s n'existe pas" @@ -6774,7 +6179,7 @@ msgstr "n'a pas pu repositionner le curseur d msgid "invalid statement name: must not be empty" msgstr "nom de l'instruction invalide : ne doit pas tre vide" -#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1299 +#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1326 #, c-format msgid "could not determine data type of parameter $%d" msgstr "n'a pas pu dterminer le type de donnes du paramtre $%d" @@ -6803,8 +6208,7 @@ msgstr "%d param #, c-format msgid "parameter $%d of type %s cannot be coerced to the expected type %s" msgstr "" -"le paramtre $%d de type %s ne peut tre utilis dans la coercion cause " -"du\n" +"le paramtre $%d de type %s ne peut tre utilis dans la coercion cause du\n" "type %s attendu" #: commands/prepare.c:465 @@ -6842,19 +6246,16 @@ msgstr "langage non support #: commands/proclang.c:244 #, c-format msgid "The supported languages are listed in the pg_pltemplate system catalog." -msgstr "" -"Les langages supports sont lists dans le catalogue systme pg_pltemplate." +msgstr "Les langages supports sont lists dans le catalogue systme pg_pltemplate." #: commands/proclang.c:252 #, c-format msgid "must be superuser to create custom procedural language" -msgstr "" -"doit tre super-utilisateur pour crer un langage de procdures personnalis" +msgstr "doit tre super-utilisateur pour crer un langage de procdures personnalis" #: commands/proclang.c:271 #, c-format -msgid "" -"changing return type of function %s from \"opaque\" to \"language_handler\"" +msgid "changing return type of function %s from \"opaque\" to \"language_handler\"" msgstr "" "changement du type du code retour de la fonction %s d' opaque \n" " language_handler " @@ -6881,127 +6282,110 @@ msgstr "aucun fournisseur de label de s #: commands/seclabel.c:62 #, c-format -msgid "" -"must specify provider when multiple security label providers have been loaded" -msgstr "" -"doit indiquer le fournisseur quand plusieurs fournisseurs de labels de " -"scurit sont chargs" +msgid "must specify provider when multiple security label providers have been loaded" +msgstr "doit indiquer le fournisseur quand plusieurs fournisseurs de labels de scurit sont chargs" #: commands/seclabel.c:80 #, c-format msgid "security label provider \"%s\" is not loaded" msgstr "le fournisseur %s de label de scurit n'est pas charg" -#: commands/sequence.c:127 +#: commands/sequence.c:128 #, c-format msgid "unlogged sequences are not supported" msgstr "les squences non traces ne sont pas supportes" -#: commands/sequence.c:425 commands/tablecmds.c:2292 commands/tablecmds.c:2471 -#: commands/tablecmds.c:9944 tcop/utility.c:999 +#: commands/sequence.c:430 commands/tablecmds.c:2292 commands/tablecmds.c:2471 commands/tablecmds.c:9944 tcop/utility.c:999 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "la relation %s n'existe pas, poursuite du traitement" -#: commands/sequence.c:643 +#: commands/sequence.c:652 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval : valeur maximale de la squence %s (%s) atteinte" -#: commands/sequence.c:666 +#: commands/sequence.c:675 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval : valeur minimale de la squence %s (%s) atteinte" -#: commands/sequence.c:779 +#: commands/sequence.c:798 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "" "la valeur courante (currval) de la squence %s n'est pas encore dfinie\n" "dans cette session" -#: commands/sequence.c:798 commands/sequence.c:804 +#: commands/sequence.c:817 commands/sequence.c:823 #, c-format msgid "lastval is not yet defined in this session" -msgstr "" -"la dernire valeur (lastval) n'est pas encore dfinie dans cette session" +msgstr "la dernire valeur (lastval) n'est pas encore dfinie dans cette session" -#: commands/sequence.c:873 +#: commands/sequence.c:892 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" -msgstr "" -"setval : la valeur %s est en dehors des limites de la squence %s (%s.." -"%s)" +msgstr "setval : la valeur %s est en dehors des limites de la squence %s (%s..%s)" -#: commands/sequence.c:1242 +#: commands/sequence.c:1265 #, c-format msgid "INCREMENT must not be zero" msgstr "la valeur INCREMENT ne doit pas tre zro" -#: commands/sequence.c:1298 +#: commands/sequence.c:1321 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "la valeur MINVALUE (%s) doit tre moindre que la valeur MAXVALUE (%s)" -#: commands/sequence.c:1323 +#: commands/sequence.c:1346 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" -msgstr "" -"la valeur START (%s) ne peut pas tre plus petite que celle de MINVALUE (%s)" +msgstr "la valeur START (%s) ne peut pas tre plus petite que celle de MINVALUE (%s)" -#: commands/sequence.c:1335 +#: commands/sequence.c:1358 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" -msgstr "" -"la valeur START (%s) ne peut pas tre plus grande que celle de MAXVALUE (%s)" +msgstr "la valeur START (%s) ne peut pas tre plus grande que celle de MAXVALUE (%s)" -#: commands/sequence.c:1365 +#: commands/sequence.c:1388 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" -msgstr "" -"la valeur RESTART (%s) ne peut pas tre plus petite que celle de MINVALUE " -"(%s)" +msgstr "la valeur RESTART (%s) ne peut pas tre plus petite que celle de MINVALUE (%s)" -#: commands/sequence.c:1377 +#: commands/sequence.c:1400 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" -msgstr "" -"la valeur RESTART (%s) ne peut pas tre plus grande que celle de MAXVALUE " -"(%s)" +msgstr "la valeur RESTART (%s) ne peut pas tre plus grande que celle de MAXVALUE (%s)" -#: commands/sequence.c:1392 +#: commands/sequence.c:1415 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "la valeur CACHE (%s) doit tre plus grande que zro" -#: commands/sequence.c:1424 +#: commands/sequence.c:1447 #, c-format msgid "invalid OWNED BY option" msgstr "option OWNED BY invalide" -#: commands/sequence.c:1425 +#: commands/sequence.c:1448 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Indiquer OWNED BY table.colonne ou OWNED BY NONE." -#: commands/sequence.c:1448 +#: commands/sequence.c:1471 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "la relation rfrence %s n'est ni une table ni une table distante" -#: commands/sequence.c:1455 +#: commands/sequence.c:1478 #, c-format msgid "sequence must have same owner as table it is linked to" -msgstr "" -"la squence doit avoir le mme propritaire que la table avec laquelle elle " -"est lie" +msgstr "la squence doit avoir le mme propritaire que la table avec laquelle elle est lie" -#: commands/sequence.c:1459 +#: commands/sequence.c:1482 #, c-format msgid "sequence must be in same schema as table it is linked to" -msgstr "" -"la squence doit tre dans le mme schma que la table avec laquelle elle " -"est lie" +msgstr "la squence doit tre dans le mme schma que la table avec laquelle elle est lie" #: commands/tablecmds.c:205 #, c-format @@ -7082,8 +6466,7 @@ msgstr " msgid "Use DROP TYPE to remove a type." msgstr "Utilisez DROP TYPE pour supprimer un type." -#: commands/tablecmds.c:241 commands/tablecmds.c:7826 -#: commands/tablecmds.c:9876 +#: commands/tablecmds.c:241 commands/tablecmds.c:7826 commands/tablecmds.c:9876 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "la table distante %s n'existe pas" @@ -7102,9 +6485,7 @@ msgstr "Utilisez DROP FOREIGN TABLE pour supprimer une table distante." msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT peut seulement tre utilis sur des tables temporaires" -#: commands/tablecmds.c:469 parser/parse_utilcmd.c:528 -#: parser/parse_utilcmd.c:539 parser/parse_utilcmd.c:556 -#: parser/parse_utilcmd.c:618 +#: commands/tablecmds.c:469 parser/parse_utilcmd.c:528 parser/parse_utilcmd.c:539 parser/parse_utilcmd.c:556 parser/parse_utilcmd.c:618 #, c-format msgid "constraints are not supported on foreign tables" msgstr "les contraintes ne sont pas supports par les tables distantes" @@ -7126,12 +6507,7 @@ msgstr "DROP INDEX CONCURRENTLY ne permet pas de supprimer plusieurs objets" msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY ne permet pas la CASCADE" -#: commands/tablecmds.c:913 commands/tablecmds.c:1251 -#: commands/tablecmds.c:2107 commands/tablecmds.c:3998 -#: commands/tablecmds.c:5827 commands/tablecmds.c:10489 -#: commands/tablecmds.c:10524 commands/trigger.c:207 commands/trigger.c:1092 -#: commands/trigger.c:1198 rewrite/rewriteDefine.c:274 -#: rewrite/rewriteDefine.c:890 +#: commands/tablecmds.c:913 commands/tablecmds.c:1251 commands/tablecmds.c:2107 commands/tablecmds.c:3998 commands/tablecmds.c:5827 commands/tablecmds.c:10489 commands/tablecmds.c:10524 commands/trigger.c:213 commands/trigger.c:1098 commands/trigger.c:1204 rewrite/rewriteDefine.c:274 rewrite/rewriteDefine.c:890 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "droit refus : %s est un catalogue systme" @@ -7176,11 +6552,7 @@ msgstr "assemblage de plusieurs d msgid "inherited column \"%s\" has a type conflict" msgstr "la colonne hrite %s a un conflit de type" -#: commands/tablecmds.c:1555 commands/tablecmds.c:1576 -#: commands/tablecmds.c:1763 commands/tablecmds.c:1785 -#: parser/parse_coerce.c:1592 parser/parse_coerce.c:1612 -#: parser/parse_coerce.c:1632 parser/parse_coerce.c:1677 -#: parser/parse_coerce.c:1714 parser/parse_param.c:218 +#: commands/tablecmds.c:1555 commands/tablecmds.c:1576 commands/tablecmds.c:1763 commands/tablecmds.c:1785 parser/parse_coerce.c:1592 parser/parse_coerce.c:1612 parser/parse_coerce.c:1632 parser/parse_coerce.c:1677 parser/parse_coerce.c:1714 parser/parse_param.c:218 #, c-format msgid "%s versus %s" msgstr "%s versus %s" @@ -7190,8 +6562,7 @@ msgstr "%s versus %s" msgid "inherited column \"%s\" has a collation conflict" msgstr "la colonne hrite %s a un conflit sur le collationnement" -#: commands/tablecmds.c:1564 commands/tablecmds.c:1773 -#: commands/tablecmds.c:4422 +#: commands/tablecmds.c:1564 commands/tablecmds.c:1773 commands/tablecmds.c:4422 #, c-format msgid "\"%s\" versus \"%s\"" msgstr " %s versus %s " @@ -7201,8 +6572,7 @@ msgstr " msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "la colonne hrite %s a un conflit de paramtre de stockage" -#: commands/tablecmds.c:1686 parser/parse_utilcmd.c:859 -#: parser/parse_utilcmd.c:1200 parser/parse_utilcmd.c:1276 +#: commands/tablecmds.c:1686 parser/parse_utilcmd.c:859 parser/parse_utilcmd.c:1200 parser/parse_utilcmd.c:1276 #, c-format msgid "cannot convert whole-row table reference" msgstr "ne peut pas convertir une rfrence de ligne complte de table" @@ -7210,9 +6580,7 @@ msgstr "ne peut pas convertir une r #: commands/tablecmds.c:1687 parser/parse_utilcmd.c:860 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." -msgstr "" -"La constrainte %s contient une rfrence de ligne complte vers la table " -" %s ." +msgstr "La constrainte %s contient une rfrence de ligne complte vers la table %s ." #: commands/tablecmds.c:1753 #, c-format @@ -7242,14 +6610,11 @@ msgstr "la colonne #: commands/tablecmds.c:1837 #, c-format msgid "To resolve the conflict, specify a default explicitly." -msgstr "" -"Pour rsoudre le conflit, spcifiez explicitement une valeur par dfaut." +msgstr "Pour rsoudre le conflit, spcifiez explicitement une valeur par dfaut." #: commands/tablecmds.c:1884 #, c-format -msgid "" -"check constraint name \"%s\" appears multiple times but with different " -"expressions" +msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "" "le nom de la contrainte de vrification, %s , apparat plusieurs fois\n" "mais avec des expressions diffrentes" @@ -7261,18 +6626,13 @@ msgstr "ne peut pas renommer une colonne d'une table typ #: commands/tablecmds.c:2095 #, c-format -msgid "" -"\"%s\" is not a table, view, materialized view, composite type, index, or " -"foreign table" -msgstr "" -" %s n'est ni une table, ni une vue, ni une vue matrialise, ni un type " -"composite, ni un index, ni une table distante" +msgid "\"%s\" is not a table, view, materialized view, composite type, index, or foreign table" +msgstr " %s n'est ni une table, ni une vue, ni une vue matrialise, ni un type composite, ni un index, ni une table distante" #: commands/tablecmds.c:2187 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" -msgstr "" -"la colonne hrite %s doit aussi tre renomme pour les tables filles" +msgstr "la colonne hrite %s doit aussi tre renomme pour les tables filles" #: commands/tablecmds.c:2219 #, c-format @@ -7287,8 +6647,7 @@ msgstr "ne peut pas renommer la colonne h #: commands/tablecmds.c:2381 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" -msgstr "" -"la contrainte hrite %s doit aussi tre renomme pour les tables enfants" +msgstr "la contrainte hrite %s doit aussi tre renomme pour les tables enfants" #: commands/tablecmds.c:2388 #, c-format @@ -7298,8 +6657,7 @@ msgstr "ne peut pas renommer la colonne h #. translator: first %s is a SQL command, eg ALTER TABLE #: commands/tablecmds.c:2599 #, c-format -msgid "" -"cannot %s \"%s\" because it is being used by active queries in this session" +msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "" "ne peut pas excuter %s %s car cet objet est en cours d'utilisation par\n" "des requtes actives dans cette session" @@ -7308,8 +6666,7 @@ msgstr "" #: commands/tablecmds.c:2608 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" -msgstr "" -"ne peut pas excuter %s %s car il reste des vnements sur les triggers" +msgstr "ne peut pas excuter %s %s car il reste des vnements sur les triggers" #: commands/tablecmds.c:3509 #, c-format @@ -7341,9 +6698,7 @@ msgstr "la colonne msgid "check constraint \"%s\" is violated by some row" msgstr "la contrainte de vrification %s est rompue par une ligne" -#: commands/tablecmds.c:4019 commands/trigger.c:201 commands/trigger.c:1086 -#: commands/trigger.c:1190 rewrite/rewriteDefine.c:268 -#: rewrite/rewriteDefine.c:885 +#: commands/tablecmds.c:4019 commands/trigger.c:207 commands/trigger.c:1092 commands/trigger.c:1196 rewrite/rewriteDefine.c:268 rewrite/rewriteDefine.c:885 #, c-format msgid "\"%s\" is not a table or view" msgstr " %s n'est pas une table ou une vue" @@ -7351,9 +6706,7 @@ msgstr " #: commands/tablecmds.c:4022 #, c-format msgid "\"%s\" is not a table, view, materialized view, or index" -msgstr "" -" %s n'est pas une table, une vue, une vue matrialise, une squence ou " -"une table distante" +msgstr " %s n'est pas une table, une vue, une vue matrialise, une squence ou une table distante" #: commands/tablecmds.c:4028 #, c-format @@ -7372,11 +6725,8 @@ msgstr " #: commands/tablecmds.c:4037 #, c-format -msgid "" -"\"%s\" is not a table, materialized view, composite type, or foreign table" -msgstr "" -" %s n'est ni une table, ni une vue matrialise, ni un type composite, ni " -"une table distante" +msgid "\"%s\" is not a table, materialized view, composite type, or foreign table" +msgstr " %s n'est ni une table, ni une vue matrialise, ni un type composite, ni une table distante" #: commands/tablecmds.c:4047 #, c-format @@ -7390,11 +6740,9 @@ msgstr "ne peux pas modifier le type #: commands/tablecmds.c:4211 #, c-format -msgid "" -"cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" +msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "" -"ne peut pas modifier la table distante %s car la colonne %s.%s " -"utilise\n" +"ne peut pas modifier la table distante %s car la colonne %s.%s utilise\n" "son type de ligne" #: commands/tablecmds.c:4218 @@ -7407,8 +6755,7 @@ msgstr "" #: commands/tablecmds.c:4280 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" -msgstr "" -"ne peut pas modifier le type %s car il s'agit du type d'une table de type" +msgstr "ne peut pas modifier le type %s car il s'agit du type d'une table de type" #: commands/tablecmds.c:4282 #, c-format @@ -7433,8 +6780,7 @@ msgstr "la table fille #: commands/tablecmds.c:4420 commands/tablecmds.c:9264 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" -msgstr "" -"la table fille %s a un collationnement diffrent pour la colonne %s " +msgstr "la table fille %s a un collationnement diffrent pour la colonne %s " #: commands/tablecmds.c:4430 #, c-format @@ -7456,10 +6802,7 @@ msgstr "la colonne doit aussi msgid "column \"%s\" of relation \"%s\" already exists" msgstr "la colonne %s de la relation %s existe dj" -#: commands/tablecmds.c:4833 commands/tablecmds.c:4928 -#: commands/tablecmds.c:4976 commands/tablecmds.c:5080 -#: commands/tablecmds.c:5127 commands/tablecmds.c:5211 -#: commands/tablecmds.c:7253 commands/tablecmds.c:7848 +#: commands/tablecmds.c:4833 commands/tablecmds.c:4928 commands/tablecmds.c:4976 commands/tablecmds.c:5080 commands/tablecmds.c:5127 commands/tablecmds.c:5211 commands/tablecmds.c:7253 commands/tablecmds.c:7848 #, c-format msgid "cannot alter system column \"%s\"" msgstr "n'a pas pu modifier la colonne systme %s " @@ -7472,9 +6815,7 @@ msgstr "la colonne #: commands/tablecmds.c:5027 #, c-format msgid "\"%s\" is not a table, materialized view, index, or foreign table" -msgstr "" -" %s n'est pas une table, une vue matrialise, un index ou une table " -"distante" +msgstr " %s n'est pas une table, une vue matrialise, un index ou une table distante" #: commands/tablecmds.c:5054 #, c-format @@ -7520,10 +6861,8 @@ msgstr "ne peut pas supprimer la colonne h #: commands/tablecmds.c:5548 #, c-format -msgid "" -"ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" -msgstr "" -"ALTER TABLE / ADD CONSTRAINT USING INDEX renommera l'index %s en %s " +msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" +msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX renommera l'index %s en %s " #: commands/tablecmds.c:5751 #, c-format @@ -7538,18 +6877,12 @@ msgstr "la relation r #: commands/tablecmds.c:5844 #, c-format msgid "constraints on permanent tables may reference only permanent tables" -msgstr "" -"les contraintes sur les tables permanentes peuvent seulement rfrencer des " -"tables permanentes" +msgstr "les contraintes sur les tables permanentes peuvent seulement rfrencer des tables permanentes" #: commands/tablecmds.c:5851 #, c-format -msgid "" -"constraints on unlogged tables may reference only permanent or unlogged " -"tables" -msgstr "" -"les contraintes sur les tables non traces peuvent seulement rfrencer des " -"tables permanentes ou non traces" +msgid "constraints on unlogged tables may reference only permanent or unlogged tables" +msgstr "les contraintes sur les tables non traces peuvent seulement rfrencer des tables permanentes ou non traces" #: commands/tablecmds.c:5857 #, c-format @@ -7560,8 +6893,7 @@ msgstr "" #: commands/tablecmds.c:5861 #, c-format -msgid "" -"constraints on temporary tables must involve temporary tables of this session" +msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "" "les contraintes sur des tables temporaires doivent rfrencer les tables\n" "temporaires de cette session" @@ -7569,9 +6901,7 @@ msgstr "" #: commands/tablecmds.c:5922 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" -msgstr "" -"nombre de colonnes de rfrence et rfrences pour la cl trangre en " -"dsaccord" +msgstr "nombre de colonnes de rfrence et rfrences pour la cl trangre en dsaccord" #: commands/tablecmds.c:6029 #, c-format @@ -7581,22 +6911,17 @@ msgstr "la contrainte de cl #: commands/tablecmds.c:6032 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." -msgstr "" -"Les colonnes cls %s et %s sont de types incompatibles : %s et %s." +msgstr "Les colonnes cls %s et %s sont de types incompatibles : %s et %s." -#: commands/tablecmds.c:6226 commands/tablecmds.c:7092 -#: commands/tablecmds.c:7148 +#: commands/tablecmds.c:6226 commands/tablecmds.c:7092 commands/tablecmds.c:7148 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "la contrainte %s de la relation %s n'existe pas" #: commands/tablecmds.c:6233 #, c-format -msgid "" -"constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" -msgstr "" -"la contrainte %s de la relation %s n'est pas une cl trangre ou " -"une contrainte de vrification" +msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" +msgstr "la contrainte %s de la relation %s n'est pas une cl trangre ou une contrainte de vrification" #: commands/tablecmds.c:6302 #, c-format @@ -7606,8 +6931,7 @@ msgstr "la contrainte doit aussi #: commands/tablecmds.c:6364 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" -msgstr "" -"la colonne %s rfrence dans la contrainte de cl trangre n'existe pas" +msgstr "la colonne %s rfrence dans la contrainte de cl trangre n'existe pas" #: commands/tablecmds.c:6369 #, c-format @@ -7617,9 +6941,7 @@ msgstr "ne peut pas avoir plus de %d cl #: commands/tablecmds.c:6434 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" -msgstr "" -"ne peut pas utiliser une cl primaire dferrable pour la table %s " -"rfrence" +msgstr "ne peut pas utiliser une cl primaire dferrable pour la table %s rfrence" #: commands/tablecmds.c:6451 #, c-format @@ -7630,8 +6952,7 @@ msgstr "il n'existe pas de cl #, c-format msgid "foreign key referenced-columns list must not contain duplicates" msgstr "" -"la liste des colonnes rfrences dans une cl trangre ne doit pas " -"contenir\n" +"la liste des colonnes rfrences dans une cl trangre ne doit pas contenir\n" "des duplicats" #: commands/tablecmds.c:6610 @@ -7643,8 +6964,7 @@ msgstr "" #: commands/tablecmds.c:6615 #, c-format -msgid "" -"there is no unique constraint matching given keys for referenced table \"%s\"" +msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "" "il n'existe aucune contrainte unique correspondant aux cls donnes pour la\n" "table %s rfrence" @@ -7657,8 +6977,7 @@ msgstr "validation de la contraintes de cl #: commands/tablecmds.c:7064 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" -msgstr "" -"ne peut pas supprimer la contrainte hrite %s de la relation %s " +msgstr "ne peut pas supprimer la contrainte hrite %s de la relation %s " #: commands/tablecmds.c:7098 #, c-format @@ -7668,8 +6987,7 @@ msgstr "la contrainte #: commands/tablecmds.c:7237 #, c-format msgid "cannot alter column type of typed table" -msgstr "" -"ne peut pas modifier le type d'une colonne appartenant une table type" +msgstr "ne peut pas modifier le type d'une colonne appartenant une table type" #: commands/tablecmds.c:7260 #, c-format @@ -7694,9 +7012,7 @@ msgstr "Donnez une expression USING pour r #: commands/tablecmds.c:7377 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" -msgstr "" -"le type de colonne hrite %s doit aussi tre renomme pour les tables " -"filles" +msgstr "le type de colonne hrite %s doit aussi tre renomme pour les tables filles" #: commands/tablecmds.c:7458 #, c-format @@ -7707,15 +7023,13 @@ msgstr "ne peut pas modifier la colonne #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "" -"la valeur par dfaut de la colonne %s ne peut pas tre convertie vers " -"le\n" +"la valeur par dfaut de la colonne %s ne peut pas tre convertie vers le\n" "type %s automatiquement" #: commands/tablecmds.c:7620 #, c-format msgid "cannot alter type of a column used by a view or rule" -msgstr "" -"ne peut pas modifier le type d'une colonne utilise dans une vue ou une rgle" +msgstr "ne peut pas modifier le type d'une colonne utilise dans une vue ou une rgle" #: commands/tablecmds.c:7621 commands/tablecmds.c:7640 #, c-format @@ -7725,9 +7039,7 @@ msgstr "%s d #: commands/tablecmds.c:7639 #, c-format msgid "cannot alter type of a column used in a trigger definition" -msgstr "" -"ne peut pas modifier le type d'une colonne utilise dans la dfinition d'un " -"trigger" +msgstr "ne peut pas modifier le type d'une colonne utilise dans la dfinition d'un trigger" #: commands/tablecmds.c:8215 #, c-format @@ -7757,8 +7069,7 @@ msgstr "Utilisez ALTER TYPE #: commands/tablecmds.c:8256 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" -msgstr "" -" %s n'est pas une table, une vue, une squence ou une table distante" +msgstr " %s n'est pas une table, une vue, une squence ou une table distante" #: commands/tablecmds.c:8592 #, c-format @@ -7768,9 +7079,7 @@ msgstr "ne peut pas avoir de nombreuses sous-commandes SET TABLESPACE" #: commands/tablecmds.c:8663 #, c-format msgid "\"%s\" is not a table, view, materialized view, index, or TOAST table" -msgstr "" -" %s n'est pas une table, une vue, une vue matrialise, un index ou une " -"table TOAST" +msgstr " %s n'est pas une table, une vue, une vue matrialise, un index ou une table TOAST" #: commands/tablecmds.c:8808 #, c-format @@ -7795,8 +7104,7 @@ msgstr "ne peut pas modifier l'h #: commands/tablecmds.c:9076 #, c-format msgid "cannot inherit to temporary relation of another session" -msgstr "" -"ne peut pas hriter partir d'une relation temporaire d'une autre session" +msgstr "ne peut pas hriter partir d'une relation temporaire d'une autre session" #: commands/tablecmds.c:9130 #, c-format @@ -7811,9 +7119,7 @@ msgstr " #: commands/tablecmds.c:9139 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" -msgstr "" -"la table %s qui n'a pas d'OID ne peut pas hriter de la table %s qui " -"en a" +msgstr "la table %s qui n'a pas d'OID ne peut pas hriter de la table %s qui en a" #: commands/tablecmds.c:9275 #, c-format @@ -7828,18 +7134,12 @@ msgstr "la colonne #: commands/tablecmds.c:9374 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" -msgstr "" -"la table fille %s a un type diffrent pour la contrainte de vrification " -" %s " +msgstr "la table fille %s a un type diffrent pour la contrainte de vrification %s " #: commands/tablecmds.c:9382 #, c-format -msgid "" -"constraint \"%s\" conflicts with non-inherited constraint on child table \"%s" -"\"" -msgstr "" -"la contrainte %s entre en conflit avec une contrainte non hrite sur la " -"table fille %s " +msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" +msgstr "la contrainte %s entre en conflit avec une contrainte non hrite sur la table fille %s " #: commands/tablecmds.c:9406 #, c-format @@ -7898,15 +7198,10 @@ msgstr " #: commands/tablecmds.c:10613 #, c-format -msgid "" -"\"%s\" is not a table, view, materialized view, sequence, or foreign table" -msgstr "" -" %s n'est pas une table, une vue, une vue matrialise, une squence ou " -"une table distante" +msgid "\"%s\" is not a table, view, materialized view, sequence, or foreign table" +msgstr " %s n'est pas une table, une vue, une vue matrialise, une squence ou une table distante" -#: commands/tablespace.c:156 commands/tablespace.c:173 -#: commands/tablespace.c:184 commands/tablespace.c:192 -#: commands/tablespace.c:603 storage/file/copydir.c:47 +#: commands/tablespace.c:156 commands/tablespace.c:173 commands/tablespace.c:184 commands/tablespace.c:192 commands/tablespace.c:603 storage/file/copydir.c:47 #, c-format msgid "could not create directory \"%s\": %m" msgstr "n'a pas pu crer le rpertoire %s : %m" @@ -7961,16 +7256,12 @@ msgstr "Le pr msgid "tablespace \"%s\" already exists" msgstr "le tablespace %s existe dj" -#: commands/tablespace.c:372 commands/tablespace.c:530 -#: replication/basebackup.c:179 replication/basebackup.c:943 -#: utils/adt/misc.c:372 +#: commands/tablespace.c:372 commands/tablespace.c:530 replication/basebackup.c:179 replication/basebackup.c:967 utils/adt/misc.c:372 #, c-format msgid "tablespaces are not supported on this platform" msgstr "les tablespaces ne sont pas supports sur cette plateforme" -#: commands/tablespace.c:412 commands/tablespace.c:860 -#: commands/tablespace.c:939 commands/tablespace.c:1012 -#: commands/tablespace.c:1150 commands/tablespace.c:1350 +#: commands/tablespace.c:412 commands/tablespace.c:860 commands/tablespace.c:939 commands/tablespace.c:1012 commands/tablespace.c:1150 commands/tablespace.c:1350 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "le tablespace %s n'existe pas" @@ -8005,8 +7296,7 @@ msgstr "n'a pas pu configurer les droits du r msgid "directory \"%s\" already in use as a tablespace" msgstr "rpertoire %s dj en cours d'utilisation" -#: commands/tablespace.c:622 commands/tablespace.c:747 -#: commands/tablespace.c:760 commands/tablespace.c:784 +#: commands/tablespace.c:622 commands/tablespace.c:747 commands/tablespace.c:760 commands/tablespace.c:784 #, c-format msgid "could not remove directory \"%s\": %m" msgstr "n'a pas pu supprimer le rpertoire %s : %m" @@ -8021,11 +7311,7 @@ msgstr "n'a pas pu supprimer le lien symbolique msgid "could not create symbolic link \"%s\": %m" msgstr "n'a pas pu crer le lien symbolique %s : %m" -#: commands/tablespace.c:707 commands/tablespace.c:717 -#: postmaster/postmaster.c:1314 replication/basebackup.c:282 -#: replication/basebackup.c:578 storage/file/copydir.c:53 -#: storage/file/copydir.c:96 storage/file/fd.c:1952 utils/adt/genfile.c:354 -#: utils/adt/misc.c:272 utils/misc/tzparser.c:339 +#: commands/tablespace.c:707 commands/tablespace.c:717 postmaster/postmaster.c:1335 replication/basebackup.c:282 replication/basebackup.c:593 storage/file/copydir.c:53 storage/file/copydir.c:96 storage/file/fd.c:1952 utils/adt/genfile.c:354 utils/adt/misc.c:272 utils/misc/tzparser.c:339 #, c-format msgid "could not open directory \"%s\": %m" msgstr "n'a pas pu ouvrir le rpertoire %s : %m" @@ -8045,171 +7331,153 @@ msgstr "les r msgid "You can remove the directories manually if necessary." msgstr "Vous pouvez supprimer les rpertoires manuellement si ncessaire." -#: commands/trigger.c:174 +#: commands/trigger.c:180 #, c-format msgid "\"%s\" is a table" msgstr " %s est une table" -#: commands/trigger.c:176 +#: commands/trigger.c:182 #, c-format msgid "Tables cannot have INSTEAD OF triggers." msgstr "Les tables ne peuvent pas avoir de triggers INSTEAD OF." -#: commands/trigger.c:187 commands/trigger.c:194 +#: commands/trigger.c:193 commands/trigger.c:200 #, c-format msgid "\"%s\" is a view" msgstr " %s est une vue" -#: commands/trigger.c:189 +#: commands/trigger.c:195 #, c-format msgid "Views cannot have row-level BEFORE or AFTER triggers." -msgstr "" -"Les vues ne peuvent pas avoir de trigger BEFORE ou AFTER au niveau ligne." +msgstr "Les vues ne peuvent pas avoir de trigger BEFORE ou AFTER au niveau ligne." -#: commands/trigger.c:196 +#: commands/trigger.c:202 #, c-format msgid "Views cannot have TRUNCATE triggers." msgstr "Les vues ne peuvent pas avoir de triggers TRUNCATE." -#: commands/trigger.c:259 +#: commands/trigger.c:265 #, c-format msgid "TRUNCATE FOR EACH ROW triggers are not supported" msgstr "les triggers TRUNCATE FOR EACH ROW ne sont pas supports" -#: commands/trigger.c:267 +#: commands/trigger.c:273 #, c-format msgid "INSTEAD OF triggers must be FOR EACH ROW" msgstr "les triggers INSTEAD OF doivent tre FOR EACH ROW" -#: commands/trigger.c:271 +#: commands/trigger.c:277 #, c-format msgid "INSTEAD OF triggers cannot have WHEN conditions" msgstr "les triggers INSTEAD OF ne peuvent pas avoir de conditions WHEN" -#: commands/trigger.c:275 +#: commands/trigger.c:281 #, c-format msgid "INSTEAD OF triggers cannot have column lists" msgstr "les triggers INSTEAD OF ne peuvent pas avoir de liste de colonnes" -#: commands/trigger.c:334 commands/trigger.c:347 +#: commands/trigger.c:340 commands/trigger.c:353 #, c-format msgid "statement trigger's WHEN condition cannot reference column values" msgstr "" -"la condition WHEN de l'instruction du trigger ne peut pas rfrencer les " -"valeurs\n" +"la condition WHEN de l'instruction du trigger ne peut pas rfrencer les valeurs\n" "des colonnes" -#: commands/trigger.c:339 +#: commands/trigger.c:345 #, c-format msgid "INSERT trigger's WHEN condition cannot reference OLD values" -msgstr "" -"la condition WHEN du trigger INSERT ne peut pas rfrencer les valeurs OLD" +msgstr "la condition WHEN du trigger INSERT ne peut pas rfrencer les valeurs OLD" -#: commands/trigger.c:352 +#: commands/trigger.c:358 #, c-format msgid "DELETE trigger's WHEN condition cannot reference NEW values" -msgstr "" -"la condition WHEN du trigger DELETE ne peut pas rfrencer les valeurs NEW" +msgstr "la condition WHEN du trigger DELETE ne peut pas rfrencer les valeurs NEW" -#: commands/trigger.c:357 +#: commands/trigger.c:363 #, c-format msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns" msgstr "" "la condition WHEN d'un trigger BEFORE ne doit pas rfrencer les colonnes\n" "systme avec NEW" -#: commands/trigger.c:402 +#: commands/trigger.c:408 #, c-format msgid "changing return type of function %s from \"opaque\" to \"trigger\"" -msgstr "" -"changement du type de retour de la fonction %s de opaque vers trigger " +msgstr "changement du type de retour de la fonction %s de opaque vers trigger " -#: commands/trigger.c:409 +#: commands/trigger.c:415 #, c-format msgid "function %s must return type \"trigger\"" msgstr "la fonction %s doit renvoyer le type trigger " -#: commands/trigger.c:521 commands/trigger.c:1267 +#: commands/trigger.c:527 commands/trigger.c:1273 #, c-format msgid "trigger \"%s\" for relation \"%s\" already exists" msgstr "le trigger %s de la relation %s existe dj" -#: commands/trigger.c:806 +#: commands/trigger.c:812 msgid "Found referenced table's UPDATE trigger." msgstr "Trigger UPDATE de la table rfrence trouv." -#: commands/trigger.c:807 +#: commands/trigger.c:813 msgid "Found referenced table's DELETE trigger." msgstr "Trigger DELETE de la table rfrence trouv." -#: commands/trigger.c:808 +#: commands/trigger.c:814 msgid "Found referencing table's trigger." msgstr "Trigger de la table rfrence trouv." -#: commands/trigger.c:917 commands/trigger.c:933 +#: commands/trigger.c:923 commands/trigger.c:939 #, c-format msgid "ignoring incomplete trigger group for constraint \"%s\" %s" msgstr "ignore le groupe de trigger incomplet pour la contrainte %s %s" -#: commands/trigger.c:945 +#: commands/trigger.c:951 #, c-format msgid "converting trigger group into constraint \"%s\" %s" msgstr "conversion du groupe de trigger en une contrainte %s %s" -#: commands/trigger.c:1157 commands/trigger.c:1315 commands/trigger.c:1431 +#: commands/trigger.c:1163 commands/trigger.c:1321 commands/trigger.c:1437 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "le trigger %s de la table %s n'existe pas" -#: commands/trigger.c:1396 +#: commands/trigger.c:1402 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "droit refus : %s est un trigger systme" -#: commands/trigger.c:1892 +#: commands/trigger.c:1898 #, c-format msgid "trigger function %u returned null value" msgstr "la fonction trigger %u a renvoy la valeur NULL" -#: commands/trigger.c:1951 commands/trigger.c:2150 commands/trigger.c:2338 -#: commands/trigger.c:2597 +#: commands/trigger.c:1957 commands/trigger.c:2156 commands/trigger.c:2344 commands/trigger.c:2603 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "le trigger BEFORE STATEMENT ne peut pas renvoyer une valeur" -#: commands/trigger.c:2659 executor/nodeModifyTable.c:428 -#: executor/nodeModifyTable.c:709 +#: commands/trigger.c:2665 executor/nodeModifyTable.c:428 executor/nodeModifyTable.c:709 #, c-format -msgid "" -"tuple to be updated was already modified by an operation triggered by the " -"current command" -msgstr "" -"la ligne mettre jour tait dj modifie par une opration dclenche " -"par la commande courante" +msgid "tuple to be updated was already modified by an operation triggered by the current command" +msgstr "la ligne mettre jour tait dj modifie par une opration dclenche par la commande courante" -#: commands/trigger.c:2660 executor/nodeModifyTable.c:429 -#: executor/nodeModifyTable.c:710 +#: commands/trigger.c:2666 executor/nodeModifyTable.c:429 executor/nodeModifyTable.c:710 #, c-format -msgid "" -"Consider using an AFTER trigger instead of a BEFORE trigger to propagate " -"changes to other rows." -msgstr "" -"Considrez l'utilisation d'un trigger AFTER au lieu d'un trigger BEFORE pour " -"propager les changements sur les autres lignes." +msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." +msgstr "Considrez l'utilisation d'un trigger AFTER au lieu d'un trigger BEFORE pour propager les changements sur les autres lignes." -#: commands/trigger.c:2674 executor/execMain.c:1999 -#: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441 -#: executor/nodeModifyTable.c:722 +#: commands/trigger.c:2680 executor/execMain.c:2101 executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441 executor/nodeModifyTable.c:722 #, c-format msgid "could not serialize access due to concurrent update" msgstr "n'a pas pu srialiser un accs cause d'une mise jour en parallle" -#: commands/trigger.c:4303 +#: commands/trigger.c:4309 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "la contrainte %s n'est pas DEFERRABLE" -#: commands/trigger.c:4326 +#: commands/trigger.c:4332 #, c-format msgid "constraint \"%s\" does not exist" msgstr "la contrainte %s n'existe pas" @@ -8222,9 +7490,7 @@ msgstr "la fonction %s doit renvoyer le type %s" #: commands/tsearchcmds.c:186 #, c-format msgid "must be superuser to create text search parsers" -msgstr "" -"doit tre super-utilisateur pour crer des analyseurs de recherche plein " -"texte" +msgstr "doit tre super-utilisateur pour crer des analyseurs de recherche plein texte" #: commands/tsearchcmds.c:234 #, c-format @@ -8239,8 +7505,7 @@ msgstr "la m #: commands/tsearchcmds.c:249 #, c-format msgid "text search parser gettoken method is required" -msgstr "" -"la mthode gettoken de l'analyseur de recherche plein texte est requise" +msgstr "la mthode gettoken de l'analyseur de recherche plein texte est requise" #: commands/tsearchcmds.c:254 #, c-format @@ -8250,8 +7515,7 @@ msgstr "la m #: commands/tsearchcmds.c:259 #, c-format msgid "text search parser lextypes method is required" -msgstr "" -"la mthode lextypes de l'analyseur de recherche plein texte est requise" +msgstr "la mthode lextypes de l'analyseur de recherche plein texte est requise" #: commands/tsearchcmds.c:376 #, c-format @@ -8266,8 +7530,7 @@ msgstr "le mod #: commands/tsearchcmds.c:735 #, c-format msgid "must be superuser to create text search templates" -msgstr "" -"doit tre super-utilisateur pour crer des modles de recherche plein texte" +msgstr "doit tre super-utilisateur pour crer des modles de recherche plein texte" #: commands/tsearchcmds.c:772 #, c-format @@ -8358,9 +7621,7 @@ msgstr "le type de sortie de la fonction doit #: commands/typecmds.c:430 #, c-format -msgid "" -"type modifier output function is useless without a type modifier input " -"function" +msgid "type modifier output function is useless without a type modifier input function" msgstr "" "la fonction en sortie du modificateur de type est inutile sans une fonction\n" "en entre du modificateur de type" @@ -8378,8 +7639,7 @@ msgstr "le type d'entr #: commands/typecmds.c:470 #, c-format msgid "changing return type of function %s from \"opaque\" to \"cstring\"" -msgstr "" -"changement du type de retour de la fonction %s d' opaque vers cstring " +msgstr "changement du type de retour de la fonction %s d' opaque vers cstring " #: commands/typecmds.c:477 #, c-format @@ -8414,9 +7674,7 @@ msgstr "contraintes NULL/NOT NULL en conflit" #: commands/typecmds.c:933 #, c-format msgid "check constraints for domains cannot be marked NO INHERIT" -msgstr "" -"les contraintes CHECK pour les domaines ne peuvent pas tre marques NO " -"INHERIT" +msgstr "les contraintes CHECK pour les domaines ne peuvent pas tre marques NO INHERIT" #: commands/typecmds.c:942 commands/typecmds.c:2448 #, c-format @@ -8441,8 +7699,7 @@ msgstr "contraintes de cl #: commands/typecmds.c:969 commands/typecmds.c:2475 #, c-format msgid "specifying constraint deferrability not supported for domains" -msgstr "" -"spcifier des contraintes dferrantes n'est pas support par les domaines" +msgstr "spcifier des contraintes dferrantes n'est pas support par les domaines" #: commands/typecmds.c:1241 utils/cache/typcache.c:1071 #, c-format @@ -8462,15 +7719,12 @@ msgstr "le sous-type de l'intervalle ne peut pas #: commands/typecmds.c:1401 #, c-format msgid "range collation specified but subtype does not support collation" -msgstr "" -"collationnement spcifi pour l'intervalle mais le sous-type ne supporte pas " -"les collationnements" +msgstr "collationnement spcifi pour l'intervalle mais le sous-type ne supporte pas les collationnements" #: commands/typecmds.c:1637 #, c-format msgid "changing argument type of function %s from \"opaque\" to \"cstring\"" -msgstr "" -"changement du type d'argument de la fonction %s d' opaque cstring " +msgstr "changement du type d'argument de la fonction %s d' opaque cstring " #: commands/typecmds.c:1688 #, c-format @@ -8494,12 +7748,9 @@ msgstr "la fonction analyze du type %s doit renvoyer le type #: commands/typecmds.c:1887 #, c-format -msgid "" -"You must specify an operator class for the range type or define a default " -"operator class for the subtype." +msgid "You must specify an operator class for the range type or define a default operator class for the subtype." msgstr "" -"Vous devez spcifier une classe d'oprateur pour le type range ou dfinir " -"une\n" +"Vous devez spcifier une classe d'oprateur pour le type range ou dfinir une\n" "classe d'oprateur par dfaut pour le sous-type." #: commands/typecmds.c:1918 @@ -8544,14 +7795,11 @@ msgstr "la contrainte #: commands/typecmds.c:2575 #, c-format msgid "constraint \"%s\" of domain \"%s\" is not a check constraint" -msgstr "" -"la contrainte %s du domaine %s n'est pas une contrainte de " -"vrification" +msgstr "la contrainte %s du domaine %s n'est pas une contrainte de vrification" #: commands/typecmds.c:2677 #, c-format -msgid "" -"column \"%s\" of table \"%s\" contains values that violate the new constraint" +msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint" msgstr "" "la colonne %s de la table %s contient des valeurs violant la\n" "nouvelle contrainte" @@ -8591,8 +7839,7 @@ msgstr "ne peut pas modifier le type array %s" #: commands/typecmds.c:3202 commands/typecmds.c:3282 commands/typecmds.c:3446 #, c-format msgid "You can alter type %s, which will alter the array type as well." -msgstr "" -"Vous pouvez modifier le type %s, ce qui va modifier aussi le type tableau." +msgstr "Vous pouvez modifier le type %s, ce qui va modifier aussi le type tableau." #: commands/typecmds.c:3511 #, c-format @@ -8612,9 +7859,7 @@ msgstr "doit #: commands/user.c:284 #, c-format msgid "must be superuser to create replication users" -msgstr "" -"doit tre super-utilisateur pour crer des utilisateurs avec l'attribut " -"rplication" +msgstr "doit tre super-utilisateur pour crer des utilisateurs avec l'attribut rplication" #: commands/user.c:291 #, c-format @@ -8631,15 +7876,12 @@ msgstr "le nom du r msgid "role \"%s\" already exists" msgstr "le rle %s existe dj" -#: commands/user.c:618 commands/user.c:827 commands/user.c:933 -#: commands/user.c:1088 commands/variable.c:865 commands/variable.c:937 -#: utils/adt/acl.c:5120 utils/init/miscinit.c:433 +#: commands/user.c:618 commands/user.c:827 commands/user.c:933 commands/user.c:1088 commands/variable.c:865 commands/variable.c:937 utils/adt/acl.c:5120 utils/init/miscinit.c:433 #, c-format msgid "role \"%s\" does not exist" msgstr "le rle %s n'existe pas" -#: commands/user.c:631 commands/user.c:846 commands/user.c:1357 -#: commands/user.c:1503 +#: commands/user.c:631 commands/user.c:846 commands/user.c:1357 commands/user.c:1503 #, c-format msgid "must be superuser to alter superusers" msgstr "doit tre super-utilisateur pour modifier des super-utilisateurs" @@ -8647,9 +7889,7 @@ msgstr "doit #: commands/user.c:638 #, c-format msgid "must be superuser to alter replication users" -msgstr "" -"doit tre super-utilisateur pour modifier des utilisateurs ayant l'attribut " -"rplication" +msgstr "doit tre super-utilisateur pour modifier des utilisateurs ayant l'attribut rplication" #: commands/user.c:654 commands/user.c:854 #, c-format @@ -8659,8 +7899,7 @@ msgstr "droit refus #: commands/user.c:884 #, c-format msgid "must be superuser to alter settings globally" -msgstr "" -"doit tre super-utilisateur pour modifier globalement les configurations" +msgstr "doit tre super-utilisateur pour modifier globalement les configurations" #: commands/user.c:906 #, c-format @@ -8690,8 +7929,7 @@ msgstr "doit #: commands/user.c:985 #, c-format msgid "role \"%s\" cannot be dropped because some objects depend on it" -msgstr "" -"le rle %s ne peut pas tre supprim car d'autres objets en dpendent" +msgstr "le rle %s ne peut pas tre supprim car d'autres objets en dpendent" #: commands/user.c:1103 #, c-format @@ -8758,72 +7996,69 @@ msgstr "le r msgid "role \"%s\" is not a member of role \"%s\"" msgstr "le rle %s n'est pas un membre du rle %s " -#: commands/vacuum.c:468 +#: commands/vacuum.c:479 #, c-format msgid "oldest xmin is far in the past" msgstr "le plus ancien xmin est loin dans le pass" -#: commands/vacuum.c:469 +#: commands/vacuum.c:480 #, c-format msgid "Close open transactions soon to avoid wraparound problems." msgstr "" "Fermez les transactions ouvertes rapidement pour viter des problmes de\n" "rinitialisation." -#: commands/vacuum.c:501 +#: commands/vacuum.c:519 #, c-format msgid "oldest multixact is far in the past" msgstr "le plus ancien multixact est loin dans le pass" -#: commands/vacuum.c:502 +#: commands/vacuum.c:520 #, c-format -msgid "" -"Close open transactions with multixacts soon to avoid wraparound problems." +msgid "Close open transactions with multixacts soon to avoid wraparound problems." msgstr "" -"Fermez les transactions ouvertes avec multixacts rapidement pour viter des " -"problmes de\n" +"Fermez les transactions ouvertes avec multixacts rapidement pour viter des problmes de\n" "rinitialisation." -#: commands/vacuum.c:1064 +#: commands/vacuum.c:1082 #, c-format msgid "some databases have not been vacuumed in over 2 billion transactions" msgstr "" "certaines bases de donnes n'ont pas eu droit l'opration de maintenance\n" "VACUUM depuis plus de 2 milliards de transactions" -#: commands/vacuum.c:1065 +#: commands/vacuum.c:1083 #, c-format msgid "You might have already suffered transaction-wraparound data loss." msgstr "" "Vous pouvez avoir dj souffert de pertes de donnes suite une\n" "rinitialisation de l'identifiant des transactions." -#: commands/vacuum.c:1182 +#: commands/vacuum.c:1200 #, c-format msgid "skipping vacuum of \"%s\" --- lock not available" msgstr "ignore le vacuum de %s --- verrou non disponible" -#: commands/vacuum.c:1208 +#: commands/vacuum.c:1226 #, c-format msgid "skipping \"%s\" --- only superuser can vacuum it" msgstr "ignore %s --- seul le super-utilisateur peut excuter un VACUUM" -#: commands/vacuum.c:1212 +#: commands/vacuum.c:1230 #, c-format msgid "skipping \"%s\" --- only superuser or database owner can vacuum it" msgstr "" -"ignore %s --- seul le super-utilisateur ou le propritaire de la base de " -"donnes\n" +"ignore %s --- seul le super-utilisateur ou le propritaire de la base de donnes\n" "peuvent excuter un VACUUM" -#: commands/vacuum.c:1216 +#: commands/vacuum.c:1234 #, c-format msgid "skipping \"%s\" --- only table or database owner can vacuum it" msgstr "" "ignore %s --- seul le propritaire de la table ou de la base de donnes\n" "peut excuter un VACUUM" -#: commands/vacuum.c:1234 +#: commands/vacuum.c:1252 #, c-format msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" msgstr "" @@ -8843,16 +8078,14 @@ msgstr "" "VACUUM automatique de la table %s.%s.%s : parcours d'index : %d\n" "pages : %d supprimes, %d restantes\n" "lignes : %.0f supprims, %.0f restantes\n" -"utilisation des tampons : %d lus dans le cache, %d lus hors du cache, %d " -"modifis\n" +"utilisation des tampons : %d lus dans le cache, %d lus hors du cache, %d modifis\n" "taux moyen de lecture : %.3f Mo/s, taux moyen d'criture : %.3f Mo/s\n" "utilisation systme : %s" #: commands/vacuumlazy.c:671 #, c-format msgid "relation \"%s\" page %u is uninitialized --- fixing" -msgstr "" -"relation %s : la page %u n'est pas initialise --- correction en cours" +msgstr "relation %s : la page %u n'est pas initialise --- correction en cours" #: commands/vacuumlazy.c:1085 #, c-format @@ -8861,9 +8094,7 @@ msgstr " #: commands/vacuumlazy.c:1090 #, c-format -msgid "" -"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u " -"pages" +msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages" msgstr "" " %s : %.0f versions de ligne supprimables, %.0f non supprimables\n" "parmi %u pages sur %u" @@ -8886,8 +8117,7 @@ msgstr "" msgid "\"%s\": removed %d row versions in %d pages" msgstr " %s : %d versions de ligne supprime parmi %d pages" -#: commands/vacuumlazy.c:1168 commands/vacuumlazy.c:1335 -#: commands/vacuumlazy.c:1507 +#: commands/vacuumlazy.c:1168 commands/vacuumlazy.c:1335 commands/vacuumlazy.c:1507 #, c-format msgid "%s." msgstr "%s." @@ -8900,8 +8130,7 @@ msgstr "a parcouru l'index #: commands/vacuumlazy.c:1378 #, c-format msgid "index \"%s\" now contains %.0f row versions in %u pages" -msgstr "" -"l'index %s contient maintenant %.0f versions de ligne dans %u pages" +msgstr "l'index %s contient maintenant %.0f versions de ligne dans %u pages" #: commands/vacuumlazy.c:1382 #, c-format @@ -8917,9 +8146,7 @@ msgstr "" #: commands/vacuumlazy.c:1439 #, c-format msgid "\"%s\": stopping truncate due to conflicting lock request" -msgstr "" -" %s : mis en suspens du tronquage cause d'un conflit dans la demande de " -"verrou" +msgstr " %s : mis en suspens du tronquage cause d'un conflit dans la demande de verrou" #: commands/vacuumlazy.c:1504 #, c-format @@ -8929,9 +8156,7 @@ msgstr " #: commands/vacuumlazy.c:1560 #, c-format msgid "\"%s\": suspending truncate due to conflicting lock request" -msgstr "" -" %s : mis en suspens du tronquage cause d'un conflit dans la demande de " -"verrou" +msgstr " %s : mis en suspens du tronquage cause d'un conflit dans la demande de verrou" #: commands/variable.c:162 utils/misc/guc.c:8421 #, c-format @@ -8965,7 +8190,6 @@ msgstr "PostgreSQL ne supporte pas les secondes #: commands/variable.c:379 #, c-format -#| msgid "time zone displacement out of range" msgid "UTC timezone offset is out of range." msgstr "Le dcalage du fuseau horaire UTC est en dehors des limites." @@ -8980,16 +8204,14 @@ msgstr "" #, c-format msgid "transaction read-write mode must be set before any query" msgstr "" -"le mode de transaction lecture/criture doit tre configur avant " -"d'excuter\n" +"le mode de transaction lecture/criture doit tre configur avant d'excuter\n" "la premire requte" #: commands/variable.c:575 #, c-format msgid "cannot set transaction read-write mode during recovery" msgstr "" -"ne peut pas initialiser le mode lecture-criture des transactions lors de " -"la\n" +"ne peut pas initialiser le mode lecture-criture des transactions lors de la\n" "restauration" #: commands/variable.c:624 @@ -9007,8 +8229,7 @@ msgstr "" #: commands/variable.c:638 storage/lmgr/predicate.c:1585 #, c-format msgid "cannot use serializable mode in a hot standby" -msgstr "" -"ne peut pas utiliser le mode srialisable sur un serveur en Hot Standby " +msgstr "ne peut pas utiliser le mode srialisable sur un serveur en Hot Standby " #: commands/variable.c:639 #, c-format @@ -9017,8 +8238,7 @@ msgstr "Vous pouvez utiliser REPEATABLE READ #: commands/variable.c:687 #, c-format -msgid "" -"SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" +msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" msgstr "" "SET TRANSACTION [NOT] DEFERRABLE ne doit pas tre appel dans une\n" "sous-transaction" @@ -9068,9 +8288,7 @@ msgstr "ne peut pas modifier le nom de la colonne #: commands/view.c:265 #, c-format msgid "cannot change data type of view column \"%s\" from %s to %s" -msgstr "" -"ne peut pas modifier le type de donnes de la colonne %s de la vue de %s " -" %s" +msgstr "ne peut pas modifier le type de donnes de la colonne %s de la vue de %s %s" #: commands/view.c:398 #, c-format @@ -9080,9 +8298,7 @@ msgstr "les vues ne peuvent pas contenir SELECT INTO" #: commands/view.c:411 #, c-format msgid "views must not contain data-modifying statements in WITH" -msgstr "" -"les vues ne peuvent pas contenir d'instructions de modifications de donnes " -"avec WITH" +msgstr "les vues ne peuvent pas contenir d'instructions de modifications de donnes avec WITH" #: commands/view.c:439 #, c-format @@ -9092,8 +8308,7 @@ msgstr "CREATE VIEW sp #: commands/view.c:447 #, c-format msgid "views cannot be unlogged because they do not have storage" -msgstr "" -"les vues ne peuvent pas tre non traces car elles n'ont pas de stockage" +msgstr "les vues ne peuvent pas tre non traces car elles n'ont pas de stockage" #: commands/view.c:461 #, c-format @@ -9113,16 +8328,12 @@ msgstr "le curseur #: executor/execCurrent.c:114 #, c-format msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\"" -msgstr "" -"le curseur %s a plusieurs rfrences FOR UPDATE/SHARE pour la table %s " -"" +msgstr "le curseur %s a plusieurs rfrences FOR UPDATE/SHARE pour la table %s " #: executor/execCurrent.c:123 #, c-format -msgid "" -"cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\"" -msgstr "" -"le curseur %s n'a pas de rfrence FOR UPDATE/SHARE pour la table %s " +msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\"" +msgstr "le curseur %s n'a pas de rfrence FOR UPDATE/SHARE pour la table %s " #: executor/execCurrent.c:133 executor/execCurrent.c:179 #, c-format @@ -9134,398 +8345,357 @@ msgstr "le curseur msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\"" msgstr "le curseur %s n'est pas un parcours modifiable de la table %s " -#: executor/execCurrent.c:231 executor/execQual.c:1161 +#: executor/execCurrent.c:231 executor/execQual.c:1164 #, c-format -msgid "" -"type of parameter %d (%s) does not match that when preparing the plan (%s)" -msgstr "" -"le type de paramtre %d (%s) ne correspond pas ce qui est prpar dans le " -"plan (%s)" +msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)" +msgstr "le type de paramtre %d (%s) ne correspond pas ce qui est prpar dans le plan (%s)" -#: executor/execCurrent.c:243 executor/execQual.c:1173 +#: executor/execCurrent.c:243 executor/execQual.c:1176 #, c-format msgid "no value found for parameter %d" msgstr "aucune valeur trouve pour le paramtre %d" -#: executor/execMain.c:954 +#: executor/execMain.c:969 #, c-format msgid "cannot change sequence \"%s\"" msgstr "ne peut pas modifier la squence %s " -#: executor/execMain.c:960 +#: executor/execMain.c:975 #, c-format msgid "cannot change TOAST relation \"%s\"" msgstr "ne peut pas modifier la relation TOAST %s " -#: executor/execMain.c:978 rewrite/rewriteHandler.c:2346 +#: executor/execMain.c:993 rewrite/rewriteHandler.c:2346 #, c-format msgid "cannot insert into view \"%s\"" msgstr "ne peut pas insrer dans la vue %s " -#: executor/execMain.c:980 rewrite/rewriteHandler.c:2349 +#: executor/execMain.c:995 rewrite/rewriteHandler.c:2349 #, c-format -msgid "" -"To enable inserting into the view, provide an INSTEAD OF INSERT trigger or " -"an unconditional ON INSERT DO INSTEAD rule." -msgstr "" -"Pour activer l'insertion dans la vue, fournissez un trigger INSTEAD OF " -"INSERT ou une rgle ON INSERT DO INSTEAD sans condition." +msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule." +msgstr "Pour activer l'insertion dans la vue, fournissez un trigger INSTEAD OF INSERT ou une rgle ON INSERT DO INSTEAD sans condition." -#: executor/execMain.c:986 rewrite/rewriteHandler.c:2354 +#: executor/execMain.c:1001 rewrite/rewriteHandler.c:2354 #, c-format msgid "cannot update view \"%s\"" msgstr "ne peut pas mettre jour la vue %s " -#: executor/execMain.c:988 rewrite/rewriteHandler.c:2357 +#: executor/execMain.c:1003 rewrite/rewriteHandler.c:2357 #, c-format -msgid "" -"To enable updating the view, provide an INSTEAD OF UPDATE trigger or an " -"unconditional ON UPDATE DO INSTEAD rule." -msgstr "" -"Pour activer la mise jour dans la vue, fournissez un trigger INSTEAD OF " -"UPDATE ou une rgle ON UPDATE DO INSTEAD sans condition." +msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule." +msgstr "Pour activer la mise jour dans la vue, fournissez un trigger INSTEAD OF UPDATE ou une rgle ON UPDATE DO INSTEAD sans condition." -#: executor/execMain.c:994 rewrite/rewriteHandler.c:2362 +#: executor/execMain.c:1009 rewrite/rewriteHandler.c:2362 #, c-format msgid "cannot delete from view \"%s\"" msgstr "ne peut pas supprimer partir de la vue %s " -#: executor/execMain.c:996 rewrite/rewriteHandler.c:2365 +#: executor/execMain.c:1011 rewrite/rewriteHandler.c:2365 #, c-format -msgid "" -"To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an " -"unconditional ON DELETE DO INSTEAD rule." -msgstr "" -"Pour activer la suppression dans la vue, fournissez un trigger INSTEAD OF " -"DELETE ou une rgle ON DELETE DO INSTEAD sans condition." +msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule." +msgstr "Pour activer la suppression dans la vue, fournissez un trigger INSTEAD OF DELETE ou une rgle ON DELETE DO INSTEAD sans condition." -#: executor/execMain.c:1006 +#: executor/execMain.c:1021 #, c-format msgid "cannot change materialized view \"%s\"" msgstr "ne peut pas modifier la vue matrialise %s " -#: executor/execMain.c:1018 +#: executor/execMain.c:1033 #, c-format msgid "cannot insert into foreign table \"%s\"" msgstr "ne peut pas insrer dans la table distante %s " -#: executor/execMain.c:1024 +#: executor/execMain.c:1039 #, c-format msgid "foreign table \"%s\" does not allow inserts" msgstr "la table distante %s n'autorise pas les insertions" -#: executor/execMain.c:1031 +#: executor/execMain.c:1046 #, c-format msgid "cannot update foreign table \"%s\"" msgstr "ne peut pas modifier la table distante %s " -#: executor/execMain.c:1037 +#: executor/execMain.c:1052 #, c-format msgid "foreign table \"%s\" does not allow updates" msgstr "la table distante %s n'autorise pas les modifications" -#: executor/execMain.c:1044 +#: executor/execMain.c:1059 #, c-format msgid "cannot delete from foreign table \"%s\"" msgstr "ne peut pas supprimer partir de la table distante %s " -#: executor/execMain.c:1050 +#: executor/execMain.c:1065 #, c-format msgid "foreign table \"%s\" does not allow deletes" msgstr "la table distante %s n'autorise pas les suppressions" -#: executor/execMain.c:1061 +#: executor/execMain.c:1076 #, c-format msgid "cannot change relation \"%s\"" msgstr "ne peut pas modifier la relation %s " -#: executor/execMain.c:1085 +#: executor/execMain.c:1100 #, c-format msgid "cannot lock rows in sequence \"%s\"" msgstr "ne peut pas verrouiller les lignes dans la squence %s " -#: executor/execMain.c:1092 +#: executor/execMain.c:1107 #, c-format msgid "cannot lock rows in TOAST relation \"%s\"" msgstr "ne peut pas verrouiller les lignes dans la relation TOAST %s " -#: executor/execMain.c:1099 +#: executor/execMain.c:1114 #, c-format msgid "cannot lock rows in view \"%s\"" msgstr "ne peut pas verrouiller les lignes dans la vue %s " -#: executor/execMain.c:1107 +#: executor/execMain.c:1122 #, c-format msgid "cannot lock rows in materialized view \"%s\"" msgstr "ne peut pas verrouiller les lignes dans la vue matrialise %s " -#: executor/execMain.c:1114 +#: executor/execMain.c:1129 #, c-format msgid "cannot lock rows in foreign table \"%s\"" msgstr "ne peut pas verrouiller la table distante %s " -#: executor/execMain.c:1120 +#: executor/execMain.c:1135 #, c-format msgid "cannot lock rows in relation \"%s\"" msgstr "n'a pas pu verrouiller les lignes dans la relation %s " -#: executor/execMain.c:1605 +#: executor/execMain.c:1631 #, c-format msgid "null value in column \"%s\" violates not-null constraint" msgstr "une valeur NULL viole la contrainte NOT NULL de la colonne %s " -#: executor/execMain.c:1607 executor/execMain.c:1624 +#: executor/execMain.c:1633 executor/execMain.c:1658 #, c-format msgid "Failing row contains %s." msgstr "La ligne en chec contient %s" -#: executor/execMain.c:1622 +#: executor/execMain.c:1656 #, c-format msgid "new row for relation \"%s\" violates check constraint \"%s\"" -msgstr "" -"la nouvelle ligne viole la contrainte de vrification %s de la relation " -" %s " +msgstr "la nouvelle ligne viole la contrainte de vrification %s de la relation %s " -#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3152 -#: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 -#: utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 -#: utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945 +#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3155 utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945 #, c-format msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" -msgstr "" -"le nombre de dimensions du tableau (%d) dpasse le maximum autoris (%d)" +msgstr "le nombre de dimensions du tableau (%d) dpasse le maximum autoris (%d)" #: executor/execQual.c:319 executor/execQual.c:347 #, c-format msgid "array subscript in assignment must not be null" msgstr "l'indice du tableau dans l'affectation ne doit pas tre NULL" -#: executor/execQual.c:642 executor/execQual.c:4073 +#: executor/execQual.c:642 executor/execQual.c:4076 #, c-format msgid "attribute %d has wrong type" msgstr "l'attribut %d a un type invalide" -#: executor/execQual.c:643 executor/execQual.c:4074 +#: executor/execQual.c:643 executor/execQual.c:4077 #, c-format msgid "Table has type %s, but query expects %s." msgstr "La table a le type %s alors que la requte attend %s." -#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1051 -#: executor/nodeModifyTable.c:85 executor/nodeModifyTable.c:95 -#: executor/nodeModifyTable.c:112 executor/nodeModifyTable.c:120 +#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1054 executor/nodeModifyTable.c:85 executor/nodeModifyTable.c:95 executor/nodeModifyTable.c:112 executor/nodeModifyTable.c:120 #, c-format msgid "table row type and query-specified row type do not match" -msgstr "" -"Le type de ligne de la table et celui spcifi par la requte ne " -"correspondent pas" +msgstr "Le type de ligne de la table et celui spcifi par la requte ne correspondent pas" #: executor/execQual.c:837 #, c-format msgid "Table row contains %d attribute, but query expects %d." msgid_plural "Table row contains %d attributes, but query expects %d." -msgstr[0] "" -"La ligne de la table contient %d attribut alors que la requte en attend %d." -msgstr[1] "" -"La ligne de la table contient %d attributs alors que la requte en attend %d." +msgstr[0] "La ligne de la table contient %d attribut alors que la requte en attend %d." +msgstr[1] "La ligne de la table contient %d attributs alors que la requte en attend %d." #: executor/execQual.c:854 executor/nodeModifyTable.c:96 #, c-format msgid "Table has type %s at ordinal position %d, but query expects %s." -msgstr "" -"La table a le type %s la position ordinale %d alors que la requte attend " -"%s." +msgstr "La table a le type %s la position ordinale %d alors que la requte attend %s." -#: executor/execQual.c:1052 executor/execQual.c:1648 +#: executor/execQual.c:1055 executor/execQual.c:1651 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "" "Le stockage physique ne correspond pas l'attribut supprim la position\n" "ordinale %d." -#: executor/execQual.c:1327 parser/parse_func.c:93 parser/parse_func.c:325 -#: parser/parse_func.c:639 +#: executor/execQual.c:1330 parser/parse_func.c:93 parser/parse_func.c:325 parser/parse_func.c:639 #, c-format msgid "cannot pass more than %d argument to a function" msgid_plural "cannot pass more than %d arguments to a function" msgstr[0] "ne peut pas passer plus de %d argument une fonction" msgstr[1] "ne peut pas passer plus de %d arguments une fonction" -#: executor/execQual.c:1516 +#: executor/execQual.c:1519 #, c-format msgid "functions and operators can take at most one set argument" -msgstr "" -"les fonctions et oprateurs peuvent prendre au plus un argument d'ensemble" +msgstr "les fonctions et oprateurs peuvent prendre au plus un argument d'ensemble" -#: executor/execQual.c:1566 +#: executor/execQual.c:1569 #, c-format -msgid "" -"function returning setof record called in context that cannot accept type " -"record" +msgid "function returning setof record called in context that cannot accept type record" msgstr "" "la fonction renvoyant des lignes a t appele dans un contexte qui\n" "n'accepte pas un ensemble" -#: executor/execQual.c:1621 executor/execQual.c:1637 executor/execQual.c:1647 +#: executor/execQual.c:1624 executor/execQual.c:1640 executor/execQual.c:1650 #, c-format msgid "function return row and query-specified return row do not match" -msgstr "" -"la ligne de retour spcifie par la requte et la ligne de retour de la " -"fonction ne correspondent pas" +msgstr "la ligne de retour spcifie par la requte et la ligne de retour de la fonction ne correspondent pas" -#: executor/execQual.c:1622 +#: executor/execQual.c:1625 #, c-format msgid "Returned row contains %d attribute, but query expects %d." msgid_plural "Returned row contains %d attributes, but query expects %d." -msgstr[0] "" -"La ligne renvoye contient %d attribut mais la requte en attend %d." -msgstr[1] "" -"La ligne renvoye contient %d attributs mais la requte en attend %d." +msgstr[0] "La ligne renvoye contient %d attribut mais la requte en attend %d." +msgstr[1] "La ligne renvoye contient %d attributs mais la requte en attend %d." -#: executor/execQual.c:1638 +#: executor/execQual.c:1641 #, c-format msgid "Returned type %s at ordinal position %d, but query expects %s." -msgstr "" -"A renvoy le type %s la position ordinale %d, mais la requte attend %s." +msgstr "A renvoy le type %s la position ordinale %d, mais la requte attend %s." -#: executor/execQual.c:1880 executor/execQual.c:2311 +#: executor/execQual.c:1883 executor/execQual.c:2314 #, c-format msgid "table-function protocol for materialize mode was not followed" -msgstr "" -"le protocole de la fonction table pour le mode matrialis n'a pas t " -"respect" +msgstr "le protocole de la fonction table pour le mode matrialis n'a pas t respect" -#: executor/execQual.c:1900 executor/execQual.c:2318 +#: executor/execQual.c:1903 executor/execQual.c:2321 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "returnMode de la fonction table non reconnu : %d" -#: executor/execQual.c:2228 +#: executor/execQual.c:2231 #, c-format msgid "function returning set of rows cannot return null value" msgstr "" "la fonction renvoyant un ensemble de lignes ne peut pas renvoyer une valeur\n" "NULL" -#: executor/execQual.c:2285 +#: executor/execQual.c:2288 #, c-format msgid "rows returned by function are not all of the same row type" -msgstr "" -"les lignes renvoyes par la fonction ne sont pas toutes du mme type ligne" +msgstr "les lignes renvoyes par la fonction ne sont pas toutes du mme type ligne" -#: executor/execQual.c:2500 +#: executor/execQual.c:2503 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM ne supporte pas les arguments d'ensemble" -#: executor/execQual.c:2577 +#: executor/execQual.c:2580 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "" "l'oprateur ANY/ALL (pour les types array) ne supporte pas les arguments\n" "d'ensemble" -#: executor/execQual.c:3130 +#: executor/execQual.c:3133 #, c-format msgid "cannot merge incompatible arrays" msgstr "ne peut pas fusionner les tableaux incompatibles" -#: executor/execQual.c:3131 +#: executor/execQual.c:3134 #, c-format -msgid "" -"Array with element type %s cannot be included in ARRAY construct with " -"element type %s." -msgstr "" -"Le tableau avec le type d'lment %s ne peut pas tre inclus dans la " -"construction ARRAY avec le type d'lment %s." +msgid "Array with element type %s cannot be included in ARRAY construct with element type %s." +msgstr "Le tableau avec le type d'lment %s ne peut pas tre inclus dans la construction ARRAY avec le type d'lment %s." -#: executor/execQual.c:3172 executor/execQual.c:3199 -#: utils/adt/arrayfuncs.c:547 +#: executor/execQual.c:3175 executor/execQual.c:3202 utils/adt/arrayfuncs.c:547 #, c-format -msgid "" -"multidimensional arrays must have array expressions with matching dimensions" +msgid "multidimensional arrays must have array expressions with matching dimensions" msgstr "" "les tableaux multidimensionnels doivent avoir des expressions de tableaux\n" "avec les dimensions correspondantes" -#: executor/execQual.c:3714 +#: executor/execQual.c:3717 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF ne supporte pas les arguments d'ensemble" -#: executor/execQual.c:3944 utils/adt/domains.c:131 +#: executor/execQual.c:3947 utils/adt/domains.c:131 #, c-format msgid "domain %s does not allow null values" msgstr "le domaine %s n'autorise pas les valeurs NULL" -#: executor/execQual.c:3974 utils/adt/domains.c:168 +#: executor/execQual.c:3977 utils/adt/domains.c:168 #, c-format msgid "value for domain %s violates check constraint \"%s\"" -msgstr "" -"la valeur pour le domaine %s viole la contrainte de vrification %s " +msgstr "la valeur pour le domaine %s viole la contrainte de vrification %s " -#: executor/execQual.c:4332 +#: executor/execQual.c:4335 #, c-format msgid "WHERE CURRENT OF is not supported for this table type" msgstr "WHERE CURRENT OF n'est pas support pour ce type de table" -#: executor/execQual.c:4475 optimizer/util/clauses.c:573 -#: parser/parse_agg.c:347 +#: executor/execQual.c:4478 optimizer/util/clauses.c:573 parser/parse_agg.c:347 #, c-format msgid "aggregate function calls cannot be nested" msgstr "les appels la fonction d'agrgat ne peuvent pas tre imbriqus" -#: executor/execQual.c:4513 optimizer/util/clauses.c:647 -#: parser/parse_agg.c:443 +#: executor/execQual.c:4516 optimizer/util/clauses.c:647 parser/parse_agg.c:443 #, c-format msgid "window function calls cannot be nested" msgstr "les appels la fonction window ne peuvent pas tre imbriqus" -#: executor/execQual.c:4725 +#: executor/execQual.c:4728 #, c-format msgid "target type is not an array" msgstr "le type cible n'est pas un tableau" -#: executor/execQual.c:4839 +#: executor/execQual.c:4842 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "une colonne ROW() a le type %s au lieu du type %s" -#: executor/execQual.c:4974 utils/adt/arrayfuncs.c:3383 -#: utils/adt/rowtypes.c:922 +#: executor/execQual.c:4977 utils/adt/arrayfuncs.c:3383 utils/adt/rowtypes.c:922 #, c-format msgid "could not identify a comparison function for type %s" msgstr "n'a pas pu identifier une fonction de comparaison pour le type %s" -#: executor/execUtils.c:844 +#: executor/execUtils.c:846 #, c-format msgid "materialized view \"%s\" has not been populated" msgstr "la vue matrialise %s n'a pas t peuple" -#: executor/execUtils.c:846 +#: executor/execUtils.c:848 #, c-format msgid "Use the REFRESH MATERIALIZED VIEW command." msgstr "Utilisez la commande REFRESH MATERIALIZED VIEW." -#: executor/execUtils.c:1323 +#: executor/execUtils.c:1325 #, c-format msgid "could not create exclusion constraint \"%s\"" msgstr "n'a pas pu crer la contrainte d'exclusion %s " -#: executor/execUtils.c:1325 +#: executor/execUtils.c:1328 #, c-format msgid "Key %s conflicts with key %s." msgstr "La cl %s est en conflit avec la cl %s." -#: executor/execUtils.c:1332 +#: executor/execUtils.c:1330 +#, c-format +msgid "Key conflicts exist." +msgstr "Un conflit de cls est prsent." + +#: executor/execUtils.c:1336 #, c-format msgid "conflicting key value violates exclusion constraint \"%s\"" msgstr "la valeur d'une cl en conflit rompt la contrainte d'exclusion %s " -#: executor/execUtils.c:1334 +#: executor/execUtils.c:1339 #, c-format msgid "Key %s conflicts with existing key %s." msgstr "La cl %s est en conflit avec la cl existante %s." +#: executor/execUtils.c:1341 +#, c-format +msgid "Key conflicts with existing key." +msgstr "La cl est en conflit avec une cl existante." + #: executor/functions.c:225 #, c-format msgid "could not determine actual type of argument declared %s" @@ -9545,9 +8715,7 @@ msgstr "%s n'est pas autoris #: executor/functions.c:638 #, c-format -msgid "" -"could not determine actual result type for function declared to return type " -"%s" +msgid "could not determine actual result type for function declared to return type %s" msgstr "" "n'a pas pu dterminer le type du rsultat actuel pour la fonction dclarant\n" "renvoyer le type %s" @@ -9562,18 +8730,14 @@ msgstr "fonction SQL msgid "SQL function \"%s\" during startup" msgstr "fonction SQL %s lors du lancement" -#: executor/functions.c:1587 executor/functions.c:1624 -#: executor/functions.c:1636 executor/functions.c:1749 -#: executor/functions.c:1782 executor/functions.c:1812 +#: executor/functions.c:1587 executor/functions.c:1624 executor/functions.c:1636 executor/functions.c:1749 executor/functions.c:1782 executor/functions.c:1812 #, c-format msgid "return type mismatch in function declared to return %s" -msgstr "" -"le type de retour ne correspond pas la fonction dclarant renvoyer %s" +msgstr "le type de retour ne correspond pas la fonction dclarant renvoyer %s" #: executor/functions.c:1589 #, c-format -msgid "" -"Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." +msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "" "L'instruction finale de la fonction doit tre un SELECT ou un\n" "INSERT/UPDATE/DELETE RETURNING." @@ -9618,8 +8782,7 @@ msgstr "" #: executor/nodeHashjoin.c:823 executor/nodeHashjoin.c:853 #, c-format msgid "could not rewind hash-join temporary file: %m" -msgstr "" -"n'a pas pu revenir au dbut du fichier temporaire de la jointure hche : %m" +msgstr "n'a pas pu revenir au dbut du fichier temporaire de la jointure hche : %m" #: executor/nodeHashjoin.c:888 executor/nodeHashjoin.c:894 #, c-format @@ -9629,8 +8792,7 @@ msgstr "n'a pas pu #: executor/nodeHashjoin.c:928 executor/nodeHashjoin.c:938 #, c-format msgid "could not read from hash-join temporary file: %m" -msgstr "" -"n'a pas pu lire le fichier temporaire contenant la jointure hche : %m" +msgstr "n'a pas pu lire le fichier temporaire contenant la jointure hche : %m" #: executor/nodeLimit.c:253 #, c-format @@ -9645,14 +8807,12 @@ msgstr "LIMIT ne doit pas #: executor/nodeMergejoin.c:1576 #, c-format msgid "RIGHT JOIN is only supported with merge-joinable join conditions" -msgstr "" -"RIGHT JOIN est support seulement avec les conditions de jointures MERGE" +msgstr "RIGHT JOIN est support seulement avec les conditions de jointures MERGE" #: executor/nodeMergejoin.c:1596 #, c-format msgid "FULL JOIN is only supported with merge-joinable join conditions" -msgstr "" -"FULL JOIN est support seulement avec les conditions de jointures MERGE" +msgstr "FULL JOIN est support seulement avec les conditions de jointures MERGE" #: executor/nodeModifyTable.c:86 #, c-format @@ -9671,12 +8831,10 @@ msgstr "" msgid "Query has too few columns." msgstr "La requte n'a pas assez de colonnes." -#: executor/nodeSubplan.c:304 executor/nodeSubplan.c:343 -#: executor/nodeSubplan.c:970 +#: executor/nodeSubplan.c:304 executor/nodeSubplan.c:343 executor/nodeSubplan.c:970 #, c-format msgid "more than one row returned by a subquery used as an expression" -msgstr "" -"plus d'une ligne renvoye par une sous-requte utilise comme une expression" +msgstr "plus d'une ligne renvoye par une sous-requte utilise comme une expression" #: executor/nodeWindowAgg.c:1240 #, c-format @@ -9794,13 +8952,7 @@ msgstr "STDIN/STDOUT non autoris msgid "GLOBAL is deprecated in temporary table creation" msgstr "GLOBAL est obsolte dans la cration de la table temporaire" -#: gram.y:3091 utils/adt/ri_triggers.c:310 utils/adt/ri_triggers.c:367 -#: utils/adt/ri_triggers.c:786 utils/adt/ri_triggers.c:1009 -#: utils/adt/ri_triggers.c:1165 utils/adt/ri_triggers.c:1346 -#: utils/adt/ri_triggers.c:1511 utils/adt/ri_triggers.c:1687 -#: utils/adt/ri_triggers.c:1867 utils/adt/ri_triggers.c:2058 -#: utils/adt/ri_triggers.c:2116 utils/adt/ri_triggers.c:2221 -#: utils/adt/ri_triggers.c:2386 +#: gram.y:3091 utils/adt/ri_triggers.c:311 utils/adt/ri_triggers.c:368 utils/adt/ri_triggers.c:787 utils/adt/ri_triggers.c:1010 utils/adt/ri_triggers.c:1166 utils/adt/ri_triggers.c:1347 utils/adt/ri_triggers.c:1512 utils/adt/ri_triggers.c:1688 utils/adt/ri_triggers.c:1868 utils/adt/ri_triggers.c:2059 utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2222 utils/adt/ri_triggers.c:2387 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL non implment" @@ -9847,8 +8999,7 @@ msgstr "argument manquant" #: gram.y:6627 utils/adt/regproc.c:657 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." -msgstr "" -"Utilisez NONE pour dnoter l'argument manquant d'un oprateur unitaire." +msgstr "Utilisez NONE pour dnoter l'argument manquant d'un oprateur unitaire." #: gram.y:8022 gram.y:8028 gram.y:8034 #, c-format @@ -9903,14 +9054,12 @@ msgstr "la pr #: gram.y:10729 #, c-format msgid "wrong number of parameters on left side of OVERLAPS expression" -msgstr "" -"mauvais nombre de paramtres sur le ct gauche de l'expression OVERLAPS" +msgstr "mauvais nombre de paramtres sur le ct gauche de l'expression OVERLAPS" #: gram.y:10734 #, c-format msgid "wrong number of parameters on right side of OVERLAPS expression" -msgstr "" -"mauvais nombre de paramtres sur le ct droit de l'expression OVERLAPS" +msgstr "mauvais nombre de paramtres sur le ct droit de l'expression OVERLAPS" #: gram.y:10923 #, c-format @@ -9935,9 +9084,7 @@ msgstr "la fin du frame ne peut pas #: gram.y:11911 #, c-format msgid "frame starting from following row cannot end with current row" -msgstr "" -"la frame commenant aprs la ligne suivante ne peut pas se terminer avec la " -"ligne actuelle" +msgstr "la frame commenant aprs la ligne suivante ne peut pas se terminer avec la ligne actuelle" #: gram.y:11934 #, c-format @@ -9947,16 +9094,12 @@ msgstr "la fin du frame ne peut pas #: gram.y:11940 #, c-format msgid "frame starting from current row cannot have preceding rows" -msgstr "" -"la frame commenant la ligne courante ne peut pas avoir des lignes " -"prcdentes" +msgstr "la frame commenant la ligne courante ne peut pas avoir des lignes prcdentes" #: gram.y:11947 #, c-format msgid "frame starting from following row cannot have preceding rows" -msgstr "" -"la frame commenant la ligne suivante ne peut pas avoir des lignes " -"prcdentes" +msgstr "la frame commenant la ligne suivante ne peut pas avoir des lignes prcdentes" #: gram.y:12581 #, c-format @@ -9967,8 +9110,7 @@ msgstr "le modificateur de type ne peut pas avoir de nom de param msgid "improper use of \"*\"" msgstr "mauvaise utilisation de * " -#: gram.y:13336 gram.y:13353 tsearch/spell.c:518 tsearch/spell.c:535 -#: tsearch/spell.c:552 tsearch/spell.c:569 tsearch/spell.c:591 +#: gram.y:13336 gram.y:13353 tsearch/spell.c:518 tsearch/spell.c:535 tsearch/spell.c:552 tsearch/spell.c:569 tsearch/spell.c:591 #, c-format msgid "syntax error" msgstr "erreur de syntaxe" @@ -9996,8 +9138,7 @@ msgstr "clauses WITH multiples non autoris #: gram.y:13599 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" -msgstr "" -"les arguments OUT et INOUT ne sont pas autoriss dans des fonctions TABLE" +msgstr "les arguments OUT et INOUT ne sont pas autoriss dans des fonctions TABLE" #: gram.y:13700 #, c-format @@ -10022,89 +9163,76 @@ msgstr "les contraintes %s ne peuvent pas msgid "%s constraints cannot be marked NO INHERIT" msgstr "les contraintes %s ne peuvent pas tre marques NO INHERIT" -#: guc-file.l:192 +#: guc-file.l:191 #, c-format msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u" -msgstr "" -"paramtre de configuration %s non reconnu dans le fichier %s , ligne " -"%u" +msgstr "paramtre de configuration %s non reconnu dans le fichier %s , ligne %u" -#: guc-file.l:227 utils/misc/guc.c:5270 utils/misc/guc.c:5460 -#: utils/misc/guc.c:5564 utils/misc/guc.c:5665 utils/misc/guc.c:5786 -#: utils/misc/guc.c:5894 +#: guc-file.l:226 utils/misc/guc.c:5270 utils/misc/guc.c:5460 utils/misc/guc.c:5564 utils/misc/guc.c:5665 utils/misc/guc.c:5786 utils/misc/guc.c:5894 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" -msgstr "" -"le paramtre %s ne peut pas tre modifi sans redmarrer le serveur" +msgstr "le paramtre %s ne peut pas tre modifi sans redmarrer le serveur" -#: guc-file.l:255 +#: guc-file.l:254 #, c-format msgid "parameter \"%s\" removed from configuration file, reset to default" msgstr "" "paramtre %s supprim du fichier de configuration ;\n" "rinitialisation la valeur par dfaut" -#: guc-file.l:317 +#: guc-file.l:316 #, c-format msgid "parameter \"%s\" changed to \"%s\"" msgstr "paramtre %s modifi par %s " -#: guc-file.l:351 +#: guc-file.l:350 #, c-format msgid "configuration file \"%s\" contains errors" msgstr "le fichier de configuration %s contient des erreurs" -#: guc-file.l:356 +#: guc-file.l:355 #, c-format -msgid "" -"configuration file \"%s\" contains errors; unaffected changes were applied" -msgstr "" -"le fichier de configuration %s contient des erreurs ; les modifications " -"non affectes ont t appliques" +msgid "configuration file \"%s\" contains errors; unaffected changes were applied" +msgstr "le fichier de configuration %s contient des erreurs ; les modifications non affectes ont t appliques" -#: guc-file.l:361 +#: guc-file.l:360 #, c-format msgid "configuration file \"%s\" contains errors; no changes were applied" -msgstr "" -"le fichier de configuration %s contient des erreurs ; aucune " -"modification n'a t applique" +msgstr "le fichier de configuration %s contient des erreurs ; aucune modification n'a t applique" -#: guc-file.l:426 +#: guc-file.l:425 #, c-format -msgid "" -"could not open configuration file \"%s\": maximum nesting depth exceeded" +msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" msgstr "" "n'a pas pu ouvrir le fichier de configuration %s : profondeur\n" "d'imbrication dpass" -#: guc-file.l:439 libpq/hba.c:1814 +#: guc-file.l:438 libpq/hba.c:1784 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier de configuration %s : %m" -#: guc-file.l:446 +#: guc-file.l:445 #, c-format msgid "skipping missing configuration file \"%s\"" msgstr "ignore le fichier de configuration %s manquant" -#: guc-file.l:655 +#: guc-file.l:654 #, c-format msgid "syntax error in file \"%s\" line %u, near end of line" -msgstr "" -"erreur de syntaxe dans le fichier %s , ligne %u, prs de la fin de ligne" +msgstr "erreur de syntaxe dans le fichier %s , ligne %u, prs de la fin de ligne" -#: guc-file.l:660 +#: guc-file.l:659 #, c-format msgid "syntax error in file \"%s\" line %u, near token \"%s\"" -msgstr "" -"erreur de syntaxe dans le fichier %s , ligne %u, prs du mot cl %s " +msgstr "erreur de syntaxe dans le fichier %s , ligne %u, prs du mot cl %s " -#: guc-file.l:676 +#: guc-file.l:675 #, c-format msgid "too many syntax errors found, abandoning file \"%s\"" msgstr "trop d'erreurs de syntaxe trouves, abandon du fichier %s " -#: guc-file.l:721 +#: guc-file.l:720 #, c-format msgid "could not open configuration directory \"%s\": %m" msgstr "n'a pas pu ouvrir le rpertoire de configuration %s : %m" @@ -10112,9 +9240,7 @@ msgstr "n'a pas pu ouvrir le r #: lib/stringinfo.c:267 #, c-format msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes." -msgstr "" -"Ne peut pas agrandir de %d octets le tampon de chane contenant dj %d " -"octets" +msgstr "Ne peut pas agrandir de %d octets le tampon de chane contenant dj %d octets" #: libpq/auth.c:257 #, c-format @@ -10195,8 +9321,7 @@ msgstr "la connexion requiert un certificat client valide" #: libpq/auth.c:401 #, c-format -msgid "" -"pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" +msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" msgstr "" "pg_hba.conf rejette la connexion de la rplication pour l'hte %s ,\n" "utilisateur %s , %s" @@ -10218,42 +9343,32 @@ msgstr "" #: libpq/auth.c:416 #, c-format -msgid "" -"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s" -"\", %s" +msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s" msgstr "" -"pg_hba.conf rejette la connexion pour l'hte %s , utilisateur %s , " -"base\n" +"pg_hba.conf rejette la connexion pour l'hte %s , utilisateur %s , base\n" "de donnes %s , %s" #: libpq/auth.c:423 #, c-format -msgid "" -"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\"" +msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\"" msgstr "" -"pg_hba.conf rejette la connexion pour l'hte %s , utilisateur %s , " -"base\n" +"pg_hba.conf rejette la connexion pour l'hte %s , utilisateur %s , base\n" "de donnes %s " #: libpq/auth.c:452 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup matches." -msgstr "" -"Adresse IP du client rsolue en %s , la recherche inverse correspond bien." +msgstr "Adresse IP du client rsolue en %s , la recherche inverse correspond bien." #: libpq/auth.c:455 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup not checked." -msgstr "" -"Adresse IP du client rsolue en %s , la recherche inverse n'est pas " -"vrifie." +msgstr "Adresse IP du client rsolue en %s , la recherche inverse n'est pas vrifie." #: libpq/auth.c:458 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup does not match." -msgstr "" -"Adresse IP du client rsolue en %s , la recherche inverse ne correspond " -"pas." +msgstr "Adresse IP du client rsolue en %s , la recherche inverse ne correspond pas." #: libpq/auth.c:461 #, c-format @@ -10267,21 +9382,16 @@ msgstr "N'a pas pu obtenir l'adresse IP du client depuis le nom d'h #: libpq/auth.c:475 #, c-format -msgid "" -"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s" -"\", %s" +msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" msgstr "" -"aucune entre dans pg_hba.conf pour la connexion de la rplication partir " -"de\n" +"aucune entre dans pg_hba.conf pour la connexion de la rplication partir de\n" "l'hte %s , utilisateur %s , %s" #: libpq/auth.c:482 #, c-format -msgid "" -"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" +msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" msgstr "" -"aucune entre dans pg_hba.conf pour la connexion de la rplication partir " -"de\n" +"aucune entre dans pg_hba.conf pour la connexion de la rplication partir de\n" "l'hte %s , utilisateur %s " #: libpq/auth.c:492 @@ -10298,411 +9408,379 @@ msgstr "" "aucune entre dans pg_hba.conf pour l'hte %s , utilisateur %s ,\n" "base de donnes %s " -#: libpq/auth.c:552 libpq/hba.c:1218 +#: libpq/auth.c:552 libpq/hba.c:1188 #, c-format -msgid "" -"MD5 authentication is not supported when \"db_user_namespace\" is enabled" -msgstr "" -"l'authentification MD5 n'est pas supporte quand db_user_namespace est " -"activ" +msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" +msgstr "l'authentification MD5 n'est pas supporte quand db_user_namespace est activ" -#: libpq/auth.c:676 +#: libpq/auth.c:677 #, c-format msgid "expected password response, got message type %d" msgstr "en attente du mot de passe, a reu un type de message %d" -#: libpq/auth.c:704 +#: libpq/auth.c:705 #, c-format msgid "invalid password packet size" msgstr "taille du paquet du mot de passe invalide" -#: libpq/auth.c:708 +#: libpq/auth.c:709 #, c-format msgid "received password packet" msgstr "paquet du mot de passe reu" -#: libpq/auth.c:766 +#: libpq/auth.c:767 #, c-format msgid "Kerberos initialization returned error %d" msgstr "l'initialisation de Kerberos a retourn l'erreur %d" -#: libpq/auth.c:776 +#: libpq/auth.c:777 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "la rsolution keytab de Kerberos a renvoy l'erreur %d" -#: libpq/auth.c:800 +#: libpq/auth.c:801 #, c-format msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" msgstr "sname_to_principal( %s , %s ) de Kerberos a renvoy l'erreur %d" -#: libpq/auth.c:845 +#: libpq/auth.c:846 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "recvauth de Kerberos a renvoy l'erreur %d" -#: libpq/auth.c:868 +#: libpq/auth.c:869 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "unparse_name de Kerberos a renvoy l'erreur %d" -#: libpq/auth.c:1016 +#: libpq/auth.c:1017 #, c-format msgid "GSSAPI is not supported in protocol version 2" msgstr "GSSAPI n'est pas support dans le protocole de version 2" -#: libpq/auth.c:1071 +#: libpq/auth.c:1073 #, c-format msgid "expected GSS response, got message type %d" msgstr "en attente d'une rponse GSS, a reu un message de type %d" -#: libpq/auth.c:1130 +#: libpq/auth.c:1132 msgid "accepting GSS security context failed" msgstr "chec de l'acceptation du contexte de scurit GSS" -#: libpq/auth.c:1156 +#: libpq/auth.c:1158 msgid "retrieving GSS user name failed" msgstr "chec lors de la rcupration du nom de l'utilisateur avec GSS" -#: libpq/auth.c:1273 +#: libpq/auth.c:1275 #, c-format msgid "SSPI is not supported in protocol version 2" msgstr "SSPI n'est pas support dans le protocole de version 2" -#: libpq/auth.c:1288 +#: libpq/auth.c:1290 msgid "could not acquire SSPI credentials" msgstr "n'a pas pu obtenir les pices d'identit SSPI" -#: libpq/auth.c:1305 +#: libpq/auth.c:1308 #, c-format msgid "expected SSPI response, got message type %d" msgstr "en attente d'une rponse SSPI, a reu un message de type %d" -#: libpq/auth.c:1377 +#: libpq/auth.c:1380 msgid "could not accept SSPI security context" msgstr "n'a pas pu accepter le contexte de scurit SSPI" -#: libpq/auth.c:1439 +#: libpq/auth.c:1442 msgid "could not get token from SSPI security context" msgstr "n'a pas pu obtenir le jeton du contexte de scurit SSPI" -#: libpq/auth.c:1683 +#: libpq/auth.c:1685 #, c-format msgid "could not create socket for Ident connection: %m" msgstr "n'a pas pu crer le socket pour la connexion Ident : %m" -#: libpq/auth.c:1698 +#: libpq/auth.c:1700 #, c-format msgid "could not bind to local address \"%s\": %m" msgstr "n'a pas pu se lier l'adresse locale %s : %m" -#: libpq/auth.c:1710 +#: libpq/auth.c:1712 #, c-format msgid "could not connect to Ident server at address \"%s\", port %s: %m" -msgstr "" -"n'a pas pu se connecter au serveur Ident l'adresse %s , port %s : %m" +msgstr "n'a pas pu se connecter au serveur Ident l'adresse %s , port %s : %m" -#: libpq/auth.c:1730 +#: libpq/auth.c:1732 #, c-format msgid "could not send query to Ident server at address \"%s\", port %s: %m" -msgstr "" -"n'a pas pu envoyer la requte au serveur Ident l'adresse %s , port %s : " -"%m" +msgstr "n'a pas pu envoyer la requte au serveur Ident l'adresse %s , port %s : %m" -#: libpq/auth.c:1745 +#: libpq/auth.c:1747 #, c-format -msgid "" -"could not receive response from Ident server at address \"%s\", port %s: %m" +msgid "could not receive response from Ident server at address \"%s\", port %s: %m" msgstr "" -"n'a pas pu recevoir la rponse du serveur Ident l'adresse %s , port " -"%s :\n" +"n'a pas pu recevoir la rponse du serveur Ident l'adresse %s , port %s :\n" "%m" -#: libpq/auth.c:1755 +#: libpq/auth.c:1757 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "rponse mal formate du serveur Ident : %s " -#: libpq/auth.c:1794 +#: libpq/auth.c:1798 #, c-format msgid "peer authentication is not supported on this platform" -msgstr "" -"la mthode d'authentification peer n'est pas supporte sur cette plateforme" +msgstr "la mthode d'authentification peer n'est pas supporte sur cette plateforme" -#: libpq/auth.c:1798 +#: libpq/auth.c:1802 #, c-format msgid "could not get peer credentials: %m" msgstr "n'a pas pu obtenir l'authentification de l'autre : %m" -#: libpq/auth.c:1807 +#: libpq/auth.c:1811 #, c-format msgid "local user with ID %d does not exist" msgstr "l'utilisateur local dont l'identifiant est %d n'existe pas" -#: libpq/auth.c:1890 libpq/auth.c:2161 libpq/auth.c:2526 +#: libpq/auth.c:1894 libpq/auth.c:2165 libpq/auth.c:2530 #, c-format msgid "empty password returned by client" msgstr "mot de passe vide renvoy par le client" -#: libpq/auth.c:1900 +#: libpq/auth.c:1904 #, c-format msgid "error from underlying PAM layer: %s" msgstr "erreur provenant de la couche PAM : %s" -#: libpq/auth.c:1969 +#: libpq/auth.c:1973 #, c-format msgid "could not create PAM authenticator: %s" msgstr "n'a pas pu crer l'authenticateur PAM : %s" -#: libpq/auth.c:1980 +#: libpq/auth.c:1984 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "pam_set_item(PAM_USER) a chou : %s" -#: libpq/auth.c:1991 +#: libpq/auth.c:1995 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "pam_set_item(PAM_CONV) a chou : %s" -#: libpq/auth.c:2002 +#: libpq/auth.c:2006 #, c-format msgid "pam_authenticate failed: %s" msgstr "pam_authenticate a chou : %s" -#: libpq/auth.c:2013 +#: libpq/auth.c:2017 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "pam_acct_mgmt a chou : %s" -#: libpq/auth.c:2024 +#: libpq/auth.c:2028 #, c-format msgid "could not release PAM authenticator: %s" msgstr "n'a pas pu fermer l'authenticateur PAM : %s" -#: libpq/auth.c:2057 +#: libpq/auth.c:2061 #, c-format msgid "could not initialize LDAP: %m" msgstr "n'a pas pu initialiser LDAP : %m" -#: libpq/auth.c:2060 +#: libpq/auth.c:2064 #, c-format msgid "could not initialize LDAP: error code %d" msgstr "n'a pas pu initialiser LDAP : code d'erreur %d" -#: libpq/auth.c:2070 +#: libpq/auth.c:2074 #, c-format msgid "could not set LDAP protocol version: %s" msgstr "n'a pas pu initialiser la version du protocole LDAP : %s" -#: libpq/auth.c:2099 +#: libpq/auth.c:2103 #, c-format msgid "could not load wldap32.dll" msgstr "n'a pas pu charger wldap32.dll" -#: libpq/auth.c:2107 +#: libpq/auth.c:2111 #, c-format msgid "could not load function _ldap_start_tls_sA in wldap32.dll" msgstr "n'a pas pu charger la fonction _ldap_start_tls_sA de wldap32.dll" -#: libpq/auth.c:2108 +#: libpq/auth.c:2112 #, c-format msgid "LDAP over SSL is not supported on this platform." msgstr "LDAP via SSL n'est pas support sur cette plateforme." -#: libpq/auth.c:2123 +#: libpq/auth.c:2127 #, c-format msgid "could not start LDAP TLS session: %s" msgstr "n'a pas pu dmarrer la session TLS LDAP : %s" -#: libpq/auth.c:2145 +#: libpq/auth.c:2149 #, c-format msgid "LDAP server not specified" msgstr "serveur LDAP non prcis" -#: libpq/auth.c:2198 +#: libpq/auth.c:2202 #, c-format msgid "invalid character in user name for LDAP authentication" -msgstr "" -"caractre invalide dans le nom de l'utilisateur pour l'authentification LDAP" +msgstr "caractre invalide dans le nom de l'utilisateur pour l'authentification LDAP" -#: libpq/auth.c:2213 +#: libpq/auth.c:2217 #, c-format -msgid "" -"could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": " -"%s" -msgstr "" -"n'a pas pu raliser le lien LDAP initiale pour ldapbinddn %s sur le " -"serveur %s : %s" +msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": %s" +msgstr "n'a pas pu raliser le lien LDAP initiale pour ldapbinddn %s sur le serveur %s : %s" -#: libpq/auth.c:2238 +#: libpq/auth.c:2242 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s" -msgstr "" -"n'a pas pu rechercher dans LDAP pour filtrer %s sur le serveur %s : " -"%s" +msgstr "n'a pas pu rechercher dans LDAP pour filtrer %s sur le serveur %s : %s" -#: libpq/auth.c:2249 +#: libpq/auth.c:2253 #, c-format msgid "LDAP user \"%s\" does not exist" msgstr "l'utilisateur LDAP %s n'existe pas" -#: libpq/auth.c:2250 +#: libpq/auth.c:2254 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries." -msgstr "" -"la recherche LDAP pour le filtre %s sur le serveur %s n'a renvoy " -"aucun enregistrement." +msgstr "la recherche LDAP pour le filtre %s sur le serveur %s n'a renvoy aucun enregistrement." -#: libpq/auth.c:2254 +#: libpq/auth.c:2258 #, c-format msgid "LDAP user \"%s\" is not unique" msgstr "l'utilisateur LDAP %s n'est pas unique" -#: libpq/auth.c:2255 +#: libpq/auth.c:2259 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry." -msgid_plural "" -"LDAP search for filter \"%s\" on server \"%s\" returned %d entries." -msgstr[0] "" -"la recherche LDAP pour le filtre %s sur le serveur %s a renvoy %d " -"enregistrement." -msgstr[1] "" -"la recherche LDAP pour le filtre %s sur le serveur %s a renvoy %d " -"enregistrements." +msgid_plural "LDAP search for filter \"%s\" on server \"%s\" returned %d entries." +msgstr[0] "la recherche LDAP pour le filtre %s sur le serveur %s a renvoy %d enregistrement." +msgstr[1] "la recherche LDAP pour le filtre %s sur le serveur %s a renvoy %d enregistrements." -#: libpq/auth.c:2273 +#: libpq/auth.c:2277 #, c-format -msgid "" -"could not get dn for the first entry matching \"%s\" on server \"%s\": %s" +msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" msgstr "" "n'a pas pu obtenir le dn pour la premire entre correspondante %s sur\n" "le serveur %s : %s" -#: libpq/auth.c:2293 +#: libpq/auth.c:2297 #, c-format msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" msgstr "" "n'a pas pu excuter le unbind aprs la recherche de l'utilisateur %s \n" "sur le serveur %s : %s" -#: libpq/auth.c:2330 +#: libpq/auth.c:2334 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": %s" -msgstr "" -"chec de connexion LDAP pour l'utilisateur %s sur le serveur %s : %s" +msgstr "chec de connexion LDAP pour l'utilisateur %s sur le serveur %s : %s" -#: libpq/auth.c:2358 +#: libpq/auth.c:2362 #, c-format -msgid "" -"certificate authentication failed for user \"%s\": client certificate " -"contains no user name" +msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" msgstr "" "l'authentification par le certificat a chou pour l'utilisateur %s :\n" "le certificat du client ne contient aucun nom d'utilisateur" -#: libpq/auth.c:2482 +#: libpq/auth.c:2486 #, c-format msgid "RADIUS server not specified" msgstr "serveur RADIUS non prcis" -#: libpq/auth.c:2489 +#: libpq/auth.c:2493 #, c-format msgid "RADIUS secret not specified" msgstr "secret RADIUS non prcis" -#: libpq/auth.c:2505 libpq/hba.c:1634 +#: libpq/auth.c:2509 libpq/hba.c:1604 #, c-format msgid "could not translate RADIUS server name \"%s\" to address: %s" -msgstr "" -"n'a pas pu traduire le nom du serveur RADIUS %s en une adresse : %s" +msgstr "n'a pas pu traduire le nom du serveur RADIUS %s en une adresse : %s" -#: libpq/auth.c:2533 +#: libpq/auth.c:2537 #, c-format -msgid "" -"RADIUS authentication does not support passwords longer than 16 characters" +msgid "RADIUS authentication does not support passwords longer than 16 characters" msgstr "" "l'authentification RADIUS ne supporte pas les mots de passe de plus de 16\n" "caractres" -#: libpq/auth.c:2544 +#: libpq/auth.c:2548 #, c-format msgid "could not generate random encryption vector" msgstr "n'a pas pu gnrer le vecteur de chiffrement alatoire" -#: libpq/auth.c:2567 +#: libpq/auth.c:2571 #, c-format msgid "could not perform MD5 encryption of password" msgstr "n'a pas pu raliser le chiffrement MD5 du mot de passe" -#: libpq/auth.c:2589 +#: libpq/auth.c:2593 #, c-format msgid "could not create RADIUS socket: %m" msgstr "n'a pas pu crer le socket RADIUS : %m" -#: libpq/auth.c:2610 +#: libpq/auth.c:2614 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "n'a pas pu se lier la socket RADIUS : %m" -#: libpq/auth.c:2620 +#: libpq/auth.c:2624 #, c-format msgid "could not send RADIUS packet: %m" msgstr "n'a pas pu transmettre le paquet RADIUS : %m" -#: libpq/auth.c:2649 libpq/auth.c:2674 +#: libpq/auth.c:2653 libpq/auth.c:2678 #, c-format msgid "timeout waiting for RADIUS response" msgstr "dpassement du dlai pour la rponse du RADIUS" -#: libpq/auth.c:2667 +#: libpq/auth.c:2671 #, c-format msgid "could not check status on RADIUS socket: %m" msgstr "n'a pas pu vrifier le statut sur la socket RADIUS : %m" -#: libpq/auth.c:2696 +#: libpq/auth.c:2700 #, c-format msgid "could not read RADIUS response: %m" msgstr "n'a pas pu lire la rponse RADIUS : %m" -#: libpq/auth.c:2708 libpq/auth.c:2712 +#: libpq/auth.c:2712 libpq/auth.c:2716 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "la rponse RADIUS a t envoye partir d'un mauvais port : %d" -#: libpq/auth.c:2721 +#: libpq/auth.c:2725 #, c-format msgid "RADIUS response too short: %d" msgstr "rponse RADIUS trop courte : %d" -#: libpq/auth.c:2728 +#: libpq/auth.c:2732 #, c-format msgid "RADIUS response has corrupt length: %d (actual length %d)" msgstr "la rponse RADIUS a une longueur corrompue : %d (longueur actuelle %d)" -#: libpq/auth.c:2736 +#: libpq/auth.c:2740 #, c-format msgid "RADIUS response is to a different request: %d (should be %d)" -msgstr "" -"la rponse RADIUS correspond une demande diffrente : %d (devrait tre %d)" +msgstr "la rponse RADIUS correspond une demande diffrente : %d (devrait tre %d)" -#: libpq/auth.c:2761 +#: libpq/auth.c:2765 #, c-format msgid "could not perform MD5 encryption of received packet" msgstr "n'a pas pu raliser le chiffrement MD5 du paquet reu" -#: libpq/auth.c:2770 +#: libpq/auth.c:2774 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "la rponse RADIUS a une signature MD5 errone" -#: libpq/auth.c:2787 +#: libpq/auth.c:2791 #, c-format msgid "RADIUS response has invalid code (%d) for user \"%s\"" msgstr "la rponse RADIUS a un code invalide (%d) pour l'utilisateur %s " -#: libpq/be-fsstubs.c:134 libpq/be-fsstubs.c:165 libpq/be-fsstubs.c:199 -#: libpq/be-fsstubs.c:239 libpq/be-fsstubs.c:264 libpq/be-fsstubs.c:312 -#: libpq/be-fsstubs.c:335 libpq/be-fsstubs.c:583 +#: libpq/be-fsstubs.c:134 libpq/be-fsstubs.c:165 libpq/be-fsstubs.c:199 libpq/be-fsstubs.c:239 libpq/be-fsstubs.c:264 libpq/be-fsstubs.c:312 libpq/be-fsstubs.c:335 libpq/be-fsstubs.c:583 #, c-format msgid "invalid large-object descriptor: %d" msgstr "descripteur invalide de Large Object : %d" @@ -10715,22 +9793,17 @@ msgstr "droit refus #: libpq/be-fsstubs.c:205 libpq/be-fsstubs.c:589 #, c-format msgid "large object descriptor %d was not opened for writing" -msgstr "" -"le descripteur %d du Large Object n'a pas t ouvert pour l'criture" +msgstr "le descripteur %d du Large Object n'a pas t ouvert pour l'criture" #: libpq/be-fsstubs.c:247 #, c-format msgid "lo_lseek result out of range for large-object descriptor %d" -msgstr "" -"rsultat de lo_lseek en dehors de l'intervalle pour le descripteur de Large " -"Object %d" +msgstr "rsultat de lo_lseek en dehors de l'intervalle pour le descripteur de Large Object %d" #: libpq/be-fsstubs.c:320 #, c-format msgid "lo_tell result out of range for large-object descriptor %d" -msgstr "" -"rsultat de lo_tell en dehors de l'intervalle pour le descripteur de Large " -"Object %d" +msgstr "rsultat de lo_tell en dehors de l'intervalle pour le descripteur de Large Object %d" #: libpq/be-fsstubs.c:457 #, c-format @@ -10740,8 +9813,7 @@ msgstr "doit #: libpq/be-fsstubs.c:458 #, c-format msgid "Anyone can use the client-side lo_import() provided by libpq." -msgstr "" -"Tout le monde peut utiliser lo_import(), fourni par libpq, du ct client." +msgstr "Tout le monde peut utiliser lo_import(), fourni par libpq, du ct client." #: libpq/be-fsstubs.c:471 #, c-format @@ -10761,8 +9833,7 @@ msgstr "doit #: libpq/be-fsstubs.c:524 #, c-format msgid "Anyone can use the client-side lo_export() provided by libpq." -msgstr "" -"Tout le monde peut utiliser lo_export(), fournie par libpq, du ct client." +msgstr "Tout le monde peut utiliser lo_export(), fournie par libpq, du ct client." #: libpq/be-fsstubs.c:549 #, c-format @@ -10844,15 +9915,12 @@ msgstr "liste de r #: libpq/be-secure.c:838 #, c-format msgid "SSL library does not support certificate revocation lists." -msgstr "" -"La bibliothque SSL ne supporte pas les listes de rvocation des certificats." +msgstr "La bibliothque SSL ne supporte pas les listes de rvocation des certificats." #: libpq/be-secure.c:843 #, c-format msgid "could not load SSL certificate revocation list file \"%s\": %s" -msgstr "" -"n'a pas pu charger le fichier de liste de rvocation des certificats SSL ( " -"%s ) : %s" +msgstr "n'a pas pu charger le fichier de liste de rvocation des certificats SSL ( %s ) : %s" #: libpq/be-secure.c:888 #, c-format @@ -10915,487 +9983,449 @@ msgstr "" msgid "authentication file line too long" msgstr "ligne du fichier d'authentification trop longue" -#: libpq/hba.c:410 libpq/hba.c:787 libpq/hba.c:803 libpq/hba.c:833 -#: libpq/hba.c:879 libpq/hba.c:892 libpq/hba.c:914 libpq/hba.c:923 -#: libpq/hba.c:946 libpq/hba.c:958 libpq/hba.c:977 libpq/hba.c:998 -#: libpq/hba.c:1009 libpq/hba.c:1064 libpq/hba.c:1082 libpq/hba.c:1094 -#: libpq/hba.c:1111 libpq/hba.c:1121 libpq/hba.c:1135 libpq/hba.c:1151 -#: libpq/hba.c:1166 libpq/hba.c:1177 libpq/hba.c:1219 libpq/hba.c:1251 -#: libpq/hba.c:1262 libpq/hba.c:1282 libpq/hba.c:1293 libpq/hba.c:1304 -#: libpq/hba.c:1321 libpq/hba.c:1346 libpq/hba.c:1383 libpq/hba.c:1393 -#: libpq/hba.c:1450 libpq/hba.c:1462 libpq/hba.c:1475 libpq/hba.c:1558 -#: libpq/hba.c:1636 libpq/hba.c:1654 libpq/hba.c:1675 tsearch/ts_locale.c:182 +#: libpq/hba.c:410 libpq/hba.c:757 libpq/hba.c:773 libpq/hba.c:803 libpq/hba.c:849 libpq/hba.c:862 libpq/hba.c:884 libpq/hba.c:893 libpq/hba.c:916 libpq/hba.c:928 libpq/hba.c:947 libpq/hba.c:968 libpq/hba.c:979 libpq/hba.c:1034 libpq/hba.c:1052 libpq/hba.c:1064 libpq/hba.c:1081 libpq/hba.c:1091 libpq/hba.c:1105 libpq/hba.c:1121 libpq/hba.c:1136 libpq/hba.c:1147 libpq/hba.c:1189 libpq/hba.c:1221 libpq/hba.c:1232 libpq/hba.c:1252 +#: libpq/hba.c:1263 libpq/hba.c:1274 libpq/hba.c:1291 libpq/hba.c:1316 libpq/hba.c:1353 libpq/hba.c:1363 libpq/hba.c:1420 libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1528 libpq/hba.c:1606 libpq/hba.c:1624 libpq/hba.c:1645 tsearch/ts_locale.c:182 #, c-format msgid "line %d of configuration file \"%s\"" msgstr "ligne %d du fichier de configuration %s " #. translator: the second %s is a list of auth methods -#: libpq/hba.c:785 +#: libpq/hba.c:755 #, c-format -msgid "" -"authentication option \"%s\" is only valid for authentication methods %s" +msgid "authentication option \"%s\" is only valid for authentication methods %s" msgstr "" "l'option d'authentification %s est seulement valide pour les mthodes\n" "d'authentification %s " -#: libpq/hba.c:801 +#: libpq/hba.c:771 #, c-format msgid "authentication method \"%s\" requires argument \"%s\" to be set" -msgstr "" -"la mthode d'authentification %s requiert un argument %s pour " -"tremise en place" +msgstr "la mthode d'authentification %s requiert un argument %s pour tremise en place" -#: libpq/hba.c:822 +#: libpq/hba.c:792 #, c-format msgid "missing entry in file \"%s\" at end of line %d" msgstr "entre manquante dans le fichier %s la fin de la ligne %d" -#: libpq/hba.c:832 +#: libpq/hba.c:802 #, c-format msgid "multiple values in ident field" msgstr "plusieurs valeurs dans le champ ident" -#: libpq/hba.c:877 +#: libpq/hba.c:847 #, c-format msgid "multiple values specified for connection type" msgstr "plusieurs valeurs indiques pour le type de connexion" -#: libpq/hba.c:878 +#: libpq/hba.c:848 #, c-format msgid "Specify exactly one connection type per line." msgstr "Indiquez uniquement un type de connexion par ligne." -#: libpq/hba.c:891 +#: libpq/hba.c:861 #, c-format msgid "local connections are not supported by this build" msgstr "les connexions locales ne sont pas supportes dans cette installation" -#: libpq/hba.c:912 +#: libpq/hba.c:882 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "hostssl requiert que SSL soit activ" -#: libpq/hba.c:913 +#: libpq/hba.c:883 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Configurez ssl = on dans le postgresql.conf." -#: libpq/hba.c:921 +#: libpq/hba.c:891 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl n'est pas support par cette installation" -#: libpq/hba.c:922 +#: libpq/hba.c:892 #, c-format msgid "Compile with --with-openssl to use SSL connections." msgstr "Compilez avec --with-openssl pour utiliser les connexions SSL." -#: libpq/hba.c:944 +#: libpq/hba.c:914 #, c-format msgid "invalid connection type \"%s\"" msgstr "type de connexion %s invalide" -#: libpq/hba.c:957 +#: libpq/hba.c:927 #, c-format msgid "end-of-line before database specification" msgstr "fin de ligne avant la spcification de la base de donnes" -#: libpq/hba.c:976 +#: libpq/hba.c:946 #, c-format msgid "end-of-line before role specification" msgstr "fin de ligne avant la spcification du rle" -#: libpq/hba.c:997 +#: libpq/hba.c:967 #, c-format msgid "end-of-line before IP address specification" msgstr "fin de ligne avant la spcification de l'adresse IP" -#: libpq/hba.c:1007 +#: libpq/hba.c:977 #, c-format msgid "multiple values specified for host address" msgstr "plusieurs valeurs indiques pour l'adresse hte" -#: libpq/hba.c:1008 +#: libpq/hba.c:978 #, c-format msgid "Specify one address range per line." msgstr "Indiquez un sous-rseau par ligne." -#: libpq/hba.c:1062 +#: libpq/hba.c:1032 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "adresse IP %s invalide : %s" -#: libpq/hba.c:1080 +#: libpq/hba.c:1050 #, c-format msgid "specifying both host name and CIDR mask is invalid: \"%s\"" msgstr "spcifier le nom d'hte et le masque CIDR n'est pas valide : %s " -#: libpq/hba.c:1092 +#: libpq/hba.c:1062 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "masque CIDR invalide dans l'adresse %s " -#: libpq/hba.c:1109 +#: libpq/hba.c:1079 #, c-format msgid "end-of-line before netmask specification" msgstr "fin de ligne avant la spcification du masque rseau" -#: libpq/hba.c:1110 +#: libpq/hba.c:1080 #, c-format -msgid "" -"Specify an address range in CIDR notation, or provide a separate netmask." -msgstr "" -"Indiquez un sous-rseau en notation CIDR ou donnez un masque rseau spar." +msgid "Specify an address range in CIDR notation, or provide a separate netmask." +msgstr "Indiquez un sous-rseau en notation CIDR ou donnez un masque rseau spar." -#: libpq/hba.c:1120 +#: libpq/hba.c:1090 #, c-format msgid "multiple values specified for netmask" msgstr "plusieurs valeurs indiques pour le masque rseau" -#: libpq/hba.c:1133 +#: libpq/hba.c:1103 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "masque IP %s invalide : %s" -#: libpq/hba.c:1150 +#: libpq/hba.c:1120 #, c-format msgid "IP address and mask do not match" msgstr "l'adresse IP et le masque ne correspondent pas" -#: libpq/hba.c:1165 +#: libpq/hba.c:1135 #, c-format msgid "end-of-line before authentication method" msgstr "fin de ligne avant la mthode d'authentification" -#: libpq/hba.c:1175 +#: libpq/hba.c:1145 #, c-format msgid "multiple values specified for authentication type" msgstr "plusieurs valeurs indiques pour le type d'authentification" -#: libpq/hba.c:1176 +#: libpq/hba.c:1146 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Indiquez uniquement un type d'authentification par ligne." -#: libpq/hba.c:1249 +#: libpq/hba.c:1219 #, c-format msgid "invalid authentication method \"%s\"" msgstr "mthode d'authentification %s invalide" -#: libpq/hba.c:1260 +#: libpq/hba.c:1230 #, c-format msgid "invalid authentication method \"%s\": not supported by this build" msgstr "" "mthode d'authentification %s invalide : non supporte sur cette\n" "installation" -#: libpq/hba.c:1281 +#: libpq/hba.c:1251 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "" "l'authentification krb5 n'est pas supporte sur les connexions locales par\n" "socket" -#: libpq/hba.c:1292 +#: libpq/hba.c:1262 #, c-format msgid "gssapi authentication is not supported on local sockets" msgstr "" -"l'authentification gssapi n'est pas supporte sur les connexions locales " -"par\n" +"l'authentification gssapi n'est pas supporte sur les connexions locales par\n" "socket" -#: libpq/hba.c:1303 +#: libpq/hba.c:1273 #, c-format msgid "peer authentication is only supported on local sockets" msgstr "" -"l'authentification peer est seulement supporte sur les connexions locales " -"par\n" +"l'authentification peer est seulement supporte sur les connexions locales par\n" "socket" -#: libpq/hba.c:1320 +#: libpq/hba.c:1290 #, c-format msgid "cert authentication is only supported on hostssl connections" -msgstr "" -"l'authentification cert est seulement supporte sur les connexions hostssl" +msgstr "l'authentification cert est seulement supporte sur les connexions hostssl" -#: libpq/hba.c:1345 +#: libpq/hba.c:1315 #, c-format msgid "authentication option not in name=value format: %s" msgstr "l'option d'authentification n'est pas dans le format nom=valeur : %s" -#: libpq/hba.c:1382 +#: libpq/hba.c:1352 #, c-format -msgid "" -"cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, or " -"ldapurl together with ldapprefix" -msgstr "" -"ne peut pas utiliser ldapbasedn, ldapbinddn, ldapbindpasswd, " -"ldapsearchattribute, ou ldapurl avec ldapprefix" +msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, or ldapurl together with ldapprefix" +msgstr "ne peut pas utiliser ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, ou ldapurl avec ldapprefix" -#: libpq/hba.c:1392 +#: libpq/hba.c:1362 #, c-format -msgid "" -"authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix" -"\", or \"ldapsuffix\" to be set" +msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" msgstr "" "la mthode d'authentification ldap requiert un argument ldapbasedn ,\n" " ldapprefix ou ldapsuffix pour tre mise en place" -#: libpq/hba.c:1436 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi et cert" -#: libpq/hba.c:1449 +#: libpq/hba.c:1419 #, c-format msgid "clientcert can only be configured for \"hostssl\" rows" msgstr "clientcert peut seulement tre configur pour les lignes hostssl " -#: libpq/hba.c:1460 +#: libpq/hba.c:1430 #, c-format -msgid "" -"client certificates can only be checked if a root certificate store is " -"available" +msgid "client certificates can only be checked if a root certificate store is available" msgstr "" "les certificats cert peuvent seulement tre vrifis si un emplacement de\n" "certificat racine est disponible" -#: libpq/hba.c:1461 +#: libpq/hba.c:1431 #, c-format msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." -msgstr "" -"Assurez-vous que le paramtre de configuration ssl_ca_file soit " -"configur." +msgstr "Assurez-vous que le paramtre de configuration ssl_ca_file soit configur." -#: libpq/hba.c:1474 +#: libpq/hba.c:1444 #, c-format msgid "clientcert can not be set to 0 when using \"cert\" authentication" -msgstr "" -"clientcert ne peut pas tre initialis 0 si vous utilisez " -"l'authentification cert " +msgstr "clientcert ne peut pas tre initialis 0 si vous utilisez l'authentification cert " -#: libpq/hba.c:1501 +#: libpq/hba.c:1471 #, c-format msgid "could not parse LDAP URL \"%s\": %s" msgstr "n'a pas pu analyser l'URL LDAP %s : %s" -#: libpq/hba.c:1509 +#: libpq/hba.c:1479 #, c-format msgid "unsupported LDAP URL scheme: %s" msgstr "mthode URL LDAP non support : %s" -#: libpq/hba.c:1525 +#: libpq/hba.c:1495 #, c-format msgid "filters not supported in LDAP URLs" msgstr "filtres non supports dans les URL LDAP" -#: libpq/hba.c:1533 +#: libpq/hba.c:1503 #, c-format msgid "LDAP URLs not supported on this platform" msgstr "URL LDAP non supports sur cette plateforme." -#: libpq/hba.c:1557 +#: libpq/hba.c:1527 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "numro de port LDAP invalide : %s " -#: libpq/hba.c:1603 libpq/hba.c:1611 +#: libpq/hba.c:1573 libpq/hba.c:1581 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi et sspi" -#: libpq/hba.c:1653 +#: libpq/hba.c:1623 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "numro de port RADIUS invalide : %s " -#: libpq/hba.c:1673 +#: libpq/hba.c:1643 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "nom d'option de l'authentification inconnu : %s " -#: libpq/hba.c:1864 +#: libpq/hba.c:1834 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "le fichier de configuration %s ne contient aucun enregistrement" -#: libpq/hba.c:1960 +#: libpq/hba.c:1930 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "expression rationnelle invalide %s : %s" -#: libpq/hba.c:2020 +#: libpq/hba.c:1990 #, c-format msgid "regular expression match for \"%s\" failed: %s" -msgstr "" -"la correspondance de l'expression rationnelle pour %s a chou : %s" +msgstr "la correspondance de l'expression rationnelle pour %s a chou : %s" -#: libpq/hba.c:2037 +#: libpq/hba.c:2007 #, c-format -msgid "" -"regular expression \"%s\" has no subexpressions as requested by " -"backreference in \"%s\"" +msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" msgstr "" "l'expression rationnelle %s n'a pas de sous-expressions comme celle\n" "demande par la rfrence dans %s " -#: libpq/hba.c:2133 +#: libpq/hba.c:2103 #, c-format msgid "provided user name (%s) and authenticated user name (%s) do not match" msgstr "" -"le nom d'utilisateur (%s) et le nom d'utilisateur authentifi (%s) fournis " -"ne\n" +"le nom d'utilisateur (%s) et le nom d'utilisateur authentifi (%s) fournis ne\n" "correspondent pas" -#: libpq/hba.c:2153 +#: libpq/hba.c:2123 #, c-format msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" msgstr "" "pas de correspondance dans la usermap %s pour l'utilisateur %s \n" "authentifi en tant que %s " -#: libpq/hba.c:2188 +#: libpq/hba.c:2158 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier usermap %s : %m" -#: libpq/pqcomm.c:314 +#: libpq/pqcomm.c:316 #, c-format msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" -msgstr "" -"Le chemin du socket de domaine Unix, %s , est trop (maximum %d octets)" +msgstr "Le chemin du socket de domaine Unix, %s , est trop (maximum %d octets)" -#: libpq/pqcomm.c:335 +#: libpq/pqcomm.c:337 #, c-format msgid "could not translate host name \"%s\", service \"%s\" to address: %s" -msgstr "" -"n'a pas pu rsoudre le nom de l'hte %s , service %s par l'adresse : " -"%s" +msgstr "n'a pas pu rsoudre le nom de l'hte %s , service %s par l'adresse : %s" -#: libpq/pqcomm.c:339 +#: libpq/pqcomm.c:341 #, c-format msgid "could not translate service \"%s\" to address: %s" msgstr "n'a pas pu rsoudre le service %s par l'adresse : %s" -#: libpq/pqcomm.c:366 +#: libpq/pqcomm.c:368 #, c-format msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" -msgstr "" -"n'a pas pu se lier toutes les adresses requises : MAXLISTEN (%d) dpass" +msgstr "n'a pas pu se lier toutes les adresses requises : MAXLISTEN (%d) dpass" -#: libpq/pqcomm.c:375 +#: libpq/pqcomm.c:377 msgid "IPv4" msgstr "IPv4" -#: libpq/pqcomm.c:379 +#: libpq/pqcomm.c:381 msgid "IPv6" msgstr "IPv6" -#: libpq/pqcomm.c:384 +#: libpq/pqcomm.c:386 msgid "Unix" msgstr "Unix" -#: libpq/pqcomm.c:389 +#: libpq/pqcomm.c:391 #, c-format msgid "unrecognized address family %d" msgstr "famille d'adresse %d non reconnue" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:400 +#: libpq/pqcomm.c:402 #, c-format msgid "could not create %s socket: %m" msgstr "n'a pas pu crer le socket %s : %m" -#: libpq/pqcomm.c:425 +#: libpq/pqcomm.c:427 #, c-format msgid "setsockopt(SO_REUSEADDR) failed: %m" msgstr "setsockopt(SO_REUSEADDR) a chou : %m" -#: libpq/pqcomm.c:440 +#: libpq/pqcomm.c:442 #, c-format msgid "setsockopt(IPV6_V6ONLY) failed: %m" msgstr "setsockopt(IPV6_V6ONLY) a chou : %m" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:459 +#: libpq/pqcomm.c:461 #, c-format msgid "could not bind %s socket: %m" msgstr "n'a pas pu se lier la socket %s : %m" -#: libpq/pqcomm.c:462 +#: libpq/pqcomm.c:464 #, c-format -msgid "" -"Is another postmaster already running on port %d? If not, remove socket file " -"\"%s\" and retry." -msgstr "" -"Un autre postmaster fonctionne-t'il dj sur le port %d ?Sinon, supprimez le " -"fichier socket %s et ressayez." +msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry." +msgstr "Un autre postmaster fonctionne-t'il dj sur le port %d ?Sinon, supprimez le fichier socket %s et ressayez." -#: libpq/pqcomm.c:465 +#: libpq/pqcomm.c:467 #, c-format -msgid "" -"Is another postmaster already running on port %d? If not, wait a few seconds " -"and retry." +msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." msgstr "" "Un autre postmaster fonctionne-t'il dj sur le port %d ?\n" "Sinon, attendez quelques secondes et ressayez." #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:498 +#: libpq/pqcomm.c:500 #, c-format msgid "could not listen on %s socket: %m" msgstr "n'a pas pu couter sur le socket %s : %m" -#: libpq/pqcomm.c:588 +#: libpq/pqcomm.c:590 #, c-format msgid "group \"%s\" does not exist" msgstr "le groupe %s n'existe pas" -#: libpq/pqcomm.c:598 +#: libpq/pqcomm.c:600 #, c-format msgid "could not set group of file \"%s\": %m" msgstr "n'a pas pu initialiser le groupe du fichier %s : %m" -#: libpq/pqcomm.c:609 +#: libpq/pqcomm.c:611 #, c-format msgid "could not set permissions of file \"%s\": %m" msgstr "n'a pas pu initialiser les droits du fichier %s : %m" -#: libpq/pqcomm.c:639 +#: libpq/pqcomm.c:641 #, c-format msgid "could not accept new connection: %m" msgstr "n'a pas pu accepter la nouvelle connexion : %m" -#: libpq/pqcomm.c:811 +#: libpq/pqcomm.c:813 #, c-format msgid "could not set socket to nonblocking mode: %m" msgstr "n'a pas pu activer le mode non-bloquant pour la socket : %m" -#: libpq/pqcomm.c:817 +#: libpq/pqcomm.c:819 #, c-format msgid "could not set socket to blocking mode: %m" msgstr "n'a pas pu activer le mode bloquant pour la socket : %m" -#: libpq/pqcomm.c:869 libpq/pqcomm.c:959 +#: libpq/pqcomm.c:871 libpq/pqcomm.c:965 #, c-format msgid "could not receive data from client: %m" msgstr "n'a pas pu recevoir les donnes du client : %m" -#: libpq/pqcomm.c:1110 +#: libpq/pqcomm.c:1110 tcop/postgres.c:3939 +#, c-format +msgid "terminating connection because protocol sync was lost" +msgstr "arrt de la connexion cause d'une perte de synchronisation du protocole" + +#: libpq/pqcomm.c:1176 #, c-format msgid "unexpected EOF within message length word" -msgstr "" -"fin de fichier (EOF) inattendue l'intrieur de la longueur du message" +msgstr "fin de fichier (EOF) inattendue l'intrieur de la longueur du message" -#: libpq/pqcomm.c:1121 +#: libpq/pqcomm.c:1187 #, c-format msgid "invalid message length" msgstr "longueur du message invalide" -#: libpq/pqcomm.c:1143 libpq/pqcomm.c:1153 +#: libpq/pqcomm.c:1209 libpq/pqcomm.c:1222 #, c-format msgid "incomplete message from client" msgstr "message incomplet du client" -#: libpq/pqcomm.c:1283 +#: libpq/pqcomm.c:1355 #, c-format msgid "could not send data to client: %m" msgstr "n'a pas pu envoyer les donnes au client : %m" @@ -11405,8 +10435,7 @@ msgstr "n'a pas pu envoyer les donn msgid "no data left in message" msgstr "pas de donnes dans le message" -#: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 -#: utils/adt/arrayfuncs.c:1416 utils/adt/rowtypes.c:560 +#: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 utils/adt/arrayfuncs.c:1416 utils/adt/rowtypes.c:560 #, c-format msgid "insufficient data left in message" msgstr "donnes insuffisantes laisses dans le message" @@ -11421,17 +10450,17 @@ msgstr "cha msgid "invalid message format" msgstr "format du message invalide" -#: main/main.c:261 +#: main/main.c:262 #, c-format msgid "%s: setsysinfo failed: %s\n" msgstr "%s : setsysinfo a chou : %s\n" -#: main/main.c:283 +#: main/main.c:284 #, c-format msgid "%s: WSAStartup failed: %d\n" msgstr "%s : WSAStartup a chou : %d\n" -#: main/main.c:302 +#: main/main.c:320 #, c-format msgid "" "%s is the PostgreSQL server.\n" @@ -11440,7 +10469,7 @@ msgstr "" "%s est le serveur PostgreSQL.\n" "\n" -#: main/main.c:303 +#: main/main.c:321 #, c-format msgid "" "Usage:\n" @@ -11451,127 +10480,121 @@ msgstr "" " %s [OPTION]...\n" "\n" -#: main/main.c:304 +#: main/main.c:322 #, c-format msgid "Options:\n" msgstr "Options :\n" -#: main/main.c:306 +#: main/main.c:324 #, c-format msgid " -A 1|0 enable/disable run-time assert checking\n" msgstr "" -" -A 1|0 active/dsactive la vrification des limites (assert) " -"\n" +" -A 1|0 active/dsactive la vrification des limites (assert) \n" " l'excution\n" -#: main/main.c:308 +#: main/main.c:326 #, c-format msgid " -B NBUFFERS number of shared buffers\n" msgstr " -B NBUFFERS nombre de tampons partags\n" -#: main/main.c:309 +#: main/main.c:327 #, c-format msgid " -c NAME=VALUE set run-time parameter\n" msgstr " -c NOM=VALEUR configure un paramtre d'excution\n" -#: main/main.c:310 +#: main/main.c:328 #, c-format msgid " -C NAME print value of run-time parameter, then exit\n" msgstr "" " -C NOM affiche la valeur d'un paramtre en excution,\n" " puis quitte\n" -#: main/main.c:311 +#: main/main.c:329 #, c-format msgid " -d 1-5 debugging level\n" msgstr " -d 1-5 niveau de dbogage\n" -#: main/main.c:312 +#: main/main.c:330 #, c-format msgid " -D DATADIR database directory\n" msgstr " -D RPDONNEES rpertoire de la base de donnes\n" -#: main/main.c:313 +#: main/main.c:331 #, c-format msgid " -e use European date input format (DMY)\n" -msgstr "" -" -e utilise le format de saisie europen des dates (DMY)\n" +msgstr " -e utilise le format de saisie europen des dates (DMY)\n" -#: main/main.c:314 +#: main/main.c:332 #, c-format msgid " -F turn fsync off\n" msgstr " -F dsactive fsync\n" -#: main/main.c:315 +#: main/main.c:333 #, c-format msgid " -h HOSTNAME host name or IP address to listen on\n" msgstr " -h NOMHOTE nom d'hte ou adresse IP couter\n" -#: main/main.c:316 +#: main/main.c:334 #, c-format msgid " -i enable TCP/IP connections\n" msgstr " -i active les connexions TCP/IP\n" -#: main/main.c:317 +#: main/main.c:335 #, c-format msgid " -k DIRECTORY Unix-domain socket location\n" msgstr " -k RPERTOIRE emplacement des sockets de domaine Unix\n" -#: main/main.c:319 +#: main/main.c:337 #, c-format msgid " -l enable SSL connections\n" msgstr " -l active les connexions SSL\n" -#: main/main.c:321 +#: main/main.c:339 #, c-format msgid " -N MAX-CONNECT maximum number of allowed connections\n" msgstr " -N MAX-CONNECT nombre maximum de connexions simultanes\n" -#: main/main.c:322 +#: main/main.c:340 #, c-format -msgid "" -" -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" -msgstr "" -" -o OPTIONS passe OPTIONS chaque processus serveur " -"(obsolte)\n" +msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" +msgstr " -o OPTIONS passe OPTIONS chaque processus serveur (obsolte)\n" -#: main/main.c:323 +#: main/main.c:341 #, c-format msgid " -p PORT port number to listen on\n" msgstr " -p PORT numro du port couter\n" -#: main/main.c:324 +#: main/main.c:342 #, c-format msgid " -s show statistics after each query\n" msgstr " -s affiche les statistiques aprs chaque requte\n" -#: main/main.c:325 +#: main/main.c:343 #, c-format msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" msgstr " -S WORK-MEM configure la mmoire pour les tris (en Ko)\n" -#: main/main.c:326 +#: main/main.c:344 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version et quitte\n" -#: main/main.c:327 +#: main/main.c:345 #, c-format msgid " --NAME=VALUE set run-time parameter\n" msgstr " --NOM=VALEUR configure un paramtre d'excution\n" -#: main/main.c:328 +#: main/main.c:346 #, c-format msgid " --describe-config describe configuration parameters, then exit\n" -msgstr "" -" --describe-config dcrit les paramtres de configuration, puis quitte\n" +msgstr " --describe-config dcrit les paramtres de configuration, puis quitte\n" -#: main/main.c:329 +#: main/main.c:347 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide et quitte\n" -#: main/main.c:331 +#: main/main.c:349 #, c-format msgid "" "\n" @@ -11580,53 +10603,50 @@ msgstr "" "\n" "Options pour le dveloppeur :\n" -#: main/main.c:332 +#: main/main.c:350 #, c-format msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr "" -" -f s|i|n|m|h interdit l'utilisation de certains types de plan\n" +msgstr " -f s|i|n|m|h interdit l'utilisation de certains types de plan\n" -#: main/main.c:333 +#: main/main.c:351 #, c-format -msgid "" -" -n do not reinitialize shared memory after abnormal exit\n" +msgid " -n do not reinitialize shared memory after abnormal exit\n" msgstr "" " -n ne rinitialise pas la mmoire partage aprs un arrt\n" " brutal\n" -#: main/main.c:334 +#: main/main.c:352 #, c-format msgid " -O allow system table structure changes\n" msgstr "" " -O autorise les modifications de structure des tables\n" " systme\n" -#: main/main.c:335 +#: main/main.c:353 #, c-format msgid " -P disable system indexes\n" msgstr " -P dsactive les index systmes\n" -#: main/main.c:336 +#: main/main.c:354 #, c-format msgid " -t pa|pl|ex show timings after each query\n" msgstr " -t pa|pl|ex affiche les horodatages pour chaque requte\n" -#: main/main.c:337 +#: main/main.c:355 #, c-format -msgid "" -" -T send SIGSTOP to all backend processes if one dies\n" +msgid " -T send SIGSTOP to all backend processes if one dies\n" msgstr "" " -T envoie SIGSTOP tous les processus serveur si l'un\n" " d'entre eux meurt\n" -#: main/main.c:338 +#: main/main.c:356 #, c-format msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" msgstr "" " -W NUM attends NUM secondes pour permettre l'attache d'un\n" " dbogueur\n" -#: main/main.c:340 +#: main/main.c:358 #, c-format msgid "" "\n" @@ -11635,44 +10655,41 @@ msgstr "" "\n" "Options pour le mode mono-utilisateur :\n" -#: main/main.c:341 +#: main/main.c:359 #, c-format -msgid "" -" --single selects single-user mode (must be first argument)\n" +msgid " --single selects single-user mode (must be first argument)\n" msgstr "" " --single slectionne le mode mono-utilisateur (doit tre le\n" " premier argument)\n" -#: main/main.c:342 +#: main/main.c:360 #, c-format msgid " DBNAME database name (defaults to user name)\n" -msgstr "" -" NOMBASE nom de la base (par dfaut, celui de l'utilisateur)\n" +msgstr " NOMBASE nom de la base (par dfaut, celui de l'utilisateur)\n" -#: main/main.c:343 +#: main/main.c:361 #, c-format msgid " -d 0-5 override debugging level\n" msgstr " -d 0-5 surcharge le niveau de dbogage\n" -#: main/main.c:344 +#: main/main.c:362 #, c-format msgid " -E echo statement before execution\n" msgstr " -E affiche la requte avant de l'excuter\n" -#: main/main.c:345 +#: main/main.c:363 #, c-format -msgid "" -" -j do not use newline as interactive query delimiter\n" +msgid " -j do not use newline as interactive query delimiter\n" msgstr "" " -j n'utilise pas le retour la ligne comme dlimiteur de\n" " requte\n" -#: main/main.c:346 main/main.c:351 +#: main/main.c:364 main/main.c:369 #, c-format msgid " -r FILENAME send stdout and stderr to given file\n" msgstr " -r FICHIER envoie stdout et stderr dans le fichier indiqu\n" -#: main/main.c:348 +#: main/main.c:366 #, c-format msgid "" "\n" @@ -11681,29 +10698,26 @@ msgstr "" "\n" "Options pour le mode bootstrapping :\n" -#: main/main.c:349 +#: main/main.c:367 #, c-format -msgid "" -" --boot selects bootstrapping mode (must be first argument)\n" +msgid " --boot selects bootstrapping mode (must be first argument)\n" msgstr "" " --boot slectionne le mode bootstrapping (doit tre le\n" " premier argument)\n" -#: main/main.c:350 +#: main/main.c:368 #, c-format -msgid "" -" DBNAME database name (mandatory argument in bootstrapping " -"mode)\n" +msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" msgstr "" " NOMBASE nom de la base (argument obligatoire dans le mode\n" " bootstrapping )\n" -#: main/main.c:352 +#: main/main.c:370 #, c-format msgid " -x NUM internal use\n" msgstr " -x NUM utilisation interne\n" -#: main/main.c:354 +#: main/main.c:372 #, c-format msgid "" "\n" @@ -11720,7 +10734,7 @@ msgstr "" "\n" "Rapportez les bogues .\n" -#: main/main.c:368 +#: main/main.c:386 #, c-format msgid "" "\"root\" execution of the PostgreSQL server is not permitted.\n" @@ -11731,18 +10745,15 @@ msgstr "" "L'excution du serveur PostgreSQL par l'utilisateur root n'est pas\n" "autorise.\n" "Le serveur doit tre lanc avec un utilisateur non privilgi pour empcher\n" -"tout problme possible de scurit sur le serveur. Voir la documentation " -"pour\n" +"tout problme possible de scurit sur le serveur. Voir la documentation pour\n" "plus d'informations sur le lancement propre du serveur.\n" -#: main/main.c:385 +#: main/main.c:403 #, c-format msgid "%s: real and effective user IDs must match\n" -msgstr "" -"%s : les identifiants rel et effectif de l'utilisateur doivent " -"correspondre\n" +msgstr "%s : les identifiants rel et effectif de l'utilisateur doivent correspondre\n" -#: main/main.c:392 +#: main/main.c:410 #, c-format msgid "" "Execution of PostgreSQL by a user with administrative permissions is not\n" @@ -11751,50 +10762,41 @@ msgid "" "possible system security compromises. See the documentation for\n" "more information on how to properly start the server.\n" msgstr "" -"L'excution du serveur PostgreSQL par un utilisateur dot de droits " -"d'administrateur n'est pas permise.\n" +"L'excution du serveur PostgreSQL par un utilisateur dot de droits d'administrateur n'est pas permise.\n" "Le serveur doit tre lanc avec un utilisateur non privilgi pour empcher\n" "tout problme de scurit sur le serveur. Voir la documentation pour\n" "plus d'informations sur le lancement propre du serveur.\n" -#: main/main.c:413 +#: main/main.c:431 #, c-format msgid "%s: invalid effective UID: %d\n" msgstr "%s : UID effectif invalide : %d\n" -#: main/main.c:426 +#: main/main.c:444 #, c-format msgid "%s: could not determine user name (GetUserName failed)\n" -msgstr "" -"%s : n'a pas pu dterminer le nom de l'utilisateur (GetUserName a chou)\n" +msgstr "%s : n'a pas pu dterminer le nom de l'utilisateur (GetUserName a chou)\n" -#: nodes/nodeFuncs.c:115 nodes/nodeFuncs.c:141 parser/parse_coerce.c:1782 -#: parser/parse_coerce.c:1810 parser/parse_coerce.c:1886 -#: parser/parse_expr.c:1722 parser/parse_func.c:369 parser/parse_oper.c:948 +#: nodes/nodeFuncs.c:115 nodes/nodeFuncs.c:141 parser/parse_coerce.c:1782 parser/parse_coerce.c:1810 parser/parse_coerce.c:1886 parser/parse_expr.c:1722 parser/parse_func.c:369 parser/parse_oper.c:948 #, c-format msgid "could not find array type for data type %s" msgstr "n'a pas pu trouver le type array pour le type de donnes %s" #: optimizer/path/joinrels.c:722 #, c-format -msgid "" -"FULL JOIN is only supported with merge-joinable or hash-joinable join " -"conditions" +msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions" msgstr "" -"FULL JOIN est support seulement avec les conditions de jointures MERGE et " -"de\n" +"FULL JOIN est support seulement avec les conditions de jointures MERGE et de\n" "jointures HASH JOIN" #. translator: %s is a SQL row locking clause such as FOR UPDATE #: optimizer/plan/initsplan.c:1079 #, c-format msgid "%s cannot be applied to the nullable side of an outer join" -msgstr "" -"%s ne peut tre appliqu sur le ct possiblement NULL d'une jointure externe" +msgstr "%s ne peut tre appliqu sur le ct possiblement NULL d'une jointure externe" #. translator: %s is a SQL row locking clause such as FOR UPDATE -#: optimizer/plan/planner.c:1093 parser/analyze.c:1330 parser/analyze.c:1528 -#: parser/analyze.c:2274 +#: optimizer/plan/planner.c:1093 parser/analyze.c:1330 parser/analyze.c:1528 parser/analyze.c:2274 #, c-format msgid "%s is not allowed with UNION/INTERSECT/EXCEPT" msgstr "%s n'est pas autoris avec UNION/INTERSECT/EXCEPT" @@ -11804,12 +10806,9 @@ msgstr "%s n'est pas autoris msgid "could not implement GROUP BY" msgstr "n'a pas pu implant GROUP BY" -#: optimizer/plan/planner.c:2515 optimizer/plan/planner.c:2687 -#: optimizer/prep/prepunion.c:824 +#: optimizer/plan/planner.c:2515 optimizer/plan/planner.c:2687 optimizer/prep/prepunion.c:824 #, c-format -msgid "" -"Some of the datatypes only support hashing, while others only support " -"sorting." +msgid "Some of the datatypes only support hashing, while others only support sorting." msgstr "" "Certains des types de donnes supportent seulement le hachage,\n" "alors que les autres supportent seulement le tri." @@ -11839,8 +10838,7 @@ msgstr "n'a pas pu implanter ORDER BY dans le window" #: optimizer/plan/planner.c:3302 #, c-format msgid "Window ordering columns must be of sortable datatypes." -msgstr "" -"Les colonnes de tri de la window doivent tre d'un type de donnes triable." +msgstr "Les colonnes de tri de la window doivent tre d'un type de donnes triable." #: optimizer/plan/setrefs.c:405 #, c-format @@ -11871,9 +10869,7 @@ msgstr "fonction SQL #: optimizer/util/plancat.c:104 #, c-format msgid "cannot access temporary or unlogged relations during recovery" -msgstr "" -"ne peut pas accder des tables temporaires et non traces lors de la " -"restauration" +msgstr "ne peut pas accder des tables temporaires et non traces lors de la restauration" #: parser/analyze.c:627 parser/analyze.c:1102 #, c-format @@ -11892,13 +10888,10 @@ msgstr "INSERT a plus de colonnes cibles que d'expressions" #: parser/analyze.c:816 #, c-format -msgid "" -"The insertion source is a row expression containing the same number of " -"columns expected by the INSERT. Did you accidentally use extra parentheses?" +msgid "The insertion source is a row expression containing the same number of columns expected by the INSERT. Did you accidentally use extra parentheses?" msgstr "" "La source d'insertion est une expression de ligne contenant le mme nombre\n" -"de colonnes que celui attendu par INSERT. Auriez-vous utilis des " -"parenthses\n" +"de colonnes que celui attendu par INSERT. Auriez-vous utilis des parenthses\n" "supplmentaires ?" #: parser/analyze.c:924 parser/analyze.c:1303 @@ -11909,9 +10902,7 @@ msgstr "SELECT ... INTO n'est pas autoris #: parser/analyze.c:1116 #, c-format msgid "DEFAULT can only appear in a VALUES list within INSERT" -msgstr "" -"DEFAULT peut seulement apparatre dans la liste VALUES comprise dans un " -"INSERT" +msgstr "DEFAULT peut seulement apparatre dans la liste VALUES comprise dans un INSERT" #. translator: %s is a SQL row locking clause such as FOR UPDATE #: parser/analyze.c:1235 parser/analyze.c:2446 @@ -11933,25 +10924,17 @@ msgstr "" #: parser/analyze.c:1458 #, c-format -msgid "" -"Add the expression/function to every SELECT, or move the UNION into a FROM " -"clause." -msgstr "" -"Ajouter l'expression/fonction chaque SELECT, ou dplacer l'UNION dans une " -"clause FROM." +msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause." +msgstr "Ajouter l'expression/fonction chaque SELECT, ou dplacer l'UNION dans une clause FROM." #: parser/analyze.c:1518 #, c-format msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" -msgstr "" -"INTO est autoris uniquement sur le premier SELECT d'un UNION/INTERSECT/" -"EXCEPT" +msgstr "INTO est autoris uniquement sur le premier SELECT d'un UNION/INTERSECT/EXCEPT" #: parser/analyze.c:1582 #, c-format -msgid "" -"UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of " -"same query level" +msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level" msgstr "" "L'instruction membre UNION/INTERSECT/EXCEPT ne peut pas faire rfrence \n" "d'autres relations que celles de la requte de mme niveau" @@ -11969,9 +10952,7 @@ msgstr "ne peut pas sp #: parser/analyze.c:2093 #, c-format msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" -msgstr "" -"DECLARE CURSOR ne doit pas contenir des instructions de modification de " -"donnes dans WITH" +msgstr "DECLARE CURSOR ne doit pas contenir des instructions de modification de donnes dans WITH" #. translator: %s is a SQL row locking clause such as FOR UPDATE #: parser/analyze.c:2101 @@ -12004,23 +10985,17 @@ msgstr "Les curseurs insensibles doivent #: parser/analyze.c:2192 #, c-format msgid "materialized views must not use data-modifying statements in WITH" -msgstr "" -"les vues matrialises ne peuvent pas contenir d'instructions de " -"modifications de donnes avec WITH" +msgstr "les vues matrialises ne peuvent pas contenir d'instructions de modifications de donnes avec WITH" #: parser/analyze.c:2202 #, c-format msgid "materialized views must not use temporary tables or views" -msgstr "" -"les vues matrialises ne doivent pas utiliser de tables temporaires ou de " -"vues" +msgstr "les vues matrialises ne doivent pas utiliser de tables temporaires ou de vues" #: parser/analyze.c:2212 #, c-format msgid "materialized views may not be defined using bound parameters" -msgstr "" -"les vues matrialises ne peuvent pas tre dfinies en utilisant des " -"paramtres lis" +msgstr "les vues matrialises ne peuvent pas tre dfinies en utilisant des paramtres lis" #: parser/analyze.c:2224 #, c-format @@ -12061,9 +11036,7 @@ msgstr "%s n'est pas autoris #: parser/analyze.c:2316 #, c-format msgid "%s is not allowed with set-returning functions in the target list" -msgstr "" -"%s n'est pas autoris avec les fonctions renvoyant plusieurs lignes dans la " -"liste cible" +msgstr "%s n'est pas autoris avec les fonctions renvoyant plusieurs lignes dans la liste cible" #. translator: %s is a SQL row locking clause such as FOR UPDATE #: parser/analyze.c:2395 @@ -12107,70 +11080,51 @@ msgstr "Les agr #: parser/parse_agg.c:193 msgid "aggregate functions are not allowed in JOIN conditions" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les conditions de " -"jointures" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les conditions de jointures" #: parser/parse_agg.c:199 -msgid "" -"aggregate functions are not allowed in FROM clause of their own query level" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans la clause FROM du mme " -"niveau de la requte" +msgid "aggregate functions are not allowed in FROM clause of their own query level" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans la clause FROM du mme niveau de la requte" #: parser/parse_agg.c:202 msgid "aggregate functions are not allowed in functions in FROM" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les fonctions contenues " -"dans la clause FROM" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les fonctions contenues dans la clause FROM" #: parser/parse_agg.c:217 msgid "aggregate functions are not allowed in window RANGE" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans le RANGE de fentrage" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans le RANGE de fentrage" #: parser/parse_agg.c:220 msgid "aggregate functions are not allowed in window ROWS" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans le ROWS de fentrage" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans le ROWS de fentrage" #: parser/parse_agg.c:251 msgid "aggregate functions are not allowed in check constraints" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les contraintes CHECK" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les contraintes CHECK" #: parser/parse_agg.c:255 msgid "aggregate functions are not allowed in DEFAULT expressions" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les expressions par " -"dfaut" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les expressions par dfaut" #: parser/parse_agg.c:258 msgid "aggregate functions are not allowed in index expressions" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les expressions d'index" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les expressions d'index" #: parser/parse_agg.c:261 msgid "aggregate functions are not allowed in index predicates" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les prdicats d'index" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les prdicats d'index" #: parser/parse_agg.c:264 msgid "aggregate functions are not allowed in transform expressions" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les expressions de " -"transformation" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les expressions de transformation" #: parser/parse_agg.c:267 msgid "aggregate functions are not allowed in EXECUTE parameters" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les paramtres d'EXECUTE" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les paramtres d'EXECUTE" #: parser/parse_agg.c:270 msgid "aggregate functions are not allowed in trigger WHEN conditions" -msgstr "" -"les fonctions d'agrgats ne sont pas autoriss dans les conditions WHEN des " -"triggers" +msgstr "les fonctions d'agrgats ne sont pas autoriss dans les conditions WHEN des triggers" #. translator: %s is name of a SQL construct, eg GROUP BY #: parser/parse_agg.c:290 parser/parse_clause.c:1291 @@ -12187,60 +11141,43 @@ msgstr "" #: parser/parse_agg.c:469 msgid "window functions are not allowed in JOIN conditions" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les conditions de " -"jointure" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les conditions de jointure" #: parser/parse_agg.c:476 msgid "window functions are not allowed in functions in FROM" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les fonctions " -"contenues dans la clause FROM" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les fonctions contenues dans la clause FROM" #: parser/parse_agg.c:488 msgid "window functions are not allowed in window definitions" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les dfinitions de " -"fentres" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les dfinitions de fentres" #: parser/parse_agg.c:519 msgid "window functions are not allowed in check constraints" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les contraintes CHECK" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les contraintes CHECK" #: parser/parse_agg.c:523 msgid "window functions are not allowed in DEFAULT expressions" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les expressions par " -"dfaut" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les expressions par dfaut" #: parser/parse_agg.c:526 msgid "window functions are not allowed in index expressions" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les expressions d'index" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les expressions d'index" #: parser/parse_agg.c:529 msgid "window functions are not allowed in index predicates" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les prdicats d'index" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les prdicats d'index" #: parser/parse_agg.c:532 msgid "window functions are not allowed in transform expressions" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les expressions de " -"transformation" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les expressions de transformation" #: parser/parse_agg.c:535 msgid "window functions are not allowed in EXECUTE parameters" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les paramtres " -"d'EXECUTE" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les paramtres d'EXECUTE" #: parser/parse_agg.c:538 msgid "window functions are not allowed in trigger WHEN conditions" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans les conditions WHEN " -"des triggers" +msgstr "les fonctions de fentrage ne sont pas autoriss dans les conditions WHEN des triggers" #. translator: %s is name of a SQL construct, eg GROUP BY #: parser/parse_agg.c:558 parser/parse_clause.c:1300 @@ -12255,20 +11192,13 @@ msgstr "le window #: parser/parse_agg.c:754 #, c-format -msgid "" -"aggregate functions are not allowed in a recursive query's recursive term" -msgstr "" -"les fonctions de fentrage ne sont pas autoriss dans le terme rcursif " -"d'une requte rcursive" +msgid "aggregate functions are not allowed in a recursive query's recursive term" +msgstr "les fonctions de fentrage ne sont pas autoriss dans le terme rcursif d'une requte rcursive" #: parser/parse_agg.c:909 #, c-format -msgid "" -"column \"%s.%s\" must appear in the GROUP BY clause or be used in an " -"aggregate function" -msgstr "" -"la colonne %s.%s doit apparatre dans la clause GROUP BY ou doit tre " -"utilis dans une fonction d'agrgat" +msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" +msgstr "la colonne %s.%s doit apparatre dans la clause GROUP BY ou doit tre utilis dans une fonction d'agrgat" #: parser/parse_agg.c:915 #, c-format @@ -12280,15 +11210,13 @@ msgstr "" #: parser/parse_clause.c:851 #, c-format msgid "column name \"%s\" appears more than once in USING clause" -msgstr "" -"le nom de la colonne %s apparat plus d'une fois dans la clause USING" +msgstr "le nom de la colonne %s apparat plus d'une fois dans la clause USING" #: parser/parse_clause.c:866 #, c-format msgid "common column name \"%s\" appears more than once in left table" msgstr "" -"le nom commun de la colonne %s apparat plus d'une fois dans la table " -"de\n" +"le nom commun de la colonne %s apparat plus d'une fois dans la table de\n" "gauche" #: parser/parse_clause.c:875 @@ -12302,8 +11230,7 @@ msgstr "" #, c-format msgid "common column name \"%s\" appears more than once in right table" msgstr "" -"le nom commun de la colonne %s apparat plus d'une fois dans la table " -"de\n" +"le nom commun de la colonne %s apparat plus d'une fois dans la table de\n" " droite" #: parser/parse_clause.c:898 @@ -12360,8 +11287,7 @@ msgstr "n'a pas pu surcharger la clause ORDER BY de window #: parser/parse_clause.c:1802 parser/parse_clause.c:1808 #, c-format msgid "cannot copy window \"%s\" because it has a frame clause" -msgstr "" -"ne peut pas copier la fentre %s car il dispose d'une clause de porte" +msgstr "ne peut pas copier la fentre %s car il dispose d'une clause de porte" #: parser/parse_clause.c:1810 #, c-format @@ -12370,9 +11296,7 @@ msgstr "Omettre les parenth #: parser/parse_clause.c:1876 #, c-format -msgid "" -"in an aggregate with DISTINCT, ORDER BY expressions must appear in argument " -"list" +msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" msgstr "" "dans un agrgat avec DISTINCT, les expressions ORDER BY doivent apparatre\n" "dans la liste d'argument" @@ -12398,15 +11322,12 @@ msgstr "l'op #: parser/parse_clause.c:2119 #, c-format -msgid "" -"Ordering operators must be \"<\" or \">\" members of btree operator families." +msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." msgstr "" "Les oprateurs de tri doivent tre les membres < ou > des familles\n" "d'oprateurs btree." -#: parser/parse_coerce.c:933 parser/parse_coerce.c:963 -#: parser/parse_coerce.c:981 parser/parse_coerce.c:996 -#: parser/parse_expr.c:1756 parser/parse_expr.c:2230 parser/parse_target.c:854 +#: parser/parse_coerce.c:933 parser/parse_coerce.c:963 parser/parse_coerce.c:981 parser/parse_coerce.c:996 parser/parse_expr.c:1756 parser/parse_expr.c:2230 parser/parse_target.c:854 #, c-format msgid "cannot cast type %s to %s" msgstr "ne peut pas convertir le type %s en %s" @@ -12472,18 +11393,14 @@ msgstr "les arguments d msgid "arguments declared \"anyrange\" are not all alike" msgstr "les arguments dclars anyrange ne sont pas tous identiques" -#: parser/parse_coerce.c:1660 parser/parse_coerce.c:1871 -#: parser/parse_coerce.c:1905 +#: parser/parse_coerce.c:1660 parser/parse_coerce.c:1871 parser/parse_coerce.c:1905 #, c-format msgid "argument declared \"anyarray\" is not an array but type %s" -msgstr "" -"l'argument dclar anyarray n'est pas un tableau mais est du type %s" +msgstr "l'argument dclar anyarray n'est pas un tableau mais est du type %s" #: parser/parse_coerce.c:1676 #, c-format -msgid "" -"argument declared \"anyarray\" is not consistent with argument declared " -"\"anyelement\"" +msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\"" msgstr "" "l'argument dclar anyarray n'est pas cohrent avec l'argument dclar\n" " anyelement " @@ -12491,15 +11408,11 @@ msgstr "" #: parser/parse_coerce.c:1697 parser/parse_coerce.c:1918 #, c-format msgid "argument declared \"anyrange\" is not a range type but type %s" -msgstr "" -"l'argument dclar anyrange n'est pas un type d'intervalle mais est du " -"type %s" +msgstr "l'argument dclar anyrange n'est pas un type d'intervalle mais est du type %s" #: parser/parse_coerce.c:1713 #, c-format -msgid "" -"argument declared \"anyrange\" is not consistent with argument declared " -"\"anyelement\"" +msgid "argument declared \"anyrange\" is not consistent with argument declared \"anyelement\"" msgstr "" "l'argument dclar anyrange n'est pas cohrent avec l'argument dclar\n" " anyelement " @@ -12529,31 +11442,21 @@ msgstr "n'a pas pu trouver le type range pour le type de donn #: parser/parse_collate.c:214 parser/parse_collate.c:458 #, c-format msgid "collation mismatch between implicit collations \"%s\" and \"%s\"" -msgstr "" -"le collationnement ne correspond pas aux collationnements implicites %s " -"et %s " +msgstr "le collationnement ne correspond pas aux collationnements implicites %s et %s " #: parser/parse_collate.c:217 parser/parse_collate.c:461 #, c-format -msgid "" -"You can choose the collation by applying the COLLATE clause to one or both " -"expressions." -msgstr "" -"Vous pouvez choisir le collationnement en appliquant la clause COLLATE une " -"ou aux deux expressions." +msgid "You can choose the collation by applying the COLLATE clause to one or both expressions." +msgstr "Vous pouvez choisir le collationnement en appliquant la clause COLLATE une ou aux deux expressions." #: parser/parse_collate.c:778 #, c-format msgid "collation mismatch between explicit collations \"%s\" and \"%s\"" -msgstr "" -"le collationnement ne correspond pas aux collationnements explicites %s " -"et %s " +msgstr "le collationnement ne correspond pas aux collationnements explicites %s et %s " #: parser/parse_cte.c:42 #, c-format -msgid "" -"recursive reference to query \"%s\" must not appear within its non-recursive " -"term" +msgid "recursive reference to query \"%s\" must not appear within its non-recursive term" msgstr "" "la rfrence rcursive la requte %s ne doit pas apparatre \n" "l'intrieur de son terme non rcursif" @@ -12567,8 +11470,7 @@ msgstr "" #: parser/parse_cte.c:46 #, c-format -msgid "" -"recursive reference to query \"%s\" must not appear within an outer join" +msgid "recursive reference to query \"%s\" must not appear within an outer join" msgstr "" "la rfrence rcursive la requte %s ne doit pas apparatre \n" "l'intrieur d'une jointure externe" @@ -12594,21 +11496,16 @@ msgstr "le nom de la requ #: parser/parse_cte.c:264 #, c-format -msgid "" -"WITH clause containing a data-modifying statement must be at the top level" +msgid "WITH clause containing a data-modifying statement must be at the top level" msgstr "" -"la clause WITH contenant une instruction de modification de donnes doit " -"tre\n" +"la clause WITH contenant une instruction de modification de donnes doit tre\n" "au plus haut niveau" #: parser/parse_cte.c:313 #, c-format -msgid "" -"recursive query \"%s\" column %d has type %s in non-recursive term but type " -"%s overall" +msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall" msgstr "" -"dans la requte rcursive %s , la colonne %d a le type %s dans le terme " -"non\n" +"dans la requte rcursive %s , la colonne %d a le type %s dans le terme non\n" "rcursif mais le type global %s" #: parser/parse_cte.c:319 @@ -12618,25 +11515,18 @@ msgstr "Convertit la sortie du terme non r #: parser/parse_cte.c:324 #, c-format -msgid "" -"recursive query \"%s\" column %d has collation \"%s\" in non-recursive term " -"but collation \"%s\" overall" -msgstr "" -"requte rcursive %s : la colonne %d a le collationnement %s dans un " -"terme non rcursifet un collationnement %s global" +msgid "recursive query \"%s\" column %d has collation \"%s\" in non-recursive term but collation \"%s\" overall" +msgstr "requte rcursive %s : la colonne %d a le collationnement %s dans un terme non rcursifet un collationnement %s global" #: parser/parse_cte.c:328 #, c-format msgid "Use the COLLATE clause to set the collation of the non-recursive term." -msgstr "" -"Utilisez la clause COLLATE pour configurer le collationnement du terme non " -"rcursif." +msgstr "Utilisez la clause COLLATE pour configurer le collationnement du terme non rcursif." #: parser/parse_cte.c:419 #, c-format msgid "WITH query \"%s\" has %d columns available but %d columns specified" -msgstr "" -"la requte WITH %s a %d colonnes disponibles mais %d colonnes spcifies" +msgstr "la requte WITH %s a %d colonnes disponibles mais %d colonnes spcifies" #: parser/parse_cte.c:599 #, c-format @@ -12646,18 +11536,13 @@ msgstr "la r #: parser/parse_cte.c:651 #, c-format msgid "recursive query \"%s\" must not contain data-modifying statements" -msgstr "" -"la requte rcursive %s ne doit pas contenir des instructions de " -"modification de donnes" +msgstr "la requte rcursive %s ne doit pas contenir des instructions de modification de donnes" #: parser/parse_cte.c:659 #, c-format -msgid "" -"recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] " -"recursive-term" +msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term" msgstr "" -"la requte rcursive %s n'a pas la forme terme-non-rcursive UNION " -"[ALL]\n" +"la requte rcursive %s n'a pas la forme terme-non-rcursive UNION [ALL]\n" "terme-rcursive" #: parser/parse_cte.c:703 @@ -12683,9 +11568,7 @@ msgstr "FOR UPDATE/SHARE dans une requ #: parser/parse_cte.c:778 #, c-format msgid "recursive reference to query \"%s\" must not appear more than once" -msgstr "" -"la rfrence rcursive la requte %s ne doit pas apparatre plus d'une " -"fois" +msgstr "la rfrence rcursive la requte %s ne doit pas apparatre plus d'une fois" #: parser/parse_expr.c:388 parser/parse_relation.c:2638 #, c-format @@ -12700,29 +11583,24 @@ msgstr "colonne #: parser/parse_expr.c:406 #, c-format msgid "could not identify column \"%s\" in record data type" -msgstr "" -"n'a pas pu identifier la colonne %s dans le type de donnes de " -"l'enregistrement" +msgstr "n'a pas pu identifier la colonne %s dans le type de donnes de l'enregistrement" #: parser/parse_expr.c:412 #, c-format msgid "column notation .%s applied to type %s, which is not a composite type" -msgstr "" -"notation d'attribut .%s appliqu au type %s, qui n'est pas un type compos" +msgstr "notation d'attribut .%s appliqu au type %s, qui n'est pas un type compos" #: parser/parse_expr.c:442 parser/parse_target.c:640 #, c-format msgid "row expansion via \"*\" is not supported here" msgstr "l'expansion de ligne via * n'est pas support ici" -#: parser/parse_expr.c:765 parser/parse_relation.c:561 -#: parser/parse_relation.c:642 parser/parse_target.c:1089 +#: parser/parse_expr.c:765 parser/parse_relation.c:561 parser/parse_relation.c:642 parser/parse_target.c:1089 #, c-format msgid "column reference \"%s\" is ambiguous" msgstr "la rfrence la colonne %s est ambigu" -#: parser/parse_expr.c:821 parser/parse_param.c:110 parser/parse_param.c:142 -#: parser/parse_param.c:199 parser/parse_param.c:298 +#: parser/parse_expr.c:821 parser/parse_param.c:110 parser/parse_param.c:142 parser/parse_param.c:199 parser/parse_param.c:298 #, c-format msgid "there is no parameter $%d" msgstr "Il n'existe pas de paramtres $%d" @@ -12734,8 +11612,7 @@ msgstr "NULLIF requiert l'op #: parser/parse_expr.c:1452 msgid "cannot use subquery in check constraint" -msgstr "" -"ne peut pas utiliser une sous-requte dans la contrainte de vrification" +msgstr "ne peut pas utiliser une sous-requte dans la contrainte de vrification" #: parser/parse_expr.c:1456 msgid "cannot use subquery in DEFAULT expression" @@ -12751,8 +11628,7 @@ msgstr "ne peut pas utiliser une sous-requ #: parser/parse_expr.c:1465 msgid "cannot use subquery in transform expression" -msgstr "" -"ne peut pas utiliser une sous-requte dans l'expression de transformation" +msgstr "ne peut pas utiliser une sous-requte dans l'expression de transformation" #: parser/parse_expr.c:1468 msgid "cannot use subquery in EXECUTE parameter" @@ -12760,8 +11636,7 @@ msgstr "ne peut pas utiliser les sous-requ #: parser/parse_expr.c:1471 msgid "cannot use subquery in trigger WHEN condition" -msgstr "" -"ne peut pas utiliser une sous-requte dans la condition WHEN d'un trigger" +msgstr "ne peut pas utiliser une sous-requte dans la condition WHEN d'un trigger" #: parser/parse_expr.c:1528 #, c-format @@ -12791,8 +11666,7 @@ msgstr "ne peut pas d #: parser/parse_expr.c:1697 #, c-format msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]." -msgstr "" -"Convertit explicitement vers le type dsir, par exemple ARRAY[]::integer[]." +msgstr "Convertit explicitement vers le type dsir, par exemple ARRAY[]::integer[]." #: parser/parse_expr.c:1711 #, c-format @@ -12802,8 +11676,7 @@ msgstr "n'a pas pu trouver le type d' #: parser/parse_expr.c:1937 #, c-format msgid "unnamed XML attribute value must be a column reference" -msgstr "" -"la valeur d'un attribut XML sans nom doit tre une rfrence de colonne" +msgstr "la valeur d'un attribut XML sans nom doit tre une rfrence de colonne" #: parser/parse_expr.c:1938 #, c-format @@ -12834,8 +11707,7 @@ msgstr "n'a pas pu comparer des lignes de taille z #, c-format msgid "row comparison operator must yield type boolean, not type %s" msgstr "" -"l'oprateur de comparaison de ligne doit renvoyer le type boolen, et non " -"le\n" +"l'oprateur de comparaison de ligne doit renvoyer le type boolen, et non le\n" "type %s" #: parser/parse_expr.c:2345 @@ -12846,17 +11718,13 @@ msgstr "l'op #: parser/parse_expr.c:2404 parser/parse_expr.c:2449 #, c-format msgid "could not determine interpretation of row comparison operator %s" -msgstr "" -"n'a pas pu dterminer l'interprtation de l'oprateur de comparaison de " -"ligne %s" +msgstr "n'a pas pu dterminer l'interprtation de l'oprateur de comparaison de ligne %s" #: parser/parse_expr.c:2406 #, c-format -msgid "" -"Row comparison operators must be associated with btree operator families." +msgid "Row comparison operators must be associated with btree operator families." msgstr "" -"Les oprateurs de comparaison de lignes doivent tre associs des " -"familles\n" +"Les oprateurs de comparaison de lignes doivent tre associs des familles\n" "d'oprateurs btree." #: parser/parse_expr.c:2451 @@ -12896,11 +11764,8 @@ msgstr "ORDER BY sp #: parser/parse_func.c:257 #, c-format -msgid "" -"OVER specified, but %s is not a window function nor an aggregate function" -msgstr "" -"OVER spcifi, mais %s n'est pas une fonction window ou une fonction " -"d'agrgat" +msgid "OVER specified, but %s is not a window function nor an aggregate function" +msgstr "OVER spcifi, mais %s n'est pas une fonction window ou une fonction d'agrgat" #: parser/parse_func.c:279 #, c-format @@ -12909,31 +11774,22 @@ msgstr "la fonction %s n'est pas unique" #: parser/parse_func.c:282 #, c-format -msgid "" -"Could not choose a best candidate function. You might need to add explicit " -"type casts." +msgid "Could not choose a best candidate function. You might need to add explicit type casts." msgstr "" "N'a pas pu choisir un meilleur candidat dans les fonctions. Vous pourriez\n" "avoir besoin d'ajouter des conversions explicites de type." #: parser/parse_func.c:293 #, c-format -msgid "" -"No aggregate function matches the given name and argument types. Perhaps you " -"misplaced ORDER BY; ORDER BY must appear after all regular arguments of the " -"aggregate." +msgid "No aggregate function matches the given name and argument types. Perhaps you misplaced ORDER BY; ORDER BY must appear after all regular arguments of the aggregate." msgstr "" -"Aucune fonction d'agrgat ne correspond au nom donn et aux types " -"d'arguments.\n" +"Aucune fonction d'agrgat ne correspond au nom donn et aux types d'arguments.\n" "Peut-tre avez-vous mal plac la clause ORDER BY.\n" -"Cette dernire doit apparatre aprs tous les arguments standards de " -"l'agrgat." +"Cette dernire doit apparatre aprs tous les arguments standards de l'agrgat." #: parser/parse_func.c:304 #, c-format -msgid "" -"No function matches the given name and argument types. You might need to add " -"explicit type casts." +msgid "No function matches the given name and argument types. You might need to add explicit type casts." msgstr "" "Aucune fonction ne correspond au nom donn et aux types d'arguments.\n" "Vous devez ajouter des conversions explicites de type." @@ -12941,8 +11797,7 @@ msgstr "" #: parser/parse_func.c:420 parser/parse_func.c:486 #, c-format msgid "%s(*) must be used to call a parameterless aggregate function" -msgstr "" -"%s(*) doit tre utilis pour appeler une fonction d'agrgat sans paramtre" +msgstr "%s(*) doit tre utilis pour appeler une fonction d'agrgat sans paramtre" #: parser/parse_func.c:427 #, c-format @@ -13007,12 +11862,9 @@ msgstr "l'indice d'un tableau doit #: parser/parse_node.c:407 #, c-format msgid "array assignment requires type %s but expression is of type %s" -msgstr "" -"l'affectation de tableaux requiert le type %s mais l'expression est de type " -"%s" +msgstr "l'affectation de tableaux requiert le type %s mais l'expression est de type %s" -#: parser/parse_oper.c:124 parser/parse_oper.c:718 utils/adt/regproc.c:490 -#: utils/adt/regproc.c:510 utils/adt/regproc.c:669 +#: parser/parse_oper.c:124 parser/parse_oper.c:718 utils/adt/regproc.c:490 utils/adt/regproc.c:510 utils/adt/regproc.c:669 #, c-format msgid "operator does not exist: %s" msgstr "l'oprateur n'existe pas : %s" @@ -13022,9 +11874,7 @@ msgstr "l'op msgid "Use an explicit ordering operator or modify the query." msgstr "Utilisez un oprateur explicite de tri ou modifiez la requte." -#: parser/parse_oper.c:225 utils/adt/arrayfuncs.c:3181 -#: utils/adt/arrayfuncs.c:3700 utils/adt/arrayfuncs.c:5253 -#: utils/adt/rowtypes.c:1157 +#: parser/parse_oper.c:225 utils/adt/arrayfuncs.c:3181 utils/adt/arrayfuncs.c:3700 utils/adt/arrayfuncs.c:5253 utils/adt/rowtypes.c:1157 #, c-format msgid "could not identify an equality operator for type %s" msgstr "n'a pas pu identifier un oprateur d'galit pour le type %s" @@ -13041,19 +11891,14 @@ msgstr "l'op #: parser/parse_oper.c:712 #, c-format -msgid "" -"Could not choose a best candidate operator. You might need to add explicit " -"type casts." +msgid "Could not choose a best candidate operator. You might need to add explicit type casts." msgstr "" -"N'a pas pu choisir un meilleur candidat pour l'oprateur. Vous devez ajouter " -"une\n" +"N'a pas pu choisir un meilleur candidat pour l'oprateur. Vous devez ajouter une\n" "conversion explicite de type." #: parser/parse_oper.c:720 #, c-format -msgid "" -"No operator matches the given name and argument type(s). You might need to " -"add explicit type casts." +msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts." msgstr "" "Aucun oprateur ne correspond au nom donn et aux types d'arguments.\n" "Vous devez ajouter des conversions explicites de type." @@ -13076,8 +11921,7 @@ msgstr "op ANY/ALL (tableau) requiert un op #: parser/parse_oper.c:928 #, c-format msgid "op ANY/ALL (array) requires operator not to return a set" -msgstr "" -"op ANY/ALL (tableau) requiert que l'oprateur ne renvoie pas un ensemble" +msgstr "op ANY/ALL (tableau) requiert que l'oprateur ne renvoie pas un ensemble" #: parser/parse_param.c:216 #, c-format @@ -13106,9 +11950,7 @@ msgstr "r #: parser/parse_relation.c:425 parser/parse_relation.c:2607 #, c-format -msgid "" -"There is an entry for table \"%s\", but it cannot be referenced from this " -"part of the query." +msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." msgstr "" "Il existe une entre pour la table %s mais elle ne peut pas tre\n" "rfrence de cette partie de la requte." @@ -13116,11 +11958,9 @@ msgstr "" #: parser/parse_relation.c:427 #, c-format msgid "The combining JOIN type must be INNER or LEFT for a LATERAL reference." -msgstr "" -"Le type JOIN combin doit tre INNER ou LEFT pour une rfrence LATERAL." +msgstr "Le type JOIN combin doit tre INNER ou LEFT pour une rfrence LATERAL." -#: parser/parse_relation.c:881 parser/parse_relation.c:1167 -#: parser/parse_relation.c:1544 +#: parser/parse_relation.c:881 parser/parse_relation.c:1167 parser/parse_relation.c:1544 #, c-format msgid "table \"%s\" has %d columns available but %d columns specified" msgstr "la table %s a %d colonnes disponibles mais %d colonnes spcifies" @@ -13132,43 +11972,36 @@ msgstr "trop d'alias de colonnes sp #: parser/parse_relation.c:977 #, c-format -msgid "" -"There is a WITH item named \"%s\", but it cannot be referenced from this " -"part of the query." +msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query." msgstr "" "Il existe un lment WITH nomm %s mais il ne peut pas tre\n" "rfrence de cette partie de la requte." #: parser/parse_relation.c:979 #, c-format -msgid "" -"Use WITH RECURSIVE, or re-order the WITH items to remove forward references." +msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references." msgstr "" "Utilisez WITH RECURSIVE ou r-ordonnez les lments WITH pour supprimer\n" "les rfrences en avant." #: parser/parse_relation.c:1245 #, c-format -msgid "" -"a column definition list is only allowed for functions returning \"record\"" +msgid "a column definition list is only allowed for functions returning \"record\"" msgstr "" -"une liste de dfinition de colonnes est uniquement autorise pour les " -"fonctions\n" +"une liste de dfinition de colonnes est uniquement autorise pour les fonctions\n" "renvoyant un record " #: parser/parse_relation.c:1253 #, c-format msgid "a column definition list is required for functions returning \"record\"" msgstr "" -"une liste de dfinition de colonnes est requise pour les fonctions " -"renvoyant\n" +"une liste de dfinition de colonnes est requise pour les fonctions renvoyant\n" "un record " #: parser/parse_relation.c:1304 #, c-format msgid "function \"%s\" in FROM has unsupported return type %s" -msgstr "" -"la fonction %s dans la clause FROM a un type de retour %s non support" +msgstr "la fonction %s dans la clause FROM a un type de retour %s non support" #: parser/parse_relation.c:1376 #, c-format @@ -13204,12 +12037,8 @@ msgstr "entr #: parser/parse_relation.c:2653 #, c-format -msgid "" -"There is a column named \"%s\" in table \"%s\", but it cannot be referenced " -"from this part of the query." -msgstr "" -"Il existe une colonne nomme %s pour la table %s mais elle ne peut " -"pas tre rfrence dans cette partie de la requte." +msgid "There is a column named \"%s\" in table \"%s\", but it cannot be referenced from this part of the query." +msgstr "Il existe une colonne nomme %s pour la table %s mais elle ne peut pas tre rfrence dans cette partie de la requte." #: parser/parse_target.c:402 parser/parse_target.c:693 #, c-format @@ -13233,30 +12062,23 @@ msgstr "la colonne #: parser/parse_target.c:677 #, c-format -msgid "" -"cannot assign to field \"%s\" of column \"%s\" because its type %s is not a " -"composite type" +msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type" msgstr "" "ne peut pas l'affecter au champ %s de la colonne %s parce que son\n" "type %s n'est pas un type compos" #: parser/parse_target.c:686 #, c-format -msgid "" -"cannot assign to field \"%s\" of column \"%s\" because there is no such " -"column in data type %s" +msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s" msgstr "" -"ne peut pas l'affecter au champ %s de la colonne %s parce qu'il " -"n'existe\n" +"ne peut pas l'affecter au champ %s de la colonne %s parce qu'il n'existe\n" "pas une telle colonne dans le type de donnes %s" #: parser/parse_target.c:753 #, c-format -msgid "" -"array assignment to \"%s\" requires type %s but expression is of type %s" +msgid "array assignment to \"%s\" requires type %s but expression is of type %s" msgstr "" -"l'affectation d'un tableau avec %s requiert le type %s mais l'expression " -"est\n" +"l'affectation d'un tableau avec %s requiert le type %s mais l'expression est\n" "de type %s" #: parser/parse_target.c:763 @@ -13297,8 +12119,7 @@ msgstr "le modificateur de type n'est pas autoris #: parser/parse_type.c:337 #, c-format msgid "type modifiers must be simple constants or identifiers" -msgstr "" -"les modificateurs de type doivent tre des constantes ou des identifiants" +msgstr "les modificateurs de type doivent tre des constantes ou des identifiants" #: parser/parse_type.c:648 parser/parse_type.c:747 #, c-format @@ -13318,23 +12139,18 @@ msgstr "le tableau de type serial n'est pas implant #: parser/parse_utilcmd.c:390 #, c-format msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\"" -msgstr "" -"%s crera des squences implicites %s pour la colonne serial %s.%s " +msgstr "%s crera des squences implicites %s pour la colonne serial %s.%s " #: parser/parse_utilcmd.c:491 parser/parse_utilcmd.c:503 #, c-format -msgid "" -"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" -msgstr "" -"dclarations NULL/NOT NULL en conflit pour la colonne %s de la table " -"%s " +msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" +msgstr "dclarations NULL/NOT NULL en conflit pour la colonne %s de la table %s " #: parser/parse_utilcmd.c:515 #, c-format msgid "multiple default values specified for column \"%s\" of table \"%s\"" msgstr "" -"plusieurs valeurs par dfaut sont spcifies pour la colonne %s de la " -"table\n" +"plusieurs valeurs par dfaut sont spcifies pour la colonne %s de la table\n" " %s " #: parser/parse_utilcmd.c:682 @@ -13372,12 +12188,10 @@ msgstr "l'index msgid "\"%s\" is not a unique index" msgstr " %s n'est pas un index unique" -#: parser/parse_utilcmd.c:1586 parser/parse_utilcmd.c:1593 -#: parser/parse_utilcmd.c:1600 parser/parse_utilcmd.c:1670 +#: parser/parse_utilcmd.c:1586 parser/parse_utilcmd.c:1593 parser/parse_utilcmd.c:1600 parser/parse_utilcmd.c:1670 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." -msgstr "" -"Ne peut pas crer une cl primaire ou une contrainte unique avec cet index." +msgstr "Ne peut pas crer une cl primaire ou une contrainte unique avec cet index." #: parser/parse_utilcmd.c:1592 #, c-format @@ -13397,9 +12211,7 @@ msgstr " #: parser/parse_utilcmd.c:1612 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." -msgstr "" -"Ne peut pas crer une contrainte non-dferrable utilisant un index " -"dferrable." +msgstr "Ne peut pas crer une contrainte non-dferrable utilisant un index dferrable." #: parser/parse_utilcmd.c:1669 #, c-format @@ -13409,8 +12221,7 @@ msgstr "l'index #: parser/parse_utilcmd.c:1814 #, c-format msgid "column \"%s\" appears twice in primary key constraint" -msgstr "" -"la colonne %s apparat deux fois dans la contrainte de la cl primaire" +msgstr "la colonne %s apparat deux fois dans la contrainte de la cl primaire" #: parser/parse_utilcmd.c:1820 #, c-format @@ -13424,11 +12235,8 @@ msgstr "l'expression de l'index ne peut pas renvoyer un ensemble" #: parser/parse_utilcmd.c:1997 #, c-format -msgid "" -"index expressions and predicates can refer only to the table being indexed" -msgstr "" -"les expressions et prdicats d'index peuvent seulement faire rfrence la " -"table en cours d'indexage" +msgid "index expressions and predicates can refer only to the table being indexed" +msgstr "les expressions et prdicats d'index peuvent seulement faire rfrence la table en cours d'indexage" #: parser/parse_utilcmd.c:2040 #, c-format @@ -13439,21 +12247,17 @@ msgstr "les r #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "" -"la condition WHERE d'une rgle ne devrait pas contenir de rfrences " -"d'autres\n" +"la condition WHERE d'une rgle ne devrait pas contenir de rfrences d'autres\n" "relations" #: parser/parse_utilcmd.c:2173 #, c-format -msgid "" -"rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE " -"actions" +msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" msgstr "" "les rgles avec des conditions WHERE ne peuvent contenir que des actions\n" "SELECT, INSERT, UPDATE ou DELETE " -#: parser/parse_utilcmd.c:2191 parser/parse_utilcmd.c:2290 -#: rewrite/rewriteHandler.c:468 rewrite/rewriteManip.c:1032 +#: parser/parse_utilcmd.c:2191 parser/parse_utilcmd.c:2290 rewrite/rewriteHandler.c:468 rewrite/rewriteManip.c:1032 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "" @@ -13522,8 +12326,7 @@ msgstr "clause INITIALLY IMMEDIATE mal plac #: parser/parse_utilcmd.c:2799 #, c-format -msgid "" -"CREATE specifies a schema (%s) different from the one being created (%s)" +msgid "CREATE specifies a schema (%s) different from the one being created (%s)" msgstr "CREATE spcifie un schma (%s) diffrent de celui tout juste cr (%s)" #: parser/scansup.c:194 @@ -13536,8 +12339,7 @@ msgstr "l'identifiant msgid "poll() failed: %m" msgstr "chec de poll() : %m" -#: port/pg_latch.c:423 port/unix_latch.c:423 -#: replication/libpqwalreceiver/libpqwalreceiver.c:357 +#: port/pg_latch.c:423 port/unix_latch.c:423 replication/libpqwalreceiver/libpqwalreceiver.c:358 #, c-format msgid "select() failed: %m" msgstr "chec de select() : %m" @@ -13555,34 +12357,24 @@ msgstr "L'appel syst #: port/pg_sema.c:118 port/sysv_sema.c:118 #, c-format msgid "" -"This error does *not* mean that you have run out of disk space. It occurs " -"when either the system limit for the maximum number of semaphore sets " -"(SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be " -"exceeded. You need to raise the respective kernel parameter. " -"Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its " -"max_connections parameter.\n" -"The PostgreSQL documentation contains more information about configuring " -"your system for PostgreSQL." +"This error does *not* mean that you have run out of disk space. It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter.\n" +"The PostgreSQL documentation contains more information about configuring your system for PostgreSQL." msgstr "" "Cette erreur ne signifie *pas* que vous manquez d'espace disque. Il arrive\n" "que soit la limite systme du nombre maximum d'ensembles de smaphores\n" "(SEMMNI) ou le nombre maximum de smaphores pour le systme (SEMMNS) soit\n" "dpasse. Vous avez besoin d'augmenter le paramtre noyau respectif.\n" -"Autrement, rduisez la consommation de smaphores par PostgreSQL en " -"rduisant\n" +"Autrement, rduisez la consommation de smaphores par PostgreSQL en rduisant\n" "son paramtre max_connections.\n" "La documentation de PostgreSQL contient plus d'informations sur la\n" "configuration de votre systme avec PostgreSQL." #: port/pg_sema.c:148 port/sysv_sema.c:148 #, c-format -msgid "" -"You possibly need to raise your kernel's SEMVMX value to be at least %d. " -"Look into the PostgreSQL documentation for details." +msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d. Look into the PostgreSQL documentation for details." msgstr "" "Vous pouvez avoir besoin d'augmenter la valeur SEMVMX par noyau pour valoir\n" -"au moins de %d. Regardez dans la documentation de PostgreSQL pour les " -"dtails." +"au moins de %d. Regardez dans la documentation de PostgreSQL pour les dtails." #: port/pg_shmem.c:163 port/sysv_shmem.c:163 #, c-format @@ -13597,49 +12389,29 @@ msgstr "L'appel syst #: port/pg_shmem.c:168 port/sysv_shmem.c:168 #, c-format msgid "" -"This error usually means that PostgreSQL's request for a shared memory " -"segment exceeded your kernel's SHMMAX parameter, or possibly that it is less " -"than your kernel's SHMMIN parameter.\n" -"The PostgreSQL documentation contains more information about shared memory " -"configuration." +"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter, or possibly that it is less than your kernel's SHMMIN parameter.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." msgstr "" -"Cette erreur signifie habituellement que la demande de PostgreSQL pour un " -"segment de mmoire partage dpasse la valeur du paramtre SHMMAX du noyau, " -"ou est plus petite\n" -"que votre paramtre SHMMIN du noyau. La documentation PostgreSQL contient " -"plus d'information sur la configuration de la mmoire partage." +"Cette erreur signifie habituellement que la demande de PostgreSQL pour un segment de mmoire partage dpasse la valeur du paramtre SHMMAX du noyau, ou est plus petite\n" +"que votre paramtre SHMMIN du noyau. La documentation PostgreSQL contient plus d'information sur la configuration de la mmoire partage." #: port/pg_shmem.c:175 port/sysv_shmem.c:175 #, c-format msgid "" -"This error usually means that PostgreSQL's request for a shared memory " -"segment exceeded your kernel's SHMALL parameter. You might need to " -"reconfigure the kernel with larger SHMALL.\n" -"The PostgreSQL documentation contains more information about shared memory " -"configuration." +"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMALL parameter. You might need to reconfigure the kernel with larger SHMALL.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." msgstr "" -"Cette erreur signifie habituellement que la demande de PostgreSQL pour un " -"segment de mmoire partage dpasse le paramtre SHMALL du noyau. Vous " -"pourriez avoir besoin de reconfigurer\n" -"le noyau avec un SHMALL plus important. La documentation PostgreSQL contient " -"plus d'information sur la configuration de la mmoire partage." +"Cette erreur signifie habituellement que la demande de PostgreSQL pour un segment de mmoire partage dpasse le paramtre SHMALL du noyau. Vous pourriez avoir besoin de reconfigurer\n" +"le noyau avec un SHMALL plus important. La documentation PostgreSQL contient plus d'information sur la configuration de la mmoire partage." #: port/pg_shmem.c:181 port/sysv_shmem.c:181 #, c-format msgid "" -"This error does *not* mean that you have run out of disk space. It occurs " -"either if all available shared memory IDs have been taken, in which case you " -"need to raise the SHMMNI parameter in your kernel, or because the system's " -"overall limit for shared memory has been reached.\n" -"The PostgreSQL documentation contains more information about shared memory " -"configuration." +"This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." msgstr "" -"Cette erreur ne signifie *pas* que vous manquez d'espace disque. Elle " -"survient si tous les identifiants de mmoire partag disponibles ont t " -"pris, auquel cas vous devez augmenter le paramtre SHMMNI de votre noyau, ou " -"parce que la limite maximum de la mmoire partage\n" -"de votre systme a t atteinte. La documentation de PostgreSQL contient " -"plus d'informations sur la configuration de la mmoire partage." +"Cette erreur ne signifie *pas* que vous manquez d'espace disque. Elle survient si tous les identifiants de mmoire partag disponibles ont t pris, auquel cas vous devez augmenter le paramtre SHMMNI de votre noyau, ou parce que la limite maximum de la mmoire partage\n" +"de votre systme a t atteinte. La documentation de PostgreSQL contient plus d'informations sur la configuration de la mmoire partage." #: port/pg_shmem.c:419 port/sysv_shmem.c:419 #, c-format @@ -13648,23 +12420,15 @@ msgstr "n'a pas pu cr #: port/pg_shmem.c:421 port/sysv_shmem.c:421 #, c-format -msgid "" -"This error usually means that PostgreSQL's request for a shared memory " -"segment exceeded available memory or swap space. To reduce the request size " -"(currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by " -"reducing shared_buffers or max_connections." +msgid "This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space. To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections." msgstr "" -"Cette erreur signifie habituellement que la demande de PostgreSQL pour un " -"segment de mmoire partage dpasse la mmoire disponible ou l'espace swap. " -"Pour rduire la taille demande (actuellement %lu octets),\n" -"diminuez la valeur du paramtre shared_buffers de PostgreSQL ou le paramtre " -"max_connections." +"Cette erreur signifie habituellement que la demande de PostgreSQL pour un segment de mmoire partage dpasse la mmoire disponible ou l'espace swap. Pour rduire la taille demande (actuellement %lu octets),\n" +"diminuez la valeur du paramtre shared_buffers de PostgreSQL ou le paramtre max_connections." #: port/pg_shmem.c:508 port/sysv_shmem.c:508 #, c-format msgid "could not stat data directory \"%s\": %m" -msgstr "" -"n'a pas pu lire les informations sur le rpertoire des donnes %s : %m" +msgstr "n'a pas pu lire les informations sur le rpertoire des donnes %s : %m" #: port/win32/crashdump.c:108 #, c-format @@ -13673,18 +12437,13 @@ msgstr "n'a pas pu charger dbghelp.dll, ne peut pas #: port/win32/crashdump.c:116 #, c-format -msgid "" -"could not load required functions in dbghelp.dll, cannot write crash dump\n" -msgstr "" -"n'a pas pu charger les fonctions requises dans dbghelp.dll, ne peut pas " -"crire le crashdump \n" +msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n" +msgstr "n'a pas pu charger les fonctions requises dans dbghelp.dll, ne peut pas crire le crashdump \n" #: port/win32/crashdump.c:147 #, c-format msgid "could not open crash dump file \"%s\" for writing: error code %lu\n" -msgstr "" -"n'a pas pu ouvrir le fichier crashdump %s en criture : code " -"d'erreur %lu\n" +msgstr "n'a pas pu ouvrir le fichier crashdump %s en criture : code d'erreur %lu\n" #: port/win32/crashdump.c:154 #, c-format @@ -13694,9 +12453,7 @@ msgstr "a #: port/win32/crashdump.c:156 #, c-format msgid "could not write crash dump to file \"%s\": error code %lu\n" -msgstr "" -"n'a pas pu crire le crashdump dans le fichier %s : code d'erreur " -"%lu\n" +msgstr "n'a pas pu crire le crashdump dans le fichier %s : code d'erreur %lu\n" #: port/win32/security.c:43 #, c-format @@ -13706,8 +12463,7 @@ msgstr "n'a pas pu ouvrir le jeton du processus : code d'erreur %lu\n" #: port/win32/security.c:63 #, c-format msgid "could not get SID for Administrators group: error code %lu\n" -msgstr "" -"n'a pas pu obtenir le SID du groupe d'administrateurs : code d'erreur %lu\n" +msgstr "n'a pas pu obtenir le SID du groupe d'administrateurs : code d'erreur %lu\n" #: port/win32/security.c:72 #, c-format @@ -13720,22 +12476,18 @@ msgstr "" #, c-format msgid "could not create signal listener pipe for PID %d: error code %lu" msgstr "" -"n'a pas pu crer le tube d'coute de signal pour l'identifiant de processus " -"%d :\n" +"n'a pas pu crer le tube d'coute de signal pour l'identifiant de processus %d :\n" "code d'erreur %lu" #: port/win32/signal.c:273 port/win32/signal.c:305 #, c-format msgid "could not create signal listener pipe: error code %lu; retrying\n" -msgstr "" -"n'a pas pu crer le tube d'coute de signal : code d'erreur %lu ; nouvelle " -"tentative\n" +msgstr "n'a pas pu crer le tube d'coute de signal : code d'erreur %lu ; nouvelle tentative\n" #: port/win32/signal.c:316 #, c-format msgid "could not create signal dispatch thread: error code %lu\n" -msgstr "" -"n'a pas pu crer le thread de rpartition des signaux : code d'erreur %lu\n" +msgstr "n'a pas pu crer le thread de rpartition des signaux : code d'erreur %lu\n" #: port/win32_sema.c:94 #, c-format @@ -13765,23 +12517,18 @@ msgstr "n'a pas pu cr #: port/win32_shmem.c:169 #, c-format msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)." -msgstr "" -"L'appel systme qui a chou tait CreateFileMapping(taille=%lu, nom=%s)." +msgstr "L'appel systme qui a chou tait CreateFileMapping(taille=%lu, nom=%s)." #: port/win32_shmem.c:193 #, c-format msgid "pre-existing shared memory block is still in use" -msgstr "" -"le bloc de mmoire partag pr-existant est toujours en cours d'utilisation" +msgstr "le bloc de mmoire partag pr-existant est toujours en cours d'utilisation" #: port/win32_shmem.c:194 #, c-format -msgid "" -"Check if there are any old server processes still running, and terminate " -"them." +msgid "Check if there are any old server processes still running, and terminate them." msgstr "" -"Vrifier s'il n'y a pas de vieux processus serveur en cours d'excution. Si " -"c'est le\n" +"Vrifier s'il n'y a pas de vieux processus serveur en cours d'excution. Si c'est le\n" "cas, fermez-les." #: port/win32_shmem.c:204 @@ -13794,62 +12541,61 @@ msgstr "L'appel syst msgid "Failed system call was MapViewOfFileEx." msgstr "L'appel systme qui a chou tait MapViewOfFileEx." -#: postmaster/autovacuum.c:381 +#: postmaster/autovacuum.c:383 #, c-format msgid "could not fork autovacuum launcher process: %m" msgstr "n'a pas pu excuter le processus autovacuum matre : %m" -#: postmaster/autovacuum.c:426 +#: postmaster/autovacuum.c:428 #, c-format msgid "autovacuum launcher started" msgstr "lancement du processus autovacuum" -#: postmaster/autovacuum.c:791 +#: postmaster/autovacuum.c:803 #, c-format msgid "autovacuum launcher shutting down" msgstr "arrt du processus autovacuum" -#: postmaster/autovacuum.c:1454 +#: postmaster/autovacuum.c:1466 #, c-format msgid "could not fork autovacuum worker process: %m" msgstr "n'a pas pu excuter le processus autovacuum worker : %m" -#: postmaster/autovacuum.c:1673 +#: postmaster/autovacuum.c:1685 #, c-format msgid "autovacuum: processing database \"%s\"" msgstr "autovacuum : traitement de la base de donnes %s " -#: postmaster/autovacuum.c:2078 +#: postmaster/autovacuum.c:2099 #, c-format msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "" "autovacuum : suppression de la table temporaire orpheline %s.%s dans la\n" "base de donnes %s " -#: postmaster/autovacuum.c:2090 +#: postmaster/autovacuum.c:2111 #, c-format msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "" -"autovacuum : a trouv la table temporaire orpheline %s.%s dans la base " -"de\n" +"autovacuum : a trouv la table temporaire orpheline %s.%s dans la base de\n" "donnes %s " -#: postmaster/autovacuum.c:2356 +#: postmaster/autovacuum.c:2379 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "VACUUM automatique de la table %s.%s.%s " -#: postmaster/autovacuum.c:2359 +#: postmaster/autovacuum.c:2382 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "ANALYZE automatique de la table %s.%s.%s " -#: postmaster/autovacuum.c:2904 +#: postmaster/autovacuum.c:2930 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "autovacuum non excut cause d'une mauvaise configuration" -#: postmaster/autovacuum.c:2905 +#: postmaster/autovacuum.c:2931 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Activez l'option track_counts ." @@ -13867,8 +12613,7 @@ msgstr[1] "" #: postmaster/checkpointer.c:485 #, c-format -msgid "" -"Consider increasing the configuration parameter \"checkpoint_segments\"." +msgid "Consider increasing the configuration parameter \"checkpoint_segments\"." msgstr "Considrez l'augmentation du paramtre checkpoint_segments ." #: postmaster/checkpointer.c:630 @@ -13885,8 +12630,7 @@ msgstr " #, c-format msgid "Consult recent messages in the server log for details." msgstr "" -"Consultez les messages rcents du serveur dans les journaux applicatifs " -"pour\n" +"Consultez les messages rcents du serveur dans les journaux applicatifs pour\n" "plus de dtails." #: postmaster/checkpointer.c:1280 @@ -13897,9 +12641,7 @@ msgstr "a compact #: postmaster/pgarch.c:165 #, c-format msgid "could not fork archiver: %m" -msgstr "" -"n'a pas pu lancer le processus fils correspondant au processus d'archivage : " -"%m" +msgstr "n'a pas pu lancer le processus fils correspondant au processus d'archivage : %m" #: postmaster/pgarch.c:491 #, c-format @@ -13908,20 +12650,15 @@ msgstr "archive_mode activ #: postmaster/pgarch.c:506 #, c-format -msgid "" -"archiving transaction log file \"%s\" failed too many times, will try again " -"later" -msgstr "" -"l'archivage du journal de transactions %s a chou trop de fois, " -"nouvelle tentative repousse" +msgid "archiving transaction log file \"%s\" failed too many times, will try again later" +msgstr "l'archivage du journal de transactions %s a chou trop de fois, nouvelle tentative repousse" #: postmaster/pgarch.c:609 #, c-format msgid "archive command failed with exit code %d" msgstr "chec de la commande d'archivage avec un code de retour %d" -#: postmaster/pgarch.c:611 postmaster/pgarch.c:621 postmaster/pgarch.c:628 -#: postmaster/pgarch.c:634 postmaster/pgarch.c:643 +#: postmaster/pgarch.c:611 postmaster/pgarch.c:621 postmaster/pgarch.c:628 postmaster/pgarch.c:634 postmaster/pgarch.c:643 #, c-format msgid "The failed archive command was: %s" msgstr "La commande d'archivage qui a chou tait : %s" @@ -13931,13 +12668,11 @@ msgstr "La commande d'archivage qui a msgid "archive command was terminated by exception 0x%X" msgstr "la commande d'archivage a t termine par l'exception 0x%X" -#: postmaster/pgarch.c:620 postmaster/postmaster.c:3236 +#: postmaster/pgarch.c:620 postmaster/postmaster.c:3268 #, c-format -msgid "" -"See C include file \"ntstatus.h\" for a description of the hexadecimal value." +msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." msgstr "" -"Voir le fichier d'en-tte C ntstatus.h pour une description de la " -"valeur\n" +"Voir le fichier d'en-tte C ntstatus.h pour une description de la valeur\n" "hexadcimale." #: postmaster/pgarch.c:625 @@ -13973,9 +12708,7 @@ msgstr "n'a pas pu r #: postmaster/pgstat.c:369 #, c-format msgid "trying another address for the statistics collector" -msgstr "" -"nouvelle tentative avec une autre adresse pour le rcuprateur de " -"statistiques" +msgstr "nouvelle tentative avec une autre adresse pour le rcuprateur de statistiques" #: postmaster/pgstat.c:378 #, c-format @@ -13990,9 +12723,7 @@ msgstr "n'a pas pu lier la socket au r #: postmaster/pgstat.c:401 #, c-format msgid "could not get address of socket for statistics collector: %m" -msgstr "" -"n'a pas pu obtenir l'adresse de la socket du rcuprateur de statistiques : " -"%m" +msgstr "n'a pas pu obtenir l'adresse de la socket du rcuprateur de statistiques : %m" #: postmaster/pgstat.c:417 #, c-format @@ -14029,16 +12760,14 @@ msgstr "" #, c-format msgid "incorrect test message transmission on socket for statistics collector" msgstr "" -"transmission incorrecte du message de tests sur la socket du rcuprateur " -"de\n" +"transmission incorrecte du message de tests sur la socket du rcuprateur de\n" "statistiques" #: postmaster/pgstat.c:527 #, c-format msgid "could not set statistics collector socket to nonblocking mode: %m" msgstr "" -"n'a pas pu initialiser la socket du rcuprateur de statistiques dans le " -"mode\n" +"n'a pas pu initialiser la socket du rcuprateur de statistiques dans le mode\n" "non bloquant : %m" #: postmaster/pgstat.c:537 @@ -14058,8 +12787,7 @@ msgstr "" #: postmaster/pgstat.c:1220 postmaster/pgstat.c:1244 postmaster/pgstat.c:1275 #, c-format msgid "must be superuser to reset statistics counters" -msgstr "" -"doit tre super-utilisateur pour rinitialiser les compteurs statistiques" +msgstr "doit tre super-utilisateur pour rinitialiser les compteurs statistiques" #: postmaster/pgstat.c:1251 #, c-format @@ -14103,187 +12831,189 @@ msgstr "" msgid "could not open statistics file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier de statistiques %s : %m" -#: postmaster/pgstat.c:3853 postmaster/pgstat.c:3863 postmaster/pgstat.c:3884 -#: postmaster/pgstat.c:3899 postmaster/pgstat.c:3957 postmaster/pgstat.c:4028 -#: postmaster/pgstat.c:4048 postmaster/pgstat.c:4066 postmaster/pgstat.c:4082 -#: postmaster/pgstat.c:4100 postmaster/pgstat.c:4116 postmaster/pgstat.c:4182 -#: postmaster/pgstat.c:4194 postmaster/pgstat.c:4219 postmaster/pgstat.c:4241 +#: postmaster/pgstat.c:3853 postmaster/pgstat.c:3863 postmaster/pgstat.c:3884 postmaster/pgstat.c:3899 postmaster/pgstat.c:3957 postmaster/pgstat.c:4028 postmaster/pgstat.c:4048 postmaster/pgstat.c:4066 postmaster/pgstat.c:4082 postmaster/pgstat.c:4100 postmaster/pgstat.c:4116 postmaster/pgstat.c:4182 postmaster/pgstat.c:4194 postmaster/pgstat.c:4219 postmaster/pgstat.c:4241 #, c-format msgid "corrupted statistics file \"%s\"" msgstr "fichier de statistiques %s corrompu" -#: postmaster/pgstat.c:4668 +#: postmaster/pgstat.c:4358 +#, c-format +msgid "using stale statistics instead of current ones because stats collector is not responding" +msgstr "" +"utilise de vieilles statistiques la place des actuelles car le collecteur de\n" +"statistiques ne rpond pas" + +#: postmaster/pgstat.c:4670 #, c-format msgid "database hash table corrupted during cleanup --- abort" msgstr "" "corruption de la table hache de la base de donnes lors du lancement\n" "--- annulation" -#: postmaster/postmaster.c:680 +#: postmaster/postmaster.c:684 #, c-format msgid "%s: invalid argument for option -f: \"%s\"\n" msgstr "%s : argument invalide pour l'option -f : %s \n" -#: postmaster/postmaster.c:766 +#: postmaster/postmaster.c:770 #, c-format msgid "%s: invalid argument for option -t: \"%s\"\n" msgstr "%s : argument invalide pour l'option -t : %s \n" -#: postmaster/postmaster.c:817 +#: postmaster/postmaster.c:821 #, c-format msgid "%s: invalid argument: \"%s\"\n" msgstr "%s : argument invalide : %s \n" -#: postmaster/postmaster.c:852 +#: postmaster/postmaster.c:856 #, c-format msgid "%s: superuser_reserved_connections must be less than max_connections\n" -msgstr "" -"%s : superuser_reserved_connections doit tre infrieur max_connections\n" +msgstr "%s : superuser_reserved_connections doit tre infrieur max_connections\n" -#: postmaster/postmaster.c:857 +#: postmaster/postmaster.c:861 #, c-format msgid "%s: max_wal_senders must be less than max_connections\n" msgstr "%s : max_wal_senders doit tre infrieur max_connections\n" -#: postmaster/postmaster.c:862 +#: postmaster/postmaster.c:866 #, c-format -msgid "" -"WAL archival (archive_mode=on) requires wal_level \"archive\" or " -"\"hot_standby\"" +msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\"" msgstr "" "l'archivage des journaux de transactions (archive_mode=on) ncessite que\n" "le paramtre wal_level soit initialis avec archive ou hot_standby " -#: postmaster/postmaster.c:865 +#: postmaster/postmaster.c:869 #, c-format -msgid "" -"WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or " -"\"hot_standby\"" +msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"" msgstr "" "l'envoi d'un flux de transactions (max_wal_senders > 0) ncessite que\n" "le paramtre wal_level soit initialis avec archive ou hot_standby " -#: postmaster/postmaster.c:873 +#: postmaster/postmaster.c:877 #, c-format msgid "%s: invalid datetoken tables, please fix\n" msgstr "%s : tables datetoken invalide, merci de corriger\n" -#: postmaster/postmaster.c:955 postmaster/postmaster.c:1053 -#: utils/init/miscinit.c:1259 +#: postmaster/postmaster.c:959 postmaster/postmaster.c:1057 utils/init/miscinit.c:1259 #, c-format msgid "invalid list syntax in parameter \"%s\"" msgstr "syntaxe de liste invalide pour le paramtre %s " -#: postmaster/postmaster.c:986 +#: postmaster/postmaster.c:990 #, c-format msgid "could not create listen socket for \"%s\"" msgstr "n'a pas pu crer le socket d'coute pour %s " -#: postmaster/postmaster.c:992 +#: postmaster/postmaster.c:996 #, c-format msgid "could not create any TCP/IP sockets" msgstr "n'a pas pu crer de socket TCP/IP" -#: postmaster/postmaster.c:1075 +#: postmaster/postmaster.c:1079 #, c-format msgid "could not create Unix-domain socket in directory \"%s\"" msgstr "n'a pas pu crer la socket de domaine Unix dans le rpertoire %s " -#: postmaster/postmaster.c:1081 +#: postmaster/postmaster.c:1085 #, c-format msgid "could not create any Unix-domain sockets" msgstr "n'a pas pu crer les sockets de domaine Unix" -#: postmaster/postmaster.c:1093 +#: postmaster/postmaster.c:1097 #, c-format msgid "no socket created for listening" msgstr "pas de socket cr pour l'coute" -#: postmaster/postmaster.c:1133 +#: postmaster/postmaster.c:1137 #, c-format msgid "could not create I/O completion port for child queue" msgstr "n'a pas pu crer un port de terminaison I/O pour la queue" -#: postmaster/postmaster.c:1162 +#: postmaster/postmaster.c:1166 #, c-format msgid "%s: could not change permissions of external PID file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu modifier les droits du fichier PID externe %s : %s\n" +msgstr "%s : n'a pas pu modifier les droits du fichier PID externe %s : %s\n" -#: postmaster/postmaster.c:1166 +#: postmaster/postmaster.c:1170 #, c-format msgid "%s: could not write external PID file \"%s\": %s\n" msgstr "%s : n'a pas pu crire le fichier PID externe %s : %s\n" -#: postmaster/postmaster.c:1190 +#: postmaster/postmaster.c:1200 #, c-format msgid "ending log output to stderr" msgstr "arrt des traces sur stderr" -#: postmaster/postmaster.c:1191 +#: postmaster/postmaster.c:1201 #, c-format msgid "Future log output will go to log destination \"%s\"." msgstr "Les traces suivantes iront sur %s ." -#: postmaster/postmaster.c:1217 utils/init/postinit.c:199 +#: postmaster/postmaster.c:1227 utils/init/postinit.c:199 #, c-format msgid "could not load pg_hba.conf" msgstr "n'a pas pu charger pg_hba.conf" -#: postmaster/postmaster.c:1293 +#: postmaster/postmaster.c:1253 +#, c-format +msgid "postmaster became multithreaded during startup" +msgstr "le postmaster est devenu multithread lors du dmarrage" + +#: postmaster/postmaster.c:1254 +#, c-format +msgid "Set the LC_ALL environment variable to a valid locale." +msgstr "Configurez la variable d'environnement LC_ALL avec une locale valide." + +#: postmaster/postmaster.c:1314 #, c-format msgid "%s: could not locate matching postgres executable" msgstr "%s : n'a pas pu localiser l'excutable postgres correspondant" -#: postmaster/postmaster.c:1316 utils/misc/tzparser.c:341 +#: postmaster/postmaster.c:1337 utils/misc/tzparser.c:341 #, c-format -msgid "" -"This may indicate an incomplete PostgreSQL installation, or that the file " -"\"%s\" has been moved away from its proper location." -msgstr "" -"Ceci peut indiquer une installation PostgreSQL incomplte, ou que le fichier " -" %s a t dplac." +msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." +msgstr "Ceci peut indiquer une installation PostgreSQL incomplte, ou que le fichier %s a t dplac." -#: postmaster/postmaster.c:1344 +#: postmaster/postmaster.c:1365 #, c-format msgid "data directory \"%s\" does not exist" msgstr "le rpertoire des donnes %s n'existe pas" -#: postmaster/postmaster.c:1349 +#: postmaster/postmaster.c:1370 #, c-format msgid "could not read permissions of directory \"%s\": %m" msgstr "n'a pas pu lire les droits du rpertoire %s : %m" -#: postmaster/postmaster.c:1357 +#: postmaster/postmaster.c:1378 #, c-format msgid "specified data directory \"%s\" is not a directory" msgstr "le rpertoire des donnes %s n'est pas un rpertoire" -#: postmaster/postmaster.c:1373 +#: postmaster/postmaster.c:1394 #, c-format msgid "data directory \"%s\" has wrong ownership" msgstr "le rpertoire des donnes %s a un mauvais propritaire" -#: postmaster/postmaster.c:1375 +#: postmaster/postmaster.c:1396 #, c-format msgid "The server must be started by the user that owns the data directory." msgstr "" "Le serveur doit tre en cours d'excution par l'utilisateur qui possde le\n" "rpertoire des donnes." -#: postmaster/postmaster.c:1395 +#: postmaster/postmaster.c:1416 #, c-format msgid "data directory \"%s\" has group or world access" msgstr "" "le rpertoire des donnes %s est accessible par le groupe et/ou par les\n" "autres" -#: postmaster/postmaster.c:1397 +#: postmaster/postmaster.c:1418 #, c-format msgid "Permissions should be u=rwx (0700)." msgstr "Les droits devraient tre u=rwx (0700)." -#: postmaster/postmaster.c:1408 +#: postmaster/postmaster.c:1429 #, c-format msgid "" "%s: could not find the database system\n" @@ -14294,427 +13024,408 @@ msgstr "" "S'attendait le trouver dans le rpertoire %s ,\n" "mais n'a pas russi ouvrir le fichier %s : %s\n" -#: postmaster/postmaster.c:1568 +#: postmaster/postmaster.c:1589 #, c-format msgid "select() failed in postmaster: %m" msgstr "chec de select() dans postmaster : %m" -#: postmaster/postmaster.c:1738 postmaster/postmaster.c:1769 +#: postmaster/postmaster.c:1769 postmaster/postmaster.c:1800 #, c-format msgid "incomplete startup packet" msgstr "paquet de dmarrage incomplet" -#: postmaster/postmaster.c:1750 +#: postmaster/postmaster.c:1781 #, c-format msgid "invalid length of startup packet" msgstr "longueur invalide du paquet de dmarrage" -#: postmaster/postmaster.c:1807 +#: postmaster/postmaster.c:1839 #, c-format msgid "failed to send SSL negotiation response: %m" msgstr "chec lors de l'envoi de la rponse de ngotiation SSL : %m" -#: postmaster/postmaster.c:1836 +#: postmaster/postmaster.c:1868 #, c-format msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" msgstr "" -"Protocole non supporte de l'interface %u.%u : le serveur supporte de %u.0 " -"\n" +"Protocole non supporte de l'interface %u.%u : le serveur supporte de %u.0 \n" "%u.%u" -#: postmaster/postmaster.c:1887 +#: postmaster/postmaster.c:1919 #, c-format msgid "invalid value for boolean option \"replication\"" msgstr "valeur invalide pour l'option boolenne replication " -#: postmaster/postmaster.c:1907 +#: postmaster/postmaster.c:1939 #, c-format msgid "invalid startup packet layout: expected terminator as last byte" msgstr "" "configuration invalide du paquet de dmarrage : terminaison attendue comme\n" "dernier octet" -#: postmaster/postmaster.c:1935 +#: postmaster/postmaster.c:1967 #, c-format msgid "no PostgreSQL user name specified in startup packet" -msgstr "" -"aucun nom d'utilisateur PostgreSQL n'a t spcifi dans le paquet de " -"dmarrage" +msgstr "aucun nom d'utilisateur PostgreSQL n'a t spcifi dans le paquet de dmarrage" -#: postmaster/postmaster.c:1992 +#: postmaster/postmaster.c:2024 #, c-format msgid "the database system is starting up" msgstr "le systme de bases de donnes se lance" -#: postmaster/postmaster.c:1997 +#: postmaster/postmaster.c:2029 #, c-format msgid "the database system is shutting down" msgstr "le systme de base de donnes s'arrte" -#: postmaster/postmaster.c:2002 +#: postmaster/postmaster.c:2034 #, c-format msgid "the database system is in recovery mode" msgstr "le systme de bases de donnes est en cours de restauration" -#: postmaster/postmaster.c:2007 storage/ipc/procarray.c:278 -#: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:339 +#: postmaster/postmaster.c:2039 storage/ipc/procarray.c:278 storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:339 #, c-format msgid "sorry, too many clients already" msgstr "dsol, trop de clients sont dj connects" -#: postmaster/postmaster.c:2069 +#: postmaster/postmaster.c:2101 #, c-format msgid "wrong key in cancel request for process %d" msgstr "mauvaise cl dans la demande d'annulation pour le processus %d" -#: postmaster/postmaster.c:2077 +#: postmaster/postmaster.c:2109 #, c-format msgid "PID %d in cancel request did not match any process" msgstr "le PID %d dans la demande d'annulation ne correspond aucun processus" -#: postmaster/postmaster.c:2297 +#: postmaster/postmaster.c:2329 #, c-format msgid "received SIGHUP, reloading configuration files" msgstr "a reu SIGHUP, rechargement des fichiers de configuration" -#: postmaster/postmaster.c:2323 +#: postmaster/postmaster.c:2355 #, c-format msgid "pg_hba.conf not reloaded" msgstr "pg_hba.conf non lu" -#: postmaster/postmaster.c:2327 +#: postmaster/postmaster.c:2359 #, c-format msgid "pg_ident.conf not reloaded" msgstr "pg_ident.conf non recharg" -#: postmaster/postmaster.c:2368 +#: postmaster/postmaster.c:2400 #, c-format msgid "received smart shutdown request" msgstr "a reu une demande d'arrt intelligent" -#: postmaster/postmaster.c:2421 +#: postmaster/postmaster.c:2453 #, c-format msgid "received fast shutdown request" msgstr "a reu une demande d'arrt rapide" -#: postmaster/postmaster.c:2447 +#: postmaster/postmaster.c:2479 #, c-format msgid "aborting any active transactions" msgstr "annulation des transactions actives" -#: postmaster/postmaster.c:2477 +#: postmaster/postmaster.c:2509 #, c-format msgid "received immediate shutdown request" msgstr "a reu une demande d'arrt immdiat" -#: postmaster/postmaster.c:2548 postmaster/postmaster.c:2569 +#: postmaster/postmaster.c:2580 postmaster/postmaster.c:2601 msgid "startup process" msgstr "processus de lancement" -#: postmaster/postmaster.c:2551 +#: postmaster/postmaster.c:2583 #, c-format msgid "aborting startup due to startup process failure" -msgstr "" -"annulation du dmarrage cause d'un chec dans le processus de lancement" +msgstr "annulation du dmarrage cause d'un chec dans le processus de lancement" -#: postmaster/postmaster.c:2608 +#: postmaster/postmaster.c:2640 #, c-format msgid "database system is ready to accept connections" msgstr "le systme de bases de donnes est prt pour accepter les connexions" -#: postmaster/postmaster.c:2623 +#: postmaster/postmaster.c:2655 msgid "background writer process" msgstr "processus d'criture en tche de fond" -#: postmaster/postmaster.c:2677 +#: postmaster/postmaster.c:2709 msgid "checkpointer process" msgstr "processus checkpointer" -#: postmaster/postmaster.c:2693 +#: postmaster/postmaster.c:2725 msgid "WAL writer process" msgstr "processus d'criture des journaux de transaction" -#: postmaster/postmaster.c:2707 +#: postmaster/postmaster.c:2739 msgid "WAL receiver process" msgstr "processus de rception des journaux de transaction" -#: postmaster/postmaster.c:2722 +#: postmaster/postmaster.c:2754 msgid "autovacuum launcher process" msgstr "processus de l'autovacuum" -#: postmaster/postmaster.c:2737 +#: postmaster/postmaster.c:2769 msgid "archiver process" msgstr "processus d'archivage" -#: postmaster/postmaster.c:2753 +#: postmaster/postmaster.c:2785 msgid "statistics collector process" msgstr "processus de rcupration des statistiques" -#: postmaster/postmaster.c:2767 +#: postmaster/postmaster.c:2799 msgid "system logger process" msgstr "processus des journaux applicatifs" -#: postmaster/postmaster.c:2829 +#: postmaster/postmaster.c:2861 msgid "worker process" msgstr "processus de travail" -#: postmaster/postmaster.c:2899 postmaster/postmaster.c:2918 -#: postmaster/postmaster.c:2925 postmaster/postmaster.c:2943 +#: postmaster/postmaster.c:2931 postmaster/postmaster.c:2950 postmaster/postmaster.c:2957 postmaster/postmaster.c:2975 msgid "server process" msgstr "processus serveur" -#: postmaster/postmaster.c:2979 +#: postmaster/postmaster.c:3011 #, c-format msgid "terminating any other active server processes" msgstr "arrt des autres processus serveur actifs" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3224 +#: postmaster/postmaster.c:3256 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) quitte avec le code de sortie %d" -#: postmaster/postmaster.c:3226 postmaster/postmaster.c:3237 -#: postmaster/postmaster.c:3248 postmaster/postmaster.c:3257 -#: postmaster/postmaster.c:3267 +#: postmaster/postmaster.c:3258 postmaster/postmaster.c:3269 postmaster/postmaster.c:3280 postmaster/postmaster.c:3289 postmaster/postmaster.c:3299 #, c-format msgid "Failed process was running: %s" msgstr "Le processus qui a chou excutait : %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3234 +#: postmaster/postmaster.c:3266 #, c-format msgid "%s (PID %d) was terminated by exception 0x%X" msgstr "%s (PID %d) a t arrt par l'exception 0x%X" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3244 +#: postmaster/postmaster.c:3276 #, c-format msgid "%s (PID %d) was terminated by signal %d: %s" msgstr "%s (PID %d) a t arrt par le signal %d : %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3255 +#: postmaster/postmaster.c:3287 #, c-format msgid "%s (PID %d) was terminated by signal %d" msgstr "%s (PID %d) a t arrt par le signal %d" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3265 +#: postmaster/postmaster.c:3297 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) a quitt avec le statut inattendu %d" -#: postmaster/postmaster.c:3450 +#: postmaster/postmaster.c:3482 #, c-format msgid "abnormal database system shutdown" msgstr "le systme de base de donnes a t arrt anormalement" -#: postmaster/postmaster.c:3489 +#: postmaster/postmaster.c:3521 #, c-format msgid "all server processes terminated; reinitializing" msgstr "tous les processus serveur se sont arrts, rinitialisation" -#: postmaster/postmaster.c:3705 +#: postmaster/postmaster.c:3737 #, c-format msgid "could not fork new process for connection: %m" msgstr "n'a pas pu lancer le nouveau processus fils pour la connexion : %m" -#: postmaster/postmaster.c:3747 +#: postmaster/postmaster.c:3779 msgid "could not fork new process for connection: " msgstr "n'a pas pu lancer le nouveau processus fils pour la connexion : " -#: postmaster/postmaster.c:3854 +#: postmaster/postmaster.c:3886 #, c-format msgid "connection received: host=%s port=%s" msgstr "connexion reue : hte=%s port=%s" -#: postmaster/postmaster.c:3859 +#: postmaster/postmaster.c:3891 #, c-format msgid "connection received: host=%s" msgstr "connexion reue : hte=%s" -#: postmaster/postmaster.c:4149 +#: postmaster/postmaster.c:4181 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "n'a pas pu excuter le processus serveur %s : %m" -#: postmaster/postmaster.c:4690 +#: postmaster/postmaster.c:4676 +#, c-format +msgid "postmaster became multithreaded" +msgstr "le postmaster est devenu multithread" + +#: postmaster/postmaster.c:4734 #, c-format msgid "database system is ready to accept read only connections" -msgstr "" -"le systme de bases de donnes est prt pour accepter les connexions en " -"lecture seule" +msgstr "le systme de bases de donnes est prt pour accepter les connexions en lecture seule" -#: postmaster/postmaster.c:5001 +#: postmaster/postmaster.c:5045 #, c-format msgid "could not fork startup process: %m" msgstr "n'a pas pu lancer le processus fils de dmarrage : %m" -#: postmaster/postmaster.c:5005 +#: postmaster/postmaster.c:5049 #, c-format msgid "could not fork background writer process: %m" msgstr "" "n'a pas pu crer un processus fils du processus d'criture en tche de\n" "fond : %m" -#: postmaster/postmaster.c:5009 +#: postmaster/postmaster.c:5053 #, c-format msgid "could not fork checkpointer process: %m" msgstr "n'a pas pu crer le processus checkpointer : %m" -#: postmaster/postmaster.c:5013 +#: postmaster/postmaster.c:5057 #, c-format msgid "could not fork WAL writer process: %m" msgstr "" "n'a pas pu crer un processus fils du processus d'criture des journaux de\n" "transaction : %m" -#: postmaster/postmaster.c:5017 +#: postmaster/postmaster.c:5061 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "" "n'a pas pu crer un processus fils de rception des journaux de\n" "transactions : %m" -#: postmaster/postmaster.c:5021 +#: postmaster/postmaster.c:5065 #, c-format msgid "could not fork process: %m" msgstr "n'a pas pu lancer le processus fils : %m" -#: postmaster/postmaster.c:5200 +#: postmaster/postmaster.c:5244 #, c-format msgid "registering background worker \"%s\"" msgstr "enregistrement du processus en tche de fond %s " -#: postmaster/postmaster.c:5207 +#: postmaster/postmaster.c:5251 #, c-format -msgid "" -"background worker \"%s\": must be registered in shared_preload_libraries" -msgstr "" -"processus en tche de fond %s : doit tre enregistr dans " -"shared_preload_libraries" +msgid "background worker \"%s\": must be registered in shared_preload_libraries" +msgstr "processus en tche de fond %s : doit tre enregistr dans shared_preload_libraries" -#: postmaster/postmaster.c:5220 +#: postmaster/postmaster.c:5264 #, c-format -msgid "" -"background worker \"%s\": must attach to shared memory in order to be able " -"to request a database connection" -msgstr "" -"processus en tche de fond %s : doit se lier la mmoire partage pour " -"tre capable de demander une connexion une base" +msgid "background worker \"%s\": must attach to shared memory in order to be able to request a database connection" +msgstr "processus en tche de fond %s : doit se lier la mmoire partage pour tre capable de demander une connexion une base" -#: postmaster/postmaster.c:5230 +#: postmaster/postmaster.c:5274 #, c-format -msgid "" -"background worker \"%s\": cannot request database access if starting at " -"postmaster start" -msgstr "" -"processus en tche de fond %s : ne peut pas rclamer un accs la base " -"s'il s'excute au lancement de postmaster" +msgid "background worker \"%s\": cannot request database access if starting at postmaster start" +msgstr "processus en tche de fond %s : ne peut pas rclamer un accs la base s'il s'excute au lancement de postmaster" -#: postmaster/postmaster.c:5245 +#: postmaster/postmaster.c:5289 #, c-format msgid "background worker \"%s\": invalid restart interval" msgstr "processus en tche de fond %s : intervalle de redmarrage invalide" -#: postmaster/postmaster.c:5261 +#: postmaster/postmaster.c:5305 #, c-format msgid "too many background workers" msgstr "trop de processus en tche de fond" -#: postmaster/postmaster.c:5262 +#: postmaster/postmaster.c:5306 #, c-format msgid "Up to %d background worker can be registered with the current settings." -msgid_plural "" -"Up to %d background workers can be registered with the current settings." -msgstr[0] "" -"Un maximum de %d processus en tche de fond peut tre enregistr avec la " -"configuration actuelle" -msgstr[1] "" -"Un maximum de %d processus en tche de fond peut tre enregistr avec la " -"configuration actuelle" +msgid_plural "Up to %d background workers can be registered with the current settings." +msgstr[0] "Un maximum de %d processus en tche de fond peut tre enregistr avec la configuration actuelle" +msgstr[1] "Un maximum de %d processus en tche de fond peut tre enregistr avec la configuration actuelle" -#: postmaster/postmaster.c:5305 +#: postmaster/postmaster.c:5349 #, c-format msgid "database connection requirement not indicated during registration" -msgstr "" -"pr-requis de la connexion la base non indiqu lors de l'enregistrement" +msgstr "pr-requis de la connexion la base non indiqu lors de l'enregistrement" -#: postmaster/postmaster.c:5312 +#: postmaster/postmaster.c:5356 #, c-format msgid "invalid processing mode in background worker" msgstr "mode de traitement invalide dans le processus en tche de fond" -#: postmaster/postmaster.c:5386 +#: postmaster/postmaster.c:5430 #, c-format msgid "terminating background worker \"%s\" due to administrator command" -msgstr "" -"arrt du processus en tche de fond %s suite la demande de " -"l'administrateur" +msgstr "arrt du processus en tche de fond %s suite la demande de l'administrateur" -#: postmaster/postmaster.c:5603 +#: postmaster/postmaster.c:5647 #, c-format msgid "starting background worker process \"%s\"" msgstr "dmarrage du processus d'criture en tche de fond %s " -#: postmaster/postmaster.c:5614 +#: postmaster/postmaster.c:5658 #, c-format msgid "could not fork worker process: %m" msgstr "n'a pas pu crer un processus fils du processus en tche de fond : %m" -#: postmaster/postmaster.c:5966 +#: postmaster/postmaster.c:6010 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "n'a pas pu dupliquer la socket %d pour le serveur : code d'erreur %d" -#: postmaster/postmaster.c:5998 +#: postmaster/postmaster.c:6042 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "n'a pas pu crer la socket hrite : code d'erreur %d\n" -#: postmaster/postmaster.c:6027 postmaster/postmaster.c:6034 +#: postmaster/postmaster.c:6071 +#, c-format +msgid "could not open backend variables file \"%s\": %s\n" +msgstr "n'a pas pu ouvrir le fichier des variables moteurs %s : %s\n" + +#: postmaster/postmaster.c:6078 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "n'a pas pu lire le fichier de configuration serveur %s : %s\n" -#: postmaster/postmaster.c:6043 +#: postmaster/postmaster.c:6087 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "n'a pas pu supprimer le fichier %s : %s\n" -#: postmaster/postmaster.c:6060 +#: postmaster/postmaster.c:6104 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "" "n'a pas pu excuter \"map\" la vue des variables serveurs : code\n" "d'erreur %lu\n" -#: postmaster/postmaster.c:6069 +#: postmaster/postmaster.c:6113 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "" "n'a pas pu excuter \"unmap\" sur la vue des variables serveurs : code\n" "d'erreur %lu\n" -#: postmaster/postmaster.c:6076 +#: postmaster/postmaster.c:6120 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "" "n'a pas pu fermer le lien vers les variables des paramtres du serveur :\n" "code d'erreur %lu\n" -#: postmaster/postmaster.c:6232 +#: postmaster/postmaster.c:6276 #, c-format msgid "could not read exit code for process\n" msgstr "n'a pas pu lire le code de sortie du processus\n" -#: postmaster/postmaster.c:6237 +#: postmaster/postmaster.c:6281 #, c-format msgid "could not post child completion status\n" msgstr "n'a pas pu poster le statut de fin de l'enfant\n" @@ -14772,15 +13483,12 @@ msgstr "n'a pas pu ouvrir le fichier applicatif #: postmaster/syslogger.c:1213 postmaster/syslogger.c:1257 #, c-format msgid "disabling automatic rotation (use SIGHUP to re-enable)" -msgstr "" -"dsactivation de la rotation automatique (utilisez SIGHUP pour la ractiver)" +msgstr "dsactivation de la rotation automatique (utilisez SIGHUP pour la ractiver)" #: regex/regc_pg_locale.c:261 #, c-format msgid "could not determine which collation to use for regular expression" -msgstr "" -"n'a pas pu dterminer le collationnement utiliser pour une expression " -"rationnelle" +msgstr "n'a pas pu dterminer le collationnement utiliser pour une expression rationnelle" #: repl_gram.y:183 repl_gram.y:200 #, c-format @@ -14800,14 +13508,12 @@ msgstr "cha msgid "syntax error: unexpected character \"%s\"" msgstr "erreur de syntaxe : caractre %s inattendu" -#: replication/basebackup.c:141 replication/basebackup.c:923 -#: utils/adt/misc.c:360 +#: replication/basebackup.c:141 replication/basebackup.c:947 storage/file/fd.c:2530 utils/adt/misc.c:360 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "n'a pas pu lire le lien symbolique %s : %m" -#: replication/basebackup.c:148 replication/basebackup.c:927 -#: utils/adt/misc.c:364 +#: replication/basebackup.c:148 replication/basebackup.c:951 storage/file/fd.c:2535 utils/adt/misc.c:364 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "la cible du lien symbolique %s est trop long" @@ -14815,52 +13521,46 @@ msgstr "la cible du lien symbolique #: replication/basebackup.c:217 #, c-format msgid "could not stat control file \"%s\": %m" -msgstr "" -"n'a pas pu rcuprer des informations sur le fichier de contrle %s : %m" +msgstr "n'a pas pu rcuprer des informations sur le fichier de contrle %s : %m" #: replication/basebackup.c:329 #, c-format msgid "could not find any WAL files" msgstr "n'a pas pu trouver un seul fichier WAL" -#: replication/basebackup.c:342 replication/basebackup.c:356 -#: replication/basebackup.c:365 +#: replication/basebackup.c:342 replication/basebackup.c:356 replication/basebackup.c:365 #, c-format msgid "could not find WAL file \"%s\"" msgstr "n'a pas pu trouver le fichier WAL %s " -#: replication/basebackup.c:404 replication/basebackup.c:427 +#: replication/basebackup.c:404 replication/basebackup.c:428 #, c-format msgid "unexpected WAL file size \"%s\"" msgstr "taille du fichier WAL %s inattendue" -#: replication/basebackup.c:415 replication/basebackup.c:1065 +#: replication/basebackup.c:416 replication/basebackup.c:1089 #, c-format msgid "base backup could not send data, aborting backup" -msgstr "" -"la sauvegarde de base n'a pas pu envoyer les donnes, annulation de la " -"sauvegarde" +msgstr "la sauvegarde de base n'a pas pu envoyer les donnes, annulation de la sauvegarde" -#: replication/basebackup.c:499 replication/basebackup.c:508 -#: replication/basebackup.c:517 replication/basebackup.c:526 -#: replication/basebackup.c:535 +#: replication/basebackup.c:514 replication/basebackup.c:523 replication/basebackup.c:532 replication/basebackup.c:541 replication/basebackup.c:550 #, c-format msgid "duplicate option \"%s\"" msgstr "option %s duplique" -#: replication/basebackup.c:790 replication/basebackup.c:877 +#: replication/basebackup.c:805 replication/basebackup.c:892 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "" "n'a pas pu rcuprer les informations sur le fichier ou rpertoire\n" " %s : %m" -#: replication/basebackup.c:1001 +#: replication/basebackup.c:1025 #, c-format msgid "skipping special file \"%s\"" msgstr "ignore le fichier spcial %s " -#: replication/basebackup.c:1055 +#: replication/basebackup.c:1079 #, c-format msgid "archive member \"%s\" too large for tar format" msgstr "membre %s de l'archive trop volumineux pour le format tar" @@ -14872,15 +13572,12 @@ msgstr "n'a pas pu se connecter au serveur principal : %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:129 #, c-format -msgid "" -"could not receive database system identifier and timeline ID from the " -"primary server: %s" +msgid "could not receive database system identifier and timeline ID from the primary server: %s" msgstr "" "n'a pas pu recevoir l'identifiant du systme de bases de donnes et\n" "l'identifiant de la timeline partir du serveur principal : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:140 -#: replication/libpqwalreceiver/libpqwalreceiver.c:288 +#: replication/libpqwalreceiver/libpqwalreceiver.c:140 replication/libpqwalreceiver/libpqwalreceiver.c:289 #, c-format msgid "invalid response from primary server" msgstr "rponse invalide du serveur principal" @@ -14894,16 +13591,14 @@ msgstr "Attendait 1 ligne avec 3 champs, a obtenu %d lignes avec %d champs." #, c-format msgid "database system identifier differs between the primary and standby" msgstr "" -"l'identifiant du systme de bases de donnes diffre entre le serveur " -"principal\n" +"l'identifiant du systme de bases de donnes diffre entre le serveur principal\n" "et le serveur en attente" #: replication/libpqwalreceiver/libpqwalreceiver.c:158 #, c-format msgid "The primary's identifier is %s, the standby's identifier is %s." msgstr "" -"L'identifiant du serveur principal est %s, l'identifiant du serveur en " -"attente\n" +"L'identifiant du serveur principal est %s, l'identifiant du serveur en attente\n" "est %s." #: replication/libpqwalreceiver/libpqwalreceiver.c:195 @@ -14914,8 +13609,7 @@ msgstr "n'a pas pu d #: replication/libpqwalreceiver/libpqwalreceiver.c:213 #, c-format msgid "could not send end-of-streaming message to primary: %s" -msgstr "" -"n'a pas pu transmettre le message de fin d'envoi de flux au primaire : %s" +msgstr "n'a pas pu transmettre le message de fin d'envoi de flux au primaire : %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:235 #, c-format @@ -14927,80 +13621,66 @@ msgstr "ensemble de r msgid "error reading result of streaming command: %s" msgstr "erreur lors de la lecture de la commande de flux : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:254 +#: replication/libpqwalreceiver/libpqwalreceiver.c:255 #, c-format msgid "unexpected result after CommandComplete: %s" msgstr "rsultat inattendu aprs CommandComplete : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:277 +#: replication/libpqwalreceiver/libpqwalreceiver.c:278 #, c-format msgid "could not receive timeline history file from the primary server: %s" -msgstr "" -"n'a pas pu recevoir le fichier historique partir du serveur principal : %s" +msgstr "n'a pas pu recevoir le fichier historique partir du serveur principal : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:289 +#: replication/libpqwalreceiver/libpqwalreceiver.c:290 #, c-format msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields." msgstr "Attendait 1 ligne avec 2 champs, a obtenu %d lignes avec %d champs." -#: replication/libpqwalreceiver/libpqwalreceiver.c:317 +#: replication/libpqwalreceiver/libpqwalreceiver.c:318 #, c-format msgid "socket not open" msgstr "socket non ouvert" -#: replication/libpqwalreceiver/libpqwalreceiver.c:490 -#: replication/libpqwalreceiver/libpqwalreceiver.c:513 -#: replication/libpqwalreceiver/libpqwalreceiver.c:519 +#: replication/libpqwalreceiver/libpqwalreceiver.c:491 replication/libpqwalreceiver/libpqwalreceiver.c:514 replication/libpqwalreceiver/libpqwalreceiver.c:520 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "n'a pas pu recevoir des donnes du flux de WAL : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:538 +#: replication/libpqwalreceiver/libpqwalreceiver.c:539 #, c-format msgid "could not send data to WAL stream: %s" msgstr "n'a pas pu transmettre les donnes au flux WAL : %s" -#: replication/syncrep.c:207 +#: replication/syncrep.c:208 #, c-format -msgid "" -"canceling the wait for synchronous replication and terminating connection " -"due to administrator command" +msgid "canceling the wait for synchronous replication and terminating connection due to administrator command" msgstr "" -"annulation de l'attente pour la rplication synchrone et arrt des " -"connexions\n" +"annulation de l'attente pour la rplication synchrone et arrt des connexions\n" "suite la demande de l'administrateur" -#: replication/syncrep.c:208 replication/syncrep.c:225 +#: replication/syncrep.c:209 replication/syncrep.c:226 #, c-format -msgid "" -"The transaction has already committed locally, but might not have been " -"replicated to the standby." +msgid "The transaction has already committed locally, but might not have been replicated to the standby." msgstr "" -"La transaction a dj enregistr les donnes localement, mais il se peut " -"que\n" +"La transaction a dj enregistr les donnes localement, mais il se peut que\n" "cela n'ait pas t rpliqu sur le serveur en standby." -#: replication/syncrep.c:224 +#: replication/syncrep.c:225 #, c-format msgid "canceling wait for synchronous replication due to user request" -msgstr "" -"annulation de l'attente pour la rplication synchrone la demande de " -"l'utilisateur" +msgstr "annulation de l'attente pour la rplication synchrone la demande de l'utilisateur" -#: replication/syncrep.c:354 +#: replication/syncrep.c:355 #, c-format msgid "standby \"%s\" now has synchronous standby priority %u" msgstr "" -"le serveur %s en standby a maintenant une priorit %u en tant que " -"standby\n" +"le serveur %s en standby a maintenant une priorit %u en tant que standby\n" "synchrone" -#: replication/syncrep.c:456 +#: replication/syncrep.c:457 #, c-format msgid "standby \"%s\" is now the synchronous standby with priority %u" -msgstr "" -"le serveur %s en standby est maintenant le serveur standby synchrone de " -"priorit %u" +msgstr "le serveur %s en standby est maintenant le serveur standby synchrone de priorit %u" #: replication/walreceiver.c:167 #, c-format @@ -15010,15 +13690,12 @@ msgstr "arr #: replication/walreceiver.c:330 #, c-format msgid "highest timeline %u of the primary is behind recovery timeline %u" -msgstr "" -"la plus grande timeline %u du serveur principal est derrire la timeline de " -"restauration %u" +msgstr "la plus grande timeline %u du serveur principal est derrire la timeline de restauration %u" #: replication/walreceiver.c:364 #, c-format msgid "started streaming WAL from primary at %X/%X on timeline %u" -msgstr "" -"Commence le flux des journaux depuis le principal %X/%X sur la timeline %u" +msgstr "Commence le flux des journaux depuis le principal %X/%X sur la timeline %u" #: replication/walreceiver.c:369 #, c-format @@ -15028,9 +13705,7 @@ msgstr "recommence le flux WAL #: replication/walreceiver.c:403 #, c-format msgid "cannot continue WAL streaming, recovery has already ended" -msgstr "" -"ne peut pas continuer le flux de journaux de transactions, la rcupration " -"est dj termine" +msgstr "ne peut pas continuer le flux de journaux de transactions, la rcupration est dj termine" #: replication/walreceiver.c:440 #, c-format @@ -15045,14 +13720,12 @@ msgstr "Fin du WAL atteint sur la timeline %u #: replication/walreceiver.c:488 #, c-format msgid "terminating walreceiver due to timeout" -msgstr "" -"arrt du processus walreceiver suite l'expiration du dlai de rplication" +msgstr "arrt du processus walreceiver suite l'expiration du dlai de rplication" #: replication/walreceiver.c:528 #, c-format msgid "primary server contains no more WAL on requested timeline %u" -msgstr "" -"le serveur principal ne contient plus de WAL sur la timeline %u demande" +msgstr "le serveur principal ne contient plus de WAL sur la timeline %u demande" #: replication/walreceiver.c:543 replication/walreceiver.c:900 #, c-format @@ -15062,16 +13735,12 @@ msgstr "n'a pas pu fermer le journal de transactions %s : %m" #: replication/walreceiver.c:665 #, c-format msgid "fetching timeline history file for timeline %u from primary server" -msgstr "" -"rcupration du fichier historique pour la timeline %u partir du serveur " -"principal" +msgstr "rcupration du fichier historique pour la timeline %u partir du serveur principal" #: replication/walreceiver.c:951 #, c-format msgid "could not write to log segment %s at offset %u, length %lu: %m" -msgstr "" -"n'a pas pu crire le journal de transactions %s au dcalage %u, longueur " -"%lu : %m" +msgstr "n'a pas pu crire le journal de transactions %s au dcalage %u, longueur %lu : %m" #: replication/walsender.c:375 storage/smgr/md.c:1785 #, c-format @@ -15085,11 +13754,8 @@ msgstr "n'a pas pu se d #: replication/walsender.c:484 #, c-format -msgid "" -"requested starting point %X/%X on timeline %u is not in this server's history" -msgstr "" -"le point de reprise %X/%X de la timeline %u n'est pas dans l'historique du " -"serveur" +msgid "requested starting point %X/%X on timeline %u is not in this server's history" +msgstr "le point de reprise %X/%X de la timeline %u n'est pas dans l'historique du serveur" #: replication/walsender.c:488 #, c-format @@ -15098,59 +13764,50 @@ msgstr "L'historique du serveur a chang #: replication/walsender.c:533 #, c-format -msgid "" -"requested starting point %X/%X is ahead of the WAL flush position of this " -"server %X/%X" -msgstr "" -"le point de reprise requis %X/%X est devant la position de vidage des WAL de " -"ce serveur %X/%X" +msgid "requested starting point %X/%X is ahead of the WAL flush position of this server %X/%X" +msgstr "le point de reprise requis %X/%X est devant la position de vidage des WAL de ce serveur %X/%X" -#: replication/walsender.c:707 replication/walsender.c:757 -#: replication/walsender.c:806 +#: replication/walsender.c:708 replication/walsender.c:724 #, c-format msgid "unexpected EOF on standby connection" msgstr "fin de fichier (EOF) inattendue de la connexion du serveur en attente" -#: replication/walsender.c:726 +#: replication/walsender.c:738 #, c-format msgid "unexpected standby message type \"%c\", after receiving CopyDone" msgstr "type de message standby %c inattendu, aprs avoir reu CopyDone" -#: replication/walsender.c:774 +#: replication/walsender.c:776 #, c-format msgid "invalid standby message type \"%c\"" msgstr "type de message %c invalide pour le serveur en standby" -#: replication/walsender.c:828 +#: replication/walsender.c:817 #, c-format msgid "unexpected message type \"%c\"" msgstr "type de message %c inattendu" -#: replication/walsender.c:1042 +#: replication/walsender.c:1031 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "le serveur standby %s a maintenant rattrap le serveur primaire" -#: replication/walsender.c:1151 +#: replication/walsender.c:1140 #, c-format msgid "terminating walsender process due to replication timeout" -msgstr "" -"arrt du processus walreceiver suite l'expiration du dlai de rplication" +msgstr "arrt du processus walreceiver suite l'expiration du dlai de rplication" -#: replication/walsender.c:1221 +#: replication/walsender.c:1210 #, c-format -msgid "" -"number of requested standby connections exceeds max_wal_senders (currently " -"%d)" +msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" msgstr "" "le nombre de connexions demandes par le serveur en attente dpasse\n" "max_wal_senders (actuellement %d)" -#: replication/walsender.c:1377 +#: replication/walsender.c:1366 #, c-format msgid "could not read from log segment %s, offset %u, length %lu: %m" -msgstr "" -"n'a pas pu lire le journal de transactions %s, dcalage %u, longueur %lu : %m" +msgstr "n'a pas pu lire le journal de transactions %s, dcalage %u, longueur %lu : %m" #: rewrite/rewriteDefine.c:112 rewrite/rewriteDefine.c:945 #, c-format @@ -15190,8 +13847,7 @@ msgstr "Utilisez les vues #: rewrite/rewriteDefine.c:326 #, c-format msgid "multiple actions for rules on SELECT are not implemented" -msgstr "" -"les actions multiples pour les rgles sur SELECT ne sont pas implmentes" +msgstr "les actions multiples pour les rgles sur SELECT ne sont pas implmentes" #: rewrite/rewriteDefine.c:337 #, c-format @@ -15202,16 +13858,14 @@ msgstr "les r #, c-format msgid "rules on SELECT must not contain data-modifying statements in WITH" msgstr "" -"les rgles sur SELECT ne doivent pas contenir d'instructions de " -"modification\n" +"les rgles sur SELECT ne doivent pas contenir d'instructions de modification\n" "de donnes avec WITH" #: rewrite/rewriteDefine.c:353 #, c-format msgid "event qualifications are not implemented for rules on SELECT" msgstr "" -"les qualifications d'vnements ne sont pas implmentes pour les rgles " -"sur\n" +"les qualifications d'vnements ne sont pas implmentes pour les rgles sur\n" "SELECT" #: rewrite/rewriteDefine.c:380 @@ -15227,19 +13881,16 @@ msgstr "la r #: rewrite/rewriteDefine.c:430 #, c-format msgid "could not convert table \"%s\" to a view because it is not empty" -msgstr "" -"n'a pas pu convertir la table %s en une vue car elle n'est pas vide" +msgstr "n'a pas pu convertir la table %s en une vue car elle n'est pas vide" #: rewrite/rewriteDefine.c:437 #, c-format msgid "could not convert table \"%s\" to a view because it has triggers" -msgstr "" -"n'a pas pu convertir la table %s en une vue parce qu'elle a des triggers" +msgstr "n'a pas pu convertir la table %s en une vue parce qu'elle a des triggers" #: rewrite/rewriteDefine.c:439 #, c-format -msgid "" -"In particular, the table cannot be involved in any foreign key relationships." +msgid "In particular, the table cannot be involved in any foreign key relationships." msgstr "" "En particulier, la table ne peut pas tre implique dans les relations des\n" "cls trangres." @@ -15247,15 +13898,12 @@ msgstr "" #: rewrite/rewriteDefine.c:444 #, c-format msgid "could not convert table \"%s\" to a view because it has indexes" -msgstr "" -"n'a pas pu convertir la table %s en une vue parce qu'elle a des index" +msgstr "n'a pas pu convertir la table %s en une vue parce qu'elle a des index" #: rewrite/rewriteDefine.c:450 #, c-format msgid "could not convert table \"%s\" to a view because it has child tables" -msgstr "" -"n'a pas pu convertir la table %s en une vue parce qu'elle a des tables " -"filles" +msgstr "n'a pas pu convertir la table %s en une vue parce qu'elle a des tables filles" #: rewrite/rewriteDefine.c:477 #, c-format @@ -15265,14 +13913,12 @@ msgstr "ne peut pas avoir plusieurs listes RETURNING dans une r #: rewrite/rewriteDefine.c:482 #, c-format msgid "RETURNING lists are not supported in conditional rules" -msgstr "" -"les listes RETURNING ne sont pas supports dans des rgles conditionnelles" +msgstr "les listes RETURNING ne sont pas supports dans des rgles conditionnelles" #: rewrite/rewriteDefine.c:486 #, c-format msgid "RETURNING lists are not supported in non-INSTEAD rules" -msgstr "" -"les listes RETURNING ne sont pas supports dans des rgles autres que INSTEAD" +msgstr "les listes RETURNING ne sont pas supports dans des rgles autres que INSTEAD" #: rewrite/rewriteDefine.c:652 #, c-format @@ -15287,8 +13933,7 @@ msgstr "la liste RETURNING a trop d'entr #: rewrite/rewriteDefine.c:669 #, c-format msgid "cannot convert relation containing dropped columns to view" -msgstr "" -"ne peut pas convertir la relation contenant les colonnes supprimes de la vue" +msgstr "ne peut pas convertir la relation contenant les colonnes supprimes de la vue" #: rewrite/rewriteDefine.c:675 #, c-format @@ -15305,21 +13950,18 @@ msgstr "l'enregistrement cible de la r #: rewrite/rewriteDefine.c:686 #, c-format msgid "SELECT rule's target entry %d has different type from column \"%s\"" -msgstr "" -"l'entre cible de la rgle SELECT %d a plusieurs types pour la colonne %s " +msgstr "l'entre cible de la rgle SELECT %d a plusieurs types pour la colonne %s " #: rewrite/rewriteDefine.c:688 #, c-format msgid "RETURNING list's entry %d has different type from column \"%s\"" -msgstr "" -"l'entre %d de la liste RETURNING a un type diffrent de la colonne %s " +msgstr "l'entre %d de la liste RETURNING a un type diffrent de la colonne %s " #: rewrite/rewriteDefine.c:691 rewrite/rewriteDefine.c:715 #, c-format msgid "SELECT target entry has type %s, but column has type %s." msgstr "" -"l'enregistrement cible de la rgle SELECT a le type %s, mais la colonne a " -"le\n" +"l'enregistrement cible de la rgle SELECT a le type %s, mais la colonne a le\n" "type %s." #: rewrite/rewriteDefine.c:694 rewrite/rewriteDefine.c:719 @@ -15332,15 +13974,12 @@ msgstr "" #: rewrite/rewriteDefine.c:710 #, c-format msgid "SELECT rule's target entry %d has different size from column \"%s\"" -msgstr "" -"l'entre cible de la rgle SELECT %d a plusieurs tailles pour la colonne " -"%s " +msgstr "l'entre cible de la rgle SELECT %d a plusieurs tailles pour la colonne %s " #: rewrite/rewriteDefine.c:712 #, c-format msgid "RETURNING list's entry %d has different size from column \"%s\"" -msgstr "" -"l'entre %d de la liste RETURNING a plusieurs tailles pour la colonne %s " +msgstr "l'entre %d de la liste RETURNING a plusieurs tailles pour la colonne %s " #: rewrite/rewriteDefine.c:729 #, c-format @@ -15352,8 +13991,7 @@ msgstr "l'entr msgid "RETURNING list has too few entries" msgstr "la liste RETURNING n'a pas assez d'entres" -#: rewrite/rewriteDefine.c:822 rewrite/rewriteDefine.c:936 -#: rewrite/rewriteSupport.c:112 +#: rewrite/rewriteDefine.c:822 rewrite/rewriteDefine.c:936 rewrite/rewriteSupport.c:112 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "la rgle %s de la relation %s n'existe pas" @@ -15365,12 +14003,9 @@ msgstr "le renommage d'une r #: rewrite/rewriteHandler.c:511 #, c-format -msgid "" -"WITH query name \"%s\" appears in both a rule action and the query being " -"rewritten" +msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" msgstr "" -"Le nom de la requte WITH %s apparat la fois dans l'action d'une " -"rgle\n" +"Le nom de la requte WITH %s apparat la fois dans l'action d'une rgle\n" "et la requte en cours de r-criture." #: rewrite/rewriteHandler.c:571 @@ -15390,97 +14025,62 @@ msgstr "r #: rewrite/rewriteHandler.c:2006 msgid "Views containing DISTINCT are not automatically updatable." -msgstr "" -"Les vues contenant DISTINCT ne sont pas automatiquement disponibles en " -"criture." +msgstr "Les vues contenant DISTINCT ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2009 msgid "Views containing GROUP BY are not automatically updatable." -msgstr "" -"Les vues contenant GROUP BY ne sont pas automatiquement disponibles en " -"criture." +msgstr "Les vues contenant GROUP BY ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2012 msgid "Views containing HAVING are not automatically updatable." -msgstr "" -"Les vues contenant HAVING ne sont pas automatiquement disponibles en " -"criture." +msgstr "Les vues contenant HAVING ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2015 -msgid "" -"Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." -msgstr "" -"Les vues contenant UNION, INTERSECT ou EXCEPT ne sont pas automatiquement " -"disponibles en criture." +msgid "Views containing UNION, INTERSECT, or EXCEPT are not automatically updatable." +msgstr "Les vues contenant UNION, INTERSECT ou EXCEPT ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2018 msgid "Views containing WITH are not automatically updatable." -msgstr "" -"Les vues contenant WITH ne sont pas automatiquement disponibles en criture." +msgstr "Les vues contenant WITH ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2021 msgid "Views containing LIMIT or OFFSET are not automatically updatable." -msgstr "" -"Les vues contenant LIMIT ou OFFSET ne sont pas automatiquement disponibles " -"en criture." +msgstr "Les vues contenant LIMIT ou OFFSET ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2029 msgid "Security-barrier views are not automatically updatable." -msgstr "" -"Les vues avec barrire de scurit ne sont pas automatiquement disponibles " -"en criture." +msgstr "Les vues avec barrire de scurit ne sont pas automatiquement disponibles en criture." -#: rewrite/rewriteHandler.c:2036 rewrite/rewriteHandler.c:2040 -#: rewrite/rewriteHandler.c:2047 -msgid "" -"Views that do not select from a single table or view are not automatically " -"updatable." -msgstr "" -"Les vues qui lisent plusieurs tables ou vues ne sont pas automatiquement " -"disponibles en criture." +#: rewrite/rewriteHandler.c:2036 rewrite/rewriteHandler.c:2040 rewrite/rewriteHandler.c:2047 +msgid "Views that do not select from a single table or view are not automatically updatable." +msgstr "Les vues qui lisent plusieurs tables ou vues ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2070 -msgid "" -"Views that return columns that are not columns of their base relation are " -"not automatically updatable." -msgstr "" -"Les vues qui renvoient des colonnes qui ne font pas partie de la relation ne " -"sont pas automatiquement disponibles en criture." +msgid "Views that return columns that are not columns of their base relation are not automatically updatable." +msgstr "Les vues qui renvoient des colonnes qui ne font pas partie de la relation ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2073 msgid "Views that return system columns are not automatically updatable." -msgstr "" -"Les vues qui renvoient des colonnes systmes ne sont pas automatiquement " -"disponibles en criture." +msgstr "Les vues qui renvoient des colonnes systmes ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2076 msgid "Views that return whole-row references are not automatically updatable." -msgstr "" -"Les vues qui renvoient des rfrences de lignes ne sont pas automatiquement " -"disponibles en criture." +msgstr "Les vues qui renvoient des rfrences de lignes ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2079 -msgid "" -"Views that return the same column more than once are not automatically " -"updatable." -msgstr "" -"Les vues qui renvoient la mme colonne plus d'une fois ne sont pas " -"automatiquement disponibles en criture." +msgid "Views that return the same column more than once are not automatically updatable." +msgstr "Les vues qui renvoient la mme colonne plus d'une fois ne sont pas automatiquement disponibles en criture." #: rewrite/rewriteHandler.c:2632 #, c-format -msgid "" -"DO INSTEAD NOTHING rules are not supported for data-modifying statements in " -"WITH" +msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" msgstr "" "les rgles DO INSTEAD NOTHING ne sont pas supportes par les instructions\n" "de modification de donnes dans WITH" #: rewrite/rewriteHandler.c:2646 #, c-format -msgid "" -"conditional DO INSTEAD rules are not supported for data-modifying statements " -"in WITH" +msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "" "les rgles DO INSTEAD conditionnelles ne sont pas supportes par les\n" "instructions de modification de donnes dans WITH" @@ -15489,15 +14089,12 @@ msgstr "" #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "" -"les rgles DO ALSO ne sont pas supportes par les instructions de " -"modification\n" +"les rgles DO ALSO ne sont pas supportes par les instructions de modification\n" "de donnes dans WITH" #: rewrite/rewriteHandler.c:2655 #, c-format -msgid "" -"multi-statement DO INSTEAD rules are not supported for data-modifying " -"statements in WITH" +msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "" "les rgles DO INSTEAD multi-instructions ne sont pas supportes pour les\n" "instructions de modification de donnes dans WITH" @@ -15509,8 +14106,7 @@ msgstr "ne peut pas ex #: rewrite/rewriteHandler.c:2848 #, c-format -msgid "" -"You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." +msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "" "Vous avez besoin d'une rgle ON INSERT DO INSTEAD sans condition avec une\n" "clause RETURNING." @@ -15522,8 +14118,7 @@ msgstr "ne peut pas ex #: rewrite/rewriteHandler.c:2855 #, c-format -msgid "" -"You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." +msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "" "Vous avez besoin d'une rgle ON UPDATE DO INSTEAD sans condition avec une\n" "clause RETURNING." @@ -15535,20 +14130,15 @@ msgstr "ne peut pas ex #: rewrite/rewriteHandler.c:2862 #, c-format -msgid "" -"You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." +msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "" "Vous avez besoin d'une rgle ON DELETE DO INSTEAD sans condition avec une\n" "clause RETURNING." #: rewrite/rewriteHandler.c:2926 #, c-format -msgid "" -"WITH cannot be used in a query that is rewritten by rules into multiple " -"queries" -msgstr "" -"WITH ne peut pas tre utilis dans une requte rcrite par des rgles en " -"plusieurs requtes" +msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" +msgstr "WITH ne peut pas tre utilis dans une requte rcrite par des rgles en plusieurs requtes" #: rewrite/rewriteManip.c:1020 #, c-format @@ -15590,14 +14180,11 @@ msgstr "cha #: scan.l:526 #, c-format msgid "unsafe use of string constant with Unicode escapes" -msgstr "" -"utilisation non sre de la constante de chane avec des chappements Unicode" +msgstr "utilisation non sre de la constante de chane avec des chappements Unicode" #: scan.l:527 #, c-format -msgid "" -"String constants with Unicode escapes cannot be used when " -"standard_conforming_strings is off." +msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." msgstr "" "Les constantes de chane avec des chappements Unicode ne peuvent pas tre\n" "utilises quand standard_conforming_strings est dsactiv." @@ -15606,8 +14193,7 @@ msgstr "" msgid "invalid Unicode escape character" msgstr "chane d'chappement Unicode invalide" -#: scan.l:596 scan.l:604 scan.l:612 scan.l:613 scan.l:614 scan.l:1297 -#: scan.l:1324 scan.l:1328 scan.l:1366 scan.l:1370 scan.l:1392 +#: scan.l:596 scan.l:604 scan.l:612 scan.l:613 scan.l:614 scan.l:1296 scan.l:1323 scan.l:1327 scan.l:1365 scan.l:1369 scan.l:1391 msgid "invalid Unicode surrogate pair" msgstr "paire surrogate Unicode invalide" @@ -15619,8 +14205,7 @@ msgstr " #: scan.l:619 #, c-format msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX." -msgstr "" -"Les chappements Unicode doivent tre de la forme \\uXXXX ou \\UXXXXXXXX." +msgstr "Les chappements Unicode doivent tre de la forme \\uXXXX ou \\UXXXXXXXX." #: scan.l:630 #, c-format @@ -15629,11 +14214,9 @@ msgstr "utilisation non s #: scan.l:631 #, c-format -msgid "" -"Use '' to write quotes in strings. \\' is insecure in client-only encodings." +msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings." msgstr "" -"Utilisez '' pour crire des guillemets dans une chane. \\' n'est pas " -"scuris\n" +"Utilisez '' pour crire des guillemets dans une chane. \\' n'est pas scuris\n" "pour les encodages clients." #: scan.l:706 @@ -15653,62 +14236,56 @@ msgid "operator too long" msgstr "oprateur trop long" #. translator: %s is typically the translation of "syntax error" -#: scan.l:1044 +#: scan.l:1043 #, c-format msgid "%s at end of input" msgstr "%s la fin de l'entre" #. translator: first %s is typically the translation of "syntax error" -#: scan.l:1052 +#: scan.l:1051 #, c-format msgid "%s at or near \"%s\"" msgstr "%s sur ou prs de %s " -#: scan.l:1213 scan.l:1245 -msgid "" -"Unicode escape values cannot be used for code point values above 007F when " -"the server encoding is not UTF8" +#: scan.l:1212 scan.l:1244 +msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8" msgstr "" "Les valeurs d'chappement unicode ne peuvent pas tre utilises pour les\n" "valeurs de point de code au-dessus de 007F quand l'encodage serveur n'est\n" "pas UTF8" -#: scan.l:1241 scan.l:1384 +#: scan.l:1240 scan.l:1383 msgid "invalid Unicode escape value" msgstr "valeur d'chappement Unicode invalide" -#: scan.l:1440 +#: scan.l:1439 #, c-format msgid "nonstandard use of \\' in a string literal" msgstr "utilisation non standard de \\' dans une chane littrale" -#: scan.l:1441 +#: scan.l:1440 #, c-format -msgid "" -"Use '' to write quotes in strings, or use the escape string syntax (E'...')." +msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." msgstr "" -"Utilisez '' pour crire des guillemets dans une chane ou utilisez la " -"syntaxe de\n" +"Utilisez '' pour crire des guillemets dans une chane ou utilisez la syntaxe de\n" "chane d'chappement (E'...')." -#: scan.l:1450 +#: scan.l:1449 #, c-format msgid "nonstandard use of \\\\ in a string literal" msgstr "utilisation non standard de \\\\ dans une chane littrale" -#: scan.l:1451 +#: scan.l:1450 #, c-format msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." -msgstr "" -"Utilisez la syntaxe de chane d'chappement pour les antislashs, c'est--" -"dire E'\\\\'." +msgstr "Utilisez la syntaxe de chane d'chappement pour les antislashs, c'est--dire E'\\\\'." -#: scan.l:1465 +#: scan.l:1464 #, c-format msgid "nonstandard use of escape in a string literal" msgstr "utilisation non standard d'un chappement dans une chane littrale" -#: scan.l:1466 +#: scan.l:1465 #, c-format msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." msgstr "" @@ -15718,11 +14295,9 @@ msgstr "" #: snowball/dict_snowball.c:180 #, c-format msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\"" -msgstr "" -"aucun stemmer Snowball disponible pour la langue %s et l'encodage %s " +msgstr "aucun stemmer Snowball disponible pour la langue %s et l'encodage %s " -#: snowball/dict_snowball.c:203 tsearch/dict_ispell.c:73 -#: tsearch/dict_simple.c:48 +#: snowball/dict_snowball.c:203 tsearch/dict_ispell.c:73 tsearch/dict_simple.c:48 #, c-format msgid "multiple StopWords parameters" msgstr "plusieurs paramtres StopWords" @@ -15756,9 +14331,7 @@ msgstr "" #: storage/buffer/bufmgr.c:404 #, c-format -msgid "" -"This has been seen to occur with buggy kernels; consider updating your " -"system." +msgid "This has been seen to occur with buggy kernels; consider updating your system." msgstr "" "Ceci s'est dj vu avec des noyaux buggs ; pensez mettre jour votre\n" "systme." @@ -15766,21 +14339,19 @@ msgstr "" #: storage/buffer/bufmgr.c:494 #, c-format msgid "invalid page in block %u of relation %s; zeroing out page" -msgstr "" -"page invalide dans le bloc %u de la relation %s ; remplacement de la page " -"par des zros" +msgstr "page invalide dans le bloc %u de la relation %s ; remplacement de la page par des zros" -#: storage/buffer/bufmgr.c:3180 +#: storage/buffer/bufmgr.c:3195 #, c-format msgid "could not write block %u of %s" msgstr "n'a pas pu crire le bloc %u de %s" -#: storage/buffer/bufmgr.c:3182 +#: storage/buffer/bufmgr.c:3197 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "checs multiples --- l'erreur d'criture pourrait tre permanent." -#: storage/buffer/bufmgr.c:3203 storage/buffer/bufmgr.c:3222 +#: storage/buffer/bufmgr.c:3218 storage/buffer/bufmgr.c:3237 #, c-format msgid "writing block %u of relation %s" msgstr "criture du bloc %u de la relation %s" @@ -15798,17 +14369,14 @@ msgstr " #: storage/file/fd.c:596 #, c-format msgid "insufficient file descriptors available to start server process" -msgstr "" -"nombre de descripteurs de fichier insuffisants pour lancer le processus " -"serveur" +msgstr "nombre de descripteurs de fichier insuffisants pour lancer le processus serveur" #: storage/file/fd.c:597 #, c-format msgid "System allows %d, we need at least %d." msgstr "Le systme autorise %d, nous avons besoin d'au moins %d." -#: storage/file/fd.c:638 storage/file/fd.c:1672 storage/file/fd.c:1765 -#: storage/file/fd.c:1913 +#: storage/file/fd.c:638 storage/file/fd.c:1672 storage/file/fd.c:1765 storage/file/fd.c:1913 #, c-format msgid "out of file descriptors: %m; release and retry" msgstr "plus de descripteurs de fichiers : %m; quittez et r-essayez" @@ -15826,85 +14394,73 @@ msgstr "la taille du fichier temporaire d #: storage/file/fd.c:1648 storage/file/fd.c:1698 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" -msgstr "" -"dpassement de maxAllocatedDescs (%d) lors de la tentative d'ouverture du " -"fichier %s " +msgstr "dpassement de maxAllocatedDescs (%d) lors de la tentative d'ouverture du fichier %s " #: storage/file/fd.c:1738 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to execute command \"%s\"" -msgstr "" -"dpassement de maxAllocatedDescs (%d) lors de la tentative d'excution de la " -"commande %s " +msgstr "dpassement de maxAllocatedDescs (%d) lors de la tentative d'excution de la commande %s " #: storage/file/fd.c:1889 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" -msgstr "" -"dpassement de maxAllocatedDescs (%d) lors de la tentative d'ouverture du " -"rpertoire %s " +msgstr "dpassement de maxAllocatedDescs (%d) lors de la tentative d'ouverture du rpertoire %s " #: storage/file/fd.c:1968 #, c-format msgid "could not read directory \"%s\": %m" msgstr "n'a pas pu lire le rpertoire %s : %m" -#: storage/ipc/shmem.c:190 storage/lmgr/lock.c:872 storage/lmgr/lock.c:906 -#: storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3710 storage/lmgr/lock.c:3775 -#: storage/lmgr/lock.c:4065 storage/lmgr/predicate.c:2320 -#: storage/lmgr/predicate.c:2335 storage/lmgr/predicate.c:3728 -#: storage/lmgr/predicate.c:4871 storage/lmgr/proc.c:198 -#: utils/hash/dynahash.c:966 +#: storage/file/fd.c:2470 +#, c-format +msgid "could not open file \"%s\" before fsync" +msgstr "n'a pas pu ouvrir le fichier %s avant sa synchronisation sur disque" + +#: storage/file/fd.c:2554 +#, c-format +msgid "this platform does not support symbolic links; ignoring \"%s\"" +msgstr "cette plateforme ne supporte pas les liens symboliques ; ignore %s " + +#: storage/ipc/shmem.c:190 storage/lmgr/lock.c:872 storage/lmgr/lock.c:906 storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3714 storage/lmgr/lock.c:3779 storage/lmgr/lock.c:4069 storage/lmgr/predicate.c:2320 storage/lmgr/predicate.c:2335 storage/lmgr/predicate.c:3728 storage/lmgr/predicate.c:4871 storage/lmgr/proc.c:198 utils/hash/dynahash.c:966 #, c-format msgid "out of shared memory" msgstr "mmoire partage puise" #: storage/ipc/shmem.c:346 storage/ipc/shmem.c:399 #, c-format -msgid "" -"not enough shared memory for data structure \"%s\" (%lu bytes requested)" -msgstr "" -"pas assez de mmoire partage pour la structure de donnes %s (%lu " -"octets demands)" +msgid "not enough shared memory for data structure \"%s\" (%lu bytes requested)" +msgstr "pas assez de mmoire partage pour la structure de donnes %s (%lu octets demands)" #: storage/ipc/shmem.c:365 #, c-format msgid "could not create ShmemIndex entry for data structure \"%s\"" -msgstr "" -"n'a pas pu crer l'entre ShmemIndex pour la structure de donnes %s " +msgstr "n'a pas pu crer l'entre ShmemIndex pour la structure de donnes %s " #: storage/ipc/shmem.c:380 #, c-format -msgid "" -"ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, " -"actual %lu" -msgstr "" -"La taille de l'entre shmemIndex est mauvaise pour la structure de donnes " -"%s : %lu obtenu, %lu attendu" +msgid "ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, actual %lu" +msgstr "La taille de l'entre shmemIndex est mauvaise pour la structure de donnes %s : %lu obtenu, %lu attendu" #: storage/ipc/shmem.c:427 storage/ipc/shmem.c:446 #, c-format msgid "requested shared memory size overflows size_t" msgstr "la taille de la mmoire partage demande dpasse size_t" -#: storage/ipc/standby.c:499 tcop/postgres.c:2955 +#: storage/ipc/standby.c:499 tcop/postgres.c:2992 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "annulation de la requte cause d'un conflit avec la restauration" -#: storage/ipc/standby.c:500 tcop/postgres.c:2219 +#: storage/ipc/standby.c:500 tcop/postgres.c:2246 #, c-format msgid "User transaction caused buffer deadlock with recovery." -msgstr "" -"La transaction de l'utilisateur causait un verrou mortel lors de la " -"restauration." +msgstr "La transaction de l'utilisateur causait un verrou mortel lors de la restauration." #: storage/large_object/inv_api.c:203 #, c-format msgid "pg_largeobject entry for OID %u, page %d has invalid data field size %d" msgstr "" -"l'enregistrement d'OID %u sur pg_largeobject, en page %d, contient une " -"taille\n" +"l'enregistrement d'OID %u sur pg_largeobject, en page %d, contient une taille\n" "de champ invalide (%d)" #: storage/large_object/inv_api.c:284 @@ -15940,8 +14496,7 @@ msgstr "Bloquage mortel d #: storage/lmgr/deadlock.c:956 #, c-format msgid "See server log for query details." -msgstr "" -"Voir les journaux applicatifs du serveur pour les dtails sur la requte." +msgstr "Voir les journaux applicatifs du serveur pour les dtails sur la requte." #: storage/lmgr/lmgr.c:675 #, c-format @@ -15995,82 +14550,60 @@ msgstr "type locktag non reconnu %d" #: storage/lmgr/lock.c:721 #, c-format -msgid "" -"cannot acquire lock mode %s on database objects while recovery is in progress" +msgid "cannot acquire lock mode %s on database objects while recovery is in progress" msgstr "" "ne peut pas acqurir le mode de verrou %s sur les objets de base de donnes\n" "alors que la restauration est en cours" #: storage/lmgr/lock.c:723 #, c-format -msgid "" -"Only RowExclusiveLock or less can be acquired on database objects during " -"recovery." +msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery." msgstr "" -"Seuls RowExclusiveLock et les verrous infrieurs peuvent tre acquis sur " -"les\n" +"Seuls RowExclusiveLock et les verrous infrieurs peuvent tre acquis sur les\n" "objets d'une base pendant une restauration." -#: storage/lmgr/lock.c:873 storage/lmgr/lock.c:907 storage/lmgr/lock.c:2601 -#: storage/lmgr/lock.c:3711 storage/lmgr/lock.c:3776 storage/lmgr/lock.c:4066 +#: storage/lmgr/lock.c:873 storage/lmgr/lock.c:907 storage/lmgr/lock.c:2601 storage/lmgr/lock.c:3715 storage/lmgr/lock.c:3780 storage/lmgr/lock.c:4070 #, c-format msgid "You might need to increase max_locks_per_transaction." msgstr "Vous pourriez avoir besoin d'augmenter max_locks_per_transaction." -#: storage/lmgr/lock.c:3038 storage/lmgr/lock.c:3150 +#: storage/lmgr/lock.c:3042 storage/lmgr/lock.c:3154 #, c-format -msgid "" -"cannot PREPARE while holding both session-level and transaction-level locks " -"on the same object" -msgstr "" -"ne peut pas utiliser PREPARE lorsque des verrous de niveau session et " -"deniveau transaction sont dtenus sur le mme objet" +msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object" +msgstr "ne peut pas utiliser PREPARE lorsque des verrous de niveau session et deniveau transaction sont dtenus sur le mme objet" #: storage/lmgr/predicate.c:671 #, c-format msgid "not enough elements in RWConflictPool to record a read/write conflict" -msgstr "" -"pas assez d'lments dans RWConflictPool pour enregistrer un conflit en " -"lecture/criture" +msgstr "pas assez d'lments dans RWConflictPool pour enregistrer un conflit en lecture/criture" #: storage/lmgr/predicate.c:672 storage/lmgr/predicate.c:700 #, c-format -msgid "" -"You might need to run fewer transactions at a time or increase " -"max_connections." +msgid "You might need to run fewer transactions at a time or increase max_connections." msgstr "" "Il est possible que vous ayez excuter moins de transactions la fois\n" "ou d'augmenter max_connections." #: storage/lmgr/predicate.c:699 #, c-format -msgid "" -"not enough elements in RWConflictPool to record a potential read/write " -"conflict" -msgstr "" -"pas assez d'lments dans RWConflictPool pour enregistrer un conflit en " -"lecture/criture potentiel" +msgid "not enough elements in RWConflictPool to record a potential read/write conflict" +msgstr "pas assez d'lments dans RWConflictPool pour enregistrer un conflit en lecture/criture potentiel" #: storage/lmgr/predicate.c:904 #, c-format msgid "memory for serializable conflict tracking is nearly exhausted" -msgstr "" -"la mmoire pour tracer les conflits srialisables est pratiquement pleine" +msgstr "la mmoire pour tracer les conflits srialisables est pratiquement pleine" #: storage/lmgr/predicate.c:905 #, c-format -msgid "" -"There might be an idle transaction or a forgotten prepared transaction " -"causing this." +msgid "There might be an idle transaction or a forgotten prepared transaction causing this." msgstr "" "Il pourait y avoir une transaction en attente ou une transaction prpare\n" "oublie causant cela." #: storage/lmgr/predicate.c:1187 storage/lmgr/predicate.c:1259 #, c-format -msgid "" -"not enough shared memory for elements of data structure \"%s\" (%lu bytes " -"requested)" +msgid "not enough shared memory for elements of data structure \"%s\" (%lu bytes requested)" msgstr "" "pas assez de mmoire partage pour les lments de la structure de donnes\n" " %s (%lu octets demands)" @@ -16087,19 +14620,15 @@ msgstr " #: storage/lmgr/predicate.c:1587 #, c-format -msgid "" -"You can use \"SET default_transaction_isolation = 'repeatable read'\" to " -"change the default." +msgid "You can use \"SET default_transaction_isolation = 'repeatable read'\" to change the default." msgstr "" -"Vous pouvez utiliser SET default_transaction_isolation = 'repeatable read' " -"\n" +"Vous pouvez utiliser SET default_transaction_isolation = 'repeatable read' \n" "pour modifier la valeur par dfaut." #: storage/lmgr/predicate.c:1626 #, c-format msgid "a snapshot-importing transaction must not be READ ONLY DEFERRABLE" -msgstr "" -"une transaction important un snapshot ne doit pas tre READ ONLY DEFERRABLE" +msgstr "une transaction important un snapshot ne doit pas tre READ ONLY DEFERRABLE" #: storage/lmgr/predicate.c:1696 utils/time/snapmgr.c:283 #, c-format @@ -16111,96 +14640,76 @@ msgstr "n'a pas pu importer le snapshot demand msgid "The source transaction %u is not running anymore." msgstr "La transaction source %u n'est plus en cours d'excution." -#: storage/lmgr/predicate.c:2321 storage/lmgr/predicate.c:2336 -#: storage/lmgr/predicate.c:3729 +#: storage/lmgr/predicate.c:2321 storage/lmgr/predicate.c:2336 storage/lmgr/predicate.c:3729 #, c-format msgid "You might need to increase max_pred_locks_per_transaction." msgstr "Vous pourriez avoir besoin d'augmenter max_pred_locks_per_transaction." -#: storage/lmgr/predicate.c:3883 storage/lmgr/predicate.c:3972 -#: storage/lmgr/predicate.c:3980 storage/lmgr/predicate.c:4019 -#: storage/lmgr/predicate.c:4258 storage/lmgr/predicate.c:4595 -#: storage/lmgr/predicate.c:4607 storage/lmgr/predicate.c:4649 -#: storage/lmgr/predicate.c:4687 +#: storage/lmgr/predicate.c:3883 storage/lmgr/predicate.c:3972 storage/lmgr/predicate.c:3980 storage/lmgr/predicate.c:4019 storage/lmgr/predicate.c:4258 storage/lmgr/predicate.c:4595 storage/lmgr/predicate.c:4607 storage/lmgr/predicate.c:4649 storage/lmgr/predicate.c:4687 #, c-format -msgid "" -"could not serialize access due to read/write dependencies among transactions" +msgid "could not serialize access due to read/write dependencies among transactions" msgstr "" "n'a pas pu srialiser un accs cause des dpendances de lecture/criture\n" "parmi les transactions" -#: storage/lmgr/predicate.c:3885 storage/lmgr/predicate.c:3974 -#: storage/lmgr/predicate.c:3982 storage/lmgr/predicate.c:4021 -#: storage/lmgr/predicate.c:4260 storage/lmgr/predicate.c:4597 -#: storage/lmgr/predicate.c:4609 storage/lmgr/predicate.c:4651 -#: storage/lmgr/predicate.c:4689 +#: storage/lmgr/predicate.c:3885 storage/lmgr/predicate.c:3974 storage/lmgr/predicate.c:3982 storage/lmgr/predicate.c:4021 storage/lmgr/predicate.c:4260 storage/lmgr/predicate.c:4597 storage/lmgr/predicate.c:4609 storage/lmgr/predicate.c:4651 storage/lmgr/predicate.c:4689 #, c-format msgid "The transaction might succeed if retried." msgstr "La transaction pourrait russir aprs une nouvelle tentative." -#: storage/lmgr/proc.c:1170 +#: storage/lmgr/proc.c:1177 #, c-format msgid "Process %d waits for %s on %s." msgstr "Le processus %d attend %s sur %s." -#: storage/lmgr/proc.c:1180 +#: storage/lmgr/proc.c:1187 #, c-format msgid "sending cancel to blocking autovacuum PID %d" msgstr "envoi de l'annulation pour bloquer le PID %d de l'autovacuum" -#: storage/lmgr/proc.c:1192 utils/adt/misc.c:136 +#: storage/lmgr/proc.c:1199 utils/adt/misc.c:136 #, c-format msgid "could not send signal to process %d: %m" msgstr "n'a pas pu envoyer le signal au processus %d : %m" -#: storage/lmgr/proc.c:1227 +#: storage/lmgr/proc.c:1234 #, c-format -msgid "" -"process %d avoided deadlock for %s on %s by rearranging queue order after " -"%ld.%03d ms" +msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms" msgstr "" -"le processus %d a vit un verrou mortel pour %s sur %s en modifiant " -"l'ordre\n" +"le processus %d a vit un verrou mortel pour %s sur %s en modifiant l'ordre\n" "de la queue aprs %ld.%03d ms" -#: storage/lmgr/proc.c:1239 +#: storage/lmgr/proc.c:1246 #, c-format -msgid "" -"process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" +msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" msgstr "" "le processus %d a dtect un verrou mortel alors qu'il tait en attente de\n" "%s sur %s aprs %ld.%03d ms" -#: storage/lmgr/proc.c:1245 +#: storage/lmgr/proc.c:1252 #, c-format msgid "process %d still waiting for %s on %s after %ld.%03d ms" msgstr "le processus %d est toujours en attente de %s sur %s aprs %ld.%03d ms" -#: storage/lmgr/proc.c:1249 +#: storage/lmgr/proc.c:1256 #, c-format msgid "process %d acquired %s on %s after %ld.%03d ms" msgstr "le processus %d a acquis %s sur %s aprs %ld.%03d ms" -#: storage/lmgr/proc.c:1265 +#: storage/lmgr/proc.c:1272 #, c-format msgid "process %d failed to acquire %s on %s after %ld.%03d ms" -msgstr "" -"le processus %d a chou pour l'acquisition de %s sur %s aprs %ld.%03d ms" +msgstr "le processus %d a chou pour l'acquisition de %s sur %s aprs %ld.%03d ms" #: storage/page/bufpage.c:143 #, c-format msgid "page verification failed, calculated checksum %u but expected %u" -msgstr "" -"chec de la vrification de la page, somme de contrle calcul %u, mais " -"attendait %u" +msgstr "chec de la vrification de la page, somme de contrle calcul %u, mais attendait %u" -#: storage/page/bufpage.c:199 storage/page/bufpage.c:444 -#: storage/page/bufpage.c:676 storage/page/bufpage.c:808 +#: storage/page/bufpage.c:199 storage/page/bufpage.c:444 storage/page/bufpage.c:676 storage/page/bufpage.c:808 #, c-format msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" -msgstr "" -"pointeurs de page corrompus : le plus bas = %u, le plus haut = %u, spcial = " -"%u" +msgstr "pointeurs de page corrompus : le plus bas = %u, le plus haut = %u, spcial = %u" #: storage/page/bufpage.c:488 #, c-format @@ -16276,8 +14785,7 @@ msgstr "" #: storage/smgr/md.c:874 #, c-format msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now" -msgstr "" -"n'a pas pu tronquer le fichier %s en %u blocs : il y a seulement %u blocs" +msgstr "n'a pas pu tronquer le fichier %s en %u blocs : il y a seulement %u blocs" #: storage/smgr/md.c:923 #, c-format @@ -16294,264 +14802,235 @@ msgstr "" #: storage/smgr/md.c:1366 #, c-format msgid "could not forward fsync request because request queue is full" -msgstr "" -"n'a pas pu envoyer la requte fsync car la queue des requtes est pleine" +msgstr "n'a pas pu envoyer la requte fsync car la queue des requtes est pleine" #: storage/smgr/md.c:1763 #, c-format msgid "could not open file \"%s\" (target block %u): %m" msgstr "n'a pas pu ouvrir le fichier %s (bloc cible %u) : %m" -#: tcop/fastpath.c:111 tcop/fastpath.c:502 tcop/fastpath.c:632 +#: tcop/fastpath.c:111 tcop/fastpath.c:475 tcop/fastpath.c:605 #, c-format msgid "invalid argument size %d in function call message" -msgstr "" -"taille de l'argument %d invalide dans le message d'appel de la fonction" +msgstr "taille de l'argument %d invalide dans le message d'appel de la fonction" -#: tcop/fastpath.c:304 tcop/postgres.c:362 tcop/postgres.c:398 +#: tcop/fastpath.c:291 tcop/postgres.c:974 tcop/postgres.c:1284 tcop/postgres.c:1542 tcop/postgres.c:1947 tcop/postgres.c:2314 tcop/postgres.c:2389 #, c-format -msgid "unexpected EOF on client connection" -msgstr "fin de fichier (EOF) inattendue de la connexion du client" - -#: tcop/fastpath.c:318 tcop/postgres.c:947 tcop/postgres.c:1257 -#: tcop/postgres.c:1515 tcop/postgres.c:1920 tcop/postgres.c:2287 -#: tcop/postgres.c:2362 -#, c-format -msgid "" -"current transaction is aborted, commands ignored until end of transaction " -"block" +msgid "current transaction is aborted, commands ignored until end of transaction block" msgstr "" -"la transaction est annule, les commandes sont ignores jusqu' la fin du " -"bloc\n" +"la transaction est annule, les commandes sont ignores jusqu' la fin du bloc\n" "de la transaction" -#: tcop/fastpath.c:346 +#: tcop/fastpath.c:319 #, c-format msgid "fastpath function call: \"%s\" (OID %u)" msgstr "appel de fonction fastpath : %s (OID %u)" -#: tcop/fastpath.c:428 tcop/postgres.c:1117 tcop/postgres.c:1382 -#: tcop/postgres.c:1761 tcop/postgres.c:1978 +#: tcop/fastpath.c:401 tcop/postgres.c:1144 tcop/postgres.c:1409 tcop/postgres.c:1788 tcop/postgres.c:2005 #, c-format msgid "duration: %s ms" msgstr "dure : %s ms" -#: tcop/fastpath.c:432 +#: tcop/fastpath.c:405 #, c-format msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" msgstr "dure : %s ms, appel de fonction fastpath : %s (OID %u)" -#: tcop/fastpath.c:470 tcop/fastpath.c:597 +#: tcop/fastpath.c:443 tcop/fastpath.c:570 #, c-format msgid "function call message contains %d arguments but function requires %d" msgstr "" "le message d'appel de la fonction contient %d arguments mais la fonction en\n" "requiert %d" -#: tcop/fastpath.c:478 +#: tcop/fastpath.c:451 #, c-format msgid "function call message contains %d argument formats but %d arguments" msgstr "" "le message d'appel de la fonction contient %d formats d'argument mais %d\n" " arguments" -#: tcop/fastpath.c:565 tcop/fastpath.c:648 +#: tcop/fastpath.c:538 tcop/fastpath.c:621 #, c-format msgid "incorrect binary data format in function argument %d" -msgstr "" -"format des donnes binaires incorrect dans l'argument de la fonction %d" +msgstr "format des donnes binaires incorrect dans l'argument de la fonction %d" -#: tcop/postgres.c:426 tcop/postgres.c:438 tcop/postgres.c:449 -#: tcop/postgres.c:461 tcop/postgres.c:4247 +#: tcop/postgres.c:364 tcop/postgres.c:400 tcop/postgres.c:427 +#, c-format +msgid "unexpected EOF on client connection" +msgstr "fin de fichier (EOF) inattendue de la connexion du client" + +#: tcop/postgres.c:450 tcop/postgres.c:462 tcop/postgres.c:473 tcop/postgres.c:485 tcop/postgres.c:4305 #, c-format msgid "invalid frontend message type %d" msgstr "type %d du message de l'interface invalide" -#: tcop/postgres.c:888 +#: tcop/postgres.c:915 #, c-format msgid "statement: %s" msgstr "instruction : %s" -#: tcop/postgres.c:1122 +#: tcop/postgres.c:1149 #, c-format msgid "duration: %s ms statement: %s" msgstr "dure : %s ms, instruction : %s" -#: tcop/postgres.c:1172 +#: tcop/postgres.c:1199 #, c-format msgid "parse %s: %s" msgstr "analyse %s : %s" -#: tcop/postgres.c:1230 +#: tcop/postgres.c:1257 #, c-format msgid "cannot insert multiple commands into a prepared statement" -msgstr "" -"ne peut pas insrer les commandes multiples dans une instruction prpare" +msgstr "ne peut pas insrer les commandes multiples dans une instruction prpare" -#: tcop/postgres.c:1387 +#: tcop/postgres.c:1414 #, c-format msgid "duration: %s ms parse %s: %s" msgstr "dure : %s ms, analyse %s : %s" -#: tcop/postgres.c:1432 +#: tcop/postgres.c:1459 #, c-format msgid "bind %s to %s" msgstr "lie %s %s" -#: tcop/postgres.c:1451 tcop/postgres.c:2268 +#: tcop/postgres.c:1478 tcop/postgres.c:2295 #, c-format msgid "unnamed prepared statement does not exist" msgstr "l'instruction prpare non nomme n'existe pas" -#: tcop/postgres.c:1493 +#: tcop/postgres.c:1520 #, c-format msgid "bind message has %d parameter formats but %d parameters" msgstr "le message bind a %d formats de paramtres mais %d paramtres" -#: tcop/postgres.c:1499 +#: tcop/postgres.c:1526 #, c-format -msgid "" -"bind message supplies %d parameters, but prepared statement \"%s\" requires " -"%d" +msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" msgstr "" -"le message bind fournit %d paramtres, mais l'instruction prpare %s " -"en\n" +"le message bind fournit %d paramtres, mais l'instruction prpare %s en\n" "requiert %d" -#: tcop/postgres.c:1668 +#: tcop/postgres.c:1695 #, c-format msgid "incorrect binary data format in bind parameter %d" msgstr "format des donnes binaires incorrect dans le paramtre bind %d" -#: tcop/postgres.c:1766 +#: tcop/postgres.c:1793 #, c-format msgid "duration: %s ms bind %s%s%s: %s" msgstr "dure : %s ms, lien %s%s%s : %s" -#: tcop/postgres.c:1814 tcop/postgres.c:2348 +#: tcop/postgres.c:1841 tcop/postgres.c:2375 #, c-format msgid "portal \"%s\" does not exist" msgstr "le portail %s n'existe pas" -#: tcop/postgres.c:1899 +#: tcop/postgres.c:1926 #, c-format msgid "%s %s%s%s: %s" msgstr "%s %s%s%s: %s" -#: tcop/postgres.c:1901 tcop/postgres.c:1986 +#: tcop/postgres.c:1928 tcop/postgres.c:2013 msgid "execute fetch from" msgstr "excute fetch partir de" -#: tcop/postgres.c:1902 tcop/postgres.c:1987 +#: tcop/postgres.c:1929 tcop/postgres.c:2014 msgid "execute" msgstr "excute" -#: tcop/postgres.c:1983 +#: tcop/postgres.c:2010 #, c-format msgid "duration: %s ms %s %s%s%s: %s" msgstr "dure : %s ms %s %s%s%s: %s" -#: tcop/postgres.c:2109 +#: tcop/postgres.c:2136 #, c-format msgid "prepare: %s" msgstr "prparation : %s" -#: tcop/postgres.c:2172 +#: tcop/postgres.c:2199 #, c-format msgid "parameters: %s" msgstr "paramtres : %s" -#: tcop/postgres.c:2191 +#: tcop/postgres.c:2218 #, c-format msgid "abort reason: recovery conflict" msgstr "raison de l'annulation : conflit de restauration" -#: tcop/postgres.c:2207 +#: tcop/postgres.c:2234 #, c-format msgid "User was holding shared buffer pin for too long." -msgstr "" -"L'utilisateur conservait des blocs disques en mmoire partage depuis trop " -"longtemps." +msgstr "L'utilisateur conservait des blocs disques en mmoire partage depuis trop longtemps." -#: tcop/postgres.c:2210 +#: tcop/postgres.c:2237 #, c-format msgid "User was holding a relation lock for too long." -msgstr "" -"L'utilisateur conservait un verrou sur une relation depuis trop longtemps." +msgstr "L'utilisateur conservait un verrou sur une relation depuis trop longtemps." -#: tcop/postgres.c:2213 +#: tcop/postgres.c:2240 #, c-format msgid "User was or might have been using tablespace that must be dropped." -msgstr "" -"L'utilisateur utilisait ou pouvait utiliser un tablespace qui doit tre " -"supprim." +msgstr "L'utilisateur utilisait ou pouvait utiliser un tablespace qui doit tre supprim." -#: tcop/postgres.c:2216 +#: tcop/postgres.c:2243 #, c-format msgid "User query might have needed to see row versions that must be removed." msgstr "" -"La requte de l'utilisateur pourrait avoir eu besoin de voir des versions " -"de\n" +"La requte de l'utilisateur pourrait avoir eu besoin de voir des versions de\n" "lignes qui doivent tre supprimes." -#: tcop/postgres.c:2222 +#: tcop/postgres.c:2249 #, c-format msgid "User was connected to a database that must be dropped." -msgstr "" -"L'utilisateur tait connect une base de donne qui doit tre supprim." +msgstr "L'utilisateur tait connect une base de donne qui doit tre supprim." -#: tcop/postgres.c:2551 +#: tcop/postgres.c:2578 #, c-format msgid "terminating connection because of crash of another server process" -msgstr "" -"arrt de la connexion cause de l'arrt brutal d'un autre processus serveur" +msgstr "arrt de la connexion cause de l'arrt brutal d'un autre processus serveur" -#: tcop/postgres.c:2552 +#: tcop/postgres.c:2579 #, c-format -msgid "" -"The postmaster has commanded this server process to roll back the current " -"transaction and exit, because another server process exited abnormally and " -"possibly corrupted shared memory." +msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." msgstr "" "Le postmaster a command ce processus serveur d'annuler la transaction\n" "courante et de quitter car un autre processus serveur a quitt anormalement\n" "et qu'il existe probablement de la mmoire partage corrompue." -#: tcop/postgres.c:2556 tcop/postgres.c:2950 +#: tcop/postgres.c:2583 tcop/postgres.c:2910 #, c-format -msgid "" -"In a moment you should be able to reconnect to the database and repeat your " -"command." +msgid "In a moment you should be able to reconnect to the database and repeat your command." msgstr "" "Dans un moment, vous devriez tre capable de vous reconnecter la base de\n" "donnes et de relancer votre commande." -#: tcop/postgres.c:2669 +#: tcop/postgres.c:2676 #, c-format msgid "floating-point exception" msgstr "exception d une virgule flottante" -#: tcop/postgres.c:2670 +#: tcop/postgres.c:2677 #, c-format -msgid "" -"An invalid floating-point operation was signaled. This probably means an out-" -"of-range result or an invalid operation, such as division by zero." +msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." msgstr "" "Une opration invalide sur les virgules flottantes a t signale.\n" "Ceci signifie probablement un rsultat en dehors de l'chelle ou une\n" "opration invalide telle qu'une division par zro." -#: tcop/postgres.c:2854 +#: tcop/postgres.c:2853 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "arrt du processus autovacuum suite la demande de l'administrateur" -#: tcop/postgres.c:2860 tcop/postgres.c:2870 tcop/postgres.c:2948 +#: tcop/postgres.c:2859 tcop/postgres.c:2869 tcop/postgres.c:2908 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "arrt de la connexion cause d'un conflit avec la restauration" -#: tcop/postgres.c:2876 +#: tcop/postgres.c:2875 #, c-format msgid "terminating connection due to administrator command" msgstr "arrt des connexions suite la demande de l'administrateur" @@ -16561,110 +15040,99 @@ msgstr "arr msgid "connection to client lost" msgstr "connexion au client perdue" -#: tcop/postgres.c:2903 +#: tcop/postgres.c:2944 #, c-format msgid "canceling authentication due to timeout" msgstr "annulation de l'authentification cause du dlai coul" -#: tcop/postgres.c:2918 +#: tcop/postgres.c:2960 #, c-format msgid "canceling statement due to lock timeout" -msgstr "" -"annulation de la requte cause du dlai coul pour l'obtention des verrous" +msgstr "annulation de la requte cause du dlai coul pour l'obtention des verrous" -#: tcop/postgres.c:2927 +#: tcop/postgres.c:2970 #, c-format msgid "canceling statement due to statement timeout" -msgstr "" -"annulation de la requte cause du dlai coul pour l'excution de " -"l'instruction" +msgstr "annulation de la requte cause du dlai coul pour l'excution de l'instruction" -#: tcop/postgres.c:2936 +#: tcop/postgres.c:2980 #, c-format msgid "canceling autovacuum task" msgstr "annulation de la tche d'autovacuum" -#: tcop/postgres.c:2971 +#: tcop/postgres.c:3009 #, c-format msgid "canceling statement due to user request" msgstr "annulation de la requte la demande de l'utilisateur" -#: tcop/postgres.c:3099 tcop/postgres.c:3121 +#: tcop/postgres.c:3137 tcop/postgres.c:3159 #, c-format msgid "stack depth limit exceeded" msgstr "dpassement de limite (en profondeur) de la pile" -#: tcop/postgres.c:3100 tcop/postgres.c:3122 +#: tcop/postgres.c:3138 tcop/postgres.c:3160 #, c-format -msgid "" -"Increase the configuration parameter \"max_stack_depth\" (currently %dkB), " -"after ensuring the platform's stack depth limit is adequate." +msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." msgstr "" "Augmenter le paramtre max_stack_depth (actuellement %d Ko) aprs vous\n" "tre assur que la limite de profondeur de la pile de la plateforme est\n" "adquate." -#: tcop/postgres.c:3138 +#: tcop/postgres.c:3176 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr " max_stack_depth ne doit pas dpasser %ld Ko." -#: tcop/postgres.c:3140 +#: tcop/postgres.c:3178 #, c-format -msgid "" -"Increase the platform's stack depth limit via \"ulimit -s\" or local " -"equivalent." +msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." msgstr "" "Augmenter la limite de profondeur de la pile sur votre plateforme via\n" " ulimit -s ou l'quivalent local." -#: tcop/postgres.c:3504 +#: tcop/postgres.c:3542 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "argument invalide en ligne de commande pour le processus serveur : %s" -#: tcop/postgres.c:3505 tcop/postgres.c:3511 +#: tcop/postgres.c:3543 tcop/postgres.c:3549 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Essayez %s --help pour plus d'informations." -#: tcop/postgres.c:3509 +#: tcop/postgres.c:3547 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s : argument invalide en ligne de commande : %s" -#: tcop/postgres.c:3588 +#: tcop/postgres.c:3626 #, c-format msgid "%s: no database nor user name specified" msgstr "%s : aucune base de donnes et aucun utilisateur spcifis" -#: tcop/postgres.c:4155 +#: tcop/postgres.c:4213 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "sous-type %d du message CLOSE invalide" -#: tcop/postgres.c:4190 +#: tcop/postgres.c:4248 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "sous-type %d du message DESCRIBE invalide" -#: tcop/postgres.c:4268 +#: tcop/postgres.c:4326 #, c-format msgid "fastpath function calls not supported in a replication connection" -msgstr "" -"appels la fonction fastpath non supports dans une connexion de rplication" +msgstr "appels la fonction fastpath non supports dans une connexion de rplication" -#: tcop/postgres.c:4272 +#: tcop/postgres.c:4330 #, c-format msgid "extended query protocol not supported in a replication connection" -msgstr "" -"protocole tendu de requtes non support dans une connexion de rplication" +msgstr "protocole tendu de requtes non support dans une connexion de rplication" -#: tcop/postgres.c:4442 +#: tcop/postgres.c:4500 #, c-format -msgid "" -"disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s" -"%s" +msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s" msgstr "" "dconnexion : dure de la session : %d:%02d:%02d.%03d\n" "utilisateur=%s base=%s hte=%s%s%s" @@ -16707,9 +15175,7 @@ msgstr "" #: tcop/utility.c:721 #, c-format msgid "must be superuser to do CHECKPOINT" -msgstr "" -"doit tre super-utilisateur pour excuter un point de vrification " -"(CHECKPOINT)" +msgstr "doit tre super-utilisateur pour excuter un point de vrification (CHECKPOINT)" #: tsearch/dict_ispell.c:51 tsearch/dict_thesaurus.c:623 #, c-format @@ -16783,14 +15249,12 @@ msgstr "fin de ligne inattendue" #: tsearch/dict_thesaurus.c:296 #, c-format -#| msgid "too many levels in nested structure/union definition" msgid "too many lexemes in thesaurus entry" msgstr "trop de lexmes dans l'entre de thsaurus" #: tsearch/dict_thesaurus.c:420 #, c-format -msgid "" -"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" +msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" msgstr "" "le mot d'exemple %s du thsaurus n'est pas reconnu par le\n" "sous-dictionnaire (rgle %d)" @@ -16812,8 +15276,7 @@ msgstr "le mot substitut #: tsearch/dict_thesaurus.c:582 #, c-format -msgid "" -"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" +msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" msgstr "" "le mot substitut %s du thsaurus n'est pas reconnu par le\n" "sous-dictionnaire (rgle %d)" @@ -16861,8 +15324,7 @@ msgstr "n'a pas pu ouvrir le fichier affixe #: tsearch/spell.c:678 #, c-format msgid "Ispell dictionary supports only default flag value" -msgstr "" -"le dictionnaire Ispell supporte seulement la valeur par dfaut du drapeau" +msgstr "le dictionnaire Ispell supporte seulement la valeur par dfaut du drapeau" #: tsearch/spell.c:901 #, c-format @@ -16884,14 +15346,12 @@ msgstr "ligne %d du fichier de configuration msgid "conversion from wchar_t to server encoding failed: %m" msgstr "chec de l'encodage de wchar_t vers l'encodage du serveur : %m" -#: tsearch/ts_parse.c:390 tsearch/ts_parse.c:397 tsearch/ts_parse.c:560 -#: tsearch/ts_parse.c:567 +#: tsearch/ts_parse.c:390 tsearch/ts_parse.c:397 tsearch/ts_parse.c:560 tsearch/ts_parse.c:567 #, c-format msgid "word is too long to be indexed" msgstr "le mot est trop long pour tre index" -#: tsearch/ts_parse.c:391 tsearch/ts_parse.c:398 tsearch/ts_parse.c:561 -#: tsearch/ts_parse.c:568 +#: tsearch/ts_parse.c:391 tsearch/ts_parse.c:398 tsearch/ts_parse.c:561 tsearch/ts_parse.c:568 #, c-format msgid "Words longer than %d characters are ignored." msgstr "Les mots de plus de %d caractres sont ignors." @@ -16899,8 +15359,7 @@ msgstr "Les mots de plus de %d caract #: tsearch/ts_utils.c:51 #, c-format msgid "invalid text search configuration file name \"%s\"" -msgstr "" -"nom du fichier de configuration de la recherche plein texte invalide : %s " +msgstr "nom du fichier de configuration de la recherche plein texte invalide : %s " #: tsearch/ts_utils.c:83 #, c-format @@ -16985,8 +15444,7 @@ msgstr "un nom doit suivre le signe #: utils/adt/acl.c:353 #, c-format msgid "defaulting grantor to user ID %u" -msgstr "" -"par dfaut, le donneur de droits devient l'utilisateur d'identifiant %u" +msgstr "par dfaut, le donneur de droits devient l'utilisateur d'identifiant %u" #: utils/adt/acl.c:544 #, c-format @@ -17038,8 +15496,7 @@ msgstr "aclremove n'est plus support msgid "unrecognized privilege type: \"%s\"" msgstr "type de droit non reconnu : %s " -#: utils/adt/acl.c:3427 utils/adt/regproc.c:122 utils/adt/regproc.c:143 -#: utils/adt/regproc.c:293 +#: utils/adt/acl.c:3427 utils/adt/regproc.c:122 utils/adt/regproc.c:143 utils/adt/regproc.c:293 #, c-format msgid "function \"%s\" does not exist" msgstr "la fonction %s n'existe pas" @@ -17059,16 +15516,8 @@ msgstr "n'a pas pu d msgid "neither input type is an array" msgstr "aucun type de donnes n'est un tableau" -#: utils/adt/array_userfuncs.c:103 utils/adt/array_userfuncs.c:113 -#: utils/adt/arrayfuncs.c:1281 utils/adt/float.c:1225 utils/adt/float.c:1284 -#: utils/adt/float.c:2835 utils/adt/float.c:2851 utils/adt/int.c:623 -#: utils/adt/int.c:652 utils/adt/int.c:673 utils/adt/int.c:704 -#: utils/adt/int.c:737 utils/adt/int.c:759 utils/adt/int.c:907 -#: utils/adt/int.c:928 utils/adt/int.c:955 utils/adt/int.c:995 -#: utils/adt/int.c:1016 utils/adt/int.c:1043 utils/adt/int.c:1076 -#: utils/adt/int.c:1159 utils/adt/int8.c:1247 utils/adt/numeric.c:2257 -#: utils/adt/numeric.c:2266 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 -#: utils/adt/varlena.c:1013 utils/adt/varlena.c:2036 +#: utils/adt/array_userfuncs.c:103 utils/adt/array_userfuncs.c:113 utils/adt/arrayfuncs.c:1281 utils/adt/float.c:1225 utils/adt/float.c:1284 utils/adt/float.c:2835 utils/adt/float.c:2851 utils/adt/int.c:623 utils/adt/int.c:652 utils/adt/int.c:673 utils/adt/int.c:704 utils/adt/int.c:737 utils/adt/int.c:759 utils/adt/int.c:907 utils/adt/int.c:928 utils/adt/int.c:955 utils/adt/int.c:995 utils/adt/int.c:1016 utils/adt/int.c:1043 +#: utils/adt/int.c:1076 utils/adt/int.c:1159 utils/adt/int8.c:1247 utils/adt/numeric.c:2258 utils/adt/numeric.c:2267 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 utils/adt/varlena.c:1013 utils/adt/varlena.c:2036 #, c-format msgid "integer out of range" msgstr "entier en dehors des limites" @@ -17078,17 +15527,14 @@ msgstr "entier en dehors des limites" msgid "argument must be empty or one-dimensional array" msgstr "l'argument doit tre vide ou doit tre un tableau une dimension" -#: utils/adt/array_userfuncs.c:224 utils/adt/array_userfuncs.c:263 -#: utils/adt/array_userfuncs.c:300 utils/adt/array_userfuncs.c:329 -#: utils/adt/array_userfuncs.c:357 +#: utils/adt/array_userfuncs.c:224 utils/adt/array_userfuncs.c:263 utils/adt/array_userfuncs.c:300 utils/adt/array_userfuncs.c:329 utils/adt/array_userfuncs.c:357 #, c-format msgid "cannot concatenate incompatible arrays" msgstr "ne peut pas concatner des tableaux non compatibles" #: utils/adt/array_userfuncs.c:225 #, c-format -msgid "" -"Arrays with element types %s and %s are not compatible for concatenation." +msgid "Arrays with element types %s and %s are not compatible for concatenation." msgstr "" "Les tableaux avec les types d'lment %s et %s ne sont pas compatibles\n" "pour la concatnation." @@ -17102,9 +15548,7 @@ msgstr "" #: utils/adt/array_userfuncs.c:301 #, c-format -msgid "" -"Arrays with differing element dimensions are not compatible for " -"concatenation." +msgid "Arrays with differing element dimensions are not compatible for concatenation." msgstr "" "Les tableaux de dimensions diffrentes ne sont pas compatibles pour\n" "une concatnation." @@ -17116,8 +15560,7 @@ msgstr "" "Les tableaux de dimensions diffrentes ne sont pas compatibles pour\n" "une concatnation." -#: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1243 -#: utils/adt/arrayfuncs.c:2916 utils/adt/arrayfuncs.c:4941 +#: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1243 utils/adt/arrayfuncs.c:2916 utils/adt/arrayfuncs.c:4941 #, c-format msgid "invalid number of dimensions: %d" msgstr "nombre de dimensions invalides : %d" @@ -17137,12 +15580,10 @@ msgstr "valeur de la dimension manquant" msgid "missing \"]\" in array dimensions" msgstr " ] dans les dimensions manquant" -#: utils/adt/arrayfuncs.c:270 utils/adt/arrayfuncs.c:2441 -#: utils/adt/arrayfuncs.c:2469 utils/adt/arrayfuncs.c:2484 +#: utils/adt/arrayfuncs.c:270 utils/adt/arrayfuncs.c:2441 utils/adt/arrayfuncs.c:2469 utils/adt/arrayfuncs.c:2484 #, c-format msgid "upper bound cannot be less than lower bound" -msgstr "" -"la limite suprieure ne peut pas tre plus petite que la limite infrieure" +msgstr "la limite suprieure ne peut pas tre plus petite que la limite infrieure" #: utils/adt/arrayfuncs.c:282 utils/adt/arrayfuncs.c:308 #, c-format @@ -17161,23 +15602,12 @@ msgstr "op msgid "array dimensions incompatible with array literal" msgstr "les dimensions du tableau sont incompatibles avec le tableau litral" -#: utils/adt/arrayfuncs.c:449 utils/adt/arrayfuncs.c:464 -#: utils/adt/arrayfuncs.c:473 utils/adt/arrayfuncs.c:487 -#: utils/adt/arrayfuncs.c:507 utils/adt/arrayfuncs.c:535 -#: utils/adt/arrayfuncs.c:540 utils/adt/arrayfuncs.c:580 -#: utils/adt/arrayfuncs.c:601 utils/adt/arrayfuncs.c:620 -#: utils/adt/arrayfuncs.c:730 utils/adt/arrayfuncs.c:739 -#: utils/adt/arrayfuncs.c:769 utils/adt/arrayfuncs.c:784 -#: utils/adt/arrayfuncs.c:837 +#: utils/adt/arrayfuncs.c:449 utils/adt/arrayfuncs.c:464 utils/adt/arrayfuncs.c:473 utils/adt/arrayfuncs.c:487 utils/adt/arrayfuncs.c:507 utils/adt/arrayfuncs.c:535 utils/adt/arrayfuncs.c:540 utils/adt/arrayfuncs.c:580 utils/adt/arrayfuncs.c:601 utils/adt/arrayfuncs.c:620 utils/adt/arrayfuncs.c:730 utils/adt/arrayfuncs.c:739 utils/adt/arrayfuncs.c:769 utils/adt/arrayfuncs.c:784 utils/adt/arrayfuncs.c:837 #, c-format msgid "malformed array literal: \"%s\"" msgstr "tableau litral mal form : %s " -#: utils/adt/arrayfuncs.c:876 utils/adt/arrayfuncs.c:1478 -#: utils/adt/arrayfuncs.c:2800 utils/adt/arrayfuncs.c:2948 -#: utils/adt/arrayfuncs.c:5041 utils/adt/arrayfuncs.c:5373 -#: utils/adt/arrayutils.c:93 utils/adt/arrayutils.c:102 -#: utils/adt/arrayutils.c:109 +#: utils/adt/arrayfuncs.c:876 utils/adt/arrayfuncs.c:1478 utils/adt/arrayfuncs.c:2800 utils/adt/arrayfuncs.c:2948 utils/adt/arrayfuncs.c:5041 utils/adt/arrayfuncs.c:5373 utils/adt/arrayutils.c:93 utils/adt/arrayutils.c:102 utils/adt/arrayutils.c:109 #, c-format msgid "array size exceeds the maximum allowed (%d)" msgstr "la taille du tableau dpasse le maximum permis (%d)" @@ -17192,8 +15622,7 @@ msgstr "drapeaux de tableau invalides" msgid "wrong element type" msgstr "mauvais type d'lment" -#: utils/adt/arrayfuncs.c:1312 utils/adt/rangetypes.c:325 -#: utils/cache/lsyscache.c:2530 +#: utils/adt/arrayfuncs.c:1312 utils/adt/rangetypes.c:325 utils/cache/lsyscache.c:2530 #, c-format msgid "no binary input function available for type %s" msgstr "aucune fonction d'entre binaire disponible pour le type %s" @@ -17203,8 +15632,7 @@ msgstr "aucune fonction d'entr msgid "improper binary format in array element %d" msgstr "format binaire mal conu dans l'lment du tableau %d" -#: utils/adt/arrayfuncs.c:1534 utils/adt/rangetypes.c:330 -#: utils/cache/lsyscache.c:2563 +#: utils/adt/arrayfuncs.c:1534 utils/adt/rangetypes.c:330 utils/cache/lsyscache.c:2563 #, c-format msgid "no binary output function available for type %s" msgstr "aucune fonction de sortie binaire disponible pour le type %s" @@ -17214,16 +15642,12 @@ msgstr "aucune fonction de sortie binaire disponible pour le type %s" msgid "slices of fixed-length arrays not implemented" msgstr "les morceaux des tableaux longueur fixe ne sont pas implments" -#: utils/adt/arrayfuncs.c:2081 utils/adt/arrayfuncs.c:2103 -#: utils/adt/arrayfuncs.c:2137 utils/adt/arrayfuncs.c:2423 -#: utils/adt/arrayfuncs.c:4921 utils/adt/arrayfuncs.c:4953 -#: utils/adt/arrayfuncs.c:4970 +#: utils/adt/arrayfuncs.c:2081 utils/adt/arrayfuncs.c:2103 utils/adt/arrayfuncs.c:2137 utils/adt/arrayfuncs.c:2423 utils/adt/arrayfuncs.c:4921 utils/adt/arrayfuncs.c:4953 utils/adt/arrayfuncs.c:4970 #, c-format msgid "wrong number of array subscripts" msgstr "mauvais nombre d'indices du tableau" -#: utils/adt/arrayfuncs.c:2086 utils/adt/arrayfuncs.c:2179 -#: utils/adt/arrayfuncs.c:2474 +#: utils/adt/arrayfuncs.c:2086 utils/adt/arrayfuncs.c:2179 utils/adt/arrayfuncs.c:2474 #, c-format msgid "array subscript out of range" msgstr "indice du tableau en dehors de l'chelle" @@ -17231,9 +15655,7 @@ msgstr "indice du tableau en dehors de l' #: utils/adt/arrayfuncs.c:2091 #, c-format msgid "cannot assign null value to an element of a fixed-length array" -msgstr "" -"ne peut pas affecter une valeur NULL un lment d'un tableau longueur " -"fixe" +msgstr "ne peut pas affecter une valeur NULL un lment d'un tableau longueur fixe" #: utils/adt/arrayfuncs.c:2377 #, c-format @@ -17252,12 +15674,10 @@ msgstr "tableau source trop petit" msgid "null array element not allowed in this context" msgstr "lment NULL de tableau interdit dans ce contexte" -#: utils/adt/arrayfuncs.c:3158 utils/adt/arrayfuncs.c:3366 -#: utils/adt/arrayfuncs.c:3683 +#: utils/adt/arrayfuncs.c:3158 utils/adt/arrayfuncs.c:3366 utils/adt/arrayfuncs.c:3683 #, c-format msgid "cannot compare arrays of different element types" -msgstr "" -"ne peut pas comparer des tableaux ayant des types d'lments diffrents" +msgstr "ne peut pas comparer des tableaux ayant des types d'lments diffrents" #: utils/adt/arrayfuncs.c:3568 utils/adt/rangetypes.c:1212 #, c-format @@ -17292,15 +15712,12 @@ msgstr "les valeurs de dimension ne peuvent pas #: utils/adt/arrayfuncs.c:4971 #, c-format msgid "Low bound array has different size than dimensions array." -msgstr "" -"La limite basse du tableau a une taille diffrentes des dimensions du " -"tableau." +msgstr "La limite basse du tableau a une taille diffrentes des dimensions du tableau." #: utils/adt/arrayfuncs.c:5238 #, c-format msgid "removing elements from multidimensional arrays is not supported" -msgstr "" -"la suppression d'lments de tableaux multidimensionnels n'est pas supporte" +msgstr "la suppression d'lments de tableaux multidimensionnels n'est pas supporte" #: utils/adt/arrayutils.c:209 #, c-format @@ -17332,15 +15749,8 @@ msgstr "syntaxe en entr msgid "invalid input syntax for type money: \"%s\"" msgstr "syntaxe en entre invalide pour le type money : %s " -#: utils/adt/cash.c:609 utils/adt/cash.c:659 utils/adt/cash.c:710 -#: utils/adt/cash.c:759 utils/adt/cash.c:811 utils/adt/cash.c:861 -#: utils/adt/float.c:852 utils/adt/float.c:916 utils/adt/float.c:2594 -#: utils/adt/float.c:2657 utils/adt/geo_ops.c:4143 utils/adt/int.c:719 -#: utils/adt/int.c:861 utils/adt/int.c:969 utils/adt/int.c:1058 -#: utils/adt/int.c:1097 utils/adt/int.c:1125 utils/adt/int8.c:597 -#: utils/adt/int8.c:657 utils/adt/int8.c:846 utils/adt/int8.c:954 -#: utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4525 -#: utils/adt/numeric.c:4808 utils/adt/timestamp.c:3021 +#: utils/adt/cash.c:609 utils/adt/cash.c:659 utils/adt/cash.c:710 utils/adt/cash.c:759 utils/adt/cash.c:811 utils/adt/cash.c:861 utils/adt/float.c:852 utils/adt/float.c:916 utils/adt/float.c:2594 utils/adt/float.c:2657 utils/adt/geo_ops.c:4143 utils/adt/int.c:719 utils/adt/int.c:861 utils/adt/int.c:969 utils/adt/int.c:1058 utils/adt/int.c:1097 utils/adt/int.c:1125 utils/adt/int8.c:597 utils/adt/int8.c:657 utils/adt/int8.c:846 +#: utils/adt/int8.c:954 utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4526 utils/adt/numeric.c:4809 utils/adt/timestamp.c:3021 #, c-format msgid "division by zero" msgstr "division par zro" @@ -17350,8 +15760,7 @@ msgstr "division par z msgid "\"char\" out of range" msgstr " char hors des limites" -#: utils/adt/date.c:68 utils/adt/timestamp.c:93 utils/adt/varbit.c:52 -#: utils/adt/varchar.c:44 +#: utils/adt/date.c:68 utils/adt/timestamp.c:93 utils/adt/varbit.c:52 utils/adt/varchar.c:44 #, c-format msgid "invalid type modifier" msgstr "modifieur de type invalide" @@ -17371,12 +15780,12 @@ msgstr "la pr msgid "date/time value \"current\" is no longer supported" msgstr "la valeur current pour la date et heure n'est plus supporte" -#: utils/adt/date.c:169 utils/adt/formatting.c:3399 +#: utils/adt/date.c:169 utils/adt/formatting.c:3511 #, c-format msgid "date out of range: \"%s\"" msgstr "date en dehors des limites : %s " -#: utils/adt/date.c:219 utils/adt/xml.c:2033 +#: utils/adt/date.c:219 utils/adt/xml.c:2034 #, c-format msgid "date out of range" msgstr "date en dehors des limites" @@ -17391,27 +15800,9 @@ msgstr "ne peut pas soustraire les valeurs dates infinies" msgid "date out of range for timestamp" msgstr "date en dehors des limites pour un timestamp" -#: utils/adt/date.c:936 utils/adt/date.c:982 utils/adt/date.c:1549 -#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3275 -#: utils/adt/formatting.c:3307 utils/adt/formatting.c:3375 -#: utils/adt/nabstime.c:481 utils/adt/nabstime.c:524 utils/adt/nabstime.c:554 -#: utils/adt/nabstime.c:597 utils/adt/timestamp.c:226 -#: utils/adt/timestamp.c:269 utils/adt/timestamp.c:502 -#: utils/adt/timestamp.c:541 utils/adt/timestamp.c:2676 -#: utils/adt/timestamp.c:2697 utils/adt/timestamp.c:2710 -#: utils/adt/timestamp.c:2719 utils/adt/timestamp.c:2776 -#: utils/adt/timestamp.c:2799 utils/adt/timestamp.c:2812 -#: utils/adt/timestamp.c:2823 utils/adt/timestamp.c:3259 -#: utils/adt/timestamp.c:3388 utils/adt/timestamp.c:3429 -#: utils/adt/timestamp.c:3517 utils/adt/timestamp.c:3563 -#: utils/adt/timestamp.c:3674 utils/adt/timestamp.c:3998 -#: utils/adt/timestamp.c:4137 utils/adt/timestamp.c:4147 -#: utils/adt/timestamp.c:4209 utils/adt/timestamp.c:4349 -#: utils/adt/timestamp.c:4359 utils/adt/timestamp.c:4573 -#: utils/adt/timestamp.c:4587 utils/adt/timestamp.c:4666 -#: utils/adt/timestamp.c:4673 utils/adt/timestamp.c:4699 -#: utils/adt/timestamp.c:4703 utils/adt/timestamp.c:4772 utils/adt/xml.c:2055 -#: utils/adt/xml.c:2062 utils/adt/xml.c:2082 utils/adt/xml.c:2089 +#: utils/adt/date.c:936 utils/adt/date.c:982 utils/adt/date.c:1549 utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3387 utils/adt/formatting.c:3419 utils/adt/formatting.c:3487 utils/adt/nabstime.c:481 utils/adt/nabstime.c:524 utils/adt/nabstime.c:554 utils/adt/nabstime.c:597 utils/adt/timestamp.c:226 utils/adt/timestamp.c:269 utils/adt/timestamp.c:502 utils/adt/timestamp.c:541 utils/adt/timestamp.c:2676 +#: utils/adt/timestamp.c:2697 utils/adt/timestamp.c:2710 utils/adt/timestamp.c:2719 utils/adt/timestamp.c:2776 utils/adt/timestamp.c:2799 utils/adt/timestamp.c:2812 utils/adt/timestamp.c:2823 utils/adt/timestamp.c:3259 utils/adt/timestamp.c:3388 utils/adt/timestamp.c:3429 utils/adt/timestamp.c:3517 utils/adt/timestamp.c:3563 utils/adt/timestamp.c:3674 utils/adt/timestamp.c:3998 utils/adt/timestamp.c:4137 utils/adt/timestamp.c:4147 +#: utils/adt/timestamp.c:4209 utils/adt/timestamp.c:4349 utils/adt/timestamp.c:4359 utils/adt/timestamp.c:4573 utils/adt/timestamp.c:4587 utils/adt/timestamp.c:4666 utils/adt/timestamp.c:4673 utils/adt/timestamp.c:4699 utils/adt/timestamp.c:4703 utils/adt/timestamp.c:4772 utils/adt/xml.c:2056 utils/adt/xml.c:2063 utils/adt/xml.c:2083 utils/adt/xml.c:2090 #, c-format msgid "timestamp out of range" msgstr "timestamp en dehors des limites" @@ -17421,8 +15812,7 @@ msgstr "timestamp en dehors des limites" msgid "cannot convert reserved abstime value to date" msgstr "ne peut pas convertir la valeur rserve abstime en date" -#: utils/adt/date.c:1162 utils/adt/date.c:1169 utils/adt/date.c:1947 -#: utils/adt/date.c:1954 +#: utils/adt/date.c:1162 utils/adt/date.c:1169 utils/adt/date.c:1947 utils/adt/date.c:1954 #, c-format msgid "time out of range" msgstr "heure en dehors des limites" @@ -17442,9 +15832,7 @@ msgstr "d msgid "\"time with time zone\" units \"%s\" not recognized" msgstr "L'unit %s n'est pas reconnu pour le type time with time zone " -#: utils/adt/date.c:2677 utils/adt/datetime.c:926 utils/adt/datetime.c:1795 -#: utils/adt/datetime.c:4558 utils/adt/timestamp.c:4599 -#: utils/adt/timestamp.c:4783 +#: utils/adt/date.c:2677 utils/adt/datetime.c:926 utils/adt/datetime.c:1795 utils/adt/datetime.c:4558 utils/adt/timestamp.c:4599 utils/adt/timestamp.c:4783 #, c-format msgid "time zone \"%s\" not recognized" msgstr "le fuseau horaire %s n'est pas reconnu" @@ -17452,17 +15840,12 @@ msgstr "le fuseau horaire #: utils/adt/date.c:2717 utils/adt/timestamp.c:4624 utils/adt/timestamp.c:4809 #, c-format msgid "interval time zone \"%s\" must not include months or days" -msgstr "" -"l'intervalle de fuseau horaire %s ne doit pas spcifier de mois ou de " -"jours" +msgstr "l'intervalle de fuseau horaire %s ne doit pas spcifier de mois ou de jours" #: utils/adt/datetime.c:1670 #, c-format -#| msgid "time zone abbreviation \"%s\" is multiply defined" msgid "time zone abbreviation \"%s\" is not used in time zone \"%s\"" -msgstr "" -"l'abrviation %s du fuseau horaire n'est pas utilise dans le fuseau " -"horaire %s " +msgstr "l'abrviation %s du fuseau horaire n'est pas utilise dans le fuseau horaire %s " #: utils/adt/datetime.c:3758 utils/adt/datetime.c:3765 #, c-format @@ -17492,9 +15875,7 @@ msgstr "syntaxe en entr #: utils/adt/datetime.c:4560 #, c-format -msgid "" -"This time zone name appears in the configuration file for time zone " -"abbreviation \"%s\"." +msgid "This time zone name appears in the configuration file for time zone abbreviation \"%s\"." msgstr "" "Ce nom de fuseau horaire apparat dans le fichier de configuration des\n" "abrviations de fuseau horaire %s ." @@ -17544,14 +15925,12 @@ msgstr "symbole invalide" msgid "invalid end sequence" msgstr "fin de squence invalide" -#: utils/adt/encode.c:441 utils/adt/encode.c:506 utils/adt/varlena.c:255 -#: utils/adt/varlena.c:296 +#: utils/adt/encode.c:441 utils/adt/encode.c:506 utils/adt/varlena.c:255 utils/adt/varlena.c:296 #, c-format msgid "invalid input syntax for type bytea" msgstr "syntaxe en entre invalide pour le type bytea" -#: utils/adt/enum.c:48 utils/adt/enum.c:58 utils/adt/enum.c:113 -#: utils/adt/enum.c:123 +#: utils/adt/enum.c:48 utils/adt/enum.c:58 utils/adt/enum.c:113 utils/adt/enum.c:123 #, c-format msgid "invalid input value for enum %s: \"%s\"" msgstr "valeur en entre invalide pour le enum %s : %s " @@ -17561,8 +15940,7 @@ msgstr "valeur en entr msgid "invalid internal value for enum: %u" msgstr "valeur interne invalide pour le enum : %u" -#: utils/adt/enum.c:357 utils/adt/enum.c:386 utils/adt/enum.c:426 -#: utils/adt/enum.c:446 +#: utils/adt/enum.c:357 utils/adt/enum.c:386 utils/adt/enum.c:426 utils/adt/enum.c:446 #, c-format msgid "could not determine actual enum type" msgstr "n'a pas pu dterminer le type enum actuel" @@ -17592,8 +15970,7 @@ msgstr "syntaxe en entr msgid "\"%s\" is out of range for type real" msgstr " %s est hors des limites du type real" -#: utils/adt/float.c:449 utils/adt/float.c:523 utils/adt/float.c:579 -#: utils/adt/numeric.c:3987 utils/adt/numeric.c:4013 +#: utils/adt/float.c:449 utils/adt/float.c:523 utils/adt/float.c:579 utils/adt/numeric.c:3988 utils/adt/numeric.c:4014 #, c-format msgid "invalid input syntax for type double precision: \"%s\"" msgstr "syntaxe en entre invalide pour le type double precision : %s " @@ -17603,69 +15980,60 @@ msgstr "syntaxe en entr msgid "\"%s\" is out of range for type double precision" msgstr " %s est en dehors des limites du type double precision" -#: utils/adt/float.c:1243 utils/adt/float.c:1301 utils/adt/int.c:349 -#: utils/adt/int.c:775 utils/adt/int.c:804 utils/adt/int.c:825 -#: utils/adt/int.c:845 utils/adt/int.c:879 utils/adt/int.c:1174 -#: utils/adt/int8.c:1272 utils/adt/numeric.c:2354 utils/adt/numeric.c:2363 +#: utils/adt/float.c:1243 utils/adt/float.c:1301 utils/adt/int.c:349 utils/adt/int.c:775 utils/adt/int.c:804 utils/adt/int.c:825 utils/adt/int.c:845 utils/adt/int.c:879 utils/adt/int.c:1174 utils/adt/int8.c:1272 utils/adt/numeric.c:2355 utils/adt/numeric.c:2364 #, c-format msgid "smallint out of range" msgstr "smallint en dehors des limites" -#: utils/adt/float.c:1427 utils/adt/numeric.c:5201 +#: utils/adt/float.c:1427 utils/adt/numeric.c:5202 #, c-format msgid "cannot take square root of a negative number" msgstr "ne peut pas calculer la racine carr d'un nombre ngatif" -#: utils/adt/float.c:1469 utils/adt/numeric.c:2174 +#: utils/adt/float.c:1469 utils/adt/numeric.c:2175 #, c-format msgid "zero raised to a negative power is undefined" msgstr "zro une puissance ngative est indfini" -#: utils/adt/float.c:1473 utils/adt/numeric.c:2180 +#: utils/adt/float.c:1473 utils/adt/numeric.c:2181 #, c-format msgid "a negative number raised to a non-integer power yields a complex result" -msgstr "" -"un nombre ngatif lev une puissance non entire donne un rsultat " -"complexe" +msgstr "un nombre ngatif lev une puissance non entire donne un rsultat complexe" -#: utils/adt/float.c:1539 utils/adt/float.c:1569 utils/adt/numeric.c:5419 +#: utils/adt/float.c:1539 utils/adt/float.c:1569 utils/adt/numeric.c:5420 #, c-format msgid "cannot take logarithm of zero" msgstr "ne peut pas calculer le logarithme de zro" -#: utils/adt/float.c:1543 utils/adt/float.c:1573 utils/adt/numeric.c:5423 +#: utils/adt/float.c:1543 utils/adt/float.c:1573 utils/adt/numeric.c:5424 #, c-format msgid "cannot take logarithm of a negative number" msgstr "ne peut pas calculer le logarithme sur un nombre ngatif" -#: utils/adt/float.c:1600 utils/adt/float.c:1621 utils/adt/float.c:1642 -#: utils/adt/float.c:1664 utils/adt/float.c:1685 utils/adt/float.c:1706 -#: utils/adt/float.c:1728 utils/adt/float.c:1749 +#: utils/adt/float.c:1600 utils/adt/float.c:1621 utils/adt/float.c:1642 utils/adt/float.c:1664 utils/adt/float.c:1685 utils/adt/float.c:1706 utils/adt/float.c:1728 utils/adt/float.c:1749 #, c-format msgid "input is out of range" msgstr "l'entre est en dehors des limites" -#: utils/adt/float.c:2811 utils/adt/numeric.c:1227 +#: utils/adt/float.c:2811 utils/adt/numeric.c:1228 #, c-format msgid "count must be greater than zero" msgstr "le total doit tre suprieur zro" -#: utils/adt/float.c:2816 utils/adt/numeric.c:1234 +#: utils/adt/float.c:2816 utils/adt/numeric.c:1235 #, c-format msgid "operand, lower bound, and upper bound cannot be NaN" -msgstr "" -"la limite infrieure et suprieure de l'oprande ne peuvent pas tre NaN" +msgstr "la limite infrieure et suprieure de l'oprande ne peuvent pas tre NaN" #: utils/adt/float.c:2822 #, c-format msgid "lower and upper bounds must be finite" msgstr "les limites basse et haute doivent tre finies" -#: utils/adt/float.c:2860 utils/adt/numeric.c:1247 +#: utils/adt/float.c:2860 utils/adt/numeric.c:1248 #, c-format msgid "lower bound cannot equal upper bound" -msgstr "" -"la limite infrieure ne peut pas tre plus gale la limite suprieure" +msgstr "la limite infrieure ne peut pas tre plus gale la limite suprieure" #: utils/adt/formatting.c:492 #, c-format @@ -17677,210 +16045,201 @@ msgstr "format de sp msgid "Intervals are not tied to specific calendar dates." msgstr "Les intervalles ne sont pas lis aux dates de calendriers spcifiques." -#: utils/adt/formatting.c:1060 +#: utils/adt/formatting.c:1064 #, c-format msgid "\"EEEE\" must be the last pattern used" msgstr " EEEE doit tre le dernier motif utilis" -#: utils/adt/formatting.c:1068 +#: utils/adt/formatting.c:1072 #, c-format msgid "\"9\" must be ahead of \"PR\"" msgstr " 9 doit tre avant PR " -#: utils/adt/formatting.c:1084 +#: utils/adt/formatting.c:1088 #, c-format msgid "\"0\" must be ahead of \"PR\"" msgstr " 0 doit tre avant PR " -#: utils/adt/formatting.c:1111 +#: utils/adt/formatting.c:1115 #, c-format msgid "multiple decimal points" msgstr "multiples points dcimaux" -#: utils/adt/formatting.c:1115 utils/adt/formatting.c:1198 +#: utils/adt/formatting.c:1119 utils/adt/formatting.c:1202 #, c-format msgid "cannot use \"V\" and decimal point together" msgstr "ne peut pas utiliser V et le point dcimal ensemble" -#: utils/adt/formatting.c:1127 +#: utils/adt/formatting.c:1131 #, c-format msgid "cannot use \"S\" twice" msgstr "ne peut pas utiliser S deux fois" -#: utils/adt/formatting.c:1131 +#: utils/adt/formatting.c:1135 #, c-format msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" msgstr "ne peut pas utiliser S et PL / MI / SG / PR ensemble" -#: utils/adt/formatting.c:1151 +#: utils/adt/formatting.c:1155 #, c-format msgid "cannot use \"S\" and \"MI\" together" msgstr "ne peut pas utiliser S et MI ensemble" -#: utils/adt/formatting.c:1161 +#: utils/adt/formatting.c:1165 #, c-format msgid "cannot use \"S\" and \"PL\" together" msgstr "ne peut pas utiliser S et PL ensemble" -#: utils/adt/formatting.c:1171 +#: utils/adt/formatting.c:1175 #, c-format msgid "cannot use \"S\" and \"SG\" together" msgstr "ne peut pas utiliser S et SG ensemble" -#: utils/adt/formatting.c:1180 +#: utils/adt/formatting.c:1184 #, c-format msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" msgstr "ne peut pas utiliser PR et S / PL / MI / SG ensemble" -#: utils/adt/formatting.c:1206 +#: utils/adt/formatting.c:1210 #, c-format msgid "cannot use \"EEEE\" twice" msgstr "ne peut pas utiliser EEEE deux fois" -#: utils/adt/formatting.c:1212 +#: utils/adt/formatting.c:1216 #, c-format msgid "\"EEEE\" is incompatible with other formats" msgstr " EEEE est incompatible avec les autres formats" -#: utils/adt/formatting.c:1213 +#: utils/adt/formatting.c:1217 #, c-format -msgid "" -"\"EEEE\" may only be used together with digit and decimal point patterns." -msgstr "" -" EEEE peut seulement tre utilis avec les motifs de chiffres et de " -"points dcimaux." +msgid "\"EEEE\" may only be used together with digit and decimal point patterns." +msgstr " EEEE peut seulement tre utilis avec les motifs de chiffres et de points dcimaux." -#: utils/adt/formatting.c:1413 +#: utils/adt/formatting.c:1417 #, c-format msgid "\"%s\" is not a number" msgstr " %s n'est pas un nombre" -#: utils/adt/formatting.c:1514 utils/adt/formatting.c:1566 +#: utils/adt/formatting.c:1518 utils/adt/formatting.c:1570 #, c-format msgid "could not determine which collation to use for lower() function" -msgstr "" -"n'a pas pu dterminer le collationnement utiliser pour la fonction lower()" +msgstr "n'a pas pu dterminer le collationnement utiliser pour la fonction lower()" -#: utils/adt/formatting.c:1634 utils/adt/formatting.c:1686 +#: utils/adt/formatting.c:1638 utils/adt/formatting.c:1690 #, c-format msgid "could not determine which collation to use for upper() function" -msgstr "" -"n'a pas pu dterminer le collationnement utiliser pour la fonction upper()" +msgstr "n'a pas pu dterminer le collationnement utiliser pour la fonction upper()" -#: utils/adt/formatting.c:1755 utils/adt/formatting.c:1819 +#: utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 #, c-format msgid "could not determine which collation to use for initcap() function" -msgstr "" -"n'a pas pu dterminer le collationnement utiliser pour la fonction " -"initcap()" +msgstr "n'a pas pu dterminer le collationnement utiliser pour la fonction initcap()" -#: utils/adt/formatting.c:2123 +#: utils/adt/formatting.c:2127 #, c-format msgid "invalid combination of date conventions" msgstr "combinaison invalide des conventions de date" -#: utils/adt/formatting.c:2124 +#: utils/adt/formatting.c:2128 #, c-format -msgid "" -"Do not mix Gregorian and ISO week date conventions in a formatting template." +msgid "Do not mix Gregorian and ISO week date conventions in a formatting template." msgstr "" "Ne pas mixer les conventions de jour de semaine grgorien et ISO dans un\n" "modle de formatage." -#: utils/adt/formatting.c:2141 +#: utils/adt/formatting.c:2145 #, c-format msgid "conflicting values for \"%s\" field in formatting string" msgstr "valeur conflictuelle pour le champ %s dans la chane de formatage" -#: utils/adt/formatting.c:2143 +#: utils/adt/formatting.c:2147 #, c-format msgid "This value contradicts a previous setting for the same field type." -msgstr "" -"Cette valeur contredit une configuration prcdente pour le mme type de " -"champ." +msgstr "Cette valeur contredit une configuration prcdente pour le mme type de champ." -#: utils/adt/formatting.c:2204 +#: utils/adt/formatting.c:2208 #, c-format msgid "source string too short for \"%s\" formatting field" msgstr "chane source trop petite pour le champ de formatage %s " -#: utils/adt/formatting.c:2206 +#: utils/adt/formatting.c:2210 #, c-format msgid "Field requires %d characters, but only %d remain." msgstr "Le champ requiert %d caractres, mais seuls %d restent." -#: utils/adt/formatting.c:2209 utils/adt/formatting.c:2223 +#: utils/adt/formatting.c:2213 utils/adt/formatting.c:2227 #, c-format -msgid "" -"If your source string is not fixed-width, try using the \"FM\" modifier." +msgid "If your source string is not fixed-width, try using the \"FM\" modifier." msgstr "" "Si votre chane source n'a pas une taille fixe, essayez d'utiliser le\n" "modifieur FM ." -#: utils/adt/formatting.c:2219 utils/adt/formatting.c:2232 -#: utils/adt/formatting.c:2362 +#: utils/adt/formatting.c:2223 utils/adt/formatting.c:2236 utils/adt/formatting.c:2366 #, c-format msgid "invalid value \"%s\" for \"%s\"" msgstr "valeur %s invalide pour %s " -#: utils/adt/formatting.c:2221 +#: utils/adt/formatting.c:2225 #, c-format msgid "Field requires %d characters, but only %d could be parsed." -msgstr "" -"Le champ ncessite %d caractres, mais seulement %d ont pu tre analyss." +msgstr "Le champ ncessite %d caractres, mais seulement %d ont pu tre analyss." -#: utils/adt/formatting.c:2234 +#: utils/adt/formatting.c:2238 #, c-format msgid "Value must be an integer." msgstr "La valeur doit tre un entier" -#: utils/adt/formatting.c:2239 +#: utils/adt/formatting.c:2243 #, c-format msgid "value for \"%s\" in source string is out of range" msgstr "la valeur pour %s dans la chane source est en dehors des limites" -#: utils/adt/formatting.c:2241 +#: utils/adt/formatting.c:2245 #, c-format msgid "Value must be in the range %d to %d." msgstr "La valeur doit tre compris entre %d et %d" -#: utils/adt/formatting.c:2364 +#: utils/adt/formatting.c:2368 #, c-format msgid "The given value did not match any of the allowed values for this field." -msgstr "" -"La valeur donne ne correspond pas aux valeurs autorises pour ce champ." +msgstr "La valeur donne ne correspond pas aux valeurs autorises pour ce champ." -#: utils/adt/formatting.c:2920 +#: utils/adt/formatting.c:2546 utils/adt/formatting.c:2566 utils/adt/formatting.c:2586 utils/adt/formatting.c:2606 utils/adt/formatting.c:2625 utils/adt/formatting.c:2644 utils/adt/formatting.c:2667 utils/adt/formatting.c:2685 utils/adt/formatting.c:2703 utils/adt/formatting.c:2721 utils/adt/formatting.c:2738 utils/adt/formatting.c:2755 +#, c-format +msgid "localized string format value too long" +msgstr "chane localise trop longue" + +#: utils/adt/formatting.c:3032 #, c-format msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" msgstr "les motifs de format TZ / tz ne sont pas supports dans to_date" -#: utils/adt/formatting.c:3028 +#: utils/adt/formatting.c:3140 #, c-format msgid "invalid input string for \"Y,YYY\"" msgstr "chane invalide en entre pour Y,YYY " -#: utils/adt/formatting.c:3531 +#: utils/adt/formatting.c:3643 #, c-format msgid "hour \"%d\" is invalid for the 12-hour clock" msgstr "l'heure %d est invalide pour une horloge sur 12 heures" -#: utils/adt/formatting.c:3533 +#: utils/adt/formatting.c:3645 #, c-format msgid "Use the 24-hour clock, or give an hour between 1 and 12." msgstr "Utilisez une horloge sur 24 heures ou donnez une heure entre 1 et 12." -#: utils/adt/formatting.c:3628 +#: utils/adt/formatting.c:3740 #, c-format msgid "cannot calculate day of year without year information" msgstr "ne peut pas calculer le jour de l'anne sans information sur l'anne" -#: utils/adt/formatting.c:4478 +#: utils/adt/formatting.c:4589 #, c-format msgid "\"EEEE\" not supported for input" msgstr " EEEE non support en entre" -#: utils/adt/formatting.c:4490 +#: utils/adt/formatting.c:4601 #, c-format msgid "\"RN\" not supported for input" msgstr " RN non support en entre" @@ -17900,9 +16259,7 @@ msgstr "chemin absolu non autoris msgid "path must be in or below the current directory" msgstr "le chemin doit tre dans ou en-dessous du rpertoire courant" -#: utils/adt/genfile.c:118 utils/adt/oracle_compat.c:184 -#: utils/adt/oracle_compat.c:282 utils/adt/oracle_compat.c:758 -#: utils/adt/oracle_compat.c:1048 +#: utils/adt/genfile.c:118 utils/adt/oracle_compat.c:184 utils/adt/oracle_compat.c:282 utils/adt/oracle_compat.c:758 utils/adt/oracle_compat.c:1048 #, c-format msgid "requested length too large" msgstr "longueur demande trop importante" @@ -17912,8 +16269,7 @@ msgstr "longueur demand msgid "could not seek in file \"%s\": %m" msgstr "n'a pas pu parcourir le fichier %s : %m" -#: utils/adt/genfile.c:180 utils/adt/genfile.c:204 utils/adt/genfile.c:225 -#: utils/adt/genfile.c:249 +#: utils/adt/genfile.c:180 utils/adt/genfile.c:204 utils/adt/genfile.c:225 utils/adt/genfile.c:249 #, c-format msgid "must be superuser to read files" msgstr "doit tre super-utilisateur pour lire des fichiers" @@ -17926,16 +16282,14 @@ msgstr "la longueur demand #: utils/adt/genfile.c:273 #, c-format msgid "must be superuser to get file information" -msgstr "" -"doit tre super-utilisateur pour obtenir des informations sur le fichier" +msgstr "doit tre super-utilisateur pour obtenir des informations sur le fichier" #: utils/adt/genfile.c:337 #, c-format msgid "must be superuser to get directory listings" msgstr "doit tre super-utilisateur pour obtenir le contenu du rpertoire" -#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:1427 utils/adt/geo_ops.c:3488 -#: utils/adt/geo_ops.c:4264 utils/adt/geo_ops.c:5193 +#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:1427 utils/adt/geo_ops.c:3488 utils/adt/geo_ops.c:4264 utils/adt/geo_ops.c:5193 #, c-format msgid "too many points requested" msgstr "trop de points demand" @@ -17955,8 +16309,7 @@ msgstr "syntaxe en entr msgid "invalid input syntax for type line: \"%s\"" msgstr "syntaxe en entre invalide pour le type line: %s " -#: utils/adt/geo_ops.c:958 utils/adt/geo_ops.c:1025 utils/adt/geo_ops.c:1040 -#: utils/adt/geo_ops.c:1052 +#: utils/adt/geo_ops.c:958 utils/adt/geo_ops.c:1025 utils/adt/geo_ops.c:1040 utils/adt/geo_ops.c:1052 #, c-format msgid "type \"line\" not yet implemented" msgstr "le type line n'est pas encore implment" @@ -18021,8 +16374,7 @@ msgstr "la fonction msgid "open path cannot be converted to polygon" msgstr "le chemin ouvert ne peut tre converti en polygne" -#: utils/adt/geo_ops.c:4570 utils/adt/geo_ops.c:4580 utils/adt/geo_ops.c:4595 -#: utils/adt/geo_ops.c:4601 +#: utils/adt/geo_ops.c:4570 utils/adt/geo_ops.c:4580 utils/adt/geo_ops.c:4595 utils/adt/geo_ops.c:4601 #, c-format msgid "invalid input syntax for type circle: \"%s\"" msgstr "syntaxe en entre invalide pour le type circle : %s " @@ -18067,14 +16419,12 @@ msgstr "donn msgid "oidvector has too many elements" msgstr "oidvector a trop d'lments" -#: utils/adt/int.c:1362 utils/adt/int8.c:1409 utils/adt/timestamp.c:4870 -#: utils/adt/timestamp.c:4951 +#: utils/adt/int.c:1362 utils/adt/int8.c:1409 utils/adt/timestamp.c:4870 utils/adt/timestamp.c:4951 #, c-format msgid "step size cannot equal zero" msgstr "la taille du pas ne peut pas valoir zro" -#: utils/adt/int8.c:98 utils/adt/int8.c:133 utils/adt/numutils.c:51 -#: utils/adt/numutils.c:61 utils/adt/numutils.c:103 +#: utils/adt/int8.c:98 utils/adt/int8.c:133 utils/adt/numutils.c:51 utils/adt/numutils.c:61 utils/adt/numutils.c:103 #, c-format msgid "invalid input syntax for integer: \"%s\"" msgstr "syntaxe en entre invalide pour l'entier : %s " @@ -18084,15 +16434,8 @@ msgstr "syntaxe en entr msgid "value \"%s\" is out of range for type bigint" msgstr "la valeur %s est en dehors des limites du type bigint" -#: utils/adt/int8.c:500 utils/adt/int8.c:529 utils/adt/int8.c:550 -#: utils/adt/int8.c:581 utils/adt/int8.c:615 utils/adt/int8.c:640 -#: utils/adt/int8.c:697 utils/adt/int8.c:714 utils/adt/int8.c:783 -#: utils/adt/int8.c:804 utils/adt/int8.c:831 utils/adt/int8.c:864 -#: utils/adt/int8.c:892 utils/adt/int8.c:913 utils/adt/int8.c:940 -#: utils/adt/int8.c:980 utils/adt/int8.c:1001 utils/adt/int8.c:1028 -#: utils/adt/int8.c:1061 utils/adt/int8.c:1089 utils/adt/int8.c:1110 -#: utils/adt/int8.c:1137 utils/adt/int8.c:1310 utils/adt/int8.c:1349 -#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1645 +#: utils/adt/int8.c:500 utils/adt/int8.c:529 utils/adt/int8.c:550 utils/adt/int8.c:581 utils/adt/int8.c:615 utils/adt/int8.c:640 utils/adt/int8.c:697 utils/adt/int8.c:714 utils/adt/int8.c:783 utils/adt/int8.c:804 utils/adt/int8.c:831 utils/adt/int8.c:864 utils/adt/int8.c:892 utils/adt/int8.c:913 utils/adt/int8.c:940 utils/adt/int8.c:980 utils/adt/int8.c:1001 utils/adt/int8.c:1028 utils/adt/int8.c:1061 utils/adt/int8.c:1089 +#: utils/adt/int8.c:1110 utils/adt/int8.c:1137 utils/adt/int8.c:1310 utils/adt/int8.c:1349 utils/adt/numeric.c:2310 utils/adt/varbit.c:1645 #, c-format msgid "bigint out of range" msgstr "bigint en dehors des limites" @@ -18102,14 +16445,8 @@ msgstr "bigint en dehors des limites" msgid "OID out of range" msgstr "OID en dehors des limites" -#: utils/adt/json.c:713 utils/adt/json.c:753 utils/adt/json.c:768 -#: utils/adt/json.c:779 utils/adt/json.c:789 utils/adt/json.c:823 -#: utils/adt/json.c:835 utils/adt/json.c:866 utils/adt/json.c:884 -#: utils/adt/json.c:896 utils/adt/json.c:908 utils/adt/json.c:1047 -#: utils/adt/json.c:1061 utils/adt/json.c:1072 utils/adt/json.c:1080 -#: utils/adt/json.c:1088 utils/adt/json.c:1096 utils/adt/json.c:1104 -#: utils/adt/json.c:1112 utils/adt/json.c:1120 utils/adt/json.c:1128 -#: utils/adt/json.c:1158 +#: utils/adt/json.c:713 utils/adt/json.c:753 utils/adt/json.c:768 utils/adt/json.c:779 utils/adt/json.c:789 utils/adt/json.c:823 utils/adt/json.c:835 utils/adt/json.c:866 utils/adt/json.c:884 utils/adt/json.c:896 utils/adt/json.c:908 utils/adt/json.c:1047 utils/adt/json.c:1061 utils/adt/json.c:1072 utils/adt/json.c:1080 utils/adt/json.c:1088 utils/adt/json.c:1096 utils/adt/json.c:1104 utils/adt/json.c:1112 utils/adt/json.c:1120 +#: utils/adt/json.c:1128 utils/adt/json.c:1158 #, c-format msgid "invalid input syntax for type json" msgstr "syntaxe en entre invalide pour le type json" @@ -18127,24 +16464,18 @@ msgstr " #: utils/adt/json.c:769 #, c-format msgid "Unicode high surrogate must not follow a high surrogate." -msgstr "" -"Une substitution unicode haute ne doit pas suivre une substitution haute." +msgstr "Une substitution unicode haute ne doit pas suivre une substitution haute." -#: utils/adt/json.c:780 utils/adt/json.c:790 utils/adt/json.c:836 -#: utils/adt/json.c:897 utils/adt/json.c:909 +#: utils/adt/json.c:780 utils/adt/json.c:790 utils/adt/json.c:836 utils/adt/json.c:897 utils/adt/json.c:909 #, c-format msgid "Unicode low surrogate must follow a high surrogate." -msgstr "" -"Une substitution unicode basse ne doit pas suivre une substitution haute." +msgstr "Une substitution unicode basse ne doit pas suivre une substitution haute." #: utils/adt/json.c:824 #, c-format -msgid "" -"Unicode escape values cannot be used for code point values above 007F when " -"the server encoding is not UTF8." +msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8." msgstr "" -"Les valeurs d'chappement unicode ne peuvent pas tre utilises pour les " -"valeurs de point de code\n" +"Les valeurs d'chappement unicode ne peuvent pas tre utilises pour les valeurs de point de code\n" "au-dessus de 007F quand l'encodage serveur n'est pas UTF8." #: utils/adt/json.c:867 utils/adt/json.c:885 @@ -18230,9 +16561,7 @@ msgstr "ne peut pas appeler une fonction avec des #: utils/adt/jsonfuncs.c:569 #, c-format msgid "cannot extract array element from a non-array" -msgstr "" -"ne peut pas extraire un lment du tableau partir d'un objet qui n'est pas " -"un tableau" +msgstr "ne peut pas extraire un lment du tableau partir d'un objet qui n'est pas un tableau" #: utils/adt/jsonfuncs.c:684 #, c-format @@ -18247,9 +16576,7 @@ msgstr "ne peut pas extraire un #: utils/adt/jsonfuncs.c:856 #, c-format msgid "cannot get array length of a non-array" -msgstr "" -"ne peut pas obtenir la longueur du tableau d'un objet qui n'est pas un " -"tableau" +msgstr "ne peut pas obtenir la longueur du tableau d'un objet qui n'est pas un tableau" #: utils/adt/jsonfuncs.c:868 #, c-format @@ -18269,8 +16596,7 @@ msgstr "ne peut pas d #: utils/adt/jsonfuncs.c:1189 #, c-format msgid "cannot call json_array_elements on a non-array" -msgstr "" -"ne peut pas appeler json_array_elements sur un objet qui n'est pas un tableau" +msgstr "ne peut pas appeler json_array_elements sur un objet qui n'est pas un tableau" #: utils/adt/jsonfuncs.c:1201 #, c-format @@ -18320,8 +16646,7 @@ msgstr "doit appeler json_populate_recordset sur un tableau d'objets" #: utils/adt/jsonfuncs.c:1869 #, c-format msgid "cannot call json_populate_recordset with nested arrays" -msgstr "" -"ne peut pas appeler json_populate_recordset avec des tableaux imbriqus" +msgstr "ne peut pas appeler json_populate_recordset avec des tableaux imbriqus" #: utils/adt/jsonfuncs.c:1880 #, c-format @@ -18370,20 +16695,16 @@ msgstr "le PID %d n'est pas un processus du serveur PostgreSQL" #: utils/adt/misc.c:154 #, c-format -msgid "" -"must be superuser or have the same role to cancel queries running in other " -"server processes" +msgid "must be superuser or have the same role to cancel queries running in other server processes" msgstr "" "doit tre super-utilisateur ou avoir le mme rle pour annuler des requtes\n" "excutes dans les autres processus serveur" #: utils/adt/misc.c:171 #, c-format -msgid "" -"must be superuser or have the same role to terminate other server processes" +msgid "must be superuser or have the same role to terminate other server processes" msgstr "" -"doit tre super-utilisateur ou avoir le mme rle pour fermer les " -"connexions\n" +"doit tre super-utilisateur ou avoir le mme rle pour fermer les connexions\n" "excutes dans les autres processus serveur" #: utils/adt/misc.c:185 @@ -18399,16 +16720,12 @@ msgstr "n'a pas pu envoyer le signal au postmaster : %m" #: utils/adt/misc.c:207 #, c-format msgid "must be superuser to rotate log files" -msgstr "" -"doit tre super-utilisateur pour excuter la rotation des journaux " -"applicatifs" +msgstr "doit tre super-utilisateur pour excuter la rotation des journaux applicatifs" #: utils/adt/misc.c:212 #, c-format msgid "rotation not possible because log collection not active" -msgstr "" -"rotation impossible car la rcupration des journaux applicatifs n'est pas " -"active" +msgstr "rotation impossible car la rcupration des journaux applicatifs n'est pas active" #: utils/adt/misc.c:254 #, c-format @@ -18471,8 +16788,7 @@ msgstr "valeur cidr invalide : msgid "Value has bits set to right of mask." msgstr "La valeur a des bits positionns la droite du masque." -#: utils/adt/network.c:160 utils/adt/network.c:614 utils/adt/network.c:639 -#: utils/adt/network.c:664 +#: utils/adt/network.c:160 utils/adt/network.c:614 utils/adt/network.c:639 utils/adt/network.c:664 #, c-format msgid "could not format inet value: %m" msgstr "n'a pas pu formater la valeur inet : %m" @@ -18534,83 +16850,79 @@ msgstr "le r msgid "cannot subtract inet values of different sizes" msgstr "ne peut pas soustraire des valeurs inet de tailles diffrentes" -#: utils/adt/numeric.c:485 utils/adt/numeric.c:512 utils/adt/numeric.c:3268 -#: utils/adt/numeric.c:3291 utils/adt/numeric.c:3315 utils/adt/numeric.c:3322 +#: utils/adt/numeric.c:486 utils/adt/numeric.c:513 utils/adt/numeric.c:3269 utils/adt/numeric.c:3292 utils/adt/numeric.c:3316 utils/adt/numeric.c:3323 #, c-format msgid "invalid input syntax for type numeric: \"%s\"" msgstr "syntaxe en entre invalide pour le type numeric : %s " -#: utils/adt/numeric.c:655 +#: utils/adt/numeric.c:656 #, c-format msgid "invalid length in external \"numeric\" value" msgstr "longueur invalide dans la valeur externe numeric " -#: utils/adt/numeric.c:668 +#: utils/adt/numeric.c:669 #, c-format msgid "invalid sign in external \"numeric\" value" msgstr "signe invalide dans la valeur externe numeric " -#: utils/adt/numeric.c:674 +#: utils/adt/numeric.c:675 #, c-format -#| msgid "invalid length in external \"numeric\" value" msgid "invalid scale in external \"numeric\" value" msgstr "chelle invalide dans la valeur externe numeric " -#: utils/adt/numeric.c:683 +#: utils/adt/numeric.c:684 #, c-format msgid "invalid digit in external \"numeric\" value" msgstr "chiffre invalide dans la valeur externe numeric " -#: utils/adt/numeric.c:874 utils/adt/numeric.c:888 +#: utils/adt/numeric.c:875 utils/adt/numeric.c:889 #, c-format msgid "NUMERIC precision %d must be between 1 and %d" msgstr "la prcision NUMERIC %d doit tre comprise entre 1 et %d" -#: utils/adt/numeric.c:879 +#: utils/adt/numeric.c:880 #, c-format msgid "NUMERIC scale %d must be between 0 and precision %d" msgstr "l'chelle NUMERIC %d doit tre comprise entre 0 et %d" -#: utils/adt/numeric.c:897 +#: utils/adt/numeric.c:898 #, c-format msgid "invalid NUMERIC type modifier" msgstr "modificateur de type NUMERIC invalide" -#: utils/adt/numeric.c:1904 utils/adt/numeric.c:3765 utils/adt/numeric.c:5734 +#: utils/adt/numeric.c:1905 utils/adt/numeric.c:3766 utils/adt/numeric.c:5735 #, c-format msgid "value overflows numeric format" msgstr "la valeur dpasse le format numeric" -#: utils/adt/numeric.c:2235 +#: utils/adt/numeric.c:2236 #, c-format msgid "cannot convert NaN to integer" msgstr "ne peut pas convertir NaN en un entier" -#: utils/adt/numeric.c:2301 +#: utils/adt/numeric.c:2302 #, c-format msgid "cannot convert NaN to bigint" msgstr "ne peut pas convertir NaN en un entier de type bigint" -#: utils/adt/numeric.c:2346 +#: utils/adt/numeric.c:2347 #, c-format msgid "cannot convert NaN to smallint" msgstr "ne peut pas convertir NaN en un entier de type smallint" -#: utils/adt/numeric.c:3835 +#: utils/adt/numeric.c:3836 #, c-format msgid "numeric field overflow" msgstr "champ numrique en dehors des limites" -#: utils/adt/numeric.c:3836 +#: utils/adt/numeric.c:3837 #, c-format -msgid "" -"A field with precision %d, scale %d must round to an absolute value less " -"than %s%d." +msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d." msgstr "" "Un champ de prcision %d et d'chelle %d doit tre arrondi une valeur\n" "absolue infrieure %s%d." -#: utils/adt/numeric.c:5291 +#: utils/adt/numeric.c:5292 #, c-format msgid "argument for function \"exp\" too big" msgstr "l'argument de la fonction exp est trop gros" @@ -18667,18 +16979,12 @@ msgstr "n'a pas pu cr #: utils/adt/pg_locale.c:1029 #, c-format -msgid "" -"The operating system could not find any locale data for the locale name \"%s" -"\"." -msgstr "" -"Le systme d'exploitation n'a pas pu trouver des donnes de locale pour la " -"locale %s ." +msgid "The operating system could not find any locale data for the locale name \"%s\"." +msgstr "Le systme d'exploitation n'a pas pu trouver des donnes de locale pour la locale %s ." #: utils/adt/pg_locale.c:1116 #, c-format -msgid "" -"collations with different collate and ctype values are not supported on this " -"platform" +msgid "collations with different collate and ctype values are not supported on this platform" msgstr "" "les collationnements avec des valeurs diffrents pour le tri et le jeu de\n" "caractres ne sont pas supports sur cette plateforme" @@ -18686,9 +16992,7 @@ msgstr "" #: utils/adt/pg_locale.c:1131 #, c-format msgid "nondefault collations are not supported on this platform" -msgstr "" -"les collationnements autres que par dfaut ne sont pas supports sur cette " -"plateforme" +msgstr "les collationnements autres que par dfaut ne sont pas supports sur cette plateforme" #: utils/adt/pg_locale.c:1302 #, c-format @@ -18697,9 +17001,7 @@ msgstr "caract #: utils/adt/pg_locale.c:1303 #, c-format -msgid "" -"The server's LC_CTYPE locale is probably incompatible with the database " -"encoding." +msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding." msgstr "" "La locale LC_CTYPE du serveur est probablement incompatible avec l'encodage\n" "de la base de donnes." @@ -18832,8 +17134,7 @@ msgstr "l'argument flags du contructeur d'intervalle ne doit pas #: utils/adt/rangetypes.c:983 #, c-format msgid "result of range difference would not be contiguous" -msgstr "" -"le rsultat de la diffrence d'intervalle de valeur ne sera pas contigu" +msgstr "le rsultat de la diffrence d'intervalle de valeur ne sera pas contigu" #: utils/adt/rangetypes.c:1044 #, c-format @@ -18844,26 +17145,20 @@ msgstr "le r #, c-format msgid "range lower bound must be less than or equal to range upper bound" msgstr "" -"la limite infrieure de l'intervalle de valeurs doit tre infrieure ou " -"gale\n" +"la limite infrieure de l'intervalle de valeurs doit tre infrieure ou gale\n" " la limite suprieure de l'intervalle de valeurs" -#: utils/adt/rangetypes.c:1885 utils/adt/rangetypes.c:1898 -#: utils/adt/rangetypes.c:1912 +#: utils/adt/rangetypes.c:1885 utils/adt/rangetypes.c:1898 utils/adt/rangetypes.c:1912 #, c-format msgid "invalid range bound flags" msgstr "drapeaux de limite de l'intervalle invalides" -#: utils/adt/rangetypes.c:1886 utils/adt/rangetypes.c:1899 -#: utils/adt/rangetypes.c:1913 +#: utils/adt/rangetypes.c:1886 utils/adt/rangetypes.c:1899 utils/adt/rangetypes.c:1913 #, c-format msgid "Valid values are \"[]\", \"[)\", \"(]\", and \"()\"." msgstr "Les valeurs valides sont entre [] , [) , (] et () ." -#: utils/adt/rangetypes.c:1978 utils/adt/rangetypes.c:1995 -#: utils/adt/rangetypes.c:2008 utils/adt/rangetypes.c:2026 -#: utils/adt/rangetypes.c:2037 utils/adt/rangetypes.c:2081 -#: utils/adt/rangetypes.c:2089 +#: utils/adt/rangetypes.c:1978 utils/adt/rangetypes.c:1995 utils/adt/rangetypes.c:2008 utils/adt/rangetypes.c:2026 utils/adt/rangetypes.c:2037 utils/adt/rangetypes.c:2081 utils/adt/rangetypes.c:2089 #, c-format msgid "malformed range literal: \"%s\"" msgstr "intervalle litral mal form : %s " @@ -18893,8 +17188,7 @@ msgstr "Trop de virgules." msgid "Junk after right parenthesis or bracket." msgstr "Problme aprs la parenthse droite ou le crochet droit." -#: utils/adt/rangetypes.c:2083 utils/adt/rangetypes.c:2091 -#: utils/adt/rowtypes.c:207 utils/adt/rowtypes.c:215 +#: utils/adt/rangetypes.c:2083 utils/adt/rangetypes.c:2091 utils/adt/rowtypes.c:207 utils/adt/rowtypes.c:215 #, c-format msgid "Unexpected end of input." msgstr "Fin de l'entre inattendue." @@ -18924,8 +17218,7 @@ msgstr "il existe plus d'une fonction nomm msgid "more than one operator named %s" msgstr "il existe plus d'un oprateur nomm%s" -#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7491 -#: utils/adt/ruleutils.c:7547 utils/adt/ruleutils.c:7586 +#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7542 utils/adt/ruleutils.c:7598 utils/adt/ruleutils.c:7637 #, c-format msgid "too many arguments" msgstr "trop d'arguments" @@ -18935,8 +17228,7 @@ msgstr "trop d'arguments" msgid "Provide two argument types for operator." msgstr "Fournit deux types d'argument pour l'oprateur." -#: utils/adt/regproc.c:1366 utils/adt/regproc.c:1371 utils/adt/varlena.c:2313 -#: utils/adt/varlena.c:2318 +#: utils/adt/regproc.c:1366 utils/adt/regproc.c:1371 utils/adt/varlena.c:2313 utils/adt/varlena.c:2318 #, c-format msgid "invalid name syntax" msgstr "syntaxe du nom invalide" @@ -18961,90 +17253,90 @@ msgstr "attendait un nom de type" msgid "improper type name" msgstr "nom du type invalide" -#: utils/adt/ri_triggers.c:339 utils/adt/ri_triggers.c:2474 -#: utils/adt/ri_triggers.c:3226 +#: utils/adt/ri_triggers.c:340 utils/adt/ri_triggers.c:2475 utils/adt/ri_triggers.c:3261 #, c-format msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" msgstr "" -"une instruction insert ou update sur la table %s viole la contrainte de " -"cl\n" +"une instruction insert ou update sur la table %s viole la contrainte de cl\n" "trangre %s " -#: utils/adt/ri_triggers.c:342 utils/adt/ri_triggers.c:2477 +#: utils/adt/ri_triggers.c:343 utils/adt/ri_triggers.c:2478 #, c-format msgid "MATCH FULL does not allow mixing of null and nonnull key values." msgstr "MATCH FULL n'autorise pas le mixage de valeurs cls NULL et non NULL." -#: utils/adt/ri_triggers.c:2716 +#: utils/adt/ri_triggers.c:2717 #, c-format msgid "function \"%s\" must be fired for INSERT" msgstr "la fonction %s doit tre excute pour l'instruction INSERT" -#: utils/adt/ri_triggers.c:2722 +#: utils/adt/ri_triggers.c:2723 #, c-format msgid "function \"%s\" must be fired for UPDATE" msgstr "la fonction %s doit tre excute pour l'instruction UPDATE" -#: utils/adt/ri_triggers.c:2728 +#: utils/adt/ri_triggers.c:2729 #, c-format msgid "function \"%s\" must be fired for DELETE" msgstr "la fonction %s doit tre excute pour l'instruction DELETE" -#: utils/adt/ri_triggers.c:2751 +#: utils/adt/ri_triggers.c:2752 #, c-format msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\"" msgstr "aucune entre pg_constraint pour le trigger %s sur la table %s " -#: utils/adt/ri_triggers.c:2753 +#: utils/adt/ri_triggers.c:2754 #, c-format -msgid "" -"Remove this referential integrity trigger and its mates, then do ALTER TABLE " -"ADD CONSTRAINT." +msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT." msgstr "" "Supprimez ce trigger sur une intgrit rfrentielle et ses enfants,\n" "puis faites un ALTER TABLE ADD CONSTRAINT." -#: utils/adt/ri_triggers.c:3176 +#: utils/adt/ri_triggers.c:3180 #, c-format -msgid "" -"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave " -"unexpected result" +msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result" msgstr "" -"la requte d'intgrit rfrentielle sur %s partir de la contrainte " -"%s \n" +"la requte d'intgrit rfrentielle sur %s partir de la contrainte %s \n" "sur %s donne des rsultats inattendus" -#: utils/adt/ri_triggers.c:3180 +#: utils/adt/ri_triggers.c:3184 #, c-format msgid "This is most likely due to a rule having rewritten the query." msgstr "Ceci est certainement d une rgle qui a r-crit la requte." -#: utils/adt/ri_triggers.c:3229 +#: utils/adt/ri_triggers.c:3265 #, c-format msgid "Key (%s)=(%s) is not present in table \"%s\"." msgstr "La cl (%s)=(%s) n'est pas prsente dans la table %s ." -#: utils/adt/ri_triggers.c:3236 +#: utils/adt/ri_triggers.c:3268 #, c-format -msgid "" -"update or delete on table \"%s\" violates foreign key constraint \"%s\" on " -"table \"%s\"" +msgid "Key is not present in table \"%s\"." +msgstr "La cl n'est pas prsente dans la table %s ." + +#: utils/adt/ri_triggers.c:3274 +#, c-format +msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\"" msgstr "" "UPDATE ou DELETE sur la table %s viole la contrainte de cl trangre\n" " %s de la table %s " -#: utils/adt/ri_triggers.c:3240 +#: utils/adt/ri_triggers.c:3279 #, c-format msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "La cl (%s)=(%s) est toujours rfrence partir de la table %s ." +#: utils/adt/ri_triggers.c:3282 +#, c-format +msgid "Key is still referenced from table \"%s\"." +msgstr "La cl est toujours rfrence partir de la table %s ." + #: utils/adt/rowtypes.c:101 utils/adt/rowtypes.c:476 #, c-format msgid "input of anonymous composite types is not implemented" msgstr "l'ajout de colonnes ayant un type compos n'est pas implment" -#: utils/adt/rowtypes.c:154 utils/adt/rowtypes.c:182 utils/adt/rowtypes.c:205 -#: utils/adt/rowtypes.c:213 utils/adt/rowtypes.c:265 utils/adt/rowtypes.c:273 +#: utils/adt/rowtypes.c:154 utils/adt/rowtypes.c:182 utils/adt/rowtypes.c:205 utils/adt/rowtypes.c:213 utils/adt/rowtypes.c:265 utils/adt/rowtypes.c:273 #, c-format msgid "malformed record literal: \"%s\"" msgstr "enregistrement litral invalide : %s " @@ -19098,7 +17390,7 @@ msgstr "" "ne peut pas comparer les types d'enregistrement avec des numros diffrents\n" "des colonnes" -#: utils/adt/ruleutils.c:3856 +#: utils/adt/ruleutils.c:3883 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "la rgle %s a un type d'vnement %d non support" @@ -19106,14 +17398,12 @@ msgstr "la r #: utils/adt/selfuncs.c:5205 #, c-format msgid "case insensitive matching not supported on type bytea" -msgstr "" -"la recherche insensible la casse n'est pas supporte avec le type bytea" +msgstr "la recherche insensible la casse n'est pas supporte avec le type bytea" #: utils/adt/selfuncs.c:5308 #, c-format msgid "regular-expression matching not supported on type bytea" -msgstr "" -"la recherche par expression rationnelle n'est pas supporte sur le type bytea" +msgstr "la recherche par expression rationnelle n'est pas supporte sur le type bytea" #: utils/adt/tid.c:70 utils/adt/tid.c:78 utils/adt/tid.c:86 #, c-format @@ -19135,8 +17425,7 @@ msgstr "la pr msgid "timestamp out of range: \"%s\"" msgstr "timestamp en dehors de limites : %s " -#: utils/adt/timestamp.c:190 utils/adt/timestamp.c:464 -#: utils/adt/timestamp.c:674 +#: utils/adt/timestamp.c:190 utils/adt/timestamp.c:464 utils/adt/timestamp.c:674 #, c-format msgid "date/time value \"%s\" is no longer supported" msgstr "la valeur date/time %s n'est plus supporte" @@ -19151,8 +17440,7 @@ msgstr "timestamp ne peut pas valoir NaN" msgid "timestamp(%d) precision must be between %d and %d" msgstr "la prcision de timestamp(%d) doit tre comprise entre %d et %d" -#: utils/adt/timestamp.c:668 utils/adt/timestamp.c:3254 -#: utils/adt/timestamp.c:3383 utils/adt/timestamp.c:3774 +#: utils/adt/timestamp.c:668 utils/adt/timestamp.c:3254 utils/adt/timestamp.c:3383 utils/adt/timestamp.c:3774 #, c-format msgid "interval out of range" msgstr "intervalle en dehors des limites" @@ -19170,9 +17458,7 @@ msgstr "la pr #: utils/adt/timestamp.c:831 #, c-format msgid "INTERVAL(%d) precision reduced to maximum allowed, %d" -msgstr "" -"La prcision de l'intervalle INTERVAL(%d) doit tre rduit au maximum " -"permis, %d" +msgstr "La prcision de l'intervalle INTERVAL(%d) doit tre rduit au maximum permis, %d" #: utils/adt/timestamp.c:1183 #, c-format @@ -19184,8 +17470,7 @@ msgstr "La pr msgid "cannot subtract infinite timestamps" msgstr "ne peut pas soustraire les valeurs timestamps infinies" -#: utils/adt/timestamp.c:3509 utils/adt/timestamp.c:4115 -#: utils/adt/timestamp.c:4155 +#: utils/adt/timestamp.c:3509 utils/adt/timestamp.c:4115 utils/adt/timestamp.c:4155 #, c-format msgid "timestamp units \"%s\" not supported" msgstr "les units timestamp %s ne sont pas supportes" @@ -19195,13 +17480,11 @@ msgstr "les unit msgid "timestamp units \"%s\" not recognized" msgstr "les unit %s ne sont pas reconnues pour le type timestamp" -#: utils/adt/timestamp.c:3663 utils/adt/timestamp.c:4326 -#: utils/adt/timestamp.c:4367 +#: utils/adt/timestamp.c:3663 utils/adt/timestamp.c:4326 utils/adt/timestamp.c:4367 #, c-format msgid "timestamp with time zone units \"%s\" not supported" msgstr "" -"les units %s ne sont pas supportes pour le type timestamp with " -"time\n" +"les units %s ne sont pas supportes pour le type timestamp with time\n" "zone " #: utils/adt/timestamp.c:3680 utils/adt/timestamp.c:4376 @@ -19213,12 +17496,8 @@ msgstr "" #: utils/adt/timestamp.c:3761 #, c-format -msgid "" -"interval units \"%s\" not supported because months usually have fractional " -"weeks" -msgstr "" -"units d'intervalle %s non support car les mois ont gnralement des " -"semaines fractionnaires" +msgid "interval units \"%s\" not supported because months usually have fractional weeks" +msgstr "units d'intervalle %s non support car les mois ont gnralement des semaines fractionnaires" #: utils/adt/timestamp.c:3767 utils/adt/timestamp.c:4482 #, c-format @@ -19243,28 +17522,24 @@ msgstr "suppress_redundant_updates_trigger : doit #: utils/adt/trigfuncs.c:48 #, c-format msgid "suppress_redundant_updates_trigger: must be called on update" -msgstr "" -"suppress_redundant_updates_trigger : doit tre appel sur une mise jour" +msgstr "suppress_redundant_updates_trigger : doit tre appel sur une mise jour" #: utils/adt/trigfuncs.c:54 #, c-format msgid "suppress_redundant_updates_trigger: must be called before update" -msgstr "" -"suppress_redundant_updates_trigger : doit tre appel avant une mise jour" +msgstr "suppress_redundant_updates_trigger : doit tre appel avant une mise jour" #: utils/adt/trigfuncs.c:60 #, c-format msgid "suppress_redundant_updates_trigger: must be called for each row" -msgstr "" -"suppress_redundant_updates_trigger : doit tre appel pour chaque ligne" +msgstr "suppress_redundant_updates_trigger : doit tre appel pour chaque ligne" #: utils/adt/tsgistidx.c:98 #, c-format msgid "gtsvector_in not implemented" msgstr "gtsvector_in n'est pas encore implment" -#: utils/adt/tsquery.c:154 utils/adt/tsquery.c:389 -#: utils/adt/tsvector_parser.c:133 +#: utils/adt/tsquery.c:154 utils/adt/tsquery.c:389 utils/adt/tsvector_parser.c:133 #, c-format msgid "syntax error in tsquery: \"%s\"" msgstr "erreur de syntaxe dans tsquery : %s " @@ -19292,8 +17567,7 @@ msgstr "le mot est trop long dans tsquery : #: utils/adt/tsquery.c:509 #, c-format msgid "text-search query doesn't contain lexemes: \"%s\"" -msgstr "" -"la requte de recherche plein texte ne contient pas de lexemes : %s " +msgstr "la requte de recherche plein texte ne contient pas de lexemes : %s " #: utils/adt/tsquery.c:520 utils/adt/tsquery_util.c:340 #, c-format @@ -19302,9 +17576,7 @@ msgstr "le champ tsquery est trop gros" #: utils/adt/tsquery_cleanup.c:284 #, c-format -msgid "" -"text-search query contains only stop words or doesn't contain lexemes, " -"ignored" +msgid "text-search query contains only stop words or doesn't contain lexemes, ignored" msgstr "" "la requte de recherche plein texte ne contient que des termes courants\n" "ou ne contient pas de lexemes, ignor" @@ -19424,9 +17696,7 @@ msgstr "la taille du tableau de bits d #: utils/adt/varbit.c:177 utils/adt/varbit.c:320 utils/adt/varbit.c:377 #, c-format msgid "bit string length %d does not match type bit(%d)" -msgstr "" -"la longueur (en bits) de la chane %d ne doit pas correspondre au type " -"bit(%d)" +msgstr "la longueur (en bits) de la chane %d ne doit pas correspondre au type bit(%d)" #: utils/adt/varbit.c:199 utils/adt/varbit.c:511 #, c-format @@ -19448,9 +17718,7 @@ msgstr "longueur invalide dans la cha msgid "bit string too long for type bit varying(%d)" msgstr "la chane bit est trop longue pour le type bit varying(%d)" -#: utils/adt/varbit.c:1066 utils/adt/varbit.c:1168 utils/adt/varlena.c:800 -#: utils/adt/varlena.c:864 utils/adt/varlena.c:1008 utils/adt/varlena.c:1964 -#: utils/adt/varlena.c:2031 +#: utils/adt/varbit.c:1066 utils/adt/varbit.c:1168 utils/adt/varlena.c:800 utils/adt/varlena.c:864 utils/adt/varlena.c:1008 utils/adt/varlena.c:1964 utils/adt/varlena.c:2031 #, c-format msgid "negative substring length not allowed" msgstr "longueur de sous-chane ngative non autorise" @@ -19458,23 +17726,17 @@ msgstr "longueur de sous-cha #: utils/adt/varbit.c:1226 #, c-format msgid "cannot AND bit strings of different sizes" -msgstr "" -"ne peut pas utiliser l'oprateur AND sur des chanes bit de tailles " -"diffrentes" +msgstr "ne peut pas utiliser l'oprateur AND sur des chanes bit de tailles diffrentes" #: utils/adt/varbit.c:1268 #, c-format msgid "cannot OR bit strings of different sizes" -msgstr "" -"ne peut pas utiliser l'oprateur OR sur des chanes bit de tailles " -"diffrentes" +msgstr "ne peut pas utiliser l'oprateur OR sur des chanes bit de tailles diffrentes" #: utils/adt/varbit.c:1315 #, c-format msgid "cannot XOR bit strings of different sizes" -msgstr "" -"ne peut pas utiliser l'oprateur XOR sur des chanes bit de tailles " -"diffrentes" +msgstr "ne peut pas utiliser l'oprateur XOR sur des chanes bit de tailles diffrentes" #: utils/adt/varbit.c:1793 utils/adt/varbit.c:1851 #, c-format @@ -19499,9 +17761,7 @@ msgstr "valeur trop longue pour le type character varying(%d)" #: utils/adt/varlena.c:1380 #, c-format msgid "could not determine which collation to use for string comparison" -msgstr "" -"n'a pas pu dterminer le collationnement utiliser pour la comparaison de " -"chane" +msgstr "n'a pas pu dterminer le collationnement utiliser pour la comparaison de chane" #: utils/adt/varlena.c:1426 utils/adt/varlena.c:1439 #, c-format @@ -19513,8 +17773,7 @@ msgstr "n'a pas pu convertir la cha msgid "could not compare Unicode strings: %m" msgstr "n'a pas pu comparer les chanes unicode : %m" -#: utils/adt/varlena.c:2109 utils/adt/varlena.c:2140 utils/adt/varlena.c:2176 -#: utils/adt/varlena.c:2219 +#: utils/adt/varlena.c:2109 utils/adt/varlena.c:2140 utils/adt/varlena.c:2176 utils/adt/varlena.c:2219 #, c-format msgid "index %d out of valid range, 0..%d" msgstr "index %d en dehors des limites valides, 0..%d" @@ -19552,9 +17811,7 @@ msgstr "le nombre est en dehors des limites" #: utils/adt/varlena.c:4388 utils/adt/varlena.c:4416 #, c-format msgid "format specifies argument 0, but arguments are numbered from 1" -msgstr "" -"le format indique l'argument 0 mais les arguments sont numrots partir de " -"1" +msgstr "le format indique l'argument 0 mais les arguments sont numrots partir de 1" #: utils/adt/varlena.c:4409 #, c-format @@ -19576,161 +17833,153 @@ msgstr "l'argument de ntile doit msgid "argument of nth_value must be greater than zero" msgstr "l'argument de nth_value doit tre suprieur zro" -#: utils/adt/xml.c:170 +#: utils/adt/xml.c:171 #, c-format msgid "unsupported XML feature" msgstr "fonctionnalit XML non supporte" -#: utils/adt/xml.c:171 +#: utils/adt/xml.c:172 #, c-format msgid "This functionality requires the server to be built with libxml support." -msgstr "" -"Cette fonctionnalit ncessite que le serveur dispose du support de libxml." +msgstr "Cette fonctionnalit ncessite que le serveur dispose du support de libxml." -#: utils/adt/xml.c:172 +#: utils/adt/xml.c:173 #, c-format msgid "You need to rebuild PostgreSQL using --with-libxml." msgstr "Vous devez recompiler PostgreSQL en utilisant --with-libxml." -#: utils/adt/xml.c:191 utils/mb/mbutils.c:515 +#: utils/adt/xml.c:192 utils/mb/mbutils.c:515 #, c-format msgid "invalid encoding name \"%s\"" msgstr "nom d'encodage %s invalide" -#: utils/adt/xml.c:437 utils/adt/xml.c:442 +#: utils/adt/xml.c:438 utils/adt/xml.c:443 #, c-format msgid "invalid XML comment" msgstr "commentaire XML invalide" -#: utils/adt/xml.c:571 +#: utils/adt/xml.c:572 #, c-format msgid "not an XML document" msgstr "pas un document XML" -#: utils/adt/xml.c:730 utils/adt/xml.c:753 +#: utils/adt/xml.c:731 utils/adt/xml.c:754 #, c-format msgid "invalid XML processing instruction" msgstr "instruction de traitement XML invalide" -#: utils/adt/xml.c:731 +#: utils/adt/xml.c:732 #, c-format msgid "XML processing instruction target name cannot be \"%s\"." -msgstr "" -"le nom de cible de l'instruction de traitement XML ne peut pas tre %s ." +msgstr "le nom de cible de l'instruction de traitement XML ne peut pas tre %s ." -#: utils/adt/xml.c:754 +#: utils/adt/xml.c:755 #, c-format msgid "XML processing instruction cannot contain \"?>\"." msgstr "l'instruction de traitement XML ne peut pas contenir ?> ." -#: utils/adt/xml.c:833 +#: utils/adt/xml.c:834 #, c-format msgid "xmlvalidate is not implemented" msgstr "xmlvalidate n'est pas implment" -#: utils/adt/xml.c:912 +#: utils/adt/xml.c:913 #, c-format msgid "could not initialize XML library" msgstr "n'a pas pu initialiser la bibliothque XML" -#: utils/adt/xml.c:913 +#: utils/adt/xml.c:914 #, c-format -msgid "" -"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." +msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." msgstr "" "libxml2 a un type de caractre incompatible : sizeof(char)=%u,\n" "sizeof(xmlChar)=%u." -#: utils/adt/xml.c:999 +#: utils/adt/xml.c:1000 #, c-format msgid "could not set up XML error handler" msgstr "n'a pas pu configurer le gestionnaire d'erreurs XML" -#: utils/adt/xml.c:1000 +#: utils/adt/xml.c:1001 #, c-format -msgid "" -"This probably indicates that the version of libxml2 being used is not " -"compatible with the libxml2 header files that PostgreSQL was built with." +msgid "This probably indicates that the version of libxml2 being used is not compatible with the libxml2 header files that PostgreSQL was built with." msgstr "" "Ceci indique probablement que la version de libxml2 en cours d'utilisation\n" "n'est pas compatible avec les fichiers d'en-tte de libxml2 avec lesquels\n" "PostgreSQL a t construit." -#: utils/adt/xml.c:1735 +#: utils/adt/xml.c:1736 msgid "Invalid character value." msgstr "Valeur invalide pour le caractre." -#: utils/adt/xml.c:1738 +#: utils/adt/xml.c:1739 msgid "Space required." msgstr "Espace requis." -#: utils/adt/xml.c:1741 +#: utils/adt/xml.c:1742 msgid "standalone accepts only 'yes' or 'no'." msgstr "la version autonome accepte seulement 'yes' et 'no'." -#: utils/adt/xml.c:1744 +#: utils/adt/xml.c:1745 msgid "Malformed declaration: missing version." msgstr "Dclaration mal forme : version manquante." -#: utils/adt/xml.c:1747 +#: utils/adt/xml.c:1748 msgid "Missing encoding in text declaration." msgstr "Encodage manquant dans la dclaration du texte." -#: utils/adt/xml.c:1750 +#: utils/adt/xml.c:1751 msgid "Parsing XML declaration: '?>' expected." msgstr "Analyse de la dclaration XML : ?> attendu." -#: utils/adt/xml.c:1753 +#: utils/adt/xml.c:1754 #, c-format msgid "Unrecognized libxml error code: %d." msgstr "code d'erreur libxml inconnu : %d" -#: utils/adt/xml.c:2034 +#: utils/adt/xml.c:2035 #, c-format msgid "XML does not support infinite date values." msgstr "XML ne supporte pas les valeurs infinies de date." -#: utils/adt/xml.c:2056 utils/adt/xml.c:2083 +#: utils/adt/xml.c:2057 utils/adt/xml.c:2084 #, c-format msgid "XML does not support infinite timestamp values." msgstr "XML ne supporte pas les valeurs infinies de timestamp." -#: utils/adt/xml.c:2474 +#: utils/adt/xml.c:2475 #, c-format msgid "invalid query" msgstr "requte invalide" -#: utils/adt/xml.c:3789 +#: utils/adt/xml.c:3807 #, c-format msgid "invalid array for XML namespace mapping" msgstr "tableau invalide pour la correspondance de l'espace de nom XML" -#: utils/adt/xml.c:3790 +#: utils/adt/xml.c:3808 #, c-format -msgid "" -"The array must be two-dimensional with length of the second axis equal to 2." +msgid "The array must be two-dimensional with length of the second axis equal to 2." msgstr "" "Le tableau doit avoir deux dimensions avec une longueur de 2 pour le\n" "deuxime axe." -#: utils/adt/xml.c:3814 +#: utils/adt/xml.c:3832 #, c-format msgid "empty XPath expression" msgstr "expression XPath vide" -#: utils/adt/xml.c:3863 +#: utils/adt/xml.c:3881 #, c-format msgid "neither namespace name nor URI may be null" msgstr "ni le nom de l'espace de noms ni l'URI ne peuvent tre NULL" -#: utils/adt/xml.c:3870 +#: utils/adt/xml.c:3888 #, c-format msgid "could not register XML namespace with name \"%s\" and URI \"%s\"" -msgstr "" -"n'a pas pu enregistrer l'espace de noms XML de nom %s et d'URI %s " +msgstr "n'a pas pu enregistrer l'espace de noms XML de nom %s et d'URI %s " -#: utils/cache/lsyscache.c:2459 utils/cache/lsyscache.c:2492 -#: utils/cache/lsyscache.c:2525 utils/cache/lsyscache.c:2558 +#: utils/cache/lsyscache.c:2459 utils/cache/lsyscache.c:2492 utils/cache/lsyscache.c:2525 utils/cache/lsyscache.c:2558 #, c-format msgid "type %s is only a shell" msgstr "le type %s est seulement un shell" @@ -19750,18 +17999,17 @@ msgstr "aucune fonction en sortie disponible pour le type %s" msgid "cached plan must not change result type" msgstr "le plan en cache ne doit pas modifier le type en rsultat" -#: utils/cache/relcache.c:4550 +#: utils/cache/relcache.c:4554 #, c-format msgid "could not create relation-cache initialization file \"%s\": %m" -msgstr "" -"n'a pas pu crer le fichier d'initialisation relation-cache %s : %m" +msgstr "n'a pas pu crer le fichier d'initialisation relation-cache %s : %m" -#: utils/cache/relcache.c:4552 +#: utils/cache/relcache.c:4556 #, c-format msgid "Continuing anyway, but there's something wrong." msgstr "Continue malgr tout, mais quelque chose s'est mal pass." -#: utils/cache/relcache.c:4766 +#: utils/cache/relcache.c:4770 #, c-format msgid "could not remove cache file \"%s\": %m" msgstr "n'a pas pu supprimer le fichier cache %s : %m" @@ -19770,15 +18018,13 @@ msgstr "n'a pas pu supprimer le fichier cache #, c-format msgid "cannot PREPARE a transaction that modified relation mapping" msgstr "" -"ne peut pas prparer (PREPARE) une transaction qui a modifi la " -"correspondance\n" +"ne peut pas prparer (PREPARE) une transaction qui a modifi la correspondance\n" "de relation" #: utils/cache/relmapper.c:596 utils/cache/relmapper.c:696 #, c-format msgid "could not open relation mapping file \"%s\": %m" -msgstr "" -"n'a pas pu ouvrir le fichier de correspondance des relations %s : %m" +msgstr "n'a pas pu ouvrir le fichier de correspondance des relations %s : %m" #: utils/cache/relmapper.c:609 #, c-format @@ -19788,9 +18034,7 @@ msgstr "n'a pas pu lire le fichier de correspondance des relations #: utils/cache/relmapper.c:619 #, c-format msgid "relation mapping file \"%s\" contains invalid data" -msgstr "" -"le fichier de correspondance des relations %s contient des donnes " -"invalides" +msgstr "le fichier de correspondance des relations %s contient des donnes invalides" #: utils/cache/relmapper.c:629 #, c-format @@ -19802,21 +18046,17 @@ msgstr "" #: utils/cache/relmapper.c:735 #, c-format msgid "could not write to relation mapping file \"%s\": %m" -msgstr "" -"n'a pas pu crire le fichier de correspondance des relations %s : %m" +msgstr "n'a pas pu crire le fichier de correspondance des relations %s : %m" #: utils/cache/relmapper.c:748 #, c-format msgid "could not fsync relation mapping file \"%s\": %m" -msgstr "" -"n'a pas pu synchroniser (fsync) le fichier de correspondance des relations " -"%s : %m" +msgstr "n'a pas pu synchroniser (fsync) le fichier de correspondance des relations %s : %m" #: utils/cache/relmapper.c:754 #, c-format msgid "could not close relation mapping file \"%s\": %m" -msgstr "" -"n'a pas pu fermer le fichier de correspondance des relations %s : %m" +msgstr "n'a pas pu fermer le fichier de correspondance des relations %s : %m" #: utils/cache/typcache.c:704 #, c-format @@ -19838,103 +18078,102 @@ msgstr "TRAP : ExceptionalCondition : mauvais arguments\n" msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" msgstr "TRAP : %s( %s , fichier : %s , ligne : %d)\n" -#: utils/error/elog.c:319 utils/error/elog.c:1262 +#: utils/error/elog.c:319 utils/error/elog.c:1276 #, c-format msgid "error occurred at %s:%d before error message processing is available\n" msgstr "" "erreur survenue %s:%d avant que le traitement des messages d'erreurs ne\n" "soit disponible\n" -#: utils/error/elog.c:1694 +#: utils/error/elog.c:1708 #, c-format msgid "could not reopen file \"%s\" as stderr: %m" msgstr "n'a pas pu r-ouvrir le fichier %s comme stderr : %m" -#: utils/error/elog.c:1707 +#: utils/error/elog.c:1721 #, c-format msgid "could not reopen file \"%s\" as stdout: %m" msgstr "n'a pas pu r-ouvrir le fichier %s comme stdout : %m" -#: utils/error/elog.c:2096 utils/error/elog.c:2106 utils/error/elog.c:2116 +#: utils/error/elog.c:2110 utils/error/elog.c:2120 utils/error/elog.c:2130 msgid "[unknown]" msgstr "[inconnu]" -#: utils/error/elog.c:2464 utils/error/elog.c:2763 utils/error/elog.c:2871 +#: utils/error/elog.c:2478 utils/error/elog.c:2777 utils/error/elog.c:2885 msgid "missing error text" msgstr "texte d'erreur manquant" -#: utils/error/elog.c:2467 utils/error/elog.c:2470 utils/error/elog.c:2874 -#: utils/error/elog.c:2877 +#: utils/error/elog.c:2481 utils/error/elog.c:2484 utils/error/elog.c:2888 utils/error/elog.c:2891 #, c-format msgid " at character %d" msgstr " au caractre %d" -#: utils/error/elog.c:2480 utils/error/elog.c:2487 +#: utils/error/elog.c:2494 utils/error/elog.c:2501 msgid "DETAIL: " msgstr "DTAIL: " -#: utils/error/elog.c:2494 +#: utils/error/elog.c:2508 msgid "HINT: " msgstr "ASTUCE : " -#: utils/error/elog.c:2501 +#: utils/error/elog.c:2515 msgid "QUERY: " msgstr "REQUTE : " -#: utils/error/elog.c:2508 +#: utils/error/elog.c:2522 msgid "CONTEXT: " msgstr "CONTEXTE : " -#: utils/error/elog.c:2518 +#: utils/error/elog.c:2532 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "EMPLACEMENT : %s, %s:%d\n" -#: utils/error/elog.c:2525 +#: utils/error/elog.c:2539 #, c-format msgid "LOCATION: %s:%d\n" msgstr "EMPLACEMENT : %s:%d\n" -#: utils/error/elog.c:2539 +#: utils/error/elog.c:2553 msgid "STATEMENT: " msgstr "INSTRUCTION : " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:2992 +#: utils/error/elog.c:3006 #, c-format msgid "operating system error %d" msgstr "erreur %d du systme d'exploitation" -#: utils/error/elog.c:3187 +#: utils/error/elog.c:3201 msgid "DEBUG" msgstr "DEBUG" -#: utils/error/elog.c:3191 +#: utils/error/elog.c:3205 msgid "LOG" msgstr "LOG" -#: utils/error/elog.c:3194 +#: utils/error/elog.c:3208 msgid "INFO" msgstr "INFO" -#: utils/error/elog.c:3197 +#: utils/error/elog.c:3211 msgid "NOTICE" msgstr "NOTICE" -#: utils/error/elog.c:3200 +#: utils/error/elog.c:3214 msgid "WARNING" msgstr "ATTENTION" -#: utils/error/elog.c:3203 +#: utils/error/elog.c:3217 msgid "ERROR" msgstr "ERREUR" -#: utils/error/elog.c:3206 +#: utils/error/elog.c:3220 msgid "FATAL" msgstr "FATAL" -#: utils/error/elog.c:3209 +#: utils/error/elog.c:3223 msgid "PANIC" msgstr "PANIC" @@ -20002,8 +18241,7 @@ msgstr "Le serveur a FLOAT8PASSBYVAL = %s, la biblioth #: utils/fmgr/dfmgr.c:376 msgid "Magic block has unexpected length or padding difference." -msgstr "" -"Le bloc magique a une longueur inattendue ou une diffrence de padding." +msgstr "Le bloc magique a une longueur inattendue ou une diffrence de padding." #: utils/fmgr/dfmgr.c:379 #, c-format @@ -20028,14 +18266,12 @@ msgstr "composant de longueur z #: utils/fmgr/dfmgr.c:636 #, c-format msgid "component in parameter \"dynamic_library_path\" is not an absolute path" -msgstr "" -"Un composant du paramtre dynamic_library_path n'est pas un chemin absolu" +msgstr "Un composant du paramtre dynamic_library_path n'est pas un chemin absolu" #: utils/fmgr/fmgr.c:272 #, c-format msgid "internal function \"%s\" is not in internal lookup table" -msgstr "" -"la fonction interne %s n'est pas dans une table de recherche interne" +msgstr "la fonction interne %s n'est pas dans une table de recherche interne" #: utils/fmgr/fmgr.c:482 #, c-format @@ -20050,14 +18286,11 @@ msgstr "la fonction %u a trop d'arguments (%d, le maximum #: utils/fmgr/fmgr.c:2535 #, c-format msgid "language validation function %u called for language %u instead of %u" -msgstr "" -"fonction %u de validation du langage appele pour le langage %u au lieu de %u" +msgstr "fonction %u de validation du langage appele pour le langage %u au lieu de %u" #: utils/fmgr/funcapi.c:355 #, c-format -msgid "" -"could not determine actual result type for function \"%s\" declared to " -"return type %s" +msgid "could not determine actual result type for function \"%s\" declared to return type %s" msgstr "" "n'a pas pu dterminer le type du rsultat actuel pour la fonction %s \n" "dclarant retourner le type %s" @@ -20133,12 +18366,8 @@ msgstr "le fichier verrou #: utils/init/miscinit.c:775 #, c-format -msgid "" -"Either another server is starting, or the lock file is the remnant of a " -"previous server startup crash." -msgstr "" -"Soit un autre serveur est en cours de dmarrage, soit le fichier verrou est " -"un reste d'un prcdent crash au dmarrage du serveur" +msgid "Either another server is starting, or the lock file is the remnant of a previous server startup crash." +msgstr "Soit un autre serveur est en cours de dmarrage, soit le fichier verrou est un reste d'un prcdent crash au dmarrage du serveur" #: utils/init/miscinit.c:822 #, c-format @@ -20162,16 +18391,12 @@ msgstr "" #: utils/init/miscinit.c:831 #, c-format msgid "Is another postgres (PID %d) using socket file \"%s\"?" -msgstr "" -"Un autre postgres (de PID %d) est-il dj lanc en utilisant la socket %s " -" ?" +msgstr "Un autre postgres (de PID %d) est-il dj lanc en utilisant la socket %s ?" #: utils/init/miscinit.c:833 #, c-format msgid "Is another postmaster (PID %d) using socket file \"%s\"?" -msgstr "" -"Un autre postmaster (de PID %d) est-il dj lanc en utilisant la socket " -"%s ?" +msgstr "Un autre postmaster (de PID %d) est-il dj lanc en utilisant la socket %s ?" #: utils/init/miscinit.c:869 #, c-format @@ -20182,9 +18407,7 @@ msgstr "" #: utils/init/miscinit.c:872 #, c-format -msgid "" -"If you're sure there are no old server processes still running, remove the " -"shared memory block or just delete the file \"%s\"." +msgid "If you're sure there are no old server processes still running, remove the shared memory block or just delete the file \"%s\"." msgstr "" "Si vous tes sr qu'aucun processus serveur n'est toujours en cours\n" "d'excution, supprimez le bloc de mmoire partage\n" @@ -20197,16 +18420,12 @@ msgstr "n'a pas pu supprimer le vieux fichier verrou #: utils/init/miscinit.c:890 #, c-format -msgid "" -"The file seems accidentally left over, but it could not be removed. Please " -"remove the file by hand and try again." +msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again." msgstr "" -"Le fichier semble avoir t oubli accidentellement mais il ne peut pas " -"tre\n" +"Le fichier semble avoir t oubli accidentellement mais il ne peut pas tre\n" "supprim. Merci de supprimer ce fichier manuellement et de r-essayer." -#: utils/init/miscinit.c:926 utils/init/miscinit.c:937 -#: utils/init/miscinit.c:947 +#: utils/init/miscinit.c:926 utils/init/miscinit.c:937 utils/init/miscinit.c:947 #, c-format msgid "could not write lock file \"%s\": %m" msgstr "n'a pas pu crire le fichier verrou %s : %m" @@ -20238,9 +18457,7 @@ msgstr "Vous pouvez avoir besoin d'ex #: utils/init/miscinit.c:1211 #, c-format -msgid "" -"The data directory was initialized by PostgreSQL version %ld.%ld, which is " -"not compatible with this version %s." +msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s." msgstr "" "Le rpertoire des donnes a t initialis avec PostgreSQL version %ld.%ld,\n" "qui est non compatible avec cette version %s." @@ -20293,32 +18510,25 @@ msgstr "trop de connexions pour la base de donn #: utils/init/postinit.c:344 utils/init/postinit.c:351 #, c-format msgid "database locale is incompatible with operating system" -msgstr "" -"la locale de la base de donnes est incompatible avec le systme " -"d'exploitation" +msgstr "la locale de la base de donnes est incompatible avec le systme d'exploitation" #: utils/init/postinit.c:345 #, c-format -msgid "" -"The database was initialized with LC_COLLATE \"%s\", which is not " -"recognized by setlocale()." +msgid "The database was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()." msgstr "" "La base de donnes a t initialise avec un LC_COLLATE %s ,\n" "qui n'est pas reconnu par setlocale()." #: utils/init/postinit.c:347 utils/init/postinit.c:354 #, c-format -msgid "" -"Recreate the database with another locale or install the missing locale." +msgid "Recreate the database with another locale or install the missing locale." msgstr "" "Recrez la base de donnes avec une autre locale ou installez la locale\n" "manquante." #: utils/init/postinit.c:352 #, c-format -msgid "" -"The database was initialized with LC_CTYPE \"%s\", which is not recognized " -"by setlocale()." +msgid "The database was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()." msgstr "" "La base de donnes a t initialise avec un LC_CTYPE %s ,\n" "qui n'est pas reconnu par setlocale()." @@ -20344,21 +18554,17 @@ msgstr "" #, c-format msgid "must be superuser to connect during database shutdown" msgstr "" -"doit tre super-utilisateur pour se connecter pendant un arrt de la base " -"de\n" +"doit tre super-utilisateur pour se connecter pendant un arrt de la base de\n" "donnes" #: utils/init/postinit.c:704 #, c-format msgid "must be superuser to connect in binary upgrade mode" -msgstr "" -"doit tre super-utilisateur pour se connecter en mode de mise jour binaire" +msgstr "doit tre super-utilisateur pour se connecter en mode de mise jour binaire" #: utils/init/postinit.c:718 #, c-format -msgid "" -"remaining connection slots are reserved for non-replication superuser " -"connections" +msgid "remaining connection slots are reserved for non-replication superuser connections" msgstr "" "les emplacements de connexions restants sont rservs pour les connexion\n" "superutilisateur non relatif la rplication" @@ -20395,15 +18601,12 @@ msgstr "n'a pas pu acc msgid "invalid encoding number: %d" msgstr "numro d'encodage invalide : %d" -#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136 -#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163 +#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136 utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163 #, c-format msgid "unexpected encoding ID %d for ISO 8859 character sets" -msgstr "" -"identifiant d'encodage %d inattendu pour les jeux de caractres ISO-8859" +msgstr "identifiant d'encodage %d inattendu pour les jeux de caractres ISO-8859" -#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:126 -#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:153 +#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:126 utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:153 #, c-format msgid "unexpected encoding ID %d for WIN character sets" msgstr "identifiant d'encodage %d inattendu pour les jeux de caractres WIN" @@ -20420,8 +18623,7 @@ msgstr "la conversion entre %s et %s n'est pas support #: utils/mb/mbutils.c:351 #, c-format -msgid "" -"default conversion function for encoding \"%s\" to \"%s\" does not exist" +msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist" msgstr "" "la fonction de conversion par dfaut pour l'encodage de %s en %s \n" "n'existe pas" @@ -20453,12 +18655,9 @@ msgstr "s #: utils/mb/wchar.c:2051 #, c-format -msgid "" -"character with byte sequence %s in encoding \"%s\" has no equivalent in " -"encoding \"%s\"" +msgid "character with byte sequence %s in encoding \"%s\" has no equivalent in encoding \"%s\"" msgstr "" -"le caractre dont la squence d'octets est %s dans l'encodage %s n'a " -"pas\n" +"le caractre dont la squence d'octets est %s dans l'encodage %s n'a pas\n" "d'quivalent dans l'encodage %s " #: utils/misc/guc.c:520 @@ -20547,8 +18746,7 @@ msgstr "Optimisation des requ #: utils/misc/guc.c:562 msgid "Query Tuning / Planner Method Configuration" -msgstr "" -"Optimisation des requtes / Configuration de la mthode du planificateur" +msgstr "Optimisation des requtes / Configuration de la mthode du planificateur" #: utils/misc/guc.c:564 msgid "Query Tuning / Planner Cost Constants" @@ -20588,9 +18786,7 @@ msgstr "Statistiques / Surveillance" #: utils/misc/guc.c:582 msgid "Statistics / Query and Index Statistics Collector" -msgstr "" -"Statistiques / Rcuprateur des statistiques sur les requtes et sur les " -"index" +msgstr "Statistiques / Rcuprateur des statistiques sur les requtes et sur les index" #: utils/misc/guc.c:584 msgid "Autovacuum" @@ -20602,8 +18798,7 @@ msgstr "Valeurs par d #: utils/misc/guc.c:588 msgid "Client Connection Defaults / Statement Behavior" -msgstr "" -"Valeurs par dfaut pour les connexions client / Comportement des instructions" +msgstr "Valeurs par dfaut pour les connexions client / Comportement des instructions" #: utils/misc/guc.c:590 msgid "Client Connection Defaults / Locale and Formatting" @@ -20611,8 +18806,7 @@ msgstr "Valeurs par d #: utils/misc/guc.c:592 msgid "Client Connection Defaults / Other Defaults" -msgstr "" -"Valeurs par dfaut pour les connexions client / Autres valeurs par dfaut" +msgstr "Valeurs par dfaut pour les connexions client / Autres valeurs par dfaut" #: utils/misc/guc.c:594 msgid "Lock Management" @@ -20624,15 +18818,11 @@ msgstr "Compatibilit #: utils/misc/guc.c:598 msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" -msgstr "" -"Compatibilit des versions et des plateformes / Anciennes versions de " -"PostgreSQL" +msgstr "Compatibilit des versions et des plateformes / Anciennes versions de PostgreSQL" #: utils/misc/guc.c:600 msgid "Version and Platform Compatibility / Other Platforms and Clients" -msgstr "" -"Compatibilit des versions et des plateformes / Anciennes plateformes et " -"anciens clients" +msgstr "Compatibilit des versions et des plateformes / Anciennes plateformes et anciens clients" #: utils/misc/guc.c:602 msgid "Error Handling" @@ -20672,8 +18862,7 @@ msgstr "Active l'utilisation de plans de parcours TID par le planificateur." #: utils/misc/guc.c:707 msgid "Enables the planner's use of explicit sort steps." -msgstr "" -"Active l'utilisation des tapes de tris explicites par le planificateur." +msgstr "Active l'utilisation des tapes de tris explicites par le planificateur." #: utils/misc/guc.c:716 msgid "Enables the planner's use of hashed aggregation plans." @@ -20685,9 +18874,7 @@ msgstr "Active l'utilisation de la mat #: utils/misc/guc.c:734 msgid "Enables the planner's use of nested-loop join plans." -msgstr "" -"Active l'utilisation de plans avec des jointures imbriques par le " -"planificateur." +msgstr "Active l'utilisation de plans avec des jointures imbriques par le planificateur." #: utils/misc/guc.c:743 msgid "Enables the planner's use of merge join plans." @@ -20695,8 +18882,7 @@ msgstr "Active l'utilisation de plans de jointures MERGE par le planificateur." #: utils/misc/guc.c:752 msgid "Enables the planner's use of hash join plans." -msgstr "" -"Active l'utilisation de plans de jointures hches par le planificateur." +msgstr "Active l'utilisation de plans de jointures hches par le planificateur." #: utils/misc/guc.c:761 msgid "Enables genetic query optimization." @@ -20704,8 +18890,7 @@ msgstr "Active l'optimisation g #: utils/misc/guc.c:762 msgid "This algorithm attempts to do planning without exhaustive searching." -msgstr "" -"Cet algorithme essaie de faire une planification sans recherche exhaustive." +msgstr "Cet algorithme essaie de faire une planification sans recherche exhaustive." #: utils/misc/guc.c:772 msgid "Shows whether the current user is a superuser." @@ -20724,15 +18909,10 @@ msgid "Forces synchronization of updates to disk." msgstr "Force la synchronisation des mises jour sur le disque." #: utils/misc/guc.c:801 -msgid "" -"The server will use the fsync() system call in several places to make sure " -"that updates are physically written to disk. This insures that a database " -"cluster will recover to a consistent state after an operating system or " -"hardware crash." +msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash." msgstr "" "Le serveur utilisera l'appel systme fsync() diffrents endroits pour\n" -"s'assurer que les mises jour sont crites physiquement sur le disque. " -"Ceci\n" +"s'assurer que les mises jour sont crites physiquement sur le disque. Ceci\n" "nous assure qu'un groupe de bases de donnes se retrouvera dans un tat\n" "cohrent aprs un arrt brutal d au systme d'exploitation ou au matriel." @@ -20741,32 +18921,15 @@ msgid "Continues processing after a checksum failure." msgstr "Continue le traitement aprs un chec de la somme de contrle." #: utils/misc/guc.c:813 -msgid "" -"Detection of a checksum failure normally causes PostgreSQL to report an " -"error, aborting the current transaction. Setting ignore_checksum_failure to " -"true causes the system to ignore the failure (but still report a warning), " -"and continue processing. This behavior could cause crashes or other serious " -"problems. Only has an effect if checksums are enabled." -msgstr "" -"La dtection d'une erreur de somme de contrle a normalement pour effet de " -"rapporter une erreur, annulant la transaction en cours. Rgler " -"ignore_checksum_failure true permet au systme d'ignorer cette erreur " -"(mais rapporte toujours un avertissement), et continue le traitement. Ce " -"comportement pourrait causer un arrt brutal ou d'autres problmes srieux. " -"Cela a un effet seulement si les sommes de contrles (checksums) sont " -"activs." +msgid "Detection of a checksum failure normally causes PostgreSQL to report an error, aborting the current transaction. Setting ignore_checksum_failure to true causes the system to ignore the failure (but still report a warning), and continue processing. This behavior could cause crashes or other serious problems. Only has an effect if checksums are enabled." +msgstr "La dtection d'une erreur de somme de contrle a normalement pour effet de rapporter une erreur, annulant la transaction en cours. Rgler ignore_checksum_failure true permet au systme d'ignorer cette erreur (mais rapporte toujours un avertissement), et continue le traitement. Ce comportement pourrait causer un arrt brutal ou d'autres problmes srieux. Cela a un effet seulement si les sommes de contrles (checksums) sont activs." #: utils/misc/guc.c:827 msgid "Continues processing past damaged page headers." msgstr "Continue le travail aprs les en-ttes de page endommags." #: utils/misc/guc.c:828 -msgid "" -"Detection of a damaged page header normally causes PostgreSQL to report an " -"error, aborting the current transaction. Setting zero_damaged_pages to true " -"causes the system to instead report a warning, zero out the damaged page, " -"and continue processing. This behavior will destroy data, namely all the " -"rows on the damaged page." +msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page." msgstr "" "La dtection d'une en-tte de page endommage cause normalement le rapport\n" "d'une erreur par PostgreSQL, l'annulation de la transaction en cours.\n" @@ -20777,16 +18940,11 @@ msgstr "" #: utils/misc/guc.c:841 msgid "Writes full pages to WAL when first modified after a checkpoint." msgstr "" -"crit des pages compltes dans les WAL lors d'une premire modification " -"aprs\n" +"crit des pages compltes dans les WAL lors d'une premire modification aprs\n" "un point de vrification." #: utils/misc/guc.c:842 -msgid "" -"A page write in process during an operating system crash might be only " -"partially written to disk. During recovery, the row changes stored in WAL " -"are not enough to recover. This option writes pages when first modified " -"after a checkpoint to WAL so full recovery is possible." +msgid "A page write in process during an operating system crash might be only partially written to disk. During recovery, the row changes stored in WAL are not enough to recover. This option writes pages when first modified after a checkpoint to WAL so full recovery is possible." msgstr "" "Une page crite au moment d'un arrt brutal du systme d'exploitation\n" "pourrait tre seulement partiellement crite sur le disque. Lors de la\n" @@ -20822,8 +18980,7 @@ msgstr "Termine la session sans erreur." #: utils/misc/guc.c:905 msgid "Reinitialize server after backend crash." -msgstr "" -"Rinitialisation du serveur aprs un arrt brutal d'un processus serveur." +msgstr "Rinitialisation du serveur aprs un arrt brutal d'un processus serveur." #: utils/misc/guc.c:915 msgid "Logs the duration of each completed SQL statement." @@ -20848,8 +19005,7 @@ msgstr "Indente l'affichage des arbres d'analyse et de planification." #: utils/misc/guc.c:960 msgid "Writes parser performance statistics to the server log." msgstr "" -"crit les statistiques de performance de l'analyseur dans les journaux " -"applicatifs\n" +"crit les statistiques de performance de l'analyseur dans les journaux applicatifs\n" "du serveur." #: utils/misc/guc.c:969 @@ -20861,20 +19017,16 @@ msgstr "" #: utils/misc/guc.c:978 msgid "Writes executor performance statistics to the server log." msgstr "" -"crit les statistiques de performance de l'excuteur dans les journaux " -"applicatifs\n" +"crit les statistiques de performance de l'excuteur dans les journaux applicatifs\n" "du serveur." #: utils/misc/guc.c:987 msgid "Writes cumulative performance statistics to the server log." msgstr "" -"crit les statistiques de performance cumulatives dans les journaux " -"applicatifs\n" +"crit les statistiques de performance cumulatives dans les journaux applicatifs\n" "du serveur." -#: utils/misc/guc.c:997 utils/misc/guc.c:1071 utils/misc/guc.c:1081 -#: utils/misc/guc.c:1091 utils/misc/guc.c:1101 utils/misc/guc.c:1859 -#: utils/misc/guc.c:1869 +#: utils/misc/guc.c:997 utils/misc/guc.c:1071 utils/misc/guc.c:1081 utils/misc/guc.c:1091 utils/misc/guc.c:1101 utils/misc/guc.c:1859 utils/misc/guc.c:1869 msgid "No description available." msgstr "Aucune description disponible." @@ -20883,9 +19035,7 @@ msgid "Collects information about executing commands." msgstr "Rcupre les statistiques sur les commandes en excution." #: utils/misc/guc.c:1010 -msgid "" -"Enables the collection of information on the currently executing command of " -"each session, along with the time at which that command began execution." +msgid "Enables the collection of information on the currently executing command of each session, along with the time at which that command began execution." msgstr "" "Active la rcupration d'informations sur la commande en cours d'excution\n" "pour chaque session, avec l'heure de dbut de l'excution de la commande." @@ -20896,9 +19046,7 @@ msgstr "R #: utils/misc/guc.c:1029 msgid "Collects timing statistics for database I/O activity." -msgstr "" -"Rcupre les statistiques d'horodatage sur l'activit en entres/sorties de " -"la base de donnes." +msgstr "Rcupre les statistiques d'horodatage sur l'activit en entres/sorties de la base de donnes." #: utils/misc/guc.c:1039 msgid "Updates the process title to show the active SQL command." @@ -20907,9 +19055,7 @@ msgstr "" "d'excution." #: utils/misc/guc.c:1040 -msgid "" -"Enables updating of the process title every time a new SQL command is " -"received by the server." +msgid "Enables updating of the process title every time a new SQL command is received by the server." msgstr "" "Active la mise jour du titre du processus chaque fois qu'une nouvelle\n" "commande SQL est reue par le serveur." @@ -20931,11 +19077,7 @@ msgid "Logs the host name in the connection logs." msgstr "Trace le nom d'hte dans les traces de connexion." #: utils/misc/guc.c:1124 -msgid "" -"By default, connection logs only show the IP address of the connecting host. " -"If you want them to show the host name you can turn this on, but depending " -"on your host name resolution setup it might impose a non-negligible " -"performance penalty." +msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty." msgstr "" "Par dfaut, les traces de connexion n'affichent que l'adresse IP de l'hte\n" "se connectant. Si vous voulez que s'affiche le nom de l'hte, vous devez\n" @@ -20954,14 +19096,10 @@ msgid "Encrypt passwords." msgstr "Chiffre les mots de passe." #: utils/misc/guc.c:1145 -msgid "" -"When a password is specified in CREATE USER or ALTER USER without writing " -"either ENCRYPTED or UNENCRYPTED, this parameter determines whether the " -"password is to be encrypted." +msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted." msgstr "" "Lorsqu'un mot de passe est spcifi dans CREATE USER ou ALTER USER sans\n" -"indiquer ENCRYPTED ou UNENCRYPTED, ce paramtre dtermine si le mot de " -"passe\n" +"indiquer ENCRYPTED ou UNENCRYPTED, ce paramtre dtermine si le mot de passe\n" "doit tre chiffr." #: utils/misc/guc.c:1155 @@ -20969,11 +19107,7 @@ msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." msgstr "Traite expr=NULL comme expr IS NULL ." #: utils/misc/guc.c:1156 -msgid "" -"When turned on, expressions of the form expr = NULL (or NULL = expr) are " -"treated as expr IS NULL, that is, they return true if expr evaluates to the " -"null value, and false otherwise. The correct behavior of expr = NULL is to " -"always return null (unknown)." +msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)." msgstr "" "Une fois activ, les expressions de la forme expr = NULL (ou NULL = expr)\n" "sont traites comme expr IS NULL, c'est--dire qu'elles renvoient true si\n" @@ -20989,17 +19123,14 @@ msgid "This parameter doesn't do anything." msgstr "Ce paramtre ne fait rien." #: utils/misc/guc.c:1179 -msgid "" -"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-" -"vintage clients." +msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients." msgstr "" "C'est ici uniquement pour ne pas avoir de problmes avec le SET AUTOCOMMIT\n" "TO ON des clients 7.3." #: utils/misc/guc.c:1188 msgid "Sets the default read-only status of new transactions." -msgstr "" -"Initialise le statut de lecture seule par dfaut des nouvelles transactions." +msgstr "Initialise le statut de lecture seule par dfaut des nouvelles transactions." #: utils/misc/guc.c:1197 msgid "Sets the current transaction's read-only status." @@ -21010,12 +19141,9 @@ msgid "Sets the default deferrable status of new transactions." msgstr "Initialise le statut dferrable par dfaut des nouvelles transactions." #: utils/misc/guc.c:1216 -msgid "" -"Whether to defer a read-only serializable transaction until it can be " -"executed with no possible serialization failures." +msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures." msgstr "" -"S'il faut repousser une transaction srialisable en lecture seule jusqu' ce " -"qu'elle\n" +"S'il faut repousser une transaction srialisable en lecture seule jusqu' ce qu'elle\n" "puisse tre excute sans checs possibles de srialisation." #: utils/misc/guc.c:1226 @@ -21027,9 +19155,7 @@ msgid "Enable input of NULL elements in arrays." msgstr "Active la saisie d'lments NULL dans les tableaux." #: utils/misc/guc.c:1236 -msgid "" -"When turned on, unquoted NULL in an array input value means a null value; " -"otherwise it is taken literally." +msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally." msgstr "" "Si activ, un NULL sans guillemets en tant que valeur d'entre dans un\n" "tableau signifie une valeur NULL ; sinon, il sera pris littralement." @@ -21039,8 +19165,7 @@ msgid "Create new tables with OIDs by default." msgstr "Cre des nouvelles tables avec des OID par dfaut." #: utils/misc/guc.c:1255 -msgid "" -"Start a subprocess to capture stderr output and/or csvlogs into log files." +msgid "Start a subprocess to capture stderr output and/or csvlogs into log files." msgstr "" "Lance un sous-processus pour capturer la sortie d'erreurs (stderr) et/ou\n" "csvlogs dans des journaux applicatifs." @@ -21072,18 +19197,14 @@ msgid "Datetimes are integer based." msgstr "Les types datetime sont bass sur des entiers" #: utils/misc/guc.c:1344 -msgid "" -"Sets whether Kerberos and GSSAPI user names should be treated as case-" -"insensitive." +msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive." msgstr "" -"Indique si les noms d'utilisateurs Kerberos et GSSAPI devraient tre " -"traits\n" +"Indique si les noms d'utilisateurs Kerberos et GSSAPI devraient tre traits\n" "sans se soucier de la casse." #: utils/misc/guc.c:1354 msgid "Warn about backslash escapes in ordinary string literals." -msgstr "" -"Avertie sur les chappements par antislash dans les chanes ordinaires." +msgstr "Avertie sur les chappements par antislash dans les chanes ordinaires." #: utils/misc/guc.c:1364 msgid "Causes '...' strings to treat backslashes literally." @@ -21095,18 +19216,14 @@ msgstr "Active l'utilisation des parcours s #: utils/misc/guc.c:1385 msgid "Allows archiving of WAL files using archive_command." -msgstr "" -"Autorise l'archivage des journaux de transactions en utilisant " -"archive_command." +msgstr "Autorise l'archivage des journaux de transactions en utilisant archive_command." #: utils/misc/guc.c:1395 msgid "Allows connections and queries during recovery." msgstr "Autorise les connexions et les requtes pendant la restauration." #: utils/misc/guc.c:1405 -msgid "" -"Allows feedback from a hot standby to the primary that will avoid query " -"conflicts." +msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts." msgstr "" "Permet l'envoi d'informations d'un serveur Hot Standby vers le serveur\n" "principal pour viter les conflits de requtes." @@ -21120,46 +19237,34 @@ msgid "Disables reading from system indexes." msgstr "Dsactive la lecture des index systme." #: utils/misc/guc.c:1427 -msgid "" -"It does not prevent updating the indexes, so it is safe to use. The worst " -"consequence is slowness." +msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness." msgstr "" "Cela n'empche pas la mise jour des index, donc vous pouvez l'utiliser en\n" "toute scurit. La pire consquence est la lenteur." #: utils/misc/guc.c:1438 -msgid "" -"Enables backward compatibility mode for privilege checks on large objects." +msgid "Enables backward compatibility mode for privilege checks on large objects." msgstr "" "Active la compatibilit ascendante pour la vrification des droits sur les\n" "Large Objects." #: utils/misc/guc.c:1439 -msgid "" -"Skips privilege checks when reading or modifying large objects, for " -"compatibility with PostgreSQL releases prior to 9.0." +msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0." msgstr "" "Ignore la vrification des droits lors de la lecture et de la modification\n" -"des Larges Objects, pour la compatibilit avec les versions antrieures " -"la\n" +"des Larges Objects, pour la compatibilit avec les versions antrieures la\n" "9.0." #: utils/misc/guc.c:1449 msgid "When generating SQL fragments, quote all identifiers." -msgstr "" -"Lors de la gnration des rragments SQL, mettre entre guillemets tous les " -"identifiants." +msgstr "Lors de la gnration des rragments SQL, mettre entre guillemets tous les identifiants." #: utils/misc/guc.c:1459 msgid "Shows whether data checksums are turned on for this cluster." -msgstr "" -"Affiche si les sommes de contrle sont actives sur les donnes pour cette " -"instance." +msgstr "Affiche si les sommes de contrle sont actives sur les donnes pour cette instance." #: utils/misc/guc.c:1479 -msgid "" -"Forces a switch to the next xlog file if a new file has not been started " -"within N seconds." +msgid "Forces a switch to the next xlog file if a new file has not been started within N seconds." msgstr "" "Force un changement du journal de transaction si un nouveau fichier n'a pas\n" "t cr depuis N secondes." @@ -21177,9 +19282,7 @@ msgid "Sets the default statistics target." msgstr "Initialise la cible par dfaut des statistiques." #: utils/misc/guc.c:1501 -msgid "" -"This applies to table columns that have not had a column-specific target set " -"via ALTER TABLE SET STATISTICS." +msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS." msgstr "" "Ceci s'applique aux colonnes de tables qui n'ont pas de cible spcifique\n" "pour la colonne initialise via ALTER TABLE SET STATISTICS." @@ -21191,9 +19294,7 @@ msgstr "" "sous-requtes ne sont pas rassembles." #: utils/misc/guc.c:1512 -msgid "" -"The planner will merge subqueries into upper queries if the resulting FROM " -"list would have no more than this many items." +msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items." msgstr "" "Le planificateur fusionne les sous-requtes dans des requtes suprieures\n" "si la liste FROM rsultante n'a pas plus de ce nombre d'lments." @@ -21201,25 +19302,19 @@ msgstr "" #: utils/misc/guc.c:1522 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." msgstr "" -"Initialise la taille de la liste FROM en dehors de laquelle les " -"contructions\n" +"Initialise la taille de la liste FROM en dehors de laquelle les contructions\n" "JOIN ne sont pas aplanies." #: utils/misc/guc.c:1524 -msgid "" -"The planner will flatten explicit JOIN constructs into lists of FROM items " -"whenever a list of no more than this many items would result." +msgid "The planner will flatten explicit JOIN constructs into lists of FROM items whenever a list of no more than this many items would result." msgstr "" -"La planificateur applanira les constructions JOIN explicites dans des " -"listes\n" +"La planificateur applanira les constructions JOIN explicites dans des listes\n" "d'lments FROM lorsqu'une liste d'au plus ce nombre d'lments en\n" "rsulterait." #: utils/misc/guc.c:1534 msgid "Sets the threshold of FROM items beyond which GEQO is used." -msgstr "" -"Initialise la limite des lments FROM en dehors de laquelle GEQO est " -"utilis." +msgstr "Initialise la limite des lments FROM en dehors de laquelle GEQO est utilis." #: utils/misc/guc.c:1543 msgid "GEQO: effort is used to set the default for other GEQO parameters." @@ -21244,35 +19339,24 @@ msgid "Sets the time to wait on a lock before checking for deadlock." msgstr "Temps d'attente du verrou avant de vrifier les verrous bloqus." #: utils/misc/guc.c:1583 -msgid "" -"Sets the maximum delay before canceling queries when a hot standby server is " -"processing archived WAL data." +msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data." msgstr "" -"Initialise le dlai maximum avant d'annuler les requtes lorsqu'un serveur " -"en\n" +"Initialise le dlai maximum avant d'annuler les requtes lorsqu'un serveur en\n" "hotstandby traite les donnes des journaux de transactions archivs" #: utils/misc/guc.c:1594 -msgid "" -"Sets the maximum delay before canceling queries when a hot standby server is " -"processing streamed WAL data." +msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data." msgstr "" -"Initialise le dlai maximum avant d'annuler les requtes lorsqu'un serveur " -"en\n" +"Initialise le dlai maximum avant d'annuler les requtes lorsqu'un serveur en\n" "hotstandby traite les donnes des journaux de transactions envoys en flux." #: utils/misc/guc.c:1605 -msgid "" -"Sets the maximum interval between WAL receiver status reports to the primary." -msgstr "" -"Configure l'intervalle maximum entre chaque envoi d'un rapport de statut du " -"walreceiver vers le serveur matre." +msgid "Sets the maximum interval between WAL receiver status reports to the primary." +msgstr "Configure l'intervalle maximum entre chaque envoi d'un rapport de statut du walreceiver vers le serveur matre." #: utils/misc/guc.c:1616 msgid "Sets the maximum wait time to receive data from the primary." -msgstr "" -"Configure la dure maximale de l'attente de la rception de donnes depuis " -"le serveur matre." +msgstr "Configure la dure maximale de l'attente de la rception de donnes depuis le serveur matre." #: utils/misc/guc.c:1627 msgid "Sets the maximum number of concurrent connections." @@ -21288,8 +19372,7 @@ msgstr "Nombre de tampons en m #: utils/misc/guc.c:1662 msgid "Sets the maximum number of temporary buffers used by each session." -msgstr "" -"Nombre maximum de tampons en mmoire partage utiliss par chaque session." +msgstr "Nombre maximum de tampons en mmoire partage utiliss par chaque session." #: utils/misc/guc.c:1673 msgid "Sets the TCP port the server listens on." @@ -21300,14 +19383,9 @@ msgid "Sets the access permissions of the Unix-domain socket." msgstr "Droits d'accs au socket domaine Unix." #: utils/misc/guc.c:1684 -msgid "" -"Unix-domain sockets use the usual Unix file system permission set. The " -"parameter value is expected to be a numeric mode specification in the form " -"accepted by the chmod and umask system calls. (To use the customary octal " -"format the number must start with a 0 (zero).)" +msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" msgstr "" -"Les sockets de domaine Unix utilise l'ensemble des droits habituels du " -"systme\n" +"Les sockets de domaine Unix utilise l'ensemble des droits habituels du systme\n" "de fichiers Unix. La valeur de ce paramtre doit tre une spcification en\n" "mode numrique de la forme accepte par les appels systme chmod et umask\n" "(pour utiliser le format octal, le nombre doit commencer avec un zro)." @@ -21317,35 +19395,25 @@ msgid "Sets the file permissions for log files." msgstr "Initialise les droits des fichiers de trace." #: utils/misc/guc.c:1699 -msgid "" -"The parameter value is expected to be a numeric mode specification in the " -"form accepted by the chmod and umask system calls. (To use the customary " -"octal format the number must start with a 0 (zero).)" +msgid "The parameter value is expected to be a numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" msgstr "" -"La valeur du paramtre est attendue dans le format numrique du mode " -"accept\n" +"La valeur du paramtre est attendue dans le format numrique du mode accept\n" "par les appels systme chmod et umask (pour utiliser le format octal\n" "personnalis, le numro doit commencer avec un zro)." #: utils/misc/guc.c:1712 msgid "Sets the maximum memory to be used for query workspaces." -msgstr "" -"Initialise la mmoire maximum utilise pour les espaces de travail des " -"requtes." +msgstr "Initialise la mmoire maximum utilise pour les espaces de travail des requtes." #: utils/misc/guc.c:1713 -msgid "" -"This much memory can be used by each internal sort operation and hash table " -"before switching to temporary disk files." +msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files." msgstr "" "Spcifie la mmoire utiliser par les oprations de tris internes et par\n" -"les tables de hachage avant de passer sur des fichiers temporaires sur " -"disque." +"les tables de hachage avant de passer sur des fichiers temporaires sur disque." #: utils/misc/guc.c:1725 msgid "Sets the maximum memory to be used for maintenance operations." -msgstr "" -"Initialise la mmoire maximum utilise pour les oprations de maintenance." +msgstr "Initialise la mmoire maximum utilise pour les oprations de maintenance." #: utils/misc/guc.c:1726 msgid "This includes operations such as VACUUM and CREATE INDEX." @@ -21357,9 +19425,7 @@ msgstr "Initialise la profondeur maximale de la pile, en Ko." #: utils/misc/guc.c:1752 msgid "Limits the total size of all temporary files used by each session." -msgstr "" -"Limite la taille totale de tous les fichiers temporaires utiliss par chaque " -"session." +msgstr "Limite la taille totale de tous les fichiers temporaires utiliss par chaque session." #: utils/misc/guc.c:1753 msgid "-1 means no limit." @@ -21394,8 +19460,7 @@ msgid "Vacuum cost amount available before napping, for autovacuum." msgstr "Cot du VACUUM disponible avant un repos, pour autovacuum." #: utils/misc/guc.c:1835 -msgid "" -"Sets the maximum number of simultaneously open files for each server process." +msgid "Sets the maximum number of simultaneously open files for each server process." msgstr "" "Initialise le nombre maximum de fichiers ouverts simultanment pour chaque\n" "processus serveur." @@ -21423,40 +19488,29 @@ msgstr " #: utils/misc/guc.c:1913 msgid "Age at which VACUUM should scan whole table to freeze tuples." msgstr "" -"ge partir duquel VACUUM devra parcourir une table complte pour geler " -"les\n" +"ge partir duquel VACUUM devra parcourir une table complte pour geler les\n" "lignes." #: utils/misc/guc.c:1923 msgid "Minimum age at which VACUUM should freeze a MultiXactId in a table row." -msgstr "" -"ge minimum partir duquel VACUUM devra geler un MultiXactId dans une ligne " -"de table." +msgstr "ge minimum partir duquel VACUUM devra geler un MultiXactId dans une ligne de table." #: utils/misc/guc.c:1933 msgid "Multixact age at which VACUUM should scan whole table to freeze tuples." msgstr "" -"ge Multixact partir duquel VACUUM devra parcourir une table complte pour " -"geler les\n" +"ge Multixact partir duquel VACUUM devra parcourir une table complte pour geler les\n" "lignes." #: utils/misc/guc.c:1943 -msgid "" -"Number of transactions by which VACUUM and HOT cleanup should be deferred, " -"if any." -msgstr "" -"Nombre de transactions partir duquel les nettoyages VACUUM et HOT doivent " -"tre dferrs." +msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any." +msgstr "Nombre de transactions partir duquel les nettoyages VACUUM et HOT doivent tre dferrs." #: utils/misc/guc.c:1956 msgid "Sets the maximum number of locks per transaction." msgstr "Initialise le nombre maximum de verrous par transaction." #: utils/misc/guc.c:1957 -msgid "" -"The shared lock table is sized on the assumption that at most " -"max_locks_per_transaction * max_connections distinct objects will need to be " -"locked at any one time." +msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." msgstr "" "La table des verrous partags est dimensionne sur l'ide qu'au plus\n" "max_locks_per_transaction * max_connections objets distincts auront besoin\n" @@ -21467,15 +19521,10 @@ msgid "Sets the maximum number of predicate locks per transaction." msgstr "Initialise le nombre maximum de verrous prdicats par transaction." #: utils/misc/guc.c:1969 -msgid "" -"The shared predicate lock table is sized on the assumption that at most " -"max_pred_locks_per_transaction * max_connections distinct objects will need " -"to be locked at any one time." +msgid "The shared predicate lock table is sized on the assumption that at most max_pred_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." msgstr "" -"La table des verrous de prdicat partags est dimensionne sur l'ide qu'au " -"plus\n" -"max_pred_locks_per_transaction * max_connections objets distincts auront " -"besoin\n" +"La table des verrous de prdicat partags est dimensionne sur l'ide qu'au plus\n" +"max_pred_locks_per_transaction * max_connections objets distincts auront besoin\n" "d'tre verrouills tout moment." #: utils/misc/guc.c:1980 @@ -21486,21 +19535,16 @@ msgstr "" #: utils/misc/guc.c:1992 msgid "Waits N seconds on connection startup before authentication." -msgstr "" -"Attends N secondes au lancement de la connexion avant l'authentification." +msgstr "Attends N secondes au lancement de la connexion avant l'authentification." #: utils/misc/guc.c:2003 msgid "Sets the number of WAL files held for standby servers." -msgstr "" -"Initialise le nombre de journaux de transactions conservs tenus par les " -"seveurs en attente." +msgstr "Initialise le nombre de journaux de transactions conservs tenus par les seveurs en attente." #: utils/misc/guc.c:2013 -msgid "" -"Sets the maximum distance in log segments between automatic WAL checkpoints." +msgid "Sets the maximum distance in log segments between automatic WAL checkpoints." msgstr "" -"Initialise la distance maximale dans les journaux de transaction entre " -"chaque\n" +"Initialise la distance maximale dans les journaux de transaction entre chaque\n" "point de vrification (checkpoints) des journaux." #: utils/misc/guc.c:2023 @@ -21510,17 +19554,13 @@ msgstr "" "pour les journaux de transactions." #: utils/misc/guc.c:2034 -msgid "" -"Enables warnings if checkpoint segments are filled more frequently than this." +msgid "Enables warnings if checkpoint segments are filled more frequently than this." msgstr "" "Active des messages d'avertissement si les segments des points de\n" "vrifications se remplissent plus frquemment que cette dure." #: utils/misc/guc.c:2036 -msgid "" -"Write a message to the server log if checkpoints caused by the filling of " -"checkpoint segment files happens more frequently than this number of " -"seconds. Zero turns off the warning." +msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning." msgstr "" "crit un message dans les journaux applicatifs du serveur si les points de\n" "vrifications causes par le remplissage des journaux de transaction avec\n" @@ -21542,8 +19582,7 @@ msgstr "" #: utils/misc/guc.c:2071 msgid "Sets the maximum number of simultaneously running WAL sender processes." msgstr "" -"Initialise le nombre maximum de processus d'envoi des journaux de " -"transactions\n" +"Initialise le nombre maximum de processus d'envoi des journaux de transactions\n" "excuts simultanment." #: utils/misc/guc.c:2081 @@ -21551,32 +19590,23 @@ msgid "Sets the maximum time to wait for WAL replication." msgstr "Initialise le temps maximum attendre pour la rplication des WAL." #: utils/misc/guc.c:2092 -msgid "" -"Sets the delay in microseconds between transaction commit and flushing WAL " -"to disk." +msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." msgstr "" "Initialise le dlai en microsecondes entre l'acceptation de la transaction\n" "et le vidage du journal de transaction sur disque." #: utils/misc/guc.c:2104 -msgid "" -"Sets the minimum concurrent open transactions before performing commit_delay." +msgid "Sets the minimum concurrent open transactions before performing commit_delay." msgstr "" -"Initialise le nombre minimum de transactions ouvertes simultanment avant " -"le\n" +"Initialise le nombre minimum de transactions ouvertes simultanment avant le\n" "commit_delay." #: utils/misc/guc.c:2115 msgid "Sets the number of digits displayed for floating-point values." -msgstr "" -"Initialise le nombre de chiffres affichs pour les valeurs virgule " -"flottante." +msgstr "Initialise le nombre de chiffres affichs pour les valeurs virgule flottante." #: utils/misc/guc.c:2116 -msgid "" -"This affects real, double precision, and geometric data types. The parameter " -"value is added to the standard number of digits (FLT_DIG or DBL_DIG as " -"appropriate)." +msgid "This affects real, double precision, and geometric data types. The parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate)." msgstr "" "Ceci affecte les types de donnes real, double precision et gomtriques.\n" "La valeur du paramtre est ajoute au nombre standard de chiffres (FLT_DIG\n" @@ -21585,8 +19615,7 @@ msgstr "" #: utils/misc/guc.c:2127 msgid "Sets the minimum execution time above which statements will be logged." msgstr "" -"Initialise le temps d'excution minimum au-dessus de lequel les " -"instructions\n" +"Initialise le temps d'excution minimum au-dessus de lequel les instructions\n" "seront traces." #: utils/misc/guc.c:2129 @@ -21594,9 +19623,7 @@ msgid "Zero prints all queries. -1 turns this feature off." msgstr "Zro affiche toutes les requtes. -1 dsactive cette fonctionnalit." #: utils/misc/guc.c:2139 -msgid "" -"Sets the minimum execution time above which autovacuum actions will be " -"logged." +msgid "Sets the minimum execution time above which autovacuum actions will be logged." msgstr "" "Initialise le temps d'excution minimum au-dessus duquel les actions\n" "autovacuum seront traces." @@ -21618,17 +19645,11 @@ msgstr "" "tche de fond." #: utils/misc/guc.c:2178 -msgid "" -"Number of simultaneous requests that can be handled efficiently by the disk " -"subsystem." -msgstr "" -"Nombre de requtes simultanes pouvant tre gres efficacement par le sous-" -"systme disque." +msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem." +msgstr "Nombre de requtes simultanes pouvant tre gres efficacement par le sous-systme disque." #: utils/misc/guc.c:2179 -msgid "" -"For RAID arrays, this should be approximately the number of drive spindles " -"in the array." +msgid "For RAID arrays, this should be approximately the number of drive spindles in the array." msgstr "" "Pour les systmes RAID, cela devrait tre approximativement le nombre de\n" "ttes de lecture du systme." @@ -21641,8 +19662,7 @@ msgstr "" #: utils/misc/guc.c:2203 msgid "Automatic log file rotation will occur after N kilobytes." -msgstr "" -"La rotation automatique des journaux applicatifs s'effectue aprs N Ko." +msgstr "La rotation automatique des journaux applicatifs s'effectue aprs N Ko." #: utils/misc/guc.c:2214 msgid "Shows the maximum number of function arguments." @@ -21682,32 +19702,23 @@ msgstr "Nombre minimum de lignes mises #: utils/misc/guc.c:2312 msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." -msgstr "" -"Nombre minimum de lignes insres, mises jour ou supprimes avant un " -"ANALYZE." +msgstr "Nombre minimum de lignes insres, mises jour ou supprimes avant un ANALYZE." #: utils/misc/guc.c:2322 -msgid "" -"Age at which to autovacuum a table to prevent transaction ID wraparound." +msgid "Age at which to autovacuum a table to prevent transaction ID wraparound." msgstr "" -"ge partir duquel l'autovacuum se dclenche sur une table pour empcher " -"la\n" +"ge partir duquel l'autovacuum se dclenche sur une table pour empcher la\n" "rinitialisation de l'identifiant de transaction" #: utils/misc/guc.c:2333 -msgid "" -"Multixact age at which to autovacuum a table to prevent multixact wraparound." +msgid "Multixact age at which to autovacuum a table to prevent multixact wraparound." msgstr "" -"ge multixact partir duquel l'autovacuum se dclenche sur une table pour " -"empcher la\n" +"ge multixact partir duquel l'autovacuum se dclenche sur une table pour empcher la\n" "rinitialisation du multixact" #: utils/misc/guc.c:2343 -msgid "" -"Sets the maximum number of simultaneously running autovacuum worker " -"processes." -msgstr "" -"Initialise le nombre maximum de processus autovacuum excuts simultanment." +msgid "Sets the maximum number of simultaneously running autovacuum worker processes." +msgstr "Initialise le nombre maximum de processus autovacuum excuts simultanment." #: utils/misc/guc.c:2353 msgid "Time between issuing TCP keepalives." @@ -21722,12 +19733,9 @@ msgid "Time between TCP keepalive retransmits." msgstr "Secondes entre les retransmissions de TCP keepalive ." #: utils/misc/guc.c:2375 -msgid "" -"Set the amount of traffic to send and receive before renegotiating the " -"encryption keys." +msgid "Set the amount of traffic to send and receive before renegotiating the encryption keys." msgstr "" -"Configure la quantit de trafic envoyer et recevoir avant la " -"rengotiation\n" +"Configure la quantit de trafic envoyer et recevoir avant la rengotiation\n" "des cls d'enchiffrement." #: utils/misc/guc.c:2386 @@ -21735,10 +19743,7 @@ msgid "Maximum number of TCP keepalive retransmits." msgstr "Nombre maximum de retransmissions de TCP keepalive ." #: utils/misc/guc.c:2387 -msgid "" -"This controls the number of consecutive keepalive retransmits that can be " -"lost before a connection is considered dead. A value of 0 uses the system " -"default." +msgid "This controls the number of consecutive keepalive retransmits that can be lost before a connection is considered dead. A value of 0 uses the system default." msgstr "" "Ceci contrle le nombre de retransmissions keepalive conscutives qui\n" "peuvent tre perdues avant qu'une connexion ne soit considre morte. Une\n" @@ -21750,14 +19755,10 @@ msgstr "Configure le nombre maximum de r #: utils/misc/guc.c:2409 msgid "Sets the planner's assumption about the size of the disk cache." -msgstr "" -"Initialise le sentiment du planificateur sur la taille du cache disque." +msgstr "Initialise le sentiment du planificateur sur la taille du cache disque." #: utils/misc/guc.c:2410 -msgid "" -"That is, the portion of the kernel's disk cache that will be used for " -"PostgreSQL data files. This is measured in disk pages, which are normally 8 " -"kB each." +msgid "That is, the portion of the kernel's disk cache that will be used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each." msgstr "" "C'est--dire, la portion du cache disque du noyau qui sera utilis pour les\n" "fichiers de donnes de PostgreSQL. C'est mesur en pages disque, qui font\n" @@ -21784,16 +19785,13 @@ msgid "Sets the size reserved for pg_stat_activity.query, in bytes." msgstr "Configure la taille rserve pour pg_stat_activity.query, en octets." #: utils/misc/guc.c:2464 -msgid "" -"Sets the planner's estimate of the cost of a sequentially fetched disk page." +msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page." msgstr "" "Initialise l'estimation du planificateur pour le cot d'une page disque\n" "rcupre squentiellement." #: utils/misc/guc.c:2474 -msgid "" -"Sets the planner's estimate of the cost of a nonsequentially fetched disk " -"page." +msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." msgstr "" "Initialise l'estimation du plnnificateur pour le cot d'une page disque\n" "rcupre non squentiellement." @@ -21801,33 +19799,24 @@ msgstr "" #: utils/misc/guc.c:2484 msgid "Sets the planner's estimate of the cost of processing each tuple (row)." msgstr "" -"Initialise l'estimation du planificateur pour le cot d'excution sur " -"chaque\n" +"Initialise l'estimation du planificateur pour le cot d'excution sur chaque\n" "ligne." #: utils/misc/guc.c:2494 -msgid "" -"Sets the planner's estimate of the cost of processing each index entry " -"during an index scan." +msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan." msgstr "" "Initialise l'estimation du planificateur pour le cot de traitement de\n" "chaque ligne indexe lors d'un parcours d'index." #: utils/misc/guc.c:2504 -msgid "" -"Sets the planner's estimate of the cost of processing each operator or " -"function call." +msgid "Sets the planner's estimate of the cost of processing each operator or function call." msgstr "" "Initialise l'estimation du planificateur pour le cot de traitement de\n" "chaque oprateur ou appel de fonction." #: utils/misc/guc.c:2515 -msgid "" -"Sets the planner's estimate of the fraction of a cursor's rows that will be " -"retrieved." -msgstr "" -"Initialise l'estimation du planificateur de la fraction des lignes d'un " -"curseur rcuprer." +msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved." +msgstr "Initialise l'estimation du planificateur de la fraction des lignes d'un curseur rcuprer." #: utils/misc/guc.c:2526 msgid "GEQO: selective pressure within the population." @@ -21846,33 +19835,26 @@ msgid "Sets the seed for random-number generation." msgstr "Initialise la cl pour la gnration de nombres alatoires." #: utils/misc/guc.c:2567 -msgid "" -"Number of tuple updates or deletes prior to vacuum as a fraction of " -"reltuples." +msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples." msgstr "" "Nombre de lignes modifies ou supprimes avant d'excuter un VACUUM\n" "(fraction de reltuples)." #: utils/misc/guc.c:2576 -msgid "" -"Number of tuple inserts, updates, or deletes prior to analyze as a fraction " -"of reltuples." +msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples." msgstr "" "Nombre de lignes insres, mises jour ou supprimes avant d'analyser\n" "une fraction de reltuples." #: utils/misc/guc.c:2586 -msgid "" -"Time spent flushing dirty buffers during checkpoint, as fraction of " -"checkpoint interval." +msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval." msgstr "" "Temps pass vider les tampons lors du point de vrification, en tant que\n" "fraction de l'intervalle du point de vrification." #: utils/misc/guc.c:2605 msgid "Sets the shell command that will be called to archive a WAL file." -msgstr "" -"La commande shell qui sera appele pour archiver un journal de transaction." +msgstr "La commande shell qui sera appele pour archiver un journal de transaction." #: utils/misc/guc.c:2615 msgid "Sets the client's character set encoding." @@ -21904,14 +19886,12 @@ msgstr "Initialise le tablespace par d #: utils/misc/guc.c:2659 msgid "An empty string selects the database's default tablespace." -msgstr "" -"Une chane vide slectionne le tablespace par dfaut de la base de donnes." +msgstr "Une chane vide slectionne le tablespace par dfaut de la base de donnes." #: utils/misc/guc.c:2669 msgid "Sets the tablespace(s) to use for temporary tables and sort files." msgstr "" -"Initialise le(s) tablespace(s) utiliser pour les tables temporaires et " -"les\n" +"Initialise le(s) tablespace(s) utiliser pour les tables temporaires et les\n" "fichiers de tri." #: utils/misc/guc.c:2680 @@ -21919,10 +19899,7 @@ msgid "Sets the path for dynamically loadable modules." msgstr "Initialise le chemin des modules chargeables dynamiquement." #: utils/misc/guc.c:2681 -msgid "" -"If a dynamically loadable module needs to be opened and the specified name " -"does not have a directory component (i.e., the name does not contain a " -"slash), the system will search this path for the specified file." +msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file." msgstr "" "Si un module chargeable dynamiquement a besoin d'tre ouvert et que le nom\n" "spcifi n'a pas une composante rpertoire (c'est--dire que le nom ne\n" @@ -21970,8 +19947,7 @@ msgstr "Liste les biblioth #: utils/misc/guc.c:2800 msgid "Lists shared libraries to preload into each backend." -msgstr "" -"Liste les bibliothques partages prcharger dans chaque processus serveur." +msgstr "Liste les bibliothques partages prcharger dans chaque processus serveur." #: utils/misc/guc.c:2811 msgid "Sets the schema search order for names that are not schema-qualified." @@ -22000,9 +19976,7 @@ msgid "Sets the destination for server log output." msgstr "Initialise la destination des journaux applicatifs du serveur." #: utils/misc/guc.c:2871 -msgid "" -"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and " -"\"eventlog\", depending on the platform." +msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform." msgstr "" "Les valeurs valides sont une combinaison de stderr , syslog ,\n" " csvlog et eventlog , suivant la plateforme." @@ -22026,22 +20000,18 @@ msgstr "" "PostgreSQL dans syslog." #: utils/misc/guc.c:2915 -msgid "" -"Sets the application name used to identify PostgreSQL messages in the event " -"log." +msgid "Sets the application name used to identify PostgreSQL messages in the event log." msgstr "" "Initialise le nom de l'application, utilis pour identifier les messages de\n" "PostgreSQL dans eventlog." #: utils/misc/guc.c:2926 msgid "Sets the time zone for displaying and interpreting time stamps." -msgstr "" -"Initialise la zone horaire pour afficher et interprter les dates/heures." +msgstr "Initialise la zone horaire pour afficher et interprter les dates/heures." #: utils/misc/guc.c:2936 msgid "Selects a file of time zone abbreviations." -msgstr "" -"Slectionne un fichier contenant les abrviations des fuseaux horaires." +msgstr "Slectionne un fichier contenant les abrviations des fuseaux horaires." #: utils/misc/guc.c:2946 msgid "Sets the current transaction's isolation level." @@ -22052,15 +20022,12 @@ msgid "Sets the owning group of the Unix-domain socket." msgstr "Initialise le groupe d'appartenance du socket domaine Unix." #: utils/misc/guc.c:2958 -msgid "" -"The owning user of the socket is always the user that starts the server." -msgstr "" -"Le propritaire du socket est toujours l'utilisateur qui a lanc le serveur." +msgid "The owning user of the socket is always the user that starts the server." +msgstr "Le propritaire du socket est toujours l'utilisateur qui a lanc le serveur." #: utils/misc/guc.c:2968 msgid "Sets the directories where Unix-domain sockets will be created." -msgstr "" -"Initialise les rpertoires o les sockets de domaine Unix seront crs." +msgstr "Initialise les rpertoires o les sockets de domaine Unix seront crs." #: utils/misc/guc.c:2983 msgid "Sets the host name or IP address(es) to listen to." @@ -22104,8 +20071,7 @@ msgstr "Emplacement du fichier de liste de r #: utils/misc/guc.c:3089 msgid "Writes temporary statistics files to the specified directory." -msgstr "" -"crit les fichiers statistiques temporaires dans le rpertoire indiqu." +msgstr "crit les fichiers statistiques temporaires dans le rpertoire indiqu." #: utils/misc/guc.c:3100 msgid "List of names of potential synchronous standbys." @@ -22121,9 +20087,7 @@ msgstr "Initialise la liste des chiffrements SSL autoris #: utils/misc/guc.c:3136 msgid "Sets the application name to be reported in statistics and logs." -msgstr "" -"Configure le nom de l'application indiquer dans les statistiques et les " -"journaux." +msgstr "Configure le nom de l'application indiquer dans les statistiques et les journaux." #: utils/misc/guc.c:3156 msgid "Sets whether \"\\'\" is allowed in string literals." @@ -22137,34 +20101,25 @@ msgstr "Initialise le format de sortie pour bytea." msgid "Sets the message levels that are sent to the client." msgstr "Initialise les niveaux de message envoys au client." -#: utils/misc/guc.c:3177 utils/misc/guc.c:3230 utils/misc/guc.c:3241 -#: utils/misc/guc.c:3297 -msgid "" -"Each level includes all the levels that follow it. The later the level, the " -"fewer messages are sent." +#: utils/misc/guc.c:3177 utils/misc/guc.c:3230 utils/misc/guc.c:3241 utils/misc/guc.c:3297 +msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent." msgstr "" "Chaque niveau inclut les niveaux qui suivent. Plus loin sera le niveau,\n" "moindre sera le nombre de messages envoys." #: utils/misc/guc.c:3187 msgid "Enables the planner to use constraints to optimize queries." -msgstr "" -"Active l'utilisation des contraintes par le planificateur pour optimiser les " -"requtes." +msgstr "Active l'utilisation des contraintes par le planificateur pour optimiser les requtes." #: utils/misc/guc.c:3188 -msgid "" -"Table scans will be skipped if their constraints guarantee that no rows " -"match the query." +msgid "Table scans will be skipped if their constraints guarantee that no rows match the query." msgstr "" "Les parcours de tables seront ignors si leur contraintes garantissent\n" "qu'aucune ligne ne correspond la requte." #: utils/misc/guc.c:3198 msgid "Sets the transaction isolation level of each new transaction." -msgstr "" -"Initialise le niveau d'isolation des transactions pour chaque nouvelle " -"transaction." +msgstr "Initialise le niveau d'isolation des transactions pour chaque nouvelle transaction." #: utils/misc/guc.c:3208 msgid "Sets the display format for interval values." @@ -22179,8 +20134,7 @@ msgid "Sets the message levels that are logged." msgstr "Initialise les niveaux de messages tracs." #: utils/misc/guc.c:3240 -msgid "" -"Causes all statements generating error at or above this level to be logged." +msgid "Causes all statements generating error at or above this level to be logged." msgstr "" "Gnre une trace pour toutes les instructions qui produisent une erreur de\n" "ce niveau ou de niveaux plus importants." @@ -22192,8 +20146,7 @@ msgstr "Initialise le type d'instructions trac #: utils/misc/guc.c:3261 msgid "Sets the syslog \"facility\" to be used when syslog enabled." msgstr "" -"Initialise le niveau ( facility ) de syslog utilis lors de " -"l'activation\n" +"Initialise le niveau ( facility ) de syslog utilis lors de l'activation\n" "de syslog." #: utils/misc/guc.c:3276 @@ -22208,21 +20161,15 @@ msgstr "Initialise le niveau d'isolation de la transaction courante." #: utils/misc/guc.c:3296 msgid "Enables logging of recovery-related debugging information." -msgstr "" -"Active les traces sur les informations de dbogage relatives la " -"restauration." +msgstr "Active les traces sur les informations de dbogage relatives la restauration." #: utils/misc/guc.c:3312 msgid "Collects function-level statistics on database activity." -msgstr "" -"Rcupre les statistiques niveau fonction sur l'activit de la base de " -"donnes." +msgstr "Rcupre les statistiques niveau fonction sur l'activit de la base de donnes." #: utils/misc/guc.c:3322 msgid "Set the level of information written to the WAL." -msgstr "" -"Configure le niveau des informations crites dans les journaux de " -"transactions." +msgstr "Configure le niveau des informations crites dans les journaux de transactions." #: utils/misc/guc.c:3332 msgid "Selects the method used for forcing WAL updates to disk." @@ -22235,9 +20182,7 @@ msgid "Sets how binary values are to be encoded in XML." msgstr "Configure comment les valeurs binaires seront codes en XML." #: utils/misc/guc.c:3352 -msgid "" -"Sets whether XML data in implicit parsing and serialization operations is to " -"be considered as documents or content fragments." +msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments." msgstr "" "Configure si les donnes XML dans des oprations d'analyse et de\n" "srialisation implicite doivent tre considres comme des documents\n" @@ -22247,8 +20192,7 @@ msgstr "" #, c-format msgid "" "%s does not know where to find the server configuration file.\n" -"You must specify the --config-file or -D invocation option or set the PGDATA " -"environment variable.\n" +"You must specify the --config-file or -D invocation option or set the PGDATA environment variable.\n" msgstr "" "%s ne sait pas o trouver le fichier de configuration du serveur.\n" "Vous devez soit spcifier l'option --config-file soit spcifier l'option -D\n" @@ -22263,8 +20207,7 @@ msgstr "%s ne peut pas acc #, c-format msgid "" "%s does not know where to find the database system data.\n" -"This can be specified as \"data_directory\" in \"%s\", or by the -D " -"invocation option, or by the PGDATA environment variable.\n" +"This can be specified as \"data_directory\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" msgstr "" "%s ne sait pas o trouver les donnes du systme de bases de donnes.\n" "Il est configurable avec data_directory dans %s ou avec l'option -D\n" @@ -22274,8 +20217,7 @@ msgstr "" #, c-format msgid "" "%s does not know where to find the \"hba\" configuration file.\n" -"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation " -"option, or by the PGDATA environment variable.\n" +"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" msgstr "" "%s ne sait pas o trouver le fichier de configuration hba .\n" "Il est configurable avec hba_file dans %s ou avec l'option -D ou\n" @@ -22285,8 +20227,7 @@ msgstr "" #, c-format msgid "" "%s does not know where to find the \"ident\" configuration file.\n" -"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation " -"option, or by the PGDATA environment variable.\n" +"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation option, or by the PGDATA environment variable.\n" msgstr "" "%s ne sait pas o trouver le fichier de configuration hba .\n" "Il est configurable avec ident_file dans %s ou avec l'option -D ou\n" @@ -22301,14 +20242,12 @@ msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"." msgstr "Les units valides pour ce paramtre sont kB , MB et GB ." #: utils/misc/guc.c:4939 -msgid "" -"Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." +msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." msgstr "" "Les units valides pour ce paramtre sont ms , s , min , h et\n" " d ." -#: utils/misc/guc.c:5232 utils/misc/guc.c:6028 utils/misc/guc.c:6080 -#: utils/misc/guc.c:6813 utils/misc/guc.c:6972 utils/misc/guc.c:8147 +#: utils/misc/guc.c:5232 utils/misc/guc.c:6028 utils/misc/guc.c:6080 utils/misc/guc.c:6813 utils/misc/guc.c:6972 utils/misc/guc.c:8147 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "paramtre de configuration %s non reconnu" @@ -22326,8 +20265,7 @@ msgstr "le param #: utils/misc/guc.c:5325 #, c-format msgid "parameter \"%s\" cannot be set after connection start" -msgstr "" -"le paramtre %s ne peut pas tre initialis aprs le lancement du serveur" +msgstr "le paramtre %s ne peut pas tre initialis aprs le lancement du serveur" #: utils/misc/guc.c:5335 utils/misc/guc.c:8163 #, c-format @@ -22341,8 +20279,7 @@ msgstr "" "ne peut pas configurer le paramtre %s l'intrieur d'une fonction\n" "SECURITY DEFINER" -#: utils/misc/guc.c:5526 utils/misc/guc.c:5861 utils/misc/guc.c:8327 -#: utils/misc/guc.c:8361 +#: utils/misc/guc.c:5526 utils/misc/guc.c:5861 utils/misc/guc.c:8327 utils/misc/guc.c:8361 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "valeur invalide pour le paramtre %s : %s " @@ -22350,8 +20287,7 @@ msgstr "valeur invalide pour le param #: utils/misc/guc.c:5535 #, c-format msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" -msgstr "" -"%d est en dehors des limites valides pour le paramtre %s (%d .. %d)" +msgstr "%d est en dehors des limites valides pour le paramtre %s (%d .. %d)" #: utils/misc/guc.c:5628 #, c-format @@ -22361,8 +20297,7 @@ msgstr "le param #: utils/misc/guc.c:5636 #, c-format msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" -msgstr "" -"%g est en dehors des limites valides pour le paramtre %s (%g .. %g)" +msgstr "%g est en dehors des limites valides pour le paramtre %s (%g .. %g)" #: utils/misc/guc.c:6036 utils/misc/guc.c:6084 utils/misc/guc.c:6976 #, c-format @@ -22406,12 +20341,8 @@ msgstr "valeur invalide pour le param #: utils/misc/guc.c:8483 #, c-format -msgid "" -"\"temp_buffers\" cannot be changed after any temporary tables have been " -"accessed in the session." -msgstr "" -" temp_buffers ne peut pas tre modifi aprs que des tables temporaires " -"aient t utilises dans la session." +msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." +msgstr " temp_buffers ne peut pas tre modifi aprs que des tables temporaires aient t utilises dans la session." #: utils/misc/guc.c:8495 #, c-format @@ -22421,8 +20352,7 @@ msgstr "SET AUTOCOMMIT TO OFF n'est plus support #: utils/misc/guc.c:8507 #, c-format msgid "assertion checking is not supported by this build" -msgstr "" -"la vrification de l'assertion n'a pas t intgre lors de la compilation" +msgstr "la vrification de l'assertion n'a pas t intgre lors de la compilation" #: utils/misc/guc.c:8520 #, c-format @@ -22441,9 +20371,7 @@ msgstr "Ne peut pas activer le param #: utils/misc/guc.c:8557 #, c-format -msgid "" -"Cannot enable \"log_statement_stats\" when \"log_parser_stats\", " -"\"log_planner_stats\", or \"log_executor_stats\" is true." +msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." msgstr "" "Ne peut pas activer log_statement_stats lorsque log_parser_stats ,\n" " log_planner_stats ou log_executor_stats est true." @@ -22460,12 +20388,9 @@ msgstr "ne peut pas ajouter plus de raisons de timeout" #: utils/misc/tzparser.c:61 #, c-format -msgid "" -"time zone abbreviation \"%s\" is too long (maximum %d characters) in time " -"zone file \"%s\", line %d" +msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d" msgstr "" -"l'abrviation %s du fuseau horaire est trop long (maximum %d " -"caractres)\n" +"l'abrviation %s du fuseau horaire est trop long (maximum %d caractres)\n" "dans le fichier de fuseaux horaires %s , ligne %d" #: utils/misc/tzparser.c:73 @@ -22478,8 +20403,7 @@ msgstr "" #: utils/misc/tzparser.c:112 #, c-format msgid "missing time zone abbreviation in time zone file \"%s\", line %d" -msgstr "" -"abrviation du fuseau horaire manquant dans le fichier %s , ligne %d" +msgstr "abrviation du fuseau horaire manquant dans le fichier %s , ligne %d" #: utils/misc/tzparser.c:121 #, c-format @@ -22505,9 +20429,7 @@ msgstr "l'abr #: utils/misc/tzparser.c:239 #, c-format -msgid "" -"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s" -"\", line %d." +msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d." msgstr "" "L'entre dans le fichier des fuseaux horaires %s , ligne %d, est en\n" "conflit avec l'entre du fichier %s , ligne %d." @@ -22583,25 +20505,27 @@ msgstr "Peut- msgid "could not read block %ld of temporary file: %m" msgstr "n'a pas pu lire le bloc %ld du fichier temporaire : %m" -#: utils/sort/tuplesort.c:3175 +#: utils/sort/tuplesort.c:3179 #, c-format msgid "could not create unique index \"%s\"" msgstr "n'a pas pu crer l'index unique %s " -#: utils/sort/tuplesort.c:3177 +#: utils/sort/tuplesort.c:3181 #, c-format msgid "Key %s is duplicated." msgstr "La cl %s est duplique." +#: utils/sort/tuplesort.c:3182 +#, c-format +msgid "Duplicate keys exist." +msgstr "Des cls dupliques existent." + #: utils/time/snapmgr.c:775 #, c-format msgid "cannot export a snapshot from a subtransaction" msgstr "ne peut pas exporter un snapshot dans un sous-transaction" -#: utils/time/snapmgr.c:925 utils/time/snapmgr.c:930 utils/time/snapmgr.c:935 -#: utils/time/snapmgr.c:950 utils/time/snapmgr.c:955 utils/time/snapmgr.c:960 -#: utils/time/snapmgr.c:1059 utils/time/snapmgr.c:1075 -#: utils/time/snapmgr.c:1100 +#: utils/time/snapmgr.c:925 utils/time/snapmgr.c:930 utils/time/snapmgr.c:935 utils/time/snapmgr.c:950 utils/time/snapmgr.c:955 utils/time/snapmgr.c:960 utils/time/snapmgr.c:1059 utils/time/snapmgr.c:1075 utils/time/snapmgr.c:1100 #, c-format msgid "invalid snapshot data in file \"%s\"" msgstr "donnes invalides du snapshot dans le fichier %s " @@ -22613,12 +20537,8 @@ msgstr "SET TRANSACTION SNAPSHOT doit #: utils/time/snapmgr.c:1006 #, c-format -msgid "" -"a snapshot-importing transaction must have isolation level SERIALIZABLE or " -"REPEATABLE READ" -msgstr "" -"une transaction important un snapshot doit avoir le niveau d'isolation " -"SERIALIZABLE ou REPEATABLE READ." +msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ" +msgstr "une transaction important un snapshot doit avoir le niveau d'isolation SERIALIZABLE ou REPEATABLE READ." #: utils/time/snapmgr.c:1015 utils/time/snapmgr.c:1024 #, c-format @@ -22627,18 +20547,12 @@ msgstr "identifiant invalide du snapshot : #: utils/time/snapmgr.c:1113 #, c-format -msgid "" -"a serializable transaction cannot import a snapshot from a non-serializable " -"transaction" -msgstr "" -"une transaction srialisable ne peut pas importer un snapshot provenant " -"d'une transaction non srialisable" +msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction" +msgstr "une transaction srialisable ne peut pas importer un snapshot provenant d'une transaction non srialisable" #: utils/time/snapmgr.c:1117 #, c-format -msgid "" -"a non-read-only serializable transaction cannot import a snapshot from a " -"read-only transaction" +msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction" msgstr "" "une transaction srialisable en criture ne peut pas importer un snapshot\n" "provenant d'une transaction en lecture seule" @@ -22646,552 +20560,804 @@ msgstr "" #: utils/time/snapmgr.c:1132 #, c-format msgid "cannot import a snapshot from a different database" -msgstr "" -"ne peut pas importer un snapshot partir d'une base de donnes diffrente" +msgstr "ne peut pas importer un snapshot partir d'une base de donnes diffrente" -#~ msgid "cannot override frame clause of window \"%s\"" -#~ msgstr "ne peut pas surcharger la frame clause du window %s " +#~ msgid "wrong affix file format for flag" +#~ msgstr "mauvais format de fichier affixe pour le drapeau" -#~ msgid "window functions cannot use named arguments" -#~ msgstr "les fonctions window ne peuvent pas renvoyer des arguments nomms" - -#~ msgid "invalid list syntax for \"listen_addresses\"" -#~ msgstr "syntaxe de liste invalide pour le paramtre listen_addresses " - -#~ msgid "invalid list syntax for \"unix_socket_directories\"" +#~ msgid "time zone offset %d is not a multiple of 900 sec (15 min) in time zone file \"%s\", line %d" #~ msgstr "" -#~ "syntaxe de liste invalide pour le paramtre unix_socket_directories " +#~ "le dcalage %d du fuseau horaire n'est pas un multiples de 900 secondes\n" +#~ "(15 minutes) dans le fichier des fuseaux horaires %s , ligne %d" -#~ msgid "Valid values are '[]', '[)', '(]', and '()'." -#~ msgstr "Les valeurs valides sont [] , [) , (] et () ." +#~ msgid "could not change directory to \"%s\"" +#~ msgstr "n'a pas pu accder au rpertoire %s " -#~ msgid "poll() failed in statistics collector: %m" -#~ msgstr "chec du poll() dans le rcuprateur de statistiques : %m" +#~ msgid "unlogged GiST indexes are not supported" +#~ msgstr "les index GiST non tracs ne sont pas supports" -#~ msgid "select() failed in logger process: %m" -#~ msgstr "chec de select() dans le processus des journaux applicatifs : %m" +#~ msgid "could not open file \"%s\" (log file %u, segment %u): %m" +#~ msgstr "n'a pas pu ouvrir le fichier %s (journal de transactions %u, segment %u) : %m" -#~ msgid "%s: could not open file \"%s\": %s\n" -#~ msgstr "%s : n'a pas pu ouvrir le fichier %s : %s\n" - -#~ msgid "%s: could not open log file \"%s/%s\": %s\n" -#~ msgstr "%s : n'a pas pu ouvrir le journal applicatif %s/%s : %s\n" - -#~ msgid "%s: could not fork background process: %s\n" -#~ msgstr "%s : n'a pas pu crer un processus fils : %s\n" - -#~ msgid "%s: could not dissociate from controlling TTY: %s\n" -#~ msgstr "%s : n'a pas pu se dissocier du TTY contrlant : %s\n" - -#~ msgid "Runs the server silently." -#~ msgstr "Lance le serveur de manire silencieuse." - -#~ msgid "" -#~ "If this parameter is set, the server will automatically run in the " -#~ "background and any controlling terminals are dissociated." +#~ msgid "there is no contrecord flag in log file %u, segment %u, offset %u" #~ msgstr "" -#~ "Si ce paramtre est initialis, le serveur sera excut automatiquement " -#~ "en\n" -#~ "tche de fond et les terminaux de contrles seront ds-associs." +#~ "il n'y a pas de drapeaux contrecord dans le journal de transactions %u,\n" +#~ "segment %u, dcalage %u" -#~ msgid "WAL sender sleep time between WAL replications." +#~ msgid "invalid contrecord length %u in log file %u, segment %u, offset %u" #~ msgstr "" -#~ "Temps d'endormissement du processus d'envoi des journaux de transactions " -#~ "entre\n" -#~ "les rplications des journaux de transactions." +#~ "longueur invalide du contrecord %u dans le journal de tranasctions %u,\n" +#~ "segment %u, dcalage %u" -#~ msgid "Sets the list of known custom variable classes." -#~ msgstr "Initialise la liste des classes variables personnalises connues." +#~ msgid "Incorrect XLOG_SEG_SIZE in page header." +#~ msgstr "XLOG_SEG_SIZE incorrecte dans l'en-tte de page." -#~ msgid "could not obtain lock on relation with OID %u" -#~ msgstr "n'a pas pu obtenir un verrou sur la relation d'OID %u " +#~ msgid "Incorrect XLOG_BLCKSZ in page header." +#~ msgstr "XLOG_BLCKSZ incorrect dans l'en-tte de page." -#~ msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist" -#~ msgstr "la cl trangre %s de la relation %s n'existe pas" +#~ msgid "xrecoff \"%X\" is out of valid range, 0..%X" +#~ msgstr "xrecoff %X en dehors des limites valides, 0..%X" -#~ msgid "removing built-in function \"%s\"" -#~ msgstr "suppression de la fonction interne %s " +#~ msgid "uncataloged table %s" +#~ msgstr "table %s sans catalogue" -#~ msgid "permission denied to drop foreign-data wrapper \"%s\"" -#~ msgstr "droit refus pour supprimer le wrapper de donnes distantes %s " +#~ msgid "cannot use subquery in default expression" +#~ msgstr "ne peut pas utiliser une sous-requte dans l'expression par dfaut" -#~ msgid "Must be superuser to drop a foreign-data wrapper." +#~ msgid "cannot use aggregate function in default expression" +#~ msgstr "ne peut pas utiliser une fonction d'agrgat dans une expression par dfaut" + +#~ msgid "cannot use window function in default expression" +#~ msgstr "ne peut pas utiliser une fonction window dans une expression par dfaut" + +#~ msgid "cannot use window function in check constraint" +#~ msgstr "ne peut pas utiliser une fonction window dans une contrainte de vrification" + +#~ msgid "A function returning ANYRANGE must have at least one ANYRANGE argument." #~ msgstr "" -#~ "Doit tre super-utilisateur pour supprimer un wrapper de donnes " -#~ "distantes." +#~ "Une fonction renvoyant ANYRANGE doit avoir au moins un argument du type\n" +#~ "ANYRANGE." -#~ msgid "must be superuser to drop text search parsers" +#~ msgid "%s already exists in schema \"%s\"" +#~ msgstr "%s existe dj dans le schma %s " + +#~ msgid "CREATE TABLE AS specifies too many column names" +#~ msgstr "CREATE TABLE AS spcifie trop de noms de colonnes" + +#~ msgid "cannot use subquery in parameter default value" +#~ msgstr "ne peut pas utiliser une sous-requte dans une valeur par dfaut d'un paramtre" + +#~ msgid "cannot use aggregate function in parameter default value" #~ msgstr "" -#~ "doit tre super-utilisateur pour supprimer des analyseurs de recherche " -#~ "plein\n" -#~ "texte" +#~ "ne peut pas utiliser une fonction d'agrgat dans la valeur par dfaut d'un\n" +#~ "paramtre" -#~ msgid "must be superuser to drop text search templates" -#~ msgstr "" -#~ "doit tre super-utilisateur pour supprimer des modles de recherche plein " -#~ "texte" +#~ msgid "cannot use window function in parameter default value" +#~ msgstr "ne peut pas utiliser la fonction window dans la valeur par dfaut d'un paramtre" -#~ msgid "" -#~ "recovery is still in progress, can't accept WAL streaming connections" -#~ msgstr "" -#~ "la restauration est en cours, ne peut pas accepter les connexions de flux " -#~ "WAL" +#~ msgid "Use ALTER AGGREGATE to rename aggregate functions." +#~ msgstr "Utiliser ALTER AGGREGATE pour renommer les fonctions d'agrgat." -#~ msgid "standby connections not allowed because wal_level=minimal" -#~ msgstr "connexions standby non autorises car wal_level=minimal" +#~ msgid "Use ALTER AGGREGATE to change owner of aggregate functions." +#~ msgstr "Utiliser ALTER AGGREGATE pour changer le propritaire des fonctions d'agrgat." -#~ msgid "could not open directory \"pg_tblspc\": %m" -#~ msgstr "n'a pas pu ouvrir le rpertoire pg_tblspc : %m" - -#~ msgid "could not access root certificate file \"%s\": %m" -#~ msgstr "n'a pas pu accder au fichier du certificat racine %s : %m" - -#~ msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s" -#~ msgstr "" -#~ "liste de rvocation des certificats SSL %s introuvable, continue : %s" - -#~ msgid "Certificates will not be checked against revocation list." -#~ msgstr "Les certificats ne seront pas vrifis avec la liste de rvocation." - -#~ msgid "missing or erroneous pg_hba.conf file" -#~ msgstr "fichier pg_hba.conf manquant ou erron" - -#~ msgid "See server log for details." -#~ msgstr "Voir les journaux applicatifs du serveur pour plus de dtails." - -#~ msgid "Make sure the root.crt file is present and readable." -#~ msgstr "" -#~ "Assurez-vous que le certificat racine (root.crt) est prsent et lisible" - -#~ msgid " --help show this help, then exit\n" -#~ msgstr " --help affiche cette aide, puis quitte\n" - -#~ msgid " --version output version information, then exit\n" -#~ msgstr " --version affiche la version, puis quitte\n" - -#~ msgid "CREATE TABLE AS cannot specify INTO" -#~ msgstr "CREATE TABLE AS ne peut pas spcifier INTO" - -#~ msgid "column name list not allowed in CREATE TABLE / AS EXECUTE" -#~ msgstr "" -#~ "la liste de noms de colonnes n'est pas autorise dans CREATE TABLE / AS " -#~ "EXECUTE" - -#~ msgid "INSERT ... SELECT cannot specify INTO" -#~ msgstr "INSERT ... SELECT ne peut pas avoir INTO" - -#~ msgid "DECLARE CURSOR cannot specify INTO" -#~ msgstr "DECLARE CURSOR ne peut pas spcifier INTO" - -#~ msgid "subquery in FROM cannot have SELECT INTO" -#~ msgstr "la sous-requte du FROM ne peut pas avoir de SELECT INTO" - -#~ msgid "subquery cannot have SELECT INTO" -#~ msgstr "la sous-requte ne peut pas avoir de SELECT INTO" - -#~ msgid "subquery in WITH cannot have SELECT INTO" -#~ msgstr "la sous-requte du WITH ne peut pas avoir de SELECT INTO" - -#~ msgid "tablespace %u is not empty" -#~ msgstr "le tablespace %u n'est pas vide" - -#~ msgid "consistent state delayed because recovery snapshot incomplete" -#~ msgstr "" -#~ "tat de cohrence pas encore atteint cause d'un snapshot de " -#~ "restauration incomplet" - -#~ msgid "%s: %s" -#~ msgstr "%s : %s" - -#~ msgid "SSPI error %x" -#~ msgstr "erreur SSPI : %x" - -#~ msgid "%s (%x)" -#~ msgstr "%s (%x)" - -#~ msgid "resetting unlogged relations: cleanup %d init %d" -#~ msgstr "" -#~ "rinitialisation des relations non traces : nettoyage %d initialisation " -#~ "%d" - -#~ msgid "must be superuser to SET SCHEMA of %s" -#~ msgstr "doit tre super-utilisateur pour excuter SET SCHEMA vers %s" - -#~ msgid "ALTER TYPE USING is only supported on plain tables" -#~ msgstr "ALTER TYPE USING est seulement supports sur les tables standards" - -#~ msgid "index \"%s\" is not a b-tree" -#~ msgstr "l'index %s n'est pas un btree" - -#~ msgid "unable to read symbolic link %s: %m" -#~ msgstr "incapable de lire le lien symbolique %s : %m" - -#~ msgid "unable to open directory pg_tblspc: %m" -#~ msgstr "impossible d'ouvrir le rpertoire p_tblspc : %m" - -#~ msgid "Write-Ahead Log / Streaming Replication" -#~ msgstr "Write-Ahead Log / Rplication en flux" - -#~ msgid "syntax error in recovery command file: %s" -#~ msgstr "erreur de syntaxe dans le fichier de restauration : %s" - -#~ msgid "Lines should have the format parameter = 'value'." -#~ msgstr "Les lignes devraient avoir le format paramtre = 'valeur'" - -#~ msgid "array must not contain null values" -#~ msgstr "le tableau ne doit pas contenir de valeurs NULL" - -#~ msgid "index %u/%u/%u needs VACUUM FULL or REINDEX to finish crash recovery" -#~ msgstr "" -#~ "l'index %u/%u/%u a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer " -#~ "la\n" -#~ "rcupration suite un arrt brutal" - -#~ msgid "Incomplete insertion detected during crash replay." -#~ msgstr "" -#~ "Insertion incomplte dtecte lors de la r-excution des requtes suite " -#~ "\n" -#~ "l'arrt brutal." - -#~ msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery" -#~ msgstr "" -#~ "l'index %s a besoin d'un VACUUM ou d'un REINDEX pour terminer la\n" -#~ "rcupration suite un arrt brutal" - -#~ msgid "index \"%s\" needs VACUUM FULL or REINDEX to finish crash recovery" -#~ msgstr "" -#~ "l'index %s a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer " -#~ "la\n" -#~ "rcupration suite un arrt brutal" - -#~ msgid "EnumValuesCreate() can only set a single OID" -#~ msgstr "EnumValuesCreate() peut seulement initialiser un seul OID" - -#~ msgid "clustering \"%s.%s\"" -#~ msgstr "excution de CLUSTER sur %s.%s " - -#~ msgid "" -#~ "cannot cluster on index \"%s\" because access method does not handle null " -#~ "values" -#~ msgstr "" -#~ "ne peut pas crer un cluster sur l'index %s car la mthode d'accs " -#~ "de\n" -#~ "l'index ne gre pas les valeurs NULL" - -#~ msgid "" -#~ "You might be able to work around this by marking column \"%s\" NOT NULL, " -#~ "or use ALTER TABLE ... SET WITHOUT CLUSTER to remove the cluster " -#~ "specification from the table." -#~ msgstr "" -#~ "Vous pourriez contourner ceci en marquant la colonne %s avec la\n" -#~ "contrainte NOT NULL ou en utilisant ALTER TABLE ... SET WITHOUT CLUSTER " -#~ "pour\n" -#~ "supprimer la spcification CLUSTER de la table." - -#~ msgid "" -#~ "You might be able to work around this by marking column \"%s\" NOT NULL." -#~ msgstr "" -#~ "Vous pouvez contourner ceci en marquant la colonne %s comme NOT NULL." - -#~ msgid "" -#~ "cannot cluster on expressional index \"%s\" because its index access " -#~ "method does not handle null values" -#~ msgstr "" -#~ "ne peut pas excuter CLUSTER sur l'index expression %s car sa " -#~ "mthode\n" -#~ "d'accs ne gre pas les valeurs NULL" - -#~ msgid "\"%s\" is not a table, view, or composite type" -#~ msgstr " %s n'est pas une table, une vue ou un type composite" - -#~ msgid "must be member of role \"%s\" to comment upon it" -#~ msgstr "doit tre un membre du rle %s pour le commenter" - -#~ msgid "must be superuser to comment on procedural language" -#~ msgstr "" -#~ "doit tre super-utilisateur pour ajouter un commentaire sur un langage " -#~ "de\n" -#~ "procdures" - -#~ msgid "must be superuser to comment on text search parser" -#~ msgstr "" -#~ "doit tre super-utilisateur pour ajouter un commentaire sur l'analyseur " -#~ "de\n" -#~ "recherche plein texte" - -#~ msgid "must be superuser to comment on text search template" -#~ msgstr "" -#~ "doit tre super-utilisateur pour ajouter un commentaire sur un modle de\n" -#~ "recherche plein texte" - -#~ msgid "function \"%s\" is already in schema \"%s\"" +#~ msgid "function \"%s\" already exists in schema \"%s\"" #~ msgstr "la fonction %s existe dj dans le schma %s " -#~ msgid "cannot reference temporary table from permanent table constraint" +#~ msgid "cannot use aggregate in index predicate" +#~ msgstr "ne peut pas utiliser un agrgat dans un prdicat d'index" + +#~ msgid "cannot use window function in EXECUTE parameter" +#~ msgstr "ne peut pas utiliser une fonction window dans le paramtre EXECUTE" + +#~ msgid "constraints on foreign tables are not supported" +#~ msgstr "les contraintes sur les tables distantes ne sont pas supportes" + +#~ msgid "default values on foreign tables are not supported" +#~ msgstr "les valeurs par dfaut ne sont pas supportes sur les tables distantes" + +#~ msgid "cannot use window function in transform expression" +#~ msgstr "ne peut pas utiliser la fonction window dans l'expression de la transformation" + +#~ msgid "\"%s\" is a foreign table" +#~ msgstr " %s est une table distante" + +#~ msgid "Use ALTER FOREIGN TABLE instead." +#~ msgstr "Utilisez ALTER FOREIGN TABLE la place." + +#~ msgid "cannot use window function in trigger WHEN condition" +#~ msgstr "ne peut pas utiliser la fonction window dans la condition WHEN d'un trigger" + +#~ msgid "must be superuser to rename text search parsers" #~ msgstr "" -#~ "ne peut pas rfrencer une table temporaire partir d'une contrainte de\n" -#~ "table permanente" +#~ "doit tre super-utilisateur pour renommer les analyseurs de recherche plein\n" +#~ "texte" -#~ msgid "cannot reference permanent table from temporary table constraint" +#~ msgid "must be superuser to rename text search templates" +#~ msgstr "doit tre super-utilisateur pour renommer les modles de recherche plein texte" + +#~ msgid "automatic vacuum of table \"%s.%s.%s\": cannot (re)acquire exclusive lock for truncate scan" +#~ msgstr "vacuum automatique de la table %s.%s.%s : ne peut pas acqurir le verrou exclusif pour la tronquer" + +#~ msgid "You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT trigger." +#~ msgstr "Vous avez besoin d'une rgle ON INSERT DO INSTEAD sans condition ou d'un trigger INSTEAD OF INSERT." + +#~ msgid "You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE trigger." +#~ msgstr "Vous avez besoin d'une rgle non conditionnelle ON UPDATE DO INSTEAD ou d'un trigger INSTEAD OF UPDATE." + +#~ msgid "You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE trigger." +#~ msgstr "Vous avez besoin d'une rgle inconditionnelle ON DELETE DO INSTEAD ou d'un trigger INSTEAD OF DELETE." + +#~ msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%ld matches)" #~ msgstr "" -#~ "ne peut pas rfrencer une table permanente partir de la contrainte de\n" -#~ "table temporaire" +#~ "chec de la recherche LDAP pour le filtre %s sur le serveur %s :\n" +#~ "utilisateur non unique (%ld correspondances)" -#~ msgid "composite type must have at least one attribute" -#~ msgstr "le type composite doit avoir au moins un attribut" +#~ msgid "VALUES must not contain table references" +#~ msgstr "VALUES ne doit pas contenir de rfrences de table" -#~ msgid "database \"%s\" not found" -#~ msgstr "base de donnes %s non trouve" +#~ msgid "VALUES must not contain OLD or NEW references" +#~ msgstr "VALUES ne doit pas contenir des rfrences OLD et NEW" -#~ msgid "invalid list syntax for parameter \"datestyle\"" -#~ msgstr "syntaxe de liste invalide pour le paramtre datestyle " +#~ msgid "Use SELECT ... UNION ALL ... instead." +#~ msgstr "Utilisez la place SELECT ... UNION ALL ..." -#~ msgid "unrecognized \"datestyle\" key word: \"%s\"" -#~ msgstr "mot cl datestyle non reconnu : %s " +#~ msgid "cannot use aggregate function in VALUES" +#~ msgstr "ne peut pas utiliser la fonction d'agrgat dans un VALUES" -#~ msgid "invalid interval value for time zone: month not allowed" +#~ msgid "cannot use window function in VALUES" +#~ msgstr "ne peut pas utiliser la fonction window dans un VALUES" + +#~ msgid "cannot use aggregate function in UPDATE" +#~ msgstr "ne peut pas utiliser une fonction d'agrgat dans un UPDATE" + +#~ msgid "cannot use window function in UPDATE" +#~ msgstr "ne peut pas utiliser une fonction window dans un UPDATE" + +#~ msgid "cannot use aggregate function in RETURNING" +#~ msgstr "ne peut pas utiliser une fonction d'agrgat dans RETURNING" + +#~ msgid "cannot use window function in RETURNING" +#~ msgstr "ne peut pas utiliser une fonction window dans RETURNING" + +#~ msgid "RETURNING cannot contain references to other relations" +#~ msgstr "RETURNING ne doit pas contenir de rfrences d'autres relations" + +#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause GROUP BY" + +#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause HAVING" + +#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions d'agrgats" + +#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions window" + +#~ msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\"" +#~ msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre utilis avec une table distante %s " + +#~ msgid "aggregates not allowed in WHERE clause" +#~ msgstr "agrgats non autoriss dans une clause WHERE" + +#~ msgid "window functions not allowed in GROUP BY clause" +#~ msgstr "fonctions window non autorises dans une clause GROUP BY" + +#~ msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" +#~ msgstr "la clause JOIN/ON se rfre %s , qui ne fait pas partie du JOIN" + +#~ msgid "subquery in FROM cannot refer to other relations of same query level" #~ msgstr "" -#~ "valeur d'intervalle invalide pour le fuseau horaire : les mois ne sont " -#~ "pas autoriss" +#~ "la sous-requte du FROM ne peut pas faire rfrence d'autres relations\n" +#~ "dans le mme niveau de la requte" -#~ msgid "invalid interval value for time zone: day not allowed" +#~ msgid "function expression in FROM cannot refer to other relations of same query level" #~ msgstr "" -#~ "valeur d'intervalle invalide pour le fuseau horaire : jour non autoris" +#~ "l'expression de la fonction du FROM ne peut pas faire rfrence d'autres\n" +#~ "relations sur le mme niveau de la requte" -#~ msgid "argument to pg_get_expr() must come from system catalogs" -#~ msgstr "l'argument de pg_get_expr() doit provenir des catalogues systmes" - -#~ msgid "could not enable credential reception: %m" -#~ msgstr "n'a pas pu activer la rception de lettres de crance : %m" - -#~ msgid "could not get effective UID from peer credentials: %m" +#~ msgid "cannot use window function in function expression in FROM" #~ msgstr "" -#~ "n'a pas pu obtenir l'UID rel partir des pices d'identit de l'autre : " -#~ "%m" +#~ "ne peut pas utiliser la fonction window dans l'expression de la fonction\n" +#~ "du FROM" + +#~ msgid "argument of %s must not contain aggregate functions" +#~ msgstr "l'argument de %s ne doit pas contenir de fonctions d'agrgats" + +#~ msgid "argument of %s must not contain window functions" +#~ msgstr "l'argument de %s ne doit pas contenir des fonctions window" + +#~ msgid "arguments of row IN must all be row expressions" +#~ msgstr "les arguments de la ligne IN doivent tous tre des expressions de ligne" + +#~ msgid "cannot use aggregate function in rule WHERE condition" +#~ msgstr "ne peut pas utiliser la fonction d'agrgat dans la condition d'une rgle WHERE" + +#~ msgid "cannot use window function in rule WHERE condition" +#~ msgstr "ne peut pas utiliser la fonction window dans la condition d'une rgle WHERE" #~ msgid "" -#~ "Ident authentication is not supported on local connections on this " -#~ "platform" +#~ "This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter. You can either reduce the request size or reconfigure the kernel with larger SHMMAX. To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.\n" +#~ "If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.\n" +#~ "The PostgreSQL documentation contains more information about shared memory configuration." #~ msgstr "" -#~ "l'authentification Ident n'est pas supporte sur les connexions locales " -#~ "sur cette plateforme" +#~ "Cette erreur signifie habituellement que la demande de PostgreSQL pour un\n" +#~ "segment de mmoire partage a dpass le paramtre SHMMAX de votre noyau.\n" +#~ "Vous pouvez soit rduire la taille de la requte soit reconfigurer le noyau\n" +#~ "avec un SHMMAX plus important. Pour rduire la taille de la requte\n" +#~ "(actuellement %lu octets), rduisez l'utilisation de la mmoire partage par PostgreSQL,par exemple en rduisant shared_buffers ou max_connections\n" +#~ "Si la taille de la requte est dj petite, il est possible qu'elle soit\n" +#~ "moindre que le paramtre SHMMIN de votre noyau, auquel cas, augmentez la\n" +#~ "taille de la requte ou reconfigurez SHMMIN.\n" +#~ "La documentation de PostgreSQL contient plus d'informations sur la\n" +#~ "configuration de la mmoire partage." -#~ msgid "hostssl not supported on this platform" -#~ msgstr "hostssl non support sur cette plateforme" - -#~ msgid "SELECT FOR UPDATE/SHARE cannot be applied to NEW or OLD" -#~ msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre appliqu NEW et OLD" - -#~ msgid "could not create log file \"%s\": %m" -#~ msgstr "n'a pas pu crer le journal applicatif %s : %m" - -#~ msgid "could not open new log file \"%s\": %m" -#~ msgstr "n'a pas pu ouvrir le nouveau journal applicatif %s : %m" - -#~ msgid "Sets immediate fsync at commit." -#~ msgstr "Configure un fsync immdiat lors du commit." - -#~ msgid "invalid list syntax for parameter \"log_destination\"" -#~ msgstr "syntaxe de liste invalide pour le paramtre log_destination " - -#~ msgid "unrecognized \"log_destination\" key word: \"%s\"" -#~ msgstr "mot cl log_destination non reconnu : %s " - -#~ msgid "replication connection authorized: user=%s host=%s port=%s" +#~ msgid "terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect" #~ msgstr "" -#~ "connexion de rplication autorise : utilisateur=%s, base de donnes=%s, " -#~ "port=%s" +#~ "arrt de tous les processus walsender pour forcer les serveurs standby en\n" +#~ "cascade mettre jour la timeline et se reconnecter" + +#~ msgid "shutdown requested, aborting active base backup" +#~ msgstr "arrt demand, annulation de la sauvegarde active de base" + +#~ msgid "streaming replication successfully connected to primary" +#~ msgstr "rplication de flux connect avec succs au serveur principal" + +#~ msgid "invalid standby handshake message type %d" +#~ msgstr "type %d du message de handshake du serveur en attente invalide" + +#~ msgid "terminating walsender process to force cascaded standby to update timeline and reconnect" +#~ msgstr "" +#~ "arrt du processus walreceiver pour forcer le serveur standby en cascade \n" +#~ "mettre jour la timeline et se reconnecter" + +#~ msgid "invalid standby query string: %s" +#~ msgstr "chane de requte invalide sur le serveur en attente : %s" + +#~ msgid "large object %u was not opened for writing" +#~ msgstr "le Large Object %u n'a pas t ouvert en criture" + +#~ msgid "large object %u was already dropped" +#~ msgstr "le Large Object %u a dj t supprim" + +#~ msgid "Not enough memory for reassigning the prepared transaction's locks." +#~ msgstr "Pas assez de mmoire pour raffecter les verrous des transactions prpares." + +#~ msgid "\"interval\" time zone \"%s\" not valid" +#~ msgstr "le fuseau horaire %s n'est pas valide pour le type interval " + +#~ msgid "inconsistent use of year %04d and \"BC\"" +#~ msgstr "utilisation non cohrente de l'anne %04d et de BC " + +#~ msgid "No rows were found in \"%s\"." +#~ msgstr "Aucune ligne trouve dans %s ." + +#~ msgid "argument number is out of range" +#~ msgstr "le nombre en argument est en dehors des limites" + +#~ msgid "index \"%s\" is not ready" +#~ msgstr "l'index %s n'est pas prt" + +#~ msgid "could not remove database directory \"%s\"" +#~ msgstr "n'a pas pu supprimer le rpertoire de bases de donnes %s " + +#~ msgid "unexpected end of line at line %d of thesaurus file \"%s\"" +#~ msgstr "fin de ligne inattendue la ligne %d du thsaurus %s " + +#~ msgid "unexpected end of line or lexeme at line %d of thesaurus file \"%s\"" +#~ msgstr "fin de ligne ou de lexeme inattendu sur la ligne %d du thesaurus %s " + +#~ msgid "unexpected delimiter at line %d of thesaurus file \"%s\"" +#~ msgstr "dlimiteur inattendu sur la ligne %d du thesaurus %s " + +#~ msgid "Use the @@@ operator instead." +#~ msgstr "Utilisez la place l'oprateur @@@." + +#~ msgid "@@ operator does not support lexeme weight restrictions in GIN index searches" +#~ msgstr "" +#~ "l'oprateur @@ ne supporte pas les restrictions de poids de lexeme dans les\n" +#~ "recherches par index GIN" + +#~ msgid "query requires full scan, which is not supported by GIN indexes" +#~ msgstr "" +#~ "la requte ncessite un parcours complet, ce qui n'est pas support par les\n" +#~ "index GIN" + +#~ msgid "cannot calculate week number without year information" +#~ msgstr "ne peut pas calculer le numro de la semaine sans informations sur l'anne" + +#~ msgid "UTF-16 to UTF-8 translation failed: %lu" +#~ msgstr "chec de la conversion d'UTF16 vers UTF8 : %lu" + +#~ msgid "AM/PM hour must be between 1 and 12" +#~ msgstr "l'heure AM/PM doit tre compris entre 1 et 12" + +#~ msgid "Sat" +#~ msgstr "Sam" + +#~ msgid "Fri" +#~ msgstr "Ven" + +#~ msgid "Thu" +#~ msgstr "Jeu" + +#~ msgid "Wed" +#~ msgstr "Mer" + +#~ msgid "Tue" +#~ msgstr "Mar" + +#~ msgid "Mon" +#~ msgstr "Lun" + +#~ msgid "Sun" +#~ msgstr "Dim" + +#~ msgid "Saturday" +#~ msgstr "Samedi" + +#~ msgid "Friday" +#~ msgstr "Vendredi" + +#~ msgid "Thursday" +#~ msgstr "Jeudi" + +#~ msgid "Wednesday" +#~ msgstr "Mercredi" + +#~ msgid "Tuesday" +#~ msgstr "Mardi" + +#~ msgid "Monday" +#~ msgstr "Lundi" + +#~ msgid "Sunday" +#~ msgstr "Dimanche" + +#~ msgid "Dec" +#~ msgstr "Dc" + +#~ msgid "Nov" +#~ msgstr "Nov" + +#~ msgid "Oct" +#~ msgstr "Oct" + +#~ msgid "Sep" +#~ msgstr "Sep" + +#~ msgid "Aug" +#~ msgstr "Ao" + +#~ msgid "Jul" +#~ msgstr "Juil" + +#~ msgid "Jun" +#~ msgstr "Juin" + +#~ msgid "S:May" +#~ msgstr "S:Mai" + +#~ msgid "Apr" +#~ msgstr "Avr" + +#~ msgid "Mar" +#~ msgstr "Mar" + +#~ msgid "Feb" +#~ msgstr "Fv" + +#~ msgid "Jan" +#~ msgstr "Jan" + +#~ msgid "December" +#~ msgstr "Dcembre" + +#~ msgid "November" +#~ msgstr "Novembre" + +#~ msgid "October" +#~ msgstr "Octobre" + +#~ msgid "September" +#~ msgstr "Septembre" + +#~ msgid "August" +#~ msgstr "Aot" + +#~ msgid "July" +#~ msgstr "Juillet" + +#~ msgid "June" +#~ msgstr "Juin" + +#~ msgid "May" +#~ msgstr "Mai" + +#~ msgid "April" +#~ msgstr "Avril" + +#~ msgid "March" +#~ msgstr "Mars" + +#~ msgid "February" +#~ msgstr "Fvrier" + +#~ msgid "January" +#~ msgstr "Janvier" + +#~ msgid "\"TZ\"/\"tz\" not supported" +#~ msgstr " TZ / tz non support" + +#~ msgid "invalid AM/PM string" +#~ msgstr "chane AM/PM invalide" + +#~ msgid "not unique \"S\"" +#~ msgstr " S non unique" + +#~ msgid "invalid argument for power function" +#~ msgstr "argument invalide pour la fonction puissance (power)" + +#~ msgid "Valid values are DOCUMENT and CONTENT." +#~ msgstr "Les valeurs valides sont DOCUMENT et CONTENT." + +#~ msgid "Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7." +#~ msgstr "" +#~ "Les valeurs valides sont LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5,\n" +#~ "LOCAL6, LOCAL7." + +#~ msgid "This can be set to advanced, extended, or basic." +#~ msgstr "" +#~ "Ceci peut tre initialis avec advanced (avanc), extended (tendu) ou\n" +#~ "basic (basique)." + +#~ msgid "Sets the hostname of the Kerberos server." +#~ msgstr "Initalise le nom d'hte du serveur Kerberos." + +#~ msgid "Sets realm to match Kerberos and GSSAPI users against." +#~ msgstr "" +#~ "Indique le royaume pour l'authentification des utilisateurs via Kerberos et\n" +#~ "GSSAPI." + +#~ msgid "Each session can be either \"origin\", \"replica\", or \"local\"." +#~ msgstr "Chaque session peut valoir soit origin soit replica soit local ." + +#~ msgid "Each SQL transaction has an isolation level, which can be either \"read uncommitted\", \"read committed\", \"repeatable read\", or \"serializable\"." +#~ msgstr "" +#~ "Chaque transaction SQL a un niveau d'isolation qui peut tre soit read\n" +#~ "uncommitted , soit read committed , soit repeatable read , soit\n" +#~ " serializable ." + +#~ msgid "All SQL statements that cause an error of the specified level or a higher level are logged." +#~ msgstr "" +#~ "Toutes les instructions SQL causant une erreur du niveau spcifi ou d'un\n" +#~ "niveau suprieur sont traces." + +#~ msgid "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels that follow it." +#~ msgstr "" +#~ "Les valeurs valides sont DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO,\n" +#~ "NOTICE, WARNING, ERROR, LOG, FATAL et PANIC. Chaque niveau incut tous les\n" +#~ "niveaux qui le suit." + +#~ msgid "Valid values are ON, OFF, and SAFE_ENCODING." +#~ msgstr "Les valeurs valides sont ON, OFF et SAFE_ENCODING." + +#~ msgid "Sets the maximum number of disk pages for which free space is tracked." +#~ msgstr "" +#~ "Initialise le nombre maximum de pages disque pour lesquelles l'espace libre\n" +#~ "est trac." + +#~ msgid "Sets the maximum number of tables and indexes for which free space is tracked." +#~ msgstr "" +#~ "Initialise le nombre maximum de tables et index pour lesquels l'espace libre\n" +#~ "est trac." + +#~ msgid "Uses the indented output format for EXPLAIN VERBOSE." +#~ msgstr "Utilise le format de sortie indent pour EXPLAIN VERBOSE." + +#~ msgid "Prints the execution plan to server log." +#~ msgstr "Affiche le plan d'excution dans les journaux applicatifs du serveur." + +#~ msgid "Prints the parse tree after rewriting to server log." +#~ msgstr "Affiche l'arbre d'analyse aprs r-criture dans les journaux applicatifs du serveur." + +#~ msgid "Prints the parse tree to the server log." +#~ msgstr "Affiche l'arbre d'analyse dans les journaux applicatifs du serveur." + +#~ msgid "string is too long for tsvector" +#~ msgstr "la chane est trop longue pour un tsvector" + +#~ msgid "Consider increasing the configuration parameter \"max_fsm_pages\" to a value over %.0f." +#~ msgstr "" +#~ "Considrez l'augmentation du paramtre de configuration max_fsm_pages \n" +#~ " une valeur suprieure %.0f." + +#~ msgid "number of page slots needed (%.0f) exceeds max_fsm_pages (%d)" +#~ msgstr "le nombre d'emplacements de pages ncessaires (%.0f) dpasse max_fsm_pages (%d)" + +#~ msgid "You have at least %d relations. Consider increasing the configuration parameter \"max_fsm_relations\"." +#~ msgstr "" +#~ "Vous avez au moins %d relations.Considrez l'augmentation du paramtre de\n" +#~ "configuration max_fsm_relations ." + +#~ msgid "max_fsm_relations(%d) equals the number of relations checked" +#~ msgstr "max_fsm_relations(%d) quivaut au nombre de relations traces" #~ msgid "" -#~ "cannot drop \"%s\" because it is being used by active queries in this " -#~ "session" +#~ "A total of %.0f page slots are in use (including overhead).\n" +#~ "%.0f page slots are required to track all free space.\n" +#~ "Current limits are: %d page slots, %d relations, using %.0f kB." #~ msgstr "" -#~ "ne peut pas supprimer %s car cet objet est en cours d'utilisation " -#~ "par\n" -#~ "des requtes actives dans cette session" +#~ "Un total de %.0f emplacements de pages est utilis (ceci incluant la\n" +#~ "surcharge).\n" +#~ "%.0f emplacements de pages sont requis pour tracer tout l'espace libre.\n" +#~ "Les limites actuelles sont : %d emplacements de pages, %d relations,\n" +#~ "utilisant %.0f Ko." -#~ msgid "parameter \"recovery_target_inclusive\" requires a Boolean value" +#~ msgid "free space map contains %d pages in %d relations" +#~ msgstr "la structure FSM contient %d pages dans %d relations" + +#~ msgid "max_fsm_pages must exceed max_fsm_relations * %d" +#~ msgstr "max_fsm_pages doit excder max_fsm_relations * %d" + +#~ msgid "insufficient shared memory for free space map" +#~ msgstr "mmoire partage insuffisante pour la structure FSM" + +#~ msgid "could not set statistics collector timer: %m" +#~ msgstr "n'a pas pu configurer le timer du rcuprateur de statistiques : %m" + +#~ msgid "%s: the number of buffers (-B) must be at least twice the number of allowed connections (-N) and at least 16\n" #~ msgstr "" -#~ "le paramtre recovery_target_inclusive requiert une valeur boolenne" +#~ "%s : le nombre de tampons (-B) doit tre au moins deux fois le nombre de\n" +#~ "connexions disponibles (-N) et au moins 16\n" -#~ msgid "parameter \"standby_mode\" requires a Boolean value" -#~ msgstr "le paramtre standby_mode requiert une valeur boolenne" +#~ msgid "adding missing FROM-clause entry in subquery for table \"%s\"" +#~ msgstr "entre manquante de la clause FROM dans la sous-requte pour la table %s " -#~ msgid "access to %s" -#~ msgstr "accs %s" +#~ msgid "missing FROM-clause entry in subquery for table \"%s\"" +#~ msgstr "entre manquante de la clause FROM dans la sous-requte de la table %s " -#~ msgid "Sets the message levels that are logged during recovery." +#~ msgid "SELECT FOR UPDATE/SHARE is not supported for inheritance queries" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas support pour les requtes d'hritage" + +#~ msgid "Ident protocol identifies remote user as \"%s\"" +#~ msgstr "le protocole Ident identifie l'utilisateur distant comme %s " + +#~ msgid "cannot use Ident authentication without usermap field" +#~ msgstr "n'a pas pu utiliser l'authentication Ident sans le champ usermap" + +#~ msgid "missing field in file \"%s\" at end of line %d" +#~ msgstr "champ manquant dans le fichier %s la fin de la ligne %d" + +#~ msgid "invalid entry in file \"%s\" at line %d, token \"%s\"" +#~ msgstr "entre invalide dans le fichier %s la ligne %d, jeton %s " + +#~ msgid "cannot use authentication method \"crypt\" because password is MD5-encrypted" #~ msgstr "" -#~ "Initialise les niveaux de messages qui sont tracs lors de la " -#~ "restauration." +#~ "n'a pas pu utiliser la mthode d'authentification crypt car le mot de\n" +#~ "passe est chiffr avec MD5" -#~ msgid "Not safe to send CSV data\n" -#~ msgstr "Envoi non sr des donnes CSV\n" - -#~ msgid "recovery restart point at %X/%X with latest known log time %s" +#~ msgid "File must be owned by the database user and must have no permissions for \"group\" or \"other\"." #~ msgstr "" -#~ "point de relancement de la restauration sur %X/%X avec %s comme dernire\n" -#~ "date connue du journal" +#~ "Le fichier doit appartenir au propritaire de la base de donnes et ne doit\n" +#~ "pas avoir de droits pour un groupe ou pour les autres." -#~ msgid "restartpoint_command = '%s'" -#~ msgstr "restartpoint_command = '%s'" +#~ msgid "unsafe permissions on private key file \"%s\"" +#~ msgstr "droits non srs sur le fichier de la cl prive %s " -#~ msgid "usermap \"%s\"" -#~ msgstr "correspondance utilisateur %s " +#~ msgid "could not get security token from context" +#~ msgstr "n'a pas pu rcuprer le jeton de scurit partir du contexte" -#~ msgid "WAL archiving is not active" -#~ msgstr "l'archivage des journaux de transactions n'est pas actif" +#~ msgid "GSSAPI not implemented on this server" +#~ msgstr "GSSAPI non implment sur ce serveur" -#~ msgid "archive_mode must be enabled at server start." -#~ msgstr "archive_mode doit tre activ au lancement du serveur." +#~ msgid "Kerberos 5 not implemented on this server" +#~ msgstr "Kerberos 5 non implment sur ce serveur" -#~ msgid "" -#~ "archive_command must be defined before online backups can be made safely." +#~ msgid "unexpected Kerberos user name received from client (received \"%s\", expected \"%s\")" #~ msgstr "" -#~ "archive_command doit tre dfini avant que les sauvegardes chaud " -#~ "puissent\n" -#~ "s'effectuer correctement." +#~ "nom d'utilisateur Kerberos inattendu reu partir du client (reu %s ,\n" +#~ "attendu %s )" -#~ msgid "" -#~ "During recovery, allows connections and queries. During normal running, " -#~ "causes additional info to be written to WAL to enable hot standby mode on " -#~ "WAL standby nodes." +#~ msgid "cannot change number of columns in view" +#~ msgstr "ne peut pas modifier le nombre de colonnes dans la vue" + +#~ msgid "Consider using VACUUM FULL on this relation or increasing the configuration parameter \"max_fsm_pages\"." #~ msgstr "" -#~ "Lors de la restauration, autorise les connexions et les requtes. Lors " -#~ "d'une\n" -#~ "excution normale, fait que des informations supplmentaires sont crites " -#~ "dans\n" -#~ "les journaux de transactions pour activer le mode Hot Standby sur les " -#~ "nuds\n" -#~ "en attente." +#~ "Pensez compacter cette relation en utilisant VACUUM FULL ou augmenter le\n" +#~ "paramtre de configuration max_fsm_pages ." -#~ msgid "unlogged operation performed, data may be missing" -#~ msgstr "opration ralise non trace, les donnes pourraient manquer" - -#~ msgid "not enough shared memory for walsender" +#~ msgid "relation \"%s.%s\" contains more than \"max_fsm_pages\" pages with useful free space" #~ msgstr "" -#~ "pas assez de mmoire partage pour le processus d'envoi des journaux de " -#~ "transactions" +#~ "la relation %s.%s contient plus de max_fsm_pages pages d'espace\n" +#~ "libre utile" -#~ msgid "not enough shared memory for walreceiver" +#~ msgid "constraint definition for check constraint \"%s\" does not match" #~ msgstr "" -#~ "pas assez de mmoire partage pour le processus de rception des journaux " -#~ "de\n" -#~ "transactions" +#~ "la dfinition de la contrainte %s pour la contrainte de vrification ne\n" +#~ "correspond pas" -#~ msgid "connection limit exceeded for non-superusers" -#~ msgstr "limite de connexions dpasse pour les utilisateurs standards" +#~ msgid "multiple constraints named \"%s\" were dropped" +#~ msgstr "les contraintes multiples nommes %s ont t supprimes" -#~ msgid "not enough shared memory for background writer" +#~ msgid "there are objects dependent on %s" +#~ msgstr "des objets dpendent de %s" + +#~ msgid "failed to drop all objects depending on %s" +#~ msgstr "chec lors de la suppression de tous les objets dpendant de %s" + +#~ msgid "parser stack overflow" +#~ msgstr "saturation de la pile de l'analyseur" + +#~ msgid "syntax error; also virtual memory exhausted" +#~ msgstr "erreur de syntaxe ; de plus, mmoire virtuelle sature" + +#~ msgid "syntax error: cannot back up" +#~ msgstr "erreur de syntaxe : n'a pas pu revenir" + +#~ msgid "log_restartpoints = %s" +#~ msgstr "log_restartpoints = %s" + +#~ msgid "It looks like you need to initdb or install locale support." #~ msgstr "" -#~ "pas assez de mmoire partage pour le processus d'criture en tche de " -#~ "fond" +#~ "Il semble que vous avez besoin d'excuter initdb ou d'installer le support\n" +#~ "des locales." -#~ msgid "could not allocate shared memory segment \"%s\"" -#~ msgstr "n'a pas pu allouer un segment de mmoire partage %s " +#~ msgid "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the server was compiled with LOCALE_NAME_BUFLEN %d." +#~ msgstr "" +#~ "Le cluster de bases de donnes a t initialis avec un LOCALE_NAME_BUFLEN\n" +#~ " %d alors que le serveur a t compil avec un LOCALE_NAME_BUFLEN %d." + +#~ msgid "invalid LC_CTYPE setting" +#~ msgstr "paramtre LC_CTYPE invalide" + +#~ msgid "invalid LC_COLLATE setting" +#~ msgstr "paramtre LC_COLLATE invalide" + +#~ msgid "GIN index does not support search with void query" +#~ msgstr "les index GIN ne supportent pas la recherche avec des requtes vides" + +#~ msgid "fillfactor=%d is out of range (should be between %d and 100)" +#~ msgstr "le facteur de remplissage (%d) est en dehors des limites (il devrait tre entre %d et 100)" #, fuzzy -#~ msgid "couldn't put socket to non-blocking mode: %m" -#~ msgstr "n'a pas pu activer le mode non-bloquant pour la socket : %s\n" +#~ msgid "wrong number of array_subscripts" +#~ msgstr "mauvais nombre d'indices du tableau" -#, fuzzy -#~ msgid "couldn't put socket to blocking mode: %m" -#~ msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n" +#~ msgid "could not create XPath object" +#~ msgstr "n'a pas pu crer l'objet XPath" -#~ msgid "WAL file SYSID is %s, pg_control SYSID is %s" +#~ msgid "multiple TRUNCATE events specified" +#~ msgstr "multiples vnements TRUNCATE spcifis" + +#~ msgid "multiple UPDATE events specified" +#~ msgstr "multiples vnements UPDATE spcifis" + +#~ msgid "multiple DELETE events specified" +#~ msgstr "multiples vnements DELETE spcifis" + +#~ msgid "hurrying in-progress restartpoint" +#~ msgstr "acclration du restartpoint en cours" + +#~ msgid "NEW used in query that is not in a rule" +#~ msgstr "NEW utilis dans une requte qui ne fait pas partie d'une rgle" + +#~ msgid "OLD used in query that is not in a rule" +#~ msgstr "OLD utilis dans une requte qui n'est pas une rgle" + +#~ msgid "adding missing FROM-clause entry for table \"%s\"" +#~ msgstr "ajout d'une entre manquante dans FROM (table %s )" + +#~ msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris dans les sous-requtes" + +#~ msgid "unsupported PAM conversation %d/%s" +#~ msgstr "conversation PAM %d/%s non supporte" + +#~ msgid "could not seek to end of segment %u of relation %s: %m" +#~ msgstr "n'a pas pu se dplacer la fin du segment %u de la relation %s : %m" + +#~ msgid "could not fsync segment %u of relation %s but retrying: %m" #~ msgstr "" -#~ "le SYSID du journal de transactions WAL est %s, celui de pg_control est %s" +#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" +#~ "%s, nouvelle tentative : %m" -#, fuzzy -#~ msgid "sorry, too many standbys already" -#~ msgstr "dsol, trop de clients sont dj connects" +#~ msgid "could not fsync segment %u of relation %s: %m" +#~ msgstr "" +#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" +#~ "%s : %m" -#, fuzzy -#~ msgid "invalid WAL message received from primary" -#~ msgstr "format du message invalide" +#~ msgid "could not open segment %u of relation %s: %m" +#~ msgstr "n'a pas pu ouvrir le segment %u de la relation %s : %m" -#, fuzzy -#~ msgid "invalid replication message type %d" -#~ msgstr "type %d du message de l'interface invalide" +#~ msgid "could not write block %u of relation %s: %m" +#~ msgstr "n'a pas pu crire le bloc %u de la relation %s : %m" -#~ msgid "PID %d is among the slowest backends." -#~ msgstr "Le PID %d est parmi les processus serveur les plus lents." +#~ msgid "could not read block %u of relation %s: %m" +#~ msgstr "n'a pas pu lire le bloc %u de la relation %s : %m" -#~ msgid "transaction is read-only" -#~ msgstr "la transaction est en lecture seule" +#~ msgid "could not open relation %s: %m" +#~ msgstr "n'a pas pu ouvrir la relation %s : %m" -#~ msgid "binary value is out of range for type bigint" -#~ msgstr "la valeur binaire est en dehors des limites du type bigint" +#~ msgid "could not extend relation %s: %m" +#~ msgstr "n'a pas pu tendre la relation %s : %m" -#~ msgid "redo starts at %X/%X, consistency will be reached at %X/%X" -#~ msgstr "la restauration comme %X/%X, la cohrence sera atteinte %X/%X" +#~ msgid "could not seek to block %u of relation %s: %m" +#~ msgstr "n'a pas pu se positionner sur le bloc %u de la relation %s : %m" + +#~ msgid "could not remove segment %u of relation %s: %m" +#~ msgstr "n'a pas pu supprimer le segment %u de la relation %s : %m" + +#~ msgid "could not remove relation %s: %m" +#~ msgstr "n'a pas pu supprimer la relation %s : %m" + +#~ msgid "SELECT FOR UPDATE/SHARE is not supported within a query with multiple result relations" +#~ msgstr "" +#~ "SELECT FOR UPDATE/SHARE n'est pas support dans une requte avec plusieurs\n" +#~ "relations" + +#~ msgid "cannot set session authorization within security-definer function" +#~ msgstr "ne peut pas excuter SESSION AUTHORIZATION sur la fonction SECURITY DEFINER" + +#~ msgid "cannot specify CSV in BINARY mode" +#~ msgstr "ne peut pas spcifier CSV en mode binaire (BINARY)" + +#~ msgid "invalid role password \"%s\"" +#~ msgstr "mot de passe %s de l'utilisateur invalide" + +#~ msgid "invalid role name \"%s\"" +#~ msgstr "nom de rle %s invalide" + +#~ msgid "invalid database name \"%s\"" +#~ msgstr "nom de base de donnes %s invalide" + +#~ msgid "This parameter cannot be changed after server start." +#~ msgstr "Ce paramtre ne peut pas tre modifi aprs le lancement du serveur" + +#~ msgid "attempted change of parameter \"%s\" ignored" +#~ msgstr "tentative de modification du paramtre %s ignor" + +#~ msgid "Sets the regular expression \"flavor\"." +#~ msgstr "Initialise l'expression rationnelle flavor ." + +#~ msgid "Automatically adds missing table references to FROM clauses." +#~ msgstr "" +#~ "Ajoute automatiquement les rfrences la table manquant dans les clauses\n" +#~ "FROM." + +#~ msgid "Table contains duplicated values." +#~ msgstr "La table contient des valeurs dupliques." + +#~ msgid "index row size %lu exceeds btree maximum, %lu" +#~ msgstr "la taille de la ligne index %lu dpasse le maximum de btree, %lu" + +#~ msgid "DISTINCT is supported only for single-argument aggregates" +#~ msgstr "DISTINCT est seulement support pour les agrgats un seul argument" + +#~ msgid "database system is in consistent recovery mode" +#~ msgstr "le systme de bases de donnes est dans un mode de restauration cohrent" + +#~ msgid "frame start at CURRENT ROW is not implemented" +#~ msgstr "dbut du frame CURRENT ROW n'est pas implment" + +#~ msgid "Rebuild the index with REINDEX." +#~ msgstr "Reconstruisez l'index avec REINDEX." + +#~ msgid "index \"%s\" contains %.0f row versions, but table contains %.0f row versions" +#~ msgstr "" +#~ "l'index %s contient %.0f versions de ligne, mais la table contient %.0f\n" +#~ "versions de ligne" #~ msgid "" -#~ "This error can also happen if the byte sequence does not match the " -#~ "encoding expected by the server, which is controlled by \"client_encoding" -#~ "\"." +#~ "%u index pages have been deleted, %u are currently reusable.\n" +#~ "%s." #~ msgstr "" -#~ "Cette erreur peut aussi survenir si la squence d'octets ne correspond " -#~ "pas\n" -#~ "au jeu de caractres attendu par le serveur, le jeu tant contrl par\n" -#~ " client_encoding ." +#~ "%u pages d'index ont t supprimes, %u sont actuellement rutilisables.\n" +#~ "%s." -#~ msgid "Sets the language used in DO statement if LANGUAGE is not specified." -#~ msgstr "" -#~ "Configure le langage utilis dans une instruction DO si la clause " -#~ "LANGUAGE n'est\n" -#~ "pas spcifie." - -#~ msgid "shared index \"%s\" can only be reindexed in stand-alone mode" -#~ msgstr "" -#~ "un index partag %s peut seulement tre rindex en mode autonome" - -#~ msgid "\"%s\" is a system catalog" -#~ msgstr " %s est un catalogue systme" - -#~ msgid "shared table \"%s\" can only be reindexed in stand-alone mode" -#~ msgstr "" -#~ "la table partage %s peut seulement tre rindex en mode autonome" - -#~ msgid "cannot truncate system relation \"%s\"" -#~ msgstr "ne peut pas tronquer la relation systme %s " - -#~ msgid "number of distinct values %g is too low" -#~ msgstr "le nombre de valeurs distinctes %g est trop basse" - -#~ msgid "directory \"%s\" is not empty" -#~ msgstr "le rpertoire %s n'est pas vide" - -#~ msgid "" -#~ "relation \"%s\" TID %u/%u: XMIN_COMMITTED not set for transaction %u --- " -#~ "cannot shrink relation" -#~ msgstr "" -#~ "relation %s , TID %u/%u : XMIN_COMMITTED non configur pour la\n" -#~ "transaction %u --- n'a pas pu diminuer la taille de la relation" - -#~ msgid "" -#~ "relation \"%s\" TID %u/%u: dead HOT-updated tuple --- cannot shrink " -#~ "relation" -#~ msgstr "" -#~ "relation %s , TID %u/%u : ligne morte mise jour par HOT --- n'a pas " -#~ "pu\n" -#~ "diminuer la taille de la relation" - -#~ msgid "" -#~ "relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- cannot " -#~ "shrink relation" -#~ msgstr "" -#~ "relation %s , TID %u/%u : InsertTransactionInProgress %u --- n'a pas " -#~ "pu\n" -#~ "diminuer la taille de la relation" - -#~ msgid "" -#~ "relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- cannot " -#~ "shrink relation" -#~ msgstr "" -#~ "relation %s , TID %u/%u : DeleteTransactionInProgress %u --- n'a pas " -#~ "pu\n" -#~ "diminuer la taille de la relation" +#~ msgid "\"%s\": moved %u row versions, truncated %u to %u pages" +#~ msgstr " %s : %u versions de ligne dplaces, %u pages tronques sur %u" #~ msgid "" #~ "%.0f dead row versions cannot be removed yet.\n" @@ -23205,1037 +21371,467 @@ msgstr "" #~ "%.0f versions de lignes mortes ne peuvent pas encore tre supprimes.\n" #~ "Les versions non supprimables de ligne vont de %lu to %lu octets.\n" #~ "Il existait %.0f pointeurs d'lments inutiliss.\n" -#~ "L'espace libre total (incluant les versions supprimables de ligne) est " -#~ "de\n" +#~ "L'espace libre total (incluant les versions supprimables de ligne) est de\n" #~ "%.0f octets.\n" #~ "%u pages sont ou deviendront vides, ceci incluant %u pages en fin de la\n" #~ "table.\n" -#~ "%u pages contenant %.0f octets libres sont des destinations de " -#~ "dplacement\n" +#~ "%u pages contenant %.0f octets libres sont des destinations de dplacement\n" #~ "disponibles.\n" #~ "%s." -#~ msgid "\"%s\": moved %u row versions, truncated %u to %u pages" -#~ msgstr " %s : %u versions de ligne dplaces, %u pages tronques sur %u" - -#~ msgid "" -#~ "%u index pages have been deleted, %u are currently reusable.\n" -#~ "%s." +#~ msgid "relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- cannot shrink relation" #~ msgstr "" -#~ "%u pages d'index ont t supprimes, %u sont actuellement rutilisables.\n" -#~ "%s." +#~ "relation %s , TID %u/%u : DeleteTransactionInProgress %u --- n'a pas pu\n" +#~ "diminuer la taille de la relation" -#~ msgid "" -#~ "index \"%s\" contains %.0f row versions, but table contains %.0f row " -#~ "versions" +#~ msgid "relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- cannot shrink relation" #~ msgstr "" -#~ "l'index %s contient %.0f versions de ligne, mais la table contient " -#~ "%.0f\n" -#~ "versions de ligne" +#~ "relation %s , TID %u/%u : InsertTransactionInProgress %u --- n'a pas pu\n" +#~ "diminuer la taille de la relation" -#~ msgid "Rebuild the index with REINDEX." -#~ msgstr "Reconstruisez l'index avec REINDEX." - -#~ msgid "frame start at CURRENT ROW is not implemented" -#~ msgstr "dbut du frame CURRENT ROW n'est pas implment" - -#~ msgid "database system is in consistent recovery mode" +#~ msgid "relation \"%s\" TID %u/%u: dead HOT-updated tuple --- cannot shrink relation" #~ msgstr "" -#~ "le systme de bases de donnes est dans un mode de restauration cohrent" +#~ "relation %s , TID %u/%u : ligne morte mise jour par HOT --- n'a pas pu\n" +#~ "diminuer la taille de la relation" -#~ msgid "DISTINCT is supported only for single-argument aggregates" +#~ msgid "relation \"%s\" TID %u/%u: XMIN_COMMITTED not set for transaction %u --- cannot shrink relation" #~ msgstr "" -#~ "DISTINCT est seulement support pour les agrgats un seul argument" +#~ "relation %s , TID %u/%u : XMIN_COMMITTED non configur pour la\n" +#~ "transaction %u --- n'a pas pu diminuer la taille de la relation" -#~ msgid "index row size %lu exceeds btree maximum, %lu" -#~ msgstr "la taille de la ligne index %lu dpasse le maximum de btree, %lu" +#~ msgid "directory \"%s\" is not empty" +#~ msgstr "le rpertoire %s n'est pas vide" -#~ msgid "Table contains duplicated values." -#~ msgstr "La table contient des valeurs dupliques." +#~ msgid "number of distinct values %g is too low" +#~ msgstr "le nombre de valeurs distinctes %g est trop basse" -#~ msgid "Automatically adds missing table references to FROM clauses." +#~ msgid "cannot truncate system relation \"%s\"" +#~ msgstr "ne peut pas tronquer la relation systme %s " + +#~ msgid "shared table \"%s\" can only be reindexed in stand-alone mode" +#~ msgstr "la table partage %s peut seulement tre rindex en mode autonome" + +#~ msgid "\"%s\" is a system catalog" +#~ msgstr " %s est un catalogue systme" + +#~ msgid "shared index \"%s\" can only be reindexed in stand-alone mode" +#~ msgstr "un index partag %s peut seulement tre rindex en mode autonome" + +#~ msgid "Sets the language used in DO statement if LANGUAGE is not specified." #~ msgstr "" -#~ "Ajoute automatiquement les rfrences la table manquant dans les " -#~ "clauses\n" -#~ "FROM." +#~ "Configure le langage utilis dans une instruction DO si la clause LANGUAGE n'est\n" +#~ "pas spcifie." -#~ msgid "Sets the regular expression \"flavor\"." -#~ msgstr "Initialise l'expression rationnelle flavor ." - -#~ msgid "attempted change of parameter \"%s\" ignored" -#~ msgstr "tentative de modification du paramtre %s ignor" - -#~ msgid "This parameter cannot be changed after server start." -#~ msgstr "Ce paramtre ne peut pas tre modifi aprs le lancement du serveur" - -#~ msgid "invalid database name \"%s\"" -#~ msgstr "nom de base de donnes %s invalide" - -#~ msgid "invalid role name \"%s\"" -#~ msgstr "nom de rle %s invalide" - -#~ msgid "invalid role password \"%s\"" -#~ msgstr "mot de passe %s de l'utilisateur invalide" - -#~ msgid "cannot specify CSV in BINARY mode" -#~ msgstr "ne peut pas spcifier CSV en mode binaire (BINARY)" - -#~ msgid "cannot set session authorization within security-definer function" +#~ msgid "This error can also happen if the byte sequence does not match the encoding expected by the server, which is controlled by \"client_encoding\"." #~ msgstr "" -#~ "ne peut pas excuter SESSION AUTHORIZATION sur la fonction SECURITY " -#~ "DEFINER" +#~ "Cette erreur peut aussi survenir si la squence d'octets ne correspond pas\n" +#~ "au jeu de caractres attendu par le serveur, le jeu tant contrl par\n" +#~ " client_encoding ." -#~ msgid "" -#~ "SELECT FOR UPDATE/SHARE is not supported within a query with multiple " -#~ "result relations" -#~ msgstr "" -#~ "SELECT FOR UPDATE/SHARE n'est pas support dans une requte avec " -#~ "plusieurs\n" -#~ "relations" +#~ msgid "redo starts at %X/%X, consistency will be reached at %X/%X" +#~ msgstr "la restauration comme %X/%X, la cohrence sera atteinte %X/%X" -#~ msgid "could not remove relation %s: %m" -#~ msgstr "n'a pas pu supprimer la relation %s : %m" +#~ msgid "binary value is out of range for type bigint" +#~ msgstr "la valeur binaire est en dehors des limites du type bigint" -#~ msgid "could not remove segment %u of relation %s: %m" -#~ msgstr "n'a pas pu supprimer le segment %u de la relation %s : %m" +#~ msgid "transaction is read-only" +#~ msgstr "la transaction est en lecture seule" -#~ msgid "could not seek to block %u of relation %s: %m" -#~ msgstr "n'a pas pu se positionner sur le bloc %u de la relation %s : %m" - -#~ msgid "could not extend relation %s: %m" -#~ msgstr "n'a pas pu tendre la relation %s : %m" - -#~ msgid "could not open relation %s: %m" -#~ msgstr "n'a pas pu ouvrir la relation %s : %m" - -#~ msgid "could not read block %u of relation %s: %m" -#~ msgstr "n'a pas pu lire le bloc %u de la relation %s : %m" - -#~ msgid "could not write block %u of relation %s: %m" -#~ msgstr "n'a pas pu crire le bloc %u de la relation %s : %m" - -#~ msgid "could not open segment %u of relation %s: %m" -#~ msgstr "n'a pas pu ouvrir le segment %u de la relation %s : %m" - -#~ msgid "could not fsync segment %u of relation %s: %m" -#~ msgstr "" -#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" -#~ "%s : %m" - -#~ msgid "could not fsync segment %u of relation %s but retrying: %m" -#~ msgstr "" -#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" -#~ "%s, nouvelle tentative : %m" - -#~ msgid "could not seek to end of segment %u of relation %s: %m" -#~ msgstr "" -#~ "n'a pas pu se dplacer la fin du segment %u de la relation %s : %m" - -#~ msgid "unsupported PAM conversation %d/%s" -#~ msgstr "conversation PAM %d/%s non supporte" - -#~ msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries" -#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris dans les sous-requtes" - -#~ msgid "adding missing FROM-clause entry for table \"%s\"" -#~ msgstr "ajout d'une entre manquante dans FROM (table %s )" - -#~ msgid "OLD used in query that is not in a rule" -#~ msgstr "OLD utilis dans une requte qui n'est pas une rgle" - -#~ msgid "NEW used in query that is not in a rule" -#~ msgstr "NEW utilis dans une requte qui ne fait pas partie d'une rgle" - -#~ msgid "hurrying in-progress restartpoint" -#~ msgstr "acclration du restartpoint en cours" - -#~ msgid "multiple DELETE events specified" -#~ msgstr "multiples vnements DELETE spcifis" - -#~ msgid "multiple UPDATE events specified" -#~ msgstr "multiples vnements UPDATE spcifis" - -#~ msgid "multiple TRUNCATE events specified" -#~ msgstr "multiples vnements TRUNCATE spcifis" - -#~ msgid "could not create XPath object" -#~ msgstr "n'a pas pu crer l'objet XPath" +#~ msgid "PID %d is among the slowest backends." +#~ msgstr "Le PID %d est parmi les processus serveur les plus lents." #, fuzzy -#~ msgid "wrong number of array_subscripts" -#~ msgstr "mauvais nombre d'indices du tableau" +#~ msgid "invalid replication message type %d" +#~ msgstr "type %d du message de l'interface invalide" -#~ msgid "fillfactor=%d is out of range (should be between %d and 100)" +#, fuzzy +#~ msgid "invalid WAL message received from primary" +#~ msgstr "format du message invalide" + +#, fuzzy +#~ msgid "sorry, too many standbys already" +#~ msgstr "dsol, trop de clients sont dj connects" + +#~ msgid "WAL file SYSID is %s, pg_control SYSID is %s" +#~ msgstr "le SYSID du journal de transactions WAL est %s, celui de pg_control est %s" + +#, fuzzy +#~ msgid "couldn't put socket to blocking mode: %m" +#~ msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n" + +#, fuzzy +#~ msgid "couldn't put socket to non-blocking mode: %m" +#~ msgstr "n'a pas pu activer le mode non-bloquant pour la socket : %s\n" + +#~ msgid "could not allocate shared memory segment \"%s\"" +#~ msgstr "n'a pas pu allouer un segment de mmoire partage %s " + +#~ msgid "not enough shared memory for background writer" +#~ msgstr "pas assez de mmoire partage pour le processus d'criture en tche de fond" + +#~ msgid "connection limit exceeded for non-superusers" +#~ msgstr "limite de connexions dpasse pour les utilisateurs standards" + +#~ msgid "not enough shared memory for walreceiver" #~ msgstr "" -#~ "le facteur de remplissage (%d) est en dehors des limites (il devrait tre " -#~ "entre %d et 100)" +#~ "pas assez de mmoire partage pour le processus de rception des journaux de\n" +#~ "transactions" -#~ msgid "GIN index does not support search with void query" +#~ msgid "not enough shared memory for walsender" +#~ msgstr "pas assez de mmoire partage pour le processus d'envoi des journaux de transactions" + +#~ msgid "unlogged operation performed, data may be missing" +#~ msgstr "opration ralise non trace, les donnes pourraient manquer" + +#~ msgid "During recovery, allows connections and queries. During normal running, causes additional info to be written to WAL to enable hot standby mode on WAL standby nodes." #~ msgstr "" -#~ "les index GIN ne supportent pas la recherche avec des requtes vides" +#~ "Lors de la restauration, autorise les connexions et les requtes. Lors d'une\n" +#~ "excution normale, fait que des informations supplmentaires sont crites dans\n" +#~ "les journaux de transactions pour activer le mode Hot Standby sur les nuds\n" +#~ "en attente." -#~ msgid "invalid LC_COLLATE setting" -#~ msgstr "paramtre LC_COLLATE invalide" - -#~ msgid "invalid LC_CTYPE setting" -#~ msgstr "paramtre LC_CTYPE invalide" - -#~ msgid "" -#~ "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the " -#~ "server was compiled with LOCALE_NAME_BUFLEN %d." +#~ msgid "archive_command must be defined before online backups can be made safely." #~ msgstr "" -#~ "Le cluster de bases de donnes a t initialis avec un " -#~ "LOCALE_NAME_BUFLEN\n" -#~ " %d alors que le serveur a t compil avec un LOCALE_NAME_BUFLEN %d." +#~ "archive_command doit tre dfini avant que les sauvegardes chaud puissent\n" +#~ "s'effectuer correctement." -#~ msgid "It looks like you need to initdb or install locale support." +#~ msgid "archive_mode must be enabled at server start." +#~ msgstr "archive_mode doit tre activ au lancement du serveur." + +#~ msgid "WAL archiving is not active" +#~ msgstr "l'archivage des journaux de transactions n'est pas actif" + +#~ msgid "usermap \"%s\"" +#~ msgstr "correspondance utilisateur %s " + +#~ msgid "restartpoint_command = '%s'" +#~ msgstr "restartpoint_command = '%s'" + +#~ msgid "recovery restart point at %X/%X with latest known log time %s" #~ msgstr "" -#~ "Il semble que vous avez besoin d'excuter initdb ou d'installer le " -#~ "support\n" -#~ "des locales." +#~ "point de relancement de la restauration sur %X/%X avec %s comme dernire\n" +#~ "date connue du journal" -#~ msgid "log_restartpoints = %s" -#~ msgstr "log_restartpoints = %s" +#~ msgid "Not safe to send CSV data\n" +#~ msgstr "Envoi non sr des donnes CSV\n" -#~ msgid "syntax error: cannot back up" -#~ msgstr "erreur de syntaxe : n'a pas pu revenir" +#~ msgid "Sets the message levels that are logged during recovery." +#~ msgstr "Initialise les niveaux de messages qui sont tracs lors de la restauration." -#~ msgid "syntax error; also virtual memory exhausted" -#~ msgstr "erreur de syntaxe ; de plus, mmoire virtuelle sature" +#~ msgid "access to %s" +#~ msgstr "accs %s" -#~ msgid "parser stack overflow" -#~ msgstr "saturation de la pile de l'analyseur" +#~ msgid "parameter \"standby_mode\" requires a Boolean value" +#~ msgstr "le paramtre standby_mode requiert une valeur boolenne" -#~ msgid "failed to drop all objects depending on %s" -#~ msgstr "chec lors de la suppression de tous les objets dpendant de %s" +#~ msgid "parameter \"recovery_target_inclusive\" requires a Boolean value" +#~ msgstr "le paramtre recovery_target_inclusive requiert une valeur boolenne" -#~ msgid "there are objects dependent on %s" -#~ msgstr "des objets dpendent de %s" - -#~ msgid "multiple constraints named \"%s\" were dropped" -#~ msgstr "les contraintes multiples nommes %s ont t supprimes" - -#~ msgid "constraint definition for check constraint \"%s\" does not match" +#~ msgid "cannot drop \"%s\" because it is being used by active queries in this session" #~ msgstr "" -#~ "la dfinition de la contrainte %s pour la contrainte de vrification " -#~ "ne\n" -#~ "correspond pas" +#~ "ne peut pas supprimer %s car cet objet est en cours d'utilisation par\n" +#~ "des requtes actives dans cette session" -#~ msgid "" -#~ "relation \"%s.%s\" contains more than \"max_fsm_pages\" pages with useful " -#~ "free space" +#~ msgid "replication connection authorized: user=%s host=%s port=%s" +#~ msgstr "connexion de rplication autorise : utilisateur=%s, base de donnes=%s, port=%s" + +#~ msgid "unrecognized \"log_destination\" key word: \"%s\"" +#~ msgstr "mot cl log_destination non reconnu : %s " + +#~ msgid "invalid list syntax for parameter \"log_destination\"" +#~ msgstr "syntaxe de liste invalide pour le paramtre log_destination " + +#~ msgid "Sets immediate fsync at commit." +#~ msgstr "Configure un fsync immdiat lors du commit." + +#~ msgid "could not open new log file \"%s\": %m" +#~ msgstr "n'a pas pu ouvrir le nouveau journal applicatif %s : %m" + +#~ msgid "could not create log file \"%s\": %m" +#~ msgstr "n'a pas pu crer le journal applicatif %s : %m" + +#~ msgid "SELECT FOR UPDATE/SHARE cannot be applied to NEW or OLD" +#~ msgstr "SELECT FOR UPDATE/SHARE ne peut pas tre appliqu NEW et OLD" + +#~ msgid "hostssl not supported on this platform" +#~ msgstr "hostssl non support sur cette plateforme" + +#~ msgid "Ident authentication is not supported on local connections on this platform" +#~ msgstr "l'authentification Ident n'est pas supporte sur les connexions locales sur cette plateforme" + +#~ msgid "could not get effective UID from peer credentials: %m" +#~ msgstr "n'a pas pu obtenir l'UID rel partir des pices d'identit de l'autre : %m" + +#~ msgid "could not enable credential reception: %m" +#~ msgstr "n'a pas pu activer la rception de lettres de crance : %m" + +#~ msgid "argument to pg_get_expr() must come from system catalogs" +#~ msgstr "l'argument de pg_get_expr() doit provenir des catalogues systmes" + +#~ msgid "invalid interval value for time zone: day not allowed" +#~ msgstr "valeur d'intervalle invalide pour le fuseau horaire : jour non autoris" + +#~ msgid "invalid interval value for time zone: month not allowed" +#~ msgstr "valeur d'intervalle invalide pour le fuseau horaire : les mois ne sont pas autoriss" + +#~ msgid "unrecognized \"datestyle\" key word: \"%s\"" +#~ msgstr "mot cl datestyle non reconnu : %s " + +#~ msgid "invalid list syntax for parameter \"datestyle\"" +#~ msgstr "syntaxe de liste invalide pour le paramtre datestyle " + +#~ msgid "database \"%s\" not found" +#~ msgstr "base de donnes %s non trouve" + +#~ msgid "composite type must have at least one attribute" +#~ msgstr "le type composite doit avoir au moins un attribut" + +#~ msgid "cannot reference permanent table from temporary table constraint" #~ msgstr "" -#~ "la relation %s.%s contient plus de max_fsm_pages pages d'espace\n" -#~ "libre utile" +#~ "ne peut pas rfrencer une table permanente partir de la contrainte de\n" +#~ "table temporaire" -#~ msgid "" -#~ "Consider using VACUUM FULL on this relation or increasing the " -#~ "configuration parameter \"max_fsm_pages\"." +#~ msgid "cannot reference temporary table from permanent table constraint" #~ msgstr "" -#~ "Pensez compacter cette relation en utilisant VACUUM FULL ou augmenter " -#~ "le\n" -#~ "paramtre de configuration max_fsm_pages ." +#~ "ne peut pas rfrencer une table temporaire partir d'une contrainte de\n" +#~ "table permanente" -#~ msgid "cannot change number of columns in view" -#~ msgstr "ne peut pas modifier le nombre de colonnes dans la vue" - -#~ msgid "" -#~ "unexpected Kerberos user name received from client (received \"%s\", " -#~ "expected \"%s\")" -#~ msgstr "" -#~ "nom d'utilisateur Kerberos inattendu reu partir du client (reu %s " -#~ ",\n" -#~ "attendu %s )" - -#~ msgid "Kerberos 5 not implemented on this server" -#~ msgstr "Kerberos 5 non implment sur ce serveur" - -#~ msgid "GSSAPI not implemented on this server" -#~ msgstr "GSSAPI non implment sur ce serveur" - -#~ msgid "could not get security token from context" -#~ msgstr "n'a pas pu rcuprer le jeton de scurit partir du contexte" - -#~ msgid "unsafe permissions on private key file \"%s\"" -#~ msgstr "droits non srs sur le fichier de la cl prive %s " - -#~ msgid "" -#~ "File must be owned by the database user and must have no permissions for " -#~ "\"group\" or \"other\"." -#~ msgstr "" -#~ "Le fichier doit appartenir au propritaire de la base de donnes et ne " -#~ "doit\n" -#~ "pas avoir de droits pour un groupe ou pour les autres." - -#~ msgid "" -#~ "cannot use authentication method \"crypt\" because password is MD5-" -#~ "encrypted" -#~ msgstr "" -#~ "n'a pas pu utiliser la mthode d'authentification crypt car le mot " -#~ "de\n" -#~ "passe est chiffr avec MD5" - -#~ msgid "invalid entry in file \"%s\" at line %d, token \"%s\"" -#~ msgstr "entre invalide dans le fichier %s la ligne %d, jeton %s " - -#~ msgid "missing field in file \"%s\" at end of line %d" -#~ msgstr "champ manquant dans le fichier %s la fin de la ligne %d" - -#~ msgid "cannot use Ident authentication without usermap field" -#~ msgstr "n'a pas pu utiliser l'authentication Ident sans le champ usermap" - -#~ msgid "Ident protocol identifies remote user as \"%s\"" -#~ msgstr "le protocole Ident identifie l'utilisateur distant comme %s " - -#~ msgid "SELECT FOR UPDATE/SHARE is not supported for inheritance queries" -#~ msgstr "" -#~ "SELECT FOR UPDATE/SHARE n'est pas support pour les requtes d'hritage" - -#~ msgid "missing FROM-clause entry in subquery for table \"%s\"" -#~ msgstr "" -#~ "entre manquante de la clause FROM dans la sous-requte de la table %s " - -#~ msgid "adding missing FROM-clause entry in subquery for table \"%s\"" -#~ msgstr "" -#~ "entre manquante de la clause FROM dans la sous-requte pour la table " -#~ "%s " - -#~ msgid "" -#~ "%s: the number of buffers (-B) must be at least twice the number of " -#~ "allowed connections (-N) and at least 16\n" -#~ msgstr "" -#~ "%s : le nombre de tampons (-B) doit tre au moins deux fois le nombre de\n" -#~ "connexions disponibles (-N) et au moins 16\n" - -#~ msgid "could not set statistics collector timer: %m" -#~ msgstr "n'a pas pu configurer le timer du rcuprateur de statistiques : %m" - -#~ msgid "insufficient shared memory for free space map" -#~ msgstr "mmoire partage insuffisante pour la structure FSM" - -#~ msgid "max_fsm_pages must exceed max_fsm_relations * %d" -#~ msgstr "max_fsm_pages doit excder max_fsm_relations * %d" - -#~ msgid "free space map contains %d pages in %d relations" -#~ msgstr "la structure FSM contient %d pages dans %d relations" - -#~ msgid "" -#~ "A total of %.0f page slots are in use (including overhead).\n" -#~ "%.0f page slots are required to track all free space.\n" -#~ "Current limits are: %d page slots, %d relations, using %.0f kB." -#~ msgstr "" -#~ "Un total de %.0f emplacements de pages est utilis (ceci incluant la\n" -#~ "surcharge).\n" -#~ "%.0f emplacements de pages sont requis pour tracer tout l'espace libre.\n" -#~ "Les limites actuelles sont : %d emplacements de pages, %d relations,\n" -#~ "utilisant %.0f Ko." - -#~ msgid "max_fsm_relations(%d) equals the number of relations checked" -#~ msgstr "max_fsm_relations(%d) quivaut au nombre de relations traces" - -#~ msgid "" -#~ "You have at least %d relations. Consider increasing the configuration " -#~ "parameter \"max_fsm_relations\"." -#~ msgstr "" -#~ "Vous avez au moins %d relations.Considrez l'augmentation du paramtre " -#~ "de\n" -#~ "configuration max_fsm_relations ." - -#~ msgid "number of page slots needed (%.0f) exceeds max_fsm_pages (%d)" -#~ msgstr "" -#~ "le nombre d'emplacements de pages ncessaires (%.0f) dpasse " -#~ "max_fsm_pages (%d)" - -#~ msgid "" -#~ "Consider increasing the configuration parameter \"max_fsm_pages\" to a " -#~ "value over %.0f." -#~ msgstr "" -#~ "Considrez l'augmentation du paramtre de configuration max_fsm_pages " -#~ "\n" -#~ " une valeur suprieure %.0f." - -#~ msgid "string is too long for tsvector" -#~ msgstr "la chane est trop longue pour un tsvector" - -#~ msgid "Prints the parse tree to the server log." -#~ msgstr "Affiche l'arbre d'analyse dans les journaux applicatifs du serveur." - -#~ msgid "Prints the parse tree after rewriting to server log." -#~ msgstr "" -#~ "Affiche l'arbre d'analyse aprs r-criture dans les journaux applicatifs " -#~ "du serveur." - -#~ msgid "Prints the execution plan to server log." -#~ msgstr "" -#~ "Affiche le plan d'excution dans les journaux applicatifs du serveur." - -#~ msgid "Uses the indented output format for EXPLAIN VERBOSE." -#~ msgstr "Utilise le format de sortie indent pour EXPLAIN VERBOSE." - -#~ msgid "" -#~ "Sets the maximum number of tables and indexes for which free space is " -#~ "tracked." -#~ msgstr "" -#~ "Initialise le nombre maximum de tables et index pour lesquels l'espace " -#~ "libre\n" -#~ "est trac." - -#~ msgid "" -#~ "Sets the maximum number of disk pages for which free space is tracked." -#~ msgstr "" -#~ "Initialise le nombre maximum de pages disque pour lesquelles l'espace " -#~ "libre\n" -#~ "est trac." - -#~ msgid "Valid values are ON, OFF, and SAFE_ENCODING." -#~ msgstr "Les valeurs valides sont ON, OFF et SAFE_ENCODING." - -#~ msgid "" -#~ "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, " -#~ "WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels " -#~ "that follow it." -#~ msgstr "" -#~ "Les valeurs valides sont DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO,\n" -#~ "NOTICE, WARNING, ERROR, LOG, FATAL et PANIC. Chaque niveau incut tous " -#~ "les\n" -#~ "niveaux qui le suit." - -#~ msgid "" -#~ "All SQL statements that cause an error of the specified level or a higher " -#~ "level are logged." -#~ msgstr "" -#~ "Toutes les instructions SQL causant une erreur du niveau spcifi ou " -#~ "d'un\n" -#~ "niveau suprieur sont traces." - -#~ msgid "" -#~ "Each SQL transaction has an isolation level, which can be either \"read " -#~ "uncommitted\", \"read committed\", \"repeatable read\", or \"serializable" -#~ "\"." -#~ msgstr "" -#~ "Chaque transaction SQL a un niveau d'isolation qui peut tre soit read\n" -#~ "uncommitted , soit read committed , soit repeatable read , soit\n" -#~ " serializable ." - -#~ msgid "Each session can be either \"origin\", \"replica\", or \"local\"." -#~ msgstr "" -#~ "Chaque session peut valoir soit origin soit replica soit local " -#~ "." - -#~ msgid "Sets realm to match Kerberos and GSSAPI users against." -#~ msgstr "" -#~ "Indique le royaume pour l'authentification des utilisateurs via Kerberos " -#~ "et\n" -#~ "GSSAPI." - -#~ msgid "Sets the hostname of the Kerberos server." -#~ msgstr "Initalise le nom d'hte du serveur Kerberos." - -#~ msgid "This can be set to advanced, extended, or basic." -#~ msgstr "" -#~ "Ceci peut tre initialis avec advanced (avanc), extended (tendu) ou\n" -#~ "basic (basique)." - -#~ msgid "" -#~ "Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, " -#~ "LOCAL7." -#~ msgstr "" -#~ "Les valeurs valides sont LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5,\n" -#~ "LOCAL6, LOCAL7." - -#~ msgid "Valid values are DOCUMENT and CONTENT." -#~ msgstr "Les valeurs valides sont DOCUMENT et CONTENT." - -#~ msgid "invalid argument for power function" -#~ msgstr "argument invalide pour la fonction puissance (power)" - -#~ msgid "not unique \"S\"" -#~ msgstr " S non unique" - -#~ msgid "invalid AM/PM string" -#~ msgstr "chane AM/PM invalide" - -#~ msgid "\"TZ\"/\"tz\" not supported" -#~ msgstr " TZ / tz non support" - -#~ msgid "January" -#~ msgstr "Janvier" - -#~ msgid "February" -#~ msgstr "Fvrier" - -#~ msgid "March" -#~ msgstr "Mars" - -#~ msgid "April" -#~ msgstr "Avril" - -#~ msgid "May" -#~ msgstr "Mai" - -#~ msgid "June" -#~ msgstr "Juin" - -#~ msgid "July" -#~ msgstr "Juillet" - -#~ msgid "August" -#~ msgstr "Aot" - -#~ msgid "September" -#~ msgstr "Septembre" - -#~ msgid "October" -#~ msgstr "Octobre" - -#~ msgid "November" -#~ msgstr "Novembre" - -#~ msgid "December" -#~ msgstr "Dcembre" - -#~ msgid "Jan" -#~ msgstr "Jan" - -#~ msgid "Feb" -#~ msgstr "Fv" - -#~ msgid "Mar" -#~ msgstr "Mar" - -#~ msgid "Apr" -#~ msgstr "Avr" - -#~ msgid "S:May" -#~ msgstr "S:Mai" - -#~ msgid "Jun" -#~ msgstr "Juin" - -#~ msgid "Jul" -#~ msgstr "Juil" - -#~ msgid "Aug" -#~ msgstr "Ao" - -#~ msgid "Sep" -#~ msgstr "Sep" - -#~ msgid "Oct" -#~ msgstr "Oct" - -#~ msgid "Nov" -#~ msgstr "Nov" - -#~ msgid "Dec" -#~ msgstr "Dc" - -#~ msgid "Sunday" -#~ msgstr "Dimanche" - -#~ msgid "Monday" -#~ msgstr "Lundi" - -#~ msgid "Tuesday" -#~ msgstr "Mardi" - -#~ msgid "Wednesday" -#~ msgstr "Mercredi" - -#~ msgid "Thursday" -#~ msgstr "Jeudi" - -#~ msgid "Friday" -#~ msgstr "Vendredi" - -#~ msgid "Saturday" -#~ msgstr "Samedi" - -#~ msgid "Sun" -#~ msgstr "Dim" - -#~ msgid "Mon" -#~ msgstr "Lun" - -#~ msgid "Tue" -#~ msgstr "Mar" - -#~ msgid "Wed" -#~ msgstr "Mer" - -#~ msgid "Thu" -#~ msgstr "Jeu" - -#~ msgid "Fri" -#~ msgstr "Ven" - -#~ msgid "Sat" -#~ msgstr "Sam" - -#~ msgid "AM/PM hour must be between 1 and 12" -#~ msgstr "l'heure AM/PM doit tre compris entre 1 et 12" - -#~ msgid "UTF-16 to UTF-8 translation failed: %lu" -#~ msgstr "chec de la conversion d'UTF16 vers UTF8 : %lu" - -#~ msgid "cannot calculate week number without year information" -#~ msgstr "" -#~ "ne peut pas calculer le numro de la semaine sans informations sur l'anne" - -#~ msgid "query requires full scan, which is not supported by GIN indexes" -#~ msgstr "" -#~ "la requte ncessite un parcours complet, ce qui n'est pas support par " -#~ "les\n" -#~ "index GIN" - -#~ msgid "" -#~ "@@ operator does not support lexeme weight restrictions in GIN index " -#~ "searches" -#~ msgstr "" -#~ "l'oprateur @@ ne supporte pas les restrictions de poids de lexeme dans " -#~ "les\n" -#~ "recherches par index GIN" - -#~ msgid "Use the @@@ operator instead." -#~ msgstr "Utilisez la place l'oprateur @@@." - -#~ msgid "unexpected delimiter at line %d of thesaurus file \"%s\"" -#~ msgstr "dlimiteur inattendu sur la ligne %d du thesaurus %s " - -#~ msgid "unexpected end of line or lexeme at line %d of thesaurus file \"%s\"" -#~ msgstr "" -#~ "fin de ligne ou de lexeme inattendu sur la ligne %d du thesaurus %s " - -#~ msgid "unexpected end of line at line %d of thesaurus file \"%s\"" -#~ msgstr "fin de ligne inattendue la ligne %d du thsaurus %s " - -#~ msgid "could not remove database directory \"%s\"" -#~ msgstr "n'a pas pu supprimer le rpertoire de bases de donnes %s " - -#~ msgid "index \"%s\" is not ready" -#~ msgstr "l'index %s n'est pas prt" - -#~ msgid "argument number is out of range" -#~ msgstr "le nombre en argument est en dehors des limites" - -#~ msgid "No rows were found in \"%s\"." -#~ msgstr "Aucune ligne trouve dans %s ." - -#~ msgid "inconsistent use of year %04d and \"BC\"" -#~ msgstr "utilisation non cohrente de l'anne %04d et de BC " - -#~ msgid "\"interval\" time zone \"%s\" not valid" -#~ msgstr "le fuseau horaire %s n'est pas valide pour le type interval " - -#~ msgid "Not enough memory for reassigning the prepared transaction's locks." -#~ msgstr "" -#~ "Pas assez de mmoire pour raffecter les verrous des transactions " -#~ "prpares." - -#~ msgid "large object %u was already dropped" -#~ msgstr "le Large Object %u a dj t supprim" - -#~ msgid "large object %u was not opened for writing" -#~ msgstr "le Large Object %u n'a pas t ouvert en criture" - -#~ msgid "invalid standby query string: %s" -#~ msgstr "chane de requte invalide sur le serveur en attente : %s" - -#~ msgid "" -#~ "terminating walsender process to force cascaded standby to update " -#~ "timeline and reconnect" -#~ msgstr "" -#~ "arrt du processus walreceiver pour forcer le serveur standby en cascade " -#~ "\n" -#~ "mettre jour la timeline et se reconnecter" - -#~ msgid "invalid standby handshake message type %d" -#~ msgstr "type %d du message de handshake du serveur en attente invalide" - -#~ msgid "streaming replication successfully connected to primary" -#~ msgstr "rplication de flux connect avec succs au serveur principal" - -#~ msgid "shutdown requested, aborting active base backup" -#~ msgstr "arrt demand, annulation de la sauvegarde active de base" - -#~ msgid "" -#~ "terminating all walsender processes to force cascaded standby(s) to " -#~ "update timeline and reconnect" -#~ msgstr "" -#~ "arrt de tous les processus walsender pour forcer les serveurs standby " -#~ "en\n" -#~ "cascade mettre jour la timeline et se reconnecter" - -#~ msgid "" -#~ "This error usually means that PostgreSQL's request for a shared memory " -#~ "segment exceeded your kernel's SHMMAX parameter. You can either reduce " -#~ "the request size or reconfigure the kernel with larger SHMMAX. To reduce " -#~ "the request size (currently %lu bytes), reduce PostgreSQL's shared memory " -#~ "usage, perhaps by reducing shared_buffers or max_connections.\n" -#~ "If the request size is already small, it's possible that it is less than " -#~ "your kernel's SHMMIN parameter, in which case raising the request size or " -#~ "reconfiguring SHMMIN is called for.\n" -#~ "The PostgreSQL documentation contains more information about shared " -#~ "memory configuration." -#~ msgstr "" -#~ "Cette erreur signifie habituellement que la demande de PostgreSQL pour " -#~ "un\n" -#~ "segment de mmoire partage a dpass le paramtre SHMMAX de votre " -#~ "noyau.\n" -#~ "Vous pouvez soit rduire la taille de la requte soit reconfigurer le " -#~ "noyau\n" -#~ "avec un SHMMAX plus important. Pour rduire la taille de la requte\n" -#~ "(actuellement %lu octets), rduisez l'utilisation de la mmoire partage " -#~ "par PostgreSQL,par exemple en rduisant shared_buffers ou " -#~ "max_connections\n" -#~ "Si la taille de la requte est dj petite, il est possible qu'elle soit\n" -#~ "moindre que le paramtre SHMMIN de votre noyau, auquel cas, augmentez la\n" -#~ "taille de la requte ou reconfigurez SHMMIN.\n" -#~ "La documentation de PostgreSQL contient plus d'informations sur la\n" -#~ "configuration de la mmoire partage." - -#~ msgid "cannot use window function in rule WHERE condition" -#~ msgstr "" -#~ "ne peut pas utiliser la fonction window dans la condition d'une rgle " -#~ "WHERE" - -#~ msgid "cannot use aggregate function in rule WHERE condition" -#~ msgstr "" -#~ "ne peut pas utiliser la fonction d'agrgat dans la condition d'une rgle " -#~ "WHERE" - -#~ msgid "arguments of row IN must all be row expressions" -#~ msgstr "" -#~ "les arguments de la ligne IN doivent tous tre des expressions de ligne" - -#~ msgid "argument of %s must not contain window functions" -#~ msgstr "l'argument de %s ne doit pas contenir des fonctions window" - -#~ msgid "argument of %s must not contain aggregate functions" -#~ msgstr "l'argument de %s ne doit pas contenir de fonctions d'agrgats" - -#~ msgid "cannot use window function in function expression in FROM" -#~ msgstr "" -#~ "ne peut pas utiliser la fonction window dans l'expression de la fonction\n" -#~ "du FROM" - -#~ msgid "" -#~ "function expression in FROM cannot refer to other relations of same query " -#~ "level" -#~ msgstr "" -#~ "l'expression de la fonction du FROM ne peut pas faire rfrence " -#~ "d'autres\n" -#~ "relations sur le mme niveau de la requte" - -#~ msgid "subquery in FROM cannot refer to other relations of same query level" -#~ msgstr "" -#~ "la sous-requte du FROM ne peut pas faire rfrence d'autres relations\n" -#~ "dans le mme niveau de la requte" - -#~ msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" -#~ msgstr "" -#~ "la clause JOIN/ON se rfre %s , qui ne fait pas partie du JOIN" - -#~ msgid "window functions not allowed in GROUP BY clause" -#~ msgstr "fonctions window non autorises dans une clause GROUP BY" - -#~ msgid "aggregates not allowed in WHERE clause" -#~ msgstr "agrgats non autoriss dans une clause WHERE" - -#~ msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\"" -#~ msgstr "" -#~ "SELECT FOR UPDATE/SHARE ne peut pas tre utilis avec une table distante " -#~ " %s " - -#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions" -#~ msgstr "" -#~ "SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions window" - -#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions" -#~ msgstr "" -#~ "SELECT FOR UPDATE/SHARE n'est pas autoris avec les fonctions d'agrgats" - -#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause" -#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause HAVING" - -#~ msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause" -#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autoris avec la clause GROUP BY" - -#~ msgid "RETURNING cannot contain references to other relations" -#~ msgstr "RETURNING ne doit pas contenir de rfrences d'autres relations" - -#~ msgid "cannot use window function in RETURNING" -#~ msgstr "ne peut pas utiliser une fonction window dans RETURNING" - -#~ msgid "cannot use aggregate function in RETURNING" -#~ msgstr "ne peut pas utiliser une fonction d'agrgat dans RETURNING" - -#~ msgid "cannot use window function in UPDATE" -#~ msgstr "ne peut pas utiliser une fonction window dans un UPDATE" - -#~ msgid "cannot use aggregate function in UPDATE" -#~ msgstr "ne peut pas utiliser une fonction d'agrgat dans un UPDATE" - -#~ msgid "cannot use window function in VALUES" -#~ msgstr "ne peut pas utiliser la fonction window dans un VALUES" - -#~ msgid "cannot use aggregate function in VALUES" -#~ msgstr "ne peut pas utiliser la fonction d'agrgat dans un VALUES" - -#~ msgid "Use SELECT ... UNION ALL ... instead." -#~ msgstr "Utilisez la place SELECT ... UNION ALL ..." - -#~ msgid "VALUES must not contain OLD or NEW references" -#~ msgstr "VALUES ne doit pas contenir des rfrences OLD et NEW" - -#~ msgid "VALUES must not contain table references" -#~ msgstr "VALUES ne doit pas contenir de rfrences de table" - -#~ msgid "" -#~ "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique " -#~ "(%ld matches)" -#~ msgstr "" -#~ "chec de la recherche LDAP pour le filtre %s sur le serveur %s :\n" -#~ "utilisateur non unique (%ld correspondances)" - -#~ msgid "" -#~ "You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF " -#~ "DELETE trigger." -#~ msgstr "" -#~ "Vous avez besoin d'une rgle inconditionnelle ON DELETE DO INSTEAD ou " -#~ "d'un trigger INSTEAD OF DELETE." - -#~ msgid "" -#~ "You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF " -#~ "UPDATE trigger." -#~ msgstr "" -#~ "Vous avez besoin d'une rgle non conditionnelle ON UPDATE DO INSTEAD ou " -#~ "d'un trigger INSTEAD OF UPDATE." - -#~ msgid "" -#~ "You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF " -#~ "INSERT trigger." -#~ msgstr "" -#~ "Vous avez besoin d'une rgle ON INSERT DO INSTEAD sans condition ou d'un " -#~ "trigger INSTEAD OF INSERT." - -#~ msgid "" -#~ "automatic vacuum of table \"%s.%s.%s\": cannot (re)acquire exclusive lock " -#~ "for truncate scan" -#~ msgstr "" -#~ "vacuum automatique de la table %s.%s.%s : ne peut pas acqurir le " -#~ "verrou exclusif pour la tronquer" - -#~ msgid "must be superuser to rename text search templates" -#~ msgstr "" -#~ "doit tre super-utilisateur pour renommer les modles de recherche plein " -#~ "texte" - -#~ msgid "must be superuser to rename text search parsers" -#~ msgstr "" -#~ "doit tre super-utilisateur pour renommer les analyseurs de recherche " -#~ "plein\n" -#~ "texte" - -#~ msgid "cannot use window function in trigger WHEN condition" -#~ msgstr "" -#~ "ne peut pas utiliser la fonction window dans la condition WHEN d'un " -#~ "trigger" - -#~ msgid "Use ALTER FOREIGN TABLE instead." -#~ msgstr "Utilisez ALTER FOREIGN TABLE la place." - -#~ msgid "\"%s\" is a foreign table" -#~ msgstr " %s est une table distante" - -#~ msgid "cannot use window function in transform expression" -#~ msgstr "" -#~ "ne peut pas utiliser la fonction window dans l'expression de la " -#~ "transformation" - -#~ msgid "default values on foreign tables are not supported" -#~ msgstr "" -#~ "les valeurs par dfaut ne sont pas supportes sur les tables distantes" - -#~ msgid "constraints on foreign tables are not supported" -#~ msgstr "les contraintes sur les tables distantes ne sont pas supportes" - -#~ msgid "cannot use window function in EXECUTE parameter" -#~ msgstr "ne peut pas utiliser une fonction window dans le paramtre EXECUTE" - -#~ msgid "cannot use aggregate in index predicate" -#~ msgstr "ne peut pas utiliser un agrgat dans un prdicat d'index" - -#~ msgid "function \"%s\" already exists in schema \"%s\"" +#~ msgid "function \"%s\" is already in schema \"%s\"" #~ msgstr "la fonction %s existe dj dans le schma %s " -#~ msgid "Use ALTER AGGREGATE to change owner of aggregate functions." +#~ msgid "must be superuser to comment on text search template" #~ msgstr "" -#~ "Utiliser ALTER AGGREGATE pour changer le propritaire des fonctions " -#~ "d'agrgat." +#~ "doit tre super-utilisateur pour ajouter un commentaire sur un modle de\n" +#~ "recherche plein texte" -#~ msgid "Use ALTER AGGREGATE to rename aggregate functions." -#~ msgstr "Utiliser ALTER AGGREGATE pour renommer les fonctions d'agrgat." - -#~ msgid "cannot use window function in parameter default value" +#~ msgid "must be superuser to comment on text search parser" #~ msgstr "" -#~ "ne peut pas utiliser la fonction window dans la valeur par dfaut d'un " -#~ "paramtre" +#~ "doit tre super-utilisateur pour ajouter un commentaire sur l'analyseur de\n" +#~ "recherche plein texte" -#~ msgid "cannot use aggregate function in parameter default value" +#~ msgid "must be superuser to comment on procedural language" #~ msgstr "" -#~ "ne peut pas utiliser une fonction d'agrgat dans la valeur par dfaut " -#~ "d'un\n" -#~ "paramtre" +#~ "doit tre super-utilisateur pour ajouter un commentaire sur un langage de\n" +#~ "procdures" -#~ msgid "cannot use subquery in parameter default value" +#~ msgid "must be member of role \"%s\" to comment upon it" +#~ msgstr "doit tre un membre du rle %s pour le commenter" + +#~ msgid "\"%s\" is not a table, view, or composite type" +#~ msgstr " %s n'est pas une table, une vue ou un type composite" + +#~ msgid "cannot cluster on expressional index \"%s\" because its index access method does not handle null values" #~ msgstr "" -#~ "ne peut pas utiliser une sous-requte dans une valeur par dfaut d'un " -#~ "paramtre" +#~ "ne peut pas excuter CLUSTER sur l'index expression %s car sa mthode\n" +#~ "d'accs ne gre pas les valeurs NULL" -#~ msgid "CREATE TABLE AS specifies too many column names" -#~ msgstr "CREATE TABLE AS spcifie trop de noms de colonnes" +#~ msgid "You might be able to work around this by marking column \"%s\" NOT NULL." +#~ msgstr "Vous pouvez contourner ceci en marquant la colonne %s comme NOT NULL." -#~ msgid "%s already exists in schema \"%s\"" -#~ msgstr "%s existe dj dans le schma %s " - -#~ msgid "" -#~ "A function returning ANYRANGE must have at least one ANYRANGE argument." +#~ msgid "You might be able to work around this by marking column \"%s\" NOT NULL, or use ALTER TABLE ... SET WITHOUT CLUSTER to remove the cluster specification from the table." #~ msgstr "" -#~ "Une fonction renvoyant ANYRANGE doit avoir au moins un argument du type\n" -#~ "ANYRANGE." +#~ "Vous pourriez contourner ceci en marquant la colonne %s avec la\n" +#~ "contrainte NOT NULL ou en utilisant ALTER TABLE ... SET WITHOUT CLUSTER pour\n" +#~ "supprimer la spcification CLUSTER de la table." -#~ msgid "cannot use window function in check constraint" +#~ msgid "cannot cluster on index \"%s\" because access method does not handle null values" #~ msgstr "" -#~ "ne peut pas utiliser une fonction window dans une contrainte de " -#~ "vrification" +#~ "ne peut pas crer un cluster sur l'index %s car la mthode d'accs de\n" +#~ "l'index ne gre pas les valeurs NULL" -#~ msgid "cannot use window function in default expression" +#~ msgid "clustering \"%s.%s\"" +#~ msgstr "excution de CLUSTER sur %s.%s " + +#~ msgid "EnumValuesCreate() can only set a single OID" +#~ msgstr "EnumValuesCreate() peut seulement initialiser un seul OID" + +#~ msgid "index \"%s\" needs VACUUM FULL or REINDEX to finish crash recovery" #~ msgstr "" -#~ "ne peut pas utiliser une fonction window dans une expression par dfaut" +#~ "l'index %s a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer la\n" +#~ "rcupration suite un arrt brutal" -#~ msgid "cannot use aggregate function in default expression" +#~ msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery" #~ msgstr "" -#~ "ne peut pas utiliser une fonction d'agrgat dans une expression par dfaut" +#~ "l'index %s a besoin d'un VACUUM ou d'un REINDEX pour terminer la\n" +#~ "rcupration suite un arrt brutal" -#~ msgid "cannot use subquery in default expression" -#~ msgstr "ne peut pas utiliser une sous-requte dans l'expression par dfaut" - -#~ msgid "uncataloged table %s" -#~ msgstr "table %s sans catalogue" - -#~ msgid "xrecoff \"%X\" is out of valid range, 0..%X" -#~ msgstr "xrecoff %X en dehors des limites valides, 0..%X" - -#~ msgid "" -#~ "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, " -#~ "offset %u" +#~ msgid "Incomplete insertion detected during crash replay." #~ msgstr "" -#~ "identifiant timeline %u hors de la squence (aprs %u) dans le journal " -#~ "de\n" -#~ "transactions %u, segment %u, dcalage %u" +#~ "Insertion incomplte dtecte lors de la r-excution des requtes suite \n" +#~ "l'arrt brutal." -#~ msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" +#~ msgid "index %u/%u/%u needs VACUUM FULL or REINDEX to finish crash recovery" #~ msgstr "" -#~ "pageaddr %X/%X inattendue dans le journal de transactions %u, segment " -#~ "%u,\n" -#~ "dcalage %u" +#~ "l'index %u/%u/%u a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer la\n" +#~ "rcupration suite un arrt brutal" -#~ msgid "Incorrect XLOG_BLCKSZ in page header." -#~ msgstr "XLOG_BLCKSZ incorrect dans l'en-tte de page." +#~ msgid "array must not contain null values" +#~ msgstr "le tableau ne doit pas contenir de valeurs NULL" -#~ msgid "Incorrect XLOG_SEG_SIZE in page header." -#~ msgstr "XLOG_SEG_SIZE incorrecte dans l'en-tte de page." +#~ msgid "Lines should have the format parameter = 'value'." +#~ msgstr "Les lignes devraient avoir le format paramtre = 'valeur'" -#~ msgid "" -#~ "WAL file database system identifier is %s, pg_control database system " -#~ "identifier is %s." +#~ msgid "syntax error in recovery command file: %s" +#~ msgstr "erreur de syntaxe dans le fichier de restauration : %s" + +#~ msgid "Write-Ahead Log / Streaming Replication" +#~ msgstr "Write-Ahead Log / Rplication en flux" + +#~ msgid "unable to open directory pg_tblspc: %m" +#~ msgstr "impossible d'ouvrir le rpertoire p_tblspc : %m" + +#~ msgid "unable to read symbolic link %s: %m" +#~ msgstr "incapable de lire le lien symbolique %s : %m" + +#~ msgid "index \"%s\" is not a b-tree" +#~ msgstr "l'index %s n'est pas un btree" + +#~ msgid "ALTER TYPE USING is only supported on plain tables" +#~ msgstr "ALTER TYPE USING est seulement supports sur les tables standards" + +#~ msgid "must be superuser to SET SCHEMA of %s" +#~ msgstr "doit tre super-utilisateur pour excuter SET SCHEMA vers %s" + +#~ msgid "resetting unlogged relations: cleanup %d init %d" +#~ msgstr "rinitialisation des relations non traces : nettoyage %d initialisation %d" + +#~ msgid "%s (%x)" +#~ msgstr "%s (%x)" + +#~ msgid "SSPI error %x" +#~ msgstr "erreur SSPI : %x" + +#~ msgid "%s: %s" +#~ msgstr "%s : %s" + +#~ msgid "consistent state delayed because recovery snapshot incomplete" +#~ msgstr "tat de cohrence pas encore atteint cause d'un snapshot de restauration incomplet" + +#~ msgid "tablespace %u is not empty" +#~ msgstr "le tablespace %u n'est pas vide" + +#~ msgid "subquery in WITH cannot have SELECT INTO" +#~ msgstr "la sous-requte du WITH ne peut pas avoir de SELECT INTO" + +#~ msgid "subquery cannot have SELECT INTO" +#~ msgstr "la sous-requte ne peut pas avoir de SELECT INTO" + +#~ msgid "subquery in FROM cannot have SELECT INTO" +#~ msgstr "la sous-requte du FROM ne peut pas avoir de SELECT INTO" + +#~ msgid "DECLARE CURSOR cannot specify INTO" +#~ msgstr "DECLARE CURSOR ne peut pas spcifier INTO" + +#~ msgid "INSERT ... SELECT cannot specify INTO" +#~ msgstr "INSERT ... SELECT ne peut pas avoir INTO" + +#~ msgid "column name list not allowed in CREATE TABLE / AS EXECUTE" +#~ msgstr "la liste de noms de colonnes n'est pas autorise dans CREATE TABLE / AS EXECUTE" + +#~ msgid "CREATE TABLE AS cannot specify INTO" +#~ msgstr "CREATE TABLE AS ne peut pas spcifier INTO" + +#~ msgid " --version output version information, then exit\n" +#~ msgstr " --version affiche la version, puis quitte\n" + +#~ msgid " --help show this help, then exit\n" +#~ msgstr " --help affiche cette aide, puis quitte\n" + +#~ msgid "Make sure the root.crt file is present and readable." +#~ msgstr "Assurez-vous que le certificat racine (root.crt) est prsent et lisible" + +#~ msgid "See server log for details." +#~ msgstr "Voir les journaux applicatifs du serveur pour plus de dtails." + +#~ msgid "missing or erroneous pg_hba.conf file" +#~ msgstr "fichier pg_hba.conf manquant ou erron" + +#~ msgid "Certificates will not be checked against revocation list." +#~ msgstr "Les certificats ne seront pas vrifis avec la liste de rvocation." + +#~ msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s" +#~ msgstr "liste de rvocation des certificats SSL %s introuvable, continue : %s" + +#~ msgid "could not access root certificate file \"%s\": %m" +#~ msgstr "n'a pas pu accder au fichier du certificat racine %s : %m" + +#~ msgid "could not open directory \"pg_tblspc\": %m" +#~ msgstr "n'a pas pu ouvrir le rpertoire pg_tblspc : %m" + +#~ msgid "standby connections not allowed because wal_level=minimal" +#~ msgstr "connexions standby non autorises car wal_level=minimal" + +#~ msgid "recovery is still in progress, can't accept WAL streaming connections" +#~ msgstr "la restauration est en cours, ne peut pas accepter les connexions de flux WAL" + +#~ msgid "must be superuser to drop text search templates" +#~ msgstr "doit tre super-utilisateur pour supprimer des modles de recherche plein texte" + +#~ msgid "must be superuser to drop text search parsers" #~ msgstr "" -#~ "L'identifiant du journal de transactions du systme de base de donnes " -#~ "est %s,\n" -#~ "l'identifiant de pg_control du systme de base de donnes est %s." +#~ "doit tre super-utilisateur pour supprimer des analyseurs de recherche plein\n" +#~ "texte" -#~ msgid "WAL file is from different database system" +#~ msgid "Must be superuser to drop a foreign-data wrapper." +#~ msgstr "Doit tre super-utilisateur pour supprimer un wrapper de donnes distantes." + +#~ msgid "permission denied to drop foreign-data wrapper \"%s\"" +#~ msgstr "droit refus pour supprimer le wrapper de donnes distantes %s " + +#~ msgid "removing built-in function \"%s\"" +#~ msgstr "suppression de la fonction interne %s " + +#~ msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist" +#~ msgstr "la cl trangre %s de la relation %s n'existe pas" + +#~ msgid "could not obtain lock on relation with OID %u" +#~ msgstr "n'a pas pu obtenir un verrou sur la relation d'OID %u " + +#~ msgid "Sets the list of known custom variable classes." +#~ msgstr "Initialise la liste des classes variables personnalises connues." + +#~ msgid "WAL sender sleep time between WAL replications." #~ msgstr "" -#~ "le journal de transactions provient d'un systme de bases de donnes " -#~ "diffrent" +#~ "Temps d'endormissement du processus d'envoi des journaux de transactions entre\n" +#~ "les rplications des journaux de transactions." -#~ msgid "invalid info bits %04X in log file %u, segment %u, offset %u" +#~ msgid "If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated." #~ msgstr "" -#~ "bits info %04X invalides dans le journal de transactions %u, segment %u,\n" -#~ "dcalage %u" +#~ "Si ce paramtre est initialis, le serveur sera excut automatiquement en\n" +#~ "tche de fond et les terminaux de contrles seront ds-associs." -#~ msgid "invalid magic number %04X in log file %u, segment %u, offset %u" -#~ msgstr "" -#~ "numro magique invalide %04X dans le journal de transactions %u, segment " -#~ "%u,\n" -#~ "dcalage %u" +#~ msgid "Runs the server silently." +#~ msgstr "Lance le serveur de manire silencieuse." -#~ msgid "invalid contrecord length %u in log file %u, segment %u, offset %u" -#~ msgstr "" -#~ "longueur invalide du contrecord %u dans le journal de tranasctions " -#~ "%u,\n" -#~ "segment %u, dcalage %u" +#~ msgid "%s: could not dissociate from controlling TTY: %s\n" +#~ msgstr "%s : n'a pas pu se dissocier du TTY contrlant : %s\n" -#~ msgid "there is no contrecord flag in log file %u, segment %u, offset %u" -#~ msgstr "" -#~ "il n'y a pas de drapeaux contrecord dans le journal de transactions " -#~ "%u,\n" -#~ "segment %u, dcalage %u" +#~ msgid "%s: could not fork background process: %s\n" +#~ msgstr "%s : n'a pas pu crer un processus fils : %s\n" -#~ msgid "record length %u at %X/%X too long" -#~ msgstr "longueur trop importante de l'enregistrement %u %X/%X" +#~ msgid "%s: could not open log file \"%s/%s\": %s\n" +#~ msgstr "%s : n'a pas pu ouvrir le journal applicatif %s/%s : %s\n" -#~ msgid "record with incorrect prev-link %X/%X at %X/%X" -#~ msgstr "enregistrement avec prev-link %X/%X incorrect %X/%X" +#~ msgid "%s: could not open file \"%s\": %s\n" +#~ msgstr "%s : n'a pas pu ouvrir le fichier %s : %s\n" -#~ msgid "invalid resource manager ID %u at %X/%X" -#~ msgstr "identifiant du gestionnaire de ressources invalide %u %X/%X" +#~ msgid "select() failed in logger process: %m" +#~ msgstr "chec de select() dans le processus des journaux applicatifs : %m" -#~ msgid "invalid record length at %X/%X" -#~ msgstr "longueur invalide de l'enregistrement %X/%X" +#~ msgid "poll() failed in statistics collector: %m" +#~ msgstr "chec du poll() dans le rcuprateur de statistiques : %m" -#~ msgid "record with zero length at %X/%X" -#~ msgstr "enregistrement de longueur nulle %X/%X" +#~ msgid "Valid values are '[]', '[)', '(]', and '()'." +#~ msgstr "Les valeurs valides sont [] , [) , (] et () ." -#~ msgid "invalid xlog switch record at %X/%X" -#~ msgstr "" -#~ "enregistrement de basculement du journal de transaction invalide %X/%X" +#~ msgid "invalid list syntax for \"unix_socket_directories\"" +#~ msgstr "syntaxe de liste invalide pour le paramtre unix_socket_directories " -#~ msgid "contrecord is requested by %X/%X" -#~ msgstr " contrecord est requis par %X/%X" +#~ msgid "invalid list syntax for \"listen_addresses\"" +#~ msgstr "syntaxe de liste invalide pour le paramtre listen_addresses " -#~ msgid "invalid record offset at %X/%X" -#~ msgstr "dcalage invalide de l'enregistrement %X/%X" +#~ msgid "window functions cannot use named arguments" +#~ msgstr "les fonctions window ne peuvent pas renvoyer des arguments nomms" -#~ msgid "incorrect resource manager data checksum in record at %X/%X" -#~ msgstr "" -#~ "somme de contrle des donnes du gestionnaire de ressources incorrecte \n" -#~ "l'enregistrement %X/%X" - -#~ msgid "incorrect total length in record at %X/%X" -#~ msgstr "longueur totale incorrecte l'enregistrement %X/%X" - -#~ msgid "incorrect hole size in record at %X/%X" -#~ msgstr "taille du trou incorrect l'enregistrement %X/%X" - -#~ msgid "could not open file \"%s\" (log file %u, segment %u): %m" -#~ msgstr "" -#~ "n'a pas pu ouvrir le fichier %s (journal de transactions %u, segment " -#~ "%u) : %m" - -#~ msgid "unlogged GiST indexes are not supported" -#~ msgstr "les index GiST non tracs ne sont pas supports" - -#~ msgid "could not change directory to \"%s\"" -#~ msgstr "n'a pas pu accder au rpertoire %s " - -#~ msgid "" -#~ "time zone offset %d is not a multiple of 900 sec (15 min) in time zone " -#~ "file \"%s\", line %d" -#~ msgstr "" -#~ "le dcalage %d du fuseau horaire n'est pas un multiples de 900 secondes\n" -#~ "(15 minutes) dans le fichier des fuseaux horaires %s , ligne %d" - -#~ msgid "wrong affix file format for flag" -#~ msgstr "mauvais format de fichier affixe pour le drapeau" +#~ msgid "cannot override frame clause of window \"%s\"" +#~ msgstr "ne peut pas surcharger la frame clause du window %s " diff --git a/src/backend/po/pt_BR.po b/src/backend/po/pt_BR.po index 98a121b9cc0..078f96a45bd 100644 --- a/src/backend/po/pt_BR.po +++ b/src/backend/po/pt_BR.po @@ -1,13 +1,13 @@ # Brazilian Portuguese message translation file for postgres # Copyright (C) 2009 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Euler Taveira de Oliveira , 2003-2014. +# Euler Taveira de Oliveira , 2003-2015. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-12-07 22:06-0300\n" +"POT-Creation-Date: 2015-05-17 16:50-0300\n" "PO-Revision-Date: 2010-05-11 08:53-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -206,8 +206,8 @@ msgstr "número de colunas indexadas (%d) excede limite (%d)" msgid "index row requires %lu bytes, maximum size is %lu" msgstr "registro do índice requer %lu bytes, tamanho máximo é %lu" -#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:571 -#: tcop/postgres.c:1675 +#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:544 +#: tcop/postgres.c:1702 #, c-format msgid "unsupported format code: %d" msgstr "código do formato não é suportado: %d" @@ -293,7 +293,7 @@ msgid "column \"%s\" cannot be declared SETOF" msgstr "coluna \"%s\" não pode ser declarada SETOF" #: access/gin/ginentrypage.c:100 access/gist/gist.c:1281 -#: access/nbtree/nbtinsert.c:540 access/nbtree/nbtsort.c:485 +#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:485 #: access/spgist/spgdoinsert.c:1886 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" @@ -396,21 +396,21 @@ msgstr "índice \"%s\" não é um índice hash" msgid "index \"%s\" has wrong hash version" msgstr "índice \"%s\" tem versão incorreta do hash" -#: access/heap/heapam.c:1194 access/heap/heapam.c:1222 -#: access/heap/heapam.c:1254 catalog/aclchk.c:1742 +#: access/heap/heapam.c:1198 access/heap/heapam.c:1226 +#: access/heap/heapam.c:1258 catalog/aclchk.c:1742 #, c-format msgid "\"%s\" is an index" msgstr "\"%s\" é um índice" -#: access/heap/heapam.c:1199 access/heap/heapam.c:1227 -#: access/heap/heapam.c:1259 catalog/aclchk.c:1749 commands/tablecmds.c:8245 +#: access/heap/heapam.c:1203 access/heap/heapam.c:1231 +#: access/heap/heapam.c:1263 catalog/aclchk.c:1749 commands/tablecmds.c:8245 #: commands/tablecmds.c:10598 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\" é um tipo composto" -#: access/heap/heapam.c:4035 access/heap/heapam.c:4247 -#: access/heap/heapam.c:4302 +#: access/heap/heapam.c:4205 access/heap/heapam.c:4260 +#: access/heap/heapam.c:4504 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "não pôde obter bloqueio no registro da relação \"%s\"" @@ -427,27 +427,27 @@ msgstr "registro é muito grande: tamanho %lu, tamanho máximo %lu" msgid "\"%s\" is not an index" msgstr "\"%s\" não é um índice" -#: access/nbtree/nbtinsert.c:392 +#: access/nbtree/nbtinsert.c:397 #, c-format msgid "duplicate key value violates unique constraint \"%s\"" msgstr "duplicar valor da chave viola a restrição de unicidade \"%s\"" -#: access/nbtree/nbtinsert.c:394 +#: access/nbtree/nbtinsert.c:399 #, c-format msgid "Key %s already exists." msgstr "Chave %s já existe." -#: access/nbtree/nbtinsert.c:462 +#: access/nbtree/nbtinsert.c:466 #, c-format msgid "failed to re-find tuple within index \"%s\"" msgstr "falhou ao reencontrar tupla no índice \"%s\"" -#: access/nbtree/nbtinsert.c:464 +#: access/nbtree/nbtinsert.c:468 #, c-format msgid "This may be because of a non-immutable index expression." msgstr "Isso pode ser por causa de uma expressão não imutável do índice." -#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:489 +#: access/nbtree/nbtinsert.c:548 access/nbtree/nbtsort.c:489 #, c-format msgid "" "Values larger than 1/3 of a buffer page cannot be indexed.\n" @@ -473,13 +473,13 @@ msgstr "versão não corresponde no índice \"%s\": versão do arquivo %d, vers msgid "SP-GiST inner tuple size %lu exceeds maximum %lu" msgstr "tamanho da tupla interna do SP-GiST %lu excede o máximo %lu" -#: access/transam/multixact.c:990 +#: access/transam/multixact.c:1006 #, c-format msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database \"%s\"" msgstr "banco de dados não está aceitando comandos que geram novos MultiXactIds para evitar perda de dados por reinício no banco de dados \"%s\"" -#: access/transam/multixact.c:992 access/transam/multixact.c:999 -#: access/transam/multixact.c:1014 access/transam/multixact.c:1023 +#: access/transam/multixact.c:1008 access/transam/multixact.c:1015 +#: access/transam/multixact.c:1030 access/transam/multixact.c:1039 #, c-format msgid "" "Execute a database-wide VACUUM in that database.\n" @@ -488,41 +488,68 @@ msgstr "" "Execute um VACUUM completo naquele banco de dados.\n" "Você também pode precisar efetivar ou desfazer transações preparadas antigas." -#: access/transam/multixact.c:997 +#: access/transam/multixact.c:1013 #, c-format msgid "database is not accepting commands that generate new MultiXactIds to avoid wraparound data loss in database with OID %u" msgstr "banco de dados não está aceitando comandos que geram novos MultiXactIds para evitar perda de dados por reinício no banco de dados com OID %u" -#: access/transam/multixact.c:1009 access/transam/multixact.c:2201 +#: access/transam/multixact.c:1025 access/transam/multixact.c:2302 #, c-format msgid "database \"%s\" must be vacuumed before %u more MultiXactId is used" msgid_plural "database \"%s\" must be vacuumed before %u more MultiXactIds are used" msgstr[0] "banco de dados \"%s\" deve ser limpo antes que %u MultiXactId seja utilizado" msgstr[1] "banco de dados \"%s\" deve ser limpo antes que %u MultiXactIds sejam utilizados" -#: access/transam/multixact.c:1018 access/transam/multixact.c:2210 +#: access/transam/multixact.c:1034 access/transam/multixact.c:2311 #, c-format msgid "database with OID %u must be vacuumed before %u more MultiXactId is used" msgid_plural "database with OID %u must be vacuumed before %u more MultiXactIds are used" msgstr[0] "banco de dados com OID %u deve ser limpo antes que %u MultiXactId seja utilizado" msgstr[1] "banco de dados com OID %u deve ser limpo antes que %u MultiXactIds sejam utilizados" -#: access/transam/multixact.c:1169 +#: access/transam/multixact.c:1090 +#, c-format +msgid "multixact \"members\" limit exceeded" +msgstr "limite de \"members\" do multixact foi excedido" + +#: access/transam/multixact.c:1091 +#, c-format +msgid "This command would create a multixact with %u members, but the remaining space is only enough for %u member." +msgid_plural "This command would create a multixact with %u members, but the remaining space is only enough for %u members." +msgstr[0] "Este comando criaria um multixact com %u membros mas o espaço remanescente só é suficiente para %u membro." +msgstr[1] "Este comando criaria um multixact com %u membros mas o espaço remanescente só é suficiente para %u membros." + +#: access/transam/multixact.c:1096 +#, c-format +msgid "Execute a database-wide VACUUM in database with OID %u with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings." +msgstr "Execute um VACUUM completo no banco de dados com OID %u reduzindo os valores de vacuum_multixact_freeze_min_age e vacuum_multixact_freeze_table_age." + +#: access/transam/multixact.c:1103 +#, c-format +msgid "database with OID %u must be vacuumed before %d more multixact members are used" +msgstr "banco de dados com OID %u deve ser limpo antes que %d membros do multixact sejam utilizados" + +#: access/transam/multixact.c:1106 +#, c-format +msgid "Execute a database-wide VACUUM in that database with reduced vacuum_multixact_freeze_min_age and vacuum_multixact_freeze_table_age settings." +msgstr "Execute um VACUUM completo naquele banco de dados reduzindo os valores de vacuum_multixact_freeze_min_age e vacuum_multixact_freeze_table_age." + +#: access/transam/multixact.c:1226 #, c-format msgid "MultiXactId %u does no longer exist -- apparent wraparound" msgstr "MultiXactId %u não existe -- reinício aparente" -#: access/transam/multixact.c:1177 +#: access/transam/multixact.c:1234 #, c-format msgid "MultiXactId %u has not been created yet -- apparent wraparound" msgstr "MultiXactId %u não foi criado ainda -- reinício aparente" -#: access/transam/multixact.c:2166 +#: access/transam/multixact.c:2266 #, c-format msgid "MultiXactId wrap limit is %u, limited by database with OID %u" msgstr "limite de reinício do MultiXactId é %u, limitado pelo banco de dados com OID %u" -#: access/transam/multixact.c:2206 access/transam/multixact.c:2215 +#: access/transam/multixact.c:2307 access/transam/multixact.c:2316 #: access/transam/varsup.c:137 access/transam/varsup.c:144 #: access/transam/varsup.c:374 access/transam/varsup.c:381 #, c-format @@ -533,7 +560,7 @@ msgstr "" "Para evitar um desligamento do banco de dados, execute um VACUUM completo naquele banco de dados.\n" "Você também pode precisar efetivar ou desfazer transações preparadas antigas." -#: access/transam/multixact.c:2799 +#: access/transam/multixact.c:3090 #, c-format msgid "invalid MultiXactId: %u" msgstr "MultiXactId é inválido: %u" @@ -591,13 +618,13 @@ msgid "removing file \"%s\"" msgstr "removendo arquivo \"%s\"" #: access/transam/timeline.c:111 access/transam/timeline.c:236 -#: access/transam/timeline.c:334 access/transam/xlog.c:2271 -#: access/transam/xlog.c:2378 access/transam/xlog.c:2415 -#: access/transam/xlog.c:2690 access/transam/xlog.c:2768 -#: replication/basebackup.c:391 replication/basebackup.c:1046 -#: replication/walsender.c:368 replication/walsender.c:1348 +#: access/transam/timeline.c:334 access/transam/xlog.c:2275 +#: access/transam/xlog.c:2382 access/transam/xlog.c:2419 +#: access/transam/xlog.c:2694 access/transam/xlog.c:2772 +#: replication/basebackup.c:391 replication/basebackup.c:1070 +#: replication/walsender.c:368 replication/walsender.c:1337 #: storage/file/copydir.c:155 storage/file/fd.c:423 storage/smgr/md.c:587 -#: storage/smgr/md.c:845 utils/error/elog.c:1684 utils/init/miscinit.c:1063 +#: storage/smgr/md.c:845 utils/error/elog.c:1698 utils/init/miscinit.c:1063 #: utils/init/miscinit.c:1192 #, c-format msgid "could not open file \"%s\": %m" @@ -639,17 +666,17 @@ msgid "Timeline IDs must be less than child timeline's ID." msgstr "IDs de linha do tempo devem ser menores do que ID de linha do tempo descendente." #: access/transam/timeline.c:315 access/transam/timeline.c:475 -#: access/transam/xlog.c:2295 access/transam/xlog.c:2430 -#: access/transam/xlog.c:8765 access/transam/xlog.c:9080 -#: postmaster/postmaster.c:4110 storage/file/copydir.c:162 +#: access/transam/xlog.c:2299 access/transam/xlog.c:2434 +#: access/transam/xlog.c:8880 access/transam/xlog.c:9195 +#: postmaster/postmaster.c:4142 storage/file/copydir.c:162 #: storage/smgr/md.c:305 utils/time/snapmgr.c:861 #, c-format msgid "could not create file \"%s\": %m" msgstr "não pôde criar arquivo \"%s\": %m" -#: access/transam/timeline.c:346 access/transam/xlog.c:2443 -#: access/transam/xlog.c:8931 access/transam/xlog.c:8944 -#: access/transam/xlog.c:9312 access/transam/xlog.c:9355 +#: access/transam/timeline.c:346 access/transam/xlog.c:2447 +#: access/transam/xlog.c:9046 access/transam/xlog.c:9059 +#: access/transam/xlog.c:9427 access/transam/xlog.c:9470 #: access/transam/xlogfuncs.c:596 access/transam/xlogfuncs.c:615 #: replication/walsender.c:393 storage/file/copydir.c:176 #: utils/adt/genfile.c:139 @@ -658,9 +685,9 @@ msgid "could not read file \"%s\": %m" msgstr "não pôde ler arquivo \"%s\": %m" #: access/transam/timeline.c:367 access/transam/timeline.c:401 -#: access/transam/timeline.c:491 access/transam/xlog.c:2330 -#: access/transam/xlog.c:2462 postmaster/postmaster.c:4120 -#: postmaster/postmaster.c:4130 storage/file/copydir.c:187 +#: access/transam/timeline.c:491 access/transam/xlog.c:2334 +#: access/transam/xlog.c:2466 postmaster/postmaster.c:4152 +#: postmaster/postmaster.c:4162 storage/file/copydir.c:187 #: utils/init/miscinit.c:1128 utils/init/miscinit.c:1137 #: utils/init/miscinit.c:1144 utils/misc/guc.c:7652 utils/misc/guc.c:7666 #: utils/time/snapmgr.c:866 utils/time/snapmgr.c:873 @@ -669,15 +696,15 @@ msgid "could not write to file \"%s\": %m" msgstr "não pôde escrever no arquivo \"%s\": %m" #: access/transam/timeline.c:407 access/transam/timeline.c:497 -#: access/transam/xlog.c:2339 access/transam/xlog.c:2469 storage/file/fd.c:437 +#: access/transam/xlog.c:2343 access/transam/xlog.c:2473 storage/file/fd.c:437 #: storage/smgr/md.c:967 storage/smgr/md.c:1198 storage/smgr/md.c:1371 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "não pôde executar fsync no arquivo \"%s\": %m" #: access/transam/timeline.c:412 access/transam/timeline.c:502 -#: access/transam/xlog.c:2345 access/transam/xlog.c:2474 -#: access/transam/xlogfuncs.c:621 commands/copy.c:1469 +#: access/transam/xlog.c:2349 access/transam/xlog.c:2478 +#: access/transam/xlogfuncs.c:621 commands/copy.c:1480 #: storage/file/copydir.c:201 #, c-format msgid "could not close file \"%s\": %m" @@ -689,7 +716,7 @@ msgid "could not link file \"%s\" to \"%s\": %m" msgstr "não pôde vincular arquivo \"%s\" a \"%s\": %m" #: access/transam/timeline.c:436 access/transam/timeline.c:526 -#: access/transam/xlog.c:4470 access/transam/xlog.c:5380 +#: access/transam/xlog.c:4482 access/transam/xlog.c:5480 #: access/transam/xlogarchive.c:457 access/transam/xlogarchive.c:474 #: access/transam/xlogarchive.c:581 postmaster/pgarch.c:756 #: utils/time/snapmgr.c:884 @@ -895,553 +922,554 @@ msgstr "limite de reinício do ID de transação é %u, limitado pelo banco de d msgid "cannot have more than 2^32-1 commands in a transaction" msgstr "não pode ter mais do que 2^32-1 comandos em uma transação" -#: access/transam/xact.c:1324 +#: access/transam/xact.c:1329 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "número máximo de subtransações efetivadas (%d) foi alcançado" -#: access/transam/xact.c:2104 +#: access/transam/xact.c:2109 #, c-format msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "não pode executar PREPARE em uma transação que utilizou tabelas temporárias" -#: access/transam/xact.c:2114 +#: access/transam/xact.c:2119 #, c-format msgid "cannot PREPARE a transaction that has exported snapshots" msgstr "não pode executar PREPARE em uma transação que tem instantâneos exportados" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2953 +#: access/transam/xact.c:2958 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s não pode executar dentro de um bloco de transação" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2963 +#: access/transam/xact.c:2968 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s não pode executar dentro de uma subtransação" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2973 +#: access/transam/xact.c:2978 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "%s não pode ser executada a partir de uma função ou cadeia de caracteres com múltiplos comandos" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3024 +#: access/transam/xact.c:3029 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s só pode ser utilizado em blocos de transação" -#: access/transam/xact.c:3206 +#: access/transam/xact.c:3211 #, c-format msgid "there is already a transaction in progress" msgstr "há uma transação em execução" -#: access/transam/xact.c:3374 access/transam/xact.c:3467 +#: access/transam/xact.c:3379 access/transam/xact.c:3472 #, c-format msgid "there is no transaction in progress" msgstr "não há uma transação em execução" -#: access/transam/xact.c:3563 access/transam/xact.c:3614 -#: access/transam/xact.c:3620 access/transam/xact.c:3664 -#: access/transam/xact.c:3713 access/transam/xact.c:3719 +#: access/transam/xact.c:3568 access/transam/xact.c:3619 +#: access/transam/xact.c:3625 access/transam/xact.c:3669 +#: access/transam/xact.c:3718 access/transam/xact.c:3724 #, c-format msgid "no such savepoint" msgstr "ponto de salvamento inexistente" -#: access/transam/xact.c:4396 +#: access/transam/xact.c:4401 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "não pode ter mais do que 2^32-1 subtransações em uma transação" -#: access/transam/xlog.c:1615 +#: access/transam/xlog.c:1619 #, c-format msgid "could not seek in log file %s to offset %u: %m" msgstr "não pôde posicionar no arquivo %s na posição %u: %m" -#: access/transam/xlog.c:1632 +#: access/transam/xlog.c:1636 #, c-format msgid "could not write to log file %s at offset %u, length %lu: %m" msgstr "não pôde escrever no arquivo de log %s na posição %u, tamanho %lu: %m" -#: access/transam/xlog.c:1876 +#: access/transam/xlog.c:1880 #, c-format msgid "updated min recovery point to %X/%X on timeline %u" msgstr "ponto de recuperação mínimo atualizado para %X/%X na linha do tempo %u" -#: access/transam/xlog.c:2446 +#: access/transam/xlog.c:2450 #, c-format msgid "not enough data in file \"%s\"" msgstr "dados insuficientes no arquivo \"%s\"" -#: access/transam/xlog.c:2565 +#: access/transam/xlog.c:2569 #, c-format msgid "could not link file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "não pôde vincular arquivo \"%s\" a \"%s\" (inicialização do arquivo de log): %m" -#: access/transam/xlog.c:2577 +#: access/transam/xlog.c:2581 #, c-format msgid "could not rename file \"%s\" to \"%s\" (initialization of log file): %m" msgstr "não pôde renomear arquivo \"%s\" para \"%s\" (inicialização do arquivo de log): %m" -#: access/transam/xlog.c:2605 +#: access/transam/xlog.c:2609 #, c-format msgid "could not open transaction log file \"%s\": %m" msgstr "não pôde abrir arquivo de log de transação \"%s\": %m" -#: access/transam/xlog.c:2794 +#: access/transam/xlog.c:2798 #, c-format msgid "could not close log file %s: %m" msgstr "não pôde fechar arquivo de log de transação \"%s\": %m" -#: access/transam/xlog.c:2853 replication/walsender.c:1343 +#: access/transam/xlog.c:2857 replication/walsender.c:1332 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "segmento do WAL solicitado %s já foi removido" -#: access/transam/xlog.c:2910 access/transam/xlog.c:3087 +#: access/transam/xlog.c:2899 access/transam/xlog.c:3099 +#: access/transam/xlog.c:4518 #, c-format msgid "could not open transaction log directory \"%s\": %m" msgstr "não pôde abrir diretório do log de transação \"%s\": %m" -#: access/transam/xlog.c:2958 +#: access/transam/xlog.c:2981 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "arquivo do log de transação \"%s\" foi reciclado" -#: access/transam/xlog.c:2974 +#: access/transam/xlog.c:2996 #, c-format msgid "removing transaction log file \"%s\"" msgstr "removendo arquivo do log de transação \"%s\"" -#: access/transam/xlog.c:2997 +#: access/transam/xlog.c:3014 #, c-format msgid "could not rename old transaction log file \"%s\": %m" msgstr "não pôde renomear arquivo de log de transação antigo \"%s\": %m" -#: access/transam/xlog.c:3009 +#: access/transam/xlog.c:3026 #, c-format msgid "could not remove old transaction log file \"%s\": %m" msgstr "não pôde remover arquivo de log de transação antigo \"%s\": %m" -#: access/transam/xlog.c:3047 access/transam/xlog.c:3057 +#: access/transam/xlog.c:3059 access/transam/xlog.c:3069 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "diretório WAL requerido \"%s\" não existe" -#: access/transam/xlog.c:3063 +#: access/transam/xlog.c:3075 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "criando diretório WAL ausente \"%s\"" -#: access/transam/xlog.c:3066 +#: access/transam/xlog.c:3078 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "não pôde criar diretório ausente \"%s\": %m" -#: access/transam/xlog.c:3100 +#: access/transam/xlog.c:3112 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "removendo arquivo de histórico do log de transação \"%s\"" -#: access/transam/xlog.c:3292 +#: access/transam/xlog.c:3304 #, c-format msgid "unexpected timeline ID %u in log segment %s, offset %u" msgstr "ID de linha do tempo %u inesperado no arquivo de log %s, posição %u" -#: access/transam/xlog.c:3414 +#: access/transam/xlog.c:3426 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "nova linha do tempo %u não é descendente da linha do tempo %u do sistema de banco de dados" -#: access/transam/xlog.c:3428 +#: access/transam/xlog.c:3440 #, c-format msgid "new timeline %u forked off current database system timeline %u before current recovery point %X/%X" msgstr "nova linha do tempo %u bifurcou da linha do tempo %u do sistema de banco de dados antes do ponto de recuperação atual %X/%X" -#: access/transam/xlog.c:3447 +#: access/transam/xlog.c:3459 #, c-format msgid "new target timeline is %u" msgstr "nova linha do tempo é %u" -#: access/transam/xlog.c:3526 +#: access/transam/xlog.c:3538 #, c-format msgid "could not create control file \"%s\": %m" msgstr "não pôde criar arquivo de controle \"%s\": %m" -#: access/transam/xlog.c:3537 access/transam/xlog.c:3766 +#: access/transam/xlog.c:3549 access/transam/xlog.c:3778 #, c-format msgid "could not write to control file: %m" msgstr "não pôde escrever em arquivo de controle: %m" -#: access/transam/xlog.c:3543 access/transam/xlog.c:3772 +#: access/transam/xlog.c:3555 access/transam/xlog.c:3784 #, c-format msgid "could not fsync control file: %m" msgstr "não pôde executar fsync no arquivo de controle: %m" -#: access/transam/xlog.c:3548 access/transam/xlog.c:3777 +#: access/transam/xlog.c:3560 access/transam/xlog.c:3789 #, c-format msgid "could not close control file: %m" msgstr "não pôde fechar arquivo de controle: %m" -#: access/transam/xlog.c:3566 access/transam/xlog.c:3755 +#: access/transam/xlog.c:3578 access/transam/xlog.c:3767 #, c-format msgid "could not open control file \"%s\": %m" msgstr "não pôde abrir arquivo de controle \"%s\": %m" -#: access/transam/xlog.c:3572 +#: access/transam/xlog.c:3584 #, c-format msgid "could not read from control file: %m" msgstr "não pôde ler do arquivo de controle: %m" -#: access/transam/xlog.c:3585 access/transam/xlog.c:3594 -#: access/transam/xlog.c:3618 access/transam/xlog.c:3625 -#: access/transam/xlog.c:3632 access/transam/xlog.c:3637 -#: access/transam/xlog.c:3644 access/transam/xlog.c:3651 -#: access/transam/xlog.c:3658 access/transam/xlog.c:3665 -#: access/transam/xlog.c:3672 access/transam/xlog.c:3679 -#: access/transam/xlog.c:3688 access/transam/xlog.c:3695 -#: access/transam/xlog.c:3704 access/transam/xlog.c:3711 -#: access/transam/xlog.c:3720 access/transam/xlog.c:3727 +#: access/transam/xlog.c:3597 access/transam/xlog.c:3606 +#: access/transam/xlog.c:3630 access/transam/xlog.c:3637 +#: access/transam/xlog.c:3644 access/transam/xlog.c:3649 +#: access/transam/xlog.c:3656 access/transam/xlog.c:3663 +#: access/transam/xlog.c:3670 access/transam/xlog.c:3677 +#: access/transam/xlog.c:3684 access/transam/xlog.c:3691 +#: access/transam/xlog.c:3700 access/transam/xlog.c:3707 +#: access/transam/xlog.c:3716 access/transam/xlog.c:3723 +#: access/transam/xlog.c:3732 access/transam/xlog.c:3739 #: utils/init/miscinit.c:1210 #, c-format msgid "database files are incompatible with server" msgstr "arquivos do banco de dados são incompatíveis com o servidor" -#: access/transam/xlog.c:3586 +#: access/transam/xlog.c:3598 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), but the server was compiled with PG_CONTROL_VERSION %d (0x%08x)." msgstr "O agrupamento de banco de dados foi inicializado com PG_CONTROL_VERSION %d (0x%08x), mas o servidor foi compilado com PG_CONTROL_VERSION %d (0x%08x)." -#: access/transam/xlog.c:3590 +#: access/transam/xlog.c:3602 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Isto pode ser um problema com ordenação dos bits. Parece que você precisa executar o initdb." -#: access/transam/xlog.c:3595 +#: access/transam/xlog.c:3607 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "O agrupamento de banco de dados foi inicializado com PG_CONTROL_VERSION %d, mas o servidor foi compilado com PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:3598 access/transam/xlog.c:3622 -#: access/transam/xlog.c:3629 access/transam/xlog.c:3634 +#: access/transam/xlog.c:3610 access/transam/xlog.c:3634 +#: access/transam/xlog.c:3641 access/transam/xlog.c:3646 #, c-format msgid "It looks like you need to initdb." msgstr "Parece que você precisa executar o initdb." -#: access/transam/xlog.c:3609 +#: access/transam/xlog.c:3621 #, c-format msgid "incorrect checksum in control file" msgstr "soma de verificação está incorreta em arquivo de controle" -#: access/transam/xlog.c:3619 +#: access/transam/xlog.c:3631 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "O agrupamento de banco de dados foi inicializado com CATALOG_VERSION_NO %d, mas o servidor foi compilado com CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:3626 +#: access/transam/xlog.c:3638 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "O agrupamento de banco de dados foi inicializado com MAXALIGN %d, mas o servidor foi compilado com MAXALIGN %d." -#: access/transam/xlog.c:3633 +#: access/transam/xlog.c:3645 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "O agrupamento de banco de dados parece utilizar um formato de número de ponto flutuante diferente do executável do servidor." -#: access/transam/xlog.c:3638 +#: access/transam/xlog.c:3650 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "O agrupamento de banco de dados foi inicializado com BLCSZ %d, mas o servidor foi compilado com BLCSZ %d." -#: access/transam/xlog.c:3641 access/transam/xlog.c:3648 -#: access/transam/xlog.c:3655 access/transam/xlog.c:3662 -#: access/transam/xlog.c:3669 access/transam/xlog.c:3676 -#: access/transam/xlog.c:3683 access/transam/xlog.c:3691 -#: access/transam/xlog.c:3698 access/transam/xlog.c:3707 -#: access/transam/xlog.c:3714 access/transam/xlog.c:3723 -#: access/transam/xlog.c:3730 +#: access/transam/xlog.c:3653 access/transam/xlog.c:3660 +#: access/transam/xlog.c:3667 access/transam/xlog.c:3674 +#: access/transam/xlog.c:3681 access/transam/xlog.c:3688 +#: access/transam/xlog.c:3695 access/transam/xlog.c:3703 +#: access/transam/xlog.c:3710 access/transam/xlog.c:3719 +#: access/transam/xlog.c:3726 access/transam/xlog.c:3735 +#: access/transam/xlog.c:3742 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Parece que você precisa recompilar ou executar o initdb." -#: access/transam/xlog.c:3645 +#: access/transam/xlog.c:3657 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "O agrupamento de banco de dados foi inicializado com RELSEG_SIZE %d, mas o servidor foi compilado com RELSEG_SIZE %d." -#: access/transam/xlog.c:3652 +#: access/transam/xlog.c:3664 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "O agrupamento de banco de dados foi inicializado com XLOG_BLCSZ %d, mas o servidor foi compilado com XLOG_BLCSZ %d." -#: access/transam/xlog.c:3659 +#: access/transam/xlog.c:3671 #, c-format msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." msgstr "O agrupamento de banco de dados foi inicializado com XLOG_SEG_SIZE %d, mas o servidor foi compilado com XLOG_SEG_SIZE %d." -#: access/transam/xlog.c:3666 +#: access/transam/xlog.c:3678 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "O agrupamento de banco de dados foi inicializado com NAMEDATALEN %d, mas o servidor foi compilado com NAMEDATALEN %d." -#: access/transam/xlog.c:3673 +#: access/transam/xlog.c:3685 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "O agrupamento de banco de dados foi inicializado com INDEX_MAX_KEYS %d, mas o servidor foi compilado com INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:3680 +#: access/transam/xlog.c:3692 #, c-format msgid "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the server was compiled with TOAST_MAX_CHUNK_SIZE %d." msgstr "O agrupamento de banco de dados foi inicializado com TOAST_MAX_CHUNK_SIZE %d, mas o servidor foi compilado com TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:3689 +#: access/transam/xlog.c:3701 #, c-format msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP." msgstr "O agrupamento de banco de dados foi inicializado sem HAVE_INT64_TIMESTAMP mas o servidor foi compilado com HAVE_INT64_TIMESTAMP." -#: access/transam/xlog.c:3696 +#: access/transam/xlog.c:3708 #, c-format msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." msgstr "O agrupamento de banco de dados foi inicializado com HAVE_INT64_TIMESTAMP mas o servidor foi compilado sem HAVE_INT64_TIMESTAMP." -#: access/transam/xlog.c:3705 +#: access/transam/xlog.c:3717 #, c-format msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL." msgstr "O agrupamento de banco de dados foi inicializado sem USE_FLOAT4_BYVAL, mas o servidor foi compilado com USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:3712 +#: access/transam/xlog.c:3724 #, c-format msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL." msgstr "O agrupamento de banco de dados foi inicializado com USE_FLOAT4_BYVAL, mas o servidor foi compilado sem USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:3721 +#: access/transam/xlog.c:3733 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "O agrupamento de banco de dados foi inicializado sem USE_FLOAT8_BYVAL, mas o servidor foi compilado com USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:3728 +#: access/transam/xlog.c:3740 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "O agrupamento de banco de dados foi inicializado com USE_FLOAT8_BYVAL, mas o servidor foi compilado sem USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:4095 +#: access/transam/xlog.c:4107 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "não pôde escrever no arquivo inicial de log de transação: %m" -#: access/transam/xlog.c:4101 +#: access/transam/xlog.c:4113 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "não pôde executar fsync no arquivo inicial de log de transação: %m" -#: access/transam/xlog.c:4106 +#: access/transam/xlog.c:4118 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "não pôde fechar arquivo inicial de log de transação: %m" -#: access/transam/xlog.c:4175 +#: access/transam/xlog.c:4187 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "não pôde abrir arquivo de comando de recuperação \"%s\": %m" -#: access/transam/xlog.c:4215 access/transam/xlog.c:4306 -#: access/transam/xlog.c:4317 commands/extension.c:527 +#: access/transam/xlog.c:4227 access/transam/xlog.c:4318 +#: access/transam/xlog.c:4329 commands/extension.c:527 #: commands/extension.c:535 utils/misc/guc.c:5431 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "parâmetro \"%s\" requer um valor booleano" -#: access/transam/xlog.c:4231 +#: access/transam/xlog.c:4243 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "recovery_target_timeline não é um número válido: \"%s\"" -#: access/transam/xlog.c:4247 +#: access/transam/xlog.c:4259 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "recovery_target_xid não é um número válido: \"%s\"" -#: access/transam/xlog.c:4291 +#: access/transam/xlog.c:4303 #, c-format msgid "recovery_target_name is too long (maximum %d characters)" msgstr "recovery_target_name é muito longo (no máximo %d caracteres)" -#: access/transam/xlog.c:4338 +#: access/transam/xlog.c:4350 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "parâmetro de recuperação \"%s\" desconhecido" -#: access/transam/xlog.c:4349 +#: access/transam/xlog.c:4361 #, c-format msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command" msgstr "arquivo de comando de recuperação \"%s\" não especificou primary_conninfo ou restore_command" -#: access/transam/xlog.c:4351 +#: access/transam/xlog.c:4363 #, c-format msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there." msgstr "O servidor de banco de dados acessará regularmente o subdiretório pg_xlog para verificar por arquivos ali presentes." -#: access/transam/xlog.c:4357 +#: access/transam/xlog.c:4369 #, c-format msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled" msgstr "arquivo do comando de recuperação \"%s\" deve especificar restore_command quando modo em espera não estiver habilitado" -#: access/transam/xlog.c:4377 +#: access/transam/xlog.c:4389 #, c-format msgid "recovery target timeline %u does not exist" msgstr "linha do tempo para recuperação %u não existe" -#: access/transam/xlog.c:4474 +#: access/transam/xlog.c:4486 #, c-format msgid "archive recovery complete" msgstr "recuperação do archive está completa" -#: access/transam/xlog.c:4622 +#: access/transam/xlog.c:4703 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "recuperação parada após efetivação da transação %u, tempo %s" -#: access/transam/xlog.c:4627 +#: access/transam/xlog.c:4708 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "recuperação parada antes da efetivação da transação %u, tempo %s" -#: access/transam/xlog.c:4636 +#: access/transam/xlog.c:4717 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "recuperação parada após interrupção da transação %u, tempo %s" -#: access/transam/xlog.c:4641 +#: access/transam/xlog.c:4722 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "recuperação parada antes interrupção da transação %u, tempo %s" -#: access/transam/xlog.c:4650 +#: access/transam/xlog.c:4731 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "recuperação parada no ponto de restauração \"%s\", tempo %s" -#: access/transam/xlog.c:4684 +#: access/transam/xlog.c:4765 #, c-format msgid "recovery has paused" msgstr "recuperação está em pausa" -#: access/transam/xlog.c:4685 +#: access/transam/xlog.c:4766 #, c-format msgid "Execute pg_xlog_replay_resume() to continue." msgstr "Execute pg_xlog_replay_resume() para continuar." -#: access/transam/xlog.c:4815 +#: access/transam/xlog.c:4896 #, c-format msgid "hot standby is not possible because %s = %d is a lower setting than on the master server (its value was %d)" msgstr "servidor em espera ativo não é possível porque %s = %d é uma configuração mais baixa do que no servidor principal (seu valor era %d)" -#: access/transam/xlog.c:4837 +#: access/transam/xlog.c:4918 #, c-format msgid "WAL was generated with wal_level=minimal, data may be missing" msgstr "WAL foi gerado com wal_level=minimal, dados podem estar faltando" -#: access/transam/xlog.c:4838 +#: access/transam/xlog.c:4919 #, c-format msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup." msgstr "Isso acontece se você temporariamente definir wal_level=minimal sem realizar uma nova cópia de segurança base." -#: access/transam/xlog.c:4849 +#: access/transam/xlog.c:4930 #, c-format msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server" msgstr "servidor em espera ativo não é possível porque wal_level não foi definido como \"hot_standby\" no servidor principal" -#: access/transam/xlog.c:4850 +#: access/transam/xlog.c:4931 #, c-format msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here." msgstr "Defina wal_level para \"hot_standby\" no primário ou desabilite hot_standby aqui." -#: access/transam/xlog.c:4903 +#: access/transam/xlog.c:4984 #, c-format msgid "control file contains invalid data" msgstr "arquivo de controle contém dados inválidos" -#: access/transam/xlog.c:4909 +#: access/transam/xlog.c:4990 #, c-format msgid "database system was shut down at %s" msgstr "sistema de banco de dados foi desligado em %s" -#: access/transam/xlog.c:4914 +#: access/transam/xlog.c:4995 #, c-format msgid "database system was shut down in recovery at %s" msgstr "sistema de banco de dados foi desligado durante recuperação em %s" -#: access/transam/xlog.c:4918 +#: access/transam/xlog.c:4999 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "desligamento do sistema de banco de dados foi interrompido; última execução em %s" -#: access/transam/xlog.c:4922 +#: access/transam/xlog.c:5003 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "sistema de banco de dados foi interrompido enquanto estava sendo recuperado em %s" -#: access/transam/xlog.c:4924 +#: access/transam/xlog.c:5005 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Isso provavelmente significa que algum dado foi corrompido e você terá que utilizar a última cópia de segurança para recuperação." -#: access/transam/xlog.c:4928 +#: access/transam/xlog.c:5009 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "sistema de banco de dados foi interrompido enquanto estava sendo recuperado em %s" -#: access/transam/xlog.c:4930 +#: access/transam/xlog.c:5011 #, c-format msgid "If this has occurred more than once some data might be corrupted and you might need to choose an earlier recovery target." msgstr "Se isto ocorreu mais de uma vez algum dado pode ter sido corrompido e você pode precisar escolher um ponto de recuperação anterior ao especificado." -#: access/transam/xlog.c:4934 +#: access/transam/xlog.c:5015 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "sistema de banco de dados foi interrompido; última execução em %s" -#: access/transam/xlog.c:4988 +#: access/transam/xlog.c:5081 #, c-format msgid "entering standby mode" msgstr "entrando no modo em espera" -#: access/transam/xlog.c:4991 +#: access/transam/xlog.c:5084 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "iniciando recuperação de ponto no tempo para XID %u" -#: access/transam/xlog.c:4995 +#: access/transam/xlog.c:5088 #, c-format msgid "starting point-in-time recovery to %s" msgstr "iniciando recuperação de ponto no tempo para %s" -#: access/transam/xlog.c:4999 +#: access/transam/xlog.c:5092 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "iniciando recuperação de ponto no tempo para \"%s\"" -#: access/transam/xlog.c:5003 +#: access/transam/xlog.c:5096 #, c-format msgid "starting archive recovery" msgstr "iniciando recuperação do arquivador" -#: access/transam/xlog.c:5019 commands/sequence.c:1035 lib/stringinfo.c:266 -#: libpq/auth.c:1035 libpq/auth.c:1391 libpq/auth.c:1459 libpq/auth.c:1861 -#: postmaster/postmaster.c:2149 postmaster/postmaster.c:2180 -#: postmaster/postmaster.c:3637 postmaster/postmaster.c:4335 -#: postmaster/postmaster.c:4420 postmaster/postmaster.c:5101 -#: postmaster/postmaster.c:5277 postmaster/postmaster.c:5694 +#: access/transam/xlog.c:5112 commands/sequence.c:1058 lib/stringinfo.c:266 +#: libpq/auth.c:1036 libpq/auth.c:1394 libpq/auth.c:1462 libpq/auth.c:1865 +#: postmaster/postmaster.c:2181 postmaster/postmaster.c:2212 +#: postmaster/postmaster.c:3669 postmaster/postmaster.c:4367 +#: postmaster/postmaster.c:4452 postmaster/postmaster.c:5145 +#: postmaster/postmaster.c:5321 postmaster/postmaster.c:5738 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397 #: storage/file/fd.c:459 storage/file/fd.c:856 storage/file/fd.c:974 #: storage/file/fd.c:1587 storage/ipc/procarray.c:901 #: storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 #: storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 -#: utils/adt/formatting.c:1524 utils/adt/formatting.c:1644 -#: utils/adt/formatting.c:1765 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 +#: utils/adt/formatting.c:1528 utils/adt/formatting.c:1648 +#: utils/adt/formatting.c:1769 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 #: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 #: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 #: utils/init/miscinit.c:151 utils/init/miscinit.c:172 @@ -1453,333 +1481,333 @@ msgstr "iniciando recuperação do arquivador" msgid "out of memory" msgstr "sem memória" -#: access/transam/xlog.c:5020 +#: access/transam/xlog.c:5113 #, c-format msgid "Failed while allocating an XLog reading processor." msgstr "Falhou ao alocar um processador de leitura do XLog." -#: access/transam/xlog.c:5045 access/transam/xlog.c:5112 +#: access/transam/xlog.c:5138 access/transam/xlog.c:5205 #, c-format msgid "checkpoint record is at %X/%X" msgstr "registro do ponto de controle está em %X/%X" -#: access/transam/xlog.c:5059 +#: access/transam/xlog.c:5152 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "não pôde encontrar local do redo referenciado pelo registro do ponto de controle" -#: access/transam/xlog.c:5060 access/transam/xlog.c:5067 +#: access/transam/xlog.c:5153 access/transam/xlog.c:5160 #, c-format msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." msgstr "Se você não está restaurando uma cópia de segurança, tente remover o arquivo \"%s/backup_label\"." -#: access/transam/xlog.c:5066 +#: access/transam/xlog.c:5159 #, c-format msgid "could not locate required checkpoint record" msgstr "não pôde localizar registro do ponto de controle requerido" -#: access/transam/xlog.c:5122 access/transam/xlog.c:5137 +#: access/transam/xlog.c:5215 access/transam/xlog.c:5230 #, c-format msgid "could not locate a valid checkpoint record" msgstr "não pôde localizar registro do ponto de controle válido" -#: access/transam/xlog.c:5131 +#: access/transam/xlog.c:5224 #, c-format msgid "using previous checkpoint record at %X/%X" msgstr "utilizando registro do ponto de controle anterior em %X/%X" -#: access/transam/xlog.c:5161 +#: access/transam/xlog.c:5254 #, c-format msgid "requested timeline %u is not a child of this server's history" msgstr "linha do tempo solicitada %u não é descendente do histórico do servidor" -#: access/transam/xlog.c:5163 +#: access/transam/xlog.c:5256 #, c-format msgid "Latest checkpoint is at %X/%X on timeline %u, but in the history of the requested timeline, the server forked off from that timeline at %X/%X." msgstr "Último ponto de controle está em %X/%X na linha do tempo %u, mas no histórico da linha do tempo solicitada, o servidor bifurcou daquela linha do tempo em %X/%X." -#: access/transam/xlog.c:5179 +#: access/transam/xlog.c:5272 #, c-format msgid "requested timeline %u does not contain minimum recovery point %X/%X on timeline %u" msgstr "linha do tempo solicitada %u não contém o ponto de recuperação mínimo %X/%X na linha do tempo %u" -#: access/transam/xlog.c:5188 +#: access/transam/xlog.c:5281 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "registro de redo está em %X/%X; desligamento %s" -#: access/transam/xlog.c:5192 +#: access/transam/xlog.c:5285 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "próximo ID de transação: %u/%u; próximo OID: %u" -#: access/transam/xlog.c:5196 +#: access/transam/xlog.c:5289 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "próximo MultiXactId: %u; próximo MultiXactOffset: %u" -#: access/transam/xlog.c:5199 +#: access/transam/xlog.c:5292 #, c-format msgid "oldest unfrozen transaction ID: %u, in database %u" msgstr "ID de transação descongelado mais antigo: %u, no banco de dados %u" -#: access/transam/xlog.c:5202 +#: access/transam/xlog.c:5295 #, c-format msgid "oldest MultiXactId: %u, in database %u" msgstr "MultiXactId mais antigo: %u, no banco de dados %u" -#: access/transam/xlog.c:5206 +#: access/transam/xlog.c:5299 #, c-format msgid "invalid next transaction ID" msgstr "próximo ID de transação é inválido" -#: access/transam/xlog.c:5264 +#: access/transam/xlog.c:5357 #, c-format msgid "invalid redo in checkpoint record" msgstr "redo é inválido no registro do ponto de controle" -#: access/transam/xlog.c:5275 +#: access/transam/xlog.c:5368 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "registro de redo é inválido no ponto de controle de desligamento" -#: access/transam/xlog.c:5306 +#: access/transam/xlog.c:5399 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "sistema de banco de dados não foi desligado corretamente; recuperação automática está em andamento" -#: access/transam/xlog.c:5310 +#: access/transam/xlog.c:5403 #, c-format msgid "crash recovery starts in timeline %u and has target timeline %u" msgstr "recuperação de queda começa na linha do tempo %u e tem como linha do tempo alvo %u" -#: access/transam/xlog.c:5347 +#: access/transam/xlog.c:5447 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label contém dados inconsistentes com arquivo de controle" -#: access/transam/xlog.c:5348 +#: access/transam/xlog.c:5448 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Isso significa que a cópia de segurança está corrompida e você terá que utilizar outra cópia de segurança para recuperação." -#: access/transam/xlog.c:5413 +#: access/transam/xlog.c:5513 #, c-format msgid "initializing for hot standby" msgstr "inicialização para servidor em espera ativo" -#: access/transam/xlog.c:5547 +#: access/transam/xlog.c:5647 #, c-format msgid "redo starts at %X/%X" msgstr "redo inicia em %X/%X" -#: access/transam/xlog.c:5739 +#: access/transam/xlog.c:5848 #, c-format msgid "redo done at %X/%X" msgstr "redo pronto em %X/%X" -#: access/transam/xlog.c:5744 access/transam/xlog.c:7613 +#: access/transam/xlog.c:5853 access/transam/xlog.c:7728 #, c-format msgid "last completed transaction was at log time %s" msgstr "última transação efetivada foi em %s" -#: access/transam/xlog.c:5752 +#: access/transam/xlog.c:5861 #, c-format msgid "redo is not required" msgstr "redo não é requerido" -#: access/transam/xlog.c:5810 +#: access/transam/xlog.c:5919 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "ponto de parada de recuperação solicitado está antes do ponto de recuperação consistente" -#: access/transam/xlog.c:5826 access/transam/xlog.c:5830 +#: access/transam/xlog.c:5935 access/transam/xlog.c:5939 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL terminou antes do fim da cópia de segurança online" -#: access/transam/xlog.c:5827 +#: access/transam/xlog.c:5936 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Todo WAL gerado enquanto a cópia de segurança online era feita deve estar disponível para recuperação." -#: access/transam/xlog.c:5831 +#: access/transam/xlog.c:5940 #, c-format msgid "Online backup started with pg_start_backup() must be ended with pg_stop_backup(), and all WAL up to that point must be available at recovery." msgstr "Cópia de segurança online que iniciou com pg_start_backup() deve ser terminada com pg_stop_backup(), e todo WAL até aquele ponto deve estar disponível para recuperação." -#: access/transam/xlog.c:5834 +#: access/transam/xlog.c:5943 #, c-format msgid "WAL ends before consistent recovery point" msgstr "Log de transação termina antes de ponto de recuperação consistente" -#: access/transam/xlog.c:5861 +#: access/transam/xlog.c:5970 #, c-format msgid "selected new timeline ID: %u" msgstr "novo ID de linha do tempo selecionado: %u" -#: access/transam/xlog.c:6222 +#: access/transam/xlog.c:6337 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "estado de recuperação consistente alcançado em %X/%X" -#: access/transam/xlog.c:6405 +#: access/transam/xlog.c:6520 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "vínculo de ponto de controle primário é inválido no arquivo de controle" -#: access/transam/xlog.c:6409 +#: access/transam/xlog.c:6524 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "vínculo de ponto de controle secundário é inválido no arquivo de controle" -#: access/transam/xlog.c:6413 +#: access/transam/xlog.c:6528 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "vínculo de ponto de controle é inválido no arquivo backup_label" -#: access/transam/xlog.c:6430 +#: access/transam/xlog.c:6545 #, c-format msgid "invalid primary checkpoint record" msgstr "registro do ponto de controle primário é inválido" -#: access/transam/xlog.c:6434 +#: access/transam/xlog.c:6549 #, c-format msgid "invalid secondary checkpoint record" msgstr "registro do ponto de controle secundário é inválido" -#: access/transam/xlog.c:6438 +#: access/transam/xlog.c:6553 #, c-format msgid "invalid checkpoint record" msgstr "registro do ponto de controle é inválido" -#: access/transam/xlog.c:6449 +#: access/transam/xlog.c:6564 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "ID do gerenciador de recursos é inválido no registro do ponto de controle primário" -#: access/transam/xlog.c:6453 +#: access/transam/xlog.c:6568 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" msgstr "ID do gerenciador de recursos é inválido no registro do ponto de controle secundário" -#: access/transam/xlog.c:6457 +#: access/transam/xlog.c:6572 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "ID do gerenciador de recursos é inválido no registro do ponto de controle" -#: access/transam/xlog.c:6469 +#: access/transam/xlog.c:6584 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "xl_info é inválido no registro do ponto de controle primário" -#: access/transam/xlog.c:6473 +#: access/transam/xlog.c:6588 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "xl_info é inválido no registro do ponto de controle secundário" -#: access/transam/xlog.c:6477 +#: access/transam/xlog.c:6592 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "xl_info é inválido no registro do ponto de contrle" -#: access/transam/xlog.c:6489 +#: access/transam/xlog.c:6604 #, c-format msgid "invalid length of primary checkpoint record" msgstr "tamanho do registro do ponto de controle primário é inválido" -#: access/transam/xlog.c:6493 +#: access/transam/xlog.c:6608 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "tamanho do registro do ponto de controle secundário é inválido" -#: access/transam/xlog.c:6497 +#: access/transam/xlog.c:6612 #, c-format msgid "invalid length of checkpoint record" msgstr "tamanho do registro do ponto de controle é inválido" -#: access/transam/xlog.c:6650 +#: access/transam/xlog.c:6765 #, c-format msgid "shutting down" msgstr "desligando" -#: access/transam/xlog.c:6673 +#: access/transam/xlog.c:6788 #, c-format msgid "database system is shut down" msgstr "sistema de banco de dados está desligado" -#: access/transam/xlog.c:7139 +#: access/transam/xlog.c:7254 #, c-format msgid "concurrent transaction log activity while database system is shutting down" msgstr "atividade concorrente no log de transação enquanto o sistema de banco de dados está sendo desligado" -#: access/transam/xlog.c:7427 +#: access/transam/xlog.c:7542 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "ignorando ponto de reinício, recuperação já terminou" -#: access/transam/xlog.c:7450 +#: access/transam/xlog.c:7565 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "ignorando ponto de reinício, já foi executado em %X/%X" -#: access/transam/xlog.c:7611 +#: access/transam/xlog.c:7726 #, c-format msgid "recovery restart point at %X/%X" msgstr "ponto de reinício de recuperação em %X/%X" -#: access/transam/xlog.c:7737 +#: access/transam/xlog.c:7852 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "ponto de restauração \"%s\" criado em %X/%X" -#: access/transam/xlog.c:7954 +#: access/transam/xlog.c:8069 #, c-format msgid "unexpected previous timeline ID %u (current timeline ID %u) in checkpoint record" msgstr "ID de linha do tempo anterior %u inesperado (ID de linha do tempo atual %u) no registro do ponto de controle" -#: access/transam/xlog.c:7963 +#: access/transam/xlog.c:8078 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "ID de linha do tempo %u inesperado (depois %u) no registro do ponto de controle" -#: access/transam/xlog.c:7979 +#: access/transam/xlog.c:8094 #, c-format msgid "unexpected timeline ID %u in checkpoint record, before reaching minimum recovery point %X/%X on timeline %u" msgstr "ID de linha do tempo %u inesperado no registro do ponto de controle, antes de alcançar ponto de recuperação mínimo %X/%X na linha do tempo %u" -#: access/transam/xlog.c:8047 +#: access/transam/xlog.c:8162 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "cópia de segurança online foi cancelada, recuperação não pode continuar" -#: access/transam/xlog.c:8108 access/transam/xlog.c:8157 -#: access/transam/xlog.c:8180 +#: access/transam/xlog.c:8223 access/transam/xlog.c:8272 +#: access/transam/xlog.c:8295 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "ID de linha do tempo %u inesperado (deve ser %u) no registro do ponto de controle" -#: access/transam/xlog.c:8413 +#: access/transam/xlog.c:8528 #, c-format msgid "could not fsync log segment %s: %m" msgstr "não pôde executar fsync no arquivo de log %s: %m" -#: access/transam/xlog.c:8437 +#: access/transam/xlog.c:8552 #, c-format msgid "could not fsync log file %s: %m" msgstr "não pôde executar fsync no arquivo de log %s: %m" -#: access/transam/xlog.c:8445 +#: access/transam/xlog.c:8560 #, c-format msgid "could not fsync write-through log file %s: %m" msgstr "não pôde executar fsync write-through no arquivo de log %s: %m" -#: access/transam/xlog.c:8454 +#: access/transam/xlog.c:8569 #, c-format msgid "could not fdatasync log file %s: %m" msgstr "não pôde executar fdatasync no arquivo de log %s: %m" -#: access/transam/xlog.c:8532 access/transam/xlog.c:8868 +#: access/transam/xlog.c:8647 access/transam/xlog.c:8983 #: access/transam/xlogfuncs.c:119 access/transam/xlogfuncs.c:151 #: access/transam/xlogfuncs.c:193 access/transam/xlogfuncs.c:217 #: access/transam/xlogfuncs.c:299 access/transam/xlogfuncs.c:373 @@ -1787,170 +1815,170 @@ msgstr "não pôde executar fdatasync no arquivo de log %s: %m" msgid "recovery is in progress" msgstr "recuperação está em andamento" -#: access/transam/xlog.c:8533 access/transam/xlog.c:8869 +#: access/transam/xlog.c:8648 access/transam/xlog.c:8984 #: access/transam/xlogfuncs.c:120 access/transam/xlogfuncs.c:152 #: access/transam/xlogfuncs.c:194 access/transam/xlogfuncs.c:218 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "funções de controle do WAL não podem ser executadas durante recuperação." -#: access/transam/xlog.c:8542 access/transam/xlog.c:8878 +#: access/transam/xlog.c:8657 access/transam/xlog.c:8993 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "nível do WAL não é suficiente para fazer uma cópia de segurança online" -#: access/transam/xlog.c:8543 access/transam/xlog.c:8879 +#: access/transam/xlog.c:8658 access/transam/xlog.c:8994 #: access/transam/xlogfuncs.c:158 #, c-format msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start." msgstr "wal_level deve ser definido como \"archive\" ou \"hot_standby\" ao iniciar o servidor." -#: access/transam/xlog.c:8548 +#: access/transam/xlog.c:8663 #, c-format msgid "backup label too long (max %d bytes)" msgstr "rótulo de cópia de segurança é muito longo (máximo de %d bytes)" -#: access/transam/xlog.c:8579 access/transam/xlog.c:8756 +#: access/transam/xlog.c:8694 access/transam/xlog.c:8871 #, c-format msgid "a backup is already in progress" msgstr "uma cópia de segurança está em andamento" -#: access/transam/xlog.c:8580 +#: access/transam/xlog.c:8695 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Execute pg_stop_backup() e tente novamente." -#: access/transam/xlog.c:8674 +#: access/transam/xlog.c:8789 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "WAL gerado com full_page_writes=off foi restaurado desde o último ponto de reinício" -#: access/transam/xlog.c:8676 access/transam/xlog.c:9029 +#: access/transam/xlog.c:8791 access/transam/xlog.c:9144 #, c-format msgid "This means that the backup being taken on the standby is corrupt and should not be used. Enable full_page_writes and run CHECKPOINT on the master, and then try an online backup again." msgstr "Isto significa que a cópia de segurança feita no servidor em espera está corrompida e não deve ser utilizada. Habilite full_page_writes e execute CHECKPOINT no servidor principal, e depois tente fazer uma cópia de segurança novamente." -#: access/transam/xlog.c:8750 access/transam/xlog.c:8919 +#: access/transam/xlog.c:8865 access/transam/xlog.c:9034 #: access/transam/xlogarchive.c:106 access/transam/xlogarchive.c:265 -#: guc-file.l:776 replication/basebackup.c:397 replication/basebackup.c:452 -#: storage/file/copydir.c:72 storage/file/copydir.c:115 utils/adt/dbsize.c:68 -#: utils/adt/dbsize.c:218 utils/adt/dbsize.c:298 utils/adt/genfile.c:108 -#: utils/adt/genfile.c:280 +#: guc-file.l:776 replication/basebackup.c:397 replication/basebackup.c:463 +#: storage/file/copydir.c:72 storage/file/copydir.c:115 storage/file/fd.c:2509 +#: storage/file/fd.c:2550 utils/adt/dbsize.c:68 utils/adt/dbsize.c:218 +#: utils/adt/dbsize.c:298 utils/adt/genfile.c:108 utils/adt/genfile.c:280 #, c-format msgid "could not stat file \"%s\": %m" msgstr "não pôde executar stat no arquivo \"%s\": %m" -#: access/transam/xlog.c:8757 +#: access/transam/xlog.c:8872 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Se você tem certeza que não há cópia de segurança em andamento, remova o arquivo \"%s\" e tente novamente." -#: access/transam/xlog.c:8774 access/transam/xlog.c:9092 +#: access/transam/xlog.c:8889 access/transam/xlog.c:9207 #, c-format msgid "could not write file \"%s\": %m" msgstr "não pôde escrever no arquivo \"%s\": %m" -#: access/transam/xlog.c:8923 +#: access/transam/xlog.c:9038 #, c-format msgid "a backup is not in progress" msgstr "não há uma cópia de segurança em andamento" -#: access/transam/xlog.c:8949 access/transam/xlogarchive.c:114 +#: access/transam/xlog.c:9064 access/transam/xlogarchive.c:114 #: access/transam/xlogarchive.c:466 storage/smgr/md.c:405 #: storage/smgr/md.c:454 storage/smgr/md.c:1318 #, c-format msgid "could not remove file \"%s\": %m" msgstr "não pôde remover arquivo \"%s\": %m" -#: access/transam/xlog.c:8962 access/transam/xlog.c:8975 -#: access/transam/xlog.c:9326 access/transam/xlog.c:9332 +#: access/transam/xlog.c:9077 access/transam/xlog.c:9090 +#: access/transam/xlog.c:9441 access/transam/xlog.c:9447 #: access/transam/xlogfuncs.c:626 #, c-format msgid "invalid data in file \"%s\"" msgstr "dado é inválido no arquivo \"%s\"" -#: access/transam/xlog.c:8979 replication/basebackup.c:856 +#: access/transam/xlog.c:9094 replication/basebackup.c:871 #, c-format msgid "the standby was promoted during online backup" msgstr "o servidor em espera foi promovido durante a cópia de segurança online" -#: access/transam/xlog.c:8980 replication/basebackup.c:857 +#: access/transam/xlog.c:9095 replication/basebackup.c:872 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Isto significa que a cópia de segurança feita está corrompida e não deve ser utilizada. Tente fazer outra cópia de segurança online." -#: access/transam/xlog.c:9027 +#: access/transam/xlog.c:9142 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "WAL gerado com full_page_writes=off foi restaurado durante a cópia de segurança online" -#: access/transam/xlog.c:9141 +#: access/transam/xlog.c:9256 #, c-format msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" msgstr "pg_stop_backup concluído, esperando os segmentos do WAL requeridos serem arquivados" -#: access/transam/xlog.c:9151 +#: access/transam/xlog.c:9266 #, c-format msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "pg_stop_backup ainda está esperando o arquivamento de todos os segmentos do WAL necessários (%d segundos passados)" -#: access/transam/xlog.c:9153 +#: access/transam/xlog.c:9268 #, c-format msgid "Check that your archive_command is executing properly. pg_stop_backup can be canceled safely, but the database backup will not be usable without all the WAL segments." msgstr "Verifique se o archive_command está sendo executado normalmente. pg_stop_backup pode ser cancelado com segurança, mas a cópia de segurança do banco de dados não será útil sem todos os segmentos do WAL." -#: access/transam/xlog.c:9160 +#: access/transam/xlog.c:9275 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" msgstr "pg_stop_backup concluído, todos os segmentos do WAL foram arquivados" -#: access/transam/xlog.c:9164 +#: access/transam/xlog.c:9279 #, c-format msgid "WAL archiving is not enabled; you must ensure that all required WAL segments are copied through other means to complete the backup" msgstr "arquivamento do WAL não está habilitado; você deve garantir que todos os segmentos do WAL necessários foram copiados por outros meios para completar a cópia de segurança" -#: access/transam/xlog.c:9377 +#: access/transam/xlog.c:9492 #, c-format msgid "xlog redo %s" msgstr "redo do xlog %s" -#: access/transam/xlog.c:9417 +#: access/transam/xlog.c:9532 #, c-format msgid "online backup mode canceled" msgstr "modo de cópia de segurança online foi cancelado" -#: access/transam/xlog.c:9418 +#: access/transam/xlog.c:9533 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "\"%s\" foi renomeado para \"%s\"." -#: access/transam/xlog.c:9425 +#: access/transam/xlog.c:9540 #, c-format msgid "online backup mode was not canceled" msgstr "modo de cópia de segurança online não foi cancelado" -#: access/transam/xlog.c:9426 +#: access/transam/xlog.c:9541 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "não pôde renomear \"%s\" para \"%s\": %m" -#: access/transam/xlog.c:9546 replication/walreceiver.c:934 -#: replication/walsender.c:1360 +#: access/transam/xlog.c:9661 replication/walreceiver.c:934 +#: replication/walsender.c:1349 #, c-format msgid "could not seek in log segment %s to offset %u: %m" msgstr "não pôde posicionar no arquivo de log %s na posição %u: %m" -#: access/transam/xlog.c:9558 +#: access/transam/xlog.c:9673 #, c-format msgid "could not read from log segment %s, offset %u: %m" msgstr "não pôde ler do arquivo de log %s, posição %u: %m" -#: access/transam/xlog.c:10020 +#: access/transam/xlog.c:10135 #, c-format msgid "received promote request" msgstr "pedido de promoção foi recebido" -#: access/transam/xlog.c:10033 +#: access/transam/xlog.c:10148 #, c-format msgid "trigger file found: %s" msgstr "arquivo de gatilho encontrado: %s" @@ -2051,18 +2079,124 @@ msgstr "Funções de controle de recuperação só podem ser executadas durante msgid "invalid input syntax for transaction log location: \"%s\"" msgstr "sintaxe de entrada é inválida para local do log de transação: \"%s\"" -#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:789 tcop/postgres.c:3465 +#: access/transam/xlogreader.c:249 +#, c-format +msgid "invalid record offset at %X/%X" +msgstr "posição do registro é inválida em %X/%X" + +#: access/transam/xlogreader.c:257 +#, c-format +msgid "contrecord is requested by %X/%X" +msgstr "contrecord é solicitado por %X/%X" + +#: access/transam/xlogreader.c:297 access/transam/xlogreader.c:608 +#: access/transam/xlogreader.c:682 +#, c-format +msgid "invalid record length at %X/%X" +msgstr "tamanho do registro é inválido em %X/%X" + +#: access/transam/xlogreader.c:311 +#, c-format +msgid "record length %u at %X/%X too long" +msgstr "tamanho do registro %u em %X/%X é muito longo" + +#: access/transam/xlogreader.c:352 +#, c-format +msgid "there is no contrecord flag at %X/%X" +msgstr "não há marcador contrecord em %X/%X" + +#: access/transam/xlogreader.c:365 +#, c-format +msgid "invalid contrecord length %u at %X/%X" +msgstr "tamanho de contrecord %u é inválido em %X/%X" + +#: access/transam/xlogreader.c:591 +#, c-format +msgid "invalid xlog switch record at %X/%X" +msgstr "registro de mudança de log de transação é inválido em %X/%X" + +#: access/transam/xlogreader.c:599 +#, c-format +msgid "record with zero length at %X/%X" +msgstr "registro com tamanho zero em %X/%X" + +#: access/transam/xlogreader.c:615 +#, c-format +msgid "invalid resource manager ID %u at %X/%X" +msgstr "ID do gerenciador de recursos %u é inválido em %X/%X" + +#: access/transam/xlogreader.c:629 access/transam/xlogreader.c:646 +#, c-format +msgid "record with incorrect prev-link %X/%X at %X/%X" +msgstr "registro com prev-link incorreto %X/%X em %X/%X" + +#: access/transam/xlogreader.c:702 access/transam/xlogreader.c:720 +#, c-format +msgid "invalid backup block size in record at %X/%X" +msgstr "tamanho do bloco de cópia de segurança é inválido no registro em %X/%X" + +#: access/transam/xlogreader.c:711 +#, c-format +msgid "incorrect hole size in record at %X/%X" +msgstr "tamanho do buraco é incorreto no registro em %X/%X" + +#: access/transam/xlogreader.c:733 +#, c-format +msgid "incorrect total length in record at %X/%X" +msgstr "tamanho total é incorreto no registro em %X/%X" + +#: access/transam/xlogreader.c:745 +#, c-format +msgid "incorrect resource manager data checksum in record at %X/%X" +msgstr "soma de verificação de dados do gerenciador de recursos é incorreta no registro em %X/%X" + +#: access/transam/xlogreader.c:778 +#, c-format +msgid "invalid magic number %04X in log segment %s, offset %u" +msgstr "número mágico %04X inválido no arquivo de log %s, posição %u" + +#: access/transam/xlogreader.c:792 access/transam/xlogreader.c:843 +#, c-format +msgid "invalid info bits %04X in log segment %s, offset %u" +msgstr "bits de informação %04X inválido no arquivo de log %s, posição %u" + +#: access/transam/xlogreader.c:818 +#, c-format +msgid "WAL file is from different database system: WAL file database system identifier is %s, pg_control database system identifier is %s." +msgstr "arquivo do WAL é de um sistema de banco de dados diferente: identificador do sistema de banco de dados do arquivo do WAL é %s, identificador do sistema de banco de dados do pg_control é %s." + +#: access/transam/xlogreader.c:825 +#, c-format +msgid "WAL file is from different database system: Incorrect XLOG_SEG_SIZE in page header." +msgstr "arquivo do WAL é de um sistema de banco de dados diferente: XLOG_SEG_SIZE incorreto no cabeçalho da página." + +#: access/transam/xlogreader.c:831 +#, c-format +msgid "WAL file is from different database system: Incorrect XLOG_BLCKSZ in page header." +msgstr "arquivo do WAL é de um sistema de banco de dados diferente: XLOG_BLCKSZ incorreto no cabeçalho da página." + +#: access/transam/xlogreader.c:857 +#, c-format +msgid "unexpected pageaddr %X/%X in log segment %s, offset %u" +msgstr "endereço da página %X/%X inesperado no arquivo de log %s, posição %u" + +#: access/transam/xlogreader.c:882 +#, c-format +msgid "out-of-sequence timeline ID %u (after %u) in log segment %s, offset %u" +msgstr "ID de linha do tempo %u fora da sequência (após %u) no arquivo de log %s, posição %u" + +#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:793 tcop/postgres.c:3503 #, c-format msgid "--%s requires a value" msgstr "--%s requer um valor" -#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:794 tcop/postgres.c:3470 +#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:798 tcop/postgres.c:3508 #, c-format msgid "-c %s requires a value" msgstr "-c %s requer um valor" -#: bootstrap/bootstrap.c:294 postmaster/postmaster.c:806 -#: postmaster/postmaster.c:819 +#: bootstrap/bootstrap.c:294 postmaster/postmaster.c:810 +#: postmaster/postmaster.c:823 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" @@ -2190,10 +2324,10 @@ msgid "large object %u does not exist" msgstr "objeto grande %u não existe" #: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 -#: commands/copy.c:923 commands/copy.c:941 commands/copy.c:949 -#: commands/copy.c:957 commands/copy.c:965 commands/copy.c:973 -#: commands/copy.c:981 commands/copy.c:989 commands/copy.c:997 -#: commands/copy.c:1013 commands/copy.c:1032 commands/copy.c:1047 +#: commands/copy.c:934 commands/copy.c:952 commands/copy.c:960 +#: commands/copy.c:968 commands/copy.c:976 commands/copy.c:984 +#: commands/copy.c:992 commands/copy.c:1000 commands/copy.c:1008 +#: commands/copy.c:1024 commands/copy.c:1043 commands/copy.c:1058 #: commands/dbcommands.c:148 commands/dbcommands.c:156 #: commands/dbcommands.c:164 commands/dbcommands.c:172 #: commands/dbcommands.c:180 commands/dbcommands.c:188 @@ -2204,10 +2338,10 @@ msgstr "objeto grande %u não existe" #: commands/foreigncmds.c:495 commands/functioncmds.c:496 #: commands/functioncmds.c:588 commands/functioncmds.c:596 #: commands/functioncmds.c:604 commands/functioncmds.c:1669 -#: commands/functioncmds.c:1677 commands/sequence.c:1164 -#: commands/sequence.c:1172 commands/sequence.c:1180 commands/sequence.c:1188 -#: commands/sequence.c:1196 commands/sequence.c:1204 commands/sequence.c:1212 -#: commands/sequence.c:1220 commands/typecmds.c:295 commands/typecmds.c:1330 +#: commands/functioncmds.c:1677 commands/sequence.c:1187 +#: commands/sequence.c:1195 commands/sequence.c:1203 commands/sequence.c:1211 +#: commands/sequence.c:1219 commands/sequence.c:1227 commands/sequence.c:1235 +#: commands/sequence.c:1243 commands/typecmds.c:295 commands/typecmds.c:1330 #: commands/typecmds.c:1339 commands/typecmds.c:1347 commands/typecmds.c:1355 #: commands/typecmds.c:1363 commands/user.c:135 commands/user.c:152 #: commands/user.c:160 commands/user.c:168 commands/user.c:176 @@ -2227,12 +2361,12 @@ msgid "default privileges cannot be set for columns" msgstr "privilégios padrão não podem ser definidos para colunas" #: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:389 -#: commands/copy.c:4163 commands/sequence.c:1466 commands/tablecmds.c:4824 +#: commands/copy.c:4182 commands/sequence.c:1489 commands/tablecmds.c:4824 #: commands/tablecmds.c:4919 commands/tablecmds.c:4969 #: commands/tablecmds.c:5073 commands/tablecmds.c:5120 #: commands/tablecmds.c:5204 commands/tablecmds.c:5292 #: commands/tablecmds.c:7244 commands/tablecmds.c:7448 -#: commands/tablecmds.c:7840 commands/trigger.c:610 parser/analyze.c:1994 +#: commands/tablecmds.c:7840 commands/trigger.c:616 parser/analyze.c:1994 #: parser/parse_relation.c:2173 parser/parse_relation.c:2230 #: parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840 #: utils/adt/ruleutils.c:1790 @@ -2240,7 +2374,7 @@ msgstr "privilégios padrão não podem ser definidos para colunas" msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "coluna \"%s\" da relação \"%s\" não existe" -#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1053 +#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076 #: commands/tablecmds.c:213 commands/tablecmds.c:10563 utils/adt/acl.c:2076 #: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 #: utils/adt/acl.c:2198 utils/adt/acl.c:2228 @@ -2308,8 +2442,8 @@ msgstr "permissão negada para coluna %s" msgid "permission denied for relation %s" msgstr "permissão negada para relação %s" -#: catalog/aclchk.c:3273 commands/sequence.c:560 commands/sequence.c:773 -#: commands/sequence.c:815 commands/sequence.c:852 commands/sequence.c:1518 +#: catalog/aclchk.c:3273 commands/sequence.c:569 commands/sequence.c:792 +#: commands/sequence.c:834 commands/sequence.c:871 commands/sequence.c:1541 #, c-format msgid "permission denied for sequence %s" msgstr "permissão negada para sequência %s" @@ -2673,7 +2807,7 @@ msgstr "não pode remover %s porque outros objetos dependem dele" #: catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 #: catalog/objectaddress.c:751 commands/tablecmds.c:738 commands/user.c:988 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1182 utils/misc/guc.c:5528 utils/misc/guc.c:5863 +#: storage/lmgr/proc.c:1189 utils/misc/guc.c:5528 utils/misc/guc.c:5863 #: utils/misc/guc.c:8230 utils/misc/guc.c:8264 utils/misc/guc.c:8298 #: utils/misc/guc.c:8332 utils/misc/guc.c:8367 #, c-format @@ -2750,100 +2884,100 @@ msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "nenhuma ordenação foi derivada para coluna \"%s\" com tipo %s ordenável" #: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1091 -#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1515 -#: utils/adt/formatting.c:1567 utils/adt/formatting.c:1635 -#: utils/adt/formatting.c:1687 utils/adt/formatting.c:1756 -#: utils/adt/formatting.c:1820 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 +#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1519 +#: utils/adt/formatting.c:1571 utils/adt/formatting.c:1639 +#: utils/adt/formatting.c:1691 utils/adt/formatting.c:1760 +#: utils/adt/formatting.c:1824 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 #: utils/adt/varlena.c:1381 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Utilize a cláusula COLLATE para definir a ordenação explicitamente." -#: catalog/heap.c:1047 catalog/index.c:776 commands/tablecmds.c:2520 +#: catalog/heap.c:1048 catalog/index.c:776 commands/tablecmds.c:2520 #, c-format msgid "relation \"%s\" already exists" msgstr "relação \"%s\" já existe" -#: catalog/heap.c:1063 catalog/pg_type.c:402 catalog/pg_type.c:705 +#: catalog/heap.c:1064 catalog/pg_type.c:402 catalog/pg_type.c:705 #: commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 #: commands/typecmds.c:1306 commands/typecmds.c:2058 #, c-format msgid "type \"%s\" already exists" msgstr "tipo \"%s\" já existe" -#: catalog/heap.c:1064 +#: catalog/heap.c:1065 #, c-format msgid "A relation has an associated type of the same name, so you must use a name that doesn't conflict with any existing type." msgstr "A relação tem um tipo associado com o mesmo nome, então você deve utilizar um nome que não conflite com outro tipo existente." -#: catalog/heap.c:2249 +#: catalog/heap.c:2250 #, c-format msgid "check constraint \"%s\" already exists" msgstr "restrição de verificação \"%s\" já existe" -#: catalog/heap.c:2402 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 +#: catalog/heap.c:2403 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "restrição \"%s\" para relação \"%s\" já existe" -#: catalog/heap.c:2412 +#: catalog/heap.c:2413 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\"" msgstr "restrição \"%s\" conflita com restrição não herdada na relação \"%s\"" -#: catalog/heap.c:2426 +#: catalog/heap.c:2427 #, c-format msgid "merging constraint \"%s\" with inherited definition" msgstr "juntando restrição \"%s\" com definição herdada" -#: catalog/heap.c:2519 +#: catalog/heap.c:2520 #, c-format msgid "cannot use column references in default expression" msgstr "não pode utilizar referência à coluna na expressão padrão" -#: catalog/heap.c:2530 +#: catalog/heap.c:2531 #, c-format msgid "default expression must not return a set" msgstr "expressão padrão não deve retornar um conjunto" -#: catalog/heap.c:2549 rewrite/rewriteHandler.c:1058 +#: catalog/heap.c:2550 rewrite/rewriteHandler.c:1058 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "coluna \"%s\" é do tipo %s mas expressão padrão é do tipo %s" -#: catalog/heap.c:2554 commands/prepare.c:374 parser/parse_node.c:411 +#: catalog/heap.c:2555 commands/prepare.c:374 parser/parse_node.c:411 #: parser/parse_target.c:509 parser/parse_target.c:758 #: parser/parse_target.c:768 rewrite/rewriteHandler.c:1063 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Você precisará reescrever ou converter a expressão." -#: catalog/heap.c:2601 +#: catalog/heap.c:2602 #, c-format msgid "only table \"%s\" can be referenced in check constraint" msgstr "somente a tabela \"%s\" pode ser referenciada na restrição de verificação" -#: catalog/heap.c:2841 +#: catalog/heap.c:2842 #, c-format msgid "unsupported ON COMMIT and foreign key combination" msgstr "combinação ON COMMIT e chave estrangeira não é suportada" -#: catalog/heap.c:2842 +#: catalog/heap.c:2843 #, c-format msgid "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT setting." msgstr "Tabela \"%s\" referencia \"%s\", mas elas não têm a mesma definição de ON COMMIT." -#: catalog/heap.c:2847 +#: catalog/heap.c:2848 #, c-format msgid "cannot truncate a table referenced in a foreign key constraint" msgstr "não pode truncar uma tabela referenciada em uma restrição de chave estrangeira" -#: catalog/heap.c:2848 +#: catalog/heap.c:2849 #, c-format msgid "Table \"%s\" references \"%s\"." msgstr "Tabela \"%s\" referencia \"%s\"." -#: catalog/heap.c:2850 +#: catalog/heap.c:2851 #, c-format msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "Trunque a tabela \"%s\" ao mesmo tempo, ou utilize TRUNCATE ... CASCADE." @@ -2889,7 +3023,7 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "não pode reindexar tabelas temporárias de outras sessões" #: catalog/namespace.c:247 catalog/namespace.c:445 catalog/namespace.c:539 -#: commands/trigger.c:4251 +#: commands/trigger.c:4257 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "referências cruzadas entre bancos de dados não estão implementadas: \"%s.%s.%s\"" @@ -3020,7 +3154,7 @@ msgid "cannot create temporary tables during recovery" msgstr "não pode criar tabelas temporárias durante recuperação" #: catalog/namespace.c:3850 commands/tablespace.c:1100 commands/variable.c:61 -#: replication/syncrep.c:676 utils/misc/guc.c:8397 +#: replication/syncrep.c:677 utils/misc/guc.c:8397 #, c-format msgid "List syntax is invalid." msgstr "Sintaxe de lista é inválida." @@ -3262,97 +3396,97 @@ msgstr "adaptador de dados externos %s" msgid "server %s" msgstr "servidor %s" -#: catalog/objectaddress.c:2047 +#: catalog/objectaddress.c:2050 #, c-format -msgid "user mapping for %s" -msgstr "mapeamento de usuários para %s" +msgid "user mapping for %s on server %s" +msgstr "mapeamento de usuários para %s no servidor %s" -#: catalog/objectaddress.c:2081 +#: catalog/objectaddress.c:2085 #, c-format msgid "default privileges on new relations belonging to role %s" msgstr "privilégios padrão em novas relações pertencem a role %s" -#: catalog/objectaddress.c:2086 +#: catalog/objectaddress.c:2090 #, c-format msgid "default privileges on new sequences belonging to role %s" msgstr "privilégios padrão em novas sequências pertencem a role %s" -#: catalog/objectaddress.c:2091 +#: catalog/objectaddress.c:2095 #, c-format msgid "default privileges on new functions belonging to role %s" msgstr "privilégios padrão em novas funções pertencem a role %s" -#: catalog/objectaddress.c:2096 +#: catalog/objectaddress.c:2100 #, c-format msgid "default privileges on new types belonging to role %s" msgstr "privilégios padrão em novos tipos pertencem a role %s" -#: catalog/objectaddress.c:2102 +#: catalog/objectaddress.c:2106 #, c-format msgid "default privileges belonging to role %s" msgstr "privilégios padrão pertencem a role %s" -#: catalog/objectaddress.c:2110 +#: catalog/objectaddress.c:2114 #, c-format msgid " in schema %s" msgstr " no esquema %s" -#: catalog/objectaddress.c:2127 +#: catalog/objectaddress.c:2131 #, c-format msgid "extension %s" msgstr "extensão %s" -#: catalog/objectaddress.c:2140 +#: catalog/objectaddress.c:2144 #, c-format msgid "event trigger %s" msgstr "gatilho de eventos %s" -#: catalog/objectaddress.c:2200 +#: catalog/objectaddress.c:2204 #, c-format msgid "table %s" msgstr "tabela %s" -#: catalog/objectaddress.c:2204 +#: catalog/objectaddress.c:2208 #, c-format msgid "index %s" msgstr "índice %s" -#: catalog/objectaddress.c:2208 +#: catalog/objectaddress.c:2212 #, c-format msgid "sequence %s" msgstr "sequência %s" -#: catalog/objectaddress.c:2212 +#: catalog/objectaddress.c:2216 #, c-format msgid "toast table %s" msgstr "tabela toast %s" -#: catalog/objectaddress.c:2216 +#: catalog/objectaddress.c:2220 #, c-format msgid "view %s" msgstr "visão %s" -#: catalog/objectaddress.c:2220 +#: catalog/objectaddress.c:2224 #, c-format msgid "materialized view %s" msgstr "visão materializada %s" -#: catalog/objectaddress.c:2224 +#: catalog/objectaddress.c:2228 #, c-format msgid "composite type %s" msgstr "tipo composto %s" -#: catalog/objectaddress.c:2228 +#: catalog/objectaddress.c:2232 #, c-format msgid "foreign table %s" msgstr "tabela externa %s" -#: catalog/objectaddress.c:2233 +#: catalog/objectaddress.c:2237 #, c-format msgid "relation %s" msgstr "relação %s" -#: catalog/objectaddress.c:2270 +#: catalog/objectaddress.c:2274 #, c-format msgid "operator family %s for access method %s" msgstr "família de operadores %s para método de acesso %s" @@ -3899,12 +4033,12 @@ msgstr "analisando \"%s.%s\"" msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s" msgstr "análise automática da tabela \"%s.%s.%s\" uso do sistema: %s" -#: commands/analyze.c:1298 +#: commands/analyze.c:1300 #, c-format msgid "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead rows; %d rows in sample, %.0f estimated total rows" msgstr "\"%s\": processados %d de %u páginas, contendo %.0f registros vigentes e %.0f registros não vigentes; %d registros amostrados, %.0f registros totais estimados" -#: commands/analyze.c:1562 executor/execQual.c:2899 +#: commands/analyze.c:1564 executor/execQual.c:2902 msgid "could not convert row type" msgstr "não pôde converter tipo registro" @@ -4061,12 +4195,12 @@ msgstr "banco de dados \"%s\" não existe" msgid "\"%s\" is not a table, view, materialized view, composite type, or foreign table" msgstr "\"%s\" não é uma tabela, visão, visão materializada, tipo composto ou tabela externa" -#: commands/constraint.c:60 utils/adt/ri_triggers.c:2699 +#: commands/constraint.c:60 utils/adt/ri_triggers.c:2700 #, c-format msgid "function \"%s\" was not called by trigger manager" msgstr "função \"%s\" não foi chamada pelo gerenciador de gatilhos" -#: commands/constraint.c:67 utils/adt/ri_triggers.c:2708 +#: commands/constraint.c:67 utils/adt/ri_triggers.c:2709 #, c-format msgid "function \"%s\" must be fired AFTER ROW" msgstr "função \"%s\" deve ser disparada no AFTER ROW" @@ -4091,461 +4225,461 @@ msgstr "codificação de destino \"%s\" não existe" msgid "encoding conversion function %s must return type \"void\"" msgstr "função de conversão de codificação %s deve retornar tipo \"void\"" -#: commands/copy.c:358 commands/copy.c:370 commands/copy.c:404 -#: commands/copy.c:414 +#: commands/copy.c:359 commands/copy.c:371 commands/copy.c:405 +#: commands/copy.c:417 #, c-format msgid "COPY BINARY is not supported to stdout or from stdin" msgstr "COPY BINARY não é suportado para saída stdout ou da entrada padrão" -#: commands/copy.c:512 +#: commands/copy.c:517 #, c-format msgid "could not write to COPY program: %m" msgstr "não pôde escrever em programa COPY: %m" -#: commands/copy.c:517 +#: commands/copy.c:522 #, c-format msgid "could not write to COPY file: %m" msgstr "não pôde escrever em arquivo COPY: %m" -#: commands/copy.c:530 +#: commands/copy.c:535 #, c-format msgid "connection lost during COPY to stdout" msgstr "conexão perdida durante COPY para saída stdout" -#: commands/copy.c:571 +#: commands/copy.c:576 #, c-format msgid "could not read from COPY file: %m" msgstr "não pôde ler de arquivo COPY: %m" -#: commands/copy.c:587 commands/copy.c:606 commands/copy.c:610 -#: tcop/fastpath.c:293 tcop/postgres.c:351 tcop/postgres.c:387 +#: commands/copy.c:592 commands/copy.c:613 commands/copy.c:617 +#: tcop/postgres.c:353 tcop/postgres.c:389 tcop/postgres.c:416 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "EOF inesperado durante conexão do cliente com uma transação aberta" -#: commands/copy.c:622 +#: commands/copy.c:630 #, c-format msgid "COPY from stdin failed: %s" msgstr "COPY da entrada padrão falhou: %s" -#: commands/copy.c:638 +#: commands/copy.c:646 #, c-format msgid "unexpected message type 0x%02X during COPY from stdin" msgstr "tipo de mensagem inesperada 0x%02X durante COPY da entrada padrão" -#: commands/copy.c:792 +#: commands/copy.c:801 #, c-format msgid "must be superuser to COPY to or from an external program" msgstr "deve ser super-usuário para utilizar COPY para ou de um programa externo" -#: commands/copy.c:793 commands/copy.c:799 +#: commands/copy.c:802 commands/copy.c:808 #, c-format msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone." msgstr "Qualquer um pode utilizar COPY para saída stdout ou da entrada padrão. comando \\copy do psql também funciona para qualquer um." -#: commands/copy.c:798 +#: commands/copy.c:807 #, c-format msgid "must be superuser to COPY to or from a file" msgstr "deve ser super-usuário para utilizar COPY para ou de um arquivo" -#: commands/copy.c:934 +#: commands/copy.c:945 #, c-format msgid "COPY format \"%s\" not recognized" msgstr "formato COPY \"%s\" desconhecido" -#: commands/copy.c:1005 commands/copy.c:1019 commands/copy.c:1039 +#: commands/copy.c:1016 commands/copy.c:1030 commands/copy.c:1050 #, c-format msgid "argument to option \"%s\" must be a list of column names" msgstr "argumento para opção \"%s\" deve ser uma lista de nomes de colunas" -#: commands/copy.c:1052 +#: commands/copy.c:1063 #, c-format msgid "argument to option \"%s\" must be a valid encoding name" msgstr "argumento para opção \"%s\" deve ser um nome de codificação válido" -#: commands/copy.c:1058 +#: commands/copy.c:1069 #, c-format msgid "option \"%s\" not recognized" msgstr "opção \"%s\" desconhecida" -#: commands/copy.c:1069 +#: commands/copy.c:1080 #, c-format msgid "cannot specify DELIMITER in BINARY mode" msgstr "não pode especificar DELIMITER no modo BINARY" -#: commands/copy.c:1074 +#: commands/copy.c:1085 #, c-format msgid "cannot specify NULL in BINARY mode" msgstr "não pode especificar NULL no modo BINARY" -#: commands/copy.c:1096 +#: commands/copy.c:1107 #, c-format msgid "COPY delimiter must be a single one-byte character" msgstr "delimitador do COPY deve ter um único caracter de um byte" -#: commands/copy.c:1103 +#: commands/copy.c:1114 #, c-format msgid "COPY delimiter cannot be newline or carriage return" msgstr "delimitador do COPY não pode ser nova linha ou retorno de carro" -#: commands/copy.c:1109 +#: commands/copy.c:1120 #, c-format msgid "COPY null representation cannot use newline or carriage return" msgstr "representação do nulo do COPY não pode ser nova linha ou retorno de carro" -#: commands/copy.c:1126 +#: commands/copy.c:1137 #, c-format msgid "COPY delimiter cannot be \"%s\"" msgstr "delimitador do COPY não pode ser \"%s\"" -#: commands/copy.c:1132 +#: commands/copy.c:1143 #, c-format msgid "COPY HEADER available only in CSV mode" msgstr "COPY HEADER só está disponível no modo CSV" -#: commands/copy.c:1138 +#: commands/copy.c:1149 #, c-format msgid "COPY quote available only in CSV mode" msgstr "delimitador de dados do COPY só está disponível no modo CSV" -#: commands/copy.c:1143 +#: commands/copy.c:1154 #, c-format msgid "COPY quote must be a single one-byte character" msgstr "delimitador de dados do COPY deve ter um único caracter de um byte" -#: commands/copy.c:1148 +#: commands/copy.c:1159 #, c-format msgid "COPY delimiter and quote must be different" msgstr "delimitador e delimitador de dados do COPY devem ser diferentes" -#: commands/copy.c:1154 +#: commands/copy.c:1165 #, c-format msgid "COPY escape available only in CSV mode" msgstr "escape do COPY só está disponível no modo CSV" -#: commands/copy.c:1159 +#: commands/copy.c:1170 #, c-format msgid "COPY escape must be a single one-byte character" msgstr "escape do COPY deve ter um único caracter de um byte" -#: commands/copy.c:1165 +#: commands/copy.c:1176 #, c-format msgid "COPY force quote available only in CSV mode" msgstr "opção force quote do COPY somente está disponível no modo CSV" -#: commands/copy.c:1169 +#: commands/copy.c:1180 #, c-format msgid "COPY force quote only available using COPY TO" msgstr "opção force quote do COPY somente está disponível ao utilizar COPY TO" -#: commands/copy.c:1175 +#: commands/copy.c:1186 #, c-format msgid "COPY force not null available only in CSV mode" msgstr "opção force not null do COPY somente está disponível no modo CSV" -#: commands/copy.c:1179 +#: commands/copy.c:1190 #, c-format msgid "COPY force not null only available using COPY FROM" msgstr "opção force not null do COPY somente está disponível ao utilizar COPY FROM" -#: commands/copy.c:1185 +#: commands/copy.c:1196 #, c-format msgid "COPY delimiter must not appear in the NULL specification" msgstr "delimitador do COPY não deve aparecer em uma especificação NULL" -#: commands/copy.c:1192 +#: commands/copy.c:1203 #, c-format msgid "CSV quote character must not appear in the NULL specification" msgstr "caracter delimitador de dados do CSV não deve aparecer na especificação NULL" -#: commands/copy.c:1254 +#: commands/copy.c:1265 #, c-format msgid "table \"%s\" does not have OIDs" msgstr "tabela \"%s\" não tem OIDs" -#: commands/copy.c:1271 +#: commands/copy.c:1282 #, c-format msgid "COPY (SELECT) WITH OIDS is not supported" msgstr "COPY (SELECT) WITH OIDS não é mais suportado" -#: commands/copy.c:1297 +#: commands/copy.c:1308 #, c-format msgid "COPY (SELECT INTO) is not supported" msgstr "COPY (SELECT INTO) não é suportado" -#: commands/copy.c:1360 +#: commands/copy.c:1371 #, c-format msgid "FORCE QUOTE column \"%s\" not referenced by COPY" msgstr "coluna do tipo FORCE QUOTE \"%s\" não é referenciada pelo COPY" -#: commands/copy.c:1382 +#: commands/copy.c:1393 #, c-format msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "coluna do tipo FORCE NOT NULL \"%s\" não é referenciada pelo COPY" -#: commands/copy.c:1446 +#: commands/copy.c:1457 #, c-format msgid "could not close pipe to external command: %m" msgstr "não pôde fechar pipe para comando externo: %m" -#: commands/copy.c:1449 +#: commands/copy.c:1460 #, c-format msgid "program \"%s\" failed" msgstr "programa \"%s\" falhou" -#: commands/copy.c:1498 +#: commands/copy.c:1509 #, c-format msgid "cannot copy from view \"%s\"" msgstr "não pode copiar visão \"%s\"" -#: commands/copy.c:1500 commands/copy.c:1506 commands/copy.c:1512 +#: commands/copy.c:1511 commands/copy.c:1517 commands/copy.c:1523 #, c-format msgid "Try the COPY (SELECT ...) TO variant." msgstr "Tente a variante COPY (SELECT ...) TO." -#: commands/copy.c:1504 +#: commands/copy.c:1515 #, c-format msgid "cannot copy from materialized view \"%s\"" msgstr "não pode copiar visão materializada \"%s\"" -#: commands/copy.c:1510 +#: commands/copy.c:1521 #, c-format msgid "cannot copy from foreign table \"%s\"" msgstr "não pode copiar tabela externa \"%s\"" -#: commands/copy.c:1516 +#: commands/copy.c:1527 #, c-format msgid "cannot copy from sequence \"%s\"" msgstr "não pode copiar sequência \"%s\"" -#: commands/copy.c:1521 +#: commands/copy.c:1532 #, c-format msgid "cannot copy from non-table relation \"%s\"" msgstr "não pode copiar relação \"%s\" que não é uma tabela" -#: commands/copy.c:1544 commands/copy.c:2549 +#: commands/copy.c:1555 commands/copy.c:2568 #, c-format msgid "could not execute command \"%s\": %m" msgstr "não pôde executar comando \"%s\": %m" -#: commands/copy.c:1559 +#: commands/copy.c:1570 #, c-format msgid "relative path not allowed for COPY to file" msgstr "caminho relativo não é permitido pelo COPY para arquivo" -#: commands/copy.c:1567 +#: commands/copy.c:1578 #, c-format msgid "could not open file \"%s\" for writing: %m" msgstr "não pôde abrir arquivo \"%s\" para escrita: %m" -#: commands/copy.c:1574 commands/copy.c:2567 +#: commands/copy.c:1585 commands/copy.c:2586 #, c-format msgid "\"%s\" is a directory" msgstr "\"%s\" é um diretório" -#: commands/copy.c:1899 +#: commands/copy.c:1910 #, c-format msgid "COPY %s, line %d, column %s" msgstr "COPY %s, linha %d, coluna %s" -#: commands/copy.c:1903 commands/copy.c:1950 +#: commands/copy.c:1914 commands/copy.c:1961 #, c-format msgid "COPY %s, line %d" msgstr "COPY %s, linha %d" -#: commands/copy.c:1914 +#: commands/copy.c:1925 #, c-format msgid "COPY %s, line %d, column %s: \"%s\"" msgstr "COPY %s, linha %d, coluna %s: \"%s\"" -#: commands/copy.c:1922 +#: commands/copy.c:1933 #, c-format msgid "COPY %s, line %d, column %s: null input" msgstr "COPY %s, linha %d, coluna %s: entrada nula" -#: commands/copy.c:1944 +#: commands/copy.c:1955 #, c-format msgid "COPY %s, line %d: \"%s\"" msgstr "COPY %s, linha %d: \"%s\"" -#: commands/copy.c:2028 +#: commands/copy.c:2039 #, c-format msgid "cannot copy to view \"%s\"" msgstr "não pode copiar para visão \"%s\"" -#: commands/copy.c:2033 +#: commands/copy.c:2044 #, c-format msgid "cannot copy to materialized view \"%s\"" msgstr "não pode copiar para visão materializada \"%s\"" -#: commands/copy.c:2038 +#: commands/copy.c:2049 #, c-format msgid "cannot copy to foreign table \"%s\"" msgstr "não pode copiar para tabela externa \"%s\"" -#: commands/copy.c:2043 +#: commands/copy.c:2054 #, c-format msgid "cannot copy to sequence \"%s\"" msgstr "não pode copiar para sequência \"%s\"" -#: commands/copy.c:2048 +#: commands/copy.c:2059 #, c-format msgid "cannot copy to non-table relation \"%s\"" msgstr "não pode copiar para relação \"%s\" que não é uma tabela" -#: commands/copy.c:2111 +#: commands/copy.c:2122 #, c-format msgid "cannot perform FREEZE because of prior transaction activity" msgstr "não pode executar FREEZE por causa de atividade anterior na transação" -#: commands/copy.c:2117 +#: commands/copy.c:2128 #, c-format msgid "cannot perform FREEZE because the table was not created or truncated in the current subtransaction" msgstr "não pode executar FREEZE porque a tabela não foi criada ou truncada na subtransação atual" -#: commands/copy.c:2560 utils/adt/genfile.c:123 +#: commands/copy.c:2579 utils/adt/genfile.c:123 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "não pôde abrir arquivo \"%s\" para leitura: %m" -#: commands/copy.c:2587 +#: commands/copy.c:2606 #, c-format msgid "COPY file signature not recognized" msgstr "assinatura de arquivo COPY desconhecida" -#: commands/copy.c:2592 +#: commands/copy.c:2611 #, c-format msgid "invalid COPY file header (missing flags)" msgstr "cabeçalho de arquivo COPY é inválido (faltando marcações)" -#: commands/copy.c:2598 +#: commands/copy.c:2617 #, c-format msgid "unrecognized critical flags in COPY file header" msgstr "marcações críticas desconhecidas no cabeçalho do arquivo COPY" -#: commands/copy.c:2604 +#: commands/copy.c:2623 #, c-format msgid "invalid COPY file header (missing length)" msgstr "cabeçalho de arquivo COPY é inválido (faltando tamanho)" -#: commands/copy.c:2611 +#: commands/copy.c:2630 #, c-format msgid "invalid COPY file header (wrong length)" msgstr "cabeçalho de arquivo COPY é inválido (tamanho incorreto)" -#: commands/copy.c:2744 commands/copy.c:3434 commands/copy.c:3664 +#: commands/copy.c:2763 commands/copy.c:3453 commands/copy.c:3683 #, c-format msgid "extra data after last expected column" msgstr "dado extra após última coluna esperada" -#: commands/copy.c:2754 +#: commands/copy.c:2773 #, c-format msgid "missing data for OID column" msgstr "faltando dados da coluna OID" -#: commands/copy.c:2760 +#: commands/copy.c:2779 #, c-format msgid "null OID in COPY data" msgstr "OID nulo em dados do COPY" -#: commands/copy.c:2770 commands/copy.c:2876 +#: commands/copy.c:2789 commands/copy.c:2895 #, c-format msgid "invalid OID in COPY data" msgstr "OID inválido em dados do COPY" -#: commands/copy.c:2785 +#: commands/copy.c:2804 #, c-format msgid "missing data for column \"%s\"" msgstr "faltando dados da coluna \"%s\"" -#: commands/copy.c:2851 +#: commands/copy.c:2870 #, c-format msgid "received copy data after EOF marker" msgstr "dados do COPY recebidos após marcador EOF" -#: commands/copy.c:2858 +#: commands/copy.c:2877 #, c-format msgid "row field count is %d, expected %d" msgstr "quantidade de campos do registro é %d, esperado %d" -#: commands/copy.c:3198 commands/copy.c:3215 +#: commands/copy.c:3217 commands/copy.c:3234 #, c-format msgid "literal carriage return found in data" msgstr "retorno de carro foi encontrado em dados" -#: commands/copy.c:3199 commands/copy.c:3216 +#: commands/copy.c:3218 commands/copy.c:3235 #, c-format msgid "unquoted carriage return found in data" msgstr "retorno de carros sem aspas foi encontrado em dados" -#: commands/copy.c:3201 commands/copy.c:3218 +#: commands/copy.c:3220 commands/copy.c:3237 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Utilize \"\\r\" para representar retorno de carro." -#: commands/copy.c:3202 commands/copy.c:3219 +#: commands/copy.c:3221 commands/copy.c:3238 #, c-format msgid "Use quoted CSV field to represent carriage return." msgstr "Utilize campo entre aspas do CSV para representar retorno de carro." -#: commands/copy.c:3231 +#: commands/copy.c:3250 #, c-format msgid "literal newline found in data" msgstr "nova linha foi encontrada em dados" -#: commands/copy.c:3232 +#: commands/copy.c:3251 #, c-format msgid "unquoted newline found in data" msgstr "nova linha sem aspas foi encontrada em dados" -#: commands/copy.c:3234 +#: commands/copy.c:3253 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Utilize \"\\n\" para representar nova linha." -#: commands/copy.c:3235 +#: commands/copy.c:3254 #, c-format msgid "Use quoted CSV field to represent newline." msgstr "Utilize campo entre aspas do CSV para representar nova linha." -#: commands/copy.c:3281 commands/copy.c:3317 +#: commands/copy.c:3300 commands/copy.c:3336 #, c-format msgid "end-of-copy marker does not match previous newline style" msgstr "marcador de fim-de-cópia não corresponde com estilo de nova linha anterior" -#: commands/copy.c:3290 commands/copy.c:3306 +#: commands/copy.c:3309 commands/copy.c:3325 #, c-format msgid "end-of-copy marker corrupt" msgstr "marcador de fim-de-cópia corrompido" -#: commands/copy.c:3748 +#: commands/copy.c:3767 #, c-format msgid "unterminated CSV quoted field" msgstr "campo entre aspas do CSV não foi terminado" -#: commands/copy.c:3825 commands/copy.c:3844 +#: commands/copy.c:3844 commands/copy.c:3863 #, c-format msgid "unexpected EOF in COPY data" msgstr "EOF inesperado em dados do COPY" -#: commands/copy.c:3834 +#: commands/copy.c:3853 #, c-format msgid "invalid field size" msgstr "tamanho de campo é inválido" -#: commands/copy.c:3857 +#: commands/copy.c:3876 #, c-format msgid "incorrect binary data format" msgstr "formato de dado binário incorreto" -#: commands/copy.c:4168 commands/indexcmds.c:1012 commands/tablecmds.c:1402 +#: commands/copy.c:4187 commands/indexcmds.c:1012 commands/tablecmds.c:1402 #: commands/tablecmds.c:2211 parser/parse_relation.c:2652 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "coluna \"%s\" não existe" -#: commands/copy.c:4175 commands/tablecmds.c:1428 commands/trigger.c:619 +#: commands/copy.c:4194 commands/tablecmds.c:1428 commands/trigger.c:625 #: parser/parse_target.c:936 parser/parse_target.c:947 #, c-format msgid "column \"%s\" specified more than once" @@ -4971,9 +5105,9 @@ msgstr "%s só pode ser chamada na função de gatilho do evento sql_drop" #: commands/event_trigger.c:1226 commands/extension.c:1650 #: commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 -#: executor/execQual.c:1740 executor/execQual.c:1765 executor/execQual.c:2140 -#: executor/execQual.c:5303 executor/functions.c:1018 foreign/foreign.c:421 -#: replication/walsender.c:1909 utils/adt/jsonfuncs.c:924 +#: executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143 +#: executor/execQual.c:5306 executor/functions.c:1018 foreign/foreign.c:421 +#: replication/walsender.c:1898 utils/adt/jsonfuncs.c:924 #: utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 #: utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:986 #, c-format @@ -4982,28 +5116,28 @@ msgstr "função que tem argumento do tipo conjunto foi chamada em um contexto q #: commands/event_trigger.c:1230 commands/extension.c:1654 #: commands/extension.c:1763 commands/extension.c:1956 commands/prepare.c:706 -#: foreign/foreign.c:426 replication/walsender.c:1913 +#: foreign/foreign.c:426 replication/walsender.c:1902 #: utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "modo de materialização é requerido, mas ele não é permitido neste contexto" -#: commands/explain.c:163 +#: commands/explain.c:167 #, c-format msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\"" msgstr "valor desconhecido para opção EXPLAIN \"%s\": \"%s\"" -#: commands/explain.c:169 +#: commands/explain.c:173 #, c-format msgid "unrecognized EXPLAIN option \"%s\"" msgstr "opção EXPLAIN desconhecida \"%s\"" -#: commands/explain.c:176 +#: commands/explain.c:180 #, c-format msgid "EXPLAIN option BUFFERS requires ANALYZE" msgstr "opção BUFFERS do EXPLAIN requer ANALYZE" -#: commands/explain.c:185 +#: commands/explain.c:189 #, c-format msgid "EXPLAIN option TIMING requires ANALYZE" msgstr "opção TIMING do EXPLAIN requer ANALYZE" @@ -5935,7 +6069,7 @@ msgid "invalid cursor name: must not be empty" msgstr "nome do cursor é inválido: não deve ser vazio" #: commands/portalcmds.c:168 commands/portalcmds.c:222 -#: executor/execCurrent.c:67 utils/adt/xml.c:2395 utils/adt/xml.c:2562 +#: executor/execCurrent.c:67 utils/adt/xml.c:2396 utils/adt/xml.c:2563 #, c-format msgid "cursor \"%s\" does not exist" msgstr "cursor \"%s\" não existe" @@ -5955,7 +6089,7 @@ msgstr "não pôde reposicionar cursor aberto" msgid "invalid statement name: must not be empty" msgstr "nome de comando é inválido: não deve ser vazio" -#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1299 +#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1326 #, c-format msgid "could not determine data type of parameter $%d" msgstr "não pôde determinar o tipo de dado do parâmetro $%d" @@ -6060,98 +6194,98 @@ msgstr "deve especificar fornecedor quando múltiplos fornecedores de rótulo de msgid "security label provider \"%s\" is not loaded" msgstr "fornecedor de rótulo de segurança \"%s\" não foi carregado" -#: commands/sequence.c:127 +#: commands/sequence.c:128 #, c-format msgid "unlogged sequences are not supported" msgstr "sequências unlogged não são suportadas" -#: commands/sequence.c:425 commands/tablecmds.c:2292 commands/tablecmds.c:2471 +#: commands/sequence.c:430 commands/tablecmds.c:2292 commands/tablecmds.c:2471 #: commands/tablecmds.c:9944 tcop/utility.c:999 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "relação \"%s\" não existe, ignorando" -#: commands/sequence.c:643 +#: commands/sequence.c:652 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "nextval: valor máximo da sequência \"%s\" foi alcançado (%s)" -#: commands/sequence.c:666 +#: commands/sequence.c:675 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "nextval: valor mínimo da sequência \"%s\" foi alcançado (%s)" -#: commands/sequence.c:779 +#: commands/sequence.c:798 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "valor atual da sequência \"%s\" ainda não foi definido nesta sessão" -#: commands/sequence.c:798 commands/sequence.c:804 +#: commands/sequence.c:817 commands/sequence.c:823 #, c-format msgid "lastval is not yet defined in this session" msgstr "lastval ainda não foi definido nesta sessão" -#: commands/sequence.c:873 +#: commands/sequence.c:892 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "setval: valor %s está fora do intervalo da sequência \"%s\" (%s..%s)" -#: commands/sequence.c:1242 +#: commands/sequence.c:1265 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT não deve ser zero" -#: commands/sequence.c:1298 +#: commands/sequence.c:1321 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) deve ser menor do que MAXVALUE (%s)" -#: commands/sequence.c:1323 +#: commands/sequence.c:1346 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "valor de START (%s) não pode ser menor do que MINVALUE (%s)" -#: commands/sequence.c:1335 +#: commands/sequence.c:1358 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "valor de START (%s) não pode ser maior do que MAXVALUE (%s)" -#: commands/sequence.c:1365 +#: commands/sequence.c:1388 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "valor de RESTART (%s) não pode ser menor do que MINVALUE (%s)" -#: commands/sequence.c:1377 +#: commands/sequence.c:1400 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "valor de RESTART (%s) não pode ser maior do que MAXVALUE (%s)" -#: commands/sequence.c:1392 +#: commands/sequence.c:1415 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "CACHE (%s) deve ser maior do que zero" -#: commands/sequence.c:1424 +#: commands/sequence.c:1447 #, c-format msgid "invalid OWNED BY option" msgstr "opção de OWNED BY é inválida" -#: commands/sequence.c:1425 +#: commands/sequence.c:1448 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Especifique OWNED BY tabela.coluna ou OWNED BY NONE." -#: commands/sequence.c:1448 +#: commands/sequence.c:1471 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "relação referenciada \"%s\" não é uma tabela ou uma tabela externa" -#: commands/sequence.c:1455 +#: commands/sequence.c:1478 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "sequência deve ter mesmo dono da tabela que ela está ligada" -#: commands/sequence.c:1459 +#: commands/sequence.c:1482 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "sequência deve estar no mesmo esquema da tabela que ela está ligada" @@ -6280,8 +6414,8 @@ msgstr "DROP INDEX CONCURRENTLY não suporta CASCADE" #: commands/tablecmds.c:913 commands/tablecmds.c:1251 #: commands/tablecmds.c:2107 commands/tablecmds.c:3998 #: commands/tablecmds.c:5827 commands/tablecmds.c:10489 -#: commands/tablecmds.c:10524 commands/trigger.c:207 commands/trigger.c:1092 -#: commands/trigger.c:1198 rewrite/rewriteDefine.c:274 +#: commands/tablecmds.c:10524 commands/trigger.c:213 commands/trigger.c:1098 +#: commands/trigger.c:1204 rewrite/rewriteDefine.c:274 #: rewrite/rewriteDefine.c:890 #, c-format msgid "permission denied: \"%s\" is a system catalog" @@ -6475,8 +6609,8 @@ msgstr "coluna \"%s\" contém valores nulos" msgid "check constraint \"%s\" is violated by some row" msgstr "restrição de verificação \"%s\" foi violada por algum registro" -#: commands/tablecmds.c:4019 commands/trigger.c:201 commands/trigger.c:1086 -#: commands/trigger.c:1190 rewrite/rewriteDefine.c:268 +#: commands/tablecmds.c:4019 commands/trigger.c:207 commands/trigger.c:1092 +#: commands/trigger.c:1196 rewrite/rewriteDefine.c:268 #: rewrite/rewriteDefine.c:885 #, c-format msgid "\"%s\" is not a table or view" @@ -7024,7 +7158,7 @@ msgid "tablespace \"%s\" already exists" msgstr "tablespace \"%s\" já existe" #: commands/tablespace.c:372 commands/tablespace.c:530 -#: replication/basebackup.c:179 replication/basebackup.c:943 +#: replication/basebackup.c:179 replication/basebackup.c:967 #: utils/adt/misc.c:372 #, c-format msgid "tablespaces are not supported on this platform" @@ -7084,8 +7218,8 @@ msgid "could not create symbolic link \"%s\": %m" msgstr "não pôde criar link simbólico \"%s\": %m" #: commands/tablespace.c:707 commands/tablespace.c:717 -#: postmaster/postmaster.c:1314 replication/basebackup.c:282 -#: replication/basebackup.c:578 storage/file/copydir.c:53 +#: postmaster/postmaster.c:1335 replication/basebackup.c:282 +#: replication/basebackup.c:593 storage/file/copydir.c:53 #: storage/file/copydir.c:96 storage/file/fd.c:1952 utils/adt/genfile.c:354 #: utils/adt/misc.c:272 utils/misc/tzparser.c:339 #, c-format @@ -7107,154 +7241,154 @@ msgstr "diretórios para tablespace %u não puderam ser removidos" msgid "You can remove the directories manually if necessary." msgstr "Você pode remover os diretórios manualmente se necessário." -#: commands/trigger.c:174 +#: commands/trigger.c:180 #, c-format msgid "\"%s\" is a table" msgstr "\"%s\" é uma tabela" -#: commands/trigger.c:176 +#: commands/trigger.c:182 #, c-format msgid "Tables cannot have INSTEAD OF triggers." msgstr "Tabelas não podem ter gatilhos INSTEAD OF." -#: commands/trigger.c:187 commands/trigger.c:194 +#: commands/trigger.c:193 commands/trigger.c:200 #, c-format msgid "\"%s\" is a view" msgstr "\"%s\" é uma visão" -#: commands/trigger.c:189 +#: commands/trigger.c:195 #, c-format msgid "Views cannot have row-level BEFORE or AFTER triggers." msgstr "Visões não podem ter gatilhos BEFORE ou AFTER a nível de registro." -#: commands/trigger.c:196 +#: commands/trigger.c:202 #, c-format msgid "Views cannot have TRUNCATE triggers." msgstr "Visões não podem ter gatilhos TRUNCATE." -#: commands/trigger.c:259 +#: commands/trigger.c:265 #, c-format msgid "TRUNCATE FOR EACH ROW triggers are not supported" msgstr "gatilhos TRUNCATE FOR EACH ROW não são suportados" -#: commands/trigger.c:267 +#: commands/trigger.c:273 #, c-format msgid "INSTEAD OF triggers must be FOR EACH ROW" msgstr "gatilhos INSTEAD OF devem ser FOR EACH ROW" -#: commands/trigger.c:271 +#: commands/trigger.c:277 #, c-format msgid "INSTEAD OF triggers cannot have WHEN conditions" msgstr "gatilhos INSTEAD OF não podem ter condições WHEN" -#: commands/trigger.c:275 +#: commands/trigger.c:281 #, c-format msgid "INSTEAD OF triggers cannot have column lists" msgstr "gatilhos INSTEAD OF não podem ter listas de colunas" -#: commands/trigger.c:334 commands/trigger.c:347 +#: commands/trigger.c:340 commands/trigger.c:353 #, c-format msgid "statement trigger's WHEN condition cannot reference column values" msgstr "condição WHEN de gatilho de comando não pode referenciar valores de coluna" -#: commands/trigger.c:339 +#: commands/trigger.c:345 #, c-format msgid "INSERT trigger's WHEN condition cannot reference OLD values" msgstr "condição WHEN de gatilho INSERT não pode referenciar valores OLD" -#: commands/trigger.c:352 +#: commands/trigger.c:358 #, c-format msgid "DELETE trigger's WHEN condition cannot reference NEW values" msgstr "condição WHEN de gatilho DELETE não pode referenciar valores NEW" -#: commands/trigger.c:357 +#: commands/trigger.c:363 #, c-format msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns" msgstr "condição WHEN de gatilho BEFORE não pode referenciar colunas de sistema NEW" -#: commands/trigger.c:402 +#: commands/trigger.c:408 #, c-format msgid "changing return type of function %s from \"opaque\" to \"trigger\"" msgstr "alterando tipo retornado pela função %s de \"opaque\" para \"trigger\"" -#: commands/trigger.c:409 +#: commands/trigger.c:415 #, c-format msgid "function %s must return type \"trigger\"" msgstr "função %s deve retornar tipo \"trigger\"" -#: commands/trigger.c:521 commands/trigger.c:1267 +#: commands/trigger.c:527 commands/trigger.c:1273 #, c-format msgid "trigger \"%s\" for relation \"%s\" already exists" msgstr "gatilho \"%s\" para relação \"%s\" já existe" -#: commands/trigger.c:806 +#: commands/trigger.c:812 msgid "Found referenced table's UPDATE trigger." msgstr "Encontrado gatilho de UPDATE na tabela referenciada." -#: commands/trigger.c:807 +#: commands/trigger.c:813 msgid "Found referenced table's DELETE trigger." msgstr "Encontrado gatilho de DELETE na tabela referenciada." -#: commands/trigger.c:808 +#: commands/trigger.c:814 msgid "Found referencing table's trigger." msgstr "Encontrado gatilho na tabela referenciada." -#: commands/trigger.c:917 commands/trigger.c:933 +#: commands/trigger.c:923 commands/trigger.c:939 #, c-format msgid "ignoring incomplete trigger group for constraint \"%s\" %s" msgstr "ignorando grupo de gatilhos incompletos para restrição \"%s\" %s" -#: commands/trigger.c:945 +#: commands/trigger.c:951 #, c-format msgid "converting trigger group into constraint \"%s\" %s" msgstr "convertendo grupo de gatilhos na restrição \"%s\" %s" -#: commands/trigger.c:1157 commands/trigger.c:1315 commands/trigger.c:1431 +#: commands/trigger.c:1163 commands/trigger.c:1321 commands/trigger.c:1437 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "gatilho \"%s\" na tabela \"%s\" não existe" -#: commands/trigger.c:1396 +#: commands/trigger.c:1402 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "permissão negada: \"%s\" é um gatilho do sistema" -#: commands/trigger.c:1892 +#: commands/trigger.c:1898 #, c-format msgid "trigger function %u returned null value" msgstr "função de gatilho %u retornou valor nulo" -#: commands/trigger.c:1951 commands/trigger.c:2150 commands/trigger.c:2338 -#: commands/trigger.c:2597 +#: commands/trigger.c:1957 commands/trigger.c:2156 commands/trigger.c:2344 +#: commands/trigger.c:2603 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "gatilho BEFORE STATEMENT não pode retornar um valor" -#: commands/trigger.c:2659 executor/nodeModifyTable.c:428 +#: commands/trigger.c:2665 executor/nodeModifyTable.c:428 #: executor/nodeModifyTable.c:709 #, c-format msgid "tuple to be updated was already modified by an operation triggered by the current command" msgstr "tupla a ser atualizada já foi modificada por uma operação disparada pelo comando atual" -#: commands/trigger.c:2660 executor/nodeModifyTable.c:429 +#: commands/trigger.c:2666 executor/nodeModifyTable.c:429 #: executor/nodeModifyTable.c:710 #, c-format msgid "Consider using an AFTER trigger instead of a BEFORE trigger to propagate changes to other rows." msgstr "Considere utilizar um gatilho AFTER ao invés de um gatilho BEFORE para propagar alterações para outros registros." -#: commands/trigger.c:2674 executor/execMain.c:1999 +#: commands/trigger.c:2680 executor/execMain.c:2101 #: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441 #: executor/nodeModifyTable.c:722 #, c-format msgid "could not serialize access due to concurrent update" msgstr "não pôde serializar acesso devido a uma atualização concorrente" -#: commands/trigger.c:4303 +#: commands/trigger.c:4309 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "restrição \"%s\" não é postergável" -#: commands/trigger.c:4326 +#: commands/trigger.c:4332 #, c-format msgid "constraint \"%s\" does not exist" msgstr "restrição \"%s\" não existe" @@ -7762,57 +7896,57 @@ msgstr "role \"%s\" já é um membro da role \"%s\"" msgid "role \"%s\" is not a member of role \"%s\"" msgstr "role \"%s\" não é um membro da role \"%s\"" -#: commands/vacuum.c:468 +#: commands/vacuum.c:479 #, c-format msgid "oldest xmin is far in the past" msgstr "xmin mais velho é muito antigo" -#: commands/vacuum.c:469 +#: commands/vacuum.c:480 #, c-format msgid "Close open transactions soon to avoid wraparound problems." msgstr "Feche transações abertas imediatamente para evitar problemas de reinício." -#: commands/vacuum.c:501 +#: commands/vacuum.c:519 #, c-format msgid "oldest multixact is far in the past" msgstr "multixact mais velho é muito antigo" -#: commands/vacuum.c:502 +#: commands/vacuum.c:520 #, c-format msgid "Close open transactions with multixacts soon to avoid wraparound problems." msgstr "Feche transações abertas com multixacts imediatamente para evitar problemas de reinício." -#: commands/vacuum.c:1064 +#: commands/vacuum.c:1082 #, c-format msgid "some databases have not been vacuumed in over 2 billion transactions" msgstr "alguns bancos de dados não foram limpos a mais de 2 bilhões de transações" -#: commands/vacuum.c:1065 +#: commands/vacuum.c:1083 #, c-format msgid "You might have already suffered transaction-wraparound data loss." msgstr "Você já pode ter sofrido problemas de perda de dados devido a reciclagem de transações." -#: commands/vacuum.c:1182 +#: commands/vacuum.c:1200 #, c-format msgid "skipping vacuum of \"%s\" --- lock not available" msgstr "ignorando limpeza de \"%s\" --- bloqueio não está disponível" -#: commands/vacuum.c:1208 +#: commands/vacuum.c:1226 #, c-format msgid "skipping \"%s\" --- only superuser can vacuum it" msgstr "ignorando \"%s\" --- somente super-usuário pode limpá-la(o)" -#: commands/vacuum.c:1212 +#: commands/vacuum.c:1230 #, c-format msgid "skipping \"%s\" --- only superuser or database owner can vacuum it" msgstr "ignorando \"%s\" --- somente super-usuário ou dono de banco de dados pode limpá-la(o)" -#: commands/vacuum.c:1216 +#: commands/vacuum.c:1234 #, c-format msgid "skipping \"%s\" --- only table or database owner can vacuum it" msgstr "ignorando \"%s\" --- somente dono de tabela ou de banco de dados pode limpá-la(o)" -#: commands/vacuum.c:1234 +#: commands/vacuum.c:1252 #, c-format msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" msgstr "ignorando \"%s\" --- não pode limpar objetos que não são tabelas ou tabelas especiais do sistema" @@ -8084,142 +8218,142 @@ msgstr "cursor \"%s\" não está posicionado em um registro" msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\"" msgstr "cursor \"%s\" não é simplesmente uma busca atualizável da tabela \"%s\"" -#: executor/execCurrent.c:231 executor/execQual.c:1161 +#: executor/execCurrent.c:231 executor/execQual.c:1164 #, c-format msgid "type of parameter %d (%s) does not match that when preparing the plan (%s)" msgstr "tipo de parâmetro %d (%s) não corresponde aquele ao preparar o plano (%s)" -#: executor/execCurrent.c:243 executor/execQual.c:1173 +#: executor/execCurrent.c:243 executor/execQual.c:1176 #, c-format msgid "no value found for parameter %d" msgstr "nenhum valor encontrado para parâmetro %d" -#: executor/execMain.c:954 +#: executor/execMain.c:969 #, c-format msgid "cannot change sequence \"%s\"" msgstr "não pode mudar sequência \"%s\"" -#: executor/execMain.c:960 +#: executor/execMain.c:975 #, c-format msgid "cannot change TOAST relation \"%s\"" msgstr "não pode mudar relação TOAST \"%s\"" -#: executor/execMain.c:978 rewrite/rewriteHandler.c:2346 +#: executor/execMain.c:993 rewrite/rewriteHandler.c:2346 #, c-format msgid "cannot insert into view \"%s\"" msgstr "não pode inserir na visão \"%s\"" -#: executor/execMain.c:980 rewrite/rewriteHandler.c:2349 +#: executor/execMain.c:995 rewrite/rewriteHandler.c:2349 #, c-format msgid "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or an unconditional ON INSERT DO INSTEAD rule." msgstr "Para habilitar a inserção em uma visão, forneça um gatilho INSTEAD OF INSERT ou uma regra incondicional ON INSERT DO INSTEAD." -#: executor/execMain.c:986 rewrite/rewriteHandler.c:2354 +#: executor/execMain.c:1001 rewrite/rewriteHandler.c:2354 #, c-format msgid "cannot update view \"%s\"" msgstr "não pode atualizar visão \"%s\"" -#: executor/execMain.c:988 rewrite/rewriteHandler.c:2357 +#: executor/execMain.c:1003 rewrite/rewriteHandler.c:2357 #, c-format msgid "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an unconditional ON UPDATE DO INSTEAD rule." msgstr "Para habilitar a atualização em uma visão, forneça um gatilho INSTEAD OF UPDATE ou uma regra incondicional ON UPDATE DO INSTEAD." -#: executor/execMain.c:994 rewrite/rewriteHandler.c:2362 +#: executor/execMain.c:1009 rewrite/rewriteHandler.c:2362 #, c-format msgid "cannot delete from view \"%s\"" msgstr "não pode excluir da visão \"%s\"" -#: executor/execMain.c:996 rewrite/rewriteHandler.c:2365 +#: executor/execMain.c:1011 rewrite/rewriteHandler.c:2365 #, c-format msgid "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an unconditional ON DELETE DO INSTEAD rule." msgstr "Para habilitar a exclusão em uma visão, forneça um gatilho INSTEAD OF DELETE ou uma regra incondicional ON DELETE DO INSTEAD." -#: executor/execMain.c:1006 +#: executor/execMain.c:1021 #, c-format msgid "cannot change materialized view \"%s\"" msgstr "não pode mudar visão materializada \"%s\"" -#: executor/execMain.c:1018 +#: executor/execMain.c:1033 #, c-format msgid "cannot insert into foreign table \"%s\"" msgstr "não pode inserir em tabela externa \"%s\"" -#: executor/execMain.c:1024 +#: executor/execMain.c:1039 #, c-format msgid "foreign table \"%s\" does not allow inserts" msgstr "tabela externa \"%s\" não permite inserções" -#: executor/execMain.c:1031 +#: executor/execMain.c:1046 #, c-format msgid "cannot update foreign table \"%s\"" msgstr "não pode atualizar tabela externa \"%s\"" -#: executor/execMain.c:1037 +#: executor/execMain.c:1052 #, c-format msgid "foreign table \"%s\" does not allow updates" msgstr "tabela externa \"%s\" não permite atualizações" -#: executor/execMain.c:1044 +#: executor/execMain.c:1059 #, c-format msgid "cannot delete from foreign table \"%s\"" msgstr "não pode excluir da tabela externa \"%s\"" -#: executor/execMain.c:1050 +#: executor/execMain.c:1065 #, c-format msgid "foreign table \"%s\" does not allow deletes" msgstr "tabela externa \"%s\" não permite exclusões" -#: executor/execMain.c:1061 +#: executor/execMain.c:1076 #, c-format msgid "cannot change relation \"%s\"" msgstr "não pode mudar relação \"%s\"" -#: executor/execMain.c:1085 +#: executor/execMain.c:1100 #, c-format msgid "cannot lock rows in sequence \"%s\"" msgstr "não pode bloquear registros na sequência \"%s\"" -#: executor/execMain.c:1092 +#: executor/execMain.c:1107 #, c-format msgid "cannot lock rows in TOAST relation \"%s\"" msgstr "não pode bloquear registros na relação TOAST \"%s\"" -#: executor/execMain.c:1099 +#: executor/execMain.c:1114 #, c-format msgid "cannot lock rows in view \"%s\"" msgstr "não pode bloquear registros na visão \"%s\"" -#: executor/execMain.c:1107 +#: executor/execMain.c:1122 #, c-format msgid "cannot lock rows in materialized view \"%s\"" msgstr "não pode bloquear registros na visão materializada \"%s\"" -#: executor/execMain.c:1114 +#: executor/execMain.c:1129 #, c-format msgid "cannot lock rows in foreign table \"%s\"" msgstr "não pode bloquear registros na tabela externa \"%s\"" -#: executor/execMain.c:1120 +#: executor/execMain.c:1135 #, c-format msgid "cannot lock rows in relation \"%s\"" msgstr "não pôde bloquear registros na relação \"%s\"" -#: executor/execMain.c:1605 +#: executor/execMain.c:1631 #, c-format msgid "null value in column \"%s\" violates not-null constraint" msgstr "valor nulo na coluna \"%s\" viola a restrição não-nula" -#: executor/execMain.c:1607 executor/execMain.c:1624 +#: executor/execMain.c:1633 executor/execMain.c:1658 #, c-format msgid "Failing row contains %s." msgstr "Registro que falhou contém %s." -#: executor/execMain.c:1622 +#: executor/execMain.c:1656 #, c-format msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "novo registro da relação \"%s\" viola restrição de verificação \"%s\"" -#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3152 +#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3155 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 #: utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 #: utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945 @@ -8232,17 +8366,17 @@ msgstr "número de dimensões da matriz (%d) excede o máximo permitido (%d)" msgid "array subscript in assignment must not be null" msgstr "índice da matriz em atribuição não deve ser nulo" -#: executor/execQual.c:642 executor/execQual.c:4073 +#: executor/execQual.c:642 executor/execQual.c:4076 #, c-format msgid "attribute %d has wrong type" msgstr "atributo %d tem tipo incorreto" -#: executor/execQual.c:643 executor/execQual.c:4074 +#: executor/execQual.c:643 executor/execQual.c:4077 #, c-format msgid "Table has type %s, but query expects %s." msgstr "Tabela tem tipo %s, mas consulta espera %s." -#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1051 +#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1054 #: executor/nodeModifyTable.c:85 executor/nodeModifyTable.c:95 #: executor/nodeModifyTable.c:112 executor/nodeModifyTable.c:120 #, c-format @@ -8261,12 +8395,12 @@ msgstr[1] "Registro da tabela contém %d atributos, mas consulta espera %d." msgid "Table has type %s at ordinal position %d, but query expects %s." msgstr "Tabela tem tipo %s na posição ordinal %d, mas consulta espera %s." -#: executor/execQual.c:1052 executor/execQual.c:1648 +#: executor/execQual.c:1055 executor/execQual.c:1651 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "Armazenamento físico não combina com atributo removido na posição ordinal %d." -#: executor/execQual.c:1327 parser/parse_func.c:93 parser/parse_func.c:325 +#: executor/execQual.c:1330 parser/parse_func.c:93 parser/parse_func.c:325 #: parser/parse_func.c:639 #, c-format msgid "cannot pass more than %d argument to a function" @@ -8274,157 +8408,167 @@ msgid_plural "cannot pass more than %d arguments to a function" msgstr[0] "não pode passar mais do que %d argumento para uma função" msgstr[1] "não pode passar mais do que %d argumentos para uma função" -#: executor/execQual.c:1516 +#: executor/execQual.c:1519 #, c-format msgid "functions and operators can take at most one set argument" msgstr "funções e operadores podem receber no máximo um argumento do tipo conjunto" -#: executor/execQual.c:1566 +#: executor/execQual.c:1569 #, c-format msgid "function returning setof record called in context that cannot accept type record" msgstr "função que retorna setof record foi chamada em um contexto que não pode aceitar tipo record" -#: executor/execQual.c:1621 executor/execQual.c:1637 executor/execQual.c:1647 +#: executor/execQual.c:1624 executor/execQual.c:1640 executor/execQual.c:1650 #, c-format msgid "function return row and query-specified return row do not match" msgstr "registro de retorno da função e registro de retorno especificado na consulta não correspondem" -#: executor/execQual.c:1622 +#: executor/execQual.c:1625 #, c-format msgid "Returned row contains %d attribute, but query expects %d." msgid_plural "Returned row contains %d attributes, but query expects %d." msgstr[0] "Registro retornado contém %d atributo, mas consulta espera %d." msgstr[1] "Registro retornado contém %d atributos, mas consulta espera %d." -#: executor/execQual.c:1638 +#: executor/execQual.c:1641 #, c-format msgid "Returned type %s at ordinal position %d, but query expects %s." msgstr "Tipo retornado %s na posição ordinal %d, mas consulta espera %s." -#: executor/execQual.c:1880 executor/execQual.c:2311 +#: executor/execQual.c:1883 executor/execQual.c:2314 #, c-format msgid "table-function protocol for materialize mode was not followed" msgstr "protocolo de função tabular para modo materializado não foi seguido" -#: executor/execQual.c:1900 executor/execQual.c:2318 +#: executor/execQual.c:1903 executor/execQual.c:2321 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "modo de retorno (returnMode) da função tabular desconhecido: %d" -#: executor/execQual.c:2228 +#: executor/execQual.c:2231 #, c-format msgid "function returning set of rows cannot return null value" msgstr "função que retorna conjunto de registros não pode retornar valor nulo" -#: executor/execQual.c:2285 +#: executor/execQual.c:2288 #, c-format msgid "rows returned by function are not all of the same row type" msgstr "registros retornados pela função não são todos do mesmo tipo registro" -#: executor/execQual.c:2500 +#: executor/execQual.c:2503 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM não suporta conjunto de argumentos" -#: executor/execQual.c:2577 +#: executor/execQual.c:2580 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "op ANY/ALL (array) não suporta conjunto de argumentos" -#: executor/execQual.c:3130 +#: executor/execQual.c:3133 #, c-format msgid "cannot merge incompatible arrays" msgstr "não pode mesclar matrizes incompatíveis" -#: executor/execQual.c:3131 +#: executor/execQual.c:3134 #, c-format msgid "Array with element type %s cannot be included in ARRAY construct with element type %s." msgstr "Matriz com tipo de elemento %s não pode ser incluído em uma construção ARRAY com tipo de elemento %s." -#: executor/execQual.c:3172 executor/execQual.c:3199 +#: executor/execQual.c:3175 executor/execQual.c:3202 #: utils/adt/arrayfuncs.c:547 #, c-format msgid "multidimensional arrays must have array expressions with matching dimensions" msgstr "matrizes multidimensionais devem ter expressões de matriz com dimensões correspondentes" -#: executor/execQual.c:3714 +#: executor/execQual.c:3717 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF não suporta conjunto de argumentos" -#: executor/execQual.c:3944 utils/adt/domains.c:131 +#: executor/execQual.c:3947 utils/adt/domains.c:131 #, c-format msgid "domain %s does not allow null values" msgstr "domínio %s não permite valores nulos" -#: executor/execQual.c:3974 utils/adt/domains.c:168 +#: executor/execQual.c:3977 utils/adt/domains.c:168 #, c-format msgid "value for domain %s violates check constraint \"%s\"" msgstr "valor para domínio %s viola restrição de verificação \"%s\"" -#: executor/execQual.c:4332 +#: executor/execQual.c:4335 #, c-format msgid "WHERE CURRENT OF is not supported for this table type" msgstr "WHERE CURRENT OF não é suportado para esse tipo de tabela" -#: executor/execQual.c:4475 optimizer/util/clauses.c:573 +#: executor/execQual.c:4478 optimizer/util/clauses.c:573 #: parser/parse_agg.c:347 #, c-format msgid "aggregate function calls cannot be nested" msgstr "chamadas de função de agregação não podem ser aninhadas" -#: executor/execQual.c:4513 optimizer/util/clauses.c:647 +#: executor/execQual.c:4516 optimizer/util/clauses.c:647 #: parser/parse_agg.c:443 #, c-format msgid "window function calls cannot be nested" msgstr "chamadas de função deslizante não podem ser aninhadas" -#: executor/execQual.c:4725 +#: executor/execQual.c:4728 #, c-format msgid "target type is not an array" msgstr "tipo alvo não é uma matriz" -#: executor/execQual.c:4839 +#: executor/execQual.c:4842 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "coluna ROW() tem tipo %s ao invés do tipo %s" -#: executor/execQual.c:4974 utils/adt/arrayfuncs.c:3383 +#: executor/execQual.c:4977 utils/adt/arrayfuncs.c:3383 #: utils/adt/rowtypes.c:922 #, c-format msgid "could not identify a comparison function for type %s" msgstr "não pôde identificar uma função de comparação para tipo %s" -#: executor/execUtils.c:844 +#: executor/execUtils.c:846 #, c-format msgid "materialized view \"%s\" has not been populated" msgstr "visão materializada \"%s\" não foi preenchida" -#: executor/execUtils.c:846 +#: executor/execUtils.c:848 #, c-format msgid "Use the REFRESH MATERIALIZED VIEW command." msgstr "Utilize o comando REFRESH MATERIALIZED VIEW." -#: executor/execUtils.c:1323 +#: executor/execUtils.c:1325 #, c-format msgid "could not create exclusion constraint \"%s\"" msgstr "não pôde criar restrição de exclusão \"%s\"" -#: executor/execUtils.c:1325 +#: executor/execUtils.c:1328 #, c-format msgid "Key %s conflicts with key %s." msgstr "Chave %s conflita com chave %s." -#: executor/execUtils.c:1332 +#: executor/execUtils.c:1330 +#, c-format +msgid "Key conflicts exist." +msgstr "Existem conflitos de chave." + +#: executor/execUtils.c:1336 #, c-format msgid "conflicting key value violates exclusion constraint \"%s\"" msgstr "conflitar valor da chave viola a restrição de exclusão \"%s\"" -#: executor/execUtils.c:1334 +#: executor/execUtils.c:1339 #, c-format msgid "Key %s conflicts with existing key %s." msgstr "Chave %s conflita com chave existente %s." +#: executor/execUtils.c:1341 +#, c-format +msgid "Key conflicts with existing key." +msgstr "Chave conflita com chave existente." + #: executor/functions.c:225 #, c-format msgid "could not determine actual type of argument declared %s" @@ -8676,13 +8820,13 @@ msgstr "STDIN/STDOUT não é permitido com PROGRAM" msgid "GLOBAL is deprecated in temporary table creation" msgstr "GLOBAL está obsoleto na criação de tabela temporária" -#: gram.y:3091 utils/adt/ri_triggers.c:310 utils/adt/ri_triggers.c:367 -#: utils/adt/ri_triggers.c:786 utils/adt/ri_triggers.c:1009 -#: utils/adt/ri_triggers.c:1165 utils/adt/ri_triggers.c:1346 -#: utils/adt/ri_triggers.c:1511 utils/adt/ri_triggers.c:1687 -#: utils/adt/ri_triggers.c:1867 utils/adt/ri_triggers.c:2058 -#: utils/adt/ri_triggers.c:2116 utils/adt/ri_triggers.c:2221 -#: utils/adt/ri_triggers.c:2386 +#: gram.y:3091 utils/adt/ri_triggers.c:311 utils/adt/ri_triggers.c:368 +#: utils/adt/ri_triggers.c:787 utils/adt/ri_triggers.c:1010 +#: utils/adt/ri_triggers.c:1166 utils/adt/ri_triggers.c:1347 +#: utils/adt/ri_triggers.c:1512 utils/adt/ri_triggers.c:1688 +#: utils/adt/ri_triggers.c:1868 utils/adt/ri_triggers.c:2059 +#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2222 +#: utils/adt/ri_triggers.c:2387 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL ainda não foi implementado" @@ -8936,7 +9080,7 @@ msgstr "arquivo de configuração \"%s\" contém erros; nenhuma alteração foi msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" msgstr "não pôde abrir arquivo de configuração \"%s\": profundidade aninhada máxima excedida" -#: guc-file.l:438 libpq/hba.c:1814 +#: guc-file.l:438 libpq/hba.c:1784 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "não pôde abrir arquivo de configuração \"%s\": %m" @@ -9119,364 +9263,364 @@ msgstr "nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", ba msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" msgstr "nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", banco de dados \"%s\"" -#: libpq/auth.c:552 libpq/hba.c:1218 +#: libpq/auth.c:552 libpq/hba.c:1188 #, c-format msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" msgstr "autenticação MD5 não é suportada quando \"db_user_namespace\" está habilitado" -#: libpq/auth.c:676 +#: libpq/auth.c:677 #, c-format msgid "expected password response, got message type %d" msgstr "resposta da senha esperada, recebeu tipo de mensagem %d" -#: libpq/auth.c:704 +#: libpq/auth.c:705 #, c-format msgid "invalid password packet size" msgstr "tamanho do pacote de senha é inválido" -#: libpq/auth.c:708 +#: libpq/auth.c:709 #, c-format msgid "received password packet" msgstr "pacote de senha recebido" -#: libpq/auth.c:766 +#: libpq/auth.c:767 #, c-format msgid "Kerberos initialization returned error %d" msgstr "inicialização do Kerberos retornou erro %d" -#: libpq/auth.c:776 +#: libpq/auth.c:777 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "resolução do keytab do Kerberos retornou erro %d" -#: libpq/auth.c:800 +#: libpq/auth.c:801 #, c-format msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") retornou erro %d" -#: libpq/auth.c:845 +#: libpq/auth.c:846 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "Kerberos recvauth retornou erro %d" -#: libpq/auth.c:868 +#: libpq/auth.c:869 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "Kerberos unparse_name retornou erro %d" -#: libpq/auth.c:1016 +#: libpq/auth.c:1017 #, c-format msgid "GSSAPI is not supported in protocol version 2" msgstr "GSSAPI não é suportado no protocolo versão 2" -#: libpq/auth.c:1071 +#: libpq/auth.c:1073 #, c-format msgid "expected GSS response, got message type %d" msgstr "resposta do GSS esperada, recebeu tipo de mensagem %d" -#: libpq/auth.c:1130 +#: libpq/auth.c:1132 msgid "accepting GSS security context failed" msgstr "aceitação do contexto de segurança do GSS falhou" -#: libpq/auth.c:1156 +#: libpq/auth.c:1158 msgid "retrieving GSS user name failed" msgstr "recuperação do nome de usuário do GSS falhou" -#: libpq/auth.c:1273 +#: libpq/auth.c:1275 #, c-format msgid "SSPI is not supported in protocol version 2" msgstr "SSPI não é suportado no protocolo versão 2" -#: libpq/auth.c:1288 +#: libpq/auth.c:1290 msgid "could not acquire SSPI credentials" msgstr "não pôde obter credenciais SSPI" -#: libpq/auth.c:1305 +#: libpq/auth.c:1308 #, c-format msgid "expected SSPI response, got message type %d" msgstr "resposta do SSPI esperada, recebeu tipo de mensagem %d" -#: libpq/auth.c:1377 +#: libpq/auth.c:1380 msgid "could not accept SSPI security context" msgstr "não pôde aceitar contexto de segurança do SSPI" -#: libpq/auth.c:1439 +#: libpq/auth.c:1442 msgid "could not get token from SSPI security context" msgstr "não pôde obter token do contexto de segurança do SSPI" -#: libpq/auth.c:1683 +#: libpq/auth.c:1685 #, c-format msgid "could not create socket for Ident connection: %m" msgstr "não pôde criar soquete para conexão com Ident: %m" -#: libpq/auth.c:1698 +#: libpq/auth.c:1700 #, c-format msgid "could not bind to local address \"%s\": %m" msgstr "não pôde se ligar ao endereço local \"%s\": %m" -#: libpq/auth.c:1710 +#: libpq/auth.c:1712 #, c-format msgid "could not connect to Ident server at address \"%s\", port %s: %m" msgstr "não pôde conectar ao servidor Ident no endereço \"%s\", porta %s: %m" -#: libpq/auth.c:1730 +#: libpq/auth.c:1732 #, c-format msgid "could not send query to Ident server at address \"%s\", port %s: %m" msgstr "não pôde enviar consulta ao servidor Ident no endereço \"%s\", porta %s: %m" -#: libpq/auth.c:1745 +#: libpq/auth.c:1747 #, c-format msgid "could not receive response from Ident server at address \"%s\", port %s: %m" msgstr "não pôde receber resposta do servidor Ident no endereço \"%s\", porta %s: %m" -#: libpq/auth.c:1755 +#: libpq/auth.c:1757 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "resposta invalidamente formatada pelo servidor Ident: \"%s\"" -#: libpq/auth.c:1794 +#: libpq/auth.c:1798 #, c-format msgid "peer authentication is not supported on this platform" msgstr "autenticação do tipo peer não é suportada nesta plataforma" -#: libpq/auth.c:1798 +#: libpq/auth.c:1802 #, c-format msgid "could not get peer credentials: %m" msgstr "não pôde receber credenciais: %m" -#: libpq/auth.c:1807 +#: libpq/auth.c:1811 #, c-format msgid "local user with ID %d does not exist" msgstr "usuário local com ID %d não existe" -#: libpq/auth.c:1890 libpq/auth.c:2161 libpq/auth.c:2526 +#: libpq/auth.c:1894 libpq/auth.c:2165 libpq/auth.c:2530 #, c-format msgid "empty password returned by client" msgstr "senha vazia retornada pelo cliente" -#: libpq/auth.c:1900 +#: libpq/auth.c:1904 #, c-format msgid "error from underlying PAM layer: %s" msgstr "erro da biblioteca PAM: %s" -#: libpq/auth.c:1969 +#: libpq/auth.c:1973 #, c-format msgid "could not create PAM authenticator: %s" msgstr "não pôde criar autenticador PAM: %s" -#: libpq/auth.c:1980 +#: libpq/auth.c:1984 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "pam_set_item(PAM_USER) falhou: %s" -#: libpq/auth.c:1991 +#: libpq/auth.c:1995 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "pam_set_item(PAM_CONV) falhou: %s" -#: libpq/auth.c:2002 +#: libpq/auth.c:2006 #, c-format msgid "pam_authenticate failed: %s" msgstr "pam_authenticate falhou: %s" -#: libpq/auth.c:2013 +#: libpq/auth.c:2017 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "pam_acct_mgmt falhou: %s" -#: libpq/auth.c:2024 +#: libpq/auth.c:2028 #, c-format msgid "could not release PAM authenticator: %s" msgstr "não pôde liberar autenticador PAM: %s" -#: libpq/auth.c:2057 +#: libpq/auth.c:2061 #, c-format msgid "could not initialize LDAP: %m" msgstr "não pôde inicializar LDAP: %m" -#: libpq/auth.c:2060 +#: libpq/auth.c:2064 #, c-format msgid "could not initialize LDAP: error code %d" msgstr "não pôde inicializar LDAP: código de erro %d" -#: libpq/auth.c:2070 +#: libpq/auth.c:2074 #, c-format msgid "could not set LDAP protocol version: %s" msgstr "não pôde definir versão do protocolo LDAP: %s" -#: libpq/auth.c:2099 +#: libpq/auth.c:2103 #, c-format msgid "could not load wldap32.dll" msgstr "não pôde carregar wldap32.dll" -#: libpq/auth.c:2107 +#: libpq/auth.c:2111 #, c-format msgid "could not load function _ldap_start_tls_sA in wldap32.dll" msgstr "não pôde carregar função _ldap_start_tls_sA em wldap32.dll" -#: libpq/auth.c:2108 +#: libpq/auth.c:2112 #, c-format msgid "LDAP over SSL is not supported on this platform." msgstr "LDAP sobre SSL não é suportado nesta plataforma." -#: libpq/auth.c:2123 +#: libpq/auth.c:2127 #, c-format msgid "could not start LDAP TLS session: %s" msgstr "não pôde iniciar sessão LDAP TLS: %s" -#: libpq/auth.c:2145 +#: libpq/auth.c:2149 #, c-format msgid "LDAP server not specified" msgstr "servidor LDAP não foi especificado" -#: libpq/auth.c:2198 +#: libpq/auth.c:2202 #, c-format msgid "invalid character in user name for LDAP authentication" msgstr "caracter inválido em nome de usuário para autenticação LDAP" -#: libpq/auth.c:2213 +#: libpq/auth.c:2217 #, c-format msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": %s" msgstr "não pôde realizar ligação inicial LDAP para ldapbinddn \"%s\" no servidor \"%s\": %s" -#: libpq/auth.c:2238 +#: libpq/auth.c:2242 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s" msgstr "não pôde buscar no LDAP por filtro \"%s\" no servidor \"%s\": %s" -#: libpq/auth.c:2249 +#: libpq/auth.c:2253 #, c-format msgid "LDAP user \"%s\" does not exist" msgstr "usuário do LDAP \"%s\" não existe" -#: libpq/auth.c:2250 +#: libpq/auth.c:2254 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries." msgstr "busca LDAP falhou para filtro \"%s\" no servidor \"%s\": não retornou entradas." -#: libpq/auth.c:2254 +#: libpq/auth.c:2258 #, c-format msgid "LDAP user \"%s\" is not unique" msgstr "usuário do LDAP \"%s\" não é único" -#: libpq/auth.c:2255 +#: libpq/auth.c:2259 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry." msgid_plural "LDAP search for filter \"%s\" on server \"%s\" returned %d entries." msgstr[0] "busca LDAP falhou para filtro \"%s\" no servidor \"%s\": retornou %d entrada." msgstr[1] "busca LDAP falhou para filtro \"%s\" no servidor \"%s\": retornou %d entradas." -#: libpq/auth.c:2273 +#: libpq/auth.c:2277 #, c-format msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" msgstr "não pôde obter dn para a primeira entrada que corresponde a \"%s\" no servidor \"%s\": %s" -#: libpq/auth.c:2293 +#: libpq/auth.c:2297 #, c-format msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" msgstr "não pôde desligar-se após buscar pelo usuário \"%s\" no servidor \"%s\": %s" -#: libpq/auth.c:2330 +#: libpq/auth.c:2334 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": %s" msgstr "autenticação LDAP falhou para usuário \"%s\" no servidor \"%s\": %s" -#: libpq/auth.c:2358 +#: libpq/auth.c:2362 #, c-format msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" msgstr "autenticação com certificado falhou para usuário \"%s\": certificado cliente não contém usuário" -#: libpq/auth.c:2482 +#: libpq/auth.c:2486 #, c-format msgid "RADIUS server not specified" msgstr "servidor RADIUS não foi especificado" -#: libpq/auth.c:2489 +#: libpq/auth.c:2493 #, c-format msgid "RADIUS secret not specified" msgstr "segredo do RADIUS não foi especificado" -#: libpq/auth.c:2505 libpq/hba.c:1634 +#: libpq/auth.c:2509 libpq/hba.c:1604 #, c-format msgid "could not translate RADIUS server name \"%s\" to address: %s" msgstr "não pôde traduzir nome de servidor RADIUS \"%s\" para endereço: %s" -#: libpq/auth.c:2533 +#: libpq/auth.c:2537 #, c-format msgid "RADIUS authentication does not support passwords longer than 16 characters" msgstr "autenticação RADIUS não suporta senhas mais longas do que 16 caracteres" -#: libpq/auth.c:2544 +#: libpq/auth.c:2548 #, c-format msgid "could not generate random encryption vector" msgstr "não pôde gerar vetor de criptografia randômico" -#: libpq/auth.c:2567 +#: libpq/auth.c:2571 #, c-format msgid "could not perform MD5 encryption of password" msgstr "não pôde realizar criptografia MD5 da senha" -#: libpq/auth.c:2589 +#: libpq/auth.c:2593 #, c-format msgid "could not create RADIUS socket: %m" msgstr "não pôde criar soquete RADIUS: %m" -#: libpq/auth.c:2610 +#: libpq/auth.c:2614 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "não pôde se ligar ao soquete RADIUS: %m" -#: libpq/auth.c:2620 +#: libpq/auth.c:2624 #, c-format msgid "could not send RADIUS packet: %m" msgstr "não pôde enviar pacote RADIUS: %m" -#: libpq/auth.c:2649 libpq/auth.c:2674 +#: libpq/auth.c:2653 libpq/auth.c:2678 #, c-format msgid "timeout waiting for RADIUS response" msgstr "tempo de espera esgotado para resposta do RADIUS" -#: libpq/auth.c:2667 +#: libpq/auth.c:2671 #, c-format msgid "could not check status on RADIUS socket: %m" msgstr "não pôde verificar status no soquete do RADIUS: %m" -#: libpq/auth.c:2696 +#: libpq/auth.c:2700 #, c-format msgid "could not read RADIUS response: %m" msgstr "não pôde ler resposta do RADIUS: %m" -#: libpq/auth.c:2708 libpq/auth.c:2712 +#: libpq/auth.c:2712 libpq/auth.c:2716 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "resposta RADIUS foi enviada de porta incorreta: %d" -#: libpq/auth.c:2721 +#: libpq/auth.c:2725 #, c-format msgid "RADIUS response too short: %d" msgstr "resposta RADIUS muito curta: %d" -#: libpq/auth.c:2728 +#: libpq/auth.c:2732 #, c-format msgid "RADIUS response has corrupt length: %d (actual length %d)" msgstr "resposta RADIUS tem tamanho corrompido: %d (tamanho atual %d)" -#: libpq/auth.c:2736 +#: libpq/auth.c:2740 #, c-format msgid "RADIUS response is to a different request: %d (should be %d)" msgstr "resposta RADIUS é para uma solicitação diferente: %d (deveria ser %d)" -#: libpq/auth.c:2761 +#: libpq/auth.c:2765 #, c-format msgid "could not perform MD5 encryption of received packet" msgstr "não pôde realizar criptografia MD5 do pacote recebido" -#: libpq/auth.c:2770 +#: libpq/auth.c:2774 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "resposta RADIUS tem assinatura MD5 incorreta" -#: libpq/auth.c:2787 +#: libpq/auth.c:2791 #, c-format msgid "RADIUS response has invalid code (%d) for user \"%s\"" msgstr "resposta RADIUS tem código inválido (%d) para usuário \"%s\"" @@ -9682,430 +9826,435 @@ msgstr "não pôde abrir arquivo de autenticação secundário \"@%s\" como \"%s msgid "authentication file line too long" msgstr "linha do arquivo de autenticação é muito longa" -#: libpq/hba.c:410 libpq/hba.c:787 libpq/hba.c:803 libpq/hba.c:833 -#: libpq/hba.c:879 libpq/hba.c:892 libpq/hba.c:914 libpq/hba.c:923 -#: libpq/hba.c:946 libpq/hba.c:958 libpq/hba.c:977 libpq/hba.c:998 -#: libpq/hba.c:1009 libpq/hba.c:1064 libpq/hba.c:1082 libpq/hba.c:1094 -#: libpq/hba.c:1111 libpq/hba.c:1121 libpq/hba.c:1135 libpq/hba.c:1151 -#: libpq/hba.c:1166 libpq/hba.c:1177 libpq/hba.c:1219 libpq/hba.c:1251 -#: libpq/hba.c:1262 libpq/hba.c:1282 libpq/hba.c:1293 libpq/hba.c:1304 -#: libpq/hba.c:1321 libpq/hba.c:1346 libpq/hba.c:1383 libpq/hba.c:1393 -#: libpq/hba.c:1450 libpq/hba.c:1462 libpq/hba.c:1475 libpq/hba.c:1558 -#: libpq/hba.c:1636 libpq/hba.c:1654 libpq/hba.c:1675 tsearch/ts_locale.c:182 +#: libpq/hba.c:410 libpq/hba.c:757 libpq/hba.c:773 libpq/hba.c:803 +#: libpq/hba.c:849 libpq/hba.c:862 libpq/hba.c:884 libpq/hba.c:893 +#: libpq/hba.c:916 libpq/hba.c:928 libpq/hba.c:947 libpq/hba.c:968 +#: libpq/hba.c:979 libpq/hba.c:1034 libpq/hba.c:1052 libpq/hba.c:1064 +#: libpq/hba.c:1081 libpq/hba.c:1091 libpq/hba.c:1105 libpq/hba.c:1121 +#: libpq/hba.c:1136 libpq/hba.c:1147 libpq/hba.c:1189 libpq/hba.c:1221 +#: libpq/hba.c:1232 libpq/hba.c:1252 libpq/hba.c:1263 libpq/hba.c:1274 +#: libpq/hba.c:1291 libpq/hba.c:1316 libpq/hba.c:1353 libpq/hba.c:1363 +#: libpq/hba.c:1420 libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1528 +#: libpq/hba.c:1606 libpq/hba.c:1624 libpq/hba.c:1645 tsearch/ts_locale.c:182 #, c-format msgid "line %d of configuration file \"%s\"" msgstr "linha %d do arquivo de configuração \"%s\"" #. translator: the second %s is a list of auth methods -#: libpq/hba.c:785 +#: libpq/hba.c:755 #, c-format msgid "authentication option \"%s\" is only valid for authentication methods %s" msgstr "opção de autenticação \"%s\" só é válida para métodos de autenticação %s" -#: libpq/hba.c:801 +#: libpq/hba.c:771 #, c-format msgid "authentication method \"%s\" requires argument \"%s\" to be set" msgstr "método de autenticação \"%s\" requer que argumento \"%s\" seja definido" -#: libpq/hba.c:822 +#: libpq/hba.c:792 #, c-format msgid "missing entry in file \"%s\" at end of line %d" msgstr "faltando entrada no arquivo \"%s\" no fim da linha %d" -#: libpq/hba.c:832 +#: libpq/hba.c:802 #, c-format msgid "multiple values in ident field" msgstr "múltiplos valores em campo ident" -#: libpq/hba.c:877 +#: libpq/hba.c:847 #, c-format msgid "multiple values specified for connection type" msgstr "múltiplos valores especificados para tipo de conexão" -#: libpq/hba.c:878 +#: libpq/hba.c:848 #, c-format msgid "Specify exactly one connection type per line." msgstr "Especifique exatamente um tipo de conexão por linha." -#: libpq/hba.c:891 +#: libpq/hba.c:861 #, c-format msgid "local connections are not supported by this build" msgstr "conexões locais não são suportadas por essa construção" -#: libpq/hba.c:912 +#: libpq/hba.c:882 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "hostssl requer que SSL esteja habilitado" -#: libpq/hba.c:913 +#: libpq/hba.c:883 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Defina ssl = on no postgresql.conf." -#: libpq/hba.c:921 +#: libpq/hba.c:891 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl não é suportado por essa construção" -#: libpq/hba.c:922 +#: libpq/hba.c:892 #, c-format msgid "Compile with --with-openssl to use SSL connections." msgstr "Compile com --with-openssl para utilizar conexões SSL." -#: libpq/hba.c:944 +#: libpq/hba.c:914 #, c-format msgid "invalid connection type \"%s\"" msgstr "tipo de conexão \"%s\" é inválido" -#: libpq/hba.c:957 +#: libpq/hba.c:927 #, c-format msgid "end-of-line before database specification" msgstr "fim de linha antes da especificação de banco de dados" -#: libpq/hba.c:976 +#: libpq/hba.c:946 #, c-format msgid "end-of-line before role specification" msgstr "fim de linha antes da especificação de role" -#: libpq/hba.c:997 +#: libpq/hba.c:967 #, c-format msgid "end-of-line before IP address specification" msgstr "fim de linha antes da especificação de endereço IP" -#: libpq/hba.c:1007 +#: libpq/hba.c:977 #, c-format msgid "multiple values specified for host address" msgstr "múltiplos valores especificados para endereço da máquina" -#: libpq/hba.c:1008 +#: libpq/hba.c:978 #, c-format msgid "Specify one address range per line." msgstr "Especifique um intervalo de endereços por linha." -#: libpq/hba.c:1062 +#: libpq/hba.c:1032 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "endereço IP \"%s\" é inválido: %s" -#: libpq/hba.c:1080 +#: libpq/hba.c:1050 #, c-format msgid "specifying both host name and CIDR mask is invalid: \"%s\"" msgstr "especificar nome da máquina e máscara CIDR é inválido: \"%s\"" -#: libpq/hba.c:1092 +#: libpq/hba.c:1062 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "máscara CIDR é inválida no endereço \"%s\"" -#: libpq/hba.c:1109 +#: libpq/hba.c:1079 #, c-format msgid "end-of-line before netmask specification" msgstr "fim de linha antes da especificação de máscara de rede" -#: libpq/hba.c:1110 +#: libpq/hba.c:1080 #, c-format msgid "Specify an address range in CIDR notation, or provide a separate netmask." msgstr "Especifique um intervalo de endereços na notação CIDR ou forneça uma máscara de rede separadamente." -#: libpq/hba.c:1120 +#: libpq/hba.c:1090 #, c-format msgid "multiple values specified for netmask" msgstr "múltiplos valores especificados para máscara de rede" -#: libpq/hba.c:1133 +#: libpq/hba.c:1103 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "máscara de endereço IP \"%s\" é inválida: %s" -#: libpq/hba.c:1150 +#: libpq/hba.c:1120 #, c-format msgid "IP address and mask do not match" msgstr "endereço IP e máscara não correspodem" -#: libpq/hba.c:1165 +#: libpq/hba.c:1135 #, c-format msgid "end-of-line before authentication method" msgstr "fim de linha antes do método de autenticação" -#: libpq/hba.c:1175 +#: libpq/hba.c:1145 #, c-format msgid "multiple values specified for authentication type" msgstr "múltiplos valores especificados para tipo de autenticação" -#: libpq/hba.c:1176 +#: libpq/hba.c:1146 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Especifique exatamente um tipo de autenticação por linha." -#: libpq/hba.c:1249 +#: libpq/hba.c:1219 #, c-format msgid "invalid authentication method \"%s\"" msgstr "método de autenticação \"%s\" é inválido" -#: libpq/hba.c:1260 +#: libpq/hba.c:1230 #, c-format msgid "invalid authentication method \"%s\": not supported by this build" msgstr "método de autenticação \"%s\" é inválido: não é suportado por essa construção" -#: libpq/hba.c:1281 +#: libpq/hba.c:1251 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "autenticação krb5 não é suportada em soquetes locais" -#: libpq/hba.c:1292 +#: libpq/hba.c:1262 #, c-format msgid "gssapi authentication is not supported on local sockets" msgstr "autenticação do tipo gssapi não é suportada em soquetes locais" -#: libpq/hba.c:1303 +#: libpq/hba.c:1273 #, c-format msgid "peer authentication is only supported on local sockets" msgstr "autenticação do tipo peer só é suportada em soquetes locais" -#: libpq/hba.c:1320 +#: libpq/hba.c:1290 #, c-format msgid "cert authentication is only supported on hostssl connections" msgstr "autenticação do tipo cert só é suportada em conexões hostssl" -#: libpq/hba.c:1345 +#: libpq/hba.c:1315 #, c-format msgid "authentication option not in name=value format: %s" msgstr "opção de autenticação não está no formato nome=valor: %s" -#: libpq/hba.c:1382 +#: libpq/hba.c:1352 #, c-format msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, or ldapurl together with ldapprefix" msgstr "não pode utilizar ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute ou ldapurl junto com ldapprefix" -#: libpq/hba.c:1392 +#: libpq/hba.c:1362 #, c-format msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" msgstr "método de autenticação \"ldap\" requer que argumento \"ldapbasedn\", \"ldapprefix\" ou \"ldapsuffix\" seja definido" -#: libpq/hba.c:1436 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi e cert" -#: libpq/hba.c:1449 +#: libpq/hba.c:1419 #, c-format msgid "clientcert can only be configured for \"hostssl\" rows" msgstr "clientcert só pode ser configurado para registros \"hostssl\"" -#: libpq/hba.c:1460 +#: libpq/hba.c:1430 #, c-format msgid "client certificates can only be checked if a root certificate store is available" msgstr "certificados cliente só podem ser verificados se um certificado raiz estiver disponível" -#: libpq/hba.c:1461 +#: libpq/hba.c:1431 #, c-format msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." msgstr "Certifique-se que o parâmetro de configuração \"ssl_ca_file\" está definido." -#: libpq/hba.c:1474 +#: libpq/hba.c:1444 #, c-format msgid "clientcert can not be set to 0 when using \"cert\" authentication" msgstr "clientcert não pode ser definido como 0 ao utilizar autenticação \"cert\"" -#: libpq/hba.c:1501 +#: libpq/hba.c:1471 #, c-format msgid "could not parse LDAP URL \"%s\": %s" msgstr "não pôde analisar URL do LDAP \"%s\": %s" -#: libpq/hba.c:1509 +#: libpq/hba.c:1479 #, c-format msgid "unsupported LDAP URL scheme: %s" msgstr "esquema da URL do LDAP não é suportado: %s" -#: libpq/hba.c:1525 +#: libpq/hba.c:1495 #, c-format msgid "filters not supported in LDAP URLs" msgstr "filtros não são suportados em URLs do LDAP" -#: libpq/hba.c:1533 +#: libpq/hba.c:1503 #, c-format msgid "LDAP URLs not supported on this platform" msgstr "URLs do LDAP não são suportadas nesta plataforma" -#: libpq/hba.c:1557 +#: libpq/hba.c:1527 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "número de porta LDAP é inválido: \"%s\"" -#: libpq/hba.c:1603 libpq/hba.c:1611 +#: libpq/hba.c:1573 libpq/hba.c:1581 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi e sspi" -#: libpq/hba.c:1653 +#: libpq/hba.c:1623 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "número de porta RADIUS é inválido: \"%s\"" -#: libpq/hba.c:1673 +#: libpq/hba.c:1643 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "nome de opção de autenticação desconhecido: \"%s\"" -#: libpq/hba.c:1864 +#: libpq/hba.c:1834 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "arquivo de configuração \"%s\" não contém entradas" -#: libpq/hba.c:1960 +#: libpq/hba.c:1930 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "expressão regular \"%s\" é inválida: %s" -#: libpq/hba.c:2020 +#: libpq/hba.c:1990 #, c-format msgid "regular expression match for \"%s\" failed: %s" msgstr "correspondência de expressão regular \"%s\" falhou: %s" -#: libpq/hba.c:2037 +#: libpq/hba.c:2007 #, c-format msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" msgstr "expressão regular \"%s\" não tem subexpressões como informado na referência anterior em \"%s\"" -#: libpq/hba.c:2133 +#: libpq/hba.c:2103 #, c-format msgid "provided user name (%s) and authenticated user name (%s) do not match" msgstr "nome de usuário fornecido (%s) e nome de usuário autenticado (%s) não correspondem" -#: libpq/hba.c:2153 +#: libpq/hba.c:2123 #, c-format msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" msgstr "não há correspondência em mapa de usuários \"%s\" para usuário \"%s\" autenticado como \"%s\"" -#: libpq/hba.c:2188 +#: libpq/hba.c:2158 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "não pôde abrir arquivo com mapa de usuários \"%s\": %m" -#: libpq/pqcomm.c:314 +#: libpq/pqcomm.c:316 #, c-format msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" msgstr "caminho do soquete de domínio Unix \"%s\" é muito longo (máximo de %d bytes)" -#: libpq/pqcomm.c:335 +#: libpq/pqcomm.c:337 #, c-format msgid "could not translate host name \"%s\", service \"%s\" to address: %s" msgstr "não pôde traduzir nome da máquina \"%s\", serviço \"%s\" para endereço: %s" -#: libpq/pqcomm.c:339 +#: libpq/pqcomm.c:341 #, c-format msgid "could not translate service \"%s\" to address: %s" msgstr "não pôde traduzir serviço \"%s\" para endereço: %s" -#: libpq/pqcomm.c:366 +#: libpq/pqcomm.c:368 #, c-format msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" msgstr "não pôde se ligar a todos os endereços informados: MAXLISTEN (%d) excedeu" -#: libpq/pqcomm.c:375 +#: libpq/pqcomm.c:377 msgid "IPv4" msgstr "IPv4" -#: libpq/pqcomm.c:379 +#: libpq/pqcomm.c:381 msgid "IPv6" msgstr "IPv6" -#: libpq/pqcomm.c:384 +#: libpq/pqcomm.c:386 msgid "Unix" msgstr "Unix" -#: libpq/pqcomm.c:389 +#: libpq/pqcomm.c:391 #, c-format msgid "unrecognized address family %d" msgstr "família de endereços %d desconhecida" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:400 +#: libpq/pqcomm.c:402 #, c-format msgid "could not create %s socket: %m" msgstr "não pôde criar soquete %s: %m" -#: libpq/pqcomm.c:425 +#: libpq/pqcomm.c:427 #, c-format msgid "setsockopt(SO_REUSEADDR) failed: %m" msgstr "setsockopt(SO_REUSEADDR) falhou: %m" -#: libpq/pqcomm.c:440 +#: libpq/pqcomm.c:442 #, c-format msgid "setsockopt(IPV6_V6ONLY) failed: %m" msgstr "setsockopt(IPV6_V6ONLY) falhou: %m" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:459 +#: libpq/pqcomm.c:461 #, c-format msgid "could not bind %s socket: %m" msgstr "não pôde se ligar ao soquete %s: %m" -#: libpq/pqcomm.c:462 +#: libpq/pqcomm.c:464 #, c-format msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry." msgstr "Outro postmaster já está executando na porta %d? Se não, remova o arquivo de soquete \"%s\" e tente novamente." -#: libpq/pqcomm.c:465 +#: libpq/pqcomm.c:467 #, c-format msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." msgstr "Outro postmaster já está executando na porta %d? Se não, espere alguns segundos e tente novamente." #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:498 +#: libpq/pqcomm.c:500 #, c-format msgid "could not listen on %s socket: %m" msgstr "não pôde escutar no soquete %s: %m" -#: libpq/pqcomm.c:588 +#: libpq/pqcomm.c:590 #, c-format msgid "group \"%s\" does not exist" msgstr "grupo \"%s\" não existe" -#: libpq/pqcomm.c:598 +#: libpq/pqcomm.c:600 #, c-format msgid "could not set group of file \"%s\": %m" msgstr "não pôde definir grupo do arquivo \"%s\": %m" -#: libpq/pqcomm.c:609 +#: libpq/pqcomm.c:611 #, c-format msgid "could not set permissions of file \"%s\": %m" msgstr "não pôde definir permissões do arquivo \"%s\": %m" -#: libpq/pqcomm.c:639 +#: libpq/pqcomm.c:641 #, c-format msgid "could not accept new connection: %m" msgstr "não pôde aceitar nova conexão: %m" -#: libpq/pqcomm.c:811 +#: libpq/pqcomm.c:813 #, c-format msgid "could not set socket to nonblocking mode: %m" msgstr "não pôde configurar o soquete para modo sem bloqueio: %m" -#: libpq/pqcomm.c:817 +#: libpq/pqcomm.c:819 #, c-format msgid "could not set socket to blocking mode: %m" msgstr "não pôde configurar o soquete para modo bloqueado: %m" -#: libpq/pqcomm.c:869 libpq/pqcomm.c:959 +#: libpq/pqcomm.c:871 libpq/pqcomm.c:965 #, c-format msgid "could not receive data from client: %m" msgstr "não pôde receber dados do cliente: %m" -#: libpq/pqcomm.c:1110 +#: libpq/pqcomm.c:1110 tcop/postgres.c:3939 +#, c-format +msgid "terminating connection because protocol sync was lost" +msgstr "finalizando conexão porque sincronismo do protocolo foi perdido" + +#: libpq/pqcomm.c:1176 #, c-format msgid "unexpected EOF within message length word" msgstr "EOF inesperado dentro da palavra de tamanho de mensagem" -#: libpq/pqcomm.c:1121 +#: libpq/pqcomm.c:1187 #, c-format msgid "invalid message length" msgstr "tamanho de mensagem é inválido" -#: libpq/pqcomm.c:1143 libpq/pqcomm.c:1153 +#: libpq/pqcomm.c:1209 libpq/pqcomm.c:1222 #, c-format msgid "incomplete message from client" msgstr "mensagem incompleta do cliente" -#: libpq/pqcomm.c:1283 +#: libpq/pqcomm.c:1355 #, c-format msgid "could not send data to client: %m" msgstr "não pôde enviar dados para cliente: %m" @@ -10131,17 +10280,17 @@ msgstr "cadeia de caracteres é inválida na mensagem" msgid "invalid message format" msgstr "formato de mensagem é inválido" -#: main/main.c:261 +#: main/main.c:262 #, c-format msgid "%s: setsysinfo failed: %s\n" msgstr "%s: setsysinfo falhou: %s\n" -#: main/main.c:283 +#: main/main.c:284 #, c-format msgid "%s: WSAStartup failed: %d\n" msgstr "%s: WSAStartup falhou: %d\n" -#: main/main.c:302 +#: main/main.c:320 #, c-format msgid "" "%s is the PostgreSQL server.\n" @@ -10150,7 +10299,7 @@ msgstr "" "%s é o servidor PostgreSQL.\n" "\n" -#: main/main.c:303 +#: main/main.c:321 #, c-format msgid "" "Usage:\n" @@ -10161,117 +10310,117 @@ msgstr "" " %s [OPÇÃO]...\n" "\n" -#: main/main.c:304 +#: main/main.c:322 #, c-format msgid "Options:\n" msgstr "Opções:\n" -#: main/main.c:306 +#: main/main.c:324 #, c-format msgid " -A 1|0 enable/disable run-time assert checking\n" msgstr " -A 1|0 habilita/desabilita verificação de asserção em tempo de execução\n" -#: main/main.c:308 +#: main/main.c:326 #, c-format msgid " -B NBUFFERS number of shared buffers\n" msgstr " -B NBUFFERS número de buffers compartilhados\n" -#: main/main.c:309 +#: main/main.c:327 #, c-format msgid " -c NAME=VALUE set run-time parameter\n" msgstr " -c NOME=VALOR define o parâmetro em tempo de execução\n" -#: main/main.c:310 +#: main/main.c:328 #, c-format msgid " -C NAME print value of run-time parameter, then exit\n" msgstr " -C NOME mostra valor de parâmetro em tempo de execução e termina\n" -#: main/main.c:311 +#: main/main.c:329 #, c-format msgid " -d 1-5 debugging level\n" msgstr " -d 1-5 nível de depuração\n" -#: main/main.c:312 +#: main/main.c:330 #, c-format msgid " -D DATADIR database directory\n" msgstr " -D DIRDADOS diretório do banco de dados\n" -#: main/main.c:313 +#: main/main.c:331 #, c-format msgid " -e use European date input format (DMY)\n" msgstr " -e usa formato de entrada de data europeu (DMY)\n" -#: main/main.c:314 +#: main/main.c:332 #, c-format msgid " -F turn fsync off\n" msgstr " -F desabilita o fsync\n" -#: main/main.c:315 +#: main/main.c:333 #, c-format msgid " -h HOSTNAME host name or IP address to listen on\n" msgstr " -h MÁQUINA nome da máquina ou endereço IP para escutar\n" -#: main/main.c:316 +#: main/main.c:334 #, c-format msgid " -i enable TCP/IP connections\n" msgstr " -i habilita conexões TCP/IP\n" -#: main/main.c:317 +#: main/main.c:335 #, c-format msgid " -k DIRECTORY Unix-domain socket location\n" msgstr " -k DIRETÓRIO local do soquete de domínio Unix\n" -#: main/main.c:319 +#: main/main.c:337 #, c-format msgid " -l enable SSL connections\n" msgstr " -l habilita conexões SSL\n" -#: main/main.c:321 +#: main/main.c:339 #, c-format msgid " -N MAX-CONNECT maximum number of allowed connections\n" msgstr " -N MAX-CONEXÃO número máximo de conexões permitidas\n" -#: main/main.c:322 +#: main/main.c:340 #, c-format msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" msgstr " -o OPÇÕES passa \"OPÇÕES\" para cada processo servidor (obsoleto)\n" -#: main/main.c:323 +#: main/main.c:341 #, c-format msgid " -p PORT port number to listen on\n" msgstr " -p PORTA número da porta para escutar\n" -#: main/main.c:324 +#: main/main.c:342 #, c-format msgid " -s show statistics after each query\n" msgstr " -s mostra estatísticas após cada consulta\n" -#: main/main.c:325 +#: main/main.c:343 #, c-format msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" msgstr " -S MEM-ORD define a quantidade de memória para ordenações (em kB)\n" -#: main/main.c:326 +#: main/main.c:344 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version mostra informação sobre a versão e termina\n" -#: main/main.c:327 +#: main/main.c:345 #, c-format msgid " --NAME=VALUE set run-time parameter\n" msgstr " --NOME=VALOR define o parâmetro em tempo de execução\n" -#: main/main.c:328 +#: main/main.c:346 #, c-format msgid " --describe-config describe configuration parameters, then exit\n" msgstr " --describe-config descreve parâmetros de configuração e termina\n" -#: main/main.c:329 +#: main/main.c:347 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: main/main.c:331 +#: main/main.c:349 #, c-format msgid "" "\n" @@ -10280,42 +10429,42 @@ msgstr "" "\n" "Opções para desenvolvedor:\n" -#: main/main.c:332 +#: main/main.c:350 #, c-format msgid " -f s|i|n|m|h forbid use of some plan types\n" msgstr " -f s|i|n|m|h impede uso de alguns tipos de planos\n" -#: main/main.c:333 +#: main/main.c:351 #, c-format msgid " -n do not reinitialize shared memory after abnormal exit\n" msgstr " -n não reinicializa memória compartilhada depois de término anormal\n" -#: main/main.c:334 +#: main/main.c:352 #, c-format msgid " -O allow system table structure changes\n" msgstr " -O permite mudanças na estrutura de tabelas do sistema\n" -#: main/main.c:335 +#: main/main.c:353 #, c-format msgid " -P disable system indexes\n" msgstr " -P desabilita índices do sistema\n" -#: main/main.c:336 +#: main/main.c:354 #, c-format msgid " -t pa|pl|ex show timings after each query\n" msgstr " -t pa|pl|ex mostra duração depois de cada consulta\n" -#: main/main.c:337 +#: main/main.c:355 #, c-format msgid " -T send SIGSTOP to all backend processes if one dies\n" msgstr " -T envia SIGSTOP para todos os servidores se um deles morrer\n" -#: main/main.c:338 +#: main/main.c:356 #, c-format msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" msgstr " -W NUM espera NUM segundos para permitir que o depurador seja anexado\n" -#: main/main.c:340 +#: main/main.c:358 #, c-format msgid "" "\n" @@ -10324,37 +10473,37 @@ msgstr "" "\n" "Opções para modo monousuário:\n" -#: main/main.c:341 +#: main/main.c:359 #, c-format msgid " --single selects single-user mode (must be first argument)\n" msgstr " --single seleciona modo monousuário (deve ser o primeiro argumento)\n" -#: main/main.c:342 +#: main/main.c:360 #, c-format msgid " DBNAME database name (defaults to user name)\n" msgstr " NOMEBD nome do banco de dados (padrão é o nome do usuário)\n" -#: main/main.c:343 +#: main/main.c:361 #, c-format msgid " -d 0-5 override debugging level\n" msgstr " -d 0-5 muda o nível de depuração\n" -#: main/main.c:344 +#: main/main.c:362 #, c-format msgid " -E echo statement before execution\n" msgstr " -E mostra consulta antes da execução\n" -#: main/main.c:345 +#: main/main.c:363 #, c-format msgid " -j do not use newline as interactive query delimiter\n" msgstr " -j não usa nova linha como delimitador de consulta iterativa\n" -#: main/main.c:346 main/main.c:351 +#: main/main.c:364 main/main.c:369 #, c-format msgid " -r FILENAME send stdout and stderr to given file\n" msgstr " -r ARQUIVO envia saída stdout e stderr para o arquivo designado\n" -#: main/main.c:348 +#: main/main.c:366 #, c-format msgid "" "\n" @@ -10363,22 +10512,22 @@ msgstr "" "\n" "Opções para modo de ativação:\n" -#: main/main.c:349 +#: main/main.c:367 #, c-format msgid " --boot selects bootstrapping mode (must be first argument)\n" msgstr " --boot seleciona modo de ativação (deve ser o primeiro argumento)\n" -#: main/main.c:350 +#: main/main.c:368 #, c-format msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" msgstr " NOMEBD nome do banco de dados (argumento obrigatório no modo de ativação)\n" -#: main/main.c:352 +#: main/main.c:370 #, c-format msgid " -x NUM internal use\n" msgstr " -x NUM uso interno\n" -#: main/main.c:354 +#: main/main.c:372 #, c-format msgid "" "\n" @@ -10395,7 +10544,7 @@ msgstr "" "\n" "Relate erros a .\n" -#: main/main.c:368 +#: main/main.c:386 #, c-format msgid "" "\"root\" execution of the PostgreSQL server is not permitted.\n" @@ -10408,12 +10557,12 @@ msgstr "" "possíveis comprometimentos de segurança no sistema. Veja a documentação para\n" "obter informações adicionais sobre como iniciar o servidor corretamente.\n" -#: main/main.c:385 +#: main/main.c:403 #, c-format msgid "%s: real and effective user IDs must match\n" msgstr "%s: IDs do usuário real e efetivo devem corresponder\n" -#: main/main.c:392 +#: main/main.c:410 #, c-format msgid "" "Execution of PostgreSQL by a user with administrative permissions is not\n" @@ -10428,12 +10577,12 @@ msgstr "" "possíveis comprometimentos de segurança no sistema. Veja a documentação para\n" "obter informações adicionais sobre como iniciar o servidor corretamente.\n" -#: main/main.c:413 +#: main/main.c:431 #, c-format msgid "%s: invalid effective UID: %d\n" msgstr "%s: UID efetivo é inválido: %d\n" -#: main/main.c:426 +#: main/main.c:444 #, c-format msgid "%s: could not determine user name (GetUserName failed)\n" msgstr "%s: não pôde determinar nome de usuário (GetUserName falhou)\n" @@ -11920,7 +12069,7 @@ msgid "poll() failed: %m" msgstr "poll() falhou: %m" #: port/pg_latch.c:423 port/unix_latch.c:423 -#: replication/libpqwalreceiver/libpqwalreceiver.c:357 +#: replication/libpqwalreceiver/libpqwalreceiver.c:358 #, c-format msgid "select() failed: %m" msgstr "select() falhou: %m" @@ -12106,57 +12255,57 @@ msgstr "Falhou ao executar chamada de sistema DuplicateHandle." msgid "Failed system call was MapViewOfFileEx." msgstr "Falhou ao executar chamada de sistema MapViewOfFileEx." -#: postmaster/autovacuum.c:381 +#: postmaster/autovacuum.c:383 #, c-format msgid "could not fork autovacuum launcher process: %m" msgstr "não pôde criar processo inicializador do autovacuum: %m" -#: postmaster/autovacuum.c:426 +#: postmaster/autovacuum.c:428 #, c-format msgid "autovacuum launcher started" msgstr "inicializador do autovacuum foi iniciado" -#: postmaster/autovacuum.c:791 +#: postmaster/autovacuum.c:803 #, c-format msgid "autovacuum launcher shutting down" msgstr "inicializador do autovacuum está sendo desligado" -#: postmaster/autovacuum.c:1454 +#: postmaster/autovacuum.c:1466 #, c-format msgid "could not fork autovacuum worker process: %m" msgstr "não pôde criar processo de limpeza automática: %m" -#: postmaster/autovacuum.c:1673 +#: postmaster/autovacuum.c:1685 #, c-format msgid "autovacuum: processing database \"%s\"" msgstr "autovacuum: processando banco de dados \"%s\"" -#: postmaster/autovacuum.c:2078 +#: postmaster/autovacuum.c:2099 #, c-format msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "autovacuum: removendo tabela temporária órfã \"%s\".\"%s\" no banco de dados \"%s\"" -#: postmaster/autovacuum.c:2090 +#: postmaster/autovacuum.c:2111 #, c-format msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\"" msgstr "autovacuum: encontrada tabela temporária órfã \"%s\".\"%s\" no banco de dados \"%s\"" -#: postmaster/autovacuum.c:2356 +#: postmaster/autovacuum.c:2379 #, c-format msgid "automatic vacuum of table \"%s.%s.%s\"" msgstr "limpeza automática da tabela \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2359 +#: postmaster/autovacuum.c:2382 #, c-format msgid "automatic analyze of table \"%s.%s.%s\"" msgstr "análise automática da tabela \"%s.%s.%s\"" -#: postmaster/autovacuum.c:2904 +#: postmaster/autovacuum.c:2930 #, c-format msgid "autovacuum not started because of misconfiguration" msgstr "autovacuum não foi iniciado por causa de configuração errada" -#: postmaster/autovacuum.c:2905 +#: postmaster/autovacuum.c:2931 #, c-format msgid "Enable the \"track_counts\" option." msgstr "Habilite a opção \"track_counts\"." @@ -12224,7 +12373,7 @@ msgstr "O comando de arquivamento que falhou foi: %s" msgid "archive command was terminated by exception 0x%X" msgstr "comando de arquivamento foi terminado pela exceção 0x%X" -#: postmaster/pgarch.c:620 postmaster/postmaster.c:3236 +#: postmaster/pgarch.c:620 postmaster/postmaster.c:3268 #, c-format msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." msgstr "Veja o arquivo de cabeçalho C \"ntstatus.h\" para obter uma descrição do valor hexadecimal." @@ -12378,158 +12527,174 @@ msgstr "não pôde abrir arquivo de estatísticas \"%s\": %m" msgid "corrupted statistics file \"%s\"" msgstr "arquivo de estatísticas \"%s\" corrompido" -#: postmaster/pgstat.c:4668 +#: postmaster/pgstat.c:4358 +#, c-format +msgid "using stale statistics instead of current ones because stats collector is not responding" +msgstr "" +"utilizando estatísticas antigas ao invés das atuais porque o coletor de estatísticas não está respondendo" + +#: postmaster/pgstat.c:4670 #, c-format msgid "database hash table corrupted during cleanup --- abort" msgstr "tabela hash do banco de dados foi corrompida durante desligamento --- interrompendo" -#: postmaster/postmaster.c:680 +#: postmaster/postmaster.c:684 #, c-format msgid "%s: invalid argument for option -f: \"%s\"\n" msgstr "%s: argumento é inválido para opção -f: \"%s\"\n" -#: postmaster/postmaster.c:766 +#: postmaster/postmaster.c:770 #, c-format msgid "%s: invalid argument for option -t: \"%s\"\n" msgstr "%s: argumento é inválido para opção -t: \"%s\"\n" -#: postmaster/postmaster.c:817 +#: postmaster/postmaster.c:821 #, c-format msgid "%s: invalid argument: \"%s\"\n" msgstr "%s: argumento é inválido: \"%s\"\n" -#: postmaster/postmaster.c:852 +#: postmaster/postmaster.c:856 #, c-format msgid "%s: superuser_reserved_connections must be less than max_connections\n" msgstr "%s: superuser_reserved_connections deve ser menor do que max_connections\n" -#: postmaster/postmaster.c:857 +#: postmaster/postmaster.c:861 #, c-format msgid "%s: max_wal_senders must be less than max_connections\n" msgstr "%s: max_wal_senders deve ser menor do que max_connections\n" -#: postmaster/postmaster.c:862 +#: postmaster/postmaster.c:866 #, c-format msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\"" msgstr "arquivamento do WAL (archive_mode=on) requer wal_level \"archive\" ou \"hot_standby\"" -#: postmaster/postmaster.c:865 +#: postmaster/postmaster.c:869 #, c-format msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"" msgstr "envio do WAL (max_wal_senders > 0) requer wal_level \"archive\" ou \"hot_standby\"" -#: postmaster/postmaster.c:873 +#: postmaster/postmaster.c:877 #, c-format msgid "%s: invalid datetoken tables, please fix\n" msgstr "%s: tabelas de palavras chave de datas são inválidas, por favor conserte\n" -#: postmaster/postmaster.c:955 postmaster/postmaster.c:1053 +#: postmaster/postmaster.c:959 postmaster/postmaster.c:1057 #: utils/init/miscinit.c:1259 #, c-format msgid "invalid list syntax in parameter \"%s\"" msgstr "sintaxe de lista é inválida para parâmetro \"%s\"" -#: postmaster/postmaster.c:986 +#: postmaster/postmaster.c:990 #, c-format msgid "could not create listen socket for \"%s\"" msgstr "não pôde criar soquete de escuta para \"%s\"" -#: postmaster/postmaster.c:992 +#: postmaster/postmaster.c:996 #, c-format msgid "could not create any TCP/IP sockets" msgstr "não pôde criar nenhum soquete TCP/IP" -#: postmaster/postmaster.c:1075 +#: postmaster/postmaster.c:1079 #, c-format msgid "could not create Unix-domain socket in directory \"%s\"" msgstr "não pôde criar soquete de domínio Unix no diretório \"%s\"" -#: postmaster/postmaster.c:1081 +#: postmaster/postmaster.c:1085 #, c-format msgid "could not create any Unix-domain sockets" msgstr "não pôde criar nenhum soquete de domínio Unix" -#: postmaster/postmaster.c:1093 +#: postmaster/postmaster.c:1097 #, c-format msgid "no socket created for listening" msgstr "nenhum soquete criado para escutar" -#: postmaster/postmaster.c:1133 +#: postmaster/postmaster.c:1137 #, c-format msgid "could not create I/O completion port for child queue" msgstr "não pôde criar porta de conclusão de I/O para fila de filhos" -#: postmaster/postmaster.c:1162 +#: postmaster/postmaster.c:1166 #, c-format msgid "%s: could not change permissions of external PID file \"%s\": %s\n" msgstr "%s: não pôde mudar permissões do arquivo externo do PID \"%s\": %s\n" -#: postmaster/postmaster.c:1166 +#: postmaster/postmaster.c:1170 #, c-format msgid "%s: could not write external PID file \"%s\": %s\n" msgstr "%s: não pôde escrever em arquivo externo do PID \"%s\": %s\n" -#: postmaster/postmaster.c:1190 +#: postmaster/postmaster.c:1200 #, c-format msgid "ending log output to stderr" msgstr "terminando saída do log para stderr" -#: postmaster/postmaster.c:1191 +#: postmaster/postmaster.c:1201 #, c-format msgid "Future log output will go to log destination \"%s\"." msgstr "Saída futura do log será enviada para \"%s\"." -#: postmaster/postmaster.c:1217 utils/init/postinit.c:199 +#: postmaster/postmaster.c:1227 utils/init/postinit.c:199 #, c-format msgid "could not load pg_hba.conf" msgstr "não pôde carregar pg_hba.conf" -#: postmaster/postmaster.c:1293 +#: postmaster/postmaster.c:1253 +#, c-format +msgid "postmaster became multithreaded during startup" +msgstr "postmaster tem múltiplas threads durante a inicialização" + +#: postmaster/postmaster.c:1254 +#, c-format +msgid "Set the LC_ALL environment variable to a valid locale." +msgstr "Defina a variável de ambiente LC_ALL para uma configuração regional válida." + +#: postmaster/postmaster.c:1314 #, c-format msgid "%s: could not locate matching postgres executable" msgstr "%s: não pôde localizar executável do postgres correspondente" -#: postmaster/postmaster.c:1316 utils/misc/tzparser.c:341 +#: postmaster/postmaster.c:1337 utils/misc/tzparser.c:341 #, c-format msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." msgstr "Isto pode indicar uma instalação incompleta do PostgreSQL ou que o arquivo \"%s\" foi movido do local apropriado." -#: postmaster/postmaster.c:1344 +#: postmaster/postmaster.c:1365 #, c-format msgid "data directory \"%s\" does not exist" msgstr "diretório de dados \"%s\" não existe" -#: postmaster/postmaster.c:1349 +#: postmaster/postmaster.c:1370 #, c-format msgid "could not read permissions of directory \"%s\": %m" msgstr "não pôde ler permissões do diretório \"%s\": %m" -#: postmaster/postmaster.c:1357 +#: postmaster/postmaster.c:1378 #, c-format msgid "specified data directory \"%s\" is not a directory" msgstr "diretório de dados especificado \"%s\" não é um diretório" -#: postmaster/postmaster.c:1373 +#: postmaster/postmaster.c:1394 #, c-format msgid "data directory \"%s\" has wrong ownership" msgstr "diretório de dados \"%s\" tem dono incorreto" -#: postmaster/postmaster.c:1375 +#: postmaster/postmaster.c:1396 #, c-format msgid "The server must be started by the user that owns the data directory." msgstr "O servidor deve ser iniciado pelo usuário que é o dono do diretório de dados." -#: postmaster/postmaster.c:1395 +#: postmaster/postmaster.c:1416 #, c-format msgid "data directory \"%s\" has group or world access" msgstr "diretório de dados \"%s\" tem acesso para grupo ou outros" -#: postmaster/postmaster.c:1397 +#: postmaster/postmaster.c:1418 #, c-format msgid "Permissions should be u=rwx (0700)." msgstr "Permissões devem ser u=rwx (0700)." -#: postmaster/postmaster.c:1408 +#: postmaster/postmaster.c:1429 #, c-format msgid "" "%s: could not find the database system\n" @@ -12540,386 +12705,396 @@ msgstr "" "Era esperado encontrá-lo no diretório \"%s\",\n" "mas não pôde abrir arquivo \"%s\": %s\n" -#: postmaster/postmaster.c:1568 +#: postmaster/postmaster.c:1589 #, c-format msgid "select() failed in postmaster: %m" msgstr "select() falhou no postmaster: %m" -#: postmaster/postmaster.c:1738 postmaster/postmaster.c:1769 +#: postmaster/postmaster.c:1769 postmaster/postmaster.c:1800 #, c-format msgid "incomplete startup packet" msgstr "pacote de inicialização incompleto" -#: postmaster/postmaster.c:1750 +#: postmaster/postmaster.c:1781 #, c-format msgid "invalid length of startup packet" msgstr " tamanho do pacote de inicialização é inválido" -#: postmaster/postmaster.c:1807 +#: postmaster/postmaster.c:1839 #, c-format msgid "failed to send SSL negotiation response: %m" msgstr "falhou ao enviar resposta de negociação SSL: %m" -#: postmaster/postmaster.c:1836 +#: postmaster/postmaster.c:1868 #, c-format msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" msgstr "protocolo do cliente %u.%u não é suportado: servidor suporta %u.0 a %u.%u" -#: postmaster/postmaster.c:1887 +#: postmaster/postmaster.c:1919 #, c-format msgid "invalid value for boolean option \"replication\"" msgstr "valor é inválido para opção booleana \"replication\"" -#: postmaster/postmaster.c:1907 +#: postmaster/postmaster.c:1939 #, c-format msgid "invalid startup packet layout: expected terminator as last byte" msgstr "formato de pacote de inicialização é inválido: terminador esperado como último byte" -#: postmaster/postmaster.c:1935 +#: postmaster/postmaster.c:1967 #, c-format msgid "no PostgreSQL user name specified in startup packet" msgstr "nenhum nome de usuário PostgreSQL especificado no pacote de inicialização" -#: postmaster/postmaster.c:1992 +#: postmaster/postmaster.c:2024 #, c-format msgid "the database system is starting up" msgstr "o sistema de banco de dados está iniciando" -#: postmaster/postmaster.c:1997 +#: postmaster/postmaster.c:2029 #, c-format msgid "the database system is shutting down" msgstr "o sistema de banco de dados está desligando" -#: postmaster/postmaster.c:2002 +#: postmaster/postmaster.c:2034 #, c-format msgid "the database system is in recovery mode" msgstr "o sistema de banco de dados está em modo de recuperação" -#: postmaster/postmaster.c:2007 storage/ipc/procarray.c:278 +#: postmaster/postmaster.c:2039 storage/ipc/procarray.c:278 #: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:339 #, c-format msgid "sorry, too many clients already" msgstr "desculpe, muitos clientes conectados" -#: postmaster/postmaster.c:2069 +#: postmaster/postmaster.c:2101 #, c-format msgid "wrong key in cancel request for process %d" msgstr "chave incorreta no pedido de cancelamento do processo %d" -#: postmaster/postmaster.c:2077 +#: postmaster/postmaster.c:2109 #, c-format msgid "PID %d in cancel request did not match any process" msgstr "PID %d no pedido de cancelamento não combina com nenhum processo" -#: postmaster/postmaster.c:2297 +#: postmaster/postmaster.c:2329 #, c-format msgid "received SIGHUP, reloading configuration files" msgstr "SIGHUP recebido, recarregando arquivos de configuração" -#: postmaster/postmaster.c:2323 +#: postmaster/postmaster.c:2355 #, c-format msgid "pg_hba.conf not reloaded" msgstr "pg_hba.conf não foi recarregado" -#: postmaster/postmaster.c:2327 +#: postmaster/postmaster.c:2359 #, c-format msgid "pg_ident.conf not reloaded" msgstr "pg_ident.conf não foi recarregado" -#: postmaster/postmaster.c:2368 +#: postmaster/postmaster.c:2400 #, c-format msgid "received smart shutdown request" msgstr "pedido de desligamento inteligente foi recebido" -#: postmaster/postmaster.c:2421 +#: postmaster/postmaster.c:2453 #, c-format msgid "received fast shutdown request" msgstr "pedido de desligamento rápido foi recebido" -#: postmaster/postmaster.c:2447 +#: postmaster/postmaster.c:2479 #, c-format msgid "aborting any active transactions" msgstr "interrompendo quaisquer transações ativas" -#: postmaster/postmaster.c:2477 +#: postmaster/postmaster.c:2509 #, c-format msgid "received immediate shutdown request" msgstr "pedido de desligamento imediato foi recebido" -#: postmaster/postmaster.c:2548 postmaster/postmaster.c:2569 +#: postmaster/postmaster.c:2580 postmaster/postmaster.c:2601 msgid "startup process" msgstr "processo de inicialização" -#: postmaster/postmaster.c:2551 +#: postmaster/postmaster.c:2583 #, c-format msgid "aborting startup due to startup process failure" msgstr "interrompendo inicialização porque o processo de inicialização falhou" -#: postmaster/postmaster.c:2608 +#: postmaster/postmaster.c:2640 #, c-format msgid "database system is ready to accept connections" msgstr "sistema de banco de dados está pronto para aceitar conexões" -#: postmaster/postmaster.c:2623 +#: postmaster/postmaster.c:2655 msgid "background writer process" msgstr "processo escritor em segundo plano" -#: postmaster/postmaster.c:2677 +#: postmaster/postmaster.c:2709 msgid "checkpointer process" msgstr "processo de ponto de controle" -#: postmaster/postmaster.c:2693 +#: postmaster/postmaster.c:2725 msgid "WAL writer process" msgstr "processo escritor do WAL" -#: postmaster/postmaster.c:2707 +#: postmaster/postmaster.c:2739 msgid "WAL receiver process" msgstr "processo receptor do WAL" -#: postmaster/postmaster.c:2722 +#: postmaster/postmaster.c:2754 msgid "autovacuum launcher process" msgstr "processo inicializador do autovacuum" -#: postmaster/postmaster.c:2737 +#: postmaster/postmaster.c:2769 msgid "archiver process" msgstr "processo arquivador" -#: postmaster/postmaster.c:2753 +#: postmaster/postmaster.c:2785 msgid "statistics collector process" msgstr "processo coletor de estatísticas" -#: postmaster/postmaster.c:2767 +#: postmaster/postmaster.c:2799 msgid "system logger process" msgstr "processo de relato do sistema (system logger)" -#: postmaster/postmaster.c:2829 +#: postmaster/postmaster.c:2861 msgid "worker process" msgstr "processo filho em segundo plano" -#: postmaster/postmaster.c:2899 postmaster/postmaster.c:2918 -#: postmaster/postmaster.c:2925 postmaster/postmaster.c:2943 +#: postmaster/postmaster.c:2931 postmaster/postmaster.c:2950 +#: postmaster/postmaster.c:2957 postmaster/postmaster.c:2975 msgid "server process" msgstr "processo servidor" -#: postmaster/postmaster.c:2979 +#: postmaster/postmaster.c:3011 #, c-format msgid "terminating any other active server processes" msgstr "terminando quaisquer outros processos servidor ativos" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3224 +#: postmaster/postmaster.c:3256 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) terminou com código de retorno %d" -#: postmaster/postmaster.c:3226 postmaster/postmaster.c:3237 -#: postmaster/postmaster.c:3248 postmaster/postmaster.c:3257 -#: postmaster/postmaster.c:3267 +#: postmaster/postmaster.c:3258 postmaster/postmaster.c:3269 +#: postmaster/postmaster.c:3280 postmaster/postmaster.c:3289 +#: postmaster/postmaster.c:3299 #, c-format msgid "Failed process was running: %s" msgstr "Processo que falhou estava executando: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3234 +#: postmaster/postmaster.c:3266 #, c-format msgid "%s (PID %d) was terminated by exception 0x%X" msgstr "%s (PID %d) foi terminado pela exceção 0x%X" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3244 +#: postmaster/postmaster.c:3276 #, c-format msgid "%s (PID %d) was terminated by signal %d: %s" msgstr "%s (PID %d) foi terminado pelo sinal %d: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3255 +#: postmaster/postmaster.c:3287 #, c-format msgid "%s (PID %d) was terminated by signal %d" msgstr "%s (PID %d) foi terminado pelo sinal %d" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3265 +#: postmaster/postmaster.c:3297 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) terminou com status desconhecido %d" -#: postmaster/postmaster.c:3450 +#: postmaster/postmaster.c:3482 #, c-format msgid "abnormal database system shutdown" msgstr "desligamento anormal do sistema de banco de dados" -#: postmaster/postmaster.c:3489 +#: postmaster/postmaster.c:3521 #, c-format msgid "all server processes terminated; reinitializing" msgstr "todos os processos servidor foram terminados; reinicializando" -#: postmaster/postmaster.c:3705 +#: postmaster/postmaster.c:3737 #, c-format msgid "could not fork new process for connection: %m" msgstr "não pôde criar novo processo para conexão: %m" -#: postmaster/postmaster.c:3747 +#: postmaster/postmaster.c:3779 msgid "could not fork new process for connection: " msgstr "não pôde criar novo processo para conexão: " -#: postmaster/postmaster.c:3854 +#: postmaster/postmaster.c:3886 #, c-format msgid "connection received: host=%s port=%s" msgstr "conexão recebida: host=%s porta=%s" -#: postmaster/postmaster.c:3859 +#: postmaster/postmaster.c:3891 #, c-format msgid "connection received: host=%s" msgstr "conexão recebida: host=%s" -#: postmaster/postmaster.c:4149 +#: postmaster/postmaster.c:4181 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "não pôde executar processo servidor \"%s\": %m" -#: postmaster/postmaster.c:4690 +#: postmaster/postmaster.c:4676 +#, c-format +msgid "postmaster became multithreaded" +msgstr "postmaster tem múltiplas threads" + +#: postmaster/postmaster.c:4734 #, c-format msgid "database system is ready to accept read only connections" msgstr "sistema de banco de dados está pronto para aceitar conexões somente leitura" -#: postmaster/postmaster.c:5001 +#: postmaster/postmaster.c:5045 #, c-format msgid "could not fork startup process: %m" msgstr "não pôde criar processo de inicialização: %m" -#: postmaster/postmaster.c:5005 +#: postmaster/postmaster.c:5049 #, c-format msgid "could not fork background writer process: %m" msgstr "não pôde criar processo escritor em segundo plano: %m" -#: postmaster/postmaster.c:5009 +#: postmaster/postmaster.c:5053 #, c-format msgid "could not fork checkpointer process: %m" msgstr "não pôde criar processo de ponto de controle: %m" -#: postmaster/postmaster.c:5013 +#: postmaster/postmaster.c:5057 #, c-format msgid "could not fork WAL writer process: %m" msgstr "não pôde criar processo escritor do WAL: %m" -#: postmaster/postmaster.c:5017 +#: postmaster/postmaster.c:5061 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "não pôde criar processo receptor do WAL: %m" -#: postmaster/postmaster.c:5021 +#: postmaster/postmaster.c:5065 #, c-format msgid "could not fork process: %m" msgstr "não pôde criar processo: %m" -#: postmaster/postmaster.c:5200 +#: postmaster/postmaster.c:5244 #, c-format msgid "registering background worker \"%s\"" msgstr "registrando processo filho em segundo plano \"%s\"" -#: postmaster/postmaster.c:5207 +#: postmaster/postmaster.c:5251 #, c-format msgid "background worker \"%s\": must be registered in shared_preload_libraries" msgstr "processo filho em segundo plano \"%s\": deve ser registrado em shared_preload_libraries" -#: postmaster/postmaster.c:5220 +#: postmaster/postmaster.c:5264 #, c-format msgid "background worker \"%s\": must attach to shared memory in order to be able to request a database connection" msgstr "processo filho em segundo plano \"%s\": deve anexar a memória compartilhada para ser capaz de solicitar uma conexão com banco de dados" -#: postmaster/postmaster.c:5230 +#: postmaster/postmaster.c:5274 #, c-format msgid "background worker \"%s\": cannot request database access if starting at postmaster start" msgstr "processo filho em segundo plano \"%s\": não pode solicitar acesso a banco de dados se iniciado com o postmaster" -#: postmaster/postmaster.c:5245 +#: postmaster/postmaster.c:5289 #, c-format msgid "background worker \"%s\": invalid restart interval" msgstr "processo filho em segundo plano \"%s\": intervalo de reinício é inválido" -#: postmaster/postmaster.c:5261 +#: postmaster/postmaster.c:5305 #, c-format msgid "too many background workers" msgstr "muitos processos filho em segundo plano" -#: postmaster/postmaster.c:5262 +#: postmaster/postmaster.c:5306 #, c-format msgid "Up to %d background worker can be registered with the current settings." msgid_plural "Up to %d background workers can be registered with the current settings." msgstr[0] "Até %d processo filho em segundo plano pode ser registrado com as definições atuais." msgstr[1] "Até %d processos filho em segundo plano podem ser registrados com as definições atuais." -#: postmaster/postmaster.c:5305 +#: postmaster/postmaster.c:5349 #, c-format msgid "database connection requirement not indicated during registration" msgstr "requisito de conexão com banco de dados não foi indicado durante o registro" -#: postmaster/postmaster.c:5312 +#: postmaster/postmaster.c:5356 #, c-format msgid "invalid processing mode in background worker" msgstr "modo de processamento é inválido no processo filho em segundo plano" -#: postmaster/postmaster.c:5386 +#: postmaster/postmaster.c:5430 #, c-format msgid "terminating background worker \"%s\" due to administrator command" msgstr "terminando processo filho em segundo plano \"%s\" por causa de um comando do administrador" -#: postmaster/postmaster.c:5603 +#: postmaster/postmaster.c:5647 #, c-format msgid "starting background worker process \"%s\"" msgstr "iniciando processo filho em segundo plano \"%s\"" -#: postmaster/postmaster.c:5614 +#: postmaster/postmaster.c:5658 #, c-format msgid "could not fork worker process: %m" msgstr "não pôde criar processo filho em segundo plano: %m" -#: postmaster/postmaster.c:5966 +#: postmaster/postmaster.c:6010 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "não pôde duplicar soquete %d para uso pelo servidor: código de erro %d" -#: postmaster/postmaster.c:5998 +#: postmaster/postmaster.c:6042 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "não pôde criar soquete herdado: código de erro %d\n" -#: postmaster/postmaster.c:6027 postmaster/postmaster.c:6034 +#: postmaster/postmaster.c:6071 +#, c-format +msgid "could not open backend variables file \"%s\": %s\n" +msgstr "não pôde abrir arquivo de variáveis do servidor \"%s\": %s\n" + +#: postmaster/postmaster.c:6078 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "não pôde ler do arquivo de variáveis do servidor \"%s\": %s\n" -#: postmaster/postmaster.c:6043 +#: postmaster/postmaster.c:6087 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "não pôde remover arquivo \"%s\": %s\n" -#: postmaster/postmaster.c:6060 +#: postmaster/postmaster.c:6104 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "não pôde mapear visão de variáveis do servidor: código de erro %lu\n" -#: postmaster/postmaster.c:6069 +#: postmaster/postmaster.c:6113 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "não pôde liberar visão de variáveis do servidor: código de erro %lu\n" -#: postmaster/postmaster.c:6076 +#: postmaster/postmaster.c:6120 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "não pôde fechar manipulador das variáveis do servidor: código de erro %lu\n" -#: postmaster/postmaster.c:6232 +#: postmaster/postmaster.c:6276 #, c-format msgid "could not read exit code for process\n" msgstr "não pôde ler código de retorno para processo\n" -#: postmaster/postmaster.c:6237 +#: postmaster/postmaster.c:6281 #, c-format msgid "could not post child completion status\n" msgstr "não pôde publicar status de conclusão do processo filho\n" @@ -13002,14 +13177,14 @@ msgstr "cadeia de caracteres entre aspas não foi terminada" msgid "syntax error: unexpected character \"%s\"" msgstr "erro de sintaxe: caracter inesperado \"%s\"" -#: replication/basebackup.c:141 replication/basebackup.c:923 -#: utils/adt/misc.c:360 +#: replication/basebackup.c:141 replication/basebackup.c:947 +#: storage/file/fd.c:2530 utils/adt/misc.c:360 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "não pôde ler link simbólico \"%s\": %m" -#: replication/basebackup.c:148 replication/basebackup.c:927 -#: utils/adt/misc.c:364 +#: replication/basebackup.c:148 replication/basebackup.c:951 +#: storage/file/fd.c:2535 utils/adt/misc.c:364 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "alvo do link simbólico \"%s\" é muito longo" @@ -13030,34 +13205,34 @@ msgstr "não pôde encontrar arquivos do WAL" msgid "could not find WAL file \"%s\"" msgstr "não pôde encontrar arquivo do WAL \"%s\"" -#: replication/basebackup.c:404 replication/basebackup.c:427 +#: replication/basebackup.c:404 replication/basebackup.c:428 #, c-format msgid "unexpected WAL file size \"%s\"" msgstr "tamanho de arquivo do WAL \"%s\" inesperado" -#: replication/basebackup.c:415 replication/basebackup.c:1065 +#: replication/basebackup.c:416 replication/basebackup.c:1089 #, c-format msgid "base backup could not send data, aborting backup" msgstr "cópia de segurança base não pôde enviar dados, interrompendo cópia de segurança" -#: replication/basebackup.c:499 replication/basebackup.c:508 -#: replication/basebackup.c:517 replication/basebackup.c:526 -#: replication/basebackup.c:535 +#: replication/basebackup.c:514 replication/basebackup.c:523 +#: replication/basebackup.c:532 replication/basebackup.c:541 +#: replication/basebackup.c:550 #, c-format msgid "duplicate option \"%s\"" msgstr "opção \"%s\" duplicada" -#: replication/basebackup.c:790 replication/basebackup.c:877 +#: replication/basebackup.c:805 replication/basebackup.c:892 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "não pôde executar stat no arquivo ou diretório \"%s\": %m" -#: replication/basebackup.c:1001 +#: replication/basebackup.c:1025 #, c-format msgid "skipping special file \"%s\"" msgstr "ignorando arquivo especial \"%s\"" -#: replication/basebackup.c:1055 +#: replication/basebackup.c:1079 #, c-format msgid "archive member \"%s\" too large for tar format" msgstr "membro de archive \"%s\" muito grande para o formato tar" @@ -13073,7 +13248,7 @@ msgid "could not receive database system identifier and timeline ID from the pri msgstr "não pôde receber identificador do sistema de banco de dados e o ID de linha do tempo do servidor principal: %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:140 -#: replication/libpqwalreceiver/libpqwalreceiver.c:288 +#: replication/libpqwalreceiver/libpqwalreceiver.c:289 #, c-format msgid "invalid response from primary server" msgstr "resposta inválida do servidor principal" @@ -13113,59 +13288,59 @@ msgstr "conjunto de resultados inesperado após fim de fluxo" msgid "error reading result of streaming command: %s" msgstr "erro ao ler resultado do comando de fluxo: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:254 +#: replication/libpqwalreceiver/libpqwalreceiver.c:255 #, c-format msgid "unexpected result after CommandComplete: %s" msgstr "resultado inesperado após CommandComplete: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:277 +#: replication/libpqwalreceiver/libpqwalreceiver.c:278 #, c-format msgid "could not receive timeline history file from the primary server: %s" msgstr "não pôde receber arquivo contendo histórico de linha do tempo do servidor principal: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:289 +#: replication/libpqwalreceiver/libpqwalreceiver.c:290 #, c-format msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields." msgstr "Esperada 1 tupla com 2 campos, recebeu %d tuplas com %d campos." -#: replication/libpqwalreceiver/libpqwalreceiver.c:317 +#: replication/libpqwalreceiver/libpqwalreceiver.c:318 #, c-format msgid "socket not open" msgstr "soquete não está aberto" -#: replication/libpqwalreceiver/libpqwalreceiver.c:490 -#: replication/libpqwalreceiver/libpqwalreceiver.c:513 -#: replication/libpqwalreceiver/libpqwalreceiver.c:519 +#: replication/libpqwalreceiver/libpqwalreceiver.c:491 +#: replication/libpqwalreceiver/libpqwalreceiver.c:514 +#: replication/libpqwalreceiver/libpqwalreceiver.c:520 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "não pôde receber dados do fluxo do WAL: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:538 +#: replication/libpqwalreceiver/libpqwalreceiver.c:539 #, c-format msgid "could not send data to WAL stream: %s" msgstr "não pôde enviar dados ao fluxo do WAL: %s" -#: replication/syncrep.c:207 +#: replication/syncrep.c:208 #, c-format msgid "canceling the wait for synchronous replication and terminating connection due to administrator command" msgstr "cancelando espera por replicação síncrona e terminando conexão por causa de um comando do administrador" -#: replication/syncrep.c:208 replication/syncrep.c:225 +#: replication/syncrep.c:209 replication/syncrep.c:226 #, c-format msgid "The transaction has already committed locally, but might not have been replicated to the standby." msgstr "A transação foi efetivada localmente, mas pode não ter sido replicado para o servidor em espera." -#: replication/syncrep.c:224 +#: replication/syncrep.c:225 #, c-format msgid "canceling wait for synchronous replication due to user request" msgstr "cancelando espera por replicação síncrona por causa de um pedido do usuário" -#: replication/syncrep.c:354 +#: replication/syncrep.c:355 #, c-format msgid "standby \"%s\" now has synchronous standby priority %u" msgstr "servidor em espera \"%s\" agora tem prioridade %u como servidor em espera síncrono" -#: replication/syncrep.c:456 +#: replication/syncrep.c:457 #, c-format msgid "standby \"%s\" is now the synchronous standby with priority %u" msgstr "servidor em espera \"%s\" agora é um servidor em espera síncrono com prioridade %u" @@ -13255,43 +13430,42 @@ msgstr "O histórico deste servidor bifurcou da linha do tempo %u em %X/%X." msgid "requested starting point %X/%X is ahead of the WAL flush position of this server %X/%X" msgstr "ponto de início solicitado %X/%X está a frente da posição de escrita do WAL neste servidor %X/%X" -#: replication/walsender.c:707 replication/walsender.c:757 -#: replication/walsender.c:806 +#: replication/walsender.c:708 replication/walsender.c:724 #, c-format msgid "unexpected EOF on standby connection" msgstr "EOF inesperado na conexão do servidor em espera" -#: replication/walsender.c:726 +#: replication/walsender.c:738 #, c-format msgid "unexpected standby message type \"%c\", after receiving CopyDone" msgstr "tipo de mensagem do servidor em espera \"%c\" inesperado, após receber CopyDone" -#: replication/walsender.c:774 +#: replication/walsender.c:776 #, c-format msgid "invalid standby message type \"%c\"" msgstr "tipo de mensagem do servidor em espera \"%c\" é inválido" -#: replication/walsender.c:828 +#: replication/walsender.c:817 #, c-format msgid "unexpected message type \"%c\"" msgstr "tipo de mensagem \"%c\" inesperado" -#: replication/walsender.c:1042 +#: replication/walsender.c:1031 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "servidor em espera \"%s\" agora alcançou o servidor principal" -#: replication/walsender.c:1151 +#: replication/walsender.c:1140 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "terminando processo walsender por causa do tempo de espera da replicação" -#: replication/walsender.c:1221 +#: replication/walsender.c:1210 #, c-format msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" msgstr "número de conexões dos servidores em espera solicitadas excedeu max_wal_senders (atualmente %d)" -#: replication/walsender.c:1377 +#: replication/walsender.c:1366 #, c-format msgid "could not read from log segment %s, offset %u, length %lu: %m" msgstr "não pôde ler do arquivo de log %s, posição %u, tamanho %lu: %m" @@ -13789,17 +13963,17 @@ msgstr "Isso tem ocorrido com kernels contendo bugs; considere atualizar seu sis msgid "invalid page in block %u of relation %s; zeroing out page" msgstr "página é inválida no bloco %u da relação %s; zerando página" -#: storage/buffer/bufmgr.c:3180 +#: storage/buffer/bufmgr.c:3195 #, c-format msgid "could not write block %u of %s" msgstr "não pôde escrever bloco %u de %s" -#: storage/buffer/bufmgr.c:3182 +#: storage/buffer/bufmgr.c:3197 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Falhas múltiplas --- erro de escrita pode ser permanente." -#: storage/buffer/bufmgr.c:3203 storage/buffer/bufmgr.c:3222 +#: storage/buffer/bufmgr.c:3218 storage/buffer/bufmgr.c:3237 #, c-format msgid "writing block %u of relation %s" msgstr "escrevendo bloco %u da relação %s" @@ -13860,9 +14034,19 @@ msgstr "maxAllocatedDescs excedido (%d) ao tentar abrir diretório \"%s\"" msgid "could not read directory \"%s\": %m" msgstr "não pôde ler diretório \"%s\": %m" +#: storage/file/fd.c:2470 +#, c-format +msgid "could not open file \"%s\" before fsync" +msgstr "não pôde abrir arquivo \"%s\" antes do fsync" + +#: storage/file/fd.c:2554 +#, c-format +msgid "this platform does not support symbolic links; ignoring \"%s\"" +msgstr "essa plataforma não suporta links simbólicos; ignorando \"%s\"" + #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:872 storage/lmgr/lock.c:906 -#: storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3710 storage/lmgr/lock.c:3775 -#: storage/lmgr/lock.c:4065 storage/lmgr/predicate.c:2320 +#: storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3714 storage/lmgr/lock.c:3779 +#: storage/lmgr/lock.c:4069 storage/lmgr/predicate.c:2320 #: storage/lmgr/predicate.c:2335 storage/lmgr/predicate.c:3728 #: storage/lmgr/predicate.c:4871 storage/lmgr/proc.c:198 #: utils/hash/dynahash.c:966 @@ -13890,12 +14074,12 @@ msgstr "tamanho da entrada de ShmemIndex está errado para estrutura de dados \" msgid "requested shared memory size overflows size_t" msgstr "tamanho de memória compartilhada solicitado ultrapassa size_t" -#: storage/ipc/standby.c:499 tcop/postgres.c:2955 +#: storage/ipc/standby.c:499 tcop/postgres.c:2992 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "cancelando comando por causa de um conflito com recuperação" -#: storage/ipc/standby.c:500 tcop/postgres.c:2219 +#: storage/ipc/standby.c:500 tcop/postgres.c:2246 #, c-format msgid "User transaction caused buffer deadlock with recovery." msgstr "Transação do usuário causou impasse com a recuperação." @@ -14001,12 +14185,12 @@ msgid "Only RowExclusiveLock or less can be acquired on database objects during msgstr "Somente RowExclusiveLock ou menos pode ser adquirido em objetos de banco de dados durante recuperação." #: storage/lmgr/lock.c:873 storage/lmgr/lock.c:907 storage/lmgr/lock.c:2601 -#: storage/lmgr/lock.c:3711 storage/lmgr/lock.c:3776 storage/lmgr/lock.c:4066 +#: storage/lmgr/lock.c:3715 storage/lmgr/lock.c:3780 storage/lmgr/lock.c:4070 #, c-format msgid "You might need to increase max_locks_per_transaction." msgstr "Você pode precisar aumentar max_locks_per_transaction." -#: storage/lmgr/lock.c:3038 storage/lmgr/lock.c:3150 +#: storage/lmgr/lock.c:3042 storage/lmgr/lock.c:3154 #, c-format msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object" msgstr "não pode executar PREPARE enquanto se mantém bloqueios tanto a nível de sessão quanto a nível de transação no mesmo objeto" @@ -14095,42 +14279,42 @@ msgstr "não pôde serializar acesso devido a dependências de leitura/escrita e msgid "The transaction might succeed if retried." msgstr "A transação pode ter sucesso se repetida." -#: storage/lmgr/proc.c:1170 +#: storage/lmgr/proc.c:1177 #, c-format msgid "Process %d waits for %s on %s." msgstr "Processo %d espera por %s em %s." -#: storage/lmgr/proc.c:1180 +#: storage/lmgr/proc.c:1187 #, c-format msgid "sending cancel to blocking autovacuum PID %d" msgstr "enviando cancelamento para PID de limpeza automática %d que bloqueia" -#: storage/lmgr/proc.c:1192 utils/adt/misc.c:136 +#: storage/lmgr/proc.c:1199 utils/adt/misc.c:136 #, c-format msgid "could not send signal to process %d: %m" msgstr "não pôde enviar sinal para processo %d: %m" -#: storage/lmgr/proc.c:1227 +#: storage/lmgr/proc.c:1234 #, c-format msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms" msgstr "processo %d evitou impasse por %s em %s ao reorganizar a ordem da fila após %ld.%03d ms" -#: storage/lmgr/proc.c:1239 +#: storage/lmgr/proc.c:1246 #, c-format msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" msgstr "processo %d detectou impasse enquanto esperava por %s em %s após %ld.%03d ms" -#: storage/lmgr/proc.c:1245 +#: storage/lmgr/proc.c:1252 #, c-format msgid "process %d still waiting for %s on %s after %ld.%03d ms" msgstr "processo %d ainda espera por %s em %s após %ld.%03d ms" -#: storage/lmgr/proc.c:1249 +#: storage/lmgr/proc.c:1256 #, c-format msgid "process %d acquired %s on %s after %ld.%03d ms" msgstr "processo %d obteve %s em %s após %ld.%03d ms" -#: storage/lmgr/proc.c:1265 +#: storage/lmgr/proc.c:1272 #, c-format msgid "process %d failed to acquire %s on %s after %ld.%03d ms" msgstr "processo %d falhou ao obter %s em %s após %ld.%03d ms" @@ -14236,214 +14420,214 @@ msgstr "não pôde encaminhar pedido de fsync porque a fila de pedidos está che msgid "could not open file \"%s\" (target block %u): %m" msgstr "não pôde abrir arquivo \"%s\" (bloco alvo %u): %m" -#: tcop/fastpath.c:111 tcop/fastpath.c:502 tcop/fastpath.c:632 +#: tcop/fastpath.c:111 tcop/fastpath.c:475 tcop/fastpath.c:605 #, c-format msgid "invalid argument size %d in function call message" msgstr "tamanho de argumento %d é inválido na mensagem de chamada da função" -#: tcop/fastpath.c:304 tcop/postgres.c:362 tcop/postgres.c:398 -#, c-format -msgid "unexpected EOF on client connection" -msgstr "EOF inesperado durante conexão do cliente" - -#: tcop/fastpath.c:318 tcop/postgres.c:947 tcop/postgres.c:1257 -#: tcop/postgres.c:1515 tcop/postgres.c:1920 tcop/postgres.c:2287 -#: tcop/postgres.c:2362 +#: tcop/fastpath.c:291 tcop/postgres.c:974 tcop/postgres.c:1284 +#: tcop/postgres.c:1542 tcop/postgres.c:1947 tcop/postgres.c:2314 +#: tcop/postgres.c:2389 #, c-format msgid "current transaction is aborted, commands ignored until end of transaction block" msgstr "transação atual foi interrompida, comandos ignorados até o fim do bloco de transação" -#: tcop/fastpath.c:346 +#: tcop/fastpath.c:319 #, c-format msgid "fastpath function call: \"%s\" (OID %u)" msgstr "chamada fastpath de função: \"%s\" (OID %u)" -#: tcop/fastpath.c:428 tcop/postgres.c:1117 tcop/postgres.c:1382 -#: tcop/postgres.c:1761 tcop/postgres.c:1978 +#: tcop/fastpath.c:401 tcop/postgres.c:1144 tcop/postgres.c:1409 +#: tcop/postgres.c:1788 tcop/postgres.c:2005 #, c-format msgid "duration: %s ms" msgstr "duração: %s ms" -#: tcop/fastpath.c:432 +#: tcop/fastpath.c:405 #, c-format msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" msgstr "duração: %s ms chamada fastpath de função: \"%s\" (OID %u)" -#: tcop/fastpath.c:470 tcop/fastpath.c:597 +#: tcop/fastpath.c:443 tcop/fastpath.c:570 #, c-format msgid "function call message contains %d arguments but function requires %d" msgstr "mensagem de chamada da função contém %d argumentos mas função requer %d" -#: tcop/fastpath.c:478 +#: tcop/fastpath.c:451 #, c-format msgid "function call message contains %d argument formats but %d arguments" msgstr "mensagem de chamada da função contém %d formatos de argumento mas só tem %d argumentos" -#: tcop/fastpath.c:565 tcop/fastpath.c:648 +#: tcop/fastpath.c:538 tcop/fastpath.c:621 #, c-format msgid "incorrect binary data format in function argument %d" msgstr "formato de dado binário incorreto no argumento %d da função" -#: tcop/postgres.c:426 tcop/postgres.c:438 tcop/postgres.c:449 -#: tcop/postgres.c:461 tcop/postgres.c:4247 +#: tcop/postgres.c:364 tcop/postgres.c:400 tcop/postgres.c:427 +#, c-format +msgid "unexpected EOF on client connection" +msgstr "EOF inesperado durante conexão do cliente" + +#: tcop/postgres.c:450 tcop/postgres.c:462 tcop/postgres.c:473 +#: tcop/postgres.c:485 tcop/postgres.c:4305 #, c-format msgid "invalid frontend message type %d" msgstr "tipo de mensagem do cliente %d é inválido" -#: tcop/postgres.c:888 +#: tcop/postgres.c:915 #, c-format msgid "statement: %s" msgstr "comando: %s" -#: tcop/postgres.c:1122 +#: tcop/postgres.c:1149 #, c-format msgid "duration: %s ms statement: %s" msgstr "duração: %s ms comando: %s" -#: tcop/postgres.c:1172 +#: tcop/postgres.c:1199 #, c-format msgid "parse %s: %s" msgstr "análise de %s: %s" -#: tcop/postgres.c:1230 +#: tcop/postgres.c:1257 #, c-format msgid "cannot insert multiple commands into a prepared statement" msgstr "não pode inserir múltiplos comandos no comando preparado" -#: tcop/postgres.c:1387 +#: tcop/postgres.c:1414 #, c-format msgid "duration: %s ms parse %s: %s" msgstr "duração: %s ms análise de %s: %s" -#: tcop/postgres.c:1432 +#: tcop/postgres.c:1459 #, c-format msgid "bind %s to %s" msgstr "ligação de %s para %s" -#: tcop/postgres.c:1451 tcop/postgres.c:2268 +#: tcop/postgres.c:1478 tcop/postgres.c:2295 #, c-format msgid "unnamed prepared statement does not exist" msgstr "comando preparado sem nome não existe" -#: tcop/postgres.c:1493 +#: tcop/postgres.c:1520 #, c-format msgid "bind message has %d parameter formats but %d parameters" msgstr "mensagem de ligação tem %d formatos de parâmetro mas só tem %d parâmetros" -#: tcop/postgres.c:1499 +#: tcop/postgres.c:1526 #, c-format msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" msgstr "mensagem de ligação forneceu %d parâmetros, mas comando preparado \"%s\" requer %d" -#: tcop/postgres.c:1668 +#: tcop/postgres.c:1695 #, c-format msgid "incorrect binary data format in bind parameter %d" msgstr "formato de dado binário incorreto no parâmetro de ligação %d" -#: tcop/postgres.c:1766 +#: tcop/postgres.c:1793 #, c-format msgid "duration: %s ms bind %s%s%s: %s" msgstr "duração: %s ms ligação %s%s%s: %s" -#: tcop/postgres.c:1814 tcop/postgres.c:2348 +#: tcop/postgres.c:1841 tcop/postgres.c:2375 #, c-format msgid "portal \"%s\" does not exist" msgstr "portal \"%s\" não existe" -#: tcop/postgres.c:1899 +#: tcop/postgres.c:1926 #, c-format msgid "%s %s%s%s: %s" msgstr "%s %s%s%s: %s" -#: tcop/postgres.c:1901 tcop/postgres.c:1986 +#: tcop/postgres.c:1928 tcop/postgres.c:2013 msgid "execute fetch from" msgstr "executar busca de" -#: tcop/postgres.c:1902 tcop/postgres.c:1987 +#: tcop/postgres.c:1929 tcop/postgres.c:2014 msgid "execute" msgstr "executar" -#: tcop/postgres.c:1983 +#: tcop/postgres.c:2010 #, c-format msgid "duration: %s ms %s %s%s%s: %s" msgstr "duração: %s ms %s %s%s%s: %s" -#: tcop/postgres.c:2109 +#: tcop/postgres.c:2136 #, c-format msgid "prepare: %s" msgstr "preparado: %s" -#: tcop/postgres.c:2172 +#: tcop/postgres.c:2199 #, c-format msgid "parameters: %s" msgstr "parâmetros: %s" -#: tcop/postgres.c:2191 +#: tcop/postgres.c:2218 #, c-format msgid "abort reason: recovery conflict" msgstr "razão da interrupção: conflito de recuperação" -#: tcop/postgres.c:2207 +#: tcop/postgres.c:2234 #, c-format msgid "User was holding shared buffer pin for too long." msgstr "Usuário estava mantendo um buffer compartilhado na cache por muito tempo." -#: tcop/postgres.c:2210 +#: tcop/postgres.c:2237 #, c-format msgid "User was holding a relation lock for too long." msgstr "Usuário estava mantendo um travamento de relação por muito tempo." -#: tcop/postgres.c:2213 +#: tcop/postgres.c:2240 #, c-format msgid "User was or might have been using tablespace that must be dropped." msgstr "Usuário estava ou pode estar utilizando tablespace que deve ser removida." -#: tcop/postgres.c:2216 +#: tcop/postgres.c:2243 #, c-format msgid "User query might have needed to see row versions that must be removed." msgstr "Consulta do usuário pode ter precisado acessar versões de registros que devem ser removidas." -#: tcop/postgres.c:2222 +#: tcop/postgres.c:2249 #, c-format msgid "User was connected to a database that must be dropped." msgstr "Usuário estava conectado ao banco de dados que deve ser removido." -#: tcop/postgres.c:2551 +#: tcop/postgres.c:2578 #, c-format msgid "terminating connection because of crash of another server process" msgstr "finalizando conexão por causa de uma queda de um outro processo servidor" -#: tcop/postgres.c:2552 +#: tcop/postgres.c:2579 #, c-format msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." msgstr "O postmaster ordenou a esse processo servidor para cancelar a transação atual e sair, porque outro processo servidor saiu anormalmente e possivelmente corrompeu memória compartilhada." -#: tcop/postgres.c:2556 tcop/postgres.c:2950 +#: tcop/postgres.c:2583 tcop/postgres.c:2910 #, c-format msgid "In a moment you should be able to reconnect to the database and repeat your command." msgstr "Dentro de instantes você poderá conectar novamente ao banco de dados e repetir seu commando." -#: tcop/postgres.c:2669 +#: tcop/postgres.c:2676 #, c-format msgid "floating-point exception" msgstr "exceção de ponto flutuante" -#: tcop/postgres.c:2670 +#: tcop/postgres.c:2677 #, c-format msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." msgstr "Uma operação de ponto flutuante inválida foi sinalizada. Isto provavelmente indica um resultado fora do intervalo ou uma operação inválida, tal como divisão por zero." -#: tcop/postgres.c:2854 +#: tcop/postgres.c:2853 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "terminando processo de limpeza automática por causa de um comando do administrador" -#: tcop/postgres.c:2860 tcop/postgres.c:2870 tcop/postgres.c:2948 +#: tcop/postgres.c:2859 tcop/postgres.c:2869 tcop/postgres.c:2908 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "terminando conexão por causa de um conflito com recuperação" -#: tcop/postgres.c:2876 +#: tcop/postgres.c:2875 #, c-format msgid "terminating connection due to administrator command" msgstr "terminando conexão por causa de um comando do administrador" @@ -14453,92 +14637,92 @@ msgstr "terminando conexão por causa de um comando do administrador" msgid "connection to client lost" msgstr "conexão com cliente foi perdida" -#: tcop/postgres.c:2903 +#: tcop/postgres.c:2944 #, c-format msgid "canceling authentication due to timeout" msgstr "cancelando autenticação por causa do tempo de espera (timeout)" -#: tcop/postgres.c:2918 +#: tcop/postgres.c:2960 #, c-format msgid "canceling statement due to lock timeout" msgstr "cancelando comando por causa do tempo de espera (timeout) do bloqueio" -#: tcop/postgres.c:2927 +#: tcop/postgres.c:2970 #, c-format msgid "canceling statement due to statement timeout" msgstr "cancelando comando por causa do tempo de espera (timeout) do comando" -#: tcop/postgres.c:2936 +#: tcop/postgres.c:2980 #, c-format msgid "canceling autovacuum task" msgstr "cancelando tarefa de limpeza automática" -#: tcop/postgres.c:2971 +#: tcop/postgres.c:3009 #, c-format msgid "canceling statement due to user request" msgstr "cancelando comando por causa de um pedido do usuário" -#: tcop/postgres.c:3099 tcop/postgres.c:3121 +#: tcop/postgres.c:3137 tcop/postgres.c:3159 #, c-format msgid "stack depth limit exceeded" msgstr "limite da profundidade da pilha foi excedido" -#: tcop/postgres.c:3100 tcop/postgres.c:3122 +#: tcop/postgres.c:3138 tcop/postgres.c:3160 #, c-format msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." msgstr "Aumente o parâmetro de configuração \"max_stack_depth\" (atualmente %dkB), após certificar-se que o limite de profundidade da pilha para a plataforma é adequado." -#: tcop/postgres.c:3138 +#: tcop/postgres.c:3176 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "\"max_stack_depth\" não deve exceder %ldkB." -#: tcop/postgres.c:3140 +#: tcop/postgres.c:3178 #, c-format msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." msgstr "Aumente o limite de profundidade da pilha da plataforma utilizando \"ulimit -s\" ou equivalente." -#: tcop/postgres.c:3504 +#: tcop/postgres.c:3542 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "argumento de linha de comando é inválido para processo servidor: %s" -#: tcop/postgres.c:3505 tcop/postgres.c:3511 +#: tcop/postgres.c:3543 tcop/postgres.c:3549 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Tente \"%s --help\" para obter informações adicionais." -#: tcop/postgres.c:3509 +#: tcop/postgres.c:3547 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: argumento de linha de comando é inválido: %s" -#: tcop/postgres.c:3588 +#: tcop/postgres.c:3626 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: banco de dados ou nome de usuário não foi especificado" -#: tcop/postgres.c:4155 +#: tcop/postgres.c:4213 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "subtipo %d de mensagem CLOSE é inválido" -#: tcop/postgres.c:4190 +#: tcop/postgres.c:4248 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "subtipo %d de mensagem DESCRIBE é inválido" -#: tcop/postgres.c:4268 +#: tcop/postgres.c:4326 #, c-format msgid "fastpath function calls not supported in a replication connection" msgstr "chamadas fastpath de funções não são suportadas em uma conexão de replicação" -#: tcop/postgres.c:4272 +#: tcop/postgres.c:4330 #, c-format msgid "extended query protocol not supported in a replication connection" msgstr "protocolo estendido de consultas não é suportado em uma conexão de replicação" -#: tcop/postgres.c:4442 +#: tcop/postgres.c:4500 #, c-format msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s" msgstr "desconexão: tempo da sessão: %d:%02d:%02d.%02d usuário=%s banco de dados=%s máquina=%s%s%s" @@ -14926,8 +15110,8 @@ msgstr "tipo de entrada não é uma matriz" #: utils/adt/int.c:737 utils/adt/int.c:759 utils/adt/int.c:907 #: utils/adt/int.c:928 utils/adt/int.c:955 utils/adt/int.c:995 #: utils/adt/int.c:1016 utils/adt/int.c:1043 utils/adt/int.c:1076 -#: utils/adt/int.c:1159 utils/adt/int8.c:1247 utils/adt/numeric.c:2257 -#: utils/adt/numeric.c:2266 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 +#: utils/adt/int.c:1159 utils/adt/int8.c:1247 utils/adt/numeric.c:2258 +#: utils/adt/numeric.c:2267 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 #: utils/adt/varlena.c:1013 utils/adt/varlena.c:2036 #, c-format msgid "integer out of range" @@ -15177,8 +15361,8 @@ msgstr "sintaxe de entrada é inválida para tipo money: \"%s\"" #: utils/adt/int.c:861 utils/adt/int.c:969 utils/adt/int.c:1058 #: utils/adt/int.c:1097 utils/adt/int.c:1125 utils/adt/int8.c:597 #: utils/adt/int8.c:657 utils/adt/int8.c:846 utils/adt/int8.c:954 -#: utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4525 -#: utils/adt/numeric.c:4808 utils/adt/timestamp.c:3021 +#: utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4526 +#: utils/adt/numeric.c:4809 utils/adt/timestamp.c:3021 #, c-format msgid "division by zero" msgstr "divisão por zero" @@ -15209,12 +15393,12 @@ msgstr "precisão do TIME(%d)%s reduzida ao máximo permitido, %d" msgid "date/time value \"current\" is no longer supported" msgstr "valor de data/hora \"current\" não é mais suportado" -#: utils/adt/date.c:169 utils/adt/formatting.c:3399 +#: utils/adt/date.c:169 utils/adt/formatting.c:3511 #, c-format msgid "date out of range: \"%s\"" msgstr "date fora do intervalo: \"%s\"" -#: utils/adt/date.c:219 utils/adt/xml.c:2033 +#: utils/adt/date.c:219 utils/adt/xml.c:2034 #, c-format msgid "date out of range" msgstr "data fora do intervalo" @@ -15230,8 +15414,8 @@ msgid "date out of range for timestamp" msgstr "date fora do intervalo para timestamp" #: utils/adt/date.c:936 utils/adt/date.c:982 utils/adt/date.c:1549 -#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3275 -#: utils/adt/formatting.c:3307 utils/adt/formatting.c:3375 +#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3387 +#: utils/adt/formatting.c:3419 utils/adt/formatting.c:3487 #: utils/adt/nabstime.c:481 utils/adt/nabstime.c:524 utils/adt/nabstime.c:554 #: utils/adt/nabstime.c:597 utils/adt/timestamp.c:226 #: utils/adt/timestamp.c:269 utils/adt/timestamp.c:502 @@ -15248,8 +15432,8 @@ msgstr "date fora do intervalo para timestamp" #: utils/adt/timestamp.c:4359 utils/adt/timestamp.c:4573 #: utils/adt/timestamp.c:4587 utils/adt/timestamp.c:4666 #: utils/adt/timestamp.c:4673 utils/adt/timestamp.c:4699 -#: utils/adt/timestamp.c:4703 utils/adt/timestamp.c:4772 utils/adt/xml.c:2055 -#: utils/adt/xml.c:2062 utils/adt/xml.c:2082 utils/adt/xml.c:2089 +#: utils/adt/timestamp.c:4703 utils/adt/timestamp.c:4772 utils/adt/xml.c:2056 +#: utils/adt/xml.c:2063 utils/adt/xml.c:2083 utils/adt/xml.c:2090 #, c-format msgid "timestamp out of range" msgstr "timestamp fora do intervalo" @@ -15422,7 +15606,7 @@ msgid "\"%s\" is out of range for type real" msgstr "\"%s\" está fora do intervalo para tipo real" #: utils/adt/float.c:449 utils/adt/float.c:523 utils/adt/float.c:579 -#: utils/adt/numeric.c:3987 utils/adt/numeric.c:4013 +#: utils/adt/numeric.c:3988 utils/adt/numeric.c:4014 #, c-format msgid "invalid input syntax for type double precision: \"%s\"" msgstr "sintaxe de entrada é inválida para tipo double precision: \"%s\"" @@ -15435,32 +15619,32 @@ msgstr "\"%s\" está fora do intervalo para tipo double precision" #: utils/adt/float.c:1243 utils/adt/float.c:1301 utils/adt/int.c:349 #: utils/adt/int.c:775 utils/adt/int.c:804 utils/adt/int.c:825 #: utils/adt/int.c:845 utils/adt/int.c:879 utils/adt/int.c:1174 -#: utils/adt/int8.c:1272 utils/adt/numeric.c:2354 utils/adt/numeric.c:2363 +#: utils/adt/int8.c:1272 utils/adt/numeric.c:2355 utils/adt/numeric.c:2364 #, c-format msgid "smallint out of range" msgstr "smallint fora do intervalo" -#: utils/adt/float.c:1427 utils/adt/numeric.c:5201 +#: utils/adt/float.c:1427 utils/adt/numeric.c:5202 #, c-format msgid "cannot take square root of a negative number" msgstr "não pode calcular raiz quadrada de um número negativo" -#: utils/adt/float.c:1469 utils/adt/numeric.c:2174 +#: utils/adt/float.c:1469 utils/adt/numeric.c:2175 #, c-format msgid "zero raised to a negative power is undefined" msgstr "zero elevado a um número negativo é indefinido" -#: utils/adt/float.c:1473 utils/adt/numeric.c:2180 +#: utils/adt/float.c:1473 utils/adt/numeric.c:2181 #, c-format msgid "a negative number raised to a non-integer power yields a complex result" msgstr "um número negativo elevado a um número que não é inteiro retorna um resultado complexo" -#: utils/adt/float.c:1539 utils/adt/float.c:1569 utils/adt/numeric.c:5419 +#: utils/adt/float.c:1539 utils/adt/float.c:1569 utils/adt/numeric.c:5420 #, c-format msgid "cannot take logarithm of zero" msgstr "não pode calcular logaritmo de zero" -#: utils/adt/float.c:1543 utils/adt/float.c:1573 utils/adt/numeric.c:5423 +#: utils/adt/float.c:1543 utils/adt/float.c:1573 utils/adt/numeric.c:5424 #, c-format msgid "cannot take logarithm of a negative number" msgstr "não pode calcular logaritmo de número negativo" @@ -15472,12 +15656,12 @@ msgstr "não pode calcular logaritmo de número negativo" msgid "input is out of range" msgstr "entrada está fora do intervalo" -#: utils/adt/float.c:2811 utils/adt/numeric.c:1227 +#: utils/adt/float.c:2811 utils/adt/numeric.c:1228 #, c-format msgid "count must be greater than zero" msgstr "contador deve ser maior do que zero" -#: utils/adt/float.c:2816 utils/adt/numeric.c:1234 +#: utils/adt/float.c:2816 utils/adt/numeric.c:1235 #, c-format msgid "operand, lower bound, and upper bound cannot be NaN" msgstr "operando, limite inferior e limite superior não podem ser NaN" @@ -15487,7 +15671,7 @@ msgstr "operando, limite inferior e limite superior não podem ser NaN" msgid "lower and upper bounds must be finite" msgstr "limites inferior e superior devem ser finitos" -#: utils/adt/float.c:2860 utils/adt/numeric.c:1247 +#: utils/adt/float.c:2860 utils/adt/numeric.c:1248 #, c-format msgid "lower bound cannot equal upper bound" msgstr "limite inferior não pode ser igual a limite superior" @@ -15502,193 +15686,203 @@ msgstr "especificação do formato é inválida para um valor interval" msgid "Intervals are not tied to specific calendar dates." msgstr "Intervalos não estão presos a datas específicas do calendário." -#: utils/adt/formatting.c:1060 +#: utils/adt/formatting.c:1064 #, c-format msgid "\"EEEE\" must be the last pattern used" msgstr "\"EEEE\" deve ser o último padrão utilizado" -#: utils/adt/formatting.c:1068 +#: utils/adt/formatting.c:1072 #, c-format msgid "\"9\" must be ahead of \"PR\"" msgstr "\"9\" deve estar a frente de \"PR\"" -#: utils/adt/formatting.c:1084 +#: utils/adt/formatting.c:1088 #, c-format msgid "\"0\" must be ahead of \"PR\"" msgstr "\"0\" deve estar a frente de \"PR\"" -#: utils/adt/formatting.c:1111 +#: utils/adt/formatting.c:1115 #, c-format msgid "multiple decimal points" msgstr "múltiplos separadores decimais" -#: utils/adt/formatting.c:1115 utils/adt/formatting.c:1198 +#: utils/adt/formatting.c:1119 utils/adt/formatting.c:1202 #, c-format msgid "cannot use \"V\" and decimal point together" msgstr "não pode utilizar \"V\" e separador decimal juntos" -#: utils/adt/formatting.c:1127 +#: utils/adt/formatting.c:1131 #, c-format msgid "cannot use \"S\" twice" msgstr "não pode utilizar \"S\" duas vezes" -#: utils/adt/formatting.c:1131 +#: utils/adt/formatting.c:1135 #, c-format msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" msgstr "não pode utilizar \"S\" e \"PL\"/\"MI\"/\"SG\"/\"PR\" juntos" -#: utils/adt/formatting.c:1151 +#: utils/adt/formatting.c:1155 #, c-format msgid "cannot use \"S\" and \"MI\" together" msgstr "não pode utilizar \"S\" e \"MI\" juntos" -#: utils/adt/formatting.c:1161 +#: utils/adt/formatting.c:1165 #, c-format msgid "cannot use \"S\" and \"PL\" together" msgstr "não pode utilizar \"S\" e \"PL\" juntos" -#: utils/adt/formatting.c:1171 +#: utils/adt/formatting.c:1175 #, c-format msgid "cannot use \"S\" and \"SG\" together" msgstr "não pode utilizar \"S\" e \"SG\" juntos" -#: utils/adt/formatting.c:1180 +#: utils/adt/formatting.c:1184 #, c-format msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" msgstr "não pode utilizar \"PR\" e \"S\"/\"PL\"/\"MI\"/\"SG\" juntos" -#: utils/adt/formatting.c:1206 +#: utils/adt/formatting.c:1210 #, c-format msgid "cannot use \"EEEE\" twice" msgstr "não pode utilizar \"EEEE\" duas vezes" -#: utils/adt/formatting.c:1212 +#: utils/adt/formatting.c:1216 #, c-format msgid "\"EEEE\" is incompatible with other formats" msgstr "\"EEEE\" é imcompatível com outros formatos" -#: utils/adt/formatting.c:1213 +#: utils/adt/formatting.c:1217 #, c-format msgid "\"EEEE\" may only be used together with digit and decimal point patterns." msgstr "\"EEEE\" só pode ser utilizado em conjunto com padrões de dígitos e decimais." -#: utils/adt/formatting.c:1413 +#: utils/adt/formatting.c:1417 #, c-format msgid "\"%s\" is not a number" msgstr "\"%s\" não é um número" -#: utils/adt/formatting.c:1514 utils/adt/formatting.c:1566 +#: utils/adt/formatting.c:1518 utils/adt/formatting.c:1570 #, c-format msgid "could not determine which collation to use for lower() function" msgstr "não pôde determinar qual ordenação utilizar na função lower()" -#: utils/adt/formatting.c:1634 utils/adt/formatting.c:1686 +#: utils/adt/formatting.c:1638 utils/adt/formatting.c:1690 #, c-format msgid "could not determine which collation to use for upper() function" msgstr "não pôde determinar qual ordenação utilizar na função upper()" -#: utils/adt/formatting.c:1755 utils/adt/formatting.c:1819 +#: utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 #, c-format msgid "could not determine which collation to use for initcap() function" msgstr "não pôde determinar qual ordenação utilizar na função initcap()" -#: utils/adt/formatting.c:2123 +#: utils/adt/formatting.c:2127 #, c-format msgid "invalid combination of date conventions" msgstr "combinação inválida de convenções do tipo date" -#: utils/adt/formatting.c:2124 +#: utils/adt/formatting.c:2128 #, c-format msgid "Do not mix Gregorian and ISO week date conventions in a formatting template." msgstr "Não misture convenções de data Gregoriana e ISO em um modelo de formatação." -#: utils/adt/formatting.c:2141 +#: utils/adt/formatting.c:2145 #, c-format msgid "conflicting values for \"%s\" field in formatting string" msgstr "valores conflitantes para campo \"%s\" na cadeia de caracteres de formatação" -#: utils/adt/formatting.c:2143 +#: utils/adt/formatting.c:2147 #, c-format msgid "This value contradicts a previous setting for the same field type." msgstr "Este valor contradiz a configuração anterior para o mesmo tipo de campo." -#: utils/adt/formatting.c:2204 +#: utils/adt/formatting.c:2208 #, c-format msgid "source string too short for \"%s\" formatting field" msgstr "cadeia de carateres fonte é muito curta para campo de formatação \"%s\"" -#: utils/adt/formatting.c:2206 +#: utils/adt/formatting.c:2210 #, c-format msgid "Field requires %d characters, but only %d remain." msgstr "Campo requer %d caracteres, mas só restam %d." -#: utils/adt/formatting.c:2209 utils/adt/formatting.c:2223 +#: utils/adt/formatting.c:2213 utils/adt/formatting.c:2227 #, c-format msgid "If your source string is not fixed-width, try using the \"FM\" modifier." msgstr "Se sua cadeia de carateres fonte não tem tamanho fixo, tente utilizar o modificador \"FM\"." -#: utils/adt/formatting.c:2219 utils/adt/formatting.c:2232 -#: utils/adt/formatting.c:2362 +#: utils/adt/formatting.c:2223 utils/adt/formatting.c:2236 +#: utils/adt/formatting.c:2366 #, c-format msgid "invalid value \"%s\" for \"%s\"" msgstr "valor \"%s\" é inválido para \"%s\"" -#: utils/adt/formatting.c:2221 +#: utils/adt/formatting.c:2225 #, c-format msgid "Field requires %d characters, but only %d could be parsed." msgstr "Campo requer %d caracteres, mas somente %d puderam ser analisados." -#: utils/adt/formatting.c:2234 +#: utils/adt/formatting.c:2238 #, c-format msgid "Value must be an integer." msgstr "Valor deve ser um inteiro." -#: utils/adt/formatting.c:2239 +#: utils/adt/formatting.c:2243 #, c-format msgid "value for \"%s\" in source string is out of range" msgstr "valor para \"%s\" na cadeia de caracteres fonte está fora do intervalo" -#: utils/adt/formatting.c:2241 +#: utils/adt/formatting.c:2245 #, c-format msgid "Value must be in the range %d to %d." msgstr "Valor deve estar no intervalo de %d a %d." -#: utils/adt/formatting.c:2364 +#: utils/adt/formatting.c:2368 #, c-format msgid "The given value did not match any of the allowed values for this field." msgstr "O valor informado não corresponde a nenhum dos valores permitidos para este campo." -#: utils/adt/formatting.c:2920 +#: utils/adt/formatting.c:2546 utils/adt/formatting.c:2566 +#: utils/adt/formatting.c:2586 utils/adt/formatting.c:2606 +#: utils/adt/formatting.c:2625 utils/adt/formatting.c:2644 +#: utils/adt/formatting.c:2667 utils/adt/formatting.c:2685 +#: utils/adt/formatting.c:2703 utils/adt/formatting.c:2721 +#: utils/adt/formatting.c:2738 utils/adt/formatting.c:2755 +#, c-format +msgid "localized string format value too long" +msgstr "valor do formato de cadeia de caracteres é muito longa" + +#: utils/adt/formatting.c:3032 #, c-format msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" msgstr "formatos \"TZ\"/\"tz\" não são suportadas em to_date" -#: utils/adt/formatting.c:3028 +#: utils/adt/formatting.c:3140 #, c-format msgid "invalid input string for \"Y,YYY\"" msgstr "cadeia de caracteres de entrada é inválida para \"Y,YYY\"" -#: utils/adt/formatting.c:3531 +#: utils/adt/formatting.c:3643 #, c-format msgid "hour \"%d\" is invalid for the 12-hour clock" msgstr "hora \"%d\" é inválida para relógio de 12 horas" -#: utils/adt/formatting.c:3533 +#: utils/adt/formatting.c:3645 #, c-format msgid "Use the 24-hour clock, or give an hour between 1 and 12." msgstr "Utilize um relógio de 24 horas ou informe uma hora entre 1 e 12." -#: utils/adt/formatting.c:3628 +#: utils/adt/formatting.c:3740 #, c-format msgid "cannot calculate day of year without year information" msgstr "não pode calcular dia do ano sem a informação do ano" -#: utils/adt/formatting.c:4478 +#: utils/adt/formatting.c:4589 #, c-format msgid "\"EEEE\" not supported for input" msgstr "\"EEEE\" não é suportado na entrada" -#: utils/adt/formatting.c:4490 +#: utils/adt/formatting.c:4601 #, c-format msgid "\"RN\" not supported for input" msgstr "\"RN\" não é suportado na entrada" @@ -15899,7 +16093,7 @@ msgstr "valor \"%s\" está fora do intervalo para tipo bigint" #: utils/adt/int8.c:980 utils/adt/int8.c:1001 utils/adt/int8.c:1028 #: utils/adt/int8.c:1061 utils/adt/int8.c:1089 utils/adt/int8.c:1110 #: utils/adt/int8.c:1137 utils/adt/int8.c:1310 utils/adt/int8.c:1349 -#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1645 +#: utils/adt/numeric.c:2310 utils/adt/varbit.c:1645 #, c-format msgid "bigint out of range" msgstr "bigint fora do intervalo" @@ -16312,78 +16506,78 @@ msgstr "resultado está fora do intervalo" msgid "cannot subtract inet values of different sizes" msgstr "não pode subtrair valores inet de tamanhos diferentes" -#: utils/adt/numeric.c:485 utils/adt/numeric.c:512 utils/adt/numeric.c:3268 -#: utils/adt/numeric.c:3291 utils/adt/numeric.c:3315 utils/adt/numeric.c:3322 +#: utils/adt/numeric.c:486 utils/adt/numeric.c:513 utils/adt/numeric.c:3269 +#: utils/adt/numeric.c:3292 utils/adt/numeric.c:3316 utils/adt/numeric.c:3323 #, c-format msgid "invalid input syntax for type numeric: \"%s\"" msgstr "sintaxe de entrada é inválida para tipo numeric: \"%s\"" -#: utils/adt/numeric.c:655 +#: utils/adt/numeric.c:656 #, c-format msgid "invalid length in external \"numeric\" value" msgstr "tamanho é inválido no valor de \"numeric\" externo" -#: utils/adt/numeric.c:668 +#: utils/adt/numeric.c:669 #, c-format msgid "invalid sign in external \"numeric\" value" msgstr "sinal é inválido no valor de \"numeric\" externo" -#: utils/adt/numeric.c:674 +#: utils/adt/numeric.c:675 #, c-format msgid "invalid scale in external \"numeric\" value" msgstr "escala é inválida no valor de \"numeric\" externo" -#: utils/adt/numeric.c:683 +#: utils/adt/numeric.c:684 #, c-format msgid "invalid digit in external \"numeric\" value" msgstr "dígito é inválido no valor de \"numeric\" externo" -#: utils/adt/numeric.c:874 utils/adt/numeric.c:888 +#: utils/adt/numeric.c:875 utils/adt/numeric.c:889 #, c-format msgid "NUMERIC precision %d must be between 1 and %d" msgstr "precisão do NUMERIC %d deve ser entre 1 e %d" -#: utils/adt/numeric.c:879 +#: utils/adt/numeric.c:880 #, c-format msgid "NUMERIC scale %d must be between 0 and precision %d" msgstr "escala do NUMERIC %d deve ser entre 0 e precisão %d" -#: utils/adt/numeric.c:897 +#: utils/adt/numeric.c:898 #, c-format msgid "invalid NUMERIC type modifier" msgstr "modificador de tipo NUMERIC é inválido" -#: utils/adt/numeric.c:1904 utils/adt/numeric.c:3765 utils/adt/numeric.c:5734 +#: utils/adt/numeric.c:1905 utils/adt/numeric.c:3766 utils/adt/numeric.c:5735 #, c-format msgid "value overflows numeric format" msgstr "valor excede formato numeric" -#: utils/adt/numeric.c:2235 +#: utils/adt/numeric.c:2236 #, c-format msgid "cannot convert NaN to integer" msgstr "não pode converter NaN para inteiro" -#: utils/adt/numeric.c:2301 +#: utils/adt/numeric.c:2302 #, c-format msgid "cannot convert NaN to bigint" msgstr "não pode converter NaN para bigint" -#: utils/adt/numeric.c:2346 +#: utils/adt/numeric.c:2347 #, c-format msgid "cannot convert NaN to smallint" msgstr "não pode converter NaN para smallint" -#: utils/adt/numeric.c:3835 +#: utils/adt/numeric.c:3836 #, c-format msgid "numeric field overflow" msgstr "estouro de campo numeric" -#: utils/adt/numeric.c:3836 +#: utils/adt/numeric.c:3837 #, c-format msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d." msgstr "Um campo com precisão %d, escala %d deve arredondar para um valor absoluto menor do que %s%d." -#: utils/adt/numeric.c:5291 +#: utils/adt/numeric.c:5292 #, c-format msgid "argument for function \"exp\" too big" msgstr "argumento para função \"exp\" é muito grande" @@ -16679,8 +16873,8 @@ msgstr "mais de uma função com nome \"%s\"" msgid "more than one operator named %s" msgstr "mais de um operador com nome %s" -#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7491 -#: utils/adt/ruleutils.c:7547 utils/adt/ruleutils.c:7586 +#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7542 +#: utils/adt/ruleutils.c:7598 utils/adt/ruleutils.c:7637 #, c-format msgid "too many arguments" msgstr "muitos argumentos" @@ -16716,67 +16910,77 @@ msgstr "nome de tipo esperado" msgid "improper type name" msgstr "nome de tipo inválido" -#: utils/adt/ri_triggers.c:339 utils/adt/ri_triggers.c:2474 -#: utils/adt/ri_triggers.c:3226 +#: utils/adt/ri_triggers.c:340 utils/adt/ri_triggers.c:2475 +#: utils/adt/ri_triggers.c:3261 #, c-format msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" msgstr "inserção ou atualização em tabela \"%s\" viola restrição de chave estrangeira \"%s\"" -#: utils/adt/ri_triggers.c:342 utils/adt/ri_triggers.c:2477 +#: utils/adt/ri_triggers.c:343 utils/adt/ri_triggers.c:2478 #, c-format msgid "MATCH FULL does not allow mixing of null and nonnull key values." msgstr "MATCH FULL não permite mistura de valores de chaves nulas e não-nulas." -#: utils/adt/ri_triggers.c:2716 +#: utils/adt/ri_triggers.c:2717 #, c-format msgid "function \"%s\" must be fired for INSERT" msgstr "função \"%s\" deve ser disparada pelo INSERT" -#: utils/adt/ri_triggers.c:2722 +#: utils/adt/ri_triggers.c:2723 #, c-format msgid "function \"%s\" must be fired for UPDATE" msgstr "função \"%s\" deve ser disparada pelo UPDATE" -#: utils/adt/ri_triggers.c:2728 +#: utils/adt/ri_triggers.c:2729 #, c-format msgid "function \"%s\" must be fired for DELETE" msgstr "função \"%s\" deve ser disparada pelo DELETE" -#: utils/adt/ri_triggers.c:2751 +#: utils/adt/ri_triggers.c:2752 #, c-format msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\"" msgstr "nenhuma entrada em pg_constraint para gatilho \"%s\" na tabela \"%s\"" -#: utils/adt/ri_triggers.c:2753 +#: utils/adt/ri_triggers.c:2754 #, c-format msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT." msgstr "Remova este gatilho de integridade referencial e seus pares, então faça ALTER TABLE ADD CONSTRAINT." -#: utils/adt/ri_triggers.c:3176 +#: utils/adt/ri_triggers.c:3180 #, c-format msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result" msgstr "consulta de integridade referencial em \"%s\" da retrição \"%s\" em \"%s\" retornou resultado inesperado" -#: utils/adt/ri_triggers.c:3180 +#: utils/adt/ri_triggers.c:3184 #, c-format msgid "This is most likely due to a rule having rewritten the query." msgstr "Isso provavelmente foi causado por uma regra que reescreveu a consulta." -#: utils/adt/ri_triggers.c:3229 +#: utils/adt/ri_triggers.c:3265 #, c-format msgid "Key (%s)=(%s) is not present in table \"%s\"." msgstr "Chave (%s)=(%s) não está presente na tabela \"%s\"." -#: utils/adt/ri_triggers.c:3236 +#: utils/adt/ri_triggers.c:3268 +#, c-format +msgid "Key is not present in table \"%s\"." +msgstr "Chave não está presente na tabela \"%s\"." + +#: utils/adt/ri_triggers.c:3274 #, c-format msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\"" msgstr "atualização ou exclusão em tabela \"%s\" viola restrição de chave estrangeira \"%s\" em \"%s\"" -#: utils/adt/ri_triggers.c:3240 +#: utils/adt/ri_triggers.c:3279 #, c-format msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "Chave (%s)=(%s) ainda é referenciada pela tabela \"%s\"." +#: utils/adt/ri_triggers.c:3282 +#, c-format +msgid "Key is still referenced from table \"%s\"." +msgstr "Chave ainda é referenciada pela tabela \"%s\"." + #: utils/adt/rowtypes.c:101 utils/adt/rowtypes.c:476 #, c-format msgid "input of anonymous composite types is not implemented" @@ -16833,7 +17037,7 @@ msgstr "não pode comparar tipos de colunas diferentes %s e %s em coluna %d de r msgid "cannot compare record types with different numbers of columns" msgstr "não pode comparar tipos record com quantidade diferente de colunas" -#: utils/adt/ruleutils.c:3856 +#: utils/adt/ruleutils.c:3883 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "regra \"%s\" tem tipo de evento %d que não é suportado" @@ -17276,141 +17480,141 @@ msgstr "argumento de ntile deve ser maior do que zero" msgid "argument of nth_value must be greater than zero" msgstr "argumento de nth_value deve ser maior do que zero" -#: utils/adt/xml.c:170 +#: utils/adt/xml.c:171 #, c-format msgid "unsupported XML feature" msgstr "funcionalidade XML não é suportado" -#: utils/adt/xml.c:171 +#: utils/adt/xml.c:172 #, c-format msgid "This functionality requires the server to be built with libxml support." msgstr "Esta funcionalidade requer que o servidor seja construído com suporte a libxml." -#: utils/adt/xml.c:172 +#: utils/adt/xml.c:173 #, c-format msgid "You need to rebuild PostgreSQL using --with-libxml." msgstr "Você precisa reconstruir o PostgreSQL utilizando --with-libxml." -#: utils/adt/xml.c:191 utils/mb/mbutils.c:515 +#: utils/adt/xml.c:192 utils/mb/mbutils.c:515 #, c-format msgid "invalid encoding name \"%s\"" msgstr "nome da codificação \"%s\" é inválido" -#: utils/adt/xml.c:437 utils/adt/xml.c:442 +#: utils/adt/xml.c:438 utils/adt/xml.c:443 #, c-format msgid "invalid XML comment" msgstr "comentário XML é inválido" -#: utils/adt/xml.c:571 +#: utils/adt/xml.c:572 #, c-format msgid "not an XML document" msgstr "não é um documento XML" -#: utils/adt/xml.c:730 utils/adt/xml.c:753 +#: utils/adt/xml.c:731 utils/adt/xml.c:754 #, c-format msgid "invalid XML processing instruction" msgstr "instrução de processamento XML é inválida" -#: utils/adt/xml.c:731 +#: utils/adt/xml.c:732 #, c-format msgid "XML processing instruction target name cannot be \"%s\"." msgstr "nome alvo da instrução de processamento XML não pode ser \"%s\"." -#: utils/adt/xml.c:754 +#: utils/adt/xml.c:755 #, c-format msgid "XML processing instruction cannot contain \"?>\"." msgstr "instrução de processamento XML não pode conter \"?>\"." -#: utils/adt/xml.c:833 +#: utils/adt/xml.c:834 #, c-format msgid "xmlvalidate is not implemented" msgstr "xmlvalidate não está implementado" -#: utils/adt/xml.c:912 +#: utils/adt/xml.c:913 #, c-format msgid "could not initialize XML library" msgstr "não pôde inicializar biblioteca XML" -#: utils/adt/xml.c:913 +#: utils/adt/xml.c:914 #, c-format msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." msgstr "libxml2 tem tipo char incompatível: sizeof(char)=%u, sizeof(xmlChar)=%u." -#: utils/adt/xml.c:999 +#: utils/adt/xml.c:1000 #, c-format msgid "could not set up XML error handler" msgstr "não pôde configurar manipulador de erro XML" -#: utils/adt/xml.c:1000 +#: utils/adt/xml.c:1001 #, c-format msgid "This probably indicates that the version of libxml2 being used is not compatible with the libxml2 header files that PostgreSQL was built with." msgstr "Isso provavelmente indica que a versão da libxml2 que está sendo utilizada não é compatível com os arquivos de cabeçalho da libxml2 que o PostgreSQL foi construído." -#: utils/adt/xml.c:1735 +#: utils/adt/xml.c:1736 msgid "Invalid character value." msgstr "Valor de caracter é inválido." -#: utils/adt/xml.c:1738 +#: utils/adt/xml.c:1739 msgid "Space required." msgstr "Espaço requerido." -#: utils/adt/xml.c:1741 +#: utils/adt/xml.c:1742 msgid "standalone accepts only 'yes' or 'no'." msgstr "standalone aceita somente 'yes' ou 'no'." -#: utils/adt/xml.c:1744 +#: utils/adt/xml.c:1745 msgid "Malformed declaration: missing version." msgstr "Declaração mal formada: versão ausente." -#: utils/adt/xml.c:1747 +#: utils/adt/xml.c:1748 msgid "Missing encoding in text declaration." msgstr "Faltando codificação em declaração." -#: utils/adt/xml.c:1750 +#: utils/adt/xml.c:1751 msgid "Parsing XML declaration: '?>' expected." msgstr "Analisando declaração XML: '?>' esperado." -#: utils/adt/xml.c:1753 +#: utils/adt/xml.c:1754 #, c-format msgid "Unrecognized libxml error code: %d." msgstr "código de erro libxml desconhecido: %d." -#: utils/adt/xml.c:2034 +#: utils/adt/xml.c:2035 #, c-format msgid "XML does not support infinite date values." msgstr "XML não suporta valores infinitos de date." -#: utils/adt/xml.c:2056 utils/adt/xml.c:2083 +#: utils/adt/xml.c:2057 utils/adt/xml.c:2084 #, c-format msgid "XML does not support infinite timestamp values." msgstr "XML não suporta valores infinitos de timestamp." -#: utils/adt/xml.c:2474 +#: utils/adt/xml.c:2475 #, c-format msgid "invalid query" msgstr "consulta é inválida" -#: utils/adt/xml.c:3789 +#: utils/adt/xml.c:3807 #, c-format msgid "invalid array for XML namespace mapping" msgstr "matriz é inválida para mapeamento de namespace XML" -#: utils/adt/xml.c:3790 +#: utils/adt/xml.c:3808 #, c-format msgid "The array must be two-dimensional with length of the second axis equal to 2." msgstr "A matriz deve ter duas dimensões com comprimento do segundo eixo igual a 2." -#: utils/adt/xml.c:3814 +#: utils/adt/xml.c:3832 #, c-format msgid "empty XPath expression" msgstr "expressão XPath vazia" -#: utils/adt/xml.c:3863 +#: utils/adt/xml.c:3881 #, c-format msgid "neither namespace name nor URI may be null" msgstr "namespace ou URI não podem ser nulo" -#: utils/adt/xml.c:3870 +#: utils/adt/xml.c:3888 #, c-format msgid "could not register XML namespace with name \"%s\" and URI \"%s\"" msgstr "não pôde registrar namespace XML com nome \"%s\" e URI \"%s\"" @@ -17436,17 +17640,17 @@ msgstr "nenhuma função de saída disponível para tipo %s" msgid "cached plan must not change result type" msgstr "plano em cache não deve mudar tipo resultante" -#: utils/cache/relcache.c:4550 +#: utils/cache/relcache.c:4554 #, c-format msgid "could not create relation-cache initialization file \"%s\": %m" msgstr "não pôde criar arquivo de inicialização de cache de relações \"%s\": %m" -#: utils/cache/relcache.c:4552 +#: utils/cache/relcache.c:4556 #, c-format msgid "Continuing anyway, but there's something wrong." msgstr "Continuando mesmo assim, mas há algo errado." -#: utils/cache/relcache.c:4766 +#: utils/cache/relcache.c:4770 #, c-format msgid "could not remove cache file \"%s\": %m" msgstr "não pôde remover arquivo de cache \"%s\": %m" @@ -17511,101 +17715,101 @@ msgstr "TRAP: ExceptionalCondition: argumentos inválidos\n" msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" msgstr "TRAP: %s(\"%s\", Arquivo: \"%s\", Linha: %d)\n" -#: utils/error/elog.c:319 utils/error/elog.c:1262 +#: utils/error/elog.c:319 utils/error/elog.c:1276 #, c-format msgid "error occurred at %s:%d before error message processing is available\n" msgstr "erro ocorreu em %s:%d antes que processador de mensagens de erro estivesse disponível\n" -#: utils/error/elog.c:1694 +#: utils/error/elog.c:1708 #, c-format msgid "could not reopen file \"%s\" as stderr: %m" msgstr "não pôde reabrir arquivo \"%s\" como saída stderr: %m" -#: utils/error/elog.c:1707 +#: utils/error/elog.c:1721 #, c-format msgid "could not reopen file \"%s\" as stdout: %m" msgstr "não pôde reabrir arquivo \"%s\" como saida stdout: %m" -#: utils/error/elog.c:2096 utils/error/elog.c:2106 utils/error/elog.c:2116 +#: utils/error/elog.c:2110 utils/error/elog.c:2120 utils/error/elog.c:2130 msgid "[unknown]" msgstr "[desconhecido]" -#: utils/error/elog.c:2464 utils/error/elog.c:2763 utils/error/elog.c:2871 +#: utils/error/elog.c:2478 utils/error/elog.c:2777 utils/error/elog.c:2885 msgid "missing error text" msgstr "faltando mensagem de erro" -#: utils/error/elog.c:2467 utils/error/elog.c:2470 utils/error/elog.c:2874 -#: utils/error/elog.c:2877 +#: utils/error/elog.c:2481 utils/error/elog.c:2484 utils/error/elog.c:2888 +#: utils/error/elog.c:2891 #, c-format msgid " at character %d" msgstr " no caracter %d" -#: utils/error/elog.c:2480 utils/error/elog.c:2487 +#: utils/error/elog.c:2494 utils/error/elog.c:2501 msgid "DETAIL: " msgstr "DETALHE: " -#: utils/error/elog.c:2494 +#: utils/error/elog.c:2508 msgid "HINT: " msgstr "DICA: " -#: utils/error/elog.c:2501 +#: utils/error/elog.c:2515 msgid "QUERY: " msgstr "CONSULTA: " -#: utils/error/elog.c:2508 +#: utils/error/elog.c:2522 msgid "CONTEXT: " msgstr "CONTEXTO: " -#: utils/error/elog.c:2518 +#: utils/error/elog.c:2532 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "LOCAL: %s, %s:%d\n" -#: utils/error/elog.c:2525 +#: utils/error/elog.c:2539 #, c-format msgid "LOCATION: %s:%d\n" msgstr "LOCAL: %s:%d\n" -#: utils/error/elog.c:2539 +#: utils/error/elog.c:2553 msgid "STATEMENT: " msgstr "COMANDO: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:2992 +#: utils/error/elog.c:3006 #, c-format msgid "operating system error %d" msgstr "erro do sistema operacional %d" -#: utils/error/elog.c:3187 +#: utils/error/elog.c:3201 msgid "DEBUG" msgstr "DEPURAÇÃO" -#: utils/error/elog.c:3191 +#: utils/error/elog.c:3205 msgid "LOG" msgstr "LOG" -#: utils/error/elog.c:3194 +#: utils/error/elog.c:3208 msgid "INFO" msgstr "INFO" -#: utils/error/elog.c:3197 +#: utils/error/elog.c:3211 msgid "NOTICE" msgstr "NOTA" -#: utils/error/elog.c:3200 +#: utils/error/elog.c:3214 msgid "WARNING" msgstr "AVISO" -#: utils/error/elog.c:3203 +#: utils/error/elog.c:3217 msgid "ERROR" msgstr "ERRO" -#: utils/error/elog.c:3206 +#: utils/error/elog.c:3220 msgid "FATAL" msgstr "FATAL" -#: utils/error/elog.c:3209 +#: utils/error/elog.c:3223 msgid "PANIC" msgstr "PÂNICO" @@ -19678,16 +19882,21 @@ msgstr "Talvez esteja faltando espaço em disco?" msgid "could not read block %ld of temporary file: %m" msgstr "não pôde ler bloco %ld do arquivo temporário: %m" -#: utils/sort/tuplesort.c:3175 +#: utils/sort/tuplesort.c:3179 #, c-format msgid "could not create unique index \"%s\"" msgstr "não pôde criar índice único \"%s\"" -#: utils/sort/tuplesort.c:3177 +#: utils/sort/tuplesort.c:3181 #, c-format msgid "Key %s is duplicated." msgstr "Chave %s está duplicada." +#: utils/sort/tuplesort.c:3182 +#, c-format +msgid "Duplicate keys exist." +msgstr "Existem chaves duplicadas." + #: utils/time/snapmgr.c:775 #, c-format msgid "cannot export a snapshot from a subtransaction" diff --git a/src/backend/po/ru.po b/src/backend/po/ru.po index 73cacc2d6b6..9537b396eb9 100644 --- a/src/backend/po/ru.po +++ b/src/backend/po/ru.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-01-14 00:13+0000\n" -"PO-Revision-Date: 2015-01-14 21:01+0300\n" +"POT-Creation-Date: 2015-03-14 18:14+0000\n" +"PO-Revision-Date: 2015-03-15 07:14+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -234,8 +234,8 @@ msgstr "число колонок индекса (%d) превышает пре msgid "index row requires %lu bytes, maximum size is %lu" msgstr "строка индекса требует байт: %lu, при максимуме: %lu" -#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:571 -#: tcop/postgres.c:1675 +#: access/common/printtup.c:293 tcop/fastpath.c:182 tcop/fastpath.c:544 +#: tcop/postgres.c:1702 #, c-format msgid "unsupported format code: %d" msgstr "неподдерживаемый код формата: %d" @@ -326,7 +326,7 @@ msgid "column \"%s\" cannot be declared SETOF" msgstr "колонка \"%s\" не может быть объявлена как SETOF" #: access/gin/ginentrypage.c:100 access/gist/gist.c:1281 -#: access/nbtree/nbtinsert.c:540 access/nbtree/nbtsort.c:485 +#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:485 #: access/spgist/spgdoinsert.c:1886 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" @@ -471,27 +471,27 @@ msgstr "строка слишком велика: размер %lu, при ма msgid "\"%s\" is not an index" msgstr "\"%s\" - это не индекс" -#: access/nbtree/nbtinsert.c:392 +#: access/nbtree/nbtinsert.c:397 #, c-format msgid "duplicate key value violates unique constraint \"%s\"" msgstr "повторяющееся значение ключа нарушает ограничение уникальности \"%s\"" -#: access/nbtree/nbtinsert.c:394 +#: access/nbtree/nbtinsert.c:399 #, c-format msgid "Key %s already exists." msgstr "Ключ \"%s\" уже существует." -#: access/nbtree/nbtinsert.c:462 +#: access/nbtree/nbtinsert.c:466 #, c-format msgid "failed to re-find tuple within index \"%s\"" msgstr "не удалось повторно найти кортеж в индексе \"%s\"" -#: access/nbtree/nbtinsert.c:464 +#: access/nbtree/nbtinsert.c:468 #, c-format msgid "This may be because of a non-immutable index expression." msgstr "Возможно, это вызвано переменной природой индексного выражения." -#: access/nbtree/nbtinsert.c:544 access/nbtree/nbtsort.c:489 +#: access/nbtree/nbtinsert.c:548 access/nbtree/nbtsort.c:489 #, c-format msgid "" "Values larger than 1/3 of a buffer page cannot be indexed.\n" @@ -673,9 +673,9 @@ msgstr "удаляется файл \"%s\"" #: access/transam/xlog.c:2378 access/transam/xlog.c:2415 #: access/transam/xlog.c:2690 access/transam/xlog.c:2768 #: replication/basebackup.c:391 replication/basebackup.c:1070 -#: replication/walsender.c:368 replication/walsender.c:1348 +#: replication/walsender.c:368 replication/walsender.c:1337 #: storage/file/copydir.c:155 storage/file/fd.c:423 storage/smgr/md.c:587 -#: storage/smgr/md.c:845 utils/error/elog.c:1697 utils/init/miscinit.c:1063 +#: storage/smgr/md.c:845 utils/error/elog.c:1698 utils/init/miscinit.c:1063 #: utils/init/miscinit.c:1192 #, c-format msgid "could not open file \"%s\": %m" @@ -721,7 +721,7 @@ msgstr "" #: access/transam/timeline.c:315 access/transam/timeline.c:475 #: access/transam/xlog.c:2295 access/transam/xlog.c:2430 #: access/transam/xlog.c:8772 access/transam/xlog.c:9087 -#: postmaster/postmaster.c:4140 storage/file/copydir.c:162 +#: postmaster/postmaster.c:4142 storage/file/copydir.c:162 #: storage/smgr/md.c:305 utils/time/snapmgr.c:861 #, c-format msgid "could not create file \"%s\": %m" @@ -739,8 +739,8 @@ msgstr "не удалось прочитать файл \"%s\": %m" #: access/transam/timeline.c:367 access/transam/timeline.c:401 #: access/transam/timeline.c:491 access/transam/xlog.c:2330 -#: access/transam/xlog.c:2462 postmaster/postmaster.c:4150 -#: postmaster/postmaster.c:4160 storage/file/copydir.c:187 +#: access/transam/xlog.c:2462 postmaster/postmaster.c:4152 +#: postmaster/postmaster.c:4162 storage/file/copydir.c:187 #: utils/init/miscinit.c:1128 utils/init/miscinit.c:1137 #: utils/init/miscinit.c:1144 utils/misc/guc.c:7652 utils/misc/guc.c:7666 #: utils/time/snapmgr.c:866 utils/time/snapmgr.c:873 @@ -757,7 +757,7 @@ msgstr "не удалось синхронизировать с ФС файл \" #: access/transam/timeline.c:412 access/transam/timeline.c:502 #: access/transam/xlog.c:2345 access/transam/xlog.c:2474 -#: access/transam/xlogfuncs.c:621 commands/copy.c:1469 +#: access/transam/xlogfuncs.c:621 commands/copy.c:1480 #: storage/file/copydir.c:201 #, c-format msgid "could not close file \"%s\": %m" @@ -995,36 +995,36 @@ msgstr "" msgid "cannot have more than 2^32-1 commands in a transaction" msgstr "в одной транзакции не может быть больше 2^32-1 команд" -#: access/transam/xact.c:1324 +#: access/transam/xact.c:1329 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "превышен предел числа зафиксированных подтранзакций (%d)" -#: access/transam/xact.c:2104 +#: access/transam/xact.c:2109 #, c-format msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "" "выполнить PREPARE для транзакции, оперирующей с временными таблицами, нельзя" -#: access/transam/xact.c:2114 +#: access/transam/xact.c:2119 #, c-format msgid "cannot PREPARE a transaction that has exported snapshots" msgstr "нельзя выполнить PREPARE для транзакции, снимки которой экспортированы" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2953 +#: access/transam/xact.c:2958 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s не может выполняться внутри блока транзакции" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2963 +#: access/transam/xact.c:2968 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s не может выполняться внутри подтранзакции" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2973 +#: access/transam/xact.c:2978 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "" @@ -1032,29 +1032,29 @@ msgstr "" "команд" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3024 +#: access/transam/xact.c:3029 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s может выполняться только внутри блоков транзакций" -#: access/transam/xact.c:3206 +#: access/transam/xact.c:3211 #, c-format msgid "there is already a transaction in progress" msgstr "транзакция уже выполняется" -#: access/transam/xact.c:3374 access/transam/xact.c:3467 +#: access/transam/xact.c:3379 access/transam/xact.c:3472 #, c-format msgid "there is no transaction in progress" msgstr "нет незавершённой транзакции" -#: access/transam/xact.c:3563 access/transam/xact.c:3614 -#: access/transam/xact.c:3620 access/transam/xact.c:3664 -#: access/transam/xact.c:3713 access/transam/xact.c:3719 +#: access/transam/xact.c:3568 access/transam/xact.c:3619 +#: access/transam/xact.c:3625 access/transam/xact.c:3669 +#: access/transam/xact.c:3718 access/transam/xact.c:3724 #, c-format msgid "no such savepoint" msgstr "нет такой точки сохранения" -#: access/transam/xact.c:4396 +#: access/transam/xact.c:4401 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "в одной транзакции не может быть больше 2^32-1 подтранзакций" @@ -1103,7 +1103,7 @@ msgstr "не удалось открыть файл журнала транза msgid "could not close log file %s: %m" msgstr "не удалось закрыть файл журнала \"%s\": %m" -#: access/transam/xlog.c:2853 replication/walsender.c:1343 +#: access/transam/xlog.c:2853 replication/walsender.c:1332 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "запрошенный сегмент WAL %s уже удалён" @@ -1659,19 +1659,19 @@ msgstr "начинается восстановление точки во вре msgid "starting archive recovery" msgstr "начинается восстановление архива" -#: access/transam/xlog.c:5019 commands/sequence.c:1035 lib/stringinfo.c:266 -#: libpq/auth.c:1035 libpq/auth.c:1391 libpq/auth.c:1459 libpq/auth.c:1861 -#: postmaster/postmaster.c:2179 postmaster/postmaster.c:2210 -#: postmaster/postmaster.c:3667 postmaster/postmaster.c:4365 -#: postmaster/postmaster.c:4450 postmaster/postmaster.c:5143 -#: postmaster/postmaster.c:5319 postmaster/postmaster.c:5736 +#: access/transam/xlog.c:5019 commands/sequence.c:1058 lib/stringinfo.c:266 +#: libpq/auth.c:1036 libpq/auth.c:1394 libpq/auth.c:1462 libpq/auth.c:1865 +#: postmaster/postmaster.c:2181 postmaster/postmaster.c:2212 +#: postmaster/postmaster.c:3669 postmaster/postmaster.c:4367 +#: postmaster/postmaster.c:4452 postmaster/postmaster.c:5145 +#: postmaster/postmaster.c:5321 postmaster/postmaster.c:5738 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:397 #: storage/file/fd.c:459 storage/file/fd.c:856 storage/file/fd.c:974 #: storage/file/fd.c:1587 storage/ipc/procarray.c:901 #: storage/ipc/procarray.c:1341 storage/ipc/procarray.c:1348 #: storage/ipc/procarray.c:1665 storage/ipc/procarray.c:2155 -#: utils/adt/formatting.c:1525 utils/adt/formatting.c:1645 -#: utils/adt/formatting.c:1766 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 +#: utils/adt/formatting.c:1528 utils/adt/formatting.c:1648 +#: utils/adt/formatting.c:1769 utils/adt/regexp.c:219 utils/adt/varlena.c:3653 #: utils/adt/varlena.c:3674 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:379 #: utils/hash/dynahash.c:456 utils/hash/dynahash.c:970 #: utils/init/miscinit.c:151 utils/init/miscinit.c:172 @@ -2258,7 +2258,7 @@ msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Не удалось переименовать файл \"%s\" в \"%s\": %m." #: access/transam/xlog.c:9553 replication/walreceiver.c:934 -#: replication/walsender.c:1360 +#: replication/walsender.c:1349 #, c-format msgid "could not seek in log segment %s to offset %u: %m" msgstr "не удалось переместиться в сегменте журнала %s к смещению %u: %m" @@ -2503,12 +2503,12 @@ msgstr "" "нарушение последовательности ID линии времени %u (после %u) в сегменте " "журнала %s, смещение %u" -#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:793 tcop/postgres.c:3465 +#: bootstrap/bootstrap.c:278 postmaster/postmaster.c:793 tcop/postgres.c:3503 #, c-format msgid "--%s requires a value" msgstr "для --%s требуется значение" -#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:798 tcop/postgres.c:3470 +#: bootstrap/bootstrap.c:283 postmaster/postmaster.c:798 tcop/postgres.c:3508 #, c-format msgid "-c %s requires a value" msgstr "для -c %s требуется значение" @@ -2644,10 +2644,10 @@ msgid "large object %u does not exist" msgstr "большой объект %u не существует" #: catalog/aclchk.c:875 catalog/aclchk.c:883 commands/collationcmds.c:91 -#: commands/copy.c:923 commands/copy.c:941 commands/copy.c:949 -#: commands/copy.c:957 commands/copy.c:965 commands/copy.c:973 -#: commands/copy.c:981 commands/copy.c:989 commands/copy.c:997 -#: commands/copy.c:1013 commands/copy.c:1032 commands/copy.c:1047 +#: commands/copy.c:934 commands/copy.c:952 commands/copy.c:960 +#: commands/copy.c:968 commands/copy.c:976 commands/copy.c:984 +#: commands/copy.c:992 commands/copy.c:1000 commands/copy.c:1008 +#: commands/copy.c:1024 commands/copy.c:1043 commands/copy.c:1058 #: commands/dbcommands.c:148 commands/dbcommands.c:156 #: commands/dbcommands.c:164 commands/dbcommands.c:172 #: commands/dbcommands.c:180 commands/dbcommands.c:188 @@ -2658,10 +2658,10 @@ msgstr "большой объект %u не существует" #: commands/foreigncmds.c:495 commands/functioncmds.c:496 #: commands/functioncmds.c:588 commands/functioncmds.c:596 #: commands/functioncmds.c:604 commands/functioncmds.c:1669 -#: commands/functioncmds.c:1677 commands/sequence.c:1164 -#: commands/sequence.c:1172 commands/sequence.c:1180 commands/sequence.c:1188 -#: commands/sequence.c:1196 commands/sequence.c:1204 commands/sequence.c:1212 -#: commands/sequence.c:1220 commands/typecmds.c:295 commands/typecmds.c:1330 +#: commands/functioncmds.c:1677 commands/sequence.c:1187 +#: commands/sequence.c:1195 commands/sequence.c:1203 commands/sequence.c:1211 +#: commands/sequence.c:1219 commands/sequence.c:1227 commands/sequence.c:1235 +#: commands/sequence.c:1243 commands/typecmds.c:295 commands/typecmds.c:1330 #: commands/typecmds.c:1339 commands/typecmds.c:1347 commands/typecmds.c:1355 #: commands/typecmds.c:1363 commands/user.c:135 commands/user.c:152 #: commands/user.c:160 commands/user.c:168 commands/user.c:176 @@ -2681,12 +2681,12 @@ msgid "default privileges cannot be set for columns" msgstr "права по умолчанию нельзя определить для колонок" #: catalog/aclchk.c:1492 catalog/objectaddress.c:1021 commands/analyze.c:389 -#: commands/copy.c:4163 commands/sequence.c:1466 commands/tablecmds.c:4824 +#: commands/copy.c:4182 commands/sequence.c:1489 commands/tablecmds.c:4824 #: commands/tablecmds.c:4919 commands/tablecmds.c:4969 #: commands/tablecmds.c:5073 commands/tablecmds.c:5120 #: commands/tablecmds.c:5204 commands/tablecmds.c:5292 #: commands/tablecmds.c:7244 commands/tablecmds.c:7448 -#: commands/tablecmds.c:7840 commands/trigger.c:610 parser/analyze.c:1994 +#: commands/tablecmds.c:7840 commands/trigger.c:616 parser/analyze.c:1994 #: parser/parse_relation.c:2173 parser/parse_relation.c:2230 #: parser/parse_target.c:920 parser/parse_type.c:124 utils/adt/acl.c:2840 #: utils/adt/ruleutils.c:1790 @@ -2694,7 +2694,7 @@ msgstr "права по умолчанию нельзя определить д msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "колонка \"%s\" в таблице \"%s\" не существует" -#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1053 +#: catalog/aclchk.c:1757 catalog/objectaddress.c:849 commands/sequence.c:1076 #: commands/tablecmds.c:213 commands/tablecmds.c:10563 utils/adt/acl.c:2076 #: utils/adt/acl.c:2106 utils/adt/acl.c:2138 utils/adt/acl.c:2170 #: utils/adt/acl.c:2198 utils/adt/acl.c:2228 @@ -2764,8 +2764,8 @@ msgstr "нет доступа к колонке %s" msgid "permission denied for relation %s" msgstr "нет доступа к отношению %s" -#: catalog/aclchk.c:3273 commands/sequence.c:560 commands/sequence.c:773 -#: commands/sequence.c:815 commands/sequence.c:852 commands/sequence.c:1518 +#: catalog/aclchk.c:3273 commands/sequence.c:569 commands/sequence.c:792 +#: commands/sequence.c:834 commands/sequence.c:871 commands/sequence.c:1541 #, c-format msgid "permission denied for sequence %s" msgstr "нет доступа к последовательности %s" @@ -3132,7 +3132,7 @@ msgstr "удалить объект %s нельзя, так как от него #: catalog/dependency.c:978 catalog/dependency.c:989 catalog/dependency.c:990 #: catalog/objectaddress.c:751 commands/tablecmds.c:738 commands/user.c:988 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1182 utils/misc/guc.c:5528 utils/misc/guc.c:5863 +#: storage/lmgr/proc.c:1189 utils/misc/guc.c:5528 utils/misc/guc.c:5863 #: utils/misc/guc.c:8230 utils/misc/guc.c:8264 utils/misc/guc.c:8298 #: utils/misc/guc.c:8332 utils/misc/guc.c:8367 #, c-format @@ -3213,28 +3213,28 @@ msgstr "" "сортировки" #: catalog/heap.c:574 commands/createas.c:344 commands/indexcmds.c:1091 -#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1516 -#: utils/adt/formatting.c:1568 utils/adt/formatting.c:1636 -#: utils/adt/formatting.c:1688 utils/adt/formatting.c:1757 -#: utils/adt/formatting.c:1821 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 +#: commands/view.c:96 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1519 +#: utils/adt/formatting.c:1571 utils/adt/formatting.c:1639 +#: utils/adt/formatting.c:1691 utils/adt/formatting.c:1760 +#: utils/adt/formatting.c:1824 utils/adt/like.c:212 utils/adt/selfuncs.c:5221 #: utils/adt/varlena.c:1381 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Задайте правило сравнения явно в предложении COLLATE." -#: catalog/heap.c:1047 catalog/index.c:776 commands/tablecmds.c:2520 +#: catalog/heap.c:1048 catalog/index.c:776 commands/tablecmds.c:2520 #, c-format msgid "relation \"%s\" already exists" msgstr "отношение \"%s\" уже существует" -#: catalog/heap.c:1063 catalog/pg_type.c:402 catalog/pg_type.c:705 +#: catalog/heap.c:1064 catalog/pg_type.c:402 catalog/pg_type.c:705 #: commands/typecmds.c:237 commands/typecmds.c:737 commands/typecmds.c:1088 #: commands/typecmds.c:1306 commands/typecmds.c:2058 #, c-format msgid "type \"%s\" already exists" msgstr "тип \"%s\" уже существует" -#: catalog/heap.c:1064 +#: catalog/heap.c:1065 #, c-format msgid "" "A relation has an associated type of the same name, so you must use a name " @@ -3243,61 +3243,61 @@ msgstr "" "С отношением уже связан тип с таким же именем; выберите имя, не " "конфликтующее с существующими типами." -#: catalog/heap.c:2249 +#: catalog/heap.c:2250 #, c-format msgid "check constraint \"%s\" already exists" msgstr "ограничение-проверка \"%s\" уже существует" -#: catalog/heap.c:2402 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 +#: catalog/heap.c:2403 catalog/pg_constraint.c:650 commands/tablecmds.c:5619 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "ограничение \"%s\" для отношения \"%s\" уже существует" -#: catalog/heap.c:2412 +#: catalog/heap.c:2413 #, c-format msgid "" "constraint \"%s\" conflicts with non-inherited constraint on relation \"%s\"" msgstr "" "ограничение \"%s\" конфликтует с ненаследуемым ограничением таблицы \"%s\"" -#: catalog/heap.c:2426 +#: catalog/heap.c:2427 #, c-format msgid "merging constraint \"%s\" with inherited definition" msgstr "слияние ограничения \"%s\" с унаследованным определением" -#: catalog/heap.c:2519 +#: catalog/heap.c:2520 #, c-format msgid "cannot use column references in default expression" msgstr "в выражении по умолчанию нельзя ссылаться на колонки" -#: catalog/heap.c:2530 +#: catalog/heap.c:2531 #, c-format msgid "default expression must not return a set" msgstr "выражение по умолчанию не может возвращать множество" -#: catalog/heap.c:2549 rewrite/rewriteHandler.c:1058 +#: catalog/heap.c:2550 rewrite/rewriteHandler.c:1058 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "колонка \"%s\" имеет тип %s, но тип выражения по умолчанию %s" -#: catalog/heap.c:2554 commands/prepare.c:374 parser/parse_node.c:411 +#: catalog/heap.c:2555 commands/prepare.c:374 parser/parse_node.c:411 #: parser/parse_target.c:509 parser/parse_target.c:758 #: parser/parse_target.c:768 rewrite/rewriteHandler.c:1063 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Перепишите выражение или преобразуйте его тип." -#: catalog/heap.c:2601 +#: catalog/heap.c:2602 #, c-format msgid "only table \"%s\" can be referenced in check constraint" msgstr "в ограничении-проверке можно ссылаться только на таблицу \"%s\"" -#: catalog/heap.c:2841 +#: catalog/heap.c:2842 #, c-format msgid "unsupported ON COMMIT and foreign key combination" msgstr "неподдерживаемое сочетание внешнего ключа с ON COMMIT" -#: catalog/heap.c:2842 +#: catalog/heap.c:2843 #, c-format msgid "" "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT " @@ -3305,17 +3305,17 @@ msgid "" msgstr "" "Таблица \"%s\" ссылается на \"%s\", и для них задан разный режим ON COMMIT." -#: catalog/heap.c:2847 +#: catalog/heap.c:2848 #, c-format msgid "cannot truncate a table referenced in a foreign key constraint" msgstr "опустошить таблицу, на которую ссылается внешний ключ, нельзя" -#: catalog/heap.c:2848 +#: catalog/heap.c:2849 #, c-format msgid "Table \"%s\" references \"%s\"." msgstr "Таблица \"%s\" ссылается на \"%s\"." -#: catalog/heap.c:2850 +#: catalog/heap.c:2851 #, c-format msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "" @@ -3365,7 +3365,7 @@ msgid "cannot reindex temporary tables of other sessions" msgstr "переиндексировать временные таблицы других сеансов нельзя" #: catalog/namespace.c:247 catalog/namespace.c:445 catalog/namespace.c:539 -#: commands/trigger.c:4251 +#: commands/trigger.c:4257 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "ссылки между базами не реализованы: \"%s.%s.%s\"" @@ -3738,98 +3738,98 @@ msgstr "обёртка сторонних данных %s" msgid "server %s" msgstr "сервер %s" -#: catalog/objectaddress.c:2047 +#: catalog/objectaddress.c:2050 #, c-format -msgid "user mapping for %s" -msgstr "сопоставление для пользователя %s" +msgid "user mapping for %s on server %s" +msgstr "сопоставление для пользователя %s на сервере %s" -#: catalog/objectaddress.c:2081 +#: catalog/objectaddress.c:2085 #, c-format msgid "default privileges on new relations belonging to role %s" msgstr "права по умолчанию для новых отношений, принадлежащих роли %s" -#: catalog/objectaddress.c:2086 +#: catalog/objectaddress.c:2090 #, c-format msgid "default privileges on new sequences belonging to role %s" msgstr "" "права по умолчанию для новых последовательностей, принадлежащих роли %s" -#: catalog/objectaddress.c:2091 +#: catalog/objectaddress.c:2095 #, c-format msgid "default privileges on new functions belonging to role %s" msgstr "права по умолчанию для новых функций, принадлежащих роли %s" -#: catalog/objectaddress.c:2096 +#: catalog/objectaddress.c:2100 #, c-format msgid "default privileges on new types belonging to role %s" msgstr "права по умолчанию для новых типов, принадлежащих роли %s" -#: catalog/objectaddress.c:2102 +#: catalog/objectaddress.c:2106 #, c-format msgid "default privileges belonging to role %s" msgstr "права по умолчанию для новых объектов, принадлежащих роли %s" -#: catalog/objectaddress.c:2110 +#: catalog/objectaddress.c:2114 #, c-format msgid " in schema %s" msgstr " в схеме %s" -#: catalog/objectaddress.c:2127 +#: catalog/objectaddress.c:2131 #, c-format msgid "extension %s" msgstr "расширение %s" -#: catalog/objectaddress.c:2140 +#: catalog/objectaddress.c:2144 #, c-format msgid "event trigger %s" msgstr "событийный триггер %s" -#: catalog/objectaddress.c:2200 +#: catalog/objectaddress.c:2204 #, c-format msgid "table %s" msgstr "таблица %s" -#: catalog/objectaddress.c:2204 +#: catalog/objectaddress.c:2208 #, c-format msgid "index %s" msgstr "индекс %s" -#: catalog/objectaddress.c:2208 +#: catalog/objectaddress.c:2212 #, c-format msgid "sequence %s" msgstr "последовательность %s" -#: catalog/objectaddress.c:2212 +#: catalog/objectaddress.c:2216 #, c-format msgid "toast table %s" msgstr "TOAST-таблица %s" -#: catalog/objectaddress.c:2216 +#: catalog/objectaddress.c:2220 #, c-format msgid "view %s" msgstr "представление %s" -#: catalog/objectaddress.c:2220 +#: catalog/objectaddress.c:2224 #, c-format msgid "materialized view %s" msgstr "материализованное представление %s" -#: catalog/objectaddress.c:2224 +#: catalog/objectaddress.c:2228 #, c-format msgid "composite type %s" msgstr "составной тип %s" -#: catalog/objectaddress.c:2228 +#: catalog/objectaddress.c:2232 #, c-format msgid "foreign table %s" msgstr "сторонняя таблица %s" -#: catalog/objectaddress.c:2233 +#: catalog/objectaddress.c:2237 #, c-format msgid "relation %s" msgstr "отношение %s" -#: catalog/objectaddress.c:2270 +#: catalog/objectaddress.c:2274 #, c-format msgid "operator family %s for access method %s" msgstr "семейство операторов %s для метода доступа %s" @@ -4449,7 +4449,7 @@ msgstr "" "%.0f, \"мёртвых\" строк: %.0f; строк в выборке: %d, примерное общее число " "строк: %.0f" -#: commands/analyze.c:1562 executor/execQual.c:2899 +#: commands/analyze.c:1562 executor/execQual.c:2902 msgid "could not convert row type" msgstr "не удалось преобразовать тип строки" @@ -4628,12 +4628,12 @@ msgstr "" "\"%s\" - это не таблица, представление, мат. представление, составной тип " "или сторонняя таблица" -#: commands/constraint.c:60 utils/adt/ri_triggers.c:2699 +#: commands/constraint.c:60 utils/adt/ri_triggers.c:2700 #, c-format msgid "function \"%s\" was not called by trigger manager" msgstr "функция \"%s\" была вызвана не менеджером триггеров" -#: commands/constraint.c:67 utils/adt/ri_triggers.c:2708 +#: commands/constraint.c:67 utils/adt/ri_triggers.c:2709 #, c-format msgid "function \"%s\" must be fired AFTER ROW" msgstr "функция \"%s\" должна запускаться в триггере AFTER для строк" @@ -4658,55 +4658,55 @@ msgstr "целевая кодировка \"%s\" не существует" msgid "encoding conversion function %s must return type \"void\"" msgstr "функция преобразования кодировки %s должна возвращать void" -#: commands/copy.c:358 commands/copy.c:370 commands/copy.c:404 -#: commands/copy.c:414 +#: commands/copy.c:359 commands/copy.c:371 commands/copy.c:405 +#: commands/copy.c:417 #, c-format msgid "COPY BINARY is not supported to stdout or from stdin" msgstr "COPY BINARY не поддерживает стандартный вывод (stdout) и ввод (stdin)" -#: commands/copy.c:512 +#: commands/copy.c:517 #, c-format msgid "could not write to COPY program: %m" msgstr "не удалось записать в канал программы COPY: %m" -#: commands/copy.c:517 +#: commands/copy.c:522 #, c-format msgid "could not write to COPY file: %m" msgstr "не удалось записать в файл COPY: %m" -#: commands/copy.c:530 +#: commands/copy.c:535 #, c-format msgid "connection lost during COPY to stdout" msgstr "в процессе вывода данных COPY в stdout потеряно соединение" -#: commands/copy.c:571 +#: commands/copy.c:576 #, c-format msgid "could not read from COPY file: %m" msgstr "не удалось прочитать файл COPY: %m" -#: commands/copy.c:587 commands/copy.c:606 commands/copy.c:610 -#: tcop/fastpath.c:293 tcop/postgres.c:351 tcop/postgres.c:387 +#: commands/copy.c:592 commands/copy.c:613 commands/copy.c:617 +#: tcop/postgres.c:353 tcop/postgres.c:389 tcop/postgres.c:416 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "неожиданный обрыв соединения с клиентом при открытой транзакции" -#: commands/copy.c:622 +#: commands/copy.c:630 #, c-format msgid "COPY from stdin failed: %s" msgstr "ошибка при вводе данных COPY из stdin: %s" -#: commands/copy.c:638 +#: commands/copy.c:646 #, c-format msgid "unexpected message type 0x%02X during COPY from stdin" msgstr "неожиданный тип сообщения 0x%02X при вводе данных COPY из stdin" -#: commands/copy.c:792 +#: commands/copy.c:801 #, c-format msgid "must be superuser to COPY to or from an external program" msgstr "" "для использования COPY с внешними программами нужно быть суперпользователем" -#: commands/copy.c:793 commands/copy.c:799 +#: commands/copy.c:802 commands/copy.c:808 #, c-format msgid "" "Anyone can COPY to stdout or from stdin. psql's \\copy command also works " @@ -4715,266 +4715,266 @@ msgstr "" "Не имея административных прав, можно использовать COPY с stdout и stdin (а " "также команду psql \\copy)." -#: commands/copy.c:798 +#: commands/copy.c:807 #, c-format msgid "must be superuser to COPY to or from a file" msgstr "для использования COPY с файлами нужно быть суперпользователем" -#: commands/copy.c:934 +#: commands/copy.c:945 #, c-format msgid "COPY format \"%s\" not recognized" msgstr "формат \"%s\" для COPY не распознан" -#: commands/copy.c:1005 commands/copy.c:1019 commands/copy.c:1039 +#: commands/copy.c:1016 commands/copy.c:1030 commands/copy.c:1050 #, c-format msgid "argument to option \"%s\" must be a list of column names" msgstr "аргументом параметра \"%s\" должен быть список имён колонок" -#: commands/copy.c:1052 +#: commands/copy.c:1063 #, c-format msgid "argument to option \"%s\" must be a valid encoding name" msgstr "аргументом параметра \"%s\" должно быть название допустимой кодировки" -#: commands/copy.c:1058 +#: commands/copy.c:1069 #, c-format msgid "option \"%s\" not recognized" msgstr "параметр \"%s\" не распознан" -#: commands/copy.c:1069 +#: commands/copy.c:1080 #, c-format msgid "cannot specify DELIMITER in BINARY mode" msgstr "в режиме BINARY нельзя указывать DELIMITER" -#: commands/copy.c:1074 +#: commands/copy.c:1085 #, c-format msgid "cannot specify NULL in BINARY mode" msgstr "в режиме BINARY нельзя указывать NULL" -#: commands/copy.c:1096 +#: commands/copy.c:1107 #, c-format msgid "COPY delimiter must be a single one-byte character" msgstr "разделитель для COPY должен быть однобайтным символом" -#: commands/copy.c:1103 +#: commands/copy.c:1114 #, c-format msgid "COPY delimiter cannot be newline or carriage return" msgstr "" "разделителем для COPY не может быть символ новой строки или возврата каретки" -#: commands/copy.c:1109 +#: commands/copy.c:1120 #, c-format msgid "COPY null representation cannot use newline or carriage return" msgstr "" "представление NULL для COPY не может включать символ новой строки или " "возврата каретки" -#: commands/copy.c:1126 +#: commands/copy.c:1137 #, c-format msgid "COPY delimiter cannot be \"%s\"" msgstr "\"%s\" не может быть разделителем для COPY" -#: commands/copy.c:1132 +#: commands/copy.c:1143 #, c-format msgid "COPY HEADER available only in CSV mode" msgstr "COPY HEADER можно использовать только в режиме CSV" -#: commands/copy.c:1138 +#: commands/copy.c:1149 #, c-format msgid "COPY quote available only in CSV mode" msgstr "определить кавычки для COPY можно только в режиме CSV" -#: commands/copy.c:1143 +#: commands/copy.c:1154 #, c-format msgid "COPY quote must be a single one-byte character" msgstr "символ кавычек для COPY должен быть однобайтным" -#: commands/copy.c:1148 +#: commands/copy.c:1159 #, c-format msgid "COPY delimiter and quote must be different" msgstr "символ кавычек для COPY должен отличаться от разделителя" -#: commands/copy.c:1154 +#: commands/copy.c:1165 #, c-format msgid "COPY escape available only in CSV mode" msgstr "определить спецсимвол для COPY можно только в режиме CSV" -#: commands/copy.c:1159 +#: commands/copy.c:1170 #, c-format msgid "COPY escape must be a single one-byte character" msgstr "спецсимвол для COPY должен быть однобайтным" -#: commands/copy.c:1165 +#: commands/copy.c:1176 #, c-format msgid "COPY force quote available only in CSV mode" msgstr "параметр force quote для COPY можно использовать только в режиме CSV" -#: commands/copy.c:1169 +#: commands/copy.c:1180 #, c-format msgid "COPY force quote only available using COPY TO" msgstr "параметр force quote для COPY можно использовать только с COPY TO" -#: commands/copy.c:1175 +#: commands/copy.c:1186 #, c-format msgid "COPY force not null available only in CSV mode" msgstr "" "параметр force not null для COPY можно использовать только в режиме CSV" -#: commands/copy.c:1179 +#: commands/copy.c:1190 #, c-format msgid "COPY force not null only available using COPY FROM" msgstr "параметр force not null для COPY можно использовать только с COPY FROM" -#: commands/copy.c:1185 +#: commands/copy.c:1196 #, c-format msgid "COPY delimiter must not appear in the NULL specification" msgstr "разделитель для COPY не должен присутствовать в представлении NULL" -#: commands/copy.c:1192 +#: commands/copy.c:1203 #, c-format msgid "CSV quote character must not appear in the NULL specification" msgstr "символ кавычек в CSV не должен присутствовать в представлении NULL" -#: commands/copy.c:1254 +#: commands/copy.c:1265 #, c-format msgid "table \"%s\" does not have OIDs" msgstr "таблица \"%s\" не содержит OID" -#: commands/copy.c:1271 +#: commands/copy.c:1282 #, c-format msgid "COPY (SELECT) WITH OIDS is not supported" msgstr "COPY (SELECT) WITH OIDS не поддерживается" -#: commands/copy.c:1297 +#: commands/copy.c:1308 #, c-format msgid "COPY (SELECT INTO) is not supported" msgstr "COPY (SELECT INTO) не поддерживается" -#: commands/copy.c:1360 +#: commands/copy.c:1371 #, c-format msgid "FORCE QUOTE column \"%s\" not referenced by COPY" msgstr "колонка FORCE QUOTE \"%s\" не входит в список колонок COPY" -#: commands/copy.c:1382 +#: commands/copy.c:1393 #, c-format msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "колонка FORCE NOT NULL \"%s\" не входит в список колонок COPY" -#: commands/copy.c:1446 +#: commands/copy.c:1457 #, c-format msgid "could not close pipe to external command: %m" msgstr "не удалось закрыть канал сообщений с внешней командой: %m" -#: commands/copy.c:1449 +#: commands/copy.c:1460 #, c-format msgid "program \"%s\" failed" msgstr "сбой программы \"%s\"" -#: commands/copy.c:1498 +#: commands/copy.c:1509 #, c-format msgid "cannot copy from view \"%s\"" msgstr "копировать из представления \"%s\" нельзя" -#: commands/copy.c:1500 commands/copy.c:1506 commands/copy.c:1512 +#: commands/copy.c:1511 commands/copy.c:1517 commands/copy.c:1523 #, c-format msgid "Try the COPY (SELECT ...) TO variant." msgstr "Попробуйте вариацию COPY (SELECT ...) TO." -#: commands/copy.c:1504 +#: commands/copy.c:1515 #, c-format msgid "cannot copy from materialized view \"%s\"" msgstr "копировать из материализованного представления \"%s\" нельзя" -#: commands/copy.c:1510 +#: commands/copy.c:1521 #, c-format msgid "cannot copy from foreign table \"%s\"" msgstr "копировать из сторонней таблицы \"%s\" нельзя" -#: commands/copy.c:1516 +#: commands/copy.c:1527 #, c-format msgid "cannot copy from sequence \"%s\"" msgstr "копировать из последовательности \"%s\" нельзя" -#: commands/copy.c:1521 +#: commands/copy.c:1532 #, c-format msgid "cannot copy from non-table relation \"%s\"" msgstr "копировать из отношения \"%s\", не являющегося таблицей, нельзя" -#: commands/copy.c:1544 commands/copy.c:2549 +#: commands/copy.c:1555 commands/copy.c:2568 #, c-format msgid "could not execute command \"%s\": %m" msgstr "не удалось выполнить команду \"%s\": %m" -#: commands/copy.c:1559 +#: commands/copy.c:1570 #, c-format msgid "relative path not allowed for COPY to file" msgstr "при выполнении COPY в файл нельзя указывать относительный путь" -#: commands/copy.c:1567 +#: commands/copy.c:1578 #, c-format msgid "could not open file \"%s\" for writing: %m" msgstr "не удалось открыть файл \"%s\" для записи: %m" -#: commands/copy.c:1574 commands/copy.c:2567 +#: commands/copy.c:1585 commands/copy.c:2586 #, c-format msgid "\"%s\" is a directory" msgstr "\"%s\" - это каталог" -#: commands/copy.c:1899 +#: commands/copy.c:1910 #, c-format msgid "COPY %s, line %d, column %s" msgstr "COPY %s, строка %d, колонка %s" -#: commands/copy.c:1903 commands/copy.c:1950 +#: commands/copy.c:1914 commands/copy.c:1961 #, c-format msgid "COPY %s, line %d" msgstr "COPY %s, строка %d" -#: commands/copy.c:1914 +#: commands/copy.c:1925 #, c-format msgid "COPY %s, line %d, column %s: \"%s\"" msgstr "COPY %s, строка %d, колонка %s: \"%s\"" -#: commands/copy.c:1922 +#: commands/copy.c:1933 #, c-format msgid "COPY %s, line %d, column %s: null input" msgstr "COPY %s, строка %d, колонка %s: значение NULL" -#: commands/copy.c:1944 +#: commands/copy.c:1955 #, c-format msgid "COPY %s, line %d: \"%s\"" msgstr "COPY %s, строка %d: \"%s\"" -#: commands/copy.c:2028 +#: commands/copy.c:2039 #, c-format msgid "cannot copy to view \"%s\"" msgstr "копировать в представление \"%s\" нельзя" -#: commands/copy.c:2033 +#: commands/copy.c:2044 #, c-format msgid "cannot copy to materialized view \"%s\"" msgstr "копировать в материализованное представление \"%s\" нельзя" -#: commands/copy.c:2038 +#: commands/copy.c:2049 #, c-format msgid "cannot copy to foreign table \"%s\"" msgstr "копировать в стороннюю таблицу \"%s\" нельзя" -#: commands/copy.c:2043 +#: commands/copy.c:2054 #, c-format msgid "cannot copy to sequence \"%s\"" msgstr "копировать в последовательность \"%s\" нельзя" -#: commands/copy.c:2048 +#: commands/copy.c:2059 #, c-format msgid "cannot copy to non-table relation \"%s\"" msgstr "копировать в отношение \"%s\", не являющееся таблицей, нельзя" -#: commands/copy.c:2111 +#: commands/copy.c:2122 #, c-format msgid "cannot perform FREEZE because of prior transaction activity" msgstr "выполнить FREEZE нельзя из-за предыдущей активности в транзакции" -#: commands/copy.c:2117 +#: commands/copy.c:2128 #, c-format msgid "" "cannot perform FREEZE because the table was not created or truncated in the " @@ -4983,149 +4983,149 @@ msgstr "" "выполнить FREEZE нельзя, так как таблица не была создана или усечена в " "текущей подтранзакции" -#: commands/copy.c:2560 utils/adt/genfile.c:123 +#: commands/copy.c:2579 utils/adt/genfile.c:123 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "не удалось открыть файл \"%s\" для чтения: %m" -#: commands/copy.c:2587 +#: commands/copy.c:2606 #, c-format msgid "COPY file signature not recognized" msgstr "подпись COPY-файла не распознана" -#: commands/copy.c:2592 +#: commands/copy.c:2611 #, c-format msgid "invalid COPY file header (missing flags)" msgstr "неверный заголовок файла COPY (отсутствуют флаги)" -#: commands/copy.c:2598 +#: commands/copy.c:2617 #, c-format msgid "unrecognized critical flags in COPY file header" msgstr "не распознаны важные флаги в заголовке файла COPY" -#: commands/copy.c:2604 +#: commands/copy.c:2623 #, c-format msgid "invalid COPY file header (missing length)" msgstr "неверный заголовок файла COPY (отсутствует длина)" -#: commands/copy.c:2611 +#: commands/copy.c:2630 #, c-format msgid "invalid COPY file header (wrong length)" msgstr "неверный заголовок файла COPY (неправильная длина)" -#: commands/copy.c:2744 commands/copy.c:3434 commands/copy.c:3664 +#: commands/copy.c:2763 commands/copy.c:3453 commands/copy.c:3683 #, c-format msgid "extra data after last expected column" msgstr "лишние данные после содержимого последней колонки" -#: commands/copy.c:2754 +#: commands/copy.c:2773 #, c-format msgid "missing data for OID column" msgstr "нет данных для колонки OID" -#: commands/copy.c:2760 +#: commands/copy.c:2779 #, c-format msgid "null OID in COPY data" msgstr "неверное значение OID (NULL) в данных COPY" -#: commands/copy.c:2770 commands/copy.c:2876 +#: commands/copy.c:2789 commands/copy.c:2895 #, c-format msgid "invalid OID in COPY data" msgstr "неверный OID в данных COPY" -#: commands/copy.c:2785 +#: commands/copy.c:2804 #, c-format msgid "missing data for column \"%s\"" msgstr "нет данных для колонки \"%s\"" -#: commands/copy.c:2851 +#: commands/copy.c:2870 #, c-format msgid "received copy data after EOF marker" msgstr "после маркера конца файла продолжаются данные COPY" -#: commands/copy.c:2858 +#: commands/copy.c:2877 #, c-format msgid "row field count is %d, expected %d" msgstr "количество полей в строке: %d, ожидалось: %d" -#: commands/copy.c:3198 commands/copy.c:3215 +#: commands/copy.c:3217 commands/copy.c:3234 #, c-format msgid "literal carriage return found in data" msgstr "в данных обнаружен явный возврат каретки" -#: commands/copy.c:3199 commands/copy.c:3216 +#: commands/copy.c:3218 commands/copy.c:3235 #, c-format msgid "unquoted carriage return found in data" msgstr "в данных обнаружен возврат каретки не в кавычках" -#: commands/copy.c:3201 commands/copy.c:3218 +#: commands/copy.c:3220 commands/copy.c:3237 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Представьте возврат каретки как \"\\r\"." -#: commands/copy.c:3202 commands/copy.c:3219 +#: commands/copy.c:3221 commands/copy.c:3238 #, c-format msgid "Use quoted CSV field to represent carriage return." msgstr "Заключите возврат каретки в кавычки CSV." -#: commands/copy.c:3231 +#: commands/copy.c:3250 #, c-format msgid "literal newline found in data" msgstr "в данных обнаружен явный символ новой строки" -#: commands/copy.c:3232 +#: commands/copy.c:3251 #, c-format msgid "unquoted newline found in data" msgstr "в данных обнаружен явный символ новой строки не в кавычках" -#: commands/copy.c:3234 +#: commands/copy.c:3253 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Представьте символ новой строки как \"\\n\"." -#: commands/copy.c:3235 +#: commands/copy.c:3254 #, c-format msgid "Use quoted CSV field to represent newline." msgstr "Заключите символ новой строки в кавычки CSV." -#: commands/copy.c:3281 commands/copy.c:3317 +#: commands/copy.c:3300 commands/copy.c:3336 #, c-format msgid "end-of-copy marker does not match previous newline style" msgstr "маркер \"конец копии\" не соответствует предыдущему стилю новой строки" -#: commands/copy.c:3290 commands/copy.c:3306 +#: commands/copy.c:3309 commands/copy.c:3325 #, c-format msgid "end-of-copy marker corrupt" msgstr "маркер \"конец копии\" испорчен" -#: commands/copy.c:3748 +#: commands/copy.c:3767 #, c-format msgid "unterminated CSV quoted field" msgstr "незавершённое поле в кавычках CSV" -#: commands/copy.c:3825 commands/copy.c:3844 +#: commands/copy.c:3844 commands/copy.c:3863 #, c-format msgid "unexpected EOF in COPY data" msgstr "неожиданный конец данных COPY" -#: commands/copy.c:3834 +#: commands/copy.c:3853 #, c-format msgid "invalid field size" msgstr "неверный размер поля" -#: commands/copy.c:3857 +#: commands/copy.c:3876 #, c-format msgid "incorrect binary data format" msgstr "неверный двоичный формат данных" -#: commands/copy.c:4168 commands/indexcmds.c:1012 commands/tablecmds.c:1402 +#: commands/copy.c:4187 commands/indexcmds.c:1012 commands/tablecmds.c:1402 #: commands/tablecmds.c:2211 parser/parse_relation.c:2652 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "колонка \"%s\" не существует" -#: commands/copy.c:4175 commands/tablecmds.c:1428 commands/trigger.c:619 +#: commands/copy.c:4194 commands/tablecmds.c:1428 commands/trigger.c:625 #: parser/parse_target.c:936 parser/parse_target.c:947 #, c-format msgid "column \"%s\" specified more than once" @@ -5594,9 +5594,9 @@ msgstr "%s можно вызывать только в событийной тр #: commands/event_trigger.c:1226 commands/extension.c:1650 #: commands/extension.c:1759 commands/extension.c:1952 commands/prepare.c:702 -#: executor/execQual.c:1740 executor/execQual.c:1765 executor/execQual.c:2140 -#: executor/execQual.c:5303 executor/functions.c:1018 foreign/foreign.c:421 -#: replication/walsender.c:1909 utils/adt/jsonfuncs.c:924 +#: executor/execQual.c:1743 executor/execQual.c:1768 executor/execQual.c:2143 +#: executor/execQual.c:5306 executor/functions.c:1018 foreign/foreign.c:421 +#: replication/walsender.c:1898 utils/adt/jsonfuncs.c:924 #: utils/adt/jsonfuncs.c:1095 utils/adt/jsonfuncs.c:1601 #: utils/fmgr/funcapi.c:61 utils/mmgr/portalmem.c:986 #, c-format @@ -5606,28 +5606,28 @@ msgstr "" #: commands/event_trigger.c:1230 commands/extension.c:1654 #: commands/extension.c:1763 commands/extension.c:1956 commands/prepare.c:706 -#: foreign/foreign.c:426 replication/walsender.c:1913 +#: foreign/foreign.c:426 replication/walsender.c:1902 #: utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "требуется режим материализации, но он недопустим в этом контексте" -#: commands/explain.c:163 +#: commands/explain.c:167 #, c-format msgid "unrecognized value for EXPLAIN option \"%s\": \"%s\"" msgstr "нераспознанное значение параметра EXPLAIN \"%s\": \"%s\"" -#: commands/explain.c:169 +#: commands/explain.c:173 #, c-format msgid "unrecognized EXPLAIN option \"%s\"" msgstr "нераспознанный параметр EXPLAIN: \"%s\"" -#: commands/explain.c:176 +#: commands/explain.c:180 #, c-format msgid "EXPLAIN option BUFFERS requires ANALYZE" msgstr "параметр BUFFERS оператора EXPLAIN требует указания ANALYZE" -#: commands/explain.c:185 +#: commands/explain.c:189 #, c-format msgid "EXPLAIN option TIMING requires ANALYZE" msgstr "параметр TIMING оператора EXPLAIN требует указания ANALYZE" @@ -6630,7 +6630,7 @@ msgid "invalid cursor name: must not be empty" msgstr "имя курсора не может быть пустым" #: commands/portalcmds.c:168 commands/portalcmds.c:222 -#: executor/execCurrent.c:67 utils/adt/xml.c:2395 utils/adt/xml.c:2562 +#: executor/execCurrent.c:67 utils/adt/xml.c:2396 utils/adt/xml.c:2563 #, c-format msgid "cursor \"%s\" does not exist" msgstr "курсор \"%s\" не существует" @@ -6650,7 +6650,7 @@ msgstr "передвинуть сохранённый курсор не удал msgid "invalid statement name: must not be empty" msgstr "неверный оператор: имя не должно быть пустым" -#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1299 +#: commands/prepare.c:129 parser/parse_param.c:304 tcop/postgres.c:1326 #, c-format msgid "could not determine data type of parameter $%d" msgstr "не удалось определить тип данных параметра $%d" @@ -6765,103 +6765,103 @@ msgstr "" msgid "security label provider \"%s\" is not loaded" msgstr "поставщик меток безопасности \"%s\" не загружен" -#: commands/sequence.c:127 +#: commands/sequence.c:128 #, c-format msgid "unlogged sequences are not supported" msgstr "нежурналируемые последовательности не поддерживаются" -#: commands/sequence.c:425 commands/tablecmds.c:2292 commands/tablecmds.c:2471 +#: commands/sequence.c:430 commands/tablecmds.c:2292 commands/tablecmds.c:2471 #: commands/tablecmds.c:9944 tcop/utility.c:999 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "отношение \"%s\" не существует, пропускается" -#: commands/sequence.c:643 +#: commands/sequence.c:652 #, c-format msgid "nextval: reached maximum value of sequence \"%s\" (%s)" msgstr "функция nextval достигла максимума для последовательности \"%s\" (%s)" -#: commands/sequence.c:666 +#: commands/sequence.c:675 #, c-format msgid "nextval: reached minimum value of sequence \"%s\" (%s)" msgstr "функция nextval достигла минимума для последовательности \"%s\" (%s)" -#: commands/sequence.c:779 +#: commands/sequence.c:798 #, c-format msgid "currval of sequence \"%s\" is not yet defined in this session" msgstr "" "текущее значение (currval) для последовательности \"%s\" ещё не определено в " "этом сеансе" -#: commands/sequence.c:798 commands/sequence.c:804 +#: commands/sequence.c:817 commands/sequence.c:823 #, c-format msgid "lastval is not yet defined in this session" msgstr "последнее значение (lastval) ещё не определено в этом сеансе" -#: commands/sequence.c:873 +#: commands/sequence.c:892 #, c-format msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "" "setval передано значение %s вне пределов последовательности \"%s\" (%s..%s)" -#: commands/sequence.c:1242 +#: commands/sequence.c:1265 #, c-format msgid "INCREMENT must not be zero" msgstr "INCREMENT не может быть нулевым" -#: commands/sequence.c:1298 +#: commands/sequence.c:1321 #, c-format msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" msgstr "MINVALUE (%s) должно быть меньше MAXVALUE (%s)" -#: commands/sequence.c:1323 +#: commands/sequence.c:1346 #, c-format msgid "START value (%s) cannot be less than MINVALUE (%s)" msgstr "значение START (%s) не может быть меньше MINVALUE (%s)" -#: commands/sequence.c:1335 +#: commands/sequence.c:1358 #, c-format msgid "START value (%s) cannot be greater than MAXVALUE (%s)" msgstr "значение START (%s) не может быть больше MAXVALUE (%s)" -#: commands/sequence.c:1365 +#: commands/sequence.c:1388 #, c-format msgid "RESTART value (%s) cannot be less than MINVALUE (%s)" msgstr "значение RESTART (%s) не может быть меньше MINVALUE (%s)" -#: commands/sequence.c:1377 +#: commands/sequence.c:1400 #, c-format msgid "RESTART value (%s) cannot be greater than MAXVALUE (%s)" msgstr "значение RESTART (%s) не может быть больше MAXVALUE (%s)" -#: commands/sequence.c:1392 +#: commands/sequence.c:1415 #, c-format msgid "CACHE (%s) must be greater than zero" msgstr "значение CACHE (%s) должно быть больше нуля" -#: commands/sequence.c:1424 +#: commands/sequence.c:1447 #, c-format msgid "invalid OWNED BY option" msgstr "неверное указание OWNED BY" -#: commands/sequence.c:1425 +#: commands/sequence.c:1448 #, c-format msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Укажите OWNED BY таблица.колонка или OWNED BY NONE." -#: commands/sequence.c:1448 +#: commands/sequence.c:1471 #, c-format msgid "referenced relation \"%s\" is not a table or foreign table" msgstr "указанный объект \"%s\" не является таблицей или сторонней таблицей" -#: commands/sequence.c:1455 +#: commands/sequence.c:1478 #, c-format msgid "sequence must have same owner as table it is linked to" msgstr "" "последовательность должна иметь того же владельца, что и таблица, с которой " "она связана" -#: commands/sequence.c:1459 +#: commands/sequence.c:1482 #, c-format msgid "sequence must be in same schema as table it is linked to" msgstr "" @@ -6996,8 +6996,8 @@ msgstr "DROP INDEX CONCURRENTLY не поддерживает режим CASCADE #: commands/tablecmds.c:913 commands/tablecmds.c:1251 #: commands/tablecmds.c:2107 commands/tablecmds.c:3998 #: commands/tablecmds.c:5827 commands/tablecmds.c:10489 -#: commands/tablecmds.c:10524 commands/trigger.c:207 commands/trigger.c:1092 -#: commands/trigger.c:1198 rewrite/rewriteDefine.c:274 +#: commands/tablecmds.c:10524 commands/trigger.c:213 commands/trigger.c:1098 +#: commands/trigger.c:1204 rewrite/rewriteDefine.c:274 #: rewrite/rewriteDefine.c:890 #, c-format msgid "permission denied: \"%s\" is a system catalog" @@ -7208,8 +7208,8 @@ msgstr "колонка \"%s\" содержит значения NULL" msgid "check constraint \"%s\" is violated by some row" msgstr "ограничение-проверку \"%s\" нарушает некоторая строка" -#: commands/tablecmds.c:4019 commands/trigger.c:201 commands/trigger.c:1086 -#: commands/trigger.c:1190 rewrite/rewriteDefine.c:268 +#: commands/tablecmds.c:4019 commands/trigger.c:207 commands/trigger.c:1092 +#: commands/trigger.c:1196 rewrite/rewriteDefine.c:268 #: rewrite/rewriteDefine.c:885 #, c-format msgid "\"%s\" is not a table or view" @@ -7895,132 +7895,132 @@ msgstr "удалить каталоги табличного пространс msgid "You can remove the directories manually if necessary." msgstr "При необходимости вы можете удалить их вручную." -#: commands/trigger.c:174 +#: commands/trigger.c:180 #, c-format msgid "\"%s\" is a table" msgstr "\"%s\" - это таблица" -#: commands/trigger.c:176 +#: commands/trigger.c:182 #, c-format msgid "Tables cannot have INSTEAD OF triggers." msgstr "У таблиц не может быть триггеров INSTEAD OF." -#: commands/trigger.c:187 commands/trigger.c:194 +#: commands/trigger.c:193 commands/trigger.c:200 #, c-format msgid "\"%s\" is a view" msgstr "\"%s\" - это представление" -#: commands/trigger.c:189 +#: commands/trigger.c:195 #, c-format msgid "Views cannot have row-level BEFORE or AFTER triggers." msgstr "У представлений не может быть строковых триггеров BEFORE/AFTER." -#: commands/trigger.c:196 +#: commands/trigger.c:202 #, c-format msgid "Views cannot have TRUNCATE triggers." msgstr "У представлений не может быть триггеров TRUNCATE." -#: commands/trigger.c:259 +#: commands/trigger.c:265 #, c-format msgid "TRUNCATE FOR EACH ROW triggers are not supported" msgstr "триггеры TRUNCATE FOR EACH ROW не поддерживаются" -#: commands/trigger.c:267 +#: commands/trigger.c:273 #, c-format msgid "INSTEAD OF triggers must be FOR EACH ROW" msgstr "триггеры INSTEAD OF должны иметь тип FOR EACH ROW" -#: commands/trigger.c:271 +#: commands/trigger.c:277 #, c-format msgid "INSTEAD OF triggers cannot have WHEN conditions" msgstr "триггеры INSTEAD OF несовместимы с условиями WHEN" -#: commands/trigger.c:275 +#: commands/trigger.c:281 #, c-format msgid "INSTEAD OF triggers cannot have column lists" msgstr "для триггеров INSTEAD OF нельзя задать список колонок" -#: commands/trigger.c:334 commands/trigger.c:347 +#: commands/trigger.c:340 commands/trigger.c:353 #, c-format msgid "statement trigger's WHEN condition cannot reference column values" msgstr "" "в условии WHEN для операторного триггера нельзя ссылаться на значения колонок" -#: commands/trigger.c:339 +#: commands/trigger.c:345 #, c-format msgid "INSERT trigger's WHEN condition cannot reference OLD values" msgstr "в условии WHEN для триггера INSERT нельзя ссылаться на значения OLD" -#: commands/trigger.c:352 +#: commands/trigger.c:358 #, c-format msgid "DELETE trigger's WHEN condition cannot reference NEW values" msgstr "в условии WHEN для триггера DELETE нельзя ссылаться на значения NEW" -#: commands/trigger.c:357 +#: commands/trigger.c:363 #, c-format msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns" msgstr "" "в условии WHEN для триггера BEFORE нельзя ссылаться на системные колонки NEW" -#: commands/trigger.c:402 +#: commands/trigger.c:408 #, c-format msgid "changing return type of function %s from \"opaque\" to \"trigger\"" msgstr "изменение типа возврата функции %s с \"opaque\" на \"trigger\"" -#: commands/trigger.c:409 +#: commands/trigger.c:415 #, c-format msgid "function %s must return type \"trigger\"" msgstr "функция %s должна возвращать тип \"trigger\"" -#: commands/trigger.c:521 commands/trigger.c:1267 +#: commands/trigger.c:527 commands/trigger.c:1273 #, c-format msgid "trigger \"%s\" for relation \"%s\" already exists" msgstr "триггер \"%s\" для отношения \"%s\" уже существует" -#: commands/trigger.c:806 +#: commands/trigger.c:812 msgid "Found referenced table's UPDATE trigger." msgstr "Найден триггер UPDATE в главной таблице." -#: commands/trigger.c:807 +#: commands/trigger.c:813 msgid "Found referenced table's DELETE trigger." msgstr "Найден триггер DELETE в главной таблице." -#: commands/trigger.c:808 +#: commands/trigger.c:814 msgid "Found referencing table's trigger." msgstr "Найден триггер в подчинённой таблице." -#: commands/trigger.c:917 commands/trigger.c:933 +#: commands/trigger.c:923 commands/trigger.c:939 #, c-format msgid "ignoring incomplete trigger group for constraint \"%s\" %s" msgstr "неполный набор триггеров для ограничения \"%s\" %s игнорируется" -#: commands/trigger.c:945 +#: commands/trigger.c:951 #, c-format msgid "converting trigger group into constraint \"%s\" %s" msgstr "преобразование набора триггеров в ограничение \"%s\" %s" -#: commands/trigger.c:1157 commands/trigger.c:1315 commands/trigger.c:1431 +#: commands/trigger.c:1163 commands/trigger.c:1321 commands/trigger.c:1437 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "триггер \"%s\" для таблицы \"%s\" не существует" -#: commands/trigger.c:1396 +#: commands/trigger.c:1402 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "нет доступа: \"%s\" - это системный триггер" -#: commands/trigger.c:1892 +#: commands/trigger.c:1898 #, c-format msgid "trigger function %u returned null value" msgstr "триггерная функция %u вернула значение NULL" -#: commands/trigger.c:1951 commands/trigger.c:2150 commands/trigger.c:2338 -#: commands/trigger.c:2597 +#: commands/trigger.c:1957 commands/trigger.c:2156 commands/trigger.c:2344 +#: commands/trigger.c:2603 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "триггер BEFORE STATEMENT не может возвращать значение" -#: commands/trigger.c:2659 executor/nodeModifyTable.c:428 +#: commands/trigger.c:2665 executor/nodeModifyTable.c:428 #: executor/nodeModifyTable.c:709 #, c-format msgid "" @@ -8030,7 +8030,7 @@ msgstr "" "кортеж, который должен быть изменён, уже модифицирован в операции, вызванной " "текущей командой" -#: commands/trigger.c:2660 executor/nodeModifyTable.c:429 +#: commands/trigger.c:2666 executor/nodeModifyTable.c:429 #: executor/nodeModifyTable.c:710 #, c-format msgid "" @@ -8040,19 +8040,19 @@ msgstr "" "Возможно, для распространения изменений в другие строки следует использовать " "триггер AFTER вместо BEFORE." -#: commands/trigger.c:2674 executor/execMain.c:1999 +#: commands/trigger.c:2680 executor/execMain.c:2097 #: executor/nodeLockRows.c:165 executor/nodeModifyTable.c:441 #: executor/nodeModifyTable.c:722 #, c-format msgid "could not serialize access due to concurrent update" msgstr "не удалось сериализовать доступ из-за параллельного изменения" -#: commands/trigger.c:4303 +#: commands/trigger.c:4309 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "ограничение \"%s\" не является откладываемым" -#: commands/trigger.c:4326 +#: commands/trigger.c:4332 #, c-format msgid "constraint \"%s\" does not exist" msgstr "ограничение \"%s\" не существует" @@ -8938,7 +8938,7 @@ msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\"" msgstr "" "для курсора \"%s\" не выполняется обновляемое сканирование таблицы \"%s\"" -#: executor/execCurrent.c:231 executor/execQual.c:1161 +#: executor/execCurrent.c:231 executor/execQual.c:1164 #, c-format msgid "" "type of parameter %d (%s) does not match that when preparing the plan (%s)" @@ -8946,27 +8946,27 @@ msgstr "" "тип параметра %d (%s) не соответствует тому, с которым подготавливался план " "(%s)" -#: executor/execCurrent.c:243 executor/execQual.c:1173 +#: executor/execCurrent.c:243 executor/execQual.c:1176 #, c-format msgid "no value found for parameter %d" msgstr "не найдено значение параметра %d" -#: executor/execMain.c:954 +#: executor/execMain.c:965 #, c-format msgid "cannot change sequence \"%s\"" msgstr "последовательность \"%s\" изменить нельзя" -#: executor/execMain.c:960 +#: executor/execMain.c:971 #, c-format msgid "cannot change TOAST relation \"%s\"" msgstr "TOAST-отношение \"%s\" изменить нельзя" -#: executor/execMain.c:978 rewrite/rewriteHandler.c:2346 +#: executor/execMain.c:989 rewrite/rewriteHandler.c:2346 #, c-format msgid "cannot insert into view \"%s\"" msgstr "вставить данные в представление \"%s\" нельзя" -#: executor/execMain.c:980 rewrite/rewriteHandler.c:2349 +#: executor/execMain.c:991 rewrite/rewriteHandler.c:2349 #, c-format msgid "" "To enable inserting into the view, provide an INSTEAD OF INSERT trigger or " @@ -8975,12 +8975,12 @@ msgstr "" "Чтобы представление допускало добавление данных, установите триггер INSTEAD " "OF INSERT trigger или безусловное правило ON INSERT DO INSTEAD." -#: executor/execMain.c:986 rewrite/rewriteHandler.c:2354 +#: executor/execMain.c:997 rewrite/rewriteHandler.c:2354 #, c-format msgid "cannot update view \"%s\"" msgstr "изменить данные в представлении \"%s\" нельзя" -#: executor/execMain.c:988 rewrite/rewriteHandler.c:2357 +#: executor/execMain.c:999 rewrite/rewriteHandler.c:2357 #, c-format msgid "" "To enable updating the view, provide an INSTEAD OF UPDATE trigger or an " @@ -8989,12 +8989,12 @@ msgstr "" "Чтобы представление допускало изменение данных, установите триггер INSTEAD " "OF UPDATE или безусловное правило ON UPDATE DO INSTEAD." -#: executor/execMain.c:994 rewrite/rewriteHandler.c:2362 +#: executor/execMain.c:1005 rewrite/rewriteHandler.c:2362 #, c-format msgid "cannot delete from view \"%s\"" msgstr "удалить данные из представления \"%s\" нельзя" -#: executor/execMain.c:996 rewrite/rewriteHandler.c:2365 +#: executor/execMain.c:1007 rewrite/rewriteHandler.c:2365 #, c-format msgid "" "To enable deleting from the view, provide an INSTEAD OF DELETE trigger or an " @@ -9003,92 +9003,92 @@ msgstr "" "Чтобы представление допускало удаление данных, установите триггер INSTEAD OF " "DELETE или безусловное правило ON DELETE DO INSTEAD." -#: executor/execMain.c:1006 +#: executor/execMain.c:1017 #, c-format msgid "cannot change materialized view \"%s\"" msgstr "изменить материализованное представление \"%s\" нельзя" -#: executor/execMain.c:1018 +#: executor/execMain.c:1029 #, c-format msgid "cannot insert into foreign table \"%s\"" msgstr "вставлять данные в стороннюю таблицу \"%s\" нельзя" -#: executor/execMain.c:1024 +#: executor/execMain.c:1035 #, c-format msgid "foreign table \"%s\" does not allow inserts" msgstr "сторонняя таблица \"%s\" не допускает добавления" -#: executor/execMain.c:1031 +#: executor/execMain.c:1042 #, c-format msgid "cannot update foreign table \"%s\"" msgstr "изменять данные в сторонней таблице \"%s\"" -#: executor/execMain.c:1037 +#: executor/execMain.c:1048 #, c-format msgid "foreign table \"%s\" does not allow updates" msgstr "сторонняя таблица \"%s\" не допускает изменения" -#: executor/execMain.c:1044 +#: executor/execMain.c:1055 #, c-format msgid "cannot delete from foreign table \"%s\"" msgstr "удалять данные из сторонней таблицы \"%s\" нельзя" -#: executor/execMain.c:1050 +#: executor/execMain.c:1061 #, c-format msgid "foreign table \"%s\" does not allow deletes" msgstr "сторонняя таблица \"%s\" не допускает удаления" -#: executor/execMain.c:1061 +#: executor/execMain.c:1072 #, c-format msgid "cannot change relation \"%s\"" msgstr "отношение \"%s\" изменить нельзя" -#: executor/execMain.c:1085 +#: executor/execMain.c:1096 #, c-format msgid "cannot lock rows in sequence \"%s\"" msgstr "блокировать строки в последовательности \"%s\" нельзя" -#: executor/execMain.c:1092 +#: executor/execMain.c:1103 #, c-format msgid "cannot lock rows in TOAST relation \"%s\"" msgstr "блокировать строки в TOAST-отношении \"%s\" нельзя" -#: executor/execMain.c:1099 +#: executor/execMain.c:1110 #, c-format msgid "cannot lock rows in view \"%s\"" msgstr "блокировать строки в представлении \"%s\" нельзя" -#: executor/execMain.c:1107 +#: executor/execMain.c:1118 #, c-format msgid "cannot lock rows in materialized view \"%s\"" msgstr "блокировать строки в материализованном представлении \"%s\" нельзя" -#: executor/execMain.c:1114 +#: executor/execMain.c:1125 #, c-format msgid "cannot lock rows in foreign table \"%s\"" msgstr "блокировать строки в сторонней таблице \"%s\" нельзя" -#: executor/execMain.c:1120 +#: executor/execMain.c:1131 #, c-format msgid "cannot lock rows in relation \"%s\"" msgstr "блокировать строки в отношении \"%s\" нельзя" -#: executor/execMain.c:1605 +#: executor/execMain.c:1627 #, c-format msgid "null value in column \"%s\" violates not-null constraint" msgstr "нулевое значение в колонке \"%s\" нарушает ограничение NOT NULL" -#: executor/execMain.c:1607 executor/execMain.c:1624 +#: executor/execMain.c:1629 executor/execMain.c:1654 #, c-format msgid "Failing row contains %s." msgstr "Ошибочная строка содержит %s." -#: executor/execMain.c:1622 +#: executor/execMain.c:1652 #, c-format msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "новая строка в отношении \"%s\" нарушает ограничение-проверку \"%s\"" -#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3152 +#: executor/execQual.c:306 executor/execQual.c:334 executor/execQual.c:3155 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:233 #: utils/adt/arrayfuncs.c:512 utils/adt/arrayfuncs.c:1247 #: utils/adt/arrayfuncs.c:2920 utils/adt/arrayfuncs.c:4945 @@ -9101,17 +9101,17 @@ msgstr "число размерностей массива (%d) превышае msgid "array subscript in assignment must not be null" msgstr "индекс элемента массива в присваивании не может быть NULL" -#: executor/execQual.c:642 executor/execQual.c:4073 +#: executor/execQual.c:642 executor/execQual.c:4076 #, c-format msgid "attribute %d has wrong type" msgstr "атрибут %d имеет неверный тип" -#: executor/execQual.c:643 executor/execQual.c:4074 +#: executor/execQual.c:643 executor/execQual.c:4077 #, c-format msgid "Table has type %s, but query expects %s." msgstr "В таблице задан тип %s, а в запросе ожидается %s." -#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1051 +#: executor/execQual.c:836 executor/execQual.c:853 executor/execQual.c:1054 #: executor/nodeModifyTable.c:85 executor/nodeModifyTable.c:95 #: executor/nodeModifyTable.c:112 executor/nodeModifyTable.c:120 #, c-format @@ -9133,14 +9133,14 @@ msgstr "" "В таблице определён тип %s (номер колонки: %d), а в запросе предполагается " "%s." -#: executor/execQual.c:1052 executor/execQual.c:1648 +#: executor/execQual.c:1055 executor/execQual.c:1651 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "" "Несоответствие параметров физического хранения удалённого атрибута (под " "номером %d)." -#: executor/execQual.c:1327 parser/parse_func.c:93 parser/parse_func.c:325 +#: executor/execQual.c:1330 parser/parse_func.c:93 parser/parse_func.c:325 #: parser/parse_func.c:639 #, c-format msgid "cannot pass more than %d argument to a function" @@ -9149,12 +9149,12 @@ msgstr[0] "функции нельзя передать больше %d аргу msgstr[1] "функции нельзя передать больше %d аргументов" msgstr[2] "функции нельзя передать больше %d аргументов" -#: executor/execQual.c:1516 +#: executor/execQual.c:1519 #, c-format msgid "functions and operators can take at most one set argument" msgstr "функции и операторы принимают только один аргумент-множество" -#: executor/execQual.c:1566 +#: executor/execQual.c:1569 #, c-format msgid "" "function returning setof record called in context that cannot accept type " @@ -9163,12 +9163,12 @@ msgstr "" "функция, возвращающая запись SET OF, вызвана в контексте, не допускающем " "этот тип" -#: executor/execQual.c:1621 executor/execQual.c:1637 executor/execQual.c:1647 +#: executor/execQual.c:1624 executor/execQual.c:1640 executor/execQual.c:1650 #, c-format msgid "function return row and query-specified return row do not match" msgstr "тип результат функции отличается от типа строки-результата запроса" -#: executor/execQual.c:1622 +#: executor/execQual.c:1625 #, c-format msgid "Returned row contains %d attribute, but query expects %d." msgid_plural "Returned row contains %d attributes, but query expects %d." @@ -9178,47 +9178,47 @@ msgstr[1] "" msgstr[2] "" "Возвращённая строка содержит %d атрибутов, но запрос предполагает %d." -#: executor/execQual.c:1638 +#: executor/execQual.c:1641 #, c-format msgid "Returned type %s at ordinal position %d, but query expects %s." msgstr "Возвращён тип %s (номер колонки: %d), а в запросе предполагается %s." -#: executor/execQual.c:1880 executor/execQual.c:2311 +#: executor/execQual.c:1883 executor/execQual.c:2314 #, c-format msgid "table-function protocol for materialize mode was not followed" msgstr "нарушение протокола табличной функции в режиме материализации" -#: executor/execQual.c:1900 executor/execQual.c:2318 +#: executor/execQual.c:1903 executor/execQual.c:2321 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "нераспознанный режим возврата табличной функции: %d" -#: executor/execQual.c:2228 +#: executor/execQual.c:2231 #, c-format msgid "function returning set of rows cannot return null value" msgstr "функция, возвращающая множество строк, не может возвращать NULL" -#: executor/execQual.c:2285 +#: executor/execQual.c:2288 #, c-format msgid "rows returned by function are not all of the same row type" msgstr "строки, возвращённые функцией, имеют разные типы" -#: executor/execQual.c:2500 +#: executor/execQual.c:2503 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM не поддерживает аргументы-множества" -#: executor/execQual.c:2577 +#: executor/execQual.c:2580 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "операторы ANY/ALL (с массивом) не поддерживают аргументы-множества" -#: executor/execQual.c:3130 +#: executor/execQual.c:3133 #, c-format msgid "cannot merge incompatible arrays" msgstr "не удалось объединить несовместимые массивы" -#: executor/execQual.c:3131 +#: executor/execQual.c:3134 #, c-format msgid "" "Array with element type %s cannot be included in ARRAY construct with " @@ -9227,7 +9227,7 @@ msgstr "" "Массив с типом элементов %s нельзя включить в конструкцию ARRAY с типом " "элементов %s." -#: executor/execQual.c:3172 executor/execQual.c:3199 +#: executor/execQual.c:3175 executor/execQual.c:3202 #: utils/adt/arrayfuncs.c:547 #, c-format msgid "" @@ -9236,49 +9236,49 @@ msgstr "" "для многомерных массивов должны задаваться выражения с соответствующими " "размерностями" -#: executor/execQual.c:3714 +#: executor/execQual.c:3717 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF не поддерживает аргументы-множества" -#: executor/execQual.c:3944 utils/adt/domains.c:131 +#: executor/execQual.c:3947 utils/adt/domains.c:131 #, c-format msgid "domain %s does not allow null values" msgstr "домен %s не допускает значения null" -#: executor/execQual.c:3974 utils/adt/domains.c:168 +#: executor/execQual.c:3977 utils/adt/domains.c:168 #, c-format msgid "value for domain %s violates check constraint \"%s\"" msgstr "значение домена %s нарушает ограничение-проверку \"%s\"" -#: executor/execQual.c:4332 +#: executor/execQual.c:4335 #, c-format msgid "WHERE CURRENT OF is not supported for this table type" msgstr "WHERE CURRENT OF для таблиц такого типа не поддерживается" -#: executor/execQual.c:4475 optimizer/util/clauses.c:573 +#: executor/execQual.c:4478 optimizer/util/clauses.c:573 #: parser/parse_agg.c:347 #, c-format msgid "aggregate function calls cannot be nested" msgstr "вложенные вызовы агрегатных функций недопустимы" -#: executor/execQual.c:4513 optimizer/util/clauses.c:647 +#: executor/execQual.c:4516 optimizer/util/clauses.c:647 #: parser/parse_agg.c:443 #, c-format msgid "window function calls cannot be nested" msgstr "вложенные вызовы оконных функций недопустимы" -#: executor/execQual.c:4725 +#: executor/execQual.c:4728 #, c-format msgid "target type is not an array" msgstr "целевой тип не является массивом" -#: executor/execQual.c:4839 +#: executor/execQual.c:4842 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "колонка ROW() имеет тип %s, а должна - %s" -#: executor/execQual.c:4974 utils/adt/arrayfuncs.c:3383 +#: executor/execQual.c:4977 utils/adt/arrayfuncs.c:3383 #: utils/adt/rowtypes.c:922 #, c-format msgid "could not identify a comparison function for type %s" @@ -9299,21 +9299,31 @@ msgstr "Примените команду REFRESH MATERIALIZED VIEW." msgid "could not create exclusion constraint \"%s\"" msgstr "не удалось создать ограничение-исключение \"%s\"" -#: executor/execUtils.c:1325 +#: executor/execUtils.c:1326 #, c-format msgid "Key %s conflicts with key %s." msgstr "Ключ %s конфликтует с ключом %s." -#: executor/execUtils.c:1332 +#: executor/execUtils.c:1328 +#, c-format +msgid "Key conflicts exist." +msgstr "Обнаружен конфликт ключей." + +#: executor/execUtils.c:1334 #, c-format msgid "conflicting key value violates exclusion constraint \"%s\"" msgstr "конфликтующее значение ключа нарушает ограничение-исключение \"%s\"" -#: executor/execUtils.c:1334 +#: executor/execUtils.c:1337 #, c-format msgid "Key %s conflicts with existing key %s." msgstr "Ключ %s конфликтует с существующим ключом %s." +#: executor/execUtils.c:1339 +#, c-format +msgid "Key conflicts with existing key." +msgstr "Ключ конфликтует с уже существующим." + #: executor/functions.c:225 #, c-format msgid "could not determine actual type of argument declared %s" @@ -9726,7 +9736,7 @@ msgstr "" "в pg_hba.conf нет записи для компьютера \"%s\", пользователя \"%s\", базы " "\"%s\"" -#: libpq/auth.c:552 libpq/hba.c:1218 +#: libpq/auth.c:552 libpq/hba.c:1188 #, c-format msgid "" "MD5 authentication is not supported when \"db_user_namespace\" is enabled" @@ -9734,220 +9744,220 @@ msgstr "" "проверка подлинности MD5 не поддерживается, когда включен режим " "\"db_user_namespace\"" -#: libpq/auth.c:676 +#: libpq/auth.c:677 #, c-format msgid "expected password response, got message type %d" msgstr "ожидался ответ с паролем, но получено сообщение %d" -#: libpq/auth.c:704 +#: libpq/auth.c:705 #, c-format msgid "invalid password packet size" msgstr "неверный размер пакета с паролем" -#: libpq/auth.c:708 +#: libpq/auth.c:709 #, c-format msgid "received password packet" msgstr "получен пакет с паролем" -#: libpq/auth.c:766 +#: libpq/auth.c:767 #, c-format msgid "Kerberos initialization returned error %d" msgstr "ошибка при инициализации Kerberos: %d" -#: libpq/auth.c:776 +#: libpq/auth.c:777 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "ошибка при разрешении имени таблицы ключей Kerberos: %d" -#: libpq/auth.c:800 +#: libpq/auth.c:801 #, c-format msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" msgstr "ошибка в функции Kerberos sname_to_principal(\"%s\", \"%s\"): %d" -#: libpq/auth.c:845 +#: libpq/auth.c:846 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "ошибка в функции Kerberos recvauth: %d" -#: libpq/auth.c:868 +#: libpq/auth.c:869 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "ошибка в функции Kerberos unparse_name: %d" -#: libpq/auth.c:1016 +#: libpq/auth.c:1017 #, c-format msgid "GSSAPI is not supported in protocol version 2" msgstr "GSSAPI не поддерживается в протоколе версии 2" -#: libpq/auth.c:1071 +#: libpq/auth.c:1073 #, c-format msgid "expected GSS response, got message type %d" msgstr "ожидался ответ GSS, но получено сообщение %d" -#: libpq/auth.c:1130 +#: libpq/auth.c:1132 msgid "accepting GSS security context failed" msgstr "принять контекст безопасности GSS не удалось" -#: libpq/auth.c:1156 +#: libpq/auth.c:1158 msgid "retrieving GSS user name failed" msgstr "получить имя пользователя GSS не удалось" -#: libpq/auth.c:1273 +#: libpq/auth.c:1275 #, c-format msgid "SSPI is not supported in protocol version 2" msgstr "SSPI не поддерживается в протоколе версии 2" -#: libpq/auth.c:1288 +#: libpq/auth.c:1290 msgid "could not acquire SSPI credentials" msgstr "не удалось получить удостоверение SSPI" -#: libpq/auth.c:1305 +#: libpq/auth.c:1308 #, c-format msgid "expected SSPI response, got message type %d" msgstr "ожидался ответ SSPI, но получено сообщение %d" -#: libpq/auth.c:1377 +#: libpq/auth.c:1380 msgid "could not accept SSPI security context" msgstr "принять контекст безопасности SSPI не удалось" -#: libpq/auth.c:1439 +#: libpq/auth.c:1442 msgid "could not get token from SSPI security context" msgstr "не удалось получить маркер из контекста безопасности SSPI" -#: libpq/auth.c:1683 +#: libpq/auth.c:1685 #, c-format msgid "could not create socket for Ident connection: %m" msgstr "не удалось создать сокет для подключения к серверу Ident: %m" -#: libpq/auth.c:1698 +#: libpq/auth.c:1700 #, c-format msgid "could not bind to local address \"%s\": %m" msgstr "не удалось привязаться к локальному адресу \"%s\": %m" -#: libpq/auth.c:1710 +#: libpq/auth.c:1712 #, c-format msgid "could not connect to Ident server at address \"%s\", port %s: %m" msgstr "не удалось подключиться к серверу Ident по адресу \"%s\", порт %s: %m" -#: libpq/auth.c:1730 +#: libpq/auth.c:1732 #, c-format msgid "could not send query to Ident server at address \"%s\", port %s: %m" msgstr "" "не удалось отправить запрос серверу Ident по адресу \"%s\", порт %s: %m" -#: libpq/auth.c:1745 +#: libpq/auth.c:1747 #, c-format msgid "" "could not receive response from Ident server at address \"%s\", port %s: %m" msgstr "" "не удалось получить ответ от сервера Ident по адресу \"%s\", порт %s: %m" -#: libpq/auth.c:1755 +#: libpq/auth.c:1757 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "неверно форматированный ответ от сервера Ident: \"%s\"" -#: libpq/auth.c:1794 +#: libpq/auth.c:1798 #, c-format msgid "peer authentication is not supported on this platform" msgstr "проверка подлинности peer в этой ОС не поддерживается" -#: libpq/auth.c:1798 +#: libpq/auth.c:1802 #, c-format msgid "could not get peer credentials: %m" msgstr "не удалось получить данные пользователя через механизм peer: %m" -#: libpq/auth.c:1807 +#: libpq/auth.c:1811 #, c-format msgid "local user with ID %d does not exist" msgstr "локальный пользователь с ID %d не существует" -#: libpq/auth.c:1890 libpq/auth.c:2161 libpq/auth.c:2526 +#: libpq/auth.c:1894 libpq/auth.c:2165 libpq/auth.c:2530 #, c-format msgid "empty password returned by client" msgstr "клиент возвратил пустой пароль" -#: libpq/auth.c:1900 +#: libpq/auth.c:1904 #, c-format msgid "error from underlying PAM layer: %s" msgstr "ошибка в нижележащем слое PAM: %s" -#: libpq/auth.c:1969 +#: libpq/auth.c:1973 #, c-format msgid "could not create PAM authenticator: %s" msgstr "не удалось создать аутентификатор PAM: %s" -#: libpq/auth.c:1980 +#: libpq/auth.c:1984 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "ошибка в pam_set_item(PAM_USER): %s" -#: libpq/auth.c:1991 +#: libpq/auth.c:1995 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "ошибка в pam_set_item(PAM_CONV): %s" -#: libpq/auth.c:2002 +#: libpq/auth.c:2006 #, c-format msgid "pam_authenticate failed: %s" msgstr "ошибка в pam_authenticate: %s" -#: libpq/auth.c:2013 +#: libpq/auth.c:2017 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "ошибка в pam_acct_mgmt: %s" -#: libpq/auth.c:2024 +#: libpq/auth.c:2028 #, c-format msgid "could not release PAM authenticator: %s" msgstr "не удалось освободить аутентификатор PAM: %s" -#: libpq/auth.c:2057 +#: libpq/auth.c:2061 #, c-format msgid "could not initialize LDAP: %m" msgstr "не удалось инициализировать LDAP: %m" -#: libpq/auth.c:2060 +#: libpq/auth.c:2064 #, c-format msgid "could not initialize LDAP: error code %d" msgstr "не удалось инициализировать LDAP: код ошибки %d" -#: libpq/auth.c:2070 +#: libpq/auth.c:2074 #, c-format msgid "could not set LDAP protocol version: %s" msgstr "не удалось задать версию протокола LDAP: %s" -#: libpq/auth.c:2099 +#: libpq/auth.c:2103 #, c-format msgid "could not load wldap32.dll" msgstr "не удалось загрузить wldap32.dll" -#: libpq/auth.c:2107 +#: libpq/auth.c:2111 #, c-format msgid "could not load function _ldap_start_tls_sA in wldap32.dll" msgstr "не удалось найти функцию _ldap_start_tls_sA в wldap32.dll" -#: libpq/auth.c:2108 +#: libpq/auth.c:2112 #, c-format msgid "LDAP over SSL is not supported on this platform." msgstr "LDAP через SSL не поддерживается в этой ОС." -#: libpq/auth.c:2123 +#: libpq/auth.c:2127 #, c-format msgid "could not start LDAP TLS session: %s" msgstr "не удалось начать сеанс LDAP TLS: %s" -#: libpq/auth.c:2145 +#: libpq/auth.c:2149 #, c-format msgid "LDAP server not specified" msgstr "LDAP-сервер не определён" -#: libpq/auth.c:2198 +#: libpq/auth.c:2202 #, c-format msgid "invalid character in user name for LDAP authentication" msgstr "недопустимый символ в имени пользователя для проверки подлинности LDAP" -#: libpq/auth.c:2213 +#: libpq/auth.c:2217 #, c-format msgid "" "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": " @@ -9956,28 +9966,28 @@ msgstr "" "не удалось выполнить начальную привязку LDAP для ldapbinddn \"%s\" на " "сервере \"%s\": %s" -#: libpq/auth.c:2238 +#: libpq/auth.c:2242 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": %s" msgstr "" "не удалось выполнить LDAP-поиск по фильтру \"%s\" на сервере \"%s\": %s" -#: libpq/auth.c:2249 +#: libpq/auth.c:2253 #, c-format msgid "LDAP user \"%s\" does not exist" msgstr "в LDAP нет пользователя \"%s\"" -#: libpq/auth.c:2250 +#: libpq/auth.c:2254 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned no entries." msgstr "LDAP-поиск по фильтру \"%s\" на сервере \"%s\" не вернул результатов" -#: libpq/auth.c:2254 +#: libpq/auth.c:2258 #, c-format msgid "LDAP user \"%s\" is not unique" msgstr "пользователь LDAP \"%s\" не уникален" -#: libpq/auth.c:2255 +#: libpq/auth.c:2259 #, c-format msgid "LDAP search for filter \"%s\" on server \"%s\" returned %d entry." msgid_plural "" @@ -9986,7 +9996,7 @@ msgstr[0] "LDAP-поиск по фильтру \"%s\" на сервере \"%s\" msgstr[1] "LDAP-поиск по фильтру \"%s\" на сервере \"%s\" вернул %d записи." msgstr[2] "LDAP-поиск по фильтру \"%s\" на сервере \"%s\" вернул %d записей." -#: libpq/auth.c:2273 +#: libpq/auth.c:2277 #, c-format msgid "" "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" @@ -9994,19 +10004,19 @@ msgstr "" "не удалось получить dn для первого результата, соответствующего \"%s\" на " "сервере \"%s\": %s" -#: libpq/auth.c:2293 +#: libpq/auth.c:2297 #, c-format msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" msgstr "" "не удалось отвязаться после поиска пользователя \"%s\" на сервере \"%s\": %s" -#: libpq/auth.c:2330 +#: libpq/auth.c:2334 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": %s" msgstr "" "ошибка при регистрации в LDAP пользователя \"%s\" на сервере \"%s\": %s" -#: libpq/auth.c:2358 +#: libpq/auth.c:2362 #, c-format msgid "" "certificate authentication failed for user \"%s\": client certificate " @@ -10015,98 +10025,98 @@ msgstr "" "ошибка проверки подлинности пользователя \"%s\" по сертификату: сертификат " "клиента не содержит имя пользователя" -#: libpq/auth.c:2482 +#: libpq/auth.c:2486 #, c-format msgid "RADIUS server not specified" msgstr "RADIUS-сервер не определён" -#: libpq/auth.c:2489 +#: libpq/auth.c:2493 #, c-format msgid "RADIUS secret not specified" msgstr "секрет RADIUS не определён" -#: libpq/auth.c:2505 libpq/hba.c:1634 +#: libpq/auth.c:2509 libpq/hba.c:1604 #, c-format msgid "could not translate RADIUS server name \"%s\" to address: %s" msgstr "не удалось преобразовать имя сервера RADIUS \"%s\" в адрес: %s" -#: libpq/auth.c:2533 +#: libpq/auth.c:2537 #, c-format msgid "" "RADIUS authentication does not support passwords longer than 16 characters" msgstr "проверка подлинности RADIUS не поддерживает пароли длиннее 16 символов" -#: libpq/auth.c:2544 +#: libpq/auth.c:2548 #, c-format msgid "could not generate random encryption vector" msgstr "не удалось сгенерировать случайный вектор шифрования" -#: libpq/auth.c:2567 +#: libpq/auth.c:2571 #, c-format msgid "could not perform MD5 encryption of password" msgstr "не удалось вычислить MD5-хэш пароля" -#: libpq/auth.c:2589 +#: libpq/auth.c:2593 #, c-format msgid "could not create RADIUS socket: %m" msgstr "не удалось создать сокет RADIUS: %m" -#: libpq/auth.c:2610 +#: libpq/auth.c:2614 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "не удалось привязаться к локальному сокету RADIUS: %m" -#: libpq/auth.c:2620 +#: libpq/auth.c:2624 #, c-format msgid "could not send RADIUS packet: %m" msgstr "не удалось отправить пакет RADIUS: %m" -#: libpq/auth.c:2649 libpq/auth.c:2674 +#: libpq/auth.c:2653 libpq/auth.c:2678 #, c-format msgid "timeout waiting for RADIUS response" msgstr "превышено время ожидания ответа RADIUS" -#: libpq/auth.c:2667 +#: libpq/auth.c:2671 #, c-format msgid "could not check status on RADIUS socket: %m" msgstr "не удалось проверить состояние сокета RADIUS: %m" -#: libpq/auth.c:2696 +#: libpq/auth.c:2700 #, c-format msgid "could not read RADIUS response: %m" msgstr "не удалось прочитать ответ RADIUS: %m" -#: libpq/auth.c:2708 libpq/auth.c:2712 +#: libpq/auth.c:2712 libpq/auth.c:2716 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "ответ RADIUS был отправлен с неверного порта: %d" -#: libpq/auth.c:2721 +#: libpq/auth.c:2725 #, c-format msgid "RADIUS response too short: %d" msgstr "слишком короткий ответ RADIUS: %d" -#: libpq/auth.c:2728 +#: libpq/auth.c:2732 #, c-format msgid "RADIUS response has corrupt length: %d (actual length %d)" msgstr "в ответе RADIUS испорчена длина: %d (фактическая длина %d)" -#: libpq/auth.c:2736 +#: libpq/auth.c:2740 #, c-format msgid "RADIUS response is to a different request: %d (should be %d)" msgstr "пришёл ответ RADIUS на другой запрос: %d (ожидался %d)" -#: libpq/auth.c:2761 +#: libpq/auth.c:2765 #, c-format msgid "could not perform MD5 encryption of received packet" msgstr "не удалось вычислить MD5 для принятого пакета" -#: libpq/auth.c:2770 +#: libpq/auth.c:2774 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "ответ RADIUS содержит неверную подпись MD5" -#: libpq/auth.c:2787 +#: libpq/auth.c:2791 #, c-format msgid "RADIUS response has invalid code (%d) for user \"%s\"" msgstr "ответ RADIUS содержит неверный код (%d) для пользователя \"%s\"" @@ -10321,203 +10331,203 @@ msgstr "" msgid "authentication file line too long" msgstr "слишком длинная строка в файле конфигурации безопасности" -#: libpq/hba.c:410 libpq/hba.c:787 libpq/hba.c:803 libpq/hba.c:833 -#: libpq/hba.c:879 libpq/hba.c:892 libpq/hba.c:914 libpq/hba.c:923 -#: libpq/hba.c:946 libpq/hba.c:958 libpq/hba.c:977 libpq/hba.c:998 -#: libpq/hba.c:1009 libpq/hba.c:1064 libpq/hba.c:1082 libpq/hba.c:1094 -#: libpq/hba.c:1111 libpq/hba.c:1121 libpq/hba.c:1135 libpq/hba.c:1151 -#: libpq/hba.c:1166 libpq/hba.c:1177 libpq/hba.c:1219 libpq/hba.c:1251 -#: libpq/hba.c:1262 libpq/hba.c:1282 libpq/hba.c:1293 libpq/hba.c:1304 -#: libpq/hba.c:1321 libpq/hba.c:1346 libpq/hba.c:1383 libpq/hba.c:1393 -#: libpq/hba.c:1450 libpq/hba.c:1462 libpq/hba.c:1475 libpq/hba.c:1558 -#: libpq/hba.c:1636 libpq/hba.c:1654 libpq/hba.c:1675 tsearch/ts_locale.c:182 +#: libpq/hba.c:410 libpq/hba.c:757 libpq/hba.c:773 libpq/hba.c:803 +#: libpq/hba.c:849 libpq/hba.c:862 libpq/hba.c:884 libpq/hba.c:893 +#: libpq/hba.c:916 libpq/hba.c:928 libpq/hba.c:947 libpq/hba.c:968 +#: libpq/hba.c:979 libpq/hba.c:1034 libpq/hba.c:1052 libpq/hba.c:1064 +#: libpq/hba.c:1081 libpq/hba.c:1091 libpq/hba.c:1105 libpq/hba.c:1121 +#: libpq/hba.c:1136 libpq/hba.c:1147 libpq/hba.c:1189 libpq/hba.c:1221 +#: libpq/hba.c:1232 libpq/hba.c:1252 libpq/hba.c:1263 libpq/hba.c:1274 +#: libpq/hba.c:1291 libpq/hba.c:1316 libpq/hba.c:1353 libpq/hba.c:1363 +#: libpq/hba.c:1420 libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1528 +#: libpq/hba.c:1606 libpq/hba.c:1624 libpq/hba.c:1645 tsearch/ts_locale.c:182 #, c-format msgid "line %d of configuration file \"%s\"" msgstr "строка %d файла конфигурации \"%s\"" #. translator: the second %s is a list of auth methods -#: libpq/hba.c:785 +#: libpq/hba.c:755 #, c-format msgid "" "authentication option \"%s\" is only valid for authentication methods %s" msgstr "параметр проверки подлинности \"%s\" допускается только для методов %s" -#: libpq/hba.c:801 +#: libpq/hba.c:771 #, c-format msgid "authentication method \"%s\" requires argument \"%s\" to be set" msgstr "" "для метода проверки подлинности \"%s\" требуется определить аргумент \"%s\"" -#: libpq/hba.c:822 +#: libpq/hba.c:792 #, c-format msgid "missing entry in file \"%s\" at end of line %d" msgstr "отсутствует запись в файле \"%s\" в конце строки %d" -#: libpq/hba.c:832 +#: libpq/hba.c:802 #, c-format msgid "multiple values in ident field" msgstr "множественные значения в поле ident" -#: libpq/hba.c:877 +#: libpq/hba.c:847 #, c-format msgid "multiple values specified for connection type" msgstr "для типа подключения указано несколько значений" -#: libpq/hba.c:878 +#: libpq/hba.c:848 #, c-format msgid "Specify exactly one connection type per line." msgstr "Определите в строке единственный тип подключения." -#: libpq/hba.c:891 +#: libpq/hba.c:861 #, c-format msgid "local connections are not supported by this build" msgstr "локальные подключения не поддерживаются в этой сборке" -#: libpq/hba.c:912 +#: libpq/hba.c:882 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "для использования hostssl необходимо включить SSL" -#: libpq/hba.c:913 +#: libpq/hba.c:883 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Установите ssl = on в postgresql.conf." -#: libpq/hba.c:921 +#: libpq/hba.c:891 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl не поддерживается в этой сборке" -#: libpq/hba.c:922 +#: libpq/hba.c:892 #, c-format msgid "Compile with --with-openssl to use SSL connections." msgstr "Для работы с SSL скомпилируйте posgresql с ключом --with-openssl." -#: libpq/hba.c:944 +#: libpq/hba.c:914 #, c-format msgid "invalid connection type \"%s\"" msgstr "неверный тип подключения \"%s\"" -#: libpq/hba.c:957 +#: libpq/hba.c:927 #, c-format msgid "end-of-line before database specification" msgstr "конец строки перед определением базы данных" -#: libpq/hba.c:976 +#: libpq/hba.c:946 #, c-format msgid "end-of-line before role specification" msgstr "конец строки перед определением роли" -#: libpq/hba.c:997 +#: libpq/hba.c:967 #, c-format msgid "end-of-line before IP address specification" msgstr "конец строки перед определением IP-адресов" -#: libpq/hba.c:1007 +#: libpq/hba.c:977 #, c-format msgid "multiple values specified for host address" msgstr "для адреса узла указано несколько значений" -#: libpq/hba.c:1008 +#: libpq/hba.c:978 #, c-format msgid "Specify one address range per line." msgstr "Определите в строке один диапазон адресов." -#: libpq/hba.c:1062 +#: libpq/hba.c:1032 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "неверный IP-адрес \"%s\": %s" -#: libpq/hba.c:1080 +#: libpq/hba.c:1050 #, c-format msgid "specifying both host name and CIDR mask is invalid: \"%s\"" msgstr "указать одновременно и имя узла, и маску CIDR нельзя: \"%s\"" -#: libpq/hba.c:1092 +#: libpq/hba.c:1062 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "неверная маска CIDR в адресе \"%s\"" -#: libpq/hba.c:1109 +#: libpq/hba.c:1079 #, c-format msgid "end-of-line before netmask specification" msgstr "конец строки перед определением маски сети" -#: libpq/hba.c:1110 +#: libpq/hba.c:1080 #, c-format msgid "" "Specify an address range in CIDR notation, or provide a separate netmask." msgstr "" "Укажите диапазон адресов в формате CIDR или задайте отдельную маску сети." -#: libpq/hba.c:1120 +#: libpq/hba.c:1090 #, c-format msgid "multiple values specified for netmask" msgstr "для сетевой маски указано несколько значений" -#: libpq/hba.c:1133 +#: libpq/hba.c:1103 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "неверная маска IP \"%s\": %s" -#: libpq/hba.c:1150 +#: libpq/hba.c:1120 #, c-format msgid "IP address and mask do not match" msgstr "IP-адрес не соответствует маске" -#: libpq/hba.c:1165 +#: libpq/hba.c:1135 #, c-format msgid "end-of-line before authentication method" msgstr "конец строки перед методом проверки подлинности" -#: libpq/hba.c:1175 +#: libpq/hba.c:1145 #, c-format msgid "multiple values specified for authentication type" msgstr "для типа проверки подлинности указано несколько значений" -#: libpq/hba.c:1176 +#: libpq/hba.c:1146 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Определите в строке единственный тип проверки подлинности." -#: libpq/hba.c:1249 +#: libpq/hba.c:1219 #, c-format msgid "invalid authentication method \"%s\"" msgstr "неверный метод проверки подлинности \"%s\"" -#: libpq/hba.c:1260 +#: libpq/hba.c:1230 #, c-format msgid "invalid authentication method \"%s\": not supported by this build" msgstr "" "неверный метод проверки подлинности \"%s\": не поддерживается в этой сборке" -#: libpq/hba.c:1281 +#: libpq/hba.c:1251 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "проверка подлинности krb5 для локальных сокетов не поддерживается" -#: libpq/hba.c:1292 +#: libpq/hba.c:1262 #, c-format msgid "gssapi authentication is not supported on local sockets" msgstr "проверка подлинности gssapi для локальных сокетов не поддерживается" -#: libpq/hba.c:1303 +#: libpq/hba.c:1273 #, c-format msgid "peer authentication is only supported on local sockets" msgstr "проверка подлинности peer поддерживается только для локальных сокетов" -#: libpq/hba.c:1320 +#: libpq/hba.c:1290 #, c-format msgid "cert authentication is only supported on hostssl connections" msgstr "" "проверка подлинности cert поддерживается только для подключений hostssl" -#: libpq/hba.c:1345 +#: libpq/hba.c:1315 #, c-format msgid "authentication option not in name=value format: %s" msgstr "параметр проверки подлинности указан не в формате имя=значение: %s" -#: libpq/hba.c:1382 +#: libpq/hba.c:1352 #, c-format msgid "" "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, ldapsearchattribute, or " @@ -10526,7 +10536,7 @@ msgstr "" "нельзя использовать ldapbasedn, ldapbinddn, ldapbindpasswd, " "ldapsearchattribute или ldapurl вместе с ldapprefix" -#: libpq/hba.c:1392 +#: libpq/hba.c:1362 #, c-format msgid "" "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix" @@ -10535,16 +10545,16 @@ msgstr "" "для метода проверки подлинности \"ldap\" требуется установить аргументы " "\"ldapbasedn\" и \"ldapprefix\" или \"ldapsuffix\"" -#: libpq/hba.c:1436 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi и cert" -#: libpq/hba.c:1449 +#: libpq/hba.c:1419 #, c-format msgid "clientcert can only be configured for \"hostssl\" rows" msgstr "clientcert можно определить только в строках \"hostssl\"" -#: libpq/hba.c:1460 +#: libpq/hba.c:1430 #, c-format msgid "" "client certificates can only be checked if a root certificate store is " @@ -10553,78 +10563,78 @@ msgstr "" "сертификаты клиентов могут проверяться, только если доступно хранилище " "корневых сертификатов" -#: libpq/hba.c:1461 +#: libpq/hba.c:1431 #, c-format msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." msgstr "Убедитесь, что в конфигурации установлен параметр \"ssl_ca_file\"." -#: libpq/hba.c:1474 +#: libpq/hba.c:1444 #, c-format msgid "clientcert can not be set to 0 when using \"cert\" authentication" msgstr "" "clientcert нельзя установить в 0 при использовании проверки подлинности " "\"cert\"" -#: libpq/hba.c:1501 +#: libpq/hba.c:1471 #, c-format msgid "could not parse LDAP URL \"%s\": %s" msgstr "не удалось разобрать URL-адрес LDAP \"%s\": %s" -#: libpq/hba.c:1509 +#: libpq/hba.c:1479 #, c-format msgid "unsupported LDAP URL scheme: %s" msgstr "неподдерживаемая схема в URL-адресе LDAP: %s" -#: libpq/hba.c:1525 +#: libpq/hba.c:1495 #, c-format msgid "filters not supported in LDAP URLs" msgstr "фильтры в URL-адресах LDAP не поддерживаются" -#: libpq/hba.c:1533 +#: libpq/hba.c:1503 #, c-format msgid "LDAP URLs not supported on this platform" msgstr "URL-адреса LDAP не поддерживаются в этой ОС" -#: libpq/hba.c:1557 +#: libpq/hba.c:1527 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "неверный номер порта LDAP: \"%s\"" -#: libpq/hba.c:1603 libpq/hba.c:1611 +#: libpq/hba.c:1573 libpq/hba.c:1581 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi и sspi" -#: libpq/hba.c:1653 +#: libpq/hba.c:1623 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "неверный номер порта RADIUS: \"%s\"" -#: libpq/hba.c:1673 +#: libpq/hba.c:1643 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "нераспознанное имя атрибута проверки подлинности: \"%s\"" -#: libpq/hba.c:1814 guc-file.l:439 +#: libpq/hba.c:1784 guc-file.l:439 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "открыть файл конфигурации \"%s\" не удалось: %m" -#: libpq/hba.c:1864 +#: libpq/hba.c:1834 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "файл конфигурации \"%s\" не содержит записей" -#: libpq/hba.c:1960 +#: libpq/hba.c:1930 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "неверное регулярное выражение \"%s\": %s" -#: libpq/hba.c:2020 +#: libpq/hba.c:1990 #, c-format msgid "regular expression match for \"%s\" failed: %s" msgstr "ошибка при поиске по регулярному выражению для \"%s\": %s" -#: libpq/hba.c:2037 +#: libpq/hba.c:2007 #, c-format msgid "" "regular expression \"%s\" has no subexpressions as requested by " @@ -10633,87 +10643,87 @@ msgstr "" "в регулярном выражении \"%s\" нет подвыражений, требуемых для обратной " "ссылки в \"%s\"" -#: libpq/hba.c:2133 +#: libpq/hba.c:2103 #, c-format msgid "provided user name (%s) and authenticated user name (%s) do not match" msgstr "" "указанное имя пользователя (%s) не совпадает с именем прошедшего проверку " "(%s)" -#: libpq/hba.c:2153 +#: libpq/hba.c:2123 #, c-format msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" msgstr "" "нет соответствия в файле сопоставлений \"%s\" для пользователя \"%s\", " "прошедшего проверку как \"%s\"" -#: libpq/hba.c:2188 +#: libpq/hba.c:2158 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "не удалось открыть файл сопоставлений пользователей \"%s\": %m" -#: libpq/pqcomm.c:314 +#: libpq/pqcomm.c:316 #, c-format msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" msgstr "длина пути доменного сокета \"%s\" превышает предел (%d байт)" -#: libpq/pqcomm.c:335 +#: libpq/pqcomm.c:337 #, c-format msgid "could not translate host name \"%s\", service \"%s\" to address: %s" msgstr "перевести имя узла \"%s\", службы \"%s\" в адрес не удалось: %s" -#: libpq/pqcomm.c:339 +#: libpq/pqcomm.c:341 #, c-format msgid "could not translate service \"%s\" to address: %s" msgstr "не удалось перевести имя службы \"%s\" в адрес: %s" -#: libpq/pqcomm.c:366 +#: libpq/pqcomm.c:368 #, c-format msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" msgstr "" "не удалось привязаться ко всем запрошенным адресам: превышен предел " "MAXLISTEN (%d)" -#: libpq/pqcomm.c:375 +#: libpq/pqcomm.c:377 msgid "IPv4" msgstr "IPv4" -#: libpq/pqcomm.c:379 +#: libpq/pqcomm.c:381 msgid "IPv6" msgstr "IPv6" -#: libpq/pqcomm.c:384 +#: libpq/pqcomm.c:386 msgid "Unix" msgstr "Unix" -#: libpq/pqcomm.c:389 +#: libpq/pqcomm.c:391 #, c-format msgid "unrecognized address family %d" msgstr "нераспознанное семейство адресов: %d" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:400 +#: libpq/pqcomm.c:402 #, c-format msgid "could not create %s socket: %m" msgstr "не удалось создать сокет %s: %m" -#: libpq/pqcomm.c:425 +#: libpq/pqcomm.c:427 #, c-format msgid "setsockopt(SO_REUSEADDR) failed: %m" msgstr "ошибка в setsockopt(SO_REUSEADDR): %m" -#: libpq/pqcomm.c:440 +#: libpq/pqcomm.c:442 #, c-format msgid "setsockopt(IPV6_V6ONLY) failed: %m" msgstr "ошибка в setsockopt(IPV6_V6ONLY): %m" #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:459 +#: libpq/pqcomm.c:461 #, c-format msgid "could not bind %s socket: %m" msgstr "не удалось привязаться к сокету %s: %m" -#: libpq/pqcomm.c:462 +#: libpq/pqcomm.c:464 #, c-format msgid "" "Is another postmaster already running on port %d? If not, remove socket file " @@ -10722,7 +10732,7 @@ msgstr "" "Возможно порт %d занят другим процессом postmaster? Если нет, удалите файл " "\"%s\" и повторите попытку." -#: libpq/pqcomm.c:465 +#: libpq/pqcomm.c:467 #, c-format msgid "" "Is another postmaster already running on port %d? If not, wait a few seconds " @@ -10732,62 +10742,67 @@ msgstr "" "попытку через несколько секунд." #. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:498 +#: libpq/pqcomm.c:500 #, c-format msgid "could not listen on %s socket: %m" msgstr "не удалось начать приём в сокете %s: %m" -#: libpq/pqcomm.c:588 +#: libpq/pqcomm.c:590 #, c-format msgid "group \"%s\" does not exist" msgstr "группа \"%s\" не существует" -#: libpq/pqcomm.c:598 +#: libpq/pqcomm.c:600 #, c-format msgid "could not set group of file \"%s\": %m" msgstr "не удалось установить группу для файла \"%s\": %m" -#: libpq/pqcomm.c:609 +#: libpq/pqcomm.c:611 #, c-format msgid "could not set permissions of file \"%s\": %m" msgstr "не удалось установить права доступа для файла \"%s\": %m" -#: libpq/pqcomm.c:639 +#: libpq/pqcomm.c:641 #, c-format msgid "could not accept new connection: %m" msgstr "не удалось принять новое подключение: %m" -#: libpq/pqcomm.c:811 +#: libpq/pqcomm.c:813 #, c-format msgid "could not set socket to nonblocking mode: %m" msgstr "не удалось перевести сокет в неблокирующий режим: %m" -#: libpq/pqcomm.c:817 +#: libpq/pqcomm.c:819 #, c-format msgid "could not set socket to blocking mode: %m" msgstr "не удалось перевести сокет в блокирующий режим: %m" -#: libpq/pqcomm.c:869 libpq/pqcomm.c:959 +#: libpq/pqcomm.c:871 libpq/pqcomm.c:965 #, c-format msgid "could not receive data from client: %m" msgstr "не удалось получить данные от клиента: %m" -#: libpq/pqcomm.c:1110 +#: libpq/pqcomm.c:1110 tcop/postgres.c:3939 +#, c-format +msgid "terminating connection because protocol sync was lost" +msgstr "закрытие подключения из-за потери синхронизации протокола" + +#: libpq/pqcomm.c:1176 #, c-format msgid "unexpected EOF within message length word" msgstr "неожиданный обрыв данных в слове длины сообщения" -#: libpq/pqcomm.c:1121 +#: libpq/pqcomm.c:1187 #, c-format msgid "invalid message length" msgstr "неверная длина сообщения" -#: libpq/pqcomm.c:1143 libpq/pqcomm.c:1153 +#: libpq/pqcomm.c:1209 libpq/pqcomm.c:1222 #, c-format msgid "incomplete message from client" msgstr "неполное сообщение от клиента" -#: libpq/pqcomm.c:1283 +#: libpq/pqcomm.c:1355 #, c-format msgid "could not send data to client: %m" msgstr "не удалось послать данные клиенту: %m" @@ -12807,7 +12822,7 @@ msgid "poll() failed: %m" msgstr "ошибка в poll(): %m" #: port/pg_latch.c:423 port/unix_latch.c:423 -#: replication/libpqwalreceiver/libpqwalreceiver.c:357 +#: replication/libpqwalreceiver/libpqwalreceiver.c:358 #, c-format msgid "select() failed: %m" msgstr "ошибка в select(): %m" @@ -13171,7 +13186,7 @@ msgstr "Команда архивации с ошибкой: %s" msgid "archive command was terminated by exception 0x%X" msgstr "команда архивации была прервана исключением 0x%X" -#: postmaster/pgarch.c:620 postmaster/postmaster.c:3266 +#: postmaster/pgarch.c:620 postmaster/postmaster.c:3268 #, c-format msgid "" "See C include file \"ntstatus.h\" for a description of the hexadecimal value." @@ -13333,7 +13348,16 @@ msgstr "не удалось открыть файл статистики \"%s\": msgid "corrupted statistics file \"%s\"" msgstr "файл статистики \"%s\" испорчен" -#: postmaster/pgstat.c:4668 +#: postmaster/pgstat.c:4358 +#, c-format +msgid "" +"using stale statistics instead of current ones because stats collector is " +"not responding" +msgstr "" +"используется просроченная статистика вместо текущей, так как сборщик " +"статистики не отвечает" + +#: postmaster/pgstat.c:4670 #, c-format msgid "database hash table corrupted during cleanup --- abort" msgstr "таблица хэша базы данных испорчена при очистке --- прерывание" @@ -13525,299 +13549,299 @@ msgstr "" msgid "select() failed in postmaster: %m" msgstr "сбой select() в postmaster'е: %m" -#: postmaster/postmaster.c:1768 postmaster/postmaster.c:1799 +#: postmaster/postmaster.c:1769 postmaster/postmaster.c:1800 #, c-format msgid "incomplete startup packet" msgstr "неполный стартовый пакет" -#: postmaster/postmaster.c:1780 +#: postmaster/postmaster.c:1781 #, c-format msgid "invalid length of startup packet" msgstr "неверная длина стартового пакета" -#: postmaster/postmaster.c:1837 +#: postmaster/postmaster.c:1839 #, c-format msgid "failed to send SSL negotiation response: %m" msgstr "не удалось отправить ответ в процессе SSL-согласования: %m" -#: postmaster/postmaster.c:1866 +#: postmaster/postmaster.c:1868 #, c-format msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" msgstr "" "неподдерживаемый протокол клиентского приложения %u.%u; сервер поддерживает " "%u.0 - %u.%u " -#: postmaster/postmaster.c:1917 +#: postmaster/postmaster.c:1919 #, c-format msgid "invalid value for boolean option \"replication\"" msgstr "неверное значение логического параметра \"replication\"" -#: postmaster/postmaster.c:1937 +#: postmaster/postmaster.c:1939 #, c-format msgid "invalid startup packet layout: expected terminator as last byte" msgstr "" "неверная структура стартового пакета: последним байтом должен быть терминатор" -#: postmaster/postmaster.c:1965 +#: postmaster/postmaster.c:1967 #, c-format msgid "no PostgreSQL user name specified in startup packet" msgstr "в стартовом пакете не указано имя пользователя PostgreSQL" -#: postmaster/postmaster.c:2022 +#: postmaster/postmaster.c:2024 #, c-format msgid "the database system is starting up" msgstr "система баз данных запускается" -#: postmaster/postmaster.c:2027 +#: postmaster/postmaster.c:2029 #, c-format msgid "the database system is shutting down" msgstr "система баз данных останавливается" -#: postmaster/postmaster.c:2032 +#: postmaster/postmaster.c:2034 #, c-format msgid "the database system is in recovery mode" msgstr "система баз данных в режиме восстановления" -#: postmaster/postmaster.c:2037 storage/ipc/procarray.c:278 +#: postmaster/postmaster.c:2039 storage/ipc/procarray.c:278 #: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:339 #, c-format msgid "sorry, too many clients already" msgstr "извините, уже слишком много клиентов" -#: postmaster/postmaster.c:2099 +#: postmaster/postmaster.c:2101 #, c-format msgid "wrong key in cancel request for process %d" msgstr "неправильный ключ в запросе на отмену процесса %d" -#: postmaster/postmaster.c:2107 +#: postmaster/postmaster.c:2109 #, c-format msgid "PID %d in cancel request did not match any process" msgstr "процесс с кодом %d, полученным в запросе на отмену, не найден" -#: postmaster/postmaster.c:2327 +#: postmaster/postmaster.c:2329 #, c-format msgid "received SIGHUP, reloading configuration files" msgstr "получен SIGHUP, файлы конфигурации перезагружаются" -#: postmaster/postmaster.c:2353 +#: postmaster/postmaster.c:2355 #, c-format msgid "pg_hba.conf not reloaded" msgstr "pg_hba.conf не перезагружен" -#: postmaster/postmaster.c:2357 +#: postmaster/postmaster.c:2359 #, c-format msgid "pg_ident.conf not reloaded" msgstr "pg_ident.conf не перезагружен" -#: postmaster/postmaster.c:2398 +#: postmaster/postmaster.c:2400 #, c-format msgid "received smart shutdown request" msgstr "получен запрос на \"вежливое\" выключение" -#: postmaster/postmaster.c:2451 +#: postmaster/postmaster.c:2453 #, c-format msgid "received fast shutdown request" msgstr "получен запрос на быстрое выключение" -#: postmaster/postmaster.c:2477 +#: postmaster/postmaster.c:2479 #, c-format msgid "aborting any active transactions" msgstr "прерывание всех активных транзакций" -#: postmaster/postmaster.c:2507 +#: postmaster/postmaster.c:2509 #, c-format msgid "received immediate shutdown request" msgstr "получен запрос на немедленное выключение" -#: postmaster/postmaster.c:2578 postmaster/postmaster.c:2599 +#: postmaster/postmaster.c:2580 postmaster/postmaster.c:2601 msgid "startup process" msgstr "стартовый процесс" -#: postmaster/postmaster.c:2581 +#: postmaster/postmaster.c:2583 #, c-format msgid "aborting startup due to startup process failure" msgstr "прерывание запуска из-за ошибки в стартовом процессе" -#: postmaster/postmaster.c:2638 +#: postmaster/postmaster.c:2640 #, c-format msgid "database system is ready to accept connections" msgstr "система БД готова принимать подключения" -#: postmaster/postmaster.c:2653 +#: postmaster/postmaster.c:2655 msgid "background writer process" msgstr "процесс фоновой записи" -#: postmaster/postmaster.c:2707 +#: postmaster/postmaster.c:2709 msgid "checkpointer process" msgstr "процесс контрольных точек" -#: postmaster/postmaster.c:2723 +#: postmaster/postmaster.c:2725 msgid "WAL writer process" msgstr "процесс записи WAL" -#: postmaster/postmaster.c:2737 +#: postmaster/postmaster.c:2739 msgid "WAL receiver process" msgstr "процесс считывания WAL" -#: postmaster/postmaster.c:2752 +#: postmaster/postmaster.c:2754 msgid "autovacuum launcher process" msgstr "процесс запуска автоочистки" -#: postmaster/postmaster.c:2767 +#: postmaster/postmaster.c:2769 msgid "archiver process" msgstr "процесс архивации" -#: postmaster/postmaster.c:2783 +#: postmaster/postmaster.c:2785 msgid "statistics collector process" msgstr "процесс сбора статистики" -#: postmaster/postmaster.c:2797 +#: postmaster/postmaster.c:2799 msgid "system logger process" msgstr "процесс системного протоколирования" -#: postmaster/postmaster.c:2859 +#: postmaster/postmaster.c:2861 msgid "worker process" msgstr "рабочий процесс" -#: postmaster/postmaster.c:2929 postmaster/postmaster.c:2948 -#: postmaster/postmaster.c:2955 postmaster/postmaster.c:2973 +#: postmaster/postmaster.c:2931 postmaster/postmaster.c:2950 +#: postmaster/postmaster.c:2957 postmaster/postmaster.c:2975 msgid "server process" msgstr "процесс сервера" -#: postmaster/postmaster.c:3009 +#: postmaster/postmaster.c:3011 #, c-format msgid "terminating any other active server processes" msgstr "завершение всех остальных активных серверных процессов" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3254 +#: postmaster/postmaster.c:3256 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) завершился с кодом выхода %d" -#: postmaster/postmaster.c:3256 postmaster/postmaster.c:3267 -#: postmaster/postmaster.c:3278 postmaster/postmaster.c:3287 -#: postmaster/postmaster.c:3297 +#: postmaster/postmaster.c:3258 postmaster/postmaster.c:3269 +#: postmaster/postmaster.c:3280 postmaster/postmaster.c:3289 +#: postmaster/postmaster.c:3299 #, c-format msgid "Failed process was running: %s" msgstr "Завершившийся процесс выполнял действие: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3264 +#: postmaster/postmaster.c:3266 #, c-format msgid "%s (PID %d) was terminated by exception 0x%X" msgstr "%s (PID %d) был прерван исключением 0x%X" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3274 +#: postmaster/postmaster.c:3276 #, c-format msgid "%s (PID %d) was terminated by signal %d: %s" msgstr "%s (PID %d) был завершён по сигналу %d: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3285 +#: postmaster/postmaster.c:3287 #, c-format msgid "%s (PID %d) was terminated by signal %d" msgstr "%s (PID %d) был завершён по сигналу %d" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:3295 +#: postmaster/postmaster.c:3297 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) завершился с неизвестным кодом состояния %d" -#: postmaster/postmaster.c:3480 +#: postmaster/postmaster.c:3482 #, c-format msgid "abnormal database system shutdown" msgstr "аварийное выключение системы БД" -#: postmaster/postmaster.c:3519 +#: postmaster/postmaster.c:3521 #, c-format msgid "all server processes terminated; reinitializing" msgstr "все серверные процессы завершены... переинициализация" -#: postmaster/postmaster.c:3735 +#: postmaster/postmaster.c:3737 #, c-format msgid "could not fork new process for connection: %m" msgstr "породить новый процесс для соединения не удалось: %m" -#: postmaster/postmaster.c:3777 +#: postmaster/postmaster.c:3779 msgid "could not fork new process for connection: " msgstr "породить новый процесс для соединения не удалось: " -#: postmaster/postmaster.c:3884 +#: postmaster/postmaster.c:3886 #, c-format msgid "connection received: host=%s port=%s" msgstr "принято подключение: узел=%s порт=%s" -#: postmaster/postmaster.c:3889 +#: postmaster/postmaster.c:3891 #, c-format msgid "connection received: host=%s" msgstr "принято подключение: узел=%s" -#: postmaster/postmaster.c:4179 +#: postmaster/postmaster.c:4181 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "запустить серверный процесс \"%s\" не удалось: %m" -#: postmaster/postmaster.c:4674 +#: postmaster/postmaster.c:4676 #, c-format msgid "postmaster became multithreaded" msgstr "процесс postmaster стал многопоточным" -#: postmaster/postmaster.c:4732 +#: postmaster/postmaster.c:4734 #, c-format msgid "database system is ready to accept read only connections" msgstr "система БД готова к подключениям в режиме \"только чтение\"" -#: postmaster/postmaster.c:5043 +#: postmaster/postmaster.c:5045 #, c-format msgid "could not fork startup process: %m" msgstr "породить стартовый процесс не удалось: %m" -#: postmaster/postmaster.c:5047 +#: postmaster/postmaster.c:5049 #, c-format msgid "could not fork background writer process: %m" msgstr "породить процесс фоновой записи не удалось: %m" -#: postmaster/postmaster.c:5051 +#: postmaster/postmaster.c:5053 #, c-format msgid "could not fork checkpointer process: %m" msgstr "породить процесс контрольных точек не удалось: %m" -#: postmaster/postmaster.c:5055 +#: postmaster/postmaster.c:5057 #, c-format msgid "could not fork WAL writer process: %m" msgstr "породить процесс записи WAL не удалось: %m" -#: postmaster/postmaster.c:5059 +#: postmaster/postmaster.c:5061 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "породить процесс считывания WAL не удалось: %m" -#: postmaster/postmaster.c:5063 +#: postmaster/postmaster.c:5065 #, c-format msgid "could not fork process: %m" msgstr "породить процесс не удалось: %m" -#: postmaster/postmaster.c:5242 +#: postmaster/postmaster.c:5244 #, c-format msgid "registering background worker \"%s\"" msgstr "регистрация фонового процесса \"%s\"" -#: postmaster/postmaster.c:5249 +#: postmaster/postmaster.c:5251 #, c-format msgid "" "background worker \"%s\": must be registered in shared_preload_libraries" msgstr "" "фоновой процесс \"%s\" должен быть зарегистрирован в shared_preload_libraries" -#: postmaster/postmaster.c:5262 +#: postmaster/postmaster.c:5264 #, c-format msgid "" "background worker \"%s\": must attach to shared memory in order to be able " @@ -13826,7 +13850,7 @@ msgstr "" "фоновый процесс \"%s\" должен иметь доступ к общей памяти, чтобы он мог " "запросить подключение к БД" -#: postmaster/postmaster.c:5272 +#: postmaster/postmaster.c:5274 #, c-format msgid "" "background worker \"%s\": cannot request database access if starting at " @@ -13835,17 +13859,17 @@ msgstr "" "фоновый процесс \"%s\" не может получить доступ к БД, если он запущен при " "старте главного процесса" -#: postmaster/postmaster.c:5287 +#: postmaster/postmaster.c:5289 #, c-format msgid "background worker \"%s\": invalid restart interval" msgstr "фоновый процесс \"%s\": неправильный интервал перезапуска" -#: postmaster/postmaster.c:5303 +#: postmaster/postmaster.c:5305 #, c-format msgid "too many background workers" msgstr "слишком много фоновых процессов" -#: postmaster/postmaster.c:5304 +#: postmaster/postmaster.c:5306 #, c-format msgid "Up to %d background worker can be registered with the current settings." msgid_plural "" @@ -13857,82 +13881,82 @@ msgstr[1] "" msgstr[2] "" "Максимально возможное число фоновых процессов при текущих параметрах: %d." -#: postmaster/postmaster.c:5347 +#: postmaster/postmaster.c:5349 #, c-format msgid "database connection requirement not indicated during registration" msgstr "" "при регистрации фонового процесса не указывалось, что ему требуется " "подключение к БД" -#: postmaster/postmaster.c:5354 +#: postmaster/postmaster.c:5356 #, c-format msgid "invalid processing mode in background worker" msgstr "неправильный режим обработки в фоновом процессе" -#: postmaster/postmaster.c:5428 +#: postmaster/postmaster.c:5430 #, c-format msgid "terminating background worker \"%s\" due to administrator command" msgstr "завершение фонового процесса \"%s\" по команде администратора" -#: postmaster/postmaster.c:5645 +#: postmaster/postmaster.c:5647 #, c-format msgid "starting background worker process \"%s\"" msgstr "запуск фонового рабочего процесса \"%s\"" -#: postmaster/postmaster.c:5656 +#: postmaster/postmaster.c:5658 #, c-format msgid "could not fork worker process: %m" msgstr "породить рабочий процесс не удалось: %m" -#: postmaster/postmaster.c:6008 +#: postmaster/postmaster.c:6010 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "" "продублировать сокет %d для серверного процесса не удалось: код ошибки %d" -#: postmaster/postmaster.c:6040 +#: postmaster/postmaster.c:6042 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "создать наследуемый сокет не удалось: код ошибки %d\n" -#: postmaster/postmaster.c:6069 +#: postmaster/postmaster.c:6071 #, c-format msgid "could not open backend variables file \"%s\": %s\n" msgstr "открыть файл серверных переменных \"%s\" не удалось: %s\n" -#: postmaster/postmaster.c:6076 +#: postmaster/postmaster.c:6078 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "прочитать файл серверных переменных \"%s\" не удалось: %s\n" -#: postmaster/postmaster.c:6085 +#: postmaster/postmaster.c:6087 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "не удалось стереть файл \"%s\": %s\n" -#: postmaster/postmaster.c:6102 +#: postmaster/postmaster.c:6104 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "отобразить файл серверных переменных не удалось: код ошибки %lu\n" -#: postmaster/postmaster.c:6111 +#: postmaster/postmaster.c:6113 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "" "отключить отображение файла серверных переменных не удалось: код ошибки %lu\n" -#: postmaster/postmaster.c:6118 +#: postmaster/postmaster.c:6120 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "" "закрыть указатель файла серверных переменных не удалось: код ошибки %lu\n" -#: postmaster/postmaster.c:6274 +#: postmaster/postmaster.c:6276 #, c-format msgid "could not read exit code for process\n" msgstr "прочитать код завершения процесса не удалось\n" -#: postmaster/postmaster.c:6279 +#: postmaster/postmaster.c:6281 #, c-format msgid "could not post child completion status\n" msgstr "отправить состояние завершения потомка не удалось\n" @@ -14076,7 +14100,7 @@ msgstr "" "сервера: %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:140 -#: replication/libpqwalreceiver/libpqwalreceiver.c:288 +#: replication/libpqwalreceiver/libpqwalreceiver.c:289 #, c-format msgid "invalid response from primary server" msgstr "неверный ответ главного сервера" @@ -14116,34 +14140,34 @@ msgstr "неожиданный набор данных после конца п msgid "error reading result of streaming command: %s" msgstr "ошибка при чтении результата команды передачи: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:254 +#: replication/libpqwalreceiver/libpqwalreceiver.c:255 #, c-format msgid "unexpected result after CommandComplete: %s" msgstr "неожиданный результат после CommandComplete: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:277 +#: replication/libpqwalreceiver/libpqwalreceiver.c:278 #, c-format msgid "could not receive timeline history file from the primary server: %s" msgstr "не удалось получить файл истории линии времени с главного сервера: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:289 +#: replication/libpqwalreceiver/libpqwalreceiver.c:290 #, c-format msgid "Expected 1 tuple with 2 fields, got %d tuples with %d fields." msgstr "Ожидался 1 кортеж с 2 полями, однако получено кортежей: %d, полей: %d." -#: replication/libpqwalreceiver/libpqwalreceiver.c:317 +#: replication/libpqwalreceiver/libpqwalreceiver.c:318 #, c-format msgid "socket not open" msgstr "сокет не открыт" -#: replication/libpqwalreceiver/libpqwalreceiver.c:490 -#: replication/libpqwalreceiver/libpqwalreceiver.c:513 -#: replication/libpqwalreceiver/libpqwalreceiver.c:519 +#: replication/libpqwalreceiver/libpqwalreceiver.c:491 +#: replication/libpqwalreceiver/libpqwalreceiver.c:514 +#: replication/libpqwalreceiver/libpqwalreceiver.c:520 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "не удалось извлечь данные из потока WAL: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:538 +#: replication/libpqwalreceiver/libpqwalreceiver.c:539 #, c-format msgid "could not send data to WAL stream: %s" msgstr "не удалось отправить данные в поток WAL: %s" @@ -14280,39 +14304,38 @@ msgstr "" "запрошенная начальная точка %X/%X впереди позиции сброшенных данных журнала " "на этом сервере (%X/%X)" -#: replication/walsender.c:707 replication/walsender.c:757 -#: replication/walsender.c:806 +#: replication/walsender.c:708 replication/walsender.c:724 #, c-format msgid "unexpected EOF on standby connection" msgstr "неожиданный обрыв соединения с резервным сервером" -#: replication/walsender.c:726 +#: replication/walsender.c:738 #, c-format msgid "unexpected standby message type \"%c\", after receiving CopyDone" msgstr "" "после CopyDone резервный сервер передал сообщение неожиданного типа \"%c\"" -#: replication/walsender.c:774 +#: replication/walsender.c:776 #, c-format msgid "invalid standby message type \"%c\"" msgstr "неверный тип сообщения резервного сервера: \"%c\"" -#: replication/walsender.c:828 +#: replication/walsender.c:817 #, c-format msgid "unexpected message type \"%c\"" msgstr "неожиданный тип сообщения \"%c\"" -#: replication/walsender.c:1042 +#: replication/walsender.c:1031 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "резервный сервер \"%s\" нагнал главный" -#: replication/walsender.c:1151 +#: replication/walsender.c:1140 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "завершение процесса передачи журнала из-за таймаута репликации" -#: replication/walsender.c:1221 +#: replication/walsender.c:1210 #, c-format msgid "" "number of requested standby connections exceeds max_wal_senders (currently " @@ -14321,7 +14344,7 @@ msgstr "" "число запрошенных подключений резервных серверов превосходит max_wal_senders " "(сейчас: %d)" -#: replication/walsender.c:1377 +#: replication/walsender.c:1366 #, c-format msgid "could not read from log segment %s, offset %u, length %lu: %m" msgstr "не удалось прочитать сегмент журнала %s (смещение %u, длина %lu): %m" @@ -14767,17 +14790,17 @@ msgstr "" msgid "invalid page in block %u of relation %s; zeroing out page" msgstr "неверная страница в блоке %u отношения %s; страница обнуляется" -#: storage/buffer/bufmgr.c:3180 +#: storage/buffer/bufmgr.c:3194 #, c-format msgid "could not write block %u of %s" msgstr "не удалось запись блок %u файла %s" -#: storage/buffer/bufmgr.c:3182 +#: storage/buffer/bufmgr.c:3196 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Множественные сбои - возможно, постоянная ошибка записи." -#: storage/buffer/bufmgr.c:3203 storage/buffer/bufmgr.c:3222 +#: storage/buffer/bufmgr.c:3217 storage/buffer/bufmgr.c:3236 #, c-format msgid "writing block %u of relation %s" msgstr "запись блока %u отношения %s" @@ -14841,8 +14864,8 @@ msgid "could not read directory \"%s\": %m" msgstr "не удалось прочитать каталог \"%s\": %m" #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:872 storage/lmgr/lock.c:906 -#: storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3710 storage/lmgr/lock.c:3775 -#: storage/lmgr/lock.c:4065 storage/lmgr/predicate.c:2320 +#: storage/lmgr/lock.c:2600 storage/lmgr/lock.c:3714 storage/lmgr/lock.c:3779 +#: storage/lmgr/lock.c:4069 storage/lmgr/predicate.c:2320 #: storage/lmgr/predicate.c:2335 storage/lmgr/predicate.c:3728 #: storage/lmgr/predicate.c:4871 storage/lmgr/proc.c:198 #: utils/hash/dynahash.c:966 @@ -14877,13 +14900,13 @@ msgstr "" msgid "requested shared memory size overflows size_t" msgstr "запрошенный размер разделяемой памяти не умещается в size_t" -#: storage/ipc/standby.c:499 tcop/postgres.c:2955 +#: storage/ipc/standby.c:499 tcop/postgres.c:2992 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "" "выполнение оператора отменено из-за конфликта с процессом восстановления" -#: storage/ipc/standby.c:500 tcop/postgres.c:2219 +#: storage/ipc/standby.c:500 tcop/postgres.c:2246 #, c-format msgid "User transaction caused buffer deadlock with recovery." msgstr "" @@ -15000,12 +15023,12 @@ msgstr "" "только блокировка RowExclusiveLock или менее сильная." #: storage/lmgr/lock.c:873 storage/lmgr/lock.c:907 storage/lmgr/lock.c:2601 -#: storage/lmgr/lock.c:3711 storage/lmgr/lock.c:3776 storage/lmgr/lock.c:4066 +#: storage/lmgr/lock.c:3715 storage/lmgr/lock.c:3780 storage/lmgr/lock.c:4070 #, c-format msgid "You might need to increase max_locks_per_transaction." msgstr "Возможно, следует увеличить параметр max_locks_per_transaction." -#: storage/lmgr/lock.c:3038 storage/lmgr/lock.c:3150 +#: storage/lmgr/lock.c:3042 storage/lmgr/lock.c:3154 #, c-format msgid "" "cannot PREPARE while holding both session-level and transaction-level locks " @@ -15123,22 +15146,22 @@ msgstr "" msgid "The transaction might succeed if retried." msgstr "Транзакция может завершиться успешно при следующей попытке." -#: storage/lmgr/proc.c:1170 +#: storage/lmgr/proc.c:1177 #, c-format msgid "Process %d waits for %s on %s." msgstr "Процесс %d ожидает в режиме %s блокировку %s." -#: storage/lmgr/proc.c:1180 +#: storage/lmgr/proc.c:1187 #, c-format msgid "sending cancel to blocking autovacuum PID %d" msgstr "снятие блокирующего процесса автоочистки (PID %d)" -#: storage/lmgr/proc.c:1192 utils/adt/misc.c:136 +#: storage/lmgr/proc.c:1199 utils/adt/misc.c:136 #, c-format msgid "could not send signal to process %d: %m" msgstr "отправить сигнал процессу %d не удалось: %m" -#: storage/lmgr/proc.c:1227 +#: storage/lmgr/proc.c:1234 #, c-format msgid "" "process %d avoided deadlock for %s on %s by rearranging queue order after " @@ -15147,7 +15170,7 @@ msgstr "" "процесс %d избежал взаимоблокировки, ожидая в режиме %s блокировку \"%s\", " "изменив порядок очереди через %ld.%03d мс" -#: storage/lmgr/proc.c:1239 +#: storage/lmgr/proc.c:1246 #, c-format msgid "" "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" @@ -15155,19 +15178,19 @@ msgstr "" "процесс %d обнаружил взаимоблокировку, ожидая в режиме %s блокировку \"%s\" " "в течение %ld.%03d мс" -#: storage/lmgr/proc.c:1245 +#: storage/lmgr/proc.c:1252 #, c-format msgid "process %d still waiting for %s on %s after %ld.%03d ms" msgstr "" "процесс %d продолжает ожидать в режиме %s блокировку \"%s\" в течение %ld." "%03d мс" -#: storage/lmgr/proc.c:1249 +#: storage/lmgr/proc.c:1256 #, c-format msgid "process %d acquired %s on %s after %ld.%03d ms" msgstr "процесс %d получил в режиме %s блокировку \"%s\" через %ld.%03d мс" -#: storage/lmgr/proc.c:1265 +#: storage/lmgr/proc.c:1272 #, c-format msgid "process %d failed to acquire %s on %s after %ld.%03d ms" msgstr "" @@ -15280,19 +15303,14 @@ msgstr "" msgid "could not open file \"%s\" (target block %u): %m" msgstr "не удалось открыть файл file \"%s\" (целевой блок %u): %m" -#: tcop/fastpath.c:111 tcop/fastpath.c:502 tcop/fastpath.c:632 +#: tcop/fastpath.c:111 tcop/fastpath.c:475 tcop/fastpath.c:605 #, c-format msgid "invalid argument size %d in function call message" msgstr "неверный размер аргумента (%d) в сообщении вызова функции" -#: tcop/fastpath.c:304 tcop/postgres.c:362 tcop/postgres.c:398 -#, c-format -msgid "unexpected EOF on client connection" -msgstr "неожиданный обрыв соединения с клиентом" - -#: tcop/fastpath.c:318 tcop/postgres.c:947 tcop/postgres.c:1257 -#: tcop/postgres.c:1515 tcop/postgres.c:1920 tcop/postgres.c:2287 -#: tcop/postgres.c:2362 +#: tcop/fastpath.c:291 tcop/postgres.c:974 tcop/postgres.c:1284 +#: tcop/postgres.c:1542 tcop/postgres.c:1947 tcop/postgres.c:2314 +#: tcop/postgres.c:2389 #, c-format msgid "" "current transaction is aborted, commands ignored until end of transaction " @@ -15300,90 +15318,95 @@ msgid "" msgstr "" "текущая транзакция прервана, команды до конца блока транзакции игнорируются" -#: tcop/fastpath.c:346 +#: tcop/fastpath.c:319 #, c-format msgid "fastpath function call: \"%s\" (OID %u)" msgstr "вызов функции fastpath: \"%s\" (OID %u)" -#: tcop/fastpath.c:428 tcop/postgres.c:1117 tcop/postgres.c:1382 -#: tcop/postgres.c:1761 tcop/postgres.c:1978 +#: tcop/fastpath.c:401 tcop/postgres.c:1144 tcop/postgres.c:1409 +#: tcop/postgres.c:1788 tcop/postgres.c:2005 #, c-format msgid "duration: %s ms" msgstr "продолжительность: %s мс" -#: tcop/fastpath.c:432 +#: tcop/fastpath.c:405 #, c-format msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" msgstr "продолжительность %s мс, вызов функции fastpath: \"%s\" (OID %u)" -#: tcop/fastpath.c:470 tcop/fastpath.c:597 +#: tcop/fastpath.c:443 tcop/fastpath.c:570 #, c-format msgid "function call message contains %d arguments but function requires %d" msgstr "" "сообщение вызова функции содержит неверное число аргументов (%d, а требуется " "%d)" -#: tcop/fastpath.c:478 +#: tcop/fastpath.c:451 #, c-format msgid "function call message contains %d argument formats but %d arguments" msgstr "" "сообщение вызова функции содержит неверное число форматов (%d, а аргументов " "%d)" -#: tcop/fastpath.c:565 tcop/fastpath.c:648 +#: tcop/fastpath.c:538 tcop/fastpath.c:621 #, c-format msgid "incorrect binary data format in function argument %d" msgstr "неправильный формат двоичных данных в аргументе функции %d" -#: tcop/postgres.c:426 tcop/postgres.c:438 tcop/postgres.c:449 -#: tcop/postgres.c:461 tcop/postgres.c:4247 +#: tcop/postgres.c:364 tcop/postgres.c:400 tcop/postgres.c:427 +#, c-format +msgid "unexpected EOF on client connection" +msgstr "неожиданный обрыв соединения с клиентом" + +#: tcop/postgres.c:450 tcop/postgres.c:462 tcop/postgres.c:473 +#: tcop/postgres.c:485 tcop/postgres.c:4305 #, c-format msgid "invalid frontend message type %d" msgstr "неправильный тип клиентского сообщения %d" -#: tcop/postgres.c:888 +#: tcop/postgres.c:915 #, c-format msgid "statement: %s" msgstr "оператор: %s" -#: tcop/postgres.c:1122 +#: tcop/postgres.c:1149 #, c-format msgid "duration: %s ms statement: %s" msgstr "продолжительность: %s мс, оператор: %s" -#: tcop/postgres.c:1172 +#: tcop/postgres.c:1199 #, c-format msgid "parse %s: %s" msgstr "разбор %s: %s" -#: tcop/postgres.c:1230 +#: tcop/postgres.c:1257 #, c-format msgid "cannot insert multiple commands into a prepared statement" msgstr "в подготовленный оператор нельзя вставить несколько команд" -#: tcop/postgres.c:1387 +#: tcop/postgres.c:1414 #, c-format msgid "duration: %s ms parse %s: %s" msgstr "продолжительность: %s мс, разбор %s: %s" -#: tcop/postgres.c:1432 +#: tcop/postgres.c:1459 #, c-format msgid "bind %s to %s" msgstr "привязка %s к %s" # [SM]: TO REVIEW -#: tcop/postgres.c:1451 tcop/postgres.c:2268 +#: tcop/postgres.c:1478 tcop/postgres.c:2295 #, c-format msgid "unnamed prepared statement does not exist" msgstr "безымянный подготовленный оператор не существует" -#: tcop/postgres.c:1493 +#: tcop/postgres.c:1520 #, c-format msgid "bind message has %d parameter formats but %d parameters" msgstr "" "неверное число форматов параметров в сообщении Bind (%d, а параметров %d)" -#: tcop/postgres.c:1499 +#: tcop/postgres.c:1526 #, c-format msgid "" "bind message supplies %d parameters, but prepared statement \"%s\" requires " @@ -15392,88 +15415,88 @@ msgstr "" "в сообщении Bind передано неверное число параметров (%d, а подготовленный " "оператор \"%s\" требует %d)" -#: tcop/postgres.c:1668 +#: tcop/postgres.c:1695 #, c-format msgid "incorrect binary data format in bind parameter %d" msgstr "неверный формат двоичных данных в параметре Вind %d" -#: tcop/postgres.c:1766 +#: tcop/postgres.c:1793 #, c-format msgid "duration: %s ms bind %s%s%s: %s" msgstr "продолжительность: %s мс, сообщение Bind %s%s%s: %s" -#: tcop/postgres.c:1814 tcop/postgres.c:2348 +#: tcop/postgres.c:1841 tcop/postgres.c:2375 #, c-format msgid "portal \"%s\" does not exist" msgstr "портал \"%s\" не существует" -#: tcop/postgres.c:1899 +#: tcop/postgres.c:1926 #, c-format msgid "%s %s%s%s: %s" msgstr "%s %s%s%s: %s" -#: tcop/postgres.c:1901 tcop/postgres.c:1986 +#: tcop/postgres.c:1928 tcop/postgres.c:2013 msgid "execute fetch from" msgstr "выборка из" -#: tcop/postgres.c:1902 tcop/postgres.c:1987 +#: tcop/postgres.c:1929 tcop/postgres.c:2014 msgid "execute" msgstr "выполнение" -#: tcop/postgres.c:1983 +#: tcop/postgres.c:2010 #, c-format msgid "duration: %s ms %s %s%s%s: %s" msgstr "продолжительность: %s мс %s %s%s%s: %s" -#: tcop/postgres.c:2109 +#: tcop/postgres.c:2136 #, c-format msgid "prepare: %s" msgstr "подготовка: %s" -#: tcop/postgres.c:2172 +#: tcop/postgres.c:2199 #, c-format msgid "parameters: %s" msgstr "параметры: %s" -#: tcop/postgres.c:2191 +#: tcop/postgres.c:2218 #, c-format msgid "abort reason: recovery conflict" msgstr "причина прерывания: конфликт при восстановлении" -#: tcop/postgres.c:2207 +#: tcop/postgres.c:2234 #, c-format msgid "User was holding shared buffer pin for too long." msgstr "Пользователь удерживал фиксатор разделяемого буфера слишком долго." -#: tcop/postgres.c:2210 +#: tcop/postgres.c:2237 #, c-format msgid "User was holding a relation lock for too long." msgstr "Пользователь удерживал блокировку таблицы слишком долго." -#: tcop/postgres.c:2213 +#: tcop/postgres.c:2240 #, c-format msgid "User was or might have been using tablespace that must be dropped." msgstr "" "Пользователь использовал табличное пространство, которое должно быть удалено." -#: tcop/postgres.c:2216 +#: tcop/postgres.c:2243 #, c-format msgid "User query might have needed to see row versions that must be removed." msgstr "" "Запросу пользователя нужно было видеть версии строк, которые должны быть " "удалены." -#: tcop/postgres.c:2222 +#: tcop/postgres.c:2249 #, c-format msgid "User was connected to a database that must be dropped." msgstr "Пользователь был подключен к базе данных, которая должна быть удалена." -#: tcop/postgres.c:2551 +#: tcop/postgres.c:2578 #, c-format msgid "terminating connection because of crash of another server process" msgstr "закрытие подключения из-за краха другого серверного процесса" -#: tcop/postgres.c:2552 +#: tcop/postgres.c:2579 #, c-format msgid "" "The postmaster has commanded this server process to roll back the current " @@ -15484,7 +15507,7 @@ msgstr "" "транзакцию и завершиться, так как другой серверный процесс завершился " "аварийно и возможно разрушил разделяемую память." -#: tcop/postgres.c:2556 tcop/postgres.c:2950 +#: tcop/postgres.c:2583 tcop/postgres.c:2910 #, c-format msgid "" "In a moment you should be able to reconnect to the database and repeat your " @@ -15493,12 +15516,12 @@ msgstr "" "Вы сможете переподключиться к базе данных и повторить вашу команду сию " "минуту." -#: tcop/postgres.c:2669 +#: tcop/postgres.c:2676 #, c-format msgid "floating-point exception" msgstr "исключение в операции с плавающей точкой" -#: tcop/postgres.c:2670 +#: tcop/postgres.c:2677 #, c-format msgid "" "An invalid floating-point operation was signaled. This probably means an out-" @@ -15508,17 +15531,17 @@ msgstr "" "оказался вне допустимых рамок или произошла ошибка вычисления, например, " "деление на ноль." -#: tcop/postgres.c:2854 +#: tcop/postgres.c:2853 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "прекращение процесса автоочистки по команде администратора" -#: tcop/postgres.c:2860 tcop/postgres.c:2870 tcop/postgres.c:2948 +#: tcop/postgres.c:2859 tcop/postgres.c:2869 tcop/postgres.c:2908 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "закрытие подключения из-за конфликта с процессом восстановления" -#: tcop/postgres.c:2876 +#: tcop/postgres.c:2875 #, c-format msgid "terminating connection due to administrator command" msgstr "закрытие подключения по команде администратора" @@ -15528,37 +15551,37 @@ msgstr "закрытие подключения по команде админи msgid "connection to client lost" msgstr "подключение к клиенту потеряно" -#: tcop/postgres.c:2903 +#: tcop/postgres.c:2944 #, c-format msgid "canceling authentication due to timeout" msgstr "отмена проверки подлинности из-за таймаута" -#: tcop/postgres.c:2918 +#: tcop/postgres.c:2960 #, c-format msgid "canceling statement due to lock timeout" msgstr "выполнение оператора отменено из-за таймаута блокировки" -#: tcop/postgres.c:2927 +#: tcop/postgres.c:2970 #, c-format msgid "canceling statement due to statement timeout" msgstr "выполнение оператора отменено из-за таймаута" -#: tcop/postgres.c:2936 +#: tcop/postgres.c:2980 #, c-format msgid "canceling autovacuum task" msgstr "отмена задачи автоочистки" -#: tcop/postgres.c:2971 +#: tcop/postgres.c:3009 #, c-format msgid "canceling statement due to user request" msgstr "выполнение оператора отменено по запросу пользователя" -#: tcop/postgres.c:3099 tcop/postgres.c:3121 +#: tcop/postgres.c:3137 tcop/postgres.c:3159 #, c-format msgid "stack depth limit exceeded" msgstr "превышен предел глубины стека" -#: tcop/postgres.c:3100 tcop/postgres.c:3122 +#: tcop/postgres.c:3138 tcop/postgres.c:3160 #, c-format msgid "" "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), " @@ -15568,12 +15591,12 @@ msgstr "" "КБ), предварительно убедившись, что ОС предоставляет достаточный размер " "стека." -#: tcop/postgres.c:3138 +#: tcop/postgres.c:3176 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "Значение \"max_stack_depth\" не должно превышать %ld КБ." -#: tcop/postgres.c:3140 +#: tcop/postgres.c:3178 #, c-format msgid "" "Increase the platform's stack depth limit via \"ulimit -s\" or local " @@ -15582,48 +15605,48 @@ msgstr "" "Увеличьте предел глубины стека в системе с помощью команды \"ulimit -s\" или " "эквивалента в вашей ОС." -#: tcop/postgres.c:3504 +#: tcop/postgres.c:3542 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "неверный аргумент командной строки для серверного процесса: %s" -#: tcop/postgres.c:3505 tcop/postgres.c:3511 +#: tcop/postgres.c:3543 tcop/postgres.c:3549 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Для дополнительной информации попробуйте \"%s --help\"." -#: tcop/postgres.c:3509 +#: tcop/postgres.c:3547 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: неверный аргумент командной строки: %s" -#: tcop/postgres.c:3588 +#: tcop/postgres.c:3626 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: не указаны ни база данных, ни пользователь" -#: tcop/postgres.c:4155 +#: tcop/postgres.c:4213 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "неверный подтип сообщения CLOSE: %d" -#: tcop/postgres.c:4190 +#: tcop/postgres.c:4248 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "неверный подтип сообщения DESCRIBE: %d" -#: tcop/postgres.c:4268 +#: tcop/postgres.c:4326 #, c-format msgid "fastpath function calls not supported in a replication connection" msgstr "вызовы функции fastpath не поддерживаются для реплицирующих соединений" -#: tcop/postgres.c:4272 +#: tcop/postgres.c:4330 #, c-format msgid "extended query protocol not supported in a replication connection" msgstr "" "протокол расширенных запросов не поддерживается для реплицирующих соединений" -#: tcop/postgres.c:4442 +#: tcop/postgres.c:4500 #, c-format msgid "" "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s" @@ -16027,8 +16050,8 @@ msgstr "входной тип так же не является массивом #: utils/adt/int.c:737 utils/adt/int.c:759 utils/adt/int.c:907 #: utils/adt/int.c:928 utils/adt/int.c:955 utils/adt/int.c:995 #: utils/adt/int.c:1016 utils/adt/int.c:1043 utils/adt/int.c:1076 -#: utils/adt/int.c:1159 utils/adt/int8.c:1247 utils/adt/numeric.c:2257 -#: utils/adt/numeric.c:2266 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 +#: utils/adt/int.c:1159 utils/adt/int8.c:1247 utils/adt/numeric.c:2258 +#: utils/adt/numeric.c:2267 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 #: utils/adt/varlena.c:1013 utils/adt/varlena.c:2036 #, c-format msgid "integer out of range" @@ -16281,8 +16304,8 @@ msgstr "неверный синтаксис для типа money: \"%s\"" #: utils/adt/int.c:861 utils/adt/int.c:969 utils/adt/int.c:1058 #: utils/adt/int.c:1097 utils/adt/int.c:1125 utils/adt/int8.c:597 #: utils/adt/int8.c:657 utils/adt/int8.c:846 utils/adt/int8.c:954 -#: utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4525 -#: utils/adt/numeric.c:4808 utils/adt/timestamp.c:3021 +#: utils/adt/int8.c:1043 utils/adt/int8.c:1151 utils/adt/numeric.c:4526 +#: utils/adt/numeric.c:4809 utils/adt/timestamp.c:3021 #, c-format msgid "division by zero" msgstr "деление на ноль" @@ -16313,12 +16336,12 @@ msgstr "TIME(%d)%s: точность уменьшена до дозволенн msgid "date/time value \"current\" is no longer supported" msgstr "значение \"current\" для даты/времени больше не поддерживается" -#: utils/adt/date.c:169 utils/adt/formatting.c:3400 +#: utils/adt/date.c:169 utils/adt/formatting.c:3511 #, c-format msgid "date out of range: \"%s\"" msgstr "дата вне диапазона: \"%s\"" -#: utils/adt/date.c:219 utils/adt/xml.c:2033 +#: utils/adt/date.c:219 utils/adt/xml.c:2034 #, c-format msgid "date out of range" msgstr "дата вне диапазона" @@ -16334,8 +16357,8 @@ msgid "date out of range for timestamp" msgstr "дата вне диапазона для типа timestamp" #: utils/adt/date.c:936 utils/adt/date.c:982 utils/adt/date.c:1549 -#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3276 -#: utils/adt/formatting.c:3308 utils/adt/formatting.c:3376 +#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3387 +#: utils/adt/formatting.c:3419 utils/adt/formatting.c:3487 #: utils/adt/nabstime.c:481 utils/adt/nabstime.c:524 utils/adt/nabstime.c:554 #: utils/adt/nabstime.c:597 utils/adt/timestamp.c:226 #: utils/adt/timestamp.c:269 utils/adt/timestamp.c:502 @@ -16352,8 +16375,8 @@ msgstr "дата вне диапазона для типа timestamp" #: utils/adt/timestamp.c:4359 utils/adt/timestamp.c:4573 #: utils/adt/timestamp.c:4587 utils/adt/timestamp.c:4666 #: utils/adt/timestamp.c:4673 utils/adt/timestamp.c:4699 -#: utils/adt/timestamp.c:4703 utils/adt/timestamp.c:4772 utils/adt/xml.c:2055 -#: utils/adt/xml.c:2062 utils/adt/xml.c:2082 utils/adt/xml.c:2089 +#: utils/adt/timestamp.c:4703 utils/adt/timestamp.c:4772 utils/adt/xml.c:2056 +#: utils/adt/xml.c:2063 utils/adt/xml.c:2083 utils/adt/xml.c:2090 #, c-format msgid "timestamp out of range" msgstr "timestamp вне диапазона" @@ -16533,7 +16556,7 @@ msgid "\"%s\" is out of range for type real" msgstr "\"%s\" вне диапазона для типа real" #: utils/adt/float.c:449 utils/adt/float.c:523 utils/adt/float.c:579 -#: utils/adt/numeric.c:3987 utils/adt/numeric.c:4013 +#: utils/adt/numeric.c:3988 utils/adt/numeric.c:4014 #, c-format msgid "invalid input syntax for type double precision: \"%s\"" msgstr "неверный синтаксис для типа double precision: \"%s\"" @@ -16546,32 +16569,32 @@ msgstr "\"%s\" вне диапазона для типа double precision" #: utils/adt/float.c:1243 utils/adt/float.c:1301 utils/adt/int.c:349 #: utils/adt/int.c:775 utils/adt/int.c:804 utils/adt/int.c:825 #: utils/adt/int.c:845 utils/adt/int.c:879 utils/adt/int.c:1174 -#: utils/adt/int8.c:1272 utils/adt/numeric.c:2354 utils/adt/numeric.c:2363 +#: utils/adt/int8.c:1272 utils/adt/numeric.c:2355 utils/adt/numeric.c:2364 #, c-format msgid "smallint out of range" msgstr "smallint вне диапазона" -#: utils/adt/float.c:1427 utils/adt/numeric.c:5201 +#: utils/adt/float.c:1427 utils/adt/numeric.c:5202 #, c-format msgid "cannot take square root of a negative number" msgstr "извлечь квадратный корень отрицательного числа нельзя" -#: utils/adt/float.c:1469 utils/adt/numeric.c:2174 +#: utils/adt/float.c:1469 utils/adt/numeric.c:2175 #, c-format msgid "zero raised to a negative power is undefined" msgstr "ноль в отрицательной степени даёт неопределённость" -#: utils/adt/float.c:1473 utils/adt/numeric.c:2180 +#: utils/adt/float.c:1473 utils/adt/numeric.c:2181 #, c-format msgid "a negative number raised to a non-integer power yields a complex result" msgstr "отрицательное число в дробной степени даёт комплексный результат" -#: utils/adt/float.c:1539 utils/adt/float.c:1569 utils/adt/numeric.c:5419 +#: utils/adt/float.c:1539 utils/adt/float.c:1569 utils/adt/numeric.c:5420 #, c-format msgid "cannot take logarithm of zero" msgstr "вычислить логарифм нуля нельзя" -#: utils/adt/float.c:1543 utils/adt/float.c:1573 utils/adt/numeric.c:5423 +#: utils/adt/float.c:1543 utils/adt/float.c:1573 utils/adt/numeric.c:5424 #, c-format msgid "cannot take logarithm of a negative number" msgstr "вычислить логарифм отрицательного числа нельзя" @@ -16583,12 +16606,12 @@ msgstr "вычислить логарифм отрицательного чис msgid "input is out of range" msgstr "введённое значение вне диапазона" -#: utils/adt/float.c:2811 utils/adt/numeric.c:1227 +#: utils/adt/float.c:2811 utils/adt/numeric.c:1228 #, c-format msgid "count must be greater than zero" msgstr "счётчик должен быть больше нуля" -#: utils/adt/float.c:2816 utils/adt/numeric.c:1234 +#: utils/adt/float.c:2816 utils/adt/numeric.c:1235 #, c-format msgid "operand, lower bound, and upper bound cannot be NaN" msgstr "операнд, нижняя и верхняя границы не могут быть NaN" @@ -16598,7 +16621,7 @@ msgstr "операнд, нижняя и верхняя границы не мо msgid "lower and upper bounds must be finite" msgstr "нижняя и верхняя границы должны быть конечными" -#: utils/adt/float.c:2860 utils/adt/numeric.c:1247 +#: utils/adt/float.c:2860 utils/adt/numeric.c:1248 #, c-format msgid "lower bound cannot equal upper bound" msgstr "нижняя граница не может равняться верхней" @@ -16613,110 +16636,110 @@ msgstr "неправильная спецификация формата для msgid "Intervals are not tied to specific calendar dates." msgstr "Интервалы не привязываются к определённым календарным датам." -#: utils/adt/formatting.c:1061 +#: utils/adt/formatting.c:1064 #, c-format msgid "\"EEEE\" must be the last pattern used" msgstr "\"EEEE\" может быть только последним шаблоном" -#: utils/adt/formatting.c:1069 +#: utils/adt/formatting.c:1072 #, c-format msgid "\"9\" must be ahead of \"PR\"" msgstr "\"9\" должна стоять до \"PR\"" -#: utils/adt/formatting.c:1085 +#: utils/adt/formatting.c:1088 #, c-format msgid "\"0\" must be ahead of \"PR\"" msgstr "\"0\" должен стоять до \"PR\"" -#: utils/adt/formatting.c:1112 +#: utils/adt/formatting.c:1115 #, c-format msgid "multiple decimal points" msgstr "многочисленные десятичные точки" -#: utils/adt/formatting.c:1116 utils/adt/formatting.c:1199 +#: utils/adt/formatting.c:1119 utils/adt/formatting.c:1202 #, c-format msgid "cannot use \"V\" and decimal point together" msgstr "нельзя использовать \"V\" вместе с десятичной точкой" -#: utils/adt/formatting.c:1128 +#: utils/adt/formatting.c:1131 #, c-format msgid "cannot use \"S\" twice" msgstr "нельзя использовать \"S\" дважды" -#: utils/adt/formatting.c:1132 +#: utils/adt/formatting.c:1135 #, c-format msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" msgstr "нельзя использовать \"S\" вместе с \"PL\"/\"MI\"/\"SG\"/\"PR\"" -#: utils/adt/formatting.c:1152 +#: utils/adt/formatting.c:1155 #, c-format msgid "cannot use \"S\" and \"MI\" together" msgstr "нельзя использовать \"S\" вместе с \"MI\"" -#: utils/adt/formatting.c:1162 +#: utils/adt/formatting.c:1165 #, c-format msgid "cannot use \"S\" and \"PL\" together" msgstr "нельзя использовать \"S\" вместе с \"PL\"" -#: utils/adt/formatting.c:1172 +#: utils/adt/formatting.c:1175 #, c-format msgid "cannot use \"S\" and \"SG\" together" msgstr "нельзя использовать \"S\" вместе с \"SG\"" -#: utils/adt/formatting.c:1181 +#: utils/adt/formatting.c:1184 #, c-format msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" msgstr "нельзя использовать \"PR\" вместе с \"S\"/\"PL\"/\"MI\"/\"SG\"" -#: utils/adt/formatting.c:1207 +#: utils/adt/formatting.c:1210 #, c-format msgid "cannot use \"EEEE\" twice" msgstr "нельзя использовать \"EEEE\" дважды" -#: utils/adt/formatting.c:1213 +#: utils/adt/formatting.c:1216 #, c-format msgid "\"EEEE\" is incompatible with other formats" msgstr "\"EEEE\" несовместим с другими форматами" -#: utils/adt/formatting.c:1214 +#: utils/adt/formatting.c:1217 #, c-format msgid "" "\"EEEE\" may only be used together with digit and decimal point patterns." msgstr "" "\"EEEE\" может использоваться только с шаблонами цифр и десятичной точки." -#: utils/adt/formatting.c:1414 +#: utils/adt/formatting.c:1417 #, c-format msgid "\"%s\" is not a number" msgstr "\"%s\" не является числом" -#: utils/adt/formatting.c:1515 utils/adt/formatting.c:1567 +#: utils/adt/formatting.c:1518 utils/adt/formatting.c:1570 #, c-format msgid "could not determine which collation to use for lower() function" msgstr "" "не удалось определить, какое правило сортировки использовать для функции " "lower()" -#: utils/adt/formatting.c:1635 utils/adt/formatting.c:1687 +#: utils/adt/formatting.c:1638 utils/adt/formatting.c:1690 #, c-format msgid "could not determine which collation to use for upper() function" msgstr "" "не удалось определить, какое правило сортировки использовать для функции " "upper()" -#: utils/adt/formatting.c:1756 utils/adt/formatting.c:1820 +#: utils/adt/formatting.c:1759 utils/adt/formatting.c:1823 #, c-format msgid "could not determine which collation to use for initcap() function" msgstr "" "не удалось определить, какое правило сортировки использовать для функции " "initcap()" -#: utils/adt/formatting.c:2124 +#: utils/adt/formatting.c:2127 #, c-format msgid "invalid combination of date conventions" msgstr "неверное сочетание стилей дат" -#: utils/adt/formatting.c:2125 +#: utils/adt/formatting.c:2128 #, c-format msgid "" "Do not mix Gregorian and ISO week date conventions in a formatting template." @@ -16724,27 +16747,27 @@ msgstr "" "Не смешивайте Григорианский стиль дат (недель) с ISO в одном шаблоне " "форматирования." -#: utils/adt/formatting.c:2142 +#: utils/adt/formatting.c:2145 #, c-format msgid "conflicting values for \"%s\" field in formatting string" msgstr "конфликтующие значения поля \"%s\" в строке форматирования" -#: utils/adt/formatting.c:2144 +#: utils/adt/formatting.c:2147 #, c-format msgid "This value contradicts a previous setting for the same field type." msgstr "Это значение противоречит предыдущему значению поля того же типа." -#: utils/adt/formatting.c:2205 +#: utils/adt/formatting.c:2208 #, c-format msgid "source string too short for \"%s\" formatting field" msgstr "входная строка короче, чем требует поле форматирования \"%s\"" -#: utils/adt/formatting.c:2207 +#: utils/adt/formatting.c:2210 #, c-format msgid "Field requires %d characters, but only %d remain." msgstr "Требуется символов: %d, а осталось только %d." -#: utils/adt/formatting.c:2210 utils/adt/formatting.c:2224 +#: utils/adt/formatting.c:2213 utils/adt/formatting.c:2227 #, c-format msgid "" "If your source string is not fixed-width, try using the \"FM\" modifier." @@ -16752,70 +16775,80 @@ msgstr "" "Если входная строка имеет переменную длину, попробуйте использовать " "модификатор \"FM\"." -#: utils/adt/formatting.c:2220 utils/adt/formatting.c:2233 -#: utils/adt/formatting.c:2363 +#: utils/adt/formatting.c:2223 utils/adt/formatting.c:2236 +#: utils/adt/formatting.c:2366 #, c-format msgid "invalid value \"%s\" for \"%s\"" msgstr "неверное значение \"%s\" для \"%s\"" -#: utils/adt/formatting.c:2222 +#: utils/adt/formatting.c:2225 #, c-format msgid "Field requires %d characters, but only %d could be parsed." msgstr "Поле должно поглотить символов: %d, но удалось разобрать только %d." -#: utils/adt/formatting.c:2235 +#: utils/adt/formatting.c:2238 #, c-format msgid "Value must be an integer." msgstr "Значение должно быть целым числом." -#: utils/adt/formatting.c:2240 +#: utils/adt/formatting.c:2243 #, c-format msgid "value for \"%s\" in source string is out of range" msgstr "значение \"%s\" во входной строке вне диапазона" -#: utils/adt/formatting.c:2242 +#: utils/adt/formatting.c:2245 #, c-format msgid "Value must be in the range %d to %d." msgstr "Значение должно быть в интервале %d..%d." -#: utils/adt/formatting.c:2365 +#: utils/adt/formatting.c:2368 #, c-format msgid "The given value did not match any of the allowed values for this field." msgstr "" "Данное значение не соответствует ни одному из допустимых значений для этого " "поля." -#: utils/adt/formatting.c:2921 +#: utils/adt/formatting.c:2546 utils/adt/formatting.c:2566 +#: utils/adt/formatting.c:2586 utils/adt/formatting.c:2606 +#: utils/adt/formatting.c:2625 utils/adt/formatting.c:2644 +#: utils/adt/formatting.c:2667 utils/adt/formatting.c:2685 +#: utils/adt/formatting.c:2703 utils/adt/formatting.c:2721 +#: utils/adt/formatting.c:2738 utils/adt/formatting.c:2755 +#, c-format +msgid "localized string format value too long" +msgstr "слишком длинное значение формата локализованной строки" + +#: utils/adt/formatting.c:3032 #, c-format msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" msgstr "шаблоны формата \"TZ\"/\"tz\" не поддерживаются в to_date" -#: utils/adt/formatting.c:3029 +#: utils/adt/formatting.c:3140 #, c-format msgid "invalid input string for \"Y,YYY\"" msgstr "ошибка синтаксиса в значении для шаблона \"Y,YYY\"" -#: utils/adt/formatting.c:3532 +#: utils/adt/formatting.c:3643 #, c-format msgid "hour \"%d\" is invalid for the 12-hour clock" msgstr "час \"%d\" не соответствует 12-часовому формату времени" -#: utils/adt/formatting.c:3534 +#: utils/adt/formatting.c:3645 #, c-format msgid "Use the 24-hour clock, or give an hour between 1 and 12." msgstr "Используйте 24-часовой формат или передавайте часы от 1 до 12." -#: utils/adt/formatting.c:3629 +#: utils/adt/formatting.c:3740 #, c-format msgid "cannot calculate day of year without year information" msgstr "нельзя рассчитать день года без информации о годе" -#: utils/adt/formatting.c:4476 +#: utils/adt/formatting.c:4589 #, c-format msgid "\"EEEE\" not supported for input" msgstr "\"EEEE\" не поддерживается при вводе" -#: utils/adt/formatting.c:4488 +#: utils/adt/formatting.c:4601 #, c-format msgid "\"RN\" not supported for input" msgstr "\"RN\" не поддерживается при вводе" @@ -17026,7 +17059,7 @@ msgstr "значение \"%s\" вне диапазона для типа bigint #: utils/adt/int8.c:980 utils/adt/int8.c:1001 utils/adt/int8.c:1028 #: utils/adt/int8.c:1061 utils/adt/int8.c:1089 utils/adt/int8.c:1110 #: utils/adt/int8.c:1137 utils/adt/int8.c:1310 utils/adt/int8.c:1349 -#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1645 +#: utils/adt/numeric.c:2310 utils/adt/varbit.c:1645 #, c-format msgid "bigint out of range" msgstr "bigint вне диапазона" @@ -17451,73 +17484,73 @@ msgstr "результат вне диапазона" msgid "cannot subtract inet values of different sizes" msgstr "нельзя вычитать значения inet разного размера" -#: utils/adt/numeric.c:485 utils/adt/numeric.c:512 utils/adt/numeric.c:3268 -#: utils/adt/numeric.c:3291 utils/adt/numeric.c:3315 utils/adt/numeric.c:3322 +#: utils/adt/numeric.c:486 utils/adt/numeric.c:513 utils/adt/numeric.c:3269 +#: utils/adt/numeric.c:3292 utils/adt/numeric.c:3316 utils/adt/numeric.c:3323 #, c-format msgid "invalid input syntax for type numeric: \"%s\"" msgstr "неверный синтаксис для типа numeric: \"%s\"" -#: utils/adt/numeric.c:655 +#: utils/adt/numeric.c:656 #, c-format msgid "invalid length in external \"numeric\" value" msgstr "неверная длина во внешнем значении \"numeric\"" -#: utils/adt/numeric.c:668 +#: utils/adt/numeric.c:669 #, c-format msgid "invalid sign in external \"numeric\" value" msgstr "неверный знак во внешнем значении \"numeric\"" -#: utils/adt/numeric.c:674 +#: utils/adt/numeric.c:675 #, c-format msgid "invalid scale in external \"numeric\" value" msgstr "неверный порядок числа во внешнем значении \"numeric\"" -#: utils/adt/numeric.c:683 +#: utils/adt/numeric.c:684 #, c-format msgid "invalid digit in external \"numeric\" value" msgstr "неверная цифра во внешнем значении \"numeric\"" -#: utils/adt/numeric.c:874 utils/adt/numeric.c:888 +#: utils/adt/numeric.c:875 utils/adt/numeric.c:889 #, c-format msgid "NUMERIC precision %d must be between 1 and %d" msgstr "точность NUMERIC %d должна быть между 1 и %d" -#: utils/adt/numeric.c:879 +#: utils/adt/numeric.c:880 #, c-format msgid "NUMERIC scale %d must be between 0 and precision %d" msgstr "порядок NUMERIC %d должен быть между 0 и точностью (%d)" -#: utils/adt/numeric.c:897 +#: utils/adt/numeric.c:898 #, c-format msgid "invalid NUMERIC type modifier" msgstr "неверный модификатор типа NUMERIC" -#: utils/adt/numeric.c:1904 utils/adt/numeric.c:3765 utils/adt/numeric.c:5734 +#: utils/adt/numeric.c:1905 utils/adt/numeric.c:3766 utils/adt/numeric.c:5735 #, c-format msgid "value overflows numeric format" msgstr "значение переполняет формат numeric" -#: utils/adt/numeric.c:2235 +#: utils/adt/numeric.c:2236 #, c-format msgid "cannot convert NaN to integer" msgstr "нельзя преобразовать NaN в integer" -#: utils/adt/numeric.c:2301 +#: utils/adt/numeric.c:2302 #, c-format msgid "cannot convert NaN to bigint" msgstr "нельзя преобразовать NaN в bigint" -#: utils/adt/numeric.c:2346 +#: utils/adt/numeric.c:2347 #, c-format msgid "cannot convert NaN to smallint" msgstr "нельзя преобразовать NaN в smallint" -#: utils/adt/numeric.c:3835 +#: utils/adt/numeric.c:3836 #, c-format msgid "numeric field overflow" msgstr "переполнение поля numeric" -#: utils/adt/numeric.c:3836 +#: utils/adt/numeric.c:3837 #, c-format msgid "" "A field with precision %d, scale %d must round to an absolute value less " @@ -17526,7 +17559,7 @@ msgstr "" "Поле с точностью %d, порядком %d должно округляться до абсолютного значения " "меньше чем %s%d." -#: utils/adt/numeric.c:5291 +#: utils/adt/numeric.c:5292 #, c-format msgid "argument for function \"exp\" too big" msgstr "аргумент функции \"exp\" слишком велик" @@ -17842,8 +17875,8 @@ msgid "Use NONE to denote the missing argument of a unary operator." msgstr "" "Чтобы обозначить отсутствующий аргумент унарного оператора, укажите NONE." -#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7491 -#: utils/adt/ruleutils.c:7547 utils/adt/ruleutils.c:7586 +#: utils/adt/regproc.c:661 utils/adt/regproc.c:1531 utils/adt/ruleutils.c:7542 +#: utils/adt/ruleutils.c:7598 utils/adt/ruleutils.c:7637 #, c-format msgid "too many arguments" msgstr "слишком много аргументов" @@ -17879,51 +17912,51 @@ msgstr "ожидалось имя типа" msgid "improper type name" msgstr "ошибочное имя типа" -#: utils/adt/ri_triggers.c:310 utils/adt/ri_triggers.c:367 -#: utils/adt/ri_triggers.c:786 utils/adt/ri_triggers.c:1009 -#: utils/adt/ri_triggers.c:1165 utils/adt/ri_triggers.c:1346 -#: utils/adt/ri_triggers.c:1511 utils/adt/ri_triggers.c:1687 -#: utils/adt/ri_triggers.c:1867 utils/adt/ri_triggers.c:2058 -#: utils/adt/ri_triggers.c:2116 utils/adt/ri_triggers.c:2221 -#: utils/adt/ri_triggers.c:2386 gram.y:3091 +#: utils/adt/ri_triggers.c:311 utils/adt/ri_triggers.c:368 +#: utils/adt/ri_triggers.c:787 utils/adt/ri_triggers.c:1010 +#: utils/adt/ri_triggers.c:1166 utils/adt/ri_triggers.c:1347 +#: utils/adt/ri_triggers.c:1512 utils/adt/ri_triggers.c:1688 +#: utils/adt/ri_triggers.c:1868 utils/adt/ri_triggers.c:2059 +#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2222 +#: utils/adt/ri_triggers.c:2387 gram.y:3091 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "выражение MATCH PARTIAL ещё не реализовано" -#: utils/adt/ri_triggers.c:339 utils/adt/ri_triggers.c:2474 -#: utils/adt/ri_triggers.c:3226 +#: utils/adt/ri_triggers.c:340 utils/adt/ri_triggers.c:2475 +#: utils/adt/ri_triggers.c:3261 #, c-format msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" msgstr "" "INSERT или UPDATE в таблице \"%s\" нарушает ограничение внешнего ключа \"%s" "\" " -#: utils/adt/ri_triggers.c:342 utils/adt/ri_triggers.c:2477 +#: utils/adt/ri_triggers.c:343 utils/adt/ri_triggers.c:2478 #, c-format msgid "MATCH FULL does not allow mixing of null and nonnull key values." msgstr "MATCH FULL не позволяет смешивать в значении ключа null и не null." -#: utils/adt/ri_triggers.c:2716 +#: utils/adt/ri_triggers.c:2717 #, c-format msgid "function \"%s\" must be fired for INSERT" msgstr "функция \"%s\" должна запускаться для INSERT" -#: utils/adt/ri_triggers.c:2722 +#: utils/adt/ri_triggers.c:2723 #, c-format msgid "function \"%s\" must be fired for UPDATE" msgstr "функция \"%s\" должна запускаться для UPDATE" -#: utils/adt/ri_triggers.c:2728 +#: utils/adt/ri_triggers.c:2729 #, c-format msgid "function \"%s\" must be fired for DELETE" msgstr "функция \"%s\" должна запускаться для DELETE" -#: utils/adt/ri_triggers.c:2751 +#: utils/adt/ri_triggers.c:2752 #, c-format msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\"" msgstr "для триггера \"%s\" таблицы \"%s\" нет записи pg_constraint" -#: utils/adt/ri_triggers.c:2753 +#: utils/adt/ri_triggers.c:2754 #, c-format msgid "" "Remove this referential integrity trigger and its mates, then do ALTER TABLE " @@ -17932,7 +17965,7 @@ msgstr "" "Удалите этот триггер ссылочной целостности и связанные объекты, а затем " "выполните ALTER TABLE ADD CONSTRAINT." -#: utils/adt/ri_triggers.c:3176 +#: utils/adt/ri_triggers.c:3180 #, c-format msgid "" "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave " @@ -17941,17 +17974,22 @@ msgstr "" "неожиданный результат запроса ссылочной целостности к \"%s\" из ограничения " "\"%s\" таблицы \"%s\"" -#: utils/adt/ri_triggers.c:3180 +#: utils/adt/ri_triggers.c:3184 #, c-format msgid "This is most likely due to a rule having rewritten the query." msgstr "Скорее всего это вызвано правилом, переписавшим запрос." -#: utils/adt/ri_triggers.c:3229 +#: utils/adt/ri_triggers.c:3265 #, c-format msgid "Key (%s)=(%s) is not present in table \"%s\"." msgstr "Ключ (%s)=(%s) отсутствует в таблице \"%s\"." -#: utils/adt/ri_triggers.c:3236 +#: utils/adt/ri_triggers.c:3268 +#, c-format +msgid "Key is not present in table \"%s\"." +msgstr "Ключ отсутствует в таблице \"%s\"." + +#: utils/adt/ri_triggers.c:3274 #, c-format msgid "" "update or delete on table \"%s\" violates foreign key constraint \"%s\" on " @@ -17960,11 +17998,16 @@ msgstr "" "UPDATE или DELETE в таблице \"%s\" нарушает ограничение внешнего ключа \"%s" "\" таблицы \"%s\"" -#: utils/adt/ri_triggers.c:3240 +#: utils/adt/ri_triggers.c:3279 #, c-format msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "На ключ (%s)=(%s) всё ещё есть ссылки в таблице \"%s\"." +#: utils/adt/ri_triggers.c:3282 +#, c-format +msgid "Key is still referenced from table \"%s\"." +msgstr "На ключ всё ещё есть ссылки в таблице \"%s\"." + #: utils/adt/rowtypes.c:101 utils/adt/rowtypes.c:476 #, c-format msgid "input of anonymous composite types is not implemented" @@ -18021,7 +18064,7 @@ msgstr "не удалось сравнить различные типы кол msgid "cannot compare record types with different numbers of columns" msgstr "сравнивать типы записей с разным числом колонок нельзя" -#: utils/adt/ruleutils.c:3856 +#: utils/adt/ruleutils.c:3883 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "правило \"%s\" имеет неподдерживаемый тип событий %d" @@ -18481,73 +18524,73 @@ msgstr "аргумент ntile должен быть больше нуля" msgid "argument of nth_value must be greater than zero" msgstr "аргумент nth_value должен быть больше нуля" -#: utils/adt/xml.c:170 +#: utils/adt/xml.c:171 #, c-format msgid "unsupported XML feature" msgstr "XML-функции не поддерживаются" -#: utils/adt/xml.c:171 +#: utils/adt/xml.c:172 #, c-format msgid "This functionality requires the server to be built with libxml support." msgstr "Для этой функциональности в сервере не хватает поддержки libxml." -#: utils/adt/xml.c:172 +#: utils/adt/xml.c:173 #, c-format msgid "You need to rebuild PostgreSQL using --with-libxml." msgstr "Необходимо перекомпилировать PostgreSQL с ключом --with-libxml." -#: utils/adt/xml.c:191 utils/mb/mbutils.c:515 +#: utils/adt/xml.c:192 utils/mb/mbutils.c:515 #, c-format msgid "invalid encoding name \"%s\"" msgstr "неверное имя кодировки: \"%s\"" -#: utils/adt/xml.c:437 utils/adt/xml.c:442 +#: utils/adt/xml.c:438 utils/adt/xml.c:443 #, c-format msgid "invalid XML comment" msgstr "ошибка в XML-комментарии" -#: utils/adt/xml.c:571 +#: utils/adt/xml.c:572 #, c-format msgid "not an XML document" msgstr "не XML-документ" -#: utils/adt/xml.c:730 utils/adt/xml.c:753 +#: utils/adt/xml.c:731 utils/adt/xml.c:754 #, c-format msgid "invalid XML processing instruction" msgstr "неправильная XML-инструкция обработки (PI)" -#: utils/adt/xml.c:731 +#: utils/adt/xml.c:732 #, c-format msgid "XML processing instruction target name cannot be \"%s\"." msgstr "назначением XML-инструкции обработки (PI) не может быть \"%s\"." -#: utils/adt/xml.c:754 +#: utils/adt/xml.c:755 #, c-format msgid "XML processing instruction cannot contain \"?>\"." msgstr "XML-инструкция обработки (PI) не может содержать \"?>\"." -#: utils/adt/xml.c:833 +#: utils/adt/xml.c:834 #, c-format msgid "xmlvalidate is not implemented" msgstr "функция xmlvalidate не реализована" -#: utils/adt/xml.c:912 +#: utils/adt/xml.c:913 #, c-format msgid "could not initialize XML library" msgstr "не удалось инициализировать библиотеку XML" -#: utils/adt/xml.c:913 +#: utils/adt/xml.c:914 #, c-format msgid "" "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." msgstr "другой тип char в libxml2: sizeof(char)=%u, sizeof(xmlChar)=%u." -#: utils/adt/xml.c:999 +#: utils/adt/xml.c:1000 #, c-format msgid "could not set up XML error handler" msgstr "не удалось установить обработчик XML-ошибок" -#: utils/adt/xml.c:1000 +#: utils/adt/xml.c:1001 #, c-format msgid "" "This probably indicates that the version of libxml2 being used is not " @@ -18556,72 +18599,72 @@ msgstr "" "Возможно это означает, что используемая версия libxml2 не совместима с " "заголовочными файлами libxml2, с которыми был собран PostgreSQL." -#: utils/adt/xml.c:1735 +#: utils/adt/xml.c:1736 msgid "Invalid character value." msgstr "Неверный символ." -#: utils/adt/xml.c:1738 +#: utils/adt/xml.c:1739 msgid "Space required." msgstr "Требуется пробел." -#: utils/adt/xml.c:1741 +#: utils/adt/xml.c:1742 msgid "standalone accepts only 'yes' or 'no'." msgstr "значениями атрибута standalone могут быть только 'yes' и 'no'." -#: utils/adt/xml.c:1744 +#: utils/adt/xml.c:1745 msgid "Malformed declaration: missing version." msgstr "Ошибочное объявление: не указана версия." -#: utils/adt/xml.c:1747 +#: utils/adt/xml.c:1748 msgid "Missing encoding in text declaration." msgstr "В объявлении не указана кодировка." -#: utils/adt/xml.c:1750 +#: utils/adt/xml.c:1751 msgid "Parsing XML declaration: '?>' expected." msgstr "Ошибка при разборе XML-объявления: ожидается '?>'." -#: utils/adt/xml.c:1753 +#: utils/adt/xml.c:1754 #, c-format msgid "Unrecognized libxml error code: %d." msgstr "нераспознанный код ошибки libxml: %d." -#: utils/adt/xml.c:2034 +#: utils/adt/xml.c:2035 #, c-format msgid "XML does not support infinite date values." msgstr "XML не поддерживает бесконечность в датах." -#: utils/adt/xml.c:2056 utils/adt/xml.c:2083 +#: utils/adt/xml.c:2057 utils/adt/xml.c:2084 #, c-format msgid "XML does not support infinite timestamp values." msgstr "XML не поддерживает бесконечность в timestamp." -#: utils/adt/xml.c:2474 +#: utils/adt/xml.c:2475 #, c-format msgid "invalid query" msgstr "неверный запрос" -#: utils/adt/xml.c:3789 +#: utils/adt/xml.c:3807 #, c-format msgid "invalid array for XML namespace mapping" msgstr "неправильный массив с сопоставлениями пространств имён XML" -#: utils/adt/xml.c:3790 +#: utils/adt/xml.c:3808 #, c-format msgid "" "The array must be two-dimensional with length of the second axis equal to 2." msgstr "Массив должен быть двухмерным и содержать 2 элемента по второй оси." -#: utils/adt/xml.c:3814 +#: utils/adt/xml.c:3832 #, c-format msgid "empty XPath expression" msgstr "пустое выражение XPath" -#: utils/adt/xml.c:3863 +#: utils/adt/xml.c:3881 #, c-format msgid "neither namespace name nor URI may be null" msgstr "ни префикс, ни URI пространства имён не может быть null" -#: utils/adt/xml.c:3870 +#: utils/adt/xml.c:3888 #, c-format msgid "could not register XML namespace with name \"%s\" and URI \"%s\"" msgstr "" @@ -18726,102 +18769,102 @@ msgstr "ЛОВУШКА: Исключительное условие: невер msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" msgstr "ЛОВУШКА: %s(\"%s\", файл: \"%s\", строка: %d)\n" -#: utils/error/elog.c:319 utils/error/elog.c:1275 +#: utils/error/elog.c:319 utils/error/elog.c:1276 #, c-format msgid "error occurred at %s:%d before error message processing is available\n" msgstr "" "в %s:%d произошла ошибка до готовности подсистемы обработки сообщений\n" -#: utils/error/elog.c:1707 +#: utils/error/elog.c:1708 #, c-format msgid "could not reopen file \"%s\" as stderr: %m" msgstr "открыть файл \"%s\" как stderr не удалось: %m" -#: utils/error/elog.c:1720 +#: utils/error/elog.c:1721 #, c-format msgid "could not reopen file \"%s\" as stdout: %m" msgstr "открыть файл \"%s\" как stdout не удалось: %m" -#: utils/error/elog.c:2109 utils/error/elog.c:2119 utils/error/elog.c:2129 +#: utils/error/elog.c:2110 utils/error/elog.c:2120 utils/error/elog.c:2130 msgid "[unknown]" msgstr "[н/д]" -#: utils/error/elog.c:2477 utils/error/elog.c:2776 utils/error/elog.c:2884 +#: utils/error/elog.c:2478 utils/error/elog.c:2777 utils/error/elog.c:2885 msgid "missing error text" msgstr "отсутствует текст ошибки" -#: utils/error/elog.c:2480 utils/error/elog.c:2483 utils/error/elog.c:2887 -#: utils/error/elog.c:2890 +#: utils/error/elog.c:2481 utils/error/elog.c:2484 utils/error/elog.c:2888 +#: utils/error/elog.c:2891 #, c-format msgid " at character %d" msgstr " (символ %d)" -#: utils/error/elog.c:2493 utils/error/elog.c:2500 +#: utils/error/elog.c:2494 utils/error/elog.c:2501 msgid "DETAIL: " msgstr "ПОДРОБНОСТИ: " -#: utils/error/elog.c:2507 +#: utils/error/elog.c:2508 msgid "HINT: " msgstr "ПОДСКАЗКА: " -#: utils/error/elog.c:2514 +#: utils/error/elog.c:2515 msgid "QUERY: " msgstr "ЗАПРОС: " -#: utils/error/elog.c:2521 +#: utils/error/elog.c:2522 msgid "CONTEXT: " msgstr "КОНТЕКСТ: " -#: utils/error/elog.c:2531 +#: utils/error/elog.c:2532 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "ПОЛОЖЕНИЕ: %s, %s:%d\n" -#: utils/error/elog.c:2538 +#: utils/error/elog.c:2539 #, c-format msgid "LOCATION: %s:%d\n" msgstr "ПОЛОЖЕНИЕ: %s:%d\n" -#: utils/error/elog.c:2552 +#: utils/error/elog.c:2553 msgid "STATEMENT: " msgstr "ОПЕРАТОР: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:3005 +#: utils/error/elog.c:3006 #, c-format msgid "operating system error %d" msgstr "ошибка операционной системы %d" -#: utils/error/elog.c:3200 +#: utils/error/elog.c:3201 msgid "DEBUG" msgstr "ОТЛАДКА" -#: utils/error/elog.c:3204 +#: utils/error/elog.c:3205 msgid "LOG" msgstr "ОТМЕТКА" -#: utils/error/elog.c:3207 +#: utils/error/elog.c:3208 msgid "INFO" msgstr "ИНФОРМАЦИЯ" -#: utils/error/elog.c:3210 +#: utils/error/elog.c:3211 msgid "NOTICE" msgstr "ЗАМЕЧАНИЕ" -#: utils/error/elog.c:3213 +#: utils/error/elog.c:3214 msgid "WARNING" msgstr "ПРЕДУПРЕЖДЕНИЕ" -#: utils/error/elog.c:3216 +#: utils/error/elog.c:3217 msgid "ERROR" msgstr "ОШИБКА" -#: utils/error/elog.c:3219 +#: utils/error/elog.c:3220 msgid "FATAL" msgstr "ВАЖНО" -#: utils/error/elog.c:3222 +#: utils/error/elog.c:3223 msgid "PANIC" msgstr "ПАНИКА" @@ -21330,15 +21373,20 @@ msgstr "Возможно нет места на диске?" msgid "could not read block %ld of temporary file: %m" msgstr "не удалось считать блок %ld временного файла: %m" -#: utils/sort/tuplesort.c:3175 +#: utils/sort/tuplesort.c:3179 #, c-format msgid "could not create unique index \"%s\"" msgstr "создать уникальный индекс \"%s\" не удалось" -#: utils/sort/tuplesort.c:3177 +#: utils/sort/tuplesort.c:3181 #, c-format msgid "Key %s is duplicated." -msgstr "Обнаружен повторяющийся ключ (%s)." +msgstr "Ключ %s дублируется." + +#: utils/sort/tuplesort.c:3182 +#, c-format +msgid "Duplicate keys exist." +msgstr "Данные содержат дублирующиеся ключи." #: utils/time/snapmgr.c:775 #, c-format diff --git a/src/bin/initdb/po/fr.po b/src/bin/initdb/po/fr.po index 40aab43481b..39ff6c3b841 100644 --- a/src/bin/initdb/po/fr.po +++ b/src/bin/initdb/po/fr.po @@ -7,9 +7,9 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-12-05 12:41+0000\n" +"POT-Creation-Date: 2015-02-08 09:17+0000\n" "PO-Revision-Date: 2014-12-05 18:35+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: PostgreSQLfr \n" @@ -165,8 +165,7 @@ msgstr "%s : n'a pas pu ouvrir le r #: initdb.c:550 #, c-format msgid "%s: could not stat file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu rcuprer les informations sur le fichier %s : %s\n" +msgstr "%s : n'a pas pu rcuprer les informations sur le fichier %s : %s\n" #: initdb.c:569 initdb.c:626 #, c-format @@ -221,36 +220,28 @@ msgstr "%s : suppression du r #: initdb.c:786 #, c-format msgid "%s: failed to remove transaction log directory\n" -msgstr "" -"%s : chec de la suppression du rpertoire des journaux de transaction\n" +msgstr "%s : chec de la suppression du rpertoire des journaux de transaction\n" #: initdb.c:792 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" -msgstr "" -"%s : suppression du contenu du rpertoire des journaux de transaction %s " -"\n" +msgstr "%s : suppression du contenu du rpertoire des journaux de transaction %s \n" #: initdb.c:795 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" -msgstr "" -"%s : chec de la suppression du contenu du rpertoire des journaux de " -"transaction\n" +msgstr "%s : chec de la suppression du contenu du rpertoire des journaux de transaction\n" #: initdb.c:804 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" -msgstr "" -"%s : rpertoire des donnes %s non supprim la demande de " -"l'utilisateur\n" +msgstr "%s : rpertoire des donnes %s non supprim la demande de l'utilisateur\n" #: initdb.c:809 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" msgstr "" -"%s : rpertoire des journaux de transaction %s non supprim la " -"demande\n" +"%s : rpertoire des journaux de transaction %s non supprim la demande\n" "de l'utilisateur\n" #: initdb.c:831 @@ -267,8 +258,7 @@ msgstr "" #: initdb.c:843 #, c-format msgid "%s: could not obtain information about current user: %s\n" -msgstr "" -"%s : n'a pas pu obtenir d'informations sur l'utilisateur courant : %s\n" +msgstr "%s : n'a pas pu obtenir d'informations sur l'utilisateur courant : %s\n" #: initdb.c:860 #, c-format @@ -280,7 +270,7 @@ msgstr "%s : n'a pas pu obtenir le nom de l'utilisateur courant : %s\n" msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s : %s n'est pas un nom d'encodage serveur valide\n" -#: initdb.c:1008 initdb.c:3310 +#: initdb.c:1008 initdb.c:3311 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s : n'a pas pu crer le rpertoire %s : %s\n" @@ -361,7 +351,6 @@ msgstr "%s : n'a pas pu lire le mot de passe #: initdb.c:1605 #, c-format -#| msgid "%s: the PID file \"%s\" is empty\n" msgid "%s: password file \"%s\" is empty\n" msgstr "%s : le fichier de mots de passe %s est vide\n" @@ -394,8 +383,7 @@ msgstr "%s : nom de locale trop long, ignor #: initdb.c:1946 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" -msgstr "" -"%s : le nom de la locale contient des caractres non ASCII, ignor : %s \n" +msgstr "%s : le nom de la locale contient des caractres non ASCII, ignor : %s \n" #: initdb.c:2009 #, c-format @@ -496,9 +484,7 @@ msgstr "" #: initdb.c:2721 #, c-format msgid "%s: WARNING: cannot create restricted tokens on this platform\n" -msgstr "" -"%s : ATTENTION : ne peut pas crr les jetons restreints sur cette " -"plateforme\n" +msgstr "%s : ATTENTION : ne peut pas crr les jetons restreints sur cette plateforme\n" #: initdb.c:2730 #, c-format @@ -507,22 +493,20 @@ msgstr "%s : n'a pas pu ouvrir le jeton du processus : code d'erreur %lu\n" #: initdb.c:2743 #, c-format -msgid "%s: could not to allocate SIDs: error code %lu\n" +msgid "%s: could not allocate SIDs: error code %lu\n" msgstr "%s : n'a pas pu allouer les SID : code d'erreur %lu\n" -#: initdb.c:2762 +#: initdb.c:2763 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s : n'a pas pu crer le jeton restreint : code d'erreur %lu\n" -#: initdb.c:2783 +#: initdb.c:2784 #, c-format msgid "%s: could not start process for command \"%s\": error code %lu\n" -msgstr "" -"%s : n'a pas pu dmarrer le processus pour la commande %s : code " -"d'erreur %lu\n" +msgstr "%s : n'a pas pu dmarrer le processus pour la commande %s : code d'erreur %lu\n" -#: initdb.c:2797 +#: initdb.c:2798 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -531,17 +515,17 @@ msgstr "" "%s initialise un cluster PostgreSQL.\n" "\n" -#: initdb.c:2798 +#: initdb.c:2799 #, c-format msgid "Usage:\n" msgstr "Usage :\n" -#: initdb.c:2799 +#: initdb.c:2800 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPTION]... [RP_DONNES]\n" -#: initdb.c:2800 +#: initdb.c:2801 #, c-format msgid "" "\n" @@ -550,59 +534,52 @@ msgstr "" "\n" "Options :\n" -#: initdb.c:2801 +#: initdb.c:2802 #, c-format -msgid "" -" -A, --auth=METHOD default authentication method for local " -"connections\n" +msgid " -A, --auth=METHOD default authentication method for local connections\n" msgstr "" " -A, --auth=MTHODE mthode d'authentification par dfaut pour les\n" " connexions locales\n" -#: initdb.c:2802 +#: initdb.c:2803 #, c-format -msgid "" -" --auth-host=METHOD default authentication method for local TCP/IP " -"connections\n" +msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" msgstr "" " --auth-host=MTHODE mthode d'authentification par dfaut pour les\n" " connexions locales TCP/IP\n" -#: initdb.c:2803 +#: initdb.c:2804 #, c-format -msgid "" -" --auth-local=METHOD default authentication method for local-socket " -"connections\n" +msgid " --auth-local=METHOD default authentication method for local-socket connections\n" msgstr "" " --auth-local=MTHODE mthode d'authentification par dfaut pour les\n" " connexions locales socket\n" -#: initdb.c:2804 +#: initdb.c:2805 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]RP_DONNES emplacement du cluster\n" -#: initdb.c:2805 +#: initdb.c:2806 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr "" " -E, --encoding=ENCODAGE initialise l'encodage par dfaut des nouvelles\n" " bases de donnes\n" -#: initdb.c:2806 +#: initdb.c:2807 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" msgstr "" " --locale=LOCALE initialise la locale par dfaut pour les\n" " nouvelles bases de donnes\n" -#: initdb.c:2807 +#: initdb.c:2808 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n" -" set default locale in the respective category " -"for\n" +" set default locale in the respective category for\n" " new databases (default taken from environment)\n" msgstr "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" @@ -612,20 +589,19 @@ msgstr "" " de donnes (les valeurs par dfaut sont prises\n" " dans l'environnement)\n" -#: initdb.c:2811 +#: initdb.c:2812 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale quivalent --locale=C\n" -#: initdb.c:2812 +#: initdb.c:2813 #, c-format -msgid "" -" --pwfile=FILE read password for the new superuser from file\n" +msgid " --pwfile=FILE read password for the new superuser from file\n" msgstr "" " --pwfile=NOMFICHIER lit le mot de passe du nouveau\n" " super-utilisateur partir de ce fichier\n" -#: initdb.c:2813 +#: initdb.c:2814 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -635,29 +611,25 @@ msgstr "" " configuration par dfaut de la recherche plein\n" " texte\n" -#: initdb.c:2815 -#, c-format -msgid " -U, --username=NAME database superuser name\n" -msgstr "" -" -U, --username=NOM nom du super-utilisateur de la base de donnes\n" - #: initdb.c:2816 #, c-format -msgid "" -" -W, --pwprompt prompt for a password for the new superuser\n" +msgid " -U, --username=NAME database superuser name\n" +msgstr " -U, --username=NOM nom du super-utilisateur de la base de donnes\n" + +#: initdb.c:2817 +#, c-format +msgid " -W, --pwprompt prompt for a password for the new superuser\n" msgstr "" " -W, --pwprompt demande un mot de passe pour le nouveau\n" " super-utilisateur\n" -#: initdb.c:2817 -#, c-format -msgid "" -" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" -msgstr "" -" -X, --xlogdir=RP_XLOG emplacement du rpertoire des transactions\n" - #: initdb.c:2818 #, c-format +msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" +msgstr " -X, --xlogdir=RP_XLOG emplacement du rpertoire des transactions\n" + +#: initdb.c:2819 +#, c-format msgid "" "\n" "Less commonly used options:\n" @@ -665,52 +637,44 @@ msgstr "" "\n" "Options moins utilises :\n" -#: initdb.c:2819 -#, c-format -msgid " -d, --debug generate lots of debugging output\n" -msgstr "" -" -d, --debug engendre un grand nombre de traces de dbogage\n" - #: initdb.c:2820 #, c-format -msgid " -k, --data-checksums use data page checksums\n" -msgstr "" -" -k, --data-checksums utilise les sommes de contrles pour les pages de " -"donnes\n" +msgid " -d, --debug generate lots of debugging output\n" +msgstr " -d, --debug engendre un grand nombre de traces de dbogage\n" #: initdb.c:2821 #, c-format +msgid " -k, --data-checksums use data page checksums\n" +msgstr " -k, --data-checksums utilise les sommes de contrles pour les pages de donnes\n" + +#: initdb.c:2822 +#, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr "" " -L RPERTOIRE indique o trouver les fichiers servant la\n" " cration du cluster\n" -#: initdb.c:2822 +#: initdb.c:2823 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean ne nettoie pas en cas d'erreur\n" -#: initdb.c:2823 -#, c-format -msgid "" -" -N, --nosync do not wait for changes to be written safely to " -"disk\n" -msgstr "" -" -N, --nosync n'attend pas que les modifications sont proprement " -"crites sur disque\n" - #: initdb.c:2824 #, c-format +msgid " -N, --nosync do not wait for changes to be written safely to disk\n" +msgstr " -N, --nosync n'attend pas que les modifications sont proprement crites sur disque\n" + +#: initdb.c:2825 +#, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show affiche la configuration interne\n" -#: initdb.c:2825 +#: initdb.c:2826 #, c-format msgid " -S, --sync-only only sync data directory\n" -msgstr "" -" -S, --sync-only synchronise uniquement le rpertoire des donnes\n" +msgstr " -S, --sync-only synchronise uniquement le rpertoire des donnes\n" -#: initdb.c:2826 +#: initdb.c:2827 #, c-format msgid "" "\n" @@ -719,17 +683,17 @@ msgstr "" "\n" "Autres options :\n" -#: initdb.c:2827 +#: initdb.c:2828 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version puis quitte\n" -#: initdb.c:2828 +#: initdb.c:2829 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide puis quitte\n" -#: initdb.c:2829 +#: initdb.c:2830 #, c-format msgid "" "\n" @@ -740,7 +704,7 @@ msgstr "" "Si le rpertoire des donnes n'est pas indiqu, la variable d'environnement\n" "PGDATA est utilise.\n" -#: initdb.c:2831 +#: initdb.c:2832 #, c-format msgid "" "\n" @@ -749,7 +713,7 @@ msgstr "" "\n" "Rapporter les bogues .\n" -#: initdb.c:2839 +#: initdb.c:2840 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -763,32 +727,29 @@ msgstr "" "ou en utilisant l'option -A, ou --auth-local et --auth-host au prochain\n" "lancement d'initdb.\n" -#: initdb.c:2861 +#: initdb.c:2862 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "%s : mthode d'authentification %s invalide pour %s \n" -#: initdb.c:2875 +#: initdb.c:2876 #, c-format -msgid "" -"%s: must specify a password for the superuser to enable %s authentication\n" +msgid "%s: must specify a password for the superuser to enable %s authentication\n" msgstr "" "%s : vous devez indiquer un mot de passe pour le super-utilisateur pour\n" "activer l'authentification %s\n" -#: initdb.c:2908 +#: initdb.c:2909 #, c-format msgid "%s: could not re-execute with restricted token: error code %lu\n" msgstr "%s : n'a pas pu r-excuter le jeton restreint : code d'erreur %lu\n" -#: initdb.c:2923 +#: initdb.c:2924 #, c-format msgid "%s: could not get exit code from subprocess: error code %lu\n" -msgstr "" -"%s : n'a pas pu rcuprer le code de statut du sous-processus : code " -"d'erreur %lu\n" +msgstr "%s : n'a pas pu rcuprer le code de statut du sous-processus : code d'erreur %lu\n" -#: initdb.c:2949 +#: initdb.c:2950 #, c-format msgid "" "%s: no data directory specified\n" @@ -801,7 +762,7 @@ msgstr "" "systme de bases de donnes. Faites-le soit avec l'option -D soit en\n" "initialisant la variable d'environnement PGDATA.\n" -#: initdb.c:2988 +#: initdb.c:2989 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -812,7 +773,7 @@ msgstr "" "le mme rpertoire que %s .\n" "Vrifiez votre installation.\n" -#: initdb.c:2995 +#: initdb.c:2996 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -823,19 +784,19 @@ msgstr "" "version que %s .\n" "Vrifiez votre installation.\n" -#: initdb.c:3014 +#: initdb.c:3015 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "" "%s : l'emplacement du fichier d'entres doit tre indiqu avec un chemin\n" "absolu\n" -#: initdb.c:3033 +#: initdb.c:3034 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "L'instance sera initialise avec la locale %s .\n" -#: initdb.c:3036 +#: initdb.c:3037 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -854,37 +815,36 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3060 +#: initdb.c:3061 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s : n'a pas pu trouver un encodage adquat pour la locale %s \n" -#: initdb.c:3062 +#: initdb.c:3063 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Relancez %s avec l'option -E.\n" -#: initdb.c:3063 initdb.c:3634 initdb.c:3655 +#: initdb.c:3064 initdb.c:3635 initdb.c:3656 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayer %s --help pour plus d'informations.\n" -#: initdb.c:3075 +#: initdb.c:3076 #, c-format msgid "" "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" "The default database encoding will be set to \"%s\" instead.\n" msgstr "" -"L'encodage %s dduit de la locale n'est pas autoris en tant qu'encodage " -"serveur.\n" +"L'encodage %s dduit de la locale n'est pas autoris en tant qu'encodage serveur.\n" "L'encodage par dfaut des bases de donnes sera configur %s .\n" -#: initdb.c:3083 +#: initdb.c:3084 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s : la locale %s ncessite l'encodage %s non support\n" -#: initdb.c:3086 +#: initdb.c:3087 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -893,66 +853,60 @@ msgstr "" "L'encodage %s n'est pas autoris en tant qu'encodage serveur.\n" "R-excuter %s avec une locale diffrente.\n" -#: initdb.c:3095 +#: initdb.c:3096 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "" "L'encodage par dfaut des bases de donnes a t configur en consquence\n" "avec %s .\n" -#: initdb.c:3166 +#: initdb.c:3167 #, c-format -msgid "" -"%s: could not find suitable text search configuration for locale \"%s\"\n" +msgid "%s: could not find suitable text search configuration for locale \"%s\"\n" msgstr "" "%s : n'a pas pu trouver la configuration de la recherche plein texte en\n" " adquation avec la locale %s \n" -#: initdb.c:3177 +#: initdb.c:3178 #, c-format -msgid "" -"%s: warning: suitable text search configuration for locale \"%s\" is " -"unknown\n" +msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n" msgstr "" "%s : attention : pas de configuration de la recherche plein texte connue\n" "pour la locale %s \n" -#: initdb.c:3182 +#: initdb.c:3183 #, c-format -msgid "" -"%s: warning: specified text search configuration \"%s\" might not match " -"locale \"%s\"\n" +msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n" msgstr "" "%s : attention : la configuration indique pour la recherche plein texte,\n" " %s , pourrait ne pas correspondre la locale %s \n" -#: initdb.c:3187 +#: initdb.c:3188 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" -msgstr "" -"La configuration de la recherche plein texte a t initialise %s .\n" +msgstr "La configuration de la recherche plein texte a t initialise %s .\n" -#: initdb.c:3226 initdb.c:3304 +#: initdb.c:3227 initdb.c:3305 #, c-format msgid "creating directory %s ... " msgstr "cration du rpertoire %s... " -#: initdb.c:3240 initdb.c:3322 +#: initdb.c:3241 initdb.c:3323 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "correction des droits sur le rpertoire existant %s... " -#: initdb.c:3246 initdb.c:3328 +#: initdb.c:3247 initdb.c:3329 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s : n'a pas pu modifier les droits du rpertoire %s : %s\n" -#: initdb.c:3261 initdb.c:3343 +#: initdb.c:3262 initdb.c:3344 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s : le rpertoire %s existe mais n'est pas vide\n" -#: initdb.c:3267 +#: initdb.c:3268 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -963,19 +917,19 @@ msgstr "" "videz le rpertoire %s .\n" "Vous pouvez aussi excuter %s avec un argument autre que %s .\n" -#: initdb.c:3275 initdb.c:3356 +#: initdb.c:3276 initdb.c:3357 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s : n'a pas pu accder au rpertoire %s : %s\n" -#: initdb.c:3295 +#: initdb.c:3296 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "" "%s : l'emplacement du rpertoire des journaux de transactions doit tre\n" "indiqu avec un chemin absolu\n" -#: initdb.c:3349 +#: initdb.c:3350 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -984,72 +938,63 @@ msgstr "" "Si vous voulez enregistrer ici le journal des transactions, supprimez ou\n" "videz le rpertoire %s .\n" -#: initdb.c:3368 +#: initdb.c:3369 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s : n'a pas pu crer le lien symbolique %s : %s\n" -#: initdb.c:3373 +#: initdb.c:3374 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s : les liens symboliques ne sont pas supports sur cette plateforme" -#: initdb.c:3385 +#: initdb.c:3386 #, c-format -msgid "" -"It contains a dot-prefixed/invisible file, perhaps due to it being a mount " -"point.\n" -msgstr "" -"Il contient un fichier invisible, peut-tre parce qu'il s'agit d'un point de " -"montage.\n" +msgid "It contains a dot-prefixed/invisible file, perhaps due to it being a mount point.\n" +msgstr "Il contient un fichier invisible, peut-tre parce qu'il s'agit d'un point de montage.\n" -#: initdb.c:3388 +#: initdb.c:3389 #, c-format -msgid "" -"It contains a lost+found directory, perhaps due to it being a mount point.\n" -msgstr "" -"Il contient un rpertoire lost+found, peut-tre parce qu'il s'agit d'un " -"point de montage.\n" +msgid "It contains a lost+found directory, perhaps due to it being a mount point.\n" +msgstr "Il contient un rpertoire lost+found, peut-tre parce qu'il s'agit d'un point de montage.\n" -#: initdb.c:3391 +#: initdb.c:3392 #, c-format msgid "" "Using a mount point directly as the data directory is not recommended.\n" "Create a subdirectory under the mount point.\n" msgstr "" -"Utiliser un point de montage comme rpertoire de donnes n'est pas " -"recommand.\n" +"Utiliser un point de montage comme rpertoire de donnes n'est pas recommand.\n" "Crez un sous-rpertoire sous le point de montage.\n" -#: initdb.c:3410 +#: initdb.c:3411 #, c-format msgid "creating subdirectories ... " msgstr "cration des sous-rpertoires... " -#: initdb.c:3578 +#: initdb.c:3579 #, c-format msgid "Running in debug mode.\n" msgstr "Lanc en mode dbogage.\n" -#: initdb.c:3582 +#: initdb.c:3583 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" -msgstr "" -"Lanc en mode sans nettoyage . Les erreurs ne seront pas supprimes.\n" +msgstr "Lanc en mode sans nettoyage . Les erreurs ne seront pas supprimes.\n" -#: initdb.c:3653 +#: initdb.c:3654 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s : trop d'arguments en ligne de commande (le premier tant %s )\n" -#: initdb.c:3670 +#: initdb.c:3671 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" msgstr "" "%s : les options d'invite du mot de passe et le fichier de mots de passe ne\n" " peuvent pas tre indiques simultanment\n" -#: initdb.c:3692 +#: initdb.c:3693 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -1060,17 +1005,17 @@ msgstr "" "Le processus serveur doit galement lui appartenir.\n" "\n" -#: initdb.c:3708 +#: initdb.c:3709 #, c-format msgid "Data page checksums are enabled.\n" msgstr "Les sommes de contrles des pages de donnes sont actives.\n" -#: initdb.c:3710 +#: initdb.c:3711 #, c-format msgid "Data page checksums are disabled.\n" msgstr "Les sommes de contrles des pages de donnes sont dsactives.\n" -#: initdb.c:3719 +#: initdb.c:3720 #, c-format msgid "" "\n" @@ -1079,10 +1024,9 @@ msgid "" msgstr "" "\n" "Synchronisation sur disque ignore.\n" -"Le rpertoire des donnes pourrait tre corrompu si le systme " -"d'exploitation s'arrtait brutalement.\n" +"Le rpertoire des donnes pourrait tre corrompu si le systme d'exploitation s'arrtait brutalement.\n" -#: initdb.c:3728 +#: initdb.c:3729 #, c-format msgid "" "\n" @@ -1101,17 +1045,19 @@ msgstr "" " %s%s%spg_ctl%s -D %s%s%s -l journal_applicatif start\n" "\n" -#~ msgid "%s: unrecognized authentication method \"%s\"\n" -#~ msgstr "%s : mthode d'authentification %s inconnue.\n" +#~ msgid "could not change directory to \"%s\"" +#~ msgstr "n'a pas pu accder au rpertoire %s " -#~ msgid "%s: could not determine valid short version string\n" -#~ msgstr "%s : n'a pas pu dterminer une chane de version courte valide\n" - -#~ msgid "" -#~ "%s: The password file was not generated. Please report this problem.\n" +#~ msgid "%s: The password file was not generated. Please report this problem.\n" #~ msgstr "" #~ "%s : le fichier de mots de passe n'a pas t cr.\n" #~ "Merci de rapporter ce problme.\n" -#~ msgid "could not change directory to \"%s\"" -#~ msgstr "n'a pas pu accder au rpertoire %s " +#~ msgid "%s: could not determine valid short version string\n" +#~ msgstr "%s : n'a pas pu dterminer une chane de version courte valide\n" + +#~ msgid "%s: unrecognized authentication method \"%s\"\n" +#~ msgstr "%s : mthode d'authentification %s inconnue.\n" + +#~ msgid "%s: could not to allocate SIDs: error code %lu\n" +#~ msgstr "%s : n'a pas pu allouer les SID : code d'erreur %lu\n" diff --git a/src/bin/initdb/po/pt_BR.po b/src/bin/initdb/po/pt_BR.po index 03ada07b73d..2ea748c37cc 100644 --- a/src/bin/initdb/po/pt_BR.po +++ b/src/bin/initdb/po/pt_BR.po @@ -1,13 +1,13 @@ # Brazilian Portuguese message translation file for initdb # Copyright (C) 2009 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Euler Taveira de Oliveira , 2003-2014. +# Euler Taveira de Oliveira , 2003-2015. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-12-07 22:06-0300\n" +"POT-Creation-Date: 2015-05-17 16:50-0300\n" "PO-Revision-Date: 2010-09-25 00:45+0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -263,7 +263,7 @@ msgstr "%s: não pôde obter nome de usuário atual: %s\n" msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: \"%s\" não é um nome de codificação do servidor válido\n" -#: initdb.c:1008 initdb.c:3310 +#: initdb.c:1008 initdb.c:3311 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: não pôde criar diretório \"%s\": %s\n" @@ -486,20 +486,20 @@ msgstr "%s: não pôde abrir informação sobre processo: código de erro %lu\n" #: initdb.c:2743 #, c-format -msgid "%s: could not to allocate SIDs: error code %lu\n" +msgid "%s: could not allocate SIDs: error code %lu\n" msgstr "%s: não pôde alocar SIDs: código de erro %lu\n" -#: initdb.c:2762 +#: initdb.c:2763 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s: não pôde criar informação restrita: código de erro %lu\n" -#: initdb.c:2783 +#: initdb.c:2784 #, c-format msgid "%s: could not start process for command \"%s\": error code %lu\n" msgstr "%s: não pôde iniciar processo para comando \"%s\": código de erro %lu\n" -#: initdb.c:2797 +#: initdb.c:2798 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -508,17 +508,17 @@ msgstr "" "%s inicializa um agrupamento de banco de dados PostgreSQL.\n" "\n" -#: initdb.c:2798 +#: initdb.c:2799 #, c-format msgid "Usage:\n" msgstr "Uso:\n" -#: initdb.c:2799 +#: initdb.c:2800 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPÇÃO]... [DIRDADOS]\n" -#: initdb.c:2800 +#: initdb.c:2801 #, c-format msgid "" "\n" @@ -527,37 +527,37 @@ msgstr "" "\n" "Opções:\n" -#: initdb.c:2801 +#: initdb.c:2802 #, c-format msgid " -A, --auth=METHOD default authentication method for local connections\n" msgstr " -A, --auth=MÉTODO método de autenticação padrão para conexões locais\n" -#: initdb.c:2802 +#: initdb.c:2803 #, c-format msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" msgstr " --auth-host=MÉTODO método de autenticação padrão para conexões TCP/IP locais\n" -#: initdb.c:2803 +#: initdb.c:2804 #, c-format msgid " --auth-local=METHOD default authentication method for local-socket connections\n" msgstr " --auth-local=MÉTODO método de autenticação padrão para conexões de soquete locais\n" -#: initdb.c:2804 +#: initdb.c:2805 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]DIRDADOS local do agrupamento de banco de dados\n" -#: initdb.c:2805 +#: initdb.c:2806 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr " -E, --encoding=CODIFICAÇÃO ajusta a codificação padrão para novos bancos de dados\n" -#: initdb.c:2806 +#: initdb.c:2807 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" msgstr " --locale=LOCALE ajusta configuração regional padrão para novos bancos de dados\n" -#: initdb.c:2807 +#: initdb.c:2808 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" @@ -570,17 +570,17 @@ msgstr "" " ajusta configuração regional padrão na respectiva categoria\n" " para novos bancos de dados (o ambiente é assumido como padrão)\n" -#: initdb.c:2811 +#: initdb.c:2812 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale equivalente a --locale=C\n" -#: initdb.c:2812 +#: initdb.c:2813 #, c-format msgid " --pwfile=FILE read password for the new superuser from file\n" msgstr " --pwfile=ARQUIVO lê senha do novo super-usuário a partir do arquivo\n" -#: initdb.c:2813 +#: initdb.c:2814 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -589,22 +589,22 @@ msgstr "" " -T, --text-search-config=CFG\n" " configuração de busca textual padrão\n" -#: initdb.c:2815 +#: initdb.c:2816 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=NOME nome do super-usuário do banco de dados\n" -#: initdb.c:2816 +#: initdb.c:2817 #, c-format msgid " -W, --pwprompt prompt for a password for the new superuser\n" msgstr " -W, --pwprompt pergunta senha do novo super-usuário\n" -#: initdb.c:2817 +#: initdb.c:2818 #, c-format msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" msgstr " -X, --xlogdir=DIRXLOG local do log de transação\n" -#: initdb.c:2818 +#: initdb.c:2819 #, c-format msgid "" "\n" @@ -613,42 +613,42 @@ msgstr "" "\n" "Opções utilizadas com menos frequência:\n" -#: initdb.c:2819 +#: initdb.c:2820 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug mostra saída da depuração\n" -#: initdb.c:2820 +#: initdb.c:2821 #, c-format msgid " -k, --data-checksums use data page checksums\n" msgstr " -k, --data-checksums verificações de páginas de dados\n" -#: initdb.c:2821 +#: initdb.c:2822 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L DIRETÓRIO onde encontrar os arquivos de entrada\n" -#: initdb.c:2822 +#: initdb.c:2823 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean não remove após erros\n" -#: initdb.c:2823 +#: initdb.c:2824 #, c-format msgid " -N, --nosync do not wait for changes to be written safely to disk\n" msgstr " -N, --nosync não espera mudanças serem escritas com segurança no disco\n" -#: initdb.c:2824 +#: initdb.c:2825 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show mostra definições internas\n" -#: initdb.c:2825 +#: initdb.c:2826 #, c-format msgid " -S, --sync-only only sync data directory\n" msgstr " -S, --sync-only sincroniza somente o diretório de dados\n" -#: initdb.c:2826 +#: initdb.c:2827 #, c-format msgid "" "\n" @@ -657,17 +657,17 @@ msgstr "" "\n" "Outras opções:\n" -#: initdb.c:2827 +#: initdb.c:2828 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version mostra informação sobre a versão e termina\n" -#: initdb.c:2828 +#: initdb.c:2829 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: initdb.c:2829 +#: initdb.c:2830 #, c-format msgid "" "\n" @@ -678,7 +678,7 @@ msgstr "" "Se o diretório de dados não for especificado, a variável de ambiente PGDATA\n" "é utilizada.\n" -#: initdb.c:2831 +#: initdb.c:2832 #, c-format msgid "" "\n" @@ -687,7 +687,7 @@ msgstr "" "\n" "Relate erros a .\n" -#: initdb.c:2839 +#: initdb.c:2840 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -699,27 +699,27 @@ msgstr "" "Você pode mudá-lo editando o pg_hba.conf ou utilizando a opção -A, ou\n" "--auth-local e --auth-host, na próxima vez que você executar o initdb.\n" -#: initdb.c:2861 +#: initdb.c:2862 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "%s: método de autenticação \"%s\" é inválido para conexões \"%s\"\n" -#: initdb.c:2875 +#: initdb.c:2876 #, c-format msgid "%s: must specify a password for the superuser to enable %s authentication\n" msgstr "%s: você precisa especificar uma senha para o super-usuário para habilitar a autenticação %s\n" -#: initdb.c:2908 +#: initdb.c:2909 #, c-format msgid "%s: could not re-execute with restricted token: error code %lu\n" msgstr "%s: não pôde executar novamente com informação restrita: código de erro %lu\n" -#: initdb.c:2923 +#: initdb.c:2924 #, c-format msgid "%s: could not get exit code from subprocess: error code %lu\n" msgstr "%s: não pôde obter código de saída de subprocesso: código de erro %lu\n" -#: initdb.c:2949 +#: initdb.c:2950 #, c-format msgid "" "%s: no data directory specified\n" @@ -732,7 +732,7 @@ msgstr "" "irá residir. Faça isso com o invocação da opção -D ou a\n" "variável de ambiente PGDATA.\n" -#: initdb.c:2988 +#: initdb.c:2989 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -743,7 +743,7 @@ msgstr "" "mesmo diretório que \"%s\".\n" "Verifique sua instalação.\n" -#: initdb.c:2995 +#: initdb.c:2996 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -754,17 +754,17 @@ msgstr "" "mas não tem a mesma versão que %s.\n" "Verifique sua instalação.\n" -#: initdb.c:3014 +#: initdb.c:3015 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: local do arquivo de entrada deve ser um caminho absoluto\n" -#: initdb.c:3033 +#: initdb.c:3034 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "O agrupamento de banco de dados será inicializado com configuração regional \"%s\".\n" -#: initdb.c:3036 +#: initdb.c:3037 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -783,22 +783,22 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3060 +#: initdb.c:3061 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s: não pôde encontrar codificação ideal para configuração regional \"%s\"\n" -#: initdb.c:3062 +#: initdb.c:3063 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Execute novamente %s com a opção -E.\n" -#: initdb.c:3063 initdb.c:3634 initdb.c:3655 +#: initdb.c:3064 initdb.c:3635 initdb.c:3656 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: initdb.c:3075 +#: initdb.c:3076 #, c-format msgid "" "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" @@ -807,12 +807,12 @@ msgstr "" "Codificação \"%s\" sugerida pela configuração regional não é permitida como uma codificação do servidor.\n" "A codificação do banco de dados padrão será definida como \"%s\".\n" -#: initdb.c:3083 +#: initdb.c:3084 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s: configuração regional \"%s\" requer codificação \"%s\" que não é suportada\n" -#: initdb.c:3086 +#: initdb.c:3087 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -821,52 +821,52 @@ msgstr "" "Codificação \"%s\" não é permitida como uma codificação do servidor.\n" "Execute %s novamente com uma seleção de configuração regional diferente.\n" -#: initdb.c:3095 +#: initdb.c:3096 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "A codificação padrão do banco de dados foi definida para \"%s\".\n" -#: initdb.c:3166 +#: initdb.c:3167 #, c-format msgid "%s: could not find suitable text search configuration for locale \"%s\"\n" msgstr "%s: não pôde encontrar configuração de busca textual ideal para configuração regional \"%s\"\n" -#: initdb.c:3177 +#: initdb.c:3178 #, c-format msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n" msgstr "%s: aviso: configuração de busca textual ideal para configuração regional \"%s\" é desconhecida\n" -#: initdb.c:3182 +#: initdb.c:3183 #, c-format msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n" msgstr "%s: aviso: configuração de busca textual especificada \"%s\" pode não corresponder a configuração regional \"%s\"\n" -#: initdb.c:3187 +#: initdb.c:3188 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" msgstr "A configuração de busca textual padrão será definida como \"%s\".\n" -#: initdb.c:3226 initdb.c:3304 +#: initdb.c:3227 initdb.c:3305 #, c-format msgid "creating directory %s ... " msgstr "criando diretório %s ... " -#: initdb.c:3240 initdb.c:3322 +#: initdb.c:3241 initdb.c:3323 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "alterando permissões no diretório existente %s ... " -#: initdb.c:3246 initdb.c:3328 +#: initdb.c:3247 initdb.c:3329 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: não pôde mudar permissões do diretório \"%s\": %s\n" -#: initdb.c:3261 initdb.c:3343 +#: initdb.c:3262 initdb.c:3344 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: diretório \"%s\" existe mas não está vazio\n" -#: initdb.c:3267 +#: initdb.c:3268 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -877,17 +877,17 @@ msgstr "" "o diretório \"%s\" ou execute %s\n" "com um argumento ao invés de \"%s\".\n" -#: initdb.c:3275 initdb.c:3356 +#: initdb.c:3276 initdb.c:3357 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: não pôde acessar diretório \"%s\": %s\n" -#: initdb.c:3295 +#: initdb.c:3296 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "%s: diretório do log de transação deve ter um caminho absoluto\n" -#: initdb.c:3349 +#: initdb.c:3350 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -896,27 +896,27 @@ msgstr "" "Se você quer armazenar o log de transação no mesmo, \n" "remova ou esvazie o diretório \"%s\".\n" -#: initdb.c:3368 +#: initdb.c:3369 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s: não pôde criar link simbólico \"%s\": %s\n" -#: initdb.c:3373 +#: initdb.c:3374 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s: links simbólicos não são suportados nessa plataforma" -#: initdb.c:3385 +#: initdb.c:3386 #, c-format msgid "It contains a dot-prefixed/invisible file, perhaps due to it being a mount point.\n" msgstr "Ele contém um arquivo iniciado por ponto/invisível, talvez por ser um ponto de montagem.\n" -#: initdb.c:3388 +#: initdb.c:3389 #, c-format msgid "It contains a lost+found directory, perhaps due to it being a mount point.\n" msgstr "Ele contém um diretório lost+found, talvez por ser um ponto de montagem.\n" -#: initdb.c:3391 +#: initdb.c:3392 #, c-format msgid "" "Using a mount point directly as the data directory is not recommended.\n" @@ -925,32 +925,32 @@ msgstr "" "Utilizar um ponto de montagem diretamente como diretório de dados não é recomendado.\n" "Crie um subdiretório no ponto de montagem.\n" -#: initdb.c:3410 +#: initdb.c:3411 #, c-format msgid "creating subdirectories ... " msgstr "criando subdiretórios ... " -#: initdb.c:3578 +#: initdb.c:3579 #, c-format msgid "Running in debug mode.\n" msgstr "Executando no modo de depuração.\n" -#: initdb.c:3582 +#: initdb.c:3583 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" msgstr "Executando no modo sem limpeza. Erros não serão removidos.\n" -#: initdb.c:3653 +#: initdb.c:3654 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: muitos argumentos de linha de comando (primeiro é \"%s\")\n" -#: initdb.c:3670 +#: initdb.c:3671 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" msgstr "%s: opção para perguntar a senha e um arquivo de senhas não podem ser especificados juntos\n" -#: initdb.c:3692 +#: initdb.c:3693 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -961,17 +961,17 @@ msgstr "" "Esse usuário deve ser o dono do processo do servidor também.\n" "\n" -#: initdb.c:3708 +#: initdb.c:3709 #, c-format msgid "Data page checksums are enabled.\n" msgstr "Verificações de páginas de dados estão habilitadas.\n" -#: initdb.c:3710 +#: initdb.c:3711 #, c-format msgid "Data page checksums are disabled.\n" msgstr "Verificações de páginas de dados estão desabilitadas.\n" -#: initdb.c:3719 +#: initdb.c:3720 #, c-format msgid "" "\n" @@ -982,7 +982,7 @@ msgstr "" "Sincronização com o disco foi ignorada.\n" "O diretório de dados pode ser danificado se houver uma queda do sistema operacional.\n" -#: initdb.c:3728 +#: initdb.c:3729 #, c-format msgid "" "\n" diff --git a/src/bin/pg_basebackup/po/fr.po b/src/bin/pg_basebackup/po/fr.po index 7061dbdda55..fc3ee36c71c 100644 --- a/src/bin/pg_basebackup/po/fr.po +++ b/src/bin/pg_basebackup/po/fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-05-16 07:47+0000\n" -"PO-Revision-Date: 2014-05-17 15:19+0100\n" +"POT-Creation-Date: 2015-02-08 09:17+0000\n" +"PO-Revision-Date: 2015-02-08 10:50+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: French \n" "Language: fr\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.7.3\n" #: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60 #: ../../common/fe_memutils.c:83 @@ -29,27 +29,26 @@ msgstr "m msgid "cannot duplicate null pointer (internal error)\n" msgstr "ne peut pas dupliquer un pointeur nul (erreur interne)\n" -#: pg_basebackup.c:128 +#: pg_basebackup.c:129 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" "\n" msgstr "" -"%s prend une sauvegarde binaire d'un serveur PostgreSQL en cours " -"d'excution.\n" +"%s prend une sauvegarde binaire d'un serveur PostgreSQL en cours d'excution.\n" "\n" -#: pg_basebackup.c:130 pg_receivexlog.c:60 +#: pg_basebackup.c:131 pg_receivexlog.c:60 #, c-format msgid "Usage:\n" msgstr "Usage :\n" -#: pg_basebackup.c:131 pg_receivexlog.c:61 +#: pg_basebackup.c:132 pg_receivexlog.c:61 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [OPTION]...\n" -#: pg_basebackup.c:132 +#: pg_basebackup.c:133 #, c-format msgid "" "\n" @@ -58,61 +57,53 @@ msgstr "" "\n" "Options contrlant la sortie :\n" -#: pg_basebackup.c:133 -#, c-format -msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" -msgstr "" -" -D, --pgdata=RPERTOIRE reoit la sauvegarde de base dans ce " -"rpertoire\n" - #: pg_basebackup.c:134 #, c-format -msgid " -F, --format=p|t output format (plain (default), tar)\n" -msgstr "" -" -F, --format=p|t format en sortie (plain (par dfaut), tar)\n" +msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" +msgstr " -D, --pgdata=RPERTOIRE reoit la sauvegarde de base dans ce rpertoire\n" #: pg_basebackup.c:135 #, c-format +msgid " -F, --format=p|t output format (plain (default), tar)\n" +msgstr " -F, --format=p|t format en sortie (plain (par dfaut), tar)\n" + +#: pg_basebackup.c:136 +#, c-format msgid "" " -R, --write-recovery-conf\n" " write recovery.conf after backup\n" -msgstr "" -" -R, --write-recovery-conf crit le recovery.conf aprs la sauvegarde\n" - -#: pg_basebackup.c:137 -#, c-format -msgid "" -" -x, --xlog include required WAL files in backup (fetch mode)\n" -msgstr "" -" -x, --xlog inclut les journaux de transactions " -"ncessaires\n" -" dans la sauvegarde (mode fetch)\n" +msgstr " -R, --write-recovery-conf crit le recovery.conf aprs la sauvegarde\n" #: pg_basebackup.c:138 #, c-format +msgid " -x, --xlog include required WAL files in backup (fetch mode)\n" +msgstr "" +" -x, --xlog inclut les journaux de transactions ncessaires\n" +" dans la sauvegarde (mode fetch)\n" + +#: pg_basebackup.c:139 +#, c-format msgid "" " -X, --xlog-method=fetch|stream\n" " include required WAL files with specified method\n" msgstr "" " -X, --xlog-method=fetch|stream\n" -" inclut les journaux de transactions requis " -"avec\n" +" inclut les journaux de transactions requis avec\n" " la mthode spcifie\n" -#: pg_basebackup.c:140 +#: pg_basebackup.c:141 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip compresse la sortie tar\n" -#: pg_basebackup.c:141 +#: pg_basebackup.c:142 #, c-format -msgid "" -" -Z, --compress=0-9 compress tar output with given compression level\n" +msgid " -Z, --compress=0-9 compress tar output with given compression level\n" msgstr "" " -Z, --compress=0-9 compresse la sortie tar avec le niveau de\n" " compression indiqu\n" -#: pg_basebackup.c:142 +#: pg_basebackup.c:143 #, c-format msgid "" "\n" @@ -121,41 +112,39 @@ msgstr "" "\n" "Options gnrales :\n" -#: pg_basebackup.c:143 +#: pg_basebackup.c:144 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" " set fast or spread checkpointing\n" -msgstr "" -" -c, --checkpoint=fast|spread excute un CHECKPOINT rapide ou rparti\n" +msgstr " -c, --checkpoint=fast|spread excute un CHECKPOINT rapide ou rparti\n" -#: pg_basebackup.c:145 +#: pg_basebackup.c:146 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=LABEL configure le label de sauvegarde\n" -#: pg_basebackup.c:146 +#: pg_basebackup.c:147 #, c-format msgid " -P, --progress show progress information\n" -msgstr "" -" -P, --progress affiche la progression de la sauvegarde\n" +msgstr " -P, --progress affiche la progression de la sauvegarde\n" -#: pg_basebackup.c:147 pg_receivexlog.c:65 +#: pg_basebackup.c:148 pg_receivexlog.c:65 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose affiche des messages verbeux\n" -#: pg_basebackup.c:148 pg_receivexlog.c:66 +#: pg_basebackup.c:149 pg_receivexlog.c:66 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version puis quitte\n" -#: pg_basebackup.c:149 pg_receivexlog.c:67 +#: pg_basebackup.c:150 pg_receivexlog.c:67 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide puis quitte\n" -#: pg_basebackup.c:150 pg_receivexlog.c:68 +#: pg_basebackup.c:151 pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -164,57 +153,52 @@ msgstr "" "\n" "Options de connexion :\n" -#: pg_basebackup.c:151 pg_receivexlog.c:69 +#: pg_basebackup.c:152 pg_receivexlog.c:69 #, c-format msgid " -d, --dbname=CONNSTR connection string\n" msgstr " -d, --dbname=CONNSTR chane de connexion\n" -#: pg_basebackup.c:152 pg_receivexlog.c:70 +#: pg_basebackup.c:153 pg_receivexlog.c:70 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr "" " -h, --host=NOMHTE hte du serveur de bases de donnes ou\n" " rpertoire des sockets\n" -#: pg_basebackup.c:153 pg_receivexlog.c:71 +#: pg_basebackup.c:154 pg_receivexlog.c:71 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr "" " -p, --port=PORT numro de port du serveur de bases de\n" " donnes\n" -#: pg_basebackup.c:154 pg_receivexlog.c:72 +#: pg_basebackup.c:155 pg_receivexlog.c:72 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" -" time between status packets sent to server (in " -"seconds)\n" +" time between status packets sent to server (in seconds)\n" msgstr "" -" -s, --status-interval=INTERVAL dure entre l'envoi de paquets de statut " -"au\n" +" -s, --status-interval=INTERVAL dure entre l'envoi de paquets de statut au\n" " serveur (en secondes)\n" -#: pg_basebackup.c:156 pg_receivexlog.c:74 +#: pg_basebackup.c:157 pg_receivexlog.c:74 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr " -U, --username=NOM se connecte avec cet utilisateur\n" -#: pg_basebackup.c:157 pg_receivexlog.c:75 +#: pg_basebackup.c:158 pg_receivexlog.c:75 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password ne demande jamais le mot de passe\n" -#: pg_basebackup.c:158 pg_receivexlog.c:76 +#: pg_basebackup.c:159 pg_receivexlog.c:76 #, c-format -msgid "" -" -W, --password force password prompt (should happen " -"automatically)\n" +msgid " -W, --password force password prompt (should happen automatically)\n" msgstr "" -" -W, --password force la demande du mot de passe (devrait " -"arriver\n" +" -W, --password force la demande du mot de passe (devrait arriver\n" " automatiquement)\n" -#: pg_basebackup.c:159 pg_receivexlog.c:77 +#: pg_basebackup.c:160 pg_receivexlog.c:77 #, c-format msgid "" "\n" @@ -223,357 +207,336 @@ msgstr "" "\n" "Rapporter les bogues .\n" -#: pg_basebackup.c:202 +#: pg_basebackup.c:203 #, c-format msgid "%s: could not read from ready pipe: %s\n" msgstr "%s : n'a pas pu lire partir du tube : %s\n" -#: pg_basebackup.c:210 pg_basebackup.c:302 pg_basebackup.c:1621 +#: pg_basebackup.c:211 pg_basebackup.c:304 pg_basebackup.c:1635 #: pg_receivexlog.c:306 #, c-format msgid "%s: could not parse transaction log location \"%s\"\n" -msgstr "" -"%s : n'a pas pu analyser l'emplacement du journal des transactions %s \n" +msgstr "%s : n'a pas pu analyser l'emplacement du journal des transactions %s \n" -#: pg_basebackup.c:315 +#: pg_basebackup.c:317 #, c-format msgid "%s: could not create pipe for background process: %s\n" -msgstr "" -"%s : n'a pas pu crer un tube pour le processus en tche de fond : %s\n" +msgstr "%s : n'a pas pu crer un tube pour le processus en tche de fond : %s\n" -#: pg_basebackup.c:348 -#, c-format -msgid "%s: could not create background process: %s\n" -msgstr "%s : n'a pas pu crer un processus en tche de fond : %s\n" - -#: pg_basebackup.c:360 -#, c-format -msgid "%s: could not create background thread: %s\n" -msgstr "%s : n'a pas pu crer un thread en tche de fond : %s\n" - -#: pg_basebackup.c:385 pg_basebackup.c:1012 +#: pg_basebackup.c:342 pg_basebackup.c:397 pg_basebackup.c:1026 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s : n'a pas pu crer le rpertoire %s : %s\n" -#: pg_basebackup.c:404 +#: pg_basebackup.c:360 +#, c-format +msgid "%s: could not create background process: %s\n" +msgstr "%s : n'a pas pu crer un processus en tche de fond : %s\n" + +#: pg_basebackup.c:372 +#, c-format +msgid "%s: could not create background thread: %s\n" +msgstr "%s : n'a pas pu crer un thread en tche de fond : %s\n" + +#: pg_basebackup.c:416 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s : le rpertoire %s existe mais n'est pas vide\n" -#: pg_basebackup.c:412 +#: pg_basebackup.c:424 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s : n'a pas pu accder au rpertoire %s : %s\n" -#: pg_basebackup.c:460 +#: pg_basebackup.c:472 #, c-format msgid "%*s/%s kB (100%%), %d/%d tablespace %*s" msgid_plural "%*s/%s kB (100%%), %d/%d tablespaces %*s" msgstr[0] "%*s/%s Ko (100%%), %d/%d tablespace %*s" msgstr[1] "%*s/%s Ko (100%%), %d/%d tablespaces %*s" -#: pg_basebackup.c:472 +#: pg_basebackup.c:484 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace (%s%-*.*s)" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces (%s%-*.*s)" msgstr[0] "%*s/%s Ko (%d%%), %d/%d tablespace (%s%-*.*s)" msgstr[1] "%*s/%s Ko (%d%%), %d/%d tablespaces (%s%-*.*s)" -#: pg_basebackup.c:488 +#: pg_basebackup.c:500 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces" msgstr[0] "%*s/%s Ko (%d%%), %d/%d tablespace" msgstr[1] "%*s/%s Ko (%d%%), %d/%d tablespaces" -#: pg_basebackup.c:515 +#: pg_basebackup.c:527 #, c-format msgid "%s: could not write to compressed file \"%s\": %s\n" msgstr "%s : n'a pas pu crire dans le fichier compress %s : %s\n" -#: pg_basebackup.c:525 pg_basebackup.c:1094 pg_basebackup.c:1312 +#: pg_basebackup.c:537 pg_basebackup.c:1108 pg_basebackup.c:1326 #, c-format msgid "%s: could not write to file \"%s\": %s\n" msgstr "%s : n'a pas pu crire dans le fichier %s : %s\n" -#: pg_basebackup.c:580 pg_basebackup.c:601 pg_basebackup.c:629 +#: pg_basebackup.c:592 pg_basebackup.c:613 pg_basebackup.c:641 #, c-format msgid "%s: could not set compression level %d: %s\n" msgstr "%s : n'a pas pu configurer le niveau de compression %d : %s\n" -#: pg_basebackup.c:650 +#: pg_basebackup.c:662 #, c-format msgid "%s: could not create compressed file \"%s\": %s\n" msgstr "%s : n'a pas pu crer le fichier compress %s : %s\n" -#: pg_basebackup.c:661 pg_basebackup.c:1054 pg_basebackup.c:1305 +#: pg_basebackup.c:673 pg_basebackup.c:1068 pg_basebackup.c:1319 #, c-format msgid "%s: could not create file \"%s\": %s\n" msgstr "%s : n'a pas pu crer le fichier %s : %s\n" -#: pg_basebackup.c:673 pg_basebackup.c:916 +#: pg_basebackup.c:685 pg_basebackup.c:928 #, c-format msgid "%s: could not get COPY data stream: %s" msgstr "%s : n'a pas pu obtenir le flux de donnes de COPY : %s" -#: pg_basebackup.c:730 +#: pg_basebackup.c:742 #, c-format msgid "%s: could not close compressed file \"%s\": %s\n" msgstr "%s : n'a pas pu fermer le fichier compress %s : %s\n" -#: pg_basebackup.c:743 receivelog.c:161 receivelog.c:352 receivelog.c:724 +#: pg_basebackup.c:755 receivelog.c:194 receivelog.c:399 receivelog.c:785 #, c-format msgid "%s: could not close file \"%s\": %s\n" msgstr "%s : n'a pas pu fermer le fichier %s : %s\n" -#: pg_basebackup.c:754 pg_basebackup.c:945 receivelog.c:939 +#: pg_basebackup.c:766 pg_basebackup.c:957 receivelog.c:1001 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s : n'a pas pu lire les donnes du COPY : %s" -#: pg_basebackup.c:959 +#: pg_basebackup.c:971 #, c-format msgid "%s: invalid tar block header size: %d\n" msgstr "%s : taille invalide de l'en-tte de bloc du fichier tar : %d\n" -#: pg_basebackup.c:967 +#: pg_basebackup.c:979 #, c-format msgid "%s: could not parse file size\n" msgstr "%s : n'a pas pu analyser la taille du fichier\n" -#: pg_basebackup.c:975 +#: pg_basebackup.c:987 #, c-format msgid "%s: could not parse file mode\n" msgstr "%s : n'a pas pu analyser le mode du fichier\n" -#: pg_basebackup.c:1020 +#: pg_basebackup.c:1034 #, c-format msgid "%s: could not set permissions on directory \"%s\": %s\n" msgstr "%s : n'a pas configurer les droits sur le rpertoire %s : %s\n" -#: pg_basebackup.c:1033 +#: pg_basebackup.c:1047 #, c-format msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n" msgstr "%s : n'a pas pu crer le lien symbolique de %s vers %s : %s\n" -#: pg_basebackup.c:1041 +#: pg_basebackup.c:1055 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s : indicateur de lien %c non reconnu\n" -#: pg_basebackup.c:1061 +#: pg_basebackup.c:1075 #, c-format msgid "%s: could not set permissions on file \"%s\": %s\n" msgstr "%s : n'a pas pu configurer les droits sur le fichier %s : %s\n" -#: pg_basebackup.c:1120 +#: pg_basebackup.c:1134 #, c-format msgid "%s: COPY stream ended before last file was finished\n" -msgstr "" -"%s : le flux COPY s'est termin avant que le dernier fichier soit termin\n" +msgstr "%s : le flux COPY s'est termin avant que le dernier fichier soit termin\n" -#: pg_basebackup.c:1206 pg_basebackup.c:1226 pg_basebackup.c:1233 -#: pg_basebackup.c:1280 +#: pg_basebackup.c:1220 pg_basebackup.c:1240 pg_basebackup.c:1247 +#: pg_basebackup.c:1294 #, c-format msgid "%s: out of memory\n" msgstr "%s : mmoire puise\n" -#: pg_basebackup.c:1356 +#: pg_basebackup.c:1370 #, c-format msgid "%s: incompatible server version %s\n" msgstr "%s : version %s du serveur incompatible\n" -#: pg_basebackup.c:1383 pg_basebackup.c:1412 pg_receivexlog.c:291 -#: receivelog.c:531 receivelog.c:576 receivelog.c:615 +#: pg_basebackup.c:1397 pg_basebackup.c:1426 pg_receivexlog.c:291 +#: receivelog.c:587 receivelog.c:632 receivelog.c:672 #, c-format msgid "%s: could not send replication command \"%s\": %s" msgstr "%s : n'a pas pu envoyer la commande de rplication %s : %s" -#: pg_basebackup.c:1390 pg_receivexlog.c:298 receivelog.c:539 +#: pg_basebackup.c:1404 pg_receivexlog.c:298 receivelog.c:595 #, c-format -msgid "" -"%s: could not identify system: got %d rows and %d fields, expected %d rows " -"and %d fields\n" +msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "" "%s : n'a pas pu identifier le systme, a rcupr %d lignes et %d champs,\n" "attendait %d lignes et %d champs\n" -#: pg_basebackup.c:1423 +#: pg_basebackup.c:1437 #, c-format msgid "%s: could not initiate base backup: %s" msgstr "%s : n'a pas pu initier la sauvegarde de base : %s" -#: pg_basebackup.c:1430 +#: pg_basebackup.c:1444 #, c-format -msgid "" -"%s: server returned unexpected response to BASE_BACKUP command; got %d rows " -"and %d fields, expected %d rows and %d fields\n" -msgstr "" -"%s : le serveur a renvoy une rponse inattendue la commande BASE_BACKUP ; " -"a rcupr %d lignes et %d champs, alors qu'il attendait %d lignes et %d " -"champs\n" +msgid "%s: server returned unexpected response to BASE_BACKUP command; got %d rows and %d fields, expected %d rows and %d fields\n" +msgstr "%s : le serveur a renvoy une rponse inattendue la commande BASE_BACKUP ; a rcupr %d lignes et %d champs, alors qu'il attendait %d lignes et %d champs\n" -#: pg_basebackup.c:1450 +#: pg_basebackup.c:1464 #, c-format msgid "transaction log start point: %s on timeline %u\n" msgstr "point de dpart du journal de transactions : %s sur la timeline %u\n" -#: pg_basebackup.c:1459 +#: pg_basebackup.c:1473 #, c-format msgid "%s: could not get backup header: %s" msgstr "%s : n'a pas pu obtenir l'en-tte du serveur : %s" -#: pg_basebackup.c:1465 +#: pg_basebackup.c:1479 #, c-format msgid "%s: no data returned from server\n" msgstr "%s : aucune donne renvoye du serveur\n" -#: pg_basebackup.c:1494 +#: pg_basebackup.c:1508 #, c-format msgid "%s: can only write single tablespace to stdout, database has %d\n" -msgstr "" -"%s : peut seulement crire un tablespace sur la sortie standard, la base en " -"a %d\n" +msgstr "%s : peut seulement crire un tablespace sur la sortie standard, la base en a %d\n" -#: pg_basebackup.c:1506 +#: pg_basebackup.c:1520 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s : lance le rcepteur de journaux de transactions en tche de fond\n" -#: pg_basebackup.c:1536 +#: pg_basebackup.c:1550 #, c-format msgid "%s: could not get transaction log end position from server: %s" msgstr "" "%s : n'a pas pu obtenir la position finale des journaux de transactions \n" "partir du serveur : %s" -#: pg_basebackup.c:1543 +#: pg_basebackup.c:1557 #, c-format msgid "%s: no transaction log end position returned from server\n" -msgstr "" -"%s : aucune position de fin du journal de transactions renvoye par le " -"serveur\n" +msgstr "%s : aucune position de fin du journal de transactions renvoye par le serveur\n" -#: pg_basebackup.c:1555 +#: pg_basebackup.c:1569 #, c-format msgid "%s: final receive failed: %s" msgstr "%s : chec lors de la rception finale : %s" -#: pg_basebackup.c:1573 +#: pg_basebackup.c:1587 #, c-format msgid "%s: waiting for background process to finish streaming ...\n" msgstr "%s : en attente que le processus en tche de fond termine le flux...\n" -#: pg_basebackup.c:1579 +#: pg_basebackup.c:1593 #, c-format msgid "%s: could not send command to background pipe: %s\n" msgstr "%s : n'a pas pu envoyer la commande au tube du processus : %s\n" -#: pg_basebackup.c:1588 +#: pg_basebackup.c:1602 #, c-format msgid "%s: could not wait for child process: %s\n" msgstr "%s : n'a pas pu attendre le processus fils : %s\n" -#: pg_basebackup.c:1594 +#: pg_basebackup.c:1608 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s : le fils %d est mort, %d attendu\n" -#: pg_basebackup.c:1600 +#: pg_basebackup.c:1614 #, c-format msgid "%s: child process did not exit normally\n" msgstr "%s : le processus fils n'a pas quitt normalement\n" -#: pg_basebackup.c:1606 +#: pg_basebackup.c:1620 #, c-format msgid "%s: child process exited with error %d\n" msgstr "%s : le processus fils a quitt avec le code erreur %d\n" -#: pg_basebackup.c:1633 +#: pg_basebackup.c:1647 #, c-format msgid "%s: could not wait for child thread: %s\n" msgstr "%s : n'a pas pu attendre le thread : %s\n" -#: pg_basebackup.c:1640 +#: pg_basebackup.c:1654 #, c-format msgid "%s: could not get child thread exit status: %s\n" msgstr "%s : n'a pas pu obtenir le code de sortie du thread : %s\n" -#: pg_basebackup.c:1646 +#: pg_basebackup.c:1660 #, c-format msgid "%s: child thread exited with error %u\n" msgstr "%s : le thread a quitt avec le code d'erreur %u\n" -#: pg_basebackup.c:1732 +#: pg_basebackup.c:1746 #, c-format msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n" -msgstr "" -"%s : format de sortie %s invalide, doit tre soit plain soit tar " -"\n" +msgstr "%s : format de sortie %s invalide, doit tre soit plain soit tar \n" -#: pg_basebackup.c:1744 pg_basebackup.c:1756 +#: pg_basebackup.c:1758 pg_basebackup.c:1770 #, c-format msgid "%s: cannot specify both --xlog and --xlog-method\n" msgstr "%s : ne peut pas spcifier la fois --xlog et --xlog-method\n" -#: pg_basebackup.c:1771 +#: pg_basebackup.c:1785 #, c-format -msgid "" -"%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" +msgid "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" msgstr "" -"%s : option xlog-method %s invalide, doit tre soit fetch soit " -"stream \n" +"%s : option xlog-method %s invalide, doit tre soit fetch soit stream \n" "soit stream \n" -#: pg_basebackup.c:1790 +#: pg_basebackup.c:1804 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s : niveau de compression %s invalide\n" -#: pg_basebackup.c:1802 +#: pg_basebackup.c:1816 #, c-format -msgid "" -"%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" +msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" msgstr "" "%s : argument %s invalide pour le CHECKPOINT, doit tre soit fast \n" "soit spread \n" -#: pg_basebackup.c:1829 pg_receivexlog.c:432 +#: pg_basebackup.c:1843 pg_receivexlog.c:433 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s : intervalle %s invalide du statut\n" -#: pg_basebackup.c:1845 pg_basebackup.c:1859 pg_basebackup.c:1870 -#: pg_basebackup.c:1883 pg_basebackup.c:1893 pg_receivexlog.c:448 -#: pg_receivexlog.c:462 pg_receivexlog.c:473 +#: pg_basebackup.c:1859 pg_basebackup.c:1873 pg_basebackup.c:1884 +#: pg_basebackup.c:1897 pg_basebackup.c:1907 pg_receivexlog.c:449 +#: pg_receivexlog.c:463 pg_receivexlog.c:474 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayer %s --help pour plus d'informations.\n" -#: pg_basebackup.c:1857 pg_receivexlog.c:460 +#: pg_basebackup.c:1871 pg_receivexlog.c:461 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s : trop d'arguments en ligne de commande (le premier tant %s )\n" -#: pg_basebackup.c:1869 pg_receivexlog.c:472 +#: pg_basebackup.c:1883 pg_receivexlog.c:473 #, c-format msgid "%s: no target directory specified\n" msgstr "%s : aucun rpertoire cible indiqu\n" -#: pg_basebackup.c:1881 +#: pg_basebackup.c:1895 #, c-format msgid "%s: only tar mode backups can be compressed\n" msgstr "%s : seules les sauvegardes en mode tar peuvent tre compresses\n" -#: pg_basebackup.c:1891 +#: pg_basebackup.c:1905 #, c-format msgid "%s: WAL streaming can only be used in plain mode\n" -msgstr "" -"%s : le flux de journaux de transactions peut seulement tre utilis en mode " -"plain\n" +msgstr "%s : le flux de journaux de transactions peut seulement tre utilis en mode plain\n" -#: pg_basebackup.c:1902 +#: pg_basebackup.c:1916 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s : cette construction ne supporte pas la compression\n" @@ -598,8 +561,7 @@ msgstr "" #: pg_receivexlog.c:63 #, c-format -msgid "" -" -D, --directory=DIR receive transaction log files into this directory\n" +msgid " -D, --directory=DIR receive transaction log files into this directory\n" msgstr "" " -D, --directory=RP reoit les journaux de transactions dans ce\n" " rpertoire\n" @@ -607,9 +569,7 @@ msgstr "" #: pg_receivexlog.c:64 #, c-format msgid " -n, --no-loop do not loop on connection lost\n" -msgstr "" -" -n, --no-loop ne boucle pas en cas de perte de la " -"connexion\n" +msgstr " -n, --no-loop ne boucle pas en cas de perte de la connexion\n" #: pg_receivexlog.c:88 #, c-format @@ -634,8 +594,7 @@ msgstr "%s : n'a pas pu ouvrir le r #: pg_receivexlog.c:186 #, c-format msgid "%s: could not stat file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu rcuprer les informations sur le fichier %s : %s\n" +msgstr "%s : n'a pas pu rcuprer les informations sur le fichier %s : %s\n" #: pg_receivexlog.c:194 #, c-format @@ -649,7 +608,6 @@ msgstr "%s : n'a pas pu lire le r #: pg_receivexlog.c:226 #, c-format -#| msgid "%s: could not open directory \"%s\": %s\n" msgid "%s: could not close directory \"%s\": %s\n" msgstr "%s : n'a pas pu fermer le rpertoire %s : %s\n" @@ -658,231 +616,196 @@ msgstr "%s : n'a pas pu fermer le r msgid "%s: starting log streaming at %X/%X (timeline %u)\n" msgstr "%s : commence le flux des journaux %X/%X (timeline %u)\n" -#: pg_receivexlog.c:413 +#: pg_receivexlog.c:414 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s : numro de port invalide : %s \n" -#: pg_receivexlog.c:495 +#: pg_receivexlog.c:496 #, c-format msgid "%s: disconnected\n" msgstr "%s : dconnect\n" #. translator: check source for value for %d -#: pg_receivexlog.c:502 +#: pg_receivexlog.c:503 #, c-format msgid "%s: disconnected; waiting %d seconds to try again\n" msgstr "%s : dconnect, attente de %d secondes avant une nouvelle tentative\n" -#: receivelog.c:69 +#: receivelog.c:56 +#, c-format +msgid "%s: could not create archive status file \"%s\": %s\n" +msgstr "%s : n'a pas pu crer le fichier de statut d'archivage %s : %s\n" + +#: receivelog.c:63 receivelog.c:187 receivelog.c:392 +#, c-format +msgid "%s: could not fsync file \"%s\": %s\n" +msgstr "%s : n'a pas pu synchroniser sur disque le fichier %s : %s\n" + +#: receivelog.c:102 #, c-format msgid "%s: could not open transaction log file \"%s\": %s\n" msgstr "%s : n'a pas pu ouvrir le journal des transactions %s : %s\n" -#: receivelog.c:81 +#: receivelog.c:114 #, c-format msgid "%s: could not stat transaction log file \"%s\": %s\n" msgstr "" "%s : n'a pas pu rcuprer les informations sur le journal de transactions\n" " %s : %s\n" -#: receivelog.c:95 +#: receivelog.c:128 #, c-format msgid "%s: transaction log file \"%s\" has %d bytes, should be 0 or %d\n" msgstr "" "%s : le segment %s du journal de transactions comprend %d octets, cela\n" "devrait tre 0 ou %d\n" -#: receivelog.c:108 +#: receivelog.c:141 #, c-format msgid "%s: could not pad transaction log file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu remplir de zros le journal de transactions %s : %s\n" +msgstr "%s : n'a pas pu remplir de zros le journal de transactions %s : %s\n" -#: receivelog.c:121 +#: receivelog.c:154 #, c-format msgid "%s: could not seek to beginning of transaction log file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu rechercher le dbut du journal de transaction %s : %s\n" - -#: receivelog.c:147 -#, c-format -msgid "%s: could not determine seek position in file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu dterminer la position de recherche dans le fichier " -"d'archive %s : %s\n" - -#: receivelog.c:154 receivelog.c:345 -#, c-format -msgid "%s: could not fsync file \"%s\": %s\n" -msgstr "%s : n'a pas pu synchroniser sur disque le fichier %s : %s\n" +msgstr "%s : n'a pas pu rechercher le dbut du journal de transaction %s : %s\n" #: receivelog.c:180 #, c-format +msgid "%s: could not determine seek position in file \"%s\": %s\n" +msgstr "%s : n'a pas pu dterminer la position de recherche dans le fichier d'archive %s : %s\n" + +#: receivelog.c:213 +#, c-format msgid "%s: could not rename file \"%s\": %s\n" msgstr "%s : n'a pas pu renommer le fichier %s : %s\n" -#: receivelog.c:187 +#: receivelog.c:220 #, c-format msgid "%s: not renaming \"%s%s\", segment is not complete\n" msgstr "%s : pas de renommage de %s%s , le segment n'est pas complet\n" -#: receivelog.c:276 +#: receivelog.c:322 #, c-format msgid "%s: could not open timeline history file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu ouvrir le journal historique de la timeline %s : %s\n" +msgstr "%s : n'a pas pu ouvrir le journal historique de la timeline %s : %s\n" -#: receivelog.c:303 +#: receivelog.c:350 #, c-format msgid "%s: server reported unexpected history file name for timeline %u: %s\n" -msgstr "" -"%s : le serveur a renvoy un nom de fichier historique inattendu pour la " -"timeline %u : %s\n" +msgstr "%s : le serveur a renvoy un nom de fichier historique inattendu pour la timeline %u : %s\n" -#: receivelog.c:320 +#: receivelog.c:367 #, c-format msgid "%s: could not create timeline history file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu crer le fichier historique de la timeline %s : %s\n" +msgstr "%s : n'a pas pu crer le fichier historique de la timeline %s : %s\n" -#: receivelog.c:337 +#: receivelog.c:384 #, c-format msgid "%s: could not write timeline history file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu crire dans le fichier historique de la timeline %s : " -"%s\n" +msgstr "%s : n'a pas pu crire dans le fichier historique de la timeline %s : %s\n" -#: receivelog.c:362 +#: receivelog.c:409 #, c-format msgid "%s: could not rename file \"%s\" to \"%s\": %s\n" msgstr "%s : n'a pas pu renommer le fichier %s en %s : %s\n" -#: receivelog.c:435 +#: receivelog.c:490 #, c-format msgid "%s: could not send feedback packet: %s" msgstr "%s : n'a pas pu envoyer le paquet d'informations en retour : %s" -#: receivelog.c:469 +#: receivelog.c:524 #, c-format -msgid "" -"%s: incompatible server version %s; streaming is only supported with server " -"version %s\n" -msgstr "" -"%s : version %s du serveur incompatible ; le flux est seulement support " -"avec la version %s du serveur\n" +msgid "%s: incompatible server version %s; streaming is only supported with server version %s\n" +msgstr "%s : version %s du serveur incompatible ; le flux est seulement support avec la version %s du serveur\n" -#: receivelog.c:547 +#: receivelog.c:603 #, c-format -msgid "" -"%s: system identifier does not match between base backup and streaming " -"connection\n" +msgid "%s: system identifier does not match between base backup and streaming connection\n" msgstr "" -"%s : l'identifiant systme ne correspond pas entre la sauvegarde des " -"fichiers\n" +"%s : l'identifiant systme ne correspond pas entre la sauvegarde des fichiers\n" "et la connexion de rplication\n" -#: receivelog.c:555 +#: receivelog.c:611 #, c-format msgid "%s: starting timeline %u is not present in the server\n" msgstr "%s : la timeline %u de dpart n'est pas dans le serveur\n" -#: receivelog.c:589 +#: receivelog.c:645 #, c-format -msgid "" -"%s: unexpected response to TIMELINE_HISTORY command: got %d rows and %d " -"fields, expected %d rows and %d fields\n" -msgstr "" -"%s : rponse inattendue la commande TIMELINE_HISTORY : a rcupr %d " -"lignes et %d champs, alors qu'il attendait %d lignes et %d champs\n" +msgid "%s: unexpected response to TIMELINE_HISTORY command: got %d rows and %d fields, expected %d rows and %d fields\n" +msgstr "%s : rponse inattendue la commande TIMELINE_HISTORY : a rcupr %d lignes et %d champs, alors qu'il attendait %d lignes et %d champs\n" -#: receivelog.c:662 +#: receivelog.c:719 #, c-format -msgid "" -"%s: server reported unexpected next timeline %u, following timeline %u\n" -msgstr "" -"%s: le serveur a renvoy une timeline suivante %u inattendue, aprs la " -"timeline %u\n" +msgid "%s: server reported unexpected next timeline %u, following timeline %u\n" +msgstr "%s: le serveur a renvoy une timeline suivante %u inattendue, aprs la timeline %u\n" -#: receivelog.c:669 +#: receivelog.c:726 #, c-format -msgid "" -"%s: server stopped streaming timeline %u at %X/%X, but reported next " -"timeline %u to begin at %X/%X\n" -msgstr "" -"%s : le serveur a arrt l'envoi de la timeline %u %X/%X, mais a indiqu " -"que la timeline suivante, %u, commence %X/%X\n" +msgid "%s: server stopped streaming timeline %u at %X/%X, but reported next timeline %u to begin at %X/%X\n" +msgstr "%s : le serveur a arrt l'envoi de la timeline %u %X/%X, mais a indiqu que la timeline suivante, %u, commence %X/%X\n" -#: receivelog.c:681 receivelog.c:716 +#: receivelog.c:738 receivelog.c:776 #, c-format msgid "%s: unexpected termination of replication stream: %s" msgstr "%s : fin inattendue du flux de rplication : %s" -#: receivelog.c:707 +#: receivelog.c:767 #, c-format msgid "%s: replication stream was terminated before stop point\n" -msgstr "" -"%s : le flux de rplication a t abandonn avant d'arriver au point " -"d'arrt\n" +msgstr "%s : le flux de rplication a t abandonn avant d'arriver au point d'arrt\n" -#: receivelog.c:755 +#: receivelog.c:816 #, c-format -msgid "" -"%s: unexpected result set after end-of-timeline: got %d rows and %d fields, " -"expected %d rows and %d fields\n" -msgstr "" -"%s : ensemble de rsultats inattendu aprs la fin de la timeline : a " -"rcupr %d lignes et %d champs, alors qu'il attendait %d lignes et %d " -"champs\n" +msgid "%s: unexpected result set after end-of-timeline: got %d rows and %d fields, expected %d rows and %d fields\n" +msgstr "%s : ensemble de rsultats inattendu aprs la fin de la timeline : a rcupr %d lignes et %d champs, alors qu'il attendait %d lignes et %d champs\n" -#: receivelog.c:765 +#: receivelog.c:826 #, c-format msgid "%s: could not parse next timeline's starting point \"%s\"\n" -msgstr "" -"%s : n'a pas pu analyser la position de dpart de la prochaine timeline %s " -"\n" +msgstr "%s : n'a pas pu analyser la position de dpart de la prochaine timeline %s \n" -#: receivelog.c:820 receivelog.c:923 receivelog.c:1089 +#: receivelog.c:881 receivelog.c:984 receivelog.c:1151 #, c-format msgid "%s: could not send copy-end packet: %s" msgstr "%s : n'a pas pu envoyer le paquet de fin de copie : %s" -#: receivelog.c:887 +#: receivelog.c:948 #, c-format msgid "%s: select() failed: %s\n" msgstr "%s : chec de select() : %s\n" -#: receivelog.c:895 +#: receivelog.c:956 #, c-format msgid "%s: could not receive data from WAL stream: %s" msgstr "%s : n'a pas pu recevoir des donnes du flux de WAL : %s" -#: receivelog.c:961 receivelog.c:996 +#: receivelog.c:1023 receivelog.c:1058 #, c-format msgid "%s: streaming header too small: %d\n" msgstr "%s : en-tte de flux trop petit : %d\n" -#: receivelog.c:1015 +#: receivelog.c:1077 #, c-format msgid "%s: received transaction log record for offset %u with no file open\n" msgstr "" "%s : a reu l'enregistrement du journal de transactions pour le dcalage %u\n" "sans fichier ouvert\n" -#: receivelog.c:1027 +#: receivelog.c:1089 #, c-format msgid "%s: got WAL data offset %08x, expected %08x\n" -msgstr "" -"%s : a obtenu le dcalage %08x pour les donnes du journal, attendait %08x\n" +msgstr "%s : a obtenu le dcalage %08x pour les donnes du journal, attendait %08x\n" -#: receivelog.c:1064 +#: receivelog.c:1126 #, c-format msgid "%s: could not write %u bytes to WAL file \"%s\": %s\n" -msgstr "" -"%s : n'a pas pu crire %u octets dans le journal de transactions %s : " -"%s\n" +msgstr "%s : n'a pas pu crire %u octets dans le journal de transactions %s : %s\n" -#: receivelog.c:1102 +#: receivelog.c:1164 #, c-format msgid "%s: unrecognized streaming header: \"%c\"\n" msgstr "%s : entte non reconnu du flux : %c \n" @@ -904,83 +827,74 @@ msgstr "%s : n'a pas pu se connecter au serveur : %s\n" #: streamutil.c:188 #, c-format msgid "%s: could not determine server setting for integer_datetimes\n" -msgstr "" -"%s : n'a pas pu dterminer la configuration serveur de integer_datetimes\n" +msgstr "%s : n'a pas pu dterminer la configuration serveur de integer_datetimes\n" #: streamutil.c:201 #, c-format msgid "%s: integer_datetimes compile flag does not match server\n" -msgstr "" -"%s : l'option de compilation integer_datetimes ne correspond pas au serveur\n" +msgstr "%s : l'option de compilation integer_datetimes ne correspond pas au serveur\n" -#~ msgid "%s: no start point returned from server\n" -#~ msgstr "%s : aucun point de redmarrage renvoy du serveur\n" - -#~ msgid "" -#~ "%s: timeline does not match between base backup and streaming connection\n" -#~ msgstr "" -#~ "%s : la timeline ne correspond pas entre la sauvegarde des fichiers et " -#~ "la\n" -#~ "connexion de rplication\n" - -#~ msgid "%s: keepalive message has incorrect size %d\n" -#~ msgstr "%s : le message keepalive a une taille %d incorrecte\n" - -#~ msgid " --version output version information, then exit\n" -#~ msgstr " --version affiche la version et quitte\n" - -#~ msgid " --help show this help, then exit\n" -#~ msgstr " --help affiche cette aide et quitte\n" - -#~ msgid "%s: could not read copy data: %s\n" -#~ msgstr "%s : n'a pas pu lire les donnes du COPY : %s\n" - -#~ msgid "%s: could not start replication: %s\n" -#~ msgstr "%s : n'a pas pu dmarrer la rplication : %s\n" - -#~ msgid "%s: could not get current position in file %s: %s\n" -#~ msgstr "" -#~ "%s : n'a pas pu obtenir la position courant dans le fichier %s : %s\n" - -#~ msgid "%s: could not seek back to beginning of WAL segment %s: %s\n" -#~ msgstr "%s : n'a pas pu se dplacer au dbut du segment WAL %s : %s\n" - -#~ msgid "%s: could not pad WAL segment %s: %s\n" -#~ msgstr "%s : n'a pas pu terminer le segment WAL %s : %s\n" - -#~ msgid "%s: could not stat WAL segment %s: %s\n" -#~ msgstr "" -#~ "%s : n'a pas pu rcuprer les informations sur le segment WAL %s : %s\n" - -#~ msgid "%s: could not open WAL segment %s: %s\n" -#~ msgstr "%s : n'a pas pu ouvrir le segment WAL %s : %s\n" - -#~ msgid "%s: could not parse log start position from value \"%s\"\n" -#~ msgstr "" -#~ "%s : n'a pas pu analyser la position de dpart des WAL partir de la " -#~ "valeur %s \n" - -#~ msgid "%s: could not identify system: %s\n" -#~ msgstr "%s : n'a pas pu identifier le systme : %s\n" - -#~ msgid "%s: could not send base backup command: %s" -#~ msgstr "%s : n'a pas pu envoyer la commande de sauvegarde de base : %s" - -#~ msgid "%s: could not identify system: %s" -#~ msgstr "%s : n'a pas pu identifier le systme : %s" - -#~ msgid "%s: invalid format of xlog location: %s\n" -#~ msgstr "" -#~ "%s : format invalide de l'emplacement du journal de transactions : %s\n" - -#~ msgid " -?, --help show this help, then exit\n" -#~ msgstr " -?, --help affiche cette aide puis quitte\n" - -#~ msgid " -V, --version output version information, then exit\n" -#~ msgstr " -V, --version affiche la version puis quitte\n" +#~ msgid "%s: could not parse transaction log file name \"%s\"\n" +#~ msgstr "%s : n'a pas pu analyser le nom du journal de transactions %s \n" #~ msgid "%s: could not close file %s: %s\n" #~ msgstr "%s : n'a pas pu fermer le fichier %s : %s\n" -#~ msgid "%s: could not parse transaction log file name \"%s\"\n" -#~ msgstr "%s : n'a pas pu analyser le nom du journal de transactions %s \n" +#~ msgid " -V, --version output version information, then exit\n" +#~ msgstr " -V, --version affiche la version puis quitte\n" + +#~ msgid " -?, --help show this help, then exit\n" +#~ msgstr " -?, --help affiche cette aide puis quitte\n" + +#~ msgid "%s: invalid format of xlog location: %s\n" +#~ msgstr "%s : format invalide de l'emplacement du journal de transactions : %s\n" + +#~ msgid "%s: could not identify system: %s" +#~ msgstr "%s : n'a pas pu identifier le systme : %s" + +#~ msgid "%s: could not send base backup command: %s" +#~ msgstr "%s : n'a pas pu envoyer la commande de sauvegarde de base : %s" + +#~ msgid "%s: could not identify system: %s\n" +#~ msgstr "%s : n'a pas pu identifier le systme : %s\n" + +#~ msgid "%s: could not parse log start position from value \"%s\"\n" +#~ msgstr "%s : n'a pas pu analyser la position de dpart des WAL partir de la valeur %s \n" + +#~ msgid "%s: could not open WAL segment %s: %s\n" +#~ msgstr "%s : n'a pas pu ouvrir le segment WAL %s : %s\n" + +#~ msgid "%s: could not stat WAL segment %s: %s\n" +#~ msgstr "%s : n'a pas pu rcuprer les informations sur le segment WAL %s : %s\n" + +#~ msgid "%s: could not pad WAL segment %s: %s\n" +#~ msgstr "%s : n'a pas pu terminer le segment WAL %s : %s\n" + +#~ msgid "%s: could not seek back to beginning of WAL segment %s: %s\n" +#~ msgstr "%s : n'a pas pu se dplacer au dbut du segment WAL %s : %s\n" + +#~ msgid "%s: could not get current position in file %s: %s\n" +#~ msgstr "%s : n'a pas pu obtenir la position courant dans le fichier %s : %s\n" + +#~ msgid "%s: could not start replication: %s\n" +#~ msgstr "%s : n'a pas pu dmarrer la rplication : %s\n" + +#~ msgid "%s: could not read copy data: %s\n" +#~ msgstr "%s : n'a pas pu lire les donnes du COPY : %s\n" + +#~ msgid " --help show this help, then exit\n" +#~ msgstr " --help affiche cette aide et quitte\n" + +#~ msgid " --version output version information, then exit\n" +#~ msgstr " --version affiche la version et quitte\n" + +#~ msgid "%s: keepalive message has incorrect size %d\n" +#~ msgstr "%s : le message keepalive a une taille %d incorrecte\n" + +#~ msgid "%s: timeline does not match between base backup and streaming connection\n" +#~ msgstr "" +#~ "%s : la timeline ne correspond pas entre la sauvegarde des fichiers et la\n" +#~ "connexion de rplication\n" + +#~ msgid "%s: no start point returned from server\n" +#~ msgstr "%s : aucun point de redmarrage renvoy du serveur\n" diff --git a/src/bin/pg_basebackup/po/pt_BR.po b/src/bin/pg_basebackup/po/pt_BR.po index 4a1aaa94467..06e39abce25 100644 --- a/src/bin/pg_basebackup/po/pt_BR.po +++ b/src/bin/pg_basebackup/po/pt_BR.po @@ -1,13 +1,13 @@ # Brazilian Portuguese message translation file for pg_basebackup # Copyright (C) 2011 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Euler Taveira de Oliveira , 2012-2014. +# Euler Taveira de Oliveira , 2012-2015. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-05-11 00:49-0300\n" +"POT-Creation-Date: 2015-05-17 16:50-0300\n" "PO-Revision-Date: 2011-08-20 23:33-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -28,7 +28,7 @@ msgstr "sem memória\n" msgid "cannot duplicate null pointer (internal error)\n" msgstr "não pode duplicar ponteiro nulo (erro interno)\n" -#: pg_basebackup.c:128 +#: pg_basebackup.c:129 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -37,17 +37,17 @@ msgstr "" "%s faz uma cópia de segurança base de um servidor PostgreSQL em execução.\n" "\n" -#: pg_basebackup.c:130 pg_receivexlog.c:60 +#: pg_basebackup.c:131 pg_receivexlog.c:60 #, c-format msgid "Usage:\n" msgstr "Uso:\n" -#: pg_basebackup.c:131 pg_receivexlog.c:61 +#: pg_basebackup.c:132 pg_receivexlog.c:61 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [OPÇÃO]...\n" -#: pg_basebackup.c:132 +#: pg_basebackup.c:133 #, c-format msgid "" "\n" @@ -56,17 +56,17 @@ msgstr "" "\n" "Opções que controlam a saída:\n" -#: pg_basebackup.c:133 +#: pg_basebackup.c:134 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr " -D, --pgdata=DIRETÓRIO armazena a cópia de segurança base no diretório\n" -#: pg_basebackup.c:134 +#: pg_basebackup.c:135 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr " -F, --format=p|t formato de saída (texto (padrão), tar)\n" -#: pg_basebackup.c:135 +#: pg_basebackup.c:136 #, c-format msgid "" " -R, --write-recovery-conf\n" @@ -75,12 +75,12 @@ msgstr "" " -R, --write-recovery-conf\n" " escreve recovery.conf após cópia de segurança\n" -#: pg_basebackup.c:137 +#: pg_basebackup.c:138 #, c-format msgid " -x, --xlog include required WAL files in backup (fetch mode)\n" msgstr " -x, --xlog inclui os arquivos do WAL requeridos na cópia de segurança (modo busca)\n" -#: pg_basebackup.c:138 +#: pg_basebackup.c:139 #, c-format msgid "" " -X, --xlog-method=fetch|stream\n" @@ -89,17 +89,17 @@ msgstr "" " -X, --xlog-method=fetch|stream\n" " inclui os arquivos do WAL requeridos na cópia de segurança\n" -#: pg_basebackup.c:140 +#: pg_basebackup.c:141 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip comprime saída do tar\n" -#: pg_basebackup.c:141 +#: pg_basebackup.c:142 #, c-format msgid " -Z, --compress=0-9 compress tar output with given compression level\n" msgstr " -Z, --compress=0-9 comprime saída do tar com o nível de compressão informado\n" -#: pg_basebackup.c:142 +#: pg_basebackup.c:143 #, c-format msgid "" "\n" @@ -108,7 +108,7 @@ msgstr "" "\n" "Opções gerais:\n" -#: pg_basebackup.c:143 +#: pg_basebackup.c:144 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -117,32 +117,32 @@ msgstr "" " -c, --checkpoint=fast|spread\n" " define ponto de controle rápido ou distribuído\n" -#: pg_basebackup.c:145 +#: pg_basebackup.c:146 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=RÓTULO define rótulo da cópia de segurança\n" -#: pg_basebackup.c:146 +#: pg_basebackup.c:147 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress mostra informação de progresso\n" -#: pg_basebackup.c:147 pg_receivexlog.c:65 +#: pg_basebackup.c:148 pg_receivexlog.c:65 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose mostra mensagens de detalhe\n" -#: pg_basebackup.c:148 pg_receivexlog.c:66 +#: pg_basebackup.c:149 pg_receivexlog.c:66 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version mostra informação sobre a versão e termina\n" -#: pg_basebackup.c:149 pg_receivexlog.c:67 +#: pg_basebackup.c:150 pg_receivexlog.c:67 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: pg_basebackup.c:150 pg_receivexlog.c:68 +#: pg_basebackup.c:151 pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -151,22 +151,22 @@ msgstr "" "\n" "Opções de conexão:\n" -#: pg_basebackup.c:151 pg_receivexlog.c:69 +#: pg_basebackup.c:152 pg_receivexlog.c:69 #, c-format msgid " -d, --dbname=CONNSTR connection string\n" msgstr " -d, --dbname=TEXTO cadeia de caracteres de conexão\n" -#: pg_basebackup.c:152 pg_receivexlog.c:70 +#: pg_basebackup.c:153 pg_receivexlog.c:70 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr " -h, --host=MÁQUINA máquina do servidor de banco de dados ou diretório do soquete\n" -#: pg_basebackup.c:153 pg_receivexlog.c:71 +#: pg_basebackup.c:154 pg_receivexlog.c:71 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr " -p, --port=PORTA número da porta do servidor de banco de dados\n" -#: pg_basebackup.c:154 pg_receivexlog.c:72 +#: pg_basebackup.c:155 pg_receivexlog.c:72 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -175,22 +175,22 @@ msgstr "" " -s, --status-interval=INTERVALO\n" " tempo entre envio de pacotes de status ao servidor (em segundos)\n" -#: pg_basebackup.c:156 pg_receivexlog.c:74 +#: pg_basebackup.c:157 pg_receivexlog.c:74 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr " -U, --username=NOME conecta como usuário do banco de dados especificado\n" -#: pg_basebackup.c:157 pg_receivexlog.c:75 +#: pg_basebackup.c:158 pg_receivexlog.c:75 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password nunca pergunta senha\n" -#: pg_basebackup.c:158 pg_receivexlog.c:76 +#: pg_basebackup.c:159 pg_receivexlog.c:76 #, c-format msgid " -W, --password force password prompt (should happen automatically)\n" msgstr " -W, --password pergunta senha (pode ocorrer automaticamente)\n" -#: pg_basebackup.c:159 pg_receivexlog.c:77 +#: pg_basebackup.c:160 pg_receivexlog.c:77 #, c-format msgid "" "\n" @@ -199,328 +199,328 @@ msgstr "" "\n" "Relate erros a .\n" -#: pg_basebackup.c:202 +#: pg_basebackup.c:203 #, c-format msgid "%s: could not read from ready pipe: %s\n" msgstr "%s: não pôde ler do pipe: %s\n" -#: pg_basebackup.c:210 pg_basebackup.c:302 pg_basebackup.c:1621 +#: pg_basebackup.c:211 pg_basebackup.c:304 pg_basebackup.c:1635 #: pg_receivexlog.c:306 #, c-format msgid "%s: could not parse transaction log location \"%s\"\n" msgstr "%s: não pôde validar local do log de transação \"%s\"\n" -#: pg_basebackup.c:315 +#: pg_basebackup.c:317 #, c-format msgid "%s: could not create pipe for background process: %s\n" msgstr "%s: não pôde criar pipe para processo em segundo plano: %s\n" -#: pg_basebackup.c:348 -#, c-format -msgid "%s: could not create background process: %s\n" -msgstr "%s: não pôde criar processo em segundo plano: %s\n" - -#: pg_basebackup.c:360 -#, c-format -msgid "%s: could not create background thread: %s\n" -msgstr "%s: não pôde criar thread em segundo plano: %s\n" - -#: pg_basebackup.c:385 pg_basebackup.c:1012 +#: pg_basebackup.c:342 pg_basebackup.c:397 pg_basebackup.c:1026 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: não pôde criar diretório \"%s\": %s\n" -#: pg_basebackup.c:404 +#: pg_basebackup.c:360 +#, c-format +msgid "%s: could not create background process: %s\n" +msgstr "%s: não pôde criar processo em segundo plano: %s\n" + +#: pg_basebackup.c:372 +#, c-format +msgid "%s: could not create background thread: %s\n" +msgstr "%s: não pôde criar thread em segundo plano: %s\n" + +#: pg_basebackup.c:416 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: diretório \"%s\" existe mas não está vazio\n" -#: pg_basebackup.c:412 +#: pg_basebackup.c:424 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: não pôde acessar diretório \"%s\": %s\n" -#: pg_basebackup.c:460 +#: pg_basebackup.c:472 #, c-format msgid "%*s/%s kB (100%%), %d/%d tablespace %*s" msgid_plural "%*s/%s kB (100%%), %d/%d tablespaces %*s" msgstr[0] "%*s/%s kB (100%%), %d/%d tablespace %*s" msgstr[1] "%*s/%s kB (100%%), %d/%d tablespaces %*s" -#: pg_basebackup.c:472 +#: pg_basebackup.c:484 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace (%s%-*.*s)" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces (%s%-*.*s)" msgstr[0] "%*s/%s kB (%d%%), %d/%d tablespace (%s%-*.*s)" msgstr[1] "%*s/%s kB (%d%%), %d/%d tablespaces (%s%-*.*s)" -#: pg_basebackup.c:488 +#: pg_basebackup.c:500 #, c-format msgid "%*s/%s kB (%d%%), %d/%d tablespace" msgid_plural "%*s/%s kB (%d%%), %d/%d tablespaces" msgstr[0] "%*s/%s kB (%d%%), %d/%d tablespace" msgstr[1] "%*s/%s kB (%d%%), %d/%d tablespaces" -#: pg_basebackup.c:515 +#: pg_basebackup.c:527 #, c-format msgid "%s: could not write to compressed file \"%s\": %s\n" msgstr "%s: não pôde escrever no arquivo comprimido \"%s\": %s\n" -#: pg_basebackup.c:525 pg_basebackup.c:1094 pg_basebackup.c:1312 +#: pg_basebackup.c:537 pg_basebackup.c:1108 pg_basebackup.c:1326 #, c-format msgid "%s: could not write to file \"%s\": %s\n" msgstr "%s: não pôde escrever no arquivo \"%s\": %s\n" -#: pg_basebackup.c:580 pg_basebackup.c:601 pg_basebackup.c:629 +#: pg_basebackup.c:592 pg_basebackup.c:613 pg_basebackup.c:641 #, c-format msgid "%s: could not set compression level %d: %s\n" msgstr "%s: não pôde definir nível de compressão %d: %s\n" -#: pg_basebackup.c:650 +#: pg_basebackup.c:662 #, c-format msgid "%s: could not create compressed file \"%s\": %s\n" msgstr "%s: não pôde criar arquivo comprimido \"%s\": %s\n" -#: pg_basebackup.c:661 pg_basebackup.c:1054 pg_basebackup.c:1305 +#: pg_basebackup.c:673 pg_basebackup.c:1068 pg_basebackup.c:1319 #, c-format msgid "%s: could not create file \"%s\": %s\n" msgstr "%s: não pôde criar arquivo \"%s\": %s\n" -#: pg_basebackup.c:673 pg_basebackup.c:916 +#: pg_basebackup.c:685 pg_basebackup.c:928 #, c-format msgid "%s: could not get COPY data stream: %s" msgstr "%s: não pôde obter fluxo de dados do COPY: %s" -#: pg_basebackup.c:730 +#: pg_basebackup.c:742 #, c-format msgid "%s: could not close compressed file \"%s\": %s\n" msgstr "%s: não pôde fechar arquivo comprimido \"%s\": %s\n" -#: pg_basebackup.c:743 receivelog.c:161 receivelog.c:352 receivelog.c:724 +#: pg_basebackup.c:755 receivelog.c:194 receivelog.c:399 receivelog.c:785 #, c-format msgid "%s: could not close file \"%s\": %s\n" msgstr "%s: não pôde fechar arquivo \"%s\": %s\n" -#: pg_basebackup.c:754 pg_basebackup.c:945 receivelog.c:937 +#: pg_basebackup.c:766 pg_basebackup.c:957 receivelog.c:1001 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s: não pôde ler dados do COPY: %s" -#: pg_basebackup.c:959 +#: pg_basebackup.c:971 #, c-format msgid "%s: invalid tar block header size: %d\n" msgstr "%s: tamanho do cabeçalho do bloco tar é inválido: %d\n" -#: pg_basebackup.c:967 +#: pg_basebackup.c:979 #, c-format msgid "%s: could not parse file size\n" msgstr "%s: não pôde obter tamanho do arquivo\n" -#: pg_basebackup.c:975 +#: pg_basebackup.c:987 #, c-format msgid "%s: could not parse file mode\n" msgstr "%s: não pôde obter modo do arquivo\n" -#: pg_basebackup.c:1020 +#: pg_basebackup.c:1034 #, c-format msgid "%s: could not set permissions on directory \"%s\": %s\n" msgstr "%s: não pôde definir permissões no diretório \"%s\": %s\n" -#: pg_basebackup.c:1033 +#: pg_basebackup.c:1047 #, c-format msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n" msgstr "%s: não pôde criar link simbólico de \"%s\" para \"%s\": %s\n" -#: pg_basebackup.c:1041 +#: pg_basebackup.c:1055 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s: indicador de link \"%c\" desconhecido\n" -#: pg_basebackup.c:1061 +#: pg_basebackup.c:1075 #, c-format msgid "%s: could not set permissions on file \"%s\": %s\n" msgstr "%s: não pôde definir permissões no arquivo \"%s\": %s\n" -#: pg_basebackup.c:1120 +#: pg_basebackup.c:1134 #, c-format msgid "%s: COPY stream ended before last file was finished\n" msgstr "%s: fluxo do COPY terminou antes que o último arquivo estivesse completo\n" -#: pg_basebackup.c:1206 pg_basebackup.c:1226 pg_basebackup.c:1233 -#: pg_basebackup.c:1280 +#: pg_basebackup.c:1220 pg_basebackup.c:1240 pg_basebackup.c:1247 +#: pg_basebackup.c:1294 #, c-format msgid "%s: out of memory\n" msgstr "%s: sem memória\n" -#: pg_basebackup.c:1356 +#: pg_basebackup.c:1370 #, c-format msgid "%s: incompatible server version %s\n" msgstr "%s: versão do servidor %s é incompatível\n" -#: pg_basebackup.c:1383 pg_basebackup.c:1412 pg_receivexlog.c:291 -#: receivelog.c:531 receivelog.c:576 receivelog.c:615 +#: pg_basebackup.c:1397 pg_basebackup.c:1426 pg_receivexlog.c:291 +#: receivelog.c:587 receivelog.c:632 receivelog.c:672 #, c-format msgid "%s: could not send replication command \"%s\": %s" msgstr "%s: não pôde enviar comando de replicação \"%s\": %s" -#: pg_basebackup.c:1390 pg_receivexlog.c:298 receivelog.c:539 +#: pg_basebackup.c:1404 pg_receivexlog.c:298 receivelog.c:595 #, c-format msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "%s: não pôde identificar sistema: recebeu %d registros e %d campos, esperado %d registros e %d campos\n" -#: pg_basebackup.c:1423 +#: pg_basebackup.c:1437 #, c-format msgid "%s: could not initiate base backup: %s" msgstr "%s: não pôde inicializar cópia de segurança base: %s" -#: pg_basebackup.c:1430 +#: pg_basebackup.c:1444 #, c-format msgid "%s: server returned unexpected response to BASE_BACKUP command; got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "%s: servidor retornou resposta inesperada para comando BASE_BACKUP; recebeu %d registros e %d campos, esperado %d registros e %d campos\n" -#: pg_basebackup.c:1450 +#: pg_basebackup.c:1464 #, c-format msgid "transaction log start point: %s on timeline %u\n" msgstr "ponto de início do log de transação: %s na linha do tempo %u\n" -#: pg_basebackup.c:1459 +#: pg_basebackup.c:1473 #, c-format msgid "%s: could not get backup header: %s" msgstr "%s: não pôde obter cabeçalho da cópia de segurança: %s" -#: pg_basebackup.c:1465 +#: pg_basebackup.c:1479 #, c-format msgid "%s: no data returned from server\n" msgstr "%s: nenhum dado foi retornado do servidor\n" -#: pg_basebackup.c:1494 +#: pg_basebackup.c:1508 #, c-format msgid "%s: can only write single tablespace to stdout, database has %d\n" msgstr "%s: só pode escrever uma tablespace para saída padrão, banco de dados tem %d\n" -#: pg_basebackup.c:1506 +#: pg_basebackup.c:1520 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s: iniciando receptor do WAL em segundo plano\n" -#: pg_basebackup.c:1536 +#: pg_basebackup.c:1550 #, c-format msgid "%s: could not get transaction log end position from server: %s" msgstr "%s: não pôde obter posição final do log de transação do servidor: %s" -#: pg_basebackup.c:1543 +#: pg_basebackup.c:1557 #, c-format msgid "%s: no transaction log end position returned from server\n" msgstr "%s: nenhuma posição final do log de transação foi retornada do servidor\n" -#: pg_basebackup.c:1555 +#: pg_basebackup.c:1569 #, c-format msgid "%s: final receive failed: %s" msgstr "%s: recepção final falhou: %s" -#: pg_basebackup.c:1573 +#: pg_basebackup.c:1587 #, c-format msgid "%s: waiting for background process to finish streaming ...\n" msgstr "%s: esperando processo em segundo plano terminar o envio ...\n" -#: pg_basebackup.c:1579 +#: pg_basebackup.c:1593 #, c-format msgid "%s: could not send command to background pipe: %s\n" msgstr "%s: não pôde enviar comando para pipe em segundo plano: %s\n" -#: pg_basebackup.c:1588 +#: pg_basebackup.c:1602 #, c-format msgid "%s: could not wait for child process: %s\n" msgstr "%s: não pôde esperar por processo filho: %s\n" -#: pg_basebackup.c:1594 +#: pg_basebackup.c:1608 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s: processo filho %d morreu, esperado %d\n" -#: pg_basebackup.c:1600 +#: pg_basebackup.c:1614 #, c-format msgid "%s: child process did not exit normally\n" msgstr "%s: processo filho não terminou normalmente\n" -#: pg_basebackup.c:1606 +#: pg_basebackup.c:1620 #, c-format msgid "%s: child process exited with error %d\n" msgstr "%s: processo filho terminou com código de saída %d\n" -#: pg_basebackup.c:1633 +#: pg_basebackup.c:1647 #, c-format msgid "%s: could not wait for child thread: %s\n" msgstr "%s: não pôde esperar por thread filho: %s\n" -#: pg_basebackup.c:1640 +#: pg_basebackup.c:1654 #, c-format msgid "%s: could not get child thread exit status: %s\n" msgstr "%s: não pôde obter status de saída de thread filho: %s\n" -#: pg_basebackup.c:1646 +#: pg_basebackup.c:1660 #, c-format msgid "%s: child thread exited with error %u\n" msgstr "%s: thread filho terminou com erro %u\n" -#: pg_basebackup.c:1732 +#: pg_basebackup.c:1746 #, c-format msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n" msgstr "%s: formato de saída \"%s\" é inválido, deve ser \"plain\" ou \"tar\"\n" -#: pg_basebackup.c:1744 pg_basebackup.c:1756 +#: pg_basebackup.c:1758 pg_basebackup.c:1770 #, c-format msgid "%s: cannot specify both --xlog and --xlog-method\n" msgstr "%s: não pode especificar ambas opções --xlog e --xlog-method\n" -#: pg_basebackup.c:1771 +#: pg_basebackup.c:1785 #, c-format msgid "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" msgstr "%s: opção de xlog-method \"%s\" é inválida, deve ser \"fetch\" ou \"stream\"\n" -#: pg_basebackup.c:1790 +#: pg_basebackup.c:1804 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s: nível de compressão \"%s\" é inválido\n" -#: pg_basebackup.c:1802 +#: pg_basebackup.c:1816 #, c-format msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" msgstr "%s: argumento de ponto de controle \"%s\" é inválido, deve ser \"fast\" ou \"spread\"\n" -#: pg_basebackup.c:1829 pg_receivexlog.c:432 +#: pg_basebackup.c:1843 pg_receivexlog.c:433 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s: intervalo do status \"%s\" é inválido\n" -#: pg_basebackup.c:1845 pg_basebackup.c:1859 pg_basebackup.c:1870 -#: pg_basebackup.c:1883 pg_basebackup.c:1893 pg_receivexlog.c:448 -#: pg_receivexlog.c:462 pg_receivexlog.c:473 +#: pg_basebackup.c:1859 pg_basebackup.c:1873 pg_basebackup.c:1884 +#: pg_basebackup.c:1897 pg_basebackup.c:1907 pg_receivexlog.c:449 +#: pg_receivexlog.c:463 pg_receivexlog.c:474 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: pg_basebackup.c:1857 pg_receivexlog.c:460 +#: pg_basebackup.c:1871 pg_receivexlog.c:461 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: muitos argumentos de linha de comando (primeiro é \"%s\")\n" -#: pg_basebackup.c:1869 pg_receivexlog.c:472 +#: pg_basebackup.c:1883 pg_receivexlog.c:473 #, c-format msgid "%s: no target directory specified\n" msgstr "%s: nenhum diretório de destino foi especificado\n" -#: pg_basebackup.c:1881 +#: pg_basebackup.c:1895 #, c-format msgid "%s: only tar mode backups can be compressed\n" msgstr "%s: somente cópias de segurança com modo tar podem ser comprimidas\n" -#: pg_basebackup.c:1891 +#: pg_basebackup.c:1905 #, c-format msgid "%s: WAL streaming can only be used in plain mode\n" msgstr "%s: envio do WAL só pode ser utilizado em modo plain\n" -#: pg_basebackup.c:1902 +#: pg_basebackup.c:1916 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s: esse programa binário não suporta compressão\n" @@ -598,183 +598,188 @@ msgstr "%s: não pôde fechar diretório \"%s\": %s\n" msgid "%s: starting log streaming at %X/%X (timeline %u)\n" msgstr "%s: iniciando fluxo de log em %X/%X (linha do tempo %u)\n" -#: pg_receivexlog.c:413 +#: pg_receivexlog.c:414 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s: número de porta inválido: \"%s\"\n" -#: pg_receivexlog.c:495 +#: pg_receivexlog.c:496 #, c-format msgid "%s: disconnected\n" msgstr "%s: desconectado\n" #. translator: check source for value for %d -#: pg_receivexlog.c:502 +#: pg_receivexlog.c:503 #, c-format msgid "%s: disconnected; waiting %d seconds to try again\n" msgstr "%s: desconectado; esperando %d segundos para tentar novamente\n" -#: receivelog.c:69 +#: receivelog.c:56 #, c-format -msgid "%s: could not open transaction log file \"%s\": %s\n" -msgstr "%s: não pôde abrir arquivo de log de transação \"%s\": %s\n" +msgid "%s: could not create archive status file \"%s\": %s\n" +msgstr "%s: não pôde criar arquivo de status do arquivador \"%s\": %s\n" -#: receivelog.c:81 -#, c-format -msgid "%s: could not stat transaction log file \"%s\": %s\n" -msgstr "%s: não pôde executar stat no arquivo de log de transação \"%s\": %s\n" - -#: receivelog.c:95 -#, c-format -msgid "%s: transaction log file \"%s\" has %d bytes, should be 0 or %d\n" -msgstr "%s: arquivo de log de transação \"%s\" tem %d bytes, deveria ser 0 ou %d\n" - -#: receivelog.c:108 -#, c-format -msgid "%s: could not pad transaction log file \"%s\": %s\n" -msgstr "%s: não pôde preencher arquivo de log de transação \"%s\": %s\n" - -#: receivelog.c:121 -#, c-format -msgid "%s: could not seek to beginning of transaction log file \"%s\": %s\n" -msgstr "%s: não pôde posicionar no início do arquivo de log de transação \"%s\": %s\n" - -#: receivelog.c:147 -#, c-format -msgid "%s: could not determine seek position in file \"%s\": %s\n" -msgstr "%s: não pôde determinar posição no arquivo \"%s\": %s\n" - -#: receivelog.c:154 receivelog.c:345 +#: receivelog.c:63 receivelog.c:187 receivelog.c:392 #, c-format msgid "%s: could not fsync file \"%s\": %s\n" msgstr "%s: não pôde executar fsync no arquivo \"%s\": %s\n" +#: receivelog.c:102 +#, c-format +msgid "%s: could not open transaction log file \"%s\": %s\n" +msgstr "%s: não pôde abrir arquivo de log de transação \"%s\": %s\n" + +#: receivelog.c:114 +#, c-format +msgid "%s: could not stat transaction log file \"%s\": %s\n" +msgstr "%s: não pôde executar stat no arquivo de log de transação \"%s\": %s\n" + +#: receivelog.c:128 +#, c-format +msgid "%s: transaction log file \"%s\" has %d bytes, should be 0 or %d\n" +msgstr "%s: arquivo de log de transação \"%s\" tem %d bytes, deveria ser 0 ou %d\n" + +#: receivelog.c:141 +#, c-format +msgid "%s: could not pad transaction log file \"%s\": %s\n" +msgstr "%s: não pôde preencher arquivo de log de transação \"%s\": %s\n" + +#: receivelog.c:154 +#, c-format +msgid "%s: could not seek to beginning of transaction log file \"%s\": %s\n" +msgstr "%s: não pôde posicionar no início do arquivo de log de transação \"%s\": %s\n" + #: receivelog.c:180 #, c-format +msgid "%s: could not determine seek position in file \"%s\": %s\n" +msgstr "%s: não pôde determinar posição no arquivo \"%s\": %s\n" + +#: receivelog.c:213 +#, c-format msgid "%s: could not rename file \"%s\": %s\n" msgstr "%s: não pôde renomear arquivo \"%s\": %s\n" -#: receivelog.c:187 +#: receivelog.c:220 #, c-format msgid "%s: not renaming \"%s%s\", segment is not complete\n" msgstr "%s: não renomeará \"%s%s\", segmento não está completo\n" -#: receivelog.c:276 +#: receivelog.c:322 #, c-format msgid "%s: could not open timeline history file \"%s\": %s\n" msgstr "%s: não pôde abrir arquivo de histórico da linha do tempo \"%s\": %s\n" -#: receivelog.c:303 +#: receivelog.c:350 #, c-format msgid "%s: server reported unexpected history file name for timeline %u: %s\n" msgstr "%s: servidor relatou nome de arquivo de histórico inesperado para linha do tempo %u: %s\n" -#: receivelog.c:320 +#: receivelog.c:367 #, c-format msgid "%s: could not create timeline history file \"%s\": %s\n" msgstr "%s: não pôde criar arquivo de histórico da linha do tempo \"%s\": %s\n" -#: receivelog.c:337 +#: receivelog.c:384 #, c-format msgid "%s: could not write timeline history file \"%s\": %s\n" msgstr "%s: não pôde escrever no arquivo de histórico da linha do tempo \"%s\": %s\n" -#: receivelog.c:362 +#: receivelog.c:409 #, c-format msgid "%s: could not rename file \"%s\" to \"%s\": %s\n" msgstr "%s: não pôde renomear arquivo \"%s\" para \"%s\": %s\n" -#: receivelog.c:435 +#: receivelog.c:490 #, c-format msgid "%s: could not send feedback packet: %s" msgstr "%s: não pôde enviar pacote de retorno: %s" -#: receivelog.c:469 +#: receivelog.c:524 #, c-format msgid "%s: incompatible server version %s; streaming is only supported with server version %s\n" msgstr "%s: versão do servidor %s é incompatível; fluxo somente é suportado com versão do servidor %s\n" -#: receivelog.c:547 +#: receivelog.c:603 #, c-format msgid "%s: system identifier does not match between base backup and streaming connection\n" msgstr "%s: identificador do sistema não corresponde entre cópia base e conexão de envio do WAL\n" -#: receivelog.c:555 +#: receivelog.c:611 #, c-format msgid "%s: starting timeline %u is not present in the server\n" msgstr "%s: linha do tempo inicial %u não está presente no servidor\n" -#: receivelog.c:589 +#: receivelog.c:645 #, c-format msgid "%s: unexpected response to TIMELINE_HISTORY command: got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "%s: resposta inesperada para comando TIMELINE_HISTORY: recebeu %d registros e %d campos, esperado %d registros e %d campos\n" -#: receivelog.c:662 +#: receivelog.c:719 #, c-format msgid "%s: server reported unexpected next timeline %u, following timeline %u\n" msgstr "%s: servidor relatou próxima linha do tempo %u inesperada, seguindo linha do tempo %u\n" -#: receivelog.c:669 +#: receivelog.c:726 #, c-format msgid "%s: server stopped streaming timeline %u at %X/%X, but reported next timeline %u to begin at %X/%X\n" msgstr "%s: servidor parou de enviar linha do tempo %u em %X/%X, mas relatou próxima linha do tempo %u começando em %X/%X\n" -#: receivelog.c:681 receivelog.c:716 +#: receivelog.c:738 receivelog.c:776 #, c-format msgid "%s: unexpected termination of replication stream: %s" msgstr "%s: término inesperado do fluxo de replicação: %s" -#: receivelog.c:707 +#: receivelog.c:767 #, c-format msgid "%s: replication stream was terminated before stop point\n" msgstr "%s: fluxo de replicação foi terminado antes do ponto de parada\n" -#: receivelog.c:755 +#: receivelog.c:816 #, c-format msgid "%s: unexpected result set after end-of-timeline: got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "%s: conjunto de resultados inesperado após fim da linha do tempo: recebeu %d registros e %d campos, esperado %d registros e %d campos\n" -#: receivelog.c:765 +#: receivelog.c:826 #, c-format msgid "%s: could not parse next timeline's starting point \"%s\"\n" msgstr "%s: não pôde validar ponto de partida da próxima linha do tempo \"%s\"\n" -#: receivelog.c:820 receivelog.c:922 receivelog.c:1087 +#: receivelog.c:881 receivelog.c:984 receivelog.c:1151 #, c-format msgid "%s: could not send copy-end packet: %s" msgstr "%s: não pôde enviar pacote indicando fim de cópia: %s" -#: receivelog.c:887 +#: receivelog.c:948 #, c-format msgid "%s: select() failed: %s\n" msgstr "%s: select() falhou: %s\n" -#: receivelog.c:895 +#: receivelog.c:956 #, c-format msgid "%s: could not receive data from WAL stream: %s" msgstr "%s: não pôde receber dados do fluxo do WAL: %s" -#: receivelog.c:959 receivelog.c:994 +#: receivelog.c:1023 receivelog.c:1058 #, c-format msgid "%s: streaming header too small: %d\n" msgstr "%s: cabeçalho de fluxo muito pequeno: %d\n" -#: receivelog.c:1013 +#: receivelog.c:1077 #, c-format msgid "%s: received transaction log record for offset %u with no file open\n" msgstr "%s: recebeu registro do log de transação para posição %u sem um arquivo aberto\n" -#: receivelog.c:1025 +#: receivelog.c:1089 #, c-format msgid "%s: got WAL data offset %08x, expected %08x\n" msgstr "%s: recebeu dados do WAL da posição %08x, esperada %08x\n" -#: receivelog.c:1062 +#: receivelog.c:1126 #, c-format msgid "%s: could not write %u bytes to WAL file \"%s\": %s\n" msgstr "%s: não pôde escrever %u bytes no arquivo do WAL \"%s\": %s\n" -#: receivelog.c:1100 +#: receivelog.c:1164 #, c-format msgid "%s: unrecognized streaming header: \"%c\"\n" msgstr "%s: cabeçalho de fluxo desconhecido: \"%c\"\n" diff --git a/src/bin/pg_config/po/fr.po b/src/bin/pg_config/po/fr.po index 9f13ebffbc0..96117e4ec38 100644 --- a/src/bin/pg_config/po/fr.po +++ b/src/bin/pg_config/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2013-08-16 22:18+0000\n" "PO-Revision-Date: 2012-07-22 20:48+0100\n" diff --git a/src/bin/pg_controldata/po/fr.po b/src/bin/pg_controldata/po/fr.po index 0f3d89403d1..8c76ba89db9 100644 --- a/src/bin/pg_controldata/po/fr.po +++ b/src/bin/pg_controldata/po/fr.po @@ -8,7 +8,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2013-08-15 17:20+0000\n" "PO-Revision-Date: 2013-08-15 21:18+0100\n" diff --git a/src/bin/pg_ctl/po/fr.po b/src/bin/pg_ctl/po/fr.po index d685769db1b..028cea0df77 100644 --- a/src/bin/pg_ctl/po/fr.po +++ b/src/bin/pg_ctl/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2014-12-02 20:17+0000\n" "PO-Revision-Date: 2014-12-05 09:56+0100\n" diff --git a/src/bin/pg_dump/po/fr.po b/src/bin/pg_dump/po/fr.po index 44eb4877acf..95d4b435a9f 100644 --- a/src/bin/pg_dump/po/fr.po +++ b/src/bin/pg_dump/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2014-05-16 07:48+0000\n" "PO-Revision-Date: 2014-05-17 15:19+0100\n" diff --git a/src/bin/pg_resetxlog/po/de.po b/src/bin/pg_resetxlog/po/de.po index 6087b693e56..9f92c0da820 100644 --- a/src/bin/pg_resetxlog/po/de.po +++ b/src/bin/pg_resetxlog/po/de.po @@ -1,5 +1,5 @@ # German message translation file for pg_resetxlog -# Peter Eisentraut , 2002 - 2014. +# Peter Eisentraut , 2002 - 2015. # # Use these quotes: „%s“ # @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-07-16 06:47+0000\n" -"PO-Revision-Date: 2014-07-18 21:21-0400\n" +"POT-Creation-Date: 2015-05-18 02:47+0000\n" +"PO-Revision-Date: 2015-05-17 23:03-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -16,99 +16,99 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pg_resetxlog.c:133 +#: pg_resetxlog.c:141 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s: ungültiges Argument für Option -e\n" -#: pg_resetxlog.c:134 pg_resetxlog.c:149 pg_resetxlog.c:164 pg_resetxlog.c:179 -#: pg_resetxlog.c:187 pg_resetxlog.c:213 pg_resetxlog.c:227 pg_resetxlog.c:234 -#: pg_resetxlog.c:242 +#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:187 +#: pg_resetxlog.c:195 pg_resetxlog.c:221 pg_resetxlog.c:235 pg_resetxlog.c:242 +#: pg_resetxlog.c:250 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie „%s --help“ für weitere Informationen.\n" -#: pg_resetxlog.c:139 +#: pg_resetxlog.c:147 #, c-format msgid "%s: transaction ID epoch (-e) must not be -1\n" msgstr "%s: Transaktions-ID-Epoche (-e) darf nicht -1 sein\n" -#: pg_resetxlog.c:148 +#: pg_resetxlog.c:156 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s: ungültiges Argument für Option -x\n" -#: pg_resetxlog.c:154 +#: pg_resetxlog.c:162 #, c-format msgid "%s: transaction ID (-x) must not be 0\n" msgstr "%s: Transaktions-ID (-x) darf nicht 0 sein\n" -#: pg_resetxlog.c:163 +#: pg_resetxlog.c:171 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s: ungültiges Argument für Option -o\n" -#: pg_resetxlog.c:169 +#: pg_resetxlog.c:177 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s: OID (-o) darf nicht 0 sein\n" -#: pg_resetxlog.c:178 pg_resetxlog.c:186 +#: pg_resetxlog.c:186 pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s: ungültiges Argument für Option -m\n" -#: pg_resetxlog.c:192 +#: pg_resetxlog.c:200 #, c-format msgid "%s: multitransaction ID (-m) must not be 0\n" msgstr "%s: Multitransaktions-ID (-m) darf nicht 0 sein\n" -#: pg_resetxlog.c:202 +#: pg_resetxlog.c:210 #, c-format msgid "%s: oldest multitransaction ID (-m) must not be 0\n" msgstr "%s: älteste Multitransaktions-ID (-m) darf nicht 0 sein\n" -#: pg_resetxlog.c:212 +#: pg_resetxlog.c:220 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s: ungültiges Argument für Option -O\n" -#: pg_resetxlog.c:218 +#: pg_resetxlog.c:226 #, c-format msgid "%s: multitransaction offset (-O) must not be -1\n" msgstr "%s: Multitransaktions-Offset (-O) darf nicht -1 sein\n" -#: pg_resetxlog.c:226 +#: pg_resetxlog.c:234 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s: ungültiges Argument für Option -l\n" -#: pg_resetxlog.c:241 +#: pg_resetxlog.c:249 #, c-format msgid "%s: no data directory specified\n" msgstr "%s: kein Datenverzeichnis angegeben\n" -#: pg_resetxlog.c:255 +#: pg_resetxlog.c:263 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s: kann nicht von „root“ ausgeführt werden\n" -#: pg_resetxlog.c:257 +#: pg_resetxlog.c:265 #, c-format msgid "You must run %s as the PostgreSQL superuser.\n" msgstr "Sie müssen %s als PostgreSQL-Superuser ausführen.\n" -#: pg_resetxlog.c:267 +#: pg_resetxlog.c:276 #, c-format msgid "%s: could not change directory to \"%s\": %s\n" msgstr "%s: konnte nicht in Verzeichnis „%s“ wechseln: %s\n" -#: pg_resetxlog.c:280 pg_resetxlog.c:414 +#: pg_resetxlog.c:289 pg_resetxlog.c:423 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: konnte Datei „%s“ nicht zum Lesen öffnen: %s\n" -#: pg_resetxlog.c:287 +#: pg_resetxlog.c:296 #, c-format msgid "" "%s: lock file \"%s\" exists\n" @@ -117,7 +117,7 @@ msgstr "" "%s: Sperrdatei „%s“ existiert bereits\n" "Läuft der Server? Wenn nicht, dann Sperrdatei löschen und nochmal versuchen.\n" -#: pg_resetxlog.c:362 +#: pg_resetxlog.c:371 #, c-format msgid "" "\n" @@ -127,7 +127,7 @@ msgstr "" "Wenn diese Werte akzeptabel scheinen, dann benutzen Sie -f um das\n" "Zurücksetzen zu erzwingen.\n" -#: pg_resetxlog.c:374 +#: pg_resetxlog.c:383 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -139,12 +139,12 @@ msgstr "" "Wenn Sie trotzdem weiter machen wollen, benutzen Sie -f, um das\n" "Zurücksetzen zu erzwingen.\n" -#: pg_resetxlog.c:388 +#: pg_resetxlog.c:397 #, c-format msgid "Transaction log reset\n" msgstr "Transaktionslog wurde zurück gesetzt\n" -#: pg_resetxlog.c:417 +#: pg_resetxlog.c:426 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -155,22 +155,22 @@ msgstr "" " touch %s\n" "aus und versuchen Sie es erneut.\n" -#: pg_resetxlog.c:430 +#: pg_resetxlog.c:439 #, c-format msgid "%s: could not read file \"%s\": %s\n" msgstr "%s: konnte Datei „%s“ nicht lesen: %s\n" -#: pg_resetxlog.c:453 +#: pg_resetxlog.c:462 #, c-format msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" msgstr "%s: pg_control existiert, aber mit ungültiger CRC; mit Vorsicht fortfahren\n" -#: pg_resetxlog.c:462 +#: pg_resetxlog.c:471 #, c-format msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" msgstr "%s: pg_control existiert, aber ist kaputt oder hat unbekannte Version; wird ignoriert\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:570 #, c-format msgid "" "Guessed pg_control values:\n" @@ -179,7 +179,7 @@ msgstr "" "Geschätzte pg_control-Werte:\n" "\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:572 #, c-format msgid "" "pg_control values:\n" @@ -188,216 +188,251 @@ msgstr "" "pg_control-Werte:\n" "\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:583 #, c-format msgid "First log segment after reset: %s\n" msgstr "Erstes Logdateisegment nach Zurücksetzen: %s\n" -#: pg_resetxlog.c:576 +#: pg_resetxlog.c:585 #, c-format msgid "pg_control version number: %u\n" msgstr "pg_control-Versionsnummer: %u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:587 #, c-format msgid "Catalog version number: %u\n" msgstr "Katalogversionsnummer: %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:589 #, c-format msgid "Database system identifier: %s\n" msgstr "Datenbanksystemidentifikation: %s\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:591 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "TimeLineID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:593 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "full_page_writes des letzten Checkpoints: %s\n" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "off" msgstr "aus" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "on" msgstr "an" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:595 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "NextXID des letzten Checkpoints: %u/%u\n" -#: pg_resetxlog.c:589 +#: pg_resetxlog.c:598 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "NextOID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:591 +#: pg_resetxlog.c:600 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "NextMultiXactId des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:602 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "NextMultiOffset des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:604 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "oldestXID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:606 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "DB der oldestXID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:608 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "oldestActiveXID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:610 #, c-format msgid "Latest checkpoint's oldestMultiXid: %u\n" msgstr "oldestMultiXid des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:612 #, c-format msgid "Latest checkpoint's oldestMulti's DB: %u\n" msgstr "DB des oldestMulti des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:614 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Maximale Datenausrichtung (Alignment): %u\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:617 #, c-format msgid "Database block size: %u\n" msgstr "Datenbankblockgröße: %u\n" -#: pg_resetxlog.c:610 +#: pg_resetxlog.c:619 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Blöcke pro Segment: %u\n" -#: pg_resetxlog.c:612 +#: pg_resetxlog.c:621 #, c-format msgid "WAL block size: %u\n" msgstr "WAL-Blockgröße: %u\n" -#: pg_resetxlog.c:614 +#: pg_resetxlog.c:623 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Bytes pro WAL-Segment: %u\n" -#: pg_resetxlog.c:616 +#: pg_resetxlog.c:625 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Maximale Bezeichnerlänge: %u\n" -#: pg_resetxlog.c:618 +#: pg_resetxlog.c:627 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Maximale Spalten in einem Index: %u\n" -#: pg_resetxlog.c:620 +#: pg_resetxlog.c:629 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Maximale Größe eines Stücks TOAST: %u\n" -#: pg_resetxlog.c:622 +#: pg_resetxlog.c:631 #, c-format msgid "Date/time type storage: %s\n" msgstr "Speicherung von Datum/Zeit-Typen: %s\n" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "64-bit integers" msgstr "64-Bit-Ganzzahlen" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "floating-point numbers" msgstr "Gleitkommazahlen" -#: pg_resetxlog.c:624 +#: pg_resetxlog.c:633 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Übergabe von Float4-Argumenten: %s\n" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by reference" msgstr "Referenz" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by value" msgstr "Wert" -#: pg_resetxlog.c:626 +#: pg_resetxlog.c:635 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Übergabe von Float8-Argumenten: %s\n" -#: pg_resetxlog.c:628 +#: pg_resetxlog.c:637 #, c-format msgid "Data page checksum version: %u\n" msgstr "Datenseitenprüfsummenversion: %u\n" -#: pg_resetxlog.c:690 +#: pg_resetxlog.c:699 #, c-format msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n" msgstr "%s: interner Fehler -- sizeof(ControlFileData) ist zu groß ... PG_CONTROL_SIZE reparieren\n" -#: pg_resetxlog.c:705 +#: pg_resetxlog.c:714 #, c-format msgid "%s: could not create pg_control file: %s\n" msgstr "%s: konnte pg_control-Datei nicht erstellen: %s\n" -#: pg_resetxlog.c:716 +#: pg_resetxlog.c:725 #, c-format msgid "%s: could not write pg_control file: %s\n" msgstr "%sL konnte pg_control-Datei nicht schreiben: %s\n" -#: pg_resetxlog.c:723 pg_resetxlog.c:1025 +#: pg_resetxlog.c:732 pg_resetxlog.c:1034 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: fsync-Fehler: %s\n" -#: pg_resetxlog.c:763 pg_resetxlog.c:835 pg_resetxlog.c:892 +#: pg_resetxlog.c:772 pg_resetxlog.c:844 pg_resetxlog.c:901 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis „%s“ nicht öffnen: %s\n" -#: pg_resetxlog.c:800 pg_resetxlog.c:863 pg_resetxlog.c:921 +#: pg_resetxlog.c:809 pg_resetxlog.c:872 pg_resetxlog.c:930 #, c-format msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis „%s“ nicht lesen: %s\n" -#: pg_resetxlog.c:807 pg_resetxlog.c:870 pg_resetxlog.c:928 +#: pg_resetxlog.c:816 pg_resetxlog.c:879 pg_resetxlog.c:937 #, c-format msgid "%s: could not close directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis „%s“ nicht schließen: %s\n" -#: pg_resetxlog.c:848 pg_resetxlog.c:906 +#: pg_resetxlog.c:857 pg_resetxlog.c:915 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s: konnte Datei „%s“ nicht löschen: %s\n" -#: pg_resetxlog.c:992 +#: pg_resetxlog.c:1001 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: konnte Datei „%s“ nicht öffnen: %s\n" -#: pg_resetxlog.c:1003 pg_resetxlog.c:1017 +#: pg_resetxlog.c:1012 pg_resetxlog.c:1026 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: konnte Datei „%s“ nicht schreiben: %s\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1080 +#, c-format +msgid "%s: WARNING: cannot create restricted tokens on this platform\n" +msgstr "%s: WARNUNG: auf dieser Platform können keine beschränkten Token erzeugt werden\n" + +#: pg_resetxlog.c:1089 +#, c-format +msgid "%s: could not open process token: error code %lu\n" +msgstr "%s: konnte Prozess-Token nicht öffnen: Fehlercode %lu\n" + +#: pg_resetxlog.c:1102 +#, c-format +msgid "%s: could not allocate SIDs: error code %lu\n" +msgstr "%s: konnte SIDs nicht erzeugen: Fehlercode %lu\n" + +#: pg_resetxlog.c:1121 +#, c-format +msgid "%s: could not create restricted token: error code %lu\n" +msgstr "%s: konnte beschränktes Token nicht erzeugen: Fehlercode %lu\n" + +#: pg_resetxlog.c:1142 +#, c-format +msgid "%s: could not start process for command \"%s\": error code %lu\n" +msgstr "%s: konnte Prozess für Befehl „%s“ nicht starten: Fehlercode %lu\n" + +#: pg_resetxlog.c:1174 +#, c-format +msgid "%s: could not re-execute with restricted token: error code %lu\n" +msgstr "%s: konnte Prozess nicht mit beschränktem Token neu starten: Fehlercode %lu\n" + +#: pg_resetxlog.c:1189 +#, c-format +msgid "%s: could not get exit code from subprocess: error code %lu\n" +msgstr "%s: konnte Statuscode des Subprozesses nicht ermitteln: Fehlercode %lu\n" + +#: pg_resetxlog.c:1201 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -406,7 +441,7 @@ msgstr "" "%s setzt den PostgreSQL-Transaktionslog zurück.\n" "\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1202 #, c-format msgid "" "Usage:\n" @@ -417,62 +452,62 @@ msgstr "" " %s [OPTION]... DATENVERZEICHNIS\n" "\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1203 #, c-format msgid "Options:\n" msgstr "Optionen:\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1204 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr " -e XIDEPOCHE nächste Transaktions-ID-Epoche setzen\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1205 #, c-format msgid " -f force update to be done\n" msgstr " -f Änderung erzwingen\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1206 #, c-format msgid " -l XLOGFILE force minimum WAL starting location for new transaction log\n" msgstr " -l XLOGDATEI minimale WAL-Startposition für neuen Log erzwingen\n" -#: pg_resetxlog.c:1042 +#: pg_resetxlog.c:1207 #, c-format msgid " -m MXID,MXID set next and oldest multitransaction ID\n" msgstr " -m MXID,MXID nächste und älteste Multitransaktions-ID setzen\n" -#: pg_resetxlog.c:1043 +#: pg_resetxlog.c:1208 #, c-format msgid " -n no update, just show extracted control values (for testing)\n" msgstr " -n keine Änderung, nur Kontrolldaten anzeigen (zum Testen)\n" -#: pg_resetxlog.c:1044 +#: pg_resetxlog.c:1209 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID nächste OID setzen\n" -#: pg_resetxlog.c:1045 +#: pg_resetxlog.c:1210 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O OFFSET nächsten Multitransaktions-Offset setzen\n" -#: pg_resetxlog.c:1046 +#: pg_resetxlog.c:1211 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: pg_resetxlog.c:1047 +#: pg_resetxlog.c:1212 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID nächste Transaktions-ID setzen\n" -#: pg_resetxlog.c:1048 +#: pg_resetxlog.c:1213 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: pg_resetxlog.c:1049 +#: pg_resetxlog.c:1214 #, c-format msgid "" "\n" diff --git a/src/bin/pg_resetxlog/po/fr.po b/src/bin/pg_resetxlog/po/fr.po index d12c7deb51c..b509f6b8479 100644 --- a/src/bin/pg_resetxlog/po/fr.po +++ b/src/bin/pg_resetxlog/po/fr.po @@ -7,9 +7,9 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-05-16 07:47+0000\n" +"POT-Creation-Date: 2015-05-13 07:47+0000\n" "PO-Revision-Date: 2014-05-17 15:19+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: PostgreSQLfr \n" @@ -19,113 +19,110 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.4\n" -#: pg_resetxlog.c:133 +#: pg_resetxlog.c:141 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s : argument invalide pour l'option -e\n" -#: pg_resetxlog.c:134 pg_resetxlog.c:149 pg_resetxlog.c:164 pg_resetxlog.c:179 -#: pg_resetxlog.c:187 pg_resetxlog.c:213 pg_resetxlog.c:227 pg_resetxlog.c:234 -#: pg_resetxlog.c:242 +#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:187 +#: pg_resetxlog.c:195 pg_resetxlog.c:221 pg_resetxlog.c:235 pg_resetxlog.c:242 +#: pg_resetxlog.c:250 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayer %s --help pour plus d'informations.\n" -#: pg_resetxlog.c:139 +#: pg_resetxlog.c:147 #, c-format msgid "%s: transaction ID epoch (-e) must not be -1\n" msgstr "" "%s : la valeur epoch de l'identifiant de transaction (-e) ne doit pas tre\n" "-1\n" -#: pg_resetxlog.c:148 +#: pg_resetxlog.c:156 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s : argument invalide pour l'option -x\n" -#: pg_resetxlog.c:154 +#: pg_resetxlog.c:162 #, c-format msgid "%s: transaction ID (-x) must not be 0\n" msgstr "%s : l'identifiant de la transaction (-x) ne doit pas tre 0\n" -#: pg_resetxlog.c:163 +#: pg_resetxlog.c:171 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s : argument invalide pour l'option -o\n" -#: pg_resetxlog.c:169 +#: pg_resetxlog.c:177 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s : l'OID (-o) ne doit pas tre 0\n" -#: pg_resetxlog.c:178 pg_resetxlog.c:186 +#: pg_resetxlog.c:186 pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s : argument invalide pour l'option -m\n" -#: pg_resetxlog.c:192 +#: pg_resetxlog.c:200 #, c-format msgid "%s: multitransaction ID (-m) must not be 0\n" msgstr "%s : l'identifiant de multi-transaction (-m) ne doit pas tre 0\n" -#: pg_resetxlog.c:202 +#: pg_resetxlog.c:210 #, c-format msgid "%s: oldest multitransaction ID (-m) must not be 0\n" -msgstr "" -"%s : l'identifiant de multi-transaction le plus ancien (-m) ne doit pas tre " -"0\n" +msgstr "%s : l'identifiant de multi-transaction le plus ancien (-m) ne doit pas tre 0\n" -#: pg_resetxlog.c:212 +#: pg_resetxlog.c:220 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s : argument invalide pour l'option -O\n" -#: pg_resetxlog.c:218 +#: pg_resetxlog.c:226 #, c-format msgid "%s: multitransaction offset (-O) must not be -1\n" msgstr "%s : le dcalage de multi-transaction (-O) ne doit pas tre -1\n" -#: pg_resetxlog.c:226 +#: pg_resetxlog.c:234 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s : argument invalide pour l'option -l\n" -#: pg_resetxlog.c:241 +#: pg_resetxlog.c:249 #, c-format msgid "%s: no data directory specified\n" msgstr "%s : aucun rpertoire de donnes indiqu\n" -#: pg_resetxlog.c:255 +#: pg_resetxlog.c:263 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s : ne peut pas tre excut par root \n" -#: pg_resetxlog.c:257 +#: pg_resetxlog.c:265 #, c-format msgid "You must run %s as the PostgreSQL superuser.\n" msgstr "Vous devez excuter %s en tant que super-utilisateur PostgreSQL.\n" -#: pg_resetxlog.c:267 +#: pg_resetxlog.c:276 #, c-format msgid "%s: could not change directory to \"%s\": %s\n" msgstr "%s : n'a pas pu accder au rpertoire %s : %s\n" -#: pg_resetxlog.c:280 pg_resetxlog.c:414 +#: pg_resetxlog.c:289 pg_resetxlog.c:423 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s : n'a pas pu ouvrir le fichier %s en lecture : %s\n" -#: pg_resetxlog.c:287 +#: pg_resetxlog.c:296 #, c-format msgid "" "%s: lock file \"%s\" exists\n" "Is a server running? If not, delete the lock file and try again.\n" msgstr "" "%s : le verrou %s existe\n" -"Le serveur est-il dmarr ? Sinon, supprimer le fichier verrou et " -"ressayer.\n" +"Le serveur est-il dmarr ? Sinon, supprimer le fichier verrou et ressayer.\n" -#: pg_resetxlog.c:362 +#: pg_resetxlog.c:371 #, c-format msgid "" "\n" @@ -135,7 +132,7 @@ msgstr "" "Si ces valeurs semblent acceptables, utiliser -f pour forcer la\n" "rinitialisation.\n" -#: pg_resetxlog.c:374 +#: pg_resetxlog.c:383 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -148,12 +145,12 @@ msgstr "" "Pour continuer malgr tout, utiliser -f pour forcer la\n" "rinitialisation.\n" -#: pg_resetxlog.c:388 +#: pg_resetxlog.c:397 #, c-format msgid "Transaction log reset\n" msgstr "Rinitialisation du journal des transactions\n" -#: pg_resetxlog.c:417 +#: pg_resetxlog.c:426 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -164,24 +161,22 @@ msgstr "" " touch %s\n" "et ressayer.\n" -#: pg_resetxlog.c:430 +#: pg_resetxlog.c:439 #, c-format msgid "%s: could not read file \"%s\": %s\n" msgstr "%s : n'a pas pu lire le fichier %s : %s\n" -#: pg_resetxlog.c:453 -#, c-format -msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" -msgstr "" -"%s : pg_control existe mais son CRC est invalide ; agir avec prcaution\n" - #: pg_resetxlog.c:462 #, c-format -msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" -msgstr "" -"%s : pg_control existe mais est corrompu ou de version inconnue ; ignor\n" +msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" +msgstr "%s : pg_control existe mais son CRC est invalide ; agir avec prcaution\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:471 +#, c-format +msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" +msgstr "%s : pg_control existe mais est corrompu ou de version inconnue ; ignor\n" + +#: pg_resetxlog.c:570 #, c-format msgid "" "Guessed pg_control values:\n" @@ -190,7 +185,7 @@ msgstr "" "Valeurs de pg_control devines :\n" "\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:572 #, c-format msgid "" "pg_control values:\n" @@ -199,221 +194,253 @@ msgstr "" "Valeurs de pg_control : \n" "\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:583 #, c-format msgid "First log segment after reset: %s\n" msgstr "Premier segment du journal aprs rinitialisation : %s\n" -#: pg_resetxlog.c:576 +#: pg_resetxlog.c:585 #, c-format msgid "pg_control version number: %u\n" msgstr "Numro de version de pg_control : %u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:587 #, c-format msgid "Catalog version number: %u\n" msgstr "Numro de version du catalogue : %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:589 #, c-format msgid "Database system identifier: %s\n" msgstr "Identifiant du systme de base de donnes : %s\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:591 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "Dernier TimeLineID du point de contrle : %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:593 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "Dernier full_page_writes du point de contrle : %s\n" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "off" msgstr "dsactiv" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "on" msgstr "activ" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:595 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "Dernier NextXID du point de contrle : %u/%u\n" -#: pg_resetxlog.c:589 +#: pg_resetxlog.c:598 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "Dernier NextOID du point de contrle : %u\n" -#: pg_resetxlog.c:591 +#: pg_resetxlog.c:600 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "Dernier NextMultiXactId du point de contrle : %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:602 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "Dernier NextMultiOffset du point de contrle : %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:604 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "Dernier oldestXID du point de contrle : %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:606 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "Dernier oldestXID du point de contrle de la base : %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:608 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "Dernier oldestActiveXID du point de contrle : %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:610 #, c-format msgid "Latest checkpoint's oldestMultiXid: %u\n" msgstr "Dernier oldestMultiXID du point de contrle : %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:612 #, c-format msgid "Latest checkpoint's oldestMulti's DB: %u\n" msgstr "Dernier oldestMulti du point de contrle de la base : %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:614 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Alignement maximal des donnes : %u\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:617 #, c-format msgid "Database block size: %u\n" msgstr "Taille du bloc de la base de donnes : %u\n" -#: pg_resetxlog.c:610 +#: pg_resetxlog.c:619 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Blocs par segment des relations volumineuses : %u\n" -#: pg_resetxlog.c:612 +#: pg_resetxlog.c:621 #, c-format msgid "WAL block size: %u\n" msgstr "Taille de bloc du journal de transaction : %u\n" -#: pg_resetxlog.c:614 +#: pg_resetxlog.c:623 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Octets par segment du journal de transaction : %u\n" -#: pg_resetxlog.c:616 +#: pg_resetxlog.c:625 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Longueur maximale des identifiants : %u\n" -#: pg_resetxlog.c:618 +#: pg_resetxlog.c:627 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Nombre maximal de colonnes d'un index: %u\n" -#: pg_resetxlog.c:620 +#: pg_resetxlog.c:629 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Longueur maximale d'un morceau TOAST : %u\n" -#: pg_resetxlog.c:622 +#: pg_resetxlog.c:631 #, c-format msgid "Date/time type storage: %s\n" msgstr "Stockage du type date/heure : %s\n" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "64-bit integers" msgstr "entiers 64-bits" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "floating-point numbers" msgstr "nombres virgule flottante" -#: pg_resetxlog.c:624 +#: pg_resetxlog.c:633 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Passage d'argument float4 : %s\n" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by reference" msgstr "par rfrence" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by value" msgstr "par valeur" -#: pg_resetxlog.c:626 +#: pg_resetxlog.c:635 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Passage d'argument float8 : %s\n" -#: pg_resetxlog.c:628 +#: pg_resetxlog.c:637 #, c-format msgid "Data page checksum version: %u\n" msgstr "Version des sommes de contrle des pages de donnes : %u\n" -#: pg_resetxlog.c:690 +#: pg_resetxlog.c:699 #, c-format -msgid "" -"%s: internal error -- sizeof(ControlFileData) is too large ... fix " -"PG_CONTROL_SIZE\n" +msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n" msgstr "" "%s : erreur interne -- sizeof(ControlFileData) est trop important...\n" "corrigez PG_CONTROL_SIZE\n" -#: pg_resetxlog.c:705 +#: pg_resetxlog.c:714 #, c-format msgid "%s: could not create pg_control file: %s\n" msgstr "%s : n'a pas pu crer le fichier pg_control : %s\n" -#: pg_resetxlog.c:716 +#: pg_resetxlog.c:725 #, c-format msgid "%s: could not write pg_control file: %s\n" msgstr "%s : n'a pas pu crire le fichier pg_control : %s\n" -#: pg_resetxlog.c:723 pg_resetxlog.c:1025 +#: pg_resetxlog.c:732 pg_resetxlog.c:1034 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s : erreur fsync : %s\n" -#: pg_resetxlog.c:763 pg_resetxlog.c:835 pg_resetxlog.c:892 +#: pg_resetxlog.c:772 pg_resetxlog.c:844 pg_resetxlog.c:901 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s : n'a pas pu ouvrir le rpertoire %s : %s\n" -#: pg_resetxlog.c:800 pg_resetxlog.c:863 pg_resetxlog.c:921 +#: pg_resetxlog.c:809 pg_resetxlog.c:872 pg_resetxlog.c:930 #, c-format msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s : n'a pas pu lire le rpertoire %s : %s\n" -#: pg_resetxlog.c:807 pg_resetxlog.c:870 pg_resetxlog.c:928 +#: pg_resetxlog.c:816 pg_resetxlog.c:879 pg_resetxlog.c:937 #, c-format -#| msgid "%s: could not open directory \"%s\": %s\n" msgid "%s: could not close directory \"%s\": %s\n" msgstr "%s : n'a pas pu fermer le rpertoire %s : %s\n" -#: pg_resetxlog.c:848 pg_resetxlog.c:906 +#: pg_resetxlog.c:857 pg_resetxlog.c:915 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s : n'a pas pu supprimer le fichier %s : %s\n" -#: pg_resetxlog.c:992 +#: pg_resetxlog.c:1001 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s : n'a pas pu ouvrir le fichier %s : %s\n" -#: pg_resetxlog.c:1003 pg_resetxlog.c:1017 +#: pg_resetxlog.c:1012 pg_resetxlog.c:1026 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s : n'a pas pu crire le fichier %s : %s\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1080 +#, c-format +msgid "%s: WARNING: cannot create restricted tokens on this platform\n" +msgstr "%s : ATTENTION : ne peut pas crr les jetons restreints sur cette plateforme\n" + +#: pg_resetxlog.c:1089 +#, c-format +msgid "%s: could not open process token: error code %lu\n" +msgstr "%s : n'a pas pu ouvrir le jeton du processus : code d'erreur %lu\n" + +#: pg_resetxlog.c:1102 +#, c-format +msgid "%s: could not allocate SIDs: error code %lu\n" +msgstr "%s : n'a pas pu allouer les SID : code d'erreur %lu\n" + +#: pg_resetxlog.c:1121 +#, c-format +msgid "%s: could not create restricted token: error code %lu\n" +msgstr "%s : n'a pas pu crer le jeton restreint : code d'erreur %lu\n" + +#: pg_resetxlog.c:1142 +#, c-format +msgid "%s: could not start process for command \"%s\": error code %lu\n" +msgstr "%s : n'a pas pu dmarrer le processus pour la commande %s : code d'erreur %lu\n" + +#: pg_resetxlog.c:1174 +#, c-format +msgid "%s: could not re-execute with restricted token: error code %lu\n" +msgstr "%s : n'a pas pu r-excuter le jeton restreint : code d'erreur %lu\n" + +#: pg_resetxlog.c:1189 +#, c-format +msgid "%s: could not get exit code from subprocess: error code %lu\n" +msgstr "%s : n'a pas pu rcuprer le code de statut du sous-processus : code d'erreur %lu\n" + +#: pg_resetxlog.c:1201 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -422,7 +449,7 @@ msgstr "" "%s rinitialise le journal des transactions PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1202 #, c-format msgid "" "Usage:\n" @@ -433,72 +460,68 @@ msgstr "" " %s [OPTION]... RP_DONNES\n" "\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1203 #, c-format msgid "Options:\n" msgstr "Options :\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1204 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr "" " -e XIDEPOCH fixe la valeur epoch du prochain identifiant de\n" " transaction\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1205 #, c-format msgid " -f force update to be done\n" msgstr " -f force la mise jour\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1206 #, c-format -msgid "" -" -l XLOGFILE force minimum WAL starting location for new transaction " -"log\n" +msgid " -l XLOGFILE force minimum WAL starting location for new transaction log\n" msgstr "" " -l FICHIERXLOG force l'emplacement minimal de dbut des WAL du nouveau\n" " journal de transactions\n" -#: pg_resetxlog.c:1042 +#: pg_resetxlog.c:1207 #, c-format msgid " -m MXID,MXID set next and oldest multitransaction ID\n" msgstr " -m MXID,MXID fixe le prochain identifiant multi-transaction\n" -#: pg_resetxlog.c:1043 +#: pg_resetxlog.c:1208 #, c-format -msgid "" -" -n no update, just show extracted control values (for " -"testing)\n" +msgid " -n no update, just show extracted control values (for testing)\n" msgstr "" " -n pas de mise jour, affiche simplement les valeurs de\n" " contrle extraites (pour test)\n" -#: pg_resetxlog.c:1044 +#: pg_resetxlog.c:1209 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID fixe le prochain OID\n" -#: pg_resetxlog.c:1045 +#: pg_resetxlog.c:1210 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O DCALAGE fixe le dcalage de la prochaine multi-transaction\n" -#: pg_resetxlog.c:1046 +#: pg_resetxlog.c:1211 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version et quitte\n" -#: pg_resetxlog.c:1047 +#: pg_resetxlog.c:1212 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID fixe le prochain identifiant de transaction\n" -#: pg_resetxlog.c:1048 +#: pg_resetxlog.c:1213 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide et quitte\n" -#: pg_resetxlog.c:1049 +#: pg_resetxlog.c:1214 #, c-format msgid "" "\n" @@ -507,14 +530,14 @@ msgstr "" "\n" "Rapporter les bogues .\n" -#~ msgid "First log file ID after reset: %u\n" -#~ msgstr "Premier identifiant du journal aprs rinitialisation : %u\n" - -#~ msgid " --version output version information, then exit\n" -#~ msgstr " --version afficherla version et quitte\n" +#~ msgid "%s: could not read from directory \"%s\": %s\n" +#~ msgstr "%s : n'a pas pu lire le rpertoire %s : %s\n" #~ msgid " --help show this help, then exit\n" #~ msgstr " --help affiche cette aide et quitte\n" -#~ msgid "%s: could not read from directory \"%s\": %s\n" -#~ msgstr "%s : n'a pas pu lire le rpertoire %s : %s\n" +#~ msgid " --version output version information, then exit\n" +#~ msgstr " --version afficherla version et quitte\n" + +#~ msgid "First log file ID after reset: %u\n" +#~ msgstr "Premier identifiant du journal aprs rinitialisation : %u\n" diff --git a/src/bin/pg_resetxlog/po/pt_BR.po b/src/bin/pg_resetxlog/po/pt_BR.po index a7748484c03..b40f0cac4ee 100644 --- a/src/bin/pg_resetxlog/po/pt_BR.po +++ b/src/bin/pg_resetxlog/po/pt_BR.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PostgreSQL package. # Cesar Suga , 2002. # Roberto Mello , 2002. -# Euler Taveira de Oliveira , 2003-2014. +# Euler Taveira de Oliveira , 2003-2015. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-05-11 00:50-0300\n" +"POT-Creation-Date: 2015-05-18 02:27-0300\n" "PO-Revision-Date: 2005-10-04 22:55-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -18,99 +18,99 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pg_resetxlog.c:133 +#: pg_resetxlog.c:141 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s: argumento inválido para opção -e\n" -#: pg_resetxlog.c:134 pg_resetxlog.c:149 pg_resetxlog.c:164 pg_resetxlog.c:179 -#: pg_resetxlog.c:187 pg_resetxlog.c:213 pg_resetxlog.c:227 pg_resetxlog.c:234 -#: pg_resetxlog.c:242 +#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:187 +#: pg_resetxlog.c:195 pg_resetxlog.c:221 pg_resetxlog.c:235 pg_resetxlog.c:242 +#: pg_resetxlog.c:250 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: pg_resetxlog.c:139 +#: pg_resetxlog.c:147 #, c-format msgid "%s: transaction ID epoch (-e) must not be -1\n" msgstr "%s: época do ID da transação (-e) não deve ser -1\n" -#: pg_resetxlog.c:148 +#: pg_resetxlog.c:156 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s: argumento inválido para opção -x\n" -#: pg_resetxlog.c:154 +#: pg_resetxlog.c:162 #, c-format msgid "%s: transaction ID (-x) must not be 0\n" msgstr "%s: ID da transação (-x) não deve ser 0\n" -#: pg_resetxlog.c:163 +#: pg_resetxlog.c:171 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s: argumento inválido para opção -o\n" -#: pg_resetxlog.c:169 +#: pg_resetxlog.c:177 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s: OID (-o) não deve ser 0\n" -#: pg_resetxlog.c:178 pg_resetxlog.c:186 +#: pg_resetxlog.c:186 pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s: argumento inválido para opção -m\n" -#: pg_resetxlog.c:192 +#: pg_resetxlog.c:200 #, c-format msgid "%s: multitransaction ID (-m) must not be 0\n" msgstr "%s: ID de transação múltipla (-m) não deve ser 0\n" -#: pg_resetxlog.c:202 +#: pg_resetxlog.c:210 #, c-format msgid "%s: oldest multitransaction ID (-m) must not be 0\n" msgstr "%s: ID de transação múltipla mais velho (-m) não deve ser 0\n" -#: pg_resetxlog.c:212 +#: pg_resetxlog.c:220 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s: argumento inválido para opção -O\n" -#: pg_resetxlog.c:218 +#: pg_resetxlog.c:226 #, c-format msgid "%s: multitransaction offset (-O) must not be -1\n" msgstr "%s: deslocamento da transação múltipla (-O) não deve ser -1\n" -#: pg_resetxlog.c:226 +#: pg_resetxlog.c:234 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s: argumento inválido para opção -l\n" -#: pg_resetxlog.c:241 +#: pg_resetxlog.c:249 #, c-format msgid "%s: no data directory specified\n" msgstr "%s: nenhum diretório de dados foi especificado\n" -#: pg_resetxlog.c:255 +#: pg_resetxlog.c:263 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s: não pode ser executado pelo \"root\"\n" -#: pg_resetxlog.c:257 +#: pg_resetxlog.c:265 #, c-format msgid "You must run %s as the PostgreSQL superuser.\n" msgstr "Você deve executar %s como um super-usuário do PostgreSQL.\n" -#: pg_resetxlog.c:267 +#: pg_resetxlog.c:276 #, c-format msgid "%s: could not change directory to \"%s\": %s\n" msgstr "%s: não pôde mudar diretório para \"%s\": %s\n" -#: pg_resetxlog.c:280 pg_resetxlog.c:414 +#: pg_resetxlog.c:289 pg_resetxlog.c:423 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: não pôde abrir arquivo \"%s\" para leitura: %s\n" -#: pg_resetxlog.c:287 +#: pg_resetxlog.c:296 #, c-format msgid "" "%s: lock file \"%s\" exists\n" @@ -119,7 +119,7 @@ msgstr "" "%s: arquivo de bloqueio \"%s\" existe\n" "O servidor está executando? Se não, apague o arquivo de bloqueio e tente novamente.\n" -#: pg_resetxlog.c:362 +#: pg_resetxlog.c:371 #, c-format msgid "" "\n" @@ -128,7 +128,7 @@ msgstr "" "\n" "Se estes valores lhe parecem aceitáveis, use -f para forçar o reinício.\n" -#: pg_resetxlog.c:374 +#: pg_resetxlog.c:383 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -139,12 +139,12 @@ msgstr "" "Reiniciar o log de transação pode causar perda de dados.\n" "Se você quer continuar mesmo assim, use -f para forçar o reinício.\n" -#: pg_resetxlog.c:388 +#: pg_resetxlog.c:397 #, c-format msgid "Transaction log reset\n" msgstr "Log de transação reiniciado\n" -#: pg_resetxlog.c:417 +#: pg_resetxlog.c:426 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -155,22 +155,22 @@ msgstr "" " touch %s\n" "e tente novamente.\n" -#: pg_resetxlog.c:430 +#: pg_resetxlog.c:439 #, c-format msgid "%s: could not read file \"%s\": %s\n" msgstr "%s: não pôde ler arquivo \"%s\": %s\n" -#: pg_resetxlog.c:453 +#: pg_resetxlog.c:462 #, c-format msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" msgstr "%s: pg_control existe mas tem CRC inválido: prossiga com cuidado\n" -#: pg_resetxlog.c:462 +#: pg_resetxlog.c:471 #, c-format msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" msgstr "%s: pg_control existe mas não funciona ou sua versão é desconhecida; ignorando-o\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:570 #, c-format msgid "" "Guessed pg_control values:\n" @@ -179,7 +179,7 @@ msgstr "" "Valores supostos do pg_control:\n" "\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:572 #, c-format msgid "" "pg_control values:\n" @@ -188,216 +188,251 @@ msgstr "" "valores do pg_control:\n" "\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:583 #, c-format msgid "First log segment after reset: %s\n" msgstr "Primeiro segmento do arquivo de log após reinício: %s\n" -#: pg_resetxlog.c:576 +#: pg_resetxlog.c:585 #, c-format msgid "pg_control version number: %u\n" msgstr "número da versão do pg_control: %u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:587 #, c-format msgid "Catalog version number: %u\n" msgstr "Número da versão do catálogo: %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:589 #, c-format msgid "Database system identifier: %s\n" msgstr "Identificador do sistema de banco de dados: %s\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:591 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "TimeLineID do último ponto de controle: %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:593 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "full_page_writes do último ponto de controle: %s\n" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "off" msgstr "desabilitado" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "on" msgstr "habilitado" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:595 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "NextXID do último ponto de controle: %u/%u\n" -#: pg_resetxlog.c:589 +#: pg_resetxlog.c:598 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "NextOID do último ponto de controle: %u\n" -#: pg_resetxlog.c:591 +#: pg_resetxlog.c:600 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "NextMultiXactId do último ponto de controle: %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:602 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "NextMultiOffset do último ponto de controle: %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:604 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "oldestXID do último ponto de controle: %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:606 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "BD do oldestXID do último ponto de controle: %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:608 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "oldestActiveXID do último ponto de controle: %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:610 #, c-format msgid "Latest checkpoint's oldestMultiXid: %u\n" msgstr "oldestMultiXid do último ponto de controle: %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:612 #, c-format msgid "Latest checkpoint's oldestMulti's DB: %u\n" msgstr "BD do oldestMulti do último ponto de controle: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:614 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Máximo alinhamento de dado: %u\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:617 #, c-format msgid "Database block size: %u\n" msgstr "Tamanho do bloco do banco de dados: %u\n" -#: pg_resetxlog.c:610 +#: pg_resetxlog.c:619 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Blocos por segmento da relação grande: %u\n" -#: pg_resetxlog.c:612 +#: pg_resetxlog.c:621 #, c-format msgid "WAL block size: %u\n" msgstr "Tamanho do bloco do WAL: %u\n" -#: pg_resetxlog.c:614 +#: pg_resetxlog.c:623 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Bytes por segmento do WAL: %u\n" -#: pg_resetxlog.c:616 +#: pg_resetxlog.c:625 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Tamanho máximo de identificadores: %u\n" -#: pg_resetxlog.c:618 +#: pg_resetxlog.c:627 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Máximo de colunas em um índice: %u\n" -#: pg_resetxlog.c:620 +#: pg_resetxlog.c:629 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Tamanho máximo do bloco TOAST: %u\n" -#: pg_resetxlog.c:622 +#: pg_resetxlog.c:631 #, c-format msgid "Date/time type storage: %s\n" msgstr "Tipo de data/hora do repositório: %s\n" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "64-bit integers" msgstr "inteiros de 64 bits" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "floating-point numbers" msgstr "números de ponto flutuante" -#: pg_resetxlog.c:624 +#: pg_resetxlog.c:633 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Passagem de argumento float4: %s\n" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by reference" msgstr "por referência" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by value" msgstr "por valor" -#: pg_resetxlog.c:626 +#: pg_resetxlog.c:635 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Passagem de argumento float8: %s\n" -#: pg_resetxlog.c:628 +#: pg_resetxlog.c:637 #, c-format msgid "Data page checksum version: %u\n" msgstr "Versão da verificação de páginas de dados: %u\n" -#: pg_resetxlog.c:690 +#: pg_resetxlog.c:699 #, c-format msgid "%s: internal error -- sizeof(ControlFileData) is too large ... fix PG_CONTROL_SIZE\n" msgstr "%s: erro interno -- sizeof(ControlFileData) é muito grande ... conserte o PG_CONTROL_SIZE\n" -#: pg_resetxlog.c:705 +#: pg_resetxlog.c:714 #, c-format msgid "%s: could not create pg_control file: %s\n" msgstr "%s: não pôde criar arquivo do pg_control: %s\n" -#: pg_resetxlog.c:716 +#: pg_resetxlog.c:725 #, c-format msgid "%s: could not write pg_control file: %s\n" msgstr "%s: não pôde escrever no arquivo do pg_control: %s\n" -#: pg_resetxlog.c:723 pg_resetxlog.c:1025 +#: pg_resetxlog.c:732 pg_resetxlog.c:1034 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: erro ao executar fsync: %s\n" -#: pg_resetxlog.c:763 pg_resetxlog.c:835 pg_resetxlog.c:892 +#: pg_resetxlog.c:772 pg_resetxlog.c:844 pg_resetxlog.c:901 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: não pôde abrir diretório \"%s\": %s\n" -#: pg_resetxlog.c:800 pg_resetxlog.c:863 pg_resetxlog.c:921 +#: pg_resetxlog.c:809 pg_resetxlog.c:872 pg_resetxlog.c:930 #, c-format msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s: não pôde ler diretório \"%s\": %s\n" -#: pg_resetxlog.c:807 pg_resetxlog.c:870 pg_resetxlog.c:928 +#: pg_resetxlog.c:816 pg_resetxlog.c:879 pg_resetxlog.c:937 #, c-format msgid "%s: could not close directory \"%s\": %s\n" msgstr "%s: não pôde fechar diretório \"%s\": %s\n" -#: pg_resetxlog.c:848 pg_resetxlog.c:906 +#: pg_resetxlog.c:857 pg_resetxlog.c:915 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s: não pôde apagar arquivo \"%s\": %s\n" -#: pg_resetxlog.c:992 +#: pg_resetxlog.c:1001 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: não pôde abrir arquivo \"%s\": %s\n" -#: pg_resetxlog.c:1003 pg_resetxlog.c:1017 +#: pg_resetxlog.c:1012 pg_resetxlog.c:1026 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: não pôde escrever no arquivo \"%s\": %s\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1080 +#, c-format +msgid "%s: WARNING: cannot create restricted tokens on this platform\n" +msgstr "%s: AVISO: não pode criar informações restritas nessa plataforma\n" + +#: pg_resetxlog.c:1089 +#, c-format +msgid "%s: could not open process token: error code %lu\n" +msgstr "%s: não pôde abrir informação sobre processo: código de erro %lu\n" + +#: pg_resetxlog.c:1102 +#, c-format +msgid "%s: could not allocate SIDs: error code %lu\n" +msgstr "%s: não pôde alocar SIDs: código de erro %lu\n" + +#: pg_resetxlog.c:1121 +#, c-format +msgid "%s: could not create restricted token: error code %lu\n" +msgstr "%s: não pôde criar informação restrita: código de erro %lu\n" + +#: pg_resetxlog.c:1142 +#, c-format +msgid "%s: could not start process for command \"%s\": error code %lu\n" +msgstr "%s: não pôde iniciar processo para comando \"%s\": código de erro %lu\n" + +#: pg_resetxlog.c:1174 +#, c-format +msgid "%s: could not re-execute with restricted token: error code %lu\n" +msgstr "%s: não pôde executar novamente com informação restrita: código de erro %lu\n" + +#: pg_resetxlog.c:1189 +#, c-format +msgid "%s: could not get exit code from subprocess: error code %lu\n" +msgstr "%s: não pôde obter código de saída de subprocesso: código de erro %lu\n" + +#: pg_resetxlog.c:1201 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -406,7 +441,7 @@ msgstr "" "%s reinicia o log de transação do PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1202 #, c-format msgid "" "Usage:\n" @@ -417,62 +452,62 @@ msgstr "" " %s [OPÇÃO] DIRDADOS\n" "\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1203 #, c-format msgid "Options:\n" msgstr "Opções:\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1204 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr " -e ÉPOCA_XID define próxima época do ID de transação\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1205 #, c-format msgid " -f force update to be done\n" msgstr " -f força atualização ser feita\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1206 #, c-format msgid " -l XLOGFILE force minimum WAL starting location for new transaction log\n" msgstr " -l XLOGFILE força local inicial mínimo do WAL para novo log de transação\n" -#: pg_resetxlog.c:1042 +#: pg_resetxlog.c:1207 #, c-format msgid " -m MXID,MXID set next and oldest multitransaction ID\n" msgstr " -m MXID,MXID define próximo e mais velho ID de transação múltipla\n" -#: pg_resetxlog.c:1043 +#: pg_resetxlog.c:1208 #, c-format msgid " -n no update, just show extracted control values (for testing)\n" msgstr " -n sem atualização, mostra somente valores de controle extraídos (para teste)\n" -#: pg_resetxlog.c:1044 +#: pg_resetxlog.c:1209 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID define próximo OID\n" -#: pg_resetxlog.c:1045 +#: pg_resetxlog.c:1210 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O OFFSET define próxima posição de transação múltipla\n" -#: pg_resetxlog.c:1046 +#: pg_resetxlog.c:1211 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version mostra informação sobre a versão e termina\n" -#: pg_resetxlog.c:1047 +#: pg_resetxlog.c:1212 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID define próximo ID de transação\n" -#: pg_resetxlog.c:1048 +#: pg_resetxlog.c:1213 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: pg_resetxlog.c:1049 +#: pg_resetxlog.c:1214 #, c-format msgid "" "\n" diff --git a/src/bin/pg_resetxlog/po/ru.po b/src/bin/pg_resetxlog/po/ru.po index 9b26e55aaa2..765cda005bc 100644 --- a/src/bin/pg_resetxlog/po/ru.po +++ b/src/bin/pg_resetxlog/po/ru.po @@ -25,10 +25,10 @@ # - August 31, 2002: Initial Translation, Serguei A. Mokhov . msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 9 current\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-09-08 03:17+0000\n" -"PO-Revision-Date: 2014-04-02 09:52+0400\n" +"POT-Creation-Date: 2015-04-24 23:54+0000\n" +"PO-Revision-Date: 2015-04-25 16:27+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -39,99 +39,99 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 1.5\n" -#: pg_resetxlog.c:133 +#: pg_resetxlog.c:141 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s: недопустимый аргумент параметра -e\n" -#: pg_resetxlog.c:134 pg_resetxlog.c:149 pg_resetxlog.c:164 pg_resetxlog.c:179 -#: pg_resetxlog.c:187 pg_resetxlog.c:213 pg_resetxlog.c:227 pg_resetxlog.c:234 -#: pg_resetxlog.c:242 +#: pg_resetxlog.c:142 pg_resetxlog.c:157 pg_resetxlog.c:172 pg_resetxlog.c:187 +#: pg_resetxlog.c:195 pg_resetxlog.c:221 pg_resetxlog.c:235 pg_resetxlog.c:242 +#: pg_resetxlog.c:250 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" -#: pg_resetxlog.c:139 +#: pg_resetxlog.c:147 #, c-format msgid "%s: transaction ID epoch (-e) must not be -1\n" msgstr "%s: эпоха ID транзакции (-e) не должна быть равна -1\n" -#: pg_resetxlog.c:148 +#: pg_resetxlog.c:156 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s: недопустимый аргумент параметра -x\n" -#: pg_resetxlog.c:154 +#: pg_resetxlog.c:162 #, c-format msgid "%s: transaction ID (-x) must not be 0\n" msgstr "%s: ID транзакции (-x) не должен быть равен 0\n" -#: pg_resetxlog.c:163 +#: pg_resetxlog.c:171 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s: недопустимый аргумент параметра -o\n" -#: pg_resetxlog.c:169 +#: pg_resetxlog.c:177 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s: OID (-o) не должен быть равен 0\n" -#: pg_resetxlog.c:178 pg_resetxlog.c:186 +#: pg_resetxlog.c:186 pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s: недопустимый аргумент параметра -m\n" -#: pg_resetxlog.c:192 +#: pg_resetxlog.c:200 #, c-format msgid "%s: multitransaction ID (-m) must not be 0\n" msgstr "%s: ID мультитранзакции (-m) не должен быть равен 0\n" -#: pg_resetxlog.c:202 +#: pg_resetxlog.c:210 #, c-format msgid "%s: oldest multitransaction ID (-m) must not be 0\n" msgstr "%s: ID старейшей мультитранзакции (-m) не должен быть равен 0\n" -#: pg_resetxlog.c:212 +#: pg_resetxlog.c:220 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s: недопустимый аргумент параметра -O\n" -#: pg_resetxlog.c:218 +#: pg_resetxlog.c:226 #, c-format msgid "%s: multitransaction offset (-O) must not be -1\n" msgstr "%s: смещение мультитранзакции (-O) не должно быть равно -1\n" -#: pg_resetxlog.c:226 +#: pg_resetxlog.c:234 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s: недопустимый аргумент параметра -l\n" -#: pg_resetxlog.c:241 +#: pg_resetxlog.c:249 #, c-format msgid "%s: no data directory specified\n" msgstr "%s: каталог данных не указан\n" -#: pg_resetxlog.c:255 +#: pg_resetxlog.c:263 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s: программу не должен запускать root\n" -#: pg_resetxlog.c:257 +#: pg_resetxlog.c:265 #, c-format msgid "You must run %s as the PostgreSQL superuser.\n" msgstr "Запускать %s нужно от имени суперпользователя PostgreSQL.\n" -#: pg_resetxlog.c:267 +#: pg_resetxlog.c:276 #, c-format msgid "%s: could not change directory to \"%s\": %s\n" msgstr "%s: не удалось перейти в каталог \"%s\": %s\n" -#: pg_resetxlog.c:280 pg_resetxlog.c:414 +#: pg_resetxlog.c:289 pg_resetxlog.c:423 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n" -#: pg_resetxlog.c:287 +#: pg_resetxlog.c:296 #, c-format msgid "" "%s: lock file \"%s\" exists\n" @@ -140,7 +140,7 @@ msgstr "" "%s: обнаружен файл блокировки \"%s\"\n" "Возможно, сервер запущен? Если нет, удалите этот файл и попробуйте снова.\n" -#: pg_resetxlog.c:362 +#: pg_resetxlog.c:371 #, c-format msgid "" "\n" @@ -150,7 +150,7 @@ msgstr "" "Если эти значения приемлемы, выполните сброс принудительно, добавив ключ -" "f.\n" -#: pg_resetxlog.c:374 +#: pg_resetxlog.c:383 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -161,12 +161,12 @@ msgstr "" "Сброс журнала транзакций может привести к потере данных.\n" "Если вы хотите сбросить его, несмотря на это, добавьте ключ -f.\n" -#: pg_resetxlog.c:388 +#: pg_resetxlog.c:397 #, c-format msgid "Transaction log reset\n" msgstr "Журнал транзакций сброшен\n" -#: pg_resetxlog.c:417 +#: pg_resetxlog.c:426 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -177,25 +177,25 @@ msgstr "" " touch %s\n" "и повторите попытку.\n" -#: pg_resetxlog.c:430 +#: pg_resetxlog.c:439 #, c-format msgid "%s: could not read file \"%s\": %s\n" msgstr "%s: не удалось прочитать файл \"%s\": %s\n" -#: pg_resetxlog.c:453 +#: pg_resetxlog.c:462 #, c-format msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" msgstr "" "%s: pg_control существует, но его контрольная сумма неверна; продолжайте с " "осторожностью\n" -#: pg_resetxlog.c:462 +#: pg_resetxlog.c:471 #, c-format msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" msgstr "" "%s: pg_control испорчен или имеет неизвестную версию; игнорируется...\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:570 #, c-format msgid "" "Guessed pg_control values:\n" @@ -204,7 +204,7 @@ msgstr "" "Предполагаемые значения pg_control:\n" "\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:572 #, c-format msgid "" "pg_control values:\n" @@ -213,166 +213,166 @@ msgstr "" "значения pg_control:\n" "\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:583 #, c-format msgid "First log segment after reset: %s\n" msgstr "Первый сегмент журнала после сброса: %s\n" -#: pg_resetxlog.c:576 +#: pg_resetxlog.c:585 #, c-format msgid "pg_control version number: %u\n" msgstr "Номер версии pg_control: %u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:587 #, c-format msgid "Catalog version number: %u\n" msgstr "Номер версии каталога: %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:589 #, c-format msgid "Database system identifier: %s\n" msgstr "Идентификатор системы баз данных: %s\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:591 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "Линия времени последней конт. точки: %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:593 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "Режим full_page_writes последней к.т: %s\n" -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "off" msgstr "выкл." -#: pg_resetxlog.c:585 +#: pg_resetxlog.c:594 msgid "on" msgstr "вкл." -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:595 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "NextXID последней конт. точки: %u/%u\n" -#: pg_resetxlog.c:589 +#: pg_resetxlog.c:598 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "NextOID последней конт. точки: %u\n" -#: pg_resetxlog.c:591 +#: pg_resetxlog.c:600 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "NextMultiXactId послед. конт. точки: %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:602 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "NextMultiOffset послед. конт. точки: %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:604 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "oldestXID последней конт. точки: %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:606 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "БД с oldestXID последней конт. точки: %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:608 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "oldestActiveXID последней к.т.: %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:610 #, c-format msgid "Latest checkpoint's oldestMultiXid: %u\n" msgstr "oldestMultiXid последней конт. точки: %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:612 #, c-format msgid "Latest checkpoint's oldestMulti's DB: %u\n" msgstr "БД с oldestMulti последней к.т.: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:614 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Макс. предел выравнивания данных: %u\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:617 #, c-format msgid "Database block size: %u\n" msgstr "Размер блока БД: %u\n" -#: pg_resetxlog.c:610 +#: pg_resetxlog.c:619 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Блоков в макс. сегменте отношений: %u\n" -#: pg_resetxlog.c:612 +#: pg_resetxlog.c:621 #, c-format msgid "WAL block size: %u\n" msgstr "Размер блока WAL: %u\n" -#: pg_resetxlog.c:614 +#: pg_resetxlog.c:623 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Байт в сегменте WAL: %u\n" -#: pg_resetxlog.c:616 +#: pg_resetxlog.c:625 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Максимальная длина идентификаторов: %u\n" -#: pg_resetxlog.c:618 +#: pg_resetxlog.c:627 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Максимальное число колонок в индексе: %u\n" -#: pg_resetxlog.c:620 +#: pg_resetxlog.c:629 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Максимальный размер порции TOAST: %u\n" -#: pg_resetxlog.c:622 +#: pg_resetxlog.c:631 #, c-format msgid "Date/time type storage: %s\n" msgstr "Формат хранения даты/времени: %s\n" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "64-bit integers" msgstr "64-битные целые" -#: pg_resetxlog.c:623 +#: pg_resetxlog.c:632 msgid "floating-point numbers" msgstr "числа с плавающей точкой" -#: pg_resetxlog.c:624 +#: pg_resetxlog.c:633 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Передача аргумента Float4: %s\n" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by reference" msgstr "по ссылке" -#: pg_resetxlog.c:625 pg_resetxlog.c:627 +#: pg_resetxlog.c:634 pg_resetxlog.c:636 msgid "by value" msgstr "по значению" -#: pg_resetxlog.c:626 +#: pg_resetxlog.c:635 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Передача аргумента Float8: %s\n" -#: pg_resetxlog.c:628 +#: pg_resetxlog.c:637 #, c-format msgid "Data page checksum version: %u\n" msgstr "Версия контрольных сумм страниц: %u\n" -#: pg_resetxlog.c:690 +#: pg_resetxlog.c:699 #, c-format msgid "" "%s: internal error -- sizeof(ControlFileData) is too large ... fix " @@ -381,52 +381,88 @@ msgstr "" "%s: внутренняя ошибка -- размер ControlFileData слишком велик -- исправьте " "PG_CONTROL_SIZE\n" -#: pg_resetxlog.c:705 +#: pg_resetxlog.c:714 #, c-format msgid "%s: could not create pg_control file: %s\n" msgstr "%s: не удалось создать файл pg_control: %s\n" -#: pg_resetxlog.c:716 +#: pg_resetxlog.c:725 #, c-format msgid "%s: could not write pg_control file: %s\n" msgstr "%s: не удалось записать файл pg_control: %s\n" -#: pg_resetxlog.c:723 pg_resetxlog.c:1025 +#: pg_resetxlog.c:732 pg_resetxlog.c:1034 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: ошибка синхронизации с ФС: %s\n" -#: pg_resetxlog.c:763 pg_resetxlog.c:835 pg_resetxlog.c:892 +#: pg_resetxlog.c:772 pg_resetxlog.c:844 pg_resetxlog.c:901 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: не удалось открыть каталог \"%s\": %s\n" -#: pg_resetxlog.c:800 pg_resetxlog.c:863 pg_resetxlog.c:921 +#: pg_resetxlog.c:809 pg_resetxlog.c:872 pg_resetxlog.c:930 #, c-format msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s: не удалось прочитать каталог \"%s\": %s\n" -#: pg_resetxlog.c:807 pg_resetxlog.c:870 pg_resetxlog.c:928 +#: pg_resetxlog.c:816 pg_resetxlog.c:879 pg_resetxlog.c:937 #, c-format msgid "%s: could not close directory \"%s\": %s\n" msgstr "%s: не удалось закрыть каталог \"%s\": %s\n" -#: pg_resetxlog.c:848 pg_resetxlog.c:906 +#: pg_resetxlog.c:857 pg_resetxlog.c:915 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s: ошибка при удалении файла \"%s\": %s\n" -#: pg_resetxlog.c:992 +#: pg_resetxlog.c:1001 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: не удалось открыть файл \"%s\": %s\n" -#: pg_resetxlog.c:1003 pg_resetxlog.c:1017 +#: pg_resetxlog.c:1012 pg_resetxlog.c:1026 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: не удалось записать файл \"%s\": %s\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1080 +#, c-format +msgid "%s: WARNING: cannot create restricted tokens on this platform\n" +msgstr "%s: ПРЕДУПРЕЖДЕНИЕ: в этой ОС нельзя создавать ограниченные маркеры\n" + +#: pg_resetxlog.c:1089 +#, c-format +msgid "%s: could not open process token: error code %lu\n" +msgstr "%s: не удалось открыть маркер процесса: код ошибки: %lu\n" + +#: pg_resetxlog.c:1102 +#, c-format +msgid "%s: could not allocate SIDs: error code %lu\n" +msgstr "%s: не удалось подготовить структуры SID: код ошибки: %lu\n" + +#: pg_resetxlog.c:1121 +#, c-format +msgid "%s: could not create restricted token: error code %lu\n" +msgstr "%s: не удалось создать ограниченный маркер: код ошибки: %lu\n" + +#: pg_resetxlog.c:1142 +#, c-format +msgid "%s: could not start process for command \"%s\": error code %lu\n" +msgstr "%s: не удалось запустить процесс для команды \"%s\": код ошибки: %lu\n" + +#: pg_resetxlog.c:1174 +#, c-format +msgid "%s: could not re-execute with restricted token: error code %lu\n" +msgstr "" +"%s: не удалось перезапуститься с ограниченным маркером: код ошибки: %lu\n" + +#: pg_resetxlog.c:1189 +#, c-format +msgid "%s: could not get exit code from subprocess: error code %lu\n" +msgstr "%s: не удалось получить код выхода от подпроцесса: код ошибки: %lu\n" + +#: pg_resetxlog.c:1201 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -435,7 +471,7 @@ msgstr "" "%s сбрасывает журнал транзакций PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1202 #, c-format msgid "" "Usage:\n" @@ -446,22 +482,22 @@ msgstr "" " %s [ПАРАМЕТР]... КАТАЛОГ_ДАННЫХ\n" "\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1203 #, c-format msgid "Options:\n" msgstr "Параметры:\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1204 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr " -e XIDEPOCH задать эпоху в ID следующей транзакции\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1205 #, c-format msgid " -f force update to be done\n" msgstr " -f принудительное выполнение операции\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1206 #, c-format msgid "" " -l XLOGFILE force minimum WAL starting location for new transaction " @@ -470,12 +506,12 @@ msgstr "" " -l XLOGFILE задать минимальное начальное положение WAL для нового\n" " журнала транзакций\n" -#: pg_resetxlog.c:1042 +#: pg_resetxlog.c:1207 #, c-format msgid " -m MXID,MXID set next and oldest multitransaction ID\n" msgstr " -m MXID,MXID задать ID следующей и старейшей мультитранзакции\n" -#: pg_resetxlog.c:1043 +#: pg_resetxlog.c:1208 #, c-format msgid "" " -n no update, just show extracted control values (for " @@ -484,32 +520,32 @@ msgstr "" " -n ничего не делать, только показать извлечённые значения\n" " параметров (для проверки)\n" -#: pg_resetxlog.c:1044 +#: pg_resetxlog.c:1209 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID задать следующий OID\n" -#: pg_resetxlog.c:1045 +#: pg_resetxlog.c:1210 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O СМЕЩЕНИЕ задать смещение следующей мультитранзакции\n" -#: pg_resetxlog.c:1046 +#: pg_resetxlog.c:1211 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: pg_resetxlog.c:1047 +#: pg_resetxlog.c:1212 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID задать ID следующей транзакции\n" -#: pg_resetxlog.c:1048 +#: pg_resetxlog.c:1213 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: pg_resetxlog.c:1049 +#: pg_resetxlog.c:1214 #, c-format msgid "" "\n" diff --git a/src/bin/psql/po/de.po b/src/bin/psql/po/de.po index e2a139ed780..48f8b94258d 100644 --- a/src/bin/psql/po/de.po +++ b/src/bin/psql/po/de.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-01-18 04:16+0000\n" -"PO-Revision-Date: 2015-01-18 10:25-0500\n" +"POT-Creation-Date: 2015-05-18 02:47+0000\n" +"PO-Revision-Date: 2015-05-17 23:01-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -143,7 +143,7 @@ msgstr "Sie sind verbunden mit der Datenbank „%s“ als Benutzer „%s“ auf msgid "no query buffer\n" msgstr "kein Anfragepuffer\n" -#: command.c:549 command.c:2812 +#: command.c:549 command.c:2845 #, c-format msgid "invalid line number: %s\n" msgstr "ungültige Zeilennummer: %s\n" @@ -227,10 +227,10 @@ msgstr "Zeitmessung ist an." msgid "Timing is off." msgstr "Zeitmessung ist aus." -#: command.c:1393 command.c:1413 command.c:2010 command.c:2017 command.c:2026 -#: command.c:2036 command.c:2045 command.c:2059 command.c:2076 command.c:2135 -#: common.c:74 copy.c:335 copy.c:389 copy.c:404 psqlscan.l:1677 -#: psqlscan.l:1688 psqlscan.l:1698 +#: command.c:1393 command.c:1413 command.c:2043 command.c:2050 command.c:2059 +#: command.c:2069 command.c:2078 command.c:2092 command.c:2109 command.c:2168 +#: common.c:74 copy.c:335 copy.c:389 copy.c:404 psqlscan.l:1676 +#: psqlscan.l:1687 psqlscan.l:1697 #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" @@ -249,49 +249,49 @@ msgstr "Passwort: " msgid "Password for user %s: " msgstr "Passwort für Benutzer %s: " -#: command.c:1570 +#: command.c:1572 #, c-format msgid "All connection parameters must be supplied because no database connection exists\n" msgstr "Alle Verbindungsparameter müssen angegeben werden, weil keine Datenbankverbindung besteht\n" -#: command.c:1656 command.c:2846 common.c:120 common.c:413 common.c:478 +#: command.c:1689 command.c:2879 common.c:120 common.c:413 common.c:478 #: common.c:909 common.c:934 common.c:1031 copy.c:487 copy.c:684 -#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1949 +#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1948 #, c-format msgid "%s" msgstr "%s" -#: command.c:1660 +#: command.c:1693 #, c-format msgid "Previous connection kept\n" msgstr "Vorherige Verbindung wurde behalten\n" -#: command.c:1664 +#: command.c:1697 #, c-format msgid "\\connect: %s" msgstr "\\connect: %s" -#: command.c:1697 +#: command.c:1730 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n" msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“ via Socket in „%s“ auf Port „%s“.\n" -#: command.c:1700 +#: command.c:1733 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“ auf Host „%s“ auf Port „%s“.\n" -#: command.c:1704 +#: command.c:1737 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\".\n" msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“.\n" -#: command.c:1738 +#: command.c:1771 #, c-format msgid "%s (%s, server %s)\n" msgstr "%s (%s, Server %s)\n" -#: command.c:1746 +#: command.c:1779 #, c-format msgid "" "WARNING: %s major version %d.%d, server major version %d.%d.\n" @@ -300,17 +300,17 @@ msgstr "" "WARNUNG: %s-Hauptversion %d.%d, Server-Hauptversion %d.%d.\n" " Einige Features von psql werden eventuell nicht funktionieren.\n" -#: command.c:1776 +#: command.c:1809 #, c-format msgid "SSL connection (cipher: %s, bits: %d)\n" msgstr "SSL-Verbindung (Verschlüsselungsmethode: %s, Bits: %d)\n" -#: command.c:1786 +#: command.c:1819 #, c-format msgid "SSL connection (unknown cipher)\n" msgstr "SSL-Verbindung (unbekannte Verschlüsselungsmethode)\n" -#: command.c:1807 +#: command.c:1840 #, c-format msgid "" "WARNING: Console code page (%u) differs from Windows code page (%u)\n" @@ -322,188 +322,188 @@ msgstr "" " richtig. Einzelheiten finden Sie auf der psql-Handbuchseite unter\n" " „Notes for Windows users“.\n" -#: command.c:1891 +#: command.c:1924 #, c-format msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n" msgstr "Umgebungsvariable PSQL_EDITOR_LINENUMBER_ARG muss gesetzt werden, um eine Zeilennummer angeben zu können\n" -#: command.c:1928 +#: command.c:1961 #, c-format msgid "could not start editor \"%s\"\n" msgstr "konnte Editor „%s“ nicht starten\n" -#: command.c:1930 +#: command.c:1963 #, c-format msgid "could not start /bin/sh\n" msgstr "konnte /bin/sh nicht starten\n" -#: command.c:1968 +#: command.c:2001 #, c-format msgid "could not locate temporary directory: %s\n" msgstr "konnte temporäres Verzeichnis nicht finden: %s\n" -#: command.c:1995 +#: command.c:2028 #, c-format msgid "could not open temporary file \"%s\": %s\n" msgstr "konnte temporäre Datei „%s“ nicht öffnen: %s\n" -#: command.c:2257 +#: command.c:2290 #, c-format msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n" msgstr "\\pset: zulässige Formate sind unaligned, aligned, wrapped, html, latex, troff-ms\n" -#: command.c:2262 +#: command.c:2295 #, c-format msgid "Output format is %s.\n" msgstr "Ausgabeformat ist „%s“.\n" -#: command.c:2278 +#: command.c:2311 #, c-format msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n" msgstr "\\pset: zulässige Linienstile sind ascii, old-ascii, unicode\n" -#: command.c:2283 +#: command.c:2316 #, c-format msgid "Line style is %s.\n" msgstr "Linienstil ist %s.\n" -#: command.c:2294 +#: command.c:2327 #, c-format msgid "Border style is %d.\n" msgstr "Rahmenstil ist %d.\n" -#: command.c:2311 +#: command.c:2344 #, c-format msgid "Expanded display is on.\n" msgstr "Erweiterte Anzeige ist an.\n" -#: command.c:2313 +#: command.c:2346 #, c-format msgid "Expanded display is used automatically.\n" msgstr "Erweiterte Anzeige wird automatisch verwendet.\n" -#: command.c:2315 +#: command.c:2348 #, c-format msgid "Expanded display is off.\n" msgstr "Erweiterte Anzeige ist aus.\n" -#: command.c:2329 +#: command.c:2362 msgid "Showing locale-adjusted numeric output." msgstr "Zeige numerische Daten in lokalisiertem Format." -#: command.c:2331 +#: command.c:2364 msgid "Locale-adjusted numeric output is off." msgstr "Lokalisiertes Format für numerische Daten ist aus." -#: command.c:2344 +#: command.c:2377 #, c-format msgid "Null display is \"%s\".\n" msgstr "Null-Anzeige ist „%s“.\n" -#: command.c:2359 command.c:2371 +#: command.c:2392 command.c:2404 #, c-format msgid "Field separator is zero byte.\n" msgstr "Feldtrennzeichen ist ein Null-Byte.\n" -#: command.c:2361 +#: command.c:2394 #, c-format msgid "Field separator is \"%s\".\n" msgstr "Feldtrennzeichen ist „%s“.\n" -#: command.c:2386 command.c:2400 +#: command.c:2419 command.c:2433 #, c-format msgid "Record separator is zero byte.\n" msgstr "Satztrennzeichen ist ein Null-Byte.\n" -#: command.c:2388 +#: command.c:2421 #, c-format msgid "Record separator is ." msgstr "Satztrennzeichen ist ." -#: command.c:2390 +#: command.c:2423 #, c-format msgid "Record separator is \"%s\".\n" msgstr "Satztrennzeichen ist „%s“.\n" -#: command.c:2413 +#: command.c:2446 msgid "Showing only tuples." msgstr "Zeige nur Datenzeilen." -#: command.c:2415 +#: command.c:2448 msgid "Tuples only is off." msgstr "Nur Datenzeilen ist aus." -#: command.c:2431 +#: command.c:2464 #, c-format msgid "Title is \"%s\".\n" msgstr "Titel ist „%s“.\n" -#: command.c:2433 +#: command.c:2466 #, c-format msgid "Title is unset.\n" msgstr "Titel ist nicht gesetzt.\n" -#: command.c:2449 +#: command.c:2482 #, c-format msgid "Table attribute is \"%s\".\n" msgstr "Tabellenattribut ist „%s“.\n" -#: command.c:2451 +#: command.c:2484 #, c-format msgid "Table attributes unset.\n" msgstr "Tabellenattribute sind nicht gesetzt.\n" -#: command.c:2474 +#: command.c:2507 msgid "Pager is used for long output." msgstr "Pager wird für lange Ausgaben verwendet." -#: command.c:2476 +#: command.c:2509 msgid "Pager is always used." msgstr "Pager wird immer verwendet." -#: command.c:2478 +#: command.c:2511 msgid "Pager usage is off." msgstr "Pager-Verwendung ist aus." -#: command.c:2492 +#: command.c:2525 msgid "Default footer is on." msgstr "Standardfußzeile ist an." -#: command.c:2494 +#: command.c:2527 msgid "Default footer is off." msgstr "Standardfußzeile ist aus." -#: command.c:2505 +#: command.c:2538 #, c-format msgid "Target width is %d.\n" msgstr "Zielbreite ist %d.\n" -#: command.c:2510 +#: command.c:2543 #, c-format msgid "\\pset: unknown option: %s\n" msgstr "\\pset: unbekannte Option: %s\n" -#: command.c:2564 +#: command.c:2597 #, c-format msgid "\\!: failed\n" msgstr "\\!: fehlgeschlagen\n" -#: command.c:2584 command.c:2642 +#: command.c:2617 command.c:2675 #, c-format msgid "\\watch cannot be used with an empty query\n" msgstr "\\watch kann nicht mit einer leeren Anfrage verwendet werden\n" -#: command.c:2605 +#: command.c:2638 #, c-format msgid "Watch every %lds\t%s" msgstr "\\watch alle %lds\t%s" -#: command.c:2649 +#: command.c:2682 #, c-format msgid "\\watch cannot be used with COPY\n" msgstr "\\watch kann nicht mit COPY verwendet werden\n" -#: command.c:2655 +#: command.c:2688 #, c-format msgid "unexpected result status for \\watch\n" msgstr "unerwarteter Ergebnisstatus für \\watch\n" @@ -1153,6 +1153,9 @@ msgstr "Optionen" msgid "Tablespace: \"%s\"" msgstr "Tablespace: „%s“" +#. translator: before this string there's an index +#. description like '"foo_pkey" PRIMARY KEY, btree (a)' +#. #: describe.c:2379 #, c-format msgid ", tablespace \"%s\"" @@ -2283,19 +2286,19 @@ msgstr "Verbindung\n" #: help.c:262 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently \"%s\")\n" msgstr "" -" \\c[onnect] [DBNAME|- BENUTZER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- BENUTZER|- HOST|- PORT|-] | conninfo}\n" " mit neuer Datenbank verbinden (aktuell „%s“)\n" #: help.c:266 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently no connection)\n" msgstr "" -" \\c[onnect] [DBNAME|- BENUTZER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- BENUTZER|- HOST|- PORT|-] | conninfo}\n" " mit neuer Datenbank verbinden (aktuell keine Verbindung)\n" #: help.c:268 @@ -2411,12 +2414,12 @@ msgstr "" msgid "could not read from input file: %s\n" msgstr "konnte nicht aus Eingabedatei lesen: %s\n" -#: input.c:455 input.c:494 +#: input.c:450 input.c:489 #, c-format msgid "could not save history to file \"%s\": %s\n" msgstr "konnte Befehlsgeschichte nicht in „%s“ speichern: %s\n" -#: input.c:514 +#: input.c:509 #, c-format msgid "history is not supported by this installation\n" msgstr "Befehlsgeschichte wird von dieser Installation nicht unterstützt\n" @@ -2505,17 +2508,17 @@ msgstr "ungültiges Ausgabeformat (interner Fehler): %d" msgid "skipping recursive expansion of variable \"%s\"\n" msgstr "rekursive Auswertung der Variable „%s“ wird ausgelassen\n" -#: psqlscan.l:1604 +#: psqlscan.l:1603 #, c-format msgid "unterminated quoted string\n" msgstr "Zeichenkette in Anführungszeichen nicht abgeschlossen\n" -#: psqlscan.l:1704 +#: psqlscan.l:1703 #, c-format msgid "%s: out of memory\n" msgstr "%s: Speicher aufgebraucht\n" -#: psqlscan.l:1933 +#: psqlscan.l:1932 #, c-format msgid "can't escape without active connection\n" msgstr "Escape kann nicht ohne aktive Verbindung ausgeführt werden\n" @@ -4350,7 +4353,7 @@ msgstr "%s: Warnung: überflüssiges Kommandozeilenargument „%s“ ignoriert\n msgid "unrecognized value \"%s\" for \"%s\"; assuming \"%s\"\n" msgstr "unbekannter Wert „%s“ für „%s“; „%s“ wird angenommen\n" -#: tab-complete.c:3941 +#: tab-complete.c:3944 #, c-format msgid "" "tab completion query failed: %s\n" diff --git a/src/bin/psql/po/fr.po b/src/bin/psql/po/fr.po index 31f7d61ce25..c1b943499ea 100644 --- a/src/bin/psql/po/fr.po +++ b/src/bin/psql/po/fr.po @@ -7,10 +7,10 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-02-14 18:18+0000\n" -"PO-Revision-Date: 2014-02-14 21:47+0100\n" +"POT-Creation-Date: 2015-05-13 07:47+0000\n" +"PO-Revision-Date: 2015-05-13 23:10+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: French \n" "Language: fr\n" @@ -18,11 +18,10 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.7.5\n" #: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60 -#: ../../common/fe_memutils.c:83 command.c:1130 input.c:204 mainloop.c:72 -#: mainloop.c:234 tab-complete.c:3827 +#: ../../common/fe_memutils.c:83 input.c:205 mainloop.c:72 mainloop.c:234 #, c-format msgid "out of memory\n" msgstr "mmoire puise\n" @@ -127,35 +126,27 @@ msgstr "n'a pas pu obtenir le r msgid "\\%s: could not change directory to \"%s\": %s\n" msgstr "\\%s : n'a pas pu accder au rpertoire %s : %s\n" -#: command.c:307 common.c:446 common.c:851 +#: command.c:307 common.c:446 common.c:866 #, c-format msgid "You are currently not connected to a database.\n" msgstr "Vous n'tes pas connect une base de donnes.\n" #: command.c:314 #, c-format -msgid "" -"You are connected to database \"%s\" as user \"%s\" via socket in \"%s\" at " -"port \"%s\".\n" -msgstr "" -"Vous tes connect la base de donnes %s en tant qu'utilisateur %s " -"via le socket dans %s via le port %s .\n" +msgid "You are connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n" +msgstr "Vous tes connect la base de donnes %s en tant qu'utilisateur %s via le socket dans %s via le port %s .\n" #: command.c:317 #, c-format -msgid "" -"You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port " -"\"%s\".\n" -msgstr "" -"Vous tes connect la base de donnes %s en tant qu'utilisateur %s " -"sur l'hte %s via le port %s .\n" +msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" +msgstr "Vous tes connect la base de donnes %s en tant qu'utilisateur %s sur l'hte %s via le port %s .\n" -#: command.c:516 command.c:586 command.c:1382 +#: command.c:516 command.c:586 command.c:1365 #, c-format msgid "no query buffer\n" msgstr "aucun tampon de requte\n" -#: command.c:549 command.c:2826 +#: command.c:549 command.c:2845 #, c-format msgid "invalid line number: %s\n" msgstr "numro de ligne invalide : %s\n" @@ -163,9 +154,7 @@ msgstr "num #: command.c:580 #, c-format msgid "The server (version %d.%d) does not support editing function source.\n" -msgstr "" -"Le serveur (version %d.%d) ne supporte pas l'dition du code de la " -"fonction.\n" +msgstr "Le serveur (version %d.%d) ne supporte pas l'dition du code de la fonction.\n" #: command.c:660 msgid "No changes" @@ -177,7 +166,7 @@ msgid "%s: invalid encoding name or conversion procedure not found\n" msgstr "%s : nom d'encodage invalide ou procdure de conversion introuvable\n" #: command.c:810 command.c:860 command.c:874 command.c:891 command.c:998 -#: command.c:1048 command.c:1158 command.c:1362 command.c:1393 +#: command.c:1048 command.c:1141 command.c:1345 command.c:1376 #, c-format msgid "\\%s: missing required argument\n" msgstr "\\%s : argument requis manquant\n" @@ -204,7 +193,7 @@ msgstr "Les mots de passe ne sont pas identiques.\n" msgid "Password encryption failed.\n" msgstr "chec du chiffrement du mot de passe.\n" -#: command.c:1027 command.c:1139 command.c:1367 +#: command.c:1027 command.c:1122 command.c:1350 #, c-format msgid "\\%s: error while setting variable\n" msgstr "\\%s : erreur lors de l'initialisation de la variable\n" @@ -213,117 +202,101 @@ msgstr "\\%s : erreur lors de l'initialisation de la variable\n" msgid "Query buffer reset (cleared)." msgstr "Le tampon de requte a t effac." -#: command.c:1092 +#: command.c:1080 #, c-format msgid "Wrote history to file \"%s/%s\".\n" msgstr "Historique sauvegard dans le fichier %s/%s .\n" -#: command.c:1163 +#: command.c:1146 #, c-format msgid "\\%s: environment variable name must not contain \"=\"\n" -msgstr "" -"\\%s : le nom de la variable d'environnement ne doit pas contenir = \n" +msgstr "\\%s : le nom de la variable d'environnement ne doit pas contenir = \n" -#: command.c:1206 +#: command.c:1189 #, c-format msgid "The server (version %d.%d) does not support showing function source.\n" -msgstr "" -"Le serveur (version %d.%d) ne supporte pas l'affichage du code de la " -"fonction.\n" +msgstr "Le serveur (version %d.%d) ne supporte pas l'affichage du code de la fonction.\n" -#: command.c:1212 +#: command.c:1195 #, c-format msgid "function name is required\n" msgstr "le nom de la fonction est requis\n" -#: command.c:1347 +#: command.c:1330 msgid "Timing is on." msgstr "Chronomtrage activ." -#: command.c:1349 +#: command.c:1332 msgid "Timing is off." msgstr "Chronomtrage dsactiv." -#: command.c:1410 command.c:1430 command.c:2027 command.c:2034 command.c:2043 -#: command.c:2053 command.c:2062 command.c:2076 command.c:2093 command.c:2152 -#: common.c:74 copy.c:342 copy.c:395 copy.c:410 psqlscan.l:1677 -#: psqlscan.l:1688 psqlscan.l:1698 +#: command.c:1393 command.c:1413 command.c:2043 command.c:2050 command.c:2059 +#: command.c:2069 command.c:2078 command.c:2092 command.c:2109 command.c:2168 +#: common.c:74 copy.c:335 copy.c:389 copy.c:404 psqlscan.l:1676 +#: psqlscan.l:1687 psqlscan.l:1697 #, c-format msgid "%s: %s\n" msgstr "%s : %s\n" -#: command.c:1509 +#: command.c:1492 #, c-format msgid "+ opt(%d) = |%s|\n" msgstr "+ opt(%d) = |%s|\n" -#: command.c:1535 startup.c:185 +#: command.c:1518 startup.c:186 msgid "Password: " msgstr "Mot de passe : " -#: command.c:1542 startup.c:188 startup.c:190 +#: command.c:1525 startup.c:189 startup.c:191 #, c-format msgid "Password for user %s: " msgstr "Mot de passe pour l'utilisateur %s : " -#: command.c:1587 +#: command.c:1572 #, c-format -msgid "" -"All connection parameters must be supplied because no database connection " -"exists\n" +msgid "All connection parameters must be supplied because no database connection exists\n" msgstr "" -"Tous les paramtres de connexions doivent tre fournis car il n'y a pas de " -"connexion\n" +"Tous les paramtres de connexions doivent tre fournis car il n'y a pas de connexion\n" " une base de donnes existante.\n" -#: command.c:1673 command.c:2860 common.c:120 common.c:413 common.c:478 -#: common.c:894 common.c:919 common.c:1016 copy.c:493 copy.c:690 -#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1949 +#: command.c:1689 command.c:2879 common.c:120 common.c:413 common.c:478 +#: common.c:909 common.c:934 common.c:1031 copy.c:487 copy.c:684 +#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1948 #, c-format msgid "%s" msgstr "%s" -#: command.c:1677 +#: command.c:1693 #, c-format msgid "Previous connection kept\n" msgstr "Connexion prcdente conserve\n" -#: command.c:1681 +#: command.c:1697 #, c-format msgid "\\connect: %s" msgstr "\\connect : %s" -#: command.c:1714 +#: command.c:1730 #, c-format -msgid "" -"You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" " -"at port \"%s\".\n" -msgstr "" -"Vous tes maintenant connect la base de donnes %s en tant " -"qu'utilisateur %s via le socket dans %s via le port %s .\n" +msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n" +msgstr "Vous tes maintenant connect la base de donnes %s en tant qu'utilisateur %s via le socket dans %s via le port %s .\n" -#: command.c:1717 +#: command.c:1733 #, c-format -msgid "" -"You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at " -"port \"%s\".\n" -msgstr "" -"Vous tes maintenant connect la base de donnes %s en tant " -"qu'utilisateur %s sur l'hte %s via le port %s .\n" +msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" +msgstr "Vous tes maintenant connect la base de donnes %s en tant qu'utilisateur %s sur l'hte %s via le port %s .\n" -#: command.c:1721 +#: command.c:1737 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\".\n" -msgstr "" -"Vous tes maintenant connect la base de donnes %s en tant " -"qu'utilisateur %s .\n" +msgstr "Vous tes maintenant connect la base de donnes %s en tant qu'utilisateur %s .\n" -#: command.c:1755 +#: command.c:1771 #, c-format msgid "%s (%s, server %s)\n" msgstr "%s (%s, serveur %s)\n" -#: command.c:1763 +#: command.c:1779 #, c-format msgid "" "WARNING: %s major version %d.%d, server major version %d.%d.\n" @@ -332,17 +305,17 @@ msgstr "" "ATTENTION : %s version majeure %d.%d, version majeure du serveur %d.%d.\n" " Certaines fonctionnalits de psql pourraient ne pas fonctionner.\n" -#: command.c:1793 +#: command.c:1809 #, c-format msgid "SSL connection (cipher: %s, bits: %d)\n" msgstr "Connexion SSL (chiffrement : %s, bits : %d)\n" -#: command.c:1803 +#: command.c:1819 #, c-format msgid "SSL connection (unknown cipher)\n" msgstr "Connexion SSL (chiffrement inconnu)\n" -#: command.c:1824 +#: command.c:1840 #, c-format msgid "" "WARNING: Console code page (%u) differs from Windows code page (%u)\n" @@ -351,202 +324,195 @@ msgid "" msgstr "" "Attention : l'encodage console (%u) diffre de l'encodage Windows (%u).\n" " Les caractres 8 bits peuvent ne pas fonctionner correctement.\n" -" Voir la section Notes aux utilisateurs de Windows de la " -"page\n" +" Voir la section Notes aux utilisateurs de Windows de la page\n" " rfrence de psql pour les dtails.\n" -#: command.c:1908 +#: command.c:1924 #, c-format -msgid "" -"environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a " -"line number\n" +msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n" msgstr "" "la variable d'environnement EDITOR_LINENUMBER_SWITCH doit tre configure\n" "pour spcifier un numro de ligne\n" -#: command.c:1945 +#: command.c:1961 #, c-format msgid "could not start editor \"%s\"\n" msgstr "n'a pas pu excuter l'diteur %s \n" -#: command.c:1947 +#: command.c:1963 #, c-format msgid "could not start /bin/sh\n" msgstr "n'a pas pu excuter /bin/sh\n" -#: command.c:1985 +#: command.c:2001 #, c-format msgid "could not locate temporary directory: %s\n" msgstr "n'a pas pu localiser le rpertoire temporaire : %s\n" -#: command.c:2012 +#: command.c:2028 #, c-format msgid "could not open temporary file \"%s\": %s\n" msgstr "n'a pas pu ouvrir le fichier temporaire %s : %s\n" -#: command.c:2274 +#: command.c:2290 #, c-format -msgid "" -"\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-" -"ms\n" +msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n" msgstr "" -"\\pset : les formats autoriss sont unaligned, aligned, wrapped, html, " -"latex,\n" +"\\pset : les formats autoriss sont unaligned, aligned, wrapped, html, latex,\n" "troff-ms\n" -#: command.c:2279 +#: command.c:2295 #, c-format msgid "Output format is %s.\n" msgstr "Le format de sortie est %s.\n" -#: command.c:2295 +#: command.c:2311 #, c-format msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n" -msgstr "" -"\\pset: les styles de lignes autoriss sont ascii, old-ascii, unicode\n" +msgstr "\\pset: les styles de lignes autoriss sont ascii, old-ascii, unicode\n" -#: command.c:2300 +#: command.c:2316 #, c-format msgid "Line style is %s.\n" msgstr "Le style de ligne est %s.\n" -#: command.c:2311 +#: command.c:2327 #, c-format msgid "Border style is %d.\n" msgstr "Le style de bordure est %d.\n" -#: command.c:2326 +#: command.c:2344 #, c-format msgid "Expanded display is on.\n" msgstr "Affichage tendu activ.\n" -#: command.c:2328 +#: command.c:2346 #, c-format msgid "Expanded display is used automatically.\n" msgstr "L'affichage tendu est utilis automatiquement.\n" -#: command.c:2330 +#: command.c:2348 #, c-format msgid "Expanded display is off.\n" msgstr "Affichage tendu dsactiv.\n" -#: command.c:2344 +#: command.c:2362 msgid "Showing locale-adjusted numeric output." msgstr "Affichage de la sortie numrique adapte la locale." -#: command.c:2346 +#: command.c:2364 msgid "Locale-adjusted numeric output is off." msgstr "L'affichage de la sortie numrique adapte la locale est dsactiv." -#: command.c:2359 +#: command.c:2377 #, c-format msgid "Null display is \"%s\".\n" msgstr "L'affichage de null est %s .\n" -#: command.c:2374 command.c:2386 +#: command.c:2392 command.c:2404 #, c-format msgid "Field separator is zero byte.\n" msgstr "Le sparateur de champs est l'octet zro.\n" -#: command.c:2376 +#: command.c:2394 #, c-format msgid "Field separator is \"%s\".\n" msgstr "Le sparateur de champs est %s .\n" -#: command.c:2401 command.c:2415 +#: command.c:2419 command.c:2433 #, c-format msgid "Record separator is zero byte.\n" msgstr "Le sparateur d'enregistrements est l'octet zro.\n" -#: command.c:2403 +#: command.c:2421 #, c-format msgid "Record separator is ." msgstr "Le sparateur d'enregistrements est ." -#: command.c:2405 +#: command.c:2423 #, c-format msgid "Record separator is \"%s\".\n" msgstr "Le sparateur d'enregistrements est %s .\n" -#: command.c:2428 +#: command.c:2446 msgid "Showing only tuples." msgstr "Affichage des tuples seuls." -#: command.c:2430 +#: command.c:2448 msgid "Tuples only is off." msgstr "L'affichage des tuples seuls est dsactiv." -#: command.c:2446 +#: command.c:2464 #, c-format msgid "Title is \"%s\".\n" msgstr "Le titre est %s .\n" -#: command.c:2448 +#: command.c:2466 #, c-format msgid "Title is unset.\n" msgstr "Le titre n'est pas dfini.\n" -#: command.c:2464 +#: command.c:2482 #, c-format msgid "Table attribute is \"%s\".\n" msgstr "L'attribut de la table est %s .\n" -#: command.c:2466 +#: command.c:2484 #, c-format msgid "Table attributes unset.\n" msgstr "Les attributs de la table ne sont pas dfinis.\n" -#: command.c:2487 +#: command.c:2507 msgid "Pager is used for long output." msgstr "Le pagineur est utilis pour les affichages importants." -#: command.c:2489 +#: command.c:2509 msgid "Pager is always used." msgstr "Le pagineur est toujours utilis." -#: command.c:2491 +#: command.c:2511 msgid "Pager usage is off." msgstr "Le pagineur n'est pas utilis." -#: command.c:2505 +#: command.c:2525 msgid "Default footer is on." msgstr "Le bas de page pas dfaut est activ." -#: command.c:2507 +#: command.c:2527 msgid "Default footer is off." msgstr "Le bas de page par dfaut est dsactiv." -#: command.c:2518 +#: command.c:2538 #, c-format msgid "Target width is %d.\n" msgstr "La largeur cible est %d.\n" -#: command.c:2523 +#: command.c:2543 #, c-format msgid "\\pset: unknown option: %s\n" msgstr "\\pset : option inconnue : %s\n" -#: command.c:2577 +#: command.c:2597 #, c-format msgid "\\!: failed\n" msgstr "\\! : chec\n" -#: command.c:2597 command.c:2656 +#: command.c:2617 command.c:2675 #, c-format msgid "\\watch cannot be used with an empty query\n" msgstr "\\watch ne peut pas tre utilis avec une requte vide\n" -#: command.c:2619 +#: command.c:2638 #, c-format msgid "Watch every %lds\t%s" msgstr "Vrifier chaque %lds\t%s" -#: command.c:2663 +#: command.c:2682 #, c-format msgid "\\watch cannot be used with COPY\n" msgstr "\\watch ne peut pas tre utilis avec COPY\n" -#: command.c:2669 +#: command.c:2688 #, c-format msgid "unexpected result status for \\watch\n" msgstr "statut rsultat inattendu pour \\watch\n" @@ -571,12 +537,12 @@ msgstr " msgid "Succeeded.\n" msgstr "Succs.\n" -#: common.c:403 common.c:683 common.c:816 +#: common.c:403 common.c:683 common.c:831 #, c-format msgid "unexpected PQresultStatus: %d\n" msgstr "PQresultStatus inattendu : %d\n" -#: common.c:452 common.c:459 common.c:877 +#: common.c:452 common.c:459 common.c:892 #, c-format msgid "" "********* QUERY **********\n" @@ -591,18 +557,14 @@ msgstr "" #: common.c:513 #, c-format -msgid "" -"Asynchronous notification \"%s\" with payload \"%s\" received from server " -"process with PID %d.\n" +msgid "Asynchronous notification \"%s\" with payload \"%s\" received from server process with PID %d.\n" msgstr "" -"Notification asynchrone %s reue avec le contenu %s en provenance " -"du\n" +"Notification asynchrone %s reue avec le contenu %s en provenance du\n" "processus serveur de PID %d.\n" #: common.c:516 #, c-format -msgid "" -"Asynchronous notification \"%s\" received from server process with PID %d.\n" +msgid "Asynchronous notification \"%s\" received from server process with PID %d.\n" msgstr "" "Notification asynchrone %s reue en provenance du processus serveur de\n" "PID %d.\n" @@ -622,36 +584,30 @@ msgstr "plus d'une ligne retourn msgid "could not set variable \"%s\"\n" msgstr "n'a pas pu initialiser la variable %s \n" -#: common.c:859 +#: common.c:874 #, c-format msgid "" -"***(Single step mode: verify " -"command)*******************************************\n" +"***(Single step mode: verify command)*******************************************\n" "%s\n" -"***(press return to proceed or enter x and return to " -"cancel)********************\n" +"***(press return to proceed or enter x and return to cancel)********************\n" msgstr "" -"***(Mode tape par tape: vrifiez la " -"commande)*********************************\n" +"***(Mode tape par tape: vrifiez la commande)*********************************\n" "%s\n" -"***(appuyez sur entre pour l'excuter ou tapez x puis entre pour " -"annuler)***\n" +"***(appuyez sur entre pour l'excuter ou tapez x puis entre pour annuler)***\n" -#: common.c:910 +#: common.c:925 #, c-format -msgid "" -"The server (version %d.%d) does not support savepoints for " -"ON_ERROR_ROLLBACK.\n" +msgid "The server (version %d.%d) does not support savepoints for ON_ERROR_ROLLBACK.\n" msgstr "" "Le serveur (version %d.%d) ne supporte pas les points de sauvegarde pour\n" "ON_ERROR_ROLLBACK.\n" -#: common.c:1004 +#: common.c:1019 #, c-format msgid "unexpected transaction status (%d)\n" msgstr "tat de la transaction inattendu (%d)\n" -#: common.c:1032 +#: common.c:1047 #, c-format msgid "Time: %.3f ms\n" msgstr "Temps : %.3f ms\n" @@ -671,36 +627,36 @@ msgstr "\\copy : erreur d'analyse sur msgid "\\copy: parse error at end of line\n" msgstr "\\copy : erreur d'analyse la fin de la ligne\n" -#: copy.c:339 +#: copy.c:332 #, c-format msgid "could not execute command \"%s\": %s\n" msgstr "n'a pas pu excuter la commande %s : %s\n" -#: copy.c:355 +#: copy.c:350 #, c-format msgid "%s: cannot copy from/to a directory\n" msgstr "%s : ne peut pas copier partir de/vers un rpertoire\n" -#: copy.c:389 +#: copy.c:383 #, c-format msgid "could not close pipe to external command: %s\n" msgstr "n'a pas pu fermer le fichier pipe vers la commande externe : %s\n" -#: copy.c:456 copy.c:467 +#: copy.c:450 copy.c:461 #, c-format msgid "could not write COPY data: %s\n" msgstr "n'a pas pu crire les donnes du COPY : %s\n" -#: copy.c:474 +#: copy.c:468 #, c-format msgid "COPY data transfer failed: %s" msgstr "chec du transfert de donnes COPY : %s" -#: copy.c:535 +#: copy.c:529 msgid "canceled by user" msgstr "annul par l'utilisateur" -#: copy.c:545 +#: copy.c:539 msgid "" "Enter data to be copied followed by a newline.\n" "End with a backslash and a period on a line by itself." @@ -708,11 +664,11 @@ msgstr "" "Saisissez les donnes copier suivies d'un saut de ligne.\n" "Terminez avec un antislash et un point seuls sur une ligne." -#: copy.c:662 +#: copy.c:656 msgid "aborted because of read failure" msgstr "annul du fait d'une erreur de lecture" -#: copy.c:686 +#: copy.c:680 msgid "trying to exit copy mode" msgstr "tente de sortir du mode copy" @@ -929,11 +885,8 @@ msgstr "Droits d'acc #: describe.c:809 #, c-format -msgid "" -"The server (version %d.%d) does not support altering default privileges.\n" -msgstr "" -"Le serveur (version %d.%d) ne supporte pas la modification des droits par " -"dfaut.\n" +msgid "The server (version %d.%d) does not support altering default privileges.\n" +msgstr "Le serveur (version %d.%d) ne supporte pas la modification des droits par dfaut.\n" #: describe.c:828 msgid "function" @@ -1215,6 +1168,9 @@ msgstr "Options" msgid "Tablespace: \"%s\"" msgstr "Tablespace : %s " +#. translator: before this string there's an index +#. description like '"foo_pkey" PRIMARY KEY, btree (a)' +#. #: describe.c:2379 #, c-format msgid ", tablespace \"%s\"" @@ -1290,9 +1246,7 @@ msgstr "R #: describe.c:2584 #, c-format msgid "No per-database role settings support in this server version.\n" -msgstr "" -"Pas de supprot des paramtres rle par base de donnes pour la version de ce " -"serveur.\n" +msgstr "Pas de supprot des paramtres rle par base de donnes pour la version de ce serveur.\n" #: describe.c:2595 #, c-format @@ -1391,12 +1345,10 @@ msgid "Event" msgstr "vnement" #: describe.c:3042 -#| msgid "Enabled" msgid "enabled" msgstr "activ" #: describe.c:3043 -#| msgid "Replication" msgid "replica" msgstr "rplicat" @@ -1405,7 +1357,6 @@ msgid "always" msgstr "toujours" #: describe.c:3045 -#| msgid "stable" msgid "disabled" msgstr "dsactiv" @@ -1474,8 +1425,7 @@ msgstr "Liste des analyseurs de la recherche de texte" #: describe.c:3398 #, c-format msgid "Did not find any text search parser named \"%s\".\n" -msgstr "" -"Aucun analyseur de la recherche de texte nomm %s n'a t trouv.\n" +msgstr "Aucun analyseur de la recherche de texte nomm %s n'a t trouv.\n" #: describe.c:3473 msgid "Start parse" @@ -1556,9 +1506,7 @@ msgstr "Liste des configurations de la recherche de texte" #: describe.c:3768 #, c-format msgid "Did not find any text search configuration named \"%s\".\n" -msgstr "" -"Aucune configuration de la recherche de texte nomme %s n'a t " -"trouve.\n" +msgstr "Aucune configuration de la recherche de texte nomme %s n'a t trouve.\n" #: describe.c:3834 msgid "Token" @@ -1599,9 +1547,7 @@ msgstr "" #: describe.c:3888 #, c-format msgid "The server (version %d.%d) does not support foreign-data wrappers.\n" -msgstr "" -"Le serveur (version %d.%d) ne supporte pas les wrappers de donnes " -"distantes.\n" +msgstr "Le serveur (version %d.%d) ne supporte pas les wrappers de donnes distantes.\n" #: describe.c:3902 msgid "Handler" @@ -1631,9 +1577,7 @@ msgstr "Liste des serveurs distants" #: describe.c:4047 #, c-format msgid "The server (version %d.%d) does not support user mappings.\n" -msgstr "" -"Le serveur (version %d.%d) ne supporte pas les correspondances " -"d'utilisateurs.\n" +msgstr "Le serveur (version %d.%d) ne supporte pas les correspondances d'utilisateurs.\n" #: describe.c:4056 describe.c:4117 msgid "Server" @@ -1727,17 +1671,14 @@ msgstr "Options g #: help.c:91 #, c-format -msgid "" -" -c, --command=COMMAND run only single command (SQL or internal) and " -"exit\n" +msgid " -c, --command=COMMAND run only single command (SQL or internal) and exit\n" msgstr "" " -c, --command=COMMANDE\n" " excute une commande unique (SQL ou interne), puis quitte\n" #: help.c:92 #, c-format -msgid "" -" -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n" +msgid " -d, --dbname=DBNAME database name to connect to (default: \"%s\")\n" msgstr "" " -d, --dbname=NOM_BASE\n" " indique le nom de la base de donnes laquelle se\n" @@ -1753,8 +1694,7 @@ msgstr "" #: help.c:94 #, c-format msgid " -l, --list list available databases, then exit\n" -msgstr "" -" -l, --list affiche les bases de donnes disponibles, puis quitte\n" +msgstr " -l, --list affiche les bases de donnes disponibles, puis quitte\n" #: help.c:95 #, c-format @@ -1779,8 +1719,7 @@ msgstr " -X, --no-psqlrc ne lit pas le fichier de d #, c-format msgid "" " -1 (\"one\"), --single-transaction\n" -" execute as a single transaction (if non-" -"interactive)\n" +" execute as a single transaction (if non-interactive)\n" msgstr "" " -1 ( un ), --single-transaction\n" " excute dans une transaction unique (si non intractif)\n" @@ -1813,12 +1752,10 @@ msgstr "" #: help.c:106 #, c-format -msgid "" -" -E, --echo-hidden display queries that internal commands generate\n" +msgid " -E, --echo-hidden display queries that internal commands generate\n" msgstr "" " -E, --echo-hidden\n" -" affiche les requtes engendres par les commandes " -"internes\n" +" affiche les requtes engendres par les commandes internes\n" #: help.c:107 #, c-format @@ -1829,8 +1766,7 @@ msgstr "" #: help.c:108 #, c-format -msgid "" -" -n, --no-readline disable enhanced command line editing (readline)\n" +msgid " -n, --no-readline disable enhanced command line editing (readline)\n" msgstr "" " -n, --no-readline\n" " dsactive l'dition avance de la ligne de commande\n" @@ -1846,8 +1782,7 @@ msgstr "" #: help.c:110 #, c-format -msgid "" -" -q, --quiet run quietly (no messages, only query output)\n" +msgid " -q, --quiet run quietly (no messages, only query output)\n" msgstr "" " -q, --quiet s'excute silencieusement (pas de messages, uniquement le\n" " rsultat des requtes)\n" @@ -1862,9 +1797,7 @@ msgstr "" #: help.c:112 #, c-format -msgid "" -" -S, --single-line single-line mode (end of line terminates SQL " -"command)\n" +msgid " -S, --single-line single-line mode (end of line terminates SQL command)\n" msgstr "" " -S, --single-line\n" " active le mode ligne par ligne (EOL termine la commande\n" @@ -1899,15 +1832,11 @@ msgstr "" #: help.c:119 #, c-format msgid " -H, --html HTML table output mode\n" -msgstr "" -" -H, --html active le mode d'affichage HTML des tables (-" -"P format=html)\n" +msgstr " -H, --html active le mode d'affichage HTML des tables (-P format=html)\n" #: help.c:120 #, c-format -msgid "" -" -P, --pset=VAR[=ARG] set printing option VAR to ARG (see \\pset " -"command)\n" +msgid " -P, --pset=VAR[=ARG] set printing option VAR to ARG (see \\pset command)\n" msgstr "" " -P, --pset=VAR[=ARG]\n" " initialise l'option d'impression VAR ARG (voir la\n" @@ -1932,9 +1861,7 @@ msgstr "" #: help.c:124 #, c-format -msgid "" -" -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, " -"border)\n" +msgid " -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, border)\n" msgstr "" " -T, --table-attr=TEXTE\n" " initialise les attributs des balises HTML de tableau\n" @@ -1974,9 +1901,7 @@ msgstr "" #: help.c:134 #, c-format -msgid "" -" -h, --host=HOSTNAME database server host or socket directory " -"(default: \"%s\")\n" +msgid " -h, --host=HOSTNAME database server host or socket directory (default: \"%s\")\n" msgstr "" " -h, --host=HOTE nom d'hte du serveur de la base de donnes ou rpertoire\n" " de la socket (par dfaut : %s)\n" @@ -2009,9 +1934,7 @@ msgstr "" #: help.c:146 #, c-format -msgid "" -" -W, --password force password prompt (should happen " -"automatically)\n" +msgid " -W, --password force password prompt (should happen automatically)\n" msgstr "" " -W, --password force la demande du mot de passe (devrait survenir\n" " automatiquement)\n" @@ -2020,15 +1943,13 @@ msgstr "" #, c-format msgid "" "\n" -"For more information, type \"\\?\" (for internal commands) or \"\\help" -"\" (for SQL\n" +"For more information, type \"\\?\" (for internal commands) or \"\\help\" (for SQL\n" "commands) from within psql, or consult the psql section in the PostgreSQL\n" "documentation.\n" "\n" msgstr "" "\n" -"Pour en savoir davantage, saisissez \\? (pour les commandes internes) " -"ou\n" +"Pour en savoir davantage, saisissez \\? (pour les commandes internes) ou\n" " \\help (pour les commandes SQL) dans psql, ou consultez la section psql\n" "de la documentation de PostgreSQL.\n" "\n" @@ -2045,33 +1966,26 @@ msgstr "G #: help.c:173 #, c-format -msgid "" -" \\copyright show PostgreSQL usage and distribution terms\n" +msgid " \\copyright show PostgreSQL usage and distribution terms\n" msgstr "" " \\copyright affiche les conditions d'utilisation et de\n" " distribution de PostgreSQL\n" #: help.c:174 #, c-format -msgid "" -" \\g [FILE] or ; execute query (and send results to file or |pipe)\n" +msgid " \\g [FILE] or ; execute query (and send results to file or |pipe)\n" msgstr "" " \\g [FICHIER] ou ; envoie le tampon de requtes au serveur (et les\n" " rsultats au fichier ou |tube)\n" #: help.c:175 #, c-format -msgid "" -" \\gset [PREFIX] execute query and store results in psql variables\n" -msgstr "" -" \\gset [PRFIXE] excute la requte et stocke les rsultats dans des " -"variables psql\n" +msgid " \\gset [PREFIX] execute query and store results in psql variables\n" +msgstr " \\gset [PRFIXE] excute la requte et stocke les rsultats dans des variables psql\n" #: help.c:176 #, c-format -msgid "" -" \\h [NAME] help on syntax of SQL commands, * for all " -"commands\n" +msgid " \\h [NAME] help on syntax of SQL commands, * for all commands\n" msgstr "" " \\h [NOM] aide-mmoire pour les commandes SQL, * pour toutes\n" " les commandes\n" @@ -2093,17 +2007,14 @@ msgstr "Tampon de requ #: help.c:182 #, c-format -msgid "" -" \\e [FILE] [LINE] edit the query buffer (or file) with external " -"editor\n" +msgid " \\e [FILE] [LINE] edit the query buffer (or file) with external editor\n" msgstr "" " \\e [FICHIER] [LIGNE] dite le tampon de requte ou le fichier avec un\n" " diteur externe\n" #: help.c:183 #, c-format -msgid "" -" \\ef [FUNCNAME [LINE]] edit function definition with external editor\n" +msgid " \\ef [FUNCNAME [LINE]] edit function definition with external editor\n" msgstr "" " \\ef [FONCTION [LIGNE]] dite la dfinition de fonction avec un diteur\n" " externe\n" @@ -2139,12 +2050,9 @@ msgstr "Entr #: help.c:193 #, c-format -msgid "" -" \\copy ... perform SQL COPY with data stream to the client " -"host\n" +msgid " \\copy ... perform SQL COPY with data stream to the client host\n" msgstr "" -" \\copy ... excute SQL COPY avec le flux de donnes dirig " -"vers\n" +" \\copy ... excute SQL COPY avec le flux de donnes dirig vers\n" " l'hte client\n" #: help.c:194 @@ -2159,12 +2067,9 @@ msgstr " \\i FICHIER ex #: help.c:196 #, c-format -msgid "" -" \\ir FILE as \\i, but relative to location of current " -"script\n" +msgid " \\ir FILE as \\i, but relative to location of current script\n" msgstr "" -" \\ir FICHIER identique \\i, mais relatif l'emplacement du " -"script\n" +" \\ir FICHIER identique \\i, mais relatif l'emplacement du script\n" " ou un |tube\n" #: help.c:197 @@ -2176,8 +2081,7 @@ msgstr "" #: help.c:198 #, c-format -msgid "" -" \\qecho [STRING] write string to query output stream (see \\o)\n" +msgid " \\qecho [STRING] write string to query output stream (see \\o)\n" msgstr "" " \\qecho [TEXTE] crit un texte sur la sortie des rsultats des\n" " requtes (voir \\o)\n" @@ -2190,15 +2094,12 @@ msgstr "Informations\n" #: help.c:202 #, c-format msgid " (options: S = show system objects, + = additional detail)\n" -msgstr "" -" (options : S = affiche les objets systmes, + = informations " -"supplmentaires)\n" +msgstr " (options : S = affiche les objets systmes, + = informations supplmentaires)\n" #: help.c:203 #, c-format msgid " \\d[S+] list tables, views, and sequences\n" -msgstr "" -" \\d[S+] affiche la liste des tables, vues et squences\n" +msgstr " \\d[S+] affiche la liste des tables, vues et squences\n" #: help.c:204 #, c-format @@ -2229,11 +2130,9 @@ msgstr " \\dC[+] [MOD #: help.c:209 #, c-format -msgid "" -" \\dd[S] [PATTERN] show object descriptions not displayed elsewhere\n" +msgid " \\dd[S] [PATTERN] show object descriptions not displayed elsewhere\n" msgstr "" -" \\dd[S] [MODLE] affiche les commentaires des objets dont le " -"commentaire\n" +" \\dd[S] [MODLE] affiche les commentaires des objets dont le commentaire\n" " n'est affich nul part ailleurs\n" #: help.c:210 @@ -2259,19 +2158,16 @@ msgstr " \\des[+] [MOD #: help.c:214 #, c-format msgid " \\deu[+] [PATTERN] list user mappings\n" -msgstr "" -" \\deu[+] [MODLE] affiche la liste des correspondances utilisateurs\n" +msgstr " \\deu[+] [MODLE] affiche la liste des correspondances utilisateurs\n" #: help.c:215 #, c-format msgid " \\dew[+] [PATTERN] list foreign-data wrappers\n" -msgstr "" -" \\dew[+] [MODLE] affiche la liste des wrappers de donnes distantes\n" +msgstr " \\dew[+] [MODLE] affiche la liste des wrappers de donnes distantes\n" #: help.c:216 #, c-format -msgid "" -" \\df[antw][S+] [PATRN] list [only agg/normal/trigger/window] functions\n" +msgid " \\df[antw][S+] [PATRN] list [only agg/normal/trigger/window] functions\n" msgstr "" " \\df[antw][S+] [PATRN] affiche la liste des fonctions\n" " [seulement agg/normal/trigger/window]\n" @@ -2287,16 +2183,14 @@ msgstr "" #, c-format msgid " \\dFd[+] [PATTERN] list text search dictionaries\n" msgstr "" -" \\dFd[+] [MODLE] affiche la liste des dictionnaires de la recherche " -"de\n" +" \\dFd[+] [MODLE] affiche la liste des dictionnaires de la recherche de\n" " texte\n" #: help.c:219 #, c-format msgid " \\dFp[+] [PATTERN] list text search parsers\n" msgstr "" -" \\dFp[+] [MODLE] affiche la liste des analyseurs de la recherche " -"de\n" +" \\dFp[+] [MODLE] affiche la liste des analyseurs de la recherche de\n" " texte\n" #: help.c:220 @@ -2350,8 +2244,7 @@ msgstr " \\dO[S+] [MOD #: help.c:229 #, c-format -msgid "" -" \\dp [PATTERN] list table, view, and sequence access privileges\n" +msgid " \\dp [PATTERN] list table, view, and sequence access privileges\n" msgstr "" " \\dp [MODLE] affiche la liste des droits d'accs aux tables,\n" " vues, squences\n" @@ -2359,9 +2252,7 @@ msgstr "" #: help.c:230 #, c-format msgid " \\drds [PATRN1 [PATRN2]] list per-database role settings\n" -msgstr "" -" \\drds [MODEL1 [MODEL2]] liste la configuration utilisateur par base " -"de donnes\n" +msgstr " \\drds [MODEL1 [MODEL2]] liste la configuration utilisateur par base de donnes\n" #: help.c:231 #, c-format @@ -2425,8 +2316,7 @@ msgstr "Formatage\n" #: help.c:245 #, c-format -msgid "" -" \\a toggle between unaligned and aligned output mode\n" +msgid " \\a toggle between unaligned and aligned output mode\n" msgstr "" " \\a bascule entre les modes de sortie aligne et non\n" " aligne\n" @@ -2440,9 +2330,7 @@ msgstr "" #: help.c:247 #, c-format -msgid "" -" \\f [STRING] show or set field separator for unaligned query " -"output\n" +msgid " \\f [STRING] show or set field separator for unaligned query output\n" msgstr "" " \\f [CHANE] affiche ou initialise le sparateur de champ pour\n" " une sortie non aligne des requtes\n" @@ -2450,35 +2338,28 @@ msgstr "" #: help.c:248 #, c-format msgid " \\H toggle HTML output mode (currently %s)\n" -msgstr "" -" \\H bascule le mode de sortie HTML (actuellement %s)\n" +msgstr " \\H bascule le mode de sortie HTML (actuellement %s)\n" #: help.c:250 #, c-format msgid "" " \\pset NAME [VALUE] set table output option\n" -" (NAME := {format|border|expanded|fieldsep|" -"fieldsep_zero|footer|null|\n" -" numericlocale|recordsep|recordsep_zero|tuples_only|" -"title|tableattr|pager})\n" +" (NAME := {format|border|expanded|fieldsep|fieldsep_zero|footer|null|\n" +" numericlocale|recordsep|recordsep_zero|tuples_only|title|tableattr|pager})\n" msgstr "" " \\pset NOM [VALEUR] rgler l'affichage de la table\n" -" (NOM := {format|border|expanded|fieldsep|" -"fieldsep_zero|footer|\n" -" null|numericlocale|recordsep|recordsep_zero|" -"tuples_only|\n" +" (NOM := {format|border|expanded|fieldsep|fieldsep_zero|footer|\n" +" null|numericlocale|recordsep|recordsep_zero|tuples_only|\n" " title|tableattr|pager})\n" #: help.c:253 #, c-format msgid " \\t [on|off] show only rows (currently %s)\n" -msgstr "" -" \\t affiche uniquement les lignes (actuellement %s)\n" +msgstr " \\t affiche uniquement les lignes (actuellement %s)\n" #: help.c:255 #, c-format -msgid "" -" \\T [STRING] set HTML tag attributes, or unset if none\n" +msgid " \\T [STRING] set HTML
tag attributes, or unset if none\n" msgstr "" " \\T [CHANE] initialise les attributs HTML de la balise
,\n" " ou l'annule en l'absence d'argument\n" @@ -2496,20 +2377,20 @@ msgstr "Connexions\n" #: help.c:262 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently \"%s\")\n" msgstr "" -" \\c[onnect] [NOM_BASE|- UTILISATEUR|- HOTE|- PORT|-]\n" +" \\c[onnect] {[NOM_BASE|- UTILISATEUR|- HOTE|- PORT|-] conninfo}\n" " se connecte une autre base de donnes\n" " (actuellement %s )\n" #: help.c:266 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently no connection)\n" msgstr "" -" \\c[onnect] [NOM_BASE|- UTILISATEUR|- HOTE|- PORT|-]\n" +" \\c[onnect] {[NOM_BASE|- UTILISATEUR|- HOTE|- PORT|-] | conninfo}\n" " se connecte une nouvelle base de donnes\n" " (aucune connexion actuellement)\n" @@ -2528,10 +2409,8 @@ msgstr "" #: help.c:270 #, c-format -msgid "" -" \\conninfo display information about current connection\n" -msgstr "" -" \\conninfo affiche des informations sur la connexion en cours\n" +msgid " \\conninfo display information about current connection\n" +msgstr " \\conninfo affiche des informations sur la connexion en cours\n" #: help.c:273 #, c-format @@ -2557,9 +2436,7 @@ msgstr "" #: help.c:278 #, c-format -msgid "" -" \\! [COMMAND] execute command in shell or start interactive " -"shell\n" +msgid " \\! [COMMAND] execute command in shell or start interactive shell\n" msgstr "" " \\! [COMMANDE] excute la commande dans un shell ou excute un\n" " shell interactif\n" @@ -2578,9 +2455,7 @@ msgstr "" #: help.c:283 #, c-format -msgid "" -" \\set [NAME [VALUE]] set internal variable, or list all if no " -"parameters\n" +msgid " \\set [NAME [VALUE]] set internal variable, or list all if no parameters\n" msgstr "" " \\set [NOM [VALEUR]] initialise une variable interne ou les affiche\n" " toutes en l'absence de paramtre\n" @@ -2637,17 +2512,17 @@ msgstr "" "Aucun aide-mmoire disponible pour %s .\n" "Essayez \\h sans arguments pour afficher les aide-mmoires disponibles.\n" -#: input.c:193 +#: input.c:194 #, c-format msgid "could not read from input file: %s\n" msgstr "n'a pas pu lire partir du fichier en entre : %s\n" -#: input.c:407 +#: input.c:450 input.c:489 #, c-format msgid "could not save history to file \"%s\": %s\n" msgstr "n'a pas pu sauvegarder l'historique dans le fichier %s : %s\n" -#: input.c:412 +#: input.c:509 #, c-format msgid "history is not supported by this installation\n" msgstr "l'historique n'est pas supporte par cette installation\n" @@ -2707,33 +2582,31 @@ msgid_plural "(%lu rows)" msgstr[0] "(%lu ligne)" msgstr[1] "(%lu lignes)" -#: print.c:1175 +#: print.c:1174 #, c-format msgid "(No rows)\n" msgstr "(Aucune ligne)\n" -#: print.c:2239 +#: print.c:2238 #, c-format msgid "Interrupted\n" msgstr "Interrompu\n" -#: print.c:2305 +#: print.c:2304 #, c-format msgid "Cannot add header to table content: column count of %d exceeded.\n" msgstr "" -"Ne peut pas ajouter l'en-tte au contenu de la table : le nombre de " -"colonnes\n" +"Ne peut pas ajouter l'en-tte au contenu de la table : le nombre de colonnes\n" "%d est dpass.\n" -#: print.c:2345 +#: print.c:2344 #, c-format msgid "Cannot add cell to table content: total cell count of %d exceeded.\n" msgstr "" -"Ne peut pas ajouter une cellule au contenu de la table : le nombre total " -"des\n" +"Ne peut pas ajouter une cellule au contenu de la table : le nombre total des\n" "cellules %d est dpass.\n" -#: print.c:2571 +#: print.c:2570 #, c-format msgid "invalid output format (internal error): %d" msgstr "format de sortie invalide (erreur interne) : %d" @@ -2743,17 +2616,17 @@ msgstr "format de sortie invalide (erreur interne) : %d" msgid "skipping recursive expansion of variable \"%s\"\n" msgstr "ignore l'expansion rcursive de la variable %s \n" -#: psqlscan.l:1604 +#: psqlscan.l:1603 #, c-format msgid "unterminated quoted string\n" msgstr "chane entre guillemets non termine\n" -#: psqlscan.l:1704 +#: psqlscan.l:1703 #, c-format msgid "%s: out of memory\n" msgstr "%s : mmoire puise\n" -#: psqlscan.l:1933 +#: psqlscan.l:1932 #, c-format msgid "can't escape without active connection\n" msgstr "ne peut mettre entre guillemets sans connexion active\n" @@ -3591,9 +3464,7 @@ msgstr "et option_like est :" #: sql_help.c:1928 msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:" -msgstr "" -"dans les contraintes UNIQUE, PRIMARY KEY et EXCLUDE, les paramtres_index " -"sont :" +msgstr "dans les contraintes UNIQUE, PRIMARY KEY et EXCLUDE, les paramtres_index sont :" #: sql_help.c:1932 msgid "exclude_element in an EXCLUDE constraint is:" @@ -4249,8 +4120,7 @@ msgstr "d #: sql_help.h:580 msgid "define a new mapping of a user to a foreign server" -msgstr "" -"dfinit une nouvelle correspondance d'un utilisateur vers un serveur distant" +msgstr "dfinit une nouvelle correspondance d'un utilisateur vers un serveur distant" #: sql_help.h:585 msgid "define a new view" @@ -4462,7 +4332,7 @@ msgstr "changer le propri #: sql_help.h:860 msgid "replace the contents of a materialized view" -msgstr "remplacer le contenue d'une vue matrialise" +msgstr "remplacer le contenu d'une vue matrialise" #: sql_help.h:865 msgid "rebuild indexes" @@ -4508,21 +4378,16 @@ msgstr "modifier un param #: sql_help.h:925 msgid "set constraint check timing for the current transaction" -msgstr "" -"dfinir le moment de la vrification des contraintes pour la transaction en " -"cours" +msgstr "dfinir le moment de la vrification des contraintes pour la transaction en cours" #: sql_help.h:930 msgid "set the current user identifier of the current session" msgstr "dfinir l'identifiant actuel de l'utilisateur de la session courante" #: sql_help.h:935 -msgid "" -"set the session user identifier and the current user identifier of the " -"current session" +msgid "set the session user identifier and the current user identifier of the current session" msgstr "" -"dfinir l'identifiant de l'utilisateur de session et l'identifiant actuel " -"de\n" +"dfinir l'identifiant de l'utilisateur de session et l'identifiant actuel de\n" "l'utilisateur de la session courante" #: sql_help.h:940 @@ -4553,17 +4418,17 @@ msgstr "compacter et optionnellement analyser une base de donn msgid "compute a set of rows" msgstr "calculer un ensemble de lignes" -#: startup.c:167 +#: startup.c:168 #, c-format msgid "%s: -1 can only be used in non-interactive mode\n" msgstr "%s p: -1 peut seulement tre utilis dans un mode non intractif\n" -#: startup.c:269 +#: startup.c:270 #, c-format msgid "%s: could not open log file \"%s\": %s\n" msgstr "%s : n'a pas pu ouvrir le journal applicatif %s : %s\n" -#: startup.c:331 +#: startup.c:332 #, c-format msgid "" "Type \"help\" for help.\n" @@ -4572,32 +4437,37 @@ msgstr "" "Saisissez help pour l'aide.\n" "\n" -#: startup.c:476 +#: startup.c:477 #, c-format msgid "%s: could not set printing parameter \"%s\"\n" msgstr "%s : n'a pas pu configurer le paramtre d'impression %s \n" -#: startup.c:516 +#: startup.c:517 #, c-format msgid "%s: could not delete variable \"%s\"\n" msgstr "%s : n'a pas pu effacer la variable %s \n" -#: startup.c:526 +#: startup.c:527 #, c-format msgid "%s: could not set variable \"%s\"\n" msgstr "%s : n'a pas pu initialiser la variable %s \n" -#: startup.c:569 startup.c:575 +#: startup.c:570 startup.c:576 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayez %s --help pour plus d'informations.\n" -#: startup.c:592 +#: startup.c:593 #, c-format msgid "%s: warning: extra command-line argument \"%s\" ignored\n" msgstr "%s : attention : option supplmentaire %s ignore\n" -#: tab-complete.c:3962 +#: startup.c:732 startup.c:779 startup.c:800 startup.c:837 variables.c:121 +#, c-format +msgid "unrecognized value \"%s\" for \"%s\"; assuming \"%s\"\n" +msgstr "valeur %s non reconnue pour %s ; suppose %s \n" + +#: tab-complete.c:3944 #, c-format msgid "" "tab completion query failed: %s\n" @@ -4608,17 +4478,11 @@ msgstr "" "La requte tait :\n" "%s\n" -#: variables.c:115 -#, c-format -msgid "unrecognized Boolean value; assuming \"on\"\n" -msgstr "valeur boolenne non reconnue ; suppos on \n" - #~ msgid "could not change directory to \"%s\"" #~ msgstr "n'a pas pu accder au rpertoire %s " #~ msgid "%s: pg_strdup: cannot duplicate null pointer (internal error)\n" -#~ msgstr "" -#~ "%s : pg_strdup : ne peut pas dupliquer le pointeur null (erreur interne)\n" +#~ msgstr "%s : pg_strdup : ne peut pas dupliquer le pointeur null (erreur interne)\n" #~ msgid " \\l[+] list all databases\n" #~ msgstr " \\l[+] affiche la liste des bases de donnes\n" @@ -4715,8 +4579,7 @@ msgstr "valeur bool #~ "\n" #~ "ALTER DATABASE name SET TABLESPACE new_tablespace\n" #~ "\n" -#~ "ALTER DATABASE name SET configuration_parameter { TO | = } { value | " -#~ "DEFAULT }\n" +#~ "ALTER DATABASE name SET configuration_parameter { TO | = } { value | DEFAULT }\n" #~ "ALTER DATABASE name SET configuration_parameter FROM CURRENT\n" #~ "ALTER DATABASE name RESET configuration_parameter\n" #~ "ALTER DATABASE name RESET ALL" @@ -4733,8 +4596,7 @@ msgstr "valeur bool #~ "\n" #~ "ALTER DATABASE nom SET TABLESPACE nouveau_tablespace\n" #~ "\n" -#~ "ALTER DATABASE nom SET paramtre_configuration { TO | = } { valeur | " -#~ "DEFAULT }\n" +#~ "ALTER DATABASE nom SET paramtre_configuration { TO | = } { valeur | DEFAULT }\n" #~ "ALTER DATABASE nom SET paramtre_configuration FROM CURRENT\n" #~ "ALTER DATABASE nom RESET paramtre_configuration\n" #~ "ALTER DATABASE nom RESET ALL" @@ -4849,9 +4711,7 @@ msgstr "valeur bool #~ "ALTER [ PROCEDURAL ] LANGUAGE nom RENAME TO nouveau_nom\n" #~ "ALTER [ PROCEDURAL ] LANGUAGE nom OWNER TO nouveau_propritaire" -#~ msgid "" -#~ "ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER " -#~ "TO newowner" +#~ msgid "ALTER OPERATOR name ( { lefttype | NONE } , { righttype | NONE } ) OWNER TO newowner" #~ msgstr "" #~ "ALTER OPERATOR nom ( { lefttype | NONE } , { righttype | NONE } )\n" #~ " OWNER TO nouveau_propritaire" @@ -4868,8 +4728,7 @@ msgstr "valeur bool #~ msgid "" #~ "ALTER OPERATOR FAMILY name USING index_method ADD\n" #~ " { OPERATOR strategy_number operator_name ( op_type, op_type )\n" -#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname " -#~ "( argument_type [, ...] )\n" +#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n" #~ " } [, ... ]\n" #~ "ALTER OPERATOR FAMILY name USING index_method DROP\n" #~ " { OPERATOR strategy_number ( op_type [ , op_type ] )\n" @@ -4909,8 +4768,7 @@ msgstr "valeur bool #~ "\n" #~ "ALTER ROLE name RENAME TO newname\n" #~ "\n" -#~ "ALTER ROLE name SET configuration_parameter { TO | = } { value | " -#~ "DEFAULT }\n" +#~ "ALTER ROLE name SET configuration_parameter { TO | = } { value | DEFAULT }\n" #~ "ALTER ROLE name SET configuration_parameter FROM CURRENT\n" #~ "ALTER ROLE name RESET configuration_parameter\n" #~ "ALTER ROLE name RESET ALL" @@ -4945,8 +4803,7 @@ msgstr "valeur bool #~ msgid "" #~ "ALTER SEQUENCE name [ INCREMENT [ BY ] increment ]\n" -#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO " -#~ "MAXVALUE ]\n" +#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n" #~ " [ START [ WITH ] start ]\n" #~ " [ RESTART [ [ WITH ] restart ] ]\n" #~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n" @@ -4956,8 +4813,7 @@ msgstr "valeur bool #~ "ALTER SEQUENCE name SET SCHEMA new_schema" #~ msgstr "" #~ "ALTER SEQUENCE nom [ INCREMENT [ BY ] incrment ]\n" -#~ " [ MINVALUE valeur_min | NO MINVALUE ] [ MAXVALUE valeur_max | NO " -#~ "MAXVALUE ]\n" +#~ " [ MINVALUE valeur_min | NO MINVALUE ] [ MAXVALUE valeur_max | NO MAXVALUE ]\n" #~ " [ START [ WITH ] valeur_dbut ]\n" #~ " [ RESTART [ [ WITH ] valeur_redmarrage ] ]\n" #~ " [ CACHE cache ] [ [ NO ] CYCLE ]\n" @@ -4994,8 +4850,7 @@ msgstr "valeur bool #~ " ALTER [ COLUMN ] column DROP DEFAULT\n" #~ " ALTER [ COLUMN ] column { SET | DROP } NOT NULL\n" #~ " ALTER [ COLUMN ] column SET STATISTICS integer\n" -#~ " ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | " -#~ "MAIN }\n" +#~ " ALTER [ COLUMN ] column SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN }\n" #~ " ADD table_constraint\n" #~ " DROP CONSTRAINT constraint_name [ RESTRICT | CASCADE ]\n" #~ " DISABLE TRIGGER [ trigger_name | ALL | USER ]\n" @@ -5073,8 +4928,7 @@ msgstr "valeur bool #~ "ALTER TEXT SEARCH CONFIGURATION name\n" #~ " ALTER MAPPING REPLACE old_dictionary WITH new_dictionary\n" #~ "ALTER TEXT SEARCH CONFIGURATION name\n" -#~ " ALTER MAPPING FOR token_type [, ... ] REPLACE old_dictionary WITH " -#~ "new_dictionary\n" +#~ " ALTER MAPPING FOR token_type [, ... ] REPLACE old_dictionary WITH new_dictionary\n" #~ "ALTER TEXT SEARCH CONFIGURATION name\n" #~ " DROP MAPPING [ IF EXISTS ] FOR token_type [, ... ]\n" #~ "ALTER TEXT SEARCH CONFIGURATION name RENAME TO newname\n" @@ -5142,8 +4996,7 @@ msgstr "valeur bool #~ "\n" #~ "ALTER USER name RENAME TO newname\n" #~ "\n" -#~ "ALTER USER name SET configuration_parameter { TO | = } { value | " -#~ "DEFAULT }\n" +#~ "ALTER USER name SET configuration_parameter { TO | = } { value | DEFAULT }\n" #~ "ALTER USER name SET configuration_parameter FROM CURRENT\n" #~ "ALTER USER name RESET configuration_parameter\n" #~ "ALTER USER name RESET ALL" @@ -5174,8 +5027,7 @@ msgstr "valeur bool #~ " SERVER servername\n" #~ " OPTIONS ( [ ADD | SET | DROP ] option ['value'] [, ... ] )" #~ msgstr "" -#~ "ALTER USER MAPPING FOR { nom_utilisateur | USER | CURRENT_USER | " -#~ "PUBLIC }\n" +#~ "ALTER USER MAPPING FOR { nom_utilisateur | USER | CURRENT_USER | PUBLIC }\n" #~ " SERVER nom_serveur\n" #~ " OPTIONS ( [ ADD | SET | DROP ] option ['valeur'] [, ... ] )" @@ -5200,8 +5052,7 @@ msgstr "valeur bool #~ "\n" #~ "where transaction_mode is one of:\n" #~ "\n" -#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | " -#~ "READ UNCOMMITTED }\n" +#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n" #~ " READ WRITE | READ ONLY" #~ msgstr "" #~ "BEGIN [ WORK | TRANSACTION ] [ transaction_mode [, ...] ]\n" @@ -5267,8 +5118,7 @@ msgstr "valeur bool #~ " CONVERSION nom_objet |\n" #~ " DATABASE nom_objet |\n" #~ " DOMAIN nom_objet |\n" -#~ " FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) " -#~ "|\n" +#~ " FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) |\n" #~ " INDEX nom_objet |\n" #~ " LARGE OBJECT oid_LO |\n" #~ " OPERATOR op (type_operande_gauche, type_operande_droit) |\n" @@ -5413,8 +5263,7 @@ msgstr "valeur bool #~ " AFTER event [ OR ... ]\n" #~ " ON table_name\n" #~ " [ FROM referenced_table_name ]\n" -#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY " -#~ "DEFERRED } }\n" +#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n" #~ " FOR EACH ROW\n" #~ " EXECUTE PROCEDURE funcname ( arguments )" #~ msgstr "" @@ -5422,8 +5271,7 @@ msgstr "valeur bool #~ " AFTER vnement [ OR ... ]\n" #~ " ON table\n" #~ " [ FROM table_rfrence ]\n" -#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | " -#~ "INITIALLY DEFERRED } }\n" +#~ " { NOT DEFERRABLE | [ DEFERRABLE ] { INITIALLY IMMEDIATE | INITIALLY DEFERRED } }\n" #~ " FOR EACH ROW\n" #~ " EXECUTE PROCEDURE nom_fonction ( arguments )" @@ -5483,8 +5331,7 @@ msgstr "valeur bool #~ msgid "" #~ "CREATE [ OR REPLACE ] FUNCTION\n" -#~ " name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } defexpr ] " -#~ "[, ...] ] )\n" +#~ " name ( [ [ argmode ] [ argname ] argtype [ { DEFAULT | = } defexpr ] [, ...] ] )\n" #~ " [ RETURNS rettype\n" #~ " | RETURNS TABLE ( colname coltype [, ...] ) ]\n" #~ " { LANGUAGE langname\n" @@ -5501,8 +5348,7 @@ msgstr "valeur bool #~ " [ WITH ( attribute [, ...] ) ]" #~ msgstr "" #~ "CREATE [ OR REPLACE ] FUNCTION\n" -#~ " nom ( [ [ mode_arg ] [ nom_arg ] type_arg [ { DEFAULT | = } " -#~ "expr_par_dfaut ] [, ...] ] )\n" +#~ " nom ( [ [ mode_arg ] [ nom_arg ] type_arg [ { DEFAULT | = } expr_par_dfaut ] [, ...] ] )\n" #~ " [ RETURNS type_ret\n" #~ " | RETURNS TABLE ( nom_colonne type_colonne [, ...] ) ]\n" #~ " { LANGUAGE nom_lang\n" @@ -5512,8 +5358,7 @@ msgstr "valeur bool #~ " | [ EXTERNAL ] SECURITY INVOKER | [ EXTERNAL ] SECURITY DEFINER\n" #~ " | COST cot_excution\n" #~ " | ROWS lignes_rsultats\n" -#~ " | SET paramtre_configuration { TO valeur | = valeur | FROM " -#~ "CURRENT }\n" +#~ " | SET paramtre_configuration { TO valeur | = valeur | FROM CURRENT }\n" #~ " | AS 'dfinition'\n" #~ " | AS 'fichier_obj', 'symble_lien'\n" #~ " } ...\n" @@ -5560,8 +5405,7 @@ msgstr "valeur bool #~ msgid "" #~ "CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name ON table [ USING method ]\n" -#~ " ( { column | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS " -#~ "{ FIRST | LAST } ] [, ...] )\n" +#~ " ( { column | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [, ...] )\n" #~ " [ WITH ( storage_parameter = value [, ... ] ) ]\n" #~ " [ TABLESPACE tablespace ]\n" #~ " [ WHERE predicate ]" @@ -5604,8 +5448,7 @@ msgstr "valeur bool #~ "CREATE OPERATOR CLASS name [ DEFAULT ] FOR TYPE data_type\n" #~ " USING index_method [ FAMILY family_name ] AS\n" #~ " { OPERATOR strategy_number operator_name [ ( op_type, op_type ) ]\n" -#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname " -#~ "( argument_type [, ...] )\n" +#~ " | FUNCTION support_number [ ( op_type [ , op_type ] ) ] funcname ( argument_type [, ...] )\n" #~ " | STORAGE storage_type\n" #~ " } [, ... ]" #~ msgstr "" @@ -5664,17 +5507,14 @@ msgstr "valeur bool #~ msgid "" #~ "CREATE [ OR REPLACE ] RULE name AS ON event\n" #~ " TO table [ WHERE condition ]\n" -#~ " DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; " -#~ "command ... ) }" +#~ " DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) }" #~ msgstr "" #~ "CREATE [ OR REPLACE ] RULE nom AS ON vnement\n" #~ " TO table [ WHERE condition ]\n" -#~ " DO [ ALSO | INSTEAD ] { NOTHING | commande | ( commande ; " -#~ "commande ... ) }" +#~ " DO [ ALSO | INSTEAD ] { NOTHING | commande | ( commande ; commande ... ) }" #~ msgid "" -#~ "CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element " -#~ "[ ... ] ]\n" +#~ "CREATE SCHEMA schemaname [ AUTHORIZATION username ] [ schema_element [ ... ] ]\n" #~ "CREATE SCHEMA AUTHORIZATION username [ schema_element [ ... ] ]" #~ msgstr "" #~ "CREATE SCHEMA nom_schema [ AUTHORIZATION nom_utilisateur ]\n" @@ -5683,13 +5523,11 @@ msgstr "valeur bool #~ msgid "" #~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE name [ INCREMENT [ BY ] increment ]\n" -#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO " -#~ "MAXVALUE ]\n" +#~ " [ MINVALUE minvalue | NO MINVALUE ] [ MAXVALUE maxvalue | NO MAXVALUE ]\n" #~ " [ START [ WITH ] start ] [ CACHE cache ] [ [ NO ] CYCLE ]\n" #~ " [ OWNED BY { table.column | NONE } ]" #~ msgstr "" -#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE nom [ INCREMENT [ BY ] " -#~ "incrmentation ]\n" +#~ "CREATE [ TEMPORARY | TEMP ] SEQUENCE nom [ INCREMENT [ BY ] incrmentation ]\n" #~ " [ MINVALUE valeur_mini | NO MINVALUE ]\n" #~ " [ MAXVALUE valeur_maxi | NO MAXVALUE ]\n" #~ " [ START [ WITH ] valeur_dpart ]\n" @@ -5698,8 +5536,7 @@ msgstr "valeur bool #~ " [ OWNED BY { table.colonne | NONE } ]" #~ msgid "" -#~ "CREATE SERVER servername [ TYPE 'servertype' ] [ VERSION " -#~ "'serverversion' ]\n" +#~ "CREATE SERVER servername [ TYPE 'servertype' ] [ VERSION 'serverversion' ]\n" #~ " FOREIGN DATA WRAPPER fdwname\n" #~ " [ OPTIONS ( option 'value' [, ... ] ) ]" #~ msgstr "" @@ -5709,16 +5546,13 @@ msgstr "valeur bool #~ msgid "" #~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name ( [\n" -#~ " { column_name data_type [ DEFAULT default_expr ] [ column_constraint " -#~ "[ ... ] ]\n" +#~ " { column_name data_type [ DEFAULT default_expr ] [ column_constraint [ ... ] ]\n" #~ " | table_constraint\n" -#~ " | LIKE parent_table [ { INCLUDING | EXCLUDING } { DEFAULTS | " -#~ "CONSTRAINTS | INDEXES } ] ... }\n" +#~ " | LIKE parent_table [ { INCLUDING | EXCLUDING } { DEFAULTS | CONSTRAINTS | INDEXES } ] ... }\n" #~ " [, ... ]\n" #~ "] )\n" #~ "[ INHERITS ( parent_table [, ... ] ) ]\n" -#~ "[ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT " -#~ "OIDS ]\n" +#~ "[ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n" #~ "[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n" #~ "[ TABLESPACE tablespace ]\n" #~ "\n" @@ -5730,11 +5564,9 @@ msgstr "valeur bool #~ " UNIQUE index_parameters |\n" #~ " PRIMARY KEY index_parameters |\n" #~ " CHECK ( expression ) |\n" -#~ " REFERENCES reftable [ ( refcolumn ) ] [ MATCH FULL | MATCH PARTIAL | " -#~ "MATCH SIMPLE ]\n" +#~ " REFERENCES reftable [ ( refcolumn ) ] [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ]\n" #~ " [ ON DELETE action ] [ ON UPDATE action ] }\n" -#~ "[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY " -#~ "IMMEDIATE ]\n" +#~ "[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n" #~ "\n" #~ "and table_constraint is:\n" #~ "\n" @@ -5742,12 +5574,9 @@ msgstr "valeur bool #~ "{ UNIQUE ( column_name [, ... ] ) index_parameters |\n" #~ " PRIMARY KEY ( column_name [, ... ] ) index_parameters |\n" #~ " CHECK ( expression ) |\n" -#~ " FOREIGN KEY ( column_name [, ... ] ) REFERENCES reftable [ ( refcolumn " -#~ "[, ... ] ) ]\n" -#~ " [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE action ] " -#~ "[ ON UPDATE action ] }\n" -#~ "[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY " -#~ "IMMEDIATE ]\n" +#~ " FOREIGN KEY ( column_name [, ... ] ) REFERENCES reftable [ ( refcolumn [, ... ] ) ]\n" +#~ " [ MATCH FULL | MATCH PARTIAL | MATCH SIMPLE ] [ ON DELETE action ] [ ON UPDATE action ] }\n" +#~ "[ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ]\n" #~ "\n" #~ "index_parameters in UNIQUE and PRIMARY KEY constraints are:\n" #~ "\n" @@ -5763,8 +5592,7 @@ msgstr "valeur bool #~ " [, ... ]\n" #~ "] )\n" #~ "[ INHERITS ( table_parent [, ... ] ) ]\n" -#~ "[ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT " -#~ "OIDS ]\n" +#~ "[ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n" #~ "[ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n" #~ "[ TABLESPACE tablespace ]\n" #~ "\n" @@ -5803,8 +5631,7 @@ msgstr "valeur bool #~ msgid "" #~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name\n" #~ " [ (column_name [, ...] ) ]\n" -#~ " [ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT " -#~ "OIDS ]\n" +#~ " [ WITH ( storage_parameter [= value] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n" #~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n" #~ " [ TABLESPACE tablespace ]\n" #~ " AS query\n" @@ -5812,14 +5639,12 @@ msgstr "valeur bool #~ msgstr "" #~ "CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } ] TABLE nom_table\n" #~ " [ (nom_colonne [, ...] ) ]\n" -#~ " [ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | " -#~ "WITHOUT OIDS ]\n" +#~ " [ WITH ( paramtre_stockage [= valeur] [, ... ] ) | WITH OIDS | WITHOUT OIDS ]\n" #~ " [ ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP } ]\n" #~ " [ TABLESPACE tablespace ]\n" #~ " AS requte [ WITH [ NO ] DATA ]" -#~ msgid "" -#~ "CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'" +#~ msgid "CREATE TABLESPACE tablespacename [ OWNER username ] LOCATION 'directory'" #~ msgstr "" #~ "CREATE TABLESPACE nom_tablespace [ OWNER nom_utilisateur ]\n" #~ " LOCATION 'rpertoire'" @@ -5986,14 +5811,12 @@ msgstr "valeur bool #~ " SERVER servername\n" #~ " [ OPTIONS ( option 'value' [ , ... ] ) ]" #~ msgstr "" -#~ "CREATE USER MAPPING FOR { nomutilisateur | USER | CURRENT_USER | " -#~ "PUBLIC }\n" +#~ "CREATE USER MAPPING FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC }\n" #~ " SERVER nomserveur\n" #~ " [ OPTIONS ( option 'valeur' [ , ... ] ) ]" #~ msgid "" -#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name " -#~ "[, ...] ) ]\n" +#~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW name [ ( column_name [, ...] ) ]\n" #~ " AS query" #~ msgstr "" #~ "CREATE [ OR REPLACE ] [ TEMP | TEMPORARY ] VIEW nom\n" @@ -6024,16 +5847,11 @@ msgstr "valeur bool #~ msgid "DISCARD { ALL | PLANS | TEMPORARY | TEMP }" #~ msgstr "DISCARD { ALL | PLANS | TEMPORARY | TEMP }" -#~ msgid "" -#~ "DROP AGGREGATE [ IF EXISTS ] name ( type [ , ... ] ) [ CASCADE | " -#~ "RESTRICT ]" -#~ msgstr "" -#~ "DROP AGGREGATE [ IF EXISTS ] nom ( type [ , ... ] ) [ CASCADE | RESTRICT ]" +#~ msgid "DROP AGGREGATE [ IF EXISTS ] name ( type [ , ... ] ) [ CASCADE | RESTRICT ]" +#~ msgstr "DROP AGGREGATE [ IF EXISTS ] nom ( type [ , ... ] ) [ CASCADE | RESTRICT ]" -#~ msgid "" -#~ "DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]" -#~ msgstr "" -#~ "DROP CAST [ IF EXISTS ] (type_source AS type_cible) [ CASCADE | RESTRICT ]" +#~ msgid "DROP CAST [ IF EXISTS ] (sourcetype AS targettype) [ CASCADE | RESTRICT ]" +#~ msgstr "DROP CAST [ IF EXISTS ] (type_source AS type_cible) [ CASCADE | RESTRICT ]" #~ msgid "DROP CONVERSION [ IF EXISTS ] name [ CASCADE | RESTRICT ]" #~ msgstr "DROP CONVERSION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" @@ -6048,8 +5866,7 @@ msgstr "valeur bool #~ msgstr "DROP FOREIGN DATA WRAPPER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" #~ msgid "" -#~ "DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype " -#~ "[, ...] ] )\n" +#~ "DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype [, ...] ] )\n" #~ " [ CASCADE | RESTRICT ]" #~ msgstr "" #~ "DROP FUNCTION [IF EXISTS ] nom\n" @@ -6062,29 +5879,21 @@ msgstr "valeur bool #~ msgid "DROP INDEX [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]" #~ msgstr "DROP INDEX [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]" -#~ msgid "" -#~ "DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]" -#~ msgstr "" -#~ "DROP [ PROCEDURAL ] LANGUAGE [IF EXISTS ] nom [ CASCADE | RESTRICT ]" +#~ msgid "DROP [ PROCEDURAL ] LANGUAGE [ IF EXISTS ] name [ CASCADE | RESTRICT ]" +#~ msgstr "DROP [ PROCEDURAL ] LANGUAGE [IF EXISTS ] nom [ CASCADE | RESTRICT ]" -#~ msgid "" -#~ "DROP OPERATOR [ IF EXISTS ] name ( { lefttype | NONE } , { righttype | " -#~ "NONE } ) [ CASCADE | RESTRICT ]" +#~ msgid "DROP OPERATOR [ IF EXISTS ] name ( { lefttype | NONE } , { righttype | NONE } ) [ CASCADE | RESTRICT ]" #~ msgstr "" #~ "DROP OPERATOR [IF EXISTS ] nom\n" #~ " ( { type_gauche | NONE } , { type_droit | NONE } )\n" #~ " [ CASCADE | RESTRICT ]" -#~ msgid "" -#~ "DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | " -#~ "RESTRICT ]" +#~ msgid "DROP OPERATOR CLASS [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]" #~ msgstr "" #~ "DROP OPERATOR CLASS [IF EXISTS ] nom\n" #~ " USING mthode_indexage [ CASCADE | RESTRICT ]" -#~ msgid "" -#~ "DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | " -#~ "RESTRICT ]" +#~ msgid "DROP OPERATOR FAMILY [ IF EXISTS ] name USING index_method [ CASCADE | RESTRICT ]" #~ msgstr "" #~ "DROP OPERATOR FAMILY [IF EXISTS ] nom\n" #~ " USING mthode_indexage [ CASCADE | RESTRICT ]" @@ -6113,15 +5922,11 @@ msgstr "valeur bool #~ msgid "DROP TABLESPACE [ IF EXISTS ] tablespacename" #~ msgstr "DROP TABLESPACE [IF EXISTS ] nom_tablespace" -#~ msgid "" -#~ "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]" -#~ msgstr "" -#~ "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" +#~ msgid "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] name [ CASCADE | RESTRICT ]" +#~ msgstr "DROP TEXT SEARCH CONFIGURATION [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" -#~ msgid "" -#~ "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]" -#~ msgstr "" -#~ "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" +#~ msgid "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] name [ CASCADE | RESTRICT ]" +#~ msgstr "DROP TEXT SEARCH DICTIONARY [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" #~ msgid "DROP TEXT SEARCH PARSER [ IF EXISTS ] name [ CASCADE | RESTRICT ]" #~ msgstr "DROP TEXT SEARCH PARSER [ IF EXISTS ] nom [ CASCADE | RESTRICT ]" @@ -6138,12 +5943,8 @@ msgstr "valeur bool #~ msgid "DROP USER [ IF EXISTS ] name [, ...]" #~ msgstr "DROP USER [IF EXISTS ] nom [, ...]" -#~ msgid "" -#~ "DROP USER MAPPING [ IF EXISTS ] FOR { username | USER | CURRENT_USER | " -#~ "PUBLIC } SERVER servername" -#~ msgstr "" -#~ "DROP USER MAPPING [ IF EXISTS ] FOR { nomutilisateur | USER | " -#~ "CURRENT_USER | PUBLIC } SERVER nomserveur" +#~ msgid "DROP USER MAPPING [ IF EXISTS ] FOR { username | USER | CURRENT_USER | PUBLIC } SERVER servername" +#~ msgstr "DROP USER MAPPING [ IF EXISTS ] FOR { nomutilisateur | USER | CURRENT_USER | PUBLIC } SERVER nomserveur" #~ msgid "DROP VIEW [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]" #~ msgstr "DROP VIEW [IF EXISTS ] nom [, ...] [ CASCADE | RESTRICT ]" @@ -6179,8 +5980,7 @@ msgstr "valeur bool #~ msgstr "" #~ "FETCH [ direction { FROM | IN } ] nom_curseur\n" #~ "\n" -#~ "sans prciser de direction ou en choissant une des directions " -#~ "suivantes :\n" +#~ "sans prciser de direction ou en choissant une des directions suivantes :\n" #~ "\n" #~ " NEXT\n" #~ " PRIOR\n" @@ -6198,8 +5998,7 @@ msgstr "valeur bool #~ " BACKWARD ALL" #~ msgid "" -#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | " -#~ "TRIGGER }\n" +#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n" #~ " [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON [ TABLE ] tablename [, ...]\n" #~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" @@ -6214,8 +6013,7 @@ msgstr "valeur bool #~ " ON SEQUENCE sequencename [, ...]\n" #~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" -#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL " -#~ "[ PRIVILEGES ] }\n" +#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON DATABASE dbname [, ...]\n" #~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" @@ -6228,8 +6026,7 @@ msgstr "valeur bool #~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" #~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n" -#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) " -#~ "[, ...]\n" +#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n" #~ " TO { [ GROUP ] rolename | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" #~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n" @@ -6246,8 +6043,7 @@ msgstr "valeur bool #~ "\n" #~ "GRANT role [, ...] TO rolename [, ...] [ WITH ADMIN OPTION ]" #~ msgstr "" -#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | " -#~ "TRIGGER }\n" +#~ "GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n" #~ " [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON [ TABLE ] nom_table [, ...]\n" #~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" @@ -6262,8 +6058,7 @@ msgstr "valeur bool #~ " ON SEQUENCE nom_squence [, ...]\n" #~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" -#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL " -#~ "[ PRIVILEGES ] }\n" +#~ "GRANT { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON DATABASE nom_base [, ...]\n" #~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" @@ -6276,8 +6071,7 @@ msgstr "valeur bool #~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" #~ "GRANT { EXECUTE | ALL [ PRIVILEGES ] }\n" -#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg " -#~ "[, ...] ] ) [, ...]\n" +#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n" #~ " TO { [ GROUP ] nom_rle | PUBLIC } [, ...] [ WITH GRANT OPTION ]\n" #~ "\n" #~ "GRANT { USAGE | ALL [ PRIVILEGES ] }\n" @@ -6296,13 +6090,11 @@ msgstr "valeur bool #~ msgid "" #~ "INSERT INTO table [ ( column [, ...] ) ]\n" -#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) " -#~ "[, ...] | query }\n" +#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | query }\n" #~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]" #~ msgstr "" #~ "INSERT INTO table [ ( colonne [, ...] ) ]\n" -#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) " -#~ "[, ...] | requte }\n" +#~ " { DEFAULT VALUES | VALUES ( { expression | DEFAULT } [, ...] ) [, ...] | requte }\n" #~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]" #~ msgid "LISTEN name" @@ -6319,8 +6111,7 @@ msgstr "valeur bool #~ " ACCESS SHARE | ROW SHARE | ROW EXCLUSIVE | SHARE UPDATE EXCLUSIVE\n" #~ " | SHARE | SHARE ROW EXCLUSIVE | EXCLUSIVE | ACCESS EXCLUSIVE" #~ msgstr "" -#~ "LOCK [ TABLE ] [ ONLY ] nom [, ...] [ IN mode_verrouillage MODE ] " -#~ "[ NOWAIT ]\n" +#~ "LOCK [ TABLE ] [ ONLY ] nom [, ...] [ IN mode_verrouillage MODE ] [ NOWAIT ]\n" #~ "\n" #~ "avec mode_verrouillage parmi :\n" #~ "\n" @@ -6350,8 +6141,7 @@ msgstr "valeur bool #~ msgid "" #~ "REVOKE [ GRANT OPTION FOR ]\n" -#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | " -#~ "TRIGGER }\n" +#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n" #~ " [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON [ TABLE ] tablename [, ...]\n" #~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n" @@ -6372,8 +6162,7 @@ msgstr "valeur bool #~ " [ CASCADE | RESTRICT ]\n" #~ "\n" #~ "REVOKE [ GRANT OPTION FOR ]\n" -#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL " -#~ "[ PRIVILEGES ] }\n" +#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON DATABASE dbname [, ...]\n" #~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n" #~ " [ CASCADE | RESTRICT ]\n" @@ -6392,8 +6181,7 @@ msgstr "valeur bool #~ "\n" #~ "REVOKE [ GRANT OPTION FOR ]\n" #~ " { EXECUTE | ALL [ PRIVILEGES ] }\n" -#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) " -#~ "[, ...]\n" +#~ " ON FUNCTION funcname ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [, ...]\n" #~ " FROM { [ GROUP ] rolename | PUBLIC } [, ...]\n" #~ " [ CASCADE | RESTRICT ]\n" #~ "\n" @@ -6420,8 +6208,7 @@ msgstr "valeur bool #~ " [ CASCADE | RESTRICT ]" #~ msgstr "" #~ "REVOKE [ GRANT OPTION FOR ]\n" -#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | " -#~ "TRIGGER }\n" +#~ " { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }\n" #~ " [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON [ TABLE ] nom_table [, ...]\n" #~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n" @@ -6442,8 +6229,7 @@ msgstr "valeur bool #~ " [ CASCADE | RESTRICT ]\n" #~ "\n" #~ "REVOKE [ GRANT OPTION FOR ]\n" -#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL " -#~ "[ PRIVILEGES ] }\n" +#~ " { { CREATE | CONNECT | TEMPORARY | TEMP } [,...] | ALL [ PRIVILEGES ] }\n" #~ " ON DATABASE nom_base [, ...]\n" #~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n" #~ " [ CASCADE | RESTRICT ]\n" @@ -6462,8 +6248,7 @@ msgstr "valeur bool #~ "\n" #~ "REVOKE [ GRANT OPTION FOR ]\n" #~ " { EXECUTE | ALL [ PRIVILEGES ] }\n" -#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg " -#~ "[, ...] ] ) [, ...]\n" +#~ " ON FUNCTION nom_fonction ( [ [ mode_arg ] [ nom_arg ] type_arg [, ...] ] ) [, ...]\n" #~ " FROM { [ GROUP ] nom_rle | PUBLIC } [, ...]\n" #~ " [ CASCADE | RESTRICT ]\n" #~ "\n" @@ -6508,26 +6293,20 @@ msgstr "valeur bool #~ " [ HAVING condition [, ...] ]\n" #~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n" #~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n" -#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST " -#~ "| LAST } ] [, ...] ]\n" +#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n" #~ " [ LIMIT { count | ALL } ]\n" #~ " [ OFFSET start [ ROW | ROWS ] ]\n" #~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n" -#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] " -#~ "[...] ]\n" +#~ " [ FOR { UPDATE | SHARE } [ OF table_name [, ...] ] [ NOWAIT ] [...] ]\n" #~ "\n" #~ "where from_item can be one of:\n" #~ "\n" -#~ " [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias " -#~ "[, ...] ) ] ]\n" +#~ " [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n" #~ " ( select ) [ AS ] alias [ ( column_alias [, ...] ) ]\n" #~ " with_query_name [ [ AS ] alias [ ( column_alias [, ...] ) ] ]\n" -#~ " function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias " -#~ "[, ...] | column_definition [, ...] ) ]\n" -#~ " function_name ( [ argument [, ...] ] ) AS ( column_definition " -#~ "[, ...] )\n" -#~ " from_item [ NATURAL ] join_type from_item [ ON join_condition | USING " -#~ "( join_column [, ...] ) ]\n" +#~ " function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias [, ...] | column_definition [, ...] ) ]\n" +#~ " function_name ( [ argument [, ...] ] ) AS ( column_definition [, ...] )\n" +#~ " from_item [ NATURAL ] join_type from_item [ ON join_condition | USING ( join_column [, ...] ) ]\n" #~ "\n" #~ "and with_query is:\n" #~ "\n" @@ -6544,8 +6323,7 @@ msgstr "valeur bool #~ " [ HAVING condition [, ...] ]\n" #~ " [ WINDOW nom_window AS ( dfinition_window ) [, ...] ]\n" #~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n" -#~ " [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS " -#~ "{ FIRST | LAST } ] [, ...] ]\n" +#~ " [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n" #~ " [ LIMIT { total | ALL } ]\n" #~ " [ OFFSET dbut [ ROW | ROWS ] ]\n" #~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n" @@ -6553,16 +6331,12 @@ msgstr "valeur bool #~ "\n" #~ "avec lment_from faisant parti de :\n" #~ "\n" -#~ " [ ONLY ] nom_table [ * ] [ [ AS ] alias [ ( alias_colonne " -#~ "[, ...] ) ] ]\n" +#~ " [ ONLY ] nom_table [ * ] [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n" #~ " ( select ) [ AS ] alias [ ( alias_colonne [, ...] ) ]\n" #~ " nom_requte_with [ [ AS ] alias [ ( alias_colonne [, ...] ) ] ]\n" -#~ " nom_fonction ( [ argument [, ...] ] ) [ AS ] alias [ ( alias_colonne " -#~ "[, ...] | dfinition_colonne [, ...] ) ]\n" -#~ " nom_fonction ( [ argument [, ...] ] ) AS ( dfinition_colonne " -#~ "[, ...] )\n" -#~ " lment_from [ NATURAL ] type_jointure lment_from [ ON " -#~ "condition_jointure | USING ( colonne_jointure [, ...] ) ]\n" +#~ " nom_fonction ( [ argument [, ...] ] ) [ AS ] alias [ ( alias_colonne [, ...] | dfinition_colonne [, ...] ) ]\n" +#~ " nom_fonction ( [ argument [, ...] ] ) AS ( dfinition_colonne [, ...] )\n" +#~ " lment_from [ NATURAL ] type_jointure lment_from [ ON condition_jointure | USING ( colonne_jointure [, ...] ) ]\n" #~ "\n" #~ "et requte_with est:\n" #~ "\n" @@ -6581,8 +6355,7 @@ msgstr "valeur bool #~ " [ HAVING condition [, ...] ]\n" #~ " [ WINDOW window_name AS ( window_definition ) [, ...] ]\n" #~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n" -#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST " -#~ "| LAST } ] [, ...] ]\n" +#~ " [ ORDER BY expression [ ASC | DESC | USING operator ] [ NULLS { FIRST | LAST } ] [, ...] ]\n" #~ " [ LIMIT { count | ALL } ]\n" #~ " [ OFFSET start [ ROW | ROWS ] ]\n" #~ " [ FETCH { FIRST | NEXT } [ count ] { ROW | ROWS } ONLY ]\n" @@ -6598,20 +6371,17 @@ msgstr "valeur bool #~ " [ HAVING condition [, ...] ]\n" #~ " [ WINDOW nom_window AS ( dfinition_window ) [, ...] ]\n" #~ " [ { UNION | INTERSECT | EXCEPT } [ ALL ] select ]\n" -#~ " [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS " -#~ "{ FIRST | LAST } ] [, ...] ]\n" +#~ " [ ORDER BY expression [ ASC | DESC | USING oprateur ] [ NULLS { FIRST | LAST } ] [, ...] ]\n" #~ " [ LIMIT { total | ALL } ]\n" #~ " [ OFFSET dbut [ ROW | ROWS ] ]\n" #~ " [ FETCH { FIRST | NEXT } [ total ] { ROW | ROWS } ONLY ]\n" #~ " [ FOR { UPDATE | SHARE } [ OF nom_table [, ...] ] [ NOWAIT ] [...] ]" #~ msgid "" -#~ "SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | " -#~ "'value' | DEFAULT }\n" +#~ "SET [ SESSION | LOCAL ] configuration_parameter { TO | = } { value | 'value' | DEFAULT }\n" #~ "SET [ SESSION | LOCAL ] TIME ZONE { timezone | LOCAL | DEFAULT }" #~ msgstr "" -#~ "SET [ SESSION | LOCAL ] paramtre { TO | = } { valeur | 'valeur' | " -#~ "DEFAULT }\n" +#~ "SET [ SESSION | LOCAL ] paramtre { TO | = } { valeur | 'valeur' | DEFAULT }\n" #~ "SET [ SESSION | LOCAL ] TIME ZONE { zone_horaire | LOCAL | DEFAULT }" #~ msgid "SET CONSTRAINTS { ALL | name [, ...] } { DEFERRED | IMMEDIATE }" @@ -6641,8 +6411,7 @@ msgstr "valeur bool #~ "\n" #~ "where transaction_mode is one of:\n" #~ "\n" -#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | " -#~ "READ UNCOMMITTED }\n" +#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n" #~ " READ WRITE | READ ONLY" #~ msgstr "" #~ "SET TRANSACTION mode_transaction [, ...]\n" @@ -6666,8 +6435,7 @@ msgstr "valeur bool #~ "\n" #~ "where transaction_mode is one of:\n" #~ "\n" -#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | " -#~ "READ UNCOMMITTED }\n" +#~ " ISOLATION LEVEL { SERIALIZABLE | REPEATABLE READ | READ COMMITTED | READ UNCOMMITTED }\n" #~ " READ WRITE | READ ONLY" #~ msgstr "" #~ "START TRANSACTION [ mode_transaction [, ...] ]\n" @@ -6691,28 +6459,24 @@ msgstr "valeur bool #~ msgid "" #~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n" #~ " SET { column = { expression | DEFAULT } |\n" -#~ " ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } " -#~ "[, ...]\n" +#~ " ( column [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n" #~ " [ FROM fromlist ]\n" #~ " [ WHERE condition | WHERE CURRENT OF cursor_name ]\n" #~ " [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]" #~ msgstr "" #~ "UPDATE [ ONLY ] table [ [ AS ] alias ]\n" #~ " SET { colonne = { expression | DEFAULT } |\n" -#~ " ( colonne [, ...] ) = ( { expression | DEFAULT } [, ...] ) } " -#~ "[, ...]\n" +#~ " ( colonne [, ...] ) = ( { expression | DEFAULT } [, ...] ) } [, ...]\n" #~ " [ FROM liste_from ]\n" #~ " [ WHERE condition | WHERE CURRENT OF nom_curseur ]\n" #~ " [ RETURNING * | expression_sortie [ [ AS ] nom_sortie ] [, ...] ]" #~ msgid "" #~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n" -#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column " -#~ "[, ...] ) ] ]" +#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...] ) ] ]" #~ msgstr "" #~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]\n" -#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (colonne " -#~ "[, ...] ) ] ]" +#~ "VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (colonne [, ...] ) ] ]" #~ msgid "" #~ "VALUES ( expression [, ...] ) [, ...]\n" @@ -6745,29 +6509,22 @@ msgstr "valeur bool #~ msgid " \\db [PATTERN] list tablespaces (add \"+\" for more detail)\n" #~ msgstr "" -#~ " \\db [MODLE] affiche la liste des tablespaces (ajouter + " -#~ "pour\n" +#~ " \\db [MODLE] affiche la liste des tablespaces (ajouter + pour\n" #~ " plus de dtails)\n" #~ msgid " \\df [PATTERN] list functions (add \"+\" for more detail)\n" #~ msgstr "" -#~ " \\df [MODLE] affiche la liste des fonctions (ajouter + " -#~ "pour\n" +#~ " \\df [MODLE] affiche la liste des fonctions (ajouter + pour\n" #~ " plus de dtails)\n" -#~ msgid "" -#~ " \\dFd [PATTERN] list text search dictionaries (add \"+\" for more " -#~ "detail)\n" +#~ msgid " \\dFd [PATTERN] list text search dictionaries (add \"+\" for more detail)\n" #~ msgstr "" -#~ " \\dFd [MODLE] affiche la liste des dictionnaires de la " -#~ "recherche\n" +#~ " \\dFd [MODLE] affiche la liste des dictionnaires de la recherche\n" #~ " de texte (ajouter + pour plus de dtails)\n" -#~ msgid "" -#~ " \\dFp [PATTERN] list text search parsers (add \"+\" for more detail)\n" +#~ msgid " \\dFp [PATTERN] list text search parsers (add \"+\" for more detail)\n" #~ msgstr "" -#~ " \\dFp [MODLE] affiche la liste des analyseurs de la recherche " -#~ "de\n" +#~ " \\dFp [MODLE] affiche la liste des analyseurs de la recherche de\n" #~ " texte (ajouter + pour plus de dtails)\n" #~ msgid " \\dn [PATTERN] list schemas (add \"+\" for more detail)\n" @@ -6777,22 +6534,17 @@ msgstr "valeur bool #~ msgid " \\dT [PATTERN] list data types (add \"+\" for more detail)\n" #~ msgstr "" -#~ " \\dT [MODLE] affiche la liste des types de donnes (ajouter " -#~ "+ \n" +#~ " \\dT [MODLE] affiche la liste des types de donnes (ajouter + \n" #~ " pour plus de dtails)\n" #~ msgid " \\l list all databases (add \"+\" for more detail)\n" #~ msgstr "" -#~ " \\l affiche la liste des bases de donnes (ajouter " -#~ "+ \n" +#~ " \\l affiche la liste des bases de donnes (ajouter + \n" #~ " pour plus de dtails)\n" -#~ msgid "" -#~ " \\z [PATTERN] list table, view, and sequence access privileges (same " -#~ "as \\dp)\n" +#~ msgid " \\z [PATTERN] list table, view, and sequence access privileges (same as \\dp)\n" #~ msgstr "" -#~ " \\z [MODLE] affiche la liste des privilges d'accs aux " -#~ "tables,\n" +#~ " \\z [MODLE] affiche la liste des privilges d'accs aux tables,\n" #~ " vues et squences (identique \\dp)\n" #~ msgid "Copy, Large Object\n" @@ -6802,8 +6554,7 @@ msgstr "valeur bool #~ "Welcome to %s %s (server %s), the PostgreSQL interactive terminal.\n" #~ "\n" #~ msgstr "" -#~ "Bienvenue dans %s %s (serveur %s), l'interface interactive de " -#~ "PostgreSQL.\n" +#~ "Bienvenue dans %s %s (serveur %s), l'interface interactive de PostgreSQL.\n" #~ "\n" #~ msgid "" @@ -6819,8 +6570,7 @@ msgstr "valeur bool #~ "such as \\d, might not work properly.\n" #~ "\n" #~ msgstr "" -#~ "ATTENTION : vous tes connect sur un serveur dont la version majeure " -#~ "est\n" +#~ "ATTENTION : vous tes connect sur un serveur dont la version majeure est\n" #~ "%d.%d alors que votre client %s est en version majeure %d.%d. Certaines\n" #~ "commandes avec antislashs, comme \\d, peuvent ne pas fonctionner\n" #~ "correctement.\n" diff --git a/src/bin/psql/po/pt_BR.po b/src/bin/psql/po/pt_BR.po index 1ca8a6760e6..cee00a51f09 100644 --- a/src/bin/psql/po/pt_BR.po +++ b/src/bin/psql/po/pt_BR.po @@ -1,13 +1,13 @@ # Brazilian Portuguese message translation file for psql # Copyright (C) 2009 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Euler Taveira de Oliveira , 2003-2014. +# Euler Taveira de Oliveira , 2003-2015. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-02-13 23:00-0300\n" +"POT-Creation-Date: 2015-05-17 16:50-0300\n" "PO-Revision-Date: 2005-11-02 10:30-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -18,8 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n>1);\n" #: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60 -#: ../../common/fe_memutils.c:83 command.c:1130 input.c:204 mainloop.c:72 -#: mainloop.c:234 tab-complete.c:3827 +#: ../../common/fe_memutils.c:83 input.c:205 mainloop.c:72 mainloop.c:234 #, c-format msgid "out of memory\n" msgstr "sem memória\n" @@ -124,7 +123,7 @@ msgstr "não pôde alternar para diretório base do usuário: %s\n" msgid "\\%s: could not change directory to \"%s\": %s\n" msgstr "\\%s: não pôde mudar diretório para \"%s\": %s\n" -#: command.c:307 common.c:446 common.c:851 +#: command.c:307 common.c:446 common.c:866 #, c-format msgid "You are currently not connected to a database.\n" msgstr "Você não está conectado ao banco de dados.\n" @@ -139,12 +138,12 @@ msgstr "Você está conectado ao banco de dados \"%s\" como usuário \"%s\" via msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" msgstr "Você está conectado ao banco de dados \"%s\" como usuário \"%s\" na máquina \"%s\" na porta \"%s\".\n" -#: command.c:516 command.c:586 command.c:1382 +#: command.c:516 command.c:586 command.c:1365 #, c-format msgid "no query buffer\n" msgstr "nenhum buffer de consulta\n" -#: command.c:549 command.c:2826 +#: command.c:549 command.c:2845 #, c-format msgid "invalid line number: %s\n" msgstr "número de linha inválido: %s\n" @@ -164,7 +163,7 @@ msgid "%s: invalid encoding name or conversion procedure not found\n" msgstr "%s: nome da codificação é inválido ou procedimento de conversão não foi encontrado\n" #: command.c:810 command.c:860 command.c:874 command.c:891 command.c:998 -#: command.c:1048 command.c:1158 command.c:1362 command.c:1393 +#: command.c:1048 command.c:1141 command.c:1345 command.c:1376 #, c-format msgid "\\%s: missing required argument\n" msgstr "\\%s: faltando argumento requerido\n" @@ -191,7 +190,7 @@ msgstr "Senhas não correspondem.\n" msgid "Password encryption failed.\n" msgstr "Criptografia de senha falhou.\n" -#: command.c:1027 command.c:1139 command.c:1367 +#: command.c:1027 command.c:1122 command.c:1350 #, c-format msgid "\\%s: error while setting variable\n" msgstr "\\%s: erro ao definir variável\n" @@ -200,99 +199,99 @@ msgstr "\\%s: erro ao definir variável\n" msgid "Query buffer reset (cleared)." msgstr "Buffer de consulta reiniciado (limpo)." -#: command.c:1092 +#: command.c:1080 #, c-format msgid "Wrote history to file \"%s/%s\".\n" msgstr "Histórico escrito para arquivo \"%s/%s\".\n" -#: command.c:1163 +#: command.c:1146 #, c-format msgid "\\%s: environment variable name must not contain \"=\"\n" msgstr "\\%s: nome de variável de ambiente não deve conter \"=\"\n" -#: command.c:1206 +#: command.c:1189 #, c-format msgid "The server (version %d.%d) does not support showing function source.\n" msgstr "O servidor (versão %d.%d) não suporta exibição do código da função.\n" -#: command.c:1212 +#: command.c:1195 #, c-format msgid "function name is required\n" msgstr "nome de função é requerido\n" -#: command.c:1347 +#: command.c:1330 msgid "Timing is on." msgstr "Tempo de execução está habilitado." -#: command.c:1349 +#: command.c:1332 msgid "Timing is off." msgstr "Tempo de execução está desabilitado." -#: command.c:1410 command.c:1430 command.c:2027 command.c:2034 command.c:2043 -#: command.c:2053 command.c:2062 command.c:2076 command.c:2093 command.c:2152 -#: common.c:74 copy.c:342 copy.c:395 copy.c:410 psqlscan.l:1677 -#: psqlscan.l:1688 psqlscan.l:1698 +#: command.c:1393 command.c:1413 command.c:2043 command.c:2050 command.c:2059 +#: command.c:2069 command.c:2078 command.c:2092 command.c:2109 command.c:2168 +#: common.c:74 copy.c:335 copy.c:389 copy.c:404 psqlscan.l:1676 +#: psqlscan.l:1687 psqlscan.l:1697 #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -#: command.c:1509 +#: command.c:1492 #, c-format msgid "+ opt(%d) = |%s|\n" msgstr "+ opt(%d) = |%s|\n" -#: command.c:1535 startup.c:185 +#: command.c:1518 startup.c:186 msgid "Password: " msgstr "Senha: " -#: command.c:1542 startup.c:188 startup.c:190 +#: command.c:1525 startup.c:189 startup.c:191 #, c-format msgid "Password for user %s: " msgstr "Senha para usuário %s: " -#: command.c:1587 +#: command.c:1572 #, c-format msgid "All connection parameters must be supplied because no database connection exists\n" msgstr "Todos os parâmetros de conexão devem ser fornecidos porque nenhuma conexão de banco de dados existe\n" -#: command.c:1673 command.c:2860 common.c:120 common.c:413 common.c:478 -#: common.c:894 common.c:919 common.c:1016 copy.c:493 copy.c:690 -#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1949 +#: command.c:1689 command.c:2879 common.c:120 common.c:413 common.c:478 +#: common.c:909 common.c:934 common.c:1031 copy.c:487 copy.c:684 +#: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1948 #, c-format msgid "%s" msgstr "%s" -#: command.c:1677 +#: command.c:1693 #, c-format msgid "Previous connection kept\n" msgstr "Conexão anterior mantida\n" -#: command.c:1681 +#: command.c:1697 #, c-format msgid "\\connect: %s" msgstr "\\connect: %s" -#: command.c:1714 +#: command.c:1730 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n" msgstr "Você está conectado agora ao banco de dados \"%s\" como usuário \"%s\" via soquete em \"%s\" na porta \"%s\".\n" -#: command.c:1717 +#: command.c:1733 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" msgstr "Você está conectado agora ao banco de dados \"%s\" como usuário \"%s\" na máquina \"%s\" na porta \"%s\".\n" -#: command.c:1721 +#: command.c:1737 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\".\n" msgstr "Você está conectado agora ao banco de dados \"%s\" como usuário \"%s\".\n" -#: command.c:1755 +#: command.c:1771 #, c-format msgid "%s (%s, server %s)\n" msgstr "%s (%s, servidor %s)\n" -#: command.c:1763 +#: command.c:1779 #, c-format msgid "" "WARNING: %s major version %d.%d, server major version %d.%d.\n" @@ -301,17 +300,17 @@ msgstr "" "AVISO: %s versão %d.%d, servidor versão %d.%d.\n" " Algumas funcionalidades do psql podem não funcionar.\n" -#: command.c:1793 +#: command.c:1809 #, c-format msgid "SSL connection (cipher: %s, bits: %d)\n" msgstr "conexão SSL (cifra: %s, bits: %d)\n" -#: command.c:1803 +#: command.c:1819 #, c-format msgid "SSL connection (unknown cipher)\n" msgstr "conexão SSL (cifra desconhecida)\n" -#: command.c:1824 +#: command.c:1840 #, c-format msgid "" "WARNING: Console code page (%u) differs from Windows code page (%u)\n" @@ -322,188 +321,188 @@ msgstr "" " caracteres de 8 bits podem não funcionar corretamente. Veja página de\n" " referência do psql \"Notes for Windows users\" para obter detalhes.\n" -#: command.c:1908 +#: command.c:1924 #, c-format msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n" msgstr "variável de ambiente PSQL_EDITOR_LINENUMBER_ARG deve ser definida para especificar um número de linha\n" -#: command.c:1945 +#: command.c:1961 #, c-format msgid "could not start editor \"%s\"\n" msgstr "não pôde iniciar o editor \"%s\"\n" -#: command.c:1947 +#: command.c:1963 #, c-format msgid "could not start /bin/sh\n" msgstr "não pôde iniciar /bin/sh\n" -#: command.c:1985 +#: command.c:2001 #, c-format msgid "could not locate temporary directory: %s\n" msgstr "não pôde localizar diretório temporário: %s\n" -#: command.c:2012 +#: command.c:2028 #, c-format msgid "could not open temporary file \"%s\": %s\n" msgstr "não pôde abrir arquivo temporário \"%s\": %s\n" -#: command.c:2274 +#: command.c:2290 #, c-format msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n" msgstr "\\pset: formatos permitidos são unaligned, aligned, wrapped, html, latex, troff-ms\n" -#: command.c:2279 +#: command.c:2295 #, c-format msgid "Output format is %s.\n" msgstr "Formato de saída é %s.\n" -#: command.c:2295 +#: command.c:2311 #, c-format msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n" msgstr "\\pset: estilos de linha permitidos são ascii, old-ascii, unicode\n" -#: command.c:2300 +#: command.c:2316 #, c-format msgid "Line style is %s.\n" msgstr "Estilo de linha é %s.\n" -#: command.c:2311 +#: command.c:2327 #, c-format msgid "Border style is %d.\n" msgstr "Estilo de borda é %d.\n" -#: command.c:2326 +#: command.c:2344 #, c-format msgid "Expanded display is on.\n" msgstr "Exibição expandida está habilitada.\n" -#: command.c:2328 +#: command.c:2346 #, c-format msgid "Expanded display is used automatically.\n" msgstr "Exibição expandida é utilizada automaticamente.\n" -#: command.c:2330 +#: command.c:2348 #, c-format msgid "Expanded display is off.\n" msgstr "Exibição expandida está desabilitada.\n" -#: command.c:2344 +#: command.c:2362 msgid "Showing locale-adjusted numeric output." msgstr "Exibindo formato numérico baseado na configuração regional." -#: command.c:2346 +#: command.c:2364 msgid "Locale-adjusted numeric output is off." msgstr "Formato numérico baseado no idioma está desabilitado." -#: command.c:2359 +#: command.c:2377 #, c-format msgid "Null display is \"%s\".\n" msgstr "Exibição nula é \"%s\".\n" -#: command.c:2374 command.c:2386 +#: command.c:2392 command.c:2404 #, c-format msgid "Field separator is zero byte.\n" msgstr "Separador de campos é byte zero.\n" -#: command.c:2376 +#: command.c:2394 #, c-format msgid "Field separator is \"%s\".\n" msgstr "Separador de campos é \"%s\".\n" -#: command.c:2401 command.c:2415 +#: command.c:2419 command.c:2433 #, c-format msgid "Record separator is zero byte.\n" msgstr "Separador de registros é byte zero.\n" -#: command.c:2403 +#: command.c:2421 #, c-format msgid "Record separator is ." msgstr "Separador de registros é ." -#: command.c:2405 +#: command.c:2423 #, c-format msgid "Record separator is \"%s\".\n" msgstr "Separador de registros é \"%s\".\n" -#: command.c:2428 +#: command.c:2446 msgid "Showing only tuples." msgstr "Mostrando apenas tuplas." -#: command.c:2430 +#: command.c:2448 msgid "Tuples only is off." msgstr "Somente tuplas está desabilitado." -#: command.c:2446 +#: command.c:2464 #, c-format msgid "Title is \"%s\".\n" msgstr "Título é \"%s\".\n" -#: command.c:2448 +#: command.c:2466 #, c-format msgid "Title is unset.\n" msgstr "Título não está definido.\n" -#: command.c:2464 +#: command.c:2482 #, c-format msgid "Table attribute is \"%s\".\n" msgstr "Atributo de tabela é \"%s\".\n" -#: command.c:2466 +#: command.c:2484 #, c-format msgid "Table attributes unset.\n" msgstr "Atributos de tabela não estão definidos.\n" -#: command.c:2487 +#: command.c:2507 msgid "Pager is used for long output." msgstr "Paginação é usada para saída longa." -#: command.c:2489 +#: command.c:2509 msgid "Pager is always used." msgstr "Paginação é sempre utilizada." -#: command.c:2491 +#: command.c:2511 msgid "Pager usage is off." msgstr "Uso de paginação está desabilitado." -#: command.c:2505 +#: command.c:2525 msgid "Default footer is on." msgstr "Rodapé padrão está habilitado." -#: command.c:2507 +#: command.c:2527 msgid "Default footer is off." msgstr "Rodapé padrão está desabilitado." -#: command.c:2518 +#: command.c:2538 #, c-format msgid "Target width is %d.\n" msgstr "Largura é %d.\n" -#: command.c:2523 +#: command.c:2543 #, c-format msgid "\\pset: unknown option: %s\n" msgstr "\\pset: opção desconhecida: %s\n" -#: command.c:2577 +#: command.c:2597 #, c-format msgid "\\!: failed\n" msgstr "\\!: falhou\n" -#: command.c:2597 command.c:2656 +#: command.c:2617 command.c:2675 #, c-format msgid "\\watch cannot be used with an empty query\n" msgstr "\\watch não pode ser utilizado com uma consulta vazia\n" -#: command.c:2619 +#: command.c:2638 #, c-format msgid "Watch every %lds\t%s" msgstr "Observar a cada %lds\t%s" -#: command.c:2663 +#: command.c:2682 #, c-format msgid "\\watch cannot be used with COPY\n" msgstr "\\watch não pode ser utilizado com COPY\n" -#: command.c:2669 +#: command.c:2688 #, c-format msgid "unexpected result status for \\watch\n" msgstr "status de resultado inesperado para \\watch\n" @@ -528,12 +527,12 @@ msgstr "Falhou.\n" msgid "Succeeded.\n" msgstr "Sucedido.\n" -#: common.c:403 common.c:683 common.c:816 +#: common.c:403 common.c:683 common.c:831 #, c-format msgid "unexpected PQresultStatus: %d\n" msgstr "PQresultStatus inesperado: %d\n" -#: common.c:452 common.c:459 common.c:877 +#: common.c:452 common.c:459 common.c:892 #, c-format msgid "" "********* QUERY **********\n" @@ -571,7 +570,7 @@ msgstr "mais de um registro foi retornado para \\gset\n" msgid "could not set variable \"%s\"\n" msgstr "não pôde definir variável \"%s\"\n" -#: common.c:859 +#: common.c:874 #, c-format msgid "" "***(Single step mode: verify command)*******************************************\n" @@ -582,17 +581,17 @@ msgstr "" "%s\n" "***(pressione Enter para prosseguir ou digite x e Enter para cancelar)********************\n" -#: common.c:910 +#: common.c:925 #, c-format msgid "The server (version %d.%d) does not support savepoints for ON_ERROR_ROLLBACK.\n" msgstr "O servidor (versão %d.%d) não suporta pontos de salvamento para ON_ERROR_ROLLBACK.\n" -#: common.c:1004 +#: common.c:1019 #, c-format msgid "unexpected transaction status (%d)\n" msgstr "status de transação inesperado (%d)\n" -#: common.c:1032 +#: common.c:1047 #, c-format msgid "Time: %.3f ms\n" msgstr "Tempo: %.3f ms\n" @@ -612,36 +611,36 @@ msgstr "\\copy: erro de análise em \"%s\"\n" msgid "\\copy: parse error at end of line\n" msgstr "\\copy: erro de análise no fim da linha\n" -#: copy.c:339 +#: copy.c:332 #, c-format msgid "could not execute command \"%s\": %s\n" msgstr "não pôde executar comando \"%s\": %s\n" -#: copy.c:355 +#: copy.c:350 #, c-format msgid "%s: cannot copy from/to a directory\n" msgstr "%s: não pode copiar de/para o diretório\n" -#: copy.c:389 +#: copy.c:383 #, c-format msgid "could not close pipe to external command: %s\n" msgstr "não pôde fechar pipe para comando externo: %s\n" -#: copy.c:456 copy.c:467 +#: copy.c:450 copy.c:461 #, c-format msgid "could not write COPY data: %s\n" msgstr "não pôde escrever dados utilizando COPY: %s\n" -#: copy.c:474 +#: copy.c:468 #, c-format msgid "COPY data transfer failed: %s" msgstr "transferência de dados utilizando COPY falhou: %s" -#: copy.c:535 +#: copy.c:529 msgid "canceled by user" msgstr "cancelado pelo usuário" -#: copy.c:545 +#: copy.c:539 msgid "" "Enter data to be copied followed by a newline.\n" "End with a backslash and a period on a line by itself." @@ -649,11 +648,11 @@ msgstr "" "Informe os dados a serem copiados seguido pelo caracter de nova linha.\n" "Finalize com uma barra invertida e um ponto na linha." -#: copy.c:662 +#: copy.c:656 msgid "aborted because of read failure" msgstr "interrompido devido a falha de leitura" -#: copy.c:686 +#: copy.c:680 msgid "trying to exit copy mode" msgstr "tentando sair do modo copy" @@ -1153,6 +1152,9 @@ msgstr "Opções" msgid "Tablespace: \"%s\"" msgstr "Tablespace: \"%s\"" +#. translator: before this string there's an index +#. description like '"foo_pkey" PRIMARY KEY, btree (a)' +#. #: describe.c:2379 #, c-format msgid ", tablespace \"%s\"" @@ -2260,19 +2262,19 @@ msgstr "Conexão\n" #: help.c:262 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently \"%s\")\n" msgstr "" -" \\c[onnect] [NOMEBD|- USUÁRIO|- MÁQUINA|- PORTA|-]\n" +" \\c[onnect] {[NOMEBD|- USUÁRIO|- MÁQUINA|- PORTA|-] | conninfo}\n" " conecta a um outro banco de dados (atual \"%s\")\n" #: help.c:266 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently no connection)\n" msgstr "" -" \\c[onnect] [NOMEBD|- USUÁRIO|- MÁQUINA|- PORTA|-]\n" +" \\c[onnect] {[NOMEBD|- USUÁRIO|- MÁQUINA|- PORTA|-] | conninfo}\n" " conecta a um banco de dados novo (atualmente nenhuma conexão)\n" #: help.c:268 @@ -2381,17 +2383,17 @@ msgstr "" "Nenhuma ajuda disponível para \"%s\".\n" "Tente \\h sem argumentos para ver a ajuda disponível.\n" -#: input.c:193 +#: input.c:194 #, c-format msgid "could not read from input file: %s\n" msgstr "não pôde ler arquivo de entrada: %s\n" -#: input.c:407 +#: input.c:450 input.c:489 #, c-format msgid "could not save history to file \"%s\": %s\n" msgstr "não pôde gravar histórico no arquivo \"%s\": %s\n" -#: input.c:412 +#: input.c:509 #, c-format msgid "history is not supported by this installation\n" msgstr "histórico não é suportado por esta instalação\n" @@ -2450,27 +2452,27 @@ msgid_plural "(%lu rows)" msgstr[0] "(%lu registro)" msgstr[1] "(%lu registros)" -#: print.c:1175 +#: print.c:1174 #, c-format msgid "(No rows)\n" msgstr "(Nenhum registro)\n" -#: print.c:2239 +#: print.c:2238 #, c-format msgid "Interrupted\n" msgstr "Interrompido\n" -#: print.c:2305 +#: print.c:2304 #, c-format msgid "Cannot add header to table content: column count of %d exceeded.\n" msgstr "Não pode adicionar cabeçalho a conteúdo de tabela: quantidade de colunas %d foi excedida.\n" -#: print.c:2345 +#: print.c:2344 #, c-format msgid "Cannot add cell to table content: total cell count of %d exceeded.\n" msgstr "Não pode adicionar célula a conteúdo de tabela: quantidade total de células %d foi excedida.\n" -#: print.c:2571 +#: print.c:2570 #, c-format msgid "invalid output format (internal error): %d" msgstr "formato de saída inválido (erro interno): %d" @@ -2480,17 +2482,17 @@ msgstr "formato de saída inválido (erro interno): %d" msgid "skipping recursive expansion of variable \"%s\"\n" msgstr "ignorando expansão recursiva da variável \"%s\"\n" -#: psqlscan.l:1604 +#: psqlscan.l:1603 #, c-format msgid "unterminated quoted string\n" msgstr "cadeia de caracteres entre aspas não foi terminada\n" -#: psqlscan.l:1704 +#: psqlscan.l:1703 #, c-format msgid "%s: out of memory\n" msgstr "%s: sem memória\n" -#: psqlscan.l:1933 +#: psqlscan.l:1932 #, c-format msgid "can't escape without active connection\n" msgstr "não pode fazer escape sem uma conexão ativa\n" @@ -4276,17 +4278,17 @@ msgstr "coleta lixo e opcionalmente analisa um banco de dados" msgid "compute a set of rows" msgstr "computa um conjunto de registros" -#: startup.c:167 +#: startup.c:168 #, c-format msgid "%s: -1 can only be used in non-interactive mode\n" msgstr "%s: -1 só pode ser utilizado em modo não interativo\n" -#: startup.c:269 +#: startup.c:270 #, c-format msgid "%s: could not open log file \"%s\": %s\n" msgstr "%s: não pôde abrir arquivo de log \"%s\": %s\n" -#: startup.c:331 +#: startup.c:332 #, c-format msgid "" "Type \"help\" for help.\n" @@ -4295,32 +4297,37 @@ msgstr "" "Digite \"help\" para ajuda.\n" "\n" -#: startup.c:476 +#: startup.c:477 #, c-format msgid "%s: could not set printing parameter \"%s\"\n" msgstr "%s: não pôde definir parâmetro de exibição \"%s\"\n" -#: startup.c:516 +#: startup.c:517 #, c-format msgid "%s: could not delete variable \"%s\"\n" msgstr "%s: não pôde apagar variável \"%s\"\n" -#: startup.c:526 +#: startup.c:527 #, c-format msgid "%s: could not set variable \"%s\"\n" msgstr "%s: não pôde definir variável \"%s\"\n" -#: startup.c:569 startup.c:575 +#: startup.c:570 startup.c:576 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: startup.c:592 +#: startup.c:593 #, c-format msgid "%s: warning: extra command-line argument \"%s\" ignored\n" msgstr "%s: aviso: argumento extra de linha de comando \"%s\" ignorado\n" -#: tab-complete.c:3962 +#: startup.c:732 startup.c:779 startup.c:800 startup.c:837 variables.c:121 +#, c-format +msgid "unrecognized value \"%s\" for \"%s\"; assuming \"%s\"\n" +msgstr "valor desconhecido \"%s\" para \"%s\"; definindo \"%s\"\n" + +#: tab-complete.c:3944 #, c-format msgid "" "tab completion query failed: %s\n" @@ -4330,8 +4337,3 @@ msgstr "" "consulta para completação por tab falhou: %s\n" "Consulta foi:\n" "%s\n" - -#: variables.c:115 -#, c-format -msgid "unrecognized Boolean value; assuming \"on\"\n" -msgstr "valor booleano desconhecido; definindo \"on\"\n" diff --git a/src/bin/psql/po/ru.po b/src/bin/psql/po/ru.po index 0db9c94c456..bb97b5af5ad 100644 --- a/src/bin/psql/po/ru.po +++ b/src/bin/psql/po/ru.po @@ -21,10 +21,10 @@ # - August 2001 - August 2002: Initial translation and maintenance, Serguei A. Mokhov msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 9 current\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2015-01-14 00:16+0000\n" -"PO-Revision-Date: 2015-01-14 21:01+0300\n" +"POT-Creation-Date: 2015-04-24 23:53+0000\n" +"PO-Revision-Date: 2015-04-25 16:28+0300\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -171,7 +171,7 @@ msgstr "" msgid "no query buffer\n" msgstr "нет буфера запросов\n" -#: command.c:549 command.c:2812 +#: command.c:549 command.c:2845 #, c-format msgid "invalid line number: %s\n" msgstr "неверный номер строки: %s\n" @@ -259,8 +259,8 @@ msgstr "Секундомер включен." msgid "Timing is off." msgstr "Секундомер выключен." -#: command.c:1393 command.c:1413 command.c:2010 command.c:2017 command.c:2026 -#: command.c:2036 command.c:2045 command.c:2059 command.c:2076 command.c:2135 +#: command.c:1393 command.c:1413 command.c:2043 command.c:2050 command.c:2059 +#: command.c:2069 command.c:2078 command.c:2092 command.c:2109 command.c:2168 #: common.c:74 copy.c:335 copy.c:389 copy.c:404 psqlscan.l:1677 #: psqlscan.l:1688 psqlscan.l:1698 #, c-format @@ -281,7 +281,7 @@ msgstr "Пароль: " msgid "Password for user %s: " msgstr "Пароль пользователя %s: " -#: command.c:1570 +#: command.c:1572 #, c-format msgid "" "All connection parameters must be supplied because no database connection " @@ -290,24 +290,24 @@ msgstr "" "Без подключения к базе данных необходимо указывать все параметры " "подключения\n" -#: command.c:1656 command.c:2846 common.c:120 common.c:413 common.c:478 +#: command.c:1689 command.c:2879 common.c:120 common.c:413 common.c:478 #: common.c:909 common.c:934 common.c:1031 copy.c:487 copy.c:684 #: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1949 #, c-format msgid "%s" msgstr "%s" -#: command.c:1660 +#: command.c:1693 #, c-format msgid "Previous connection kept\n" msgstr "Сохранено предыдущее подключение\n" -#: command.c:1664 +#: command.c:1697 #, c-format msgid "\\connect: %s" msgstr "\\connect: %s" -#: command.c:1697 +#: command.c:1730 #, c-format msgid "" "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" " @@ -316,7 +316,7 @@ msgstr "" "Вы подключены к базе данных \"%s\" как пользователь \"%s\" через сокет в \"%s" "\", порт \"%s\".\n" -#: command.c:1700 +#: command.c:1733 #, c-format msgid "" "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at " @@ -325,17 +325,17 @@ msgstr "" "Вы подключены к базе данных \"%s\" как пользователь \"%s\" (сервер \"%s\", " "порт \"%s\") .\n" -#: command.c:1704 +#: command.c:1737 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\".\n" msgstr "Вы подключены к базе данных \"%s\" как пользователь \"%s\".\n" -#: command.c:1738 +#: command.c:1771 #, c-format msgid "%s (%s, server %s)\n" msgstr "%s (%s, сервер %s)\n" -#: command.c:1746 +#: command.c:1779 #, c-format msgid "" "WARNING: %s major version %d.%d, server major version %d.%d.\n" @@ -344,17 +344,17 @@ msgstr "" "ПРЕДУПРЕЖДЕНИЕ: %s имеет базовую версию %d.%d, а сервер - %d.%d.\n" " Часть функций psql может не работать.\n" -#: command.c:1776 +#: command.c:1809 #, c-format msgid "SSL connection (cipher: %s, bits: %d)\n" msgstr "SSL-соединение (шифр: %s, бит: %d)\n" -#: command.c:1786 +#: command.c:1819 #, c-format msgid "SSL connection (unknown cipher)\n" msgstr "SSL-соединение (шифр неизвестен)\n" -#: command.c:1807 +#: command.c:1840 #, c-format msgid "" "WARNING: Console code page (%u) differs from Windows code page (%u)\n" @@ -367,7 +367,7 @@ msgstr "" " Подробнее об этом смотрите документацию psql, раздел\n" " \"Notes for Windows users\".\n" -#: command.c:1891 +#: command.c:1924 #, c-format msgid "" "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a " @@ -376,27 +376,27 @@ msgstr "" "в переменной окружения PSQL_EDITOR_LINENUMBER_ARG должен быть указан номер " "строки\n" -#: command.c:1928 +#: command.c:1961 #, c-format msgid "could not start editor \"%s\"\n" msgstr "не удалось запустить редактор \"%s\"\n" -#: command.c:1930 +#: command.c:1963 #, c-format msgid "could not start /bin/sh\n" msgstr "не удалось запустить /bin/sh\n" -#: command.c:1968 +#: command.c:2001 #, c-format msgid "could not locate temporary directory: %s\n" msgstr "не удалось найти временный каталог: %s\n" -#: command.c:1995 +#: command.c:2028 #, c-format msgid "could not open temporary file \"%s\": %s\n" msgstr "не удалось открыть временный файл \"%s\": %s\n" -#: command.c:2257 +#: command.c:2290 #, c-format msgid "" "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-" @@ -405,158 +405,158 @@ msgstr "" "допустимые форматы \\pset: unaligned, aligned, wrapped, html, latex, troff-" "ms\n" -#: command.c:2262 +#: command.c:2295 #, c-format msgid "Output format is %s.\n" msgstr "Формат вывода: %s.\n" -#: command.c:2278 +#: command.c:2311 #, c-format msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n" msgstr "допустимые стили линий для \\pset: ascii, old-ascii, unicode\n" -#: command.c:2283 +#: command.c:2316 #, c-format msgid "Line style is %s.\n" msgstr "Установлен стиль линий: %s.\n" -#: command.c:2294 +#: command.c:2327 #, c-format msgid "Border style is %d.\n" msgstr "Установлен стиль границ: %d.\n" -#: command.c:2311 +#: command.c:2344 #, c-format msgid "Expanded display is on.\n" msgstr "Расширенный вывод включен.\n" -#: command.c:2313 +#: command.c:2346 #, c-format msgid "Expanded display is used automatically.\n" msgstr "Автоматически включён расширенный вывод.\n" -#: command.c:2315 +#: command.c:2348 #, c-format msgid "Expanded display is off.\n" msgstr "Расширенный вывод выключен.\n" -#: command.c:2329 +#: command.c:2362 msgid "Showing locale-adjusted numeric output." msgstr "Числа выводятся в локализованном формате." -#: command.c:2331 +#: command.c:2364 msgid "Locale-adjusted numeric output is off." msgstr "Локализованный вывод чисел выключен." -#: command.c:2344 +#: command.c:2377 #, c-format msgid "Null display is \"%s\".\n" msgstr "Null выводится как: \"%s\".\n" -#: command.c:2359 command.c:2371 +#: command.c:2392 command.c:2404 #, c-format msgid "Field separator is zero byte.\n" msgstr "Разделитель полей - нулевой байт.\n" -#: command.c:2361 +#: command.c:2394 #, c-format msgid "Field separator is \"%s\".\n" msgstr "Разделитель полей: \"%s\".\n" -#: command.c:2386 command.c:2400 +#: command.c:2419 command.c:2433 #, c-format msgid "Record separator is zero byte.\n" msgstr "Разделитель записей - нулевой байт.\n" -#: command.c:2388 +#: command.c:2421 #, c-format msgid "Record separator is ." msgstr "Разделитель записей: <новая строка>." -#: command.c:2390 +#: command.c:2423 #, c-format msgid "Record separator is \"%s\".\n" msgstr "Разделитель записей: \"%s\".\n" -#: command.c:2413 +#: command.c:2446 msgid "Showing only tuples." msgstr "Выводятся только кортежи." -#: command.c:2415 +#: command.c:2448 msgid "Tuples only is off." msgstr "Режим вывода только кортежей выключен." -#: command.c:2431 +#: command.c:2464 #, c-format msgid "Title is \"%s\".\n" msgstr "Заголовок: \"%s\".\n" -#: command.c:2433 +#: command.c:2466 #, c-format msgid "Title is unset.\n" msgstr "Заголовок не задан.\n" -#: command.c:2449 +#: command.c:2482 #, c-format msgid "Table attribute is \"%s\".\n" msgstr "Атрибут HTML-таблицы: \"%s\".\n" -#: command.c:2451 +#: command.c:2484 #, c-format msgid "Table attributes unset.\n" msgstr "Атрибуты HTML-таблицы не заданы.\n" -#: command.c:2474 +#: command.c:2507 msgid "Pager is used for long output." msgstr "Вывод длинного текста через постраничник." -#: command.c:2476 +#: command.c:2509 msgid "Pager is always used." msgstr "Вывод всего текста через постраничник." -#: command.c:2478 +#: command.c:2511 msgid "Pager usage is off." msgstr "Вывод без постраничника." -#: command.c:2492 +#: command.c:2525 msgid "Default footer is on." msgstr "Строка итогов включена." -#: command.c:2494 +#: command.c:2527 msgid "Default footer is off." msgstr "Строка итогов выключена." -#: command.c:2505 +#: command.c:2538 #, c-format msgid "Target width is %d.\n" msgstr "Ширина вывода: %d.\n" -#: command.c:2510 +#: command.c:2543 #, c-format msgid "\\pset: unknown option: %s\n" msgstr "неизвестный параметр \\pset: %s\n" -#: command.c:2564 +#: command.c:2597 #, c-format msgid "\\!: failed\n" msgstr "\\!: ошибка\n" -#: command.c:2584 command.c:2642 +#: command.c:2617 command.c:2675 #, c-format msgid "\\watch cannot be used with an empty query\n" msgstr "\\watch нельзя использовать с пустым запросом\n" -#: command.c:2605 +#: command.c:2638 #, c-format msgid "Watch every %lds\t%s" msgstr "Повтор запрос через %ld сек.\t%s" -#: command.c:2649 +#: command.c:2682 #, c-format msgid "\\watch cannot be used with COPY\n" msgstr "\\watch нельзя использовать с COPY\n" -#: command.c:2655 +#: command.c:2688 #, c-format msgid "unexpected result status for \\watch\n" msgstr "неожиданное состояние результата для \\watch\n" @@ -2442,20 +2442,20 @@ msgstr "Соединение\n" #: help.c:262 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently \"%s\")\n" msgstr "" -" \\c[onnect] [БД|- ПОЛЬЗОВАТЕЛЬ|- СЕРВЕР|- ПОРТ|-]\n" +" \\c[onnect] {[БД|- ПОЛЬЗОВАТЕЛЬ|- СЕРВЕР|- ПОРТ|-] | conninfo}\n" " подключиться к другой базе данных\n" " (текущая: \"%s\")\n" #: help.c:266 #, c-format msgid "" -" \\c[onnect] [DBNAME|- USER|- HOST|- PORT|-]\n" +" \\c[onnect] {[DBNAME|- USER|- HOST|- PORT|-] | conninfo}\n" " connect to new database (currently no connection)\n" msgstr "" -" \\c[onnect] [БД|- ПОЛЬЗОВАТЕЛЬ|- СЕРВЕР|- ПОРТ|-]\n" +" \\c[onnect] {[БД|- ПОЛЬЗОВАТЕЛЬ|- СЕРВЕР|- ПОРТ|-] | conninfo}\n" " подключиться к другой базе данных\n" " (сейчас подключения нет)\n" @@ -2582,12 +2582,12 @@ msgstr "" msgid "could not read from input file: %s\n" msgstr "не удалось прочитать входной файл: %s\n" -#: input.c:455 input.c:494 +#: input.c:450 input.c:489 #, c-format msgid "could not save history to file \"%s\": %s\n" msgstr "не удалось сохранить историю в файле \"%s\": %s\n" -#: input.c:514 +#: input.c:509 #, c-format msgid "history is not supported by this installation\n" msgstr "в данной среде история не поддерживается\n" @@ -4528,7 +4528,7 @@ msgstr "%s: предупреждение: лишний аргумент \"%s\" msgid "unrecognized value \"%s\" for \"%s\"; assuming \"%s\"\n" msgstr "нераспознанное значение \"%s\" для \"%s\"; подразумевается \"%s\"\n" -#: tab-complete.c:3941 +#: tab-complete.c:3944 #, c-format msgid "" "tab completion query failed: %s\n" diff --git a/src/bin/scripts/po/fr.po b/src/bin/scripts/po/fr.po index e2dab3ae1b6..636de69a3a0 100644 --- a/src/bin/scripts/po/fr.po +++ b/src/bin/scripts/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2014-12-02 20:17+0000\n" "PO-Revision-Date: 2014-12-05 09:57+0100\n" diff --git a/src/interfaces/ecpg/ecpglib/po/fr.po b/src/interfaces/ecpg/ecpglib/po/fr.po index f2621e409fc..22ce3c24961 100644 --- a/src/interfaces/ecpg/ecpglib/po/fr.po +++ b/src/interfaces/ecpg/ecpglib/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2010-03-06 17:22+0000\n" "PO-Revision-Date: 2013-09-04 20:31-0400\n" diff --git a/src/interfaces/ecpg/preproc/po/fr.po b/src/interfaces/ecpg/preproc/po/fr.po index 484c7a6f908..91349dc75ce 100644 --- a/src/interfaces/ecpg/preproc/po/fr.po +++ b/src/interfaces/ecpg/preproc/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2012-07-22 04:10+0000\n" "PO-Revision-Date: 2012-07-22 19:00+0100\n" diff --git a/src/interfaces/libpq/po/fr.po b/src/interfaces/libpq/po/fr.po index b968e9aaeb0..d5f1d9cf002 100644 --- a/src/interfaces/libpq/po/fr.po +++ b/src/interfaces/libpq/po/fr.po @@ -7,7 +7,7 @@ # Stphane Schildknecht , 2009. msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2013-08-18 08:12+0000\n" "PO-Revision-Date: 2013-08-18 10:33+0100\n" diff --git a/src/pl/plperl/po/fr.po b/src/pl/plperl/po/fr.po index a6e2b19f08f..c8d699c36dd 100644 --- a/src/pl/plperl/po/fr.po +++ b/src/pl/plperl/po/fr.po @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2012-02-20 06:39+0000\n" "PO-Revision-Date: 2012-02-20 22:34+0100\n" diff --git a/src/pl/plpgsql/src/po/fr.po b/src/pl/plpgsql/src/po/fr.po index aac1ec2b748..84695fc2882 100644 --- a/src/pl/plpgsql/src/po/fr.po +++ b/src/pl/plpgsql/src/po/fr.po @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2013-08-15 18:41+0000\n" "PO-Revision-Date: 2013-08-15 21:20+0100\n" diff --git a/src/pl/plpython/po/fr.po b/src/pl/plpython/po/fr.po index 1f5b4871824..34ef858c13a 100644 --- a/src/pl/plpython/po/fr.po +++ b/src/pl/plpython/po/fr.po @@ -6,10 +6,10 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-08-10 13:09+0000\n" -"PO-Revision-Date: 2012-08-10 23:42+0100\n" +"POT-Creation-Date: 2015-02-08 09:13+0000\n" +"PO-Revision-Date: 2015-02-08 10:50+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: French \n" "Language: fr\n" @@ -17,6 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Poedit 1.7.3\n" #: plpy_cursorobject.c:98 #, c-format @@ -28,14 +29,12 @@ msgstr "plpy.cursor attendait une requ msgid "plpy.cursor takes a sequence as its second argument" msgstr "plpy.cursor prends une squence dans son second argument" -#: plpy_cursorobject.c:187 -#: plpy_spi.c:222 +#: plpy_cursorobject.c:187 plpy_spi.c:223 #, c-format msgid "could not execute plan" msgstr "n'a pas pu excuter le plan" -#: plpy_cursorobject.c:190 -#: plpy_spi.c:225 +#: plpy_cursorobject.c:190 plpy_spi.c:226 #, c-format msgid "Expected sequence of %d argument, got %d: %s" msgid_plural "Expected sequence of %d arguments, got %d: %s" @@ -47,116 +46,112 @@ msgstr[1] "S msgid "iterating a closed cursor" msgstr "itration d'un curseur ferm" -#: plpy_cursorobject.c:348 -#: plpy_cursorobject.c:415 +#: plpy_cursorobject.c:348 plpy_cursorobject.c:413 #, c-format msgid "iterating a cursor in an aborted subtransaction" msgstr "itration d'un curseur dans une sous-transaction annule" -#: plpy_cursorobject.c:407 +#: plpy_cursorobject.c:405 #, c-format msgid "fetch from a closed cursor" msgstr "rcuprer partir d'un curseur ferm" -#: plpy_cursorobject.c:486 +#: plpy_cursorobject.c:482 #, c-format msgid "closing a cursor in an aborted subtransaction" msgstr "fermeture d'un curseur dans une sous-transaction annule" -#: plpy_elog.c:103 -#: plpy_elog.c:104 -#: plpy_plpymodule.c:420 +#: plpy_elog.c:103 plpy_elog.c:104 plpy_plpymodule.c:420 #, c-format msgid "%s" msgstr "%s" -#: plpy_exec.c:90 +#: plpy_exec.c:91 #, c-format msgid "unsupported set function return mode" msgstr "mode de retour non support pour la fonction SET" -#: plpy_exec.c:91 +#: plpy_exec.c:92 #, c-format -msgid "PL/Python set-returning functions only support returning only value per call." +msgid "PL/Python set-returning functions only support returning one value per call." msgstr "" "les fonctions PL/python renvoyant des ensembles supportent seulement une\n" -"valeur renvoye par appel" +"valeur renvoye par appel." -#: plpy_exec.c:103 +#: plpy_exec.c:104 #, c-format msgid "returned object cannot be iterated" msgstr "l'objet renvoy ne supporte pas les itrations" -#: plpy_exec.c:104 +#: plpy_exec.c:105 #, c-format msgid "PL/Python set-returning functions must return an iterable object." msgstr "" "les fonctions PL/python renvoyant des ensembles doivent renvoyer un objet\n" "itrable" -#: plpy_exec.c:129 +#: plpy_exec.c:130 #, c-format msgid "error fetching next item from iterator" msgstr "erreur lors de la rcupration du prochain lment de l'itrateur" -#: plpy_exec.c:164 +#: plpy_exec.c:165 #, c-format msgid "PL/Python function with return type \"void\" did not return None" msgstr "la fonction PL/python avec un code de retour void ne renvoyait pas None" -#: plpy_exec.c:288 -#: plpy_exec.c:314 +#: plpy_exec.c:289 plpy_exec.c:315 #, c-format msgid "unexpected return value from trigger procedure" msgstr "valeur de retour inattendue de la procdure trigger" -#: plpy_exec.c:289 +#: plpy_exec.c:290 #, c-format msgid "Expected None or a string." msgstr "Attendait None ou une chane de caractres." -#: plpy_exec.c:304 +#: plpy_exec.c:305 #, c-format msgid "PL/Python trigger function returned \"MODIFY\" in a DELETE trigger -- ignored" msgstr "" "la fonction trigger PL/python a renvoy MODIFY dans un trigger DELETE\n" "-- ignor" -#: plpy_exec.c:315 +#: plpy_exec.c:316 #, c-format msgid "Expected None, \"OK\", \"SKIP\", or \"MODIFY\"." msgstr "Attendait None, OK , SKIP ou MODIFY ." -#: plpy_exec.c:396 +#: plpy_exec.c:397 #, c-format msgid "PyList_SetItem() failed, while setting up arguments" msgstr "chec de PyList_SetItem() lors de l'initialisation des arguments" -#: plpy_exec.c:400 +#: plpy_exec.c:401 #, c-format msgid "PyDict_SetItemString() failed, while setting up arguments" msgstr "chec de PyDict_SetItemString() lors de l'initialisation des arguments" -#: plpy_exec.c:412 +#: plpy_exec.c:413 #, c-format msgid "function returning record called in context that cannot accept type record" msgstr "" "fonction renvoyant le type record appele dans un contexte qui ne peut pas\n" "accepter le type record" -#: plpy_exec.c:450 +#: plpy_exec.c:451 #, c-format msgid "while creating return value" msgstr "lors de la cration de la valeur de retour" -#: plpy_exec.c:474 +#: plpy_exec.c:475 #, c-format msgid "could not create new dictionary while building trigger arguments" msgstr "" "n'a pas pu crer un nouveau dictionnaire lors de la construction des\n" "arguments du trigger" -#: plpy_exec.c:664 +#: plpy_exec.c:663 #, c-format msgid "TD[\"new\"] deleted, cannot modify row" msgstr "TD[\"new\"] supprim, ne peut pas modifier la ligne" @@ -178,61 +173,61 @@ msgstr "" "la cl %s trouve dans TD[\"new\"] n'existe pas comme colonne\n" "de la ligne impacte par le trigger" -#: plpy_exec.c:778 +#: plpy_exec.c:777 #, c-format msgid "while modifying trigger row" msgstr "lors de la modification de la ligne du trigger" -#: plpy_exec.c:839 +#: plpy_exec.c:838 #, c-format msgid "forcibly aborting a subtransaction that has not been exited" msgstr "annulation force d'une sous-transaction qui n'a jamais t quitte" -#: plpy_main.c:100 +#: plpy_main.c:102 #, c-format msgid "Python major version mismatch in session" msgstr "Diffrence de version majeure de Python dans la session" -#: plpy_main.c:101 +#: plpy_main.c:103 #, c-format msgid "This session has previously used Python major version %d, and it is now attempting to use Python major version %d." msgstr "" "Cette session a auparavant utilis la version majeure %d de Python et elle\n" "essaie maintenant d'utiliser la version majeure %d." -#: plpy_main.c:103 +#: plpy_main.c:105 #, c-format msgid "Start a new session to use a different Python major version." msgstr "" "Lancez une nouvelle session pour utiliser une version majeure diffrente de\n" "Python." -#: plpy_main.c:118 +#: plpy_main.c:120 #, c-format msgid "untrapped error in initialization" msgstr "erreur non rcupre dans l'initialisation" -#: plpy_main.c:141 +#: plpy_main.c:143 #, c-format msgid "could not import \"__main__\" module" msgstr "n'a pas pu importer le module __main__ " -#: plpy_main.c:146 +#: plpy_main.c:148 #, c-format msgid "could not create globals" msgstr "n'a pas pu crer les globales" -#: plpy_main.c:150 +#: plpy_main.c:152 #, c-format msgid "could not initialize globals" msgstr "n'a pas pu initialiser les variables globales" -#: plpy_main.c:347 +#: plpy_main.c:356 #, c-format msgid "PL/Python function \"%s\"" msgstr "fonction PL/python %s " -#: plpy_main.c:354 +#: plpy_main.c:363 #, c-format msgid "PL/Python anonymous code block" msgstr "bloc de code PL/Python anonyme" @@ -242,8 +237,7 @@ msgstr "bloc de code PL/Python anonyme" msgid "plan.status takes no arguments" msgstr "plan.status ne prends pas d'arguments" -#: plpy_plpymodule.c:178 -#: plpy_plpymodule.c:181 +#: plpy_plpymodule.c:178 plpy_plpymodule.c:181 #, c-format msgid "could not import \"plpy\" module" msgstr "n'a pas pu importer le module plpy " @@ -258,8 +252,7 @@ msgstr "n'a pas pu ajouter le module msgid "could not create the base SPI exceptions" msgstr "n'a pas pu crer les exceptions SPI de base" -#: plpy_plpymodule.c:253 -#: plpy_plpymodule.c:257 +#: plpy_plpymodule.c:253 plpy_plpymodule.c:257 #, c-format msgid "could not generate SPI exceptions" msgstr "n'a pas pu gnrer les exceptions SPI" @@ -273,86 +266,77 @@ msgstr "n'a pas pu d msgid "could not parse error message in plpy.elog" msgstr "n'a pas pu analyser le message d'erreur dans plpy.elog" -#: plpy_procedure.c:194 +#: plpy_procedure.c:200 #, c-format msgid "trigger functions can only be called as triggers" msgstr "les fonctions trigger peuvent seulement tre appeles par des triggers" -#: plpy_procedure.c:199 -#: plpy_typeio.c:406 +#: plpy_procedure.c:205 plpy_typeio.c:408 #, c-format msgid "PL/Python functions cannot return type %s" msgstr "les fonctions PL/python ne peuvent pas renvoyer le type %s" -#: plpy_procedure.c:281 +#: plpy_procedure.c:287 #, c-format msgid "PL/Python functions cannot accept type %s" msgstr "les fonctions PL/python ne peuvent pas accepter le type %s" -#: plpy_procedure.c:377 +#: plpy_procedure.c:383 #, c-format msgid "could not compile PL/Python function \"%s\"" msgstr "n'a pas pu compiler la fonction PL/python %s " -#: plpy_procedure.c:380 +#: plpy_procedure.c:386 #, c-format msgid "could not compile anonymous PL/Python code block" msgstr "n'a pas pu compiler le bloc de code anonyme PL/python" -#: plpy_resultobject.c:145 -#: plpy_resultobject.c:165 -#: plpy_resultobject.c:185 +#: plpy_resultobject.c:145 plpy_resultobject.c:165 plpy_resultobject.c:185 #, c-format msgid "command did not produce a result set" msgstr "la commande n'a pas fourni d'ensemble de rsultats" -#: plpy_spi.c:56 +#: plpy_spi.c:57 #, c-format msgid "second argument of plpy.prepare must be a sequence" msgstr "le second argument de plpy.prepare doit tre une squence" -#: plpy_spi.c:105 +#: plpy_spi.c:106 #, c-format msgid "plpy.prepare: type name at ordinal position %d is not a string" msgstr "plpy.prepare : le nom du type sur la position ordinale %d n'est pas une chane" -#: plpy_spi.c:137 +#: plpy_spi.c:138 #, c-format msgid "plpy.prepare does not support composite types" msgstr "plpy.prepare ne supporte pas les types composites" -#: plpy_spi.c:187 +#: plpy_spi.c:188 #, c-format msgid "plpy.execute expected a query or a plan" msgstr "plpy.prepare attendait une requte ou un plan" -#: plpy_spi.c:206 +#: plpy_spi.c:207 #, c-format msgid "plpy.execute takes a sequence as its second argument" msgstr "plpy.execute prends une squence dans son second argument" -#: plpy_spi.c:330 +#: plpy_spi.c:331 #, c-format msgid "SPI_execute_plan failed: %s" msgstr "chec de SPI_execute_plan : %s" -#: plpy_spi.c:372 +#: plpy_spi.c:373 #, c-format msgid "SPI_execute failed: %s" msgstr "chec de SPI_execute : %s" -#: plpy_spi.c:439 -#, c-format -msgid "unrecognized error in PLy_spi_execute_fetch_result" -msgstr "erreur inconnue dans PLy_spi_execute_fetch_result" - #: plpy_subxactobject.c:122 #, c-format msgid "this subtransaction has already been entered" msgstr "cette sous-transaction est en cours d'utilisation" -#: plpy_subxactobject.c:128 -#: plpy_subxactobject.c:180 +#: plpy_subxactobject.c:128 plpy_subxactobject.c:180 #, c-format msgid "this subtransaction has already been exited" msgstr "dj sorti de cette sous-transaction" @@ -367,129 +351,94 @@ msgstr "cette sous-transaction n'a jamais msgid "there is no subtransaction to exit from" msgstr "il n'y a pas de transaction quitter" -#: plpy_typeio.c:291 +#: plpy_typeio.c:293 #, c-format msgid "could not create new dictionary" msgstr "n'a pas pu crer le nouveau dictionnaire" -#: plpy_typeio.c:408 +#: plpy_typeio.c:410 #, c-format msgid "PL/Python does not support conversion to arrays of row types." msgstr "PL/Python ne supporte pas les conversions vers des tableaux de types row." -#: plpy_typeio.c:584 +#: plpy_typeio.c:595 #, c-format msgid "cannot convert multidimensional array to Python list" msgstr "ne peut pas convertir un tableau multidimensionnel en liste Python" -#: plpy_typeio.c:585 +#: plpy_typeio.c:596 #, c-format msgid "PL/Python only supports one-dimensional arrays." msgstr "PL/Python supporte seulement les tableaux uni-dimensionnels." -#: plpy_typeio.c:591 +#: plpy_typeio.c:602 #, c-format msgid "could not create new Python list" msgstr "n'a pas pu crer la nouvelle liste Python" -#: plpy_typeio.c:650 +#: plpy_typeio.c:661 #, c-format msgid "could not create bytes representation of Python object" msgstr "n'a pas pu crer une reprsentation octets de l'objet Python" -#: plpy_typeio.c:742 +#: plpy_typeio.c:753 #, c-format msgid "could not create string representation of Python object" msgstr "n'a pas pu crer une reprsentation chane de caractres de l'objet Python" -#: plpy_typeio.c:753 +#: plpy_typeio.c:764 #, c-format msgid "could not convert Python object into cstring: Python string representation appears to contain null bytes" msgstr "n'a pas pu convertir l'objet Python en csting : la reprsentation de la chane Python contient des octets nuls" -#: plpy_typeio.c:787 +#: plpy_typeio.c:798 #, c-format msgid "return value of function with array return type is not a Python sequence" msgstr "la valeur de retour de la fonction de type tableau n'est pas une squence Python" -#: plpy_typeio.c:886 +#: plpy_typeio.c:897 #, c-format msgid "key \"%s\" not found in mapping" msgstr "la cl %s introuvable dans la correspondance" -#: plpy_typeio.c:887 +#: plpy_typeio.c:898 #, c-format msgid "To return null in a column, add the value None to the mapping with the key named after the column." msgstr "" "Pour renvoyer NULL dans une colonne, ajoutez la valeur None la\n" "correspondance de la cl nomme d'aprs la colonne." -#: plpy_typeio.c:935 +#: plpy_typeio.c:946 #, c-format msgid "length of returned sequence did not match number of columns in row" msgstr "" "la longueur de la squence renvoye ne correspondait pas au nombre de\n" "colonnes dans la ligne" -#: plpy_typeio.c:1043 +#: plpy_typeio.c:1054 #, c-format msgid "attribute \"%s\" does not exist in Python object" msgstr "l'attribut %s n'existe pas dans l'objet Python" -#: plpy_typeio.c:1044 +#: plpy_typeio.c:1055 #, c-format msgid "To return null in a column, let the returned object have an attribute named after column with value None." msgstr "" "Pour renvoyer NULL dans une colonne, faites en sorte que l'objet renvoy ait\n" "un attribut nomm suivant la colonne de valeur None." -#: plpy_util.c:70 +#: plpy_util.c:72 #, c-format msgid "could not convert Python Unicode object to bytes" msgstr "n'a pas pu convertir l'objet Unicode Python en octets" -#: plpy_util.c:75 +#: plpy_util.c:78 #, c-format msgid "could not extract bytes from encoded string" msgstr "n'a pas pu extraire les octets de la chane encode" -#~ msgid "PyCObject_AsVoidPtr() failed" -#~ msgstr "chec de PyCObject_AsVoidPtr()" - -#~ msgid "PyCObject_FromVoidPtr() failed" -#~ msgstr "chec de PyCObject_FromVoidPtr()" - -#~ msgid "transaction aborted" -#~ msgstr "transaction annule" - -#~ msgid "invalid arguments for plpy.prepare" -#~ msgstr "arguments invalides pour plpy.prepare" - -#~ msgid "unrecognized error in PLy_spi_prepare" -#~ msgstr "erreur inconnue dans PLy_spi_prepare" - -#~ msgid "unrecognized error in PLy_spi_execute_plan" -#~ msgstr "erreur inconnue dans PLy_spi_execute_plan" - -#~ msgid "unrecognized error in PLy_spi_execute_query" -#~ msgstr "erreur inconnue dans PLy_spi_execute_query" - -#~ msgid "could not create procedure cache" -#~ msgstr "n'a pas pu crer le cache de procdure" - -#~ msgid "PL/Python: %s" -#~ msgstr "PL/python : %s" - -#~ msgid "out of memory" -#~ msgstr "mmoire puise" - -#~ msgid "PL/Python function \"%s\" failed" -#~ msgstr "chec de la fonction PL/python %s " - -#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row" -#~ msgstr "" -#~ "n'a pas pu traiter la reprsentation de la chane d'un objet Python dans\n" -#~ "la fonction PL/Python %s lors de la modification de la ligne du trigger" +#~ msgid "PL/Python function \"%s\" could not execute plan" +#~ msgstr "la fonction PL/python %s n'a pas pu excuter un plan" #~ msgid "could not create string representation of Python object in PL/Python function \"%s\" while creating return value" #~ msgstr "" @@ -497,5 +446,43 @@ msgstr "n'a pas pu extraire les octets de la cha #~ "Python dans la fonction PL/python %s lors de la cration de la valeur\n" #~ "de retour" -#~ msgid "PL/Python function \"%s\" could not execute plan" -#~ msgstr "la fonction PL/python %s n'a pas pu excuter un plan" +#~ msgid "could not compute string representation of Python object in PL/Python function \"%s\" while modifying trigger row" +#~ msgstr "" +#~ "n'a pas pu traiter la reprsentation de la chane d'un objet Python dans\n" +#~ "la fonction PL/Python %s lors de la modification de la ligne du trigger" + +#~ msgid "PL/Python function \"%s\" failed" +#~ msgstr "chec de la fonction PL/python %s " + +#~ msgid "out of memory" +#~ msgstr "mmoire puise" + +#~ msgid "PL/Python: %s" +#~ msgstr "PL/python : %s" + +#~ msgid "could not create procedure cache" +#~ msgstr "n'a pas pu crer le cache de procdure" + +#~ msgid "unrecognized error in PLy_spi_execute_query" +#~ msgstr "erreur inconnue dans PLy_spi_execute_query" + +#~ msgid "unrecognized error in PLy_spi_execute_plan" +#~ msgstr "erreur inconnue dans PLy_spi_execute_plan" + +#~ msgid "unrecognized error in PLy_spi_prepare" +#~ msgstr "erreur inconnue dans PLy_spi_prepare" + +#~ msgid "invalid arguments for plpy.prepare" +#~ msgstr "arguments invalides pour plpy.prepare" + +#~ msgid "transaction aborted" +#~ msgstr "transaction annule" + +#~ msgid "PyCObject_FromVoidPtr() failed" +#~ msgstr "chec de PyCObject_FromVoidPtr()" + +#~ msgid "PyCObject_AsVoidPtr() failed" +#~ msgstr "chec de PyCObject_AsVoidPtr()" + +#~ msgid "unrecognized error in PLy_spi_execute_fetch_result" +#~ msgstr "erreur inconnue dans PLy_spi_execute_fetch_result" diff --git a/src/pl/plpython/po/pt_BR.po b/src/pl/plpython/po/pt_BR.po index 2f64dcacf1d..89630160c71 100644 --- a/src/pl/plpython/po/pt_BR.po +++ b/src/pl/plpython/po/pt_BR.po @@ -1,13 +1,13 @@ # Brazilian Portuguese message translation file for plpython # Copyright (C) 2009 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Euler Taveira de Oliveira , 2009-2013. +# Euler Taveira de Oliveira , 2009-2015. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-08-18 17:47-0300\n" +"POT-Creation-Date: 2015-05-17 16:50-0300\n" "PO-Revision-Date: 2009-05-10 01:15-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -44,17 +44,17 @@ msgstr[1] "Sequência esperada de %d argumentos, recebeu %d: %s" msgid "iterating a closed cursor" msgstr "iterando um cursor fechado" -#: plpy_cursorobject.c:348 plpy_cursorobject.c:415 +#: plpy_cursorobject.c:348 plpy_cursorobject.c:413 #, c-format msgid "iterating a cursor in an aborted subtransaction" msgstr "iterando um cursor em uma subtransação abortada" -#: plpy_cursorobject.c:407 +#: plpy_cursorobject.c:405 #, c-format msgid "fetch from a closed cursor" msgstr "busca em um cursor fechado" -#: plpy_cursorobject.c:486 +#: plpy_cursorobject.c:482 #, c-format msgid "closing a cursor in an aborted subtransaction" msgstr "fechando um cursor em uma subtransação abortada" @@ -71,7 +71,7 @@ msgstr "modo de retorno da função que retorna conjunto não é suportado" #: plpy_exec.c:92 #, c-format -msgid "PL/Python set-returning functions only support returning only value per call." +msgid "PL/Python set-returning functions only support returning one value per call." msgstr "funções PL/Python que retornam conjunto só suportam retornar um valor por chamada." #: plpy_exec.c:104 @@ -139,32 +139,32 @@ msgstr "ao criar valor de retorno" msgid "could not create new dictionary while building trigger arguments" msgstr "não pode criar novo dicionário ao construir argumentos do gatilho" -#: plpy_exec.c:665 +#: plpy_exec.c:663 #, c-format msgid "TD[\"new\"] deleted, cannot modify row" msgstr "TD[\"new\"] removido, não pode modificar registro" -#: plpy_exec.c:668 +#: plpy_exec.c:667 #, c-format msgid "TD[\"new\"] is not a dictionary" msgstr "TD[\"new\"] não é um dicionário" -#: plpy_exec.c:692 +#: plpy_exec.c:691 #, c-format msgid "TD[\"new\"] dictionary key at ordinal position %d is not a string" msgstr "chave do dicionário TD[\"new\"] na posição %d não é uma cadeia de caracteres" -#: plpy_exec.c:698 +#: plpy_exec.c:697 #, c-format msgid "key \"%s\" found in TD[\"new\"] does not exist as a column in the triggering row" msgstr "chave \"%s\" encontrada em TD[\"new\"] não existe como uma coluna no registro do gatilho" -#: plpy_exec.c:779 +#: plpy_exec.c:777 #, c-format msgid "while modifying trigger row" msgstr "ao modificar registro de gatilho" -#: plpy_exec.c:840 +#: plpy_exec.c:838 #, c-format msgid "forcibly aborting a subtransaction that has not been exited" msgstr "forçado a abortar subtransação que não foi concluída" @@ -204,12 +204,12 @@ msgstr "não pôde criar globais" msgid "could not initialize globals" msgstr "não pôde inicializar globais" -#: plpy_main.c:352 +#: plpy_main.c:356 #, c-format msgid "PL/Python function \"%s\"" msgstr "função PL/Python \"%s\"" -#: plpy_main.c:359 +#: plpy_main.c:363 #, c-format msgid "PL/Python anonymous code block" msgstr "bloco de código PL/Python anônimo" @@ -313,11 +313,6 @@ msgstr "SPI_execute_plan falhou: %s" msgid "SPI_execute failed: %s" msgstr "SPI_execute falhou: %s" -#: plpy_spi.c:440 -#, c-format -msgid "unrecognized error in PLy_spi_execute_fetch_result" -msgstr "erro desconhecido em PLy_spi_execute_fetch_result" - #: plpy_subxactobject.c:122 #, c-format msgid "this subtransaction has already been entered" @@ -408,12 +403,12 @@ msgstr "atributo \"%s\" não existe no objeto Python" msgid "To return null in a column, let the returned object have an attribute named after column with value None." msgstr "Para retornar nulo na coluna, deixe o objeto retornado ter um atributo cuja chave é o nome do coluna e o valor é None." -#: plpy_util.c:70 +#: plpy_util.c:72 #, c-format msgid "could not convert Python Unicode object to bytes" msgstr "não pôde converter objeto Unicode Python para bytes" -#: plpy_util.c:75 +#: plpy_util.c:78 #, c-format msgid "could not extract bytes from encoded string" msgstr "não pôde extrair bytes de cadeia de caracteres codificada" diff --git a/src/pl/tcl/po/fr.po b/src/pl/tcl/po/fr.po index 21291267d35..e0e616b581e 100644 --- a/src/pl/tcl/po/fr.po +++ b/src/pl/tcl/po/fr.po @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 8.4\n" +"Project-Id-Version: PostgreSQL 9.3\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2009-04-05 05:22+0000\n" "PO-Revision-Date: 2013-09-04 20:32-0400\n"