From 44c4013431eb90b3c385bfc5371e583bbc8ecac3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 21 Jul 2014 01:02:07 -0400 Subject: [PATCH] Translation updates --- src/backend/po/de.po | 5992 ++++++++++++++------- src/backend/po/fr.po | 2796 +++++----- src/backend/po/pl.po | 8318 +++++++++++++++-------------- src/backend/po/pt_BR.po | 1836 +++---- src/backend/po/ru.po | 2367 ++++---- src/bin/initdb/po/de.po | 408 +- src/bin/initdb/po/fr.po | 426 +- src/bin/initdb/po/pl.po | 251 +- src/bin/initdb/po/pt_BR.po | 283 +- src/bin/initdb/po/ru.po | 295 +- src/bin/pg_basebackup/po/de.po | 226 +- src/bin/pg_basebackup/po/fr.po | 298 +- src/bin/pg_basebackup/po/pl.po | 231 +- src/bin/pg_basebackup/po/pt_BR.po | 220 +- src/bin/pg_basebackup/po/ru.po | 222 +- src/bin/pg_resetxlog/po/de.po | 210 +- src/bin/pg_resetxlog/po/fr.po | 225 +- src/bin/pg_resetxlog/po/pl.po | 64 +- src/bin/pg_resetxlog/po/pt_BR.po | 177 +- src/bin/pg_resetxlog/po/ru.po | 179 +- src/interfaces/libpq/po/de.po | 4 +- src/interfaces/libpq/po/pl.po | 234 +- 22 files changed, 13739 insertions(+), 11523 deletions(-) diff --git a/src/backend/po/de.po b/src/backend/po/de.po index 8fad87e5df..a22bf985f9 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -1,5 +1,5 @@ # German message translation file for PostgreSQL server -# Peter Eisentraut , 2001 - 2013. +# Peter Eisentraut , 2001 - 2014. # # Use these quotes: »%s« # @@ -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-02-17 16:57+0000\n" -"PO-Revision-Date: 2014-02-17 14:49-0500\n" +"POT-Creation-Date: 2014-07-15 17:49+0000\n" +"PO-Revision-Date: 2014-07-17 23:52-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -57,17 +57,22 @@ msgstr "konnte Junction für »%s« nicht lesen: %s\n" msgid "could not open directory \"%s\": %s\n" msgstr "konnte Verzeichnis »%s« nicht öffnen: %s\n" -#: ../port/dirmod.c:488 +#: ../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "konnte Verzeichnis »%s« nicht lesen: %s\n" -#: ../port/dirmod.c:571 +#: ../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "konnte Verzeichnis »%s« nicht schließen: %s\n" + +#: ../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %s\n" -#: ../port/dirmod.c:598 ../port/dirmod.c:615 +#: ../port/dirmod.c:602 ../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "konnte Datei oder Verzeichnis »%s« nicht entfernen: %s\n" @@ -147,8 +152,12 @@ msgstr "Versuche werden für 30 Sekunden wiederholt." #: ../port/open.c:115 #, c-format -msgid "You might have antivirus, backup, or similar software interfering with the database system." -msgstr "Möglicherweise stört eine Antivirus-, Datensicherungs- oder ähnliche Software das Datenbanksystem." +msgid "" +"You might have antivirus, backup, or similar software interfering with the " +"database system." +msgstr "" +"Möglicherweise stört eine Antivirus-, Datensicherungs- oder ähnliche " +"Software das Datenbanksystem." #: ../port/strerror.c:25 #, c-format @@ -165,7 +174,7 @@ msgstr "win32-Fehlercode %lu nach %d abgebildet" msgid "unrecognized win32 error code: %lu" msgstr "unbekannter win32-Fehlercode: %lu" -#: access/common/heaptuple.c:645 access/common/heaptuple.c:1399 +#: access/common/heaptuple.c:679 access/common/heaptuple.c:1419 #, c-format msgid "number of columns (%d) exceeds limit (%d)" msgstr "Anzahl der Spalten (%d) überschreitet Maximum (%d)" @@ -175,7 +184,7 @@ msgstr "Anzahl der Spalten (%d) überschreitet Maximum (%d)" msgid "number of index columns (%d) exceeds limit (%d)" msgstr "Anzahl der Indexspalten (%d) überschreitet Maximum (%d)" -#: access/common/indextuple.c:168 access/spgist/spgutils.c:605 +#: access/common/indextuple.c:173 access/spgist/spgutils.c:605 #, c-format msgid "index row requires %lu bytes, maximum size is %lu" msgstr "Indexzeile benötigt %lu Bytes, Maximalgröße ist %lu" @@ -189,7 +198,8 @@ msgstr "nicht unterstützter Formatcode: %d" #: access/common/reloptions.c:351 #, c-format msgid "user-defined relation parameter types limit exceeded" -msgstr "Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten" +msgstr "" +"Wertebereich des Typs für benutzerdefinierte Relationsparameter überschritten" #: access/common/reloptions.c:635 #, c-format @@ -244,30 +254,39 @@ msgstr "Gültige Werte sind zwischen »%f« und »%f«." #: access/common/tupconvert.c:107 #, c-format msgid "Returned type %s does not match expected type %s in column %d." -msgstr "Zurückgegebener Typ %1$s stimmt in Spalte %3$d nicht mit erwartetem Typ %2$s überein." +msgstr "" +"Zurückgegebener Typ %1$s stimmt in Spalte %3$d nicht mit erwartetem Typ %2$s " +"überein." #: access/common/tupconvert.c:135 #, c-format -msgid "Number of returned columns (%d) does not match expected column count (%d)." -msgstr "Anzahl der zurückgegebenen Spalten (%d) entspricht nicht der erwarteten Spaltenanzahl (%d)." +msgid "" +"Number of returned columns (%d) does not match expected column count (%d)." +msgstr "" +"Anzahl der zurückgegebenen Spalten (%d) entspricht nicht der erwarteten " +"Spaltenanzahl (%d)." #: access/common/tupconvert.c:240 #, c-format -msgid "Attribute \"%s\" of type %s does not match corresponding attribute of type %s." -msgstr "Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut von Typ %s überein." +msgid "" +"Attribute \"%s\" of type %s does not match corresponding attribute of type " +"%s." +msgstr "" +"Attribut »%s« von Typ %s stimmt nicht mit dem entsprechenden Attribut von " +"Typ %s überein." #: access/common/tupconvert.c:252 #, c-format msgid "Attribute \"%s\" of type %s does not exist in type %s." msgstr "Attribut »%s« von Typ %s existiert nicht in Typ %s." -#: access/common/tupdesc.c:590 parser/parse_relation.c:1185 +#: access/common/tupdesc.c:593 parser/parse_relation.c:1185 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "Spalte »%s« kann nicht als SETOF deklariert werden" #: access/gin/ginentrypage.c:100 access/nbtree/nbtinsert.c:530 -#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1894 +#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1892 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" msgstr "Größe %lu der Indexzeile überschreitet Maximum %lu für Index »%s«" @@ -275,7 +294,9 @@ msgstr "Größe %lu der Indexzeile überschreitet Maximum %lu für Index »%s«" #: access/gin/ginscan.c:400 #, c-format msgid "old GIN indexes do not support whole-index scans nor searches for nulls" -msgstr "alte GIN-Indexe unterstützen keine Scans des ganzen Index oder Suchen nach NULL-Werten" +msgstr "" +"alte GIN-Indexe unterstützen keine Scans des ganzen Index oder Suchen nach " +"NULL-Werten" #: access/gin/ginscan.c:401 #, c-format @@ -287,17 +308,21 @@ msgstr "Um das zu reparieren, führen Sie REINDEX INDEX \"%s\" aus." msgid "unlogged GiST indexes are not supported" msgstr "ungeloggte GiST-Indexe werden nicht unterstützt" -#: access/gist/gist.c:600 access/gist/gistvacuum.c:267 +#: access/gist/gist.c:614 access/gist/gistvacuum.c:267 #, c-format msgid "index \"%s\" contains an inner tuple marked as invalid" msgstr "Index »%s« enthält ein inneres Tupel, das als ungültig markiert ist" -#: access/gist/gist.c:602 access/gist/gistvacuum.c:269 +#: access/gist/gist.c:616 access/gist/gistvacuum.c:269 #, c-format -msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1." -msgstr "Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor dem Upgrade auf PostgreSQL 9.1." +msgid "" +"This is caused by an incomplete page split at crash recovery before " +"upgrading to PostgreSQL 9.1." +msgstr "" +"Das kommt von einem unvollständigen Page-Split bei der Crash-Recovery vor " +"dem Upgrade auf PostgreSQL 9.1." -#: access/gist/gist.c:603 access/gist/gistutil.c:635 +#: access/gist/gist.c:617 access/gist/gistutil.c:635 #: access/gist/gistutil.c:646 access/gist/gistvacuum.c:270 #: access/hash/hashutil.c:172 access/hash/hashutil.c:183 #: access/hash/hashutil.c:195 access/hash/hashutil.c:216 @@ -328,8 +353,13 @@ msgstr "Picksplit-Methode für Spalte %d von Index »%s« fehlgeschlagen" #: 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." -msgstr "Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-Befehl zu verwenden." +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 "" +"Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen " +"Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-" +"Befehl zu verwenden." #: access/gist/gistutil.c:632 access/hash/hashutil.c:169 #: access/nbtree/nbtpage.c:431 @@ -348,11 +378,12 @@ msgstr "Index »%s« enthält korrupte Seite bei Block %u" msgid "index row size %lu exceeds hash maximum %lu" msgstr "Größe der Indexzeile %lu überschreitet Maximum für Hash-Index %lu" -#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1898 +#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1896 #: access/spgist/spgutils.c:667 #, c-format msgid "Values larger than a buffer page cannot be indexed." -msgstr "Werte, die größer sind als eine Pufferseite, können nicht indiziert werden." +msgstr "" +"Werte, die größer sind als eine Pufferseite, können nicht indiziert werden." #: access/hash/hashovfl.c:546 #, c-format @@ -381,8 +412,8 @@ msgid "\"%s\" is an index" msgstr "»%s« ist ein Index" #: access/heap/heapam.c:1090 access/heap/heapam.c:1118 -#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8171 -#: commands/tablecmds.c:10454 +#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8174 +#: commands/tablecmds.c:10457 #, c-format msgid "\"%s\" is a composite type" msgstr "»%s« ist ein zusammengesetzter Typ" @@ -400,7 +431,7 @@ msgstr "Zeile ist zu groß: Größe ist %lu, Maximalgröße ist %lu" #: access/index/indexam.c:162 catalog/objectaddress.c:641 #: commands/indexcmds.c:1758 commands/tablecmds.c:222 -#: commands/tablecmds.c:10445 +#: commands/tablecmds.c:10448 #, c-format msgid "\"%s\" is not an index" msgstr "»%s« ist kein Index" @@ -429,10 +460,13 @@ msgstr "Das kann daran liegen, dass der Indexausdruck nicht »immutable« ist." #, 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 "" -"Werte, die größer sind als 1/3 einer Pufferseite, können nicht indiziert werden.\n" -"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder verwenden Sie Volltextindizierung." +"Werte, die größer sind als 1/3 einer Pufferseite, können nicht indiziert " +"werden.\n" +"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder " +"verwenden Sie Volltextindizierung." #: access/nbtree/nbtpage.c:159 access/nbtree/nbtpage.c:363 #: parser/parse_utilcmd.c:1584 @@ -443,7 +477,8 @@ msgstr "Index »%s« ist kein B-Tree" #: access/nbtree/nbtpage.c:165 access/nbtree/nbtpage.c:369 #, c-format msgid "version mismatch in index \"%s\": file version %d, code version %d" -msgstr "keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d" +msgstr "" +"keine Versionsübereinstimmung in Index »%s«: Dateiversion %d, Code-Version %d" #: access/spgist/spgutils.c:664 #, c-format @@ -502,164 +537,173 @@ msgstr "konnte Verzeichnis »%s« nicht leeren: anscheinender Überlauf" msgid "removing file \"%s\"" msgstr "entferne Datei »%s«" -#: access/transam/twophase.c:252 +#: access/transam/twophase.c:328 #, c-format msgid "transaction identifier \"%s\" is too long" msgstr "Transaktionsbezeichner »%s« ist zu lang" -#: access/transam/twophase.c:259 +#: access/transam/twophase.c:335 #, c-format msgid "prepared transactions are disabled" msgstr "vorbereitete Transaktionen sind abgeschaltet" -#: access/transam/twophase.c:260 +#: access/transam/twophase.c:336 #, c-format msgid "Set max_prepared_transactions to a nonzero value." msgstr "Setzen Sie max_prepared_transactions auf einen Wert höher als null." -#: access/transam/twophase.c:293 +#: access/transam/twophase.c:355 #, c-format msgid "transaction identifier \"%s\" is already in use" msgstr "Transaktionsbezeichner »%s« wird bereits verwendet" -#: access/transam/twophase.c:302 +#: access/transam/twophase.c:364 #, c-format msgid "maximum number of prepared transactions reached" msgstr "maximale Anzahl vorbereiteter Transaktionen erreicht" -#: access/transam/twophase.c:303 +#: access/transam/twophase.c:365 #, c-format msgid "Increase max_prepared_transactions (currently %d)." msgstr "Erhöhen Sie max_prepared_transactions (aktuell %d)." -#: access/transam/twophase.c:431 +#: access/transam/twophase.c:504 #, c-format msgid "prepared transaction with identifier \"%s\" is busy" msgstr "vorbereitete Transaktion mit Bezeichner »%s« ist beschäftigt" -#: access/transam/twophase.c:439 +#: access/transam/twophase.c:510 #, c-format msgid "permission denied to finish prepared transaction" msgstr "keine Berechtigung, um vorbereitete Transaktion abzuschließen" -#: access/transam/twophase.c:440 +#: access/transam/twophase.c:511 #, c-format msgid "Must be superuser or the user that prepared the transaction." -msgstr "Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet hat." +msgstr "" +"Sie müssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet " +"hat." -#: access/transam/twophase.c:451 +#: access/transam/twophase.c:522 #, c-format msgid "prepared transaction belongs to another database" msgstr "vorbereitete Transaktion gehört zu einer anderen Datenbank" -#: access/transam/twophase.c:452 +#: access/transam/twophase.c:523 #, c-format -msgid "Connect to the database where the transaction was prepared to finish it." -msgstr "Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, um sie zu beenden." +msgid "" +"Connect to the database where the transaction was prepared to finish it." +msgstr "" +"Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, " +"um sie zu beenden." -#: access/transam/twophase.c:466 +#: access/transam/twophase.c:538 #, c-format msgid "prepared transaction with identifier \"%s\" does not exist" msgstr "vorbereitete Transaktion mit Bezeichner »%s« existiert nicht" -#: access/transam/twophase.c:969 +#: access/transam/twophase.c:1041 #, c-format msgid "two-phase state file maximum length exceeded" msgstr "maximale Länge der Zweiphasen-Statusdatei überschritten" -#: access/transam/twophase.c:987 +#: access/transam/twophase.c:1059 #, c-format msgid "could not create two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei »%s« nicht erstellen: %m" -#: access/transam/twophase.c:1001 access/transam/twophase.c:1018 -#: access/transam/twophase.c:1074 access/transam/twophase.c:1494 -#: access/transam/twophase.c:1501 +#: access/transam/twophase.c:1073 access/transam/twophase.c:1090 +#: access/transam/twophase.c:1146 access/transam/twophase.c:1575 +#: access/transam/twophase.c:1582 #, c-format msgid "could not write two-phase state file: %m" msgstr "konnte Zweiphasen-Statusdatei nicht schreiben: %m" -#: access/transam/twophase.c:1027 +#: access/transam/twophase.c:1099 #, c-format msgid "could not seek in two-phase state file: %m" msgstr "konnte Positionszeiger in Zweiphasen-Statusdatei nicht setzen: %m" -#: access/transam/twophase.c:1080 access/transam/twophase.c:1519 +#: access/transam/twophase.c:1152 access/transam/twophase.c:1600 #, c-format msgid "could not close two-phase state file: %m" msgstr "konnte Zweiphasen-Statusdatei nicht schließen: %m" -#: access/transam/twophase.c:1160 access/transam/twophase.c:1600 +#: access/transam/twophase.c:1239 access/transam/twophase.c:1681 #, c-format msgid "could not open two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei »%s« nicht öffnen: %m" -#: access/transam/twophase.c:1177 +#: access/transam/twophase.c:1256 #, c-format msgid "could not stat two-phase state file \"%s\": %m" msgstr "konnte »stat« für Zweiphasen-Statusdatei »%s« nicht ausführen: %m" -#: access/transam/twophase.c:1209 +#: access/transam/twophase.c:1288 #, c-format msgid "could not read two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei »%s« nicht lesen: %m" -#: access/transam/twophase.c:1305 +#: access/transam/twophase.c:1384 #, c-format msgid "two-phase state file for transaction %u is corrupt" msgstr "Zweiphasen-Statusdatei für Transaktion %u ist verfälscht" -#: access/transam/twophase.c:1456 +#: access/transam/twophase.c:1537 #, c-format msgid "could not remove two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei »%s« nicht löschen: %m" -#: access/transam/twophase.c:1485 +#: access/transam/twophase.c:1566 #, c-format msgid "could not recreate two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei »%s« nicht wieder erstellen: %m" -#: access/transam/twophase.c:1513 +#: access/transam/twophase.c:1594 #, c-format msgid "could not fsync two-phase state file: %m" msgstr "konnte Zweiphasen-Statusdatei nicht fsyncen: %m" -#: access/transam/twophase.c:1609 +#: access/transam/twophase.c:1690 #, c-format msgid "could not fsync two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei »%s« nicht fsyncen: %m" -#: access/transam/twophase.c:1616 +#: access/transam/twophase.c:1697 #, c-format msgid "could not close two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statistikdatei »%s« nicht schließen: %m" -#: access/transam/twophase.c:1681 +#: access/transam/twophase.c:1762 #, c-format msgid "removing future two-phase state file \"%s\"" msgstr "entferne Zweiphasen-Statusdatei aus der Zukunft »%s«" -#: access/transam/twophase.c:1697 access/transam/twophase.c:1708 -#: access/transam/twophase.c:1827 access/transam/twophase.c:1838 -#: access/transam/twophase.c:1911 +#: access/transam/twophase.c:1778 access/transam/twophase.c:1789 +#: access/transam/twophase.c:1908 access/transam/twophase.c:1919 +#: access/transam/twophase.c:1992 #, c-format msgid "removing corrupt two-phase state file \"%s\"" msgstr "entferne verfälschte Zweiphasen-Statusdatei »%s«" -#: access/transam/twophase.c:1816 access/transam/twophase.c:1900 +#: access/transam/twophase.c:1897 access/transam/twophase.c:1981 #, c-format msgid "removing stale two-phase state file \"%s\"" msgstr "entferne abgelaufene Zweiphasen-Statusdatei »%s«" -#: access/transam/twophase.c:1918 +#: access/transam/twophase.c:1999 #, c-format msgid "recovering prepared transaction %u" msgstr "Wiederherstellung der vorbereiteten Transaktion %u" #: access/transam/varsup.c:113 #, c-format -msgid "database is not accepting commands to avoid wraparound data loss in database \"%s\"" -msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden" +msgid "" +"database is not accepting commands to avoid wraparound data loss in database " +"\"%s\"" +msgstr "" +"Datenbank nimmt keine Befehle an, um Datenverlust wegen " +"Transaktionsnummernüberlauf in Datenbank »%s« zu vermeiden" #: access/transam/varsup.c:115 access/transam/varsup.c:122 #, c-format @@ -667,13 +711,19 @@ msgid "" "Stop the postmaster and use a standalone backend to vacuum that database.\n" "You might also need to commit or roll back old prepared transactions." msgstr "" -"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um VACUUM in dieser Datenbank auszuführen.\n" -"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder zurückrollen." +"Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um " +"VACUUM in dieser Datenbank auszuführen.\n" +"Eventuell müssen Sie auch alte vorbereitete Transaktionen committen oder " +"zurückrollen." #: access/transam/varsup.c:120 #, c-format -msgid "database is not accepting commands to avoid wraparound data loss in database with OID %u" -msgstr "Datenbank nimmt keine Befehle an, um Datenverlust wegen Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden" +msgid "" +"database is not accepting commands to avoid wraparound data loss in database " +"with OID %u" +msgstr "" +"Datenbank nimmt keine Befehle an, um Datenverlust wegen " +"Transaktionsnummernüberlauf in Datenbank mit OID %u zu vermeiden" #: access/transam/varsup.c:132 access/transam/varsup.c:368 #, c-format @@ -684,21 +734,27 @@ msgstr "Datenbank »%s« muss innerhalb von %u Transaktionen gevacuumt werden" #: access/transam/varsup.c:371 access/transam/varsup.c:378 #, 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 "" -"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." +"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/varsup.c:139 access/transam/varsup.c:375 #, c-format msgid "database with OID %u must be vacuumed within %u transactions" -msgstr "Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt werden" +msgstr "" +"Datenbank mit OID %u muss innerhalb von %u Transaktionen gevacuumt werden" #: access/transam/varsup.c:333 #, c-format msgid "transaction ID wrap limit is %u, limited by database with OID %u" -msgstr "Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank mit OID %u" +msgstr "" +"Grenze für Transaktionsnummernüberlauf ist %u, begrenzt durch Datenbank mit " +"OID %u" #: access/transam/xact.c:774 #, c-format @@ -713,55 +769,61 @@ msgstr "maximale Anzahl committeter Subtransaktionen (%d) erreicht" #: access/transam/xact.c:2118 #, 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" +msgstr "" +"PREPARE kann nicht für eine Transaktion ausgeführt werden, die temporäre " +"Tabellen bearbeitet hat" #: access/transam/xact.c:2128 #, 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" +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:2937 +#: access/transam/xact.c:2951 #, 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:2947 +#: access/transam/xact.c:2961 #, 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:2957 +#: access/transam/xact.c:2971 #, 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" +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:3008 +#: access/transam/xact.c:3022 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s kann nur in Transaktionsblöcken verwendet werden" -#: access/transam/xact.c:3190 +#: access/transam/xact.c:3204 #, c-format msgid "there is already a transaction in progress" msgstr "eine Transaktion ist bereits begonnen" -#: access/transam/xact.c:3358 access/transam/xact.c:3451 +#: access/transam/xact.c:3372 access/transam/xact.c:3465 #, c-format msgid "there is no transaction in progress" msgstr "keine Transaktion offen" -#: access/transam/xact.c:3547 access/transam/xact.c:3598 -#: access/transam/xact.c:3604 access/transam/xact.c:3648 -#: access/transam/xact.c:3697 access/transam/xact.c:3703 +#: access/transam/xact.c:3561 access/transam/xact.c:3612 +#: access/transam/xact.c:3618 access/transam/xact.c:3662 +#: access/transam/xact.c:3711 access/transam/xact.c:3717 #, c-format msgid "no such savepoint" msgstr "Savepoint existiert nicht" -#: access/transam/xact.c:4356 +#: access/transam/xact.c:4370 #, 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" @@ -784,43 +846,46 @@ msgstr "konnte Archivstatusdatei »%s« nicht schreiben: %m" msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m" -#: access/transam/xlog.c:1850 access/transam/xlog.c:10707 -#: replication/walreceiver.c:543 replication/walsender.c:1049 +#: access/transam/xlog.c:1850 access/transam/xlog.c:10713 +#: replication/walreceiver.c:545 replication/walsender.c:1063 #, c-format msgid "could not seek in log file %u, segment %u to offset %u: %m" -msgstr "konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m" +msgstr "" +"konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m" -#: access/transam/xlog.c:1867 replication/walreceiver.c:560 +#: access/transam/xlog.c:1867 replication/walreceiver.c:562 #, c-format msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m" -msgstr "konnte nicht in Logdatei %u, Segment %u bei Position %u, Länge %lu schreiben: %m" +msgstr "" +"konnte nicht in Logdatei %u, Segment %u bei Position %u, Länge %lu " +"schreiben: %m" #: access/transam/xlog.c:2096 #, c-format msgid "updated min recovery point to %X/%X" msgstr "minimaler Recovery-Punkt auf %X/%X aktualisiert" -#: access/transam/xlog.c:2473 access/transam/xlog.c:2577 +#: access/transam/xlog.c:2474 access/transam/xlog.c:2577 #: access/transam/xlog.c:2806 access/transam/xlog.c:2891 -#: access/transam/xlog.c:2948 replication/walsender.c:1037 +#: access/transam/xlog.c:2948 replication/walsender.c:1051 #, c-format msgid "could not open file \"%s\" (log file %u, segment %u): %m" msgstr "konnte Datei »%s« nicht öffnen (Logdatei %u, Segment %u): %m" -#: access/transam/xlog.c:2498 access/transam/xlog.c:2631 -#: access/transam/xlog.c:4725 access/transam/xlog.c:9688 -#: access/transam/xlog.c:9991 postmaster/postmaster.c:3699 +#: access/transam/xlog.c:2499 access/transam/xlog.c:2631 +#: access/transam/xlog.c:4725 access/transam/xlog.c:9694 +#: access/transam/xlog.c:9997 postmaster/postmaster.c:3707 #: storage/file/copydir.c:172 storage/smgr/md.c:297 utils/time/snapmgr.c:860 #, c-format msgid "could not create file \"%s\": %m" msgstr "kann Datei »%s« nicht erstellen: %m" -#: access/transam/xlog.c:2530 access/transam/xlog.c:2663 +#: access/transam/xlog.c:2531 access/transam/xlog.c:2663 #: access/transam/xlog.c:4777 access/transam/xlog.c:4840 -#: postmaster/postmaster.c:3709 postmaster/postmaster.c:3719 +#: postmaster/postmaster.c:3717 postmaster/postmaster.c:3727 #: storage/file/copydir.c:197 utils/init/miscinit.c:1089 -#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7564 -#: utils/misc/guc.c:7578 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 +#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7578 +#: utils/misc/guc.c:7592 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 #, c-format msgid "could not write to file \"%s\": %m" msgstr "konnte nicht in Datei »%s« schreiben: %m" @@ -840,17 +905,17 @@ msgstr "konnte Datei »%s« nicht schließen: %m" #: access/transam/xlog.c:2616 access/transam/xlog.c:4482 #: access/transam/xlog.c:4583 access/transam/xlog.c:4744 -#: replication/basebackup.c:386 replication/basebackup.c:1062 +#: replication/basebackup.c:387 replication/basebackup.c:1063 #: storage/file/copydir.c:165 storage/file/copydir.c:255 storage/smgr/md.c:579 -#: storage/smgr/md.c:837 utils/error/elog.c:1558 utils/init/miscinit.c:1038 +#: storage/smgr/md.c:837 utils/error/elog.c:1570 utils/init/miscinit.c:1038 #: utils/init/miscinit.c:1153 #, c-format msgid "could not open file \"%s\": %m" msgstr "konnte Datei »%s« nicht öffnen: %m" #: access/transam/xlog.c:2644 access/transam/xlog.c:4756 -#: access/transam/xlog.c:9847 access/transam/xlog.c:9860 -#: access/transam/xlog.c:10229 access/transam/xlog.c:10272 +#: access/transam/xlog.c:9853 access/transam/xlog.c:9866 +#: access/transam/xlog.c:10235 access/transam/xlog.c:10278 #: storage/file/copydir.c:186 utils/adt/genfile.c:138 #, c-format msgid "could not read file \"%s\": %m" @@ -863,29 +928,37 @@ msgstr "nicht genug Daten in Datei »%s«" #: access/transam/xlog.c:2766 #, c-format -msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m" -msgstr "konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, Segment %u): %m" +msgid "" +"could not link file \"%s\" to \"%s\" (initialization of log file %u, segment " +"%u): %m" +msgstr "" +"konnte Datei »%s« nicht nach »%s« linken (Initialisierung von Logdatei %u, " +"Segment %u): %m" #: access/transam/xlog.c:2778 #, c-format -msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m" -msgstr "konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, Segment %u): %m" +msgid "" +"could not rename file \"%s\" to \"%s\" (initialization of log file %u, " +"segment %u): %m" +msgstr "" +"konnte Datei »%s« nicht in »%s« umbenennen (Initialisierung von Logdatei %u, " +"Segment %u): %m" -#: access/transam/xlog.c:2975 replication/walreceiver.c:509 +#: access/transam/xlog.c:2975 replication/walreceiver.c:511 #, c-format msgid "could not close log file %u, segment %u: %m" msgstr "konnte Logdatei %u, Segment %u nicht schließen: %m" #: access/transam/xlog.c:3025 access/transam/xlog.c:3132 -#: access/transam/xlog.c:9865 storage/smgr/md.c:397 storage/smgr/md.c:446 +#: access/transam/xlog.c:9871 storage/smgr/md.c:397 storage/smgr/md.c:446 #: storage/smgr/md.c:1310 #, c-format msgid "could not remove file \"%s\": %m" msgstr "konnte Datei »%s« nicht löschen: %m" #: access/transam/xlog.c:3124 access/transam/xlog.c:3284 -#: access/transam/xlog.c:9673 access/transam/xlog.c:9835 -#: replication/basebackup.c:392 replication/basebackup.c:446 +#: access/transam/xlog.c:9679 access/transam/xlog.c:9841 +#: replication/basebackup.c:393 replication/basebackup.c:447 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:296 utils/adt/genfile.c:107 #: utils/adt/genfile.c:279 @@ -915,7 +988,7 @@ msgstr "konnte Datei »%s« nicht aus Archiv wiederherstellen: Rückgabecode %d" msgid "%s \"%s\": return code %d" msgstr "%s »%s«: Rückgabecode %d" -#: access/transam/xlog.c:3500 replication/walsender.c:1031 +#: access/transam/xlog.c:3500 replication/walsender.c:1045 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "das angeforderte WAL-Segment %s wurde schon entfernt" @@ -1048,8 +1121,12 @@ msgstr "WAL-Datei stammt von einem anderen Datenbanksystem" #: access/transam/xlog.c:4362 #, c-format -msgid "WAL file database system identifier is %s, pg_control database system identifier is %s." -msgstr "Datenbanksystemidentifikator in der WAL-Datei ist %s, Datenbanksystemidentifikator in pg_control ist %s." +msgid "" +"WAL file database system identifier is %s, pg_control database system " +"identifier is %s." +msgstr "" +"Datenbanksystemidentifikator in der WAL-Datei ist %s, " +"Datenbanksystemidentifikator in pg_control ist %s." #: access/transam/xlog.c:4370 #, c-format @@ -1073,8 +1150,12 @@ msgstr "unerwartete Timeline-ID %u in Logdatei %u, Segment %u, Offset %u" #: access/transam/xlog.c:4432 #, c-format -msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u" -msgstr "Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, Segment %u, Offset %u" +msgid "" +"out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset " +"%u" +msgstr "" +"Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, " +"Segment %u, Offset %u" #: access/transam/xlog.c:4511 #, c-format @@ -1167,18 +1248,31 @@ msgstr "Datenbankdateien sind inkompatibel mit Server" #: access/transam/xlog.c:5017 #, 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." +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:5021 #, 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." +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:5026 #, 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." +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:5029 access/transam/xlog.c:5053 #: access/transam/xlog.c:5060 access/transam/xlog.c:5065 @@ -1193,23 +1287,39 @@ msgstr "falsche Prüfsumme in Kontrolldatei" #: access/transam/xlog.c:5050 #, 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." +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:5057 #, 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." +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:5064 #, 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." +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:5069 #, 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." +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:5072 access/transam/xlog.c:5079 #: access/transam/xlog.c:5086 access/transam/xlog.c:5093 @@ -1220,67 +1330,116 @@ msgstr "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server #: access/transam/xlog.c:5161 #, 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." +msgstr "" +"Es sieht so aus, dass Sie neu kompilieren oder initdb ausführen müssen." #: access/transam/xlog.c:5076 #, 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." +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:5083 #, 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." +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:5090 #, 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." +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:5097 #, 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." +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:5104 #, 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." +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:5111 #, 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." +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:5120 #, 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." +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:5127 #, 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." +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:5136 #, 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." +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:5143 #, 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." +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:5152 #, 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." +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:5159 #, 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." +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:5486 #, c-format @@ -1304,7 +1463,7 @@ msgstr "konnte Recovery-Kommandodatei »%s« nicht öffnen: %m" #: access/transam/xlog.c:5604 access/transam/xlog.c:5695 #: access/transam/xlog.c:5706 commands/extension.c:525 -#: commands/extension.c:533 utils/misc/guc.c:5343 +#: commands/extension.c:533 utils/misc/guc.c:5357 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "Parameter »%s« erfordert einen Boole'schen Wert" @@ -1331,18 +1490,30 @@ msgstr "unbekannter Recovery-Parameter »%s«" #: access/transam/xlog.c:5738 #, 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" +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:5740 #, 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." +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:5746 #, 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" +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:5766 #, c-format @@ -1391,8 +1562,12 @@ msgstr "Führen Sie pg_xlog_replay_resume() aus um fortzusetzen." #: access/transam/xlog.c:6179 #, 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)" +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:6201 #, c-format @@ -1401,18 +1576,30 @@ msgstr "WAL wurde mit wal_level=minimal erzeugt, eventuell fehlen Daten" #: access/transam/xlog.c:6202 #, 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." +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:6213 #, 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" +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:6214 #, 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." +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:6264 #, c-format @@ -1427,12 +1614,15 @@ msgstr "Datenbanksystem wurde am %s heruntergefahren" #: access/transam/xlog.c:6272 #, c-format msgid "database system was shut down in recovery at %s" -msgstr "Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren" +msgstr "" +"Datenbanksystem wurde während der Wiederherstellung am %s heruntergefahren" #: access/transam/xlog.c:6276 #, c-format msgid "database system shutdown was interrupted; last known up at %s" -msgstr "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte Aktion am %s" +msgstr "" +"Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte " +"Aktion am %s" #: access/transam/xlog.c:6280 #, c-format @@ -1441,18 +1631,29 @@ msgstr "Datenbanksystem wurde während der Wiederherstellung am %s unterbrochen" #: access/transam/xlog.c:6282 #, 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." +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:6286 #, 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" +msgstr "" +"Datenbanksystem wurde während der Wiederherstellung bei Logzeit %s " +"unterbrochen" #: access/transam/xlog.c:6288 #, 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." +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:6292 #, c-format @@ -1497,12 +1698,17 @@ msgstr "Checkpoint-Eintrag ist bei %X/%X" #: access/transam/xlog.c:6420 #, c-format msgid "could not find redo location referenced by checkpoint record" -msgstr "konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden" +msgstr "" +"konnte die vom Checkpoint-Datensatz referenzierte Redo-Position nicht finden" #: access/transam/xlog.c:6421 access/transam/xlog.c:6428 #, c-format -msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." -msgstr "Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/backup_label« zu löschen." +msgid "" +"If you are not restoring from a backup, try removing the file \"%s/" +"backup_label\"." +msgstr "" +"Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei »%s/" +"backup_label« zu löschen." #: access/transam/xlog.c:6427 #, c-format @@ -1556,8 +1762,11 @@ msgstr "ungültiger Redo-Datensatz im Shutdown-Checkpoint" #: access/transam/xlog.c:6594 #, c-format -msgid "database system was not properly shut down; automatic recovery in progress" -msgstr "Datenbanksystem wurde nicht richtig heruntergefahren; automatische Wiederherstellung läuft" +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:6626 #, c-format @@ -1566,210 +1775,228 @@ msgstr "Daten in backup_label stimmen nicht mit Kontrolldatei überein" #: access/transam/xlog.c:6627 #, 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." +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:6691 #, c-format msgid "initializing for hot standby" msgstr "initialisiere für Hot Standby" -#: access/transam/xlog.c:6818 +#: access/transam/xlog.c:6822 #, c-format msgid "redo starts at %X/%X" msgstr "Redo beginnt bei %X/%X" -#: access/transam/xlog.c:6956 +#: access/transam/xlog.c:6960 #, c-format msgid "redo done at %X/%X" msgstr "Redo fertig bei %X/%X" -#: access/transam/xlog.c:6961 access/transam/xlog.c:8631 +#: access/transam/xlog.c:6965 access/transam/xlog.c:8635 #, c-format msgid "last completed transaction was at log time %s" msgstr "letzte vollständige Transaktion war bei Logzeit %s" -#: access/transam/xlog.c:6969 +#: access/transam/xlog.c:6973 #, c-format msgid "redo is not required" msgstr "Redo nicht nötig" -#: access/transam/xlog.c:7017 +#: access/transam/xlog.c:7021 #, 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:7033 access/transam/xlog.c:7037 +#: access/transam/xlog.c:7037 access/transam/xlog.c:7041 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL endet vor dem Ende der Online-Sicherung" -#: access/transam/xlog.c:7034 +#: access/transam/xlog.c:7038 #, 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." +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:7038 +#: access/transam/xlog.c:7042 #, 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." +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:7041 +#: access/transam/xlog.c:7045 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt" -#: access/transam/xlog.c:7065 +#: access/transam/xlog.c:7069 #, c-format msgid "selected new timeline ID: %u" msgstr "gewählte neue Timeline-ID: %u" -#: access/transam/xlog.c:7365 +#: access/transam/xlog.c:7369 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "konsistenter Wiederherstellungszustand erreicht bei %X/%X" -#: access/transam/xlog.c:7544 +#: access/transam/xlog.c:7548 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "ungültige primäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:7548 +#: access/transam/xlog.c:7552 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "ungültige sekundäre Checkpoint-Verknüpfung in Kontrolldatei" -#: access/transam/xlog.c:7552 +#: access/transam/xlog.c:7556 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "ungültige Checkpoint-Verknüpfung in backup_label-Datei" -#: access/transam/xlog.c:7566 +#: access/transam/xlog.c:7570 #, c-format msgid "invalid primary checkpoint record" msgstr "ungültiger primärer Checkpoint-Datensatz" -#: access/transam/xlog.c:7570 +#: access/transam/xlog.c:7574 #, c-format msgid "invalid secondary checkpoint record" msgstr "ungültiger sekundärer Checkpoint-Datensatz" -#: access/transam/xlog.c:7574 +#: access/transam/xlog.c:7578 #, c-format msgid "invalid checkpoint record" msgstr "ungültiger Checkpoint-Datensatz" -#: access/transam/xlog.c:7585 +#: access/transam/xlog.c:7589 #, 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:7589 +#: access/transam/xlog.c:7593 #, 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:7593 +#: access/transam/xlog.c:7597 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "ungültige Resource-Manager-ID im Checkpoint-Datensatz" -#: access/transam/xlog.c:7605 +#: access/transam/xlog.c:7609 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "ungültige xl_info im primären Checkpoint-Datensatz" -#: access/transam/xlog.c:7609 +#: access/transam/xlog.c:7613 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "ungültige xl_info im sekundären Checkpoint-Datensatz" -#: access/transam/xlog.c:7613 +#: access/transam/xlog.c:7617 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "ungültige xl_info im Checkpoint-Datensatz" -#: access/transam/xlog.c:7625 +#: access/transam/xlog.c:7629 #, c-format msgid "invalid length of primary checkpoint record" msgstr "ungültige Länge des primären Checkpoint-Datensatzes" -#: access/transam/xlog.c:7629 +#: access/transam/xlog.c:7633 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "ungültige Länge des sekundären Checkpoint-Datensatzes" -#: access/transam/xlog.c:7633 +#: access/transam/xlog.c:7637 #, c-format msgid "invalid length of checkpoint record" msgstr "ungültige Länge des Checkpoint-Datensatzes" -#: access/transam/xlog.c:7802 +#: access/transam/xlog.c:7806 #, c-format msgid "shutting down" msgstr "fahre herunter" -#: access/transam/xlog.c:7824 +#: access/transam/xlog.c:7828 #, c-format msgid "database system is shut down" msgstr "Datenbanksystem ist heruntergefahren" -#: access/transam/xlog.c:8270 +#: access/transam/xlog.c:8274 #, c-format -msgid "concurrent transaction log activity while database system is shutting down" -msgstr "gleichzeitige Transaktionslog-Aktivität während das Datenbanksystem herunterfährt" +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:8481 +#: access/transam/xlog.c:8485 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "Restart-Punkt übersprungen, Wiederherstellung ist bereits beendet" -#: access/transam/xlog.c:8504 +#: access/transam/xlog.c:8508 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "Restart-Punkt wird übersprungen, schon bei %X/%X erledigt" -#: access/transam/xlog.c:8629 +#: access/transam/xlog.c:8633 #, c-format msgid "recovery restart point at %X/%X" msgstr "Recovery-Restart-Punkt bei %X/%X" -#: access/transam/xlog.c:8773 +#: access/transam/xlog.c:8777 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "Restore-Punkt »%s« erzeugt bei %X/%X" -#: access/transam/xlog.c:8944 +#: access/transam/xlog.c:8950 #, c-format msgid "online backup was canceled, recovery cannot continue" -msgstr "Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt werden" +msgstr "" +"Online-Sicherung wurde storniert, Wiederherstellung kann nicht fortgesetzt " +"werden" -#: access/transam/xlog.c:9007 +#: access/transam/xlog.c:9013 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "unerwartete Timeline-ID %u (nach %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:9056 +#: access/transam/xlog.c:9062 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "unerwartete Timeline-ID %u (sollte %u sein) im Checkpoint-Datensatz" -#: access/transam/xlog.c:9353 access/transam/xlog.c:9377 +#: access/transam/xlog.c:9359 access/transam/xlog.c:9383 #, c-format msgid "could not fsync log file %u, segment %u: %m" msgstr "konnte Logdatei %u, Segment %u nicht fsyncen: %m" -#: access/transam/xlog.c:9385 +#: access/transam/xlog.c:9391 #, c-format msgid "could not fsync write-through log file %u, segment %u: %m" msgstr "konnte Write-Through-Logdatei %u, Segment %u nicht fsyncen: %m" -#: access/transam/xlog.c:9394 +#: access/transam/xlog.c:9400 #, c-format msgid "could not fdatasync log file %u, segment %u: %m" msgstr "konnte Logdatei %u, Segment %u nicht fdatasyncen: %m" -#: access/transam/xlog.c:9456 access/transam/xlog.c:9784 +#: access/transam/xlog.c:9462 access/transam/xlog.c:9790 #: access/transam/xlogfuncs.c:117 access/transam/xlogfuncs.c:149 #: access/transam/xlogfuncs.c:191 access/transam/xlogfuncs.c:215 #: access/transam/xlogfuncs.c:298 access/transam/xlogfuncs.c:375 @@ -1777,146 +2004,194 @@ msgstr "konnte Logdatei %u, Segment %u nicht fdatasyncen: %m" msgid "recovery is in progress" msgstr "Wiederherstellung läuft" -#: access/transam/xlog.c:9457 access/transam/xlog.c:9785 +#: access/transam/xlog.c:9463 access/transam/xlog.c:9791 #: access/transam/xlogfuncs.c:118 access/transam/xlogfuncs.c:150 #: access/transam/xlogfuncs.c:192 access/transam/xlogfuncs.c:216 #, c-format msgid "WAL control functions cannot be executed during recovery." -msgstr "Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt werden." +msgstr "" +"Während der Wiederherstellung können keine WAL-Kontrollfunktionen ausgeführt " +"werden." -#: access/transam/xlog.c:9466 access/transam/xlog.c:9794 +#: access/transam/xlog.c:9472 access/transam/xlog.c:9800 #, 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:9467 access/transam/xlog.c:9795 +#: access/transam/xlog.c:9473 access/transam/xlog.c:9801 #: access/transam/xlogfuncs.c:156 #, 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." +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:9472 +#: access/transam/xlog.c:9478 #, c-format msgid "backup label too long (max %d bytes)" msgstr "Backup-Label zu lang (maximal %d Bytes)" -#: access/transam/xlog.c:9503 access/transam/xlog.c:9679 +#: access/transam/xlog.c:9509 access/transam/xlog.c:9685 #, c-format msgid "a backup is already in progress" msgstr "ein Backup läuft bereits" -#: access/transam/xlog.c:9504 +#: access/transam/xlog.c:9510 #, 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:9597 +#: access/transam/xlog.c:9603 #, 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" +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:9599 access/transam/xlog.c:9944 +#: access/transam/xlog.c:9605 access/transam/xlog.c:9950 #, 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." +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:9680 +#: access/transam/xlog.c:9686 #, 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." +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:9697 access/transam/xlog.c:10003 +#: access/transam/xlog.c:9703 access/transam/xlog.c:10009 #, c-format msgid "could not write file \"%s\": %m" msgstr "konnte Datei »%s« nicht schreiben: %m" -#: access/transam/xlog.c:9839 +#: access/transam/xlog.c:9845 #, c-format msgid "a backup is not in progress" msgstr "es läuft kein Backup" -#: access/transam/xlog.c:9878 access/transam/xlog.c:9890 -#: access/transam/xlog.c:10244 access/transam/xlog.c:10250 +#: access/transam/xlog.c:9884 access/transam/xlog.c:9896 +#: access/transam/xlog.c:10250 access/transam/xlog.c:10256 #, c-format msgid "invalid data in file \"%s\"" msgstr "ungültige Daten in Datei »%s«" -#: access/transam/xlog.c:9894 +#: access/transam/xlog.c:9900 #, 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" +msgstr "" +"der Standby-Server wurde während der Online-Sicherung zum Primärserver " +"befördert" -#: access/transam/xlog.c:9895 +#: access/transam/xlog.c:9901 #, 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." +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:9942 +#: access/transam/xlog.c:9948 #, 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" +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:10052 +#: access/transam/xlog.c:10058 #, 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" +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:10062 +#: access/transam/xlog.c:10068 #, 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)" +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:10064 +#: access/transam/xlog.c:10070 #, 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." +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:10071 +#: access/transam/xlog.c:10077 #, 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" +msgstr "" +"pg_stop_backup abgeschlossen, alle benötigten WAL-Segmente wurden archiviert" -#: access/transam/xlog.c:10075 +#: access/transam/xlog.c:10081 #, 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" +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:10294 +#: access/transam/xlog.c:10300 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:10334 +#: access/transam/xlog.c:10340 #, c-format msgid "online backup mode canceled" msgstr "Online-Sicherungsmodus storniert" -#: access/transam/xlog.c:10335 +#: access/transam/xlog.c:10341 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "»%s« wurde in »%s« umbenannt." -#: access/transam/xlog.c:10342 +#: access/transam/xlog.c:10348 #, c-format msgid "online backup mode was not canceled" msgstr "Online-Sicherungsmodus wurde nicht storniert" -#: access/transam/xlog.c:10343 +#: access/transam/xlog.c:10349 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Konnte »%s« nicht in »%s« umbenennen: %m." -#: access/transam/xlog.c:10693 access/transam/xlog.c:10715 +#: access/transam/xlog.c:10699 access/transam/xlog.c:10721 #, c-format msgid "could not read from log file %u, segment %u, offset %u: %m" msgstr "konnte nicht aus Logdatei %u, Segment %u, Position %u lesen: %m" -#: access/transam/xlog.c:10804 +#: access/transam/xlog.c:10810 #, c-format msgid "received promote request" msgstr "Anforderung zum Befördern empfangen" -#: access/transam/xlog.c:10817 +#: access/transam/xlog.c:10823 #, c-format msgid "trigger file found: %s" msgstr "Triggerdatei gefunden: %s" @@ -1949,7 +2224,9 @@ msgstr "Wert zu lang für Restore-Punkt (maximal %d Zeichen)" #: access/transam/xlogfuncs.c:299 #, c-format msgid "pg_xlogfile_name_offset() cannot be executed during recovery." -msgstr "pg_xlogfile_name_offset() kann nicht während der Wiederherstellung ausgeführt werden." +msgstr "" +"pg_xlogfile_name_offset() kann nicht während der Wiederherstellung " +"ausgeführt werden." #: access/transam/xlogfuncs.c:311 access/transam/xlogfuncs.c:385 #: access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:544 @@ -1960,7 +2237,9 @@ msgstr "konnte Transaktionslogposition »%s« nicht interpretieren" #: access/transam/xlogfuncs.c:376 #, c-format msgid "pg_xlogfile_name() cannot be executed during recovery." -msgstr "pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt werden." +msgstr "" +"pg_xlogfile_name() kann nicht während der Wiederherstellung ausgeführt " +"werden." #: access/transam/xlogfuncs.c:406 access/transam/xlogfuncs.c:428 #: access/transam/xlogfuncs.c:450 @@ -1978,7 +2257,9 @@ msgstr "Wiederherstellung läuft nicht" #: access/transam/xlogfuncs.c:456 #, c-format msgid "Recovery control functions can only be executed during recovery." -msgstr "Wiederherstellungskontrollfunktionen können nur während der Wiederherstellung ausgeführt werden." +msgstr "" +"Wiederherstellungskontrollfunktionen können nur während der " +"Wiederherstellung ausgeführt werden." #: access/transam/xlogfuncs.c:505 access/transam/xlogfuncs.c:511 #, c-format @@ -1990,18 +2271,18 @@ msgstr "ungültige Eingabesyntax für Transaktionslogposition: »%s«" msgid "xrecoff \"%X\" is out of valid range, 0..%X" msgstr "Xrecoff »%X« ist außerhalb des gültigen Bereichs, 0..%X" -#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:696 tcop/postgres.c:3436 +#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:725 tcop/postgres.c:3446 #, c-format msgid "--%s requires a value" msgstr "--%s benötigt einen Wert" -#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:701 tcop/postgres.c:3441 +#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:730 tcop/postgres.c:3451 #, c-format msgid "-c %s requires a value" msgstr "-c %s benötigt einen Wert" -#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:713 -#: postmaster/postmaster.c:726 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:742 +#: postmaster/postmaster.c:755 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" @@ -2029,7 +2310,8 @@ msgstr "es wurden keine Privilegien für »%s« gewährt" #: catalog/aclchk.c:335 #, c-format msgid "not all privileges were granted for column \"%s\" of relation \"%s\"" -msgstr "es wurden nicht alle Priviligien für Spalte »%s« von Relation »%s« gewährt" +msgstr "" +"es wurden nicht alle Priviligien für Spalte »%s« von Relation »%s« gewährt" #: catalog/aclchk.c:340 #, c-format @@ -2039,7 +2321,9 @@ msgstr "es wurden nicht alle Priviligien für »%s« gewährt" #: catalog/aclchk.c:351 #, c-format msgid "no privileges could be revoked for column \"%s\" of relation \"%s\"" -msgstr "es konnten keine Privilegien für Spalte »%s« von Relation »%s« entzogen werden" +msgstr "" +"es konnten keine Privilegien für Spalte »%s« von Relation »%s« entzogen " +"werden" #: catalog/aclchk.c:356 #, c-format @@ -2048,8 +2332,11 @@ msgstr "es konnten keine Privilegien für »%s« entzogen werden" #: catalog/aclchk.c:364 #, c-format -msgid "not all privileges could be revoked for column \"%s\" of relation \"%s\"" -msgstr "es konnten nicht alle Privilegien für Spalte »%s« von Relation »%s« entzogen werden" +msgid "" +"not all privileges could be revoked for column \"%s\" of relation \"%s\"" +msgstr "" +"es konnten nicht alle Privilegien für Spalte »%s« von Relation »%s« entzogen " +"werden" #: catalog/aclchk.c:369 #, c-format @@ -2123,7 +2410,7 @@ msgstr "Spaltenprivilegien sind nur für Relation gültig" #: catalog/aclchk.c:681 catalog/aclchk.c:3878 catalog/aclchk.c:4655 #: catalog/objectaddress.c:382 catalog/pg_largeobject.c:112 -#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:262 +#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:287 #, c-format msgid "large object %u does not exist" msgstr "Large Object %u existiert nicht" @@ -2165,21 +2452,21 @@ msgid "default privileges cannot be set for columns" msgstr "Vorgabeprivilegien können nicht für Spalten gesetzt werden" #: catalog/aclchk.c:1477 catalog/objectaddress.c:813 commands/analyze.c:384 -#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4771 -#: commands/tablecmds.c:4863 commands/tablecmds.c:4910 -#: commands/tablecmds.c:5012 commands/tablecmds.c:5056 -#: commands/tablecmds.c:5135 commands/tablecmds.c:5219 -#: commands/tablecmds.c:7166 commands/tablecmds.c:7383 -#: commands/tablecmds.c:7772 commands/trigger.c:622 parser/analyze.c:2046 +#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4774 +#: commands/tablecmds.c:4866 commands/tablecmds.c:4913 +#: commands/tablecmds.c:5015 commands/tablecmds.c:5059 +#: commands/tablecmds.c:5138 commands/tablecmds.c:5222 +#: commands/tablecmds.c:7169 commands/tablecmds.c:7386 +#: commands/tablecmds.c:7775 commands/trigger.c:622 parser/analyze.c:2046 #: parser/parse_relation.c:2067 parser/parse_relation.c:2124 #: parser/parse_target.c:899 parser/parse_type.c:123 utils/adt/acl.c:2838 -#: utils/adt/ruleutils.c:1614 +#: utils/adt/ruleutils.c:1615 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "Spalte »%s« von Relation »%s« existiert nicht" #: catalog/aclchk.c:1742 catalog/objectaddress.c:648 commands/sequence.c:1046 -#: commands/tablecmds.c:210 commands/tablecmds.c:10424 utils/adt/acl.c:2074 +#: commands/tablecmds.c:210 commands/tablecmds.c:10427 utils/adt/acl.c:2074 #: utils/adt/acl.c:2104 utils/adt/acl.c:2136 utils/adt/acl.c:2168 #: utils/adt/acl.c:2196 utils/adt/acl.c:2226 #, c-format @@ -2552,7 +2839,7 @@ msgstr "kann %s nicht löschen, wird von %s benötigt" msgid "You can drop %s instead." msgstr "Sie können stattdessen %s löschen." -#: catalog/dependency.c:769 catalog/pg_shdepend.c:566 +#: catalog/dependency.c:769 catalog/pg_shdepend.c:568 #, c-format msgid "cannot drop %s because it is required by the database system" msgstr "kann %s nicht löschen, wird vom Datenbanksystem benötigt" @@ -2572,7 +2859,7 @@ msgstr "%s hängt von %s ab" msgid "drop cascades to %s" msgstr "Löschvorgang löscht ebenfalls %s" -#: catalog/dependency.c:935 catalog/pg_shdepend.c:677 +#: catalog/dependency.c:935 catalog/pg_shdepend.c:679 #, c-format msgid "" "\n" @@ -2594,11 +2881,11 @@ msgstr "kann %s nicht löschen, weil andere Objekte davon abhängen" #: catalog/dependency.c:949 catalog/dependency.c:950 catalog/dependency.c:956 #: catalog/dependency.c:957 catalog/dependency.c:968 catalog/dependency.c:969 -#: catalog/objectaddress.c:555 commands/tablecmds.c:731 commands/user.c:960 +#: catalog/objectaddress.c:555 commands/tablecmds.c:734 commands/user.c:960 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5440 utils/misc/guc.c:5775 -#: utils/misc/guc.c:8136 utils/misc/guc.c:8170 utils/misc/guc.c:8204 -#: utils/misc/guc.c:8238 utils/misc/guc.c:8273 +#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5454 utils/misc/guc.c:5789 +#: utils/misc/guc.c:8156 utils/misc/guc.c:8190 utils/misc/guc.c:8224 +#: utils/misc/guc.c:8258 utils/misc/guc.c:8293 #, c-format msgid "%s" msgstr "%s" @@ -2606,12 +2893,15 @@ msgstr "%s" #: catalog/dependency.c:951 catalog/dependency.c:958 #, c-format msgid "Use DROP ... CASCADE to drop the dependent objects too." -msgstr "Verwenden Sie DROP ... CASCADE, um die abhängigen Objekte ebenfalls zu löschen." +msgstr "" +"Verwenden Sie DROP ... CASCADE, um die abhängigen Objekte ebenfalls zu " +"löschen." #: catalog/dependency.c:955 #, c-format msgid "cannot drop desired object(s) because other objects depend on them" -msgstr "kann gewünschte Objekte nicht löschen, weil andere Objekte davon abhängen" +msgstr "" +"kann gewünschte Objekte nicht löschen, weil andere Objekte davon abhängen" #. translator: %d always has a value larger than 1 #: catalog/dependency.c:964 @@ -2864,13 +3154,13 @@ msgstr "keine Berechtigung, um »%s.%s« zu erzeugen" msgid "System catalog modifications are currently disallowed." msgstr "Änderungen an Systemkatalogen sind gegenwärtig nicht erlaubt." -#: catalog/heap.c:398 commands/tablecmds.c:1363 commands/tablecmds.c:1804 -#: commands/tablecmds.c:4411 +#: catalog/heap.c:398 commands/tablecmds.c:1366 commands/tablecmds.c:1807 +#: commands/tablecmds.c:4414 #, c-format msgid "tables can have at most %d columns" msgstr "Tabellen können höchstens %d Spalten haben" -#: catalog/heap.c:415 commands/tablecmds.c:4672 +#: catalog/heap.c:415 commands/tablecmds.c:4675 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "Spaltenname »%s« steht im Konflikt mit dem Namen einer Systemspalte" @@ -2903,19 +3193,21 @@ msgstr "zusammengesetzter Typ %s kann nicht Teil von sich selbst werden" #: catalog/heap.c:567 commands/createas.c:291 #, c-format 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" +msgstr "" +"für Spalte »%s« mit sortierbarem Typ %s wurde keine Sortierfolge abgeleitet" #: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1107 #: commands/view.c:147 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1517 #: utils/adt/formatting.c:1569 utils/adt/formatting.c:1637 #: utils/adt/formatting.c:1689 utils/adt/formatting.c:1758 -#: utils/adt/formatting.c:1822 utils/adt/like.c:212 utils/adt/selfuncs.c:5198 +#: utils/adt/formatting.c:1822 utils/adt/like.c:212 utils/adt/selfuncs.c:5215 #: utils/adt/varlena.c:1372 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." -msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen." +msgstr "" +"Verwenden Sie die COLLATE-Klausel, um die Sortierfolge explizit zu setzen." -#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2485 +#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2488 #, c-format msgid "relation \"%s\" already exists" msgstr "Relation »%s« existiert bereits" @@ -2929,23 +3221,29 @@ msgstr "Typ »%s« existiert bereits" #: catalog/heap.c:1044 #, 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." +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:2171 #, c-format msgid "check constraint \"%s\" already exists" msgstr "Check-Constraint »%s« existiert bereits" -#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5545 +#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5548 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "Constraint »%s« existiert bereits für Relation »%s«" #: catalog/heap.c:2334 #, 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«" +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:2348 #, c-format @@ -2977,14 +3275,14 @@ msgstr "Aggregatfunktionen können nicht in Vorgabeausdrücken verwendet werden" msgid "cannot use window function in default expression" msgstr "Fensterfunktionen können nicht in Vorgabeausdrücken verwendet werden" -#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1030 +#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1055 #, 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:2488 commands/prepare.c:388 parser/parse_node.c:410 #: parser/parse_target.c:491 parser/parse_target.c:737 -#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1035 +#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1060 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Sie müssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen." @@ -3016,13 +3314,19 @@ msgstr "nicht unterstützte Kombination aus ON COMMIT und Fremdschlüssel" #: catalog/heap.c:2791 #, 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." +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:2796 #, 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" +msgstr "" +"kann eine Tabelle, die in einen Fremdschlüssel-Constraint eingebunden ist, " +"nicht leeren" #: catalog/heap.c:2797 #, c-format @@ -3032,7 +3336,9 @@ msgstr "Tabelle »%s« verweist auf »%s«." #: catalog/heap.c:2799 #, 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." +msgstr "" +"Leeren Sie die Tabelle »%s« gleichzeitig oder verwenden Sie TRUNCATE ... " +"CASCADE." #: catalog/index.c:201 parser/parse_utilcmd.c:1357 parser/parse_utilcmd.c:1443 #, c-format @@ -3047,12 +3353,14 @@ msgstr "Primärschlüssel können keine Ausdrücke sein" #: catalog/index.c:732 catalog/index.c:1131 #, c-format msgid "user-defined indexes on system catalog tables are not supported" -msgstr "benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt" +msgstr "" +"benutzerdefinierte Indexe für Systemkatalogtabellen werden nicht unterstützt" #: catalog/index.c:742 #, c-format msgid "concurrent index creation on system catalog tables is not supported" -msgstr "nebenläufige Indexerzeugung für Systemkatalogtabellen wird nicht unterstützt" +msgstr "" +"nebenläufige Indexerzeugung für Systemkatalogtabellen wird nicht unterstützt" #: catalog/index.c:760 #, c-format @@ -3062,14 +3370,15 @@ msgstr "Cluster-globale Indexe können nicht nach initdb erzeugt werden" #: catalog/index.c:1391 #, c-format msgid "DROP INDEX CONCURRENTLY must be first action in transaction" -msgstr "DROP INDEX CONCURRENTLY muss die erste Aktion in einer Transaktion sein" +msgstr "" +"DROP INDEX CONCURRENTLY muss die erste Aktion in einer Transaktion sein" #: catalog/index.c:1959 #, c-format msgid "building index \"%s\" on table \"%s\"" msgstr "baue Index »%s« von Tabelle »%s«" -#: catalog/index.c:3134 +#: catalog/index.c:3136 #, c-format msgid "cannot reindex temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht reindizieren" @@ -3120,7 +3429,8 @@ msgstr "kann keine Relationen in temporären Schemas anderer Sitzungen erzeugen" #: catalog/namespace.c:630 #, c-format msgid "cannot create temporary relation in non-temporary schema" -msgstr "kann keine temporäre Relation in einem nicht-temporären Schema erzeugen" +msgstr "" +"kann keine temporäre Relation in einem nicht-temporären Schema erzeugen" #: catalog/namespace.c:645 #, c-format @@ -3142,7 +3452,7 @@ msgstr "Textsuchewörterbuch »%s« existiert nicht" msgid "text search template \"%s\" does not exist" msgstr "Textsuchevorlage »%s« existiert nicht" -#: catalog/namespace.c:2492 commands/tsearchcmds.c:1654 +#: catalog/namespace.c:2492 commands/tsearchcmds.c:1702 #: utils/cache/ts_cache.c:617 #, c-format msgid "text search configuration \"%s\" does not exist" @@ -3153,7 +3463,7 @@ msgstr "Textsuchekonfiguration »%s« existiert nicht" msgid "cross-database references are not implemented: %s" msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s" -#: catalog/namespace.c:2611 gram.y:12055 gram.y:13260 parser/parse_expr.c:784 +#: catalog/namespace.c:2611 gram.y:12072 gram.y:13244 parser/parse_expr.c:784 #: parser/parse_target.c:1096 #, c-format msgid "improper qualified name (too many dotted names): %s" @@ -3174,8 +3484,7 @@ msgstr "Objekte können nicht in oder aus temporären Schemas verschoben werden" msgid "cannot move objects into or out of TOAST schema" msgstr "Objekte können nicht in oder aus TOAST-Schemas verschoben werden" -#: catalog/namespace.c:2826 commands/schemacmds.c:189 -#: commands/schemacmds.c:258 +#: catalog/namespace.c:2826 commands/schemacmds.c:189 commands/schemacmds.c:258 #, c-format msgid "schema \"%s\" does not exist" msgstr "Schema »%s« existiert nicht" @@ -3198,15 +3507,17 @@ msgstr "Konversion »%s« existiert nicht" #: catalog/namespace.c:3531 #, c-format msgid "permission denied to create temporary tables in database \"%s\"" -msgstr "keine Berechtigung, um temporäre Tabellen in Datenbank »%s« zu erzeugen" +msgstr "" +"keine Berechtigung, um temporäre Tabellen in Datenbank »%s« zu erzeugen" #: catalog/namespace.c:3547 #, c-format msgid "cannot create temporary tables during recovery" -msgstr "während der Wiederherstellung können keine temporäre Tabellen erzeugt werden" +msgstr "" +"während der Wiederherstellung können keine temporäre Tabellen erzeugt werden" -#: catalog/namespace.c:3791 commands/tablespace.c:1172 commands/variable.c:60 -#: replication/syncrep.c:683 utils/misc/guc.c:8303 +#: catalog/namespace.c:3791 commands/tablespace.c:1189 commands/variable.c:60 +#: replication/syncrep.c:683 utils/misc/guc.c:8323 #, c-format msgid "List syntax is invalid." msgstr "Die Listensyntax ist ungültig." @@ -3245,21 +3556,21 @@ msgid "server name cannot be qualified" msgstr "Servername kann nicht qualifiziert werden" #: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:381 -#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1224 -#: commands/tablecmds.c:3968 commands/tablecmds.c:7286 -#: commands/tablecmds.c:10317 +#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1227 +#: commands/tablecmds.c:3971 commands/tablecmds.c:7289 +#: commands/tablecmds.c:10320 #, c-format msgid "\"%s\" is not a table" msgstr "»%s« ist keine Tabelle" #: catalog/objectaddress.c:662 commands/tablecmds.c:216 -#: commands/tablecmds.c:3983 commands/tablecmds.c:10429 commands/view.c:185 +#: commands/tablecmds.c:3986 commands/tablecmds.c:10432 commands/view.c:185 #, c-format msgid "\"%s\" is not a view" msgstr "»%s« ist keine Sicht" #: catalog/objectaddress.c:669 commands/tablecmds.c:234 -#: commands/tablecmds.c:3986 commands/tablecmds.c:10434 +#: commands/tablecmds.c:3989 commands/tablecmds.c:10437 #, c-format msgid "\"%s\" is not a foreign table" msgstr "»%s« ist keine Fremdtabelle" @@ -3304,8 +3615,12 @@ msgstr "kann Übergangsdatentyp nicht bestimmen" #: catalog/pg_aggregate.c:102 #, c-format -msgid "An aggregate using a polymorphic transition type must have at least one polymorphic argument." -msgstr "Eine Aggregatfunktion mit polymorphischem Übergangstyp muss mindestens ein polymorphisches Argument haben." +msgid "" +"An aggregate using a polymorphic transition type must have at least one " +"polymorphic argument." +msgstr "" +"Eine Aggregatfunktion mit polymorphischem Übergangstyp muss mindestens ein " +"polymorphisches Argument haben." #: catalog/pg_aggregate.c:125 #, c-format @@ -3314,8 +3629,12 @@ msgstr "Rückgabetyp der Übergangsfunktion %s ist nicht %s" #: catalog/pg_aggregate.c:145 #, c-format -msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type" -msgstr "Anfangswert darf nicht ausgelassen werden, wenn Übergangsfunktion strikt ist und Übergangstyp nicht mit Eingabetyp kompatibel ist" +msgid "" +"must not omit initial value when transition function is strict and " +"transition type is not compatible with input type" +msgstr "" +"Anfangswert darf nicht ausgelassen werden, wenn Übergangsfunktion strikt ist " +"und Übergangstyp nicht mit Eingabetyp kompatibel ist" #: catalog/pg_aggregate.c:176 catalog/pg_proc.c:240 catalog/pg_proc.c:247 #, c-format @@ -3324,8 +3643,12 @@ msgstr "kann Ergebnisdatentyp nicht bestimmen" #: catalog/pg_aggregate.c:177 #, c-format -msgid "An aggregate returning a polymorphic type must have at least one polymorphic argument." -msgstr "Eine Aggregatfunktion, die einen polymorphischen Typ zurückgibt, muss mindestens ein polymorphisches Argument haben." +msgid "" +"An aggregate returning a polymorphic type must have at least one polymorphic " +"argument." +msgstr "" +"Eine Aggregatfunktion, die einen polymorphischen Typ zurückgibt, muss " +"mindestens ein polymorphisches Argument haben." #: catalog/pg_aggregate.c:189 catalog/pg_proc.c:253 #, c-format @@ -3334,13 +3657,19 @@ msgstr "unsichere Verwendung des Pseudotyps »internal«" #: catalog/pg_aggregate.c:190 catalog/pg_proc.c:254 #, c-format -msgid "A function returning \"internal\" must have at least one \"internal\" argument." -msgstr "Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argument vom Typ »internal« haben." +msgid "" +"A function returning \"internal\" must have at least one \"internal\" " +"argument." +msgstr "" +"Eine Funktion, die »internal« zurückgibt, muss mindestens ein Argument vom " +"Typ »internal« haben." #: catalog/pg_aggregate.c:198 #, c-format msgid "sort operator can only be specified for single-argument aggregates" -msgstr "Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben werden" +msgstr "" +"Sortieroperator kann nur für Aggregatfunktionen mit einem Argument angegeben " +"werden" #: catalog/pg_aggregate.c:353 commands/typecmds.c:1623 #: commands/typecmds.c:1674 commands/typecmds.c:1705 commands/typecmds.c:1728 @@ -3510,13 +3839,19 @@ msgstr[1] "Funktionen können nicht mehr als %d Argumente haben" #: catalog/pg_proc.c:241 #, c-format -msgid "A function returning a polymorphic type must have at least one polymorphic argument." -msgstr "Eine Funktion, die einen polymorphischen Typ zurückgibt, muss mindestens ein polymorphisches Argument haben." +msgid "" +"A function returning a polymorphic type must have at least one polymorphic " +"argument." +msgstr "" +"Eine Funktion, die einen polymorphischen Typ zurückgibt, muss mindestens ein " +"polymorphisches Argument haben." #: catalog/pg_proc.c:248 #, c-format msgid "A function returning ANYRANGE must have at least one ANYRANGE argument." -msgstr "Eine Funktion, die ANYRANGE zurückgibt, muss mindestens ein Argument vom Typ ANYRANGE haben." +msgstr "" +"Eine Funktion, die ANYRANGE zurückgibt, muss mindestens ein Argument vom Typ " +"ANYRANGE haben." #: catalog/pg_proc.c:266 #, c-format @@ -3594,12 +3929,12 @@ msgstr "SQL-Funktionen können keinen Rückgabetyp »%s« haben" msgid "SQL functions cannot have arguments of type %s" msgstr "SQL-Funktionen können keine Argumente vom Typ »%s« haben" -#: catalog/pg_proc.c:940 executor/functions.c:1418 +#: catalog/pg_proc.c:940 executor/functions.c:1417 #, c-format msgid "SQL function \"%s\"" msgstr "SQL-Funktion »%s«" -#: catalog/pg_shdepend.c:684 +#: catalog/pg_shdepend.c:686 #, c-format msgid "" "\n" @@ -3614,48 +3949,56 @@ msgstr[1] "" "\n" "und Objekte in %d anderen Datenbanken (Liste im Serverlog)" -#: catalog/pg_shdepend.c:996 +#: catalog/pg_shdepend.c:998 #, c-format msgid "role %u was concurrently dropped" msgstr "Rolle %u wurde gleichzeitig gelöscht" -#: catalog/pg_shdepend.c:1015 +#: catalog/pg_shdepend.c:1017 #, c-format msgid "tablespace %u was concurrently dropped" msgstr "Tablespace %u wurde gleichzeitig gelöscht" -#: catalog/pg_shdepend.c:1030 +#: catalog/pg_shdepend.c:1032 #, c-format msgid "database %u was concurrently dropped" msgstr "Datenbank %u wurde gleichzeitig gelöscht" -#: catalog/pg_shdepend.c:1074 +#: catalog/pg_shdepend.c:1076 #, c-format msgid "owner of %s" msgstr "Eigentümer von %s" -#: catalog/pg_shdepend.c:1076 +#: catalog/pg_shdepend.c:1078 #, c-format msgid "privileges for %s" msgstr "Privilegien für %s" #. translator: %s will always be "database %s" -#: catalog/pg_shdepend.c:1084 +#: catalog/pg_shdepend.c:1086 #, c-format msgid "%d object in %s" msgid_plural "%d objects in %s" msgstr[0] "%d Objekt in %s" msgstr[1] "%d Objekte in %s" -#: catalog/pg_shdepend.c:1195 +#: catalog/pg_shdepend.c:1197 #, c-format -msgid "cannot drop objects owned by %s because they are required by the database system" -msgstr "kann Objekte, die %s gehören, nicht löschen, weil sie vom Datenbanksystem benötigt werden" +msgid "" +"cannot drop objects owned by %s because they are required by the database " +"system" +msgstr "" +"kann Objekte, die %s gehören, nicht löschen, weil sie vom Datenbanksystem " +"benötigt werden" -#: catalog/pg_shdepend.c:1298 +#: catalog/pg_shdepend.c:1300 #, c-format -msgid "cannot reassign ownership of objects owned by %s because they are required by the database system" -msgstr "kann den Eigentümer von den Objekten, die %s gehören, nicht ändern, weil die Objekte vom Datenbanksystem benötigt werden" +msgid "" +"cannot reassign ownership of objects owned by %s because they are required " +"by the database system" +msgstr "" +"kann den Eigentümer von den Objekten, die %s gehören, nicht ändern, weil die " +"Objekte vom Datenbanksystem benötigt werden" #: catalog/pg_type.c:243 #, c-format @@ -3691,7 +4034,8 @@ msgstr "konnte keinen Arraytypnamen für Datentyp »%s« erzeugen" #: catalog/toasting.c:143 #, c-format msgid "shared tables cannot be toasted after initdb" -msgstr "Cluster-globale Tabellen können nach initdb nicht mehr getoastet werden" +msgstr "" +"Cluster-globale Tabellen können nach initdb nicht mehr getoastet werden" #: commands/aggregatecmds.c:103 #, c-format @@ -3716,7 +4060,9 @@ msgstr "Eingabetyp für Aggregatfunktion muss angegeben werden" #: commands/aggregatecmds.c:159 #, c-format msgid "basetype is redundant with aggregate input type specification" -msgstr "Angabe »basetype« ist überflüssig bei Angabe des Eingabetyps der Aggregatfunktion" +msgstr "" +"Angabe »basetype« ist überflüssig bei Angabe des Eingabetyps der " +"Aggregatfunktion" #: commands/aggregatecmds.c:191 #, c-format @@ -3751,12 +4097,16 @@ msgstr "überspringe »%s« --- nur Superuser kann sie analysieren" #: commands/analyze.c:175 #, c-format msgid "skipping \"%s\" --- only superuser or database owner can analyze it" -msgstr "überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie analysieren" +msgstr "" +"überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie " +"analysieren" #: commands/analyze.c:179 #, c-format msgid "skipping \"%s\" --- only table or database owner can analyze it" -msgstr "überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie analysieren" +msgstr "" +"überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie " +"analysieren" #: commands/analyze.c:238 #, c-format @@ -3766,7 +4116,9 @@ msgstr "überspringe »%s« --- kann diese Fremdtabelle nicht analysieren" #: commands/analyze.c:249 #, c-format msgid "skipping \"%s\" --- cannot analyze non-tables or special system tables" -msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht analysieren" +msgstr "" +"überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht " +"analysieren" #: commands/analyze.c:326 #, c-format @@ -3785,52 +4137,65 @@ msgstr "automatisches Analysieren von Tabelle »%s.%s.%s« Systembenutzung: %s" #: commands/analyze.c:1289 #, 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" +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:1553 executor/execQual.c:2858 +#: commands/analyze.c:1553 executor/execQual.c:2856 msgid "could not convert row type" msgstr "konnte Zeilentyp nicht umwandeln" -#: commands/async.c:546 +#: commands/async.c:547 #, c-format msgid "channel name cannot be empty" msgstr "Kanalname kann nicht leer sein" -#: commands/async.c:551 +#: commands/async.c:552 #, c-format msgid "channel name too long" msgstr "Kanalname zu lang" -#: commands/async.c:558 +#: commands/async.c:559 #, c-format msgid "payload string too long" msgstr "Payload-Zeichenkette zu lang" -#: commands/async.c:743 +#: commands/async.c:744 #, c-format -msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" -msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die LISTEN, UNLISTEN oder NOTIFY ausgeführt hat" +msgid "" +"cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" +msgstr "" +"PREPARE kann nicht in einer Transaktion ausgeführt werden, die LISTEN, " +"UNLISTEN oder NOTIFY ausgeführt hat" -#: commands/async.c:846 +#: commands/async.c:847 #, c-format msgid "too many notifications in the NOTIFY queue" msgstr "zu viele Benachrichtigungen in NOTIFY-Schlange" -#: commands/async.c:1419 +#: commands/async.c:1420 #, c-format msgid "NOTIFY queue is %.0f%% full" msgstr "NOTIFY-Schlange ist %.0f%% voll" -#: commands/async.c:1421 +#: commands/async.c:1422 #, c-format -msgid "The server process with PID %d is among those with the oldest transactions." -msgstr "Der Serverprozess mit PID %d gehört zu denen mit den ältesten Transaktionen." +msgid "" +"The server process with PID %d is among those with the oldest transactions." +msgstr "" +"Der Serverprozess mit PID %d gehört zu denen mit den ältesten Transaktionen." -#: commands/async.c:1424 +#: commands/async.c:1425 #, c-format -msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction." -msgstr "Die NOTIFY-Schlange kann erst geleert werden, wenn dieser Prozess seine aktuelle Transaktion beendet." +msgid "" +"The NOTIFY queue cannot be emptied until that process ends its current " +"transaction." +msgstr "" +"Die NOTIFY-Schlange kann erst geleert werden, wenn dieser Prozess seine " +"aktuelle Transaktion beendet." #: commands/cluster.c:124 commands/cluster.c:362 #, c-format @@ -3842,7 +4207,7 @@ msgstr "kann temporäre Tabellen anderer Sitzungen nicht clustern" msgid "there is no previously clustered index for table \"%s\"" msgstr "es gibt keinen bereits geclusterten Index für Tabelle »%s«" -#: commands/cluster.c:168 commands/tablecmds.c:8467 +#: commands/cluster.c:168 commands/tablecmds.c:8470 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "Index »%s« für Tabelle »%s« existiert nicht" @@ -3864,8 +4229,12 @@ msgstr "»%s« ist kein Index für Tabelle »%s«" #: commands/cluster.c:424 #, c-format -msgid "cannot cluster on index \"%s\" because access method does not support clustering" -msgstr "kann nicht anhand des Index »%s« clustern, weil die Indexmethode Clustern nicht unterstützt" +msgid "" +"cannot cluster on index \"%s\" because access method does not support " +"clustering" +msgstr "" +"kann nicht anhand des Index »%s« clustern, weil die Indexmethode Clustern " +"nicht unterstützt" #: commands/cluster.c:436 #, c-format @@ -3894,8 +4263,11 @@ msgstr "vacuume »%s.%s«" #: commands/cluster.c:1052 #, c-format -msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages" -msgstr "»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten gefunden" +msgid "" +"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages" +msgstr "" +"»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten " +"gefunden" #: commands/cluster.c:1056 #, c-format @@ -4024,8 +4396,12 @@ msgstr "nur Superuser können COPY mit Dateien verwenden" #: commands/copy.c:756 #, 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." +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:886 #, c-format @@ -4070,7 +4446,8 @@ msgstr "COPY-Trennzeichen kann nicht Newline oder Carriage Return sein" #: commands/copy.c:1033 #, c-format msgid "COPY null representation cannot use newline or carriage return" -msgstr "COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten" +msgstr "" +"COPY NULL-Darstellung kann nicht Newline oder Carriage Return enthalten" #: commands/copy.c:1050 #, c-format @@ -4330,7 +4707,9 @@ msgstr "Verwenden Sie »\\r«, um ein Carriage-Return-Zeichen darzustellen." #: commands/copy.c:3003 commands/copy.c:3020 #, c-format msgid "Use quoted CSV field to represent carriage return." -msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen darzustellen." +msgstr "" +"Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen " +"darzustellen." #: commands/copy.c:3032 #, c-format @@ -4350,7 +4729,8 @@ msgstr "Verwenden Sie »\\n«, um ein Newline-Zeichen darzustellen." #: commands/copy.c:3036 #, c-format msgid "Use quoted CSV field to represent newline." -msgstr "Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen." +msgstr "" +"Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen." #: commands/copy.c:3082 commands/copy.c:3118 #, c-format @@ -4382,14 +4762,14 @@ msgstr "ungültige Feldgröße" msgid "incorrect binary data format" msgstr "falsches Binärdatenformat" -#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1388 -#: commands/tablecmds.c:2187 parser/parse_expr.c:766 +#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1391 +#: commands/tablecmds.c:2190 parser/parse_expr.c:766 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "Spalte »%s« existiert nicht" -#: commands/copy.c:3976 commands/tablecmds.c:1414 commands/trigger.c:631 +#: commands/copy.c:3976 commands/tablecmds.c:1417 commands/trigger.c:631 #: parser/parse_target.c:915 parser/parse_target.c:926 #, c-format msgid "column \"%s\" specified more than once" @@ -4453,33 +4833,57 @@ msgstr "ungültiger Locale-Name: »%s«" #: commands/dbcommands.c:352 #, c-format -msgid "new encoding (%s) is incompatible with the encoding of the template database (%s)" -msgstr "neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-Datenbank (%s)" +msgid "" +"new encoding (%s) is incompatible with the encoding of the template database " +"(%s)" +msgstr "" +"neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-" +"Datenbank (%s)" #: commands/dbcommands.c:355 #, c-format -msgid "Use the same encoding as in the template database, or use template0 as template." -msgstr "Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder verwenden Sie template0 als Template." +msgid "" +"Use the same encoding as in the template database, or use template0 as " +"template." +msgstr "" +"Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder " +"verwenden Sie template0 als Template." #: commands/dbcommands.c:360 #, c-format -msgid "new collation (%s) is incompatible with the collation of the template database (%s)" -msgstr "neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der Template-Datenbank (%s)" +msgid "" +"new collation (%s) is incompatible with the collation of the template " +"database (%s)" +msgstr "" +"neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der " +"Template-Datenbank (%s)" #: commands/dbcommands.c:362 #, c-format -msgid "Use the same collation as in the template database, or use template0 as template." -msgstr "Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder verwenden Sie template0 als Template." +msgid "" +"Use the same collation as in the template database, or use template0 as " +"template." +msgstr "" +"Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder " +"verwenden Sie template0 als Template." #: commands/dbcommands.c:367 #, c-format -msgid "new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database (%s)" -msgstr "neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank (%s)" +msgid "" +"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database " +"(%s)" +msgstr "" +"neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank " +"(%s)" #: commands/dbcommands.c:369 #, c-format -msgid "Use the same LC_CTYPE as in the template database, or use template0 as template." -msgstr "Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden Sie template0 als Template." +msgid "" +"Use the same LC_CTYPE as in the template database, or use template0 as " +"template." +msgstr "" +"Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden " +"Sie template0 als Template." #: commands/dbcommands.c:391 commands/dbcommands.c:1092 #, c-format @@ -4493,8 +4897,12 @@ msgstr "kann neuen Standard-Tablespace »%s« nicht setzen" #: commands/dbcommands.c:419 #, c-format -msgid "There is a conflict because database \"%s\" already has some tables in this tablespace." -msgstr "Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem Tablespace hat." +msgid "" +"There is a conflict because database \"%s\" already has some tables in this " +"tablespace." +msgstr "" +"Es gibt einen Konflikt, weil Datenbank »%s« schon einige Tabellen in diesem " +"Tablespace hat." #: commands/dbcommands.c:439 commands/dbcommands.c:967 #, c-format @@ -4564,15 +4972,21 @@ msgstr "einige Relationen von Datenbank »%s« ist bereits in Tablespace »%s«" #: commands/dbcommands.c:1156 #, c-format -msgid "You must move them back to the database's default tablespace before using this command." -msgstr "Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, bevor Sie diesen Befehl verwenden können." +msgid "" +"You must move them back to the database's default tablespace before using " +"this command." +msgstr "" +"Sie müssen sie zurück in den Standard-Tablespace der Datenbank verschieben, " +"bevor Sie diesen Befehl verwenden können." #: commands/dbcommands.c:1284 commands/dbcommands.c:1763 #: commands/dbcommands.c:1978 commands/dbcommands.c:2026 -#: commands/tablespace.c:589 +#: commands/tablespace.c:588 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" -msgstr "einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis »%s« zurückgelassen" +msgstr "" +"einige nutzlose Dateien wurde möglicherweise im alten Datenbankverzeichnis »" +"%s« zurückgelassen" #: commands/dbcommands.c:1528 #, c-format @@ -4581,8 +4995,12 @@ msgstr "keine Berechtigung, um Eigentümer der Datenbank zu ändern" #: commands/dbcommands.c:1861 #, c-format -msgid "There are %d other session(s) and %d prepared transaction(s) using the database." -msgstr "%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die Datenbank." +msgid "" +"There are %d other session(s) and %d prepared transaction(s) using the " +"database." +msgstr "" +"%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die " +"Datenbank." #: commands/dbcommands.c:1864 #, c-format @@ -4637,7 +5055,7 @@ msgstr "ungültiges Argument für %s: »%s«" #: commands/dropcmds.c:100 commands/functioncmds.c:1075 #: commands/functioncmds.c:1138 commands/functioncmds.c:1290 -#: utils/adt/ruleutils.c:1730 +#: utils/adt/ruleutils.c:1731 #, c-format msgid "\"%s\" is an aggregate function" msgstr "»%s« ist eine Aggregatfunktion" @@ -4740,12 +5158,17 @@ msgstr "Server »%s« existiert nicht, wird übersprungen" #: commands/dropcmds.c:224 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\", skipping" -msgstr "Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«, wird übersprungen" +msgstr "" +"Operatorklasse »%s« existiert nicht für Zugriffsmethode »%s«, wird " +"übersprungen" #: commands/dropcmds.c:229 #, c-format -msgid "operator family \"%s\" does not exist for access method \"%s\", skipping" -msgstr "Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«, wird übersprungen" +msgid "" +"operator family \"%s\" does not exist for access method \"%s\", skipping" +msgstr "" +"Operatorfamilie »%s« existiert nicht für Zugriffsmethode »%s«, wird " +"übersprungen" #: commands/explain.c:158 #, c-format @@ -4832,7 +5255,9 @@ msgstr "konnte Erweiterungskontrolldatei »%s« nicht öffnen: %m" #: commands/extension.c:493 commands/extension.c:503 #, c-format msgid "parameter \"%s\" cannot be set in a secondary extension control file" -msgstr "Parameter »%s« kann nicht in einer sekundären Erweitungskontrolldatei gesetzt werden" +msgstr "" +"Parameter »%s« kann nicht in einer sekundären Erweitungskontrolldatei " +"gesetzt werden" #: commands/extension.c:542 #, c-format @@ -4852,12 +5277,16 @@ msgstr "unbekannter Parameter »%s« in Datei »%s«" #: commands/extension.c:572 #, c-format msgid "parameter \"schema\" cannot be specified when \"relocatable\" is true" -msgstr "Parameter »schema« kann nicht angegeben werden, wenn »relocatable« an ist" +msgstr "" +"Parameter »schema« kann nicht angegeben werden, wenn »relocatable« an ist" #: commands/extension.c:724 #, c-format -msgid "transaction control statements are not allowed within an extension script" -msgstr "Transaktionskontrollanweisungen sind nicht in einem Erweiterungsskript erlaubt" +msgid "" +"transaction control statements are not allowed within an extension script" +msgstr "" +"Transaktionskontrollanweisungen sind nicht in einem Erweiterungsskript " +"erlaubt" #: commands/extension.c:792 #, c-format @@ -4881,8 +5310,11 @@ msgstr "Nur Superuser können diese Erweiterung aktualisieren." #: commands/extension.c:1082 #, c-format -msgid "extension \"%s\" has no update path from version \"%s\" to version \"%s\"" -msgstr "Erweiterung »%s« hat keinen Aktualisierungspfad von Version »%s« auf Version »%s«" +msgid "" +"extension \"%s\" has no update path from version \"%s\" to version \"%s\"" +msgstr "" +"Erweiterung »%s« hat keinen Aktualisierungspfad von Version »%s« auf Version " +"»%s«" #: commands/extension.c:1209 #, c-format @@ -4907,7 +5339,8 @@ msgstr "die zu installierende Version muss angegeben werden" #: commands/extension.c:1299 #, c-format msgid "FROM version must be different from installation target version \"%s\"" -msgstr "FROM-Version muss verschieden von der zu installierenden Version »%s« sein" +msgstr "" +"FROM-Version muss verschieden von der zu installierenden Version »%s« sein" #: commands/extension.c:1354 #, c-format @@ -4922,29 +5355,38 @@ msgstr "benötigte Erweiterung »%s« ist nicht installiert" #: commands/extension.c:1598 #, c-format msgid "cannot drop extension \"%s\" because it is being modified" -msgstr "Erweiterung »%s« kann nicht gelöscht werden, weil sie gerade geändert wird" +msgstr "" +"Erweiterung »%s« kann nicht gelöscht werden, weil sie gerade geändert wird" #: commands/extension.c:1646 commands/extension.c:1755 -#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1714 -#: executor/execQual.c:1739 executor/execQual.c:2099 executor/execQual.c:5253 -#: executor/functions.c:1018 foreign/foreign.c:373 -#: replication/walsender.c:1518 utils/fmgr/funcapi.c:60 +#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1705 +#: executor/execQual.c:1730 executor/execQual.c:2097 executor/execQual.c:5251 +#: executor/functions.c:1017 foreign/foreign.c:373 +#: replication/walsender.c:1532 utils/fmgr/funcapi.c:60 #: utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" -msgstr "Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine Mengenergebnisse verarbeiten kann" +msgstr "" +"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine " +"Mengenergebnisse verarbeiten kann" #: commands/extension.c:1650 commands/extension.c:1759 #: commands/extension.c:1952 commands/prepare.c:720 foreign/foreign.c:378 -#: replication/walsender.c:1522 utils/mmgr/portalmem.c:990 +#: replication/walsender.c:1536 utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" -msgstr "Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht erlaubt" +msgstr "" +"Materialisierungsmodus wird benötigt, ist aber in diesem Zusammenhang nicht " +"erlaubt" #: commands/extension.c:2069 #, c-format -msgid "pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION" -msgstr "pg_extension_config_dump() kann nur von einem SQL-Skript aufgerufen werden, das von CREATE EXTENSION ausgeführt wird" +msgid "" +"pg_extension_config_dump() can only be called from an SQL script executed by " +"CREATE EXTENSION" +msgstr "" +"pg_extension_config_dump() kann nur von einem SQL-Skript aufgerufen werden, " +"das von CREATE EXTENSION ausgeführt wird" #: commands/extension.c:2081 #, c-format @@ -4958,8 +5400,12 @@ msgstr "Tabelle »%s« ist kein Mitglied der anzulegenden Erweiterung" #: commands/extension.c:2450 #, c-format -msgid "cannot move extension \"%s\" into schema \"%s\" because the extension contains the schema" -msgstr "kann Erweiterung »%s« nicht in Schema »%s« verschieben, weil die Erweiterung das Schema enthält" +msgid "" +"cannot move extension \"%s\" into schema \"%s\" because the extension " +"contains the schema" +msgstr "" +"kann Erweiterung »%s« nicht in Schema »%s« verschieben, weil die Erweiterung " +"das Schema enthält" #: commands/extension.c:2490 commands/extension.c:2553 #, c-format @@ -4983,8 +5429,12 @@ msgstr "Version »%s« von Erweiterung »%s« ist bereits installiert" #: commands/extension.c:2930 #, c-format -msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" -msgstr "kann Schema »%s« nicht zu Erweiterung »%s« hinzufügen, weil das Schema die Erweiterung enthält" +msgid "" +"cannot add schema \"%s\" to extension \"%s\" because the schema contains the " +"extension" +msgstr "" +"kann Schema »%s« nicht zu Erweiterung »%s« hinzufügen, weil das Schema die " +"Erweiterung enthält" #: commands/extension.c:2948 #, c-format @@ -5013,8 +5463,7 @@ msgid "foreign-data wrapper \"%s\" already exists" msgstr "Fremddaten-Wrapper »%s« existiert bereits" #: commands/foreigncmds.c:256 commands/foreigncmds.c:441 -#: commands/foreigncmds.c:994 commands/foreigncmds.c:1328 -#: foreign/foreign.c:569 +#: commands/foreigncmds.c:994 commands/foreigncmds.c:1328 foreign/foreign.c:569 #, c-format msgid "server \"%s\" does not exist" msgstr "Server »%s« existiert nicht" @@ -5027,7 +5476,8 @@ msgstr "Server »%s« existiert bereits" #: commands/foreigncmds.c:296 commands/foreigncmds.c:304 #, c-format msgid "permission denied to change owner of foreign-data wrapper \"%s\"" -msgstr "keine Berechtigung, um Eigentümer des Fremddaten-Wrappers »%s« zu ändern" +msgstr "" +"keine Berechtigung, um Eigentümer des Fremddaten-Wrappers »%s« zu ändern" #: commands/foreigncmds.c:298 #, c-format @@ -5066,13 +5516,21 @@ msgstr "Nur Superuser können Fremddaten-Wrapper ändern." #: commands/foreigncmds.c:734 #, c-format -msgid "changing the foreign-data wrapper handler can change behavior of existing foreign tables" -msgstr "das Ändern des Handlers des Fremddaten-Wrappers kann das Verhalten von bestehenden Fremdtabellen verändern" +msgid "" +"changing the foreign-data wrapper handler can change behavior of existing " +"foreign tables" +msgstr "" +"das Ändern des Handlers des Fremddaten-Wrappers kann das Verhalten von " +"bestehenden Fremdtabellen verändern" #: commands/foreigncmds.c:748 #, c-format -msgid "changing the foreign-data wrapper validator can cause the options for dependent objects to become invalid" -msgstr "durch Ändern des Validators des Fremddaten-Wrappers können die Optionen von abhängigen Objekten ungültig werden" +msgid "" +"changing the foreign-data wrapper validator can cause the options for " +"dependent objects to become invalid" +msgstr "" +"durch Ändern des Validators des Fremddaten-Wrappers können die Optionen von " +"abhängigen Objekten ungültig werden" #: commands/foreigncmds.c:1152 #, c-format @@ -5092,7 +5550,8 @@ msgstr "Server existiert nicht, wird übersprungen" #: commands/foreigncmds.c:1349 #, c-format msgid "user mapping \"%s\" does not exist for the server, skipping" -msgstr "Benutzerabbildung »%s« existiert nicht für den Server, wird übersprungen" +msgstr "" +"Benutzerabbildung »%s« existiert nicht für den Server, wird übersprungen" #: commands/functioncmds.c:102 #, c-format @@ -5162,7 +5621,8 @@ msgstr "nur Eingabeparameter können Vorgabewerte haben" #: commands/functioncmds.c:358 #, c-format msgid "cannot use table references in parameter default value" -msgstr "Tabellenverweise können nicht in Parametervorgabewerten verwendet werden" +msgstr "" +"Tabellenverweise können nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:374 #, c-format @@ -5172,17 +5632,21 @@ msgstr "Unteranfragen können nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:378 #, c-format msgid "cannot use aggregate function in parameter default value" -msgstr "Aggregatfunktionen können nicht in Parametervorgabewerten verwendet werden" +msgstr "" +"Aggregatfunktionen können nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:382 #, c-format msgid "cannot use window function in parameter default value" -msgstr "Fensterfunktionen können nicht in Parametervorgabewerten verwendet werden" +msgstr "" +"Fensterfunktionen können nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:392 #, c-format msgid "input parameters after one with a default value must also have defaults" -msgstr "Eingabeparameter hinter einem mit Vorgabewert müssen auch einen Vorgabewert haben" +msgstr "" +"Eingabeparameter hinter einem mit Vorgabewert müssen auch einen Vorgabewert " +"haben" #: commands/functioncmds.c:642 #, c-format @@ -5223,7 +5687,9 @@ msgstr "Sprache »%s« existiert nicht" #: commands/functioncmds.c:863 commands/functioncmds.c:1970 #, c-format msgid "Use CREATE LANGUAGE to load the language into the database." -msgstr "Sie müssen CREATE LANGUAGE verwenden, um die Sprache in die Datenbank zu laden." +msgstr "" +"Sie müssen CREATE LANGUAGE verwenden, um die Sprache in die Datenbank zu " +"laden." #: commands/functioncmds.c:898 commands/functioncmds.c:1320 #, c-format @@ -5243,7 +5709,8 @@ msgstr "Ergebnistyp der Funktion muss angegeben werden" #: commands/functioncmds.c:968 commands/functioncmds.c:1341 #, c-format msgid "ROWS is not applicable when function does not return a set" -msgstr "ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt" +msgstr "" +"ROWS ist nicht anwendbar, wenn die Funktion keine Ergebnismenge zurückgibt" #: commands/functioncmds.c:1077 #, c-format @@ -5253,7 +5720,9 @@ msgstr "Verwenden Sie ALTER AGGREGATE, um Aggregatfunktionen umzubenennen." #: commands/functioncmds.c:1140 #, c-format msgid "Use ALTER AGGREGATE to change owner of aggregate functions." -msgstr "Verwenden Sie ALTER AGGREGATE, um den Eigentümer einer Aggregatfunktion zu ändern." +msgstr "" +"Verwenden Sie ALTER AGGREGATE, um den Eigentümer einer Aggregatfunktion zu " +"ändern." #: commands/functioncmds.c:1490 #, c-format @@ -5268,12 +5737,14 @@ msgstr "Zieldatentyp %s ist ein Pseudotyp" #: commands/functioncmds.c:1520 #, c-format msgid "cast will be ignored because the source data type is a domain" -msgstr "Typumwandlung wird ignoriert werden, weil der Quelldatentyp eine Domäne ist" +msgstr "" +"Typumwandlung wird ignoriert werden, weil der Quelldatentyp eine Domäne ist" #: commands/functioncmds.c:1525 #, c-format msgid "cast will be ignored because the target data type is a domain" -msgstr "Typumwandlung wird ignoriert werden, weil der Zieldatentyp eine Domäne ist" +msgstr "" +"Typumwandlung wird ignoriert werden, weil der Zieldatentyp eine Domäne ist" #: commands/functioncmds.c:1552 #, c-format @@ -5282,8 +5753,12 @@ msgstr "Typumwandlungsfunktion muss ein bis drei Argumente haben" #: commands/functioncmds.c:1556 #, c-format -msgid "argument of cast function must match or be binary-coercible from source data type" -msgstr "Argument der Typumwandlungsfunktion muss mit Quelldatentyp übereinstimmen oder in ihn binär-umwandelbar sein" +msgid "" +"argument of cast function must match or be binary-coercible from source data " +"type" +msgstr "" +"Argument der Typumwandlungsfunktion muss mit Quelldatentyp übereinstimmen " +"oder in ihn binär-umwandelbar sein" #: commands/functioncmds.c:1560 #, c-format @@ -5297,8 +5772,12 @@ msgstr "drittes Argument der Typumwandlungsfunktion muss Typ boolean haben" #: commands/functioncmds.c:1568 #, c-format -msgid "return data type of cast function must match or be binary-coercible to target data type" -msgstr "Rückgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp übereinstimmen oder in ihn binär-umwandelbar sein" +msgid "" +"return data type of cast function must match or be binary-coercible to " +"target data type" +msgstr "" +"Rückgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp übereinstimmen " +"oder in ihn binär-umwandelbar sein" #: commands/functioncmds.c:1579 #, c-format @@ -5407,10 +5886,11 @@ msgstr "kann keinen Index für Fremdtabelle »%s« erzeugen" msgid "cannot create indexes on temporary tables of other sessions" msgstr "kann keine Indexe für temporäre Tabellen anderer Sitzungen erzeugen" -#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8727 +#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8730 #, c-format msgid "only shared relations can be placed in pg_global tablespace" -msgstr "nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden" +msgstr "" +"nur geteilte Relationen können in den Tablespace »pg_global« gelegt werden" #: commands/indexcmds.c:479 #, c-format @@ -5475,7 +5955,8 @@ msgstr "Funktionen im Indexausdruck müssen als IMMUTABLE markiert sein" #: commands/indexcmds.c:1106 #, c-format msgid "could not determine which collation to use for index expression" -msgstr "konnte die für den Indexausdruck zu verwendende Sortierfolge nicht bestimmen" +msgstr "" +"konnte die für den Indexausdruck zu verwendende Sortierfolge nicht bestimmen" #: commands/indexcmds.c:1114 commands/typecmds.c:776 parser/parse_expr.c:2171 #: parser/parse_type.c:498 parser/parse_utilcmd.c:2599 utils/adt/misc.c:518 @@ -5491,7 +5972,8 @@ msgstr "Operator %s ist nicht kommutativ" #: commands/indexcmds.c:1154 #, c-format msgid "Only commutative operators can be used in exclusion constraints." -msgstr "In Exclusion-Constraints können nur kommutative Operatoren verwendet werden." +msgstr "" +"In Exclusion-Constraints können nur kommutative Operatoren verwendet werden." #: commands/indexcmds.c:1180 #, c-format @@ -5500,8 +5982,12 @@ msgstr "Operator %s ist kein Mitglied der Operatorfamilie »%s«" #: commands/indexcmds.c:1183 #, c-format -msgid "The exclusion operator must be related to the index operator class for the constraint." -msgstr "Der Exklusionsoperator muss in Beziehung zur Indexoperatorklasse des Constraints stehen." +msgid "" +"The exclusion operator must be related to the index operator class for the " +"constraint." +msgstr "" +"Der Exklusionsoperator muss in Beziehung zur Indexoperatorklasse des " +"Constraints stehen." #: commands/indexcmds.c:1218 #, c-format @@ -5520,8 +6006,12 @@ msgstr "Datentyp %s hat keine Standardoperatorklasse für Zugriffsmethode »%s« #: commands/indexcmds.c:1281 #, c-format -msgid "You must specify an operator class for the index or define a default operator class for the data type." -msgstr "Sie müssen für den Index eine Operatorklasse angeben oder eine Standardoperatorklasse für den Datentyp definieren." +msgid "" +"You must specify an operator class for the index or define a default " +"operator class for the data type." +msgstr "" +"Sie müssen für den Index eine Operatorklasse angeben oder eine " +"Standardoperatorklasse für den Datentyp definieren." #: commands/indexcmds.c:1310 commands/indexcmds.c:1318 #: commands/opclasscmds.c:212 @@ -5590,8 +6080,10 @@ msgstr "Storage-Typ mehrmals angegeben" #: commands/opclasscmds.c:587 #, c-format -msgid "storage type cannot be different from data type for access method \"%s\"" -msgstr "Storage-Typ kann nicht vom Datentyp der Zugriffsmethode »%s« verschieden sein" +msgid "" +"storage type cannot be different from data type for access method \"%s\"" +msgstr "" +"Storage-Typ kann nicht vom Datentyp der Zugriffsmethode »%s« verschieden sein" #: commands/opclasscmds.c:603 #, c-format @@ -5661,7 +6153,8 @@ msgstr "btree-Vergleichsprozeduren müssen Typ integer zurückgeben" #: commands/opclasscmds.c:1185 #, c-format msgid "btree sort support procedures must accept type \"internal\"" -msgstr "btree-Sortierunterstützungsprozeduren müssen Typ »internal« akzeptieren" +msgstr "" +"btree-Sortierunterstützungsprozeduren müssen Typ »internal« akzeptieren" #: commands/opclasscmds.c:1189 #, c-format @@ -5681,7 +6174,8 @@ msgstr "Hash-Prozeduren müssen Typ integer zurückgeben" #: commands/opclasscmds.c:1229 #, c-format msgid "associated data types must be specified for index support procedure" -msgstr "zugehörige Datentypen müssen für Indexunterstützungsprozedur angegeben werden" +msgstr "" +"zugehörige Datentypen müssen für Indexunterstützungsprozedur angegeben werden" #: commands/opclasscmds.c:1254 #, c-format @@ -5715,13 +6209,20 @@ msgstr "Funktion %d(%s,%s) existiert nicht in Operatorfamilie »%s«" #: commands/opclasscmds.c:1697 #, c-format -msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\"" -msgstr "Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«" +msgid "" +"operator class \"%s\" for access method \"%s\" already exists in schema \"" +"%s\"" +msgstr "" +"Operatorklasse »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«" #: commands/opclasscmds.c:1786 #, c-format -msgid "operator family \"%s\" for access method \"%s\" already exists in schema \"%s\"" -msgstr "Operatorfamilie »%s« für Zugriffsmethode »%s« existiert bereits in Schema »%s«" +msgid "" +"operator family \"%s\" for access method \"%s\" already exists in schema \"" +"%s\"" +msgstr "" +"Operatorfamilie »%s« für Zugriffsmethode »%s« existiert bereits in Schema »" +"%s«" #: commands/operatorcmds.c:99 #, c-format @@ -5730,8 +6231,11 @@ msgstr "=> ist als Operatorname veraltet" #: commands/operatorcmds.c:100 #, c-format -msgid "This name may be disallowed altogether in future versions of PostgreSQL." -msgstr "Dieser Name wird möglicherweise in einer zukünftigen Version von PostgreSQL nicht mehr zugelassen." +msgid "" +"This name may be disallowed altogether in future versions of PostgreSQL." +msgstr "" +"Dieser Name wird möglicherweise in einer zukünftigen Version von PostgreSQL " +"nicht mehr zugelassen." #: commands/operatorcmds.c:121 commands/operatorcmds.c:129 #, c-format @@ -5763,8 +6267,7 @@ msgstr "Restriktionsschätzfunktion %s muss Typ »float8« zurückgeben" msgid "join estimator function %s must return type \"float8\"" msgstr "Join-Schätzfunktion %s muss Typ »float8« zurückgeben" -#: 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 "ungültiger Cursorname: darf nicht leer sein" @@ -5833,7 +6336,8 @@ msgstr "Fensterfunktionen können nicht in EXECUTE-Parameter verwendet werden" #: commands/prepare.c:384 #, c-format msgid "parameter $%d of type %s cannot be coerced to the expected type %s" -msgstr "Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden" +msgstr "" +"Parameter $%d mit Typ %s kann nicht in erwarteten Typ %s umgewandelt werden" #: commands/prepare.c:479 #, c-format @@ -5848,7 +6352,8 @@ msgstr "vorbereitete Anweisung »%s« existiert nicht" #: commands/proclang.c:88 #, c-format msgid "using pg_pltemplate information instead of CREATE LANGUAGE parameters" -msgstr "verwende Informationen aus pg_pltemplate statt der CREATE-LANGUAGE-Parameter" +msgstr "" +"verwende Informationen aus pg_pltemplate statt der CREATE-LANGUAGE-Parameter" #: commands/proclang.c:98 #, c-format @@ -5877,7 +6382,8 @@ msgstr "nur Superuser können maßgeschneiderte prozedurale Sprachen erzeugen" #: commands/proclang.c:273 #, 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 "ändere Rückgabetyp von Funktion %s von »opaque« in »language_handler«" #: commands/proclang.c:358 commands/proclang.c:560 @@ -5902,8 +6408,11 @@ msgstr "es sind keine Security-Label-Provider geladen" #: commands/seclabel.c:61 #, c-format -msgid "must specify provider when multiple security label providers have been loaded" -msgstr "Provider muss angegeben werden, wenn mehrere Security-Label-Provider geladen sind" +msgid "" +"must specify provider when multiple security label providers have been loaded" +msgstr "" +"Provider muss angegeben werden, wenn mehrere Security-Label-Provider geladen " +"sind" #: commands/seclabel.c:79 #, c-format @@ -5915,8 +6424,8 @@ msgstr "Security-Label-Provider »%s« ist nicht geladen" msgid "unlogged sequences are not supported" msgstr "ungeloggte Sequenzen werden nicht unterstützt" -#: commands/sequence.c:419 commands/tablecmds.c:2266 commands/tablecmds.c:2438 -#: commands/tablecmds.c:9824 tcop/utility.c:714 +#: commands/sequence.c:419 commands/tablecmds.c:2269 commands/tablecmds.c:2441 +#: commands/tablecmds.c:9827 tcop/utility.c:714 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "Relation »%s« existiert nicht, wird übersprungen" @@ -5944,21 +6453,22 @@ msgstr "lastval ist in dieser Sitzung noch nicht definiert" #: commands/sequence.c:865 #, 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)" +msgstr "" +"setval: Wert %s ist außerhalb des gültigen Bereichs von Sequenz »%s« (%s..%s)" -#: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1018 -#: libpq/auth.c:1378 libpq/auth.c:1446 libpq/auth.c:1848 +#: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1028 +#: libpq/auth.c:1388 libpq/auth.c:1456 libpq/auth.c:1858 #: postmaster/postmaster.c:1916 postmaster/postmaster.c:1947 -#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3924 -#: postmaster/postmaster.c:4009 postmaster/postmaster.c:4632 +#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3932 +#: postmaster/postmaster.c:4017 postmaster/postmaster.c:4640 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:393 #: storage/file/fd.c:374 storage/file/fd.c:771 storage/file/fd.c:889 #: storage/file/fd.c:1502 storage/ipc/procarray.c:893 #: storage/ipc/procarray.c:1333 storage/ipc/procarray.c:1340 #: storage/ipc/procarray.c:1659 storage/ipc/procarray.c:2128 #: utils/adt/formatting.c:1526 utils/adt/formatting.c:1646 -#: utils/adt/formatting.c:1767 utils/adt/regexp.c:209 utils/adt/varlena.c:3530 -#: utils/adt/varlena.c:3551 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:373 +#: utils/adt/formatting.c:1767 utils/adt/regexp.c:219 utils/adt/varlena.c:3531 +#: utils/adt/varlena.c:3552 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:373 #: utils/hash/dynahash.c:450 utils/hash/dynahash.c:964 #: utils/init/miscinit.c:150 utils/init/miscinit.c:171 #: utils/init/miscinit.c:181 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 @@ -6014,7 +6524,7 @@ msgstr "ungültige OWNED BY Option" 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:1439 commands/tablecmds.c:5746 +#: commands/sequence.c:1439 commands/tablecmds.c:5749 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "Relation »%s«, auf die verwiesen wird, ist keine Tabelle" @@ -6094,8 +6604,7 @@ msgstr "»%s« ist kein Typ" msgid "Use DROP TYPE to remove a type." msgstr "Verwenden Sie DROP TYPE, um einen Typen zu löschen." -#: commands/tablecmds.c:232 commands/tablecmds.c:7758 -#: commands/tablecmds.c:9759 +#: commands/tablecmds.c:232 commands/tablecmds.c:7761 commands/tablecmds.c:9762 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "Fremdtabelle »%s« existiert nicht" @@ -6122,74 +6631,77 @@ msgstr "Constraints für Fremdtabellen werden nicht unterstützt" #: commands/tablecmds.c:479 #, c-format msgid "cannot create temporary table within security-restricted operation" -msgstr "kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation erzeugen" +msgstr "" +"kann temporäre Tabelle nicht in einer sicherheitsbeschränkten Operation " +"erzeugen" -#: commands/tablecmds.c:585 commands/tablecmds.c:4491 +#: commands/tablecmds.c:588 commands/tablecmds.c:4494 #, c-format msgid "default values on foreign tables are not supported" msgstr "Vorgabewerte für Fremdtabellen werden nicht unterstützt" -#: commands/tablecmds.c:757 +#: commands/tablecmds.c:760 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" -msgstr "DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten nicht" +msgstr "" +"DROP INDEX CONCURRENTLY unterstützt das Löschen von mehreren Objekten nicht" -#: commands/tablecmds.c:761 +#: commands/tablecmds.c:764 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY unterstützt kein CASCADE" -#: commands/tablecmds.c:902 commands/tablecmds.c:1237 -#: commands/tablecmds.c:2083 commands/tablecmds.c:3950 -#: commands/tablecmds.c:5752 commands/tablecmds.c:10350 -#: commands/tablecmds.c:10385 commands/trigger.c:205 commands/trigger.c:1103 +#: commands/tablecmds.c:905 commands/tablecmds.c:1240 +#: commands/tablecmds.c:2086 commands/tablecmds.c:3953 +#: commands/tablecmds.c:5755 commands/tablecmds.c:10353 +#: commands/tablecmds.c:10388 commands/trigger.c:205 commands/trigger.c:1103 #: commands/trigger.c:1209 rewrite/rewriteDefine.c:266 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "keine Berechtigung: »%s« ist ein Systemkatalog" -#: commands/tablecmds.c:1016 +#: commands/tablecmds.c:1019 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "Truncate-Vorgang leert ebenfalls Tabelle »%s«" -#: commands/tablecmds.c:1247 +#: commands/tablecmds.c:1250 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht leeren" -#: commands/tablecmds.c:1452 parser/parse_utilcmd.c:1724 +#: commands/tablecmds.c:1455 parser/parse_utilcmd.c:1724 #, c-format msgid "inherited relation \"%s\" is not a table" msgstr "geerbte Relation »%s« ist keine Tabelle" -#: commands/tablecmds.c:1459 commands/tablecmds.c:8959 +#: commands/tablecmds.c:1462 commands/tablecmds.c:8962 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "von temporärer Relation »%s« kann nicht geerbt werden" -#: commands/tablecmds.c:1467 commands/tablecmds.c:8967 +#: commands/tablecmds.c:1470 commands/tablecmds.c:8970 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "von temporärer Relation einer anderen Sitzung kann nicht geerbt werden" -#: commands/tablecmds.c:1483 commands/tablecmds.c:9001 +#: commands/tablecmds.c:1486 commands/tablecmds.c:9004 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "von der Relation »%s« würde mehrmals geerbt werden" -#: commands/tablecmds.c:1531 +#: commands/tablecmds.c:1534 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "geerbte Definitionen von Spalte »%s« werden zusammengeführt" -#: commands/tablecmds.c:1539 +#: commands/tablecmds.c:1542 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "geerbte Spalte »%s« hat Typkonflikt" -#: commands/tablecmds.c:1541 commands/tablecmds.c:1562 -#: commands/tablecmds.c:1749 commands/tablecmds.c:1771 +#: commands/tablecmds.c:1544 commands/tablecmds.c:1565 +#: commands/tablecmds.c:1752 commands/tablecmds.c:1774 #: parser/parse_coerce.c:1591 parser/parse_coerce.c:1611 #: parser/parse_coerce.c:1631 parser/parse_coerce.c:1676 #: parser/parse_coerce.c:1713 parser/parse_param.c:217 @@ -6197,633 +6709,698 @@ msgstr "geerbte Spalte »%s« hat Typkonflikt" msgid "%s versus %s" msgstr "%s gegen %s" -#: commands/tablecmds.c:1548 +#: commands/tablecmds.c:1551 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "geerbte Spalte »%s« hat Sortierfolgenkonflikt" -#: commands/tablecmds.c:1550 commands/tablecmds.c:1759 -#: commands/tablecmds.c:4364 +#: commands/tablecmds.c:1553 commands/tablecmds.c:1762 +#: commands/tablecmds.c:4367 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "»%s« gegen »%s«" -#: commands/tablecmds.c:1560 +#: commands/tablecmds.c:1563 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "geerbte Spalte »%s« hat einen Konflikt bei einem Storage-Parameter" -#: commands/tablecmds.c:1672 parser/parse_utilcmd.c:818 +#: commands/tablecmds.c:1675 parser/parse_utilcmd.c:818 #: parser/parse_utilcmd.c:1159 parser/parse_utilcmd.c:1235 #, c-format msgid "cannot convert whole-row table reference" msgstr "kann Verweis auf ganze Zeile der Tabelle nicht umwandeln" -#: commands/tablecmds.c:1673 parser/parse_utilcmd.c:819 +#: commands/tablecmds.c:1676 parser/parse_utilcmd.c:819 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." -msgstr "Constraint »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«." +msgstr "" +"Constraint »%s« enthält einen Verweis auf die ganze Zeile der Tabelle »%s«." -#: commands/tablecmds.c:1739 +#: commands/tablecmds.c:1742 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "Spalte »%s« wird mit geerbter Definition zusammengeführt" -#: commands/tablecmds.c:1747 +#: commands/tablecmds.c:1750 #, c-format msgid "column \"%s\" has a type conflict" msgstr "für Spalte »%s« besteht ein Typkonflikt" -#: commands/tablecmds.c:1757 +#: commands/tablecmds.c:1760 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "für Spalte »%s« besteht ein Sortierfolgenkonflikt" -#: commands/tablecmds.c:1769 +#: commands/tablecmds.c:1772 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "für Spalte »%s« besteht ein Konflikt bei einem Storage-Parameter" -#: commands/tablecmds.c:1821 +#: commands/tablecmds.c:1824 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "Spalte »%s« erbt widersprüchliche Vorgabewerte" -#: commands/tablecmds.c:1823 +#: commands/tablecmds.c:1826 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Um den Konflikt zu lösen, geben Sie einen Vorgabewert ausdrücklich an." -#: commands/tablecmds.c:1870 +#: commands/tablecmds.c:1873 #, c-format -msgid "check constraint name \"%s\" appears multiple times but with different expressions" -msgstr "Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen Ausdrücken" +msgid "" +"check constraint name \"%s\" appears multiple times but with different " +"expressions" +msgstr "" +"Check-Constraint-Name »%s« erscheint mehrmals, aber mit unterschiedlichen " +"Ausdrücken" -#: commands/tablecmds.c:2055 +#: commands/tablecmds.c:2058 #, c-format msgid "cannot rename column of typed table" msgstr "Spalte einer getypten Tabelle kann nicht umbenannt werden" -#: commands/tablecmds.c:2071 +#: commands/tablecmds.c:2074 #, c-format msgid "\"%s\" is not a table, view, composite type, index, or foreign table" -msgstr "»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ, Index noch Fremdtabelle" +msgstr "" +"»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ, Index noch Fremdtabelle" -#: commands/tablecmds.c:2163 +#: commands/tablecmds.c:2166 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" -msgstr "vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden" +msgstr "" +"vererbte Spalte »%s« muss ebenso in den abgeleiteten Tabellen umbenannt " +"werden" -#: commands/tablecmds.c:2195 +#: commands/tablecmds.c:2198 #, c-format msgid "cannot rename system column \"%s\"" msgstr "Systemspalte »%s« kann nicht umbenannt werden" -#: commands/tablecmds.c:2210 +#: commands/tablecmds.c:2213 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "kann vererbte Spalte »%s« nicht umbenennen" -#: commands/tablecmds.c:2352 +#: commands/tablecmds.c:2355 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" -msgstr "vererbter Constraint »%s« muss ebenso in den abgeleiteten Tabellen umbenannt werden" +msgstr "" +"vererbter Constraint »%s« muss ebenso in den abgeleiteten Tabellen umbenannt " +"werden" -#: commands/tablecmds.c:2359 +#: commands/tablecmds.c:2362 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "kann vererbten Constraint »%s« nicht umbenennen" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2561 +#: commands/tablecmds.c:2564 #, c-format -msgid "cannot %s \"%s\" because it is being used by active queries in this session" -msgstr "%s mit Relation »%s« nicht möglich, weil sie von aktiven Anfragen in dieser Sitzung verwendet wird" +msgid "" +"cannot %s \"%s\" because it is being used by active queries in this session" +msgstr "" +"%s mit Relation »%s« nicht möglich, weil sie von aktiven Anfragen in dieser " +"Sitzung verwendet wird" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2570 +#: commands/tablecmds.c:2573 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" -msgstr "%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse dafür gibt" +msgstr "" +"%s mit Relation »%s« nicht möglich, weil es anstehende Trigger-Ereignisse " +"dafür gibt" -#: commands/tablecmds.c:3469 +#: commands/tablecmds.c:3472 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "Systemrelation »%s« kann nicht neu geschrieben werden" -#: commands/tablecmds.c:3479 +#: commands/tablecmds.c:3482 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "kann temporäre Tabellen anderer Sitzungen nicht neu schreiben" -#: commands/tablecmds.c:3705 +#: commands/tablecmds.c:3708 #, c-format msgid "rewriting table \"%s\"" msgstr "schreibe Tabelle »%s« neu" -#: commands/tablecmds.c:3709 +#: commands/tablecmds.c:3712 #, c-format msgid "verifying table \"%s\"" msgstr "überprüfe Tabelle »%s«" -#: commands/tablecmds.c:3816 +#: commands/tablecmds.c:3819 #, c-format msgid "column \"%s\" contains null values" msgstr "Spalte »%s« enthält NULL-Werte" -#: commands/tablecmds.c:3830 commands/tablecmds.c:6652 +#: commands/tablecmds.c:3833 commands/tablecmds.c:6655 #, c-format msgid "check constraint \"%s\" is violated by some row" msgstr "Check-Constraint »%s« wird von irgendeiner Zeile verletzt" -#: commands/tablecmds.c:3971 +#: commands/tablecmds.c:3974 #, c-format msgid "\"%s\" is not a table or index" msgstr "»%s« ist keine Tabelle und kein Index" -#: commands/tablecmds.c:3974 commands/trigger.c:199 commands/trigger.c:1097 +#: commands/tablecmds.c:3977 commands/trigger.c:199 commands/trigger.c:1097 #: commands/trigger.c:1201 rewrite/rewriteDefine.c:260 #, c-format msgid "\"%s\" is not a table or view" msgstr "»%s« ist keine Tabelle oder Sicht" -#: commands/tablecmds.c:3977 +#: commands/tablecmds.c:3980 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "»%s« ist keine Tabelle oder Fremdtabelle" -#: commands/tablecmds.c:3980 +#: commands/tablecmds.c:3983 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "»%s« ist weder Tabelle, Sicht, zusammengesetzter Typ noch Fremdtabelle" -#: commands/tablecmds.c:3990 +#: commands/tablecmds.c:3993 #, c-format msgid "\"%s\" is of the wrong type" msgstr "»%s« hat den falschen Typ" -#: commands/tablecmds.c:4139 commands/tablecmds.c:4146 +#: commands/tablecmds.c:4142 commands/tablecmds.c:4149 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "kann Typ »%s« nicht ändern, weil Spalte »%s.%s« ihn verwendet" -#: commands/tablecmds.c:4153 +#: commands/tablecmds.c:4156 #, c-format -msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" -msgstr "kann Fremdtabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet" +msgid "" +"cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" +msgstr "" +"kann Fremdtabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp " +"verwendet" -#: commands/tablecmds.c:4160 +#: commands/tablecmds.c:4163 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" -msgstr "kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet" +msgstr "" +"kann Tabelle »%s« nicht ändern, weil Spalte »%s.%s« ihren Zeilentyp verwendet" -#: commands/tablecmds.c:4222 +#: commands/tablecmds.c:4225 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "kann Typ »%s« nicht ändern, weil er der Typ einer getypten Tabelle ist" -#: commands/tablecmds.c:4224 +#: commands/tablecmds.c:4227 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." -msgstr "Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu ändern." +msgstr "" +"Verwenden Sie ALTER ... CASCADE, um die getypten Tabellen ebenfalls zu " +"ändern." -#: commands/tablecmds.c:4268 +#: commands/tablecmds.c:4271 #, c-format msgid "type %s is not a composite type" msgstr "Typ %s ist kein zusammengesetzter Typ" -#: commands/tablecmds.c:4294 +#: commands/tablecmds.c:4297 #, c-format msgid "cannot add column to typed table" msgstr "zu einer getypten Tabelle kann keine Spalte hinzugefügt werden" -#: commands/tablecmds.c:4356 commands/tablecmds.c:9155 +#: commands/tablecmds.c:4359 commands/tablecmds.c:9158 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "abgeleitete Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«" -#: commands/tablecmds.c:4362 commands/tablecmds.c:9162 +#: commands/tablecmds.c:4365 commands/tablecmds.c:9165 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" -msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«" +msgstr "" +"abgeleitete Tabelle »%s« hat unterschiedliche Sortierfolge für Spalte »%s«" -#: commands/tablecmds.c:4372 +#: commands/tablecmds.c:4375 #, c-format msgid "child table \"%s\" has a conflicting \"%s\" column" msgstr "abgeleitete Tabelle »%s« hat eine widersprüchliche Spalte »%s«" -#: commands/tablecmds.c:4384 +#: commands/tablecmds.c:4387 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" -msgstr "Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt" +msgstr "" +"Definition von Spalte »%s« für abgeleitete Tabelle »%s« wird zusammengeführt" -#: commands/tablecmds.c:4610 +#: commands/tablecmds.c:4613 #, c-format msgid "column must be added to child tables too" msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugefügt werden" -#: commands/tablecmds.c:4677 +#: commands/tablecmds.c:4680 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "Spalte »%s« von Relation »%s« existiert bereits" -#: commands/tablecmds.c:4780 commands/tablecmds.c:4872 -#: commands/tablecmds.c:4917 commands/tablecmds.c:5019 -#: commands/tablecmds.c:5063 commands/tablecmds.c:5142 -#: commands/tablecmds.c:7175 commands/tablecmds.c:7780 +#: commands/tablecmds.c:4783 commands/tablecmds.c:4875 +#: commands/tablecmds.c:4920 commands/tablecmds.c:5022 +#: commands/tablecmds.c:5066 commands/tablecmds.c:5145 +#: commands/tablecmds.c:7178 commands/tablecmds.c:7783 #, c-format msgid "cannot alter system column \"%s\"" msgstr "Systemspalte »%s« kann nicht geändert werden" -#: commands/tablecmds.c:4816 +#: commands/tablecmds.c:4819 #, c-format msgid "column \"%s\" is in a primary key" msgstr "Spalte »%s« ist in einem Primärschlüssel" -#: commands/tablecmds.c:4966 +#: commands/tablecmds.c:4969 #, c-format msgid "\"%s\" is not a table, index, or foreign table" msgstr "»%s« ist weder Tabelle, Index noch Fremdtabelle" -#: commands/tablecmds.c:4993 +#: commands/tablecmds.c:4996 #, c-format msgid "statistics target %d is too low" msgstr "Statistikziel %d ist zu niedrig" -#: commands/tablecmds.c:5001 +#: commands/tablecmds.c:5004 #, c-format msgid "lowering statistics target to %d" msgstr "setze Statistikziel auf %d herab" -#: commands/tablecmds.c:5123 +#: commands/tablecmds.c:5126 #, c-format msgid "invalid storage type \"%s\"" msgstr "ungültiger Storage-Typ »%s«" -#: commands/tablecmds.c:5154 +#: commands/tablecmds.c:5157 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN" -#: commands/tablecmds.c:5184 +#: commands/tablecmds.c:5187 #, c-format msgid "cannot drop column from typed table" msgstr "aus einer getypten Tabelle können keine Spalten gelöscht werden" -#: commands/tablecmds.c:5225 +#: commands/tablecmds.c:5228 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "Spalte »%s« von Relation »%s« existiert nicht, wird übersprungen" -#: commands/tablecmds.c:5238 +#: commands/tablecmds.c:5241 #, c-format msgid "cannot drop system column \"%s\"" msgstr "Systemspalte »%s« kann nicht gelöscht werden" -#: commands/tablecmds.c:5245 +#: commands/tablecmds.c:5248 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "geerbte Spalte »%s« kann nicht gelöscht werden" -#: commands/tablecmds.c:5475 +#: commands/tablecmds.c:5478 #, c-format -msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" +msgid "" +"ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX benennt Index »%s« um in »%s«" -#: commands/tablecmds.c:5676 +#: commands/tablecmds.c:5679 #, c-format msgid "constraint must be added to child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugefügt werden" -#: commands/tablecmds.c:5769 +#: commands/tablecmds.c:5772 #, c-format msgid "constraints on permanent tables may reference only permanent tables" -msgstr "Constraints für permanente Tabellen dürfen nur auf permanente Tabellen verweisen" +msgstr "" +"Constraints für permanente Tabellen dürfen nur auf permanente Tabellen " +"verweisen" -#: commands/tablecmds.c:5776 +#: commands/tablecmds.c:5779 #, c-format -msgid "constraints on unlogged tables may reference only permanent or unlogged tables" -msgstr "Constraints für ungeloggte Tabellen dürfen nur auf permanente oder ungeloggte Tabellen verweisen" +msgid "" +"constraints on unlogged tables may reference only permanent or unlogged " +"tables" +msgstr "" +"Constraints für ungeloggte Tabellen dürfen nur auf permanente oder " +"ungeloggte Tabellen verweisen" -#: commands/tablecmds.c:5782 +#: commands/tablecmds.c:5785 #, c-format msgid "constraints on temporary tables may reference only temporary tables" -msgstr "Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen verweisen" +msgstr "" +"Constraints für temporäre Tabellen dürfen nur auf temporäre Tabellen " +"verweisen" -#: commands/tablecmds.c:5786 +#: commands/tablecmds.c:5789 #, c-format -msgid "constraints on temporary tables must involve temporary tables of this session" -msgstr "Constraints für temporäre Tabellen müssen temporäre Tabellen dieser Sitzung beinhalten" +msgid "" +"constraints on temporary tables must involve temporary tables of this session" +msgstr "" +"Constraints für temporäre Tabellen müssen temporäre Tabellen dieser Sitzung " +"beinhalten" -#: commands/tablecmds.c:5847 +#: commands/tablecmds.c:5850 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" -msgstr "Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein" +msgstr "" +"Anzahl der Quell- und Zielspalten im Fremdschlüssel stimmt nicht überein" -#: commands/tablecmds.c:5954 +#: commands/tablecmds.c:5957 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "Fremdschlüssel-Constraint »%s« kann nicht implementiert werden" -#: commands/tablecmds.c:5957 +#: commands/tablecmds.c:5960 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Schlüsselspalten »%s« und »%s« haben inkompatible Typen: %s und %s." -#: commands/tablecmds.c:6150 commands/tablecmds.c:7014 -#: commands/tablecmds.c:7070 +#: commands/tablecmds.c:6153 commands/tablecmds.c:7017 +#: commands/tablecmds.c:7073 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "Constraint »%s« von Relation »%s« existiert nicht" -#: commands/tablecmds.c:6157 +#: commands/tablecmds.c:6160 #, c-format -msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" -msgstr "Constraint »%s« von Relation »%s« ist kein Fremdschlüssel- oder Check-Constraint" +msgid "" +"constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" +msgstr "" +"Constraint »%s« von Relation »%s« ist kein Fremdschlüssel- oder Check-" +"Constraint" -#: commands/tablecmds.c:6226 +#: commands/tablecmds.c:6229 #, c-format msgid "constraint must be validated on child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen validiert werden" -#: commands/tablecmds.c:6284 +#: commands/tablecmds.c:6287 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "Spalte »%s«, die im Fremdschlüssel verwendet wird, existiert nicht" -#: commands/tablecmds.c:6289 +#: commands/tablecmds.c:6292 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "Fremdschlüssel kann nicht mehr als %d Schlüssel haben" -#: commands/tablecmds.c:6354 +#: commands/tablecmds.c:6357 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" -msgstr "aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden" +msgstr "" +"aufschiebbarer Primärschlüssel kann nicht für Tabelle »%s«, auf die " +"verwiesen wird, verwendet werden" -#: commands/tablecmds.c:6371 +#: commands/tablecmds.c:6374 #, c-format msgid "there is no primary key for referenced table \"%s\"" -msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel" +msgstr "" +"in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Primärschlüssel" -#: commands/tablecmds.c:6523 +#: commands/tablecmds.c:6526 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" -msgstr "aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die verwiesen wird, verwendet werden" +msgstr "" +"aufschiebbarer Unique-Constraint kann nicht für Tabelle »%s«, auf die " +"verwiesen wird, verwendet werden" -#: commands/tablecmds.c:6528 +#: commands/tablecmds.c:6531 #, c-format -msgid "there is no unique constraint matching given keys for referenced table \"%s\"" -msgstr "in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique-Constraint, der auf die angegebenen Schlüssel passt" +msgid "" +"there is no unique constraint matching given keys for referenced table \"%s\"" +msgstr "" +"in Tabelle »%s«, auf die verwiesen wird, gibt es keinen Unique-Constraint, " +"der auf die angegebenen Schlüssel passt" -#: commands/tablecmds.c:6682 +#: commands/tablecmds.c:6685 #, c-format msgid "validating foreign key constraint \"%s\"" msgstr "validiere Fremdschlüssel-Constraint »%s«" -#: commands/tablecmds.c:6976 +#: commands/tablecmds.c:6979 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "geerbter Constraint »%s« von Relation »%s« kann nicht gelöscht werden" -#: commands/tablecmds.c:7020 +#: commands/tablecmds.c:7023 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "Constraint »%s« von Relation »%s« existiert nicht, wird übersprungen" -#: commands/tablecmds.c:7159 +#: commands/tablecmds.c:7162 #, c-format msgid "cannot alter column type of typed table" msgstr "Spaltentyp einer getypten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:7182 +#: commands/tablecmds.c:7185 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "kann vererbte Spalte »%s« nicht ändern" -#: commands/tablecmds.c:7228 +#: commands/tablecmds.c:7231 #, c-format msgid "transform expression must not return a set" msgstr "Umwandlungsausdruck kann keine Ergebnismenge zurückgeben" -#: commands/tablecmds.c:7234 +#: commands/tablecmds.c:7237 #, c-format msgid "cannot use subquery in transform expression" msgstr "Unteranfragen können in Umwandlungsausdrücken nicht verwendet werden" -#: commands/tablecmds.c:7238 +#: commands/tablecmds.c:7241 #, c-format msgid "cannot use aggregate function in transform expression" -msgstr "Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden" +msgstr "" +"Aggregatfunktionen können in Umwandlungsausdrücken nicht verwendet werden" -#: commands/tablecmds.c:7242 +#: commands/tablecmds.c:7245 #, c-format msgid "cannot use window function in transform expression" -msgstr "Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden" +msgstr "" +"Fensterfunktionen können in Umwandlungsausdrücken nicht verwendet werden" -#: commands/tablecmds.c:7261 +#: commands/tablecmds.c:7264 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden" -#: commands/tablecmds.c:7263 +#: commands/tablecmds.c:7266 #, c-format msgid "Specify a USING expression to perform the conversion." msgstr "Geben Sie einen USING-Ausdruck für die Umwandlung an." -#: commands/tablecmds.c:7312 +#: commands/tablecmds.c:7315 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" -msgstr "Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen geändert werden" +msgstr "" +"Typ der vererbten Spalte »%s« muss ebenso in den abgeleiteten Tabellen " +"geändert werden" -#: commands/tablecmds.c:7393 +#: commands/tablecmds.c:7396 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "Typ der Spalte »%s« kann nicht zweimal geändert werden" -#: commands/tablecmds.c:7429 +#: commands/tablecmds.c:7432 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" -msgstr "Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt werden" +msgstr "" +"Vorgabewert der Spalte »%s« kann nicht automatisch in Typ %s umgewandelt " +"werden" -#: commands/tablecmds.c:7555 +#: commands/tablecmds.c:7558 #, c-format msgid "cannot alter type of a column used by a view or rule" -msgstr "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht geändert werden" +msgstr "" +"Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht " +"geändert werden" -#: commands/tablecmds.c:7556 commands/tablecmds.c:7575 +#: commands/tablecmds.c:7559 commands/tablecmds.c:7578 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s hängt von Spalte »%s« ab" -#: commands/tablecmds.c:7574 +#: commands/tablecmds.c:7577 #, c-format msgid "cannot alter type of a column used in a trigger definition" -msgstr "Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht geändert werden" +msgstr "" +"Typ einer Spalte, die in einer Trigger-Definition verwendet wird, kann nicht " +"geändert werden" -#: commands/tablecmds.c:8141 +#: commands/tablecmds.c:8144 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "kann Eigentümer des Index »%s« nicht ändern" -#: commands/tablecmds.c:8143 +#: commands/tablecmds.c:8146 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Ändern Sie stattdessen den Eigentümer der Tabelle des Index." -#: commands/tablecmds.c:8159 +#: commands/tablecmds.c:8162 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "kann Eigentümer der Sequenz »%s« nicht ändern" -#: commands/tablecmds.c:8161 commands/tablecmds.c:9843 +#: commands/tablecmds.c:8164 commands/tablecmds.c:9846 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Sequenz »%s« ist mit Tabelle »%s« verknüpft." -#: commands/tablecmds.c:8173 commands/tablecmds.c:10455 +#: commands/tablecmds.c:8176 commands/tablecmds.c:10458 #, c-format msgid "Use ALTER TYPE instead." msgstr "Verwenden Sie stattdessen ALTER TYPE." -#: commands/tablecmds.c:8182 commands/tablecmds.c:10472 +#: commands/tablecmds.c:8185 commands/tablecmds.c:10475 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "»%s« ist keine Tabelle, Sicht, Sequenz oder Fremdtabelle" -#: commands/tablecmds.c:8514 +#: commands/tablecmds.c:8517 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "mehrere SET TABLESPACE Unterbefehle sind ungültig" -#: commands/tablecmds.c:8584 +#: commands/tablecmds.c:8587 #, c-format msgid "\"%s\" is not a table, index, or TOAST table" msgstr "»%s« ist weder Tabelle, Index noch TOAST-Tabelle" -#: commands/tablecmds.c:8720 +#: commands/tablecmds.c:8723 #, c-format msgid "cannot move system relation \"%s\"" msgstr "Systemrelation »%s« kann nicht verschoben werden" -#: commands/tablecmds.c:8736 +#: commands/tablecmds.c:8739 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "temporäre Tabellen anderer Sitzungen können nicht verschoben werden" -#: commands/tablecmds.c:8928 +#: commands/tablecmds.c:8931 #, c-format msgid "cannot change inheritance of typed table" msgstr "Vererbung einer getypten Tabelle kann nicht geändert werden" -#: commands/tablecmds.c:8974 +#: commands/tablecmds.c:8977 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "an temporäre Relation einer anderen Sitzung kann nicht vererbt werden" -#: commands/tablecmds.c:9028 +#: commands/tablecmds.c:9031 #, c-format msgid "circular inheritance not allowed" msgstr "zirkuläre Vererbung ist nicht erlaubt" -#: commands/tablecmds.c:9029 +#: commands/tablecmds.c:9032 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "»%s« ist schon von »%s« abgeleitet." -#: commands/tablecmds.c:9037 +#: commands/tablecmds.c:9040 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" msgstr "Tabelle »%s« ohne OIDs kann nicht von Tabelle »%s« mit OIDs erben" -#: commands/tablecmds.c:9173 +#: commands/tablecmds.c:9176 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "Spalte »%s« in abgeleiteter Tabelle muss als NOT NULL markiert sein" -#: commands/tablecmds.c:9189 +#: commands/tablecmds.c:9192 #, c-format msgid "child table is missing column \"%s\"" msgstr "Spalte »%s« fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:9272 +#: commands/tablecmds.c:9275 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" -msgstr "abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-Constraint »%s«" +msgstr "" +"abgeleitete Tabelle »%s« hat unterschiedliche Definition für Check-" +"Constraint »%s«" -#: commands/tablecmds.c:9280 +#: commands/tablecmds.c:9283 #, c-format -msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" -msgstr "Constraint »%s« kollidiert mit nicht vererbtem Constraint für abgeleitete Tabelle »%s«" +msgid "" +"constraint \"%s\" conflicts with non-inherited constraint on child table \"" +"%s\"" +msgstr "" +"Constraint »%s« kollidiert mit nicht vererbtem Constraint für abgeleitete " +"Tabelle »%s«" -#: commands/tablecmds.c:9304 +#: commands/tablecmds.c:9307 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "Constraint »%s« fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:9384 +#: commands/tablecmds.c:9387 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "Relation »%s« ist keine Basisrelation von Relation »%s«" -#: commands/tablecmds.c:9601 +#: commands/tablecmds.c:9604 #, c-format msgid "typed tables cannot inherit" msgstr "getypte Tabellen können nicht erben" -#: commands/tablecmds.c:9632 +#: commands/tablecmds.c:9635 #, c-format msgid "table is missing column \"%s\"" msgstr "Spalte »%s« fehlt in Tabelle" -#: commands/tablecmds.c:9642 +#: commands/tablecmds.c:9645 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "Tabelle hat Spalte »%s«, aber Typ benötigt »%s«" -#: commands/tablecmds.c:9651 +#: commands/tablecmds.c:9654 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "Tabelle »%s« hat unterschiedlichen Typ für Spalte »%s«" -#: commands/tablecmds.c:9664 +#: commands/tablecmds.c:9667 #, c-format msgid "table has extra column \"%s\"" msgstr "Tabelle hat zusätzliche Spalte »%s«" -#: commands/tablecmds.c:9711 +#: commands/tablecmds.c:9714 #, c-format msgid "\"%s\" is not a typed table" msgstr "»%s« ist keine getypte Tabelle" -#: commands/tablecmds.c:9842 +#: commands/tablecmds.c:9845 #, c-format msgid "cannot move an owned sequence into another schema" -msgstr "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema verschoben werden" +msgstr "" +"einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema " +"verschoben werden" -#: commands/tablecmds.c:9933 +#: commands/tablecmds.c:9936 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "Relation »%s« existiert bereits in Schema »%s«" -#: commands/tablecmds.c:10439 +#: commands/tablecmds.c:10442 #, c-format msgid "\"%s\" is not a composite type" msgstr "»%s« ist kein zusammengesetzter Typ" -#: commands/tablecmds.c:10460 +#: commands/tablecmds.c:10463 #, c-format msgid "\"%s\" is a foreign table" msgstr "»%s« ist eine Fremdtabelle" -#: commands/tablecmds.c:10461 +#: commands/tablecmds.c:10464 #, c-format msgid "Use ALTER FOREIGN TABLE instead." msgstr "Verwenden Sie stattdessen ALTER FOREIGN TABLE." #: commands/tablespace.c:154 commands/tablespace.c:171 #: commands/tablespace.c:182 commands/tablespace.c:190 -#: commands/tablespace.c:608 storage/file/copydir.c:61 +#: commands/tablespace.c:607 storage/file/copydir.c:61 #, c-format msgid "could not create directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht erzeugen: %m" @@ -6863,32 +7440,32 @@ msgstr "Tablespace-Pfad muss ein absoluter Pfad sein" msgid "tablespace location \"%s\" is too long" msgstr "Tablespace-Pfad »%s« ist zu lang" -#: commands/tablespace.c:289 commands/tablespace.c:862 +#: commands/tablespace.c:289 commands/tablespace.c:879 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "inakzeptabler Tablespace-Name »%s«" -#: commands/tablespace.c:291 commands/tablespace.c:863 +#: commands/tablespace.c:291 commands/tablespace.c:880 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Der Präfix »pg_« ist für System-Tablespaces reserviert." -#: commands/tablespace.c:301 commands/tablespace.c:875 +#: commands/tablespace.c:301 commands/tablespace.c:892 #, c-format msgid "tablespace \"%s\" already exists" msgstr "Tablespace »%s« existiert bereits" #: commands/tablespace.c:371 commands/tablespace.c:534 -#: replication/basebackup.c:170 replication/basebackup.c:923 +#: replication/basebackup.c:171 replication/basebackup.c:924 #: utils/adt/misc.c:370 #, c-format msgid "tablespaces are not supported on this platform" msgstr "Tablespaces werden auf dieser Plattform nicht unterstützt" -#: commands/tablespace.c:409 commands/tablespace.c:846 -#: commands/tablespace.c:913 commands/tablespace.c:1018 -#: commands/tablespace.c:1084 commands/tablespace.c:1222 -#: commands/tablespace.c:1422 +#: commands/tablespace.c:409 commands/tablespace.c:863 +#: commands/tablespace.c:930 commands/tablespace.c:1035 +#: commands/tablespace.c:1101 commands/tablespace.c:1239 +#: commands/tablespace.c:1439 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "Tablespace »%s« existiert nicht" @@ -6903,62 +7480,64 @@ msgstr "Tablespace »%s« existiert nicht, wird übersprungen" msgid "tablespace \"%s\" is not empty" msgstr "Tablespace »%s« ist nicht leer" -#: commands/tablespace.c:565 +#: commands/tablespace.c:566 #, c-format msgid "directory \"%s\" does not exist" msgstr "Verzeichnis »%s« existiert nicht" -#: commands/tablespace.c:566 +#: commands/tablespace.c:567 #, c-format msgid "Create this directory for the tablespace before restarting the server." -msgstr "Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu starten." +msgstr "" +"Erzeugen Sie dieses Verzeichnis für den Tablespace bevor Sie den Server neu " +"starten." -#: commands/tablespace.c:571 +#: commands/tablespace.c:572 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "konnte Zugriffsrechte für Verzeichnis »%s« nicht setzen: %m" -#: commands/tablespace.c:603 +#: commands/tablespace.c:602 #, c-format msgid "directory \"%s\" already in use as a tablespace" msgstr "Verzeichnis »%s« ist bereits als Tablespace in Verwendung" -#: commands/tablespace.c:618 commands/tablespace.c:782 +#: commands/tablespace.c:626 commands/tablespace.c:751 +#: commands/tablespace.c:764 commands/tablespace.c:788 +#, c-format +msgid "could not remove directory \"%s\": %m" +msgstr "konnte Verzeichnis »%s« nicht löschen: %m" + +#: commands/tablespace.c:634 commands/tablespace.c:799 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung »%s« nicht löschen: %m" -#: commands/tablespace.c:628 +#: commands/tablespace.c:645 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung »%s« nicht erstellen: %m" -#: commands/tablespace.c:694 commands/tablespace.c:704 -#: postmaster/postmaster.c:1172 replication/basebackup.c:276 -#: replication/basebackup.c:581 storage/file/copydir.c:67 +#: commands/tablespace.c:711 commands/tablespace.c:721 +#: postmaster/postmaster.c:1172 replication/basebackup.c:277 +#: replication/basebackup.c:582 storage/file/copydir.c:67 #: storage/file/copydir.c:106 storage/file/fd.c:1741 utils/adt/genfile.c:353 #: utils/adt/misc.c:270 utils/misc/tzparser.c:323 #, c-format msgid "could not open directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht öffnen: %m" -#: commands/tablespace.c:734 commands/tablespace.c:747 -#: commands/tablespace.c:771 -#, c-format -msgid "could not remove directory \"%s\": %m" -msgstr "konnte Verzeichnis »%s« nicht löschen: %m" - -#: commands/tablespace.c:1089 +#: commands/tablespace.c:1106 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Tablespace »%s« existiert nicht." -#: commands/tablespace.c:1521 +#: commands/tablespace.c:1538 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "Verzeichnisse für Tablespace %u konnten nicht entfernt werden" -#: commands/tablespace.c:1523 +#: commands/tablespace.c:1540 #, c-format msgid "You can remove the directories manually if necessary." msgstr "Sie können die Verzeichnisse falls nötig manuell entfernen." @@ -7011,37 +7590,51 @@ msgstr "INSTEAD OF-Trigger können keine Spaltenlisten haben" #: commands/trigger.c:317 #, c-format msgid "cannot use subquery in trigger WHEN condition" -msgstr "Unteranfragen können nicht in der WHEN-Bedingung eines Triggers verwendet werden" +msgstr "" +"Unteranfragen können nicht in der WHEN-Bedingung eines Triggers verwendet " +"werden" #: commands/trigger.c:321 #, c-format msgid "cannot use aggregate function in trigger WHEN condition" -msgstr "Aggregatfunktionen können nicht in der WHEN-Bedingung eines Triggers verwendet werden" +msgstr "" +"Aggregatfunktionen können nicht in der WHEN-Bedingung eines Triggers " +"verwendet werden" #: commands/trigger.c:325 #, c-format msgid "cannot use window function in trigger WHEN condition" -msgstr "Fensterfunktionen können nicht in der WHEN-Bedingung eines Triggers verwendet werden" +msgstr "" +"Fensterfunktionen können nicht in der WHEN-Bedingung eines Triggers " +"verwendet werden" #: commands/trigger.c:347 commands/trigger.c:360 #, c-format msgid "statement trigger's WHEN condition cannot reference column values" -msgstr "WHEN-Bedingung eines Statement-Triggers kann keine Verweise auf Spaltenwerte enthalten" +msgstr "" +"WHEN-Bedingung eines Statement-Triggers kann keine Verweise auf Spaltenwerte " +"enthalten" #: commands/trigger.c:352 #, c-format msgid "INSERT trigger's WHEN condition cannot reference OLD values" -msgstr "WHEN-Bedingung eines INSERT-Triggers kann keine Verweise auf OLD-Werte enthalten" +msgstr "" +"WHEN-Bedingung eines INSERT-Triggers kann keine Verweise auf OLD-Werte " +"enthalten" #: commands/trigger.c:365 #, c-format msgid "DELETE trigger's WHEN condition cannot reference NEW values" -msgstr "WHEN-Bedingung eines DELETE-Triggers kann keine Verweise auf NEW-Werte enthalten" +msgstr "" +"WHEN-Bedingung eines DELETE-Triggers kann keine Verweise auf NEW-Werte " +"enthalten" #: commands/trigger.c:370 #, c-format msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns" -msgstr "WHEN-Bedingung eines BEFORE-Triggers kann keine Verweise auf Systemspalten in NEW enthalten" +msgstr "" +"WHEN-Bedingung eines BEFORE-Triggers kann keine Verweise auf Systemspalten " +"in NEW enthalten" #: commands/trigger.c:415 #, c-format @@ -7118,7 +7711,7 @@ msgstr "Constraint »%s« ist nicht aufschiebbar" msgid "constraint \"%s\" does not exist" msgstr "Constraint »%s« existiert nicht" -#: commands/tsearchcmds.c:113 commands/tsearchcmds.c:912 +#: commands/tsearchcmds.c:113 commands/tsearchcmds.c:937 #, c-format msgid "function %s should return type %s" msgstr "Function %s sollte Rückgabetyp %s haben" @@ -7178,67 +7771,67 @@ msgstr "Textsuchevorlage muss angegeben werden" msgid "text search dictionary \"%s\" already exists" msgstr "Textsuchewörterbuch »%s« existiert bereits" -#: commands/tsearchcmds.c:976 +#: commands/tsearchcmds.c:1001 #, c-format msgid "must be superuser to create text search templates" msgstr "nur Superuser können Textsuchevorlagen erzeugen" -#: commands/tsearchcmds.c:1013 +#: commands/tsearchcmds.c:1038 #, c-format msgid "text search template parameter \"%s\" not recognized" msgstr "Textsuchevorlageparameter »%s« nicht erkannt" -#: commands/tsearchcmds.c:1023 +#: commands/tsearchcmds.c:1048 #, c-format msgid "text search template lexize method is required" msgstr "Lexize-Methode für Textsuchevorlage muss angegeben werden" -#: commands/tsearchcmds.c:1062 +#: commands/tsearchcmds.c:1087 #, c-format msgid "must be superuser to rename text search templates" msgstr "nur Superuser können Textsuchevorlagen umbenennen" -#: commands/tsearchcmds.c:1081 +#: commands/tsearchcmds.c:1106 #, c-format msgid "text search template \"%s\" already exists" msgstr "Textsuchevorlage »%s« existiert bereits" -#: commands/tsearchcmds.c:1318 +#: commands/tsearchcmds.c:1343 #, c-format msgid "text search configuration parameter \"%s\" not recognized" msgstr "Textsuchekonfigurationsparameter »%s« nicht erkannt" -#: commands/tsearchcmds.c:1325 +#: commands/tsearchcmds.c:1350 #, c-format msgid "cannot specify both PARSER and COPY options" msgstr "Optionen PARSER und COPY können nicht beide angegeben werden" -#: commands/tsearchcmds.c:1353 +#: commands/tsearchcmds.c:1378 #, c-format msgid "text search parser is required" msgstr "Textsucheparser muss angegeben werden" -#: commands/tsearchcmds.c:1463 +#: commands/tsearchcmds.c:1488 #, c-format msgid "text search configuration \"%s\" already exists" msgstr "Textsuchekonfiguration »%s« existiert bereits" -#: commands/tsearchcmds.c:1726 +#: commands/tsearchcmds.c:1774 #, c-format msgid "token type \"%s\" does not exist" msgstr "Tokentyp »%s« existiert nicht" -#: commands/tsearchcmds.c:1948 +#: commands/tsearchcmds.c:1996 #, c-format msgid "mapping for token type \"%s\" does not exist" msgstr "Mapping für Tokentyp »%s« existiert nicht" -#: commands/tsearchcmds.c:1954 +#: commands/tsearchcmds.c:2002 #, c-format msgid "mapping for token type \"%s\" does not exist, skipping" msgstr "Mapping für Tokentyp »%s« existiert nicht, wird übersprungen" -#: commands/tsearchcmds.c:2107 commands/tsearchcmds.c:2218 +#: commands/tsearchcmds.c:2155 commands/tsearchcmds.c:2266 #, c-format msgid "invalid parameter list format: \"%s\"" msgstr "ungültiges Parameterlistenformat: »%s«" @@ -7285,8 +7878,11 @@ msgstr "Typausgabefunktion muss angegeben werden" #: commands/typecmds.c:428 #, c-format -msgid "type modifier output function is useless without a type modifier input function" -msgstr "Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion" +msgid "" +"type modifier output function is useless without a type modifier input " +"function" +msgstr "" +"Typmodifikatorausgabefunktion ist nutzlos ohne Typmodifikatoreingabefunktion" #: commands/typecmds.c:451 #, c-format @@ -7336,7 +7932,8 @@ msgstr "wiedersprüchliche NULL/NOT NULL-Constraints" #: commands/typecmds.c:931 #, c-format msgid "CHECK constraints for domains cannot be marked NO INHERIT" -msgstr "CHECK-Constraints für Domänen können nicht als NO INHERIT markiert werden" +msgstr "" +"CHECK-Constraints für Domänen können nicht als NO INHERIT markiert werden" #: commands/typecmds.c:940 commands/typecmds.c:2397 #, c-format @@ -7381,7 +7978,9 @@ msgstr "Bereichtsuntertyp kann nicht %s sein" #: commands/typecmds.c:1371 #, c-format msgid "range collation specified but subtype does not support collation" -msgstr "Sortierfolge für Bereichstyp angegeben, aber Untertyp unterstützt keine Sortierfolgen" +msgstr "" +"Sortierfolge für Bereichstyp angegeben, aber Untertyp unterstützt keine " +"Sortierfolgen" #: commands/typecmds.c:1605 #, c-format @@ -7410,8 +8009,12 @@ msgstr "Typanalysefunktion %s muss Typ »boolean« zurückgeben" #: commands/typecmds.c:1855 #, c-format -msgid "You must specify an operator class for the range type or define a default operator class for the subtype." -msgstr "Sie müssen für den Bereichstyp eine Operatorklasse angeben oder eine Standardoperatorklasse für den Untertyp definieren." +msgid "" +"You must specify an operator class for the range type or define a default " +"operator class for the subtype." +msgstr "" +"Sie müssen für den Bereichstyp eine Operatorklasse angeben oder eine " +"Standardoperatorklasse für den Untertyp definieren." #: commands/typecmds.c:1886 #, c-format @@ -7426,7 +8029,8 @@ msgstr "Bereichstyp-Canonical-Funktion %s muss »immutable« sein" #: commands/typecmds.c:1928 #, c-format msgid "range subtype diff function %s must return type double precision" -msgstr "Bereichstyp-Untertyp-Diff-Funktion %s muss Typ double precision zurückgeben" +msgstr "" +"Bereichstyp-Untertyp-Diff-Funktion %s muss Typ double precision zurückgeben" #: commands/typecmds.c:1934 #, c-format @@ -7455,8 +8059,11 @@ msgstr "Constraint »%s« von Domäne »%s« ist kein Check-Constraint" #: commands/typecmds.c:2609 #, c-format -msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint" -msgstr "Spalte »%s« von Tabelle »%s« enthält Werte, die den neuen Constraint verletzen" +msgid "" +"column \"%s\" of table \"%s\" contains values that violate the new constraint" +msgstr "" +"Spalte »%s« von Tabelle »%s« enthält Werte, die den neuen Constraint " +"verletzen" #: commands/typecmds.c:2811 commands/typecmds.c:3206 commands/typecmds.c:3356 #, c-format @@ -7471,7 +8078,8 @@ msgstr "Constraint »%s« für Domäne »%s« existiert bereits" #: commands/typecmds.c:2892 commands/typecmds.c:2901 #, c-format msgid "cannot use table references in domain check constraint" -msgstr "Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden" +msgstr "" +"Tabellenverweise können in Domänen-Check-Constraints nicht verwendet werden" #: commands/typecmds.c:3140 commands/typecmds.c:3218 commands/typecmds.c:3462 #, c-format @@ -7491,7 +8099,8 @@ msgstr "Array-Typ %s kann nicht verändert werden" #: commands/typecmds.c:3151 commands/typecmds.c:3229 commands/typecmds.c:3383 #, c-format msgid "You can alter type %s, which will alter the array type as well." -msgstr "Sie können den Typ %s ändern, wodurch der Array-Typ ebenfalls geändert wird." +msgstr "" +"Sie können den Typ %s ändern, wodurch der Array-Typ ebenfalls geändert wird." #: commands/typecmds.c:3448 #, c-format @@ -7654,17 +8263,23 @@ msgstr "älteste xmin ist weit in der Vergangenheit" #: commands/vacuum.c:432 #, c-format msgid "Close open transactions soon to avoid wraparound problems." -msgstr "Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu vermeiden." +msgstr "" +"Schließen Sie bald alle offenen Transaktionen, um Überlaufprobleme zu " +"vermeiden." #: commands/vacuum.c:829 #, 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" +msgstr "" +"einige Datenbanken sind seit über 2 Milliarden Transaktionen nicht gevacuumt " +"worden" #: commands/vacuum.c:830 #, c-format msgid "You might have already suffered transaction-wraparound data loss." -msgstr "Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf verloren." +msgstr "" +"Sie haben möglicherweise bereits Daten wegen Transaktionsnummernüberlauf " +"verloren." #: commands/vacuum.c:937 #, c-format @@ -7679,17 +8294,23 @@ msgstr "überspringe »%s« --- nur Superuser kann sie vacuumen" #: commands/vacuum.c:967 #, 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" +msgstr "" +"überspringe »%s« --- nur Superuser oder Eigentümer der Datenbank kann sie " +"vacuumen" #: commands/vacuum.c:971 #, 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" +msgstr "" +"überspringe »%s« --- nur Eigentümer der Tabelle oder der Datenbank kann sie " +"vacuumen" #: commands/vacuum.c:988 #, c-format msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" -msgstr "überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht vacuumen" +msgstr "" +"überspringe »%s« --- kann Nicht-Tabellen oder besondere Systemtabellen nicht " +"vacuumen" #: commands/vacuumlazy.c:315 #, c-format @@ -7711,7 +8332,8 @@ msgstr "" #: commands/vacuumlazy.c:647 #, c-format msgid "relation \"%s\" page %u is uninitialized --- fixing" -msgstr "Seite %2$u in Relation »%1$s« ist nicht initialisiert --- wird repariert" +msgstr "" +"Seite %2$u in Relation »%1$s« ist nicht initialisiert --- wird repariert" #: commands/vacuumlazy.c:1037 #, c-format @@ -7720,8 +8342,12 @@ msgstr "»%s«: %.0f Zeilenversionen in %u Seiten entfernt" #: commands/vacuumlazy.c:1042 #, c-format -msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages" -msgstr "»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u von %u Seiten gefunden" +msgid "" +"\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u " +"pages" +msgstr "" +"»%s«: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u von %u " +"Seiten gefunden" #: commands/vacuumlazy.c:1046 #, c-format @@ -7783,7 +8409,7 @@ msgstr "»%s«: von %u auf %u Seiten verkürzt" msgid "\"%s\": suspending truncate due to conflicting lock request" msgstr "»%s«: Truncate ausgesetzt wegen Sperrkonflikt" -#: commands/variable.c:161 utils/misc/guc.c:8327 +#: commands/variable.c:161 utils/misc/guc.c:8347 #, c-format msgid "Unrecognized key word: \"%s\"." msgstr "Unbekanntes Schlüsselwort: »%s«." @@ -7816,27 +8442,35 @@ msgstr "PostgreSQL unterstützt keine Schaltsekunden." #: commands/variable.c:553 #, c-format msgid "cannot set transaction read-write mode inside a read-only transaction" -msgstr "kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-Transaktion setzen" +msgstr "" +"kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-" +"Transaktion setzen" #: commands/variable.c:560 #, c-format msgid "transaction read-write mode must be set before any query" -msgstr "Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden" +msgstr "" +"Read/Write-Modus einer Transaktion muss vor allen Anfragen gesetzt werden" #: commands/variable.c:567 #, c-format msgid "cannot set transaction read-write mode during recovery" -msgstr "kann den Read/Write-Modus einer Transaktion nicht während der Wiederherstellung setzen" +msgstr "" +"kann den Read/Write-Modus einer Transaktion nicht während der " +"Wiederherstellung setzen" #: commands/variable.c:616 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" -msgstr "SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden" +msgstr "" +"SET TRANSACTION ISOLATION LEVEL muss vor allen Anfragen aufgerufen werden" #: commands/variable.c:623 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction" -msgstr "SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion aufgerufen werden" +msgstr "" +"SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion " +"aufgerufen werden" #: commands/variable.c:630 storage/lmgr/predicate.c:1582 #, c-format @@ -7850,13 +8484,17 @@ msgstr "Sie können stattdessen REPEATABLE READ verwenden." #: commands/variable.c:679 #, c-format -msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" -msgstr "SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion aufgerufen werden" +msgid "" +"SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" +msgstr "" +"SET TRANSACTION [NOT] DEFERRABLE kann nicht in einer Subtransaktion " +"aufgerufen werden" #: commands/variable.c:685 #, c-format msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query" -msgstr "SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden" +msgstr "" +"SET TRANSACTION [NOT] DEFERRABLE muss vor allen Anfragen aufgerufen werden" #: commands/variable.c:767 #, c-format @@ -7876,7 +8514,9 @@ msgstr "keine Berechtigung, um Rolle »%s« zu setzen" #: commands/view.c:145 #, c-format msgid "could not determine which collation to use for view column \"%s\"" -msgstr "konnte die für die Sichtspalte »%s« zu verwendende Sortierfolge nicht bestimmen" +msgstr "" +"konnte die für die Sichtspalte »%s« zu verwendende Sortierfolge nicht " +"bestimmen" #: commands/view.c:160 #, c-format @@ -7906,7 +8546,8 @@ msgstr "Sichten dürfen kein SELECT INTO enthalten" #: commands/view.c:463 #, c-format msgid "views must not contain data-modifying statements in WITH" -msgstr "Sichten dürfen keine datenmodifizierenden Anweisungen in WITH enthalten" +msgstr "" +"Sichten dürfen keine datenmodifizierenden Anweisungen in WITH enthalten" #: commands/view.c:491 #, c-format @@ -7916,7 +8557,8 @@ msgstr "CREATE VIEW gibt mehr Spaltennamen als Spalten an" #: commands/view.c:499 #, c-format msgid "views cannot be unlogged because they do not have storage" -msgstr "Sichten können nicht ungeloggt sein, weil sie keinen Speicherplatz verwenden" +msgstr "" +"Sichten können nicht ungeloggt sein, weil sie keinen Speicherplatz verwenden" #: commands/view.c:513 #, c-format @@ -7940,7 +8582,8 @@ msgstr "Cursor »%s« hat mehrere FOR UPDATE/SHARE-Verweise auf Tabelle »%s«" #: executor/execCurrent.c:123 #, c-format -msgid "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\"" +msgid "" +"cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\"" msgstr "Cursor »%s« hat keinen FOR UPDATE/SHARE-Verweis auf Tabelle »%s«" #: executor/execCurrent.c:133 executor/execCurrent.c:179 @@ -7953,12 +8596,15 @@ 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:1136 +#: executor/execCurrent.c:231 executor/execQual.c:1127 #, 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)" +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:1148 +#: executor/execCurrent.c:243 executor/execQual.c:1139 #, c-format msgid "no value found for parameter %d" msgstr "kein Wert für Parameter %d gefunden" @@ -7980,8 +8626,12 @@ msgstr "kann nicht in Sicht »%s« einfügen" #: executor/execMain.c:966 #, c-format -msgid "You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT trigger." -msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung oder einen INSTEAD OF INSERT Trigger." +msgid "" +"You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT " +"trigger." +msgstr "" +"Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung oder einen " +"INSTEAD OF INSERT Trigger." #: executor/execMain.c:972 #, c-format @@ -7990,8 +8640,12 @@ msgstr "kann Sicht »%s« nicht aktualisieren" #: executor/execMain.c:974 #, c-format -msgid "You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE trigger." -msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung oder einen INSTEAD OF UPDATE Trigger." +msgid "" +"You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE " +"trigger." +msgstr "" +"Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung oder einen " +"INSTEAD OF UPDATE Trigger." #: executor/execMain.c:980 #, c-format @@ -8000,8 +8654,12 @@ msgstr "kann nicht in Sicht »%s« löschen" #: executor/execMain.c:982 #, c-format -msgid "You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE trigger." -msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung oder einen INSTEAD OF DELETE Trigger." +msgid "" +"You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE " +"trigger." +msgstr "" +"Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung oder einen " +"INSTEAD OF DELETE Trigger." #: executor/execMain.c:992 #, c-format @@ -8053,7 +8711,7 @@ msgstr "Fehlgeschlagene Zeile enthält %s." msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "neue Zeile für Relation »%s« verletzt Check-Constraint »%s«" -#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3111 +#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3109 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:227 #: utils/adt/arrayfuncs.c:506 utils/adt/arrayfuncs.c:1241 #: utils/adt/arrayfuncs.c:2914 utils/adt/arrayfuncs.c:4939 @@ -8066,41 +8724,45 @@ 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:639 executor/execQual.c:4029 +#: executor/execQual.c:639 executor/execQual.c:4027 #, c-format msgid "attribute %d has wrong type" msgstr "Attribut %d hat falschen Typ" -#: executor/execQual.c:640 executor/execQual.c:4030 +#: executor/execQual.c:640 executor/execQual.c:4028 #, c-format msgid "Table has type %s, but query expects %s." msgstr "Tabelle hat Typ %s, aber Anfrage erwartet %s." -#: executor/execQual.c:843 executor/execQual.c:860 executor/execQual.c:1024 +#: executor/execQual.c:833 executor/execQual.c:850 executor/execQual.c:1015 #: executor/nodeModifyTable.c:83 executor/nodeModifyTable.c:93 #: executor/nodeModifyTable.c:110 executor/nodeModifyTable.c:118 #, c-format msgid "table row type and query-specified row type do not match" -msgstr "Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen nicht überein" +msgstr "" +"Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen " +"nicht überein" -#: executor/execQual.c:844 +#: executor/execQual.c:834 #, 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] "Tabellenzeile enthält %d Attribut, aber Anfrage erwartet %d." msgstr[1] "Tabellenzeile enthält %d Attribute, aber Anfrage erwartet %d." -#: executor/execQual.c:861 executor/nodeModifyTable.c:94 +#: executor/execQual.c:851 executor/nodeModifyTable.c:94 #, c-format 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:1025 executor/execQual.c:1622 +#: executor/execQual.c:1016 executor/execQual.c:1613 #, 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." +msgstr "" +"Physischer Speicher stimmt nicht überein mit gelöschtem Attribut auf " +"Position %d." -#: executor/execQual.c:1301 parser/parse_func.c:91 parser/parse_func.c:323 +#: executor/execQual.c:1292 parser/parse_func.c:91 parser/parse_func.c:323 #: parser/parse_func.c:631 #, c-format msgid "cannot pass more than %d argument to a function" @@ -8108,118 +8770,132 @@ 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:1490 +#: executor/execQual.c:1481 #, 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:1540 +#: executor/execQual.c:1531 #, 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" +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:1595 executor/execQual.c:1611 executor/execQual.c:1621 +#: executor/execQual.c:1586 executor/execQual.c:1602 executor/execQual.c:1612 #, 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" +msgstr "" +"von Funktion zurückgegebene Zeile und von der Anfrage angegebene " +"zurückzugebende Zeile stimmen nicht überein" -#: executor/execQual.c:1596 +#: executor/execQual.c:1587 #, 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." +msgstr[1] "" +"Zurückgegebene Zeile enthält %d Attribute, aber Anfrage erwartet %d." -#: executor/execQual.c:1612 +#: executor/execQual.c:1603 #, 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:1846 executor/execQual.c:2270 +#: executor/execQual.c:1837 executor/execQual.c:2268 #, c-format msgid "table-function protocol for materialize mode was not followed" -msgstr "Tabellenfunktionsprotokoll für Materialisierungsmodus wurde nicht befolgt" +msgstr "" +"Tabellenfunktionsprotokoll für Materialisierungsmodus wurde nicht befolgt" -#: executor/execQual.c:1866 executor/execQual.c:2277 +#: executor/execQual.c:1857 executor/execQual.c:2275 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "unbekannter returnMode von Tabellenfunktion: %d" -#: executor/execQual.c:2187 +#: executor/execQual.c:2185 #, 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" +msgstr "" +"Funktion, die eine Zeilenmenge zurückgibt, kann keinen NULL-Wert zurückgeben" -#: executor/execQual.c:2244 +#: executor/execQual.c:2242 #, 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" +msgstr "" +"von Funktion zurückgegebene Zeilen haben nicht alle den selben Zeilentyp" -#: executor/execQual.c:2459 +#: executor/execQual.c:2457 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM unterstützt keine Mengenargumente" -#: executor/execQual.c:2536 +#: executor/execQual.c:2534 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "op ANY/ALL (array) unterstützt keine Mengenargumente" -#: executor/execQual.c:3089 +#: executor/execQual.c:3087 #, c-format msgid "cannot merge incompatible arrays" msgstr "kann inkompatible Arrays nicht verschmelzen" -#: executor/execQual.c:3090 +#: executor/execQual.c:3088 #, 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." +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:3131 executor/execQual.c:3158 -#: utils/adt/arrayfuncs.c:541 +#: executor/execQual.c:3129 executor/execQual.c:3156 utils/adt/arrayfuncs.c:541 #, c-format -msgid "multidimensional arrays must have array expressions with matching dimensions" -msgstr "mehrdimensionale Arrays müssen Arraysausdrücke mit gleicher Anzahl Dimensionen haben" +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:3673 +#: executor/execQual.c:3671 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF unterstützt keine Mengenargumente" -#: executor/execQual.c:3903 utils/adt/domains.c:127 +#: executor/execQual.c:3901 utils/adt/domains.c:127 #, c-format msgid "domain %s does not allow null values" msgstr "Domäne %s erlaubt keine NULL-Werte" -#: executor/execQual.c:3932 utils/adt/domains.c:163 +#: executor/execQual.c:3930 utils/adt/domains.c:163 #, 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:4425 optimizer/util/clauses.c:570 -#: parser/parse_agg.c:162 +#: executor/execQual.c:4423 optimizer/util/clauses.c:570 parser/parse_agg.c:162 #, c-format msgid "aggregate function calls cannot be nested" msgstr "Aufrufe von Aggregatfunktionen können nicht geschachtelt werden" -#: executor/execQual.c:4463 optimizer/util/clauses.c:644 -#: parser/parse_agg.c:209 +#: executor/execQual.c:4461 optimizer/util/clauses.c:644 parser/parse_agg.c:209 #, c-format msgid "window function calls cannot be nested" msgstr "Aufrufe von Fensterfunktionen können nicht geschachtelt werden" -#: executor/execQual.c:4675 +#: executor/execQual.c:4673 #, c-format msgid "target type is not an array" msgstr "Zieltyp ist kein Array" -#: executor/execQual.c:4789 +#: executor/execQual.c:4787 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "ROW()-Spalte hat Typ %s statt Typ %s" -#: executor/execQual.c:4924 utils/adt/arrayfuncs.c:3377 -#: utils/adt/rowtypes.c:920 +#: executor/execQual.c:4922 utils/adt/arrayfuncs.c:3377 +#: utils/adt/rowtypes.c:921 #, c-format msgid "could not identify a comparison function for type %s" msgstr "konnte keine Vergleichsfunktion für Typ %s ermitteln" @@ -8247,7 +8923,8 @@ msgstr "Schlüssel %s kollidiert mit vorhandenem Schlüssel %s." #: executor/functions.c:224 #, c-format msgid "could not determine actual type of argument declared %s" -msgstr "konnte tatsächlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen" +msgstr "" +"konnte tatsächlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen" #. translator: %s is a SQL statement name #: executor/functions.c:505 @@ -8256,64 +8933,71 @@ msgid "%s is not allowed in a SQL function" msgstr "%s ist in SQL-Funktionen nicht erlaubt" #. translator: %s is a SQL statement name -#: executor/functions.c:512 executor/spi.c:1265 executor/spi.c:2037 +#: executor/functions.c:512 executor/spi.c:1260 executor/spi.c:2032 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s ist in als nicht »volatile« markierten Funktionen nicht erlaubt" #: executor/functions.c:637 #, c-format -msgid "could not determine actual result type for function declared to return type %s" -msgstr "konnte tatsächlichen Ergebnistyp von Funktion mit deklarierten Rückgabetyp %s nicht bestimmen" +msgid "" +"could not determine actual result type for function declared to return type " +"%s" +msgstr "" +"konnte tatsächlichen Ergebnistyp von Funktion mit deklarierten Rückgabetyp " +"%s nicht bestimmen" -#: executor/functions.c:1402 +#: executor/functions.c:1401 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL-Funktion »%s« Anweisung %d" -#: executor/functions.c:1428 +#: executor/functions.c:1427 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL-Funktion »%s« beim Start" -#: 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:1586 executor/functions.c:1623 +#: executor/functions.c:1635 executor/functions.c:1748 +#: executor/functions.c:1781 executor/functions.c:1811 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "Rückgabetyp von Funktion stimmt nicht überein; deklariert als %s" -#: executor/functions.c:1589 +#: executor/functions.c:1588 #, c-format -msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." -msgstr "Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE RETURNING sein." +msgid "" +"Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." +msgstr "" +"Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE " +"RETURNING sein." -#: executor/functions.c:1626 +#: executor/functions.c:1625 #, c-format msgid "Final statement must return exactly one column." msgstr "Die letzte Anweisung muss genau eine Spalte zurückgeben." -#: executor/functions.c:1638 +#: executor/functions.c:1637 #, c-format msgid "Actual return type is %s." msgstr "Eigentlicher Rückgabetyp ist %s." -#: executor/functions.c:1751 +#: executor/functions.c:1750 #, c-format msgid "Final statement returns too many columns." msgstr "Die letzte Anweisung gibt zu viele Spalten zurück." -#: executor/functions.c:1784 +#: executor/functions.c:1783 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Die letzte Anweisung ergibt %s statt %s in Spalte %d." -#: executor/functions.c:1814 +#: executor/functions.c:1813 #, c-format msgid "Final statement returns too few columns." msgstr "Die letzte Anweisung gibt zu wenige Spalten zurück." -#: executor/functions.c:1863 +#: executor/functions.c:1862 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "Rückgabetyp %s wird von SQL-Funktionen nicht unterstützt" @@ -8326,7 +9010,9 @@ msgstr "Aggregatfunktion %u muss kompatiblen Eingabe- und Übergangstyp haben" #: executor/nodeHashjoin.c:822 executor/nodeHashjoin.c:852 #, c-format msgid "could not rewind hash-join temporary file: %m" -msgstr "konnte Position in temporärer Datei für Hash-Verbund nicht auf Anfang setzen: %m" +msgstr "" +"konnte Position in temporärer Datei für Hash-Verbund nicht auf Anfang " +"setzen: %m" #: executor/nodeHashjoin.c:887 executor/nodeHashjoin.c:893 #, c-format @@ -8351,12 +9037,14 @@ msgstr "LIMIT darf nicht negativ sein" #: executor/nodeMergejoin.c:1576 #, c-format msgid "RIGHT JOIN is only supported with merge-joinable join conditions" -msgstr "RIGHT JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt" +msgstr "" +"RIGHT JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt" #: executor/nodeMergejoin.c:1596 #, c-format msgid "FULL JOIN is only supported with merge-joinable join conditions" -msgstr "FULL JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt" +msgstr "" +"FULL JOIN wird nur für Merge-Verbund-fähige Verbundbedingungen unterstützt" #: executor/nodeModifyTable.c:84 #, c-format @@ -8414,28 +9102,28 @@ msgstr "Prüfen Sie, ob Aufrufe von »SPI_finish« fehlen." msgid "subtransaction left non-empty SPI stack" msgstr "Subtransaktion ließ nicht-leeren SPI-Stack zurück" -#: executor/spi.c:1129 +#: executor/spi.c:1124 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "Plan mit mehreren Anfragen kann nicht als Cursor geöffnet werden" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1134 +#: executor/spi.c:1129 #, c-format msgid "cannot open %s query as cursor" msgstr "%s kann nicht als Cursor geöffnet werden" -#: executor/spi.c:1242 parser/analyze.c:2205 +#: executor/spi.c:1237 parser/analyze.c:2205 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE wird nicht unterstützt" -#: executor/spi.c:1243 parser/analyze.c:2206 +#: executor/spi.c:1238 parser/analyze.c:2206 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Scrollbare Cursor müssen READ ONLY sein." -#: executor/spi.c:2321 +#: executor/spi.c:2316 #, c-format msgid "SQL statement \"%s\"" msgstr "SQL-Anweisung »%s«" @@ -8460,32 +9148,33 @@ msgstr "ungültige Option »%s«" msgid "Valid options in this context are: %s" msgstr "Gültige Optionen in diesem Zusammenhang sind: %s" -#: gram.y:915 +#: gram.y:913 #, c-format msgid "unrecognized role option \"%s\"" msgstr "unbekannte Rollenoption »%s«" -#: gram.y:1305 +#: gram.y:1303 #, c-format msgid "current database cannot be changed" msgstr "aktuelle Datenbank kann nicht geändert werden" -#: gram.y:1432 gram.y:1447 +#: gram.y:1430 gram.y:1445 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "Zeitzonenintervall muss HOUR oder HOUR TO MINUTE sein" -#: gram.y:1452 gram.y:9648 gram.y:12180 +#: gram.y:1450 gram.y:9646 gram.y:12197 #, c-format msgid "interval precision specified twice" msgstr "Intervallpräzision doppelt angegeben" -#: gram.y:2526 gram.y:2533 gram.y:8958 gram.y:8966 +#: gram.y:2524 gram.y:2531 gram.y:8956 gram.y:8964 #, c-format msgid "GLOBAL is deprecated in temporary table creation" -msgstr "die Verwendung von GLOBAL beim Erzeugen einer temporären Tabelle ist veraltet" +msgstr "" +"die Verwendung von GLOBAL beim Erzeugen einer temporären Tabelle ist veraltet" -#: gram.y:2970 utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435 +#: gram.y:2968 utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435 #: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838 #: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188 #: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547 @@ -8497,209 +9186,218 @@ msgstr "die Verwendung von GLOBAL beim Erzeugen einer temporären Tabelle ist ve msgid "MATCH PARTIAL not yet implemented" msgstr "MATCH PARTIAL ist noch nicht implementiert" -#: gram.y:4143 +#: gram.y:4141 msgid "duplicate trigger events specified" msgstr "mehrere Trigger-Ereignisse angegeben" -#: gram.y:4238 parser/parse_utilcmd.c:2520 parser/parse_utilcmd.c:2546 +#: gram.y:4236 parser/parse_utilcmd.c:2520 parser/parse_utilcmd.c:2546 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" -msgstr "Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein" +msgstr "" +"Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein" -#: gram.y:4245 +#: gram.y:4243 #, c-format msgid "conflicting constraint properties" msgstr "widersprüchliche Constraint-Eigentschaften" -#: gram.y:4309 +#: gram.y:4307 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "CREATE ASSERTION ist noch nicht implementiert" -#: gram.y:4325 +#: gram.y:4323 #, c-format msgid "DROP ASSERTION is not yet implemented" msgstr "DROP ASSERTION ist noch nicht implementiert" -#: gram.y:4668 +#: gram.y:4666 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK wird nicht mehr benötigt" -#: gram.y:4669 +#: gram.y:4667 #, c-format msgid "Update your data type." msgstr "Aktualisieren Sie Ihren Datentyp." -#: gram.y:6387 utils/adt/regproc.c:630 +#: gram.y:6385 utils/adt/regproc.c:630 #, c-format msgid "missing argument" msgstr "Argument fehlt" -#: gram.y:6388 utils/adt/regproc.c:631 +#: gram.y:6386 utils/adt/regproc.c:631 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." -msgstr "Verwenden Sie NONE, um das fehlende Argument eines unären Operators anzugeben." +msgstr "" +"Verwenden Sie NONE, um das fehlende Argument eines unären Operators " +"anzugeben." -#: gram.y:7673 gram.y:7679 gram.y:7685 +#: gram.y:7671 gram.y:7677 gram.y:7683 #, c-format msgid "WITH CHECK OPTION is not implemented" msgstr "WITH CHECK OPTION ist nicht implementiert" -#: gram.y:8605 +#: gram.y:8603 #, c-format msgid "number of columns does not match number of values" msgstr "Anzahl der Spalten stimmt nicht mit der Anzahl der Werte überein" -#: gram.y:9062 +#: gram.y:9060 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "Syntax LIMIT x,y wird nicht unterstützt" -#: gram.y:9063 +#: gram.y:9061 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Verwenden Sie die getrennten Klauseln LIMIT und OFFSET." -#: gram.y:9281 +#: gram.y:9279 #, c-format msgid "VALUES in FROM must have an alias" msgstr "VALUES in FROM muss Aliasnamen erhalten" -#: gram.y:9282 +#: gram.y:9280 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Zum Beispiel FROM (VALUES ...) [AS] xyz." -#: gram.y:9287 +#: gram.y:9285 #, c-format msgid "subquery in FROM must have an alias" msgstr "Unteranfrage in FROM muss Aliasnamen erhalten" -#: gram.y:9288 +#: gram.y:9286 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Zum Beispiel FROM (SELECT ...) [AS] xyz." -#: gram.y:9774 +#: gram.y:9772 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "Präzision von Typ float muss mindestens 1 Bit sein" -#: gram.y:9783 +#: gram.y:9781 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "Präzision von Typ float muss weniger als 54 Bits sein" -#: gram.y:10497 +#: gram.y:10320 +#, c-format +msgid "wrong number of parameters on left side of OVERLAPS expression" +msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck" + +#: gram.y:10325 +#, c-format +msgid "wrong number of parameters on right side of OVERLAPS expression" +msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck" + +#: gram.y:10514 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "UNIQUE-Prädikat ist noch nicht implementiert" -#: gram.y:11447 +#: gram.y:11464 #, c-format msgid "RANGE PRECEDING is only supported with UNBOUNDED" msgstr "RANGE PRECEDING wird nur mit UNBOUNDED unterstützt" -#: gram.y:11453 +#: gram.y:11470 #, c-format msgid "RANGE FOLLOWING is only supported with UNBOUNDED" msgstr "RANGE FOLLOWING wird nur mit UNBOUNDED unterstützt" -#: gram.y:11480 gram.y:11503 +#: gram.y:11497 gram.y:11520 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "Frame-Beginn kann nicht UNBOUNDED FOLLOWING sein" -#: gram.y:11485 +#: gram.y:11502 #, c-format msgid "frame starting from following row cannot end with current row" -msgstr "Frame der in der folgenden Zeile beginnt kann nicht in der aktuellen Zeile enden" +msgstr "" +"Frame der in der folgenden Zeile beginnt kann nicht in der aktuellen Zeile " +"enden" -#: gram.y:11508 +#: gram.y:11525 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "Frame-Ende kann nicht UNBOUNDED PRECEDING sein" -#: gram.y:11514 +#: gram.y:11531 #, c-format msgid "frame starting from current row cannot have preceding rows" -msgstr "Frame der in der aktuellen Zeile beginnt kann keine vorhergehenden Zeilen haben" +msgstr "" +"Frame der in der aktuellen Zeile beginnt kann keine vorhergehenden Zeilen " +"haben" -#: gram.y:11521 +#: gram.y:11538 #, c-format msgid "frame starting from following row cannot have preceding rows" -msgstr "Frame der in der folgenden Zeile beginnt kann keine vorhergehenden Zeilen haben" +msgstr "" +"Frame der in der folgenden Zeile beginnt kann keine vorhergehenden Zeilen " +"haben" -#: gram.y:12155 +#: gram.y:12172 #, c-format msgid "type modifier cannot have parameter name" msgstr "Typmodifikator kann keinen Parameternamen haben" -#: gram.y:12767 gram.y:12975 +#: gram.y:12784 gram.y:12959 msgid "improper use of \"*\"" msgstr "unzulässige Verwendung von »*«" -#: gram.y:12906 -#, c-format -msgid "wrong number of parameters on left side of OVERLAPS expression" -msgstr "falsche Anzahl Parameter auf linker Seite von OVERLAPS-Ausdruck" - -#: gram.y:12913 -#, c-format -msgid "wrong number of parameters on right side of OVERLAPS expression" -msgstr "falsche Anzahl Parameter auf rechter Seite von OVERLAPS-Ausdruck" - -#: gram.y:12938 gram.y:12955 tsearch/spell.c:518 tsearch/spell.c:535 +#: gram.y:12922 gram.y:12939 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 "Syntaxfehler" -#: gram.y:13026 +#: gram.y:13010 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "mehrere ORDER-BY-Klauseln sind nicht erlaubt" -#: gram.y:13037 +#: gram.y:13021 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "mehrere OFFSET-Klauseln sind nicht erlaubt" -#: gram.y:13046 +#: gram.y:13030 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "mehrere LIMIT-Klauseln sind nicht erlaubt" -#: gram.y:13055 +#: gram.y:13039 #, c-format msgid "multiple WITH clauses not allowed" msgstr "mehrere WITH-Klauseln sind nicht erlaubt" -#: gram.y:13201 +#: gram.y:13185 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "OUT- und INOUT-Argumente sind in TABLE-Funktionen nicht erlaubt" -#: gram.y:13302 +#: gram.y:13286 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "mehrere COLLATE-Klauseln sind nicht erlaubt" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13340 gram.y:13353 +#: gram.y:13324 gram.y:13337 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "%s-Constraints können nicht als DEFERRABLE markiert werden" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13366 +#: gram.y:13350 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "%s-Constraints können nicht als NOT VALID markiert werden" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13379 +#: gram.y:13363 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "%s-Constraints können nicht als NO INHERIT markiert werden" @@ -8709,17 +9407,20 @@ msgstr "%s-Constraints können nicht als NO INHERIT markiert werden" 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:5196 utils/misc/guc.c:5372 -#: utils/misc/guc.c:5476 utils/misc/guc.c:5577 utils/misc/guc.c:5698 -#: utils/misc/guc.c:5806 +#: guc-file.l:227 utils/misc/guc.c:5196 utils/misc/guc.c:5386 +#: utils/misc/guc.c:5490 utils/misc/guc.c:5591 utils/misc/guc.c:5712 +#: utils/misc/guc.c:5820 #, 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" +msgstr "" +"Parameter »%s« kann nicht geändert werden, ohne den Server neu zu starten" #: guc-file.l:255 #, c-format msgid "parameter \"%s\" removed from configuration file, reset to default" -msgstr "Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert zurückgesetzt" +msgstr "" +"Parameter »%s« wurde aus Konfigurationsdatei entfernt, wird auf Standardwert " +"zurückgesetzt" #: guc-file.l:317 #, c-format @@ -8733,20 +9434,27 @@ msgstr "Konfigurationsdatei »%s« enthält Fehler" #: guc-file.l:356 #, c-format -msgid "configuration file \"%s\" contains errors; unaffected changes were applied" -msgstr "Konfigurationsdatei »%s« enthält Fehler; nicht betroffene Änderungen wurden durchgeführt" +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 #, c-format msgid "configuration file \"%s\" contains errors; no changes were applied" -msgstr "Konfigurationsdatei »%s« enthält Fehler; keine Änderungen wurden durchgeführt" +msgstr "" +"Konfigurationsdatei »%s« enthält Fehler; keine Änderungen wurden durchgeführt" #: guc-file.l:393 #, c-format -msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" -msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe überschritten" +msgid "" +"could not open configuration file \"%s\": maximum nesting depth exceeded" +msgstr "" +"konnte Konfigurationsdatei »%s« nicht öffnen: maximale Verschachtelungstiefe " +"überschritten" -#: guc-file.l:430 libpq/hba.c:1721 +#: guc-file.l:430 libpq/hba.c:1733 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "konnte Konfigurationsdatei »%s« nicht öffnen: %m" @@ -8839,7 +9547,9 @@ msgstr "RADIUS-Authentifizierung für Benutzer »%s« fehlgeschlagen" #: libpq/auth.c:296 #, c-format msgid "authentication failed for user \"%s\": invalid authentication method" -msgstr "Authentifizierung für Benutzer »%s« fehlgeschlagen: ungültige Authentifizierungsmethode" +msgstr "" +"Authentifizierung für Benutzer »%s« fehlgeschlagen: ungültige " +"Authentifizierungsmethode" #: libpq/auth.c:352 #, c-format @@ -8848,408 +9558,466 @@ msgstr "Verbindung erfordert ein gültiges Client-Zertifikat" #: libpq/auth.c:394 #, c-format -msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" -msgstr "pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«, %s" +msgid "" +"pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" +msgstr "" +"pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«, %s" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:470 libpq/auth.c:488 msgid "SSL off" msgstr "SSL aus" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:470 libpq/auth.c:488 msgid "SSL on" msgstr "SSL an" #: libpq/auth.c:400 #, c-format msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\"" -msgstr "pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«" +msgstr "" +"pg_hba.conf lehnt Replikationsverbindung ab für Host »%s«, Benutzer »%s«" #: libpq/auth.c:409 #, c-format -msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s" +msgid "" +"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"" +"%s\", %s" +msgstr "" +"pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »" +"%s«, %s" #: libpq/auth.c:416 #, c-format -msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\"" -msgstr "pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »%s«" +msgid "" +"pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\"" +msgstr "" +"pg_hba.conf lehnt Verbindung ab für Host »%s«, Benutzer »%s«, Datenbank »%s«" #: libpq/auth.c:445 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup matches." -msgstr "Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt überein." +msgstr "" +"Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt überein." -#: libpq/auth.c:447 +#: libpq/auth.c:448 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup not checked." -msgstr "Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung nicht geprüft." +msgstr "" +"Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung nicht geprüft." -#: libpq/auth.c:449 +#: libpq/auth.c:451 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup does not match." -msgstr "Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt nicht überein." +msgstr "" +"Auflösung der Client-IP-Adresse ergab »%s«, Vorwärtsauflösung stimmt nicht " +"überein." + +#: libpq/auth.c:454 +#, c-format +msgid "Could not translate client host name \"%s\" to IP address: %s." +msgstr "Konnte Client-Hostnamen »%s« nicht in IP-Adresse übersetzen: %s." -#: libpq/auth.c:458 +#: libpq/auth.c:459 #, c-format -msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" -msgstr "kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer »%s«, %s" +msgid "Could not resolve client IP address to a host name: %s." +msgstr "Konnte Client-IP-Adresse nicht in einen Hostnamen auflösen: %s." -#: libpq/auth.c:465 +#: libpq/auth.c:468 #, c-format -msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" -msgstr "kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer »%s«" +msgid "" +"no pg_hba.conf entry for replication connection from host \"%s\", user \"" +"%s\", %s" +msgstr "" +"kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer »" +"%s«, %s" #: libpq/auth.c:475 #, c-format +msgid "" +"no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" +msgstr "" +"kein pg_hba.conf-Eintrag für Replikationsverbindung von Host »%s«, Benutzer »" +"%s«" + +#: libpq/auth.c:485 +#, c-format msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s" +msgstr "" +"kein pg_hba.conf-Eintrag für Host »%s«, Benutzer »%s«, Datenbank »%s«, %s" -#: libpq/auth.c:483 +#: libpq/auth.c:493 #, c-format 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:535 libpq/hba.c:1180 +#: libpq/auth.c:545 libpq/hba.c:1192 #, 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" +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:659 +#: libpq/auth.c:669 #, c-format msgid "expected password response, got message type %d" msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen" -#: libpq/auth.c:687 +#: libpq/auth.c:697 #, c-format msgid "invalid password packet size" msgstr "ungültige Größe des Passwortpakets" -#: libpq/auth.c:691 +#: libpq/auth.c:701 #, c-format msgid "received password packet" msgstr "Passwortpaket empfangen" -#: libpq/auth.c:749 +#: libpq/auth.c:759 #, c-format msgid "Kerberos initialization returned error %d" msgstr "Kerberos-Initialisierung ergab Fehler %d" -#: libpq/auth.c:759 +#: libpq/auth.c:769 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "Auflösung der Kerberos-Keytab ergab Fehler %d" -#: libpq/auth.c:783 +#: libpq/auth.c:793 #, 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:828 +#: libpq/auth.c:838 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "Kerberos recvauth ergab Fehler %d" -#: libpq/auth.c:851 +#: libpq/auth.c:861 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "Kerberos unparse_name ergab Fehler %d" -#: libpq/auth.c:999 +#: libpq/auth.c:1009 #, c-format msgid "GSSAPI is not supported in protocol version 2" msgstr "GSSAPI wird in Protokollversion 2 nicht unterstützt" -#: libpq/auth.c:1054 +#: libpq/auth.c:1064 #, c-format msgid "expected GSS response, got message type %d" msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen" -#: libpq/auth.c:1117 +#: libpq/auth.c:1127 msgid "accepting GSS security context failed" msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen" -#: libpq/auth.c:1143 +#: libpq/auth.c:1153 msgid "retrieving GSS user name failed" msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen" -#: libpq/auth.c:1260 +#: libpq/auth.c:1270 #, c-format msgid "SSPI is not supported in protocol version 2" msgstr "SSL wird in Protokollversion 2 nicht unterstützt" -#: libpq/auth.c:1275 +#: libpq/auth.c:1285 msgid "could not acquire SSPI credentials" msgstr "konnte SSPI-Credentials nicht erhalten" -#: libpq/auth.c:1292 +#: libpq/auth.c:1302 #, c-format msgid "expected SSPI response, got message type %d" msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen" -#: libpq/auth.c:1364 +#: libpq/auth.c:1374 msgid "could not accept SSPI security context" msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren" -#: libpq/auth.c:1426 +#: libpq/auth.c:1436 msgid "could not get token from SSPI security context" msgstr "konnte kein Token vom SSPI-Sicherheitskontext erhalten" -#: libpq/auth.c:1670 +#: libpq/auth.c:1680 #, c-format msgid "could not create socket for Ident connection: %m" msgstr "konnte Socket für Ident-Verbindung nicht erzeugen: %m" -#: libpq/auth.c:1685 +#: libpq/auth.c:1695 #, c-format msgid "could not bind to local address \"%s\": %m" msgstr "konnte nicht mit lokaler Adresse »%s« verbinden: %m" -#: libpq/auth.c:1697 +#: libpq/auth.c:1707 #, 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:1717 +#: libpq/auth.c:1727 #, 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" +msgstr "" +"konnte Anfrage an Ident-Server auf Adresse »%s«, Port %s nicht senden: %m" -#: libpq/auth.c:1732 +#: libpq/auth.c:1742 #, 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" +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:1742 +#: libpq/auth.c:1752 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "ungültig formatierte Antwort vom Ident-Server: »%s«" -#: libpq/auth.c:1781 +#: libpq/auth.c:1791 #, c-format msgid "peer authentication is not supported on this platform" msgstr "Peer-Authentifizierung wird auf dieser Plattform nicht unterstützt" -#: libpq/auth.c:1785 +#: libpq/auth.c:1795 #, c-format msgid "could not get peer credentials: %m" msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m" -#: libpq/auth.c:1794 +#: libpq/auth.c:1804 #, c-format msgid "local user with ID %d does not exist" msgstr "lokaler Benutzer mit ID %d existiert nicht" -#: libpq/auth.c:1877 libpq/auth.c:2149 libpq/auth.c:2509 +#: libpq/auth.c:1887 libpq/auth.c:2159 libpq/auth.c:2519 #, c-format msgid "empty password returned by client" msgstr "Client gab leeres Passwort zurück" -#: libpq/auth.c:1887 +#: libpq/auth.c:1897 #, c-format msgid "error from underlying PAM layer: %s" msgstr "Fehler von der unteren PAM-Ebene: %s" -#: libpq/auth.c:1956 +#: libpq/auth.c:1966 #, c-format msgid "could not create PAM authenticator: %s" msgstr "konnte PAM-Authenticator nicht erzeugen: %s" -#: libpq/auth.c:1967 +#: libpq/auth.c:1977 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s" -#: libpq/auth.c:1978 +#: libpq/auth.c:1988 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s" -#: libpq/auth.c:1989 +#: libpq/auth.c:1999 #, c-format msgid "pam_authenticate failed: %s" msgstr "pam_authenticate fehlgeschlagen: %s" -#: libpq/auth.c:2000 +#: libpq/auth.c:2010 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "pam_acct_mgmt fehlgeschlagen: %s" -#: libpq/auth.c:2011 +#: libpq/auth.c:2021 #, c-format msgid "could not release PAM authenticator: %s" msgstr "konnte PAM-Authenticator nicht freigeben: %s" -#: libpq/auth.c:2044 libpq/auth.c:2048 +#: libpq/auth.c:2054 libpq/auth.c:2058 #, c-format msgid "could not initialize LDAP: error code %d" msgstr "konnte LDAP nicht initialisieren: Fehlercode %d" -#: libpq/auth.c:2058 +#: libpq/auth.c:2068 #, c-format msgid "could not set LDAP protocol version: error code %d" msgstr "konnte LDAP-Protokollversion nicht setzen: Fehlercode %d" -#: libpq/auth.c:2087 +#: libpq/auth.c:2097 #, c-format msgid "could not load wldap32.dll" msgstr "konnte wldap32.dll nicht laden" -#: libpq/auth.c:2095 +#: libpq/auth.c:2105 #, 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:2096 +#: libpq/auth.c:2106 #, 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:2111 +#: libpq/auth.c:2121 #, c-format msgid "could not start LDAP TLS session: error code %d" msgstr "konnte LDAP-TLS-Sitzung nicht öffnen: Fehlercode %d" -#: libpq/auth.c:2133 +#: libpq/auth.c:2143 #, c-format msgid "LDAP server not specified" msgstr "LDAP-Server nicht angegeben" -#: libpq/auth.c:2185 +#: libpq/auth.c:2195 #, c-format msgid "invalid character in user name for LDAP authentication" msgstr "ungültiges Zeichen im Benutzernamen für LDAP-Authentifizierung" -#: libpq/auth.c:2200 +#: libpq/auth.c:2210 #, c-format -msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": error code %d" -msgstr "erstes LDAP-Binden für ldapbinddn »%s« auf Server »%s« fehlgeschlagen: Fehlercode %d" +msgid "" +"could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": " +"error code %d" +msgstr "" +"erstes LDAP-Binden für ldapbinddn »%s« auf Server »%s« fehlgeschlagen: " +"Fehlercode %d" -#: libpq/auth.c:2225 +#: libpq/auth.c:2235 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d" -msgstr "konnte LDAP nicht mit Filter »%s« auf Server »%s« durchsuchen: Fehlercode %d" +msgstr "" +"konnte LDAP nicht mit Filter »%s« auf Server »%s« durchsuchen: Fehlercode %d" -#: libpq/auth.c:2235 +#: libpq/auth.c:2245 #, c-format msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user" -msgstr "LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer existiert nicht" +msgstr "" +"LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer " +"existiert nicht" -#: libpq/auth.c:2239 +#: libpq/auth.c:2249 #, c-format -msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%ld matches)" -msgstr "LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer ist nicht eindeutig (%ld Treffer)" +msgid "" +"LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (" +"%ld matches)" +msgstr "" +"LDAP-Suche fehlgeschlagen für Filter »%s« auf Server »%s«: Benutzer ist " +"nicht eindeutig (%ld Treffer)" -#: libpq/auth.c:2256 +#: libpq/auth.c:2266 #, 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" +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:2276 +#: libpq/auth.c:2286 #, 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" +msgstr "" +"Losbinden fehlgeschlagen nach Suche nach Benutzer »%s« auf Server »%s«: %s" -#: libpq/auth.c:2313 +#: libpq/auth.c:2323 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" -msgstr "LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d" +msgstr "" +"LDAP-Login fehlgeschlagen für Benutzer »%s« auf Server »%s«: Fehlercode %d" -#: libpq/auth.c:2341 +#: libpq/auth.c:2351 #, 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" +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:2465 +#: libpq/auth.c:2475 #, c-format msgid "RADIUS server not specified" msgstr "RADIUS-Server nicht angegeben" -#: libpq/auth.c:2472 +#: libpq/auth.c:2482 #, c-format msgid "RADIUS secret not specified" msgstr "RADIUS-Geheimnis nicht angegeben" -#: libpq/auth.c:2488 libpq/hba.c:1543 +#: libpq/auth.c:2498 libpq/hba.c:1555 #, 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:2516 +#: libpq/auth.c:2526 #, 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" +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:2527 +#: libpq/auth.c:2537 #, c-format msgid "could not generate random encryption vector" msgstr "konnte zufälligen Verschlüsselungsvektor nicht erzeugen" -#: libpq/auth.c:2550 +#: libpq/auth.c:2560 #, c-format msgid "could not perform MD5 encryption of password" msgstr "konnte MD5-Verschlüsselung des Passworts nicht durchführen" -#: libpq/auth.c:2572 +#: libpq/auth.c:2582 #, c-format msgid "could not create RADIUS socket: %m" msgstr "konnte RADIUS-Socket nicht erstellen: %m" -#: libpq/auth.c:2593 +#: libpq/auth.c:2603 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "konnte lokales RADIUS-Socket nicht binden: %m" -#: libpq/auth.c:2603 +#: libpq/auth.c:2613 #, c-format msgid "could not send RADIUS packet: %m" msgstr "konnte RADIUS-Paket nicht senden: %m" -#: libpq/auth.c:2632 libpq/auth.c:2657 +#: libpq/auth.c:2642 libpq/auth.c:2667 #, c-format msgid "timeout waiting for RADIUS response" msgstr "Zeitüberschreitung beim Warten auf RADIUS-Antwort" -#: libpq/auth.c:2650 +#: libpq/auth.c:2660 #, c-format msgid "could not check status on RADIUS socket: %m" msgstr "konnte Status des RADIUS-Sockets nicht prüfen: %m" -#: libpq/auth.c:2679 +#: libpq/auth.c:2689 #, c-format msgid "could not read RADIUS response: %m" msgstr "konnte RADIUS-Antwort nicht lesen: %m" -#: libpq/auth.c:2691 libpq/auth.c:2695 +#: libpq/auth.c:2701 libpq/auth.c:2705 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "RADIUS-Antwort wurde von falschem Port gesendet: %d" -#: libpq/auth.c:2704 +#: libpq/auth.c:2714 #, c-format msgid "RADIUS response too short: %d" msgstr "RADIUS-Antwort zu kurz: %d" -#: libpq/auth.c:2711 +#: libpq/auth.c:2721 #, 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:2719 +#: libpq/auth.c:2729 #, 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:2744 +#: libpq/auth.c:2754 #, 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:2753 +#: libpq/auth.c:2763 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "RADIUS-Antwort hat falsche MD5-Signatur" -#: libpq/auth.c:2770 +#: libpq/auth.c:2780 #, c-format msgid "RADIUS response has invalid code (%d) for user \"%s\"" msgstr "RADIUS-Antwort hat ungültigen Code (%d) für Benutzer »%s«" @@ -9437,287 +10205,315 @@ msgstr "Token in Authentifizierungsdatei zu lang, wird übersprungen: »%s«" #: libpq/hba.c:326 #, c-format msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" -msgstr "konnte sekundäre Authentifizierungsdatei »@%s« nicht als »%s« öffnen: %m" - -#: libpq/hba.c:595 -#, c-format -msgid "could not translate host name \"%s\" to address: %s" -msgstr "konnte Hostname »%s« nicht in Adresse übersetzen: %s" +msgstr "" +"konnte sekundäre Authentifizierungsdatei »@%s« nicht als »%s« öffnen: %m" #. translator: the second %s is a list of auth methods -#: libpq/hba.c:746 -#, 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:748 libpq/hba.c:764 libpq/hba.c:795 libpq/hba.c:841 -#: libpq/hba.c:854 libpq/hba.c:876 libpq/hba.c:885 libpq/hba.c:908 -#: libpq/hba.c:920 libpq/hba.c:939 libpq/hba.c:960 libpq/hba.c:971 -#: libpq/hba.c:1026 libpq/hba.c:1044 libpq/hba.c:1056 libpq/hba.c:1073 -#: libpq/hba.c:1083 libpq/hba.c:1097 libpq/hba.c:1113 libpq/hba.c:1128 -#: libpq/hba.c:1139 libpq/hba.c:1181 libpq/hba.c:1213 libpq/hba.c:1224 -#: libpq/hba.c:1244 libpq/hba.c:1255 libpq/hba.c:1266 libpq/hba.c:1283 -#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1408 -#: libpq/hba.c:1420 libpq/hba.c:1433 libpq/hba.c:1467 libpq/hba.c:1545 -#: libpq/hba.c:1563 libpq/hba.c:1584 tsearch/ts_locale.c:182 +#: libpq/hba.c:758 #, c-format -msgid "line %d of configuration file \"%s\"" -msgstr "Zeile %d in Konfigurationsdatei »%s«" +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:760 libpq/hba.c:776 libpq/hba.c:807 libpq/hba.c:853 +#: libpq/hba.c:866 libpq/hba.c:888 libpq/hba.c:897 libpq/hba.c:920 +#: libpq/hba.c:932 libpq/hba.c:951 libpq/hba.c:972 libpq/hba.c:983 +#: libpq/hba.c:1038 libpq/hba.c:1056 libpq/hba.c:1068 libpq/hba.c:1085 +#: libpq/hba.c:1095 libpq/hba.c:1109 libpq/hba.c:1125 libpq/hba.c:1140 +#: libpq/hba.c:1151 libpq/hba.c:1193 libpq/hba.c:1225 libpq/hba.c:1236 +#: libpq/hba.c:1256 libpq/hba.c:1267 libpq/hba.c:1278 libpq/hba.c:1295 +#: libpq/hba.c:1320 libpq/hba.c:1357 libpq/hba.c:1367 libpq/hba.c:1420 +#: libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1479 libpq/hba.c:1557 +#: libpq/hba.c:1575 libpq/hba.c:1596 tsearch/ts_locale.c:182 +#, c-format +msgid "line %d of configuration file \"%s\"" +msgstr "Zeile %d in Konfigurationsdatei »%s«" -#: libpq/hba.c:762 +#: libpq/hba.c:774 #, c-format msgid "authentication method \"%s\" requires argument \"%s\" to be set" msgstr "Authentifizierungsmethode »%s« benötigt Argument »%s«" -#: libpq/hba.c:783 +#: libpq/hba.c:795 #, 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:794 +#: libpq/hba.c:806 #, c-format msgid "multiple values in ident field" msgstr "mehrere Werte in Ident-Feld" -#: libpq/hba.c:839 +#: libpq/hba.c:851 #, c-format msgid "multiple values specified for connection type" msgstr "mehrere Werte angegeben für Verbindungstyp" -#: libpq/hba.c:840 +#: libpq/hba.c:852 #, c-format msgid "Specify exactly one connection type per line." msgstr "Geben Sie genau einen Verbindungstyp pro Zeile an." -#: libpq/hba.c:853 +#: libpq/hba.c:865 #, c-format msgid "local connections are not supported by this build" msgstr "lokale Verbindungen werden von dieser Installation nicht unterstützt" -#: libpq/hba.c:874 +#: libpq/hba.c:886 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "für hostssl muss SSL angeschaltet sein" -#: libpq/hba.c:875 +#: libpq/hba.c:887 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Setzen Sie ssl = on in postgresql.conf." -#: libpq/hba.c:883 +#: libpq/hba.c:895 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl wird von dieser Installation nicht unterstützt" -#: libpq/hba.c:884 +#: libpq/hba.c:896 #, 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:906 +#: libpq/hba.c:918 #, c-format msgid "invalid connection type \"%s\"" msgstr "ungültiger Verbindungstyp »%s«" -#: libpq/hba.c:919 +#: libpq/hba.c:931 #, c-format msgid "end-of-line before database specification" msgstr "Zeilenende vor Datenbankangabe" -#: libpq/hba.c:938 +#: libpq/hba.c:950 #, c-format msgid "end-of-line before role specification" msgstr "Zeilenende vor Rollenangabe" -#: libpq/hba.c:959 +#: libpq/hba.c:971 #, c-format msgid "end-of-line before IP address specification" msgstr "Zeilenende vor IP-Adressangabe" -#: libpq/hba.c:969 +#: libpq/hba.c:981 #, c-format msgid "multiple values specified for host address" msgstr "mehrere Werte für Hostadresse angegeben" -#: libpq/hba.c:970 +#: libpq/hba.c:982 #, c-format msgid "Specify one address range per line." msgstr "Geben Sie einen Adressbereich pro Zeile an." -#: libpq/hba.c:1024 +#: libpq/hba.c:1036 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "ungültige IP-Adresse »%s«: %s" -#: libpq/hba.c:1042 +#: libpq/hba.c:1054 #, 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:1054 +#: libpq/hba.c:1066 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "ungültige CIDR-Maske in Adresse »%s«" -#: libpq/hba.c:1071 +#: libpq/hba.c:1083 #, c-format msgid "end-of-line before netmask specification" msgstr "Zeilenende vor Netzmaskenangabe" -#: libpq/hba.c:1072 +#: libpq/hba.c:1084 #, 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." +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:1082 +#: libpq/hba.c:1094 #, c-format msgid "multiple values specified for netmask" msgstr "mehrere Werte für Netzmaske angegeben" -#: libpq/hba.c:1095 +#: libpq/hba.c:1107 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "ungültige IP-Maske »%s«: %s" -#: libpq/hba.c:1112 +#: libpq/hba.c:1124 #, c-format msgid "IP address and mask do not match" msgstr "IP-Adresse und -Maske passen nicht zusammen" -#: libpq/hba.c:1127 +#: libpq/hba.c:1139 #, c-format msgid "end-of-line before authentication method" msgstr "Zeilenende vor Authentifizierungsmethode" -#: libpq/hba.c:1137 +#: libpq/hba.c:1149 #, c-format msgid "multiple values specified for authentication type" msgstr "mehrere Werte für Authentifizierungstyp angegeben" -#: libpq/hba.c:1138 +#: libpq/hba.c:1150 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Geben Sie genau einen Authentifizierungstyp pro Zeile an." -#: libpq/hba.c:1211 +#: libpq/hba.c:1223 #, c-format msgid "invalid authentication method \"%s\"" msgstr "ungültige Authentifizierungsmethode »%s«" -#: libpq/hba.c:1222 +#: libpq/hba.c:1234 #, c-format msgid "invalid authentication method \"%s\": not supported by this build" -msgstr "ungültige Authentifizierungsmethode »%s«: von dieser Installation nicht unterstützt" +msgstr "" +"ungültige Authentifizierungsmethode »%s«: von dieser Installation nicht " +"unterstützt" -#: libpq/hba.c:1243 +#: libpq/hba.c:1255 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "krb5-Authentifizierung wird auf lokalen Sockets nicht unterstützt" -#: libpq/hba.c:1254 +#: libpq/hba.c:1266 #, c-format msgid "gssapi authentication is not supported on local sockets" msgstr "gssapi-Authentifizierung wird auf lokalen Sockets nicht unterstützt" -#: libpq/hba.c:1265 +#: libpq/hba.c:1277 #, c-format msgid "peer authentication is only supported on local sockets" msgstr "peer-Authentifizierung wird nur auf lokalen Sockets unterstützt" -#: libpq/hba.c:1282 +#: libpq/hba.c:1294 #, c-format msgid "cert authentication is only supported on hostssl connections" msgstr "cert-Authentifizierung wird nur auf »hostssl«-Verbindungen unterstützt" -#: libpq/hba.c:1307 +#: libpq/hba.c:1319 #, c-format msgid "authentication option not in name=value format: %s" msgstr "Authentifizierungsoption nicht im Format name=wert: %s" -#: libpq/hba.c:1344 +#: libpq/hba.c:1356 #, c-format -msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute together with ldapprefix" -msgstr "ldapbasedn, ldapbinddn, ldapbindpasswd oder ldapsearchattribute kann nicht zusammen mit ldapprefix verwendet werden" +msgid "" +"cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute " +"together with ldapprefix" +msgstr "" +"ldapbasedn, ldapbinddn, ldapbindpasswd oder ldapsearchattribute kann nicht " +"zusammen mit ldapprefix verwendet werden" -#: libpq/hba.c:1354 +#: libpq/hba.c:1366 #, 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«" +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:1394 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi und cert" -#: libpq/hba.c:1407 +#: 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:1418 +#: 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" +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:1419 +#: 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." +msgstr "" +"Stellen Sie sicher, dass der Konfigurationsparameter »ssl_ca_file« gesetzt " +"ist." -#: libpq/hba.c:1432 +#: 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" +msgstr "" +"clientcert kann nicht auf 0 gesetzt sein, wenn »cert«-Authentifizierung " +"verwendet wird" -#: libpq/hba.c:1466 +#: libpq/hba.c:1478 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "ungültige LDAP-Portnummer: »%s«" -#: libpq/hba.c:1512 libpq/hba.c:1520 +#: libpq/hba.c:1524 libpq/hba.c:1532 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi und sspi" -#: libpq/hba.c:1562 +#: libpq/hba.c:1574 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "ungültige RADIUS-Portnummer: »%s«" -#: libpq/hba.c:1582 +#: libpq/hba.c:1594 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "unbekannter Authentifizierungsoptionsname: »%s«" -#: libpq/hba.c:1771 +#: libpq/hba.c:1783 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "Konfigurationsdatei »%s« enthält keine Einträge" -#: libpq/hba.c:1878 +#: libpq/hba.c:1890 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "ungültiger regulärer Ausdruck »%s«: %s" -#: libpq/hba.c:1901 +#: libpq/hba.c:1913 #, c-format msgid "regular expression match for \"%s\" failed: %s" msgstr "Suche nach regulärem Ausdruck für »%s« fehlgeschlagen: %s" -#: libpq/hba.c:1919 +#: libpq/hba.c:1931 #, 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" +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:2018 +#: libpq/hba.c:2030 #, 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" +msgstr "" +"angegebener Benutzername (%s) und authentifizierter Benutzername (%s) " +"stimmen nicht überein" -#: libpq/hba.c:2039 +#: libpq/hba.c:2051 #, 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«" +msgstr "" +"kein passender Eintrag in Usermap »%s« für Benutzer »%s«, authentifiziert " +"als »%s«" -#: libpq/hba.c:2069 +#: libpq/hba.c:2081 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "konnte Usermap-Datei »%s« nicht öffnen: %m" @@ -9735,7 +10531,8 @@ msgstr "konnte Dienst »%s« nicht in Adresse übersetzen: %s" #: libpq/pqcomm.c:337 #, c-format msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" -msgstr "konnte nicht an alle verlangten Adressen binden: MAXLISTEN (%d) überschritten" +msgstr "" +"konnte nicht an alle verlangten Adressen binden: MAXLISTEN (%d) überschritten" #: libpq/pqcomm.c:346 msgid "IPv4" @@ -9778,13 +10575,21 @@ msgstr "konnte %s-Socket nicht binden: %m" #: libpq/pqcomm.c:433 #, 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." +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:436 #, 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." +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:469 @@ -9858,7 +10663,7 @@ msgid "no data left in message" msgstr "keine Daten in Message übrig" #: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 -#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:558 +#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:559 #, c-format msgid "insufficient data left in message" msgstr "nicht genug Daten in Message übrig" @@ -9873,17 +10678,17 @@ msgstr "ungültige Zeichenkette in Message" msgid "invalid message format" msgstr "ungültiges Message-Format" -#: main/main.c:243 +#: main/main.c:263 #, c-format msgid "%s: setsysinfo failed: %s\n" msgstr "%s: setsysinfo fehlgeschlagen: %s\n" -#: main/main.c:265 +#: main/main.c:285 #, c-format msgid "%s: WSAStartup failed: %d\n" msgstr "%s: WSAStartup fehlgeschlagen: %d\n" -#: main/main.c:284 +#: main/main.c:304 #, c-format msgid "" "%s is the PostgreSQL server.\n" @@ -9892,7 +10697,7 @@ msgstr "" "%s ist der PostgreSQL-Server.\n" "\n" -#: main/main.c:285 +#: main/main.c:305 #, c-format msgid "" "Usage:\n" @@ -9903,117 +10708,122 @@ msgstr "" " %s [OPTION]...\n" "\n" -#: main/main.c:286 +#: main/main.c:306 #, c-format msgid "Options:\n" msgstr "Optionen:\n" -#: main/main.c:288 +#: main/main.c:308 #, c-format msgid " -A 1|0 enable/disable run-time assert checking\n" msgstr " -A 1|0 Assert-Prüfungen ein-/ausschalten\n" -#: main/main.c:290 +#: main/main.c:310 #, c-format msgid " -B NBUFFERS number of shared buffers\n" msgstr " -B ZAHL Anzahl der geteilten Puffer\n" -#: main/main.c:291 +#: main/main.c:311 #, c-format msgid " -c NAME=VALUE set run-time parameter\n" msgstr " -c NAME=WERT setze Konfigurationsparameter\n" -#: main/main.c:292 +#: main/main.c:312 #, c-format msgid " -C NAME print value of run-time parameter, then exit\n" -msgstr " -C NAME Wert des Konfigurationsparameters ausgeben, dann beenden\n" +msgstr "" +" -C NAME Wert des Konfigurationsparameters ausgeben, dann " +"beenden\n" -#: main/main.c:293 +#: main/main.c:313 #, c-format msgid " -d 1-5 debugging level\n" msgstr " -d 1-5 Debug-Level\n" -#: main/main.c:294 +#: main/main.c:314 #, c-format msgid " -D DATADIR database directory\n" msgstr " -D VERZEICHNIS Datenbankverzeichnis\n" -#: main/main.c:295 +#: main/main.c:315 #, c-format msgid " -e use European date input format (DMY)\n" msgstr " -e verwende europäisches Datumseingabeformat (DMY)\n" -#: main/main.c:296 +#: main/main.c:316 #, c-format msgid " -F turn fsync off\n" msgstr " -F »fsync« ausschalten\n" -#: main/main.c:297 +#: main/main.c:317 #, c-format msgid " -h HOSTNAME host name or IP address to listen on\n" msgstr " -h HOSTNAME horche auf Hostname oder IP-Adresse\n" -#: main/main.c:298 +#: main/main.c:318 #, c-format msgid " -i enable TCP/IP connections\n" msgstr " -i ermögliche TCP/IP-Verbindungen\n" -#: main/main.c:299 +#: main/main.c:319 #, c-format msgid " -k DIRECTORY Unix-domain socket location\n" msgstr " -k VERZEICHNIS Ort der Unix-Domain-Socket\n" -#: main/main.c:301 +#: main/main.c:321 #, c-format msgid " -l enable SSL connections\n" msgstr " -l ermögliche SSL-Verbindungen\n" -#: main/main.c:303 +#: main/main.c:323 #, c-format msgid " -N MAX-CONNECT maximum number of allowed connections\n" msgstr " -N ZAHL Anzahl der erlaubten Verbindungen\n" -#: main/main.c:304 +#: main/main.c:324 #, c-format -msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" -msgstr " -o OPTIONEN »OPTIONEN« an jeden Serverprozess weiterreichen (obsolet)\n" +msgid "" +" -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" +msgstr "" +" -o OPTIONEN »OPTIONEN« an jeden Serverprozess weiterreichen " +"(obsolet)\n" -#: main/main.c:305 +#: main/main.c:325 #, c-format msgid " -p PORT port number to listen on\n" msgstr " -p PORT auf dieser Portnummer horchen\n" -#: main/main.c:306 +#: main/main.c:326 #, c-format msgid " -s show statistics after each query\n" msgstr " -s zeige Statistiken nach jeder Anfrage\n" -#: main/main.c:307 +#: main/main.c:327 #, c-format msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" msgstr " -S ZAHL setze Speicher für Sortiervorgänge (in kB)\n" -#: main/main.c:308 +#: main/main.c:328 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: main/main.c:309 +#: main/main.c:329 #, c-format msgid " --NAME=VALUE set run-time parameter\n" msgstr " --NAME=WERT setze Konfigurationsparameter\n" -#: main/main.c:310 +#: main/main.c:330 #, c-format msgid " --describe-config describe configuration parameters, then exit\n" msgstr " --describe-config zeige Konfigurationsparameter und beende\n" -#: main/main.c:311 +#: main/main.c:331 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: main/main.c:313 +#: main/main.c:333 #, c-format msgid "" "\n" @@ -10022,42 +10832,49 @@ msgstr "" "\n" "Entwickleroptionen:\n" -#: main/main.c:314 +#: main/main.c:334 #, c-format msgid " -f s|i|n|m|h forbid use of some plan types\n" msgstr " -f s|i|n|m|h verbiete Verwendung einiger Plantypen\n" -#: main/main.c:315 +#: main/main.c:335 #, c-format -msgid " -n do not reinitialize shared memory after abnormal exit\n" -msgstr " -n Shared Memory nach abnormalem Ende nicht neu initialisieren\n" +msgid "" +" -n do not reinitialize shared memory after abnormal exit\n" +msgstr "" +" -n Shared Memory nach abnormalem Ende nicht neu " +"initialisieren\n" -#: main/main.c:316 +#: main/main.c:336 #, c-format msgid " -O allow system table structure changes\n" msgstr " -O erlaube Änderungen an Systemtabellenstruktur\n" -#: main/main.c:317 +#: main/main.c:337 #, c-format msgid " -P disable system indexes\n" msgstr " -P schalte Systemindexe aus\n" -#: main/main.c:318 +#: main/main.c:338 #, c-format msgid " -t pa|pl|ex show timings after each query\n" msgstr " -t pa|pl|ex zeige Zeitmessung nach jeder Anfrage\n" -#: main/main.c:319 +#: main/main.c:339 #, c-format -msgid " -T send SIGSTOP to all backend processes if one dies\n" -msgstr " -T SIGSTOP an alle Backend-Prozesse senden wenn einer stirbt\n" +msgid "" +" -T send SIGSTOP to all backend processes if one dies\n" +msgstr "" +" -T SIGSTOP an alle Backend-Prozesse senden wenn einer " +"stirbt\n" -#: main/main.c:320 +#: main/main.c:340 #, c-format msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" -msgstr " -W ZAHL warte ZAHL Sekunden, um Debugger starten zu können\n" +msgstr "" +" -W ZAHL warte ZAHL Sekunden, um Debugger starten zu können\n" -#: main/main.c:322 +#: main/main.c:342 #, c-format msgid "" "\n" @@ -10066,39 +10883,44 @@ msgstr "" "\n" "Optionen für Einzelbenutzermodus:\n" -#: main/main.c:323 +#: main/main.c:343 #, c-format -msgid " --single selects single-user mode (must be first argument)\n" -msgstr " --single wählt den Einzelbenutzermodus (muss erstes Argument sein)\n" +msgid "" +" --single selects single-user mode (must be first argument)\n" +msgstr "" +" --single wählt den Einzelbenutzermodus (muss erstes Argument " +"sein)\n" -#: main/main.c:324 +#: main/main.c:344 #, c-format msgid " DBNAME database name (defaults to user name)\n" msgstr " DBNAME Datenbankname (Vorgabe: Benutzername)\n" -#: main/main.c:325 +#: main/main.c:345 #, c-format msgid " -d 0-5 override debugging level\n" msgstr " -d 0-5 Debug-Level setzen\n" -#: main/main.c:326 +#: main/main.c:346 #, c-format msgid " -E echo statement before execution\n" msgstr " -E gebe Befehl vor der Ausführung aus\n" -#: main/main.c:327 +#: main/main.c:347 #, 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 verwende Zeilenende nicht als Anfrageende im interaktiven\n" +" -j verwende Zeilenende nicht als Anfrageende im " +"interaktiven\n" " Modus\n" -#: main/main.c:328 main/main.c:333 +#: main/main.c:348 main/main.c:353 #, c-format msgid " -r FILENAME send stdout and stderr to given file\n" msgstr " -r DATEINAME sende stdout und stderr in genannte Datei\n" -#: main/main.c:330 +#: main/main.c:350 #, c-format msgid "" "\n" @@ -10107,22 +10929,27 @@ msgstr "" "\n" "Optionen für Bootstrap-Modus:\n" -#: main/main.c:331 +#: main/main.c:351 #, c-format -msgid " --boot selects bootstrapping mode (must be first argument)\n" -msgstr " --boot wählt den Bootstrap-Modus (muss erstes Argument sein)\n" +msgid "" +" --boot selects bootstrapping mode (must be first argument)\n" +msgstr "" +" --boot wählt den Bootstrap-Modus (muss erstes Argument sein)\n" -#: main/main.c:332 +#: main/main.c:352 #, c-format -msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" -msgstr " DBNAME Datenbankname (Pflichtangabe im Bootstrap-Modus)\n" +msgid "" +" DBNAME database name (mandatory argument in bootstrapping mode)" +"\n" +msgstr "" +" DBNAME Datenbankname (Pflichtangabe im Bootstrap-Modus)\n" -#: main/main.c:334 +#: main/main.c:354 #, c-format msgid " -x NUM internal use\n" msgstr " -x NUM interne Verwendung\n" -#: main/main.c:336 +#: main/main.c:356 #, c-format msgid "" "\n" @@ -10139,7 +10966,7 @@ msgstr "" "\n" "Berichten Sie Fehler an .\n" -#: main/main.c:350 +#: main/main.c:370 #, c-format msgid "" "\"root\" execution of the PostgreSQL server is not permitted.\n" @@ -10153,12 +10980,12 @@ msgstr "" "Dokumentation finden Sie weitere Informationen darüber, wie der\n" "Server richtig gestartet wird.\n" -#: main/main.c:367 +#: main/main.c:387 #, c-format msgid "%s: real and effective user IDs must match\n" msgstr "%s: reelle und effektive Benutzer-IDs müssen übereinstimmen\n" -#: main/main.c:374 +#: main/main.c:394 #, c-format msgid "" "Execution of PostgreSQL by a user with administrative permissions is not\n" @@ -10173,12 +11000,12 @@ msgstr "" "verhindern. In der Dokumentation finden Sie weitere Informationen darüber,\n" "wie der Server richtig gestartet wird.\n" -#: main/main.c:395 +#: main/main.c:415 #, c-format msgid "%s: invalid effective UID: %d\n" msgstr "%s: ungültige effektive UID: %d\n" -#: main/main.c:408 +#: main/main.c:428 #, c-format msgid "%s: could not determine user name (GetUserName failed)\n" msgstr "%s: konnte Benutzername nicht ermitteln (GetUserName fehlgeschlagen)\n" @@ -10192,13 +11019,21 @@ msgstr "konnte Arraytyp für Datentyp %s nicht finden" #: optimizer/path/joinrels.c:676 #, c-format -msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions" -msgstr "FULL JOIN wird nur für Merge- oder Hash-Verbund-fähige Verbundbedingungen unterstützt" +msgid "" +"FULL JOIN is only supported with merge-joinable or hash-joinable join " +"conditions" +msgstr "" +"FULL JOIN wird nur für Merge- oder Hash-Verbund-fähige Verbundbedingungen " +"unterstützt" #: optimizer/plan/initsplan.c:612 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join" -msgstr "SELECT FOR UPDATE/SHARE kann nicht auf die nullbare Seite eines äußeren Verbundes angewendet werden" +msgid "" +"SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer " +"join" +msgstr "" +"SELECT FOR UPDATE/SHARE kann nicht auf die nullbare Seite eines äußeren " +"Verbundes angewendet werden" #: optimizer/plan/planner.c:1046 parser/analyze.c:1384 parser/analyze.c:1579 #: parser/analyze.c:2285 @@ -10214,8 +11049,12 @@ msgstr "konnte GROUP BY nicht implementieren" #: optimizer/plan/planner.c:2390 optimizer/plan/planner.c:2562 #: optimizer/prep/prepunion.c:822 #, c-format -msgid "Some of the datatypes only support hashing, while others only support sorting." -msgstr "Einige Datentypen unterstützen nur Hashing, während andere nur Sortieren unterstützen." +msgid "" +"Some of the datatypes only support hashing, while others only support " +"sorting." +msgstr "" +"Einige Datentypen unterstützen nur Hashing, während andere nur Sortieren " +"unterstützen." #: optimizer/plan/planner.c:2561 #, c-format @@ -10271,7 +11110,9 @@ msgstr "SQL-Funktion »%s« beim Inlining" #: optimizer/util/plancat.c:99 #, c-format msgid "cannot access temporary or unlogged relations during recovery" -msgstr "während der Wiederherstellung kann nicht auf temporäre oder ungeloggte Tabellen zugegriffen werden" +msgstr "" +"während der Wiederherstellung kann nicht auf temporäre oder ungeloggte " +"Tabellen zugegriffen werden" #: parser/analyze.c:621 parser/analyze.c:1129 #, c-format @@ -10315,8 +11156,12 @@ msgstr "INSERT hat mehr Zielspalten als Ausdrücke" #: parser/analyze.c:845 #, 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?" -msgstr "Der einzufügende Wert ist ein Zeilenausdruck mit der gleichen Anzahl Spalten wie von INSERT erwartet. Haben Sie versehentlich zu viele Klammern gesetzt?" +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 "" +"Der einzufügende Wert ist ein Zeilenausdruck mit der gleichen Anzahl Spalten " +"wie von INSERT erwartet. Haben Sie versehentlich zu viele Klammern gesetzt?" #: parser/analyze.c:952 parser/analyze.c:1359 #, c-format @@ -10341,12 +11186,18 @@ msgstr "ungültige ORDER-BY-Klausel mit UNION/INTERSECT/EXCEPT" #: parser/analyze.c:1508 #, c-format msgid "Only result column names can be used, not expressions or functions." -msgstr "Es können nur Ergebnisspaltennamen verwendet werden, keine Ausdrücke oder Funktionen." +msgstr "" +"Es können nur Ergebnisspaltennamen verwendet werden, keine Ausdrücke oder " +"Funktionen." #: parser/analyze.c:1509 #, c-format -msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause." -msgstr "Fügen Sie den Ausdrück/die Funktion jedem SELECT hinzu oder verlegen Sie die UNION in eine FROM-Klausel." +msgid "" +"Add the expression/function to every SELECT, or move the UNION into a FROM " +"clause." +msgstr "" +"Fügen Sie den Ausdrück/die Funktion jedem SELECT hinzu oder verlegen Sie die " +"UNION in eine FROM-Klausel." #: parser/analyze.c:1571 #, c-format @@ -10355,8 +11206,12 @@ msgstr "INTO ist nur im ersten SELECT von UNION/INTERSECT/EXCEPT erlaubt" #: parser/analyze.c:1631 #, c-format -msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level" -msgstr "Teilanweisung von UNION/INTERSECT/EXCEPT kann nicht auf andere Relationen auf der selben Anfrageebene verweisen" +msgid "" +"UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of " +"same query level" +msgstr "" +"Teilanweisung von UNION/INTERSECT/EXCEPT kann nicht auf andere Relationen " +"auf der selben Anfrageebene verweisen" #: parser/analyze.c:1719 #, c-format @@ -10396,7 +11251,8 @@ msgstr "SCROLL und NO SCROLL können nicht beide angegeben werden" #: parser/analyze.c:2192 #, c-format msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" -msgstr "DECLARE CURSOR darf keine datenmodifizierenden Anweisungen in WITH enthalten" +msgstr "" +"DECLARE CURSOR darf keine datenmodifizierenden Anweisungen in WITH enthalten" #: parser/analyze.c:2198 #, c-format @@ -10445,8 +11301,12 @@ msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Fensterfunktionen erlaubt" #: parser/analyze.c:2309 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the target list" -msgstr "SELECT FOR UPDATE/SHARE ist nicht mit Funktionen mit Ergebnismenge in der Targetliste erlaubt" +msgid "" +"SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the " +"target list" +msgstr "" +"SELECT FOR UPDATE/SHARE ist nicht mit Funktionen mit Ergebnismenge in der " +"Targetliste erlaubt" #: parser/analyze.c:2388 #, c-format @@ -10456,7 +11316,8 @@ msgstr "SELECT FOR UPDATE/SHARE muss unqualifizierte Relationsnamen angeben" #: parser/analyze.c:2405 #, c-format msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\"" -msgstr "SELECT FOR UPDATE/SHARE kann nicht mit Fremdtabelle »%s« verwendet werden" +msgstr "" +"SELECT FOR UPDATE/SHARE kann nicht mit Fremdtabelle »%s« verwendet werden" #: parser/analyze.c:2424 #, c-format @@ -10471,7 +11332,8 @@ msgstr "SELECT FOR UPDATE/SHARE kann nicht auf eine Funktion angewendet werden" #: parser/analyze.c:2442 #, c-format msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query" -msgstr "SELECT FOR UPDATE/SHARE kann nicht auf eine WITH-Anfrage angewendet werden" +msgstr "" +"SELECT FOR UPDATE/SHARE kann nicht auf eine WITH-Anfrage angewendet werden" #: parser/analyze.c:2456 #, c-format @@ -10491,7 +11353,9 @@ msgstr "Aggregatfunktionen mit DISTINCT müssen ihre Eingaben sortieren können. #: parser/parse_agg.c:172 #, c-format msgid "aggregate function calls cannot contain window function calls" -msgstr "Aufrufe von Aggregatfunktionen können keine Aufrufe von Fensterfunktionen enthalten" +msgstr "" +"Aufrufe von Aggregatfunktionen können keine Aufrufe von Fensterfunktionen " +"enthalten" #: parser/parse_agg.c:243 parser/parse_clause.c:1630 #, c-format @@ -10516,7 +11380,9 @@ msgstr "Aggregatfunktionen sind nicht in der GROUP-BY-Klausel erlaubt" #: parser/parse_agg.c:431 #, c-format msgid "aggregate functions not allowed in a recursive query's recursive term" -msgstr "Aggregatfunktionen sind nicht im rekursiven Ausdruck einer rekursiven Anfrage erlaubt" +msgstr "" +"Aggregatfunktionen sind nicht im rekursiven Ausdruck einer rekursiven " +"Anfrage erlaubt" #: parser/parse_agg.c:456 #, c-format @@ -10545,13 +11411,18 @@ msgstr "Fensterfunktionen sind nicht in der Fensterdefinition erlaubt" #: parser/parse_agg.c:671 #, c-format -msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" -msgstr "Spalte »%s.%s« muss in der GROUP-BY-Klausel erscheinen oder in einer Aggregatfunktion verwendet werden" +msgid "" +"column \"%s.%s\" must appear in the GROUP BY clause or be used in an " +"aggregate function" +msgstr "" +"Spalte »%s.%s« muss in der GROUP-BY-Klausel erscheinen oder in einer " +"Aggregatfunktion verwendet werden" #: parser/parse_agg.c:677 #, c-format msgid "subquery uses ungrouped column \"%s.%s\" from outer query" -msgstr "Unteranfrage verwendet nicht gruppierte Spalte »%s.%s« aus äußerer Anfrage" +msgstr "" +"Unteranfrage verwendet nicht gruppierte Spalte »%s.%s« aus äußerer Anfrage" #: parser/parse_clause.c:420 #, c-format @@ -10561,22 +11432,32 @@ msgstr "JOIN/ON-Klausel verweist auf »%s«, was nicht Teil des JOIN ist" #: parser/parse_clause.c:517 #, c-format msgid "subquery in FROM cannot refer to other relations of same query level" -msgstr "Unteranfrage in FROM kann nicht auf andere Relationen auf der selben Anfrageebene verweisen" +msgstr "" +"Unteranfrage in FROM kann nicht auf andere Relationen auf der selben " +"Anfrageebene verweisen" #: parser/parse_clause.c:573 #, c-format -msgid "function expression in FROM cannot refer to other relations of same query level" -msgstr "Funktionsausdruck in FROM kann nicht auf andere Relationen auf der selben Anfrageebene verweisen" +msgid "" +"function expression in FROM cannot refer to other relations of same query " +"level" +msgstr "" +"Funktionsausdruck in FROM kann nicht auf andere Relationen auf der selben " +"Anfrageebene verweisen" #: parser/parse_clause.c:586 #, c-format msgid "cannot use aggregate function in function expression in FROM" -msgstr "Aggregatfunktionen können nicht in Funktionsausdrücken in FROM verwendet werden" +msgstr "" +"Aggregatfunktionen können nicht in Funktionsausdrücken in FROM verwendet " +"werden" #: parser/parse_clause.c:593 #, c-format msgid "cannot use window function in function expression in FROM" -msgstr "Fensterfunktionen können nicht in Funktionsausdrücken in FROM verwendet werden" +msgstr "" +"Fensterfunktionen können nicht in Funktionsausdrücken in FROM verwendet " +"werden" #: parser/parse_clause.c:870 #, c-format @@ -10591,7 +11472,8 @@ msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der linken Tabelle" #: parser/parse_clause.c:894 #, c-format msgid "column \"%s\" specified in USING clause does not exist in left table" -msgstr "Spalte »%s« aus der USING-Klausel existiert nicht in der linken Tabelle" +msgstr "" +"Spalte »%s« aus der USING-Klausel existiert nicht in der linken Tabelle" #: parser/parse_clause.c:908 #, c-format @@ -10601,7 +11483,8 @@ msgstr "gemeinsamer Spaltenname »%s« erscheint mehrmals in der rechten Tabelle #: parser/parse_clause.c:917 #, c-format msgid "column \"%s\" specified in USING clause does not exist in right table" -msgstr "Spalte »%s« aus der USING-Klausel existiert nicht in der rechten Tabelle" +msgstr "" +"Spalte »%s« aus der USING-Klausel existiert nicht in der rechten Tabelle" #: parser/parse_clause.c:974 #, c-format @@ -10671,18 +11554,25 @@ msgstr "Lassen Sie die Klammern in dieser OVER-Klausel weg." #: parser/parse_clause.c:1793 #, c-format -msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" -msgstr "in einer Aggregatfunktion mit DISTINCT müssen ORDER-BY-Ausdrücke in der Argumentliste erscheinen" +msgid "" +"in an aggregate with DISTINCT, ORDER BY expressions must appear in argument " +"list" +msgstr "" +"in einer Aggregatfunktion mit DISTINCT müssen ORDER-BY-Ausdrücke in der " +"Argumentliste erscheinen" #: parser/parse_clause.c:1794 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" -msgstr "bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen" +msgstr "" +"bei SELECT DISTINCT müssen ORDER-BY-Ausdrücke in der Select-Liste erscheinen" #: parser/parse_clause.c:1880 parser/parse_clause.c:1912 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" -msgstr "Ausdrücke in SELECT DISTINCT ON müssen mit den ersten Ausdrücken in ORDER BY übereinstimmen" +msgstr "" +"Ausdrücke in SELECT DISTINCT ON müssen mit den ersten Ausdrücken in ORDER BY " +"übereinstimmen" #: parser/parse_clause.c:2034 #, c-format @@ -10691,8 +11581,11 @@ msgstr "Operator %s ist kein gültiger Sortieroperator" #: parser/parse_clause.c:2036 #, c-format -msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." -msgstr "Sortieroperatoren müssen die Mitglieder »<« oder »>« einer »btree«-Operatorfamilie sein." +msgid "" +"Ordering operators must be \"<\" or \">\" members of btree operator families." +msgstr "" +"Sortieroperatoren müssen die Mitglieder »<« oder »>« einer »btree«-" +"Operatorfamilie sein." #: parser/parse_coerce.c:932 parser/parse_coerce.c:962 #: parser/parse_coerce.c:980 parser/parse_coerce.c:995 @@ -10770,23 +11663,33 @@ msgstr "als »anyarray« deklariertes Argument ist kein Array sondern Typ %s" #: parser/parse_coerce.c:1675 #, c-format -msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\"" -msgstr "als »anyarray« deklariertes Argument ist nicht mit als »anyelement« deklariertem Argument konsistent" +msgid "" +"argument declared \"anyarray\" is not consistent with argument declared " +"\"anyelement\"" +msgstr "" +"als »anyarray« deklariertes Argument ist nicht mit als »anyelement« " +"deklariertem Argument konsistent" #: parser/parse_coerce.c:1696 parser/parse_coerce.c:1917 #, c-format msgid "argument declared \"anyrange\" is not a range but type %s" -msgstr "als »anyrange« deklariertes Argument ist kein Bereichstyp sondern Typ %s" +msgstr "" +"als »anyrange« deklariertes Argument ist kein Bereichstyp sondern Typ %s" #: parser/parse_coerce.c:1712 #, c-format -msgid "argument declared \"anyrange\" is not consistent with argument declared \"anyelement\"" -msgstr "als »anyrange« deklariertes Argument ist nicht mit als »anyelement« deklariertem Argument konsistent" +msgid "" +"argument declared \"anyrange\" is not consistent with argument declared " +"\"anyelement\"" +msgstr "" +"als »anyrange« deklariertes Argument ist nicht mit als »anyelement« " +"deklariertem Argument konsistent" #: parser/parse_coerce.c:1732 #, c-format msgid "could not determine polymorphic type because input has type \"unknown\"" -msgstr "konnte polymorphischen Typ nicht bestimmen, weil Eingabe Typ »unknown« hat" +msgstr "" +"konnte polymorphischen Typ nicht bestimmen, weil Eingabe Typ »unknown« hat" #: parser/parse_coerce.c:1742 #, c-format @@ -10810,8 +11713,12 @@ msgstr "implizite Sortierfolgen »%s« und »%s« stimmen nicht überein" #: parser/parse_collate.c:217 parser/parse_collate.c:541 #, c-format -msgid "You can choose the collation by applying the COLLATE clause to one or both expressions." -msgstr "Sie können die Sortierfolge auswählen, indem Sie die COLLATE-Klausel auf einen oder beide Ausdrücke anwenden." +msgid "" +"You can choose the collation by applying the COLLATE clause to one or both " +"expressions." +msgstr "" +"Sie können die Sortierfolge auswählen, indem Sie die COLLATE-Klausel auf " +"einen oder beide Ausdrücke anwenden." #: parser/parse_collate.c:769 #, c-format @@ -10820,18 +11727,27 @@ msgstr "explizite Sortierfolgen »%s« und »%s« stimmen nicht überein" #: parser/parse_cte.c:42 #, c-format -msgid "recursive reference to query \"%s\" must not appear within its non-recursive term" -msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht in ihrem nicht-rekursiven Teilausdruck erscheinen" +msgid "" +"recursive reference to query \"%s\" must not appear within its non-recursive " +"term" +msgstr "" +"rekursiver Verweis auf Anfrage »%s« darf nicht in ihrem nicht-rekursiven " +"Teilausdruck erscheinen" #: parser/parse_cte.c:44 #, c-format msgid "recursive reference to query \"%s\" must not appear within a subquery" -msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht in einer Unteranfrage erscheinen" +msgstr "" +"rekursiver Verweis auf Anfrage »%s« darf nicht in einer Unteranfrage " +"erscheinen" #: parser/parse_cte.c:46 #, c-format -msgid "recursive reference to query \"%s\" must not appear within an outer join" -msgstr "rekursiver Verweis auf Anfrage »%s« darf nicht in einem äußeren Verbund erscheinen" +msgid "" +"recursive reference to query \"%s\" must not appear within an outer join" +msgstr "" +"rekursiver Verweis auf Anfrage »%s« darf nicht in einem äußeren Verbund " +"erscheinen" #: parser/parse_cte.c:48 #, c-format @@ -10850,33 +11766,49 @@ msgstr "WIHT-Anfragename »%s« mehrmals angegeben" #: parser/parse_cte.c:264 #, c-format -msgid "WITH clause containing a data-modifying statement must be at the top level" -msgstr "WITH-Klausel mit datenmodifizierender Anweisung muss auf der obersten Ebene sein" +msgid "" +"WITH clause containing a data-modifying statement must be at the top level" +msgstr "" +"WITH-Klausel mit datenmodifizierender Anweisung muss auf der obersten Ebene " +"sein" #: parser/parse_cte.c:313 #, c-format -msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall" -msgstr "Spalte %2$d in rekursiver Anfrage »%1$s« hat Typ %3$s im nicht-rekursiven Teilausdruck aber Typ %4$s insgesamt" +msgid "" +"recursive query \"%s\" column %d has type %s in non-recursive term but type " +"%s overall" +msgstr "" +"Spalte %2$d in rekursiver Anfrage »%1$s« hat Typ %3$s im nicht-rekursiven " +"Teilausdruck aber Typ %4$s insgesamt" #: parser/parse_cte.c:319 #, c-format msgid "Cast the output of the non-recursive term to the correct type." -msgstr "Wandeln Sie die Ausgabe des nicht-rekursiven Teilausdrucks in den korrekten Typ um." +msgstr "" +"Wandeln Sie die Ausgabe des nicht-rekursiven Teilausdrucks in den korrekten " +"Typ um." #: 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 "Spalte %2$d in rekursiver Anfrage »%1$s« hat Sortierfolge %3$s im nicht-rekursiven Teilausdruck aber Sortierfolge %4$s insgesamt" +msgid "" +"recursive query \"%s\" column %d has collation \"%s\" in non-recursive term " +"but collation \"%s\" overall" +msgstr "" +"Spalte %2$d in rekursiver Anfrage »%1$s« hat Sortierfolge %3$s im nicht-" +"rekursiven Teilausdruck aber Sortierfolge %4$s insgesamt" #: parser/parse_cte.c:328 #, c-format msgid "Use the COLLATE clause to set the collation of the non-recursive term." -msgstr "Verwenden Sie die COLLATE-Klausel, um die Sortierfolge des nicht-rekursiven Teilsausdrucks zu setzen." +msgstr "" +"Verwenden Sie die COLLATE-Klausel, um die Sortierfolge des nicht-rekursiven " +"Teilsausdrucks zu setzen." #: parser/parse_cte.c:419 #, c-format msgid "WITH query \"%s\" has %d columns available but %d columns specified" -msgstr "WITH-Anfrage »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" +msgstr "" +"WITH-Anfrage »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" #: parser/parse_cte.c:599 #, c-format @@ -10886,12 +11818,17 @@ msgstr "gegenseitige Rekursion zwischen WITH-Elementen ist nicht implementiert" #: parser/parse_cte.c:651 #, c-format msgid "recursive query \"%s\" must not contain data-modifying statements" -msgstr "rekursive Anfrage »%s« darf keine datenmodifizierenden Anweisungen enthalten" +msgstr "" +"rekursive Anfrage »%s« darf keine datenmodifizierenden Anweisungen enthalten" #: parser/parse_cte.c:659 #, c-format -msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term" -msgstr "rekursive Anfrage »%s« hat nicht die Form nicht-rekursiver-Ausdruck UNION [ALL] rekursiver-Ausdruck" +msgid "" +"recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] " +"recursive-term" +msgstr "" +"rekursive Anfrage »%s« hat nicht die Form nicht-rekursiver-Ausdruck UNION " +"[ALL] rekursiver-Ausdruck" #: parser/parse_cte.c:703 #, c-format @@ -10936,7 +11873,9 @@ msgstr "konnte Spalte »%s« im Record-Datentyp nicht identifizieren" #: parser/parse_expr.c:390 #, c-format msgid "column notation .%s applied to type %s, which is not a composite type" -msgstr "Spaltenschreibweise .%s mit Typ %s verwendet, der kein zusammengesetzter Typ ist" +msgstr "" +"Spaltenschreibweise .%s mit Typ %s verwendet, der kein zusammengesetzter Typ " +"ist" #: parser/parse_expr.c:420 parser/parse_target.c:619 #, c-format @@ -10988,7 +11927,9 @@ msgstr "kann Typ eines leeren Arrays nicht bestimmen" #: parser/parse_expr.c:1607 #, c-format msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]." -msgstr "Wandeln Sie ausdrücklich in den gewünschten Typ um, zum Beispiel ARRAY[]::integer[]." +msgstr "" +"Wandeln Sie ausdrücklich in den gewünschten Typ um, zum Beispiel ARRAY[]" +"::integer[]." #: parser/parse_expr.c:1621 #, c-format @@ -11042,8 +11983,11 @@ msgstr "konnte Interpretation des Zeilenvergleichsoperators %s nicht bestimmen" #: parser/parse_expr.c:2316 #, c-format -msgid "Row comparison operators must be associated with btree operator families." -msgstr "Zeilenvergleichsoperatoren müssen einer »btree«-Operatorfamilie zugeordnet sein." +msgid "" +"Row comparison operators must be associated with btree operator families." +msgstr "" +"Zeilenvergleichsoperatoren müssen einer »btree«-Operatorfamilie zugeordnet " +"sein." #: parser/parse_expr.c:2361 #, c-format @@ -11082,8 +12026,10 @@ msgstr "ORDER BY angegeben, aber %s ist keine Aggregatfunktion" #: parser/parse_func.c:255 #, c-format -msgid "OVER specified, but %s is not a window function nor an aggregate function" -msgstr "OVER angegeben, aber %s ist keine Fensterfunktion oder Aggregatfunktion" +msgid "" +"OVER specified, but %s is not a window function nor an aggregate function" +msgstr "" +"OVER angegeben, aber %s ist keine Fensterfunktion oder Aggregatfunktion" #: parser/parse_func.c:277 #, c-format @@ -11092,23 +12038,38 @@ msgstr "Funktion %s ist nicht eindeutig" #: parser/parse_func.c:280 #, c-format -msgid "Could not choose a best candidate function. You might need to add explicit type casts." -msgstr "Konnte keine beste Kandidatfunktion auswählen. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen." +msgid "" +"Could not choose a best candidate function. You might need to add explicit " +"type casts." +msgstr "" +"Konnte keine beste Kandidatfunktion auswählen. Sie müssen möglicherweise " +"ausdrückliche Typumwandlungen hinzufügen." #: parser/parse_func.c:291 #, 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." -msgstr "Keine Aggregatfunktion stimmt mit dem angegebenen Namen und den Argumenttypen überein. Mõglicherweise steht ORDER BY an der falschen Stelle; ORDER BY muss hinter allen normalen Argumenten der Aggregatfunktion stehen." +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 "" +"Keine Aggregatfunktion stimmt mit dem angegebenen Namen und den " +"Argumenttypen überein. Mõglicherweise steht ORDER BY an der falschen Stelle; " +"ORDER BY muss hinter allen normalen Argumenten der Aggregatfunktion stehen." #: parser/parse_func.c:302 #, c-format -msgid "No function matches the given name and argument types. You might need to add explicit type casts." -msgstr "Keine Funktion stimmt mit dem angegebenen Namen und den Argumenttypen überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen." +msgid "" +"No function matches the given name and argument types. You might need to add " +"explicit type casts." +msgstr "" +"Keine Funktion stimmt mit dem angegebenen Namen und den Argumenttypen " +"überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen." #: parser/parse_func.c:412 parser/parse_func.c:478 #, c-format msgid "%s(*) must be used to call a parameterless aggregate function" -msgstr "beim Aufruf einer parameterlosen Aggregatfunktion muss %s(*) angegeben werden" +msgstr "" +"beim Aufruf einer parameterlosen Aggregatfunktion muss %s(*) angegeben werden" #: parser/parse_func.c:419 #, c-format @@ -11133,7 +12094,8 @@ msgstr "DISTINCT ist für Fensterfunktionen nicht implementiert" #: parser/parse_func.c:488 #, c-format msgid "aggregate ORDER BY is not implemented for window functions" -msgstr "ORDER BY in Aggregatfunktion ist für Fensterfunktionen nicht implementiert" +msgstr "" +"ORDER BY in Aggregatfunktion ist für Fensterfunktionen nicht implementiert" #: parser/parse_func.c:494 #, c-format @@ -11184,10 +12146,12 @@ msgstr "Operator existiert nicht: %s" #: parser/parse_oper.c:220 #, c-format msgid "Use an explicit ordering operator or modify the query." -msgstr "Verwenden Sie einen ausdrücklichen Sortieroperator oder ändern Sie die Anfrage." +msgstr "" +"Verwenden Sie einen ausdrücklichen Sortieroperator oder ändern Sie die " +"Anfrage." #: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175 -#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1155 +#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1156 #, c-format msgid "could not identify an equality operator for type %s" msgstr "konnte keinen Ist-Gleich-Operator für Typ %s ermitteln" @@ -11204,13 +12168,21 @@ msgstr "Operator ist nicht eindeutig: %s" #: parser/parse_oper.c:711 #, c-format -msgid "Could not choose a best candidate operator. You might need to add explicit type casts." -msgstr "Konnte keinen besten Kandidatoperator auswählen. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen." +msgid "" +"Could not choose a best candidate operator. You might need to add explicit " +"type casts." +msgstr "" +"Konnte keinen besten Kandidatoperator auswählen. Sie müssen möglicherweise " +"ausdrückliche Typumwandlungen hinzufügen." #: parser/parse_oper.c:719 #, c-format -msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts." -msgstr "Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen." +msgid "" +"No operator matches the given name and argument type(s). You might need to " +"add explicit type casts." +msgstr "" +"Kein Operator stimmt mit dem angegebenen Namen und den Argumenttypen " +"überein. Sie müssen möglicherweise ausdrückliche Typumwandlungen hinzufügen." #: parser/parse_oper.c:778 parser/parse_oper.c:892 #, c-format @@ -11230,7 +12202,8 @@ msgstr "op ANY/ALL (array) erfordert, dass Operator boolean ergibt" #: parser/parse_oper.c:927 #, c-format msgid "op ANY/ALL (array) requires operator not to return a set" -msgstr "op ANY/ALL (array) erfordert, dass Operator keine Ergebnismenge zurückgibt" +msgstr "" +"op ANY/ALL (array) erfordert, dass Operator keine Ergebnismenge zurückgibt" #: parser/parse_param.c:215 #, c-format @@ -11265,23 +12238,35 @@ msgstr "zu viele Spaltenaliasnamen für Funktion %s angegeben" #: parser/parse_relation.c:866 #, c-format -msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query." -msgstr "Es gibt ein WITH-Element namens »%s«, aber darauf kann aus diesem Teil der Anfrage kein Bezug genommen werden." +msgid "" +"There is a WITH item named \"%s\", but it cannot be referenced from this " +"part of the query." +msgstr "" +"Es gibt ein WITH-Element namens »%s«, aber darauf kann aus diesem Teil der " +"Anfrage kein Bezug genommen werden." #: parser/parse_relation.c:868 #, c-format -msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references." -msgstr "Verwenden Sie WITH RECURSIVE oder sortieren Sie die WITH-Ausdrücke um, um Vorwärtsreferenzen zu entfernen." +msgid "" +"Use WITH RECURSIVE, or re-order the WITH items to remove forward references." +msgstr "" +"Verwenden Sie WITH RECURSIVE oder sortieren Sie die WITH-Ausdrücke um, um " +"Vorwärtsreferenzen zu entfernen." #: parser/parse_relation.c:1141 #, c-format -msgid "a column definition list is only allowed for functions returning \"record\"" -msgstr "eine Spaltendefinitionsliste ist nur erlaubt bei Funktionen, die »record« zurückgeben" +msgid "" +"a column definition list is only allowed for functions returning \"record\"" +msgstr "" +"eine Spaltendefinitionsliste ist nur erlaubt bei Funktionen, die »record« " +"zurückgeben" #: parser/parse_relation.c:1149 #, c-format msgid "a column definition list is required for functions returning \"record\"" -msgstr "eine Spaltendefinitionsliste ist erforderlich bei Funktionen, die »record« zurückgeben" +msgstr "" +"eine Spaltendefinitionsliste ist erforderlich bei Funktionen, die »record« " +"zurückgeben" #: parser/parse_relation.c:1200 #, c-format @@ -11291,7 +12276,8 @@ msgstr "Funktion »%s« in FROM hat nicht unterstützten Rückgabetyp %s" #: parser/parse_relation.c:1274 #, c-format msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" -msgstr "VALUES-Liste »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" +msgstr "" +"VALUES-Liste »%s« hat %d Spalten verfügbar, aber %d Spalten wurden angegeben" #: parser/parse_relation.c:1330 #, c-format @@ -11316,12 +12302,17 @@ msgstr "ungültiger Verweis auf FROM-Klausel-Eintrag für Tabelle »%s«" #: parser/parse_relation.c:2499 #, c-format msgid "Perhaps you meant to reference the table alias \"%s\"." -msgstr "Vielleicht wurde beabsichtigt, auf den Tabellenalias »%s« zu verweisen." +msgstr "" +"Vielleicht wurde beabsichtigt, auf den Tabellenalias »%s« zu verweisen." #: parser/parse_relation.c:2501 #, c-format -msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." -msgstr "Es gibt einen Eintrag für Tabelle »%s«, aber auf ihn kann aus diesem Teil der Anfrage kein Bezug genommen werden." +msgid "" +"There is an entry for table \"%s\", but it cannot be referenced from this " +"part of the query." +msgstr "" +"Es gibt einen Eintrag für Tabelle »%s«, aber auf ihn kann aus diesem Teil " +"der Anfrage kein Bezug genommen werden." #: parser/parse_relation.c:2507 #, c-format @@ -11350,17 +12341,26 @@ msgstr "Spalte »%s« hat Typ %s, aber der Ausdruck hat Typ %s" #: parser/parse_target.c:656 #, c-format -msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type" -msgstr "kann Feld »%s« in Spalte »%s« nicht setzen, weil ihr Typ %s kein zusammengesetzter Typ ist" +msgid "" +"cannot assign to field \"%s\" of column \"%s\" because its type %s is not a " +"composite type" +msgstr "" +"kann Feld »%s« in Spalte »%s« nicht setzen, weil ihr Typ %s kein " +"zusammengesetzter Typ ist" #: parser/parse_target.c:665 #, c-format -msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s" -msgstr "kann Feld »%s« in Spalte »%s« nicht setzen, weil es keine solche Spalte in Datentyp %s gibt" +msgid "" +"cannot assign to field \"%s\" of column \"%s\" because there is no such " +"column in data type %s" +msgstr "" +"kann Feld »%s« in Spalte »%s« nicht setzen, weil es keine solche Spalte in " +"Datentyp %s gibt" #: parser/parse_target.c:732 #, 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 "Wertzuweisung für »%s« erfordert Typ %s, aber Ausdruck hat Typ %s" #: parser/parse_target.c:742 @@ -11425,8 +12425,10 @@ msgstr "%s erstellt implizit eine Sequenz »%s« für die »serial«-Spalte »%s #: parser/parse_utilcmd.c:483 parser/parse_utilcmd.c:495 #, c-format -msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" -msgstr "widersprüchliche NULL/NOT NULL-Deklarationen für Spalte »%s« von Tabelle »%s«" +msgid "" +"conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" +msgstr "" +"widersprüchliche NULL/NOT NULL-Deklarationen für Spalte »%s« von Tabelle »%s«" #: parser/parse_utilcmd.c:507 #, c-format @@ -11467,7 +12469,9 @@ msgstr "»%s« ist kein Unique Index" #: parser/parse_utilcmd.c:1559 parser/parse_utilcmd.c:1629 #, c-format msgid "Cannot create a primary key or unique constraint using such an index." -msgstr "Ein Primärschlüssel oder Unique-Constraint kann nicht mit einem solchen Index erzeugt werden." +msgstr "" +"Ein Primärschlüssel oder Unique-Constraint kann nicht mit einem solchen " +"Index erzeugt werden." #: parser/parse_utilcmd.c:1551 #, c-format @@ -11487,7 +12491,9 @@ msgstr "»%s« ist ein aufschiebbarer Index" #: parser/parse_utilcmd.c:1571 #, c-format msgid "Cannot create a non-deferrable constraint using a deferrable index." -msgstr "Ein nicht aufschiebbarer Constraint kann nicht mit einem aufschiebbaren Index erzeugt werden." +msgstr "" +"Ein nicht aufschiebbarer Constraint kann nicht mit einem aufschiebbaren " +"Index erzeugt werden." #: parser/parse_utilcmd.c:1628 #, c-format @@ -11511,31 +12517,44 @@ msgstr "Indexausdruck kann keine Ergebnismenge zurückgeben" #: parser/parse_utilcmd.c:1949 #, c-format -msgid "index expressions and predicates can refer only to the table being indexed" -msgstr "Indexausdrücke und -prädikate können nur auf die zu indizierende Tabelle verweisen" +msgid "" +"index expressions and predicates can refer only to the table being indexed" +msgstr "" +"Indexausdrücke und -prädikate können nur auf die zu indizierende Tabelle " +"verweisen" #: parser/parse_utilcmd.c:2046 #, c-format msgid "rule WHERE condition cannot contain references to other relations" -msgstr "WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen enthalten" +msgstr "" +"WHERE-Bedingung einer Regel kann keine Verweise auf andere Relationen " +"enthalten" #: parser/parse_utilcmd.c:2052 #, c-format msgid "cannot use aggregate function in rule WHERE condition" -msgstr "Aggregatfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet werden" +msgstr "" +"Aggregatfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet " +"werden" #: parser/parse_utilcmd.c:2056 #, c-format msgid "cannot use window function in rule WHERE condition" -msgstr "Fensterfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet werden" +msgstr "" +"Fensterfunktionen können nicht in der WHERE-Bedingung einer Regel verwendet " +"werden" #: parser/parse_utilcmd.c:2128 #, c-format -msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" -msgstr "Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE oder DELETE haben" +msgid "" +"rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE " +"actions" +msgstr "" +"Regeln mit WHERE-Bedingungen können als Aktion nur SELECT, INSERT, UPDATE " +"oder DELETE haben" #: parser/parse_utilcmd.c:2146 parser/parse_utilcmd.c:2245 -#: rewrite/rewriteHandler.c:442 rewrite/rewriteManip.c:1040 +#: rewrite/rewriteHandler.c:467 rewrite/rewriteManip.c:1040 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "UNION/INTERSECTION/EXCEPT mit Bedingung sind nicht implementiert" @@ -11602,8 +12621,11 @@ msgstr "falsch platzierte INITIALLY IMMEDIATE-Klausel" #: parser/parse_utilcmd.c:2745 #, c-format -msgid "CREATE specifies a schema (%s) different from the one being created (%s)" -msgstr "CREATE gibt ein Schema an (%s) welches nicht gleich dem zu erzeugenden Schema ist (%s)" +msgid "" +"CREATE specifies a schema (%s) different from the one being created (%s)" +msgstr "" +"CREATE gibt ein Schema an (%s) welches nicht gleich dem zu erzeugenden " +"Schema ist (%s)" #: parser/scansup.c:192 #, c-format @@ -11616,7 +12638,7 @@ msgid "poll() failed: %m" msgstr "poll() fehlgeschlagen: %m" #: port/pg_latch.c:421 port/unix_latch.c:421 -#: replication/libpqwalreceiver/libpqwalreceiver.c:233 +#: replication/libpqwalreceiver/libpqwalreceiver.c:234 #, c-format msgid "select() failed: %m" msgstr "select() fehlgeschlagen: %m" @@ -11634,16 +12656,32 @@ msgstr "Fehlgeschlagener Systemaufruf war semget(%lu, %d, 0%o)." #: 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 "" -"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte ist. Er tritt auf, wenn entweder die Systemhöchstgrenze für die Anzahl Semaphor-Sets (SEMMNI) oder die Systemhöchstgrenze für die Anzahl Semaphore (SEMMNS) überschritten würde. Sie müssen den entsprechenden Kernelparameter erhöhen. Alternativ können Sie den Semaphorverbrauch von PostgreSQL reduzieren indem Sie den Parameter »max_connections« herabsetzen.\n" -"Die PostgreSQL-Dokumentation enthält weitere Informationen, wie Sie Ihr System für PostgreSQL konfigurieren können." +"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte ist. " +" Er tritt auf, wenn entweder die Systemhöchstgrenze für die Anzahl Semaphor-" +"Sets (SEMMNI) oder die Systemhöchstgrenze für die Anzahl Semaphore (SEMMNS) " +"überschritten würde. Sie müssen den entsprechenden Kernelparameter erhöhen. " +" Alternativ können Sie den Semaphorverbrauch von PostgreSQL reduzieren indem " +"Sie den Parameter »max_connections« herabsetzen.\n" +"Die PostgreSQL-Dokumentation enthält weitere Informationen, wie Sie Ihr " +"System für PostgreSQL konfigurieren können." #: 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." -msgstr "Sie müssen möglicherweise den Kernelparameter SEMVMX auf mindestens %d erhöhen. Weitere Informationen finden Sie in der PostgreSQL-Dokumentation." +msgid "" +"You possibly need to raise your kernel's SEMVMX value to be at least %d. " +"Look into the PostgreSQL documentation for details." +msgstr "" +"Sie müssen möglicherweise den Kernelparameter SEMVMX auf mindestens %d " +"erhöhen. Weitere Informationen finden Sie in der PostgreSQL-Dokumentation." #: port/pg_shmem.c:143 port/sysv_shmem.c:143 #, c-format @@ -11658,31 +12696,74 @@ msgstr "Fehlgeschlagener Systemaufruf war shmget(Key=%lu, Größe=%lu, 0%o)." #: port/pg_shmem.c:148 port/sysv_shmem.c:148 #, c-format 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." +"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 "" -"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte Shared-Memory-Segment den Kernelparameter SHMMAX überschreitet. Sie können entweder die benötigte Shared-Memory-Größe reduzieren oder SHMMAX im Kernel größer konfigurieren. Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise indem Sie »shared_buffers« oder »max_connections« reduzieren.\n" -"Wenn die angeforderte Größe schon klein ist, ist es möglich, dass sie kleiner ist als der Kernelparameter SHMMIN. Dann müssen Sie die benötigte Shared-Memory-Größe erhöhen oder SHMMIN ändern.\n" -"Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory." +"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte " +"Shared-Memory-Segment den Kernelparameter SHMMAX überschreitet. Sie können " +"entweder die benötigte Shared-Memory-Größe reduzieren oder SHMMAX im Kernel " +"größer konfigurieren. Um die benötigte Shared-Memory-Größe zu reduzieren " +"(aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von " +"PostgreSQL, beispielsweise indem Sie »shared_buffers« oder »max_connections« " +"reduzieren.\n" +"Wenn die angeforderte Größe schon klein ist, ist es möglich, dass sie " +"kleiner ist als der Kernelparameter SHMMIN. Dann müssen Sie die benötigte " +"Shared-Memory-Größe erhöhen oder SHMMIN ändern.\n" +"Die PostgreSQL-Dokumentation enthält weitere Informationen über die " +"Konfiguration von Shared Memory." #: port/pg_shmem.c:161 port/sysv_shmem.c:161 #, c-format msgid "" -"This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space, or exceeded your kernel's SHMALL parameter. You can either reduce the request size or reconfigure the kernel with larger SHMALL. To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.\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 available memory or swap space, or exceeded your kernel's " +"SHMALL parameter. You can either reduce the request size or reconfigure the " +"kernel with larger SHMALL. To reduce the request size (currently %lu " +"bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing " +"shared_buffers or max_connections.\n" +"The PostgreSQL documentation contains more information about shared memory " +"configuration." msgstr "" -"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte Shared-Memory-Segment den verfügbaren Speicher oder Swap-Space oder den Kernel-Parameter SHMALL überschreitet. Sie können entweder die benötigte Shared-Memory-Größe reduzieren oder SHMALL im Kernel größer konfigurieren. Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise indem Sie »shared_buffers« oder »max_connections« reduzieren.\n" -"Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory." +"Dieser Fehler bedeutet gewöhnlich, dass das von PostgreSQL angeforderte " +"Shared-Memory-Segment den verfügbaren Speicher oder Swap-Space oder den " +"Kernel-Parameter SHMALL überschreitet. Sie können entweder die benötigte " +"Shared-Memory-Größe reduzieren oder SHMALL im Kernel größer konfigurieren. " +"Um die benötigte Shared-Memory-Größe zu reduzieren (aktuell %lu Bytes), " +"reduzieren Sie den Shared-Memory-Verbrauch von PostgreSQL, beispielsweise " +"indem Sie »shared_buffers« oder »max_connections« reduzieren.\n" +"Die PostgreSQL-Dokumentation enthält weitere Informationen über die " +"Konfiguration von Shared Memory." #: port/pg_shmem.c:172 port/sysv_shmem.c:172 #, 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. If you cannot increase the shared memory limit, reduce PostgreSQL's shared memory request (currently %lu bytes), perhaps by reducing shared_buffers or max_connections.\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. If you cannot increase " +"the shared memory limit, reduce PostgreSQL's shared memory request " +"(currently %lu bytes), perhaps by reducing shared_buffers or max_connections." +"\n" +"The PostgreSQL documentation contains more information about shared memory " +"configuration." msgstr "" -"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte ist. Er tritt auf, wenn entweder alle verfügbaren Shared-Memory-IDs aufgebraucht sind, dann müssen den Kernelparameter SHMMNI erhöhen, oder weil die Systemhöchstgrenze für Shared Memory insgesamt erreicht wurde. Wenn Sie die Höchstgrenze für Shared Memory nicht erhöhen können, verkleinern Sie das von PostgreSQL benötigte Shared Memory (aktuell %lu Bytes), beispielsweise indem Sie »shared_buffers« oder »max_connections« reduzieren.\n" -"Die PostgreSQL-Dokumentation enthält weitere Informationen über die Konfiguration von Shared Memory." +"Dieser Fehler bedeutet *nicht*, dass kein Platz mehr auf der Festplatte ist. " +" Er tritt auf, wenn entweder alle verfügbaren Shared-Memory-IDs aufgebraucht " +"sind, dann müssen den Kernelparameter SHMMNI erhöhen, oder weil die " +"Systemhöchstgrenze für Shared Memory insgesamt erreicht wurde. Wenn Sie die " +"Höchstgrenze für Shared Memory nicht erhöhen können, verkleinern Sie das von " +"PostgreSQL benötigte Shared Memory (aktuell %lu Bytes), beispielsweise indem " +"Sie »shared_buffers« oder »max_connections« reduzieren.\n" +"Die PostgreSQL-Dokumentation enthält weitere Informationen über die " +"Konfiguration von Shared Memory." #: port/pg_shmem.c:435 port/sysv_shmem.c:435 #, c-format @@ -11696,13 +12777,17 @@ msgstr "konnte dbghelp.dll nicht laden, kann Crash-Dump nicht schreiben\n" #: port/win32/crashdump.c:116 #, c-format -msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n" -msgstr "konnte benötigte Funktionen in dbghelp.dll nicht laden, kann Crash-Dump nicht schreiben\n" +msgid "" +"could not load required functions in dbghelp.dll, cannot write crash dump\n" +msgstr "" +"konnte benötigte Funktionen in dbghelp.dll nicht laden, kann Crash-Dump " +"nicht schreiben\n" #: port/win32/crashdump.c:147 #, c-format msgid "could not open crash dump file \"%s\" for writing: error code %lu\n" -msgstr "konnte Crash-Dump-Datei »%s« nicht zum Schreiben öffnen: Fehlercode %lu\n" +msgstr "" +"konnte Crash-Dump-Datei »%s« nicht zum Schreiben öffnen: Fehlercode %lu\n" #: port/win32/crashdump.c:154 #, c-format @@ -11732,12 +12817,15 @@ msgstr "konnte SID der PowerUsers-Gruppe nicht ermitteln: Fehlercode %lu\n" #: port/win32/signal.c:189 #, c-format msgid "could not create signal listener pipe for PID %d: error code %lu" -msgstr "konnte Listener-Pipe für Signale für PID %d nicht erzeugen: Fehlercode %lu" +msgstr "" +"konnte Listener-Pipe für Signale für PID %d nicht erzeugen: Fehlercode %lu" #: port/win32/signal.c:269 port/win32/signal.c:301 #, c-format msgid "could not create signal listener pipe: error code %lu; retrying\n" -msgstr "konnte Listener-Pipe für Signale nicht erzeugen: Fehlercode %lu; wiederhole Versuch\n" +msgstr "" +"konnte Listener-Pipe für Signale nicht erzeugen: Fehlercode %lu; wiederhole " +"Versuch\n" #: port/win32/signal.c:312 #, c-format @@ -11772,7 +12860,8 @@ msgstr "konnte Shared-Memory-Segment nicht erzeugen: Fehlercode %lu" #: port/win32_shmem.c:169 #, c-format msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)." -msgstr "Fehlgeschlagener Systemaufruf war CreateFileMapping(Größe=%lu, Name=%s)." +msgstr "" +"Fehlgeschlagener Systemaufruf war CreateFileMapping(Größe=%lu, Name=%s)." #: port/win32_shmem.c:193 #, c-format @@ -11781,8 +12870,12 @@ msgstr "bereits bestehender Shared-Memory-Block wird noch benutzt" #: port/win32_shmem.c:194 #, c-format -msgid "Check if there are any old server processes still running, and terminate them." -msgstr "Prüfen Sie, ob irgendwelche alten Serverprozesse noch laufen und beenden Sie diese." +msgid "" +"Check if there are any old server processes still running, and terminate " +"them." +msgstr "" +"Prüfen Sie, ob irgendwelche alten Serverprozesse noch laufen und beenden Sie " +"diese." #: port/win32_shmem.c:204 #, c-format @@ -11822,12 +12915,14 @@ msgstr "Autovacuum: bearbeite Datenbank »%s«" #: postmaster/autovacuum.c:2041 #, 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«" +msgstr "" +"Autovacuum: lösche verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s«" #: postmaster/autovacuum.c:2053 #, 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" +msgstr "" +"Autovacuum: verwaiste temporäre Tabelle »%s.%s« in Datenbank »%s« gefunden" #: postmaster/autovacuum.c:2323 #, c-format @@ -11858,8 +12953,10 @@ msgstr[1] "Checkpoints passieren zu oft (alle %d Sekunden)" #: postmaster/checkpointer.c:489 #, c-format -msgid "Consider increasing the configuration parameter \"checkpoint_segments\"." -msgstr "Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«." +msgid "" +"Consider increasing the configuration parameter \"checkpoint_segments\"." +msgstr "" +"Erhöhen Sie eventuell den Konfigurationsparameter »checkpoint_segments«." #: postmaster/checkpointer.c:634 #, c-format @@ -11894,7 +12991,8 @@ msgstr "archive_mode ist an, aber archive_command ist nicht gesetzt" #: postmaster/pgarch.c:505 #, c-format msgid "transaction log file \"%s\" could not be archived: too many failures" -msgstr "Transaktionslogdatei »%s« konnte nicht archiviert werden: zu viele Fehler" +msgstr "" +"Transaktionslogdatei »%s« konnte nicht archiviert werden: zu viele Fehler" #: postmaster/pgarch.c:608 #, c-format @@ -11914,8 +13012,11 @@ msgstr "Archivbefehl wurde durch Ausnahme 0x%X beendet" #: postmaster/pgarch.c:619 postmaster/postmaster.c:2878 #, 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." +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." #: postmaster/pgarch.c:624 #, c-format @@ -11965,7 +13066,8 @@ msgstr "konnte Socket für Statistiksammelprozess nicht binden: %m" #: postmaster/pgstat.c:388 #, c-format msgid "could not get address of socket for statistics collector: %m" -msgstr "konnte Adresse für Socket für Statistiksammelprozess nicht ermitteln: %m" +msgstr "" +"konnte Adresse für Socket für Statistiksammelprozess nicht ermitteln: %m" #: postmaster/pgstat.c:404 #, c-format @@ -11975,7 +13077,8 @@ msgstr "konnte nicht mit Socket für Statistiksammelprozess verbinden: %m" #: postmaster/pgstat.c:425 #, c-format msgid "could not send test message on socket for statistics collector: %m" -msgstr "konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m" +msgstr "" +"konnte Testnachricht auf Socket für Statistiksammelprozess nicht senden: %m" #: postmaster/pgstat.c:451 #, c-format @@ -11990,17 +13093,23 @@ msgstr "Testnachricht auf Socket für Statistiksammelprozess kam nicht durch" #: postmaster/pgstat.c:481 #, c-format msgid "could not receive test message on socket for statistics collector: %m" -msgstr "konnte Testnachricht auf Socket für Statistiksammelprozess nicht empfangen: %m" +msgstr "" +"konnte Testnachricht auf Socket für Statistiksammelprozess nicht empfangen: " +"%m" #: postmaster/pgstat.c:491 #, c-format msgid "incorrect test message transmission on socket for statistics collector" -msgstr "fehlerhafte Übertragung der Testnachricht auf Socket für Statistiksammelprozess" +msgstr "" +"fehlerhafte Übertragung der Testnachricht auf Socket für " +"Statistiksammelprozess" #: postmaster/pgstat.c:514 #, c-format msgid "could not set statistics collector socket to nonblocking mode: %m" -msgstr "konnte Socket von Statistiksammelprozess nicht auf nicht blockierenden Modus setzen: %m" +msgstr "" +"konnte Socket von Statistiksammelprozess nicht auf nicht blockierenden Modus " +"setzen: %m" #: postmaster/pgstat.c:524 #, c-format @@ -12027,125 +13136,134 @@ msgstr "unbekanntes Reset-Ziel: »%s«" msgid "Target must be \"bgwriter\"." msgstr "Das Reset-Ziel muss »bgwriter« sein." -#: postmaster/pgstat.c:3143 +#: postmaster/pgstat.c:3144 #, c-format msgid "could not read statistics message: %m" msgstr "konnte Statistiknachricht nicht lesen: %m" -#: postmaster/pgstat.c:3460 +#: postmaster/pgstat.c:3461 #, c-format msgid "could not open temporary statistics file \"%s\": %m" msgstr "konnte temporäre Statistikdatei »%s« nicht öffnen: %m" -#: postmaster/pgstat.c:3537 +#: postmaster/pgstat.c:3538 #, c-format msgid "could not write temporary statistics file \"%s\": %m" msgstr "konnte temporäre Statistikdatei »%s« nicht schreiben: %m" -#: postmaster/pgstat.c:3546 +#: postmaster/pgstat.c:3547 #, c-format msgid "could not close temporary statistics file \"%s\": %m" msgstr "konnte temporäre Statistikdatei »%s« nicht schließen: %m" -#: postmaster/pgstat.c:3554 +#: postmaster/pgstat.c:3555 #, c-format msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" msgstr "konnte temporäre Statistikdatei »%s« nicht in »%s« umbenennen: %m" -#: postmaster/pgstat.c:3660 postmaster/pgstat.c:3889 +#: postmaster/pgstat.c:3661 postmaster/pgstat.c:3890 #, c-format msgid "could not open statistics file \"%s\": %m" msgstr "konnte Statistikdatei »%s« nicht öffnen: %m" -#: postmaster/pgstat.c:3672 postmaster/pgstat.c:3682 postmaster/pgstat.c:3704 -#: postmaster/pgstat.c:3719 postmaster/pgstat.c:3782 postmaster/pgstat.c:3800 -#: postmaster/pgstat.c:3816 postmaster/pgstat.c:3834 postmaster/pgstat.c:3850 -#: postmaster/pgstat.c:3901 postmaster/pgstat.c:3912 +#: postmaster/pgstat.c:3673 postmaster/pgstat.c:3683 postmaster/pgstat.c:3705 +#: postmaster/pgstat.c:3720 postmaster/pgstat.c:3783 postmaster/pgstat.c:3801 +#: postmaster/pgstat.c:3817 postmaster/pgstat.c:3835 postmaster/pgstat.c:3851 +#: postmaster/pgstat.c:3902 postmaster/pgstat.c:3913 #, c-format msgid "corrupted statistics file \"%s\"" msgstr "verfälschte Statistikdatei »%s«" -#: postmaster/pgstat.c:4214 +#: postmaster/pgstat.c:4215 #, c-format msgid "database hash table corrupted during cleanup --- abort" msgstr "Datenbank-Hash-Tabelle beim Aufräumen verfälscht --- Abbruch" -#: postmaster/postmaster.c:587 +#: postmaster/postmaster.c:616 #, c-format msgid "%s: invalid argument for option -f: \"%s\"\n" msgstr "%s: ungültiges Argument für Option -f: »%s«\n" -#: postmaster/postmaster.c:673 +#: postmaster/postmaster.c:702 #, c-format msgid "%s: invalid argument for option -t: \"%s\"\n" msgstr "%s: ungültiges Argument für Option -t: »%s«\n" -#: postmaster/postmaster.c:724 +#: postmaster/postmaster.c:753 #, c-format msgid "%s: invalid argument: \"%s\"\n" msgstr "%s: ungültiges Argument: »%s«\n" -#: postmaster/postmaster.c:759 +#: postmaster/postmaster.c:788 #, c-format msgid "%s: superuser_reserved_connections must be less than max_connections\n" -msgstr "%s: superuser_reserved_connections muss kleiner als max_connections sein\n" +msgstr "" +"%s: superuser_reserved_connections muss kleiner als max_connections sein\n" -#: postmaster/postmaster.c:764 +#: postmaster/postmaster.c:793 #, c-format msgid "%s: max_wal_senders must be less than max_connections\n" msgstr "%s: max_wal_senders muss kleiner als max_connections sein\n" -#: postmaster/postmaster.c:769 +#: postmaster/postmaster.c:798 #, c-format -msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\"" -msgstr "WAL-Archivierung (archive_mode=on) benötigt wal_level »archive« oder »hot_standby«" +msgid "" +"WAL archival (archive_mode=on) requires wal_level \"archive\" or " +"\"hot_standby\"" +msgstr "" +"WAL-Archivierung (archive_mode=on) benötigt wal_level »archive« oder " +"»hot_standby«" -#: postmaster/postmaster.c:772 +#: postmaster/postmaster.c:801 #, c-format -msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"" -msgstr "WAL-Streaming (max_wal_senders > 0) benötigt wal_level »archive« oder »hot_standby«" +msgid "" +"WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or " +"\"hot_standby\"" +msgstr "" +"WAL-Streaming (max_wal_senders > 0) benötigt wal_level »archive« oder " +"»hot_standby«" -#: postmaster/postmaster.c:780 +#: postmaster/postmaster.c:809 #, c-format msgid "%s: invalid datetoken tables, please fix\n" msgstr "%s: ungültige datetoken-Tabellen, bitte reparieren\n" -#: postmaster/postmaster.c:856 +#: postmaster/postmaster.c:885 #, c-format msgid "invalid list syntax for \"listen_addresses\"" msgstr "ungültige Listensyntax für Parameter »listen_addresses«" -#: postmaster/postmaster.c:886 +#: postmaster/postmaster.c:915 #, c-format msgid "could not create listen socket for \"%s\"" msgstr "konnte Listen-Socket für »%s« nicht erzeugen" -#: postmaster/postmaster.c:892 +#: postmaster/postmaster.c:921 #, c-format msgid "could not create any TCP/IP sockets" msgstr "konnte keine TCP/IP-Sockets erstellen" -#: postmaster/postmaster.c:943 +#: postmaster/postmaster.c:972 #, c-format msgid "could not create Unix-domain socket" msgstr "konnte Unix-Domain-Socket nicht erstellen" -#: postmaster/postmaster.c:951 +#: postmaster/postmaster.c:980 #, c-format msgid "no socket created for listening" msgstr "keine Listen-Socket erzeugt" -#: postmaster/postmaster.c:996 +#: postmaster/postmaster.c:1025 #, c-format msgid "could not create I/O completion port for child queue" msgstr "konnte Ein-/Ausgabe-Completion-Port für Child-Queue nicht erzeugen" -#: postmaster/postmaster.c:1026 +#: postmaster/postmaster.c:1055 #, c-format msgid "%s: could not change permissions of external PID file \"%s\": %s\n" msgstr "%s: konnte Rechte der externen PID-Datei »%s« nicht ändern: %s\n" -#: postmaster/postmaster.c:1030 +#: postmaster/postmaster.c:1059 #, c-format msgid "%s: could not write external PID file \"%s\": %s\n" msgstr "%s: konnte externe PID-Datei »%s« nicht schreiben: %s\n" @@ -12162,8 +13280,12 @@ msgstr "%s: konnte kein passendes Programm »postgres« finden" #: postmaster/postmaster.c:1174 utils/misc/tzparser.c:325 #, c-format -msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." -msgstr "Dies kann auf eine unvollständige PostgreSQL-Installation hindeuten, oder darauf, dass die Datei »%s« von ihrer richtigen Stelle verschoben worden ist." +msgid "" +"This may indicate an incomplete PostgreSQL installation, or that the file \"" +"%s\" has been moved away from its proper location." +msgstr "" +"Dies kann auf eine unvollständige PostgreSQL-Installation hindeuten, oder " +"darauf, dass die Datei »%s« von ihrer richtigen Stelle verschoben worden ist." #: postmaster/postmaster.c:1202 #, c-format @@ -12188,7 +13310,9 @@ msgstr "Datenverzeichnis »%s« hat falschen Eigentümer" #: postmaster/postmaster.c:1233 #, c-format msgid "The server must be started by the user that owns the data directory." -msgstr "Der Server muss von dem Benutzer gestartet werden, dem das Datenverzeichnis gehört." +msgstr "" +"Der Server muss von dem Benutzer gestartet werden, dem das Datenverzeichnis " +"gehört." #: postmaster/postmaster.c:1253 #, c-format @@ -12234,7 +13358,9 @@ msgstr "konnte SSL-Verhandlungsantwort nicht senden: %m" #: postmaster/postmaster.c:1603 #, 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" +msgstr "" +"nicht unterstütztes Frontend-Protokoll %u.%u: Server unterstützt %u.0 bis %u." +"%u" #: postmaster/postmaster.c:1654 #, c-format @@ -12323,8 +13449,12 @@ msgstr "Serverstart abgebrochen wegen Startprozessfehler" #: postmaster/postmaster.c:2373 #, c-format -msgid "terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect" -msgstr "breche alle WAL-Sender-Prozesse ab, damit der/die kaskadierte(n) Standbys die Zeitleiste aktualisieren und neu verbinden" +msgid "" +"terminating all walsender processes to force cascaded standby(s) to update " +"timeline and reconnect" +msgstr "" +"breche alle WAL-Sender-Prozesse ab, damit der/die kaskadierte(n) Standbys " +"die Zeitleiste aktualisieren und neu verbinden" #: postmaster/postmaster.c:2403 #, c-format @@ -12434,150 +13564,156 @@ msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): %m" msgid "could not fork new process for connection: " msgstr "konnte neuen Prozess für Verbindung nicht starten (fork-Fehler): " -#: postmaster/postmaster.c:3469 +#: postmaster/postmaster.c:3462 #, c-format msgid "connection received: host=%s port=%s" msgstr "Verbindung empfangen: Host=%s Port=%s" -#: postmaster/postmaster.c:3474 +#: postmaster/postmaster.c:3467 #, c-format msgid "connection received: host=%s" msgstr "Verbindung empfangen: Host=%s" -#: postmaster/postmaster.c:3738 +#: postmaster/postmaster.c:3746 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "konnte Serverprozess »%s« nicht ausführen: %m" -#: postmaster/postmaster.c:4261 +#: postmaster/postmaster.c:4269 #, c-format msgid "database system is ready to accept read only connections" msgstr "Datenbanksystem ist bereit, um lesende Verbindungen anzunehmen" -#: postmaster/postmaster.c:4531 +#: postmaster/postmaster.c:4539 #, c-format msgid "could not fork startup process: %m" msgstr "konnte Startprozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:4535 +#: postmaster/postmaster.c:4543 #, c-format msgid "could not fork background writer process: %m" msgstr "konnte Background-Writer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:4539 +#: postmaster/postmaster.c:4547 #, c-format msgid "could not fork checkpointer process: %m" msgstr "konnte Checkpointer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:4543 +#: postmaster/postmaster.c:4551 #, c-format msgid "could not fork WAL writer process: %m" msgstr "konnte WAL-Writer-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:4547 +#: postmaster/postmaster.c:4555 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "konnte WAL-Receiver-Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:4551 +#: postmaster/postmaster.c:4559 #, c-format msgid "could not fork process: %m" msgstr "konnte Prozess nicht starten (fork-Fehler): %m" -#: postmaster/postmaster.c:4840 +#: postmaster/postmaster.c:4848 #, 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" +msgstr "" +"konnte Socket %d nicht für Verwendung in Backend duplizieren: Fehlercode %d" -#: postmaster/postmaster.c:4872 +#: postmaster/postmaster.c:4880 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "konnte geerbtes Socket nicht erzeugen: Fehlercode %d\n" -#: postmaster/postmaster.c:4901 postmaster/postmaster.c:4908 +#: postmaster/postmaster.c:4909 postmaster/postmaster.c:4916 #, 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:4917 +#: postmaster/postmaster.c:4925 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "konnte Datei »%s« nicht löschen: %s\n" -#: postmaster/postmaster.c:4934 +#: postmaster/postmaster.c:4942 #, 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:4943 +#: postmaster/postmaster.c:4951 #, 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:4950 +#: postmaster/postmaster.c:4958 #, 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" +msgstr "" +"konnte Handle für Backend-Parametervariablen nicht schließen: Fehlercode " +"%lu\n" -#: postmaster/postmaster.c:5100 +#: postmaster/postmaster.c:5108 #, c-format msgid "could not read exit code for process\n" msgstr "konnte Exitcode des Prozesses nicht lesen\n" -#: postmaster/postmaster.c:5105 +#: postmaster/postmaster.c:5113 #, c-format msgid "could not post child completion status\n" msgstr "konnte Child-Completion-Status nicht versenden\n" -#: postmaster/syslogger.c:467 postmaster/syslogger.c:1054 +#: postmaster/syslogger.c:456 postmaster/syslogger.c:1043 #, c-format msgid "could not read from logger pipe: %m" msgstr "konnte nicht aus Logger-Pipe lesen: %m" -#: postmaster/syslogger.c:516 +#: postmaster/syslogger.c:505 #, c-format msgid "logger shutting down" msgstr "Logger fährt herunter" -#: postmaster/syslogger.c:560 postmaster/syslogger.c:574 +#: postmaster/syslogger.c:549 postmaster/syslogger.c:563 #, c-format msgid "could not create pipe for syslog: %m" msgstr "konnte Pipe für Syslog nicht erzeugen: %m" -#: postmaster/syslogger.c:610 +#: postmaster/syslogger.c:599 #, c-format msgid "could not fork system logger: %m" msgstr "konnte Systemlogger nicht starten (fork-Fehler): %m" -#: postmaster/syslogger.c:641 +#: postmaster/syslogger.c:630 #, c-format msgid "could not redirect stdout: %m" msgstr "konnte Standardausgabe nicht umleiten: %m" -#: postmaster/syslogger.c:646 postmaster/syslogger.c:664 +#: postmaster/syslogger.c:635 postmaster/syslogger.c:653 #, c-format msgid "could not redirect stderr: %m" msgstr "konnte Standardfehlerausgabe nicht umleiten: %m" -#: postmaster/syslogger.c:1009 +#: postmaster/syslogger.c:998 #, c-format msgid "could not write to log file: %s\n" msgstr "konnte nicht in Logdatei schreiben: %s\n" -#: postmaster/syslogger.c:1149 +#: postmaster/syslogger.c:1138 #, c-format msgid "could not open log file \"%s\": %m" msgstr "konnte Logdatei »%s« nicht öffnen: %m" -#: postmaster/syslogger.c:1211 postmaster/syslogger.c:1255 +#: postmaster/syslogger.c:1200 postmaster/syslogger.c:1244 #, c-format msgid "disabling automatic rotation (use SIGHUP to re-enable)" -msgstr "automatische Rotation abgeschaltet (SIGHUP zum Wiederanschalten verwenden)" +msgstr "" +"automatische Rotation abgeschaltet (SIGHUP zum Wiederanschalten verwenden)" #: regex/regc_pg_locale.c:261 #, c-format msgid "could not determine which collation to use for regular expression" -msgstr "konnte die für den regulären Ausdruck zu verwendende Sortierfolge nicht bestimmen" +msgstr "" +"konnte die für den regulären Ausdruck zu verwendende Sortierfolge nicht " +"bestimmen" #: repl_scanner.l:76 msgid "invalid streaming start location" @@ -12592,67 +13728,67 @@ msgstr "Zeichenkette in Anführungszeichen nicht abgeschlossen" msgid "syntax error: unexpected character \"%s\"" msgstr "Syntaxfehler: unerwartetes Zeichen »%s«" -#: replication/basebackup.c:132 replication/basebackup.c:903 +#: replication/basebackup.c:133 replication/basebackup.c:904 #: utils/adt/misc.c:358 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "konnte symbolische Verknüpfung »%s« nicht lesen: %m" -#: replication/basebackup.c:139 replication/basebackup.c:907 +#: replication/basebackup.c:140 replication/basebackup.c:908 #: utils/adt/misc.c:362 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "Ziel für symbolische Verknüpfung »%s« ist zu lang" -#: replication/basebackup.c:208 +#: replication/basebackup.c:209 #, c-format msgid "could not stat control file \"%s\": %m" msgstr "konnte »stat« für Kontrolldatei »%s« nicht ausführen: %m" -#: replication/basebackup.c:323 +#: replication/basebackup.c:324 #, c-format msgid "could not find any WAL files" msgstr "konnte keine WAL-Dateien finden" -#: replication/basebackup.c:335 replication/basebackup.c:352 -#: replication/basebackup.c:360 +#: replication/basebackup.c:336 replication/basebackup.c:353 +#: replication/basebackup.c:361 #, c-format msgid "could not find WAL file \"%s\"" msgstr "konnte WAL-Datei »%s« nicht finden" -#: replication/basebackup.c:399 replication/basebackup.c:422 +#: replication/basebackup.c:400 replication/basebackup.c:423 #, c-format msgid "unexpected WAL file size \"%s\"" msgstr "unerwartete WAL-Dateigröße »%s«" -#: replication/basebackup.c:410 replication/basebackup.c:1081 +#: replication/basebackup.c:411 replication/basebackup.c:1082 #, c-format msgid "base backup could not send data, aborting backup" msgstr "Basissicherung konnte keine Daten senden, Sicherung abgebrochen" -#: replication/basebackup.c:493 replication/basebackup.c:502 -#: replication/basebackup.c:511 replication/basebackup.c:520 -#: replication/basebackup.c:529 +#: replication/basebackup.c:494 replication/basebackup.c:503 +#: replication/basebackup.c:512 replication/basebackup.c:521 +#: replication/basebackup.c:530 #, c-format msgid "duplicate option \"%s\"" msgstr "doppelte Option »%s«" -#: replication/basebackup.c:778 replication/basebackup.c:857 +#: replication/basebackup.c:779 replication/basebackup.c:858 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %m" -#: replication/basebackup.c:839 +#: replication/basebackup.c:840 #, c-format msgid "shutdown requested, aborting active base backup" msgstr "Herunterfahren verlangt, aktive Basissicherung wird abgebrochen" -#: replication/basebackup.c:981 +#: replication/basebackup.c:982 #, c-format msgid "skipping special file \"%s\"" msgstr "überspringe besondere Datei »%s«" -#: replication/basebackup.c:1071 +#: replication/basebackup.c:1072 #, c-format msgid "archive member \"%s\" too large for tar format" msgstr "Archivmitglied »%s« zu groß für Tar-Format" @@ -12664,8 +13800,12 @@ msgstr "konnte nicht mit dem Primärserver verbinden: %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:113 #, c-format -msgid "could not receive database system identifier and timeline ID from the primary server: %s" -msgstr "konnte Datenbanksystemidentifikator und Timeline-ID nicht vom Primärserver empfangen: %s" +msgid "" +"could not receive database system identifier and timeline ID from the " +"primary server: %s" +msgstr "" +"konnte Datenbanksystemidentifikator und Timeline-ID nicht vom Primärserver " +"empfangen: %s" #: replication/libpqwalreceiver/libpqwalreceiver.c:124 #, c-format @@ -12677,62 +13817,75 @@ msgstr "ungültige Antwort vom Primärserver" msgid "Expected 1 tuple with 3 fields, got %d tuples with %d fields." msgstr "1 Tupel mit 3 Feldern erwartet, %d Tupel mit %d Feldern erhalten." -#: replication/libpqwalreceiver/libpqwalreceiver.c:140 +#: replication/libpqwalreceiver/libpqwalreceiver.c:141 #, c-format msgid "database system identifier differs between the primary and standby" -msgstr "Datenbanksystemidentifikator unterscheidet sich zwischen Primär- und Standby-Server" +msgstr "" +"Datenbanksystemidentifikator unterscheidet sich zwischen Primär- und Standby-" +"Server" -#: replication/libpqwalreceiver/libpqwalreceiver.c:141 +#: replication/libpqwalreceiver/libpqwalreceiver.c:142 #, c-format msgid "The primary's identifier is %s, the standby's identifier is %s." -msgstr "Identifikator des Primärservers ist %s, Identifikator des Standby ist %s." +msgstr "" +"Identifikator des Primärservers ist %s, Identifikator des Standby ist %s." -#: replication/libpqwalreceiver/libpqwalreceiver.c:153 +#: replication/libpqwalreceiver/libpqwalreceiver.c:154 #, c-format msgid "timeline %u of the primary does not match recovery target timeline %u" -msgstr "Timeline %u des primären Servers stimmt nicht mit der Timeline %u des Wiederherstellungsziels überein" +msgstr "" +"Timeline %u des primären Servers stimmt nicht mit der Timeline %u des " +"Wiederherstellungsziels überein" -#: replication/libpqwalreceiver/libpqwalreceiver.c:165 +#: replication/libpqwalreceiver/libpqwalreceiver.c:166 #, c-format msgid "could not start WAL streaming: %s" msgstr "konnte WAL-Streaming nicht starten: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:171 +#: replication/libpqwalreceiver/libpqwalreceiver.c:172 #, c-format msgid "streaming replication successfully connected to primary" msgstr "Streaming-Replikation hat erfolgreich mit primärem Server verbunden" -#: replication/libpqwalreceiver/libpqwalreceiver.c:193 +#: replication/libpqwalreceiver/libpqwalreceiver.c:194 #, c-format msgid "socket not open" msgstr "Socket ist nicht offen" -#: replication/libpqwalreceiver/libpqwalreceiver.c:367 -#: replication/libpqwalreceiver/libpqwalreceiver.c:388 -#: replication/libpqwalreceiver/libpqwalreceiver.c:393 +#: replication/libpqwalreceiver/libpqwalreceiver.c:368 +#: replication/libpqwalreceiver/libpqwalreceiver.c:389 +#: replication/libpqwalreceiver/libpqwalreceiver.c:394 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "konnte keine Daten vom WAL-Stream empfangen: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:384 +#: replication/libpqwalreceiver/libpqwalreceiver.c:385 #, c-format msgid "replication terminated by primary server" msgstr "Replikation wurde durch Primärserver beendet" -#: replication/libpqwalreceiver/libpqwalreceiver.c:415 +#: replication/libpqwalreceiver/libpqwalreceiver.c:416 #, c-format msgid "could not send data to WAL stream: %s" msgstr "konnte keine Daten an den WAL-Stream senden: %s" #: 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" +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: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." +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:225 #, c-format @@ -12749,15 +13902,17 @@ msgstr "Standby »%s« hat jetzt synchrone Standby-Priorität %u" msgid "standby \"%s\" is now the synchronous standby with priority %u" msgstr "Standby »%s« ist jetzt der synchrone Standby mit Priorität %u" -#: replication/walreceiver.c:150 +#: replication/walreceiver.c:151 #, c-format msgid "terminating walreceiver process due to administrator command" -msgstr "breche WAL-Receiver-Prozess ab aufgrund von Anweisung des Administrators" +msgstr "" +"breche WAL-Receiver-Prozess ab aufgrund von Anweisung des Administrators" -#: replication/walreceiver.c:306 +#: replication/walreceiver.c:307 #, c-format msgid "cannot continue WAL streaming, recovery has already ended" -msgstr "kann WAL-Streaming nicht fortsetzen, Wiederherstellung ist bereits beendet" +msgstr "" +"kann WAL-Streaming nicht fortsetzen, Wiederherstellung ist bereits beendet" #: replication/walsender.c:271 replication/walsender.c:522 #: replication/walsender.c:580 @@ -12770,10 +13925,14 @@ msgstr "unerwartetes EOF auf Standby-Verbindung" msgid "invalid standby handshake message type %d" msgstr "ungültiger Standby-Handshake-Message-Typ %d" -#: replication/walsender.c:400 replication/walsender.c:1159 +#: replication/walsender.c:400 replication/walsender.c:1173 #, c-format -msgid "terminating walsender process to force cascaded standby to update timeline and reconnect" -msgstr "breche WAL-Sender-Prozess ab, damit der kaskadierte Standby die Zeitleiste aktualisiert und neu verbindet" +msgid "" +"terminating walsender process to force cascaded standby to update timeline " +"and reconnect" +msgstr "" +"breche WAL-Sender-Prozess ab, damit der kaskadierte Standby die Zeitleiste " +"aktualisiert und neu verbindet" #: replication/walsender.c:494 #, c-format @@ -12790,27 +13949,33 @@ msgstr "ungültiger Standby-Message-Typ »%c«" msgid "unexpected message type \"%c\"" msgstr "unerwarteter Message-Typ »%c«" -#: replication/walsender.c:797 +#: replication/walsender.c:800 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "Standby-Server »%s« hat jetzt den Primärserver eingeholt" -#: replication/walsender.c:874 +#: replication/walsender.c:888 #, c-format msgid "terminating walsender process due to replication timeout" -msgstr "breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation" +msgstr "" +"breche WAL-Sender-Prozess ab wegen Zeitüberschreitung bei der Replikation" -#: replication/walsender.c:941 +#: replication/walsender.c:955 #, 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)" +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:1064 +#: replication/walsender.c:1078 #, c-format msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m" -msgstr "konnte nicht aus Logdatei %u, Segment %u bei Position %u, Länge %lu lesen: %m" +msgstr "" +"konnte nicht aus Logdatei %u, Segment %u bei Position %u, Länge %lu lesen: %m" -#: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:771 +#: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:794 #, c-format msgid "rule \"%s\" for relation \"%s\" already exists" msgstr "Regel »%s« für Relation »%s« existiert bereits" @@ -12858,7 +14023,9 @@ msgstr "Regeln für SELECT müssen als Aktion INSTEAD SELECT haben" #: rewrite/rewriteDefine.c:337 #, c-format msgid "rules on SELECT must not contain data-modifying statements in WITH" -msgstr "Regeln für SELECT dürfen keine datenmodifizierenden Anweisungen in WITH enthalten" +msgstr "" +"Regeln für SELECT dürfen keine datenmodifizierenden Anweisungen in WITH " +"enthalten" #: rewrite/rewriteDefine.c:345 #, c-format @@ -12887,8 +14054,11 @@ msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Trigger hat" #: rewrite/rewriteDefine.c:428 #, c-format -msgid "In particular, the table cannot be involved in any foreign key relationships." -msgstr "Insbesondere darf die Tabelle nicht in Fremschlüsselverhältnisse eingebunden sein." +msgid "" +"In particular, the table cannot be involved in any foreign key relationships." +msgstr "" +"Insbesondere darf die Tabelle nicht in Fremschlüsselverhältnisse eingebunden " +"sein." #: rewrite/rewriteDefine.c:433 #, c-format @@ -12898,7 +14068,9 @@ msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie Indexe hat" #: rewrite/rewriteDefine.c:439 #, c-format msgid "could not convert table \"%s\" to a view because it has child tables" -msgstr "konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie abgeleitete Tabellen hat" +msgstr "" +"konnte Tabelle »%s« nicht in Sicht umwandeln, weil sie abgeleitete Tabellen " +"hat" #: rewrite/rewriteDefine.c:466 #, c-format @@ -12915,136 +14087,187 @@ msgstr "RETURNING-Listen werden in Regeln mit Bedingung nicht unterstützt" msgid "RETURNING lists are not supported in non-INSTEAD rules" msgstr "RETURNING-Listen werden nur in INSTEAD-Regeln unterstützt" -#: rewrite/rewriteDefine.c:554 +#: rewrite/rewriteDefine.c:555 #, c-format msgid "SELECT rule's target list has too many entries" msgstr "Targetliste von SELECT-Regel hat zu viele Einträge" -#: rewrite/rewriteDefine.c:555 +#: rewrite/rewriteDefine.c:556 #, c-format msgid "RETURNING list has too many entries" msgstr "RETURNING-Liste hat zu viele Einträge" -#: rewrite/rewriteDefine.c:571 +#: rewrite/rewriteDefine.c:572 #, c-format msgid "cannot convert relation containing dropped columns to view" msgstr "kann Relation mit gelöschten Spalten nicht in Sicht umwandeln" -#: rewrite/rewriteDefine.c:576 +#: rewrite/rewriteDefine.c:578 #, c-format msgid "SELECT rule's target entry %d has different column name from \"%s\"" -msgstr "Spaltenname in Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" +msgstr "" +"Spaltenname in Targeteintrag %d von SELECT-Regel unterscheidet sich von " +"Spalte »%s«" + +#: rewrite/rewriteDefine.c:580 +#, c-format +msgid "SELECT target entry is named \"%s\"." +msgstr "SELECT-Targeteintrag heißt »%s«." -#: rewrite/rewriteDefine.c:582 +#: rewrite/rewriteDefine.c:589 #, c-format msgid "SELECT rule's target entry %d has different type from column \"%s\"" -msgstr "Typ von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" +msgstr "" +"Typ von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" -#: rewrite/rewriteDefine.c:584 +#: rewrite/rewriteDefine.c:591 #, c-format msgid "RETURNING list's entry %d has different type from column \"%s\"" msgstr "Eintrag %d in RETURNING-Liste hat anderen Typ als Spalte »%s«" -#: rewrite/rewriteDefine.c:599 +#: rewrite/rewriteDefine.c:594 rewrite/rewriteDefine.c:618 +#, c-format +msgid "SELECT target entry has type %s, but column has type %s." +msgstr "SELECT-Targeteintrag hat Typ %s, aber Spalte hat Typ %s." + +#: rewrite/rewriteDefine.c:597 rewrite/rewriteDefine.c:622 +#, c-format +msgid "RETURNING list entry has type %s, but column has type %s." +msgstr "Eintrag in RETURNING-Liste hat Typ %s, aber Spalte hat Typ %s." + +#: rewrite/rewriteDefine.c:613 #, c-format msgid "SELECT rule's target entry %d has different size from column \"%s\"" -msgstr "Größe von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »%s«" +msgstr "" +"Größe von Targeteintrag %d von SELECT-Regel unterscheidet sich von Spalte »" +"%s«" -#: rewrite/rewriteDefine.c:601 +#: rewrite/rewriteDefine.c:615 #, c-format msgid "RETURNING list's entry %d has different size from column \"%s\"" msgstr "Eintrag %d in RETURNING-Liste hat andere Größe als Spalte »%s«" -#: rewrite/rewriteDefine.c:609 +#: rewrite/rewriteDefine.c:632 #, c-format msgid "SELECT rule's target list has too few entries" msgstr "Targetliste von SELECT-Regeln hat zu wenige Einträge" -#: rewrite/rewriteDefine.c:610 +#: rewrite/rewriteDefine.c:633 #, c-format msgid "RETURNING list has too few entries" msgstr "RETURNING-Liste hat zu wenige Einträge" -#: rewrite/rewriteDefine.c:702 rewrite/rewriteDefine.c:764 +#: rewrite/rewriteDefine.c:725 rewrite/rewriteDefine.c:787 #: rewrite/rewriteSupport.c:116 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "Regel »%s« für Relation »%s« existiert nicht" -#: rewrite/rewriteHandler.c:485 +#: rewrite/rewriteHandler.c:510 #, c-format -msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" -msgstr "WITH-Anfragename »%s« erscheint sowohl in der Regelaktion als auch in der umzuschreibenden Anfrage" +msgid "" +"WITH query name \"%s\" appears in both a rule action and the query being " +"rewritten" +msgstr "" +"WITH-Anfragename »%s« erscheint sowohl in der Regelaktion als auch in der " +"umzuschreibenden Anfrage" -#: rewrite/rewriteHandler.c:543 +#: rewrite/rewriteHandler.c:568 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "RETURNING-Listen können nicht in mehreren Regeln auftreten" -#: rewrite/rewriteHandler.c:874 rewrite/rewriteHandler.c:892 +#: rewrite/rewriteHandler.c:899 rewrite/rewriteHandler.c:917 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "mehrere Zuweisungen zur selben Spalte »%s«" -#: rewrite/rewriteHandler.c:1628 rewrite/rewriteHandler.c:2023 +#: rewrite/rewriteHandler.c:1653 rewrite/rewriteHandler.c:2051 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "unendliche Rekursion entdeckt in Regeln für Relation »%s«" -#: rewrite/rewriteHandler.c:1884 +#: rewrite/rewriteHandler.c:1912 #, c-format -msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" -msgstr "DO INSTEAD NOTHING-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" +msgid "" +"DO INSTEAD NOTHING rules are not supported for data-modifying statements in " +"WITH" +msgstr "" +"DO INSTEAD NOTHING-Regeln werden für datenmodifizierende Anweisungen in WITH " +"nicht unterstützt" -#: rewrite/rewriteHandler.c:1898 +#: rewrite/rewriteHandler.c:1926 #, c-format -msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" -msgstr "Do INSTEAD-Regeln mit Bedingung werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" +msgid "" +"conditional DO INSTEAD rules are not supported for data-modifying statements " +"in WITH" +msgstr "" +"Do INSTEAD-Regeln mit Bedingung werden für datenmodifizierende Anweisungen " +"in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:1902 +#: rewrite/rewriteHandler.c:1930 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" -msgstr "DO ALSO-Regeln werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" +msgstr "" +"DO ALSO-Regeln werden für datenmodifizierende Anweisungen in WITH nicht " +"unterstützt" -#: rewrite/rewriteHandler.c:1907 +#: rewrite/rewriteHandler.c:1935 #, c-format -msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" -msgstr "DO INSTEAD-Regeln mit mehreren Anweisungen werden für datenmodifizierende Anweisungen in WITH nicht unterstützt" +msgid "" +"multi-statement DO INSTEAD rules are not supported for data-modifying " +"statements in WITH" +msgstr "" +"DO INSTEAD-Regeln mit mehreren Anweisungen werden für datenmodifizierende " +"Anweisungen in WITH nicht unterstützt" -#: rewrite/rewriteHandler.c:2061 +#: rewrite/rewriteHandler.c:2089 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "INSERT RETURNING kann in Relation »%s« nicht ausgeführt werden" -#: rewrite/rewriteHandler.c:2063 +#: rewrite/rewriteHandler.c:2091 #, c-format -msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." -msgstr "Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel." +msgid "" +"You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." +msgstr "" +"Sie benötigen eine ON INSERT DO INSTEAD Regel ohne Bedingung, mit RETURNING-" +"Klausel." -#: rewrite/rewriteHandler.c:2068 +#: rewrite/rewriteHandler.c:2096 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "UPDATE RETURNING kann in Relation »%s« nicht ausgeführt werden" -#: rewrite/rewriteHandler.c:2070 +#: rewrite/rewriteHandler.c:2098 #, c-format -msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." -msgstr "Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel." +msgid "" +"You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." +msgstr "" +"Sie benötigen eine ON UPDATE DO INSTEAD Regel ohne Bedingung, mit RETURNING-" +"Klausel." -#: rewrite/rewriteHandler.c:2075 +#: rewrite/rewriteHandler.c:2103 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "DELETE RETURNING kann in Relation »%s« nicht ausgeführt werden" -#: rewrite/rewriteHandler.c:2077 +#: rewrite/rewriteHandler.c:2105 #, c-format -msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." -msgstr "Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung, mit RETURNING-Klausel." +msgid "" +"You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." +msgstr "" +"Sie benötigen eine ON DELETE DO INSTEAD Regel ohne Bedingung, mit RETURNING-" +"Klausel." -#: rewrite/rewriteHandler.c:2141 +#: rewrite/rewriteHandler.c:2169 #, c-format -msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" -msgstr "WITH kann nicht in einer Anfrage verwendet werden, die durch Regeln in mehrere Anfragen umgeschrieben wird" +msgid "" +"WITH cannot be used in a query that is rewritten by rules into multiple " +"queries" +msgstr "" +"WITH kann nicht in einer Anfrage verwendet werden, die durch Regeln in " +"mehrere Anfragen umgeschrieben wird" #: rewrite/rewriteManip.c:1028 #, c-format @@ -13090,8 +14313,12 @@ msgstr "unsichere Verwendung von Zeichenkette mit Unicode-Escapes" #: scan.l:513 #, c-format -msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." -msgstr "Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn standard_conforming_strings aus ist." +msgid "" +"String constants with Unicode escapes cannot be used when " +"standard_conforming_strings is off." +msgstr "" +"Zeichenketten mit Unicode-Escapes können nicht verwendet werden, wenn " +"standard_conforming_strings aus ist." #: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1243 #: scan.l:1270 scan.l:1274 scan.l:1312 scan.l:1316 scan.l:1338 @@ -13115,8 +14342,11 @@ msgstr "unsichere Verwendung von \\' in Zeichenkettenkonstante" #: scan.l:600 #, c-format -msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings." -msgstr "Verwenden Sie '', um Quotes in Zeichenketten zu schreiben. \\' ist in bestimmten Client-seitigen Kodierungen unsicher." +msgid "" +"Use '' to write quotes in strings. \\' is insecure in client-only encodings." +msgstr "" +"Verwenden Sie '', um Quotes in Zeichenketten zu schreiben. \\' ist in " +"bestimmten Client-seitigen Kodierungen unsicher." #: scan.l:675 msgid "unterminated dollar-quoted string" @@ -13147,8 +14377,12 @@ msgid "%s at or near \"%s\"" msgstr "%s bei »%s«" #: scan.l:1166 scan.l:1198 -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" +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:1194 scan.l:1330 msgid "invalid Unicode escape value" @@ -13165,8 +14399,11 @@ msgstr "nicht standardkonforme Verwendung von \\' in Zeichenkettenkonstante" #: scan.l:1387 #, 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'...')." +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:1396 #, c-format @@ -13176,7 +14413,9 @@ msgstr "nicht standardkonforme Verwendung von \\\\ in Zeichenkettenkonstante" #: scan.l:1397 #, 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'\\\\'." +msgstr "" +"Verwenden Sie die Syntax für Escape-Zeichenketten für Backslashes, z.B. " +"E'\\\\'." #: scan.l:1411 #, c-format @@ -13226,30 +14465,35 @@ msgstr "unerwartete Daten hinter Dateiende in Block %u von Relation %s" #: storage/buffer/bufmgr.c:383 #, c-format -msgid "This has been seen to occur with buggy kernels; consider updating your system." -msgstr "Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine Systemaktualisierung in Betracht ziehen." +msgid "" +"This has been seen to occur with buggy kernels; consider updating your " +"system." +msgstr "" +"Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine " +"Systemaktualisierung in Betracht ziehen." #: storage/buffer/bufmgr.c:469 #, c-format msgid "invalid page header in block %u of relation %s; zeroing out page" -msgstr "ungültiger Seitenkopf in Block %u von Relation %s; fülle Seite mit Nullen" +msgstr "" +"ungültiger Seitenkopf in Block %u von Relation %s; fülle Seite mit Nullen" #: storage/buffer/bufmgr.c:477 #, c-format msgid "invalid page header in block %u of relation %s" msgstr "ungültiger Seitenkopf in Block %u von Relation %s" -#: storage/buffer/bufmgr.c:2912 +#: storage/buffer/bufmgr.c:2913 #, c-format msgid "could not write block %u of %s" msgstr "konnte Block %u von %s nicht schreiben" -#: storage/buffer/bufmgr.c:2914 +#: storage/buffer/bufmgr.c:2915 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Mehrere Fehlschläge --- Schreibfehler ist möglicherweise dauerhaft." -#: storage/buffer/bufmgr.c:2935 storage/buffer/bufmgr.c:2954 +#: storage/buffer/bufmgr.c:2936 storage/buffer/bufmgr.c:2955 #, c-format msgid "writing block %u of relation %s" msgstr "schreibe Block %u von Relation %s" @@ -13292,21 +14536,24 @@ msgstr "Größe der temporären Datei überschreitet temp_file_limit (%dkB)" #: storage/file/fd.c:1563 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" -msgstr "maxAllocatedDescs (%d) überschritten beim Versuch die Datei »%s« zu öffnen" +msgstr "" +"maxAllocatedDescs (%d) überschritten beim Versuch die Datei »%s« zu öffnen" #: storage/file/fd.c:1678 #, c-format msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" -msgstr "maxAllocatedDescs (%d) überschritten beim Versuch das Verzeichnis »%s« zu öffnen" +msgstr "" +"maxAllocatedDescs (%d) überschritten beim Versuch das Verzeichnis »%s« zu " +"öffnen" -#: storage/file/fd.c:1761 +#: storage/file/fd.c:1757 #, c-format msgid "could not read directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht lesen: %m" #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:857 storage/lmgr/lock.c:891 -#: storage/lmgr/lock.c:2529 storage/lmgr/lock.c:3179 storage/lmgr/lock.c:3664 -#: storage/lmgr/lock.c:3729 storage/lmgr/lock.c:4019 +#: storage/lmgr/lock.c:2530 storage/lmgr/lock.c:3181 storage/lmgr/lock.c:3666 +#: storage/lmgr/lock.c:3731 storage/lmgr/lock.c:4021 #: storage/lmgr/predicate.c:2317 storage/lmgr/predicate.c:2332 #: storage/lmgr/predicate.c:3725 storage/lmgr/predicate.c:4868 #: storage/lmgr/proc.c:205 utils/hash/dynahash.c:960 @@ -13316,8 +14563,10 @@ msgstr "Shared Memory aufgebraucht" #: 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 "nicht genug Shared-Memory für Datenstruktur »%s« (%lu Bytes angefordert)" +msgid "" +"not enough shared memory for data structure \"%s\" (%lu bytes requested)" +msgstr "" +"nicht genug Shared-Memory für Datenstruktur »%s« (%lu Bytes angefordert)" #: storage/ipc/shmem.c:365 #, c-format @@ -13326,15 +14575,19 @@ msgstr "konnte ShmemIndex-Eintrag für Datenstruktur »%s« nicht erzeugen" #: storage/ipc/shmem.c:380 #, c-format -msgid "ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, actual %lu" -msgstr "ShmemIndex-Eintraggröße ist falsch für Datenstruktur »%s«: erwartet %lu, tatsächlich %lu" +msgid "" +"ShmemIndex entry size is wrong for data structure \"%s\": expected %lu, " +"actual %lu" +msgstr "" +"ShmemIndex-Eintraggröße ist falsch für Datenstruktur »%s«: erwartet %lu, " +"tatsächlich %lu" #: storage/ipc/shmem.c:427 storage/ipc/shmem.c:446 #, c-format msgid "requested shared memory size overflows size_t" msgstr "angeforderte Shared-Memory-Größe übersteigt Kapazität von size_t" -#: storage/ipc/standby.c:494 tcop/postgres.c:2926 +#: storage/ipc/standby.c:494 tcop/postgres.c:2936 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "storniere Anfrage wegen Konflikt mit der Wiederherstellung" @@ -13342,14 +14595,22 @@ msgstr "storniere Anfrage wegen Konflikt mit der Wiederherstellung" #: storage/ipc/standby.c:495 tcop/postgres.c:2215 #, c-format msgid "User transaction caused buffer deadlock with recovery." -msgstr "Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung verursacht." +msgstr "" +"Benutzertransaktion hat Verklemmung (Deadlock) mit Wiederherstellung " +"verursacht." + +#: storage/large_object/inv_api.c:201 +#, c-format +msgid "pg_largeobject entry for OID %u, page %d has invalid data field size %d" +msgstr "" +"pg_largeobject-Eintrag für OID %u, Seite %d hat ungültige Datenfeldgröße %d" -#: storage/large_object/inv_api.c:559 storage/large_object/inv_api.c:756 +#: storage/large_object/inv_api.c:570 storage/large_object/inv_api.c:758 #, c-format msgid "large object %u was not opened for writing" msgstr "Large Object %u wurde nicht zum Schreiben geöffnet" -#: storage/large_object/inv_api.c:566 storage/large_object/inv_api.c:763 +#: storage/large_object/inv_api.c:577 storage/large_object/inv_api.c:765 #, c-format msgid "large object %u was already dropped" msgstr "Large Object %u wurde gleichzeitig gelöscht" @@ -13426,59 +14687,92 @@ msgstr "unbekannter Locktag-Typ %d" #: storage/lmgr/lock.c:706 #, c-format -msgid "cannot acquire lock mode %s on database objects while recovery is in progress" -msgstr "Sperrmodus %s kann während der Wiederherstellung nicht auf Datenbankobjekte gesetzt werden" +msgid "" +"cannot acquire lock mode %s on database objects while recovery is in progress" +msgstr "" +"Sperrmodus %s kann während der Wiederherstellung nicht auf Datenbankobjekte " +"gesetzt werden" #: storage/lmgr/lock.c:708 #, c-format -msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery." -msgstr "Nur Sperren gleich oder unter RowExclusiveLock können während der Wiederherstellung auf Datenbankobjekte gesetzt werden." +msgid "" +"Only RowExclusiveLock or less can be acquired on database objects during " +"recovery." +msgstr "" +"Nur Sperren gleich oder unter RowExclusiveLock können während der " +"Wiederherstellung auf Datenbankobjekte gesetzt werden." -#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2530 -#: storage/lmgr/lock.c:3665 storage/lmgr/lock.c:3730 storage/lmgr/lock.c:4020 +#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2531 +#: storage/lmgr/lock.c:3667 storage/lmgr/lock.c:3732 storage/lmgr/lock.c:4022 #, c-format msgid "You might need to increase max_locks_per_transaction." msgstr "Sie müssen möglicherweise max_locks_per_transaction erhöhen." -#: storage/lmgr/lock.c:2966 storage/lmgr/lock.c:3079 +#: storage/lmgr/lock.c:2968 storage/lmgr/lock.c:3081 #, c-format -msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object" -msgstr "PREPARE kann nicht ausgeführt werden, wenn für das selbe Objekt Sperren auf Sitzungsebene und auf Transaktionsebene gehalten werden" +msgid "" +"cannot PREPARE while holding both session-level and transaction-level locks " +"on the same object" +msgstr "" +"PREPARE kann nicht ausgeführt werden, wenn für das selbe Objekt Sperren auf " +"Sitzungsebene und auf Transaktionsebene gehalten werden" -#: storage/lmgr/lock.c:3180 +#: storage/lmgr/lock.c:3182 #, c-format msgid "Not enough memory for reassigning the prepared transaction's locks." -msgstr "Nicht genug Speicher, um die Sperren der vorbereiteten Transaktion zu übergeben." +msgstr "" +"Nicht genug Speicher, um die Sperren der vorbereiteten Transaktion zu " +"übergeben." #: storage/lmgr/predicate.c:668 #, c-format msgid "not enough elements in RWConflictPool to record a read/write conflict" -msgstr "nicht genügend Elemente in RWConflictPool, um einen Lese-/Schreibkonflikt aufzuzeichnen" +msgstr "" +"nicht genügend Elemente in RWConflictPool, um einen Lese-/Schreibkonflikt " +"aufzuzeichnen" #: storage/lmgr/predicate.c:669 storage/lmgr/predicate.c:697 #, c-format -msgid "You might need to run fewer transactions at a time or increase max_connections." -msgstr "Sie müssten entweder weniger Transaktionen auf einmal ausführen oder max_connections erhöhen." +msgid "" +"You might need to run fewer transactions at a time or increase " +"max_connections." +msgstr "" +"Sie müssten entweder weniger Transaktionen auf einmal ausführen oder " +"max_connections erhöhen." #: storage/lmgr/predicate.c:696 #, c-format -msgid "not enough elements in RWConflictPool to record a potential read/write conflict" -msgstr "nicht genügend Elemente in RWConflictPool, um einen möglichen Lese-/Schreibkonflikt aufzuzeichnen" +msgid "" +"not enough elements in RWConflictPool to record a potential read/write " +"conflict" +msgstr "" +"nicht genügend Elemente in RWConflictPool, um einen möglichen Lese-/" +"Schreibkonflikt aufzuzeichnen" #: storage/lmgr/predicate.c:901 #, c-format msgid "memory for serializable conflict tracking is nearly exhausted" -msgstr "Speicher für die Verfolgung von Serialisierungskonflikten ist fast aufgebraucht" +msgstr "" +"Speicher für die Verfolgung von Serialisierungskonflikten ist fast " +"aufgebraucht" #: storage/lmgr/predicate.c:902 #, c-format -msgid "There might be an idle transaction or a forgotten prepared transaction causing this." -msgstr "Möglicherweise gibt es eine stillliegende Transaktion oder eine vergessene vorbereitete Transaktion, die der Grund dafür ist." +msgid "" +"There might be an idle transaction or a forgotten prepared transaction " +"causing this." +msgstr "" +"Möglicherweise gibt es eine stillliegende Transaktion oder eine vergessene " +"vorbereitete Transaktion, die der Grund dafür ist." #: storage/lmgr/predicate.c:1184 storage/lmgr/predicate.c:1256 #, c-format -msgid "not enough shared memory for elements of data structure \"%s\" (%lu bytes requested)" -msgstr "nicht genug Shared-Memory für Elemente der Datenstruktur »%s« (%lu Bytes angefordert)" +msgid "" +"not enough shared memory for elements of data structure \"%s\" (%lu bytes " +"requested)" +msgstr "" +"nicht genug Shared-Memory für Elemente der Datenstruktur »%s« (%lu Bytes " +"angefordert)" #: storage/lmgr/predicate.c:1544 #, c-format @@ -13492,13 +14786,19 @@ msgstr "»default_transaction_isolation« ist auf »serializable« gesetzt." #: storage/lmgr/predicate.c:1584 #, c-format -msgid "You can use \"SET default_transaction_isolation = 'repeatable read'\" to change the default." -msgstr "Mit »SET default_transaction_isolation = 'repeatable read'« können Sie die Voreinstellung ändern." +msgid "" +"You can use \"SET default_transaction_isolation = 'repeatable read'\" to " +"change the default." +msgstr "" +"Mit »SET default_transaction_isolation = 'repeatable read'« können Sie die " +"Voreinstellung ändern." #: storage/lmgr/predicate.c:1623 #, c-format msgid "a snapshot-importing transaction must not be READ ONLY DEFERRABLE" -msgstr "eine Transaktion, die einen Snapshot importiert, must READ ONLY DEFERRABLE sein" +msgstr "" +"eine Transaktion, die einen Snapshot importiert, must READ ONLY DEFERRABLE " +"sein" #: storage/lmgr/predicate.c:1693 utils/time/snapmgr.c:282 #, c-format @@ -13522,8 +14822,11 @@ msgstr "Sie müssen möglicherweise max_pred_locks_per_transaction erhöhen." #: storage/lmgr/predicate.c:4604 storage/lmgr/predicate.c:4646 #: storage/lmgr/predicate.c:4684 #, c-format -msgid "could not serialize access due to read/write dependencies among transactions" -msgstr "konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten zwischen Transaktionen" +msgid "" +"could not serialize access due to read/write dependencies among transactions" +msgstr "" +"konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten " +"zwischen Transaktionen" #: storage/lmgr/predicate.c:3882 storage/lmgr/predicate.c:3971 #: storage/lmgr/predicate.c:3979 storage/lmgr/predicate.c:4018 @@ -13532,7 +14835,8 @@ msgstr "konnte Zugriff nicht serialisieren wegen Lese-/Schreib-Abhängigkeiten z #: storage/lmgr/predicate.c:4686 #, c-format msgid "The transaction might succeed if retried." -msgstr "Die Transaktion könnte erfolgreich sein, wenn sie erneut versucht würde." +msgstr "" +"Die Transaktion könnte erfolgreich sein, wenn sie erneut versucht würde." #: storage/lmgr/proc.c:1136 #, c-format @@ -13551,13 +14855,20 @@ msgstr "konnte Signal nicht an Prozess %d senden: %m" #: storage/lmgr/proc.c:1192 #, 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" +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:1204 #, 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" +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:1210 #, c-format @@ -13574,8 +14885,8 @@ msgstr "Prozess %d erlangte %s-Sperre auf %s nach %ld,%03d ms" 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" -#: storage/page/bufpage.c:142 storage/page/bufpage.c:389 -#: storage/page/bufpage.c:622 storage/page/bufpage.c:752 +#: storage/page/bufpage.c:143 storage/page/bufpage.c:388 +#: storage/page/bufpage.c:620 storage/page/bufpage.c:752 #, c-format msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" msgstr "verfälschte Seitenzeiger: lower = %u, upper = %u, special = %u" @@ -13585,12 +14896,12 @@ msgstr "verfälschte Seitenzeiger: lower = %u, upper = %u, special = %u" msgid "corrupted item pointer: %u" msgstr "verfälschter Item-Zeiger: %u" -#: storage/page/bufpage.c:443 storage/page/bufpage.c:804 +#: storage/page/bufpage.c:443 storage/page/bufpage.c:803 #, c-format msgid "corrupted item lengths: total %u, available space %u" msgstr "verfälschte Item-Längen: gesamt %u, verfügbarer Platz %u" -#: storage/page/bufpage.c:641 storage/page/bufpage.c:777 +#: storage/page/bufpage.c:639 storage/page/bufpage.c:776 #, c-format msgid "corrupted item pointer: offset = %u, size = %u" msgstr "verfälschter Item-Zeiger: offset = %u, size = %u" @@ -13624,7 +14935,9 @@ msgstr "Prüfen Sie den freien Festplattenplatz." #: storage/smgr/md.c:522 #, c-format msgid "could not extend file \"%s\": wrote only %d of %d bytes at block %u" -msgstr "konnte Datei »%s« nicht erweitern: es wurden nur %d von %d Bytes bei Block %u geschrieben" +msgstr "" +"konnte Datei »%s« nicht erweitern: es wurden nur %d von %d Bytes bei Block " +"%u geschrieben" #: storage/smgr/md.c:687 #, c-format @@ -13634,7 +14947,9 @@ msgstr "konnte Block %u in Datei »%s« nicht lesen: %m" #: storage/smgr/md.c:703 #, c-format msgid "could not read block %u in file \"%s\": read only %d of %d bytes" -msgstr "konnte Block %u in Datei »%s« nicht lesen: es wurden nur %d von %d Bytes gelesen" +msgstr "" +"konnte Block %u in Datei »%s« nicht lesen: es wurden nur %d von %d Bytes " +"gelesen" #: storage/smgr/md.c:762 #, c-format @@ -13644,12 +14959,15 @@ msgstr "konnte Block %u in Datei »%s« nicht schreiben: %m" #: storage/smgr/md.c:767 #, c-format msgid "could not write block %u in file \"%s\": wrote only %d of %d bytes" -msgstr "konnte Block %u in Datei »%s« nicht schreiben: es wurden nur %d von %d Bytes geschrieben" +msgstr "" +"konnte Block %u in Datei »%s« nicht schreiben: es wurden nur %d von %d Bytes " +"geschrieben" #: storage/smgr/md.c:866 #, c-format msgid "could not truncate file \"%s\" to %u blocks: it's only %u blocks now" -msgstr "konnte Datei »%s« nicht auf %u Blöcke kürzen: es sind jetzt nur %u Blöcke" +msgstr "" +"konnte Datei »%s« nicht auf %u Blöcke kürzen: es sind jetzt nur %u Blöcke" #: storage/smgr/md.c:915 #, c-format @@ -13690,8 +15008,12 @@ msgstr "unerwartetes EOF auf Client-Verbindung" #: tcop/postgres.c:1513 tcop/postgres.c:1916 tcop/postgres.c:2283 #: tcop/postgres.c:2358 #, 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" +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:344 #, c-format @@ -13712,7 +15034,8 @@ msgstr "Dauer: %s ms Fastpath-Funktionsaufruf: »%s« (OID %u)" #: tcop/fastpath.c:466 tcop/fastpath.c:593 #, 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" +msgstr "" +"Funktionsaufruf-Message enthält %d Argumente, aber Funktion benötigt %d" #: tcop/fastpath.c:474 #, c-format @@ -13725,7 +15048,7 @@ msgid "incorrect binary data format in function argument %d" msgstr "falsches Binärdatenformat in Funktionsargument %d" #: tcop/postgres.c:424 tcop/postgres.c:436 tcop/postgres.c:447 -#: tcop/postgres.c:459 tcop/postgres.c:4184 +#: tcop/postgres.c:459 tcop/postgres.c:4194 #, c-format msgid "invalid frontend message type %d" msgstr "ungültiger Frontend-Message-Typ %d" @@ -13772,8 +15095,12 @@ msgstr "Binden-Nachricht hat %d Parameterformate aber %d Parameter" #: tcop/postgres.c:1497 #, 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" +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:1664 #, c-format @@ -13836,12 +15163,16 @@ msgstr "Benutzer hat Relationssperre zu lange gehalten." #: tcop/postgres.c:2209 #, 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." +msgstr "" +"Benutzer hat (möglicherweise) einen Tablespace verwendet, der gelöscht " +"werden muss." #: tcop/postgres.c:2212 #, 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." +msgstr "" +"Benutzeranfrage hat möglicherweise Zeilenversionen sehen müssen, die " +"entfernt werden müssen." #: tcop/postgres.c:2218 #, c-format @@ -13855,13 +15186,23 @@ msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses" #: tcop/postgres.c:2548 #, 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." +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:2552 tcop/postgres.c:2921 +#: tcop/postgres.c:2552 tcop/postgres.c:2931 #, 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." +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:2665 #, c-format @@ -13870,103 +15211,121 @@ msgstr "Fließkommafehler" #: tcop/postgres.c:2666 #, 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." +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:2840 +#: tcop/postgres.c:2850 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "breche Autovacuum-Prozess ab aufgrund von Anweisung des Administrators" -#: tcop/postgres.c:2846 tcop/postgres.c:2856 tcop/postgres.c:2919 +#: tcop/postgres.c:2856 tcop/postgres.c:2866 tcop/postgres.c:2929 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "breche Verbindung ab wegen Konflikt mit der Wiederherstellung" -#: tcop/postgres.c:2862 +#: tcop/postgres.c:2872 #, c-format msgid "terminating connection due to administrator command" msgstr "breche Verbindung ab aufgrund von Anweisung des Administrators" -#: tcop/postgres.c:2874 +#: tcop/postgres.c:2884 #, c-format msgid "connection to client lost" msgstr "Verbindung zum Client wurde verloren" -#: tcop/postgres.c:2889 +#: tcop/postgres.c:2899 #, c-format msgid "canceling authentication due to timeout" msgstr "storniere Authentifizierung wegen Zeitüberschreitung" -#: tcop/postgres.c:2898 +#: tcop/postgres.c:2908 #, c-format msgid "canceling statement due to statement timeout" msgstr "storniere Anfrage wegen Zeitüberschreitung" -#: tcop/postgres.c:2907 +#: tcop/postgres.c:2917 #, c-format msgid "canceling autovacuum task" msgstr "storniere Autovacuum-Aufgabe" -#: tcop/postgres.c:2942 +#: tcop/postgres.c:2952 #, c-format msgid "canceling statement due to user request" msgstr "storniere Anfrage wegen Benutzeraufforderung" -#: tcop/postgres.c:3070 tcop/postgres.c:3092 +#: tcop/postgres.c:3080 tcop/postgres.c:3102 #, c-format msgid "stack depth limit exceeded" msgstr "Grenze für Stacktiefe überschritten" -#: tcop/postgres.c:3071 tcop/postgres.c:3093 +#: tcop/postgres.c:3081 tcop/postgres.c:3103 #, 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." +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:3109 +#: tcop/postgres.c:3119 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "»max_stack_depth« darf %ldkB nicht überschreiten." -#: tcop/postgres.c:3111 +#: tcop/postgres.c:3121 #, 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." +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:3475 +#: tcop/postgres.c:3485 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "ungültiges Kommandozeilenargument für Serverprozess: %s" -#: tcop/postgres.c:3476 tcop/postgres.c:3482 +#: tcop/postgres.c:3486 tcop/postgres.c:3492 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Versuchen Sie »%s --help« für weitere Informationen." -#: tcop/postgres.c:3480 +#: tcop/postgres.c:3490 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: ungültiges Kommandozeilenargument: %s" -#: tcop/postgres.c:3559 +#: tcop/postgres.c:3569 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: weder Datenbankname noch Benutzername angegeben" -#: tcop/postgres.c:4094 +#: tcop/postgres.c:4104 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "ungültiger Subtyp %d von CLOSE-Message" -#: tcop/postgres.c:4127 +#: tcop/postgres.c:4137 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "ungültiger Subtyp %d von DESCRIBE-Message" -#: tcop/postgres.c:4361 +#: tcop/postgres.c:4371 #, 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" +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" #: tcop/pquery.c:662 #, c-format @@ -13981,7 +15340,8 @@ msgstr "Cursor kann nur vorwärts scannen" #: tcop/pquery.c:973 #, c-format msgid "Declare it with SCROLL option to enable backward scan." -msgstr "Deklarieren Sie ihn mit der Option SCROLL, um rückwarts scannen zu können." +msgstr "" +"Deklarieren Sie ihn mit der Option SCROLL, um rückwarts scannen zu können." #. translator: %s is name of a SQL command, eg CREATE #: tcop/utility.c:211 @@ -14078,8 +15438,10 @@ msgstr "unerwartetes Ende der Zeile" #: tsearch/dict_thesaurus.c:411 #, c-format -msgid "thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" -msgstr "Thesaurus-Beispielwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)" +msgid "" +"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" +msgstr "" +"Thesaurus-Beispielwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)" #: tsearch/dict_thesaurus.c:417 #, c-format @@ -14089,7 +15451,8 @@ msgstr "Thesaurus-Beispielwort »%s« ist ein Stoppwort (Regel %d)" #: tsearch/dict_thesaurus.c:420 #, c-format msgid "Use \"?\" to represent a stop word within a sample phrase." -msgstr "Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen." +msgstr "" +"Verwenden Sie »?«, um ein Stoppwort in einem Beispielsatz darzustellen." #: tsearch/dict_thesaurus.c:566 #, c-format @@ -14098,8 +15461,10 @@ msgstr "Thesaurus-Ersatzwort »%s« ist ein Stoppwort (Regel %d)" #: tsearch/dict_thesaurus.c:573 #, c-format -msgid "thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" -msgstr "Thesaurus-Ersatzwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)" +msgid "" +"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" +msgstr "" +"Thesaurus-Ersatzwort »%s« wird nicht vom Unterwörterbuch erkannt (Regel %d)" #: tsearch/dict_thesaurus.c:585 #, c-format @@ -14126,7 +15491,7 @@ msgstr "Parameter »Dictionary« fehlt" msgid "could not open dictionary file \"%s\": %m" msgstr "konnte Wörterbuchdatei »%s« nicht öffnen: %m" -#: tsearch/spell.c:439 utils/adt/regexp.c:194 +#: tsearch/spell.c:439 utils/adt/regexp.c:204 #, c-format msgid "invalid regular expression: %s" msgstr "ungültiger regulärer Ausdruck: %s" @@ -14151,7 +15516,7 @@ msgstr "Ispell-Wörterbuch unterstützt nur den Default-Flag-Wert" msgid "wrong affix file format for flag" msgstr "falsches Affixdateiformat für Flag" -#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:269 utils/adt/tsvector_op.c:530 +#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:270 utils/adt/tsvector_op.c:530 #, c-format msgid "string is too long for tsvector (%d bytes, max %d bytes)" msgstr "Zeichenkette ist zu lang für tsvector (%d Bytes, maximal %d Bytes)" @@ -14367,23 +15732,32 @@ msgstr "inkompatible Arrays können nicht aneinandergehängt werden" #: utils/adt/array_userfuncs.c:225 #, c-format -msgid "Arrays with element types %s and %s are not compatible for concatenation." -msgstr "Arrays mit Elementtypen %s und %s sind nicht kompatibel für Aneinanderhängen." +msgid "" +"Arrays with element types %s and %s are not compatible for concatenation." +msgstr "" +"Arrays mit Elementtypen %s und %s sind nicht kompatibel für Aneinanderhängen." #: utils/adt/array_userfuncs.c:264 #, c-format msgid "Arrays of %d and %d dimensions are not compatible for concatenation." -msgstr "Arrays mit %d und %d Dimensionen sind nicht kompatibel für Aneinanderhängen." +msgstr "" +"Arrays mit %d und %d Dimensionen sind nicht kompatibel für Aneinanderhängen." #: utils/adt/array_userfuncs.c:301 #, c-format -msgid "Arrays with differing element dimensions are not compatible for concatenation." -msgstr "Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel für Aneinanderhängen." +msgid "" +"Arrays with differing element dimensions are not compatible for " +"concatenation." +msgstr "" +"Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel für " +"Aneinanderhängen." #: utils/adt/array_userfuncs.c:330 utils/adt/array_userfuncs.c:358 #, c-format msgid "Arrays with differing dimensions are not compatible for concatenation." -msgstr "Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für Aneinanderhängen." +msgstr "" +"Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel für " +"Aneinanderhängen." #: utils/adt/array_userfuncs.c:426 utils/adt/arrayfuncs.c:1237 #: utils/adt/arrayfuncs.c:2910 utils/adt/arrayfuncs.c:4935 @@ -14477,7 +15851,8 @@ msgstr "keine binäre Ausgabefunktion verfügbar für Typ %s" #: utils/adt/arrayfuncs.c:1902 #, c-format msgid "slices of fixed-length arrays not implemented" -msgstr "Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert" +msgstr "" +"Auswählen von Stücken aus Arrays mit fester Länge ist nicht implementiert" #: utils/adt/arrayfuncs.c:2075 utils/adt/arrayfuncs.c:2097 #: utils/adt/arrayfuncs.c:2131 utils/adt/arrayfuncs.c:2417 @@ -14501,7 +15876,8 @@ msgstr "Array mit fester Länge kann keinen NULL-Wert enthalten" #: utils/adt/arrayfuncs.c:2371 #, c-format msgid "updates on slices of fixed-length arrays not implemented" -msgstr "Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert" +msgstr "" +"Aktualisieren von Stücken aus Arrays mit fester Länge ist nicht implementiert" #: utils/adt/arrayfuncs.c:2407 utils/adt/arrayfuncs.c:2494 #, c-format @@ -14856,7 +16232,8 @@ msgstr "null hoch eine negative Zahl ist undefiniert" #: utils/adt/float.c:1462 utils/adt/numeric.c:2219 #, c-format msgid "a negative number raised to a non-integer power yields a complex result" -msgstr "eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis" +msgstr "" +"eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis" #: utils/adt/float.c:1528 utils/adt/float.c:1558 utils/adt/numeric.c:5448 #, c-format @@ -14972,8 +16349,11 @@ msgstr "»EEEE« ist mit anderen Formaten inkompatibel" #: utils/adt/formatting.c:1214 #, 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." +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 #, c-format @@ -14983,17 +16363,23 @@ msgstr "»%s« ist keine Zahl" #: utils/adt/formatting.c:1516 utils/adt/formatting.c:1568 #, 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" +msgstr "" +"konnte die für die Funktion lower() zu verwendende Sortierfolge nicht " +"bestimmen" #: utils/adt/formatting.c:1636 utils/adt/formatting.c:1688 #, 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" +msgstr "" +"konnte die für die Funktion upper() zu verwendende Sortierfolge nicht " +"bestimmen" #: utils/adt/formatting.c:1757 utils/adt/formatting.c:1821 #, 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" +msgstr "" +"konnte die für die Funktion initcap() zu verwendende Sortierfolge nicht " +"bestimmen" #: utils/adt/formatting.c:2125 #, c-format @@ -15002,8 +16388,11 @@ msgstr "ungültige Kombination von Datumskonventionen" #: utils/adt/formatting.c:2126 #, 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." +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:2143 #, c-format @@ -15013,7 +16402,8 @@ msgstr "widersprüchliche Werte für das Feld »%s« in Formatzeichenkette" #: utils/adt/formatting.c:2145 #, 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." +msgstr "" +"Der Wert widerspricht einer vorherigen Einstellung für den selben Feldtyp." #: utils/adt/formatting.c:2206 #, c-format @@ -15027,8 +16417,11 @@ msgstr "Feld benötigt %d Zeichen, aber nur %d verbleiben." #: utils/adt/formatting.c:2211 utils/adt/formatting.c:2225 #, 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«." +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:2221 utils/adt/formatting.c:2234 #: utils/adt/formatting.c:2364 @@ -15049,7 +16442,8 @@ msgstr "Der Wert muss eine ganze Zahl sein." #: utils/adt/formatting.c:2241 #, 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" +msgstr "" +"Wert für »%s« in der Eingabezeichenkette ist außerhalb des gültigen Bereichs" #: utils/adt/formatting.c:2243 #, c-format @@ -15059,7 +16453,9 @@ msgstr "Der Wert muss im Bereich %d bis %d sein." #: utils/adt/formatting.c:2366 #, 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." +msgstr "" +"Der angegebene Wert stimmte mit keinem der für dieses Feld zulässigen Werte " +"überein." #: utils/adt/formatting.c:2915 #, c-format @@ -15079,7 +16475,9 @@ msgstr "Stunde »%d« ist bei einer 12-Stunden-Uhr ungültig" #: utils/adt/formatting.c:3524 #, 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." +msgstr "" +"Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und " +"12 an." #: utils/adt/formatting.c:3562 #, c-format @@ -15317,86 +16715,86 @@ msgstr "bigint ist außerhalb des gültigen Bereichs" msgid "OID out of range" msgstr "OID ist außerhalb des gültigen Bereichs" -#: utils/adt/json.c:442 utils/adt/json.c:480 utils/adt/json.c:492 -#: utils/adt/json.c:620 utils/adt/json.c:634 utils/adt/json.c:645 -#: utils/adt/json.c:653 utils/adt/json.c:661 utils/adt/json.c:669 -#: utils/adt/json.c:677 utils/adt/json.c:685 utils/adt/json.c:693 -#: utils/adt/json.c:724 +#: utils/adt/json.c:456 utils/adt/json.c:494 utils/adt/json.c:506 +#: utils/adt/json.c:634 utils/adt/json.c:648 utils/adt/json.c:659 +#: utils/adt/json.c:667 utils/adt/json.c:675 utils/adt/json.c:683 +#: utils/adt/json.c:691 utils/adt/json.c:699 utils/adt/json.c:707 +#: utils/adt/json.c:738 #, c-format msgid "invalid input syntax for type json" msgstr "ungültige Eingabesyntax für Typ json" -#: utils/adt/json.c:443 +#: utils/adt/json.c:457 #, c-format msgid "Character with value 0x%02x must be escaped." msgstr "Zeichen mit Wert 0x%02x muss escapt werden." -#: utils/adt/json.c:481 +#: utils/adt/json.c:495 #, c-format msgid "\"\\u\" must be followed by four hexadecimal digits." msgstr "Nach »\\u« müssen vier Hexadezimalziffern folgen." -#: utils/adt/json.c:493 +#: utils/adt/json.c:507 #, c-format msgid "Escape sequence \"\\%s\" is invalid." msgstr "Escape-Sequenz »\\%s« ist nicht gültig." -#: utils/adt/json.c:621 +#: utils/adt/json.c:635 #, c-format msgid "The input string ended unexpectedly." msgstr "Die Eingabezeichenkette endete unerwartet." -#: utils/adt/json.c:635 +#: utils/adt/json.c:649 #, c-format msgid "Expected end of input, but found \"%s\"." msgstr "Ende der Eingabe erwartet, aber »%s« gefunden." -#: utils/adt/json.c:646 +#: utils/adt/json.c:660 #, c-format msgid "Expected JSON value, but found \"%s\"." msgstr "JSON-Wert erwartet, aber »%s« gefunden." -#: utils/adt/json.c:654 +#: utils/adt/json.c:668 #, c-format msgid "Expected array element or \"]\", but found \"%s\"." msgstr "Array-Element oder »]« erwartet, aber »%s« gefunden." -#: utils/adt/json.c:662 +#: utils/adt/json.c:676 #, c-format msgid "Expected \",\" or \"]\", but found \"%s\"." msgstr "»,« oder »]« erwartet, aber »%s« gefunden." -#: utils/adt/json.c:670 +#: utils/adt/json.c:684 #, c-format msgid "Expected string or \"}\", but found \"%s\"." msgstr "Zeichenkette oder »}« erwartet, aber »%s« gefunden." -#: utils/adt/json.c:678 +#: utils/adt/json.c:692 #, c-format msgid "Expected \":\", but found \"%s\"." msgstr "»:« erwartet, aber »%s« gefunden." -#: utils/adt/json.c:686 +#: utils/adt/json.c:700 #, c-format msgid "Expected \",\" or \"}\", but found \"%s\"." msgstr "»,« oder »}« erwartet, aber »%s« gefunden." -#: utils/adt/json.c:694 +#: utils/adt/json.c:708 #, c-format msgid "Expected string, but found \"%s\"." msgstr "Zeichenkette erwartet, aber »%s« gefunden." -#: utils/adt/json.c:725 +#: utils/adt/json.c:739 #, c-format msgid "Token \"%s\" is invalid." msgstr "Token »%s« ist ungültig." -#: utils/adt/json.c:797 +#: utils/adt/json.c:811 #, c-format msgid "JSON data, line %d: %s%s%s" msgstr "JSON-Daten, Zeile %d: %s%s%s" -#: utils/adt/like.c:211 utils/adt/selfuncs.c:5197 +#: utils/adt/like.c:211 utils/adt/selfuncs.c:5214 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "konnte die für ILIKE zu verwendende Sortierfolge nicht bestimmen" @@ -15406,12 +16804,12 @@ msgstr "konnte die für ILIKE zu verwendende Sortierfolge nicht bestimmen" msgid "LIKE pattern must not end with escape character" msgstr "LIKE-Muster darf nicht mit Escape-Zeichen enden" -#: utils/adt/like_match.c:289 utils/adt/regexp.c:683 +#: utils/adt/like_match.c:289 utils/adt/regexp.c:694 #, c-format msgid "invalid escape string" msgstr "ungültige ESCAPE-Zeichenkette" -#: utils/adt/like_match.c:290 utils/adt/regexp.c:684 +#: utils/adt/like_match.c:290 utils/adt/regexp.c:695 #, c-format msgid "Escape string must be empty or one character." msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein." @@ -15433,13 +16831,20 @@ msgstr "PID %d ist kein PostgreSQL-Serverprozess" #: utils/adt/misc.c:152 #, c-format -msgid "must be superuser or have the same role to cancel queries running in other server processes" -msgstr "nur Superuser oder Benutzer mit der gleichen Rolle können Anfragen stornieren, die in anderen Serverprozessen laufen" +msgid "" +"must be superuser or have the same role to cancel queries running in other " +"server processes" +msgstr "" +"nur Superuser oder Benutzer mit der gleichen Rolle können Anfragen " +"stornieren, die in anderen Serverprozessen laufen" #: utils/adt/misc.c:169 #, c-format -msgid "must be superuser or have the same role to terminate other server processes" -msgstr "nur Superuser oder Benutzer mit der gleichen Rolle können andere Serverprozesse beenden" +msgid "" +"must be superuser or have the same role to terminate other server processes" +msgstr "" +"nur Superuser oder Benutzer mit der gleichen Rolle können andere " +"Serverprozesse beenden" #: utils/adt/misc.c:183 #, c-format @@ -15644,8 +17049,12 @@ msgstr "Feldüberlauf bei Typ »numeric«" #: utils/adt/numeric.c:3872 #, c-format -msgid "A field with precision %d, scale %d must round to an absolute value less than %s%d." -msgstr "Ein Feld mit Präzision %d, Skala %d muss beim Runden einen Betrag von weniger als %s%d ergeben." +msgid "" +"A field with precision %d, scale %d must round to an absolute value less " +"than %s%d." +msgstr "" +"Ein Feld mit Präzision %d, Skala %d muss beim Runden einen Betrag von " +"weniger als %s%d ergeben." #: utils/adt/numeric.c:5320 #, c-format @@ -15704,18 +17113,28 @@ msgstr "konnte Locale »%s« nicht erzeugen: %m" #: utils/adt/pg_locale.c:1028 #, c-format -msgid "The operating system could not find any locale data for the locale name \"%s\"." -msgstr "Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« finden." +msgid "" +"The operating system could not find any locale data for the locale name \"" +"%s\"." +msgstr "" +"Das Betriebssystem konnte keine Locale-Daten für den Locale-Namen »%s« " +"finden." #: utils/adt/pg_locale.c:1115 #, c-format -msgid "collations with different collate and ctype values are not supported on this platform" -msgstr "Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf dieser Plattform nicht unterstützt" +msgid "" +"collations with different collate and ctype values are not supported on this " +"platform" +msgstr "" +"Sortierfolgen mit unterschiedlichen »collate«- und »ctype«-Werten werden auf " +"dieser Plattform nicht unterstützt" #: utils/adt/pg_locale.c:1130 #, c-format msgid "nondefault collations are not supported on this platform" -msgstr "Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform nicht unterstützt" +msgstr "" +"Sortierfolgen außer der Standardsortierfolge werden auf dieser Plattform " +"nicht unterstützt" #: utils/adt/pg_locale.c:1301 #, c-format @@ -15724,8 +17143,12 @@ msgstr "ungültiges Mehrbytezeichen für Locale" #: utils/adt/pg_locale.c:1302 #, c-format -msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding." -msgstr "Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der Datenbank inkompatibel." +msgid "" +"The server's LC_CTYPE locale is probably incompatible with the database " +"encoding." +msgstr "" +"Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der " +"Datenbank inkompatibel." #: utils/adt/pseudotypes.c:95 #, c-format @@ -15855,7 +17278,8 @@ msgstr "Ergebnis von Bereichsvereinigung würde nicht zusammenhängend sein" #: utils/adt/rangetypes.c:1514 #, c-format msgid "range lower bound must be less than or equal to range upper bound" -msgstr "Bereichsuntergrenze muss kleiner als oder gleich der Bereichsobergrenze sein" +msgstr "" +"Bereichsuntergrenze muss kleiner als oder gleich der Bereichsobergrenze sein" #: utils/adt/rangetypes.c:1897 utils/adt/rangetypes.c:1910 #: utils/adt/rangetypes.c:1924 @@ -15903,22 +17327,22 @@ msgid "Junk after right parenthesis or bracket." msgstr "Müll nach rechter runder oder eckiger Klammer." #: utils/adt/rangetypes.c:2095 utils/adt/rangetypes.c:2103 -#: utils/adt/rowtypes.c:205 utils/adt/rowtypes.c:213 +#: utils/adt/rowtypes.c:206 utils/adt/rowtypes.c:214 #, c-format msgid "Unexpected end of input." msgstr "Unerwartetes Ende der Eingabe." -#: utils/adt/regexp.c:274 utils/adt/regexp.c:1222 utils/adt/varlena.c:2919 +#: utils/adt/regexp.c:285 utils/adt/regexp.c:1234 utils/adt/varlena.c:2920 #, c-format msgid "regular expression failed: %s" msgstr "regulärer Ausdruck fehlgeschlagen: %s" -#: utils/adt/regexp.c:411 +#: utils/adt/regexp.c:422 #, c-format msgid "invalid regexp option: \"%c\"" msgstr "ungültige Option für regulären Ausdruck: »%c«" -#: utils/adt/regexp.c:883 +#: utils/adt/regexp.c:894 #, c-format msgid "regexp_split does not support the global option" msgstr "regexp_split unterstützt die »Global«-Option nicht" @@ -15933,8 +17357,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:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6047 -#: utils/adt/ruleutils.c:6102 utils/adt/ruleutils.c:6140 +#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6063 +#: utils/adt/ruleutils.c:6118 utils/adt/ruleutils.c:6156 #, c-format msgid "too many arguments" msgstr "zu viele Argumente" @@ -15974,12 +17398,16 @@ msgstr "falscher Typname" #: utils/adt/ri_triggers.c:3536 utils/adt/ri_triggers.c:3568 #, c-format msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" -msgstr "Einfügen oder Aktualisieren in Tabelle »%s« verletzt Fremdschlüssel-Constraint »%s«" +msgstr "" +"Einfügen oder Aktualisieren in Tabelle »%s« verletzt Fremdschlüssel-" +"Constraint »%s«" #: utils/adt/ri_triggers.c:412 utils/adt/ri_triggers.c:2844 #, c-format msgid "MATCH FULL does not allow mixing of null and nonnull key values." -msgstr "MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, nicht." +msgstr "" +"MATCH FULL erlaubt das Mischen von Schlüsseln, die NULL und nicht NULL sind, " +"nicht." #: utils/adt/ri_triggers.c:3097 #, c-format @@ -16003,18 +17431,28 @@ msgstr "kein »pg_constraint«-Eintrag für Trigger »%s« für Tabelle »%s«" #: utils/adt/ri_triggers.c:3148 #, c-format -msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT." -msgstr "Entfernen Sie diesen Referentielle-Integritäts-Trigger und seine Partner und führen Sie dann ALTER TABLE ADD CONSTRAINT aus." +msgid "" +"Remove this referential integrity trigger and its mates, then do ALTER TABLE " +"ADD CONSTRAINT." +msgstr "" +"Entfernen Sie diesen Referentielle-Integritäts-Trigger und seine Partner und " +"führen Sie dann ALTER TABLE ADD CONSTRAINT aus." #: utils/adt/ri_triggers.c:3503 #, c-format -msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result" -msgstr "RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab unerwartetes Ergebnis" +msgid "" +"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave " +"unexpected result" +msgstr "" +"RI-Anfrage in Tabelle »%s« für Constraint »%s« von Tabelle »%s« ergab " +"unerwartetes Ergebnis" #: utils/adt/ri_triggers.c:3507 #, c-format msgid "This is most likely due to a rule having rewritten the query." -msgstr "Das liegt höchstwahrscheinlich daran, dass eine Regel die Anfrage umgeschrieben hat." +msgstr "" +"Das liegt höchstwahrscheinlich daran, dass eine Regel die Anfrage " +"umgeschrieben hat." #: utils/adt/ri_triggers.c:3538 #, c-format @@ -16028,84 +17466,94 @@ msgstr "Schlüssel (%s)=(%s) ist nicht in Tabelle »%s« vorhanden." #: utils/adt/ri_triggers.c:3576 #, c-format -msgid "update or delete on table \"%s\" violates foreign key constraint \"%s\" on table \"%s\"" -msgstr "Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-Constraint »%s« von Tabelle »%s«" +msgid "" +"update or delete on table \"%s\" violates foreign key constraint \"%s\" on " +"table \"%s\"" +msgstr "" +"Aktualisieren oder Löschen in Tabelle »%s« verletzt Fremdschlüssel-" +"Constraint »%s« von Tabelle »%s«" #: utils/adt/ri_triggers.c:3579 #, c-format msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "Auf Schlüssel (%s)=(%s) wird noch aus Tabelle »%s« verwiesen." -#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:474 +#: utils/adt/rowtypes.c:100 utils/adt/rowtypes.c:475 #, c-format msgid "input of anonymous composite types is not implemented" msgstr "Eingabe anonymer zusammengesetzter Typen ist nicht implementiert" -#: utils/adt/rowtypes.c:152 utils/adt/rowtypes.c:180 utils/adt/rowtypes.c:203 -#: utils/adt/rowtypes.c:211 utils/adt/rowtypes.c:263 utils/adt/rowtypes.c:271 +#: utils/adt/rowtypes.c:153 utils/adt/rowtypes.c:181 utils/adt/rowtypes.c:204 +#: utils/adt/rowtypes.c:212 utils/adt/rowtypes.c:264 utils/adt/rowtypes.c:272 #, c-format msgid "malformed record literal: \"%s\"" msgstr "fehlerhafte Record-Konstante: »%s«" -#: utils/adt/rowtypes.c:153 +#: utils/adt/rowtypes.c:154 #, c-format msgid "Missing left parenthesis." msgstr "Linke Klammer fehlt." -#: utils/adt/rowtypes.c:181 +#: utils/adt/rowtypes.c:182 #, c-format msgid "Too few columns." msgstr "Zu wenige Spalten." -#: utils/adt/rowtypes.c:264 +#: utils/adt/rowtypes.c:265 #, c-format msgid "Too many columns." msgstr "Zu viele Spalten." -#: utils/adt/rowtypes.c:272 +#: utils/adt/rowtypes.c:273 #, c-format msgid "Junk after right parenthesis." msgstr "Müll nach rechter Klammer." -#: utils/adt/rowtypes.c:523 +#: utils/adt/rowtypes.c:524 #, c-format msgid "wrong number of columns: %d, expected %d" msgstr "falsche Anzahl der Spalten: %d, erwartet wurden %d" -#: utils/adt/rowtypes.c:550 +#: utils/adt/rowtypes.c:551 #, c-format msgid "wrong data type: %u, expected %u" msgstr "falscher Datentyp: %u, erwartet wurde %u" -#: utils/adt/rowtypes.c:611 +#: utils/adt/rowtypes.c:612 #, c-format msgid "improper binary format in record column %d" msgstr "falsches Binärformat in Record-Spalte %d" -#: utils/adt/rowtypes.c:895 utils/adt/rowtypes.c:1130 +#: utils/adt/rowtypes.c:896 utils/adt/rowtypes.c:1131 #, c-format msgid "cannot compare dissimilar column types %s and %s at record column %d" -msgstr "kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht vergleichen" +msgstr "" +"kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht " +"vergleichen" -#: utils/adt/rowtypes.c:981 utils/adt/rowtypes.c:1201 +#: utils/adt/rowtypes.c:982 utils/adt/rowtypes.c:1202 #, c-format msgid "cannot compare record types with different numbers of columns" -msgstr "kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen" +msgstr "" +"kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen" -#: utils/adt/ruleutils.c:2478 +#: utils/adt/ruleutils.c:2479 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "Regel »%s« hat nicht unterstützten Ereignistyp %d" -#: utils/adt/selfuncs.c:5182 +#: utils/adt/selfuncs.c:5199 #, c-format msgid "case insensitive matching not supported on type bytea" -msgstr "Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea nicht unterstützt" +msgstr "" +"Mustersuche ohne Rücksicht auf Groß-/Kleinschreibung wird für Typ bytea " +"nicht unterstützt" -#: utils/adt/selfuncs.c:5285 +#: utils/adt/selfuncs.c:5302 #, c-format msgid "regular-expression matching not supported on type bytea" -msgstr "Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt" +msgstr "" +"Mustersuche mit regulären Ausdrücken wird für Typ bytea nicht unterstützt" #: utils/adt/tid.c:70 utils/adt/tid.c:78 utils/adt/tid.c:86 #, c-format @@ -16229,12 +17677,14 @@ msgstr "suppress_redundant_updates_trigger: muss bei UPDATE aufgerufen werden" #: utils/adt/trigfuncs.c:53 #, c-format msgid "suppress_redundant_updates_trigger: must be called before update" -msgstr "suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden" +msgstr "" +"suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden" #: utils/adt/trigfuncs.c:59 #, c-format msgid "suppress_redundant_updates_trigger: must be called for each row" -msgstr "suppress_redundant_updates_trigger: muss für jede Zeile aufgerufen werden" +msgstr "" +"suppress_redundant_updates_trigger: muss für jede Zeile aufgerufen werden" #: utils/adt/tsgistidx.c:98 #, c-format @@ -16279,8 +17729,11 @@ msgstr "tsquery ist zu groß" #: utils/adt/tsquery_cleanup.c:284 #, c-format -msgid "text-search query contains only stop words or doesn't contain lexemes, ignored" -msgstr "Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert" +msgid "" +"text-search query contains only stop words or doesn't contain lexemes, " +"ignored" +msgstr "" +"Textsucheanfrage enthält nur Stoppwörter oder enthält keine Lexeme, ignoriert" #: utils/adt/tsquery_rewrite.c:295 #, c-format @@ -16307,12 +17760,12 @@ msgstr "Gewichtungs-Array darf keine NULL-Werte enthalten" msgid "weight out of range" msgstr "Gewichtung ist außerhalb des gültigen Bereichs" -#: utils/adt/tsvector.c:212 +#: utils/adt/tsvector.c:213 #, c-format msgid "word is too long (%ld bytes, max %ld bytes)" msgstr "Wort ist zu lang (%ld Bytes, maximal %ld Bytes)" -#: utils/adt/tsvector.c:219 +#: utils/adt/tsvector.c:220 #, c-format msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" msgstr "Zeichenkette ist zu lang für tsvector (%ld Bytes, maximal %ld Bytes)" @@ -16437,7 +17890,8 @@ msgstr "binäres »Oder« nicht mit Bitketten unterschiedlicher Länge möglich" #: utils/adt/varbit.c:1315 #, c-format msgid "cannot XOR bit strings of different sizes" -msgstr "binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich" +msgstr "" +"binäres »Exklusiv-Oder« nicht mit Bitketten unterschiedlicher Länge möglich" #: utils/adt/varbit.c:1793 utils/adt/varbit.c:1851 #, c-format @@ -16462,7 +17916,9 @@ msgstr "Wert zu lang für Typ character varying(%d)" #: utils/adt/varlena.c:1371 #, c-format msgid "could not determine which collation to use for string comparison" -msgstr "konnte die für den Zeichenkettenvergleich zu verwendende Sortierfolge nicht bestimmen" +msgstr "" +"konnte die für den Zeichenkettenvergleich zu verwendende Sortierfolge nicht " +"bestimmen" #: utils/adt/varlena.c:1417 utils/adt/varlena.c:1430 #, c-format @@ -16480,37 +17936,38 @@ msgstr "konnte Unicode-Zeichenketten nicht vergleichen: %m" msgid "index %d out of valid range, 0..%d" msgstr "Index %d ist außerhalb des gültigen Bereichs, 0..%d" -#: utils/adt/varlena.c:3015 +#: utils/adt/varlena.c:3016 #, c-format msgid "field position must be greater than zero" msgstr "Feldposition muss größer als null sein" -#: utils/adt/varlena.c:3884 utils/adt/varlena.c:3945 +#: utils/adt/varlena.c:3885 utils/adt/varlena.c:3946 #, c-format msgid "unterminated conversion specifier" msgstr "Konvertierungsspezifikation nicht abgeschlossen" -#: utils/adt/varlena.c:3908 utils/adt/varlena.c:3924 +#: utils/adt/varlena.c:3909 utils/adt/varlena.c:3925 #, c-format msgid "argument number is out of range" msgstr "Argumentnummer ist außerhalb des zulässigen Bereichs" -#: utils/adt/varlena.c:3951 +#: utils/adt/varlena.c:3952 #, c-format msgid "conversion specifies argument 0, but arguments are numbered from 1" -msgstr "Konvertierung gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert" +msgstr "" +"Konvertierung gibt Argument 0 an, aber die Argumente sind von 1 an nummeriert" -#: utils/adt/varlena.c:3958 +#: utils/adt/varlena.c:3959 #, c-format msgid "too few arguments for format" msgstr "zu wenige Argumente für Format" -#: utils/adt/varlena.c:3979 +#: utils/adt/varlena.c:3980 #, c-format msgid "unrecognized conversion specifier \"%c\"" msgstr "unbekannte Konvertierungsspezifikation »%c«" -#: utils/adt/varlena.c:4008 +#: utils/adt/varlena.c:4009 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "NULL-Werte können nicht als SQL-Bezeichner formatiert werden" @@ -16533,7 +17990,9 @@ msgstr "nicht unterstützte XML-Funktionalität" #: utils/adt/xml.c:170 #, c-format msgid "This functionality requires the server to be built with libxml support." -msgstr "Diese Funktionalität verlangt, dass der Server mit Libxml-Unterstützung gebaut wird." +msgstr "" +"Diese Funktionalität verlangt, dass der Server mit Libxml-Unterstützung " +"gebaut wird." #: utils/adt/xml.c:171 #, c-format @@ -16582,8 +18041,10 @@ msgstr "konnte XML-Bibliothek nicht initialisieren" #: utils/adt/xml.c:912 #, c-format -msgid "libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." -msgstr "libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u." +msgid "" +"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." +msgstr "" +"libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u." #: utils/adt/xml.c:998 #, c-format @@ -16592,8 +18053,13 @@ msgstr "konnte XML-Fehlerbehandlung nicht einrichten" #: utils/adt/xml.c:999 #, 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 "Das deutet wahrscheinlich darauf hin, dass die verwendete Version von libxml2 nicht mit den Header-Dateien der Version, mit der PostgreSQL gebaut wurde, kompatibel ist." +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 "" +"Das deutet wahrscheinlich darauf hin, dass die verwendete Version von " +"libxml2 nicht mit den Header-Dateien der Version, mit der PostgreSQL gebaut " +"wurde, kompatibel ist." #: utils/adt/xml.c:1733 msgid "Invalid character value." @@ -16646,8 +18112,11 @@ msgstr "ungültiges Array for XML-Namensraumabbildung" #: utils/adt/xml.c:3777 #, c-format -msgid "The array must be two-dimensional with length of the second axis equal to 2." -msgstr "Das Array muss zweidimensional sein und die Länge der zweiten Achse muss gleich 2 sein." +msgid "" +"The array must be two-dimensional with length of the second axis equal to 2." +msgstr "" +"Das Array muss zweidimensional sein und die Länge der zweiten Achse muss " +"gleich 2 sein." #: utils/adt/xml.c:3801 #, c-format @@ -16688,7 +18157,8 @@ msgstr "gecachter Plan darf den Ergebnistyp nicht ändern" #: utils/cache/relcache.c:4340 #, c-format msgid "could not create relation-cache initialization file \"%s\": %m" -msgstr "konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m" +msgstr "" +"konnte Initialisierungsdatei für Relationscache »%s« nicht erzeugen: %m" #: utils/cache/relcache.c:4342 #, c-format @@ -16703,7 +18173,9 @@ msgstr "konnte Cache-Datei »%s« nicht löschen: %m" #: utils/cache/relmapper.c:453 #, c-format msgid "cannot PREPARE a transaction that modified relation mapping" -msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die das Relation-Mapping geändert hat" +msgstr "" +"PREPARE kann nicht in einer Transaktion ausgeführt werden, die das Relation-" +"Mapping geändert hat" #: utils/cache/relmapper.c:595 utils/cache/relmapper.c:701 #, c-format @@ -16760,101 +18232,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:321 utils/error/elog.c:1166 +#: utils/error/elog.c:321 utils/error/elog.c:1178 #, 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:1568 +#: utils/error/elog.c:1580 #, 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:1581 +#: utils/error/elog.c:1593 #, 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:1970 utils/error/elog.c:1980 utils/error/elog.c:1990 +#: utils/error/elog.c:1982 utils/error/elog.c:1992 utils/error/elog.c:2002 msgid "[unknown]" msgstr "[unbekannt]" -#: utils/error/elog.c:2338 utils/error/elog.c:2637 utils/error/elog.c:2715 +#: utils/error/elog.c:2350 utils/error/elog.c:2649 utils/error/elog.c:2727 msgid "missing error text" msgstr "fehlender Fehlertext" -#: utils/error/elog.c:2341 utils/error/elog.c:2344 utils/error/elog.c:2718 -#: utils/error/elog.c:2721 +#: utils/error/elog.c:2353 utils/error/elog.c:2356 utils/error/elog.c:2730 +#: utils/error/elog.c:2733 #, c-format msgid " at character %d" msgstr " bei Zeichen %d" -#: utils/error/elog.c:2354 utils/error/elog.c:2361 +#: utils/error/elog.c:2366 utils/error/elog.c:2373 msgid "DETAIL: " msgstr "DETAIL: " -#: utils/error/elog.c:2368 +#: utils/error/elog.c:2380 msgid "HINT: " msgstr "TIPP: " -#: utils/error/elog.c:2375 +#: utils/error/elog.c:2387 msgid "QUERY: " msgstr "ANFRAGE: " -#: utils/error/elog.c:2382 +#: utils/error/elog.c:2394 msgid "CONTEXT: " msgstr "ZUSAMMENHANG: " -#: utils/error/elog.c:2392 +#: utils/error/elog.c:2404 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "ORT: %s, %s:%d\n" -#: utils/error/elog.c:2399 +#: utils/error/elog.c:2411 #, c-format msgid "LOCATION: %s:%d\n" msgstr "ORT: %s:%d\n" -#: utils/error/elog.c:2413 +#: utils/error/elog.c:2425 msgid "STATEMENT: " msgstr "ANWEISUNG: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:2836 +#: utils/error/elog.c:2848 #, c-format msgid "operating system error %d" msgstr "Betriebssystemfehler %d" -#: utils/error/elog.c:3031 +#: utils/error/elog.c:3043 msgid "DEBUG" msgstr "DEBUG" -#: utils/error/elog.c:3035 +#: utils/error/elog.c:3047 msgid "LOG" msgstr "LOG" -#: utils/error/elog.c:3038 +#: utils/error/elog.c:3050 msgid "INFO" msgstr "INFO" -#: utils/error/elog.c:3041 +#: utils/error/elog.c:3053 msgid "NOTICE" msgstr "HINWEIS" -#: utils/error/elog.c:3044 +#: utils/error/elog.c:3056 msgid "WARNING" msgstr "WARNUNG" -#: utils/error/elog.c:3047 +#: utils/error/elog.c:3059 msgid "ERROR" msgstr "FEHLER" -#: utils/error/elog.c:3050 +#: utils/error/elog.c:3062 msgid "FATAL" msgstr "FATAL" -#: utils/error/elog.c:3053 +#: utils/error/elog.c:3065 msgid "PANIC" msgstr "PANIK" @@ -16945,7 +18417,8 @@ msgstr "eine Komponente im Parameter »dynamic_library_path« hat Länge null" #: utils/fmgr/dfmgr.c:636 #, c-format msgid "component in parameter \"dynamic_library_path\" is not an absolute path" -msgstr "eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad" +msgstr "" +"eine Komponente im Parameter »dynamic_library_path« ist kein absoluter Pfad" #: utils/fmgr/fmgr.c:272 #, c-format @@ -16969,8 +18442,12 @@ msgstr "Sprachvalidierungsfunktion %u wurde für Sprache %u statt %u aufgerufen" #: utils/fmgr/funcapi.c:354 #, c-format -msgid "could not determine actual result type for function \"%s\" declared to return type %s" -msgstr "konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten Rückgabetyp %s nicht bestimmen" +msgid "" +"could not determine actual result type for function \"%s\" declared to " +"return type %s" +msgstr "" +"konnte tatsächlichen Ergebnistyp von Funktion »%s« mit deklarierten " +"Rückgabetyp %s nicht bestimmen" #: utils/fmgr/funcapi.c:1300 utils/fmgr/funcapi.c:1331 #, c-format @@ -16985,17 +18462,20 @@ msgstr "Spaltenalias fehlt" #: utils/fmgr/funcapi.c:1349 #, c-format msgid "could not determine row description for function returning record" -msgstr "konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht ermitteln" +msgstr "" +"konnte Zeilenbeschreibung für Funktion, die »record« zurückgibt, nicht " +"ermitteln" #: utils/init/miscinit.c:115 #, c-format msgid "could not change directory to \"%s\": %m" msgstr "konnte nicht in Verzeichnis »%s« wechseln: %m" -#: utils/init/miscinit.c:381 utils/misc/guc.c:5293 +#: utils/init/miscinit.c:381 utils/misc/guc.c:5307 #, c-format msgid "cannot set parameter \"%s\" within security-restricted operation" -msgstr "kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen" +msgstr "" +"kann Parameter »%s« nicht in einer sicherheitsbeschränkten Operation setzen" #: utils/init/miscinit.c:460 #, c-format @@ -17040,32 +18520,45 @@ msgstr "Sperrdatei »%s« existiert bereits" #: utils/init/miscinit.c:814 #, c-format msgid "Is another postgres (PID %d) running in data directory \"%s\"?" -msgstr "Läuft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis »%s«?" +msgstr "" +"Läuft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis »%s«?" #: utils/init/miscinit.c:816 #, c-format msgid "Is another postmaster (PID %d) running in data directory \"%s\"?" -msgstr "Läuft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis »%s«?" +msgstr "" +"Läuft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis »" +"%s«?" #: utils/init/miscinit.c:819 #, c-format msgid "Is another postgres (PID %d) using socket file \"%s\"?" -msgstr "Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?" +msgstr "" +"Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei »%s«?" #: utils/init/miscinit.c:821 #, c-format msgid "Is another postmaster (PID %d) using socket file \"%s\"?" -msgstr "Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei »%s«?" +msgstr "" +"Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei »" +"%s«?" #: utils/init/miscinit.c:857 #, c-format msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use" -msgstr "bereits bestehender Shared-Memory-Block (Schlüssel %lu, ID %lu) wird noch benutzt" +msgstr "" +"bereits bestehender Shared-Memory-Block (Schlüssel %lu, ID %lu) wird noch " +"benutzt" #: utils/init/miscinit.c:860 #, 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\"." -msgstr "Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr läuft, entfernen Sie den Shared-Memory-Block oder löschen Sie einfach die Datei »%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 "" +"Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr läuft, " +"entfernen Sie den Shared-Memory-Block oder löschen Sie einfach die Datei »" +"%s«." #: utils/init/miscinit.c:876 #, c-format @@ -17074,8 +18567,13 @@ msgstr "konnte alte Sperrdatei »%s« nicht löschen: %m" #: utils/init/miscinit.c:878 #, c-format -msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again." -msgstr "Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nicht gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es erneut." +msgid "" +"The file seems accidentally left over, but it could not be removed. Please " +"remove the file by hand and try again." +msgstr "" +"Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nicht " +"gelöscht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es " +"erneut." #: utils/init/miscinit.c:919 utils/init/miscinit.c:930 #: utils/init/miscinit.c:940 @@ -17083,7 +18581,7 @@ msgstr "Die Datei ist anscheinend aus Versehen übrig geblieben, konnte aber nic msgid "could not write lock file \"%s\": %m" msgstr "konnte Sperrdatei »%s« nicht schreiben: %m" -#: utils/init/miscinit.c:1047 utils/misc/guc.c:7649 +#: utils/init/miscinit.c:1047 utils/misc/guc.c:7669 #, c-format msgid "could not read from file \"%s\": %m" msgstr "konnte nicht aus Datei »%s« lesen: %m" @@ -17110,8 +18608,12 @@ msgstr "Sie müssen möglicherweise initdb ausführen." #: utils/init/miscinit.c:1172 #, c-format -msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s." -msgstr "Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, welche nicht mit dieser Version %s kompatibel ist." +msgid "" +"The data directory was initialized by PostgreSQL version %ld.%ld, which is " +"not compatible with this version %s." +msgstr "" +"Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, " +"welche nicht mit dieser Version %s kompatibel ist." #: utils/init/miscinit.c:1220 #, c-format @@ -17170,18 +18672,29 @@ msgstr "Datenbank-Locale ist inkompatibel mit Betriebssystem" #: utils/init/postinit.c:336 #, c-format -msgid "The database was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()." -msgstr "Die Datenbank wurde mit LC_COLLATE »%s« initialisiert, was von setlocale() nicht erkannt wird." +msgid "" +"The database was initialized with LC_COLLATE \"%s\", which is not " +"recognized by setlocale()." +msgstr "" +"Die Datenbank wurde mit LC_COLLATE »%s« initialisiert, was von setlocale() " +"nicht erkannt wird." #: utils/init/postinit.c:338 utils/init/postinit.c:345 #, c-format -msgid "Recreate the database with another locale or install the missing locale." -msgstr "Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren Sie die fehlende Locale." +msgid "" +"Recreate the database with another locale or install the missing locale." +msgstr "" +"Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren " +"Sie die fehlende Locale." #: utils/init/postinit.c:343 #, c-format -msgid "The database was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()." -msgstr "Die Datenbank wurde mit LC_CTYPE »%s« initialisiert, was von setlocale() nicht erkannt wird." +msgid "" +"The database was initialized with LC_CTYPE \"%s\", which is not recognized " +"by setlocale()." +msgstr "" +"Die Datenbank wurde mit LC_CTYPE »%s« initialisiert, was von setlocale() " +"nicht erkannt wird." #: utils/init/postinit.c:608 #, c-format @@ -17196,12 +18709,15 @@ msgstr "Sie sollten sofort CREATE USER \"%s\" SUPERUSER; ausführen." #: utils/init/postinit.c:632 #, c-format msgid "new replication connections are not allowed during database shutdown" -msgstr "während des Herunterfahrens der Datenbank sind keine neuen Replikationsverbindungen erlaubt" +msgstr "" +"während des Herunterfahrens der Datenbank sind keine neuen " +"Replikationsverbindungen erlaubt" #: utils/init/postinit.c:636 #, c-format msgid "must be superuser to connect during database shutdown" -msgstr "nur Superuser können während des Herunterfahrens der Datenbank verbinden" +msgstr "" +"nur Superuser können während des Herunterfahrens der Datenbank verbinden" #: utils/init/postinit.c:646 #, c-format @@ -17210,8 +18726,12 @@ msgstr "nur Superuser können im Binary-Upgrade-Modus verbinden" #: utils/init/postinit.c:660 #, c-format -msgid "remaining connection slots are reserved for non-replication superuser connections" -msgstr "die verbleibenden Verbindungen sind für Superuser auf Nicht-Replikationsverbindungen reserviert" +msgid "" +"remaining connection slots are reserved for non-replication superuser " +"connections" +msgstr "" +"die verbleibenden Verbindungen sind für Superuser auf Nicht-" +"Replikationsverbindungen reserviert" #: utils/init/postinit.c:674 #, c-format @@ -17267,7 +18787,8 @@ msgstr "Umwandlung zwischen %s und %s wird nicht unterstützt" #: 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 "Standardumwandlung von Kodierung »%s« nach »%s« existiert nicht" #: utils/mb/mbutils.c:375 utils/mb/mbutils.c:676 @@ -17297,8 +18818,12 @@ msgstr "ungültige Byte-Sequenz für Kodierung »%s«: %s" #: utils/mb/wchar.c:2046 #, c-format -msgid "character with byte sequence %s in encoding \"%s\" has no equivalent in encoding \"%s\"" -msgstr "Zeichen mit Byte-Folge %s in Kodierung »%s« hat keine Entsprechung in Kodierung »%s«" +msgid "" +"character with byte sequence %s in encoding \"%s\" has no equivalent in " +"encoding \"%s\"" +msgstr "" +"Zeichen mit Byte-Folge %s in Kodierung »%s« hat keine Entsprechung in " +"Kodierung »%s«" #: utils/misc/guc.c:529 msgid "Ungrouped" @@ -17530,7 +19055,8 @@ msgstr "Ermöglicht genetische Anfrageoptimierung." #: utils/misc/guc.c:771 msgid "This algorithm attempts to do planning without exhaustive searching." -msgstr "Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen." +msgstr "" +"Dieser Algorithmus versucht das Planen ohne erschöpfende Suche durchzuführen." #: utils/misc/guc.c:781 msgid "Shows whether the current user is a superuser." @@ -17549,24 +19075,54 @@ msgid "Forces synchronization of updates to disk." msgstr "Erzwingt die Synchronisierung von Aktualisierungen auf Festplatte." #: utils/misc/guc.c:810 -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 "Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand wiederhergestellt werden kann." +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 "" +"Der Server verwendet den Systemaufruf fsync() an mehreren Stellen, um " +"sicherzustellen, dass Datenänderungen physikalisch auf die Festplatte " +"geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem " +"Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand " +"wiederhergestellt werden kann." #: utils/misc/guc.c:821 msgid "Continues processing past damaged page headers." msgstr "Setzt die Verarbeitung trotz kaputter Seitenköpfe fort." #: utils/misc/guc.c:822 -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 "Wenn ein kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise einen Fehler aus und bricht die aktuelle Transaktion ab. Wenn »zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte Seite mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten zerstört Daten, nämlich alle Zeilen in der kaputten Seite." +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 "" +"Wenn ein kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise " +"einen Fehler aus und bricht die aktuelle Transaktion ab. Wenn " +"»zero_damaged_pages« an ist, dann wird eine Warnung ausgegeben, die kaputte " +"Seite mit Nullen gefüllt und die Verarbeitung geht weiter. Dieses Verhalten " +"zerstört Daten, nämlich alle Zeilen in der kaputten Seite." #: utils/misc/guc.c:835 msgid "Writes full pages to WAL when first modified after a checkpoint." -msgstr "Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert werden." +msgstr "" +"Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint geändert " +"werden." #: utils/misc/guc.c:836 -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 "Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden sind, damit eine volle Wiederherstellung möglich ist." +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 "" +"Ein Seitenschreibvorgang während eines Betriebssystemabsturzes könnte " +"eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung " +"sind die im WAL gespeicherten Zeilenänderungen nicht ausreichend. Diese " +"Option schreibt Seiten, sobald sie nach einem Checkpoint geändert worden " +"sind, damit eine volle Wiederherstellung möglich ist." #: utils/misc/guc.c:848 msgid "Logs each checkpoint." @@ -17643,8 +19199,13 @@ msgid "Collects information about executing commands." msgstr "Sammelt Informationen über ausgeführte Befehle." #: utils/misc/guc.c:1004 -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 "Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung begann." +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 "" +"Schaltet die Sammlung von Informationen über den aktuell ausgeführten Befehl " +"jeder Sitzung ein, einschließlich der Zeit, and dem die Befehlsausführung " +"begann." #: utils/misc/guc.c:1014 msgid "Collects statistics on database activity." @@ -17656,11 +19217,16 @@ msgstr "Sammelt Zeitmessungsstatistiken über Datenbank-I/O-Aktivität." #: utils/misc/guc.c:1033 msgid "Updates the process title to show the active SQL command." -msgstr "Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen." +msgstr "" +"Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen." #: utils/misc/guc.c:1034 -msgid "Enables updating of the process title every time a new SQL command is received by the server." -msgstr "Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server empfangenen neuen SQL-Befehl." +msgid "" +"Enables updating of the process title every time a new SQL command is " +"received by the server." +msgstr "" +"Ermöglicht das Aktualisieren des Prozesstitels bei jedem von Server " +"empfangenen neuen SQL-Befehl." #: utils/misc/guc.c:1043 msgid "Starts the autovacuum subprocess." @@ -17679,8 +19245,16 @@ msgid "Logs the host name in the connection logs." msgstr "Schreibt den Hostnamen jeder Verbindung in den Log." #: utils/misc/guc.c:1118 -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 "In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann das die Leistung nicht unerheblich beeinträchtigen." +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 "" +"In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der " +"Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann können Sie " +"diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann " +"das die Leistung nicht unerheblich beeinträchtigen." #: utils/misc/guc.c:1129 msgid "Causes subtables to be included by default in various commands." @@ -17691,16 +19265,31 @@ msgid "Encrypt passwords." msgstr "Verschlüsselt Passwörter." #: utils/misc/guc.c:1139 -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 "Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort verschlüsselt wird." +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 "" +"Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder " +"UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort " +"verschlüsselt wird." #: utils/misc/guc.c:1149 msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." msgstr "Behandelt »ausdruck=NULL« als »ausdruck IS NULL«." #: utils/misc/guc.c:1150 -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 "Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für unbekannt) zurückzugeben." +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 "" +"Wenn an, dann werden Ausdrücke der Form ausdruck = NULL (oder NULL = " +"ausdruck) wie ausdruck IS NULL behandelt, das heißt, sie ergeben wahr, wenn " +"das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das " +"korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (für " +"unbekannt) zurückzugeben." #: utils/misc/guc.c:1162 msgid "Enables per-database user names." @@ -17711,12 +19300,17 @@ msgid "This parameter doesn't do anything." msgstr "Dieser Parameter macht nichts." #: utils/misc/guc.c:1173 -msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients." -msgstr "Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET AUTOCOMMIT TO ON ausführen." +msgid "" +"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-" +"vintage clients." +msgstr "" +"Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET " +"AUTOCOMMIT TO ON ausführen." #: utils/misc/guc.c:1182 msgid "Sets the default read-only status of new transactions." -msgstr "Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion." +msgstr "" +"Setzt den Standardwert für die Read-Only-Einstellung einer neuen Transaktion." #: utils/misc/guc.c:1191 msgid "Sets the current transaction's read-only status." @@ -17724,11 +19318,17 @@ msgstr "Setzt die Read-Only-Einstellung der aktuellen Transaktion." #: utils/misc/guc.c:1201 msgid "Sets the default deferrable status of new transactions." -msgstr "Setzt den Standardwert für die Deferrable-Einstellung einer neuen Transaktion." +msgstr "" +"Setzt den Standardwert für die Deferrable-Einstellung einer neuen " +"Transaktion." #: utils/misc/guc.c:1210 -msgid "Whether to defer a read-only serializable transaction until it can be executed with no possible serialization failures." -msgstr "Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis sie ohne mögliche Serialisierungsfehler ausgeführt werden kann." +msgid "" +"Whether to defer a read-only serializable transaction until it can be " +"executed with no possible serialization failures." +msgstr "" +"Ob eine serialisierbare Read-Only-Transaktion aufgeschoben werden soll, bis " +"sie ohne mögliche Serialisierungsfehler ausgeführt werden kann." #: utils/misc/guc.c:1220 msgid "Check function bodies during CREATE FUNCTION." @@ -17739,16 +19339,23 @@ msgid "Enable input of NULL elements in arrays." msgstr "Ermöglicht die Eingabe von NULL-Elementen in Arrays." #: utils/misc/guc.c:1230 -msgid "When turned on, unquoted NULL in an array input value means a null value; otherwise it is taken literally." -msgstr "Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette." +msgid "" +"When turned on, unquoted NULL in an array input value means a null value; " +"otherwise it is taken literally." +msgstr "" +"Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-" +"Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette." #: utils/misc/guc.c:1240 msgid "Create new tables with OIDs by default." msgstr "Erzeugt neue Tabellen standardmäßig mit OIDs." #: utils/misc/guc.c:1249 -msgid "Start a subprocess to capture stderr output and/or csvlogs into log files." -msgstr "Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in Logdateien auszugeben." +msgid "" +"Start a subprocess to capture stderr output and/or csvlogs into log files." +msgstr "" +"Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in " +"Logdateien auszugeben." #: utils/misc/guc.c:1258 msgid "Truncate existing log files of same name during log rotation." @@ -17775,8 +19382,12 @@ msgid "Datetimes are integer based." msgstr "Datum/Zeit verwendet intern ganze Zahlen." #: utils/misc/guc.c:1338 -msgid "Sets whether Kerberos and GSSAPI user names should be treated as case-insensitive." -msgstr "Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen ignoriert werden soll." +msgid "" +"Sets whether Kerberos and GSSAPI user names should be treated as case-" +"insensitive." +msgstr "" +"Bestimmt, ob Groß-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen " +"ignoriert werden soll." #: utils/misc/guc.c:1348 msgid "Warn about backslash escapes in ordinary string literals." @@ -17784,7 +19395,9 @@ msgstr "Warnt bei Backslash-Escapes in normalen Zeichenkettenkonstanten." #: utils/misc/guc.c:1358 msgid "Causes '...' strings to treat backslashes literally." -msgstr "Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen behandeln." +msgstr "" +"Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen " +"behandeln." #: utils/misc/guc.c:1369 msgid "Enable synchronized sequential scans." @@ -17799,8 +19412,12 @@ msgid "Allows connections and queries during recovery." msgstr "Erlaubt Verbindungen und Anfragen während der Wiederherstellung." #: utils/misc/guc.c:1399 -msgid "Allows feedback from a hot standby to the primary that will avoid query conflicts." -msgstr "Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um Anfragekonflikte zu vermeiden." +msgid "" +"Allows feedback from a hot standby to the primary that will avoid query " +"conflicts." +msgstr "" +"Erlaubt Rückmeldungen von einem Hot Standby an den Primärserver, um " +"Anfragekonflikte zu vermeiden." #: utils/misc/guc.c:1409 msgid "Allows modifications of the structure of system tables." @@ -17811,28 +19428,44 @@ msgid "Disables reading from system indexes." msgstr "Schaltet das Lesen aus Systemindexen ab." #: utils/misc/guc.c:1421 -msgid "It does not prevent updating the indexes, so it is safe to use. The worst consequence is slowness." -msgstr "Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung unbedenklich. Schlimmstenfalls wird alles langsamer." +msgid "" +"It does not prevent updating the indexes, so it is safe to use. The worst " +"consequence is slowness." +msgstr "" +"Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung " +"unbedenklich. Schlimmstenfalls wird alles langsamer." #: utils/misc/guc.c:1432 -msgid "Enables backward compatibility mode for privilege checks on large objects." -msgstr "Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large Objects ein." +msgid "" +"Enables backward compatibility mode for privilege checks on large objects." +msgstr "" +"Schaltet den rückwärtskompatiblen Modus für Privilegienprüfungen bei Large " +"Objects ein." #: utils/misc/guc.c:1433 -msgid "Skips privilege checks when reading or modifying large objects, for compatibility with PostgreSQL releases prior to 9.0." -msgstr "Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, zur Kompatibilität mit PostgreSQL-Versionen vor 9.0." +msgid "" +"Skips privilege checks when reading or modifying large objects, for " +"compatibility with PostgreSQL releases prior to 9.0." +msgstr "" +"Überspringt Privilegienprüfungen beim Lesen oder Ändern von Large Objects, " +"zur Kompatibilität mit PostgreSQL-Versionen vor 9.0." #: utils/misc/guc.c:1443 msgid "When generating SQL fragments, quote all identifiers." msgstr "Wenn SQL-Fragmente erzeugt werden, alle Bezeichner quoten." #: utils/misc/guc.c:1462 -msgid "Forces a switch to the next xlog file if a new file has not been started within N seconds." -msgstr "Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N Sekunden keine neue Datei begonnen worden ist." +msgid "" +"Forces a switch to the next xlog file if a new file has not been started " +"within N seconds." +msgstr "" +"Erzwingt das Umschalten zur nächsten Transaktionslogdatei, wenn seit N " +"Sekunden keine neue Datei begonnen worden ist." #: utils/misc/guc.c:1473 msgid "Waits N seconds on connection startup after authentication." -msgstr "Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung." +msgstr "" +"Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung." #: utils/misc/guc.c:1474 utils/misc/guc.c:1934 msgid "This allows attaching a debugger to the process." @@ -17843,32 +19476,50 @@ msgid "Sets the default statistics target." msgstr "Setzt das voreingestellte Statistikziel." #: utils/misc/guc.c:1484 -msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS." -msgstr "Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist." +msgid "" +"This applies to table columns that have not had a column-specific target set " +"via ALTER TABLE SET STATISTICS." +msgstr "" +"Diese Einstellung gilt für Tabellenspalten, für die kein spaltenspezifisches " +"Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist." #: utils/misc/guc.c:1493 msgid "Sets the FROM-list size beyond which subqueries are not collapsed." -msgstr "Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden." +msgstr "" +"Setzt die Größe der FROM-Liste, ab der Unteranfragen nicht kollabiert werden." #: utils/misc/guc.c:1495 -msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items." -msgstr "Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde." +msgid "" +"The planner will merge subqueries into upper queries if the resulting FROM " +"list would have no more than this many items." +msgstr "" +"Der Planer bindet Unteranfragen in die übergeordneten Anfragen ein, wenn die " +"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde." #: utils/misc/guc.c:1505 msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." -msgstr "Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst werden." +msgstr "" +"Setzt die Größe der FROM-Liste, ab der JOIN-Konstrukte nicht aufgelöst " +"werden." #: utils/misc/guc.c:1507 -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 "Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde." +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 "" +"Der Planer löst ausdrückliche JOIN-Konstrukte in FROM-Listen auf, wenn die " +"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben würde." #: utils/misc/guc.c:1517 msgid "Sets the threshold of FROM items beyond which GEQO is used." -msgstr "Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird." +msgstr "" +"Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird." #: utils/misc/guc.c:1526 msgid "GEQO: effort is used to set the default for other GEQO parameters." -msgstr "GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter verwendet." +msgstr "" +"GEQO: wird für die Berechnung der Vorgabewerte anderer GEQO-Parameter " +"verwendet." #: utils/misc/guc.c:1535 msgid "GEQO: number of individuals in the population." @@ -17887,16 +19538,27 @@ msgid "Sets the time to wait on a lock before checking for deadlock." msgstr "Setzt die Zeit, die gewartet wird, bis auf Verklemmung geprüft wird." #: utils/misc/guc.c:1566 -msgid "Sets the maximum delay before canceling queries when a hot standby server is processing archived WAL data." -msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server archivierte WAL-Daten verarbeitet." +msgid "" +"Sets the maximum delay before canceling queries when a hot standby server is " +"processing archived WAL data." +msgstr "" +"Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-" +"Standby-Server archivierte WAL-Daten verarbeitet." #: utils/misc/guc.c:1577 -msgid "Sets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data." -msgstr "Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-Standby-Server gestreamte WAL-Daten verarbeitet." +msgid "" +"Sets the maximum delay before canceling queries when a hot standby server is " +"processing streamed WAL data." +msgstr "" +"Setzt die maximale Verzögerung bevor Anfragen storniert werden, wenn ein Hot-" +"Standby-Server gestreamte WAL-Daten verarbeitet." #: utils/misc/guc.c:1588 -msgid "Sets the maximum interval between WAL receiver status reports to the primary." -msgstr "Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an den Primärserver." +msgid "" +"Sets the maximum interval between WAL receiver status reports to the primary." +msgstr "" +"Setzt das maximale Intervall zwischen Statusberichten des WAL-Receivers an " +"den Primärserver." #: utils/misc/guc.c:1599 msgid "Sets the maximum number of concurrent connections." @@ -17912,7 +19574,9 @@ msgstr "Setzt die Anzahl der vom Server verwendeten Shared-Memory-Puffer." #: utils/misc/guc.c:1634 msgid "Sets the maximum number of temporary buffers used by each session." -msgstr "Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären Puffer." +msgstr "" +"Setzt die maximale Anzahl der von jeder Sitzung verwendeten temporären " +"Puffer." #: utils/misc/guc.c:1645 msgid "Sets the TCP port the server listens on." @@ -17923,24 +19587,43 @@ msgid "Sets the access permissions of the Unix-domain socket." msgstr "Setzt die Zugriffsrechte für die Unix-Domain-Socket." #: utils/misc/guc.c:1656 -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 "Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)" +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 "" +"Unix-Domain-Sockets verwenden die üblichen Zugriffsrechte für Unix-" +"Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von " +"den Systemaufrufen chmod und umask verwendeten Form sein. (Um das " +"gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) " +"anfangen.)" #: utils/misc/guc.c:1670 msgid "Sets the file permissions for log files." msgstr "Setzt die Dateizugriffsrechte für Logdateien." #: utils/misc/guc.c:1671 -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 "Der Wert dieser Option muss ein numerischer Wert in der von den Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)" +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 "" +"Der Wert dieser Option muss ein numerischer Wert in der von den " +"Systemaufrufen chmod und umask verwendeten Form sein. (Um das gebräuchliche " +"Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) anfangen.)" #: utils/misc/guc.c:1684 msgid "Sets the maximum memory to be used for query workspaces." msgstr "Setzt die maximale Speichergröße für Anfrage-Arbeitsbereiche." #: utils/misc/guc.c:1685 -msgid "This much memory can be used by each internal sort operation and hash table before switching to temporary disk files." -msgstr "Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird." +msgid "" +"This much memory can be used by each internal sort operation and hash table " +"before switching to temporary disk files." +msgstr "" +"Gibt die Speichermenge an, die für interne Sortiervorgänge und Hashtabellen " +"verwendet werden kann, bevor auf temporäre Dateien umgeschaltet wird." #: utils/misc/guc.c:1697 msgid "Sets the maximum memory to be used for maintenance operations." @@ -17956,7 +19639,9 @@ msgstr "Setzt die maximale Stackgröße, in Kilobytes." #: utils/misc/guc.c:1724 msgid "Limits the total size of all temporary files used by each session." -msgstr "Beschränkt die Gesamtgröße aller temporären Dateien, die von einer Sitzung verwendet werden." +msgstr "" +"Beschränkt die Gesamtgröße aller temporären Dateien, die von einer Sitzung " +"verwendet werden." #: utils/misc/guc.c:1725 msgid "-1 means no limit." @@ -17991,12 +19676,16 @@ msgid "Vacuum cost amount available before napping, for autovacuum." msgstr "Verfügbare Vacuum-Kosten vor Nickerchen, für Autovacuum." #: utils/misc/guc.c:1807 -msgid "Sets the maximum number of simultaneously open files for each server process." -msgstr "Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden Serverprozess." +msgid "" +"Sets the maximum number of simultaneously open files for each server process." +msgstr "" +"Setzt die maximale Zahl gleichzeitig geöffneter Dateien für jeden " +"Serverprozess." #: utils/misc/guc.c:1820 msgid "Sets the maximum number of simultaneously prepared transactions." -msgstr "Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen." +msgstr "" +"Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen." #: utils/misc/guc.c:1853 msgid "Sets the maximum allowed duration of any statement." @@ -18012,27 +19701,45 @@ msgstr "Mindestalter, bei dem VACUUM eine Tabellenzeile einfrieren soll." #: utils/misc/guc.c:1874 msgid "Age at which VACUUM should scan whole table to freeze tuples." -msgstr "Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen einzufrieren." +msgstr "" +"Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen " +"einzufrieren." #: utils/misc/guc.c:1884 -msgid "Number of transactions by which VACUUM and HOT cleanup should be deferred, if any." -msgstr "Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden soll." +msgid "" +"Number of transactions by which VACUUM and HOT cleanup should be deferred, " +"if any." +msgstr "" +"Anzahl Transaktionen, um die VACUUM- und HOT-Aufräumen aufgeschoben werden " +"soll." #: utils/misc/guc.c:1897 msgid "Sets the maximum number of locks per transaction." msgstr "Setzt die maximale Anzahl Sperren pro Transaktion." #: utils/misc/guc.c:1898 -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 "Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens max_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen." +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 "" +"Die globale Sperrentabelle wird mit der Annahme angelegt, das höchstens " +"max_locks_per_transaction * max_connections verschiedene Objekte " +"gleichzeitig gesperrt werden müssen." #: utils/misc/guc.c:1909 msgid "Sets the maximum number of predicate locks per transaction." msgstr "Setzt die maximale Anzahl Prädikatsperren pro Transaktion." #: utils/misc/guc.c:1910 -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 "Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das höchstens max_pred_locks_per_transaction * max_connections verschiedene Objekte gleichzeitig gesperrt werden müssen." +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 "" +"Die globale Prädikatsperrentabelle wird mit der Annahme angelegt, das " +"höchstens max_pred_locks_per_transaction * max_connections verschiedene " +"Objekte gleichzeitig gesperrt werden müssen." #: utils/misc/guc.c:1921 msgid "Sets the maximum allowed time to complete client authentication." @@ -18040,27 +19747,40 @@ msgstr "Setzt die maximale Zeit, um die Client-Authentifizierung zu beenden." #: utils/misc/guc.c:1933 msgid "Waits N seconds on connection startup before authentication." -msgstr "Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung." +msgstr "" +"Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung." #: utils/misc/guc.c:1944 msgid "Sets the number of WAL files held for standby servers." -msgstr "Setzt die maximale Anzahl der für Standby-Server vorgehaltenen WAL-Dateien." +msgstr "" +"Setzt die maximale Anzahl der für Standby-Server vorgehaltenen WAL-Dateien." #: utils/misc/guc.c:1954 -msgid "Sets the maximum distance in log segments between automatic WAL checkpoints." -msgstr "Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints." +msgid "" +"Sets the maximum distance in log segments between automatic WAL checkpoints." +msgstr "" +"Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints." #: utils/misc/guc.c:1964 msgid "Sets the maximum time between automatic WAL checkpoints." msgstr "Setzt die maximale Zeit zwischen automatischen WAL-Checkpoints." #: utils/misc/guc.c:1975 -msgid "Enables warnings if checkpoint segments are filled more frequently than this." -msgstr "Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert gefüllt werden." +msgid "" +"Enables warnings if checkpoint segments are filled more frequently than this." +msgstr "" +"Schreibt eine Logmeldung, wenn Checkpoint-Segmente häufiger als dieser Wert " +"gefüllt werden." #: utils/misc/guc.c:1977 -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 "Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden passieren. Null schaltet die Warnung ab." +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 "" +"Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch Füllen der " +"Checkpoint-Segmente ausgelöst werden, häufiger als dieser Wert in Sekunden " +"passieren. Null schaltet die Warnung ab." #: utils/misc/guc.c:1989 msgid "Sets the number of disk-page buffers in shared memory for WAL." @@ -18079,36 +19799,56 @@ msgid "Sets the maximum time to wait for WAL replication." msgstr "Setzt die maximale Zeit, um auf WAL-Replikation zu warten." #: utils/misc/guc.c:2033 -msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." -msgstr "Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und dem Schreiben von WAL auf die Festplatte." +msgid "" +"Sets the delay in microseconds between transaction commit and flushing WAL " +"to disk." +msgstr "" +"Setzt die Verzögerung in Millisekunden zwischen Transaktionsabschluss und " +"dem Schreiben von WAL auf die Festplatte." #: utils/misc/guc.c:2044 -msgid "Sets the minimum concurrent open transactions before performing commit_delay." -msgstr "Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor »commit_delay« angewendet wird." +msgid "" +"Sets the minimum concurrent open transactions before performing commit_delay." +msgstr "" +"Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor " +"»commit_delay« angewendet wird." #: utils/misc/guc.c:2055 msgid "Sets the number of digits displayed for floating-point values." msgstr "Setzt die Anzahl ausgegebener Ziffern für Fließkommawerte." #: utils/misc/guc.c:2056 -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 "Diese Einstellung betrifft real, double precision und geometrische Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. DBL_DIG) hinzuaddiert." +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 "" +"Diese Einstellung betrifft real, double precision und geometrische " +"Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. " +"DBL_DIG) hinzuaddiert." #: utils/misc/guc.c:2067 msgid "Sets the minimum execution time above which statements will be logged." -msgstr "Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden." +msgstr "" +"Setzt die minimale Ausführungszeit, über der Anweisungen geloggt werden." #: utils/misc/guc.c:2069 msgid "Zero prints all queries. -1 turns this feature off." msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus." #: utils/misc/guc.c:2079 -msgid "Sets the minimum execution time above which autovacuum actions will be logged." -msgstr "Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt werden." +msgid "" +"Sets the minimum execution time above which autovacuum actions will be " +"logged." +msgstr "" +"Setzt die minimale Ausführungszeit, über der Autovacuum-Aktionen geloggt " +"werden." #: utils/misc/guc.c:2081 msgid "Zero prints all actions. -1 turns autovacuum logging off." -msgstr "Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über Autovacuum aus." +msgstr "" +"Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung über " +"Autovacuum aus." #: utils/misc/guc.c:2091 msgid "Background writer sleep time between rounds." @@ -18116,15 +19856,24 @@ msgstr "Schlafzeit zwischen Durchläufen des Background-Writers." #: utils/misc/guc.c:2102 msgid "Background writer maximum number of LRU pages to flush per round." -msgstr "Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-Seiten." +msgstr "" +"Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-" +"Seiten." #: utils/misc/guc.c:2118 -msgid "Number of simultaneous requests that can be handled efficiently by the disk subsystem." -msgstr "Anzahl simultaner Anfragen, die das Festplattensubsystem effizient bearbeiten kann." +msgid "" +"Number of simultaneous requests that can be handled efficiently by the disk " +"subsystem." +msgstr "" +"Anzahl simultaner Anfragen, die das Festplattensubsystem effizient " +"bearbeiten kann." #: utils/misc/guc.c:2119 -msgid "For RAID arrays, this should be approximately the number of drive spindles in the array." -msgstr "Für RAID-Arrays sollte dies ungefähr die Anzahl Spindeln im Array sein." +msgid "" +"For RAID arrays, this should be approximately the number of drive spindles " +"in the array." +msgstr "" +"Für RAID-Arrays sollte dies ungefähr die Anzahl Spindeln im Array sein." #: utils/misc/guc.c:2132 msgid "Automatic log file rotation will occur after N minutes." @@ -18172,15 +19921,23 @@ msgstr "Mindestanzahl an geänderten oder gelöschten Tupeln vor einem Vacuum." #: utils/misc/guc.c:2252 msgid "Minimum number of tuple inserts, updates, or deletes prior to analyze." -msgstr "Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem Analyze." +msgstr "" +"Mindestanzahl an Einfüge-, Änderungs- oder Löschoperationen von einem " +"Analyze." #: utils/misc/guc.c:2262 -msgid "Age at which to autovacuum a table to prevent transaction ID wraparound." -msgstr "Alter, nach dem eine Tabelle automatisch gevacuumt wird, um Transaktionsnummernüberlauf zu verhindern." +msgid "" +"Age at which to autovacuum a table to prevent transaction ID wraparound." +msgstr "" +"Alter, nach dem eine Tabelle automatisch gevacuumt wird, um " +"Transaktionsnummernüberlauf zu verhindern." #: utils/misc/guc.c:2273 -msgid "Sets the maximum number of simultaneously running autovacuum worker processes." -msgstr "Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse." +msgid "" +"Sets the maximum number of simultaneously running autovacuum worker " +"processes." +msgstr "" +"Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse." #: utils/misc/guc.c:2283 msgid "Time between issuing TCP keepalives." @@ -18195,28 +19952,46 @@ msgid "Time between TCP keepalive retransmits." msgstr "Zeit zwischen TCP-Keepalive-Neuübertragungen." #: utils/misc/guc.c:2305 -msgid "Set the amount of traffic to send and receive before renegotiating the encryption keys." -msgstr "Setzt die Traffic-Menge, die gesendet oder empfangen wird, bevor der Verschlüsselungsschlüssel neu ausgehandelt wird." +msgid "" +"Set the amount of traffic to send and receive before renegotiating the " +"encryption keys." +msgstr "" +"Setzt die Traffic-Menge, die gesendet oder empfangen wird, bevor der " +"Verschlüsselungsschlüssel neu ausgehandelt wird." #: utils/misc/guc.c:2316 msgid "Maximum number of TCP keepalive retransmits." msgstr "Maximale Anzahl an TCP-Keepalive-Neuübertragungen." #: utils/misc/guc.c:2317 -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 "Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung." +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 "" +"Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-" +"Neuübertragungen, die verloren gehen dürfen, bis die Verbindung als tot " +"betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung." #: utils/misc/guc.c:2328 msgid "Sets the maximum allowed result for exact search by GIN." -msgstr "Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN." +msgstr "" +"Setzt die maximal erlaubte Anzahl Ergebnisse für eine genaue Suche mit GIN." #: utils/misc/guc.c:2339 msgid "Sets the planner's assumption about the size of the disk cache." msgstr "Setzt die Annahme des Planers über die Größe des Festplatten-Caches." #: utils/misc/guc.c:2340 -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 "Setzt die Annahme des Planers über die effektive Größe des Diskcaches (das heißt des Teils des Diskcaches vom Kernel, der für die Datendateien von PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche normalerweise 8 kB groß sind." +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 "" +"Setzt die Annahme des Planers über die effektive Größe des Diskcaches (das " +"heißt des Teils des Diskcaches vom Kernel, der für die Datendateien von " +"PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche " +"normalerweise 8 kB groß sind." #: utils/misc/guc.c:2353 msgid "Shows the server version as an integer." @@ -18224,39 +19999,63 @@ msgstr "Zeigt die Serverversion als Zahl." #: utils/misc/guc.c:2364 msgid "Log the use of temporary files larger than this number of kilobytes." -msgstr "Schreibt Meldungen über die Verwendung von temporären Dateien in den Log, wenn sie größer als diese Anzahl an Kilobytes sind." +msgstr "" +"Schreibt Meldungen über die Verwendung von temporären Dateien in den Log, " +"wenn sie größer als diese Anzahl an Kilobytes sind." #: utils/misc/guc.c:2365 msgid "Zero logs all files. The default is -1 (turning this feature off)." -msgstr "Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses Feature ausgeschaltet wird)." +msgstr "" +"Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses " +"Feature ausgeschaltet wird)." #: utils/misc/guc.c:2375 msgid "Sets the size reserved for pg_stat_activity.query, in bytes." msgstr "Setzt die für pg_stat_activity.query reservierte Größe, in Bytes." #: utils/misc/guc.c:2394 -msgid "Sets the planner's estimate of the cost of a sequentially fetched disk page." -msgstr "Setzt den vom Planer geschätzten Aufwand, um eine sequenzielle Diskseite zu lesen." +msgid "" +"Sets the planner's estimate of the cost of a sequentially fetched disk page." +msgstr "" +"Setzt den vom Planer geschätzten Aufwand, um eine sequenzielle Diskseite zu " +"lesen." #: utils/misc/guc.c:2404 -msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." -msgstr "Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle Diskseite zu lesen." +msgid "" +"Sets the planner's estimate of the cost of a nonsequentially fetched disk " +"page." +msgstr "" +"Setzt den vom Planer geschätzten Aufwand, um eine nichtsequenzielle " +"Diskseite zu lesen." #: utils/misc/guc.c:2414 msgid "Sets the planner's estimate of the cost of processing each tuple (row)." -msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile." +msgstr "" +"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung einer Zeile." #: utils/misc/guc.c:2424 -msgid "Sets the planner's estimate of the cost of processing each index entry during an index scan." -msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Indexeintrags während eines Index-Scans." +msgid "" +"Sets the planner's estimate of the cost of processing each index entry " +"during an index scan." +msgstr "" +"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines " +"Indexeintrags während eines Index-Scans." #: utils/misc/guc.c:2434 -msgid "Sets the planner's estimate of the cost of processing each operator or function call." -msgstr "Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines Operators oder Funktionsaufrufs." +msgid "" +"Sets the planner's estimate of the cost of processing each operator or " +"function call." +msgstr "" +"Setzt den vom Planer geschätzten Aufwand für die Verarbeitung eines " +"Operators oder Funktionsaufrufs." #: utils/misc/guc.c:2445 -msgid "Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved." -msgstr "Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen werden werden." +msgid "" +"Sets the planner's estimate of the fraction of a cursor's rows that will be " +"retrieved." +msgstr "" +"Setzt den vom Planer geschätzten Anteil der Cursor-Zeilen, die ausgelesen " +"werden werden." #: utils/misc/guc.c:2456 msgid "GEQO: selective pressure within the population." @@ -18268,27 +20067,42 @@ msgstr "GEQO: Ausgangswert für die zufällige Pfadauswahl." #: utils/misc/guc.c:2476 msgid "Multiple of the average buffer usage to free per round." -msgstr "Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde." +msgstr "" +"Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde." #: utils/misc/guc.c:2486 msgid "Sets the seed for random-number generation." msgstr "Setzt den Ausgangswert für die Zufallszahlenerzeugung." #: utils/misc/guc.c:2497 -msgid "Number of tuple updates or deletes prior to vacuum as a fraction of reltuples." -msgstr "Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu reltuples." +msgid "" +"Number of tuple updates or deletes prior to vacuum as a fraction of " +"reltuples." +msgstr "" +"Anzahl geänderter oder gelöschter Tupel vor einem Vacuum, relativ zu " +"reltuples." #: utils/misc/guc.c:2506 -msgid "Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples." -msgstr "Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, relativ zu reltuples." +msgid "" +"Number of tuple inserts, updates, or deletes prior to analyze as a fraction " +"of reltuples." +msgstr "" +"Anzahl eingefügter, geänderter oder gelöschter Tupel vor einem Analyze, " +"relativ zu reltuples." #: utils/misc/guc.c:2516 -msgid "Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval." -msgstr "Zeit, die damit verbracht wird, modifizierte Puffer während eines Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls." +msgid "" +"Time spent flushing dirty buffers during checkpoint, as fraction of " +"checkpoint interval." +msgstr "" +"Zeit, die damit verbracht wird, modifizierte Puffer während eines " +"Checkpoints zurückzuschreiben, als Bruchteil des Checkpoint-Intervalls." #: utils/misc/guc.c:2535 msgid "Sets the shell command that will be called to archive a WAL file." -msgstr "Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu archivieren." +msgstr "" +"Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu " +"archivieren." #: utils/misc/guc.c:2545 msgid "Sets the client's character set encoding." @@ -18324,15 +20138,23 @@ msgstr "Eine leere Zeichenkette wählt den Standard-Tablespace der Datenbank." #: utils/misc/guc.c:2599 msgid "Sets the tablespace(s) to use for temporary tables and sort files." -msgstr "Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien." +msgstr "" +"Setzt den oder die Tablespaces für temporäre Tabellen und Sortierdateien." #: utils/misc/guc.c:2610 msgid "Sets the path for dynamically loadable modules." msgstr "Setzt den Pfad für ladbare dynamische Bibliotheken." #: utils/misc/guc.c:2611 -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 "Wenn ein dynamisch ladbares Modul geöffnet werden muss und der angegebene Name keine Verzeichniskomponente hat (das heißt er enthält keinen Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen Datei." +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 "" +"Wenn ein dynamisch ladbares Modul geöffnet werden muss und der angegebene " +"Name keine Verzeichniskomponente hat (das heißt er enthält keinen " +"Schrägstrich), dann sucht das System in diesem Pfad nach der angegebenen " +"Datei." #: utils/misc/guc.c:2624 msgid "Sets the location of the Kerberos server key file." @@ -18372,11 +20194,14 @@ msgstr "Setzt die Locale für die Formatierung von Datums- und Zeitwerten." #: utils/misc/guc.c:2719 msgid "Lists shared libraries to preload into server." -msgstr "Listet dynamische Bibliotheken, die vorab in den Server geladen werden." +msgstr "" +"Listet dynamische Bibliotheken, die vorab in den Server geladen werden." #: utils/misc/guc.c:2730 msgid "Lists shared libraries to preload into each backend." -msgstr "Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen werden." +msgstr "" +"Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen " +"werden." #: utils/misc/guc.c:2741 msgid "Sets the schema search order for names that are not schema-qualified." @@ -18403,8 +20228,12 @@ msgid "Sets the destination for server log output." msgstr "Setzt das Ziel für die Serverlogausgabe." #: utils/misc/guc.c:2801 -msgid "Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and \"eventlog\", depending on the platform." -msgstr "Gültige Werte sind Kombinationen von »stderr«, »syslog«, »csvlog« und »eventlog«, je nach Plattform." +msgid "" +"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and " +"\"eventlog\", depending on the platform." +msgstr "" +"Gültige Werte sind Kombinationen von »stderr«, »syslog«, »csvlog« und " +"»eventlog«, je nach Plattform." #: utils/misc/guc.c:2812 msgid "Sets the destination directory for log files." @@ -18412,7 +20241,8 @@ msgstr "Bestimmt das Zielverzeichnis für Logdateien." #: utils/misc/guc.c:2813 msgid "Can be specified as relative to the data directory or as absolute path." -msgstr "Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden." +msgstr "" +"Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden." #: utils/misc/guc.c:2823 msgid "Sets the file name pattern for log files." @@ -18420,15 +20250,22 @@ msgstr "Bestimmt das Dateinamenmuster für Logdateien." #: utils/misc/guc.c:2834 msgid "Sets the program name used to identify PostgreSQL messages in syslog." -msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog identifiziert werden." +msgstr "" +"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog " +"identifiziert werden." #: utils/misc/guc.c:2845 -msgid "Sets the application name used to identify PostgreSQL messages in the event log." -msgstr "Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Ereignisprotokoll identifiziert werden." +msgid "" +"Sets the application name used to identify PostgreSQL messages in the event " +"log." +msgstr "" +"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Ereignisprotokoll " +"identifiziert werden." #: utils/misc/guc.c:2856 msgid "Sets the time zone for displaying and interpreting time stamps." -msgstr "Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden." +msgstr "" +"Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden." #: utils/misc/guc.c:2866 msgid "Selects a file of time zone abbreviations." @@ -18443,16 +20280,20 @@ msgid "Sets the owning group of the Unix-domain socket." msgstr "Setzt die Eigentümergruppe der Unix-Domain-Socket." #: utils/misc/guc.c:2888 -msgid "The owning user of the socket is always the user that starts the server." +msgid "" +"The owning user of the socket is always the user that starts the server." msgstr "Der Eigentümer ist immer der Benutzer, der den Server startet." #: utils/misc/guc.c:2898 msgid "Sets the directory where the Unix-domain socket will be created." -msgstr "Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll." +msgstr "" +"Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll." #: utils/misc/guc.c:2909 msgid "Sets the host name or IP address(es) to listen to." -msgstr "Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen gewartet wird." +msgstr "" +"Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen " +"gewartet wird." #: utils/misc/guc.c:2920 msgid "Sets the server's data directory." @@ -18508,7 +20349,8 @@ msgstr "Setzt die Liste der erlaubten SSL-Verschlüsselungsalgorithmen." #: utils/misc/guc.c:3062 msgid "Sets the application name to be reported in statistics and logs." -msgstr "Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird." +msgstr "" +"Setzt den Anwendungsnamen, der in Statistiken und Logs verzeichnet wird." #: utils/misc/guc.c:3082 msgid "Sets whether \"\\'\" is allowed in string literals." @@ -18524,16 +20366,26 @@ msgstr "Setzt die Meldungstypen, die an den Client gesendet werden." #: utils/misc/guc.c:3103 utils/misc/guc.c:3156 utils/misc/guc.c:3167 #: utils/misc/guc.c:3223 -msgid "Each level includes all the levels that follow it. The later the level, the fewer messages are sent." -msgstr "Jeder Wert schließt alle ihm folgenden Werte mit ein. Je weiter hinten der Wert steht, desto weniger Meldungen werden gesendet werden." +msgid "" +"Each level includes all the levels that follow it. The later the level, the " +"fewer messages are sent." +msgstr "" +"Jeder Wert schließt alle ihm folgenden Werte mit ein. Je weiter hinten der " +"Wert steht, desto weniger Meldungen werden gesendet werden." #: utils/misc/guc.c:3113 msgid "Enables the planner to use constraints to optimize queries." -msgstr "Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu optimieren." +msgstr "" +"Ermöglicht dem Planer die Verwendung von Constraints, um Anfragen zu " +"optimieren." #: utils/misc/guc.c:3114 -msgid "Table scans will be skipped if their constraints guarantee that no rows match the query." -msgstr "Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass keine Zeile mit der Abfrage übereinstimmt." +msgid "" +"Table scans will be skipped if their constraints guarantee that no rows " +"match the query." +msgstr "" +"Tabellen-Scans werden übersprungen, wenn deren Constraints garantieren, dass " +"keine Zeile mit der Abfrage übereinstimmt." #: utils/misc/guc.c:3124 msgid "Sets the transaction isolation level of each new transaction." @@ -18552,8 +20404,11 @@ msgid "Sets the message levels that are logged." msgstr "Setzt die Meldungstypen, die geloggt werden." #: utils/misc/guc.c:3166 -msgid "Causes all statements generating error at or above this level to be logged." -msgstr "Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder höher verursachen, in den Log." +msgid "" +"Causes all statements generating error at or above this level to be logged." +msgstr "" +"Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder höher " +"verursachen, in den Log." #: utils/misc/guc.c:3177 msgid "Sets the type of statements logged." @@ -18561,7 +20416,8 @@ msgstr "Setzt die Anweisungsarten, die geloggt werden." #: utils/misc/guc.c:3187 msgid "Sets the syslog \"facility\" to be used when syslog enabled." -msgstr "Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist." +msgstr "" +"Setzt die zu verwendende Syslog-»Facility«, wenn Syslog angeschaltet ist." #: utils/misc/guc.c:3202 msgid "Sets the session's behavior for triggers and rewrite rules." @@ -18573,7 +20429,8 @@ msgstr "Setzt den Synchronisationsgrad der aktuellen Transaktion." #: utils/misc/guc.c:3222 msgid "Enables logging of recovery-related debugging information." -msgstr "Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung." +msgstr "" +"Ermöglicht das Loggen von Debug-Informationen über die Wiederherstellung." #: utils/misc/guc.c:3238 msgid "Collects function-level statistics on database activity." @@ -18585,21 +20442,28 @@ msgstr "Setzt den Umfang der in den WAL geschriebenen Informationen." #: utils/misc/guc.c:3258 msgid "Selects the method used for forcing WAL updates to disk." -msgstr "Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu erzwingen." +msgstr "" +"Wählt die Methode, um das Schreiben von WAL-Änderungen auf die Festplatte zu " +"erzwingen." #: utils/misc/guc.c:3268 msgid "Sets how binary values are to be encoded in XML." msgstr "Setzt, wie binäre Werte in XML kodiert werden." #: utils/misc/guc.c:3278 -msgid "Sets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments." -msgstr "Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als Dokument oder Fragment betrachtet werden sollen." +msgid "" +"Sets whether XML data in implicit parsing and serialization operations is to " +"be considered as documents or content fragments." +msgstr "" +"Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als " +"Dokument oder Fragment betrachtet werden sollen." #: utils/misc/guc.c:4092 #, 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 weiß nicht, wo die Serverkonfigurationsdatei zu finden ist.\n" "Sie müssen die Kommandozeilenoption --config-file oder -D angegeben oder\n" @@ -18614,7 +20478,8 @@ msgstr "%s kann nicht auf die Serverkonfigurationsdatei »%s« zugreifen: %s\n" #, 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 weiß nicht, wo die Systemdaten für das Datenbanksystem\n" "zu finden sind. Sie können dies mit »data_directory« in »%s«, mit der\n" @@ -18624,7 +20489,8 @@ 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 weiß nicht, wo die »hba«-Konfigurationsdatei zu finden ist.\n" "Sie können dies mit »hba_file« in »%s«, mit der\n" @@ -18634,7 +20500,8 @@ 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 weiß nicht, wo die »ident«-Konfigurationsdatei zu finden ist.\n" "Sie können dies mit »ident_file« in »%s«, mit der\n" @@ -18649,11 +20516,13 @@ msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"." msgstr "Gültige Einheiten für diesen Parameter sind »kB«, »MB« und »GB«." #: utils/misc/guc.c:4865 -msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." -msgstr "Gültige Einheiten für diesen Parameter sind »ms«, »s«, »min«, »h« und »d«." +msgid "" +"Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." +msgstr "" +"Gültige Einheiten für diesen Parameter sind »ms«, »s«, »min«, »h« und »d«." -#: utils/misc/guc.c:5158 utils/misc/guc.c:5940 utils/misc/guc.c:5992 -#: utils/misc/guc.c:6725 utils/misc/guc.c:6884 utils/misc/guc.c:8053 +#: utils/misc/guc.c:5158 utils/misc/guc.c:5954 utils/misc/guc.c:6006 +#: utils/misc/guc.c:6739 utils/misc/guc.c:6898 utils/misc/guc.c:8073 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "unbekannter Konfigurationsparameter »%s«" @@ -18668,116 +20537,125 @@ msgstr "Parameter »%s« kann nicht geändert werden" msgid "parameter \"%s\" cannot be changed now" msgstr "Parameter »%s« kann jetzt nicht geändert werden" -#: utils/misc/guc.c:5237 +#: utils/misc/guc.c:5251 #, c-format msgid "parameter \"%s\" cannot be set after connection start" msgstr "Parameter »%s« kann nach Start der Verbindung nicht geändert werden" -#: utils/misc/guc.c:5247 utils/misc/guc.c:8069 +#: utils/misc/guc.c:5261 utils/misc/guc.c:8089 #, c-format msgid "permission denied to set parameter \"%s\"" msgstr "keine Berechtigung, um Parameter »%s« zu setzen" -#: utils/misc/guc.c:5285 +#: utils/misc/guc.c:5299 #, c-format msgid "cannot set parameter \"%s\" within security-definer function" -msgstr "Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden" +msgstr "" +"Parameter »%s« kann nicht in einer Security-Definer-Funktion gesetzt werden" -#: utils/misc/guc.c:5438 utils/misc/guc.c:5773 utils/misc/guc.c:8233 -#: utils/misc/guc.c:8267 +#: utils/misc/guc.c:5452 utils/misc/guc.c:5787 utils/misc/guc.c:8253 +#: utils/misc/guc.c:8287 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "ungültiger Wert für Parameter »%s«: »%s«" -#: utils/misc/guc.c:5447 +#: utils/misc/guc.c:5461 #, c-format msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" msgstr "%d ist außerhalb des gültigen Bereichs für Parameter »%s« (%d ... %d)" -#: utils/misc/guc.c:5540 +#: utils/misc/guc.c:5554 #, c-format msgid "parameter \"%s\" requires a numeric value" msgstr "Parameter »%s« erfordert einen numerischen Wert" -#: utils/misc/guc.c:5548 +#: utils/misc/guc.c:5562 #, c-format msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" msgstr "%g ist außerhalb des gültigen Bereichs für Parameter »%s« (%g ... %g)" -#: utils/misc/guc.c:5948 utils/misc/guc.c:5996 utils/misc/guc.c:6888 +#: utils/misc/guc.c:5962 utils/misc/guc.c:6010 utils/misc/guc.c:6902 #, c-format msgid "must be superuser to examine \"%s\"" msgstr "nur Superuser können »%s« ansehen" -#: utils/misc/guc.c:6062 +#: utils/misc/guc.c:6076 #, c-format msgid "SET %s takes only one argument" msgstr "SET %s darf nur ein Argument haben" -#: utils/misc/guc.c:6233 +#: utils/misc/guc.c:6247 #, c-format msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" msgstr "SET LOCAL TRANSACTION SNAPSHOT ist nicht implementiert" -#: utils/misc/guc.c:6313 +#: utils/misc/guc.c:6327 #, c-format msgid "SET requires parameter name" msgstr "SET benötigt Parameternamen" -#: utils/misc/guc.c:6427 +#: utils/misc/guc.c:6441 #, c-format msgid "attempt to redefine parameter \"%s\"" msgstr "Versuch, den Parameter »%s« zu redefinieren" -#: utils/misc/guc.c:7772 +#: utils/misc/guc.c:7792 #, c-format msgid "could not parse setting for parameter \"%s\"" msgstr "konnte Wert von Parameter »%s« nicht lesen" -#: utils/misc/guc.c:8131 utils/misc/guc.c:8165 +#: utils/misc/guc.c:8151 utils/misc/guc.c:8185 #, c-format msgid "invalid value for parameter \"%s\": %d" msgstr "ungültiger Wert für Parameter »%s«: %d" -#: utils/misc/guc.c:8199 +#: utils/misc/guc.c:8219 #, c-format msgid "invalid value for parameter \"%s\": %g" msgstr "ungültiger Wert für Parameter »%s«: %g" -#: utils/misc/guc.c:8389 +#: utils/misc/guc.c:8409 #, c-format -msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." -msgstr "»temp_buffers« kann nicht geändert werden, nachdem in der Sitzung auf temporäre Tabellen zugriffen wurde." +msgid "" +"\"temp_buffers\" cannot be changed after any temporary tables have been " +"accessed in the session." +msgstr "" +"»temp_buffers« kann nicht geändert werden, nachdem in der Sitzung auf " +"temporäre Tabellen zugriffen wurde." -#: utils/misc/guc.c:8401 +#: utils/misc/guc.c:8421 #, c-format msgid "SET AUTOCOMMIT TO OFF is no longer supported" msgstr "SET AUTOCOMMIT TO OFF wird nicht mehr unterstützt" -#: utils/misc/guc.c:8413 +#: utils/misc/guc.c:8433 #, c-format msgid "assertion checking is not supported by this build" msgstr "Assert-Prüfungen werden von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:8426 +#: utils/misc/guc.c:8446 #, c-format msgid "Bonjour is not supported by this build" msgstr "Bonjour wird von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:8439 +#: utils/misc/guc.c:8459 #, c-format msgid "SSL is not supported by this build" msgstr "SSL wird von dieser Installation nicht unterstützt" -#: utils/misc/guc.c:8451 +#: utils/misc/guc.c:8471 #, c-format msgid "Cannot enable parameter when \"log_statement_stats\" is true." msgstr "Kann Parameter nicht einschalten, wenn »log_statement_stats« an ist." -#: utils/misc/guc.c:8463 +#: utils/misc/guc.c:8483 #, c-format -msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." -msgstr "Kann »log_statement_stats« nicht einschalten, wenn »log_parser_stats«, »log_planner_stats« oder »log_executor_stats« an ist." +msgid "" +"Cannot enable \"log_statement_stats\" when \"log_parser_stats\", " +"\"log_planner_stats\", or \"log_executor_stats\" is true." +msgstr "" +"Kann »log_statement_stats« nicht einschalten, wenn »log_parser_stats«, " +"»log_planner_stats« oder »log_executor_stats« an ist." #: utils/misc/help_config.c:131 #, c-format @@ -18786,18 +20664,28 @@ msgstr "interner Fehler: unbekannter Parametertyp\n" #: 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" -msgstr "Zeitzonenabkürzung »%s« ist zu lang (maximal %d Zeichen) in Zeitzonendatei »%s«, Zeile %d" +msgid "" +"time zone abbreviation \"%s\" is too long (maximum %d characters) in time " +"zone file \"%s\", line %d" +msgstr "" +"Zeitzonenabkürzung »%s« ist zu lang (maximal %d Zeichen) in Zeitzonendatei »" +"%s«, Zeile %d" #: utils/misc/tzparser.c:68 #, c-format -msgid "time zone offset %d is not a multiple of 900 sec (15 min) in time zone file \"%s\", line %d" -msgstr "Zeitzonenabstand %d ist kein Vielfaches von 900 s (15 min) in Zeitzonendatei »%s«, Zeile %d" +msgid "" +"time zone offset %d is not a multiple of 900 sec (15 min) in time zone file " +"\"%s\", line %d" +msgstr "" +"Zeitzonenabstand %d ist kein Vielfaches von 900 s (15 min) in Zeitzonendatei " +"»%s«, Zeile %d" #: utils/misc/tzparser.c:80 #, c-format msgid "time zone offset %d is out of range in time zone file \"%s\", line %d" -msgstr "Zeitzonenabstand %d ist außerhalb des gültigen Bereichs in Zeitzonendatei »%s«, Zeile %d" +msgstr "" +"Zeitzonenabstand %d ist außerhalb des gültigen Bereichs in Zeitzonendatei »" +"%s«, Zeile %d" #: utils/misc/tzparser.c:115 #, c-format @@ -18826,8 +20714,12 @@ msgstr "Zeitzonenabkürzung »%s« ist mehrfach definiert" #: utils/misc/tzparser.c:220 #, c-format -msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d." -msgstr "Eintrag in Zeitzonendatei »%s«, Zeile %d, steht im Konflikt mit Eintrag in Datei »%s«, Zeile %d." +msgid "" +"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"" +"%s\", line %d." +msgstr "" +"Eintrag in Zeitzonendatei »%s«, Zeile %d, steht im Konflikt mit Eintrag in " +"Datei »%s«, Zeile %d." #: utils/misc/tzparser.c:285 #, c-format @@ -18882,7 +20774,9 @@ msgstr "aktives Portal »%s« kann nicht gelöscht werden" #: utils/mmgr/portalmem.c:669 #, c-format msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD" -msgstr "PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor mit WITH HOLD erzeugt hat" +msgstr "" +"PREPARE kann nicht in einer Transaktion ausgeführt werden, die einen Cursor " +"mit WITH HOLD erzeugt hat" #: utils/sort/logtape.c:215 #, c-format @@ -18924,8 +20818,12 @@ msgstr "SET TRANSACTION SNAPSHOT muss vor allen Anfragen aufgerufen werden" #: utils/time/snapmgr.c:1005 #, c-format -msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ" -msgstr "eine Snapshot-importierende Transaktion muss Isolationsgrad SERIALIZABLE oder REPEATABLE READ haben" +msgid "" +"a snapshot-importing transaction must have isolation level SERIALIZABLE or " +"REPEATABLE READ" +msgstr "" +"eine Snapshot-importierende Transaktion muss Isolationsgrad SERIALIZABLE " +"oder REPEATABLE READ haben" #: utils/time/snapmgr.c:1014 utils/time/snapmgr.c:1023 #, c-format @@ -18934,13 +20832,21 @@ msgstr "ungültiger Snapshot-Bezeichner: »%s«" #: utils/time/snapmgr.c:1112 #, c-format -msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction" -msgstr "eine serialisierbare Transaktion kann keinen Snapshot aus einer nicht-serialisierbaren Transaktion importieren" +msgid "" +"a serializable transaction cannot import a snapshot from a non-serializable " +"transaction" +msgstr "" +"eine serialisierbare Transaktion kann keinen Snapshot aus einer nicht-" +"serialisierbaren Transaktion importieren" #: utils/time/snapmgr.c:1116 #, c-format -msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction" -msgstr "eine serialisierbare Transaktion, die nicht im Read-Only-Modus ist, kann keinen Snapshot aus einer Read-Only-Transaktion importieren" +msgid "" +"a non-read-only serializable transaction cannot import a snapshot from a " +"read-only transaction" +msgstr "" +"eine serialisierbare Transaktion, die nicht im Read-Only-Modus ist, kann " +"keinen Snapshot aus einer Read-Only-Transaktion importieren" #: utils/time/snapmgr.c:1131 #, c-format diff --git a/src/backend/po/fr.po b/src/backend/po/fr.po index 7b29c33aa8..edeea38f20 100644 --- a/src/backend/po/fr.po +++ b/src/backend/po/fr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-03-15 18:27+0000\n" -"PO-Revision-Date: 2014-03-16 00:04+0100\n" +"POT-Creation-Date: 2014-05-16 07:49+0000\n" +"PO-Revision-Date: 2014-05-17 15:16+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: French \n" "Language: fr\n" @@ -61,19 +61,24 @@ msgstr "n'a pas pu obtenir la jonction pour msgid "could not open directory \"%s\": %s\n" msgstr "n'a pas pu ouvrir le répertoire « %s » : %s\n" -#: ../port/dirmod.c:488 +#: ../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "n'a pas pu lire le répertoire « %s » : %s\n" -#: ../port/dirmod.c:571 +#: ../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "n'a pas pu fermer le répertoire « %s » : %s\n" + +#: ../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "" "n'a pas pu récupérer les informations sur le fichier ou répertoire\n" "« %s » : %s\n" -#: ../port/dirmod.c:598 ../port/dirmod.c:615 +#: ../port/dirmod.c:602 ../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "n'a pas pu supprimer le fichier ou répertoire « %s » : %s\n" @@ -175,7 +180,7 @@ msgstr "correspondance du code d'erreur win32 %lu en %d" msgid "unrecognized win32 error code: %lu" msgstr "code d'erreur win32 non reconnu : %lu" -#: access/common/heaptuple.c:645 access/common/heaptuple.c:1399 +#: access/common/heaptuple.c:679 access/common/heaptuple.c:1419 #, c-format msgid "number of columns (%d) exceeds limit (%d)" msgstr "le nombre de colonnes (%d) dépasse la limite (%d)" @@ -185,7 +190,7 @@ msgstr "le nombre de colonnes (%d) d msgid "number of index columns (%d) exceeds limit (%d)" msgstr "le nombre de colonnes indexées (%d) dépasse la limite (%d)" -#: access/common/indextuple.c:168 access/spgist/spgutils.c:605 +#: access/common/indextuple.c:173 access/spgist/spgutils.c:605 #, c-format msgid "index row requires %lu bytes, maximum size is %lu" msgstr "la ligne index requiert %lu octets, la taille maximum est %lu" @@ -282,13 +287,13 @@ msgstr "" msgid "Attribute \"%s\" of type %s does not exist in type %s." msgstr "L'attribut « %s » du type %s n'existe pas dans le type %s." -#: access/common/tupdesc.c:590 parser/parse_relation.c:1185 +#: access/common/tupdesc.c:593 parser/parse_relation.c:1185 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "la colonne « %s » ne peut pas être déclarée SETOF" #: access/gin/ginentrypage.c:100 access/nbtree/nbtinsert.c:530 -#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1894 +#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1892 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" msgstr "" @@ -313,12 +318,12 @@ msgstr "Pour corriger ceci, faites un REINDEX INDEX msgid "unlogged GiST indexes are not supported" msgstr "les index GiST non tracés ne sont pas supportés" -#: access/gist/gist.c:600 access/gist/gistvacuum.c:267 +#: access/gist/gist.c:614 access/gist/gistvacuum.c:267 #, c-format msgid "index \"%s\" contains an inner tuple marked as invalid" msgstr "l'index « %s » contient une ligne interne marquée comme invalide" -#: access/gist/gist.c:602 access/gist/gistvacuum.c:269 +#: access/gist/gist.c:616 access/gist/gistvacuum.c:269 #, c-format msgid "" "This is caused by an incomplete page split at crash recovery before " @@ -328,7 +333,7 @@ msgstr "" "un\n" "crash avant la mise à jour en 9.1." -#: access/gist/gist.c:603 access/gist/gistutil.c:635 +#: access/gist/gist.c:617 access/gist/gistutil.c:635 #: access/gist/gistutil.c:646 access/gist/gistvacuum.c:270 #: access/hash/hashutil.c:172 access/hash/hashutil.c:183 #: access/hash/hashutil.c:195 access/hash/hashutil.c:216 @@ -384,7 +389,7 @@ msgstr "l'index msgid "index row size %lu exceeds hash maximum %lu" msgstr "la taille de la ligne index, %lu, dépasse le hachage maximum, %lu" -#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1898 +#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1896 #: access/spgist/spgutils.c:667 #, c-format msgid "Values larger than a buffer page cannot be indexed." @@ -545,58 +550,58 @@ msgstr "n'a pas pu tronquer le r msgid "removing file \"%s\"" msgstr "suppression du fichier « %s »" -#: access/transam/twophase.c:252 +#: access/transam/twophase.c:328 #, c-format msgid "transaction identifier \"%s\" is too long" msgstr "l'identifiant de la transaction « %s » est trop long" -#: access/transam/twophase.c:259 +#: access/transam/twophase.c:335 #, c-format msgid "prepared transactions are disabled" msgstr "les transactions préparées sont désactivées" -#: access/transam/twophase.c:260 +#: access/transam/twophase.c:336 #, c-format msgid "Set max_prepared_transactions to a nonzero value." msgstr "Configure max_prepared_transactions à une valeur différente de zéro." -#: access/transam/twophase.c:293 +#: access/transam/twophase.c:355 #, c-format msgid "transaction identifier \"%s\" is already in use" msgstr "l'identifiant de la transaction « %s » est déjà utilisé" -#: access/transam/twophase.c:302 +#: access/transam/twophase.c:364 #, c-format msgid "maximum number of prepared transactions reached" msgstr "nombre maximum de transactions préparées obtenu" -#: access/transam/twophase.c:303 +#: access/transam/twophase.c:365 #, c-format msgid "Increase max_prepared_transactions (currently %d)." msgstr "Augmentez max_prepared_transactions (actuellement %d)." -#: access/transam/twophase.c:431 +#: access/transam/twophase.c:504 #, c-format msgid "prepared transaction with identifier \"%s\" is busy" msgstr "la transaction préparée d'identifiant « %s » est occupée" -#: access/transam/twophase.c:439 +#: access/transam/twophase.c:510 #, c-format msgid "permission denied to finish prepared transaction" msgstr "droit refusé pour terminer la transaction préparée" -#: access/transam/twophase.c:440 +#: 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 préparé la transaction." -#: access/transam/twophase.c:451 +#: access/transam/twophase.c:522 #, c-format msgid "prepared transaction belongs to another database" msgstr "la transaction préparée appartient à une autre base de données" -#: access/transam/twophase.c:452 +#: access/transam/twophase.c:523 #, c-format msgid "" "Connect to the database where the transaction was prepared to finish it." @@ -604,54 +609,54 @@ msgstr "" "Connectez-vous à la base de données où la transaction a été préparée pour\n" "la terminer." -#: access/transam/twophase.c:466 +#: access/transam/twophase.c:538 #, c-format msgid "prepared transaction with identifier \"%s\" does not exist" msgstr "la transaction préparée d'identifiant « %s » n'existe pas" -#: access/transam/twophase.c:969 +#: access/transam/twophase.c:1041 #, c-format msgid "two-phase state file maximum length exceeded" msgstr "" "longueur maximale dépassée pour le fichier de statut de la validation en\n" "deux phase" -#: access/transam/twophase.c:987 +#: access/transam/twophase.c:1059 #, c-format msgid "could not create two-phase state file \"%s\": %m" msgstr "" "n'a pas pu créer le fichier de statut de la validation en deux phases nommé\n" "« %s » : %m" -#: access/transam/twophase.c:1001 access/transam/twophase.c:1018 -#: access/transam/twophase.c:1074 access/transam/twophase.c:1494 -#: access/transam/twophase.c:1501 +#: access/transam/twophase.c:1073 access/transam/twophase.c:1090 +#: access/transam/twophase.c:1146 access/transam/twophase.c:1575 +#: access/transam/twophase.c:1582 #, 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" -#: access/transam/twophase.c:1027 +#: access/transam/twophase.c:1099 #, c-format msgid "could not seek in two-phase state file: %m" msgstr "" "n'a pas pu se déplacer dans le fichier de statut de la validation en deux\n" "phases : %m" -#: access/transam/twophase.c:1080 access/transam/twophase.c:1519 +#: access/transam/twophase.c:1152 access/transam/twophase.c:1600 #, 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" -#: access/transam/twophase.c:1160 access/transam/twophase.c:1600 +#: access/transam/twophase.c:1239 access/transam/twophase.c:1681 #, c-format msgid "could not open two-phase state file \"%s\": %m" msgstr "" "n'a pas pu ouvrir le fichier d'état de la validation en deux phases nommé\n" "« %s » : %m" -#: access/transam/twophase.c:1177 +#: access/transam/twophase.c:1256 #, c-format msgid "could not stat two-phase state file \"%s\": %m" msgstr "" @@ -659,65 +664,65 @@ msgstr "" "validation\n" "en deux phases nommé « %s » : %m" -#: access/transam/twophase.c:1209 +#: access/transam/twophase.c:1288 #, c-format msgid "could not read two-phase state file \"%s\": %m" msgstr "" "n'a pas pu lire le fichier d'état de la validation en deux phases nommé\n" "« %s » : %m" -#: access/transam/twophase.c:1305 +#: access/transam/twophase.c:1384 #, c-format msgid "two-phase state file for transaction %u is corrupt" msgstr "" "le fichier d'état de la validation en deux phases est corrompu pour la\n" "transaction %u" -#: access/transam/twophase.c:1456 +#: access/transam/twophase.c:1537 #, c-format msgid "could not remove two-phase state file \"%s\": %m" msgstr "" "n'a pas pu supprimer le fichier d'état de la validation en deux phases\n" "« %s » : %m" -#: access/transam/twophase.c:1485 +#: access/transam/twophase.c:1566 #, c-format msgid "could not recreate two-phase state file \"%s\": %m" msgstr "" "n'a pas pu re-créer le fichier d'état de la validation en deux phases nommé\n" "« %s » : %m" -#: access/transam/twophase.c:1513 +#: access/transam/twophase.c:1594 #, c-format msgid "could not fsync two-phase state file: %m" msgstr "" "n'a pas pu synchroniser sur disque (fsync) le fichier d'état de la\n" "validation en deux phases : %m" -#: access/transam/twophase.c:1609 +#: access/transam/twophase.c:1690 #, c-format msgid "could not fsync two-phase state file \"%s\": %m" msgstr "" "n'a pas pu synchroniser sur disque (fsync) le fichier d'état de la\n" "validation en deux phases nommé « %s » : %m" -#: access/transam/twophase.c:1616 +#: access/transam/twophase.c:1697 #, c-format msgid "could not close two-phase state file \"%s\": %m" msgstr "" "n'a pas pu fermer le fichier d'état de la validation en deux phases nommé\n" "« %s » : %m" -#: access/transam/twophase.c:1681 +#: access/transam/twophase.c:1762 #, 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 »" -#: access/transam/twophase.c:1697 access/transam/twophase.c:1708 -#: access/transam/twophase.c:1827 access/transam/twophase.c:1838 -#: access/transam/twophase.c:1911 +#: access/transam/twophase.c:1778 access/transam/twophase.c:1789 +#: access/transam/twophase.c:1908 access/transam/twophase.c:1919 +#: access/transam/twophase.c:1992 #, c-format msgid "removing corrupt two-phase state file \"%s\"" msgstr "" @@ -725,14 +730,14 @@ msgstr "" "nommé\n" "« %s »" -#: access/transam/twophase.c:1816 access/transam/twophase.c:1900 +#: access/transam/twophase.c:1897 access/transam/twophase.c:1981 #, 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 »" -#: access/transam/twophase.c:1918 +#: access/transam/twophase.c:1999 #, c-format msgid "recovering prepared transaction %u" msgstr "récupération de la transaction préparée %u" @@ -828,19 +833,19 @@ msgstr "" "ne peut pas préparer (PREPARE) une transaction qui a exporté des snapshots" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2937 +#: access/transam/xact.c:2951 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s ne peut pas être exécuté dans un bloc de transaction" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2947 +#: access/transam/xact.c:2961 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s ne peut pas être exécuté dans un sous-bloc de transaction" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2957 +#: access/transam/xact.c:2971 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "" @@ -848,29 +853,29 @@ msgstr "" "contenant plusieurs commandes" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:3008 +#: access/transam/xact.c:3022 #, 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:3190 +#: access/transam/xact.c:3204 #, c-format msgid "there is already a transaction in progress" msgstr "une transaction est déjà en cours" -#: access/transam/xact.c:3358 access/transam/xact.c:3451 +#: access/transam/xact.c:3372 access/transam/xact.c:3465 #, c-format msgid "there is no transaction in progress" msgstr "aucune transaction en cours" -#: access/transam/xact.c:3547 access/transam/xact.c:3598 -#: access/transam/xact.c:3604 access/transam/xact.c:3648 -#: access/transam/xact.c:3697 access/transam/xact.c:3703 +#: access/transam/xact.c:3561 access/transam/xact.c:3612 +#: access/transam/xact.c:3618 access/transam/xact.c:3662 +#: access/transam/xact.c:3711 access/transam/xact.c:3717 #, c-format msgid "no such savepoint" msgstr "aucun point de sauvegarde" -#: access/transam/xact.c:4356 +#: access/transam/xact.c:4370 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "" @@ -894,8 +899,8 @@ msgstr "n'a pas pu msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "n'a pas pu renommer le fichier « %s » en « %s » : %m" -#: access/transam/xlog.c:1850 access/transam/xlog.c:10711 -#: replication/walreceiver.c:543 replication/walsender.c:1049 +#: access/transam/xlog.c:1850 access/transam/xlog.c:10713 +#: replication/walreceiver.c:543 replication/walsender.c:1060 #, c-format msgid "could not seek in log file %u, segment %u to offset %u: %m" msgstr "" @@ -914,29 +919,29 @@ msgstr "" msgid "updated min recovery point to %X/%X" msgstr "mise à jour du point minimum de restauration sur %X/%X" -#: access/transam/xlog.c:2473 access/transam/xlog.c:2577 +#: access/transam/xlog.c:2474 access/transam/xlog.c:2577 #: access/transam/xlog.c:2806 access/transam/xlog.c:2891 -#: access/transam/xlog.c:2948 replication/walsender.c:1037 +#: access/transam/xlog.c:2948 replication/walsender.c:1048 #, c-format 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" -#: access/transam/xlog.c:2498 access/transam/xlog.c:2631 -#: access/transam/xlog.c:4725 access/transam/xlog.c:9692 -#: access/transam/xlog.c:9995 postmaster/postmaster.c:3699 +#: access/transam/xlog.c:2499 access/transam/xlog.c:2631 +#: access/transam/xlog.c:4725 access/transam/xlog.c:9694 +#: access/transam/xlog.c:9997 postmaster/postmaster.c:3707 #: storage/file/copydir.c:172 storage/smgr/md.c:297 utils/time/snapmgr.c:860 #, c-format msgid "could not create file \"%s\": %m" msgstr "n'a pas pu créer le fichier « %s » : %m" -#: access/transam/xlog.c:2530 access/transam/xlog.c:2663 +#: access/transam/xlog.c:2531 access/transam/xlog.c:2663 #: access/transam/xlog.c:4777 access/transam/xlog.c:4840 -#: postmaster/postmaster.c:3709 postmaster/postmaster.c:3719 +#: postmaster/postmaster.c:3717 postmaster/postmaster.c:3727 #: storage/file/copydir.c:197 utils/init/miscinit.c:1089 -#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7564 -#: utils/misc/guc.c:7578 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 +#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7578 +#: utils/misc/guc.c:7592 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 #, c-format msgid "could not write to file \"%s\": %m" msgstr "n'a pas pu écrire dans le fichier « %s » : %m" @@ -965,8 +970,8 @@ msgid "could not open file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier « %s » : %m" #: access/transam/xlog.c:2644 access/transam/xlog.c:4756 -#: access/transam/xlog.c:9851 access/transam/xlog.c:9864 -#: access/transam/xlog.c:10233 access/transam/xlog.c:10276 +#: access/transam/xlog.c:9853 access/transam/xlog.c:9866 +#: access/transam/xlog.c:10235 access/transam/xlog.c:10278 #: storage/file/copydir.c:186 utils/adt/genfile.c:138 #, c-format msgid "could not read file \"%s\": %m" @@ -1001,14 +1006,14 @@ msgid "could not close log file %u, segment %u: %m" msgstr "n'a pas pu fermer le journal de transactions %u, segment %u : %m" #: access/transam/xlog.c:3025 access/transam/xlog.c:3132 -#: access/transam/xlog.c:9869 storage/smgr/md.c:397 storage/smgr/md.c:446 +#: access/transam/xlog.c:9871 storage/smgr/md.c:397 storage/smgr/md.c:446 #: storage/smgr/md.c:1310 #, c-format msgid "could not remove file \"%s\": %m" msgstr "n'a pas pu supprimer le fichier « %s » : %m" #: access/transam/xlog.c:3124 access/transam/xlog.c:3284 -#: access/transam/xlog.c:9677 access/transam/xlog.c:9839 +#: access/transam/xlog.c:9679 access/transam/xlog.c:9841 #: replication/basebackup.c:392 replication/basebackup.c:446 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:296 utils/adt/genfile.c:107 @@ -1041,7 +1046,7 @@ msgstr "" msgid "%s \"%s\": return code %d" msgstr "%s « %s » : code de retour %d" -#: access/transam/xlog.c:3500 replication/walsender.c:1031 +#: access/transam/xlog.c:3500 replication/walsender.c:1042 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "le segment demandé du journal de transaction, %s, a déjà été supprimé" @@ -1545,7 +1550,7 @@ msgstr "n'a pas pu ouvrir le fichier de restauration #: access/transam/xlog.c:5604 access/transam/xlog.c:5695 #: access/transam/xlog.c:5706 commands/extension.c:525 -#: commands/extension.c:533 utils/misc/guc.c:5343 +#: commands/extension.c:533 utils/misc/guc.c:5357 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "le paramètre « %s » requiert une valeur booléenne" @@ -2085,20 +2090,20 @@ msgstr "la r msgid "restore point \"%s\" created at %X/%X" msgstr "point de restauration « %s » créé à %X/%X" -#: access/transam/xlog.c:8948 +#: access/transam/xlog.c:8950 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "" "la sauvegarde en ligne a été annulée, la restauration ne peut pas continuer" -#: access/transam/xlog.c:9011 +#: access/transam/xlog.c:9013 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "" "identifiant timeline %u inattendu (après %u) dans l'enregistrement du point\n" "de vérification" -#: access/transam/xlog.c:9060 +#: access/transam/xlog.c:9062 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "" @@ -2106,28 +2111,28 @@ msgstr "" "du\n" "point de vérification" -#: access/transam/xlog.c:9357 access/transam/xlog.c:9381 +#: access/transam/xlog.c:9359 access/transam/xlog.c:9383 #, c-format msgid "could not fsync log file %u, segment %u: %m" msgstr "" "n'a pas pu synchroniser sur disque (fsync) le journal des transactions %u,\n" "segment %u : %m" -#: access/transam/xlog.c:9389 +#: access/transam/xlog.c:9391 #, c-format msgid "could not fsync write-through log file %u, segment %u: %m" msgstr "" "n'a pas pu synchroniser sur disque (fsync) le journal des transactions %u,\n" "segment %u : %m" -#: access/transam/xlog.c:9398 +#: access/transam/xlog.c:9400 #, c-format msgid "could not fdatasync log file %u, segment %u: %m" msgstr "" "n'a pas pu synchroniser sur disque (fdatasync) le journal de transactions\n" "%u, segment %u : %m" -#: access/transam/xlog.c:9460 access/transam/xlog.c:9788 +#: access/transam/xlog.c:9462 access/transam/xlog.c:9790 #: access/transam/xlogfuncs.c:117 access/transam/xlogfuncs.c:149 #: access/transam/xlogfuncs.c:191 access/transam/xlogfuncs.c:215 #: access/transam/xlogfuncs.c:298 access/transam/xlogfuncs.c:375 @@ -2135,7 +2140,7 @@ msgstr "" msgid "recovery is in progress" msgstr "restauration en cours" -#: access/transam/xlog.c:9461 access/transam/xlog.c:9789 +#: access/transam/xlog.c:9463 access/transam/xlog.c:9791 #: access/transam/xlogfuncs.c:118 access/transam/xlogfuncs.c:150 #: access/transam/xlogfuncs.c:192 access/transam/xlogfuncs.c:216 #, c-format @@ -2144,7 +2149,7 @@ msgstr "" "les fonctions de contrôle des journaux de transactions ne peuvent pas\n" "être exécutées lors de la restauration." -#: access/transam/xlog.c:9470 access/transam/xlog.c:9798 +#: access/transam/xlog.c:9472 access/transam/xlog.c:9800 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "" @@ -2152,7 +2157,7 @@ msgstr "" "pour\n" "faire une sauvegarde en ligne." -#: access/transam/xlog.c:9471 access/transam/xlog.c:9799 +#: access/transam/xlog.c:9473 access/transam/xlog.c:9801 #: access/transam/xlogfuncs.c:156 #, c-format msgid "" @@ -2161,22 +2166,22 @@ msgstr "" "wal_level doit être configuré à « archive » ou « hot_standby » au démarrage\n" "du serveur." -#: access/transam/xlog.c:9476 +#: access/transam/xlog.c:9478 #, c-format msgid "backup label too long (max %d bytes)" msgstr "label de sauvegarde trop long (%d octets maximum)" -#: access/transam/xlog.c:9507 access/transam/xlog.c:9683 +#: access/transam/xlog.c:9509 access/transam/xlog.c:9685 #, c-format msgid "a backup is already in progress" msgstr "une sauvegarde est déjà en cours" -#: access/transam/xlog.c:9508 +#: access/transam/xlog.c:9510 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Exécutez pg_stop_backup() et tentez de nouveau." -#: access/transam/xlog.c:9601 +#: access/transam/xlog.c:9603 #, c-format msgid "" "WAL generated with full_page_writes=off was replayed since last restartpoint" @@ -2184,7 +2189,7 @@ msgstr "" "Les journaux générés avec full_page_writes=off ont été rejoués depuis le " "dernier restartpoint." -#: access/transam/xlog.c:9603 access/transam/xlog.c:9948 +#: access/transam/xlog.c:9605 access/transam/xlog.c:9950 #, c-format msgid "" "This means that the backup being taken on the standby is corrupt and should " @@ -2195,7 +2200,7 @@ msgstr "" "corrompue et ne doit pas être utilisée. Activez full_page_writes et lancez\n" "CHECKPOINT sur le maître, puis recommencez la sauvegarde." -#: access/transam/xlog.c:9684 +#: access/transam/xlog.c:9686 #, c-format msgid "" "If you're sure there is no backup in progress, remove file \"%s\" and try " @@ -2204,28 +2209,28 @@ 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:9701 access/transam/xlog.c:10007 +#: access/transam/xlog.c:9703 access/transam/xlog.c:10009 #, c-format msgid "could not write file \"%s\": %m" msgstr "impossible d'écrire le fichier « %s » : %m" -#: access/transam/xlog.c:9843 +#: access/transam/xlog.c:9845 #, c-format msgid "a backup is not in progress" msgstr "une sauvegarde n'est pas en cours" -#: access/transam/xlog.c:9882 access/transam/xlog.c:9894 -#: access/transam/xlog.c:10248 access/transam/xlog.c:10254 +#: access/transam/xlog.c:9884 access/transam/xlog.c:9896 +#: access/transam/xlog.c:10250 access/transam/xlog.c:10256 #, c-format msgid "invalid data in file \"%s\"" msgstr "données invalides dans le fichier « %s »" -#: access/transam/xlog.c:9898 +#: access/transam/xlog.c:9900 #, 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:9899 +#: access/transam/xlog.c:9901 #, c-format msgid "" "This means that the backup being taken is corrupt and should not be used. " @@ -2234,7 +2239,7 @@ msgstr "" "Cela signifie que la sauvegarde en cours de réalisation est corrompue et ne\n" "doit pas être utilisée. Recommencez la sauvegarde." -#: access/transam/xlog.c:9946 +#: access/transam/xlog.c:9948 #, c-format msgid "" "WAL generated with full_page_writes=off was replayed during online backup" @@ -2243,7 +2248,7 @@ msgstr "" "lors\n" "de la sauvegarde en ligne" -#: access/transam/xlog.c:10056 +#: access/transam/xlog.c:10058 #, c-format msgid "" "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" @@ -2251,7 +2256,7 @@ msgstr "" "nettoyage de pg_stop_backup terminé, en attente des journaux de transactions " "requis à archiver" -#: access/transam/xlog.c:10066 +#: access/transam/xlog.c:10068 #, c-format msgid "" "pg_stop_backup still waiting for all required WAL segments to be archived " @@ -2260,7 +2265,7 @@ msgstr "" "pg_stop_backup toujours en attente de la fin de l'archivage des segments de\n" "journaux de transactions requis (%d secondes passées)" -#: access/transam/xlog.c:10068 +#: access/transam/xlog.c:10070 #, c-format msgid "" "Check that your archive_command is executing properly. pg_stop_backup can " @@ -2271,14 +2276,14 @@ msgstr "" "peut être annulé avec sûreté mais la sauvegarde de la base ne sera pas\n" "utilisable sans tous les segments WAL." -#: access/transam/xlog.c:10075 +#: access/transam/xlog.c:10077 #, 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é " "archivés" -#: access/transam/xlog.c:10079 +#: access/transam/xlog.c:10081 #, c-format msgid "" "WAL archiving is not enabled; you must ensure that all required WAL segments " @@ -2288,43 +2293,43 @@ msgstr "" "vous devez vous assurer que tous les fichiers requis des journaux de\n" "transactions sont copiés par d'autre moyens pour terminer la sauvegarde." -#: access/transam/xlog.c:10298 +#: access/transam/xlog.c:10300 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:10338 +#: access/transam/xlog.c:10340 #, c-format msgid "online backup mode canceled" msgstr "mode de sauvegarde en ligne annulé" -#: access/transam/xlog.c:10339 +#: access/transam/xlog.c:10341 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "« %s » a été renommé en « %s »." -#: access/transam/xlog.c:10346 +#: access/transam/xlog.c:10348 #, 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:10347 +#: access/transam/xlog.c:10349 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "N'a pas pu renommer « %s » en « %s » : %m" -#: access/transam/xlog.c:10697 access/transam/xlog.c:10719 +#: access/transam/xlog.c:10699 access/transam/xlog.c:10721 #, c-format msgid "could not read from log file %u, segment %u, offset %u: %m" msgstr "" "n'a pas pu lire le journal de transactions %u, segment %u, décalage %u : %m" -#: access/transam/xlog.c:10808 +#: access/transam/xlog.c:10810 #, c-format msgid "received promote request" msgstr "a reçu une demande de promotion" -#: access/transam/xlog.c:10821 +#: access/transam/xlog.c:10823 #, c-format msgid "trigger file found: %s" msgstr "fichier trigger trouvé : %s" @@ -2410,18 +2415,18 @@ msgstr "" msgid "xrecoff \"%X\" is out of valid range, 0..%X" msgstr "xrecoff « %X » en dehors des limites valides, 0..%X" -#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:696 tcop/postgres.c:3436 +#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:725 tcop/postgres.c:3436 #, c-format msgid "--%s requires a value" msgstr "--%s requiert une valeur" -#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:701 tcop/postgres.c:3441 +#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:730 tcop/postgres.c:3441 #, c-format msgid "-c %s requires a value" msgstr "-c %s requiert une valeur" -#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:713 -#: postmaster/postmaster.c:726 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:742 +#: postmaster/postmaster.c:755 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayez « %s --help » pour plus d'informations.\n" @@ -2600,7 +2605,7 @@ msgstr "les droits par d #: commands/tablecmds.c:7772 commands/trigger.c:622 parser/analyze.c:2046 #: parser/parse_relation.c:2067 parser/parse_relation.c:2124 #: parser/parse_target.c:899 parser/parse_type.c:123 utils/adt/acl.c:2838 -#: utils/adt/ruleutils.c:1614 +#: utils/adt/ruleutils.c:1615 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "la colonne « %s » de la relation « %s » n'existe pas" @@ -3028,9 +3033,9 @@ msgstr "n'a pas pu supprimer %s car d'autres objets en d #: catalog/dependency.c:957 catalog/dependency.c:968 catalog/dependency.c:969 #: catalog/objectaddress.c:555 commands/tablecmds.c:731 commands/user.c:960 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5440 utils/misc/guc.c:5775 -#: utils/misc/guc.c:8136 utils/misc/guc.c:8170 utils/misc/guc.c:8204 -#: utils/misc/guc.c:8238 utils/misc/guc.c:8273 +#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5454 utils/misc/guc.c:5789 +#: utils/misc/guc.c:8156 utils/misc/guc.c:8190 utils/misc/guc.c:8224 +#: utils/misc/guc.c:8258 utils/misc/guc.c:8293 #, c-format msgid "%s" msgstr "%s" @@ -3684,8 +3689,8 @@ msgstr "" msgid "cannot create temporary tables during recovery" msgstr "ne peut pas créer des tables temporaires lors de la restauration" -#: catalog/namespace.c:3791 commands/tablespace.c:1172 commands/variable.c:60 -#: replication/syncrep.c:683 utils/misc/guc.c:8303 +#: catalog/namespace.c:3791 commands/tablespace.c:1189 commands/variable.c:60 +#: replication/syncrep.c:683 utils/misc/guc.c:8323 #, c-format msgid "List syntax is invalid." msgstr "La syntaxe de la liste est invalide." @@ -4111,7 +4116,7 @@ msgstr "les fonctions SQL ne peuvent pas renvoyer un type %s" msgid "SQL functions cannot have arguments of type %s" msgstr "les fonctions SQL ne peuvent avoir d'arguments du type %s" -#: catalog/pg_proc.c:940 executor/functions.c:1418 +#: catalog/pg_proc.c:940 executor/functions.c:1417 #, c-format msgid "SQL function \"%s\"" msgstr "Fonction SQL « %s »" @@ -4337,7 +4342,7 @@ msgstr "" " %d lignes dans l'échantillon,\n" " %.0f lignes totales estimées" -#: commands/analyze.c:1553 executor/execQual.c:2858 +#: commands/analyze.c:1553 executor/execQual.c:2844 msgid "could not convert row type" msgstr "n'a pas pu convertir le type de ligne" @@ -5202,7 +5207,7 @@ msgstr "" #: commands/dbcommands.c:1284 commands/dbcommands.c:1763 #: commands/dbcommands.c:1978 commands/dbcommands.c:2026 -#: commands/tablespace.c:589 +#: commands/tablespace.c:588 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "" @@ -5275,7 +5280,7 @@ msgstr "argument invalide pour %s : #: commands/dropcmds.c:100 commands/functioncmds.c:1075 #: commands/functioncmds.c:1138 commands/functioncmds.c:1290 -#: utils/adt/ruleutils.c:1730 +#: utils/adt/ruleutils.c:1731 #, c-format msgid "\"%s\" is an aggregate function" msgstr "« %s » est une fonction d'agrégat" @@ -5602,10 +5607,10 @@ msgstr "" "ne peut pas supprimer l'extension « %s » car il est en cours de modification" #: commands/extension.c:1646 commands/extension.c:1755 -#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1714 -#: executor/execQual.c:1739 executor/execQual.c:2099 executor/execQual.c:5253 -#: executor/functions.c:1018 foreign/foreign.c:373 -#: replication/walsender.c:1518 utils/fmgr/funcapi.c:60 +#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1700 +#: executor/execQual.c:1725 executor/execQual.c:2085 executor/execQual.c:5239 +#: executor/functions.c:1017 foreign/foreign.c:373 +#: replication/walsender.c:1529 utils/fmgr/funcapi.c:60 #: utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -5615,7 +5620,7 @@ msgstr "" #: commands/extension.c:1650 commands/extension.c:1759 #: commands/extension.c:1952 commands/prepare.c:720 foreign/foreign.c:378 -#: replication/walsender.c:1522 utils/mmgr/portalmem.c:990 +#: replication/walsender.c:1533 utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "mode matérialisé requis mais interdit dans ce contexte" @@ -6758,11 +6763,11 @@ msgstr "" "setval : la valeur %s est en dehors des limites de la séquence « %s » (%s.." "%s)" -#: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1018 -#: libpq/auth.c:1378 libpq/auth.c:1446 libpq/auth.c:1848 +#: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1028 +#: libpq/auth.c:1388 libpq/auth.c:1456 libpq/auth.c:1858 #: postmaster/postmaster.c:1916 postmaster/postmaster.c:1947 -#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3924 -#: postmaster/postmaster.c:4009 postmaster/postmaster.c:4632 +#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3932 +#: postmaster/postmaster.c:4017 postmaster/postmaster.c:4640 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:393 #: storage/file/fd.c:374 storage/file/fd.c:771 storage/file/fd.c:889 #: storage/file/fd.c:1502 storage/ipc/procarray.c:893 @@ -7724,7 +7729,7 @@ msgstr "Utilisez ALTER FOREIGN TABLE #: commands/tablespace.c:154 commands/tablespace.c:171 #: commands/tablespace.c:182 commands/tablespace.c:190 -#: commands/tablespace.c:608 storage/file/copydir.c:61 +#: commands/tablespace.c:607 storage/file/copydir.c:61 #, c-format msgid "could not create directory \"%s\": %m" msgstr "n'a pas pu créer le répertoire « %s » : %m" @@ -7764,17 +7769,17 @@ msgstr "le chemin du tablespace doit msgid "tablespace location \"%s\" is too long" msgstr "le chemin du tablespace « %s » est trop long" -#: commands/tablespace.c:289 commands/tablespace.c:862 +#: commands/tablespace.c:289 commands/tablespace.c:879 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "nom inacceptable pour le tablespace « %s »" -#: commands/tablespace.c:291 commands/tablespace.c:863 +#: commands/tablespace.c:291 commands/tablespace.c:880 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Le préfixe « pg_ » est réservé pour les tablespaces système." -#: commands/tablespace.c:301 commands/tablespace.c:875 +#: commands/tablespace.c:301 commands/tablespace.c:892 #, c-format msgid "tablespace \"%s\" already exists" msgstr "le tablespace « %s » existe déjà" @@ -7786,10 +7791,10 @@ msgstr "le tablespace msgid "tablespaces are not supported on this platform" msgstr "les tablespaces ne sont pas supportés sur cette plateforme" -#: commands/tablespace.c:409 commands/tablespace.c:846 -#: commands/tablespace.c:913 commands/tablespace.c:1018 -#: commands/tablespace.c:1084 commands/tablespace.c:1222 -#: commands/tablespace.c:1422 +#: commands/tablespace.c:409 commands/tablespace.c:863 +#: commands/tablespace.c:930 commands/tablespace.c:1035 +#: commands/tablespace.c:1101 commands/tablespace.c:1239 +#: commands/tablespace.c:1439 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "le tablespace « %s » n'existe pas" @@ -7804,37 +7809,43 @@ msgstr "le tablespace msgid "tablespace \"%s\" is not empty" msgstr "le tablespace « %s » n'est pas vide" -#: commands/tablespace.c:565 +#: commands/tablespace.c:566 #, c-format msgid "directory \"%s\" does not exist" msgstr "le répertoire « %s » n'existe pas" -#: commands/tablespace.c:566 +#: commands/tablespace.c:567 #, c-format msgid "Create this directory for the tablespace before restarting the server." msgstr "Créer le répertoire pour ce tablespace avant de redémarrer le serveur." -#: commands/tablespace.c:571 +#: commands/tablespace.c:572 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "n'a pas pu configurer les droits du répertoire « %s » : %m" -#: commands/tablespace.c:603 +#: commands/tablespace.c:602 #, c-format msgid "directory \"%s\" already in use as a tablespace" msgstr "répertoire « %s » déjà en cours d'utilisation" -#: commands/tablespace.c:618 commands/tablespace.c:782 +#: commands/tablespace.c:626 commands/tablespace.c:751 +#: commands/tablespace.c:764 commands/tablespace.c:788 +#, c-format +msgid "could not remove directory \"%s\": %m" +msgstr "n'a pas pu supprimer le répertoire « %s » : %m" + +#: commands/tablespace.c:634 commands/tablespace.c:799 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "n'a pas pu supprimer le lien symbolique « %s » : %m" -#: commands/tablespace.c:628 +#: commands/tablespace.c:645 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "n'a pas pu créer le lien symbolique « %s » : %m" -#: commands/tablespace.c:694 commands/tablespace.c:704 +#: commands/tablespace.c:711 commands/tablespace.c:721 #: postmaster/postmaster.c:1172 replication/basebackup.c:276 #: replication/basebackup.c:581 storage/file/copydir.c:67 #: storage/file/copydir.c:106 storage/file/fd.c:1741 utils/adt/genfile.c:353 @@ -7843,23 +7854,17 @@ msgstr "n'a pas pu cr msgid "could not open directory \"%s\": %m" msgstr "n'a pas pu ouvrir le répertoire « %s » : %m" -#: commands/tablespace.c:734 commands/tablespace.c:747 -#: commands/tablespace.c:771 -#, c-format -msgid "could not remove directory \"%s\": %m" -msgstr "n'a pas pu supprimer le répertoire « %s » : %m" - -#: commands/tablespace.c:1089 +#: commands/tablespace.c:1106 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Le tablespace « %s » n'existe pas." -#: commands/tablespace.c:1521 +#: commands/tablespace.c:1538 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "les répertoires du tablespace %u n'ont pas pu être supprimés" -#: commands/tablespace.c:1523 +#: commands/tablespace.c:1540 #, c-format msgid "You can remove the directories manually if necessary." msgstr "Vous pouvez supprimer les répertoires manuellement si nécessaire." @@ -8764,7 +8769,7 @@ msgstr "" "« %s » : mis en suspens du tronquage à cause d'un conflit dans la demande de " "verrou" -#: commands/variable.c:161 utils/misc/guc.c:8327 +#: commands/variable.c:161 utils/misc/guc.c:8347 #, c-format msgid "Unrecognized key word: \"%s\"." msgstr "Mot clé non reconnu : « %s »" @@ -8959,7 +8964,7 @@ 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:1136 +#: executor/execCurrent.c:231 executor/execQual.c:1122 #, c-format msgid "" "type of parameter %d (%s) does not match that when preparing the plan (%s)" @@ -8967,7 +8972,7 @@ msgstr "" "le type de paramètre %d (%s) ne correspond pas à ce qui est préparé dans le " "plan (%s)" -#: executor/execCurrent.c:243 executor/execQual.c:1148 +#: executor/execCurrent.c:243 executor/execQual.c:1134 #, c-format msgid "no value found for parameter %d" msgstr "aucune valeur trouvée pour le paramètre %d" @@ -9076,7 +9081,7 @@ msgstr "" "la nouvelle ligne viole la contrainte de vérification « %s » de la relation " "« %s »" -#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3111 +#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3097 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:227 #: utils/adt/arrayfuncs.c:506 utils/adt/arrayfuncs.c:1241 #: utils/adt/arrayfuncs.c:2914 utils/adt/arrayfuncs.c:4939 @@ -9090,17 +9095,17 @@ msgstr "" 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:639 executor/execQual.c:4029 +#: executor/execQual.c:639 executor/execQual.c:4015 #, c-format msgid "attribute %d has wrong type" msgstr "l'attribut %d a un type invalide" -#: executor/execQual.c:640 executor/execQual.c:4030 +#: executor/execQual.c:640 executor/execQual.c:4016 #, c-format msgid "Table has type %s, but query expects %s." msgstr "La table a le type %s alors que la requête attend %s." -#: executor/execQual.c:843 executor/execQual.c:860 executor/execQual.c:1024 +#: executor/execQual.c:843 executor/execQual.c:860 executor/execQual.c:1010 #: executor/nodeModifyTable.c:83 executor/nodeModifyTable.c:93 #: executor/nodeModifyTable.c:110 executor/nodeModifyTable.c:118 #, c-format @@ -9125,14 +9130,14 @@ msgstr "" "La table a le type %s à la position ordinale %d alors que la requête attend " "%s." -#: executor/execQual.c:1025 executor/execQual.c:1622 +#: executor/execQual.c:1011 executor/execQual.c:1608 #, 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:1301 parser/parse_func.c:91 parser/parse_func.c:323 +#: executor/execQual.c:1287 parser/parse_func.c:91 parser/parse_func.c:323 #: parser/parse_func.c:631 #, c-format msgid "cannot pass more than %d argument to a function" @@ -9140,13 +9145,13 @@ 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:1490 +#: executor/execQual.c:1476 #, c-format msgid "functions and operators can take at most one set argument" msgstr "" "les fonctions et opérateurs peuvent prendre au plus un argument d'ensemble" -#: executor/execQual.c:1540 +#: executor/execQual.c:1526 #, c-format msgid "" "function returning setof record called in context that cannot accept type " @@ -9155,14 +9160,14 @@ msgstr "" "la fonction renvoyant des lignes a été appelée dans un contexte qui\n" "n'accepte pas un ensemble" -#: executor/execQual.c:1595 executor/execQual.c:1611 executor/execQual.c:1621 +#: executor/execQual.c:1581 executor/execQual.c:1597 executor/execQual.c:1607 #, c-format msgid "function return row and query-specified return row do not match" msgstr "" "la ligne de retour spécifiée par la requête et la ligne de retour de la " "fonction ne correspondent pas" -#: executor/execQual.c:1596 +#: executor/execQual.c:1582 #, c-format msgid "Returned row contains %d attribute, but query expects %d." msgid_plural "Returned row contains %d attributes, but query expects %d." @@ -9171,55 +9176,55 @@ msgstr[0] "" msgstr[1] "" "La ligne renvoyée contient %d attributs mais la requête en attend %d." -#: executor/execQual.c:1612 +#: executor/execQual.c:1598 #, 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 requête attend %s." -#: executor/execQual.c:1846 executor/execQual.c:2270 +#: executor/execQual.c:1832 executor/execQual.c:2256 #, c-format msgid "table-function protocol for materialize mode was not followed" msgstr "" "le protocole de la fonction table pour le mode matérialisé n'a pas été " "respecté" -#: executor/execQual.c:1866 executor/execQual.c:2277 +#: executor/execQual.c:1852 executor/execQual.c:2263 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "returnMode de la fonction table non reconnu : %d" -#: executor/execQual.c:2187 +#: executor/execQual.c:2173 #, 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:2244 +#: executor/execQual.c:2230 #, c-format msgid "rows returned by function are not all of the same row type" msgstr "" "les lignes renvoyées par la fonction ne sont pas toutes du même type ligne" -#: executor/execQual.c:2459 +#: executor/execQual.c:2445 #, 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:2536 +#: executor/execQual.c:2522 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "" "l'opérateur ANY/ALL (pour les types array) ne supporte pas les arguments\n" "d'ensemble" -#: executor/execQual.c:3089 +#: executor/execQual.c:3075 #, c-format msgid "cannot merge incompatible arrays" msgstr "ne peut pas fusionner les tableaux incompatibles" -#: executor/execQual.c:3090 +#: executor/execQual.c:3076 #, c-format msgid "" "Array with element type %s cannot be included in ARRAY construct with " @@ -9228,7 +9233,7 @@ msgstr "" "Le tableau avec le type d'élément %s ne peut pas être inclus dans la " "construction ARRAY avec le type d'élément %s." -#: executor/execQual.c:3131 executor/execQual.c:3158 +#: executor/execQual.c:3117 executor/execQual.c:3144 #: utils/adt/arrayfuncs.c:541 #, c-format msgid "" @@ -9237,46 +9242,46 @@ msgstr "" "les tableaux multidimensionnels doivent avoir des expressions de tableaux\n" "avec les dimensions correspondantes" -#: executor/execQual.c:3673 +#: executor/execQual.c:3659 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF ne supporte pas les arguments d'ensemble" -#: executor/execQual.c:3903 utils/adt/domains.c:127 +#: executor/execQual.c:3889 utils/adt/domains.c:127 #, c-format msgid "domain %s does not allow null values" msgstr "le domaine %s n'autorise pas les valeurs NULL" -#: executor/execQual.c:3932 utils/adt/domains.c:163 +#: executor/execQual.c:3918 utils/adt/domains.c:163 #, c-format msgid "value for domain %s violates check constraint \"%s\"" msgstr "" "la valeur pour le domaine %s viole la contrainte de vérification « %s »" -#: executor/execQual.c:4425 optimizer/util/clauses.c:570 +#: executor/execQual.c:4411 optimizer/util/clauses.c:570 #: parser/parse_agg.c:162 #, c-format msgid "aggregate function calls cannot be nested" msgstr "les appels à la fonction d'agrégat ne peuvent pas être imbriqués" -#: executor/execQual.c:4463 optimizer/util/clauses.c:644 +#: executor/execQual.c:4449 optimizer/util/clauses.c:644 #: parser/parse_agg.c:209 #, c-format msgid "window function calls cannot be nested" msgstr "les appels à la fonction window ne peuvent pas être imbriqués" -#: executor/execQual.c:4675 +#: executor/execQual.c:4661 #, c-format msgid "target type is not an array" msgstr "le type cible n'est pas un tableau" -#: executor/execQual.c:4789 +#: executor/execQual.c:4775 #, 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:4924 utils/adt/arrayfuncs.c:3377 -#: utils/adt/rowtypes.c:920 +#: executor/execQual.c:4910 utils/adt/arrayfuncs.c:3377 +#: utils/adt/rowtypes.c:921 #, 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" @@ -9313,7 +9318,7 @@ msgid "%s is not allowed in a SQL function" msgstr "%s n'est pas autorisé dans une fonction SQL" #. translator: %s is a SQL statement name -#: executor/functions.c:512 executor/spi.c:1265 executor/spi.c:2037 +#: executor/functions.c:512 executor/spi.c:1260 executor/spi.c:2032 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s n'est pas autorisé dans une fonction non volatile" @@ -9327,25 +9332,25 @@ msgstr "" "n'a pas pu déterminer le type du résultat actuel pour la fonction déclarant\n" "renvoyer le type %s" -#: executor/functions.c:1402 +#: executor/functions.c:1401 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "fonction SQL « %s », instruction %d" -#: executor/functions.c:1428 +#: executor/functions.c:1427 #, c-format 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:1586 executor/functions.c:1623 +#: executor/functions.c:1635 executor/functions.c:1748 +#: executor/functions.c:1781 executor/functions.c:1811 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "" "le type de retour ne correspond pas à la fonction déclarant renvoyer %s" -#: executor/functions.c:1589 +#: executor/functions.c:1588 #, c-format msgid "" "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." @@ -9353,32 +9358,32 @@ msgstr "" "L'instruction finale de la fonction doit être un SELECT ou un\n" "INSERT/UPDATE/DELETE RETURNING." -#: executor/functions.c:1626 +#: executor/functions.c:1625 #, c-format msgid "Final statement must return exactly one column." msgstr "L'instruction finale doit renvoyer exactement une colonne." -#: executor/functions.c:1638 +#: executor/functions.c:1637 #, c-format msgid "Actual return type is %s." msgstr "Le code de retour réel est %s." -#: executor/functions.c:1751 +#: executor/functions.c:1750 #, c-format msgid "Final statement returns too many columns." msgstr "L'instruction finale renvoie beaucoup trop de colonnes." -#: executor/functions.c:1784 +#: executor/functions.c:1783 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "L'instruction finale renvoie %s au lieu de %s pour la colonne %d." -#: executor/functions.c:1814 +#: executor/functions.c:1813 #, c-format msgid "Final statement returns too few columns." msgstr "L'instruction finale renvoie trop peu de colonnes." -#: executor/functions.c:1863 +#: executor/functions.c:1862 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "le type de retour %s n'est pas supporté pour les fonctions SQL" @@ -9488,28 +9493,28 @@ msgstr "V msgid "subtransaction left non-empty SPI stack" msgstr "sous-transaction gauche non vide dans la pile SPI" -#: executor/spi.c:1129 +#: executor/spi.c:1124 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "ne peut pas ouvrir le plan à plusieurs requêtes comme curseur" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1134 +#: executor/spi.c:1129 #, c-format msgid "cannot open %s query as cursor" msgstr "ne peut pas ouvrir la requête %s comme curseur" -#: executor/spi.c:1242 parser/analyze.c:2205 +#: executor/spi.c:1237 parser/analyze.c:2205 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE n'est pas supporté" -#: executor/spi.c:1243 parser/analyze.c:2206 +#: executor/spi.c:1238 parser/analyze.c:2206 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Les curseurs déplaçables doivent être en lecture seule (READ ONLY)." -#: executor/spi.c:2321 +#: executor/spi.c:2316 #, c-format msgid "SQL statement \"%s\"" msgstr "instruction SQL « %s »" @@ -9795,9 +9800,9 @@ msgstr "" "paramètre de configuration « %s » non reconnu dans le fichier « %s », ligne " "%u" -#: guc-file.l:227 utils/misc/guc.c:5196 utils/misc/guc.c:5372 -#: utils/misc/guc.c:5476 utils/misc/guc.c:5577 utils/misc/guc.c:5698 -#: utils/misc/guc.c:5806 +#: guc-file.l:227 utils/misc/guc.c:5196 utils/misc/guc.c:5386 +#: utils/misc/guc.c:5490 utils/misc/guc.c:5591 utils/misc/guc.c:5712 +#: utils/misc/guc.c:5820 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" msgstr "" @@ -9843,7 +9848,7 @@ msgstr "" "n'a pas pu ouvrir le fichier de configuration « %s » : profondeur\n" "d'imbrication dépassé" -#: guc-file.l:430 libpq/hba.c:1721 +#: guc-file.l:430 libpq/hba.c:1733 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier de configuration « %s » : %m" @@ -9957,11 +9962,11 @@ msgstr "" "pg_hba.conf rejette la connexion de la réplication pour l'hôte « %s »,\n" "utilisateur « %s », %s" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:470 libpq/auth.c:488 msgid "SSL off" msgstr "SSL inactif" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:470 libpq/auth.c:488 msgid "SSL on" msgstr "SSL actif" @@ -9997,21 +10002,31 @@ msgid "Client IP address resolved to \"%s\", forward lookup matches." msgstr "" "Adresse IP du client résolue en « %s », la recherche inverse correspond bien." -#: libpq/auth.c:447 +#: libpq/auth.c:448 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup not checked." msgstr "" "Adresse IP du client résolue en « %s », la recherche inverse n'est pas " "vérifiée." -#: libpq/auth.c:449 +#: libpq/auth.c:451 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup does not match." msgstr "" "Adresse IP du client résolue en « %s », la recherche inverse ne correspond " "pas." -#: libpq/auth.c:458 +#: libpq/auth.c:454 +#, c-format +msgid "Could not translate client host name \"%s\" to IP address: %s." +msgstr "N'a pas pu traduire le nom d'hôte « %s » du client en adresse IP : %s" + +#: libpq/auth.c:459 +#, c-format +msgid "Could not resolve client IP address to a host name: %s." +msgstr "N'a pas pu obtenir l'adresse IP du client depuis le nom d'hôte : %s." + +#: libpq/auth.c:468 #, c-format msgid "" "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s" @@ -10021,7 +10036,7 @@ msgstr "" "de\n" "l'hôte « %s », utilisateur « %s », %s" -#: libpq/auth.c:465 +#: libpq/auth.c:475 #, c-format msgid "" "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" @@ -10030,21 +10045,21 @@ msgstr "" "de\n" "l'hôte « %s », utilisateur « %s »" -#: libpq/auth.c:475 +#: libpq/auth.c:485 #, c-format msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" msgstr "" "aucune entrée dans pg_hba.conf pour l'hôte « %s », utilisateur « %s »,\n" "base de données « %s », %s" -#: libpq/auth.c:483 +#: libpq/auth.c:493 #, c-format msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" msgstr "" "aucune entrée dans pg_hba.conf pour l'hôte « %s », utilisateur « %s »,\n" "base de données « %s »" -#: libpq/auth.c:535 libpq/hba.c:1180 +#: libpq/auth.c:545 libpq/hba.c:1192 #, c-format msgid "" "MD5 authentication is not supported when \"db_user_namespace\" is enabled" @@ -10052,110 +10067,110 @@ msgstr "" "l'authentification MD5 n'est pas supportée quand « db_user_namespace » est " "activé" -#: libpq/auth.c:659 +#: libpq/auth.c:669 #, c-format msgid "expected password response, got message type %d" msgstr "en attente du mot de passe, a reçu un type de message %d" -#: libpq/auth.c:687 +#: libpq/auth.c:697 #, c-format msgid "invalid password packet size" msgstr "taille du paquet du mot de passe invalide" -#: libpq/auth.c:691 +#: libpq/auth.c:701 #, c-format msgid "received password packet" msgstr "paquet du mot de passe reçu" -#: libpq/auth.c:749 +#: libpq/auth.c:759 #, c-format msgid "Kerberos initialization returned error %d" msgstr "l'initialisation de Kerberos a retourné l'erreur %d" -#: libpq/auth.c:759 +#: libpq/auth.c:769 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "la résolution keytab de Kerberos a renvoyé l'erreur %d" -#: libpq/auth.c:783 +#: libpq/auth.c:793 #, 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:828 +#: libpq/auth.c:838 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "recvauth de Kerberos a renvoyé l'erreur %d" -#: libpq/auth.c:851 +#: libpq/auth.c:861 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "unparse_name de Kerberos a renvoyé l'erreur %d" -#: libpq/auth.c:999 +#: libpq/auth.c:1009 #, 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:1054 +#: libpq/auth.c:1064 #, c-format msgid "expected GSS response, got message type %d" msgstr "en attente d'une réponse GSS, a reçu un message de type %d" -#: libpq/auth.c:1117 +#: libpq/auth.c:1127 msgid "accepting GSS security context failed" msgstr "échec de l'acceptation du contexte de sécurité GSS" -#: libpq/auth.c:1143 +#: libpq/auth.c:1153 msgid "retrieving GSS user name failed" msgstr "échec lors de la récupération du nom de l'utilisateur avec GSS" -#: libpq/auth.c:1260 +#: libpq/auth.c:1270 #, 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:1275 +#: libpq/auth.c:1285 msgid "could not acquire SSPI credentials" msgstr "n'a pas pu obtenir les pièces d'identité SSPI" -#: libpq/auth.c:1292 +#: libpq/auth.c:1302 #, c-format msgid "expected SSPI response, got message type %d" msgstr "en attente d'une réponse SSPI, a reçu un message de type %d" -#: libpq/auth.c:1364 +#: libpq/auth.c:1374 msgid "could not accept SSPI security context" msgstr "n'a pas pu accepter le contexte de sécurité SSPI" -#: libpq/auth.c:1426 +#: libpq/auth.c:1436 msgid "could not get token from SSPI security context" msgstr "n'a pas pu obtenir le jeton du contexte de sécurité SSPI" -#: libpq/auth.c:1670 +#: libpq/auth.c:1680 #, c-format msgid "could not create socket for Ident connection: %m" msgstr "n'a pas pu créer le socket pour la connexion Ident : %m" -#: libpq/auth.c:1685 +#: libpq/auth.c:1695 #, 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:1697 +#: libpq/auth.c:1707 #, 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" -#: libpq/auth.c:1717 +#: libpq/auth.c:1727 #, c-format msgid "could not send query to Ident server at address \"%s\", port %s: %m" msgstr "" "n'a pas pu envoyer la requête au serveur Ident à l'adresse « %s », port %s : " "%m" -#: libpq/auth.c:1732 +#: libpq/auth.c:1742 #, c-format msgid "" "could not receive response from Ident server at address \"%s\", port %s: %m" @@ -10164,109 +10179,109 @@ msgstr "" "%s :\n" "%m" -#: libpq/auth.c:1742 +#: libpq/auth.c:1752 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "réponse mal formatée du serveur Ident : « %s »" -#: libpq/auth.c:1781 +#: libpq/auth.c:1791 #, c-format msgid "peer authentication is not supported on this platform" msgstr "" "la méthode d'authentification «peer n'est pas supportée sur cette plateforme" -#: libpq/auth.c:1785 +#: libpq/auth.c:1795 #, c-format msgid "could not get peer credentials: %m" msgstr "n'a pas pu obtenir l'authentification de l'autre : %m" -#: libpq/auth.c:1794 +#: libpq/auth.c:1804 #, 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:1877 libpq/auth.c:2149 libpq/auth.c:2509 +#: libpq/auth.c:1887 libpq/auth.c:2159 libpq/auth.c:2519 #, c-format msgid "empty password returned by client" msgstr "mot de passe vide renvoyé par le client" -#: libpq/auth.c:1887 +#: libpq/auth.c:1897 #, c-format msgid "error from underlying PAM layer: %s" msgstr "erreur provenant de la couche PAM : %s" -#: libpq/auth.c:1956 +#: libpq/auth.c:1966 #, c-format msgid "could not create PAM authenticator: %s" msgstr "n'a pas pu créer l'authenticateur PAM : %s" -#: libpq/auth.c:1967 +#: libpq/auth.c:1977 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "pam_set_item(PAM_USER) a échoué : %s" -#: libpq/auth.c:1978 +#: libpq/auth.c:1988 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "pam_set_item(PAM_CONV) a échoué : %s" -#: libpq/auth.c:1989 +#: libpq/auth.c:1999 #, c-format msgid "pam_authenticate failed: %s" msgstr "pam_authenticate a échoué : %s" -#: libpq/auth.c:2000 +#: libpq/auth.c:2010 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "pam_acct_mgmt a échoué : %s" -#: libpq/auth.c:2011 +#: libpq/auth.c:2021 #, c-format msgid "could not release PAM authenticator: %s" msgstr "n'a pas pu fermer l'authenticateur PAM : %s" -#: libpq/auth.c:2044 libpq/auth.c:2048 +#: libpq/auth.c:2054 libpq/auth.c:2058 #, c-format msgid "could not initialize LDAP: error code %d" msgstr "n'a pas pu initialiser LDAP : code d'erreur %d" -#: libpq/auth.c:2058 +#: libpq/auth.c:2068 #, c-format msgid "could not set LDAP protocol version: error code %d" msgstr "n'a pas pu initialiser la version du protocole LDAP : code d'erreur %d" -#: libpq/auth.c:2087 +#: libpq/auth.c:2097 #, c-format msgid "could not load wldap32.dll" msgstr "n'a pas pu charger wldap32.dll" -#: libpq/auth.c:2095 +#: libpq/auth.c:2105 #, 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:2096 +#: libpq/auth.c:2106 #, 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:2111 +#: libpq/auth.c:2121 #, c-format msgid "could not start LDAP TLS session: error code %d" msgstr "n'a pas pu démarrer la session TLS LDAP : code d'erreur %d" -#: libpq/auth.c:2133 +#: libpq/auth.c:2143 #, c-format msgid "LDAP server not specified" msgstr "serveur LDAP non précisé" -#: libpq/auth.c:2185 +#: libpq/auth.c:2195 #, c-format msgid "invalid character in user name for LDAP authentication" msgstr "" "caractère invalide dans le nom de l'utilisateur pour l'authentification LDAP" -#: libpq/auth.c:2200 +#: libpq/auth.c:2210 #, c-format msgid "" "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": " @@ -10276,21 +10291,21 @@ msgstr "" "le\n" "serveur « %s » : code d'erreur %d" -#: libpq/auth.c:2225 +#: libpq/auth.c:2235 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d" msgstr "" "n'a pas pu rechercher dans LDAP pour filtrer « %s » sur le serveur « %s » :\n" "code d'erreur %d" -#: libpq/auth.c:2235 +#: libpq/auth.c:2245 #, c-format msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user" msgstr "" "échec de la recherche LDAP pour le filtre « %s » sur le serveur « %s » :\n" "utilisateur non trouvé" -#: libpq/auth.c:2239 +#: libpq/auth.c:2249 #, c-format msgid "" "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique " @@ -10299,7 +10314,7 @@ msgstr "" "échec de la recherche LDAP pour le filtre « %s » sur le serveur « %s » :\n" "utilisateur non unique (%ld correspondances)" -#: libpq/auth.c:2256 +#: libpq/auth.c:2266 #, c-format msgid "" "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" @@ -10307,21 +10322,21 @@ msgstr "" "n'a pas pu obtenir le dn pour la première entrée correspondante « %s » sur\n" "le serveur « %s » : %s" -#: libpq/auth.c:2276 +#: libpq/auth.c:2286 #, c-format msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" msgstr "" "n'a pas pu exécuter le unbind après la recherche de l'utilisateur « %s »\n" "sur le serveur « %s » : %s" -#: libpq/auth.c:2313 +#: libpq/auth.c:2323 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" msgstr "" "échec de connexion LDAP pour l'utilisateur « %s » sur le serveur « %s » :\n" "code d'erreur %d" -#: libpq/auth.c:2341 +#: libpq/auth.c:2351 #, c-format msgid "" "certificate authentication failed for user \"%s\": client certificate " @@ -10330,23 +10345,23 @@ 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:2465 +#: libpq/auth.c:2475 #, c-format msgid "RADIUS server not specified" msgstr "serveur RADIUS non précisé" -#: libpq/auth.c:2472 +#: libpq/auth.c:2482 #, c-format msgid "RADIUS secret not specified" msgstr "secret RADIUS non précisé" -#: libpq/auth.c:2488 libpq/hba.c:1543 +#: libpq/auth.c:2498 libpq/hba.c:1555 #, 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" -#: libpq/auth.c:2516 +#: libpq/auth.c:2526 #, c-format msgid "" "RADIUS authentication does not support passwords longer than 16 characters" @@ -10354,78 +10369,78 @@ msgstr "" "l'authentification RADIUS ne supporte pas les mots de passe de plus de 16\n" "caractères" -#: libpq/auth.c:2527 +#: libpq/auth.c:2537 #, c-format msgid "could not generate random encryption vector" msgstr "n'a pas pu générer le vecteur de chiffrement aléatoire" -#: libpq/auth.c:2550 +#: libpq/auth.c:2560 #, c-format msgid "could not perform MD5 encryption of password" msgstr "n'a pas pu réaliser le chiffrement MD5 du mot de passe" -#: libpq/auth.c:2572 +#: libpq/auth.c:2582 #, c-format msgid "could not create RADIUS socket: %m" msgstr "n'a pas pu créer le socket RADIUS : %m" -#: libpq/auth.c:2593 +#: libpq/auth.c:2603 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "n'a pas pu se lier à la socket RADIUS : %m" -#: libpq/auth.c:2603 +#: libpq/auth.c:2613 #, c-format msgid "could not send RADIUS packet: %m" msgstr "n'a pas pu transmettre le paquet RADIUS : %m" -#: libpq/auth.c:2632 libpq/auth.c:2657 +#: libpq/auth.c:2642 libpq/auth.c:2667 #, c-format msgid "timeout waiting for RADIUS response" msgstr "dépassement du délai pour la réponse du RADIUS" -#: libpq/auth.c:2650 +#: libpq/auth.c:2660 #, c-format msgid "could not check status on RADIUS socket: %m" msgstr "n'a pas pu vérifier le statut sur la socket RADIUS : %m" -#: libpq/auth.c:2679 +#: libpq/auth.c:2689 #, c-format msgid "could not read RADIUS response: %m" msgstr "n'a pas pu lire la réponse RADIUS : %m" -#: libpq/auth.c:2691 libpq/auth.c:2695 +#: libpq/auth.c:2701 libpq/auth.c:2705 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "la réponse RADIUS a été envoyée à partir d'un mauvais port : %d" -#: libpq/auth.c:2704 +#: libpq/auth.c:2714 #, c-format msgid "RADIUS response too short: %d" msgstr "réponse RADIUS trop courte : %d" -#: libpq/auth.c:2711 +#: libpq/auth.c:2721 #, c-format msgid "RADIUS response has corrupt length: %d (actual length %d)" msgstr "la réponse RADIUS a une longueur corrompue : %d (longueur actuelle %d)" -#: libpq/auth.c:2719 +#: libpq/auth.c:2729 #, c-format msgid "RADIUS response is to a different request: %d (should be %d)" msgstr "" "la réponse RADIUS correspond à une demande différente : %d (devrait être %d)" -#: libpq/auth.c:2744 +#: libpq/auth.c:2754 #, c-format msgid "could not perform MD5 encryption of received packet" msgstr "n'a pas pu réaliser le chiffrement MD5 du paquet reçu" -#: libpq/auth.c:2753 +#: libpq/auth.c:2763 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "la réponse RADIUS a une signature MD5 erronée" -#: libpq/auth.c:2770 +#: libpq/auth.c:2780 #, c-format msgid "RADIUS response has invalid code (%d) for user \"%s\"" msgstr "la réponse RADIUS a un code invalide (%d) pour l'utilisateur « %s »" @@ -10625,13 +10640,8 @@ msgstr "" "n'a pas pu ouvrir le fichier d'authentification secondaire « @%s » comme\n" "« %s » : %m" -#: libpq/hba.c:595 -#, c-format -msgid "could not translate host name \"%s\" to address: %s" -msgstr "n'a pas pu traduire le nom d'hôte « %s » en adresse : %s" - #. translator: the second %s is a list of auth methods -#: libpq/hba.c:746 +#: libpq/hba.c:758 #, c-format msgid "" "authentication option \"%s\" is only valid for authentication methods %s" @@ -10639,179 +10649,179 @@ msgstr "" "l'option d'authentification « %s » est seulement valide pour les méthodes\n" "d'authentification « %s »" -#: libpq/hba.c:748 libpq/hba.c:764 libpq/hba.c:795 libpq/hba.c:841 -#: libpq/hba.c:854 libpq/hba.c:876 libpq/hba.c:885 libpq/hba.c:908 -#: libpq/hba.c:920 libpq/hba.c:939 libpq/hba.c:960 libpq/hba.c:971 -#: libpq/hba.c:1026 libpq/hba.c:1044 libpq/hba.c:1056 libpq/hba.c:1073 -#: libpq/hba.c:1083 libpq/hba.c:1097 libpq/hba.c:1113 libpq/hba.c:1128 -#: libpq/hba.c:1139 libpq/hba.c:1181 libpq/hba.c:1213 libpq/hba.c:1224 -#: libpq/hba.c:1244 libpq/hba.c:1255 libpq/hba.c:1266 libpq/hba.c:1283 -#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1408 -#: libpq/hba.c:1420 libpq/hba.c:1433 libpq/hba.c:1467 libpq/hba.c:1545 -#: libpq/hba.c:1563 libpq/hba.c:1584 tsearch/ts_locale.c:182 +#: libpq/hba.c:760 libpq/hba.c:776 libpq/hba.c:807 libpq/hba.c:853 +#: libpq/hba.c:866 libpq/hba.c:888 libpq/hba.c:897 libpq/hba.c:920 +#: libpq/hba.c:932 libpq/hba.c:951 libpq/hba.c:972 libpq/hba.c:983 +#: libpq/hba.c:1038 libpq/hba.c:1056 libpq/hba.c:1068 libpq/hba.c:1085 +#: libpq/hba.c:1095 libpq/hba.c:1109 libpq/hba.c:1125 libpq/hba.c:1140 +#: libpq/hba.c:1151 libpq/hba.c:1193 libpq/hba.c:1225 libpq/hba.c:1236 +#: libpq/hba.c:1256 libpq/hba.c:1267 libpq/hba.c:1278 libpq/hba.c:1295 +#: libpq/hba.c:1320 libpq/hba.c:1357 libpq/hba.c:1367 libpq/hba.c:1420 +#: libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1479 libpq/hba.c:1557 +#: libpq/hba.c:1575 libpq/hba.c:1596 tsearch/ts_locale.c:182 #, c-format msgid "line %d of configuration file \"%s\"" msgstr "ligne %d du fichier de configuration « %s »" -#: libpq/hba.c:762 +#: libpq/hba.c:774 #, c-format msgid "authentication method \"%s\" requires argument \"%s\" to be set" msgstr "" "la méthode d'authentification « %s » requiert un argument « %s » pour " "êtremise en place" -#: libpq/hba.c:783 +#: libpq/hba.c:795 #, c-format msgid "missing entry in file \"%s\" at end of line %d" msgstr "entrée manquante dans le fichier « %s » à la fin de la ligne %d" -#: libpq/hba.c:794 +#: libpq/hba.c:806 #, c-format msgid "multiple values in ident field" msgstr "plusieurs valeurs dans le champ ident" -#: libpq/hba.c:839 +#: libpq/hba.c:851 #, c-format msgid "multiple values specified for connection type" msgstr "plusieurs valeurs indiquées pour le type de connexion" -#: libpq/hba.c:840 +#: libpq/hba.c:852 #, c-format msgid "Specify exactly one connection type per line." msgstr "Indiquez uniquement un type de connexion par ligne." -#: libpq/hba.c:853 +#: libpq/hba.c:865 #, c-format msgid "local connections are not supported by this build" msgstr "les connexions locales ne sont pas supportées dans cette installation" -#: libpq/hba.c:874 +#: libpq/hba.c:886 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "hostssl requiert que SSL soit activé" -#: libpq/hba.c:875 +#: libpq/hba.c:887 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Configurez ssl = on dans le postgresql.conf." -#: libpq/hba.c:883 +#: libpq/hba.c:895 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl n'est pas supporté par cette installation" -#: libpq/hba.c:884 +#: libpq/hba.c:896 #, c-format msgid "Compile with --with-openssl to use SSL connections." msgstr "Compilez avec --with-openssl pour utiliser les connexions SSL." -#: libpq/hba.c:906 +#: libpq/hba.c:918 #, c-format msgid "invalid connection type \"%s\"" msgstr "type de connexion « %s » invalide" -#: libpq/hba.c:919 +#: libpq/hba.c:931 #, c-format msgid "end-of-line before database specification" msgstr "fin de ligne avant la spécification de la base de données" -#: libpq/hba.c:938 +#: libpq/hba.c:950 #, c-format msgid "end-of-line before role specification" msgstr "fin de ligne avant la spécification du rôle" -#: libpq/hba.c:959 +#: libpq/hba.c:971 #, c-format msgid "end-of-line before IP address specification" msgstr "fin de ligne avant la spécification de l'adresse IP" -#: libpq/hba.c:969 +#: libpq/hba.c:981 #, c-format msgid "multiple values specified for host address" msgstr "plusieurs valeurs indiquées pour l'adresse hôte" -#: libpq/hba.c:970 +#: libpq/hba.c:982 #, c-format msgid "Specify one address range per line." msgstr "Indiquez un sous-réseau par ligne." -#: libpq/hba.c:1024 +#: libpq/hba.c:1036 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "adresse IP « %s » invalide : %s" -#: libpq/hba.c:1042 +#: libpq/hba.c:1054 #, c-format msgid "specifying both host name and CIDR mask is invalid: \"%s\"" msgstr "spécifier le nom d'hôte et le masque CIDR n'est pas valide : « %s »" -#: libpq/hba.c:1054 +#: libpq/hba.c:1066 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "masque CIDR invalide dans l'adresse « %s »" -#: libpq/hba.c:1071 +#: libpq/hba.c:1083 #, c-format msgid "end-of-line before netmask specification" msgstr "fin de ligne avant la spécification du masque réseau" -#: libpq/hba.c:1072 +#: libpq/hba.c:1084 #, c-format msgid "" "Specify an address range in CIDR notation, or provide a separate netmask." msgstr "" "Indiquez un sous-réseau en notation CIDR ou donnez un masque réseau séparé." -#: libpq/hba.c:1082 +#: libpq/hba.c:1094 #, c-format msgid "multiple values specified for netmask" msgstr "plusieurs valeurs indiquées pour le masque réseau" -#: libpq/hba.c:1095 +#: libpq/hba.c:1107 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "masque IP « %s » invalide : %s" -#: libpq/hba.c:1112 +#: libpq/hba.c:1124 #, c-format msgid "IP address and mask do not match" msgstr "l'adresse IP et le masque ne correspondent pas" -#: libpq/hba.c:1127 +#: libpq/hba.c:1139 #, c-format msgid "end-of-line before authentication method" msgstr "fin de ligne avant la méthode d'authentification" -#: libpq/hba.c:1137 +#: libpq/hba.c:1149 #, c-format msgid "multiple values specified for authentication type" msgstr "plusieurs valeurs indiquées pour le type d'authentification" -#: libpq/hba.c:1138 +#: libpq/hba.c:1150 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Indiquez uniquement un type d'authentification par ligne." -#: libpq/hba.c:1211 +#: libpq/hba.c:1223 #, c-format msgid "invalid authentication method \"%s\"" msgstr "méthode d'authentification « %s » invalide" -#: libpq/hba.c:1222 +#: libpq/hba.c:1234 #, c-format msgid "invalid authentication method \"%s\": not supported by this build" msgstr "" "méthode d'authentification « %s » invalide : non supportée sur cette\n" "installation" -#: libpq/hba.c:1243 +#: libpq/hba.c:1255 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "" "l'authentification krb5 n'est pas supportée sur les connexions locales par\n" "socket" -#: libpq/hba.c:1254 +#: libpq/hba.c:1266 #, c-format msgid "gssapi authentication is not supported on local sockets" msgstr "" @@ -10819,7 +10829,7 @@ msgstr "" "par\n" "socket" -#: libpq/hba.c:1265 +#: libpq/hba.c:1277 #, c-format msgid "peer authentication is only supported on local sockets" msgstr "" @@ -10827,18 +10837,18 @@ msgstr "" "par\n" "socket" -#: libpq/hba.c:1282 +#: libpq/hba.c:1294 #, c-format msgid "cert authentication is only supported on hostssl connections" msgstr "" "l'authentification cert est seulement supportée sur les connexions hostssl" -#: libpq/hba.c:1307 +#: libpq/hba.c:1319 #, 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:1344 +#: libpq/hba.c:1356 #, c-format msgid "" "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute " @@ -10847,7 +10857,7 @@ msgstr "" "ne peut pas utiliser ldapbasedn, ldapbinddn, ldapbindpasswd\n" "ou ldapsearchattribute avec ldapprefix" -#: libpq/hba.c:1354 +#: libpq/hba.c:1366 #, c-format msgid "" "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix" @@ -10856,16 +10866,16 @@ msgstr "" "la méthode d'authentification « ldap » requiert un argument « ldapbasedn »,\n" "« ldapprefix » ou « ldapsuffix » pour être mise en place" -#: libpq/hba.c:1394 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi et cert" -#: libpq/hba.c:1407 +#: 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:1418 +#: libpq/hba.c:1430 #, c-format msgid "" "client certificates can only be checked if a root certificate store is " @@ -10874,56 +10884,56 @@ msgstr "" "les certificats cert peuvent seulement être vérifiés si un emplacement de\n" "certificat racine est disponible" -#: libpq/hba.c:1419 +#: libpq/hba.c:1431 #, c-format msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." msgstr "" "Assurez-vous que le paramètre de configuration « ssl_ca_file » soit " "configuré." -#: libpq/hba.c:1432 +#: 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 »" -#: libpq/hba.c:1466 +#: libpq/hba.c:1478 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "numéro de port LDAP invalide : « %s »" -#: libpq/hba.c:1512 libpq/hba.c:1520 +#: libpq/hba.c:1524 libpq/hba.c:1532 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi et sspi" -#: libpq/hba.c:1562 +#: libpq/hba.c:1574 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "numéro de port RADIUS invalide : « %s »" -#: libpq/hba.c:1582 +#: libpq/hba.c:1594 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "nom d'option de l'authentification inconnu : « %s »" -#: libpq/hba.c:1771 +#: libpq/hba.c:1783 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "le fichier de configuration « %s » ne contient aucun enregistrement" -#: libpq/hba.c:1878 +#: libpq/hba.c:1890 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "expression rationnelle invalide « %s » : %s" -#: libpq/hba.c:1901 +#: libpq/hba.c:1913 #, c-format msgid "regular expression match for \"%s\" failed: %s" msgstr "" "la correspondance de l'expression rationnelle pour « %s » a échoué : %s" -#: libpq/hba.c:1919 +#: libpq/hba.c:1931 #, c-format msgid "" "regular expression \"%s\" has no subexpressions as requested by " @@ -10932,7 +10942,7 @@ msgstr "" "l'expression rationnelle « %s » n'a pas de sous-expressions comme celle\n" "demandée par la référence dans « %s »" -#: libpq/hba.c:2018 +#: libpq/hba.c:2030 #, c-format msgid "provided user name (%s) and authenticated user name (%s) do not match" msgstr "" @@ -10940,14 +10950,14 @@ msgstr "" "ne\n" "correspondent pas" -#: libpq/hba.c:2039 +#: libpq/hba.c:2051 #, 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:2069 +#: libpq/hba.c:2081 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier usermap « %s » : %m" @@ -11101,7 +11111,7 @@ msgid "no data left in message" msgstr "pas de données dans le message" #: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 -#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:558 +#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:559 #, c-format msgid "insufficient data left in message" msgstr "données insuffisantes laissées dans le message" @@ -11116,17 +11126,17 @@ msgstr "cha msgid "invalid message format" msgstr "format du message invalide" -#: main/main.c:243 +#: main/main.c:263 #, c-format msgid "%s: setsysinfo failed: %s\n" msgstr "%s : setsysinfo a échoué : %s\n" -#: main/main.c:265 +#: main/main.c:285 #, c-format msgid "%s: WSAStartup failed: %d\n" msgstr "%s : WSAStartup a échoué : %d\n" -#: main/main.c:284 +#: main/main.c:304 #, c-format msgid "" "%s is the PostgreSQL server.\n" @@ -11135,7 +11145,7 @@ msgstr "" "%s est le serveur PostgreSQL.\n" "\n" -#: main/main.c:285 +#: main/main.c:305 #, c-format msgid "" "Usage:\n" @@ -11146,12 +11156,12 @@ msgstr "" " %s [OPTION]...\n" "\n" -#: main/main.c:286 +#: main/main.c:306 #, c-format msgid "Options:\n" msgstr "Options :\n" -#: main/main.c:288 +#: main/main.c:308 #, c-format msgid " -A 1|0 enable/disable run-time assert checking\n" msgstr "" @@ -11159,70 +11169,70 @@ msgstr "" "à\n" " l'exécution\n" -#: main/main.c:290 +#: main/main.c:310 #, c-format msgid " -B NBUFFERS number of shared buffers\n" msgstr " -B NBUFFERS nombre de tampons partagés\n" -#: main/main.c:291 +#: main/main.c:311 #, c-format msgid " -c NAME=VALUE set run-time parameter\n" msgstr " -c NOM=VALEUR configure un paramètre d'exécution\n" -#: main/main.c:292 +#: main/main.c:312 #, c-format msgid " -C NAME print value of run-time parameter, then exit\n" msgstr "" " -C NOM affiche la valeur d'un paramètre en exécution,\n" " puis quitte\n" -#: main/main.c:293 +#: main/main.c:313 #, c-format msgid " -d 1-5 debugging level\n" msgstr " -d 1-5 niveau de débogage\n" -#: main/main.c:294 +#: main/main.c:314 #, c-format msgid " -D DATADIR database directory\n" msgstr " -D RÉPDONNEES répertoire de la base de données\n" -#: main/main.c:295 +#: main/main.c:315 #, c-format msgid " -e use European date input format (DMY)\n" msgstr "" " -e utilise le format de saisie européen des dates (DMY)\n" -#: main/main.c:296 +#: main/main.c:316 #, c-format msgid " -F turn fsync off\n" msgstr " -F désactive fsync\n" -#: main/main.c:297 +#: main/main.c:317 #, c-format msgid " -h HOSTNAME host name or IP address to listen on\n" msgstr " -h NOMHOTE nom d'hôte ou adresse IP à écouter\n" -#: main/main.c:298 +#: main/main.c:318 #, c-format msgid " -i enable TCP/IP connections\n" msgstr " -i active les connexions TCP/IP\n" -#: main/main.c:299 +#: main/main.c:319 #, c-format msgid " -k DIRECTORY Unix-domain socket location\n" msgstr " -k RÉPERTOIRE emplacement des sockets de domaine Unix\n" -#: main/main.c:301 +#: main/main.c:321 #, c-format msgid " -l enable SSL connections\n" msgstr " -l active les connexions SSL\n" -#: main/main.c:303 +#: main/main.c:323 #, c-format msgid " -N MAX-CONNECT maximum number of allowed connections\n" msgstr " -N MAX-CONNECT nombre maximum de connexions simultanées\n" -#: main/main.c:304 +#: main/main.c:324 #, c-format msgid "" " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" @@ -11230,43 +11240,43 @@ msgstr "" " -o OPTIONS passe « OPTIONS » à chaque processus serveur " "(obsolète)\n" -#: main/main.c:305 +#: main/main.c:325 #, c-format msgid " -p PORT port number to listen on\n" msgstr " -p PORT numéro du port à écouter\n" -#: main/main.c:306 +#: main/main.c:326 #, c-format msgid " -s show statistics after each query\n" msgstr " -s affiche les statistiques après chaque requête\n" -#: main/main.c:307 +#: main/main.c:327 #, c-format msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" msgstr " -S WORK-MEM configure la mémoire pour les tris (en Ko)\n" -#: main/main.c:308 +#: main/main.c:328 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version et quitte\n" -#: main/main.c:309 +#: main/main.c:329 #, c-format msgid " --NAME=VALUE set run-time parameter\n" msgstr " --NOM=VALEUR configure un paramètre d'exécution\n" -#: main/main.c:310 +#: main/main.c:330 #, c-format msgid " --describe-config describe configuration parameters, then exit\n" msgstr "" " --describe-config décrit les paramètres de configuration, puis quitte\n" -#: main/main.c:311 +#: main/main.c:331 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide et quitte\n" -#: main/main.c:313 +#: main/main.c:333 #, c-format msgid "" "\n" @@ -11275,13 +11285,13 @@ msgstr "" "\n" "Options pour le développeur :\n" -#: main/main.c:314 +#: main/main.c:334 #, 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" -#: main/main.c:315 +#: main/main.c:335 #, c-format msgid "" " -n do not reinitialize shared memory after abnormal exit\n" @@ -11289,24 +11299,24 @@ msgstr "" " -n ne réinitialise pas la mémoire partagée après un arrêt\n" " brutal\n" -#: main/main.c:316 +#: main/main.c:336 #, c-format msgid " -O allow system table structure changes\n" msgstr "" " -O autorise les modifications de structure des tables\n" " système\n" -#: main/main.c:317 +#: main/main.c:337 #, c-format msgid " -P disable system indexes\n" msgstr " -P désactive les index systèmes\n" -#: main/main.c:318 +#: main/main.c:338 #, c-format msgid " -t pa|pl|ex show timings after each query\n" msgstr " -t pa|pl|ex affiche les horodatages pour chaque requête\n" -#: main/main.c:319 +#: main/main.c:339 #, c-format msgid "" " -T send SIGSTOP to all backend processes if one dies\n" @@ -11314,14 +11324,14 @@ msgstr "" " -T envoie SIGSTOP à tous les processus serveur si l'un\n" " d'entre eux meurt\n" -#: main/main.c:320 +#: main/main.c:340 #, 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" " débogueur\n" -#: main/main.c:322 +#: main/main.c:342 #, c-format msgid "" "\n" @@ -11330,7 +11340,7 @@ msgstr "" "\n" "Options pour le mode mono-utilisateur :\n" -#: main/main.c:323 +#: main/main.c:343 #, c-format msgid "" " --single selects single-user mode (must be first argument)\n" @@ -11338,23 +11348,23 @@ msgstr "" " --single sélectionne le mode mono-utilisateur (doit être le\n" " premier argument)\n" -#: main/main.c:324 +#: main/main.c:344 #, c-format msgid " DBNAME database name (defaults to user name)\n" msgstr "" " NOMBASE nom de la base (par défaut, celui de l'utilisateur)\n" -#: main/main.c:325 +#: main/main.c:345 #, c-format msgid " -d 0-5 override debugging level\n" msgstr " -d 0-5 surcharge le niveau de débogage\n" -#: main/main.c:326 +#: main/main.c:346 #, c-format msgid " -E echo statement before execution\n" msgstr " -E affiche la requête avant de l'exécuter\n" -#: main/main.c:327 +#: main/main.c:347 #, c-format msgid "" " -j do not use newline as interactive query delimiter\n" @@ -11362,12 +11372,12 @@ msgstr "" " -j n'utilise pas le retour à la ligne comme délimiteur de\n" " requête\n" -#: main/main.c:328 main/main.c:333 +#: main/main.c:348 main/main.c:353 #, 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:330 +#: main/main.c:350 #, c-format msgid "" "\n" @@ -11376,7 +11386,7 @@ msgstr "" "\n" "Options pour le mode « bootstrapping » :\n" -#: main/main.c:331 +#: main/main.c:351 #, c-format msgid "" " --boot selects bootstrapping mode (must be first argument)\n" @@ -11384,7 +11394,7 @@ msgstr "" " --boot sélectionne le mode « bootstrapping » (doit être le\n" " premier argument)\n" -#: main/main.c:332 +#: main/main.c:352 #, c-format msgid "" " DBNAME database name (mandatory argument in bootstrapping " @@ -11393,12 +11403,12 @@ msgstr "" " NOMBASE nom de la base (argument obligatoire dans le mode\n" " « bootstrapping »)\n" -#: main/main.c:334 +#: main/main.c:354 #, c-format msgid " -x NUM internal use\n" msgstr " -x NUM utilisation interne\n" -#: main/main.c:336 +#: main/main.c:356 #, c-format msgid "" "\n" @@ -11415,7 +11425,7 @@ msgstr "" "\n" "Rapportez les bogues à .\n" -#: main/main.c:350 +#: main/main.c:370 #, c-format msgid "" "\"root\" execution of the PostgreSQL server is not permitted.\n" @@ -11430,14 +11440,14 @@ msgstr "" "pour\n" "plus d'informations sur le lancement propre du serveur.\n" -#: main/main.c:367 +#: main/main.c:387 #, c-format msgid "%s: real and effective user IDs must match\n" msgstr "" "%s : les identifiants réel et effectif de l'utilisateur doivent " "correspondre\n" -#: main/main.c:374 +#: main/main.c:394 #, c-format msgid "" "Execution of PostgreSQL by a user with administrative permissions is not\n" @@ -11452,12 +11462,12 @@ msgstr "" "tout problème de sécurité sur le serveur. Voir la documentation pour\n" "plus d'informations sur le lancement propre du serveur.\n" -#: main/main.c:395 +#: main/main.c:415 #, c-format msgid "%s: invalid effective UID: %d\n" msgstr "%s : UID effectif invalide : %d\n" -#: main/main.c:408 +#: main/main.c:428 #, c-format msgid "%s: could not determine user name (GetUserName failed)\n" msgstr "" @@ -12657,7 +12667,7 @@ msgid "Use an explicit ordering operator or modify the query." msgstr "Utilisez un opérateur explicite de tri ou modifiez la requête." #: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175 -#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1155 +#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1156 #, c-format msgid "could not identify an equality operator for type %s" msgstr "n'a pas pu identifier un opérateur d'égalité pour le type %s" @@ -13158,7 +13168,7 @@ msgid "poll() failed: %m" msgstr "échec de poll() : %m" #: port/pg_latch.c:421 port/unix_latch.c:421 -#: replication/libpqwalreceiver/libpqwalreceiver.c:233 +#: replication/libpqwalreceiver/libpqwalreceiver.c:234 #, c-format msgid "select() failed: %m" msgstr "échec de select() : %m" @@ -13696,80 +13706,80 @@ msgstr "cible reset non reconnu : msgid "Target must be \"bgwriter\"." msgstr "La cible doit être « bgwriter »." -#: postmaster/pgstat.c:3143 +#: postmaster/pgstat.c:3144 #, c-format msgid "could not read statistics message: %m" msgstr "n'a pas pu lire le message des statistiques : %m" -#: postmaster/pgstat.c:3460 +#: postmaster/pgstat.c:3461 #, c-format msgid "could not open temporary statistics file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier temporaire des statistiques « %s » : %m" -#: postmaster/pgstat.c:3537 +#: postmaster/pgstat.c:3538 #, c-format msgid "could not write temporary statistics file \"%s\": %m" msgstr "n'a pas pu écrire le fichier temporaire des statistiques « %s » : %m" -#: postmaster/pgstat.c:3546 +#: postmaster/pgstat.c:3547 #, c-format msgid "could not close temporary statistics file \"%s\": %m" msgstr "n'a pas pu fermer le fichier temporaire des statistiques « %s » : %m" -#: postmaster/pgstat.c:3554 +#: postmaster/pgstat.c:3555 #, c-format msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" msgstr "" "n'a pas pu renommer le fichier temporaire des statistiques « %s » en\n" "« %s » : %m" -#: postmaster/pgstat.c:3660 postmaster/pgstat.c:3889 +#: postmaster/pgstat.c:3661 postmaster/pgstat.c:3890 #, c-format msgid "could not open statistics file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier de statistiques « %s » : %m" -#: postmaster/pgstat.c:3672 postmaster/pgstat.c:3682 postmaster/pgstat.c:3704 -#: postmaster/pgstat.c:3719 postmaster/pgstat.c:3782 postmaster/pgstat.c:3800 -#: postmaster/pgstat.c:3816 postmaster/pgstat.c:3834 postmaster/pgstat.c:3850 -#: postmaster/pgstat.c:3901 postmaster/pgstat.c:3912 +#: postmaster/pgstat.c:3673 postmaster/pgstat.c:3683 postmaster/pgstat.c:3705 +#: postmaster/pgstat.c:3720 postmaster/pgstat.c:3783 postmaster/pgstat.c:3801 +#: postmaster/pgstat.c:3817 postmaster/pgstat.c:3835 postmaster/pgstat.c:3851 +#: postmaster/pgstat.c:3902 postmaster/pgstat.c:3913 #, c-format msgid "corrupted statistics file \"%s\"" msgstr "fichier de statistiques « %s » corrompu" -#: postmaster/pgstat.c:4214 +#: postmaster/pgstat.c:4215 #, c-format msgid "database hash table corrupted during cleanup --- abort" msgstr "" "corruption de la table hachée de la base de données lors du lancement\n" "--- annulation" -#: postmaster/postmaster.c:587 +#: postmaster/postmaster.c:616 #, c-format msgid "%s: invalid argument for option -f: \"%s\"\n" msgstr "%s : argument invalide pour l'option -f : « %s »\n" -#: postmaster/postmaster.c:673 +#: postmaster/postmaster.c:702 #, c-format msgid "%s: invalid argument for option -t: \"%s\"\n" msgstr "%s : argument invalide pour l'option -t : « %s »\n" -#: postmaster/postmaster.c:724 +#: postmaster/postmaster.c:753 #, c-format msgid "%s: invalid argument: \"%s\"\n" msgstr "%s : argument invalide : « %s »\n" -#: postmaster/postmaster.c:759 +#: postmaster/postmaster.c:788 #, c-format msgid "%s: superuser_reserved_connections must be less than max_connections\n" msgstr "" "%s : superuser_reserved_connections doit être inférieur à max_connections\n" -#: postmaster/postmaster.c:764 +#: postmaster/postmaster.c:793 #, c-format msgid "%s: max_wal_senders must be less than max_connections\n" msgstr "%s : max_wal_senders doit être inférieur à max_connections\n" -#: postmaster/postmaster.c:769 +#: postmaster/postmaster.c:798 #, c-format msgid "" "WAL archival (archive_mode=on) requires wal_level \"archive\" or " @@ -13778,7 +13788,7 @@ msgstr "" "l'archivage des journaux de transactions (archive_mode=on) nécessite que\n" "le paramètre wal_level soit initialisé avec « archive » ou « hot_standby »" -#: postmaster/postmaster.c:772 +#: postmaster/postmaster.c:801 #, c-format msgid "" "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or " @@ -13787,48 +13797,48 @@ msgstr "" "l'envoi d'un flux de transactions (max_wal_senders > 0) nécessite que\n" "le paramètre wal_level soit initialisé avec « archive » ou « hot_standby »" -#: postmaster/postmaster.c:780 +#: postmaster/postmaster.c:809 #, c-format msgid "%s: invalid datetoken tables, please fix\n" msgstr "%s : tables datetoken invalide, merci de corriger\n" -#: postmaster/postmaster.c:856 +#: postmaster/postmaster.c:885 #, c-format msgid "invalid list syntax for \"listen_addresses\"" msgstr "syntaxe de liste invalide pour le paramètre « listen_addresses »" -#: postmaster/postmaster.c:886 +#: postmaster/postmaster.c:915 #, c-format msgid "could not create listen socket for \"%s\"" msgstr "n'a pas pu créer le socket d'écoute pour « %s »" -#: postmaster/postmaster.c:892 +#: postmaster/postmaster.c:921 #, c-format msgid "could not create any TCP/IP sockets" msgstr "n'a pas pu créer de socket TCP/IP" -#: postmaster/postmaster.c:943 +#: postmaster/postmaster.c:972 #, c-format msgid "could not create Unix-domain socket" msgstr "n'a pas pu créer le socket domaine Unix" -#: postmaster/postmaster.c:951 +#: postmaster/postmaster.c:980 #, c-format msgid "no socket created for listening" msgstr "pas de socket créé pour l'écoute" -#: postmaster/postmaster.c:996 +#: postmaster/postmaster.c:1025 #, c-format msgid "could not create I/O completion port for child queue" msgstr "n'a pas pu créer un port de terminaison I/O pour la queue" -#: postmaster/postmaster.c:1026 +#: postmaster/postmaster.c:1055 #, 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" -#: postmaster/postmaster.c:1030 +#: postmaster/postmaster.c:1059 #, 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" @@ -14137,156 +14147,156 @@ msgstr "n'a pas pu lancer le nouveau processus fils pour la connexion : %m" msgid "could not fork new process for connection: " msgstr "n'a pas pu lancer le nouveau processus fils pour la connexion : " -#: postmaster/postmaster.c:3469 +#: postmaster/postmaster.c:3462 #, c-format msgid "connection received: host=%s port=%s" msgstr "connexion reçue : hôte=%s port=%s" -#: postmaster/postmaster.c:3474 +#: postmaster/postmaster.c:3467 #, c-format msgid "connection received: host=%s" msgstr "connexion reçue : hôte=%s" -#: postmaster/postmaster.c:3738 +#: postmaster/postmaster.c:3746 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "n'a pas pu exécuter le processus serveur « %s » : %m" -#: postmaster/postmaster.c:4261 +#: postmaster/postmaster.c:4269 #, c-format msgid "database system is ready to accept read only connections" msgstr "" "le système de bases de données est prêt pour accepter les connexions en " "lecture seule" -#: postmaster/postmaster.c:4531 +#: postmaster/postmaster.c:4539 #, c-format msgid "could not fork startup process: %m" msgstr "n'a pas pu lancer le processus fils de démarrage : %m" -#: postmaster/postmaster.c:4535 +#: postmaster/postmaster.c:4543 #, c-format msgid "could not fork background writer process: %m" msgstr "" "n'a pas pu créer un processus fils du processus d'écriture en tâche de\n" "fond : %m" -#: postmaster/postmaster.c:4539 +#: postmaster/postmaster.c:4547 #, c-format msgid "could not fork checkpointer process: %m" msgstr "n'a pas pu créer le processus checkpointer : %m" -#: postmaster/postmaster.c:4543 +#: postmaster/postmaster.c:4551 #, c-format msgid "could not fork WAL writer process: %m" msgstr "" "n'a pas pu créer un processus fils du processus d'écriture des journaux de\n" "transaction : %m" -#: postmaster/postmaster.c:4547 +#: postmaster/postmaster.c:4555 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "" "n'a pas pu créer un processus fils de réception des journaux de\n" "transactions : %m" -#: postmaster/postmaster.c:4551 +#: postmaster/postmaster.c:4559 #, c-format msgid "could not fork process: %m" msgstr "n'a pas pu lancer le processus fils : %m" -#: postmaster/postmaster.c:4840 +#: postmaster/postmaster.c:4848 #, 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:4872 +#: postmaster/postmaster.c:4880 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "n'a pas pu créer la socket héritée : code d'erreur %d\n" -#: postmaster/postmaster.c:4901 postmaster/postmaster.c:4908 +#: postmaster/postmaster.c:4909 postmaster/postmaster.c:4916 #, 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:4917 +#: postmaster/postmaster.c:4925 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "n'a pas pu supprimer le fichier « %s » : %s\n" -#: postmaster/postmaster.c:4934 +#: postmaster/postmaster.c:4942 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "" "n'a pas pu exécuter \"map\" la vue des variables serveurs : code\n" "d'erreur %lu\n" -#: postmaster/postmaster.c:4943 +#: postmaster/postmaster.c:4951 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "" "n'a pas pu exécuter \"unmap\" sur la vue des variables serveurs : code\n" "d'erreur %lu\n" -#: postmaster/postmaster.c:4950 +#: postmaster/postmaster.c:4958 #, 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 paramètres du serveur :\n" "code d'erreur %lu\n" -#: postmaster/postmaster.c:5100 +#: postmaster/postmaster.c:5108 #, 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:5105 +#: postmaster/postmaster.c:5113 #, c-format msgid "could not post child completion status\n" msgstr "n'a pas pu poster le statut de fin de l'enfant\n" -#: postmaster/syslogger.c:467 postmaster/syslogger.c:1054 +#: postmaster/syslogger.c:456 postmaster/syslogger.c:1043 #, c-format msgid "could not read from logger pipe: %m" msgstr "n'a pas pu lire à partir du tube des journaux applicatifs : %m" -#: postmaster/syslogger.c:516 +#: postmaster/syslogger.c:505 #, c-format msgid "logger shutting down" msgstr "arrêt en cours des journaux applicatifs" -#: postmaster/syslogger.c:560 postmaster/syslogger.c:574 +#: postmaster/syslogger.c:549 postmaster/syslogger.c:563 #, c-format msgid "could not create pipe for syslog: %m" msgstr "n'a pas pu créer un tube pour syslog : %m" -#: postmaster/syslogger.c:610 +#: postmaster/syslogger.c:599 #, c-format msgid "could not fork system logger: %m" msgstr "n'a pas pu lancer le processus des journaux applicatifs : %m" -#: postmaster/syslogger.c:641 +#: postmaster/syslogger.c:630 #, c-format msgid "could not redirect stdout: %m" msgstr "n'a pas pu rediriger la sortie (stdout) : %m" -#: postmaster/syslogger.c:646 postmaster/syslogger.c:664 +#: postmaster/syslogger.c:635 postmaster/syslogger.c:653 #, c-format msgid "could not redirect stderr: %m" msgstr "n'a pas pu rediriger la sortie des erreurs (stderr) : %m" -#: postmaster/syslogger.c:1009 +#: postmaster/syslogger.c:998 #, c-format msgid "could not write to log file: %s\n" msgstr "n'a pas pu écrire dans le journal applicatif : %s\n" -#: postmaster/syslogger.c:1149 +#: postmaster/syslogger.c:1138 #, c-format msgid "could not open log file \"%s\": %m" msgstr "n'a pas pu ouvrir le fichier applicatif « %s » : %m" -#: postmaster/syslogger.c:1211 postmaster/syslogger.c:1255 +#: postmaster/syslogger.c:1200 postmaster/syslogger.c:1244 #, c-format msgid "disabling automatic rotation (use SIGHUP to re-enable)" msgstr "" @@ -14406,7 +14416,7 @@ msgstr "r msgid "Expected 1 tuple with 3 fields, got %d tuples with %d fields." msgstr "Attendait 1 ligne avec 3 champs, a obtenu %d lignes avec %d champs." -#: replication/libpqwalreceiver/libpqwalreceiver.c:140 +#: replication/libpqwalreceiver/libpqwalreceiver.c:141 #, c-format msgid "database system identifier differs between the primary and standby" msgstr "" @@ -14414,7 +14424,7 @@ msgstr "" "principal\n" "et le serveur en attente" -#: replication/libpqwalreceiver/libpqwalreceiver.c:141 +#: replication/libpqwalreceiver/libpqwalreceiver.c:142 #, c-format msgid "The primary's identifier is %s, the standby's identifier is %s." msgstr "" @@ -14422,41 +14432,41 @@ msgstr "" "attente\n" "est %s." -#: replication/libpqwalreceiver/libpqwalreceiver.c:153 +#: replication/libpqwalreceiver/libpqwalreceiver.c:154 #, c-format msgid "timeline %u of the primary does not match recovery target timeline %u" msgstr "" "le timeline %u du serveur principal ne correspond pas au timeline %u de la\n" "cible de restauration" -#: replication/libpqwalreceiver/libpqwalreceiver.c:165 +#: replication/libpqwalreceiver/libpqwalreceiver.c:166 #, c-format msgid "could not start WAL streaming: %s" msgstr "n'a pas pu démarrer l'envoi des WAL : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:171 +#: replication/libpqwalreceiver/libpqwalreceiver.c:172 #, c-format msgid "streaming replication successfully connected to primary" msgstr "réplication de flux connecté avec succès au serveur principal" -#: replication/libpqwalreceiver/libpqwalreceiver.c:193 +#: replication/libpqwalreceiver/libpqwalreceiver.c:194 #, c-format msgid "socket not open" msgstr "socket non ouvert" -#: replication/libpqwalreceiver/libpqwalreceiver.c:367 -#: replication/libpqwalreceiver/libpqwalreceiver.c:388 -#: replication/libpqwalreceiver/libpqwalreceiver.c:393 +#: replication/libpqwalreceiver/libpqwalreceiver.c:368 +#: replication/libpqwalreceiver/libpqwalreceiver.c:389 +#: replication/libpqwalreceiver/libpqwalreceiver.c:394 #, c-format msgid "could not receive data from WAL stream: %s" msgstr "n'a pas pu recevoir des données du flux de WAL : %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:384 +#: replication/libpqwalreceiver/libpqwalreceiver.c:385 #, c-format msgid "replication terminated by primary server" msgstr "réplication terminée par le serveur primaire" -#: replication/libpqwalreceiver/libpqwalreceiver.c:415 +#: replication/libpqwalreceiver/libpqwalreceiver.c:416 #, c-format msgid "could not send data to WAL stream: %s" msgstr "n'a pas pu transmettre les données au flux WAL : %s" @@ -14526,7 +14536,7 @@ msgstr "fin de fichier (EOF) inattendue de la connexion du serveur en attente" msgid "invalid standby handshake message type %d" msgstr "type %d du message de handshake du serveur en attente invalide" -#: replication/walsender.c:400 replication/walsender.c:1159 +#: replication/walsender.c:400 replication/walsender.c:1170 #, c-format msgid "" "terminating walsender process to force cascaded standby to update timeline " @@ -14555,13 +14565,13 @@ msgstr "type de message msgid "standby \"%s\" has now caught up with primary" msgstr "le serveur standby « %s » a maintenant rattrapé le serveur primaire" -#: replication/walsender.c:874 +#: replication/walsender.c:885 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "" "arrêt du processus walreceiver suite à l'expiration du délai de réplication" -#: replication/walsender.c:941 +#: replication/walsender.c:952 #, c-format msgid "" "number of requested standby connections exceeds max_wal_senders (currently " @@ -14570,7 +14580,7 @@ msgstr "" "le nombre de connexions demandées par le serveur en attente dépasse\n" "max_wal_senders (actuellement %d)" -#: replication/walsender.c:1064 +#: replication/walsender.c:1075 #, c-format msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m" msgstr "" @@ -15096,17 +15106,17 @@ msgstr "" msgid "invalid page header in block %u of relation %s" msgstr "en-tête de page invalide dans le bloc %u de la relation %s" -#: storage/buffer/bufmgr.c:2912 +#: storage/buffer/bufmgr.c:2913 #, 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:2914 +#: storage/buffer/bufmgr.c:2915 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Échecs multiples --- l'erreur d'écriture pourrait être permanent." -#: storage/buffer/bufmgr.c:2935 storage/buffer/bufmgr.c:2954 +#: storage/buffer/bufmgr.c:2936 storage/buffer/bufmgr.c:2955 #, c-format msgid "writing block %u of relation %s" msgstr "écriture du bloc %u de la relation %s" @@ -15161,14 +15171,14 @@ msgstr "" "dépassement de maxAllocatedDescs (%d) lors de l'ouverture du répertoire « %s " "»" -#: storage/file/fd.c:1761 +#: storage/file/fd.c:1757 #, c-format msgid "could not read directory \"%s\": %m" msgstr "n'a pas pu lire le répertoire « %s » : %m" #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:857 storage/lmgr/lock.c:891 -#: storage/lmgr/lock.c:2529 storage/lmgr/lock.c:3179 storage/lmgr/lock.c:3664 -#: storage/lmgr/lock.c:3729 storage/lmgr/lock.c:4019 +#: storage/lmgr/lock.c:2530 storage/lmgr/lock.c:3181 storage/lmgr/lock.c:3666 +#: storage/lmgr/lock.c:3731 storage/lmgr/lock.c:4021 #: storage/lmgr/predicate.c:2317 storage/lmgr/predicate.c:2332 #: storage/lmgr/predicate.c:3725 storage/lmgr/predicate.c:4868 #: storage/lmgr/proc.c:205 utils/hash/dynahash.c:960 @@ -15315,13 +15325,13 @@ msgstr "" "les\n" "objets d'une base pendant une restauration." -#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2530 -#: storage/lmgr/lock.c:3665 storage/lmgr/lock.c:3730 storage/lmgr/lock.c:4020 +#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2531 +#: storage/lmgr/lock.c:3667 storage/lmgr/lock.c:3732 storage/lmgr/lock.c:4022 #, 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:2966 storage/lmgr/lock.c:3079 +#: storage/lmgr/lock.c:2968 storage/lmgr/lock.c:3081 #, c-format msgid "" "cannot PREPARE while holding both session-level and transaction-level locks " @@ -15330,7 +15340,7 @@ msgstr "" "ne peut pas utiliser PREPARE lorsque des verrous de niveau session et " "deniveau transaction sont détenus sur le même objet" -#: storage/lmgr/lock.c:3180 +#: storage/lmgr/lock.c:3182 #, c-format msgid "Not enough memory for reassigning the prepared transaction's locks." msgstr "" @@ -15497,8 +15507,8 @@ 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 après %ld.%03d ms" -#: storage/page/bufpage.c:142 storage/page/bufpage.c:389 -#: storage/page/bufpage.c:622 storage/page/bufpage.c:752 +#: storage/page/bufpage.c:143 storage/page/bufpage.c:388 +#: storage/page/bufpage.c:620 storage/page/bufpage.c:752 #, c-format msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" msgstr "" @@ -15510,12 +15520,12 @@ msgstr "" msgid "corrupted item pointer: %u" msgstr "pointeur d'élément corrompu : %u" -#: storage/page/bufpage.c:443 storage/page/bufpage.c:804 +#: storage/page/bufpage.c:443 storage/page/bufpage.c:803 #, c-format msgid "corrupted item lengths: total %u, available space %u" msgstr "longueurs d'élément corrompus : total %u, espace disponible %u" -#: storage/page/bufpage.c:641 storage/page/bufpage.c:777 +#: storage/page/bufpage.c:639 storage/page/bufpage.c:776 #, c-format msgid "corrupted item pointer: offset = %u, size = %u" msgstr "pointeur d'élément corrompu : décalage = %u, taille = %u" @@ -17364,81 +17374,81 @@ msgstr "bigint en dehors des limites" msgid "OID out of range" msgstr "OID en dehors des limites" -#: utils/adt/json.c:442 utils/adt/json.c:480 utils/adt/json.c:492 -#: utils/adt/json.c:620 utils/adt/json.c:634 utils/adt/json.c:645 -#: utils/adt/json.c:653 utils/adt/json.c:661 utils/adt/json.c:669 -#: utils/adt/json.c:677 utils/adt/json.c:685 utils/adt/json.c:693 -#: utils/adt/json.c:724 +#: utils/adt/json.c:456 utils/adt/json.c:494 utils/adt/json.c:506 +#: utils/adt/json.c:634 utils/adt/json.c:648 utils/adt/json.c:659 +#: utils/adt/json.c:667 utils/adt/json.c:675 utils/adt/json.c:683 +#: utils/adt/json.c:691 utils/adt/json.c:699 utils/adt/json.c:707 +#: utils/adt/json.c:738 #, c-format msgid "invalid input syntax for type json" msgstr "syntaxe en entrée invalide pour le type json" -#: utils/adt/json.c:443 +#: utils/adt/json.c:457 #, c-format msgid "Character with value 0x%02x must be escaped." msgstr "Le caractère de valeur 0x%02x doit être échappé." -#: utils/adt/json.c:481 +#: utils/adt/json.c:495 #, c-format msgid "\"\\u\" must be followed by four hexadecimal digits." msgstr "« \\u » doit être suivi par quatre chiffres hexadécimaux." -#: utils/adt/json.c:493 +#: utils/adt/json.c:507 #, c-format msgid "Escape sequence \"\\%s\" is invalid." msgstr "La séquence d'échappement « \\%s » est invalide." -#: utils/adt/json.c:621 +#: utils/adt/json.c:635 #, c-format msgid "The input string ended unexpectedly." msgstr "La chaîne en entrée se ferme de manière inattendue." -#: utils/adt/json.c:635 +#: utils/adt/json.c:649 #, c-format msgid "Expected end of input, but found \"%s\"." msgstr "Attendait une fin de l'entrée, mais ait trouvé « %s »." -#: utils/adt/json.c:646 +#: utils/adt/json.c:660 #, c-format msgid "Expected JSON value, but found \"%s\"." msgstr "Valeur JSON attendue, mais « %s » trouvé." -#: utils/adt/json.c:654 +#: utils/adt/json.c:668 #, c-format msgid "Expected array element or \"]\", but found \"%s\"." msgstr "Élément de tableau ou « ] » attendu, mais « %s » trouvé" -#: utils/adt/json.c:662 +#: utils/adt/json.c:676 #, c-format msgid "Expected \",\" or \"]\", but found \"%s\"." msgstr "« , » ou « ] » attendu, mais « %s » trouvé" -#: utils/adt/json.c:670 +#: utils/adt/json.c:684 #, c-format msgid "Expected string or \"}\", but found \"%s\"." msgstr "Chaîne ou « } » attendu, mais « %s » trouvé" -#: utils/adt/json.c:678 +#: utils/adt/json.c:692 #, c-format msgid "Expected \":\", but found \"%s\"." msgstr "« : » attendu, mais « %s » trouvé" -#: utils/adt/json.c:686 +#: utils/adt/json.c:700 #, c-format msgid "Expected \",\" or \"}\", but found \"%s\"." msgstr "« , » ou « } » attendu, mais « %s » trouvé" -#: utils/adt/json.c:694 +#: utils/adt/json.c:708 #, c-format msgid "Expected string, but found \"%s\"." msgstr "Chaîne attendue, mais « %s » trouvé." -#: utils/adt/json.c:725 +#: utils/adt/json.c:739 #, c-format msgid "Token \"%s\" is invalid." msgstr "le jeton « %s » n'est pas valide" -#: utils/adt/json.c:797 +#: utils/adt/json.c:811 #, c-format msgid "JSON data, line %d: %s%s%s" msgstr "données JSON, ligne %d : %s%s%s" @@ -17988,7 +17998,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "Problème après la parenthèse droite ou le crochet droit." #: utils/adt/rangetypes.c:2095 utils/adt/rangetypes.c:2103 -#: utils/adt/rowtypes.c:205 utils/adt/rowtypes.c:213 +#: utils/adt/rowtypes.c:206 utils/adt/rowtypes.c:214 #, c-format msgid "Unexpected end of input." msgstr "Fin de l'entrée inattendue." @@ -18018,8 +18028,8 @@ msgstr "il existe plus d'une fonction nomm msgid "more than one operator named %s" msgstr "il existe plus d'un opérateur nommé%s" -#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6050 -#: utils/adt/ruleutils.c:6105 utils/adt/ruleutils.c:6143 +#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6063 +#: utils/adt/ruleutils.c:6118 utils/adt/ruleutils.c:6156 #, c-format msgid "too many arguments" msgstr "trop d'arguments" @@ -18137,67 +18147,67 @@ msgstr "" msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "La clé (%s)=(%s) est toujours référencée à partir de la table « %s »." -#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:474 +#: utils/adt/rowtypes.c:100 utils/adt/rowtypes.c:475 #, c-format msgid "input of anonymous composite types is not implemented" msgstr "l'ajout de colonnes ayant un type composé n'est pas implémenté" -#: utils/adt/rowtypes.c:152 utils/adt/rowtypes.c:180 utils/adt/rowtypes.c:203 -#: utils/adt/rowtypes.c:211 utils/adt/rowtypes.c:263 utils/adt/rowtypes.c:271 +#: utils/adt/rowtypes.c:153 utils/adt/rowtypes.c:181 utils/adt/rowtypes.c:204 +#: utils/adt/rowtypes.c:212 utils/adt/rowtypes.c:264 utils/adt/rowtypes.c:272 #, c-format msgid "malformed record literal: \"%s\"" msgstr "enregistrement litéral invalide : « %s »" -#: utils/adt/rowtypes.c:153 +#: utils/adt/rowtypes.c:154 #, c-format msgid "Missing left parenthesis." msgstr "Parenthèse gauche manquante" -#: utils/adt/rowtypes.c:181 +#: utils/adt/rowtypes.c:182 #, c-format msgid "Too few columns." msgstr "Pas assez de colonnes." -#: utils/adt/rowtypes.c:264 +#: utils/adt/rowtypes.c:265 #, c-format msgid "Too many columns." msgstr "Trop de colonnes." -#: utils/adt/rowtypes.c:272 +#: utils/adt/rowtypes.c:273 #, c-format msgid "Junk after right parenthesis." msgstr "Problème après la parenthèse droite." -#: utils/adt/rowtypes.c:523 +#: utils/adt/rowtypes.c:524 #, c-format msgid "wrong number of columns: %d, expected %d" msgstr "mauvais nombre de colonnes : %d, alors que %d attendu" -#: utils/adt/rowtypes.c:550 +#: utils/adt/rowtypes.c:551 #, c-format msgid "wrong data type: %u, expected %u" msgstr "mauvais type de données : %u, alors que %u attendu" -#: utils/adt/rowtypes.c:611 +#: utils/adt/rowtypes.c:612 #, c-format msgid "improper binary format in record column %d" msgstr "format binaire invalide dans l'enregistrement de la colonne %d" -#: utils/adt/rowtypes.c:895 utils/adt/rowtypes.c:1130 +#: utils/adt/rowtypes.c:896 utils/adt/rowtypes.c:1131 #, c-format msgid "cannot compare dissimilar column types %s and %s at record column %d" msgstr "" "ne peut pas comparer les types de colonnes non similaires %s et %s pour la\n" "colonne %d de l'enregistrement" -#: utils/adt/rowtypes.c:981 utils/adt/rowtypes.c:1201 +#: utils/adt/rowtypes.c:982 utils/adt/rowtypes.c:1202 #, c-format msgid "cannot compare record types with different numbers of columns" msgstr "" "ne peut pas comparer les types d'enregistrement avec des numéros différents\n" "des colonnes" -#: utils/adt/ruleutils.c:2478 +#: utils/adt/ruleutils.c:2479 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "la règle « %s » a un type d'événement %d non supporté" @@ -19170,7 +19180,7 @@ msgstr "" msgid "could not change directory to \"%s\": %m" msgstr "n'a pas pu modifier le répertoire par « %s » : %m" -#: utils/init/miscinit.c:381 utils/misc/guc.c:5293 +#: utils/init/miscinit.c:381 utils/misc/guc.c:5307 #, c-format msgid "cannot set parameter \"%s\" within security-restricted operation" msgstr "" @@ -19283,7 +19293,7 @@ msgstr "" msgid "could not write lock file \"%s\": %m" msgstr "n'a pas pu écrire le fichier verrou « %s » : %m" -#: utils/init/miscinit.c:1047 utils/misc/guc.c:7649 +#: utils/init/miscinit.c:1047 utils/misc/guc.c:7669 #, c-format msgid "could not read from file \"%s\": %m" msgstr "n'a pas pu lire à partir du fichier « %s » : %m" @@ -21326,8 +21336,8 @@ msgstr "" "Les unités valides pour ce paramètre sont « ms », « s », « min », « h » et\n" "« d »." -#: utils/misc/guc.c:5158 utils/misc/guc.c:5940 utils/misc/guc.c:5992 -#: utils/misc/guc.c:6725 utils/misc/guc.c:6884 utils/misc/guc.c:8053 +#: utils/misc/guc.c:5158 utils/misc/guc.c:5954 utils/misc/guc.c:6006 +#: utils/misc/guc.c:6739 utils/misc/guc.c:6898 utils/misc/guc.c:8073 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "paramètre de configuration « %s » non reconnu" @@ -21342,88 +21352,88 @@ msgstr "le param msgid "parameter \"%s\" cannot be changed now" msgstr "le paramètre « %s » ne peut pas être modifié maintenant" -#: utils/misc/guc.c:5237 +#: utils/misc/guc.c:5251 #, c-format msgid "parameter \"%s\" cannot be set after connection start" msgstr "" "le paramètre « %s » ne peut pas être initialisé après le lancement du serveur" -#: utils/misc/guc.c:5247 utils/misc/guc.c:8069 +#: utils/misc/guc.c:5261 utils/misc/guc.c:8089 #, c-format msgid "permission denied to set parameter \"%s\"" msgstr "droit refusé pour initialiser le paramètre « %s »" -#: utils/misc/guc.c:5285 +#: utils/misc/guc.c:5299 #, c-format msgid "cannot set parameter \"%s\" within security-definer function" msgstr "" "ne peut pas configurer le paramètre « %s » à l'intérieur d'une fonction\n" "SECURITY DEFINER" -#: utils/misc/guc.c:5438 utils/misc/guc.c:5773 utils/misc/guc.c:8233 -#: utils/misc/guc.c:8267 +#: utils/misc/guc.c:5452 utils/misc/guc.c:5787 utils/misc/guc.c:8253 +#: utils/misc/guc.c:8287 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "valeur invalide pour le paramètre « %s » : « %s »" -#: utils/misc/guc.c:5447 +#: utils/misc/guc.c:5461 #, c-format msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" msgstr "" "%d est en dehors des limites valides pour le paramètre « %s » (%d .. %d)" -#: utils/misc/guc.c:5540 +#: utils/misc/guc.c:5554 #, c-format msgid "parameter \"%s\" requires a numeric value" msgstr "le paramètre « %s » requiert une valeur numérique" -#: utils/misc/guc.c:5548 +#: utils/misc/guc.c:5562 #, c-format msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" msgstr "" "%g est en dehors des limites valides pour le paramètre « %s » (%g .. %g)" -#: utils/misc/guc.c:5948 utils/misc/guc.c:5996 utils/misc/guc.c:6888 +#: utils/misc/guc.c:5962 utils/misc/guc.c:6010 utils/misc/guc.c:6902 #, c-format msgid "must be superuser to examine \"%s\"" msgstr "doit être super-utilisateur pour examiner « %s »" -#: utils/misc/guc.c:6062 +#: utils/misc/guc.c:6076 #, c-format msgid "SET %s takes only one argument" msgstr "SET %s prend un seul argument" -#: utils/misc/guc.c:6233 +#: utils/misc/guc.c:6247 #, c-format msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" msgstr "SET LOCAL TRANSACTION SNAPSHOT n'est pas implémenté" -#: utils/misc/guc.c:6313 +#: utils/misc/guc.c:6327 #, c-format msgid "SET requires parameter name" msgstr "SET requiert le nom du paramètre" -#: utils/misc/guc.c:6427 +#: utils/misc/guc.c:6441 #, c-format msgid "attempt to redefine parameter \"%s\"" msgstr "tentative de redéfinition du paramètre « %s »" -#: utils/misc/guc.c:7772 +#: utils/misc/guc.c:7792 #, c-format msgid "could not parse setting for parameter \"%s\"" msgstr "n'a pas pu analyser la configuration du paramètre « %s »" -#: utils/misc/guc.c:8131 utils/misc/guc.c:8165 +#: utils/misc/guc.c:8151 utils/misc/guc.c:8185 #, c-format msgid "invalid value for parameter \"%s\": %d" msgstr "valeur invalide pour le paramètre « %s » : %d" -#: utils/misc/guc.c:8199 +#: utils/misc/guc.c:8219 #, c-format msgid "invalid value for parameter \"%s\": %g" msgstr "valeur invalide pour le paramètre « %s » : %g" -#: utils/misc/guc.c:8389 +#: utils/misc/guc.c:8409 #, c-format msgid "" "\"temp_buffers\" cannot be changed after any temporary tables have been " @@ -21432,33 +21442,33 @@ msgstr "" "« temp_buffers » ne peut pas être modifié après que des tables temporaires " "aient été utilisées dans la session." -#: utils/misc/guc.c:8401 +#: utils/misc/guc.c:8421 #, c-format msgid "SET AUTOCOMMIT TO OFF is no longer supported" msgstr "SET AUTOCOMMIT TO OFF n'est plus supporté" -#: utils/misc/guc.c:8413 +#: utils/misc/guc.c:8433 #, c-format msgid "assertion checking is not supported by this build" msgstr "" "la vérification de l'assertion n'a pas été intégrée lors de la compilation" -#: utils/misc/guc.c:8426 +#: utils/misc/guc.c:8446 #, c-format msgid "Bonjour is not supported by this build" msgstr "Bonjour n'est pas supporté dans cette installation" -#: utils/misc/guc.c:8439 +#: utils/misc/guc.c:8459 #, c-format msgid "SSL is not supported by this build" msgstr "SSL n'est pas supporté dans cette installation" -#: utils/misc/guc.c:8451 +#: utils/misc/guc.c:8471 #, c-format msgid "Cannot enable parameter when \"log_statement_stats\" is true." msgstr "Ne peut pas activer le paramètre avec « log_statement_stats » à true." -#: utils/misc/guc.c:8463 +#: utils/misc/guc.c:8483 #, c-format msgid "" "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", " @@ -21672,634 +21682,544 @@ msgid "cannot import a snapshot from a different database" msgstr "" "ne peut pas importer un snapshot à partir d'une base de données différente" -#~ msgid "Valid values are '[]', '[)', '(]', and '()'." -#~ msgstr "Les valeurs valides sont « [] », « [) », « (] » et « () »." - -#~ msgid "poll() failed in statistics collector: %m" -#~ msgstr "échec du poll() dans le récupérateur de statistiques : %m" - -#~ msgid "select() failed in logger process: %m" -#~ msgstr "échec de select() dans le processus des journaux applicatifs : %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 créer 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 contrôlant : %s\n" +#~ msgid "cannot override frame clause of window \"%s\"" +#~ msgstr "ne peut pas surcharger la frame clause du window « %s »" -#~ msgid "Runs the server silently." -#~ msgstr "Lance le serveur de manière silencieuse." +#~ msgid "window functions cannot use named arguments" +#~ msgstr "les fonctions window ne peuvent pas renvoyer des arguments nommés" #~ msgid "" -#~ "If this parameter is set, the server will automatically run in the " -#~ "background and any controlling terminals are dissociated." +#~ "automatic vacuum of table \"%s.%s.%s\": cannot (re)acquire exclusive lock " +#~ "for truncate scan" #~ msgstr "" -#~ "Si ce paramètre est initialisé, le serveur sera exécuté automatiquement " -#~ "en\n" -#~ "tâche de fond et les terminaux de contrôles seront dés-associés." +#~ "vacuum automatique de la table « %s.%s.%s » : ne peut pas acquérir le " +#~ "verrou exclusif pour la tronquer" -#~ msgid "WAL sender sleep time between WAL replications." +#~ msgid "arguments of row IN must all be row expressions" #~ msgstr "" -#~ "Temps d'endormissement du processus d'envoi des journaux de transactions " -#~ "entre\n" -#~ "les réplications des journaux de transactions." +#~ "les arguments de la ligne IN doivent tous être des expressions de ligne" -#~ msgid "Sets the list of known custom variable classes." -#~ msgstr "Initialise la liste des classes variables personnalisées connues." +#~ msgid "index \"%s\" is not ready" +#~ msgstr "l'index « %s » n'est pas prêt" -#~ 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 "could not remove database directory \"%s\"" +#~ msgstr "n'a pas pu supprimer le répertoire de bases de données « %s »" -#~ msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist" -#~ msgstr "la clé étrangère « %s » de la relation « %s » n'existe pas" +#~ msgid "unexpected end of line at line %d of thesaurus file \"%s\"" +#~ msgstr "fin de ligne inattendue à la ligne %d du thésaurus « %s »" -#~ msgid "removing built-in function \"%s\"" -#~ msgstr "suppression de la fonction interne « %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 "permission denied to drop foreign-data wrapper \"%s\"" -#~ msgstr "droit refusé pour supprimer le wrapper de données distantes « %s »" +#~ msgid "unexpected delimiter at line %d of thesaurus file \"%s\"" +#~ msgstr "délimiteur inattendu sur la ligne %d du thesaurus « %s »" -#~ msgid "Must be superuser to drop a foreign-data wrapper." -#~ msgstr "" -#~ "Doit être super-utilisateur pour supprimer un wrapper de données " -#~ "distantes." +#~ msgid "Use the @@@ operator instead." +#~ msgstr "Utilisez à la place l'opérateur @@@." -#~ msgid "must be superuser to drop text search parsers" +#~ msgid "" +#~ "@@ operator does not support lexeme weight restrictions in GIN index " +#~ "searches" #~ msgstr "" -#~ "doit être super-utilisateur pour supprimer des analyseurs de recherche " -#~ "plein\n" -#~ "texte" +#~ "l'opérateur @@ ne supporte pas les restrictions de poids de lexeme dans " +#~ "les\n" +#~ "recherches par index GIN" -#~ msgid "must be superuser to drop text search templates" +#~ msgid "query requires full scan, which is not supported by GIN indexes" #~ msgstr "" -#~ "doit être super-utilisateur pour supprimer des modèles de recherche plein " -#~ "texte" +#~ "la requête nécessite un parcours complet, ce qui n'est pas supporté par " +#~ "les\n" +#~ "index GIN" -#~ msgid "" -#~ "recovery is still in progress, can't accept WAL streaming connections" +#~ msgid "cannot calculate week number without year information" #~ msgstr "" -#~ "la restauration est en cours, ne peut pas accepter les connexions de flux " -#~ "WAL" +#~ "ne peut pas calculer le numéro de la semaine sans informations sur l'année" -#~ msgid "standby connections not allowed because wal_level=minimal" -#~ msgstr "connexions standby non autorisées car wal_level=minimal" +#~ msgid "UTF-16 to UTF-8 translation failed: %lu" +#~ msgstr "échec de la conversion d'UTF16 vers UTF8 : %lu" -#~ msgid "could not open directory \"pg_tblspc\": %m" -#~ msgstr "n'a pas pu ouvrir le répertoire « pg_tblspc » : %m" +#~ msgid "AM/PM hour must be between 1 and 12" +#~ msgstr "l'heure AM/PM doit être compris entre 1 et 12" -#~ msgid "could not access root certificate file \"%s\": %m" -#~ msgstr "n'a pas pu accéder au fichier du certificat racine « %s » : %m" +#~ msgid "Sat" +#~ msgstr "Sam" -#~ msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s" -#~ msgstr "" -#~ "liste de révocation des certificats SSL « %s » introuvable, continue : %s" +#~ msgid "Fri" +#~ msgstr "Ven" -#~ msgid "Certificates will not be checked against revocation list." -#~ msgstr "Les certificats ne seront pas vérifiés avec la liste de révocation." +#~ msgid "Thu" +#~ msgstr "Jeu" -#~ msgid "missing or erroneous pg_hba.conf file" -#~ msgstr "fichier pg_hba.conf manquant ou erroné" +#~ msgid "Wed" +#~ msgstr "Mer" -#~ msgid "See server log for details." -#~ msgstr "Voir les journaux applicatifs du serveur pour plus de détails." +#~ msgid "Tue" +#~ msgstr "Mar" -#~ msgid "Make sure the root.crt file is present and readable." -#~ msgstr "" -#~ "Assurez-vous que le certificat racine (root.crt) est présent et lisible" +#~ msgid "Mon" +#~ msgstr "Lun" -#~ msgid " --help show this help, then exit\n" -#~ msgstr " --help affiche cette aide, puis quitte\n" +#~ msgid "Sun" +#~ msgstr "Dim" -#~ msgid " --version output version information, then exit\n" -#~ msgstr " --version affiche la version, puis quitte\n" +#~ msgid "Saturday" +#~ msgstr "Samedi" -#~ msgid "CREATE TABLE AS cannot specify INTO" -#~ msgstr "CREATE TABLE AS ne peut pas spécifier INTO" +#~ msgid "Friday" +#~ msgstr "Vendredi" -#~ msgid "column name list not allowed in CREATE TABLE / AS EXECUTE" -#~ msgstr "" -#~ "la liste de noms de colonnes n'est pas autorisée dans CREATE TABLE / AS " -#~ "EXECUTE" +#~ msgid "Thursday" +#~ msgstr "Jeudi" -#~ msgid "INSERT ... SELECT cannot specify INTO" -#~ msgstr "INSERT ... SELECT ne peut pas avoir INTO" +#~ msgid "Wednesday" +#~ msgstr "Mercredi" -#~ msgid "DECLARE CURSOR cannot specify INTO" -#~ msgstr "DECLARE CURSOR ne peut pas spécifier INTO" +#~ msgid "Tuesday" +#~ msgstr "Mardi" -#~ msgid "subquery in FROM cannot have SELECT INTO" -#~ msgstr "la sous-requête du FROM ne peut pas avoir de SELECT INTO" +#~ msgid "Monday" +#~ msgstr "Lundi" -#~ msgid "subquery cannot have SELECT INTO" -#~ msgstr "la sous-requête ne peut pas avoir de SELECT INTO" +#~ msgid "Sunday" +#~ msgstr "Dimanche" -#~ msgid "subquery in WITH cannot have SELECT INTO" -#~ msgstr "la sous-requête du WITH ne peut pas avoir de SELECT INTO" +#~ msgid "Dec" +#~ msgstr "Déc" -#~ msgid "tablespace %u is not empty" -#~ msgstr "le tablespace %u n'est pas vide" +#~ msgid "Nov" +#~ msgstr "Nov" -#~ msgid "consistent state delayed because recovery snapshot incomplete" -#~ msgstr "" -#~ "état de cohérence pas encore atteint à cause d'un snapshot de " -#~ "restauration incomplet" +#~ msgid "Oct" +#~ msgstr "Oct" -#~ msgid "%s: %s" -#~ msgstr "%s : %s" +#~ msgid "Sep" +#~ msgstr "Sep" -#~ msgid "SSPI error %x" -#~ msgstr "erreur SSPI : %x" +#~ msgid "Aug" +#~ msgstr "Aoû" -#~ msgid "%s (%x)" -#~ msgstr "%s (%x)" +#~ msgid "Jul" +#~ msgstr "Juil" -#~ msgid "resetting unlogged relations: cleanup %d init %d" -#~ msgstr "" -#~ "réinitialisation des relations non tracées : nettoyage %d initialisation " -#~ "%d" +#~ msgid "Jun" +#~ msgstr "Juin" -#~ msgid "must be superuser to SET SCHEMA of %s" -#~ msgstr "doit être super-utilisateur pour exécuter SET SCHEMA vers %s" +#~ msgid "S:May" +#~ msgstr "S:Mai" -#~ msgid "ALTER TYPE USING is only supported on plain tables" -#~ msgstr "ALTER TYPE USING est seulement supportés sur les tables standards" +#~ msgid "Apr" +#~ msgstr "Avr" -#~ msgid "index \"%s\" is not a b-tree" -#~ msgstr "l'index « %s » n'est pas un btree" +#~ msgid "Mar" +#~ msgstr "Mar" -#~ msgid "unable to read symbolic link %s: %m" -#~ msgstr "incapable de lire le lien symbolique %s : %m" +#~ msgid "Feb" +#~ msgstr "Fév" -#~ msgid "unable to open directory pg_tblspc: %m" -#~ msgstr "impossible d'ouvrir le répertoire p_tblspc : %m" +#~ msgid "Jan" +#~ msgstr "Jan" -#~ msgid "Write-Ahead Log / Streaming Replication" -#~ msgstr "Write-Ahead Log / Réplication en flux" +#~ msgid "December" +#~ msgstr "Décembre" -#~ msgid "syntax error in recovery command file: %s" -#~ msgstr "erreur de syntaxe dans le fichier de restauration : %s" +#~ msgid "November" +#~ msgstr "Novembre" -#~ msgid "Lines should have the format parameter = 'value'." -#~ msgstr "Les lignes devraient avoir le format paramètre = 'valeur'" +#~ msgid "October" +#~ msgstr "Octobre" -#~ msgid "array must not contain null values" -#~ msgstr "le tableau ne doit pas contenir de valeurs NULL" +#~ msgid "September" +#~ msgstr "Septembre" -#~ 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" -#~ "récupération suite à un arrêt brutal" +#~ msgid "August" +#~ msgstr "Août" -#~ msgid "Incomplete insertion detected during crash replay." -#~ msgstr "" -#~ "Insertion incomplète détectée lors de la ré-exécution des requêtes suite " -#~ "à\n" -#~ "l'arrêt brutal." +#~ msgid "July" +#~ msgstr "Juillet" -#~ msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery" +#~ msgid "June" +#~ msgstr "Juin" + +#~ msgid "May" +#~ msgstr "Mai" + +#~ msgid "April" +#~ msgstr "Avril" + +#~ msgid "March" +#~ msgstr "Mars" + +#~ msgid "February" +#~ msgstr "Février" + +#~ msgid "January" +#~ msgstr "Janvier" + +#~ msgid "\"TZ\"/\"tz\" not supported" +#~ msgstr "« TZ »/« tz » non supporté" + +#~ msgid "invalid AM/PM string" +#~ msgstr "chaîne 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 "" -#~ "l'index « %s » a besoin d'un VACUUM ou d'un REINDEX pour terminer la\n" -#~ "récupération suite à un arrêt brutal" +#~ "Les valeurs valides sont LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5,\n" +#~ "LOCAL6, LOCAL7." -#~ msgid "index \"%s\" needs VACUUM FULL or REINDEX to finish crash recovery" +#~ msgid "This can be set to advanced, extended, or basic." #~ msgstr "" -#~ "l'index « %s » a besoin d'un VACUUM FULL ou d'un REINDEX pour terminer " -#~ "la\n" -#~ "récupération suite à un arrêt brutal" +#~ "Ceci peut être initialisé avec advanced (avancé), extended (étendu) ou\n" +#~ "basic (basique)." -#~ msgid "EnumValuesCreate() can only set a single OID" -#~ msgstr "EnumValuesCreate() peut seulement initialiser un seul OID" +#~ msgid "Sets the hostname of the Kerberos server." +#~ msgstr "Initalise le nom d'hôte du serveur Kerberos." -#~ msgid "clustering \"%s.%s\"" -#~ msgstr "exécution de CLUSTER sur « %s.%s »" +#~ 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 "" -#~ "cannot cluster on index \"%s\" because access method does not handle null " -#~ "values" +#~ msgid "Each session can be either \"origin\", \"replica\", or \"local\"." #~ msgstr "" -#~ "ne peut pas créer un cluster sur l'index « %s » car la méthode d'accès " -#~ "de\n" -#~ "l'index ne gère pas les valeurs NULL" +#~ "Chaque session peut valoir soit « origin » soit « replica » soit « local " +#~ "»." #~ 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." +#~ "Each SQL transaction has an isolation level, which can be either \"read " +#~ "uncommitted\", \"read committed\", \"repeatable read\", or \"serializable" +#~ "\"." #~ 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 spécification CLUSTER de la table." +#~ "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 "" -#~ "You might be able to work around this by marking column \"%s\" NOT NULL." +#~ "All SQL statements that cause an error of the specified level or a higher " +#~ "level are logged." #~ msgstr "" -#~ "Vous pouvez contourner ceci en marquant la colonne « %s » comme NOT NULL." +#~ "Toutes les instructions SQL causant une erreur du niveau spécifié ou " +#~ "d'un\n" +#~ "niveau supérieur sont tracées." #~ msgid "" -#~ "cannot cluster on expressional index \"%s\" because its index access " -#~ "method does not handle null values" +#~ "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 "" -#~ "ne peut pas exécuter CLUSTER sur l'index à expression « %s » car sa " -#~ "méthode\n" -#~ "d'accès ne gère 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 rôle « %s » pour le commenter" +#~ "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 "must be superuser to comment on procedural language" -#~ msgstr "" -#~ "doit être super-utilisateur pour ajouter un commentaire sur un langage " -#~ "de\n" -#~ "procédures" +#~ msgid "Valid values are ON, OFF, and SAFE_ENCODING." +#~ msgstr "Les valeurs valides sont ON, OFF et SAFE_ENCODING." -#~ msgid "must be superuser to comment on text search parser" +#~ msgid "" +#~ "Sets the maximum number of disk pages for which free space is tracked." #~ msgstr "" -#~ "doit être super-utilisateur pour ajouter un commentaire sur l'analyseur " -#~ "de\n" -#~ "recherche plein texte" +#~ "Initialise le nombre maximum de pages disque pour lesquelles l'espace " +#~ "libre\n" +#~ "est tracé." -#~ msgid "must be superuser to comment on text search template" +#~ msgid "" +#~ "Sets the maximum number of tables and indexes for which free space is " +#~ "tracked." #~ msgstr "" -#~ "doit être super-utilisateur pour ajouter un commentaire sur un modèle de\n" -#~ "recherche plein texte" +#~ "Initialise le nombre maximum de tables et index pour lesquels l'espace " +#~ "libre\n" +#~ "est tracé." -#~ msgid "function \"%s\" is already in schema \"%s\"" -#~ msgstr "la fonction « %s » existe déjà dans le schéma « %s »" +#~ msgid "Uses the indented output format for EXPLAIN VERBOSE." +#~ msgstr "Utilise le format de sortie indenté pour EXPLAIN VERBOSE." -#~ msgid "cannot reference temporary table from permanent table constraint" +#~ msgid "Prints the execution plan to server log." #~ msgstr "" -#~ "ne peut pas référencer une table temporaire à partir d'une contrainte de\n" -#~ "table permanente" +#~ "Affiche le plan d'exécution dans les journaux applicatifs du serveur." -#~ msgid "cannot reference permanent table from temporary table constraint" +#~ msgid "Prints the parse tree after rewriting to server log." #~ msgstr "" -#~ "ne peut pas référencer une table permanente à partir de la contrainte de\n" -#~ "table temporaire" - -#~ msgid "composite type must have at least one attribute" -#~ msgstr "le type composite doit avoir au moins un attribut" - -#~ msgid "database \"%s\" not found" -#~ msgstr "base de données « %s » non trouvée" +#~ "Affiche l'arbre d'analyse après ré-écriture dans les journaux applicatifs " +#~ "du serveur." -#~ msgid "invalid list syntax for parameter \"datestyle\"" -#~ msgstr "syntaxe de liste invalide pour le paramètre « datestyle »" +#~ msgid "Prints the parse tree to the server log." +#~ msgstr "Affiche l'arbre d'analyse dans les journaux applicatifs du serveur." -#~ msgid "unrecognized \"datestyle\" key word: \"%s\"" -#~ msgstr "mot clé « datestyle » non reconnu : « %s »" +#~ msgid "string is too long for tsvector" +#~ msgstr "la chaîne est trop longue pour un tsvector" -#~ msgid "invalid interval value for time zone: month not allowed" +#~ msgid "" +#~ "Consider increasing the configuration parameter \"max_fsm_pages\" to a " +#~ "value over %.0f." #~ msgstr "" -#~ "valeur d'intervalle invalide pour le fuseau horaire : les mois ne sont " -#~ "pas autorisés" +#~ "Considérez l'augmentation du paramètre de configuration « max_fsm_pages " +#~ "»\n" +#~ "à une valeur supérieure à %.0f." -#~ msgid "invalid interval value for time zone: day not allowed" +#~ msgid "number of page slots needed (%.0f) exceeds max_fsm_pages (%d)" #~ msgstr "" -#~ "valeur d'intervalle invalide pour le fuseau horaire : jour non autorisé" - -#~ msgid "unrecognized time zone name: \"%s\"" -#~ msgstr "nom de fuseau horaire non reconnu : « %s »" - -#~ msgid "argument to pg_get_expr() must come from system catalogs" -#~ msgstr "l'argument de pg_get_expr() doit provenir des catalogues systèmes" - -#~ msgid "cannot change view \"%s\"" -#~ msgstr "ne peut pas modifier la vue « %s »" - -#~ msgid "could not enable credential reception: %m" -#~ msgstr "n'a pas pu activer la réception de lettres de créance : %m" - -#~ msgid "could not get effective UID from peer credentials: %m" -#~ msgstr "" -#~ "n'a pas pu obtenir l'UID réel à partir des pièces d'identité de l'autre : " -#~ "%m" +#~ "le nombre d'emplacements de pages nécessaires (%.0f) dépasse " +#~ "max_fsm_pages (%d)" #~ msgid "" -#~ "Ident authentication is not supported on local connections on this " -#~ "platform" +#~ "You have at least %d relations. Consider increasing the configuration " +#~ "parameter \"max_fsm_relations\"." #~ msgstr "" -#~ "l'authentification Ident n'est pas supportée sur les connexions locales " -#~ "sur cette plateforme" - -#~ 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" +#~ "Vous avez au moins %d relations.Considèrez l'augmentation du paramètre " +#~ "de\n" +#~ "configuration « max_fsm_relations »." -#~ msgid "could not create log file \"%s\": %m" -#~ msgstr "n'a pas pu créer le journal applicatif « %s » : %m" +#~ msgid "max_fsm_relations(%d) equals the number of relations checked" +#~ msgstr "max_fsm_relations(%d) équivaut au nombre de relations tracées" -#~ msgid "could not open new log file \"%s\": %m" -#~ msgstr "n'a pas pu ouvrir le nouveau journal applicatif « %s » : %m" +#~ 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 "Sets immediate fsync at commit." -#~ msgstr "Configure un fsync immédiat lors du commit." +#~ msgid "free space map contains %d pages in %d relations" +#~ msgstr "la structure FSM contient %d pages dans %d relations" -#~ msgid "invalid list syntax for parameter \"log_destination\"" -#~ msgstr "syntaxe de liste invalide pour le paramètre « log_destination »" +#~ msgid "max_fsm_pages must exceed max_fsm_relations * %d" +#~ msgstr "max_fsm_pages doit excéder max_fsm_relations * %d" -#~ msgid "unrecognized \"log_destination\" key word: \"%s\"" -#~ msgstr "mot clé « log_destination » non reconnu : « %s »" +#~ msgid "insufficient shared memory for free space map" +#~ msgstr "mémoire partagée insuffisante pour la structure FSM" -#~ msgid "replication connection authorized: user=%s host=%s port=%s" -#~ msgstr "" -#~ "connexion de réplication autorisée : utilisateur=%s, base de données=%s, " -#~ "port=%s" +#~ msgid "could not set statistics collector timer: %m" +#~ msgstr "n'a pas pu configurer le timer du récupérateur de statistiques : %m" #~ msgid "" -#~ "cannot drop \"%s\" because it is being used by active queries in this " -#~ "session" +#~ "%s: the number of buffers (-B) must be at least twice the number of " +#~ "allowed connections (-N) and at least 16\n" #~ msgstr "" -#~ "ne peut pas supprimer « %s » car cet objet est en cours d'utilisation " -#~ "par\n" -#~ "des requêtes actives dans cette session" +#~ "%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 \"recovery_target_inclusive\" requires a Boolean value" +#~ msgid "adding missing FROM-clause entry in subquery for table \"%s\"" #~ msgstr "" -#~ "le paramètre « recovery_target_inclusive » requiert une valeur booléenne" - -#~ msgid "parameter \"standby_mode\" requires a Boolean value" -#~ msgstr "le paramètre « standby_mode » requiert une valeur booléenne" - -#~ msgid "access to %s" -#~ msgstr "accès à %s" +#~ "entrée manquante de la clause FROM dans la sous-requête pour la table « " +#~ "%s »" -#~ msgid "Sets the message levels that are logged during recovery." +#~ msgid "missing FROM-clause entry in subquery for table \"%s\"" #~ msgstr "" -#~ "Initialise les niveaux de messages qui sont tracés lors de la " -#~ "restauration." - -#~ msgid "Not safe to send CSV data\n" -#~ msgstr "Envoi non sûr des données CSV\n" +#~ "entrée manquante de la clause FROM dans la sous-requête de la table « %s »" -#~ msgid "recovery restart point at %X/%X with latest known log time %s" +#~ msgid "SELECT FOR UPDATE/SHARE is not supported for inheritance queries" #~ msgstr "" -#~ "point de relancement de la restauration sur %X/%X avec %s comme dernière\n" -#~ "date connue du journal" +#~ "SELECT FOR UPDATE/SHARE n'est pas supporté pour les requêtes d'héritage" -#~ msgid "restartpoint_command = '%s'" -#~ msgstr "restartpoint_command = '%s'" +#~ msgid "Ident protocol identifies remote user as \"%s\"" +#~ msgstr "le protocole Ident identifie l'utilisateur distant comme « %s »" -#~ msgid "usermap \"%s\"" -#~ msgstr "correspondance utilisateur « %s »" +#~ msgid "cannot use Ident authentication without usermap field" +#~ msgstr "n'a pas pu utiliser l'authentication Ident sans le champ usermap" -#~ msgid "WAL archiving is not active" -#~ msgstr "l'archivage des journaux de transactions n'est pas actif" +#~ 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 "archive_mode must be enabled at server start." -#~ msgstr "archive_mode doit être activé au lancement du serveur." +#~ msgid "invalid entry in file \"%s\" at line %d, token \"%s\"" +#~ msgstr "entrée invalide dans le fichier « %s » à la ligne %d, jeton « %s »" #~ msgid "" -#~ "archive_command must be defined before online backups can be made safely." +#~ "cannot use authentication method \"crypt\" because password is MD5-" +#~ "encrypted" #~ msgstr "" -#~ "archive_command doit être défini avant que les sauvegardes à chaud " -#~ "puissent\n" -#~ "s'effectuer correctement." +#~ "n'a pas pu utiliser la méthode d'authentification « crypt » car le mot " +#~ "de\n" +#~ "passe est chiffré avec MD5" #~ 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." +#~ "File must be owned by the database user and must have no permissions for " +#~ "\"group\" or \"other\"." #~ msgstr "" -#~ "Lors de la restauration, autorise les connexions et les requêtes. Lors " -#~ "d'une\n" -#~ "exécution normale, fait que des informations supplémentaires sont écrites " -#~ "dans\n" -#~ "les journaux de transactions pour activer le mode Hot Standby sur les " -#~ "n½uds\n" -#~ "en attente." +#~ "Le fichier doit appartenir au propriétaire de la base de données et ne " +#~ "doit\n" +#~ "pas avoir de droits pour un groupe ou pour les autres." -#~ msgid "unlogged operation performed, data may be missing" -#~ msgstr "opération réalisée non tracée, les données pourraient manquer" +#~ msgid "unsafe permissions on private key file \"%s\"" +#~ msgstr "droits non sûrs sur le fichier de la clé privée « %s »" -#~ msgid "not enough shared memory for walsender" -#~ msgstr "" -#~ "pas assez de mémoire partagée pour le processus d'envoi des journaux de " -#~ "transactions" +#~ msgid "could not get security token from context" +#~ msgstr "n'a pas pu récupérer le jeton de sécurité à partir du contexte" -#~ msgid "not enough shared memory for walreceiver" -#~ msgstr "" -#~ "pas assez de mémoire partagée pour le processus de réception des journaux " -#~ "de\n" -#~ "transactions" +#~ msgid "GSSAPI not implemented on this server" +#~ msgstr "GSSAPI non implémenté sur ce serveur" -#~ msgid "connection limit exceeded for non-superusers" -#~ msgstr "limite de connexions dépassée pour les utilisateurs standards" +#~ msgid "Kerberos 5 not implemented on this server" +#~ msgstr "Kerberos 5 non implémenté sur ce serveur" -#~ msgid "not enough shared memory for background writer" +#~ msgid "" +#~ "unexpected Kerberos user name received from client (received \"%s\", " +#~ "expected \"%s\")" #~ msgstr "" -#~ "pas assez de mémoire partagée pour le processus d'écriture en tâche de " -#~ "fond" +#~ "nom d'utilisateur Kerberos inattendu reçu à partir du client (reçu « %s " +#~ "»,\n" +#~ "attendu « %s »)" -#~ msgid "could not allocate shared memory segment \"%s\"" -#~ msgstr "n'a pas pu allouer un segment de mémoire partagée « %s »" +#~ msgid "cannot change number of columns in view" +#~ msgstr "ne peut pas modifier le nombre de colonnes dans la vue" -#, 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 "" +#~ "Consider using VACUUM FULL on this relation or increasing the " +#~ "configuration parameter \"max_fsm_pages\"." +#~ msgstr "" +#~ "Pensez à compacter cette relation en utilisant VACUUM FULL ou à augmenter " +#~ "le\n" +#~ "paramètre de configuration « max_fsm_pages »." -#, 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 "" +#~ "relation \"%s.%s\" contains more than \"max_fsm_pages\" pages with useful " +#~ "free space" +#~ msgstr "" +#~ "la relation « %s.%s » contient plus de « max_fsm_pages » pages d'espace\n" +#~ "libre utile" -#~ msgid "WAL file SYSID is %s, pg_control SYSID is %s" +#~ msgid "constraint definition for check constraint \"%s\" does not match" #~ msgstr "" -#~ "le SYSID du journal de transactions WAL est %s, celui de pg_control est %s" +#~ "la définition de la contrainte « %s » pour la contrainte de vérification " +#~ "ne\n" +#~ "correspond pas" -#, fuzzy -#~ msgid "sorry, too many standbys already" -#~ msgstr "désolé, trop de clients sont déjà connectés" +#~ msgid "multiple constraints named \"%s\" were dropped" +#~ msgstr "les contraintes multiples nommées « %s » ont été supprimées" -#, fuzzy -#~ msgid "invalid WAL message received from primary" -#~ msgstr "format du message invalide" +#~ msgid "there are objects dependent on %s" +#~ msgstr "des objets dépendent de %s" -#, fuzzy -#~ msgid "invalid replication message type %d" -#~ msgstr "type %d du message de l'interface invalide" +#~ msgid "failed to drop all objects depending on %s" +#~ msgstr "échec lors de la suppression de tous les objets dépendant de %s" -#~ msgid "PID %d is among the slowest backends." -#~ msgstr "Le PID %d est parmi les processus serveur les plus lents." +#~ msgid "parser stack overflow" +#~ msgstr "saturation de la pile de l'analyseur" -#~ msgid "transaction is read-only" -#~ msgstr "la transaction est en lecture seule" +#~ msgid "syntax error; also virtual memory exhausted" +#~ msgstr "erreur de syntaxe ; de plus, mémoire virtuelle saturée" -#~ msgid "binary value is out of range for type bigint" -#~ msgstr "la valeur binaire est en dehors des limites du type bigint" +#~ msgid "syntax error: cannot back up" +#~ msgstr "erreur de syntaxe : n'a pas pu revenir" -#~ msgid "redo starts at %X/%X, consistency will be reached at %X/%X" -#~ msgstr "la restauration comme à %X/%X, la cohérence sera atteinte à %X/%X" +#~ msgid "log_restartpoints = %s" +#~ msgstr "log_restartpoints = %s" -#~ 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" -#~ "\"." +#~ msgid "It looks like you need to initdb or install locale support." #~ msgstr "" -#~ "Cette erreur peut aussi survenir si la séquence d'octets ne correspond " -#~ "pas\n" -#~ "au jeu de caractères attendu par le serveur, le jeu étant contrôlé par\n" -#~ "« client_encoding »." +#~ "Il semble que vous avez besoin d'exécuter initdb ou d'installer le " +#~ "support\n" +#~ "des locales." -#~ msgid "Sets the language used in DO statement if LANGUAGE is not specified." +#~ msgid "" +#~ "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the " +#~ "server was compiled with LOCALE_NAME_BUFLEN %d." #~ msgstr "" -#~ "Configure le langage utilisé dans une instruction DO si la clause " -#~ "LANGUAGE n'est\n" -#~ "pas spécifiée." +#~ "Le cluster de bases de données a été initialisé avec un " +#~ "LOCALE_NAME_BUFLEN\n" +#~ "à %d alors que le serveur a été compilé avec un LOCALE_NAME_BUFLEN à %d." -#~ msgid "shared index \"%s\" can only be reindexed in stand-alone mode" -#~ msgstr "" -#~ "un index partagé « %s » peut seulement être réindexé en mode autonome" +#~ msgid "invalid LC_CTYPE setting" +#~ msgstr "paramètre LC_CTYPE invalide" -#~ msgid "\"%s\" is a system catalog" -#~ msgstr "« %s » est un catalogue système" +#~ msgid "invalid LC_COLLATE setting" +#~ msgstr "paramètre LC_COLLATE invalide" -#~ msgid "shared table \"%s\" can only be reindexed in stand-alone mode" +#~ msgid "GIN index does not support search with void query" #~ msgstr "" -#~ "la table partagée « %s » peut seulement être réindexé en mode autonome" - -#~ msgid "cannot truncate system relation \"%s\"" -#~ msgstr "ne peut pas tronquer la relation système « %s »" +#~ "les index GIN ne supportent pas la recherche avec des requêtes vides" -#~ msgid "number of distinct values %g is too low" -#~ msgstr "le nombre de valeurs distinctes %g est trop basse" +#~ 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)" -#~ msgid "directory \"%s\" is not empty" -#~ msgstr "le répertoire « %s » n'est pas vide" +#, fuzzy +#~ msgid "wrong number of array_subscripts" +#~ msgstr "mauvais nombre d'indices du tableau" -#~ 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 "could not create XPath object" +#~ msgstr "n'a pas pu créer l'objet XPath" -#~ 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 "multiple TRUNCATE events specified" +#~ msgstr "multiples événements TRUNCATE spécifiés" -#~ 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 "multiple UPDATE events specified" +#~ msgstr "multiples événements UPDATE spécifiés" -#~ 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 "multiple DELETE events specified" +#~ msgstr "multiples événements DELETE spécifiés" -#~ msgid "" -#~ "%.0f dead row versions cannot be removed yet.\n" -#~ "Nonremovable row versions range from %lu to %lu bytes long.\n" -#~ "There were %.0f unused item pointers.\n" -#~ "Total free space (including removable row versions) is %.0f bytes.\n" -#~ "%u pages are or will become empty, including %u at the end of the table.\n" -#~ "%u pages containing %.0f free bytes are potential move destinations.\n" -#~ "%s." -#~ msgstr "" -#~ "%.0f versions de lignes mortes ne peuvent pas encore être supprimées.\n" -#~ "Les versions non supprimables de ligne vont de %lu to %lu octets.\n" -#~ "Il existait %.0f pointeurs d'éléments inutilisés.\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 " -#~ "déplacement\n" -#~ "disponibles.\n" -#~ "%s." +#~ msgid "hurrying in-progress restartpoint" +#~ msgstr "accélération du restartpoint en cours" -#~ msgid "\"%s\": moved %u row versions, truncated %u to %u pages" -#~ msgstr "« %s » : %u versions de ligne déplacées, %u pages tronquées sur %u" +#~ msgid "NEW used in query that is not in a rule" +#~ msgstr "NEW utilisé dans une requête qui ne fait pas partie d'une règle" -#~ msgid "" -#~ "%u index pages have been deleted, %u are currently reusable.\n" -#~ "%s." -#~ msgstr "" -#~ "%u pages d'index ont été supprimées, %u sont actuellement réutilisables.\n" -#~ "%s." +#~ msgid "OLD used in query that is not in a rule" +#~ msgstr "OLD utilisé dans une requête qui n'est pas une règle" -#~ 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 "adding missing FROM-clause entry for table \"%s\"" +#~ msgstr "ajout d'une entrée manquante dans FROM (table « %s »)" -#~ msgid "Rebuild the index with REINDEX." -#~ msgstr "Reconstruisez l'index avec REINDEX." +#~ msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries" +#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autorisé dans les sous-requêtes" -#~ msgid "frame start at CURRENT ROW is not implemented" -#~ msgstr "début du frame à CURRENT ROW n'est pas implémenté" +#~ msgid "unsupported PAM conversation %d/%s" +#~ msgstr "conversation PAM %d/%s non supportée" -#~ msgid "database system is in consistent recovery mode" +#~ msgid "could not seek to end of segment %u of relation %s: %m" #~ msgstr "" -#~ "le système de bases de données est dans un mode de restauration cohérent" +#~ "n'a pas pu se déplacer à la fin du segment %u de la relation %s : %m" -#~ msgid "DISTINCT is supported only for single-argument aggregates" +#~ msgid "could not fsync segment %u of relation %s but retrying: %m" #~ msgstr "" -#~ "DISTINCT est seulement supporté pour les agrégats à un seul argument" - -#~ msgid "index row size %lu exceeds btree maximum, %lu" -#~ msgstr "la taille de la ligne index %lu dépasse le maximum de btree, %lu" - -#~ msgid "Table contains duplicated values." -#~ msgstr "La table contient des valeurs dupliquées." +#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" +#~ "%s, nouvelle tentative : %m" -#~ msgid "Automatically adds missing table references to FROM clauses." +#~ msgid "could not fsync segment %u of relation %s: %m" #~ msgstr "" -#~ "Ajoute automatiquement les références à la table manquant dans les " -#~ "clauses\n" -#~ "FROM." +#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" +#~ "%s : %m" -#~ msgid "Sets the regular expression \"flavor\"." -#~ msgstr "Initialise l'expression rationnelle « flavor »." +#~ 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 "attempted change of parameter \"%s\" ignored" -#~ msgstr "tentative de modification du paramètre « %s » ignoré" +#~ 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 "This parameter cannot be changed after server start." -#~ msgstr "Ce paramètre ne peut pas être modifié après le lancement du serveur" +#~ 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 "invalid database name \"%s\"" -#~ msgstr "nom de base de données « %s » invalide" +#~ msgid "could not open relation %s: %m" +#~ msgstr "n'a pas pu ouvrir la relation %s : %m" -#~ msgid "invalid role name \"%s\"" -#~ msgstr "nom de rôle « %s » invalide" +#~ msgid "could not extend relation %s: %m" +#~ msgstr "n'a pas pu étendre la relation %s : %m" -#~ msgid "invalid role password \"%s\"" -#~ msgstr "mot de passe « %s » de l'utilisateur invalide" +#~ 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 "cannot specify CSV in BINARY mode" -#~ msgstr "ne peut pas spécifier CSV en mode binaire (BINARY)" +#~ 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 "cannot set session authorization within security-definer function" -#~ msgstr "" -#~ "ne peut pas exécuter SESSION AUTHORIZATION sur la fonction SECURITY " -#~ "DEFINER" +#~ 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 " @@ -22309,541 +22229,631 @@ msgstr "" #~ "plusieurs\n" #~ "relations" -#~ msgid "could not remove relation %s: %m" -#~ msgstr "n'a pas pu supprimer la relation %s : %m" +#~ msgid "cannot set session authorization within security-definer function" +#~ msgstr "" +#~ "ne peut pas exécuter SESSION AUTHORIZATION sur la fonction SECURITY " +#~ "DEFINER" -#~ 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 "cannot specify CSV in BINARY mode" +#~ msgstr "ne peut pas spécifier CSV en mode binaire (BINARY)" -#~ 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 "invalid role password \"%s\"" +#~ msgstr "mot de passe « %s » de l'utilisateur invalide" -#~ msgid "could not extend relation %s: %m" -#~ msgstr "n'a pas pu étendre la relation %s : %m" +#~ msgid "invalid role name \"%s\"" +#~ msgstr "nom de rôle « %s » invalide" -#~ msgid "could not open relation %s: %m" -#~ msgstr "n'a pas pu ouvrir la relation %s : %m" +#~ msgid "invalid database name \"%s\"" +#~ msgstr "nom de base de données « %s » invalide" -#~ 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 "This parameter cannot be changed after server start." +#~ msgstr "Ce paramètre ne peut pas être modifié après le lancement du serveur" -#~ 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 "attempted change of parameter \"%s\" ignored" +#~ msgstr "tentative de modification du paramètre « %s » ignoré" -#~ 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 "Sets the regular expression \"flavor\"." +#~ msgstr "Initialise l'expression rationnelle « flavor »." -#~ msgid "could not fsync segment %u of relation %s: %m" +#~ msgid "Automatically adds missing table references to FROM clauses." #~ msgstr "" -#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" -#~ "%s : %m" +#~ "Ajoute automatiquement les références à la table manquant dans les " +#~ "clauses\n" +#~ "FROM." -#~ msgid "could not fsync segment %u of relation %s but retrying: %m" +#~ msgid "Table contains duplicated values." +#~ msgstr "La table contient des valeurs dupliquées." + +#~ msgid "index row size %lu exceeds btree maximum, %lu" +#~ msgstr "la taille de la ligne index %lu dépasse le maximum de btree, %lu" + +#~ msgid "DISTINCT is supported only for single-argument aggregates" #~ msgstr "" -#~ "n'a pas pu synchroniser sur disque (fsync) le segment %u de la relation\n" -#~ "%s, nouvelle tentative : %m" +#~ "DISTINCT est seulement supporté pour les agrégats à un seul argument" -#~ msgid "could not seek to end of segment %u of relation %s: %m" +#~ msgid "database system is in consistent recovery mode" #~ msgstr "" -#~ "n'a pas pu se déplacer à la fin du segment %u de la relation %s : %m" +#~ "le système de bases de données est dans un mode de restauration cohérent" -#~ msgid "unsupported PAM conversation %d/%s" -#~ msgstr "conversation PAM %d/%s non supportée" +#~ msgid "frame start at CURRENT ROW is not implemented" +#~ msgstr "début du frame à CURRENT ROW n'est pas implémenté" -#~ msgid "SELECT FOR UPDATE/SHARE is not allowed in subqueries" -#~ msgstr "SELECT FOR UPDATE/SHARE n'est pas autorisé dans les sous-requêtes" +#~ msgid "Rebuild the index with REINDEX." +#~ msgstr "Reconstruisez l'index avec REINDEX." -#~ msgid "adding missing FROM-clause entry for table \"%s\"" -#~ msgstr "ajout d'une entrée manquante dans FROM (table « %s »)" +#~ 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 "OLD used in query that is not in a rule" -#~ msgstr "OLD utilisé dans une requête qui n'est pas une règle" +#~ msgid "" +#~ "%u index pages have been deleted, %u are currently reusable.\n" +#~ "%s." +#~ msgstr "" +#~ "%u pages d'index ont été supprimées, %u sont actuellement réutilisables.\n" +#~ "%s." -#~ msgid "NEW used in query that is not in a rule" -#~ msgstr "NEW utilisé dans une requête qui ne fait pas partie d'une règle" +#~ msgid "\"%s\": moved %u row versions, truncated %u to %u pages" +#~ msgstr "« %s » : %u versions de ligne déplacées, %u pages tronquées sur %u" -#~ msgid "hurrying in-progress restartpoint" -#~ msgstr "accélération du restartpoint en cours" +#~ msgid "" +#~ "%.0f dead row versions cannot be removed yet.\n" +#~ "Nonremovable row versions range from %lu to %lu bytes long.\n" +#~ "There were %.0f unused item pointers.\n" +#~ "Total free space (including removable row versions) is %.0f bytes.\n" +#~ "%u pages are or will become empty, including %u at the end of the table.\n" +#~ "%u pages containing %.0f free bytes are potential move destinations.\n" +#~ "%s." +#~ msgstr "" +#~ "%.0f versions de lignes mortes ne peuvent pas encore être supprimées.\n" +#~ "Les versions non supprimables de ligne vont de %lu to %lu octets.\n" +#~ "Il existait %.0f pointeurs d'éléments inutilisés.\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 " +#~ "déplacement\n" +#~ "disponibles.\n" +#~ "%s." -#~ msgid "multiple DELETE events specified" -#~ msgstr "multiples événements DELETE spécifiés" +#~ 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 "multiple UPDATE events specified" -#~ msgstr "multiples événements UPDATE spécifiés" +#~ 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 "multiple TRUNCATE events specified" -#~ msgstr "multiples événements TRUNCATE spécifiés" +#~ 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 "could not create XPath object" -#~ msgstr "n'a pas pu créer l'objet XPath" +#~ 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" -#, fuzzy -#~ msgid "wrong number of array_subscripts" -#~ msgstr "mauvais nombre d'indices du tableau" +#~ msgid "directory \"%s\" is not empty" +#~ msgstr "le répertoire « %s » n'est pas vide" -#~ 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)" +#~ msgid "number of distinct values %g is too low" +#~ msgstr "le nombre de valeurs distinctes %g est trop basse" -#~ msgid "GIN index does not support search with void query" +#~ msgid "cannot truncate system relation \"%s\"" +#~ msgstr "ne peut pas tronquer la relation système « %s »" + +#~ msgid "shared table \"%s\" can only be reindexed in stand-alone mode" #~ msgstr "" -#~ "les index GIN ne supportent pas la recherche avec des requêtes vides" +#~ "la table partagée « %s » peut seulement être réindexé en mode autonome" -#~ msgid "invalid LC_COLLATE setting" -#~ msgstr "paramètre LC_COLLATE invalide" +#~ msgid "\"%s\" is a system catalog" +#~ msgstr "« %s » est un catalogue système" -#~ msgid "invalid LC_CTYPE setting" -#~ msgstr "paramètre LC_CTYPE invalide" +#~ msgid "shared index \"%s\" can only be reindexed in stand-alone mode" +#~ msgstr "" +#~ "un index partagé « %s » peut seulement être réindexé en mode autonome" -#~ msgid "" -#~ "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the " -#~ "server was compiled with LOCALE_NAME_BUFLEN %d." +#~ msgid "Sets the language used in DO statement if LANGUAGE is not specified." #~ msgstr "" -#~ "Le cluster de bases de données a été initialisé avec un " -#~ "LOCALE_NAME_BUFLEN\n" -#~ "à %d alors que le serveur a été compilé avec un LOCALE_NAME_BUFLEN à %d." +#~ "Configure le langage utilisé dans une instruction DO si la clause " +#~ "LANGUAGE n'est\n" +#~ "pas spécifiée." -#~ msgid "It looks like you need to initdb or install locale support." +#~ 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 "" -#~ "Il semble que vous avez besoin d'exécuter initdb ou d'installer le " -#~ "support\n" -#~ "des locales." +#~ "Cette erreur peut aussi survenir si la séquence d'octets ne correspond " +#~ "pas\n" +#~ "au jeu de caractères attendu par le serveur, le jeu étant contrôlé par\n" +#~ "« client_encoding »." -#~ msgid "log_restartpoints = %s" -#~ msgstr "log_restartpoints = %s" +#~ msgid "redo starts at %X/%X, consistency will be reached at %X/%X" +#~ msgstr "la restauration comme à %X/%X, la cohérence sera atteinte à %X/%X" -#~ msgid "syntax error: cannot back up" -#~ msgstr "erreur de syntaxe : n'a pas pu revenir" +#~ msgid "binary value is out of range for type bigint" +#~ msgstr "la valeur binaire est en dehors des limites du type bigint" -#~ msgid "syntax error; also virtual memory exhausted" -#~ msgstr "erreur de syntaxe ; de plus, mémoire virtuelle saturée" +#~ msgid "transaction is read-only" +#~ msgstr "la transaction est en lecture seule" -#~ msgid "parser stack overflow" -#~ msgstr "saturation de la pile de l'analyseur" +#~ msgid "PID %d is among the slowest backends." +#~ msgstr "Le PID %d est parmi les processus serveur les plus lents." -#~ msgid "failed to drop all objects depending on %s" -#~ msgstr "échec lors de la suppression de tous les objets dépendant de %s" +#, fuzzy +#~ msgid "invalid replication message type %d" +#~ msgstr "type %d du message de l'interface invalide" -#~ msgid "there are objects dependent on %s" -#~ msgstr "des objets dépendent de %s" +#, fuzzy +#~ msgid "invalid WAL message received from primary" +#~ msgstr "format du message invalide" -#~ msgid "multiple constraints named \"%s\" were dropped" -#~ msgstr "les contraintes multiples nommées « %s » ont été supprimées" +#, fuzzy +#~ msgid "sorry, too many standbys already" +#~ msgstr "désolé, trop de clients sont déjà connectés" -#~ msgid "constraint definition for check constraint \"%s\" does not match" +#~ msgid "WAL file SYSID is %s, pg_control SYSID is %s" #~ msgstr "" -#~ "la définition de la contrainte « %s » pour la contrainte de vérification " -#~ "ne\n" -#~ "correspond pas" +#~ "le SYSID du journal de transactions WAL est %s, celui de pg_control est %s" -#~ msgid "" -#~ "relation \"%s.%s\" contains more than \"max_fsm_pages\" pages with useful " -#~ "free space" -#~ msgstr "" -#~ "la relation « %s.%s » contient plus de « max_fsm_pages » pages d'espace\n" -#~ "libre utile" +#, 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 "" -#~ "Consider using VACUUM FULL on this relation or increasing the " -#~ "configuration parameter \"max_fsm_pages\"." -#~ msgstr "" -#~ "Pensez à compacter cette relation en utilisant VACUUM FULL ou à augmenter " -#~ "le\n" -#~ "paramètre de configuration « max_fsm_pages »." +#, 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 "cannot change number of columns in view" -#~ msgstr "ne peut pas modifier le nombre de colonnes dans la vue" +#~ msgid "could not allocate shared memory segment \"%s\"" +#~ msgstr "n'a pas pu allouer un segment de mémoire partagée « %s »" -#~ msgid "" -#~ "unexpected Kerberos user name received from client (received \"%s\", " -#~ "expected \"%s\")" +#~ msgid "not enough shared memory for background writer" #~ msgstr "" -#~ "nom d'utilisateur Kerberos inattendu reçu à partir du client (reçu « %s " -#~ "»,\n" -#~ "attendu « %s »)" +#~ "pas assez de mémoire partagée pour le processus d'écriture en tâche de " +#~ "fond" -#~ msgid "Kerberos 5 not implemented on this server" -#~ msgstr "Kerberos 5 non implémenté sur ce serveur" +#~ msgid "connection limit exceeded for non-superusers" +#~ msgstr "limite de connexions dépassée pour les utilisateurs standards" -#~ msgid "GSSAPI not implemented on this server" -#~ msgstr "GSSAPI non implémenté sur ce serveur" +#~ msgid "not enough shared memory for walreceiver" +#~ msgstr "" +#~ "pas assez de mémoire partagée pour le processus de réception des journaux " +#~ "de\n" +#~ "transactions" -#~ msgid "could not get security token from context" -#~ msgstr "n'a pas pu récupérer le jeton de sécurité à partir du contexte" +#~ msgid "not enough shared memory for walsender" +#~ msgstr "" +#~ "pas assez de mémoire partagée pour le processus d'envoi des journaux de " +#~ "transactions" -#~ msgid "unsafe permissions on private key file \"%s\"" -#~ msgstr "droits non sûrs sur le fichier de la clé privée « %s »" +#~ msgid "unlogged operation performed, data may be missing" +#~ msgstr "opération réalisée non tracée, les données pourraient manquer" #~ msgid "" -#~ "File must be owned by the database user and must have no permissions for " -#~ "\"group\" or \"other\"." +#~ "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 "" -#~ "Le fichier doit appartenir au propriétaire de la base de données et ne " -#~ "doit\n" -#~ "pas avoir de droits pour un groupe ou pour les autres." +#~ "Lors de la restauration, autorise les connexions et les requêtes. Lors " +#~ "d'une\n" +#~ "exécution normale, fait que des informations supplémentaires sont écrites " +#~ "dans\n" +#~ "les journaux de transactions pour activer le mode Hot Standby sur les " +#~ "n½uds\n" +#~ "en attente." #~ msgid "" -#~ "cannot use authentication method \"crypt\" because password is MD5-" -#~ "encrypted" +#~ "archive_command must be defined before online backups can be made safely." #~ msgstr "" -#~ "n'a pas pu utiliser la méthode d'authentification « crypt » car le mot " -#~ "de\n" -#~ "passe est chiffré avec MD5" +#~ "archive_command doit être défini avant que les sauvegardes à chaud " +#~ "puissent\n" +#~ "s'effectuer correctement." -#~ msgid "invalid entry in file \"%s\" at line %d, token \"%s\"" -#~ msgstr "entrée invalide dans le fichier « %s » à la ligne %d, jeton « %s »" +#~ 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 "" +#~ "point de relancement de la restauration sur %X/%X avec %s comme dernière\n" +#~ "date connue du journal" -#~ 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 "Not safe to send CSV data\n" +#~ msgstr "Envoi non sûr des données CSV\n" -#~ msgid "cannot use Ident authentication without usermap field" -#~ msgstr "n'a pas pu utiliser l'authentication Ident sans le champ usermap" +#~ msgid "Sets the message levels that are logged during recovery." +#~ msgstr "" +#~ "Initialise les niveaux de messages qui sont tracés lors de la " +#~ "restauration." -#~ msgid "Ident protocol identifies remote user as \"%s\"" -#~ msgstr "le protocole Ident identifie l'utilisateur distant comme « %s »" +#~ msgid "access to %s" +#~ msgstr "accès à %s" -#~ msgid "SELECT FOR UPDATE/SHARE is not supported for inheritance queries" -#~ msgstr "" -#~ "SELECT FOR UPDATE/SHARE n'est pas supporté pour les requêtes d'héritage" +#~ msgid "parameter \"standby_mode\" requires a Boolean value" +#~ msgstr "le paramètre « standby_mode » requiert une valeur booléenne" -#~ msgid "missing FROM-clause entry in subquery for table \"%s\"" +#~ msgid "parameter \"recovery_target_inclusive\" requires a Boolean value" #~ msgstr "" -#~ "entrée manquante de la clause FROM dans la sous-requête de la table « %s »" +#~ "le paramètre « recovery_target_inclusive » requiert une valeur booléenne" -#~ msgid "adding missing FROM-clause entry in subquery for table \"%s\"" +#~ msgid "" +#~ "cannot drop \"%s\" because it is being used by active queries in this " +#~ "session" #~ msgstr "" -#~ "entrée manquante de la clause FROM dans la sous-requête pour la table « " -#~ "%s »" +#~ "ne peut pas supprimer « %s » car cet objet est en cours d'utilisation " +#~ "par\n" +#~ "des requêtes actives dans cette session" -#~ msgid "" -#~ "%s: the number of buffers (-B) must be at least twice the number of " -#~ "allowed connections (-N) and at least 16\n" +#~ msgid "replication connection authorized: user=%s host=%s port=%s" #~ 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" +#~ "connexion de réplication autorisée : utilisateur=%s, base de données=%s, " +#~ "port=%s" -#~ msgid "could not set statistics collector timer: %m" -#~ msgstr "n'a pas pu configurer le timer du récupérateur de statistiques : %m" +#~ msgid "unrecognized \"log_destination\" key word: \"%s\"" +#~ msgstr "mot clé « log_destination » non reconnu : « %s »" -#~ msgid "insufficient shared memory for free space map" -#~ msgstr "mémoire partagée insuffisante pour la structure FSM" +#~ msgid "invalid list syntax for parameter \"log_destination\"" +#~ msgstr "syntaxe de liste invalide pour le paramètre « log_destination »" -#~ msgid "max_fsm_pages must exceed max_fsm_relations * %d" -#~ msgstr "max_fsm_pages doit excéder max_fsm_relations * %d" +#~ msgid "Sets immediate fsync at commit." +#~ msgstr "Configure un fsync immédiat lors du commit." -#~ msgid "free space map contains %d pages in %d relations" -#~ msgstr "la structure FSM contient %d pages dans %d relations" +#~ msgid "could not open new log file \"%s\": %m" +#~ msgstr "n'a pas pu ouvrir le nouveau journal applicatif « %s » : %m" -#~ 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 "could not create log file \"%s\": %m" +#~ msgstr "n'a pas pu créer le journal applicatif « %s » : %m" -#~ msgid "max_fsm_relations(%d) equals the number of relations checked" -#~ msgstr "max_fsm_relations(%d) équivaut au nombre de relations tracées" +#~ 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 "" -#~ "You have at least %d relations. Consider increasing the configuration " -#~ "parameter \"max_fsm_relations\"." +#~ "Ident authentication is not supported on local connections on this " +#~ "platform" #~ msgstr "" -#~ "Vous avez au moins %d relations.Considèrez l'augmentation du paramètre " -#~ "de\n" -#~ "configuration « max_fsm_relations »." +#~ "l'authentification Ident n'est pas supportée sur les connexions locales " +#~ "sur cette plateforme" -#~ msgid "number of page slots needed (%.0f) exceeds max_fsm_pages (%d)" +#~ msgid "could not get effective UID from peer credentials: %m" #~ msgstr "" -#~ "le nombre d'emplacements de pages nécessaires (%.0f) dépasse " -#~ "max_fsm_pages (%d)" +#~ "n'a pas pu obtenir l'UID réel à partir des pièces d'identité de l'autre : " +#~ "%m" -#~ msgid "" -#~ "Consider increasing the configuration parameter \"max_fsm_pages\" to a " -#~ "value over %.0f." -#~ msgstr "" -#~ "Considérez l'augmentation du paramètre de configuration « max_fsm_pages " -#~ "»\n" -#~ "à une valeur supérieure à %.0f." +#~ msgid "could not enable credential reception: %m" +#~ msgstr "n'a pas pu activer la réception de lettres de créance : %m" -#~ msgid "string is too long for tsvector" -#~ msgstr "la chaîne est trop longue pour un tsvector" +#~ msgid "cannot change view \"%s\"" +#~ msgstr "ne peut pas modifier la vue « %s »" -#~ msgid "Prints the parse tree to the server log." -#~ msgstr "Affiche l'arbre d'analyse dans les journaux applicatifs du serveur." +#~ msgid "argument to pg_get_expr() must come from system catalogs" +#~ msgstr "l'argument de pg_get_expr() doit provenir des catalogues systèmes" -#~ msgid "Prints the parse tree after rewriting to server log." +#~ msgid "unrecognized time zone name: \"%s\"" +#~ msgstr "nom de fuseau horaire non reconnu : « %s »" + +#~ msgid "invalid interval value for time zone: day not allowed" #~ msgstr "" -#~ "Affiche l'arbre d'analyse après ré-écriture dans les journaux applicatifs " -#~ "du serveur." +#~ "valeur d'intervalle invalide pour le fuseau horaire : jour non autorisé" -#~ msgid "Prints the execution plan to server log." +#~ msgid "invalid interval value for time zone: month not allowed" #~ msgstr "" -#~ "Affiche le plan d'exécution dans les journaux applicatifs du serveur." +#~ "valeur d'intervalle invalide pour le fuseau horaire : les mois ne sont " +#~ "pas autorisés" -#~ msgid "Uses the indented output format for EXPLAIN VERBOSE." -#~ msgstr "Utilise le format de sortie indenté pour EXPLAIN VERBOSE." +#~ msgid "unrecognized \"datestyle\" key word: \"%s\"" +#~ msgstr "mot clé « datestyle » non reconnu : « %s »" -#~ 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 "invalid list syntax for parameter \"datestyle\"" +#~ msgstr "syntaxe de liste invalide pour le paramètre « datestyle »" -#~ 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 "database \"%s\" not found" +#~ msgstr "base de données « %s » non trouvée" -#~ msgid "Valid values are ON, OFF, and SAFE_ENCODING." -#~ msgstr "Les valeurs valides sont ON, OFF et SAFE_ENCODING." +#~ msgid "composite type must have at least one attribute" +#~ msgstr "le type composite doit avoir au moins un attribut" -#~ 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." +#~ msgid "cannot reference permanent table from temporary table constraint" #~ 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." +#~ "ne peut pas référencer une table permanente à partir de la contrainte de\n" +#~ "table temporaire" -#~ msgid "" -#~ "All SQL statements that cause an error of the specified level or a higher " -#~ "level are logged." +#~ msgid "cannot reference temporary table from permanent table constraint" #~ msgstr "" -#~ "Toutes les instructions SQL causant une erreur du niveau spécifié ou " -#~ "d'un\n" -#~ "niveau supérieur sont tracées." +#~ "ne peut pas référencer une table temporaire à partir d'une contrainte de\n" +#~ "table permanente" -#~ msgid "" -#~ "Each SQL transaction has an isolation level, which can be either \"read " -#~ "uncommitted\", \"read committed\", \"repeatable read\", or \"serializable" -#~ "\"." +#~ msgid "function \"%s\" is already in schema \"%s\"" +#~ msgstr "la fonction « %s » existe déjà dans le schéma « %s »" + +#~ msgid "must be superuser to comment on text search template" #~ 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 »." +#~ "doit être super-utilisateur pour ajouter un commentaire sur un modèle de\n" +#~ "recherche plein texte" -#~ msgid "Each session can be either \"origin\", \"replica\", or \"local\"." +#~ msgid "must be superuser to comment on text search parser" #~ msgstr "" -#~ "Chaque session peut valoir soit « origin » soit « replica » soit « local " -#~ "»." +#~ "doit être super-utilisateur pour ajouter un commentaire sur l'analyseur " +#~ "de\n" +#~ "recherche plein texte" -#~ msgid "Sets realm to match Kerberos and GSSAPI users against." +#~ msgid "must be superuser to comment on procedural language" #~ msgstr "" -#~ "Indique le royaume pour l'authentification des utilisateurs via Kerberos " -#~ "et\n" -#~ "GSSAPI." +#~ "doit être super-utilisateur pour ajouter un commentaire sur un langage " +#~ "de\n" +#~ "procédures" -#~ msgid "Sets the hostname of the Kerberos server." -#~ msgstr "Initalise le nom d'hôte du serveur Kerberos." +#~ msgid "must be member of role \"%s\" to comment upon it" +#~ msgstr "doit être un membre du rôle « %s » pour le commenter" -#~ 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 "\"%s\" is not a table, view, or composite type" +#~ msgstr "« %s » n'est pas une table, une vue ou un type composite" #~ msgid "" -#~ "Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, " -#~ "LOCAL7." +#~ "cannot cluster on expressional index \"%s\" because its index access " +#~ "method does not handle null values" #~ 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 "chaîne AM/PM invalide" +#~ "ne peut pas exécuter CLUSTER sur l'index à expression « %s » car sa " +#~ "méthode\n" +#~ "d'accès ne gère pas les valeurs NULL" -#~ msgid "\"TZ\"/\"tz\" not supported" -#~ msgstr "« TZ »/« tz » non supporté" +#~ 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 "January" -#~ msgstr "Janvier" +#~ 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 spécification CLUSTER de la table." -#~ msgid "February" -#~ msgstr "Février" +#~ msgid "" +#~ "cannot cluster on index \"%s\" because access method does not handle null " +#~ "values" +#~ msgstr "" +#~ "ne peut pas créer un cluster sur l'index « %s » car la méthode d'accès " +#~ "de\n" +#~ "l'index ne gère pas les valeurs NULL" -#~ msgid "March" -#~ msgstr "Mars" +#~ msgid "clustering \"%s.%s\"" +#~ msgstr "exécution de CLUSTER sur « %s.%s »" -#~ msgid "April" -#~ msgstr "Avril" +#~ msgid "EnumValuesCreate() can only set a single OID" +#~ msgstr "EnumValuesCreate() peut seulement initialiser un seul OID" -#~ msgid "May" -#~ msgstr "Mai" +#~ 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" +#~ "récupération suite à un arrêt brutal" -#~ msgid "June" -#~ msgstr "Juin" +#~ 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" +#~ "récupération suite à un arrêt brutal" -#~ msgid "July" -#~ msgstr "Juillet" +#~ msgid "Incomplete insertion detected during crash replay." +#~ msgstr "" +#~ "Insertion incomplète détectée lors de la ré-exécution des requêtes suite " +#~ "à\n" +#~ "l'arrêt brutal." -#~ msgid "August" -#~ msgstr "Août" +#~ 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" +#~ "récupération suite à un arrêt brutal" -#~ msgid "September" -#~ msgstr "Septembre" +#~ msgid "array must not contain null values" +#~ msgstr "le tableau ne doit pas contenir de valeurs NULL" -#~ msgid "October" -#~ msgstr "Octobre" +#~ msgid "Lines should have the format parameter = 'value'." +#~ msgstr "Les lignes devraient avoir le format paramètre = 'valeur'" -#~ msgid "November" -#~ msgstr "Novembre" +#~ msgid "syntax error in recovery command file: %s" +#~ msgstr "erreur de syntaxe dans le fichier de restauration : %s" -#~ msgid "December" -#~ msgstr "Décembre" +#~ msgid "Write-Ahead Log / Streaming Replication" +#~ msgstr "Write-Ahead Log / Réplication en flux" -#~ msgid "Jan" -#~ msgstr "Jan" +#~ msgid "unable to open directory pg_tblspc: %m" +#~ msgstr "impossible d'ouvrir le répertoire p_tblspc : %m" -#~ msgid "Feb" -#~ msgstr "Fév" +#~ msgid "unable to read symbolic link %s: %m" +#~ msgstr "incapable de lire le lien symbolique %s : %m" -#~ msgid "Mar" -#~ msgstr "Mar" +#~ msgid "index \"%s\" is not a b-tree" +#~ msgstr "l'index « %s » n'est pas un btree" -#~ msgid "Apr" -#~ msgstr "Avr" +#~ msgid "ALTER TYPE USING is only supported on plain tables" +#~ msgstr "ALTER TYPE USING est seulement supportés sur les tables standards" -#~ msgid "S:May" -#~ msgstr "S:Mai" +#~ msgid "must be superuser to SET SCHEMA of %s" +#~ msgstr "doit être super-utilisateur pour exécuter SET SCHEMA vers %s" -#~ msgid "Jun" -#~ msgstr "Juin" +#~ msgid "resetting unlogged relations: cleanup %d init %d" +#~ msgstr "" +#~ "réinitialisation des relations non tracées : nettoyage %d initialisation " +#~ "%d" -#~ msgid "Jul" -#~ msgstr "Juil" +#~ msgid "%s (%x)" +#~ msgstr "%s (%x)" -#~ msgid "Aug" -#~ msgstr "Aoû" +#~ msgid "SSPI error %x" +#~ msgstr "erreur SSPI : %x" -#~ msgid "Sep" -#~ msgstr "Sep" +#~ msgid "%s: %s" +#~ msgstr "%s : %s" -#~ msgid "Oct" -#~ msgstr "Oct" +#~ msgid "consistent state delayed because recovery snapshot incomplete" +#~ msgstr "" +#~ "état de cohérence pas encore atteint à cause d'un snapshot de " +#~ "restauration incomplet" -#~ msgid "Nov" -#~ msgstr "Nov" +#~ msgid "tablespace %u is not empty" +#~ msgstr "le tablespace %u n'est pas vide" -#~ msgid "Dec" -#~ msgstr "Déc" +#~ msgid "subquery in WITH cannot have SELECT INTO" +#~ msgstr "la sous-requête du WITH ne peut pas avoir de SELECT INTO" -#~ msgid "Sunday" -#~ msgstr "Dimanche" +#~ msgid "subquery cannot have SELECT INTO" +#~ msgstr "la sous-requête ne peut pas avoir de SELECT INTO" -#~ msgid "Monday" -#~ msgstr "Lundi" +#~ msgid "subquery in FROM cannot have SELECT INTO" +#~ msgstr "la sous-requête du FROM ne peut pas avoir de SELECT INTO" -#~ msgid "Tuesday" -#~ msgstr "Mardi" +#~ msgid "DECLARE CURSOR cannot specify INTO" +#~ msgstr "DECLARE CURSOR ne peut pas spécifier INTO" -#~ msgid "Wednesday" -#~ msgstr "Mercredi" +#~ msgid "INSERT ... SELECT cannot specify INTO" +#~ msgstr "INSERT ... SELECT ne peut pas avoir INTO" -#~ msgid "Thursday" -#~ msgstr "Jeudi" +#~ msgid "column name list not allowed in CREATE TABLE / AS EXECUTE" +#~ msgstr "" +#~ "la liste de noms de colonnes n'est pas autorisée dans CREATE TABLE / AS " +#~ "EXECUTE" -#~ msgid "Friday" -#~ msgstr "Vendredi" +#~ msgid "CREATE TABLE AS cannot specify INTO" +#~ msgstr "CREATE TABLE AS ne peut pas spécifier INTO" -#~ msgid "Saturday" -#~ msgstr "Samedi" +#~ msgid " --version output version information, then exit\n" +#~ msgstr " --version affiche la version, puis quitte\n" -#~ msgid "Sun" -#~ msgstr "Dim" +#~ msgid " --help show this help, then exit\n" +#~ msgstr " --help affiche cette aide, puis quitte\n" -#~ msgid "Mon" -#~ msgstr "Lun" +#~ msgid "Make sure the root.crt file is present and readable." +#~ msgstr "" +#~ "Assurez-vous que le certificat racine (root.crt) est présent et lisible" -#~ msgid "Tue" -#~ msgstr "Mar" +#~ msgid "See server log for details." +#~ msgstr "Voir les journaux applicatifs du serveur pour plus de détails." -#~ msgid "Wed" -#~ msgstr "Mer" +#~ msgid "missing or erroneous pg_hba.conf file" +#~ msgstr "fichier pg_hba.conf manquant ou erroné" -#~ msgid "Thu" -#~ msgstr "Jeu" +#~ msgid "Certificates will not be checked against revocation list." +#~ msgstr "Les certificats ne seront pas vérifiés avec la liste de révocation." -#~ msgid "Fri" -#~ msgstr "Ven" +#~ msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s" +#~ msgstr "" +#~ "liste de révocation des certificats SSL « %s » introuvable, continue : %s" -#~ msgid "Sat" -#~ msgstr "Sam" +#~ msgid "could not access root certificate file \"%s\": %m" +#~ msgstr "n'a pas pu accéder au fichier du certificat racine « %s » : %m" -#~ msgid "AM/PM hour must be between 1 and 12" -#~ msgstr "l'heure AM/PM doit être compris entre 1 et 12" +#~ msgid "could not open directory \"pg_tblspc\": %m" +#~ msgstr "n'a pas pu ouvrir le répertoire « pg_tblspc » : %m" -#~ msgid "UTF-16 to UTF-8 translation failed: %lu" -#~ msgstr "échec de la conversion d'UTF16 vers UTF8 : %lu" +#~ msgid "standby connections not allowed because wal_level=minimal" +#~ msgstr "connexions standby non autorisées car wal_level=minimal" -#~ msgid "cannot calculate week number without year information" +#~ msgid "" +#~ "recovery is still in progress, can't accept WAL streaming connections" #~ msgstr "" -#~ "ne peut pas calculer le numéro de la semaine sans informations sur l'année" +#~ "la restauration est en cours, ne peut pas accepter les connexions de flux " +#~ "WAL" -#~ msgid "query requires full scan, which is not supported by GIN indexes" +#~ msgid "must be superuser to drop text search templates" #~ msgstr "" -#~ "la requête nécessite un parcours complet, ce qui n'est pas supporté par " -#~ "les\n" -#~ "index GIN" +#~ "doit être super-utilisateur pour supprimer des modèles de recherche plein " +#~ "texte" -#~ msgid "" -#~ "@@ operator does not support lexeme weight restrictions in GIN index " -#~ "searches" +#~ msgid "must be superuser to drop text search parsers" #~ msgstr "" -#~ "l'opérateur @@ ne supporte pas les restrictions de poids de lexeme dans " -#~ "les\n" -#~ "recherches par index GIN" +#~ "doit être super-utilisateur pour supprimer des analyseurs de recherche " +#~ "plein\n" +#~ "texte" -#~ msgid "Use the @@@ operator instead." -#~ msgstr "Utilisez à la place l'opérateur @@@." +#~ msgid "Must be superuser to drop a foreign-data wrapper." +#~ msgstr "" +#~ "Doit être super-utilisateur pour supprimer un wrapper de données " +#~ "distantes." -#~ msgid "unexpected delimiter at line %d of thesaurus file \"%s\"" -#~ msgstr "délimiteur inattendu sur la ligne %d du thesaurus « %s »" +#~ msgid "permission denied to drop foreign-data wrapper \"%s\"" +#~ msgstr "droit refusé pour supprimer le wrapper de données distantes « %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 "removing built-in function \"%s\"" +#~ msgstr "suppression de la fonction interne « %s »" -#~ msgid "unexpected end of line at line %d of thesaurus file \"%s\"" -#~ msgstr "fin de ligne inattendue à la ligne %d du thésaurus « %s »" +#~ msgid "foreign key constraint \"%s\" of relation \"%s\" does not exist" +#~ msgstr "la clé étrangère « %s » de la relation « %s » n'existe pas" -#~ msgid "could not remove database directory \"%s\"" -#~ msgstr "n'a pas pu supprimer le répertoire de bases de données « %s »" +#~ 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 "index \"%s\" is not ready" -#~ msgstr "l'index « %s » n'est pas prêt" +#~ msgid "Sets the list of known custom variable classes." +#~ msgstr "Initialise la liste des classes variables personnalisées connues." -#~ msgid "arguments of row IN must all be row expressions" +#~ msgid "WAL sender sleep time between WAL replications." #~ msgstr "" -#~ "les arguments de la ligne IN doivent tous être des expressions de ligne" +#~ "Temps d'endormissement du processus d'envoi des journaux de transactions " +#~ "entre\n" +#~ "les réplications des journaux de transactions." #~ msgid "" -#~ "automatic vacuum of table \"%s.%s.%s\": cannot (re)acquire exclusive lock " -#~ "for truncate scan" +#~ "If this parameter is set, the server will automatically run in the " +#~ "background and any controlling terminals are dissociated." #~ msgstr "" -#~ "vacuum automatique de la table « %s.%s.%s » : ne peut pas acquérir le " -#~ "verrou exclusif pour la tronquer" +#~ "Si ce paramètre est initialisé, le serveur sera exécuté automatiquement " +#~ "en\n" +#~ "tâche de fond et les terminaux de contrôles seront dés-associés." -#~ msgid "window functions cannot use named arguments" -#~ msgstr "les fonctions window ne peuvent pas renvoyer des arguments nommés" +#~ msgid "Runs the server silently." +#~ msgstr "Lance le serveur de manière silencieuse." -#~ msgid "cannot override frame clause of window \"%s\"" -#~ msgstr "ne peut pas surcharger la frame clause du window « %s »" +#~ msgid "%s: could not dissociate from controlling TTY: %s\n" +#~ msgstr "%s : n'a pas pu se dissocier du TTY contrôlant : %s\n" + +#~ msgid "%s: could not fork background process: %s\n" +#~ msgstr "%s : n'a pas pu créer un processus fils : %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 open file \"%s\": %s\n" +#~ msgstr "%s : n'a pas pu ouvrir le fichier « %s » : %s\n" + +#~ msgid "select() failed in logger process: %m" +#~ msgstr "échec de select() dans le processus des journaux applicatifs : %m" + +#~ msgid "poll() failed in statistics collector: %m" +#~ msgstr "échec du poll() dans le récupérateur de statistiques : %m" + +#~ msgid "Valid values are '[]', '[)', '(]', and '()'." +#~ msgstr "Les valeurs valides sont « [] », « [) », « (] » et « () »." diff --git a/src/backend/po/pl.po b/src/backend/po/pl.po index f67420ed0b..54748d1322 100644 --- a/src/backend/po/pl.po +++ b/src/backend/po/pl.po @@ -1,27 +1,30 @@ # Begina Felicysym , 2011, 2012, 2013. +# grzegorz , 2014. msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.1\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-01-29 13:41+0000\n" -"PO-Revision-Date: 2013-01-29 12:52-0300\n" -"Last-Translator: Begina Felicysym \n" -"Language-Team: Begina Felicysym\n" +"POT-Creation-Date: 2014-03-21 18:29+0000\n" +"PO-Revision-Date: 2014-03-22 21:13+0200\n" +"Last-Translator: grzegorz \n" +"Language-Team: begina.felicysym@wp.eu\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" "X-Poedit-Language: Polish\n" "X-Poedit-Country: POLAND\n" -#: ../port/chklocale.c:328 ../port/chklocale.c:334 +#: ../port/chklocale.c:352 ../port/chklocale.c:358 #, c-format msgid "could not determine encoding for locale \"%s\": codeset is \"%s\"" -msgstr "nie udało się określić kodowania dla lokalizacji \"%s\": zestaw znaków to \"%s\"" +msgstr "" +"nie udało się określić kodowania dla lokalizacji \"%s\": zestaw znaków to \"%s\"" -#: ../port/chklocale.c:336 +#: ../port/chklocale.c:360 #, c-format msgid "Please report this to ." msgstr "Proszę zgłosić to na adres ." @@ -56,17 +59,22 @@ msgstr "nie można pobrać złączenia dla \"%s\": %s\n" msgid "could not open directory \"%s\": %s\n" msgstr "nie można otworzyć katalogu \"%s\": %s\n" -#: ../port/dirmod.c:488 +#: ../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "nie można czytać katalogu \"%s\": %s\n" -#: ../port/dirmod.c:571 +#: ../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "nie można zamknąć katalogu \"%s\": %s\n" + +#: ../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "nie można wykonać polecenia stat na pliku lub katalogu \"%s\": %s\n" -#: ../port/dirmod.c:598 ../port/dirmod.c:615 +#: ../port/dirmod.c:602 ../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "nie można usunąć pliku lub katalogu \"%s\": %s\n" @@ -154,12 +162,12 @@ msgstr "Prawdopodobnie twój program antywirusowy, kopii zapasowej lub podobny i msgid "unrecognized error %d" msgstr "nierozpoznany błąd %d" -#: ../port/win32error.c:188 +#: ../port/win32error.c:189 #, c-format msgid "mapped win32 error code %lu to %d" msgstr "zmapowano kod błędu win32 %lu do %d" -#: ../port/win32error.c:199 +#: ../port/win32error.c:201 #, c-format msgid "unrecognized win32 error code: %lu" msgstr "nierozpoznany kod błędu win32: %lu" @@ -179,7 +187,7 @@ msgstr "liczba kolumn indeksu (%d) osiągnęła limit (%d)" msgid "index row requires %lu bytes, maximum size is %lu" msgstr "wiersz indeksu wymaga %lu bajtów, największy rozmiar to %lu" -#: access/common/printtup.c:278 tcop/fastpath.c:180 tcop/fastpath.c:567 +#: access/common/printtup.c:293 tcop/fastpath.c:180 tcop/fastpath.c:567 #: tcop/postgres.c:1671 #, c-format msgid "unsupported format code: %d" @@ -260,13 +268,13 @@ msgstr "Atrybut \"%s\" typu %s nie pasuje do odpowiedniego atrybutu typu %s." msgid "Attribute \"%s\" of type %s does not exist in type %s." msgstr "Atrybut \"%s\" typu %s nie istnieje w typie %s." -#: access/common/tupdesc.c:584 parser/parse_relation.c:1183 +#: access/common/tupdesc.c:590 parser/parse_relation.c:1185 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "kolumna \"%s\" nie może być zadeklarowana jako SETOF" #: access/gin/ginentrypage.c:100 access/nbtree/nbtinsert.c:530 -#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1890 +#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1894 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" msgstr "rozmiar indeksu wiersza %lu przekracza maksimum %lu dla indeksy \"%s\"" @@ -296,8 +304,8 @@ msgstr "indeks \"%s\" zawiera wewnętrzną krotkę oznaczoną jako niepoprawna" msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1." msgstr "Jest to spowodowane przez niekompletny podział strony podczas odtwarzania po awarii, przed uaktualnieniem do PostgreSQL 9.1." -#: access/gist/gist.c:603 access/gist/gistutil.c:640 -#: access/gist/gistutil.c:651 access/gist/gistvacuum.c:270 +#: access/gist/gist.c:603 access/gist/gistutil.c:635 +#: access/gist/gistutil.c:646 access/gist/gistvacuum.c:270 #: access/hash/hashutil.c:172 access/hash/hashutil.c:183 #: access/hash/hashutil.c:195 access/hash/hashutil.c:216 #: access/nbtree/nbtpage.c:434 access/nbtree/nbtpage.c:445 @@ -320,23 +328,23 @@ msgstr "Prawidłowe wartości to \"on\", \"off\" i \"auto\"." msgid "could not write block %ld of temporary file: %m" msgstr "nie można zapisać bloku %ld pliku tymczasowego: %m" -#: access/gist/gistsplit.c:375 +#: access/gist/gistsplit.c:446 #, c-format msgid "picksplit method for column %d of index \"%s\" failed" msgstr "metoda picksplit dla kolumny %d indeksu \"%s\" nie powiodła się" -#: access/gist/gistsplit.c:377 +#: 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." msgstr "Indeks nie jest optymalny. Aby go zoptymalizować, skontaktuj się z programistą lub spróbuj użyć tej kolumny jako drugiej w poleceniu CREATE INDEX." -#: access/gist/gistutil.c:637 access/hash/hashutil.c:169 +#: access/gist/gistutil.c:632 access/hash/hashutil.c:169 #: access/nbtree/nbtpage.c:431 #, c-format msgid "index \"%s\" contains unexpected zero page at block %u" msgstr "indeks \"%s\" zawiera nieoczekiwaną stronę zerową w bloku %u" -#: access/gist/gistutil.c:648 access/hash/hashutil.c:180 +#: access/gist/gistutil.c:643 access/hash/hashutil.c:180 #: access/hash/hashutil.c:192 access/nbtree/nbtpage.c:442 #, c-format msgid "index \"%s\" contains corrupted page at block %u" @@ -347,7 +355,7 @@ msgstr "indeks \"%s\" zawiera uszkodzoną stronę w bloku %u" msgid "index row size %lu exceeds hash maximum %lu" msgstr "rozmiar wiersza indeksu %lu przekracza maksymalny hasz %lu" -#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1894 +#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1898 #: access/spgist/spgutils.c:667 #, c-format msgid "Values larger than a buffer page cannot be indexed." @@ -374,20 +382,20 @@ msgid "index \"%s\" has wrong hash version" msgstr "indeks \"%s\" ma niepoprawną wersję haszu" #: access/heap/heapam.c:1085 access/heap/heapam.c:1113 -#: access/heap/heapam.c:1145 catalog/aclchk.c:1728 +#: access/heap/heapam.c:1145 catalog/aclchk.c:1727 #, c-format msgid "\"%s\" is an index" msgstr "\"%s\" jest indeksem" #: access/heap/heapam.c:1090 access/heap/heapam.c:1118 -#: access/heap/heapam.c:1150 catalog/aclchk.c:1735 commands/tablecmds.c:8140 -#: commands/tablecmds.c:10386 +#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8171 +#: commands/tablecmds.c:10454 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\" jest typem złożonym" -#: access/heap/heapam.c:3558 access/heap/heapam.c:3589 -#: access/heap/heapam.c:3624 +#: access/heap/heapam.c:3560 access/heap/heapam.c:3591 +#: access/heap/heapam.c:3626 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "nie można nałożyć blokady na rekord w relacji \"%s\"" @@ -398,8 +406,8 @@ msgid "row is too big: size %lu, maximum size %lu" msgstr "rekord jest zbyt duży: rozmiar %lu, maksymalny rozmiar %lu" #: access/index/indexam.c:162 catalog/objectaddress.c:641 -#: commands/indexcmds.c:1745 commands/tablecmds.c:222 -#: commands/tablecmds.c:10377 +#: commands/indexcmds.c:1758 commands/tablecmds.c:222 +#: commands/tablecmds.c:10445 #, c-format msgid "\"%s\" is not an index" msgstr "\"%s\" nie jest indeksem" @@ -699,124 +707,124 @@ msgstr "baza danych o OID %u musi być odkurzona w %u transakcjach" msgid "transaction ID wrap limit is %u, limited by database with OID %u" msgstr "limit zawijania transakcji ID to %u, ograniczone przez bazę danych o OID %u" -#: access/transam/xact.c:753 +#: access/transam/xact.c:774 #, c-format msgid "cannot have more than 2^32-1 commands in a transaction" msgstr "nie można zawrzeć więcej niż 2^32-1 poleceń w transakcji" -#: access/transam/xact.c:1324 +#: access/transam/xact.c:1345 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "przekroczona maksymalna liczba zatwierdzonych podtransakcji (%d)" -#: access/transam/xact.c:2097 +#: access/transam/xact.c:2118 #, c-format msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "nie można wykonać PREPARE transakcji która przeprowadziła działania na tabelach tymczasowych" -#: access/transam/xact.c:2107 +#: access/transam/xact.c:2128 #, c-format msgid "cannot PREPARE a transaction that has exported snapshots" msgstr "nie można wykonać PREPARE transakcji która wykonała eksport migawek" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2916 +#: access/transam/xact.c:2937 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s nie można wykonać wewnątrz bloku transakcji" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2926 +#: access/transam/xact.c:2947 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s nie można wykonać wewnątrz podtransakcji" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2936 +#: access/transam/xact.c:2957 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "%s nie może być wykonane z funkcji ani ciągu wielopoleceniowego" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2987 +#: access/transam/xact.c:3008 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s może być użyty tylko w blokach transakcji" -#: access/transam/xact.c:3169 +#: access/transam/xact.c:3190 #, c-format msgid "there is already a transaction in progress" msgstr "istnieje już aktywna transakcja" -#: access/transam/xact.c:3337 access/transam/xact.c:3430 +#: access/transam/xact.c:3358 access/transam/xact.c:3451 #, c-format msgid "there is no transaction in progress" msgstr "brak aktywnej transakcji" -#: access/transam/xact.c:3526 access/transam/xact.c:3577 -#: access/transam/xact.c:3583 access/transam/xact.c:3627 -#: access/transam/xact.c:3676 access/transam/xact.c:3682 +#: access/transam/xact.c:3547 access/transam/xact.c:3598 +#: access/transam/xact.c:3604 access/transam/xact.c:3648 +#: access/transam/xact.c:3697 access/transam/xact.c:3703 #, c-format msgid "no such savepoint" msgstr "nie ma takiego punktu zapisu" -#: access/transam/xact.c:4335 +#: access/transam/xact.c:4356 #, c-format msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "nie można zawrzeć więcej niż 2^32-1 podtransakcji w transakcji" -#: access/transam/xlog.c:1313 access/transam/xlog.c:1382 +#: access/transam/xlog.c:1327 access/transam/xlog.c:1396 #, c-format msgid "could not create archive status file \"%s\": %m" msgstr "nie można utworzyć pliku stanu archiwum \"%s\": %m" -#: access/transam/xlog.c:1321 access/transam/xlog.c:1390 +#: access/transam/xlog.c:1335 access/transam/xlog.c:1404 #, c-format msgid "could not write archive status file \"%s\": %m" msgstr "nie można zapisać pliku stanu archiwum \"%s\": %m" -#: access/transam/xlog.c:1370 access/transam/xlog.c:3002 -#: access/transam/xlog.c:3019 access/transam/xlog.c:4806 -#: access/transam/xlog.c:5789 access/transam/xlog.c:6547 +#: access/transam/xlog.c:1384 access/transam/xlog.c:3016 +#: access/transam/xlog.c:3033 access/transam/xlog.c:4875 +#: access/transam/xlog.c:5858 access/transam/xlog.c:6658 #: postmaster/pgarch.c:755 utils/time/snapmgr.c:883 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "nie można zmienić nazwy pliku \"%s\" na \"%s\": %m" -#: access/transam/xlog.c:1836 access/transam/xlog.c:10570 -#: replication/walreceiver.c:543 replication/walsender.c:1040 +#: access/transam/xlog.c:1850 access/transam/xlog.c:10711 +#: replication/walreceiver.c:543 replication/walsender.c:1060 #, c-format msgid "could not seek in log file %u, segment %u to offset %u: %m" msgstr "nie można pozycjonować w pliku dziennika %u, segment %u do offsetu %u: %m" -#: access/transam/xlog.c:1853 replication/walreceiver.c:560 +#: access/transam/xlog.c:1867 replication/walreceiver.c:560 #, c-format msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m" msgstr "nie można pisać do pliku dziennika %u, segment %u do offsetu %u, długość %lu: %m" -#: access/transam/xlog.c:2082 +#: access/transam/xlog.c:2096 #, c-format msgid "updated min recovery point to %X/%X" msgstr "zaktualizowano min punkt przywracania do %X/%X" -#: access/transam/xlog.c:2459 access/transam/xlog.c:2563 -#: access/transam/xlog.c:2792 access/transam/xlog.c:2877 -#: access/transam/xlog.c:2934 replication/walsender.c:1028 +#: access/transam/xlog.c:2473 access/transam/xlog.c:2577 +#: access/transam/xlog.c:2806 access/transam/xlog.c:2891 +#: access/transam/xlog.c:2948 replication/walsender.c:1048 #, c-format msgid "could not open file \"%s\" (log file %u, segment %u): %m" msgstr "nie można otworzyć pliku \"%s\" (plik dziennika %u, segment %u): %m" -#: access/transam/xlog.c:2484 access/transam/xlog.c:2617 -#: access/transam/xlog.c:4656 access/transam/xlog.c:9552 -#: access/transam/xlog.c:9857 postmaster/postmaster.c:3709 +#: access/transam/xlog.c:2498 access/transam/xlog.c:2631 +#: access/transam/xlog.c:4725 access/transam/xlog.c:9692 +#: access/transam/xlog.c:9995 postmaster/postmaster.c:3699 #: storage/file/copydir.c:172 storage/smgr/md.c:297 utils/time/snapmgr.c:860 #, c-format msgid "could not create file \"%s\": %m" msgstr "nie można utworzyć pliku \"%s\": %m" -#: access/transam/xlog.c:2516 access/transam/xlog.c:2649 -#: access/transam/xlog.c:4708 access/transam/xlog.c:4771 -#: postmaster/postmaster.c:3719 postmaster/postmaster.c:3729 +#: access/transam/xlog.c:2530 access/transam/xlog.c:2663 +#: access/transam/xlog.c:4777 access/transam/xlog.c:4840 +#: postmaster/postmaster.c:3709 postmaster/postmaster.c:3719 #: storage/file/copydir.c:197 utils/init/miscinit.c:1089 #: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7564 #: utils/misc/guc.c:7578 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 @@ -824,67 +832,67 @@ msgstr "nie można utworzyć pliku \"%s\": %m" msgid "could not write to file \"%s\": %m" msgstr "nie można pisać do pliku \"%s\": %m" -#: access/transam/xlog.c:2524 access/transam/xlog.c:2656 -#: access/transam/xlog.c:4777 storage/file/copydir.c:269 storage/smgr/md.c:959 +#: access/transam/xlog.c:2538 access/transam/xlog.c:2670 +#: access/transam/xlog.c:4846 storage/file/copydir.c:269 storage/smgr/md.c:959 #: storage/smgr/md.c:1190 storage/smgr/md.c:1363 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "nie udało się fsync na pliku \"%s\": %m" -#: access/transam/xlog.c:2529 access/transam/xlog.c:2661 -#: access/transam/xlog.c:4782 commands/copy.c:1341 storage/file/copydir.c:211 +#: access/transam/xlog.c:2543 access/transam/xlog.c:2675 +#: access/transam/xlog.c:4851 commands/copy.c:1343 storage/file/copydir.c:211 #, c-format msgid "could not close file \"%s\": %m" msgstr "nie można zamknąć pliku \"%s\": %m" -#: access/transam/xlog.c:2602 access/transam/xlog.c:4413 -#: access/transam/xlog.c:4514 access/transam/xlog.c:4675 -#: replication/basebackup.c:362 replication/basebackup.c:966 +#: access/transam/xlog.c:2616 access/transam/xlog.c:4482 +#: access/transam/xlog.c:4583 access/transam/xlog.c:4744 +#: replication/basebackup.c:386 replication/basebackup.c:1062 #: storage/file/copydir.c:165 storage/file/copydir.c:255 storage/smgr/md.c:579 -#: storage/smgr/md.c:837 utils/error/elog.c:1536 utils/init/miscinit.c:1038 +#: storage/smgr/md.c:837 utils/error/elog.c:1570 utils/init/miscinit.c:1038 #: utils/init/miscinit.c:1153 #, c-format msgid "could not open file \"%s\": %m" msgstr "nie można otworzyć pliku \"%s\": %m" -#: access/transam/xlog.c:2630 access/transam/xlog.c:4687 -#: access/transam/xlog.c:9713 access/transam/xlog.c:9726 -#: access/transam/xlog.c:10095 access/transam/xlog.c:10138 +#: access/transam/xlog.c:2644 access/transam/xlog.c:4756 +#: access/transam/xlog.c:9851 access/transam/xlog.c:9864 +#: access/transam/xlog.c:10233 access/transam/xlog.c:10276 #: storage/file/copydir.c:186 utils/adt/genfile.c:138 #, c-format msgid "could not read file \"%s\": %m" msgstr "nie można czytać z pliku \"%s\": %m" -#: access/transam/xlog.c:2633 +#: access/transam/xlog.c:2647 #, c-format msgid "not enough data in file \"%s\"" msgstr "niewystarczająca ilość danych w pliku \"%s\"" -#: access/transam/xlog.c:2752 +#: access/transam/xlog.c:2766 #, c-format msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m" msgstr "nie można podlinkować pliku \"%s\" do \"%s\" (inicjacja pliku dziennika %u, segment %u): %m" -#: access/transam/xlog.c:2764 +#: access/transam/xlog.c:2778 #, c-format msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m" msgstr "nie można zmienić nazwy pliku \"%s\" do \"%s\" (inicjacja pliku dziennika %u, segment %u): %m" -#: access/transam/xlog.c:2961 replication/walreceiver.c:509 +#: access/transam/xlog.c:2975 replication/walreceiver.c:509 #, c-format msgid "could not close log file %u, segment %u: %m" msgstr "nie można zamknąć pliku dziennika %u, segment %u: %m" -#: access/transam/xlog.c:3011 access/transam/xlog.c:3118 -#: access/transam/xlog.c:9731 storage/smgr/md.c:397 storage/smgr/md.c:446 +#: access/transam/xlog.c:3025 access/transam/xlog.c:3132 +#: access/transam/xlog.c:9869 storage/smgr/md.c:397 storage/smgr/md.c:446 #: storage/smgr/md.c:1310 #, c-format msgid "could not remove file \"%s\": %m" msgstr "nie można usunąć pliku \"%s\": %m" -#: access/transam/xlog.c:3110 access/transam/xlog.c:3270 -#: access/transam/xlog.c:9537 access/transam/xlog.c:9701 -#: replication/basebackup.c:368 replication/basebackup.c:422 +#: access/transam/xlog.c:3124 access/transam/xlog.c:3284 +#: access/transam/xlog.c:9677 access/transam/xlog.c:9839 +#: replication/basebackup.c:392 replication/basebackup.c:446 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:296 utils/adt/genfile.c:107 #: utils/adt/genfile.c:279 @@ -892,1120 +900,1120 @@ msgstr "nie można usunąć pliku \"%s\": %m" msgid "could not stat file \"%s\": %m" msgstr "nie można wykonać stat na pliku \"%s\": %m" -#: access/transam/xlog.c:3249 +#: access/transam/xlog.c:3263 #, c-format msgid "archive file \"%s\" has wrong size: %lu instead of %lu" msgstr "plik archiwum \"%s\" ma niepoprawny rozmiar: %lu zamiast %lu" -#: access/transam/xlog.c:3258 +#: access/transam/xlog.c:3272 #, c-format msgid "restored log file \"%s\" from archive" msgstr "odtworzono plik dziennika \"%s\" z archiwum" -#: access/transam/xlog.c:3308 +#: access/transam/xlog.c:3322 #, c-format msgid "could not restore file \"%s\" from archive: return code %d" msgstr "nie można przywrócić pliku \"%s\" z archiwum: zwrócony kod %d" #. translator: First %s represents a recovery.conf parameter name like #. "recovery_end_command", and the 2nd is the value of that parameter. -#: access/transam/xlog.c:3422 +#: access/transam/xlog.c:3436 #, c-format msgid "%s \"%s\": return code %d" msgstr "%s \"%s\": kod powrotu %d" -#: access/transam/xlog.c:3486 replication/walsender.c:1022 +#: access/transam/xlog.c:3500 replication/walsender.c:1042 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "żądany segment WAL %s został już usunięty" -#: access/transam/xlog.c:3549 access/transam/xlog.c:3721 +#: access/transam/xlog.c:3563 access/transam/xlog.c:3735 #, c-format msgid "could not open transaction log directory \"%s\": %m" msgstr "nie można otworzyć katalogu dziennika transakcji \"%s\": %m" -#: access/transam/xlog.c:3592 +#: access/transam/xlog.c:3606 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "odzyskano plik dziennika transakcji \"%s\"" -#: access/transam/xlog.c:3608 +#: access/transam/xlog.c:3622 #, c-format msgid "removing transaction log file \"%s\"" msgstr "usuwanie pliku dziennika transakcji \"%s\"" -#: access/transam/xlog.c:3631 +#: access/transam/xlog.c:3645 #, c-format msgid "could not rename old transaction log file \"%s\": %m" msgstr "nie można zmienić nazwy starego pliku dziennika transakcji \"%s\": %m" -#: access/transam/xlog.c:3643 +#: access/transam/xlog.c:3657 #, c-format msgid "could not remove old transaction log file \"%s\": %m" msgstr "nie można usunąć starego pliku dziennika transakcji \"%s\": %m" -#: access/transam/xlog.c:3681 access/transam/xlog.c:3691 +#: access/transam/xlog.c:3695 access/transam/xlog.c:3705 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "wymagany folder WAL \"%s\" nie istnieje" -#: access/transam/xlog.c:3697 +#: access/transam/xlog.c:3711 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "tworzenie brakującego folderu WAL \"%s\"" -#: access/transam/xlog.c:3700 +#: access/transam/xlog.c:3714 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "nie można utworzyć brakującego katalogu \"%s\": %m" -#: access/transam/xlog.c:3734 +#: access/transam/xlog.c:3748 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "usunięcie pliku kopii zapasowej historii dziennika transakcji \"%s\"" -#: access/transam/xlog.c:3876 +#: access/transam/xlog.c:3890 #, c-format msgid "incorrect hole size in record at %X/%X" msgstr "niepoprawna wielkość otworu w rekordzie w %X/%X" -#: access/transam/xlog.c:3889 +#: access/transam/xlog.c:3903 #, c-format msgid "incorrect total length in record at %X/%X" msgstr "niepoprawna całkowita długość w rekordzie w %X/%X" -#: access/transam/xlog.c:3902 +#: access/transam/xlog.c:3916 #, c-format msgid "incorrect resource manager data checksum in record at %X/%X" msgstr "niepoprawna suma kontrolna danych menadżera zasobów w rekordzie w %X/%X" -#: access/transam/xlog.c:3980 access/transam/xlog.c:4018 +#: access/transam/xlog.c:3994 access/transam/xlog.c:4041 #, c-format msgid "invalid record offset at %X/%X" msgstr "niepoprawne przesunięcie rekordu w %X/%X" -#: access/transam/xlog.c:4026 +#: access/transam/xlog.c:4049 #, c-format msgid "contrecord is requested by %X/%X" msgstr "wymagany kontrekord w %X/%X" -#: access/transam/xlog.c:4041 +#: access/transam/xlog.c:4064 #, c-format msgid "invalid xlog switch record at %X/%X" msgstr "niepoprawny rekord przełącznika xlogu w %X/%X" -#: access/transam/xlog.c:4049 +#: access/transam/xlog.c:4072 #, c-format msgid "record with zero length at %X/%X" msgstr "rekord o zerowej długości w %X/%X" -#: access/transam/xlog.c:4058 +#: access/transam/xlog.c:4081 #, c-format msgid "invalid record length at %X/%X" msgstr "niepoprawna długość rekordu w %X/%X" -#: access/transam/xlog.c:4065 +#: access/transam/xlog.c:4088 #, c-format msgid "invalid resource manager ID %u at %X/%X" msgstr "niepoprawny ID menażera zasobów %u w %X/%X" -#: access/transam/xlog.c:4078 access/transam/xlog.c:4094 +#: access/transam/xlog.c:4101 access/transam/xlog.c:4117 #, c-format msgid "record with incorrect prev-link %X/%X at %X/%X" msgstr "rekord z niepoprawnym poprz-linkiem %X/%X w %X/%X" -#: access/transam/xlog.c:4123 +#: access/transam/xlog.c:4146 #, c-format msgid "record length %u at %X/%X too long" msgstr "za duża długość rekordu %u w %X/%X" -#: access/transam/xlog.c:4163 +#: access/transam/xlog.c:4195 #, c-format msgid "there is no contrecord flag in log file %u, segment %u, offset %u" msgstr "brak flagi kontrekordu w pliku dziennika %u, segment %u, przesunięcie %u" -#: access/transam/xlog.c:4173 +#: access/transam/xlog.c:4205 #, c-format msgid "invalid contrecord length %u in log file %u, segment %u, offset %u" msgstr "niepoprawna długość kontrekordu %u w pliku dziennika %u, segment %u, przesunięcie %u" -#: access/transam/xlog.c:4263 +#: access/transam/xlog.c:4332 #, c-format msgid "invalid magic number %04X in log file %u, segment %u, offset %u" msgstr "niepoprawny magiczny numer %04X w pliku dziennika %u, segment %u, przesunięcie %u" -#: access/transam/xlog.c:4270 access/transam/xlog.c:4316 +#: access/transam/xlog.c:4339 access/transam/xlog.c:4385 #, c-format msgid "invalid info bits %04X in log file %u, segment %u, offset %u" msgstr "niepoprawny bity informacji %04X w pliku dziennika %u, segment %u, przesunięcie %u" -#: access/transam/xlog.c:4292 access/transam/xlog.c:4300 -#: access/transam/xlog.c:4307 +#: access/transam/xlog.c:4361 access/transam/xlog.c:4369 +#: access/transam/xlog.c:4376 #, c-format msgid "WAL file is from different database system" msgstr "plik WAL jest z innego systemu bazy danych" -#: access/transam/xlog.c:4293 +#: access/transam/xlog.c:4362 #, c-format msgid "WAL file database system identifier is %s, pg_control database system identifier is %s." msgstr "identyfikator systemu bazy danych w pliku WAL to %s, identyfikator systemu bazy danych pg_control to %s." -#: access/transam/xlog.c:4301 +#: access/transam/xlog.c:4370 #, c-format msgid "Incorrect XLOG_SEG_SIZE in page header." msgstr "Niepoprawny XLOG_SEG_SIZE w nagłówku strony." -#: access/transam/xlog.c:4308 +#: access/transam/xlog.c:4377 #, c-format msgid "Incorrect XLOG_BLCKSZ in page header." msgstr "Niepoprawny XLOG_BLCKSZ w nagłówku strony." -#: access/transam/xlog.c:4324 +#: access/transam/xlog.c:4393 #, c-format msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" msgstr "nieoczekiwany adrstrony %X/%X w pliku dziennika %u, segment %u, offset %u" -#: access/transam/xlog.c:4336 +#: access/transam/xlog.c:4405 #, c-format msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u" msgstr "nieoczekiwany ID linii czasu %u w pliku dziennika %u, segment %u, offset %u" -#: access/transam/xlog.c:4363 +#: access/transam/xlog.c:4432 #, c-format msgid "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset %u" msgstr "nieoczekiwany ID linii czasu %u (po %u) w pliku dziennika %u, segment %u, offset %u" -#: access/transam/xlog.c:4442 +#: access/transam/xlog.c:4511 #, c-format msgid "syntax error in history file: %s" msgstr "błąd składni w pliku historii: %s" -#: access/transam/xlog.c:4443 +#: access/transam/xlog.c:4512 #, c-format msgid "Expected a numeric timeline ID." msgstr "Oczekiwano numerycznego ID linii czasu." -#: access/transam/xlog.c:4448 +#: access/transam/xlog.c:4517 #, c-format msgid "invalid data in history file: %s" msgstr "niepoprawne dane w pliku historii: %s" -#: access/transam/xlog.c:4449 +#: access/transam/xlog.c:4518 #, c-format msgid "Timeline IDs must be in increasing sequence." msgstr "IDy linii czasu muszą być w kolejności rosnącej." -#: access/transam/xlog.c:4462 +#: access/transam/xlog.c:4531 #, c-format msgid "invalid data in history file \"%s\"" msgstr "niepoprawne dane w pliku historii \"%s\"" -#: access/transam/xlog.c:4463 +#: access/transam/xlog.c:4532 #, c-format msgid "Timeline IDs must be less than child timeline's ID." msgstr "IDy linii czasu muszą być mniejsze niż ID potomnej linii czasu." -#: access/transam/xlog.c:4556 +#: access/transam/xlog.c:4625 #, c-format msgid "new timeline %u is not a child of database system timeline %u" msgstr "nowa linia czasu %u nie jest potomna dla linii czasu systemu bazy danych %u" -#: access/transam/xlog.c:4574 +#: access/transam/xlog.c:4643 #, c-format msgid "new target timeline is %u" msgstr "nowa docelowa linia czasu to %u" -#: access/transam/xlog.c:4799 +#: access/transam/xlog.c:4868 #, c-format msgid "could not link file \"%s\" to \"%s\": %m" msgstr "nie można podlinkować pliku \"%s\" do \"%s\": %m" -#: access/transam/xlog.c:4888 +#: access/transam/xlog.c:4957 #, c-format msgid "could not create control file \"%s\": %m" msgstr "nie można utworzyć pliku kontrolnego \"%s\": %m" -#: access/transam/xlog.c:4899 access/transam/xlog.c:5124 +#: access/transam/xlog.c:4968 access/transam/xlog.c:5193 #, c-format msgid "could not write to control file: %m" msgstr "nie można pisać do pliku kontrolnego: %m" -#: access/transam/xlog.c:4905 access/transam/xlog.c:5130 +#: access/transam/xlog.c:4974 access/transam/xlog.c:5199 #, c-format msgid "could not fsync control file: %m" msgstr "nie można wykonać fsync na pliku kontrolnym: %m" -#: access/transam/xlog.c:4910 access/transam/xlog.c:5135 +#: access/transam/xlog.c:4979 access/transam/xlog.c:5204 #, c-format msgid "could not close control file: %m" msgstr "nie można zamknąć pliku kontrolnego: %m" -#: access/transam/xlog.c:4928 access/transam/xlog.c:5113 +#: access/transam/xlog.c:4997 access/transam/xlog.c:5182 #, c-format msgid "could not open control file \"%s\": %m" msgstr "nie można otworzyć pliku kontrolnego \"%s\": %m" -#: access/transam/xlog.c:4934 +#: access/transam/xlog.c:5003 #, c-format msgid "could not read from control file: %m" msgstr "nie można czytać z pliku kontrolnego: %m" -#: access/transam/xlog.c:4947 access/transam/xlog.c:4956 -#: access/transam/xlog.c:4980 access/transam/xlog.c:4987 -#: access/transam/xlog.c:4994 access/transam/xlog.c:4999 -#: access/transam/xlog.c:5006 access/transam/xlog.c:5013 -#: access/transam/xlog.c:5020 access/transam/xlog.c:5027 -#: access/transam/xlog.c:5034 access/transam/xlog.c:5041 -#: access/transam/xlog.c:5050 access/transam/xlog.c:5057 -#: access/transam/xlog.c:5066 access/transam/xlog.c:5073 -#: access/transam/xlog.c:5082 access/transam/xlog.c:5089 +#: access/transam/xlog.c:5016 access/transam/xlog.c:5025 +#: access/transam/xlog.c:5049 access/transam/xlog.c:5056 +#: access/transam/xlog.c:5063 access/transam/xlog.c:5068 +#: access/transam/xlog.c:5075 access/transam/xlog.c:5082 +#: access/transam/xlog.c:5089 access/transam/xlog.c:5096 +#: access/transam/xlog.c:5103 access/transam/xlog.c:5110 +#: access/transam/xlog.c:5119 access/transam/xlog.c:5126 +#: access/transam/xlog.c:5135 access/transam/xlog.c:5142 +#: access/transam/xlog.c:5151 access/transam/xlog.c:5158 #: utils/init/miscinit.c:1171 #, c-format msgid "database files are incompatible with server" msgstr "pliki bazy danych są niezgodne z serwerem" -#: access/transam/xlog.c:4948 +#: access/transam/xlog.c:5017 #, 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 "Klaster bazy danych został zainicjowany z PG_CONTROL_VERSION %d (0x%08x), ale serwer był skompilowany z PG_CONTROL_VERSION %d (0x%08x)." -#: access/transam/xlog.c:4952 +#: access/transam/xlog.c:5021 #, c-format msgid "This could be a problem of mismatched byte ordering. It looks like you need to initdb." msgstr "Może to być problem niepoprawnego uporządkowania bajtów. Wydaje się jakby konieczne było initdb." -#: access/transam/xlog.c:4957 +#: access/transam/xlog.c:5026 #, c-format msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." msgstr "Klaster bazy danych został zainicjowany z PG_CONTROL_VERSION %d, ale serwer był skompilowany z PG_CONTROL_VERSION %d." -#: access/transam/xlog.c:4960 access/transam/xlog.c:4984 -#: access/transam/xlog.c:4991 access/transam/xlog.c:4996 +#: access/transam/xlog.c:5029 access/transam/xlog.c:5053 +#: access/transam/xlog.c:5060 access/transam/xlog.c:5065 #, c-format msgid "It looks like you need to initdb." msgstr "Wydaje się jakby konieczne było initdb." -#: access/transam/xlog.c:4971 +#: access/transam/xlog.c:5040 #, c-format msgid "incorrect checksum in control file" msgstr "niepoprawna suma kontrolna pliku kontrolnego" -#: access/transam/xlog.c:4981 +#: access/transam/xlog.c:5050 #, c-format msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." msgstr "Klaster bazy danych został zainicjowany z CATALOG_VERSION_NO %d, ale serwer był skompilowany z CATALOG_VERSION_NO %d." -#: access/transam/xlog.c:4988 +#: access/transam/xlog.c:5057 #, c-format msgid "The database cluster was initialized with MAXALIGN %d, but the server was compiled with MAXALIGN %d." msgstr "Klaster bazy danych został zainicjowany z MAXALIGN %d, ale serwer był skompilowany z MAXALIGN %d." -#: access/transam/xlog.c:4995 +#: access/transam/xlog.c:5064 #, c-format msgid "The database cluster appears to use a different floating-point number format than the server executable." msgstr "Klaster bazy danych wydaje się używać innego formatu liczb zmiennoprzecinkowych niż plik wykonywalny serwera." -#: access/transam/xlog.c:5000 +#: access/transam/xlog.c:5069 #, c-format msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." msgstr "Klaster bazy danych został zainicjowany z BLCKSZ %d, ale serwer był skompilowany z BLCKSZ %d." -#: access/transam/xlog.c:5003 access/transam/xlog.c:5010 -#: access/transam/xlog.c:5017 access/transam/xlog.c:5024 -#: access/transam/xlog.c:5031 access/transam/xlog.c:5038 -#: access/transam/xlog.c:5045 access/transam/xlog.c:5053 -#: access/transam/xlog.c:5060 access/transam/xlog.c:5069 -#: access/transam/xlog.c:5076 access/transam/xlog.c:5085 -#: access/transam/xlog.c:5092 +#: access/transam/xlog.c:5072 access/transam/xlog.c:5079 +#: access/transam/xlog.c:5086 access/transam/xlog.c:5093 +#: access/transam/xlog.c:5100 access/transam/xlog.c:5107 +#: access/transam/xlog.c:5114 access/transam/xlog.c:5122 +#: access/transam/xlog.c:5129 access/transam/xlog.c:5138 +#: access/transam/xlog.c:5145 access/transam/xlog.c:5154 +#: access/transam/xlog.c:5161 #, c-format msgid "It looks like you need to recompile or initdb." msgstr "Wydaje się jakby konieczna była rekompilacja lub initdb." -#: access/transam/xlog.c:5007 +#: access/transam/xlog.c:5076 #, c-format msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." msgstr "Klaster bazy danych został zainicjowany z RELSEG_SIZE %d, ale serwer był skompilowany z RELSEG_SIZE %d." -#: access/transam/xlog.c:5014 +#: access/transam/xlog.c:5083 #, c-format msgid "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was compiled with XLOG_BLCKSZ %d." msgstr "Klaster bazy danych został zainicjowany z XLOG_BLCKSZ %d, ale serwer był skompilowany z XLOG_BLCKSZ %d." -#: access/transam/xlog.c:5021 +#: access/transam/xlog.c:5090 #, c-format msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." msgstr "Klaster bazy danych został zainicjowany z XLOG_SEG_SIZE %d, ale serwer był skompilowany z XLOG_SEG_SIZE %d." -#: access/transam/xlog.c:5028 +#: access/transam/xlog.c:5097 #, c-format msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." msgstr "Klaster bazy danych został zainicjowany z NAMEDATALEN %d, ale serwer był skompilowany z NAMEDATALEN %d." -#: access/transam/xlog.c:5035 +#: access/transam/xlog.c:5104 #, c-format msgid "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server was compiled with INDEX_MAX_KEYS %d." msgstr "Klaster bazy danych został zainicjowany z INDEX_MAX_KEYS %d, ale serwer był skompilowany z INDEX_MAX_KEYS %d." -#: access/transam/xlog.c:5042 +#: access/transam/xlog.c:5111 #, 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 "Klaster bazy danych został zainicjowany z TOAST_MAX_CHUNK_SIZE %d, ale serwer był skompilowany z TOAST_MAX_CHUNK_SIZE %d." -#: access/transam/xlog.c:5051 +#: access/transam/xlog.c:5120 #, c-format msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP." msgstr "Klaster bazy danych został zainicjowany bez HAVE_INT64_TIMESTAMP, ale serwer był skompilowany z HAVE_INT64_TIMESTAMP." -#: access/transam/xlog.c:5058 +#: access/transam/xlog.c:5127 #, c-format msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." msgstr "Klaster bazy danych został zainicjowany z HAVE_INT64_TIMESTAMP, ale serwer był skompilowany bez HAVE_INT64_TIMESTAMP." -#: access/transam/xlog.c:5067 +#: access/transam/xlog.c:5136 #, c-format msgid "The database cluster was initialized without USE_FLOAT4_BYVAL but the server was compiled with USE_FLOAT4_BYVAL." msgstr "Klaster bazy danych został zainicjowany bez USE_FLOAT4_BYVAL, ale serwer był skompilowany z USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:5074 +#: access/transam/xlog.c:5143 #, c-format msgid "The database cluster was initialized with USE_FLOAT4_BYVAL but the server was compiled without USE_FLOAT4_BYVAL." msgstr "Klaster bazy danych został zainicjowany z USE_FLOAT4_BYVAL, ale serwer był skompilowany bez USE_FLOAT4_BYVAL." -#: access/transam/xlog.c:5083 +#: access/transam/xlog.c:5152 #, c-format msgid "The database cluster was initialized without USE_FLOAT8_BYVAL but the server was compiled with USE_FLOAT8_BYVAL." msgstr "Klaster bazy danych został zainicjowany bez USE_FLOAT8_BYVAL, ale serwer był skompilowany z USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:5090 +#: access/transam/xlog.c:5159 #, c-format msgid "The database cluster was initialized with USE_FLOAT8_BYVAL but the server was compiled without USE_FLOAT8_BYVAL." msgstr "Klaster bazy danych został zainicjowany z USE_FLOAT8_BYVAL, ale serwer był skompilowany bez USE_FLOAT8_BYVAL." -#: access/transam/xlog.c:5417 +#: access/transam/xlog.c:5486 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "nie można pisać do pliku dziennika transakcji ładującej: %m" -#: access/transam/xlog.c:5423 +#: access/transam/xlog.c:5492 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "nie można wykonać fsync na pliku dziennika transakcji ładującej: %m" -#: access/transam/xlog.c:5428 +#: access/transam/xlog.c:5497 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "nie można zamknąć pliku dziennika transakcji ładującej: %m" -#: access/transam/xlog.c:5495 +#: access/transam/xlog.c:5564 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "nie można otworzyć pliku polecenia odtworzenia \"%s\": %m" -#: access/transam/xlog.c:5535 access/transam/xlog.c:5626 -#: access/transam/xlog.c:5637 commands/extension.c:525 +#: access/transam/xlog.c:5604 access/transam/xlog.c:5695 +#: access/transam/xlog.c:5706 commands/extension.c:525 #: commands/extension.c:533 utils/misc/guc.c:5343 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "parametr \"%s\" wymaga wartości Boolean" -#: access/transam/xlog.c:5551 +#: access/transam/xlog.c:5620 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "linia_czasu_celu_odzyskiwania nie jest poprawną liczbą: \"%s\"" -#: access/transam/xlog.c:5567 +#: access/transam/xlog.c:5636 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "xid_celu_odzyskiwania nie jest poprawną liczbą: \"%s\"" -#: access/transam/xlog.c:5611 +#: access/transam/xlog.c:5680 #, c-format msgid "recovery_target_name is too long (maximum %d characters)" msgstr "nazwa_celu_odzyskiwania jest zbyt długa (maksymalnie %d znaki)" -#: access/transam/xlog.c:5658 +#: access/transam/xlog.c:5727 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "nierozpoznany parametr odzyskiwania: \"%s\"" -#: access/transam/xlog.c:5669 +#: access/transam/xlog.c:5738 #, c-format msgid "recovery command file \"%s\" specified neither primary_conninfo nor restore_command" msgstr "plik poleceń odzyskiwania \"%s\" nie wskazuje ani na infopołącz_pierwotnego ani polecenie_odtworzenia" -#: access/transam/xlog.c:5671 +#: access/transam/xlog.c:5740 #, c-format msgid "The database server will regularly poll the pg_xlog subdirectory to check for files placed there." msgstr "Serwer bazy danych będzie regularnie odpytywać podfolder pg_xlog by sprawdzić położone tu pliki." -#: access/transam/xlog.c:5677 +#: access/transam/xlog.c:5746 #, c-format msgid "recovery command file \"%s\" must specify restore_command when standby mode is not enabled" msgstr "plik polecenia odzyskiwania \"%s\" musi wskazywać polecenie_odtworzenia gdy nie jest włączony tryb gotowości" -#: access/transam/xlog.c:5697 +#: access/transam/xlog.c:5766 #, c-format msgid "recovery target timeline %u does not exist" msgstr "linia czasowa celu odtworzenia %u nie istnieje" -#: access/transam/xlog.c:5793 +#: access/transam/xlog.c:5862 #, c-format msgid "archive recovery complete" msgstr "wykonane odtworzenie archiwum" -#: access/transam/xlog.c:5918 +#: access/transam/xlog.c:5987 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "zatrzymanie odzyskiwania po zatwierdzeniu transakcji %u, czas %s" -#: access/transam/xlog.c:5923 +#: access/transam/xlog.c:5992 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "zatrzymanie odzyskiwania przed zatwierdzeniem transakcji %u, czas %s" -#: access/transam/xlog.c:5931 +#: access/transam/xlog.c:6000 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "zatrzymanie odzyskiwania po przerwaniu transakcji %u, czas %s" -#: access/transam/xlog.c:5936 +#: access/transam/xlog.c:6005 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "zatrzymanie odzyskiwania przed przerwaniem transakcji %u, czas %s" -#: access/transam/xlog.c:5945 +#: access/transam/xlog.c:6014 #, c-format msgid "recovery stopping at restore point \"%s\", time %s" msgstr "zatrzymanie odzyskiwania w punkcie przywrócenia \"%s\", czas %s" -#: access/transam/xlog.c:5979 +#: access/transam/xlog.c:6048 #, c-format msgid "recovery has paused" msgstr "odzyskiwanie zostało wstrzymane" -#: access/transam/xlog.c:5980 +#: access/transam/xlog.c:6049 #, c-format msgid "Execute pg_xlog_replay_resume() to continue." msgstr "Wykonaj pg_xlog_replay_resume() by kontynuować." -#: access/transam/xlog.c:6110 +#: access/transam/xlog.c:6179 #, 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 "rezerwa dynamiczna nie jest możliwa ponieważ %s = %d jest niższym ustawieniem niż na serwerze podstawowym (jego wartość była %d)" -#: access/transam/xlog.c:6132 +#: access/transam/xlog.c:6201 #, c-format msgid "WAL was generated with wal_level=minimal, data may be missing" msgstr "WAL został utworzony z wal_level=minimal, może brakować danych" -#: access/transam/xlog.c:6133 +#: access/transam/xlog.c:6202 #, c-format msgid "This happens if you temporarily set wal_level=minimal without taking a new base backup." msgstr "To zdarza się, jeśli ustawi się tymczasowo wal_level=minimal bez wykonania nowej kopii zapasowej bazy." -#: access/transam/xlog.c:6144 +#: access/transam/xlog.c:6213 #, c-format msgid "hot standby is not possible because wal_level was not set to \"hot_standby\" on the master server" msgstr "rezerwa dynamiczna nie jest możliwa ponieważ wal_level nie był ustawiony na \"hot_standby\" na serwerze podstawowym" -#: access/transam/xlog.c:6145 +#: access/transam/xlog.c:6214 #, c-format msgid "Either set wal_level to \"hot_standby\" on the master, or turn off hot_standby here." msgstr "Albo ustaw wal_level na \"hot_standby\" na podstawowym, ambo wyłącz hot_standby tutaj." -#: access/transam/xlog.c:6195 +#: access/transam/xlog.c:6264 #, c-format msgid "control file contains invalid data" msgstr "plik kontrolny zawiera niepoprawne dane" -#: access/transam/xlog.c:6199 +#: access/transam/xlog.c:6268 #, c-format msgid "database system was shut down at %s" msgstr "system bazy danych został zamknięty %s" -#: access/transam/xlog.c:6203 +#: access/transam/xlog.c:6272 #, c-format msgid "database system was shut down in recovery at %s" msgstr "system bazy danych został zamknięty w odzysku %s" -#: access/transam/xlog.c:6207 +#: access/transam/xlog.c:6276 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "zamknięcie systemu bazy danych zostało przerwane; ostatnie znane podniesienie %s" -#: access/transam/xlog.c:6211 +#: access/transam/xlog.c:6280 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "system bazy danych został przerwany podczas odzysku %s" -#: access/transam/xlog.c:6213 +#: access/transam/xlog.c:6282 #, c-format msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." msgstr "Oznacza to prawdopodobnie, że pewne dane zostały uszkodzone będzie konieczne użycie ostatniej kopii zapasowej do odzyskania." -#: access/transam/xlog.c:6217 +#: access/transam/xlog.c:6286 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "system bazy danych został przerwany podczas odzysku - czas dziennika %s" -#: access/transam/xlog.c:6219 +#: access/transam/xlog.c:6288 #, 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 "Jeśli zdarzyło się to więcej niż raz, pewne dane mogły zostać uszkodzone i należy wybrać wcześniejszy cel odzyskiwania." -#: access/transam/xlog.c:6223 +#: access/transam/xlog.c:6292 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "działanie systemu bazy danych zostało przerwane; ostatnie znane podniesienie %s" -#: access/transam/xlog.c:6272 +#: access/transam/xlog.c:6341 #, c-format msgid "requested timeline %u is not a child of database system timeline %u" msgstr "żądana linia czasu %u nie jest potomna dla linii czasu systemu bazy danych %u" -#: access/transam/xlog.c:6290 +#: access/transam/xlog.c:6359 #, c-format msgid "entering standby mode" msgstr "wejście w tryb gotowości" -#: access/transam/xlog.c:6293 +#: access/transam/xlog.c:6362 #, c-format msgid "starting point-in-time recovery to XID %u" msgstr "chwila początkowa odzyskiwania do XID %u" -#: access/transam/xlog.c:6297 +#: access/transam/xlog.c:6366 #, c-format msgid "starting point-in-time recovery to %s" msgstr "chwila początkowa odzyskiwania do %s" -#: access/transam/xlog.c:6301 +#: access/transam/xlog.c:6370 #, c-format msgid "starting point-in-time recovery to \"%s\"" msgstr "chwila początkowa odzyskiwania do \"%s\"" -#: access/transam/xlog.c:6305 +#: access/transam/xlog.c:6374 #, c-format msgid "starting archive recovery" msgstr "rozpoczęto odzyskiwanie archiwum" -#: access/transam/xlog.c:6328 access/transam/xlog.c:6368 +#: access/transam/xlog.c:6406 access/transam/xlog.c:6473 #, c-format msgid "checkpoint record is at %X/%X" msgstr "rekord punktu kontrolnego jest w %X/%X" -#: access/transam/xlog.c:6342 +#: access/transam/xlog.c:6420 #, c-format msgid "could not find redo location referenced by checkpoint record" msgstr "nie można odnaleźć położenia ponowienia wskazywanego przez rekord punktu kontrolnego" -#: access/transam/xlog.c:6343 access/transam/xlog.c:6350 +#: access/transam/xlog.c:6421 access/transam/xlog.c:6428 #, c-format msgid "If you are not restoring from a backup, try removing the file \"%s/backup_label\"." msgstr "Jeśli nie odtwarzasz z kopii zapasowej, spróbuj usunąć plik \"%s/backup_label\"." -#: access/transam/xlog.c:6349 +#: access/transam/xlog.c:6427 #, c-format msgid "could not locate required checkpoint record" msgstr "nie można odnaleźć wymaganego rekordu punktu kontrolnego" -#: access/transam/xlog.c:6378 access/transam/xlog.c:6393 +#: access/transam/xlog.c:6483 access/transam/xlog.c:6498 #, c-format msgid "could not locate a valid checkpoint record" msgstr "nie można odnaleźć poprawnego rekordu punktu kontrolnego" -#: access/transam/xlog.c:6387 +#: access/transam/xlog.c:6492 #, c-format msgid "using previous checkpoint record at %X/%X" msgstr "użycie poprzedniego rekordu punktu kontrolnego w %X/%X" -#: access/transam/xlog.c:6402 +#: access/transam/xlog.c:6507 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "rekord ponowienia w %X/%X; zamknięcie %s" -#: access/transam/xlog.c:6406 +#: access/transam/xlog.c:6511 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "ID następnej transakcji: %u/%u; następny OID: %u" -#: access/transam/xlog.c:6410 +#: access/transam/xlog.c:6515 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "następny MultiXactId: %u; następny MultiXactOffset: %u" -#: access/transam/xlog.c:6413 +#: access/transam/xlog.c:6518 #, c-format msgid "oldest unfrozen transaction ID: %u, in database %u" msgstr "ID najstarszej niezamrożonej transakcji: %u; następny OID: %u" -#: access/transam/xlog.c:6417 +#: access/transam/xlog.c:6522 #, c-format msgid "invalid next transaction ID" msgstr "nieprawidłowy ID następnej transakcji" -#: access/transam/xlog.c:6441 +#: access/transam/xlog.c:6552 #, c-format msgid "invalid redo in checkpoint record" msgstr "niepoprawne ponowienie w rekordzie punktu kontrolnego" -#: access/transam/xlog.c:6452 +#: access/transam/xlog.c:6563 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "niepoprawny rekord ponowienia w punkcie kontrolnym zamknięcia" -#: access/transam/xlog.c:6483 +#: access/transam/xlog.c:6594 #, c-format msgid "database system was not properly shut down; automatic recovery in progress" msgstr "system bazy danych nie został poprawnie zamknięty; trwa automatyczne odzyskiwanie" -#: access/transam/xlog.c:6515 +#: access/transam/xlog.c:6626 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label zawiera dane niespójne z plikiem sterującym" -#: access/transam/xlog.c:6516 +#: access/transam/xlog.c:6627 #, c-format msgid "This means that the backup is corrupted and you will have to use another backup for recovery." msgstr "Oznacza to, że kopia zapasowa została uszkodzona i będzie konieczne użycie innej kopii zapasowej do odzyskania." -#: access/transam/xlog.c:6580 +#: access/transam/xlog.c:6691 #, c-format msgid "initializing for hot standby" msgstr "inicjacja dla rezerwy dynamicznej" -#: access/transam/xlog.c:6711 +#: access/transam/xlog.c:6822 #, c-format msgid "redo starts at %X/%X" msgstr "ponowienie uruchamia się w %X/%X" -#: access/transam/xlog.c:6848 +#: access/transam/xlog.c:6960 #, c-format msgid "redo done at %X/%X" msgstr "ponowienie wykonane w %X/%X" -#: access/transam/xlog.c:6853 access/transam/xlog.c:8493 +#: access/transam/xlog.c:6965 access/transam/xlog.c:8635 #, c-format msgid "last completed transaction was at log time %s" msgstr "czas ostatniej zakończonej transakcji według dziennika %s" -#: access/transam/xlog.c:6861 +#: access/transam/xlog.c:6973 #, c-format msgid "redo is not required" msgstr "ponowienie nie jest wymagane" -#: access/transam/xlog.c:6909 +#: access/transam/xlog.c:7021 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "żądany punkt zatrzymania odtworzenia znajduje się przed punktem spójnego odzyskania" -#: access/transam/xlog.c:6925 access/transam/xlog.c:6929 +#: access/transam/xlog.c:7037 access/transam/xlog.c:7041 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL kończy się prze końcem backupu online" -#: access/transam/xlog.c:6926 +#: access/transam/xlog.c:7038 #, c-format msgid "All WAL generated while online backup was taken must be available at recovery." msgstr "Wszystkie WAL utworzone podczas wykonywania ostatniego backupu online muszą być dostępne w czasie odtworzenia." -#: access/transam/xlog.c:6930 +#: access/transam/xlog.c:7042 #, 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 "Backup online uruchomiony z pg_start_backup() musi być zakończony pg_stop_backup(), a wszystkie WALL do tego miejsca muszą być dostępne podczas odzyskiwania." -#: access/transam/xlog.c:6933 +#: access/transam/xlog.c:7045 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL kończy się przed punktem spójnego odzyskiwania" -#: access/transam/xlog.c:6955 +#: access/transam/xlog.c:7069 #, c-format msgid "selected new timeline ID: %u" msgstr "wybrany nowy ID linii czasowej: %u" -#: access/transam/xlog.c:7247 +#: access/transam/xlog.c:7369 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "stan spójnego odzyskania osiągnięty w %X/%X" -#: access/transam/xlog.c:7414 +#: access/transam/xlog.c:7548 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "niepoprawny link podstawowego punktu kontrolnego w pliku kontrolnym" -#: access/transam/xlog.c:7418 +#: access/transam/xlog.c:7552 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "niepoprawny link wtórnego punktu kontrolnego w pliku kontrolnym" -#: access/transam/xlog.c:7422 +#: access/transam/xlog.c:7556 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "niepoprawny link punktu kontrolnego w pliku etykiety_backupu" -#: access/transam/xlog.c:7436 +#: access/transam/xlog.c:7570 #, c-format msgid "invalid primary checkpoint record" msgstr "niepoprawny podstawowy rekord punktu kontrolnego" -#: access/transam/xlog.c:7440 +#: access/transam/xlog.c:7574 #, c-format msgid "invalid secondary checkpoint record" msgstr "niepoprawny wtórny rekord punktu kontrolnego" -#: access/transam/xlog.c:7444 +#: access/transam/xlog.c:7578 #, c-format msgid "invalid checkpoint record" msgstr "niepoprawny rekord punktu kontrolnego" -#: access/transam/xlog.c:7455 +#: access/transam/xlog.c:7589 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "niepoprawny ID menadżera zasobów w podstawowym rekordzie punktu kontrolnego" -#: access/transam/xlog.c:7459 +#: access/transam/xlog.c:7593 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" msgstr "niepoprawny ID menadżera zasobów we wtórnym rekordzie punktu kontrolnego" -#: access/transam/xlog.c:7463 +#: access/transam/xlog.c:7597 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "niepoprawny ID menadżera zasobów w rekordzie punktu kontrolnego" -#: access/transam/xlog.c:7475 +#: access/transam/xlog.c:7609 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "niepoprawny xl_info w podstawowym rekordzie punktu kontrolnego" -#: access/transam/xlog.c:7479 +#: access/transam/xlog.c:7613 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "niepoprawny xl_info we wtórnym rekordzie punktu kontrolnego" -#: access/transam/xlog.c:7483 +#: access/transam/xlog.c:7617 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "niepoprawny xl_info w rekordzie punktu kontrolnego" -#: access/transam/xlog.c:7495 +#: access/transam/xlog.c:7629 #, c-format msgid "invalid length of primary checkpoint record" msgstr "niepoprawna długość podstawowego rekordu punktu kontrolnego" -#: access/transam/xlog.c:7499 +#: access/transam/xlog.c:7633 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "niepoprawna długość wtórnego rekordu punktu kontrolnego" -#: access/transam/xlog.c:7503 +#: access/transam/xlog.c:7637 #, c-format msgid "invalid length of checkpoint record" msgstr "niepoprawna długość rekordu punktu kontrolnego" -#: access/transam/xlog.c:7672 +#: access/transam/xlog.c:7806 #, c-format msgid "shutting down" msgstr "zamykanie" -#: access/transam/xlog.c:7694 +#: access/transam/xlog.c:7828 #, c-format msgid "database system is shut down" msgstr "system bazy danych jest zamknięty" -#: access/transam/xlog.c:8140 +#: access/transam/xlog.c:8274 #, c-format msgid "concurrent transaction log activity while database system is shutting down" msgstr "równoczesna aktywność dziennika transakcji podczas gdy system bazy danych jest zamykany" -#: access/transam/xlog.c:8351 +#: access/transam/xlog.c:8485 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "pominięcie punktu restartu, odzyskiwanie już się zakończyło" -#: access/transam/xlog.c:8374 +#: access/transam/xlog.c:8508 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "pominięcie punktu restartu, wykonano już w %X/%X" -#: access/transam/xlog.c:8491 +#: access/transam/xlog.c:8633 #, c-format msgid "recovery restart point at %X/%X" msgstr "punkt restartu odzyskiwania w %X/%X" -#: access/transam/xlog.c:8635 +#: access/transam/xlog.c:8777 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "punkt przywrócenia \"%s\" utworzony w %X/%X" -#: access/transam/xlog.c:8806 +#: access/transam/xlog.c:8948 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "zapis kopii roboczej online został anulowany, odzyskiwanie nie może być kontynuowane" -#: access/transam/xlog.c:8869 +#: access/transam/xlog.c:9011 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "nieoczekiwany ID linii czasu %u (po %u) w rekordzie punktu kontrolnego" -#: access/transam/xlog.c:8918 +#: access/transam/xlog.c:9060 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "nieoczekiwany ID linii czasu %u (powinien być %u) w rekordzie punktu kontrolnego" -#: access/transam/xlog.c:9215 access/transam/xlog.c:9239 +#: access/transam/xlog.c:9357 access/transam/xlog.c:9381 #, c-format msgid "could not fsync log file %u, segment %u: %m" msgstr "nie można wykonać fsync na pliku dziennika %u, segment %u: %m" -#: access/transam/xlog.c:9247 +#: access/transam/xlog.c:9389 #, c-format msgid "could not fsync write-through log file %u, segment %u: %m" msgstr "nie można wykonać fsync write-through na pliku dziennika %u, segment %u: %m" -#: access/transam/xlog.c:9256 +#: access/transam/xlog.c:9398 #, c-format msgid "could not fdatasync log file %u, segment %u: %m" msgstr "nie można wykonać fdatasync na pliku dziennika %u, segment %u: %m" -#: access/transam/xlog.c:9312 access/transam/xlog.c:9642 -#, c-format -msgid "must be superuser or replication role to run a backup" -msgstr "musisz być superużytkownikiem lub rolą replikacji by uruchomić tworzenie kopii zapasowej" - -#: access/transam/xlog.c:9320 access/transam/xlog.c:9650 -#: access/transam/xlogfuncs.c:107 access/transam/xlogfuncs.c:139 -#: access/transam/xlogfuncs.c:181 access/transam/xlogfuncs.c:205 -#: access/transam/xlogfuncs.c:288 access/transam/xlogfuncs.c:365 +#: access/transam/xlog.c:9460 access/transam/xlog.c:9788 +#: access/transam/xlogfuncs.c:117 access/transam/xlogfuncs.c:149 +#: access/transam/xlogfuncs.c:191 access/transam/xlogfuncs.c:215 +#: access/transam/xlogfuncs.c:298 access/transam/xlogfuncs.c:375 #, c-format msgid "recovery is in progress" msgstr "trwa odzyskiwanie" -#: access/transam/xlog.c:9321 access/transam/xlog.c:9651 -#: access/transam/xlogfuncs.c:108 access/transam/xlogfuncs.c:140 -#: access/transam/xlogfuncs.c:182 access/transam/xlogfuncs.c:206 +#: access/transam/xlog.c:9461 access/transam/xlog.c:9789 +#: access/transam/xlogfuncs.c:118 access/transam/xlogfuncs.c:150 +#: access/transam/xlogfuncs.c:192 access/transam/xlogfuncs.c:216 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "Funkcje kontroli WAL nie mogą być wykonywane w trakcie odzyskiwania." -#: access/transam/xlog.c:9330 access/transam/xlog.c:9660 +#: access/transam/xlog.c:9470 access/transam/xlog.c:9798 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "poziom WAL niewystarczający do wykonania kopii zapasowej online" -#: access/transam/xlog.c:9331 access/transam/xlog.c:9661 -#: access/transam/xlogfuncs.c:146 +#: access/transam/xlog.c:9471 access/transam/xlog.c:9799 +#: access/transam/xlogfuncs.c:156 #, c-format msgid "wal_level must be set to \"archive\" or \"hot_standby\" at server start." msgstr "wal_level musi być ustawiony na \"archive\" lub \"hot_standby\" w czasie uruchomienia serwera." -#: access/transam/xlog.c:9336 +#: access/transam/xlog.c:9476 #, c-format msgid "backup label too long (max %d bytes)" msgstr "za długa etykieta backupu (maks %d bajtów)" -#: access/transam/xlog.c:9367 access/transam/xlog.c:9543 +#: access/transam/xlog.c:9507 access/transam/xlog.c:9683 #, c-format msgid "a backup is already in progress" msgstr "tworzenie kopii zapasowej jest już w toku" -#: access/transam/xlog.c:9368 +#: access/transam/xlog.c:9508 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Uruchom pg_stop_backup() i spróbuj ponownie." -#: access/transam/xlog.c:9461 +#: access/transam/xlog.c:9601 #, c-format msgid "WAL generated with full_page_writes=off was replayed since last restartpoint" msgstr "WAL wygenerowane z full_page_writes=off zostały ponownie odtworzone od ostatniego punktu restartu" -#: access/transam/xlog.c:9463 access/transam/xlog.c:9810 +#: access/transam/xlog.c:9603 access/transam/xlog.c:9948 #, 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 "Oznacza to, że kopia zapasowa wykonana w czasie gotowości jest uszkodzony i nie powinna być używana. Włącz full_page_writes i uruchom CHECKPOINT na podstawowym, a następnie spróbuj wykonać ponownie backup online." -#: access/transam/xlog.c:9544 +#: access/transam/xlog.c:9684 #, c-format msgid "If you're sure there is no backup in progress, remove file \"%s\" and try again." msgstr "Jeśli masz pewność, że nie jest wykonywany żaden backup, usuń plik \"%s\" i spróbuj raz jeszcze." -#: access/transam/xlog.c:9561 access/transam/xlog.c:9869 +#: access/transam/xlog.c:9701 access/transam/xlog.c:10007 #, c-format msgid "could not write file \"%s\": %m" msgstr "nie można pisać do pliku \"%s\": %m" -#: access/transam/xlog.c:9705 +#: access/transam/xlog.c:9843 #, c-format msgid "a backup is not in progress" msgstr "tworzenie kopii zapasowej nie jest w toku" -#: access/transam/xlog.c:9744 access/transam/xlog.c:9756 -#: access/transam/xlog.c:10110 access/transam/xlog.c:10116 +#: access/transam/xlog.c:9882 access/transam/xlog.c:9894 +#: access/transam/xlog.c:10248 access/transam/xlog.c:10254 #, c-format msgid "invalid data in file \"%s\"" msgstr "nieprawidłowe dane w pliku \"%s\"" -#: access/transam/xlog.c:9760 +#: access/transam/xlog.c:9898 #, c-format msgid "the standby was promoted during online backup" msgstr "tryb gotowości został rozgłoszony podczas backupu online" -#: access/transam/xlog.c:9761 +#: access/transam/xlog.c:9899 #, c-format msgid "This means that the backup being taken is corrupt and should not be used. Try taking another online backup." msgstr "Oznacza to, że wykonywana właśnie kopia zapasowa jest uszkodzona i nie powinna być wykorzystana. Spróbuj wykonać kolejny backup online." -#: access/transam/xlog.c:9808 +#: access/transam/xlog.c:9946 #, c-format msgid "WAL generated with full_page_writes=off was replayed during online backup" msgstr "WAL wygenerowane z full_page_writes=off zostały ponownie odtworzone podczas ostatniego punktu restartu" -#: access/transam/xlog.c:9918 +#: access/transam/xlog.c:10056 #, c-format msgid "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" msgstr "wykonano czyszczenie pg_stop_backup, oczekiwanie na wymagane segmenty WAL do zarchiwizowania" -#: access/transam/xlog.c:9928 +#: access/transam/xlog.c:10066 #, c-format msgid "pg_stop_backup still waiting for all required WAL segments to be archived (%d seconds elapsed)" msgstr "pg_stop_backup, wciąż trwa oczekiwanie na wszystkie wymagane segmenty WAL do zarchiwizowania (upłynęło %d sekund)" -#: access/transam/xlog.c:9930 +#: access/transam/xlog.c:10068 #, 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 "Sprawdź, że archive_command jest poprawnie wykonywane. pg_stop_backup może być bezpiecznie anulowane, ale backup bazy danych nie będzie zdatny do użytku bez wszystkich segmentów WAL." -#: access/transam/xlog.c:9937 +#: access/transam/xlog.c:10075 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" msgstr "pg_stop_backup kompletny, zarchiwizowano wszystkie wymagane segmenty WAL" -#: access/transam/xlog.c:9941 +#: access/transam/xlog.c:10079 #, 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 "archiwizacja WAL nie jest włączona; musisz upewnić się, że wszystkie segmenty WAL zostały skopiowane innymi środkami by w całości zakończyć backup" -#: access/transam/xlog.c:10160 +#: access/transam/xlog.c:10298 #, c-format msgid "xlog redo %s" msgstr "ponowienie xlog %s" -#: access/transam/xlog.c:10200 +#: access/transam/xlog.c:10338 #, c-format msgid "online backup mode canceled" msgstr "tryb wykonania kopii zapasowej online anulowany" -#: access/transam/xlog.c:10201 +#: access/transam/xlog.c:10339 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "\"%s\" został przemianowany na \"%s\"." -#: access/transam/xlog.c:10208 +#: access/transam/xlog.c:10346 #, c-format msgid "online backup mode was not canceled" msgstr "tryb wykonania kopii zapasowej online nie został anulowany" -#: access/transam/xlog.c:10209 +#: access/transam/xlog.c:10347 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Nie można zmienić nazwy \"%s\" na \"%s\": %m." -#: access/transam/xlog.c:10556 access/transam/xlog.c:10578 +#: access/transam/xlog.c:10697 access/transam/xlog.c:10719 #, c-format msgid "could not read from log file %u, segment %u, offset %u: %m" msgstr "nie można czytać z pliku logów %u, segment %u, offset %u: %m" -#: access/transam/xlog.c:10667 +#: access/transam/xlog.c:10808 #, c-format msgid "received promote request" msgstr "otrzymano żądanie rozgłoszenia" -#: access/transam/xlog.c:10680 +#: access/transam/xlog.c:10821 #, c-format msgid "trigger file found: %s" msgstr "odnaleziono plik wyzwalacza: %s" -#: access/transam/xlogfuncs.c:102 +#: access/transam/xlogfuncs.c:60 access/transam/xlogfuncs.c:91 +#, c-format +msgid "must be superuser or replication role to run a backup" +msgstr "musisz być superużytkownikiem lub rolą replikacji by uruchomić tworzenie kopii zapasowej" + +#: access/transam/xlogfuncs.c:112 #, c-format msgid "must be superuser to switch transaction log files" msgstr "musisz być superużytkownikiem by przełączyć pliki dzienników transakcji" -#: access/transam/xlogfuncs.c:134 +#: access/transam/xlogfuncs.c:144 #, c-format msgid "must be superuser to create a restore point" msgstr "musisz być superużytkownikiem aby utworzyć punkt przywrócenia" -#: access/transam/xlogfuncs.c:145 +#: access/transam/xlogfuncs.c:155 #, c-format msgid "WAL level not sufficient for creating a restore point" msgstr "poziom WAL niewystarczający do utworzenia punktu przywrócenia" -#: access/transam/xlogfuncs.c:153 +#: access/transam/xlogfuncs.c:163 #, c-format msgid "value too long for restore point (maximum %d characters)" msgstr "wartość zbyt długa punktu przywrócenia (maksimum %d znaków)" -#: access/transam/xlogfuncs.c:289 +#: access/transam/xlogfuncs.c:299 #, c-format msgid "pg_xlogfile_name_offset() cannot be executed during recovery." msgstr "pg_xlogfile_name_offset() nie może być uruchomiony podczas trwania odzyskiwania." -#: access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:375 -#: access/transam/xlogfuncs.c:530 access/transam/xlogfuncs.c:534 +#: access/transam/xlogfuncs.c:311 access/transam/xlogfuncs.c:385 +#: access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:544 #, c-format msgid "could not parse transaction log location \"%s\"" msgstr "nie można sparsować położenia dziennika transakcji \"%s\"" -#: access/transam/xlogfuncs.c:366 +#: access/transam/xlogfuncs.c:376 #, c-format msgid "pg_xlogfile_name() cannot be executed during recovery." msgstr "pg_xlogfile_name() nie może być uruchomiony podczas trwania." -#: access/transam/xlogfuncs.c:396 access/transam/xlogfuncs.c:418 -#: access/transam/xlogfuncs.c:440 +#: access/transam/xlogfuncs.c:406 access/transam/xlogfuncs.c:428 +#: access/transam/xlogfuncs.c:450 #, c-format msgid "must be superuser to control recovery" msgstr "musisz być superużytkownikiem by kontrolować odzyskiwanie" -#: access/transam/xlogfuncs.c:401 access/transam/xlogfuncs.c:423 -#: access/transam/xlogfuncs.c:445 +#: access/transam/xlogfuncs.c:411 access/transam/xlogfuncs.c:433 +#: access/transam/xlogfuncs.c:455 #, c-format msgid "recovery is not in progress" msgstr "odzyskiwanie nie jest w toku" -#: access/transam/xlogfuncs.c:402 access/transam/xlogfuncs.c:424 -#: access/transam/xlogfuncs.c:446 +#: access/transam/xlogfuncs.c:412 access/transam/xlogfuncs.c:434 +#: access/transam/xlogfuncs.c:456 #, c-format msgid "Recovery control functions can only be executed during recovery." msgstr "Funkcje kontroli odzyskiwania mogą być wykonywane tylko w trakcie odzyskiwania." -#: access/transam/xlogfuncs.c:495 access/transam/xlogfuncs.c:501 +#: access/transam/xlogfuncs.c:505 access/transam/xlogfuncs.c:511 #, c-format msgid "invalid input syntax for transaction log location: \"%s\"" msgstr "niepoprawna składnia wejścia dla położenia dziennika transakcji: \"%s\"" -#: access/transam/xlogfuncs.c:542 access/transam/xlogfuncs.c:546 +#: access/transam/xlogfuncs.c:552 access/transam/xlogfuncs.c:556 #, c-format msgid "xrecoff \"%X\" is out of valid range, 0..%X" msgstr "xrecoff \"%X\" przekracza dopuszczalny przedział 0..%X" -#: bootstrap/bootstrap.c:279 postmaster/postmaster.c:701 tcop/postgres.c:3425 +#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:696 tcop/postgres.c:3436 #, c-format msgid "--%s requires a value" msgstr "--%s wymaga wartości" -#: bootstrap/bootstrap.c:284 postmaster/postmaster.c:706 tcop/postgres.c:3430 +#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:701 tcop/postgres.c:3441 #, c-format msgid "-c %s requires a value" msgstr "-c %s wymaga wartości" -#: bootstrap/bootstrap.c:295 postmaster/postmaster.c:718 -#: postmaster/postmaster.c:731 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:713 +#: postmaster/postmaster.c:726 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Użyj \"%s --help\" aby uzyskać więcej informacji.\n" -#: bootstrap/bootstrap.c:304 +#: bootstrap/bootstrap.c:296 #, c-format msgid "%s: invalid command-line arguments\n" msgstr "%s: nieprawidłowe argumenty wiersza poleceń\n" @@ -2120,28 +2128,28 @@ msgstr "nieprawidłowy typ uprawnienia %s dla serwera obcego" msgid "column privileges are only valid for relations" msgstr "uprawnienia do kolumn są poprawne tylko dla relacji" -#: catalog/aclchk.c:681 catalog/aclchk.c:3879 catalog/aclchk.c:4656 +#: catalog/aclchk.c:681 catalog/aclchk.c:3878 catalog/aclchk.c:4655 #: catalog/objectaddress.c:382 catalog/pg_largeobject.c:112 -#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:273 +#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:262 #, c-format msgid "large object %u does not exist" msgstr "duży obiekt %u nie istnieje" #: catalog/aclchk.c:867 catalog/aclchk.c:875 commands/collationcmds.c:93 -#: commands/copy.c:873 commands/copy.c:891 commands/copy.c:899 -#: commands/copy.c:907 commands/copy.c:915 commands/copy.c:923 -#: commands/copy.c:931 commands/copy.c:939 commands/copy.c:955 -#: commands/copy.c:969 commands/dbcommands.c:144 commands/dbcommands.c:152 +#: commands/copy.c:875 commands/copy.c:893 commands/copy.c:901 +#: commands/copy.c:909 commands/copy.c:917 commands/copy.c:925 +#: commands/copy.c:933 commands/copy.c:941 commands/copy.c:957 +#: commands/copy.c:971 commands/dbcommands.c:144 commands/dbcommands.c:152 #: commands/dbcommands.c:160 commands/dbcommands.c:168 #: commands/dbcommands.c:176 commands/dbcommands.c:184 #: commands/dbcommands.c:192 commands/dbcommands.c:1353 #: commands/dbcommands.c:1361 commands/extension.c:1248 #: commands/extension.c:1256 commands/extension.c:1264 -#: commands/extension.c:2662 commands/foreigncmds.c:543 +#: commands/extension.c:2666 commands/foreigncmds.c:543 #: commands/foreigncmds.c:552 commands/functioncmds.c:507 #: commands/functioncmds.c:599 commands/functioncmds.c:607 -#: commands/functioncmds.c:615 commands/functioncmds.c:1935 -#: commands/functioncmds.c:1943 commands/sequence.c:1156 +#: commands/functioncmds.c:615 commands/functioncmds.c:1934 +#: commands/functioncmds.c:1942 commands/sequence.c:1156 #: 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/typecmds.c:293 commands/typecmds.c:1300 @@ -2163,370 +2171,370 @@ msgstr "sprzeczne lub zbędne opcje" msgid "default privileges cannot be set for columns" msgstr "uprawnienia domyślne nie mogą być ustawione dla kolumn" -#: catalog/aclchk.c:1478 catalog/objectaddress.c:813 commands/analyze.c:384 -#: commands/copy.c:3934 commands/sequence.c:1457 commands/tablecmds.c:4769 -#: commands/tablecmds.c:4861 commands/tablecmds.c:4908 -#: commands/tablecmds.c:5010 commands/tablecmds.c:5054 -#: commands/tablecmds.c:5133 commands/tablecmds.c:5217 -#: commands/tablecmds.c:7159 commands/tablecmds.c:7376 -#: commands/tablecmds.c:7765 commands/trigger.c:604 parser/analyze.c:2046 -#: parser/parse_relation.c:2057 parser/parse_relation.c:2114 -#: parser/parse_target.c:896 parser/parse_type.c:123 utils/adt/acl.c:2838 +#: catalog/aclchk.c:1477 catalog/objectaddress.c:813 commands/analyze.c:384 +#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4771 +#: commands/tablecmds.c:4863 commands/tablecmds.c:4910 +#: commands/tablecmds.c:5012 commands/tablecmds.c:5056 +#: commands/tablecmds.c:5135 commands/tablecmds.c:5219 +#: commands/tablecmds.c:7166 commands/tablecmds.c:7383 +#: commands/tablecmds.c:7772 commands/trigger.c:622 parser/analyze.c:2046 +#: parser/parse_relation.c:2067 parser/parse_relation.c:2124 +#: parser/parse_target.c:899 parser/parse_type.c:123 utils/adt/acl.c:2838 #: utils/adt/ruleutils.c:1614 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "kolumna \"%s\" relacji \"%s\" nie istnieje" -#: catalog/aclchk.c:1743 catalog/objectaddress.c:648 commands/sequence.c:1046 -#: commands/tablecmds.c:210 commands/tablecmds.c:10356 utils/adt/acl.c:2074 +#: catalog/aclchk.c:1742 catalog/objectaddress.c:648 commands/sequence.c:1046 +#: commands/tablecmds.c:210 commands/tablecmds.c:10424 utils/adt/acl.c:2074 #: utils/adt/acl.c:2104 utils/adt/acl.c:2136 utils/adt/acl.c:2168 #: utils/adt/acl.c:2196 utils/adt/acl.c:2226 #, c-format msgid "\"%s\" is not a sequence" msgstr "\"%s\" nie jest sekwencją" -#: catalog/aclchk.c:1781 +#: catalog/aclchk.c:1780 #, c-format msgid "sequence \"%s\" only supports USAGE, SELECT, and UPDATE privileges" msgstr "sekwencja \"%s\" pozwala jedynie na uprawnienia USAGE, SELECT i UPDATE" -#: catalog/aclchk.c:1798 +#: catalog/aclchk.c:1797 #, c-format msgid "invalid privilege type USAGE for table" msgstr "niepoprawny typ uprawnienia USAGE dla tabeli" -#: catalog/aclchk.c:1963 +#: catalog/aclchk.c:1962 #, c-format msgid "invalid privilege type %s for column" msgstr "nieprawidłowy typ uprawnienia %s dla kolumny" -#: catalog/aclchk.c:1976 +#: catalog/aclchk.c:1975 #, c-format msgid "sequence \"%s\" only supports SELECT column privileges" msgstr "sekwencja \"%s\" pozwala jedynie na uprawnienia kolumnowe SELECT" -#: catalog/aclchk.c:2560 +#: catalog/aclchk.c:2559 #, c-format msgid "language \"%s\" is not trusted" msgstr "język \"%s\" nie jest zaufany" -#: catalog/aclchk.c:2562 +#: catalog/aclchk.c:2561 #, c-format msgid "Only superusers can use untrusted languages." msgstr "Jedynie superużytkownik może używać niezaufanych języków." -#: catalog/aclchk.c:3078 +#: catalog/aclchk.c:3077 #, c-format msgid "cannot set privileges of array types" msgstr "nie można ustalić uprawnień dla typów tablicowych" -#: catalog/aclchk.c:3079 +#: catalog/aclchk.c:3078 #, c-format msgid "Set the privileges of the element type instead." msgstr "Ustaw zamiast tego uprawnienia dla typu elementu." -#: catalog/aclchk.c:3086 catalog/objectaddress.c:864 commands/typecmds.c:3128 +#: catalog/aclchk.c:3085 catalog/objectaddress.c:864 commands/typecmds.c:3128 #, c-format msgid "\"%s\" is not a domain" msgstr "\"%s\" nie jest domeną" -#: catalog/aclchk.c:3206 +#: catalog/aclchk.c:3205 #, c-format msgid "unrecognized privilege type \"%s\"" msgstr "nierozpoznany typ uprawnienia \"%s\"" -#: catalog/aclchk.c:3255 +#: catalog/aclchk.c:3254 #, c-format msgid "permission denied for column %s" msgstr "odmowa dostępu do kolumny %s" -#: catalog/aclchk.c:3257 +#: catalog/aclchk.c:3256 #, c-format msgid "permission denied for relation %s" msgstr "odmowa dostępu do relacji %s" -#: catalog/aclchk.c:3259 commands/sequence.c:551 commands/sequence.c:765 +#: catalog/aclchk.c:3258 commands/sequence.c:551 commands/sequence.c:765 #: commands/sequence.c:807 commands/sequence.c:844 commands/sequence.c:1509 #, c-format msgid "permission denied for sequence %s" msgstr "odmowa dostępu do sekwencji %s" -#: catalog/aclchk.c:3261 +#: catalog/aclchk.c:3260 #, c-format msgid "permission denied for database %s" msgstr "odmowa dostępu do bazy danych %s" -#: catalog/aclchk.c:3263 +#: catalog/aclchk.c:3262 #, c-format msgid "permission denied for function %s" msgstr "odmowa dostępu do funkcji %s" -#: catalog/aclchk.c:3265 +#: catalog/aclchk.c:3264 #, c-format msgid "permission denied for operator %s" msgstr "odmowa dostępu do operatora %s" -#: catalog/aclchk.c:3267 +#: catalog/aclchk.c:3266 #, c-format msgid "permission denied for type %s" msgstr "odmowa dostępu do typu %s" -#: catalog/aclchk.c:3269 +#: catalog/aclchk.c:3268 #, c-format msgid "permission denied for language %s" msgstr "odmowa dostępu do języka %s" -#: catalog/aclchk.c:3271 +#: catalog/aclchk.c:3270 #, c-format msgid "permission denied for large object %s" msgstr "odmowa dostępu do dużego obiektu %s" -#: catalog/aclchk.c:3273 +#: catalog/aclchk.c:3272 #, c-format msgid "permission denied for schema %s" msgstr "odmowa dostępu do schematu %s" -#: catalog/aclchk.c:3275 +#: catalog/aclchk.c:3274 #, c-format msgid "permission denied for operator class %s" msgstr "odmowa dostępu do klasy operatora %s" -#: catalog/aclchk.c:3277 +#: catalog/aclchk.c:3276 #, c-format msgid "permission denied for operator family %s" msgstr "odmowa dostępu do rodziny operatora %s" -#: catalog/aclchk.c:3279 +#: catalog/aclchk.c:3278 #, c-format msgid "permission denied for collation %s" msgstr "odmowa dostępu do porównania %s" -#: catalog/aclchk.c:3281 +#: catalog/aclchk.c:3280 #, c-format msgid "permission denied for conversion %s" msgstr "odmowa dostępu do konwersji %s" -#: catalog/aclchk.c:3283 +#: catalog/aclchk.c:3282 #, c-format msgid "permission denied for tablespace %s" msgstr "odmowa dostępu do przestrzeni tabel %s" -#: catalog/aclchk.c:3285 +#: catalog/aclchk.c:3284 #, c-format msgid "permission denied for text search dictionary %s" msgstr "odmowa dostępu do słownika wyszukiwania tekstowego %s" -#: catalog/aclchk.c:3287 +#: catalog/aclchk.c:3286 #, c-format msgid "permission denied for text search configuration %s" msgstr "odmowa dostępu do konfiguracji wyszukiwania tekstowego %s" -#: catalog/aclchk.c:3289 +#: catalog/aclchk.c:3288 #, c-format msgid "permission denied for foreign-data wrapper %s" msgstr "odmowa dostępu do opakowania obcych danych %s" -#: catalog/aclchk.c:3291 +#: catalog/aclchk.c:3290 #, c-format msgid "permission denied for foreign server %s" msgstr "odmowa dostępu do serwera obcego %s" -#: catalog/aclchk.c:3293 +#: catalog/aclchk.c:3292 #, c-format msgid "permission denied for extension %s" msgstr "odmowa dostępu do rozszerzenia %s" -#: catalog/aclchk.c:3299 catalog/aclchk.c:3301 +#: catalog/aclchk.c:3298 catalog/aclchk.c:3300 #, c-format msgid "must be owner of relation %s" msgstr "musi być właścicielem relacji %s" -#: catalog/aclchk.c:3303 +#: catalog/aclchk.c:3302 #, c-format msgid "must be owner of sequence %s" msgstr "musi być właścicielem sekwencji %s" -#: catalog/aclchk.c:3305 +#: catalog/aclchk.c:3304 #, c-format msgid "must be owner of database %s" msgstr "musi być właścicielem bazy %s" -#: catalog/aclchk.c:3307 +#: catalog/aclchk.c:3306 #, c-format msgid "must be owner of function %s" msgstr "musi być właścicielem funkcji %s" -#: catalog/aclchk.c:3309 +#: catalog/aclchk.c:3308 #, c-format msgid "must be owner of operator %s" msgstr "musi być właścicielem operatora %s" -#: catalog/aclchk.c:3311 +#: catalog/aclchk.c:3310 #, c-format msgid "must be owner of type %s" msgstr "musi być właścicielem typu %s" -#: catalog/aclchk.c:3313 +#: catalog/aclchk.c:3312 #, c-format msgid "must be owner of language %s" msgstr "musi być właścicielem języka %s" -#: catalog/aclchk.c:3315 +#: catalog/aclchk.c:3314 #, c-format msgid "must be owner of large object %s" msgstr "musi być właścicielem dużego obiektu %s" -#: catalog/aclchk.c:3317 +#: catalog/aclchk.c:3316 #, c-format msgid "must be owner of schema %s" msgstr "musi być właścicielem schematu %s" -#: catalog/aclchk.c:3319 +#: catalog/aclchk.c:3318 #, c-format msgid "must be owner of operator class %s" msgstr "musi być właścicielem klasy operatora %s" -#: catalog/aclchk.c:3321 +#: catalog/aclchk.c:3320 #, c-format msgid "must be owner of operator family %s" msgstr "musi być właścicielem rodziny operatora %s" -#: catalog/aclchk.c:3323 +#: catalog/aclchk.c:3322 #, c-format msgid "must be owner of collation %s" msgstr "musi być właścicielem porównania %s" -#: catalog/aclchk.c:3325 +#: catalog/aclchk.c:3324 #, c-format msgid "must be owner of conversion %s" msgstr "musi być właścicielem konwersji %s" -#: catalog/aclchk.c:3327 +#: catalog/aclchk.c:3326 #, c-format msgid "must be owner of tablespace %s" msgstr "musi być właścicielem przestrzeni tabel %s" -#: catalog/aclchk.c:3329 +#: catalog/aclchk.c:3328 #, c-format msgid "must be owner of text search dictionary %s" msgstr "musi być właścicielem słownika wyszukiwania tekstowego %s" -#: catalog/aclchk.c:3331 +#: catalog/aclchk.c:3330 #, c-format msgid "must be owner of text search configuration %s" msgstr "musi być właścicielem konfiguracji wyszukiwania tekstowego %s" -#: catalog/aclchk.c:3333 +#: catalog/aclchk.c:3332 #, c-format msgid "must be owner of foreign-data wrapper %s" msgstr "musi być właścicielem opakowania obcych danych %s" -#: catalog/aclchk.c:3335 +#: catalog/aclchk.c:3334 #, c-format msgid "must be owner of foreign server %s" msgstr "musi być właścicielem serwera obcego %s" -#: catalog/aclchk.c:3337 +#: catalog/aclchk.c:3336 #, c-format msgid "must be owner of extension %s" msgstr "musi być właścicielem rozszerzenia %s" -#: catalog/aclchk.c:3379 +#: catalog/aclchk.c:3378 #, c-format msgid "permission denied for column \"%s\" of relation \"%s\"" msgstr "odmowa dostępu do kolumny \"%s\" relacji \"%s\"" -#: catalog/aclchk.c:3419 +#: catalog/aclchk.c:3418 #, c-format msgid "role with OID %u does not exist" msgstr "rola z OID %u nie istnieje" -#: catalog/aclchk.c:3514 catalog/aclchk.c:3522 +#: catalog/aclchk.c:3513 catalog/aclchk.c:3521 #, c-format msgid "attribute %d of relation with OID %u does not exist" msgstr "atrybut %d relacji o OID %u nie istnieje" -#: catalog/aclchk.c:3595 catalog/aclchk.c:4507 +#: catalog/aclchk.c:3594 catalog/aclchk.c:4506 #, c-format msgid "relation with OID %u does not exist" msgstr "relacja z OID %u nie istnieje" -#: catalog/aclchk.c:3695 catalog/aclchk.c:4898 +#: catalog/aclchk.c:3694 catalog/aclchk.c:4897 #, c-format msgid "database with OID %u does not exist" msgstr "baza z OID %u nie istnieje" -#: catalog/aclchk.c:3749 catalog/aclchk.c:4585 tcop/fastpath.c:221 +#: catalog/aclchk.c:3748 catalog/aclchk.c:4584 tcop/fastpath.c:221 #, c-format msgid "function with OID %u does not exist" msgstr "funkcja z OID %u nie istnieje" -#: catalog/aclchk.c:3803 catalog/aclchk.c:4611 +#: catalog/aclchk.c:3802 catalog/aclchk.c:4610 #, c-format msgid "language with OID %u does not exist" msgstr "język z OID %u nie istnieje" -#: catalog/aclchk.c:3964 catalog/aclchk.c:4683 +#: catalog/aclchk.c:3963 catalog/aclchk.c:4682 #, c-format msgid "schema with OID %u does not exist" msgstr "schemat z OID %u nie istnieje" -#: catalog/aclchk.c:4018 catalog/aclchk.c:4710 +#: catalog/aclchk.c:4017 catalog/aclchk.c:4709 #, c-format msgid "tablespace with OID %u does not exist" msgstr "przestrzeń tabel z OID %u nie istnieje" -#: catalog/aclchk.c:4076 catalog/aclchk.c:4844 commands/foreigncmds.c:367 +#: catalog/aclchk.c:4075 catalog/aclchk.c:4843 commands/foreigncmds.c:367 #, c-format msgid "foreign-data wrapper with OID %u does not exist" msgstr "opakowanie obcych danych z OID %u nie istnieje" -#: catalog/aclchk.c:4137 catalog/aclchk.c:4871 commands/foreigncmds.c:466 +#: catalog/aclchk.c:4136 catalog/aclchk.c:4870 commands/foreigncmds.c:466 #, c-format msgid "foreign server with OID %u does not exist" msgstr "serwer obcy z OID %u nie istnieje" -#: catalog/aclchk.c:4196 catalog/aclchk.c:4210 catalog/aclchk.c:4533 +#: catalog/aclchk.c:4195 catalog/aclchk.c:4209 catalog/aclchk.c:4532 #, c-format msgid "type with OID %u does not exist" msgstr "typ z OID %u nie istnieje" -#: catalog/aclchk.c:4559 +#: catalog/aclchk.c:4558 #, c-format msgid "operator with OID %u does not exist" msgstr "operator z OID %u nie istnieje" -#: catalog/aclchk.c:4736 +#: catalog/aclchk.c:4735 #, c-format msgid "operator class with OID %u does not exist" msgstr "klasa operatora z OID %u nie istnieje" -#: catalog/aclchk.c:4763 +#: catalog/aclchk.c:4762 #, c-format msgid "operator family with OID %u does not exist" msgstr "rodzina operatora z OID %u nie istnieje" -#: catalog/aclchk.c:4790 +#: catalog/aclchk.c:4789 #, c-format msgid "text search dictionary with OID %u does not exist" msgstr "słownik wyszukiwania tekstowego z OID %u nie istnieje" -#: catalog/aclchk.c:4817 +#: catalog/aclchk.c:4816 #, c-format msgid "text search configuration with OID %u does not exist" msgstr "konfiguracja wyszukiwania tekstowego z OID %u nie istnieje" -#: catalog/aclchk.c:4924 +#: catalog/aclchk.c:4923 #, c-format msgid "collation with OID %u does not exist" msgstr "porównanie z OID %u nie istnieje" -#: catalog/aclchk.c:4950 +#: catalog/aclchk.c:4949 #, c-format msgid "conversion with OID %u does not exist" msgstr "konwersja z OID %u nie istnieje" -#: catalog/aclchk.c:4991 +#: catalog/aclchk.c:4990 #, c-format msgid "extension with OID %u does not exist" msgstr "rozszerzenie z OID %u nie istnieje" @@ -2596,9 +2604,9 @@ msgstr "nie można usunąć %s ponieważ inne obiekty zależą od niego" #: catalog/dependency.c:949 catalog/dependency.c:950 catalog/dependency.c:956 #: catalog/dependency.c:957 catalog/dependency.c:968 catalog/dependency.c:969 -#: catalog/objectaddress.c:555 commands/tablecmds.c:729 commands/user.c:960 +#: catalog/objectaddress.c:555 commands/tablecmds.c:731 commands/user.c:960 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1140 utils/misc/guc.c:5440 utils/misc/guc.c:5775 +#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5440 utils/misc/guc.c:5775 #: utils/misc/guc.c:8136 utils/misc/guc.c:8170 utils/misc/guc.c:8204 #: utils/misc/guc.c:8238 utils/misc/guc.c:8273 #, c-format @@ -2867,13 +2875,13 @@ msgstr "odmowa dostępu do tworzenia \"%s.%s\"" msgid "System catalog modifications are currently disallowed." msgstr "Modyfikacje katalogu systemowego są aktualnie zabronione." -#: catalog/heap.c:398 commands/tablecmds.c:1361 commands/tablecmds.c:1802 -#: commands/tablecmds.c:4409 +#: catalog/heap.c:398 commands/tablecmds.c:1363 commands/tablecmds.c:1804 +#: commands/tablecmds.c:4411 #, c-format msgid "tables can have at most %d columns" msgstr "tabele mogą posiadać maksymalnie do %d kolumn" -#: catalog/heap.c:415 commands/tablecmds.c:4670 +#: catalog/heap.c:415 commands/tablecmds.c:4672 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "nazwa kolumny \"%s\" powoduje konflikt z nazwą kolumny systemowej" @@ -2908,17 +2916,17 @@ msgstr "złożony typ %s nie może być składnikiem samego siebie" msgid "no collation was derived for column \"%s\" with collatable type %s" msgstr "nie określono porównania dla kolumny \"%s\" o typie porównywalnym %s" -#: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1094 -#: commands/view.c:147 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1522 -#: utils/adt/formatting.c:1574 utils/adt/formatting.c:1647 -#: utils/adt/formatting.c:1699 utils/adt/formatting.c:1784 -#: utils/adt/formatting.c:1848 utils/adt/like.c:212 utils/adt/selfuncs.c:5186 +#: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1107 +#: commands/view.c:147 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1517 +#: utils/adt/formatting.c:1569 utils/adt/formatting.c:1637 +#: utils/adt/formatting.c:1689 utils/adt/formatting.c:1758 +#: utils/adt/formatting.c:1822 utils/adt/like.c:212 utils/adt/selfuncs.c:5215 #: utils/adt/varlena.c:1372 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Użyj klauzuli COLLATE by ustawić jawnie porównanie." -#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2483 +#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2485 #, c-format msgid "relation \"%s\" already exists" msgstr "relacja \"%s\" już istnieje" @@ -2940,7 +2948,7 @@ msgstr "Relacja posiada powiązany typ o tej samej nazwie, musisz zatem użyć n msgid "check constraint \"%s\" already exists" msgstr "ograniczenie kontrolne \"%s\" już istnieje" -#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5542 +#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5545 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "ograniczenie \"%s\" dla relacji \"%s\" już istnieje" @@ -2980,14 +2988,14 @@ msgstr "nie można użyć funkcji agregującej w domyślnym wyrażeniu" msgid "cannot use window function in default expression" msgstr "nie można użyć funkcji okna w domyślnym wyrażeniu" -#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1030 +#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1055 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "kolumna \"%s\" jest typu %s ale domyślne wyrażenie jest typu %s" -#: catalog/heap.c:2488 commands/prepare.c:388 parser/parse_node.c:397 -#: parser/parse_target.c:490 parser/parse_target.c:736 -#: parser/parse_target.c:746 rewrite/rewriteHandler.c:1035 +#: catalog/heap.c:2488 commands/prepare.c:388 parser/parse_node.c:410 +#: parser/parse_target.c:491 parser/parse_target.c:737 +#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1060 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Będziesz musiał przepisać lub rzutować wyrażenie." @@ -3062,23 +3070,23 @@ msgstr "równoczesne tworzenie indeksów na tabelach katalogu systemowego nie je msgid "shared indexes cannot be created after initdb" msgstr "indeksy współdzielone nie mogą być tworzone po initdb" -#: catalog/index.c:1395 +#: catalog/index.c:1391 #, c-format msgid "DROP INDEX CONCURRENTLY must be first action in transaction" msgstr "DROP INDEX CONCURRENTLY musi być pierwszą akcją transakcji" -#: catalog/index.c:1963 +#: catalog/index.c:1959 #, c-format msgid "building index \"%s\" on table \"%s\"" msgstr "tworzenie indeksu \"%s\" na tabeli \"%s\"" -#: catalog/index.c:3138 +#: catalog/index.c:3134 #, c-format msgid "cannot reindex temporary tables of other sessions" msgstr "nie można przeindeksować tabel tymczasowych z innych sesji" #: catalog/namespace.c:244 catalog/namespace.c:434 catalog/namespace.c:528 -#: commands/trigger.c:4196 +#: commands/trigger.c:4214 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "międzybazodanowe referencje nie są zaimplementowane: \"%s.%s.%s\"" @@ -3098,18 +3106,19 @@ msgstr "nie można nałożyć blokady na relację \"%s.%s\"" msgid "could not obtain lock on relation \"%s\"" msgstr "nie można nałożyć blokady na relację \"%s\"" -#: catalog/namespace.c:401 parser/parse_relation.c:849 +#: catalog/namespace.c:401 parser/parse_relation.c:851 #, c-format msgid "relation \"%s.%s\" does not exist" msgstr "relacja \"%s.%s\" nie istnieje" -#: catalog/namespace.c:406 parser/parse_relation.c:862 -#: parser/parse_relation.c:870 utils/adt/regproc.c:810 +#: catalog/namespace.c:406 parser/parse_relation.c:864 +#: parser/parse_relation.c:872 utils/adt/regproc.c:810 #, c-format msgid "relation \"%s\" does not exist" msgstr "relacja \"%s\" nie istnieje" -#: catalog/namespace.c:474 catalog/namespace.c:2805 +#: catalog/namespace.c:474 catalog/namespace.c:2805 commands/extension.c:1397 +#: commands/extension.c:1403 #, c-format msgid "no schema has been selected to create in" msgstr "nie wskazano schematu utworzenia obiektu" @@ -3150,13 +3159,13 @@ msgstr "szablon wyszukiwania tekstowego \"%s\" nie istnieje" msgid "text search configuration \"%s\" does not exist" msgstr "konfiguracja wyszukiwania tekstowego \"%s\" nie istnieje" -#: catalog/namespace.c:2605 parser/parse_expr.c:777 parser/parse_target.c:1086 +#: catalog/namespace.c:2605 parser/parse_expr.c:777 parser/parse_target.c:1089 #, c-format msgid "cross-database references are not implemented: %s" msgstr "międzybazodanowe referencje nie są zaimplementowane: %s" -#: catalog/namespace.c:2611 parser/parse_expr.c:784 parser/parse_target.c:1093 -#: gram.y:12027 gram.y:13218 +#: catalog/namespace.c:2611 gram.y:12072 gram.y:13244 parser/parse_expr.c:784 +#: parser/parse_target.c:1096 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "niewłaściwa nazwa kwalifikowana (zbyt dużo nazw kropkowanych): %s" @@ -3207,7 +3216,7 @@ msgstr "zabronione tworzenie tabel tymczasowych w bazie danych \"%s\"" msgid "cannot create temporary tables during recovery" msgstr "nie można utworzyć tabel tymczasowych w czasie trwania odzyskiwania" -#: catalog/namespace.c:3791 commands/tablespace.c:1168 commands/variable.c:60 +#: catalog/namespace.c:3791 commands/tablespace.c:1172 commands/variable.c:60 #: replication/syncrep.c:683 utils/misc/guc.c:8303 #, c-format msgid "List syntax is invalid." @@ -3217,7 +3226,7 @@ msgstr "Składnia listy jest niepoprawna." msgid "database name cannot be qualified" msgstr "nazwa bazy danych nie może być kwalifikowana" -#: catalog/objectaddress.c:529 commands/extension.c:2419 +#: catalog/objectaddress.c:529 commands/extension.c:2423 #, c-format msgid "extension name cannot be qualified" msgstr "nazwa rozszerzenia nie może być kwalifikowana" @@ -3246,22 +3255,22 @@ msgstr "opakowanie obcych danych nie może być kwalifikowane" msgid "server name cannot be qualified" msgstr "nazwa serwera nie może być kwalifikowana" -#: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:374 -#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1222 -#: commands/tablecmds.c:3966 commands/tablecmds.c:7279 -#: commands/tablecmds.c:10281 +#: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:381 +#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1224 +#: commands/tablecmds.c:3968 commands/tablecmds.c:7286 +#: commands/tablecmds.c:10317 #, c-format msgid "\"%s\" is not a table" msgstr "\"%s\" nie jest tabelą" #: catalog/objectaddress.c:662 commands/tablecmds.c:216 -#: commands/tablecmds.c:3981 commands/tablecmds.c:10361 commands/view.c:185 +#: commands/tablecmds.c:3983 commands/tablecmds.c:10429 commands/view.c:185 #, c-format msgid "\"%s\" is not a view" msgstr "\"%s\" nie jest widokiem" #: catalog/objectaddress.c:669 commands/tablecmds.c:234 -#: commands/tablecmds.c:3984 commands/tablecmds.c:10366 +#: commands/tablecmds.c:3986 commands/tablecmds.c:10434 #, c-format msgid "\"%s\" is not a foreign table" msgstr "\"%s\" nie jest tabelą obcą" @@ -3272,7 +3281,7 @@ msgid "column name must be qualified" msgstr "nazwa kolumny nie może być kwalifikowana" #: catalog/objectaddress.c:853 commands/functioncmds.c:130 -#: commands/tablecmds.c:226 commands/typecmds.c:3192 parser/parse_func.c:1583 +#: commands/tablecmds.c:226 commands/typecmds.c:3192 parser/parse_func.c:1572 #: parser/parse_type.c:202 utils/adt/acl.c:4372 utils/adt/regproc.c:974 #, c-format msgid "type \"%s\" does not exist" @@ -3284,7 +3293,7 @@ msgstr "typ \"%s\" nie istnieje" msgid "must be owner of large object %u" msgstr "musi być właścicielem dużego obiektu %u" -#: catalog/objectaddress.c:1018 commands/functioncmds.c:1505 +#: catalog/objectaddress.c:1018 commands/functioncmds.c:1504 #, c-format msgid "must be owner of type %s or type %s" msgstr "musi być właścicielem typu %s lub typu %s" @@ -3348,7 +3357,7 @@ msgstr "operator sortowania może być określony tylko dla agregatów jednoargu #: commands/typecmds.c:1674 commands/typecmds.c:1705 commands/typecmds.c:1728 #: commands/typecmds.c:1749 commands/typecmds.c:1776 commands/typecmds.c:1803 #: commands/typecmds.c:1880 commands/typecmds.c:1922 parser/parse_func.c:288 -#: parser/parse_func.c:299 parser/parse_func.c:1562 +#: parser/parse_func.c:299 parser/parse_func.c:1551 #, c-format msgid "function %s does not exist" msgstr "funkcja %s nie istnieje" @@ -3378,22 +3387,22 @@ msgstr "porównanie \"%s\" już istnieje" msgid "constraint \"%s\" for domain %s already exists" msgstr "ograniczenie \"%s\" dla domeny %s już istnieje" -#: catalog/pg_constraint.c:786 +#: catalog/pg_constraint.c:805 #, c-format msgid "table \"%s\" has multiple constraints named \"%s\"" msgstr "tabela \"%s\" ma wiele ograniczeń o nazwie \"%s\"" -#: catalog/pg_constraint.c:798 +#: catalog/pg_constraint.c:817 #, c-format msgid "constraint \"%s\" for table \"%s\" does not exist" msgstr "ograniczenie \"%s\" dla tabeli \"%s\" nie istnieje" -#: catalog/pg_constraint.c:844 +#: catalog/pg_constraint.c:863 #, c-format msgid "domain \"%s\" has multiple constraints named \"%s\"" msgstr "domena \"%s\" ma wiele ograniczeń o nazwie \"%s\"" -#: catalog/pg_constraint.c:856 +#: catalog/pg_constraint.c:875 #, c-format msgid "constraint \"%s\" for domain \"%s\" does not exist" msgstr "ograniczenie \"%s\" dla domeny \"%s\" nie istnieje" @@ -3408,7 +3417,7 @@ msgstr "konwersja \"%s\" już istnieje" msgid "default conversion for %s to %s already exists" msgstr "domyślna konwersja z %s na %s już istnieje" -#: catalog/pg_depend.c:164 commands/extension.c:2914 +#: catalog/pg_depend.c:164 commands/extension.c:2918 #, c-format msgid "%s is already a member of extension \"%s\"" msgstr "%s jest już składnikiem rozszerzenia \"%s\"" @@ -3503,7 +3512,7 @@ msgstr "operator %s już istnieje" msgid "operator cannot be its own negator or sort operator" msgstr "operator nie może być własnym negatorem ani operatorem sortowania" -#: catalog/pg_proc.c:128 parser/parse_func.c:1607 parser/parse_func.c:1647 +#: catalog/pg_proc.c:128 parser/parse_func.c:1596 parser/parse_func.c:1636 #, c-format msgid "functions cannot have more than %d argument" msgid_plural "functions cannot have more than %d arguments" @@ -3582,22 +3591,22 @@ msgstr "funkcja \"%s\" jest funkcją okna" msgid "function \"%s\" is not a window function" msgstr "funkcja \"%s\" nie jest funkcją okna" -#: catalog/pg_proc.c:728 +#: catalog/pg_proc.c:741 #, c-format msgid "there is no built-in function named \"%s\"" msgstr "brak wbudowanej funkcji o nazwie \"%s\"" -#: catalog/pg_proc.c:820 +#: catalog/pg_proc.c:839 #, c-format msgid "SQL functions cannot return type %s" msgstr "funkcja SQL nie może zwracać typu %s" -#: catalog/pg_proc.c:835 +#: catalog/pg_proc.c:854 #, c-format msgid "SQL functions cannot have arguments of type %s" msgstr "funkcja SQL nie może posiadać argumentów typu %s" -#: catalog/pg_proc.c:921 executor/functions.c:1346 +#: catalog/pg_proc.c:940 executor/functions.c:1418 #, c-format msgid "SQL function \"%s\"" msgstr "funkcja SQL \"%s\"" @@ -3696,9 +3705,9 @@ msgid "could not form array type name for type \"%s\"" msgstr "nie udało się utworzyć nazwy typu tablicowego dla typu \"%s\"" #: catalog/toasting.c:143 -#, fuzzy, c-format +#, c-format msgid "shared tables cannot be toasted after initdb" -msgstr "indeksy współdzielone nie mogą być tworzone po initdb" +msgstr "tabele współdzielone nie mogą być prażone po initdb" #: commands/aggregatecmds.c:103 #, c-format @@ -3730,7 +3739,7 @@ msgstr "typ bazowy jest nadmierny z jednoczesnym wskazaniem typu wejścia" msgid "aggregate transition data type cannot be %s" msgstr "typ danych transformacji agregatu nie może być %s" -#: commands/aggregatecmds.c:243 commands/functioncmds.c:1090 +#: commands/aggregatecmds.c:243 commands/functioncmds.c:1089 #, c-format msgid "function %s already exists in schema \"%s\"" msgstr "funkcja %s istnieje już w schemacie \"%s\"" @@ -3795,26 +3804,26 @@ msgstr "automatyczna analiza użycia tabeli \"%s.%s.%s\" przez system: %s" 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\": przeskanowano %d z %u stron, zawierających %.0f żywych wierszy i %.0f martwych wierszy; %d wierszy w przykładzie, %.0f szacowanych wszystkich wierszy" -#: commands/analyze.c:1553 executor/execQual.c:2837 +#: commands/analyze.c:1553 executor/execQual.c:2858 msgid "could not convert row type" msgstr "nie można przekształcić typu wierszowego" -#: commands/async.c:546 +#: commands/async.c:547 #, c-format msgid "channel name cannot be empty" msgstr "kanał nie może być pusty" -#: commands/async.c:551 +#: commands/async.c:552 #, c-format msgid "channel name too long" msgstr "nazwa kanału zbyt długa" -#: commands/async.c:558 +#: commands/async.c:559 #, c-format msgid "payload string too long" msgstr "ciąg znaków ładunku zbyt długi" -#: commands/async.c:742 +#: commands/async.c:744 #, c-format msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" msgstr "nie można wykonać PREPARE transakcji, która uruchomiła już LISTEN, UNLISTEN lub NOTIFY" @@ -3824,17 +3833,17 @@ msgstr "nie można wykonać PREPARE transakcji, która uruchomiła już LISTEN, msgid "too many notifications in the NOTIFY queue" msgstr "zbyt wiele powiadomień w kolejce NOTIFY" -#: commands/async.c:1426 +#: commands/async.c:1420 #, c-format msgid "NOTIFY queue is %.0f%% full" msgstr "kolejka NOTIFY jest zapełniona w %.0f%%" -#: commands/async.c:1428 +#: commands/async.c:1422 #, c-format msgid "The server process with PID %d is among those with the oldest transactions." msgstr "Proces serwera o PID %d jest pośród tych z najstarszymi transakcjami." -#: commands/async.c:1431 +#: commands/async.c:1425 #, c-format msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction." msgstr "Kolejka NOTIFY nie może być opróżniona dopóki procesy z niej nie zakończą swoich bieżące transakcji." @@ -3849,7 +3858,7 @@ msgstr "nie można sklastrować tabel tymczasowych z innych sesji" msgid "there is no previously clustered index for table \"%s\"" msgstr "nie ma uprzednio sklastrowanego indeksu dla tabeli \"%s\"" -#: commands/cluster.c:168 commands/tablecmds.c:8436 +#: commands/cluster.c:168 commands/tablecmds.c:8467 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "indeks \"%s\" dla tabeli \"%s\" nie istnieje" @@ -3894,7 +3903,7 @@ msgstr "klastrowanie \"%s.%s\" przy użyciu skanowania indeksu na \"%s\"" msgid "clustering \"%s.%s\" using sequential scan and sort" msgstr "klastrowanie \"%s.%s\" przy użyciu skanu sekwencyjnego i sortowania" -#: commands/cluster.c:892 commands/vacuumlazy.c:405 +#: commands/cluster.c:892 commands/vacuumlazy.c:412 #, c-format msgid "vacuuming \"%s.%s\"" msgstr "odkurzanie \"%s.%s\"" @@ -3987,417 +3996,417 @@ msgstr "funkcja konwersji kodowania %s musi zwracać typ \"void\"" msgid "conversion \"%s\" already exists in schema \"%s\"" msgstr "konwersja \"%s\" istnieje już w schemacie \"%s\"" -#: commands/copy.c:347 commands/copy.c:359 commands/copy.c:393 -#: commands/copy.c:403 +#: commands/copy.c:349 commands/copy.c:361 commands/copy.c:395 +#: commands/copy.c:405 #, c-format msgid "COPY BINARY is not supported to stdout or from stdin" msgstr "COPY BINARY nie jest obsługiwane do stdout ani ze stdin" -#: commands/copy.c:481 +#: commands/copy.c:483 #, c-format msgid "could not write to COPY file: %m" msgstr "nie można pisać do pliku COPY: %m" -#: commands/copy.c:493 +#: commands/copy.c:495 #, c-format msgid "connection lost during COPY to stdout" msgstr "utracono połączenie podczas DOPY do stdout" -#: commands/copy.c:534 +#: commands/copy.c:536 #, c-format msgid "could not read from COPY file: %m" msgstr "nie można czytać z pliku COPY: %m" -#: commands/copy.c:550 commands/copy.c:569 commands/copy.c:573 +#: commands/copy.c:552 commands/copy.c:571 commands/copy.c:575 #: tcop/fastpath.c:291 tcop/postgres.c:349 tcop/postgres.c:385 #, c-format msgid "unexpected EOF on client connection with an open transaction" msgstr "nieoczekiwany EOF w połączeniu klienta przy otwartej transakcji" -#: commands/copy.c:585 +#: commands/copy.c:587 #, c-format msgid "COPY from stdin failed: %s" msgstr "nie powiodło się COPY ze stdin: %s" -#: commands/copy.c:601 +#: commands/copy.c:603 #, c-format msgid "unexpected message type 0x%02X during COPY from stdin" msgstr "nieoczekiwany typ komunikatu 0x%02X podczas COPY ze stdin" -#: commands/copy.c:753 +#: commands/copy.c:755 #, c-format msgid "must be superuser to COPY to or from a file" msgstr "musisz być superużytkownikiem by wykonywać COPY z pliku" -#: commands/copy.c:754 +#: commands/copy.c:756 #, c-format msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone." msgstr "Każdy może wykonać COPY do stdout lub ze stdin. Polecenie psql \\copy również może każdy uruchomić." -#: commands/copy.c:884 +#: commands/copy.c:886 #, c-format msgid "COPY format \"%s\" not recognized" msgstr "format COPY \"%s\" nie rozpoznany" -#: commands/copy.c:947 commands/copy.c:961 +#: commands/copy.c:949 commands/copy.c:963 #, c-format msgid "argument to option \"%s\" must be a list of column names" msgstr "argument dla opcji \"%s\" musi być listą nazw kolumn" -#: commands/copy.c:974 +#: commands/copy.c:976 #, c-format msgid "argument to option \"%s\" must be a valid encoding name" msgstr "argument dla opcji \"%s\" musi być poprawną nazwą kodowania" -#: commands/copy.c:980 +#: commands/copy.c:982 #, c-format msgid "option \"%s\" not recognized" msgstr "opcja \"%s\" nie rozpoznana" -#: commands/copy.c:991 +#: commands/copy.c:993 #, c-format msgid "cannot specify DELIMITER in BINARY mode" msgstr "nie można wskazać DELIMITER w trybie BINARY" -#: commands/copy.c:996 +#: commands/copy.c:998 #, c-format msgid "cannot specify NULL in BINARY mode" msgstr "nie można wskazać NULL w trybie BINARY" -#: commands/copy.c:1018 +#: commands/copy.c:1020 #, c-format msgid "COPY delimiter must be a single one-byte character" msgstr "ogranicznik COPY musi być pojedynczym jednobajtowym znakiem" -#: commands/copy.c:1025 +#: commands/copy.c:1027 #, c-format msgid "COPY delimiter cannot be newline or carriage return" msgstr "ogranicznik COPY nie może być znakiem nowej linii ani powrotu karetki" -#: commands/copy.c:1031 +#: commands/copy.c:1033 #, c-format msgid "COPY null representation cannot use newline or carriage return" msgstr "reprezentacja null w COPY nie może używać znaku nowej linii ani powrotu karetki" -#: commands/copy.c:1048 +#: commands/copy.c:1050 #, c-format msgid "COPY delimiter cannot be \"%s\"" msgstr "ogranicznik COPY nie może być \"%s\"" -#: commands/copy.c:1054 +#: commands/copy.c:1056 #, c-format msgid "COPY HEADER available only in CSV mode" msgstr "COPY HEADER dostępny tylko w trybie CSV" -#: commands/copy.c:1060 +#: commands/copy.c:1062 #, c-format msgid "COPY quote available only in CSV mode" msgstr "cytowanie COPY dostępny tylko w trybie CSV" -#: commands/copy.c:1065 +#: commands/copy.c:1067 #, c-format msgid "COPY quote must be a single one-byte character" msgstr "cytowanie COPY musi być pojedynczym jednobajtowym znakiem" -#: commands/copy.c:1070 +#: commands/copy.c:1072 #, c-format msgid "COPY delimiter and quote must be different" msgstr "ogranicznik i cytowanie COPY muszą być różne" -#: commands/copy.c:1076 +#: commands/copy.c:1078 #, c-format msgid "COPY escape available only in CSV mode" msgstr "znak ucieczki COPY dostępny tylko w trybie CSV" -#: commands/copy.c:1081 +#: commands/copy.c:1083 #, c-format msgid "COPY escape must be a single one-byte character" msgstr "znak ucieczki COPY musi być pojedynczym jednobajtowym znakiem" -#: commands/copy.c:1087 +#: commands/copy.c:1089 #, c-format msgid "COPY force quote available only in CSV mode" msgstr "znak wymuszenia cytowania COPY dostępny tylko w trybie CSV" -#: commands/copy.c:1091 +#: commands/copy.c:1093 #, c-format msgid "COPY force quote only available using COPY TO" msgstr "znak wymuszenia cytowania COPY dostępny tylko podczas użycia COPY TO" -#: commands/copy.c:1097 +#: commands/copy.c:1099 #, c-format msgid "COPY force not null available only in CSV mode" msgstr "znak wymuszenia niepustych COPY dostępny tylko w trybie CSV" -#: commands/copy.c:1101 +#: commands/copy.c:1103 #, c-format msgid "COPY force not null only available using COPY FROM" msgstr "znak wymuszenia niepustych COPY dostępny tylko podczas użycia COPY TO" -#: commands/copy.c:1107 +#: commands/copy.c:1109 #, c-format msgid "COPY delimiter must not appear in the NULL specification" msgstr "ogranicznik COPY nie może pojawić się w specyfikacji NULL" -#: commands/copy.c:1114 +#: commands/copy.c:1116 #, c-format msgid "CSV quote character must not appear in the NULL specification" msgstr "znak ogranicznika CSV nie może pojawić się w specyfikacji NULL" -#: commands/copy.c:1176 +#: commands/copy.c:1178 #, c-format msgid "table \"%s\" does not have OIDs" msgstr "tabela \"%s\" nie ma OIDów" -#: commands/copy.c:1193 +#: commands/copy.c:1195 #, c-format msgid "COPY (SELECT) WITH OIDS is not supported" msgstr "COPY (SELECT) WITH OIDS nie jest obsługiwane" -#: commands/copy.c:1219 +#: commands/copy.c:1221 #, c-format msgid "COPY (SELECT INTO) is not supported" msgstr "COPY (SELECT INTO) nie jest obsługiwane" -#: commands/copy.c:1282 +#: commands/copy.c:1284 #, c-format msgid "FORCE QUOTE column \"%s\" not referenced by COPY" msgstr "kolumna FORCE QUOTE \"%s\" nie jest wskazana w COPY" -#: commands/copy.c:1304 +#: commands/copy.c:1306 #, c-format msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "kolumna FORCE NOT NULL \"%s\" nie jest wskazana w COPY" -#: commands/copy.c:1368 +#: commands/copy.c:1370 #, c-format msgid "cannot copy from view \"%s\"" msgstr "nie można kopiować z widoku \"%s\"" -#: commands/copy.c:1370 commands/copy.c:1376 +#: commands/copy.c:1372 commands/copy.c:1378 #, c-format msgid "Try the COPY (SELECT ...) TO variant." msgstr "Spróbuj z alternatywnym COPY (SELECT ...) TO." -#: commands/copy.c:1374 +#: commands/copy.c:1376 #, c-format msgid "cannot copy from foreign table \"%s\"" msgstr "nie można kopiować z tabeli obcej \"%s\"" -#: commands/copy.c:1380 +#: commands/copy.c:1382 #, c-format msgid "cannot copy from sequence \"%s\"" msgstr "nie można kopiować z sekwencji \"%s\"" -#: commands/copy.c:1385 +#: commands/copy.c:1387 #, c-format msgid "cannot copy from non-table relation \"%s\"" msgstr "nie można kopiować z relacji \"%s\" nie będącej tabelą" -#: commands/copy.c:1409 +#: commands/copy.c:1411 #, c-format msgid "relative path not allowed for COPY to file" msgstr "ścieżka względna niedozwolona dla COPY do pliku" -#: commands/copy.c:1419 +#: commands/copy.c:1421 #, c-format msgid "could not open file \"%s\" for writing: %m" msgstr "nie można otworzyć pliku \"%s\" do zapisu: %m" -#: commands/copy.c:1426 commands/copy.c:2347 +#: commands/copy.c:1428 commands/copy.c:2376 #, c-format msgid "\"%s\" is a directory" msgstr "\"%s\" jest katalogiem" -#: commands/copy.c:1750 +#: commands/copy.c:1752 #, c-format msgid "COPY %s, line %d, column %s" msgstr "COPY %s, linia %d, kolumna %s" -#: commands/copy.c:1754 commands/copy.c:1799 +#: commands/copy.c:1756 commands/copy.c:1803 #, c-format msgid "COPY %s, line %d" msgstr "COPY %s, linia %d" -#: commands/copy.c:1765 +#: commands/copy.c:1767 #, c-format msgid "COPY %s, line %d, column %s: \"%s\"" msgstr "COPY %s, linia %d, kolumna %s: \"%s\"" -#: commands/copy.c:1773 +#: commands/copy.c:1775 #, c-format msgid "COPY %s, line %d, column %s: null input" msgstr "COPY %s, linia %d, kolumna %s: puste wejście" -#: commands/copy.c:1785 +#: commands/copy.c:1797 #, c-format msgid "COPY %s, line %d: \"%s\"" msgstr "COPY %s, linia %d: \"%s\"" -#: commands/copy.c:1876 +#: commands/copy.c:1881 #, c-format msgid "cannot copy to view \"%s\"" msgstr "nie można kopiować do widoku \"%s\"" -#: commands/copy.c:1881 +#: commands/copy.c:1886 #, c-format msgid "cannot copy to foreign table \"%s\"" msgstr "nie można kopiować do tabeli obcej \"%s\"" -#: commands/copy.c:1886 +#: commands/copy.c:1891 #, c-format msgid "cannot copy to sequence \"%s\"" msgstr "nie można kopiować do sekwencji \"%s\"" -#: commands/copy.c:1891 +#: commands/copy.c:1896 #, c-format msgid "cannot copy to non-table relation \"%s\"" msgstr "nie można kopiować do relacji \"%s\" nie będącej tabelą" -#: commands/copy.c:2340 utils/adt/genfile.c:122 +#: commands/copy.c:2369 utils/adt/genfile.c:122 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "nie można otworzyć pliku \"%s\" do odczytu: %m" -#: commands/copy.c:2366 +#: commands/copy.c:2395 #, c-format msgid "COPY file signature not recognized" msgstr "nierozpoznana sygnatura pliku COPY" -#: commands/copy.c:2371 +#: commands/copy.c:2400 #, c-format msgid "invalid COPY file header (missing flags)" msgstr "niepoprawny nagłówek pliku COPY (brakuje flag)" -#: commands/copy.c:2377 +#: commands/copy.c:2406 #, c-format msgid "unrecognized critical flags in COPY file header" msgstr "nierozpoznane istotne flagi w nagłówku pliku COPY" -#: commands/copy.c:2383 +#: commands/copy.c:2412 #, c-format msgid "invalid COPY file header (missing length)" msgstr "niepoprawny nagłówek pliku COPY (brakuje długości)" -#: commands/copy.c:2390 +#: commands/copy.c:2419 #, c-format msgid "invalid COPY file header (wrong length)" msgstr "niepoprawny nagłówek pliku COPY (niepoprawna długość)" -#: commands/copy.c:2523 commands/copy.c:3205 commands/copy.c:3435 +#: commands/copy.c:2552 commands/copy.c:3235 commands/copy.c:3465 #, c-format msgid "extra data after last expected column" msgstr "nieoczekiwane dane po ostatniej oczekiwanej kolumnie" -#: commands/copy.c:2533 +#: commands/copy.c:2562 #, c-format msgid "missing data for OID column" msgstr "brak danych dla kolumny OID" -#: commands/copy.c:2539 +#: commands/copy.c:2568 #, c-format msgid "null OID in COPY data" msgstr "pusty OID w danych COPY" -#: commands/copy.c:2549 commands/copy.c:2648 +#: commands/copy.c:2578 commands/copy.c:2677 #, c-format msgid "invalid OID in COPY data" msgstr "niepoprawny OID w danych COPY" -#: commands/copy.c:2564 +#: commands/copy.c:2593 #, c-format msgid "missing data for column \"%s\"" msgstr "brak danych dla kolumny \"%s\"" -#: commands/copy.c:2623 +#: commands/copy.c:2652 #, c-format msgid "received copy data after EOF marker" msgstr "odebrano kopiowane dane po znaczniku EOF" -#: commands/copy.c:2630 +#: commands/copy.c:2659 #, c-format msgid "row field count is %d, expected %d" msgstr "liczba pól wiersza wynosi %d, oczekiwano %d" -#: commands/copy.c:2969 commands/copy.c:2986 +#: commands/copy.c:2999 commands/copy.c:3016 #, c-format msgid "literal carriage return found in data" msgstr "znaleziono literał powrotu karetki w danych" -#: commands/copy.c:2970 commands/copy.c:2987 +#: commands/copy.c:3000 commands/copy.c:3017 #, c-format msgid "unquoted carriage return found in data" msgstr "znaleziono niecytowany powrót karetki w danych" -#: commands/copy.c:2972 commands/copy.c:2989 +#: commands/copy.c:3002 commands/copy.c:3019 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Użyj \"\\r\" jako reprezentacji powrotu karetki." -#: commands/copy.c:2973 commands/copy.c:2990 +#: commands/copy.c:3003 commands/copy.c:3020 #, c-format msgid "Use quoted CSV field to represent carriage return." msgstr "Użyj cytowanego pola CSV jako reprezentacji powrotu karetki." -#: commands/copy.c:3002 +#: commands/copy.c:3032 #, c-format msgid "literal newline found in data" msgstr "znaleziono literał nowej linii w danych" -#: commands/copy.c:3003 +#: commands/copy.c:3033 #, c-format msgid "unquoted newline found in data" msgstr "znaleziono niecytowany znak nowej linii w danych" -#: commands/copy.c:3005 +#: commands/copy.c:3035 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Użyj \"\\n\" jako reprezentacji znaku nowej linii." -#: commands/copy.c:3006 +#: commands/copy.c:3036 #, c-format msgid "Use quoted CSV field to represent newline." msgstr "Użyj cytowanego pola CSV jako reprezentacji nowej linii." -#: commands/copy.c:3052 commands/copy.c:3088 +#: commands/copy.c:3082 commands/copy.c:3118 #, c-format msgid "end-of-copy marker does not match previous newline style" msgstr "znacznik końcowy kopii nie pasuje do poprzedniego stylu nowej linii" -#: commands/copy.c:3061 commands/copy.c:3077 +#: commands/copy.c:3091 commands/copy.c:3107 #, c-format msgid "end-of-copy marker corrupt" msgstr "uszkodzony znak końcowy kopii" -#: commands/copy.c:3519 +#: commands/copy.c:3549 #, c-format msgid "unterminated CSV quoted field" msgstr "niezakończone cytowane pole CSV" -#: commands/copy.c:3596 commands/copy.c:3615 +#: commands/copy.c:3626 commands/copy.c:3645 #, c-format msgid "unexpected EOF in COPY data" msgstr "nieoczekiwany EOF w danych COPY" -#: commands/copy.c:3605 +#: commands/copy.c:3635 #, c-format msgid "invalid field size" msgstr "nieprawidłowy rozmiar pola" -#: commands/copy.c:3628 +#: commands/copy.c:3658 #, c-format msgid "incorrect binary data format" msgstr "nieprawidłowy binarny format danych" -#: commands/copy.c:3939 commands/indexcmds.c:1007 commands/tablecmds.c:1386 -#: commands/tablecmds.c:2185 parser/parse_expr.c:766 +#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1388 +#: commands/tablecmds.c:2187 parser/parse_expr.c:766 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "kolumna \"%s\" nie istnieje" -#: commands/copy.c:3946 commands/tablecmds.c:1412 commands/trigger.c:613 -#: parser/parse_target.c:912 parser/parse_target.c:923 +#: commands/copy.c:3976 commands/tablecmds.c:1414 commands/trigger.c:631 +#: parser/parse_target.c:915 parser/parse_target.c:926 #, c-format msgid "column \"%s\" specified more than once" msgstr "kolumna \"%s\" określona więcej niż raz" @@ -4644,8 +4653,8 @@ msgstr "%s wymaga wartości całkowitej" msgid "invalid argument for %s: \"%s\"" msgstr "nieprawidłowy argument dla %s: \"%s\"" -#: commands/dropcmds.c:100 commands/functioncmds.c:1076 -#: commands/functioncmds.c:1139 commands/functioncmds.c:1291 +#: commands/dropcmds.c:100 commands/functioncmds.c:1075 +#: commands/functioncmds.c:1138 commands/functioncmds.c:1290 #: utils/adt/ruleutils.c:1730 #, c-format msgid "\"%s\" is an aggregate function" @@ -4776,7 +4785,7 @@ msgstr "opcja EXPLAIN BUFFERS wymaga ANALYZE" msgid "EXPLAIN option TIMING requires ANALYZE" msgstr "opcja TIMING polecenia EXPLAIN wymaga ANALYZE" -#: commands/extension.c:146 commands/extension.c:2620 +#: commands/extension.c:146 commands/extension.c:2624 #, c-format msgid "extension \"%s\" does not exist" msgstr "rozszerzenie \"%s\" nie istnieje" @@ -4908,7 +4917,7 @@ msgstr "rozszerzenie \"%s\" już istnieje" msgid "nested CREATE EXTENSION is not supported" msgstr "zagnieżdżone CREATE EXTENSION nie jest obsługiwane" -#: commands/extension.c:1282 commands/extension.c:2680 +#: commands/extension.c:1282 commands/extension.c:2684 #, c-format msgid "version to install must be specified" msgstr "wersja do zainstalowanie musi być określona" @@ -4923,78 +4932,79 @@ msgstr "wersja FROM musi być inna niż wersja docelowa instalacji \"%s\"" msgid "extension \"%s\" must be installed in schema \"%s\"" msgstr "rozszerzenie \"%s\" musi być zainstalowane w schemacie \"%s\"" -#: commands/extension.c:1433 commands/extension.c:2821 +#: commands/extension.c:1437 commands/extension.c:2825 #, c-format msgid "required extension \"%s\" is not installed" msgstr "wymagane rozszerzenie \"%s\" nie jest zainstalowane" -#: commands/extension.c:1594 +#: commands/extension.c:1598 #, c-format msgid "cannot drop extension \"%s\" because it is being modified" msgstr "nie można usunąć rozszerzenia \"%s\" ponieważ jest właśnie modyfikowane" -#: commands/extension.c:1642 commands/extension.c:1751 -#: commands/extension.c:1944 commands/prepare.c:716 executor/execQual.c:1716 -#: executor/execQual.c:1741 executor/execQual.c:2102 executor/execQual.c:5232 -#: executor/functions.c:969 foreign/foreign.c:373 replication/walsender.c:1509 -#: utils/fmgr/funcapi.c:60 utils/mmgr/portalmem.c:986 +#: commands/extension.c:1646 commands/extension.c:1755 +#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1714 +#: executor/execQual.c:1739 executor/execQual.c:2099 executor/execQual.c:5253 +#: executor/functions.c:1018 foreign/foreign.c:373 +#: replication/walsender.c:1529 utils/fmgr/funcapi.c:60 +#: utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" msgstr "funkcja zwracająca zbiór rekordów wywołana w kontekście, w którym nie jest to dopuszczalne" -#: commands/extension.c:1646 commands/extension.c:1755 -#: commands/extension.c:1948 commands/prepare.c:720 foreign/foreign.c:378 -#: replication/walsender.c:1513 utils/mmgr/portalmem.c:990 +#: commands/extension.c:1650 commands/extension.c:1759 +#: commands/extension.c:1952 commands/prepare.c:720 foreign/foreign.c:378 +#: replication/walsender.c:1533 utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "wymagany jest tryb materializacji, jednak nie jest on dopuszczalny w tym kontekście" -#: commands/extension.c:2065 +#: commands/extension.c:2069 #, c-format msgid "pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION" msgstr "pg_extension_config_dump() może być wywołane tylko ze skryptu SQL wykonywanego przez CREATE EXTENSION" -#: commands/extension.c:2077 +#: commands/extension.c:2081 #, c-format msgid "OID %u does not refer to a table" msgstr "OID %u nie wskazuje na tabelę" -#: commands/extension.c:2082 +#: commands/extension.c:2086 #, c-format msgid "table \"%s\" is not a member of the extension being created" msgstr "tabela \"%s\" nie jest składnikiem tworzonego właśnie rozszerzenia" -#: commands/extension.c:2446 +#: commands/extension.c:2450 #, c-format msgid "cannot move extension \"%s\" into schema \"%s\" because the extension contains the schema" msgstr "nie można przenieść rozszerzenia \"%s\" do schematu \"%s\" ponieważ rozszerzenie zawiera ten schemat" -#: commands/extension.c:2486 commands/extension.c:2549 +#: commands/extension.c:2490 commands/extension.c:2553 #, c-format msgid "extension \"%s\" does not support SET SCHEMA" msgstr "rozszerzenie \"%s\" nie obsługuje SET SCHEMA" -#: commands/extension.c:2551 +#: commands/extension.c:2555 #, c-format msgid "%s is not in the extension's schema \"%s\"" msgstr "%s nie znajduje się w schemacie \"%s\" rozszerzenia" -#: commands/extension.c:2600 +#: commands/extension.c:2604 #, c-format msgid "nested ALTER EXTENSION is not supported" msgstr "zagnieżdżone ALTER EXTENSION nie jest obsługiwane" -#: commands/extension.c:2691 +#: commands/extension.c:2695 #, c-format msgid "version \"%s\" of extension \"%s\" is already installed" msgstr "wersja \"%s\" rozszerzenia \"%s\" jest już zainstalowana" -#: commands/extension.c:2926 +#: commands/extension.c:2930 #, c-format msgid "cannot add schema \"%s\" to extension \"%s\" because the schema contains the extension" msgstr "nie można dodać schematu \"%s\" do rozszerzenia \"%s\" ponieważ schemat zawiera to rozszerzenie" -#: commands/extension.c:2944 +#: commands/extension.c:2948 #, c-format msgid "%s is not a member of extension \"%s\"" msgstr "%s nie jest składnikiem rozszerzenia \"%s\"" @@ -5202,12 +5212,12 @@ msgstr "nie określono ciała funkcji" msgid "no language specified" msgstr "nie określono języka" -#: commands/functioncmds.c:675 commands/functioncmds.c:1330 +#: commands/functioncmds.c:675 commands/functioncmds.c:1329 #, c-format msgid "COST must be positive" msgstr "COST musi być dodatni" -#: commands/functioncmds.c:683 commands/functioncmds.c:1338 +#: commands/functioncmds.c:683 commands/functioncmds.c:1337 #, c-format msgid "ROWS must be positive" msgstr "ROWS musi być dodatni" @@ -5222,18 +5232,18 @@ msgstr "pominięto nierozpoznany atrybut \"%s\" funkcji" msgid "only one AS item needed for language \"%s\"" msgstr "wyłącznie jeden element AS jest wymagany dla języka \"%s\"" -#: commands/functioncmds.c:861 commands/functioncmds.c:1969 +#: commands/functioncmds.c:861 commands/functioncmds.c:1968 #: commands/proclang.c:554 commands/proclang.c:591 commands/proclang.c:705 #, c-format msgid "language \"%s\" does not exist" msgstr "język \"%s\" nie istnieje" -#: commands/functioncmds.c:863 commands/functioncmds.c:1971 +#: commands/functioncmds.c:863 commands/functioncmds.c:1970 #, c-format msgid "Use CREATE LANGUAGE to load the language into the database." msgstr "Użyj CREATE LANGUAGE aby załadować język do bazy danych." -#: commands/functioncmds.c:898 commands/functioncmds.c:1321 +#: commands/functioncmds.c:898 commands/functioncmds.c:1320 #, c-format msgid "only superuser can define a leakproof function" msgstr "tylko superużytkownik może zdefiniować szczelną funkcję" @@ -5248,316 +5258,316 @@ msgstr "wynik funkcji musi być typu %s ze względu na parametry OUT" msgid "function result type must be specified" msgstr "wynik funkcji musi być określony" -#: commands/functioncmds.c:968 commands/functioncmds.c:1342 +#: commands/functioncmds.c:968 commands/functioncmds.c:1341 #, c-format msgid "ROWS is not applicable when function does not return a set" msgstr "ROWS nie jest odpowiedni gdy funkcja nie zwraca zbioru" -#: commands/functioncmds.c:1078 +#: commands/functioncmds.c:1077 #, c-format msgid "Use ALTER AGGREGATE to rename aggregate functions." msgstr "Użyj ALTER AGGREGATE aby zmienić nazwy funkcji agregujących." -#: commands/functioncmds.c:1141 +#: commands/functioncmds.c:1140 #, c-format msgid "Use ALTER AGGREGATE to change owner of aggregate functions." msgstr "Użyj ALTER AGGREGATE aby zmienić właściciela funkcji agregujących." -#: commands/functioncmds.c:1491 +#: commands/functioncmds.c:1490 #, c-format msgid "source data type %s is a pseudo-type" msgstr "źródłowy typ danych %s jest pseudo-typem" -#: commands/functioncmds.c:1497 +#: commands/functioncmds.c:1496 #, c-format msgid "target data type %s is a pseudo-type" msgstr "docelowy typ danych %s jest pseudo-typem" -#: commands/functioncmds.c:1521 +#: commands/functioncmds.c:1520 #, c-format msgid "cast will be ignored because the source data type is a domain" msgstr "funkcja rzutująca zostanie zignorowana ponieważ źródłowy typ danych jest domeną" -#: commands/functioncmds.c:1526 +#: commands/functioncmds.c:1525 #, c-format msgid "cast will be ignored because the target data type is a domain" msgstr "funkcja rzutująca zostanie zignorowana ponieważ docelowy typ danych jest domeną" -#: commands/functioncmds.c:1553 +#: commands/functioncmds.c:1552 #, c-format msgid "cast function must take one to three arguments" msgstr "funkcja rzutująca musi przyjmować od jednego do trzech argumentów" -#: commands/functioncmds.c:1557 +#: commands/functioncmds.c:1556 #, c-format msgid "argument of cast function must match or be binary-coercible from source data type" msgstr "argumenty funkcji rzutującej muszą pasować lub być binarnie zgodne ze źródłowym typem danych" -#: commands/functioncmds.c:1561 +#: commands/functioncmds.c:1560 #, c-format msgid "second argument of cast function must be type integer" msgstr "drugi argument funkcji rzutującej musi być typu całkowitego" -#: commands/functioncmds.c:1565 +#: commands/functioncmds.c:1564 #, c-format msgid "third argument of cast function must be type boolean" msgstr "trzeci argument funkcji rzutującej musi być typu logicznego" -#: commands/functioncmds.c:1569 +#: commands/functioncmds.c:1568 #, c-format msgid "return data type of cast function must match or be binary-coercible to target data type" msgstr "zwracany typ danych funkcji rzutującej musi pasować lub być binarnie zgodny z docelowym typem danych" -#: commands/functioncmds.c:1580 +#: commands/functioncmds.c:1579 #, c-format msgid "cast function must not be volatile" msgstr "funkcja rzutująca nie może być zmienna" -#: commands/functioncmds.c:1585 +#: commands/functioncmds.c:1584 #, c-format msgid "cast function must not be an aggregate function" msgstr "funkcja rzutująca nie może być funkcją agregującą" -#: commands/functioncmds.c:1589 +#: commands/functioncmds.c:1588 #, c-format msgid "cast function must not be a window function" msgstr "funkcja rzutująca nie może być funkcją okna" -#: commands/functioncmds.c:1593 +#: commands/functioncmds.c:1592 #, c-format msgid "cast function must not return a set" msgstr "funkcja rzutująca nie może zwracać grupy" -#: commands/functioncmds.c:1619 +#: commands/functioncmds.c:1618 #, c-format msgid "must be superuser to create a cast WITHOUT FUNCTION" msgstr "musisz być superużytkownikiem aby utworzyć rzutowanie WITHOUT FUNCTION" -#: commands/functioncmds.c:1634 +#: commands/functioncmds.c:1633 #, c-format msgid "source and target data types are not physically compatible" msgstr "źródłowy i docelowy typ danych nie są fizycznie kompatybilne" -#: commands/functioncmds.c:1649 +#: commands/functioncmds.c:1648 #, c-format msgid "composite data types are not binary-compatible" msgstr "złożone typy danych nie są binarnie kompatybilne" -#: commands/functioncmds.c:1655 +#: commands/functioncmds.c:1654 #, c-format msgid "enum data types are not binary-compatible" msgstr "enumeracyjne typy danych nie są binarnie kompatybilne" -#: commands/functioncmds.c:1661 +#: commands/functioncmds.c:1660 #, c-format msgid "array data types are not binary-compatible" msgstr "tablicowe typy danych nie są binarnie kompatybilne" -#: commands/functioncmds.c:1678 +#: commands/functioncmds.c:1677 #, c-format msgid "domain data types must not be marked binary-compatible" msgstr "domenowe typy danych nie mogą być zaznaczone jako binarnie kompatybilne" -#: commands/functioncmds.c:1688 +#: commands/functioncmds.c:1687 #, c-format msgid "source data type and target data type are the same" msgstr "źródłowy typ danych i docelowy typ danych są takie same" -#: commands/functioncmds.c:1721 +#: commands/functioncmds.c:1720 #, c-format msgid "cast from type %s to type %s already exists" msgstr "rzutowanie z typu %s na typ %s już istnieje" -#: commands/functioncmds.c:1795 +#: commands/functioncmds.c:1794 #, c-format msgid "cast from type %s to type %s does not exist" msgstr "rzutowanie z typu %s do typu %s nie istnieje" -#: commands/functioncmds.c:1883 +#: commands/functioncmds.c:1882 #, c-format msgid "function \"%s\" already exists in schema \"%s\"" msgstr "funkcja \"%s\" już istnieje w schemacie \"%s\"" -#: commands/functioncmds.c:1956 +#: commands/functioncmds.c:1955 #, c-format msgid "no inline code specified" msgstr "nie określono kodu wbudowanego" -#: commands/functioncmds.c:2001 +#: commands/functioncmds.c:2000 #, c-format msgid "language \"%s\" does not support inline code execution" msgstr "język \"%s\" nie obsługuje wykonywania kodu wbudowanego" -#: commands/indexcmds.c:159 commands/indexcmds.c:480 +#: commands/indexcmds.c:158 commands/indexcmds.c:487 #: commands/opclasscmds.c:369 commands/opclasscmds.c:788 #: commands/opclasscmds.c:2121 #, c-format msgid "access method \"%s\" does not exist" msgstr "metoda dostępu \"%s\" nie istnieje" -#: commands/indexcmds.c:337 +#: commands/indexcmds.c:340 #, c-format msgid "must specify at least one column" msgstr "musi określać przynajmniej jedną kolumnę" -#: commands/indexcmds.c:341 +#: commands/indexcmds.c:344 #, c-format msgid "cannot use more than %d columns in an index" msgstr "nie można użyć więcej niż %d kolumn w indeksie" -#: commands/indexcmds.c:369 +#: commands/indexcmds.c:376 #, c-format msgid "cannot create index on foreign table \"%s\"" msgstr "nie można utworzyć indeksu na tabeli obcej \"%s\"" -#: commands/indexcmds.c:384 +#: commands/indexcmds.c:391 #, c-format msgid "cannot create indexes on temporary tables of other sessions" msgstr "nie można tworzyć indeksów na tabelach tymczasowych z innych sesji" -#: commands/indexcmds.c:439 commands/tablecmds.c:509 commands/tablecmds.c:8691 +#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8727 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "tylko relacje współdzielone mogą być umieszczone w przestrzeni tabel pg_global" -#: commands/indexcmds.c:472 +#: commands/indexcmds.c:479 #, c-format msgid "substituting access method \"gist\" for obsolete method \"rtree\"" msgstr "zastąpienie metodą dostępu \"gist\" przestarzałej metody \"rtree\"" -#: commands/indexcmds.c:489 +#: commands/indexcmds.c:496 #, c-format msgid "access method \"%s\" does not support unique indexes" msgstr "metoda dostępu \"%s\" nie obsługuje indeksów unikalnych" -#: commands/indexcmds.c:494 +#: commands/indexcmds.c:501 #, c-format msgid "access method \"%s\" does not support multicolumn indexes" msgstr "metoda dostępu \"%s\" nie obsługuje indeksów wielokolumnowych" -#: commands/indexcmds.c:499 +#: commands/indexcmds.c:506 #, c-format msgid "access method \"%s\" does not support exclusion constraints" msgstr "metoda dostępu \"%s\" nie obsługuje ograniczeń wykluczających" -#: commands/indexcmds.c:578 +#: commands/indexcmds.c:585 #, c-format msgid "%s %s will create implicit index \"%s\" for table \"%s\"" msgstr "%s %s utworzy niejawny indeks \"%s\" na tabeli \"%s\"" -#: commands/indexcmds.c:923 +#: commands/indexcmds.c:936 #, c-format msgid "cannot use subquery in index predicate" msgstr "nie można używać podzapytań w predykacie indeksu" -#: commands/indexcmds.c:927 +#: commands/indexcmds.c:940 #, c-format msgid "cannot use aggregate in index predicate" msgstr "nie można używać agregatu w predykacie indeksu" -#: commands/indexcmds.c:936 +#: commands/indexcmds.c:949 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "funkcje w predykacie indeksu muszą być oznaczone jako IMMUTABLE" -#: commands/indexcmds.c:1002 parser/parse_utilcmd.c:1761 +#: commands/indexcmds.c:1015 parser/parse_utilcmd.c:1761 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "kolumna \"%s\" nazwana w kluczu nie istnieje" -#: commands/indexcmds.c:1055 +#: commands/indexcmds.c:1068 #, c-format msgid "cannot use subquery in index expression" msgstr "nie można użyć podzapytania w wyrażeniu indeksu" -#: commands/indexcmds.c:1059 +#: commands/indexcmds.c:1072 #, c-format msgid "cannot use aggregate function in index expression" msgstr "nie można użyć funkcji agregującej w wyrażeniu indeksu" -#: commands/indexcmds.c:1070 +#: commands/indexcmds.c:1083 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "funkcje w wyrażeniu indeksu muszą być oznaczone jako IMMUTABLE" -#: commands/indexcmds.c:1093 +#: commands/indexcmds.c:1106 #, c-format msgid "could not determine which collation to use for index expression" msgstr "nie można określić, jakiego porównania użyć dla wyrażenia indeksu" -#: commands/indexcmds.c:1101 commands/typecmds.c:776 parser/parse_expr.c:2171 -#: parser/parse_type.c:498 parser/parse_utilcmd.c:2621 utils/adt/misc.c:518 +#: commands/indexcmds.c:1114 commands/typecmds.c:776 parser/parse_expr.c:2171 +#: parser/parse_type.c:498 parser/parse_utilcmd.c:2599 utils/adt/misc.c:518 #, c-format msgid "collations are not supported by type %s" msgstr "rzutowania nie są obsługiwane przez typ %s" -#: commands/indexcmds.c:1139 +#: commands/indexcmds.c:1152 #, c-format msgid "operator %s is not commutative" msgstr "operator %s nie jest przemienny" -#: commands/indexcmds.c:1141 +#: commands/indexcmds.c:1154 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "Tylko operatory przemienne mogą być używane w ograniczeniach wykluczających." -#: commands/indexcmds.c:1167 +#: commands/indexcmds.c:1180 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "operator %s nie jest członkiem rodziny operatorów \"%s\"" -#: commands/indexcmds.c:1170 +#: commands/indexcmds.c:1183 #, c-format msgid "The exclusion operator must be related to the index operator class for the constraint." msgstr "Operator wykluczający musi być powiązany z klasą operatora indeksu do ograniczenia." -#: commands/indexcmds.c:1205 +#: commands/indexcmds.c:1218 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "metoda dostępu \"%s\" nie obsługuje opcji ASC/DESC" -#: commands/indexcmds.c:1210 +#: commands/indexcmds.c:1223 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "metoda dostępu \"%s\" nie obsługuje opcji NULLS FIRST/LAST" -#: commands/indexcmds.c:1266 commands/typecmds.c:1853 +#: commands/indexcmds.c:1279 commands/typecmds.c:1853 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "typ danych %s nie ma domyślnej klasy operatora dla metody dostępu \"%s\"" -#: commands/indexcmds.c:1268 +#: commands/indexcmds.c:1281 #, c-format msgid "You must specify an operator class for the index or define a default operator class for the data type." msgstr "Musisz wskazać klasę operatora dla indeksu lub zdefiniować domyślną klasę operatora dla typu danych." -#: commands/indexcmds.c:1297 commands/indexcmds.c:1305 +#: commands/indexcmds.c:1310 commands/indexcmds.c:1318 #: commands/opclasscmds.c:212 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "klasa operatora \"%s\" nie istnieje dla metody dostępu \"%s\"" -#: commands/indexcmds.c:1318 commands/typecmds.c:1841 +#: commands/indexcmds.c:1331 commands/typecmds.c:1841 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "klasa operatora \"%s\" nie akceptuje typu danych %s" -#: commands/indexcmds.c:1408 +#: commands/indexcmds.c:1421 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "jest wiele domyślnych klas operatorów dla typu danych %s" -#: commands/indexcmds.c:1780 +#: commands/indexcmds.c:1795 #, c-format msgid "table \"%s\" has no indexes" msgstr "tabela \"%s\" nie posiada indeksów" -#: commands/indexcmds.c:1808 +#: commands/indexcmds.c:1823 #, c-format msgid "can only reindex the currently open database" msgstr "nie można przeindeksować aktualnie otwartej bazy danych" -#: commands/indexcmds.c:1893 +#: commands/indexcmds.c:1910 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "tabela \"%s.%s\" została przeindeksowana" @@ -5783,12 +5793,12 @@ msgstr "niepoprawna nazwa kursora: nie może być pusta" msgid "cursor \"%s\" does not exist" msgstr "kursor \"%s\" nie istnieje" -#: commands/portalcmds.c:340 tcop/pquery.c:739 tcop/pquery.c:1402 +#: commands/portalcmds.c:341 tcop/pquery.c:740 tcop/pquery.c:1404 #, c-format msgid "portal \"%s\" cannot be run" msgstr "portal \"%s\" nie może być uruchomiony" -#: commands/portalcmds.c:413 +#: commands/portalcmds.c:415 #, c-format msgid "could not reposition held cursor" msgstr "nie można zmienić pozycji trzymanego kursora" @@ -5923,8 +5933,8 @@ msgstr "dostawca etykiety bezpieczeństwa \"%s\" nie jest wczytany" msgid "unlogged sequences are not supported" msgstr "nielogowane sekwencje nie są obsługiwane" -#: commands/sequence.c:419 commands/tablecmds.c:2264 commands/tablecmds.c:2436 -#: commands/tablecmds.c:9788 parser/parse_utilcmd.c:2321 tcop/utility.c:756 +#: commands/sequence.c:419 commands/tablecmds.c:2266 commands/tablecmds.c:2438 +#: commands/tablecmds.c:9824 tcop/utility.c:714 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "relacja \"%s\" nie istnieje, pominięto" @@ -5956,22 +5966,23 @@ msgstr "setval: wartość %s jest poza zakresem sekwencji \"%s\" (%s..%s)" #: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1018 #: libpq/auth.c:1378 libpq/auth.c:1446 libpq/auth.c:1848 -#: postmaster/postmaster.c:1921 postmaster/postmaster.c:1952 -#: postmaster/postmaster.c:3250 postmaster/postmaster.c:3934 -#: postmaster/postmaster.c:4020 postmaster/postmaster.c:4643 +#: postmaster/postmaster.c:1916 postmaster/postmaster.c:1947 +#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3924 +#: postmaster/postmaster.c:4009 postmaster/postmaster.c:4632 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:393 -#: storage/file/fd.c:369 storage/file/fd.c:752 storage/file/fd.c:870 -#: storage/ipc/procarray.c:845 storage/ipc/procarray.c:1285 -#: storage/ipc/procarray.c:1292 storage/ipc/procarray.c:1611 -#: storage/ipc/procarray.c:2080 utils/adt/formatting.c:1531 -#: utils/adt/formatting.c:1656 utils/adt/formatting.c:1793 -#: utils/adt/regexp.c:209 utils/adt/varlena.c:3527 utils/adt/varlena.c:3548 -#: utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:373 utils/hash/dynahash.c:450 -#: utils/hash/dynahash.c:964 utils/init/miscinit.c:150 -#: utils/init/miscinit.c:171 utils/init/miscinit.c:181 utils/mb/mbutils.c:374 -#: utils/mb/mbutils.c:675 utils/misc/guc.c:3362 utils/misc/guc.c:3378 -#: utils/misc/guc.c:3391 utils/misc/tzparser.c:455 utils/mmgr/aset.c:416 -#: utils/mmgr/aset.c:587 utils/mmgr/aset.c:765 utils/mmgr/aset.c:966 +#: storage/file/fd.c:374 storage/file/fd.c:771 storage/file/fd.c:889 +#: storage/file/fd.c:1502 storage/ipc/procarray.c:893 +#: storage/ipc/procarray.c:1333 storage/ipc/procarray.c:1340 +#: storage/ipc/procarray.c:1659 storage/ipc/procarray.c:2128 +#: utils/adt/formatting.c:1526 utils/adt/formatting.c:1646 +#: utils/adt/formatting.c:1767 utils/adt/regexp.c:219 utils/adt/varlena.c:3531 +#: utils/adt/varlena.c:3552 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:373 +#: utils/hash/dynahash.c:450 utils/hash/dynahash.c:964 +#: utils/init/miscinit.c:150 utils/init/miscinit.c:171 +#: utils/init/miscinit.c:181 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 +#: utils/misc/guc.c:3362 utils/misc/guc.c:3378 utils/misc/guc.c:3391 +#: utils/misc/tzparser.c:455 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 "brak pamięci" @@ -6021,7 +6032,7 @@ msgstr "nieprawidłowa opcja OWNED BY" msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Wskaż OWNED BY tabela.kolumna lub OWNED BY NONE." -#: commands/sequence.c:1439 commands/tablecmds.c:5740 +#: commands/sequence.c:1439 commands/tablecmds.c:5746 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "wskazywana relacja \"%s\" nie jest tabelą" @@ -6101,8 +6112,8 @@ msgstr "\"%s\" nie jest typem" msgid "Use DROP TYPE to remove a type." msgstr "Użyj DROP TYPE aby usunąć typ." -#: commands/tablecmds.c:232 commands/tablecmds.c:7751 -#: commands/tablecmds.c:9723 +#: commands/tablecmds.c:232 commands/tablecmds.c:7758 +#: commands/tablecmds.c:9759 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "tabela obca \"%s\" nie istnieje" @@ -6116,87 +6127,87 @@ msgstr "tabela obca \"%s\" nie istnieje, pominięto" msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "Użyj DROP FOREIGN TABLE aby usunąć tabelę obcą." -#: commands/tablecmds.c:453 +#: commands/tablecmds.c:455 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT może być używane jedynie na tabelach tymczasowych" -#: commands/tablecmds.c:457 +#: commands/tablecmds.c:459 #, c-format msgid "constraints on foreign tables are not supported" msgstr "ograniczenia na tabelach obcych nie są obsługiwane" -#: commands/tablecmds.c:477 +#: commands/tablecmds.c:479 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "nie można utworzyć tabeli tymczasowej operacją o ograniczonym bezpieczeństwie" -#: commands/tablecmds.c:583 commands/tablecmds.c:4489 +#: commands/tablecmds.c:585 commands/tablecmds.c:4491 #, c-format msgid "default values on foreign tables are not supported" msgstr "domyślne wartości dla tabel obcych nie są obsługiwane" -#: commands/tablecmds.c:755 +#: commands/tablecmds.c:757 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY nie obsługuje usuwania wielu obiektów" -#: commands/tablecmds.c:759 +#: commands/tablecmds.c:761 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY nie obsługuje CASCADE" -#: commands/tablecmds.c:900 commands/tablecmds.c:1235 -#: commands/tablecmds.c:2081 commands/tablecmds.c:3948 -#: commands/tablecmds.c:5746 commands/tablecmds.c:10317 commands/trigger.c:194 -#: commands/trigger.c:1085 commands/trigger.c:1191 rewrite/rewriteDefine.c:266 -#: tcop/utility.c:104 +#: commands/tablecmds.c:902 commands/tablecmds.c:1237 +#: commands/tablecmds.c:2083 commands/tablecmds.c:3950 +#: commands/tablecmds.c:5752 commands/tablecmds.c:10350 +#: commands/tablecmds.c:10385 commands/trigger.c:205 commands/trigger.c:1103 +#: commands/trigger.c:1209 rewrite/rewriteDefine.c:266 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "odmowa dostępu: \"%s\" jest katalogiem systemowym" -#: commands/tablecmds.c:1014 +#: commands/tablecmds.c:1016 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "obcięcie kaskadowe do tabeli \"%s\"" -#: commands/tablecmds.c:1245 +#: commands/tablecmds.c:1247 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "nie można obcinać tabel tymczasowych z innych sesji" -#: commands/tablecmds.c:1450 parser/parse_utilcmd.c:1724 +#: commands/tablecmds.c:1452 parser/parse_utilcmd.c:1724 #, c-format msgid "inherited relation \"%s\" is not a table" msgstr "dziedziczona relacja \"%s\" nie jest tabelą" -#: commands/tablecmds.c:1457 commands/tablecmds.c:8923 +#: commands/tablecmds.c:1459 commands/tablecmds.c:8959 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "nie można dziedziczyć z tymczasowej relacji \"%s\"" -#: commands/tablecmds.c:1465 commands/tablecmds.c:8931 +#: commands/tablecmds.c:1467 commands/tablecmds.c:8967 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "nie można dziedziczyć z tymczasowej relacji z innej sesji" -#: commands/tablecmds.c:1481 commands/tablecmds.c:8965 +#: commands/tablecmds.c:1483 commands/tablecmds.c:9001 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "relacja \"%s\" byłaby dziedziczona więcej niż raz" -#: commands/tablecmds.c:1529 +#: commands/tablecmds.c:1531 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "łączenie wielu dziedziczonych definicji kolumny \"%s\"" -#: commands/tablecmds.c:1537 +#: commands/tablecmds.c:1539 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "kolumna dziedziczona \"%s\" jest w konflikcie typów" -#: commands/tablecmds.c:1539 commands/tablecmds.c:1560 -#: commands/tablecmds.c:1747 commands/tablecmds.c:1769 +#: commands/tablecmds.c:1541 commands/tablecmds.c:1562 +#: commands/tablecmds.c:1749 commands/tablecmds.c:1771 #: parser/parse_coerce.c:1591 parser/parse_coerce.c:1611 #: parser/parse_coerce.c:1631 parser/parse_coerce.c:1676 #: parser/parse_coerce.c:1713 parser/parse_param.c:217 @@ -6204,626 +6215,626 @@ msgstr "kolumna dziedziczona \"%s\" jest w konflikcie typów" msgid "%s versus %s" msgstr "%s kontra %s" -#: commands/tablecmds.c:1546 +#: commands/tablecmds.c:1548 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "kolumna dziedziczona \"%s\" jest konflikcie porównań" -#: commands/tablecmds.c:1548 commands/tablecmds.c:1757 -#: commands/tablecmds.c:4362 +#: commands/tablecmds.c:1550 commands/tablecmds.c:1759 +#: commands/tablecmds.c:4364 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "\"%s\" kontra \"%s\"" -#: commands/tablecmds.c:1558 +#: commands/tablecmds.c:1560 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "kolumna dziedziczona \"%s\" jest konflikcie parametrów składowania" -#: commands/tablecmds.c:1670 parser/parse_utilcmd.c:818 +#: commands/tablecmds.c:1672 parser/parse_utilcmd.c:818 #: parser/parse_utilcmd.c:1159 parser/parse_utilcmd.c:1235 #, c-format msgid "cannot convert whole-row table reference" msgstr "nie można zmienić wskazania na tabelę całowierszową" -#: commands/tablecmds.c:1671 parser/parse_utilcmd.c:819 +#: commands/tablecmds.c:1673 parser/parse_utilcmd.c:819 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Ograniczenie \"%s\" zawiera całowierszowe wskazanie na tabelę \"%s\"." -#: commands/tablecmds.c:1737 +#: commands/tablecmds.c:1739 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "połączenie kolumny \"%s\" z dziedziczoną definicją" -#: commands/tablecmds.c:1745 +#: commands/tablecmds.c:1747 #, c-format msgid "column \"%s\" has a type conflict" msgstr "kolumna \"%s\" jest w konflikcie typów" -#: commands/tablecmds.c:1755 +#: commands/tablecmds.c:1757 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "kolumna \"%s\" jest w konflikcie porównań" -#: commands/tablecmds.c:1767 +#: commands/tablecmds.c:1769 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "kolumna \"%s\" jest w konflikcie parametrów składowania" -#: commands/tablecmds.c:1819 +#: commands/tablecmds.c:1821 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "kolumna \"%s\" dziedziczy sprzeczne wartości domyślne" -#: commands/tablecmds.c:1821 +#: commands/tablecmds.c:1823 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Aby rozwiązać konflikt, wskaż wyraźnie ustawienie domyślne." -#: commands/tablecmds.c:1868 +#: commands/tablecmds.c:1870 #, c-format msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "nazwa ograniczenia kontrolnego \"%s\" pojawia się wielokrotnie w różnych wyrażeniach" -#: commands/tablecmds.c:2053 +#: commands/tablecmds.c:2055 #, c-format msgid "cannot rename column of typed table" msgstr "nie można zmienić nazwy kolumny tabeli typizowanej" -#: commands/tablecmds.c:2069 +#: commands/tablecmds.c:2071 #, c-format msgid "\"%s\" is not a table, view, composite type, index, or foreign table" msgstr "\"%s\" nie jest tabelą, widokiem, typem złożonym, indeksem ani tabelą obcą" -#: commands/tablecmds.c:2161 +#: commands/tablecmds.c:2163 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "kolumna dziedziczona \"%s\" musi być przemianowana również w tabelach potomnych" -#: commands/tablecmds.c:2193 +#: commands/tablecmds.c:2195 #, c-format msgid "cannot rename system column \"%s\"" msgstr "nie można zmienić nazwy kolumny systemowej \"%s\"" -#: commands/tablecmds.c:2208 +#: commands/tablecmds.c:2210 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "nie można zmienić nazwy kolumny dziedziczonej \"%s\"" -#: commands/tablecmds.c:2350 +#: commands/tablecmds.c:2352 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "ograniczenie dziedziczona \"%s\" musi być przemianowane również w tabelach potomnych" -#: commands/tablecmds.c:2357 +#: commands/tablecmds.c:2359 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "nie można zmienić nazwy ograniczenia dziedziczonego \"%s\"" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2559 +#: commands/tablecmds.c:2561 #, c-format msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "nie można %s \"%s\" ponieważ jest używane przez aktywne zapytania w tej sesji" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2568 +#: commands/tablecmds.c:2570 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "nie można %s \"%s\" ponieważ posiada oczekujące zdarzenia wyzwalaczy" -#: commands/tablecmds.c:3467 +#: commands/tablecmds.c:3469 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "nie można nadpisać relacji systemowej \"%s\"" -#: commands/tablecmds.c:3477 +#: commands/tablecmds.c:3479 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "nie można nadpisać tabel tymczasowych z innych sesji" -#: commands/tablecmds.c:3703 +#: commands/tablecmds.c:3705 #, c-format msgid "rewriting table \"%s\"" msgstr "nadpisanie tabeli \"%s\"" -#: commands/tablecmds.c:3707 +#: commands/tablecmds.c:3709 #, c-format msgid "verifying table \"%s\"" msgstr "sprawdzanie tabeli \"%s\"" -#: commands/tablecmds.c:3814 +#: commands/tablecmds.c:3816 #, c-format msgid "column \"%s\" contains null values" msgstr "kolumna \"%s\" zawiera puste wartości" -#: commands/tablecmds.c:3828 commands/tablecmds.c:6645 +#: commands/tablecmds.c:3830 commands/tablecmds.c:6652 #, c-format msgid "check constraint \"%s\" is violated by some row" msgstr "ograniczenie sprawdzające \"%s\" jest naruszone przez kilka rekordów" -#: commands/tablecmds.c:3969 +#: commands/tablecmds.c:3971 #, c-format msgid "\"%s\" is not a table or index" msgstr "\"%s\" nie jest tabelą ani indeksem" -#: commands/tablecmds.c:3972 commands/trigger.c:188 commands/trigger.c:1079 -#: commands/trigger.c:1183 rewrite/rewriteDefine.c:260 +#: commands/tablecmds.c:3974 commands/trigger.c:199 commands/trigger.c:1097 +#: commands/trigger.c:1201 rewrite/rewriteDefine.c:260 #, c-format msgid "\"%s\" is not a table or view" msgstr "\"%s\" nie jest tabelą ani widokiem" -#: commands/tablecmds.c:3975 +#: commands/tablecmds.c:3977 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "\"%s\" nie jest tabelą ani tabelą obcą" -#: commands/tablecmds.c:3978 +#: commands/tablecmds.c:3980 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "\"%s\" nie jest tabelą, typem złożonym ani tabelą obcą" -#: commands/tablecmds.c:3988 +#: commands/tablecmds.c:3990 #, c-format msgid "\"%s\" is of the wrong type" msgstr "\"%s\" jest niepoprawnego typu" -#: commands/tablecmds.c:4137 commands/tablecmds.c:4144 +#: commands/tablecmds.c:4139 commands/tablecmds.c:4146 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "nie można zmieniać typu \"%s\" ponieważ używa go kolumna \"%s.%s\"" -#: commands/tablecmds.c:4151 +#: commands/tablecmds.c:4153 #, c-format msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "nie można zmieniać tabeli obcej \"%s\" ponieważ kolumna \"%s.%s\" używa jej typu wiersza" -#: commands/tablecmds.c:4158 +#: commands/tablecmds.c:4160 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "nie można zmieniać tabeli \"%s\" ponieważ kolumna \"%s.%s\" używa jej typu wiersza" -#: commands/tablecmds.c:4220 +#: commands/tablecmds.c:4222 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "nie można zmienić typu \"%s\" ponieważ definiuje on typ tabeli typizowanej" -#: commands/tablecmds.c:4222 +#: commands/tablecmds.c:4224 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "Użyj ALTER ... CASCADE aby zmienić również tabele typizowane." -#: commands/tablecmds.c:4266 +#: commands/tablecmds.c:4268 #, c-format msgid "type %s is not a composite type" msgstr "typ %s nie jest typem złożonym" -#: commands/tablecmds.c:4292 +#: commands/tablecmds.c:4294 #, c-format msgid "cannot add column to typed table" msgstr "nie dodać kolumny tabeli typizowanej" -#: commands/tablecmds.c:4354 commands/tablecmds.c:9119 +#: commands/tablecmds.c:4356 commands/tablecmds.c:9155 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "tabela potomna \"%s\" posiada inny typ kolumny \"%s\"" -#: commands/tablecmds.c:4360 commands/tablecmds.c:9126 +#: commands/tablecmds.c:4362 commands/tablecmds.c:9162 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "tabela potomna \"%s\" posiada inne porównanie dla kolumny \"%s\"" -#: commands/tablecmds.c:4370 +#: commands/tablecmds.c:4372 #, c-format msgid "child table \"%s\" has a conflicting \"%s\" column" msgstr "tabela potomna \"%s\" posiada sprzeczną kolumnę \"%s\"" -#: commands/tablecmds.c:4382 +#: commands/tablecmds.c:4384 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "łączenie definicji kolumny \"%s\" dla podrzędnej \"%s\"" -#: commands/tablecmds.c:4608 +#: commands/tablecmds.c:4610 #, c-format msgid "column must be added to child tables too" msgstr "kolumna musi być dodana również do tabel podrzędnych" -#: commands/tablecmds.c:4675 +#: commands/tablecmds.c:4677 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "kolumna \"%s\" relacji \"%s\" już istnieje" -#: commands/tablecmds.c:4778 commands/tablecmds.c:4870 -#: commands/tablecmds.c:4915 commands/tablecmds.c:5017 -#: commands/tablecmds.c:5061 commands/tablecmds.c:5140 -#: commands/tablecmds.c:7168 commands/tablecmds.c:7773 +#: commands/tablecmds.c:4780 commands/tablecmds.c:4872 +#: commands/tablecmds.c:4917 commands/tablecmds.c:5019 +#: commands/tablecmds.c:5063 commands/tablecmds.c:5142 +#: commands/tablecmds.c:7175 commands/tablecmds.c:7780 #, c-format msgid "cannot alter system column \"%s\"" msgstr "nie można zmieniać kolumny systemowej \"%s\"" -#: commands/tablecmds.c:4814 +#: commands/tablecmds.c:4816 #, c-format msgid "column \"%s\" is in a primary key" msgstr "kolumna \"%s\" jest w kluczu głównym" -#: commands/tablecmds.c:4964 +#: commands/tablecmds.c:4966 #, c-format msgid "\"%s\" is not a table, index, or foreign table" msgstr "\"%s\" nie jest tabelą, indeksem ani tabelą obcą" -#: commands/tablecmds.c:4991 +#: commands/tablecmds.c:4993 #, c-format msgid "statistics target %d is too low" msgstr "Próbka statystyczna %d jest zbyt mała" -#: commands/tablecmds.c:4999 +#: commands/tablecmds.c:5001 #, c-format msgid "lowering statistics target to %d" msgstr "obniżanie próbki statystycznej do %d" -#: commands/tablecmds.c:5121 +#: commands/tablecmds.c:5123 #, c-format msgid "invalid storage type \"%s\"" msgstr "niepoprawny typ przechowywania \"%s\"" -#: commands/tablecmds.c:5152 +#: commands/tablecmds.c:5154 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "typ danych kolumny %s może mieć przechowywanie tylko PLAIN" -#: commands/tablecmds.c:5182 +#: commands/tablecmds.c:5184 #, c-format msgid "cannot drop column from typed table" msgstr "nie można skasować kolumn tabeli typizowanej" -#: commands/tablecmds.c:5223 +#: commands/tablecmds.c:5225 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "kolumna \"%s\" relacji \"%s\" nie istnieje, pominięto" -#: commands/tablecmds.c:5236 +#: commands/tablecmds.c:5238 #, c-format msgid "cannot drop system column \"%s\"" msgstr "nie można usunąć kolumny systemowej \"%s\"" -#: commands/tablecmds.c:5243 +#: commands/tablecmds.c:5245 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "nie można usunąć kolumny dziedziczonej \"%s\"" -#: commands/tablecmds.c:5472 +#: commands/tablecmds.c:5475 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX przemianuje indeks \"%s\" na \"%s\"" -#: commands/tablecmds.c:5673 +#: commands/tablecmds.c:5676 #, c-format msgid "constraint must be added to child tables too" msgstr "ograniczenie musi być dodane również do tabel potomnych" -#: commands/tablecmds.c:5763 +#: commands/tablecmds.c:5769 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "ograniczenia na tabelach trwałych mogą wskazywać tylko tabele trwałe" -#: commands/tablecmds.c:5770 +#: commands/tablecmds.c:5776 #, c-format msgid "constraints on unlogged tables may reference only permanent or unlogged tables" msgstr "ograniczenia na nielogowanych mogą wskazywać tylko tabele nielogowane" -#: commands/tablecmds.c:5776 +#: commands/tablecmds.c:5782 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "ograniczenia na tabelach tymczasowych mogą wskazywać tylko tabele tymczasowe" -#: commands/tablecmds.c:5780 +#: commands/tablecmds.c:5786 #, c-format msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "ograniczenia na tabelach tymczasowych muszą dotyczyć tylko tabel tymczasowych tej sesji" -#: commands/tablecmds.c:5841 +#: commands/tablecmds.c:5847 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "nie zgadza się liczba kolumn wskazujących i wskazywanych w kluczu obcym" -#: commands/tablecmds.c:5948 +#: commands/tablecmds.c:5954 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "klucz obcy \"%s\" nie może być zaimplementowany" -#: commands/tablecmds.c:5951 +#: commands/tablecmds.c:5957 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Kolumny klucza \"%s\" i \"%s\" są różnych typów: %s i %s." -#: commands/tablecmds.c:6143 commands/tablecmds.c:7007 -#: commands/tablecmds.c:7063 +#: commands/tablecmds.c:6150 commands/tablecmds.c:7014 +#: commands/tablecmds.c:7070 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "ograniczenie \"%s\" relacji \"%s\" nie istnieje" -#: commands/tablecmds.c:6150 +#: commands/tablecmds.c:6157 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" msgstr "ograniczenie \"%s\" relacji \"%s\" nie jest kluczem obcym ani ograniczeniem sprawdzającym" -#: commands/tablecmds.c:6219 +#: commands/tablecmds.c:6226 #, c-format msgid "constraint must be validated on child tables too" msgstr "ograniczenie musi być sprawdzane również na tabelach potomnych" -#: commands/tablecmds.c:6277 +#: commands/tablecmds.c:6284 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "kolumna \"%s\" wskazywana w ograniczeniu klucza obcego nie istnieje" -#: commands/tablecmds.c:6282 +#: commands/tablecmds.c:6289 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "nie można użyć więcej niż %d kluczy w kluczu obcym" -#: commands/tablecmds.c:6347 +#: commands/tablecmds.c:6354 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "nie można użyć odraczalnego klucza głównego dla tabeli referencyjnej \"%s\"" -#: commands/tablecmds.c:6364 +#: commands/tablecmds.c:6371 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "brak klucza głównego dla tabeli referencyjnej \"%s\"" -#: commands/tablecmds.c:6516 +#: commands/tablecmds.c:6523 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "brak klucza odraczalnego ograniczenia unikalnego dla tabeli referencyjnej \"%s\"" -#: commands/tablecmds.c:6521 +#: commands/tablecmds.c:6528 #, c-format msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "brak ograniczenia unikalnego pasującego do danych kluczy dla tabeli referencyjnej \"%s\"" -#: commands/tablecmds.c:6675 +#: commands/tablecmds.c:6682 #, c-format msgid "validating foreign key constraint \"%s\"" msgstr "sprawdzenie ograniczenia klucza obcego \"%s\"" -#: commands/tablecmds.c:6969 +#: commands/tablecmds.c:6976 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "nie można skasować dziedziczonego ograniczenia \"%s\" relacji \"%s\"" -#: commands/tablecmds.c:7013 +#: commands/tablecmds.c:7020 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "ograniczenie \"%s\" relacji \"%s\" nie istnieje, pominięto" -#: commands/tablecmds.c:7152 +#: commands/tablecmds.c:7159 #, c-format msgid "cannot alter column type of typed table" msgstr "nie można zmienić typu kolumny tabeli typizowanej" -#: commands/tablecmds.c:7175 +#: commands/tablecmds.c:7182 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "nie można zmieniać kolumny dziedziczonej \"%s\"" -#: commands/tablecmds.c:7221 +#: commands/tablecmds.c:7228 #, c-format msgid "transform expression must not return a set" msgstr "wyrażenie przekształcenia nie może zwracać zbioru" -#: commands/tablecmds.c:7227 +#: commands/tablecmds.c:7234 #, c-format msgid "cannot use subquery in transform expression" msgstr "nie można użyć podzapytania w wyrażeniu przekształcenia" -#: commands/tablecmds.c:7231 +#: commands/tablecmds.c:7238 #, c-format msgid "cannot use aggregate function in transform expression" msgstr "nie można użyć funkcji agregującej w wyrażeniu przekształcenia" -#: commands/tablecmds.c:7235 +#: commands/tablecmds.c:7242 #, c-format msgid "cannot use window function in transform expression" msgstr "nie można użyć funkcji okna w wyrażeniu przekształcenia" -#: commands/tablecmds.c:7254 +#: commands/tablecmds.c:7261 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "kolumna \"%s\" nie może być rzutowana automatycznie na typ %s" -#: commands/tablecmds.c:7256 +#: commands/tablecmds.c:7263 #, c-format msgid "Specify a USING expression to perform the conversion." msgstr "Określ wyrażenie USING by wykonać przekształcenie." -#: commands/tablecmds.c:7305 +#: commands/tablecmds.c:7312 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "typ kolumny dziedziczonej \"%s\" musi być zmieniony również w tabelach potomnych" -#: commands/tablecmds.c:7386 +#: commands/tablecmds.c:7393 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "nie można zmieniać typu kolumny \"%s\" dwukrotnie" -#: commands/tablecmds.c:7422 +#: commands/tablecmds.c:7429 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "wartość domyślna kolumny \"%s\" nie może być automatycznie rzutowana na typ %s" -#: commands/tablecmds.c:7548 +#: commands/tablecmds.c:7555 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "nie można zmieniać typu kolumny używanej przez widok lub regułę" -#: commands/tablecmds.c:7549 commands/tablecmds.c:7568 +#: commands/tablecmds.c:7556 commands/tablecmds.c:7575 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s zależy od kolumny \"%s\"" -#: commands/tablecmds.c:7567 +#: commands/tablecmds.c:7574 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "nie można zmieniać typu kolumny używanej przez definicję wyzwalacza" -#: commands/tablecmds.c:8110 +#: commands/tablecmds.c:8141 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "nie można zmienić właściciela indeksu \"%s\"" -#: commands/tablecmds.c:8112 +#: commands/tablecmds.c:8143 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "W zamian zmień właściciela tabeli indeksu." -#: commands/tablecmds.c:8128 +#: commands/tablecmds.c:8159 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "nie można zmienić właściciela sekwencji \"%s\"" -#: commands/tablecmds.c:8130 commands/tablecmds.c:9807 +#: commands/tablecmds.c:8161 commands/tablecmds.c:9843 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Sekwencja \"%s\" jest połączona z tabelą \"%s\"." -#: commands/tablecmds.c:8142 commands/tablecmds.c:10387 +#: commands/tablecmds.c:8173 commands/tablecmds.c:10455 #, c-format msgid "Use ALTER TYPE instead." msgstr "W zamian użyj ALTER TYPE." -#: commands/tablecmds.c:8151 commands/tablecmds.c:10404 +#: commands/tablecmds.c:8182 commands/tablecmds.c:10472 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "\"%s\" nie jest tabelą, widokiem, sekwencją ani tabelą obcą" -#: commands/tablecmds.c:8479 +#: commands/tablecmds.c:8514 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "nie można użyć wielu poleceń podrzędnych SET TABLESPACE" -#: commands/tablecmds.c:8548 +#: commands/tablecmds.c:8584 #, c-format msgid "\"%s\" is not a table, index, or TOAST table" msgstr "\"%s\" nie jest tabelą, indeksem ani tabelą TOAST" -#: commands/tablecmds.c:8684 +#: commands/tablecmds.c:8720 #, c-format msgid "cannot move system relation \"%s\"" msgstr "nie można przenieść relacji systemowej \"%s\"" -#: commands/tablecmds.c:8700 +#: commands/tablecmds.c:8736 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "nie można przenieść tabel tymczasowych innych sesji" -#: commands/tablecmds.c:8892 +#: commands/tablecmds.c:8928 #, c-format msgid "cannot change inheritance of typed table" msgstr "nie można zmienić dziedziczenia tabeli typizowanej" -#: commands/tablecmds.c:8938 +#: commands/tablecmds.c:8974 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "nie można dziedziczyć do tymczasowej relacji z innej sesji" -#: commands/tablecmds.c:8992 +#: commands/tablecmds.c:9028 #, c-format msgid "circular inheritance not allowed" msgstr "dziedziczenie cykliczne nie jest dozwolone" -#: commands/tablecmds.c:8993 +#: commands/tablecmds.c:9029 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "\"%s\" jest już potomkiem \"%s\"." -#: commands/tablecmds.c:9001 +#: commands/tablecmds.c:9037 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" msgstr "tabela \"%s\" bez OIDu nie może dziedziczyć z tabeli \"%s\" z OIDem" -#: commands/tablecmds.c:9137 +#: commands/tablecmds.c:9173 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "kolumna \"%s\" w tabeli potomnej musi być oznaczona jako NOT NULL" -#: commands/tablecmds.c:9153 +#: commands/tablecmds.c:9189 #, c-format msgid "child table is missing column \"%s\"" msgstr "w tabeli potomnej brak kolumny \"%s\"" -#: commands/tablecmds.c:9236 +#: commands/tablecmds.c:9272 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "tabela potomna \"%s\" posiada inną definicję ograniczenia sprawdzającego \"%s\"" -#: commands/tablecmds.c:9244 +#: commands/tablecmds.c:9280 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" msgstr "ograniczenie \"%s\" jest niezgodne z niedziedziczonym ograniczeniem na tabeli potomnej \"%s\"" -#: commands/tablecmds.c:9268 +#: commands/tablecmds.c:9304 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "w tabeli potomnej brak ograniczenia \"%s\"" -#: commands/tablecmds.c:9348 +#: commands/tablecmds.c:9384 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "relacja \"%s\" nie jest rodzicem relacji \"%s\"" -#: commands/tablecmds.c:9565 +#: commands/tablecmds.c:9601 #, c-format msgid "typed tables cannot inherit" msgstr "tabela typizowana nie może dziedziczyć" -#: commands/tablecmds.c:9596 +#: commands/tablecmds.c:9632 #, c-format msgid "table is missing column \"%s\"" msgstr "w tabeli brak kolumny \"%s\"" -#: commands/tablecmds.c:9606 +#: commands/tablecmds.c:9642 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "tabela posiada kolumnę \"%s\", której typ wymaga \"%s\"" -#: commands/tablecmds.c:9615 +#: commands/tablecmds.c:9651 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "tabela \"%s\" posiada inny typ dla kolumny \"%s\"" -#: commands/tablecmds.c:9628 +#: commands/tablecmds.c:9664 #, c-format msgid "table has extra column \"%s\"" msgstr "tabela posiada nadmiarową kolumnę \"%s\"" -#: commands/tablecmds.c:9675 +#: commands/tablecmds.c:9711 #, c-format msgid "\"%s\" is not a typed table" msgstr "\"%s\" nie jest tabelą typizowaną" -#: commands/tablecmds.c:9806 +#: commands/tablecmds.c:9842 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "nie można przenieść sekwencji mającej właściciela do innego schematu" -#: commands/tablecmds.c:9897 +#: commands/tablecmds.c:9933 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "relacja \"%s\" istnieje już w schemacie \"%s\"" -#: commands/tablecmds.c:10371 +#: commands/tablecmds.c:10439 #, c-format msgid "\"%s\" is not a composite type" msgstr "\"%s\" nie jest typem złożonym" -#: commands/tablecmds.c:10392 +#: commands/tablecmds.c:10460 #, c-format msgid "\"%s\" is a foreign table" msgstr "\"%s\" jest tabelą obcą" -#: commands/tablecmds.c:10393 +#: commands/tablecmds.c:10461 #, c-format msgid "Use ALTER FOREIGN TABLE instead." msgstr "Użyj w zamian ALTER FOREIGN TABLE." @@ -6870,32 +6881,32 @@ msgstr "położenie przestrzeni tabel musi być ścieżką bezwzględną" msgid "tablespace location \"%s\" is too long" msgstr "położenie przestrzeni tabel \"%s\" jest za długie" -#: commands/tablespace.c:289 commands/tablespace.c:858 +#: commands/tablespace.c:289 commands/tablespace.c:862 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "nieprawidłowa nazwa przestrzeni tabel \"%s\"" -#: commands/tablespace.c:291 commands/tablespace.c:859 +#: commands/tablespace.c:291 commands/tablespace.c:863 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Prefiks \"pg_\" jest zarezerwowany dla systemowych przestrzeni tabel." -#: commands/tablespace.c:301 commands/tablespace.c:871 +#: commands/tablespace.c:301 commands/tablespace.c:875 #, c-format msgid "tablespace \"%s\" already exists" msgstr "przestrzeń tabel \"%s\" już istnieje" #: commands/tablespace.c:371 commands/tablespace.c:534 -#: replication/basebackup.c:151 replication/basebackup.c:851 +#: replication/basebackup.c:170 replication/basebackup.c:923 #: utils/adt/misc.c:370 #, c-format msgid "tablespaces are not supported on this platform" msgstr "przestrzenie tabel nie są obsługiwane na tej platformie" -#: commands/tablespace.c:409 commands/tablespace.c:842 -#: commands/tablespace.c:909 commands/tablespace.c:1014 -#: commands/tablespace.c:1080 commands/tablespace.c:1218 -#: commands/tablespace.c:1418 +#: commands/tablespace.c:409 commands/tablespace.c:846 +#: commands/tablespace.c:913 commands/tablespace.c:1018 +#: commands/tablespace.c:1084 commands/tablespace.c:1222 +#: commands/tablespace.c:1422 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "przestrzeń tabel \"%s\" nie istnieje" @@ -6930,7 +6941,7 @@ msgstr "nie można określić uprawnień dla folderu \"%s\": %m" msgid "directory \"%s\" already in use as a tablespace" msgstr "folder \"%s\" jest już używany jako przestrzeń tabel" -#: commands/tablespace.c:618 commands/tablespace.c:779 +#: commands/tablespace.c:618 commands/tablespace.c:782 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "nie można usunąć linku symbolicznego \"%s\": %m" @@ -6941,9 +6952,9 @@ msgid "could not create symbolic link \"%s\": %m" msgstr "nie można utworzyć linku symbolicznego \"%s\": %m" #: commands/tablespace.c:694 commands/tablespace.c:704 -#: postmaster/postmaster.c:1177 replication/basebackup.c:260 -#: replication/basebackup.c:557 storage/file/copydir.c:67 -#: storage/file/copydir.c:106 storage/file/fd.c:1664 utils/adt/genfile.c:353 +#: postmaster/postmaster.c:1172 replication/basebackup.c:276 +#: replication/basebackup.c:581 storage/file/copydir.c:67 +#: storage/file/copydir.c:106 storage/file/fd.c:1741 utils/adt/genfile.c:353 #: utils/adt/misc.c:270 utils/misc/tzparser.c:323 #, c-format msgid "could not open directory \"%s\": %m" @@ -6955,172 +6966,172 @@ msgstr "nie można otworzyć folderu \"%s\": %m" msgid "could not remove directory \"%s\": %m" msgstr "nie można usunąć folderu \"%s\": %m" -#: commands/tablespace.c:1085 +#: commands/tablespace.c:1089 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Przestrzeń tabel \"%s\" nie istnieje." -#: commands/tablespace.c:1517 +#: commands/tablespace.c:1521 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "katalogi przestrzeni tabel %u nie mogą zostać usunięte" -#: commands/tablespace.c:1519 +#: commands/tablespace.c:1523 #, c-format msgid "You can remove the directories manually if necessary." msgstr "Można usunąć katalogi ręcznie jeśli to konieczne." -#: commands/trigger.c:161 +#: commands/trigger.c:172 #, c-format msgid "\"%s\" is a table" msgstr "\"%s\" jest tabelą" -#: commands/trigger.c:163 +#: commands/trigger.c:174 #, c-format msgid "Tables cannot have INSTEAD OF triggers." msgstr "Tabele nie mogą posiadać wyzwalaczy INSTEAD OF." -#: commands/trigger.c:174 commands/trigger.c:181 +#: commands/trigger.c:185 commands/trigger.c:192 #, c-format msgid "\"%s\" is a view" msgstr "\"%s\" jest widokiem" -#: commands/trigger.c:176 +#: commands/trigger.c:187 #, c-format msgid "Views cannot have row-level BEFORE or AFTER triggers." msgstr "Widoki nie mogą posiadać wierszowych wyzwalaczy BEFORE ani AFTER." -#: commands/trigger.c:183 +#: commands/trigger.c:194 #, c-format msgid "Views cannot have TRUNCATE triggers." msgstr "Widoki nie mogą posiadać wyzwalaczy TRUNCATE." -#: commands/trigger.c:239 +#: commands/trigger.c:257 #, c-format msgid "TRUNCATE FOR EACH ROW triggers are not supported" msgstr "wyzwalacze TRUNCATE FOR EACH ROW nie są obsługiwane" -#: commands/trigger.c:247 +#: commands/trigger.c:265 #, c-format msgid "INSTEAD OF triggers must be FOR EACH ROW" msgstr "wyzwalacze INSTEAD OF muszą być FOR EACH ROW" -#: commands/trigger.c:251 +#: commands/trigger.c:269 #, c-format msgid "INSTEAD OF triggers cannot have WHEN conditions" msgstr "wyzwalacze INSTEAD OF nie mogą zawierać warunków WHEN" -#: commands/trigger.c:255 +#: commands/trigger.c:273 #, c-format msgid "INSTEAD OF triggers cannot have column lists" msgstr "wyzwalacze INSTEAD OF nie mogą mieć listy kolumn" -#: commands/trigger.c:299 +#: commands/trigger.c:317 #, c-format msgid "cannot use subquery in trigger WHEN condition" msgstr "nie można używać podzapytań w warunku WHEN wyzwalacza" -#: commands/trigger.c:303 +#: commands/trigger.c:321 #, c-format msgid "cannot use aggregate function in trigger WHEN condition" msgstr "nie można używać funkcji agregującej w warunku WHEN wyzwalacza" -#: commands/trigger.c:307 +#: commands/trigger.c:325 #, c-format msgid "cannot use window function in trigger WHEN condition" msgstr "nie można używać funkcji okna w warunku WHEN wyzwalacza" -#: commands/trigger.c:329 commands/trigger.c:342 +#: commands/trigger.c:347 commands/trigger.c:360 #, c-format msgid "statement trigger's WHEN condition cannot reference column values" msgstr "warunek WHEN instrukcji wyzwalacza nie może wskazywać na wartości kolumn" -#: commands/trigger.c:334 +#: commands/trigger.c:352 #, c-format msgid "INSERT trigger's WHEN condition cannot reference OLD values" msgstr "warunek WHEN wyzwalacza INSERT nie może wskazywać na wartości OLD" -#: commands/trigger.c:347 +#: commands/trigger.c:365 #, c-format msgid "DELETE trigger's WHEN condition cannot reference NEW values" msgstr "warunek WHEN wyzwalacza DELETE nie może wskazywać na wartości NEW" -#: commands/trigger.c:352 +#: commands/trigger.c:370 #, c-format msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns" msgstr "warunek WHEN wyzwalacza BEFORE nie może wskazywać na NEW kolumn systemowych" -#: commands/trigger.c:397 +#: commands/trigger.c:415 #, c-format msgid "changing return type of function %s from \"opaque\" to \"trigger\"" msgstr "zmiana zwracanego typu funkcji %s z \"opaque\" na \"trigger\"" -#: commands/trigger.c:404 +#: commands/trigger.c:422 #, c-format msgid "function %s must return type \"trigger\"" msgstr "funkcja %s musi zwracać typ \"trigger\"" -#: commands/trigger.c:515 commands/trigger.c:1259 +#: commands/trigger.c:533 commands/trigger.c:1277 #, c-format msgid "trigger \"%s\" for relation \"%s\" already exists" msgstr "wyzwalacz \"%s\" dla relacji \"%s\" już istnieje" -#: commands/trigger.c:800 +#: commands/trigger.c:818 msgid "Found referenced table's UPDATE trigger." msgstr "Odnaleziono wyzwalacz UPDATE tabeli referowanej." -#: commands/trigger.c:801 +#: commands/trigger.c:819 msgid "Found referenced table's DELETE trigger." msgstr "Odnaleziono wyzwalacz DELETE tabeli referowanej." -#: commands/trigger.c:802 +#: commands/trigger.c:820 msgid "Found referencing table's trigger." msgstr "Odnaleziono wyzwalacz tabeli referowanej." -#: commands/trigger.c:911 commands/trigger.c:927 +#: commands/trigger.c:929 commands/trigger.c:945 #, c-format msgid "ignoring incomplete trigger group for constraint \"%s\" %s" msgstr "ignorowanie niepełnej grupy wyzwalaczy dla ograniczenia \"%s\" %s" -#: commands/trigger.c:939 +#: commands/trigger.c:957 #, c-format msgid "converting trigger group into constraint \"%s\" %s" msgstr "przekształcenie grupy wyzwalaczy w ograniczenie \"%s\" %s" -#: commands/trigger.c:1150 commands/trigger.c:1302 commands/trigger.c:1413 +#: commands/trigger.c:1168 commands/trigger.c:1320 commands/trigger.c:1431 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "wyzwalacz \"%s\" dla tabeli \"%s\" nie istnieje" -#: commands/trigger.c:1381 +#: commands/trigger.c:1399 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "odmowa dostępu: \"%s\" jest wyzwalaczem systemowym" -#: commands/trigger.c:1874 +#: commands/trigger.c:1892 #, c-format msgid "trigger function %u returned null value" msgstr "funkcja wyzwalacza %u zwróciła pustą wartość" -#: commands/trigger.c:1933 commands/trigger.c:2132 commands/trigger.c:2316 -#: commands/trigger.c:2558 +#: commands/trigger.c:1951 commands/trigger.c:2150 commands/trigger.c:2334 +#: commands/trigger.c:2576 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "wyzwalacz BEFORE STATEMENT nie może zwracać wartości" -#: commands/trigger.c:2620 executor/execMain.c:1883 +#: commands/trigger.c:2638 executor/execMain.c:1902 #: executor/nodeLockRows.c:138 executor/nodeModifyTable.c:367 -#: executor/nodeModifyTable.c:583 +#: executor/nodeModifyTable.c:589 #, c-format msgid "could not serialize access due to concurrent update" msgstr "nie może serializować dostępu z powodu równoczesnej aktualizacji" -#: commands/trigger.c:4247 +#: commands/trigger.c:4265 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "ograniczenie \"%s\" nie jest odraczalne" -#: commands/trigger.c:4270 +#: commands/trigger.c:4288 #, c-format msgid "constraint \"%s\" does not exist" msgstr "ograniczenie \"%s\" nie istnieje" @@ -7370,7 +7381,7 @@ msgstr "klucze obce nie są dostępne dla domen" msgid "specifying constraint deferrability not supported for domains" msgstr "określanie odraczalności ograniczenia nie jest obsługiwane dla domen" -#: commands/typecmds.c:1211 utils/cache/typcache.c:1064 +#: commands/typecmds.c:1211 utils/cache/typcache.c:1069 #, c-format msgid "%s is not an enum" msgstr "%s nie jest wyliczeniem" @@ -7536,14 +7547,14 @@ msgid "role \"%s\" already exists" msgstr "rola \"%s\" już istnieje" #: commands/user.c:616 commands/user.c:818 commands/user.c:898 -#: commands/user.c:1060 commands/variable.c:855 commands/variable.c:927 -#: utils/adt/acl.c:5088 utils/init/miscinit.c:432 +#: commands/user.c:1060 commands/variable.c:857 commands/variable.c:929 +#: utils/adt/acl.c:5118 utils/init/miscinit.c:432 #, c-format msgid "role \"%s\" does not exist" msgstr "rola \"%s\" nie istnieje" #: commands/user.c:629 commands/user.c:835 commands/user.c:1325 -#: commands/user.c:1462 +#: commands/user.c:1471 #, c-format msgid "must be superuser to alter superusers" msgstr "musisz być superużytkownikiem aby zmieniać superużytkowników" @@ -7628,27 +7639,27 @@ msgstr "odmowa dostępu do usunięcia obiektów" msgid "permission denied to reassign objects" msgstr "odmowa dostępu do ponownego przypisania obiektów" -#: commands/user.c:1333 commands/user.c:1470 +#: commands/user.c:1333 commands/user.c:1479 #, c-format msgid "must have admin option on role \"%s\"" msgstr "musisz mieć opcję administratora na roli \"%s\"" -#: commands/user.c:1341 +#: commands/user.c:1350 #, c-format msgid "must be superuser to set grantor" msgstr "musisz być superużytkownikiem by ustawić prawo nadawania uprawnień" -#: commands/user.c:1366 +#: commands/user.c:1375 #, c-format msgid "role \"%s\" is a member of role \"%s\"" msgstr "rola \"%s\" jest członkiem roli \"%s\"" -#: commands/user.c:1381 +#: commands/user.c:1390 #, c-format msgid "role \"%s\" is already a member of role \"%s\"" msgstr "rola \"%s\" jest już członkiem roli \"%s\"" -#: commands/user.c:1492 +#: commands/user.c:1501 #, c-format msgid "role \"%s\" is not a member of role \"%s\"" msgstr "rola \"%s\" nie jest członkiem roli \"%s\"" @@ -7698,7 +7709,7 @@ msgstr "pominięto \"%s\" --- tylko właściciel tabeli lub bazy danych może to msgid "skipping \"%s\" --- cannot vacuum non-tables or special system tables" msgstr "pominięto \"%s\" --- nie można odkurzyć nie-tabel ani specjalnych tabel systemowych" -#: commands/vacuumlazy.c:308 +#: commands/vacuumlazy.c:315 #, c-format msgid "" "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n" @@ -7715,22 +7726,22 @@ msgstr "" "śr. prędkość odczytu: %.3f MiB/s, śr prędkość zapisu: %.3f MiB/s\n" "użycie systemu: %s" -#: commands/vacuumlazy.c:639 +#: commands/vacuumlazy.c:647 #, c-format msgid "relation \"%s\" page %u is uninitialized --- fixing" msgstr "w relacji \"%s\" strona %u nie jest zainicjowana --- naprawa" -#: commands/vacuumlazy.c:1005 +#: commands/vacuumlazy.c:1037 #, c-format msgid "\"%s\": removed %.0f row versions in %u pages" msgstr "\"%s\": usunięto %.0f wersji wierszy na %u stronach" -#: commands/vacuumlazy.c:1010 +#: commands/vacuumlazy.c:1042 #, c-format msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u pages" msgstr "\"%s\": znaleziono %.0f usuwalnych, %.0f nieusuwalnych wersji wierszy na %u z %u stron" -#: commands/vacuumlazy.c:1014 +#: commands/vacuumlazy.c:1046 #, c-format msgid "" "%.0f dead row versions cannot be removed yet.\n" @@ -7743,28 +7754,28 @@ msgstr "" "%u stron jest zupełnie pustych.\n" "%s." -#: commands/vacuumlazy.c:1077 +#: commands/vacuumlazy.c:1109 #, c-format msgid "\"%s\": removed %d row versions in %d pages" msgstr "\"%s\": usunięto %d wersji wierszy na %d stronach" -#: commands/vacuumlazy.c:1080 commands/vacuumlazy.c:1216 -#: commands/vacuumlazy.c:1393 +#: commands/vacuumlazy.c:1112 commands/vacuumlazy.c:1248 +#: commands/vacuumlazy.c:1418 #, c-format msgid "%s." msgstr "%s." -#: commands/vacuumlazy.c:1213 +#: commands/vacuumlazy.c:1245 #, c-format msgid "scanned index \"%s\" to remove %d row versions" msgstr "przeskanowano indeks \"%s\" by usunąć %d wersji wierszy" -#: commands/vacuumlazy.c:1257 +#: commands/vacuumlazy.c:1289 #, c-format msgid "index \"%s\" now contains %.0f row versions in %u pages" msgstr "indeks \"%s\" zawiera teraz %.0f wersji wierszy na %u stronach" -#: commands/vacuumlazy.c:1261 +#: commands/vacuumlazy.c:1293 #, c-format msgid "" "%.0f index row versions were removed.\n" @@ -7775,20 +7786,20 @@ msgstr "" "%u strony indeksu zostały usunięte, %u jest obecnie ponownie używanych.\n" "%s." -#: commands/vacuumlazy.c:1321 +#: commands/vacuumlazy.c:1350 #, c-format -msgid "automatic vacuum of table \"%s.%s.%s\": cannot (re)acquire exclusive lock for truncate scan" -msgstr "" +msgid "\"%s\": stopping truncate due to conflicting lock request" +msgstr "\"%s\": zatrzymanie obcinania ze względu na sprzeczne żądania blokad" -#: commands/vacuumlazy.c:1390 +#: commands/vacuumlazy.c:1415 #, c-format msgid "\"%s\": truncated %u to %u pages" msgstr "\"%s\": obcięto %u na %u stronach" -#: commands/vacuumlazy.c:1445 +#: commands/vacuumlazy.c:1471 #, c-format msgid "\"%s\": suspending truncate due to conflicting lock request" -msgstr "" +msgstr "\"%s\": zawieszenie obcinania ze względu na sprzeczne żądania blokad" #: commands/variable.c:161 utils/misc/guc.c:8327 #, c-format @@ -7810,72 +7821,72 @@ msgstr "Nie można używać miesięcy w przedziale strefy czasowej." msgid "Cannot specify days in time zone interval." msgstr "Nie można używać dni w przedziale strefy czasowej." -#: commands/variable.c:362 commands/variable.c:485 +#: commands/variable.c:364 commands/variable.c:487 #, c-format msgid "time zone \"%s\" appears to use leap seconds" msgstr "strefa czasowa \"%s\" wydaje się używać sekund przestępnych" -#: commands/variable.c:364 commands/variable.c:487 +#: commands/variable.c:366 commands/variable.c:489 #, c-format msgid "PostgreSQL does not support leap seconds." msgstr "PostgreSQL nie obsługuje sekund przestępnych." -#: commands/variable.c:551 +#: commands/variable.c:553 #, c-format msgid "cannot set transaction read-write mode inside a read-only transaction" msgstr "nie można ustawić trybu transakcji na odczyt i zapis wewnątrz transakcji tylko do odczytu" -#: commands/variable.c:558 +#: commands/variable.c:560 #, c-format msgid "transaction read-write mode must be set before any query" msgstr "tryb zapisu i odczytu transakcji musi być ustawiony przed jakimkolwiek zapytaniem" -#: commands/variable.c:565 +#: commands/variable.c:567 #, c-format msgid "cannot set transaction read-write mode during recovery" msgstr "nie można ustawić trybu zapisu i odczytu transakcji podczas odzyskiwania" -#: commands/variable.c:614 +#: commands/variable.c:616 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" msgstr "SET TRANSACTION ISOLATION LEVEL musi być wywołane przed jakimkolwiek zapytaniem" -#: commands/variable.c:621 +#: commands/variable.c:623 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction" msgstr "SET TRANSACTION ISOLATION LEVEL nie może być wywołane w podtransakcji" -#: commands/variable.c:628 storage/lmgr/predicate.c:1582 +#: commands/variable.c:630 storage/lmgr/predicate.c:1582 #, c-format msgid "cannot use serializable mode in a hot standby" msgstr "nie można używać trybu" -#: commands/variable.c:629 +#: commands/variable.c:631 #, c-format msgid "You can use REPEATABLE READ instead." msgstr "Można w zamian użyć REPEATABLE READ." -#: commands/variable.c:677 +#: commands/variable.c:679 #, c-format msgid "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" msgstr "SET TRANSACTION [NOT] DEFERRABLE nie może być wywołane w podtransakcji" -#: commands/variable.c:683 +#: commands/variable.c:685 #, c-format msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query" msgstr "SET TRANSACTION [NOT] DEFERRABLE musi być wywołane przed jakimkolwiek zapytaniem" -#: commands/variable.c:765 +#: commands/variable.c:767 #, c-format msgid "Conversion between %s and %s is not supported." msgstr "Konwersja pomiędzy %s i %s nie jest obsługiwana." -#: commands/variable.c:772 +#: commands/variable.c:774 #, c-format msgid "Cannot change \"client_encoding\" now." msgstr "Nie można teraz zmienić \"client_encoding\"." -#: commands/variable.c:942 +#: commands/variable.c:944 #, c-format msgid "permission denied to set role \"%s\"" msgstr "odmowa dostępu do ustawienia roli \"%s\"" @@ -7970,97 +7981,97 @@ msgstr "typ parametru %d (%s) nie pasuje do tego podczas przygotowania planu (%s msgid "no value found for parameter %d" msgstr "nie odnaleziono wartości dla parametru %d" -#: executor/execMain.c:947 +#: executor/execMain.c:948 #, c-format msgid "cannot change sequence \"%s\"" msgstr "nie można zmienić sekwencji \"%s\"" -#: executor/execMain.c:953 +#: executor/execMain.c:954 #, c-format msgid "cannot change TOAST relation \"%s\"" msgstr "nie można zmienić relacji TOAST \"%s\"" -#: executor/execMain.c:963 +#: executor/execMain.c:964 #, c-format msgid "cannot insert into view \"%s\"" msgstr "nie można wstawiać do widoku \"%s\"" -#: executor/execMain.c:965 +#: executor/execMain.c:966 #, c-format msgid "You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT trigger." msgstr "Potrzebujesz bezwarunkowej reguły ON INSERT DO INSTEAD lub wyzwalacza INSTEAD OF INSERT." -#: executor/execMain.c:971 +#: executor/execMain.c:972 #, c-format msgid "cannot update view \"%s\"" msgstr "nie można modyfikować widoku \"%s\"" -#: executor/execMain.c:973 +#: executor/execMain.c:974 #, c-format msgid "You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE trigger." msgstr "Potrzebujesz bezwarunkowej reguły ON UPDATE DO INSTEAD lub wyzwalacza INSTEAD OF UPDATE." -#: executor/execMain.c:979 +#: executor/execMain.c:980 #, c-format msgid "cannot delete from view \"%s\"" msgstr "nie można usuwać z widoku \"%s\"" -#: executor/execMain.c:981 +#: executor/execMain.c:982 #, c-format msgid "You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE trigger." msgstr "Potrzebujesz bezwarunkowej reguły ON DELETE DO INSTEAD lub wyzwalacza INSTEAD OF DELETE." -#: executor/execMain.c:991 +#: executor/execMain.c:992 #, c-format msgid "cannot change foreign table \"%s\"" msgstr "nie można zmienić tabeli obcej \"%s\"" -#: executor/execMain.c:997 +#: executor/execMain.c:998 #, c-format msgid "cannot change relation \"%s\"" msgstr "nie można zmienić relacji \"%s\"" -#: executor/execMain.c:1021 +#: executor/execMain.c:1022 #, c-format msgid "cannot lock rows in sequence \"%s\"" msgstr "nie można blokować wierszy w sekwencji \"%s\"" -#: executor/execMain.c:1028 +#: executor/execMain.c:1029 #, c-format msgid "cannot lock rows in TOAST relation \"%s\"" msgstr "nie można blokować wierszy w relacji TOAST \"%s\"" -#: executor/execMain.c:1035 +#: executor/execMain.c:1036 #, c-format msgid "cannot lock rows in view \"%s\"" msgstr "nie można blokować wierszy w widoku \"%s\"" -#: executor/execMain.c:1042 +#: executor/execMain.c:1043 #, c-format msgid "cannot lock rows in foreign table \"%s\"" msgstr "nie można blokować wierszy w tabeli obcej \"%s\"" -#: executor/execMain.c:1048 +#: executor/execMain.c:1049 #, c-format msgid "cannot lock rows in relation \"%s\"" msgstr "nie można blokować wierszy w relacji \"%s\"" -#: executor/execMain.c:1524 +#: executor/execMain.c:1526 #, c-format msgid "null value in column \"%s\" violates not-null constraint" msgstr "pusta wartość w kolumnie \"%s\" narusza ograniczenie wymaganej wartości" -#: executor/execMain.c:1526 executor/execMain.c:1540 +#: executor/execMain.c:1528 executor/execMain.c:1544 #, c-format msgid "Failing row contains %s." msgstr "Niepoprawne ograniczenia wiersza %s." -#: executor/execMain.c:1538 +#: executor/execMain.c:1542 #, c-format msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "nowy rekord dla relacji \"%s\" narusza ograniczenie sprawdzające \"%s\"" -#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3090 +#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3111 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:227 #: utils/adt/arrayfuncs.c:506 utils/adt/arrayfuncs.c:1241 #: utils/adt/arrayfuncs.c:2914 utils/adt/arrayfuncs.c:4939 @@ -8073,12 +8084,12 @@ msgstr "liczba wymiarów tablicy (%d) przekracza maksimum (%d)" msgid "array subscript in assignment must not be null" msgstr "w instrukcji przypisania do elementu tablicy indeksem elementu nie może być NULL" -#: executor/execQual.c:639 executor/execQual.c:4008 +#: executor/execQual.c:639 executor/execQual.c:4029 #, c-format msgid "attribute %d has wrong type" msgstr "atrybut %d posiada nieprawidłowy typ" -#: executor/execQual.c:640 executor/execQual.c:4009 +#: executor/execQual.c:640 executor/execQual.c:4030 #, c-format msgid "Table has type %s, but query expects %s." msgstr "Tabela posiada typ %s, ale zapytanie wymaga %s." @@ -8109,7 +8120,7 @@ msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "Niedopasowanie fizycznego przechowywania na skasowanym atrybucie na pozycji porządkowej %d." #: executor/execQual.c:1301 parser/parse_func.c:91 parser/parse_func.c:323 -#: parser/parse_func.c:642 +#: parser/parse_func.c:631 #, c-format msgid "cannot pass more than %d argument to a function" msgid_plural "cannot pass more than %d arguments to a function" @@ -8145,91 +8156,91 @@ msgstr[2] "Zwracany wiersz posiada %d atrybutów, ale zapytanie oczekuje %d." msgid "Returned type %s at ordinal position %d, but query expects %s." msgstr "Zwracany typ %s na pozycji porządkowej %d, ale zapytanie oczekuje %s." -#: executor/execQual.c:1848 executor/execQual.c:2273 +#: executor/execQual.c:1846 executor/execQual.c:2270 #, c-format msgid "table-function protocol for materialize mode was not followed" msgstr "protokół tabela-funkcja dla trybu materializacji nie został spełniony" -#: executor/execQual.c:1868 executor/execQual.c:2280 +#: executor/execQual.c:1866 executor/execQual.c:2277 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "nierozpoznany returnMode tabela-funkcja: %d" -#: executor/execQual.c:2190 +#: executor/execQual.c:2187 #, c-format msgid "function returning set of rows cannot return null value" msgstr "funkcja zwracająca zbiór rekordów nie może zwracać pustych wartości" -#: executor/execQual.c:2247 +#: executor/execQual.c:2244 #, c-format msgid "rows returned by function are not all of the same row type" msgstr "wiersze zwrócone przez funkcję nie są wszystkie tego samego typu" -#: executor/execQual.c:2438 +#: executor/execQual.c:2459 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM nie obsługuje argumentów grupowych" -#: executor/execQual.c:2515 +#: executor/execQual.c:2536 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "op ANY/ALL (array) nie obsługuje argumentów grupowych" -#: executor/execQual.c:3068 +#: executor/execQual.c:3089 #, c-format msgid "cannot merge incompatible arrays" msgstr "nie można scalić niekompatybilnych tablic" -#: executor/execQual.c:3069 +#: executor/execQual.c:3090 #, c-format msgid "Array with element type %s cannot be included in ARRAY construct with element type %s." msgstr "Tablica o typie elementu %s nie może być zawarta w konstrukcie ARRAY o typie elementu %s." -#: executor/execQual.c:3110 executor/execQual.c:3137 +#: executor/execQual.c:3131 executor/execQual.c:3158 #: utils/adt/arrayfuncs.c:541 #, c-format msgid "multidimensional arrays must have array expressions with matching dimensions" msgstr "wielowymiarowe tablice muszą mieć wyrażenia tablicowe z pasującymi wymiarami" -#: executor/execQual.c:3652 +#: executor/execQual.c:3673 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF nie obsługuje argumentów grupowych" -#: executor/execQual.c:3882 utils/adt/domains.c:127 +#: executor/execQual.c:3903 utils/adt/domains.c:127 #, c-format msgid "domain %s does not allow null values" msgstr "domena %s nie zezwala na puste wartości" -#: executor/execQual.c:3911 utils/adt/domains.c:163 +#: executor/execQual.c:3932 utils/adt/domains.c:163 #, c-format msgid "value for domain %s violates check constraint \"%s\"" msgstr "wartość dla domeny %s narusza ograniczenie sprawdzające \"%s\"" -#: executor/execQual.c:4404 optimizer/util/clauses.c:570 +#: executor/execQual.c:4425 optimizer/util/clauses.c:570 #: parser/parse_agg.c:162 #, c-format msgid "aggregate function calls cannot be nested" msgstr "wywołania funkcji agregującej nie mogą być zagnieżdżone" -#: executor/execQual.c:4442 optimizer/util/clauses.c:644 +#: executor/execQual.c:4463 optimizer/util/clauses.c:644 #: parser/parse_agg.c:209 #, c-format msgid "window function calls cannot be nested" msgstr "wywołania funkcji okna nie mogą być zagnieżdżone" -#: executor/execQual.c:4654 +#: executor/execQual.c:4675 #, c-format msgid "target type is not an array" msgstr "typ docelowy nie jest tablica" -#: executor/execQual.c:4768 +#: executor/execQual.c:4789 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "kolumna ROW() posiada typ %s zamiast typu %s" -#: executor/execQual.c:4903 utils/adt/arrayfuncs.c:3377 -#: utils/adt/rowtypes.c:950 +#: executor/execQual.c:4924 utils/adt/arrayfuncs.c:3377 +#: utils/adt/rowtypes.c:920 #, c-format msgid "could not identify a comparison function for type %s" msgstr "nie można określić funkcji porównującej dla typu %s" @@ -8254,76 +8265,76 @@ msgstr "sprzeczna wartość klucza narusza ograniczenie wykluczające \"%s\"" msgid "Key %s conflicts with existing key %s." msgstr "Klucz %s jest sprzeczny z istniejącym kluczem %s." -#: executor/functions.c:207 +#: executor/functions.c:224 #, c-format msgid "could not determine actual type of argument declared %s" msgstr "nie można określić aktualnego typu argumentu deklarującego %s" #. translator: %s is a SQL statement name -#: executor/functions.c:480 +#: executor/functions.c:505 #, c-format msgid "%s is not allowed in a SQL function" msgstr "%s nie jest dopuszczalne w funkcji SQL" #. translator: %s is a SQL statement name -#: executor/functions.c:487 executor/spi.c:1269 executor/spi.c:1982 +#: executor/functions.c:512 executor/spi.c:1265 executor/spi.c:2037 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s nie jest dopuszczalne w niezmiennej funkcji" -#: executor/functions.c:592 +#: executor/functions.c:637 #, c-format msgid "could not determine actual result type for function declared to return type %s" msgstr "nie można określić aktualnego typu wyniku dla funkcji zadeklarowanej jako zwracająca typ %s" -#: executor/functions.c:1330 +#: executor/functions.c:1402 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "funkcja SQL \"%s\" wyrażenie %d" -#: executor/functions.c:1356 +#: executor/functions.c:1428 #, c-format msgid "SQL function \"%s\" during startup" msgstr "funkcja SQL \"%s\" w czasie uruchamiania" -#: executor/functions.c:1515 executor/functions.c:1552 -#: executor/functions.c:1564 executor/functions.c:1677 -#: executor/functions.c:1710 executor/functions.c:1740 +#: 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 "zwracany typ nie zgadza się w funkcji zadeklarowanej jako zwracająca %s" -#: executor/functions.c:1517 +#: executor/functions.c:1589 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "Końcowym wyrażeniem funkcji musi być SELECT lub INSERT/UPDATE/DELETE RETURNING." -#: executor/functions.c:1554 +#: executor/functions.c:1626 #, c-format msgid "Final statement must return exactly one column." msgstr "Wyrażenie końcowe musi zwracać dokładnie jedną kolumnę." -#: executor/functions.c:1566 +#: executor/functions.c:1638 #, c-format msgid "Actual return type is %s." msgstr "Aktualny zwracany typ to %s." -#: executor/functions.c:1679 +#: executor/functions.c:1751 #, c-format msgid "Final statement returns too many columns." msgstr "Wyrażenie końcowe zwraca zbyt wiele kolumn." -#: executor/functions.c:1712 +#: executor/functions.c:1784 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Wyrażenie końcowe zwraca %s zamiast %s w kolumnie %d." -#: executor/functions.c:1742 +#: executor/functions.c:1814 #, c-format msgid "Final statement returns too few columns." msgstr "Wyrażenie końcowe zwraca zbyt mało kolumn." -#: executor/functions.c:1791 +#: executor/functions.c:1863 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "zwracany typ %s nie jest obsługiwany w funkcjach SQL" @@ -8424,28 +8435,28 @@ msgstr "Sprawdź brakujące wywołania \"SPI_finish\"." msgid "subtransaction left non-empty SPI stack" msgstr "podtransakcja pozostawiła niepusty stos SPI" -#: executor/spi.c:1145 +#: executor/spi.c:1129 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "nie można otworzyć wielozapytaniowego planu jako kursora" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1150 +#: executor/spi.c:1134 #, c-format msgid "cannot open %s query as cursor" msgstr "nie można otworzyć zapytania %s jako kursora" -#: executor/spi.c:1246 parser/analyze.c:2205 +#: executor/spi.c:1242 parser/analyze.c:2205 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE nie jest wspierane" -#: executor/spi.c:1247 parser/analyze.c:2206 +#: executor/spi.c:1243 parser/analyze.c:2206 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Kursory skrolowalne muszą być READ ONLY." -#: executor/spi.c:2266 +#: executor/spi.c:2321 #, c-format msgid "SQL statement \"%s\"" msgstr "wyrażenie SQL \"%s\"" @@ -8470,3773 +8481,4069 @@ msgstr "błędna opcja \"%s\"" msgid "Valid options in this context are: %s" msgstr "Poprawnymi opcjami dla tego kontekstu są: %s" -#: lib/stringinfo.c:267 +#: gram.y:913 #, c-format -msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes." -msgstr "Nie można poszerzyć bufora znakowego zawierającego %d bajtów o następne %d bajtów." +msgid "unrecognized role option \"%s\"" +msgstr "nieznana opcja roli \"%s\"" -#: libpq/auth.c:257 +#: gram.y:1303 #, c-format -msgid "authentication failed for user \"%s\": host rejected" -msgstr "nie powiodła się autoryzacja użytkownika \"%s\": odrzucono host" +msgid "current database cannot be changed" +msgstr "bieżąca baza danych nie może być zmieniona" -#: libpq/auth.c:260 +#: gram.y:1430 gram.y:1445 #, c-format -msgid "Kerberos 5 authentication failed for user \"%s\"" -msgstr "autoryzacja Kerberos 5 nie powiodła się dla użytkownika \"%s\"" +msgid "time zone interval must be HOUR or HOUR TO MINUTE" +msgstr "przedział strefy czasowej musi być HOUR lub HOUR TO MINUTE" -#: libpq/auth.c:263 +#: gram.y:1450 gram.y:9646 gram.y:12197 #, c-format -msgid "\"trust\" authentication failed for user \"%s\"" -msgstr "autoryzacja \"trust\" nie powiodła się dla użytkownika \"%s\"" +msgid "interval precision specified twice" +msgstr "dokładność interwału wskazana dwukrotnie" -#: libpq/auth.c:266 +#: gram.y:2524 gram.y:2531 gram.y:8956 gram.y:8964 #, c-format -msgid "Ident authentication failed for user \"%s\"" -msgstr "autoryzacja ident nie powiodła się dla użytkownika \"%s\"" +msgid "GLOBAL is deprecated in temporary table creation" +msgstr "GLOBAL jest przestarzałe przy tworzeniu tabeli tymczasowej" -#: libpq/auth.c:269 +#: gram.y:2968 utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435 +#: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838 +#: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188 +#: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547 +#: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901 +#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299 +#: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550 +#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 #, c-format -msgid "Peer authentication failed for user \"%s\"" -msgstr "Równoległa autoryzacja nie powiodła się dla użytkownika \"%s\"" +msgid "MATCH PARTIAL not yet implemented" +msgstr "MATCH PARTIAL jeszcze nie zaimplementowano" -#: libpq/auth.c:273 -#, c-format -msgid "password authentication failed for user \"%s\"" -msgstr "autoryzacja hasłem nie powiodła się dla użytkownika \"%s\"" +#: gram.y:4141 +msgid "duplicate trigger events specified" +msgstr "wskazano powielone zdarzenia wyzwalacza" -#: libpq/auth.c:278 +#: gram.y:4236 parser/parse_utilcmd.c:2520 parser/parse_utilcmd.c:2546 #, c-format -msgid "GSSAPI authentication failed for user \"%s\"" -msgstr "autoryzacja GSSAPI nie powiodła się dla użytkownika \"%s\"" +msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" +msgstr "ograniczenie zadeklarowane jako INITIALLY DEFERRED musi być DEFERRABLE" -#: libpq/auth.c:281 +#: gram.y:4243 #, c-format -msgid "SSPI authentication failed for user \"%s\"" -msgstr "Autoryzacja SSPI nie powiodła się dla użytkownika \"%s\"" +msgid "conflicting constraint properties" +msgstr "konflikt właściwości ograniczeń" -#: libpq/auth.c:284 +#: gram.y:4307 #, c-format -msgid "PAM authentication failed for user \"%s\"" -msgstr "Autoryzacja PAM nie powiodła się dla użytkownika \"%s\"" +msgid "CREATE ASSERTION is not yet implemented" +msgstr "CREATE ASSERTION jeszcze nie zaimplementowano" -#: libpq/auth.c:287 +#: gram.y:4323 #, c-format -msgid "LDAP authentication failed for user \"%s\"" -msgstr "Autoryzacja LDAP nie powiodła się dla użytkownika \"%s\"" +msgid "DROP ASSERTION is not yet implemented" +msgstr "DROP ASSERTION jeszcze nie zaimplementowano" -#: libpq/auth.c:290 +#: gram.y:4666 #, c-format -msgid "certificate authentication failed for user \"%s\"" -msgstr "autoryzacja certyfikatem nie powiodła się dla użytkownika \"%s\"" +msgid "RECHECK is no longer required" +msgstr "RECHECK nie jest dłużej wymagane" -#: libpq/auth.c:293 +#: gram.y:4667 #, c-format -msgid "RADIUS authentication failed for user \"%s\"" -msgstr "autoryzacja RADIUS nie powiodła się dla użytkownika \"%s\"" +msgid "Update your data type." +msgstr "Zaktualizuj swój typ danych." -#: libpq/auth.c:296 +#: gram.y:6385 utils/adt/regproc.c:630 #, c-format -msgid "authentication failed for user \"%s\": invalid authentication method" -msgstr "nie powiodła się autoryzacja użytkownika \"%s\": niepoprawna metoda autoryzacji" +msgid "missing argument" +msgstr "brakujący argument" -#: libpq/auth.c:352 +#: gram.y:6386 utils/adt/regproc.c:631 #, c-format -msgid "connection requires a valid client certificate" -msgstr "połączenie wymaga poprawnego certyfikatu klienta" +msgid "Use NONE to denote the missing argument of a unary operator." +msgstr "Użyj NONE do oznaczenia brakuje argumentów w jednoargumentowym operatorze." -#: libpq/auth.c:394 +#: gram.y:7671 gram.y:7677 gram.y:7683 #, c-format -msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" -msgstr "pg_hba.conf odrzuca połączenia replikacji dla hosta \"%s\", użytkownika \"%s\", %s" - -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 -msgid "SSL off" -msgstr "SSL wyłączone" +msgid "WITH CHECK OPTION is not implemented" +msgstr "WITH CHECK OPTION jeszcze nie zaimplementowano" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 -msgid "SSL on" -msgstr "SSL włączone" +#: gram.y:8603 +#, c-format +msgid "number of columns does not match number of values" +msgstr "liczba kolumn nie zgadza się z liczbą wartości" -#: libpq/auth.c:400 +#: gram.y:9060 #, c-format -msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\"" -msgstr "pg_hba.conf odrzuca połączenie replikacji dla hosta \"%s\", użytkownika \"%s\"" +msgid "LIMIT #,# syntax is not supported" +msgstr "składnia LIMIT #,# jest nieobsługiwana" -#: libpq/auth.c:409 +#: gram.y:9061 #, c-format -msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "pg_hba.conf odrzuca połączenie dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\", %s" +msgid "Use separate LIMIT and OFFSET clauses." +msgstr "Użyj oddzielnych klauzul LIMIT i OFFSET." -#: libpq/auth.c:416 +#: gram.y:9279 #, c-format -msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\"" -msgstr "pg_hba.conf odrzuca połączenie dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\"" +msgid "VALUES in FROM must have an alias" +msgstr "VALUES we FROM musi mieć alias" -#: libpq/auth.c:445 +#: gram.y:9280 #, c-format -msgid "Client IP address resolved to \"%s\", forward lookup matches." -msgstr "Adres IP klienta rozwiązany do \"%s\", sprawdzenie celu pasuje." +msgid "For example, FROM (VALUES ...) [AS] foo." +msgstr "Dla przykładu, FROM (VALUES ...) [AS] foo." -#: libpq/auth.c:447 +#: gram.y:9285 #, c-format -msgid "Client IP address resolved to \"%s\", forward lookup not checked." -msgstr "Adres IP klienta rozwiązany do \"%s\", nie sprawdzono celu." +msgid "subquery in FROM must have an alias" +msgstr "podzapytanie z FROM musi mieć alias" -#: libpq/auth.c:449 +#: gram.y:9286 #, c-format -msgid "Client IP address resolved to \"%s\", forward lookup does not match." -msgstr "Adres IP klienta rozwiązany do \"%s\", sprawdzenie celu nie pasuje." +msgid "For example, FROM (SELECT ...) [AS] foo." +msgstr "Dla przykładu, FROM (SELECT ...) [AS] foo." -#: libpq/auth.c:458 +#: gram.y:9772 #, c-format -msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" -msgstr "brak wpisu w pg_hba.conf dla połączenia replikacji z hosta \"%s\", użytkownika \"%s\", %s" +msgid "precision for type float must be at least 1 bit" +msgstr "precyzja dla typu zmiennoprzecinkowego musi mieć co najmniej 1 bit" -#: libpq/auth.c:465 +#: gram.y:9781 #, c-format -msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" -msgstr "brak wpisu w pg_hba.conf dla połączenia replikacji z hosta \"%s\", użytkownika \"%s\"" +msgid "precision for type float must be less than 54 bits" +msgstr "precyzja dla typu zmiennoprzecinkowego musi mieć co najwyżej 54 bity" -#: libpq/auth.c:475 +#: gram.y:10320 #, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "brak wpisu w pg_hba.conf dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\", %s" +msgid "wrong number of parameters on left side of OVERLAPS expression" +msgstr "niepoprawna liczba parametrów po lewej stronie wyrażenia OVERLAPS" -#: libpq/auth.c:483 +#: gram.y:10325 #, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" -msgstr "brak wpisu w pg_hba.conf dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\"" +msgid "wrong number of parameters on right side of OVERLAPS expression" +msgstr "niepoprawna liczba parametrów po prawej stronie wyrażenia OVERLAPS" -#: libpq/auth.c:535 libpq/hba.c:1180 +#: gram.y:10514 #, c-format -msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" -msgstr "autentykacja MD5 nie jest obsługiwana gdy włączone jest \"db_user_namespace\"" +msgid "UNIQUE predicate is not yet implemented" +msgstr "predykat UNIQUE nie jest jeszcze zaimplementowany" -#: libpq/auth.c:659 +#: gram.y:11464 #, c-format -msgid "expected password response, got message type %d" -msgstr "oczekiwano odpowiedzi hasła, otrzymano typ komunikatu %d" +msgid "RANGE PRECEDING is only supported with UNBOUNDED" +msgstr "RANGE PRECEDING jest obsługiwany tylko z UNBOUNDED" -#: libpq/auth.c:687 +#: gram.y:11470 #, c-format -msgid "invalid password packet size" -msgstr "niepoprawny rozmiar pakietu hasła" +msgid "RANGE FOLLOWING is only supported with UNBOUNDED" +msgstr "RANGE FOLLOWING jest obsługiwany tylko z UNBOUNDED" -#: libpq/auth.c:691 +#: gram.y:11497 gram.y:11520 #, c-format -msgid "received password packet" -msgstr "odebrano pakiet hasła" +msgid "frame start cannot be UNBOUNDED FOLLOWING" +msgstr "UNBOUNDED FOLLOWING nie może być początkiem ramki" -#: libpq/auth.c:749 +#: gram.y:11502 #, c-format -msgid "Kerberos initialization returned error %d" -msgstr "inicjacja Kerberos zwróciła błąd %d" +msgid "frame starting from following row cannot end with current row" +msgstr "początek ramki z kolejnego wiersza nie może kończyć się na bieżącym wierszu" -#: libpq/auth.c:759 +#: gram.y:11525 #, c-format -msgid "Kerberos keytab resolving returned error %d" -msgstr "rozwiązywanie Kerberos keytab zwróciło błąd %d" +msgid "frame end cannot be UNBOUNDED PRECEDING" +msgstr "UNBOUNDED PRECEDING nie może być końcem ramki" -#: libpq/auth.c:783 +#: gram.y:11531 #, c-format -msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" -msgstr "sname_to_principal(\"%s\", \"%s\") Kerberos zwróciło błąd %d" +msgid "frame starting from current row cannot have preceding rows" +msgstr "początek ramki z bieżącego wiersza nie może mieć poprzednich wierszy" -#: libpq/auth.c:828 +#: gram.y:11538 #, c-format -msgid "Kerberos recvauth returned error %d" -msgstr "recvauth Kerberos zwróciła błąd %d" +msgid "frame starting from following row cannot have preceding rows" +msgstr "początek ramki z kolejnego wiersza nie może mieć poprzednich wierszy" -#: libpq/auth.c:851 +#: gram.y:12172 #, c-format -msgid "Kerberos unparse_name returned error %d" -msgstr "unparse_name Kerberos zwróciła błąd %d" +msgid "type modifier cannot have parameter name" +msgstr "modyfikator typu nie mieć nazwy parametru" -#: libpq/auth.c:999 +#: gram.y:12784 gram.y:12959 +msgid "improper use of \"*\"" +msgstr "niepoprawne użycie \"*\"" + +#: gram.y:12922 gram.y:12939 tsearch/spell.c:518 tsearch/spell.c:535 +#: tsearch/spell.c:552 tsearch/spell.c:569 tsearch/spell.c:591 #, c-format -msgid "GSSAPI is not supported in protocol version 2" -msgstr "GSSAPI nie jest obsługiwane przez wersję 2 protokołu" +msgid "syntax error" +msgstr "błąd składni" -#: libpq/auth.c:1054 +#: gram.y:13010 #, c-format -msgid "expected GSS response, got message type %d" -msgstr "oczekiwano odpowiedzi GSS, otrzymano typ komunikatu %d" - -#: libpq/auth.c:1117 -msgid "accepting GSS security context failed" -msgstr "nie powiodło się przyjmowanie kontekstu bezpieczeństwa GSS" - -#: libpq/auth.c:1143 -msgid "retrieving GSS user name failed" -msgstr "nie powiodło się pobieranie nazwy użytkownika GSS" +msgid "multiple ORDER BY clauses not allowed" +msgstr "wielokrotna klauzula ORDER BY nie jest dopuszczalna" -#: libpq/auth.c:1260 +#: gram.y:13021 #, c-format -msgid "SSPI is not supported in protocol version 2" -msgstr "SSPI nie jest obsługiwane przez wersję 2 protokołu" - -#: libpq/auth.c:1275 -msgid "could not acquire SSPI credentials" -msgstr "nie można nabyć poświadczeń SSPI" +msgid "multiple OFFSET clauses not allowed" +msgstr "wielokrotna klauzula OFFSET nie jest dopuszczalna" -#: libpq/auth.c:1292 +#: gram.y:13030 #, c-format -msgid "expected SSPI response, got message type %d" -msgstr "oczekiwano odpowiedzi SSPI, otrzymano typ komunikatu %d" - -#: libpq/auth.c:1364 -msgid "could not accept SSPI security context" -msgstr "nie można pobrać kontekstu zabezpieczeń SSPI" - -#: libpq/auth.c:1426 -msgid "could not get token from SSPI security context" -msgstr "nie można pobrać tokenu z kontekstu zabezpieczeń SSPI" +msgid "multiple LIMIT clauses not allowed" +msgstr "wielokrotna klauzula LIMIT nie jest dopuszczalna" -#: libpq/auth.c:1670 +#: gram.y:13039 #, c-format -msgid "could not create socket for Ident connection: %m" -msgstr "nie można utworzyć gniazda dla połączenia Ident: %m" +msgid "multiple WITH clauses not allowed" +msgstr "wielokrotna klauzula WITH nie jest dopuszczalna" -#: libpq/auth.c:1685 +#: gram.y:13185 #, c-format -msgid "could not bind to local address \"%s\": %m" -msgstr "nie można dowiązać do adresu lokalnego \"%s\": %m" +msgid "OUT and INOUT arguments aren't allowed in TABLE functions" +msgstr "argumenty OUT i INOUT nie są dozwolone w funkcji TABLE" -#: libpq/auth.c:1697 +#: gram.y:13286 #, c-format -msgid "could not connect to Ident server at address \"%s\", port %s: %m" -msgstr "nie można połączyć z serwerem Ident pod adresem \"%s\", port %s: %m" +msgid "multiple COLLATE clauses not allowed" +msgstr "wielokrotna klauzula COLLATE nie jest dopuszczalna" -#: libpq/auth.c:1717 +#. translator: %s is CHECK, UNIQUE, or similar +#: gram.y:13324 gram.y:13337 #, c-format -msgid "could not send query to Ident server at address \"%s\", port %s: %m" -msgstr "nie można wysłać zapytania do serwera Ident pod adres \"%s\", port %s: %m" +msgid "%s constraints cannot be marked DEFERRABLE" +msgstr "ograniczenia %s nie mogą być oznaczone jako DEFERRABLE" -#: libpq/auth.c:1732 +#. translator: %s is CHECK, UNIQUE, or similar +#: gram.y:13350 #, c-format -msgid "could not receive response from Ident server at address \"%s\", port %s: %m" -msgstr "nie można otrzymać odpowiedzi z serwera Ident pod adresem \"%s\", port %s: %m" +msgid "%s constraints cannot be marked NOT VALID" +msgstr "ograniczenia %s nie mogą być oznaczone jako NOT VALID" -#: libpq/auth.c:1742 +#. translator: %s is CHECK, UNIQUE, or similar +#: gram.y:13363 #, c-format -msgid "invalidly formatted response from Ident server: \"%s\"" -msgstr "niepoprawnie sformatowana odpowiedź z serwera Ident: \"%s\"" +msgid "%s constraints cannot be marked NO INHERIT" +msgstr "ograniczenia %s nie mogą być oznaczone jako NOT INHERIT" -#: libpq/auth.c:1781 +#: guc-file.l:192 #, c-format -msgid "peer authentication is not supported on this platform" -msgstr "autentykacja wzajemna nie jest obsługiwana na tej platformie" +msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u" +msgstr "nierozpoznany parametr konfiguracyjny \"%s\" w pliku \"%s\" linia %u" -#: libpq/auth.c:1785 +#: guc-file.l:227 utils/misc/guc.c:5196 utils/misc/guc.c:5372 +#: utils/misc/guc.c:5476 utils/misc/guc.c:5577 utils/misc/guc.c:5698 +#: utils/misc/guc.c:5806 #, c-format -msgid "could not get peer credentials: %m" -msgstr "nie można pobrać poświadczeń wzajemnych: %m" +msgid "parameter \"%s\" cannot be changed without restarting the server" +msgstr "parametr \"%s\" nie może być zmieniony bez restartu serwera" -#: libpq/auth.c:1794 +#: guc-file.l:255 #, c-format -msgid "local user with ID %d does not exist" -msgstr "lokalny użytkownik o ID %d nie istnieje" +msgid "parameter \"%s\" removed from configuration file, reset to default" +msgstr "parametr \"%s\" usunięty z pliku konfiguracyjnego, ustawienie na wartość domyślną" -#: libpq/auth.c:1877 libpq/auth.c:2149 libpq/auth.c:2509 +#: guc-file.l:317 #, c-format -msgid "empty password returned by client" -msgstr "puste hasło zwrócone przez klienta" +msgid "parameter \"%s\" changed to \"%s\"" +msgstr "parametr \"%s\" zmieniony na \"%s\"" -#: libpq/auth.c:1887 +#: guc-file.l:351 #, c-format -msgid "error from underlying PAM layer: %s" -msgstr "błąd z podstawowej warstwy PAM: %s" +msgid "configuration file \"%s\" contains errors" +msgstr "kolumna konfiguracji \"%s\" zawiera błędy" -#: libpq/auth.c:1956 +#: guc-file.l:356 #, c-format -msgid "could not create PAM authenticator: %s" -msgstr "nie można utworzyć identyfikatora PAM: %s" +msgid "configuration file \"%s\" contains errors; unaffected changes were applied" +msgstr "plik konfiguracyjny \"%s\" zawiera błędy; zostały zastosowane zmiany nie dotknięte nimi" -#: libpq/auth.c:1967 +#: guc-file.l:361 #, c-format -msgid "pam_set_item(PAM_USER) failed: %s" -msgstr "niepowodzenie pam_set_item(PAM_USER): %s" +msgid "configuration file \"%s\" contains errors; no changes were applied" +msgstr "plik konfiguracyjny \"%s\" zawiera błędy; zmiany nie zostały zastosowane" -#: libpq/auth.c:1978 +#: guc-file.l:393 #, c-format -msgid "pam_set_item(PAM_CONV) failed: %s" -msgstr "niepowodzenie pam_set_item(PAM_CONV): %s" +msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" +msgstr "nie można otworzyć pliku konfiguracyjnego \"%s\": przekroczona maksymalna głębokość kaskadowania" -#: libpq/auth.c:1989 +#: guc-file.l:430 libpq/hba.c:1721 #, c-format -msgid "pam_authenticate failed: %s" -msgstr "niepowodzenie pam_authenticate: %s" +msgid "could not open configuration file \"%s\": %m" +msgstr "nie można otworzyć pliku konfiguracyjnego \"%s\": %m" -#: libpq/auth.c:2000 +#: guc-file.l:436 #, c-format -msgid "pam_acct_mgmt failed: %s" -msgstr "niepowodzenie pam_acct_mgmt: %s" +msgid "skipping missing configuration file \"%s\"" +msgstr "pominięto brakujący plik konfiguracyjny \"%s\"" -#: libpq/auth.c:2011 +#: guc-file.l:627 #, c-format -msgid "could not release PAM authenticator: %s" -msgstr "nie można opublikować uwierzytelnienia PAM: %s" +msgid "syntax error in file \"%s\" line %u, near end of line" +msgstr "błąd składni w pliku \"%s\" linia %u, blisko końca linii" -#: libpq/auth.c:2044 libpq/auth.c:2048 +#: guc-file.l:632 #, c-format -msgid "could not initialize LDAP: error code %d" -msgstr "nie można zainicjować LDAP: kod błędu %d" +msgid "syntax error in file \"%s\" line %u, near token \"%s\"" +msgstr "błąd składni w pliku \"%s\" linia %u, blisko tokena \"%s\"" -#: libpq/auth.c:2058 +#: guc-file.l:648 #, c-format -msgid "could not set LDAP protocol version: error code %d" -msgstr "nie można ustawić wersji protokołu LDAP: kod błędu %d" +msgid "too many syntax errors found, abandoning file \"%s\"" +msgstr "zbyt wiele błędów składni, porzucenie pliku \"%s\"" -#: libpq/auth.c:2087 +#: lib/stringinfo.c:267 #, c-format -msgid "could not load wldap32.dll" -msgstr "nie można załadować wldap32.dll" +msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes." +msgstr "Nie można poszerzyć bufora znakowego zawierającego %d bajtów o następne %d bajtów." -#: libpq/auth.c:2095 +#: libpq/auth.c:257 #, c-format -msgid "could not load function _ldap_start_tls_sA in wldap32.dll" -msgstr "nie można załadować funkcji _ldap_start_tls_sA z wldap32.dll" +msgid "authentication failed for user \"%s\": host rejected" +msgstr "nie powiodła się autoryzacja użytkownika \"%s\": odrzucono host" -#: libpq/auth.c:2096 +#: libpq/auth.c:260 #, c-format -msgid "LDAP over SSL is not supported on this platform." -msgstr "LDAP po SSL nie jest wspierany dla tej platformy." +msgid "Kerberos 5 authentication failed for user \"%s\"" +msgstr "autoryzacja Kerberos 5 nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2111 +#: libpq/auth.c:263 #, c-format -msgid "could not start LDAP TLS session: error code %d" -msgstr "nie można rozpocząć sesji LDAP: kod błędu %d" +msgid "\"trust\" authentication failed for user \"%s\"" +msgstr "autoryzacja \"trust\" nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2133 +#: libpq/auth.c:266 #, c-format -msgid "LDAP server not specified" -msgstr "nie określono serwera LDAP" +msgid "Ident authentication failed for user \"%s\"" +msgstr "autoryzacja ident nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2185 +#: libpq/auth.c:269 #, c-format -msgid "invalid character in user name for LDAP authentication" -msgstr "niepoprawny znak w nazwie użytkownika podczas autoryzacji LDAP" +msgid "Peer authentication failed for user \"%s\"" +msgstr "Równoległa autoryzacja nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2200 +#: libpq/auth.c:273 #, c-format -msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": error code %d" -msgstr "nie można wykonać początkowego połączenia z LDAP dla ldapbinddn \"%s\" na serwerze \"%s\": kod błędu %d" +msgid "password authentication failed for user \"%s\"" +msgstr "autoryzacja hasłem nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2225 +#: libpq/auth.c:278 #, c-format -msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d" -msgstr "nie można wyszukać w LDAP z filtrem \"%s\" na serwerze \"%s\": kod błędu %d" +msgid "GSSAPI authentication failed for user \"%s\"" +msgstr "autoryzacja GSSAPI nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2235 +#: libpq/auth.c:281 #, c-format -msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user" -msgstr "wyszukiwanie LDAP nie powiodło się dla filtra \"%s\" na serwerze \"%s\": brak takiego użytkownika" +msgid "SSPI authentication failed for user \"%s\"" +msgstr "Autoryzacja SSPI nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2239 +#: libpq/auth.c:284 #, c-format -msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%ld matches)" -msgstr "wyszukiwanie LDAP nie powiodło się dla filtra \"%s\" na serwerze \"%s\": użytkownik nie jest unikalny (%ld dopasowań)" +msgid "PAM authentication failed for user \"%s\"" +msgstr "Autoryzacja PAM nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2256 +#: libpq/auth.c:287 #, c-format -msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" -msgstr "nie można pobrać nazwy wyróżniającej z pierwszego wpisu pasującego do \"%s\" na serwerze \"%s\": %s" +msgid "LDAP authentication failed for user \"%s\"" +msgstr "Autoryzacja LDAP nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2276 +#: libpq/auth.c:290 #, c-format -msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" -msgstr "nie można odłączyć się po wyszukiwaniu użytkownika \"%s\" na serwerze \"%s\": %s" +msgid "certificate authentication failed for user \"%s\"" +msgstr "autoryzacja certyfikatem nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2313 +#: libpq/auth.c:293 #, c-format -msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" -msgstr "logowanie LDAP nie powiodło się dla użytkownika \"%s\" na serwerze \"%s\": kod błędu %d" +msgid "RADIUS authentication failed for user \"%s\"" +msgstr "autoryzacja RADIUS nie powiodła się dla użytkownika \"%s\"" -#: libpq/auth.c:2341 +#: libpq/auth.c:296 #, c-format -msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" -msgstr "autoryzacja certyfikatem nie powiodła się dla użytkownika \"%s\": certyfikat klienta nie zawiera nazwy użytkownika" +msgid "authentication failed for user \"%s\": invalid authentication method" +msgstr "nie powiodła się autoryzacja użytkownika \"%s\": niepoprawna metoda autoryzacji" -#: libpq/auth.c:2465 +#: libpq/auth.c:352 #, c-format -msgid "RADIUS server not specified" -msgstr "nie określono serwera RADIUS" +msgid "connection requires a valid client certificate" +msgstr "połączenie wymaga poprawnego certyfikatu klienta" -#: libpq/auth.c:2472 +#: libpq/auth.c:394 #, c-format -msgid "RADIUS secret not specified" -msgstr "nie określono szyfrowanego hasła RADIUS" +msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" +msgstr "pg_hba.conf odrzuca połączenia replikacji dla hosta \"%s\", użytkownika \"%s\", %s" -#: libpq/auth.c:2488 libpq/hba.c:1543 -#, c-format -msgid "could not translate RADIUS server name \"%s\" to address: %s" -msgstr "nie można przetłumaczyć nazwy serwera RADIUS \"%s\" na adres: %s" +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +msgid "SSL off" +msgstr "SSL wyłączone" -#: libpq/auth.c:2516 -#, c-format -msgid "RADIUS authentication does not support passwords longer than 16 characters" -msgstr "autoryzacja RADIUS nie obsługuje haseł dłuższych niż 16 znaków" +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +msgid "SSL on" +msgstr "SSL włączone" -#: libpq/auth.c:2527 +#: libpq/auth.c:400 #, c-format -msgid "could not generate random encryption vector" -msgstr "nie można wygenerować wektora losowego szyfrowania" +msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\"" +msgstr "pg_hba.conf odrzuca połączenie replikacji dla hosta \"%s\", użytkownika \"%s\"" -#: libpq/auth.c:2550 +#: libpq/auth.c:409 #, c-format -msgid "could not perform MD5 encryption of password" -msgstr "nie można wykonać szyfrowania hasła skrótem MD5" +msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\", %s" +msgstr "pg_hba.conf odrzuca połączenie dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\", %s" -#: libpq/auth.c:2572 +#: libpq/auth.c:416 #, c-format -msgid "could not create RADIUS socket: %m" -msgstr "nie można utworzyć gniazda RADIUS: %m" +msgid "pg_hba.conf rejects connection for host \"%s\", user \"%s\", database \"%s\"" +msgstr "pg_hba.conf odrzuca połączenie dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\"" -#: libpq/auth.c:2593 +#: libpq/auth.c:445 #, c-format -msgid "could not bind local RADIUS socket: %m" -msgstr "nie można połączyć do gniazda RADIUS: %m" +msgid "Client IP address resolved to \"%s\", forward lookup matches." +msgstr "Adres IP klienta rozwiązany do \"%s\", sprawdzenie celu pasuje." -#: libpq/auth.c:2603 +#: libpq/auth.c:447 #, c-format -msgid "could not send RADIUS packet: %m" -msgstr "nie można wysłać pakietu RADIUS: %m" +msgid "Client IP address resolved to \"%s\", forward lookup not checked." +msgstr "Adres IP klienta rozwiązany do \"%s\", nie sprawdzono celu." -#: libpq/auth.c:2632 libpq/auth.c:2657 +#: libpq/auth.c:449 #, c-format -msgid "timeout waiting for RADIUS response" -msgstr "limit czasu oczekiwania na odpowiedź RADIUS" +msgid "Client IP address resolved to \"%s\", forward lookup does not match." +msgstr "Adres IP klienta rozwiązany do \"%s\", sprawdzenie celu nie pasuje." -#: libpq/auth.c:2650 +#: libpq/auth.c:458 #, c-format -msgid "could not check status on RADIUS socket: %m" -msgstr "nie można sprawdzić stanu gniazda RADIUS: %m" +msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" +msgstr "brak wpisu w pg_hba.conf dla połączenia replikacji z hosta \"%s\", użytkownika \"%s\", %s" -#: libpq/auth.c:2679 +#: libpq/auth.c:465 #, c-format -msgid "could not read RADIUS response: %m" -msgstr "nie można odczytać odpowiedzi RADIUS: %m" +msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" +msgstr "brak wpisu w pg_hba.conf dla połączenia replikacji z hosta \"%s\", użytkownika \"%s\"" -#: libpq/auth.c:2691 libpq/auth.c:2695 +#: libpq/auth.c:475 #, c-format -msgid "RADIUS response was sent from incorrect port: %d" -msgstr "odpowiedź RADIUS została wysłana z niepoprawnego portu: %d" +msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" +msgstr "brak wpisu w pg_hba.conf dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\", %s" -#: libpq/auth.c:2704 +#: libpq/auth.c:483 #, c-format -msgid "RADIUS response too short: %d" -msgstr "odpowiedź RADIUS zbyt krótka: %d" +msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" +msgstr "brak wpisu w pg_hba.conf dla hosta \"%s\", użytkownika \"%s\", bazy \"%s\"" -#: libpq/auth.c:2711 +#: libpq/auth.c:535 libpq/hba.c:1180 #, c-format -msgid "RADIUS response has corrupt length: %d (actual length %d)" -msgstr "odpowiedź RADIUS ma uszkodzoną długość: %d (aktualna długość %d)" +msgid "MD5 authentication is not supported when \"db_user_namespace\" is enabled" +msgstr "autentykacja MD5 nie jest obsługiwana gdy włączone jest \"db_user_namespace\"" -#: libpq/auth.c:2719 +#: libpq/auth.c:659 #, c-format -msgid "RADIUS response is to a different request: %d (should be %d)" -msgstr "odpowiedź RADIUS dotyczy innego żądania: %d (powinna być %d)" +msgid "expected password response, got message type %d" +msgstr "oczekiwano odpowiedzi hasła, otrzymano typ komunikatu %d" -#: libpq/auth.c:2744 +#: libpq/auth.c:687 #, c-format -msgid "could not perform MD5 encryption of received packet" -msgstr "nie można wykonać szyfrowania otrzymanego pakietu skrótem MD5" +msgid "invalid password packet size" +msgstr "niepoprawny rozmiar pakietu hasła" -#: libpq/auth.c:2753 +#: libpq/auth.c:691 #, c-format -msgid "RADIUS response has incorrect MD5 signature" -msgstr "odpowiedź RADIUS ma niepoprawny podpis MD5" +msgid "received password packet" +msgstr "odebrano pakiet hasła" -#: libpq/auth.c:2770 +#: libpq/auth.c:749 #, c-format -msgid "RADIUS response has invalid code (%d) for user \"%s\"" -msgstr "odpowiedź RADIUS ma niepoprawny kod (%d) dla użytkownika \"%s\"" +msgid "Kerberos initialization returned error %d" +msgstr "inicjacja Kerberos zwróciła błąd %d" -#: libpq/be-fsstubs.c:132 libpq/be-fsstubs.c:162 libpq/be-fsstubs.c:188 -#: libpq/be-fsstubs.c:224 libpq/be-fsstubs.c:271 libpq/be-fsstubs.c:518 +#: libpq/auth.c:759 #, c-format -msgid "invalid large-object descriptor: %d" -msgstr "niepoprawny deskryptor dużego obiektu: %d" +msgid "Kerberos keytab resolving returned error %d" +msgstr "rozwiązywanie Kerberos keytab zwróciło błąd %d" -#: libpq/be-fsstubs.c:172 libpq/be-fsstubs.c:204 libpq/be-fsstubs.c:528 +#: libpq/auth.c:783 #, c-format -msgid "permission denied for large object %u" -msgstr "odmowa dostępu do dużego obiektu %u" +msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" +msgstr "sname_to_principal(\"%s\", \"%s\") Kerberos zwróciło błąd %d" -#: libpq/be-fsstubs.c:193 +#: libpq/auth.c:828 #, c-format -msgid "large object descriptor %d was not opened for writing" -msgstr "deskryptor dużego obiektu %d nie był otwarty do zapisu" +msgid "Kerberos recvauth returned error %d" +msgstr "recvauth Kerberos zwróciła błąd %d" -#: libpq/be-fsstubs.c:391 +#: libpq/auth.c:851 #, c-format -msgid "must be superuser to use server-side lo_import()" -msgstr "musisz być superużytkownikiem by używać lo_import() po stronie serwera" +msgid "Kerberos unparse_name returned error %d" +msgstr "unparse_name Kerberos zwróciła błąd %d" -#: libpq/be-fsstubs.c:392 +#: libpq/auth.c:999 #, c-format -msgid "Anyone can use the client-side lo_import() provided by libpq." -msgstr "Każdy może użyć lo_import() po stronie klienta dostarczane przez libpq." +msgid "GSSAPI is not supported in protocol version 2" +msgstr "GSSAPI nie jest obsługiwane przez wersję 2 protokołu" -#: libpq/be-fsstubs.c:405 +#: libpq/auth.c:1054 #, c-format -msgid "could not open server file \"%s\": %m" -msgstr "nie można otworzyć pliku serwera \"%s\": %m" +msgid "expected GSS response, got message type %d" +msgstr "oczekiwano odpowiedzi GSS, otrzymano typ komunikatu %d" -#: libpq/be-fsstubs.c:427 -#, c-format -msgid "could not read server file \"%s\": %m" -msgstr "nie można odczytać pliku serwera \"%s\": %m" +#: libpq/auth.c:1117 +msgid "accepting GSS security context failed" +msgstr "nie powiodło się przyjmowanie kontekstu bezpieczeństwa GSS" -#: libpq/be-fsstubs.c:457 -#, c-format -msgid "must be superuser to use server-side lo_export()" -msgstr "musisz być superużytkownikiem by używać lo_export() po stronie serwera" +#: libpq/auth.c:1143 +msgid "retrieving GSS user name failed" +msgstr "nie powiodło się pobieranie nazwy użytkownika GSS" -#: libpq/be-fsstubs.c:458 +#: libpq/auth.c:1260 #, c-format -msgid "Anyone can use the client-side lo_export() provided by libpq." -msgstr "Każdy może użyć lo_export() po stronie klienta dostarczane przez libpq." +msgid "SSPI is not supported in protocol version 2" +msgstr "SSPI nie jest obsługiwane przez wersję 2 protokołu" -#: libpq/be-fsstubs.c:483 -#, c-format -msgid "could not create server file \"%s\": %m" -msgstr "nie można utworzyć pliku serwera \"%s\": %m" +#: libpq/auth.c:1275 +msgid "could not acquire SSPI credentials" +msgstr "nie można nabyć poświadczeń SSPI" -#: libpq/be-fsstubs.c:495 +#: libpq/auth.c:1292 #, c-format -msgid "could not write server file \"%s\": %m" -msgstr "nie można pisać do pliku serwera \"%s\": %m" +msgid "expected SSPI response, got message type %d" +msgstr "oczekiwano odpowiedzi SSPI, otrzymano typ komunikatu %d" -#: libpq/be-secure.c:284 libpq/be-secure.c:379 -#, c-format -msgid "SSL error: %s" -msgstr "błąd SSL: %s" +#: libpq/auth.c:1364 +msgid "could not accept SSPI security context" +msgstr "nie można pobrać kontekstu zabezpieczeń SSPI" -#: libpq/be-secure.c:293 libpq/be-secure.c:388 libpq/be-secure.c:939 -#, c-format -msgid "unrecognized SSL error code: %d" -msgstr "nieznany kod błędu SSL: %d" +#: libpq/auth.c:1426 +msgid "could not get token from SSPI security context" +msgstr "nie można pobrać tokenu z kontekstu zabezpieczeń SSPI" -#: libpq/be-secure.c:332 libpq/be-secure.c:336 libpq/be-secure.c:346 +#: libpq/auth.c:1670 #, c-format -msgid "SSL renegotiation failure" -msgstr "niepowodzenie renegocjacji SSL" +msgid "could not create socket for Ident connection: %m" +msgstr "nie można utworzyć gniazda dla połączenia Ident: %m" -#: libpq/be-secure.c:340 +#: libpq/auth.c:1685 #, c-format -msgid "SSL failed to send renegotiation request" -msgstr "nie powiodło się wysyłanie żądania renegocjacji SSL" +msgid "could not bind to local address \"%s\": %m" +msgstr "nie można dowiązać do adresu lokalnego \"%s\": %m" -#: libpq/be-secure.c:737 +#: libpq/auth.c:1697 #, c-format -msgid "could not create SSL context: %s" -msgstr "nie można utworzyć kontekstu SSL: %s" +msgid "could not connect to Ident server at address \"%s\", port %s: %m" +msgstr "nie można połączyć z serwerem Ident pod adresem \"%s\", port %s: %m" -#: libpq/be-secure.c:753 +#: libpq/auth.c:1717 #, c-format -msgid "could not load server certificate file \"%s\": %s" -msgstr "nie można załadować pliku z certyfikatem serwera \"%s\": %s" +msgid "could not send query to Ident server at address \"%s\", port %s: %m" +msgstr "nie można wysłać zapytania do serwera Ident pod adres \"%s\", port %s: %m" -#: libpq/be-secure.c:759 +#: libpq/auth.c:1732 #, c-format -msgid "could not access private key file \"%s\": %m" -msgstr "nie można uzyskać dostępu do pliku z kluczem prywatnym \"%s\": %m" +msgid "could not receive response from Ident server at address \"%s\", port %s: %m" +msgstr "nie można otrzymać odpowiedzi z serwera Ident pod adresem \"%s\", port %s: %m" -#: libpq/be-secure.c:774 +#: libpq/auth.c:1742 #, c-format -msgid "private key file \"%s\" has group or world access" -msgstr "plik z prywatnym kluczem \"%s\" posiada prawa dostępu dla grupy lub wszystkich" +msgid "invalidly formatted response from Ident server: \"%s\"" +msgstr "niepoprawnie sformatowana odpowiedź z serwera Ident: \"%s\"" -#: libpq/be-secure.c:776 +#: libpq/auth.c:1781 #, c-format -msgid "Permissions should be u=rw (0600) or less." -msgstr "Prawa dostępu powinny być u=rw (0600) lub niżej." +msgid "peer authentication is not supported on this platform" +msgstr "autentykacja wzajemna nie jest obsługiwana na tej platformie" -#: libpq/be-secure.c:783 +#: libpq/auth.c:1785 #, c-format -msgid "could not load private key file \"%s\": %s" -msgstr "nie można pobrać pliku z kluczem prywatnym \"%s\": %s" +msgid "could not get peer credentials: %m" +msgstr "nie można pobrać poświadczeń wzajemnych: %m" -#: libpq/be-secure.c:788 +#: libpq/auth.c:1794 #, c-format -msgid "check of private key failed: %s" -msgstr "nie powiodło się sprawdzenie klucza prywatnego: %s" +msgid "local user with ID %d does not exist" +msgstr "lokalny użytkownik o ID %d nie istnieje" -#: libpq/be-secure.c:808 +#: libpq/auth.c:1877 libpq/auth.c:2149 libpq/auth.c:2509 #, c-format -msgid "could not load root certificate file \"%s\": %s" -msgstr "nie można załadować pliku z certyfikatem głównym \"%s\": %s" +msgid "empty password returned by client" +msgstr "puste hasło zwrócone przez klienta" -#: libpq/be-secure.c:832 +#: libpq/auth.c:1887 #, c-format -msgid "SSL certificate revocation list file \"%s\" ignored" -msgstr "plik listy unieważnień certyfikatu SSL \"%s\" został zignorowany" +msgid "error from underlying PAM layer: %s" +msgstr "błąd z podstawowej warstwy PAM: %s" -#: libpq/be-secure.c:834 +#: libpq/auth.c:1956 #, c-format -msgid "SSL library does not support certificate revocation lists." -msgstr "Biblioteka SSL nie obsługuje list unieważnień certyfikatów." +msgid "could not create PAM authenticator: %s" +msgstr "nie można utworzyć identyfikatora PAM: %s" -#: libpq/be-secure.c:839 +#: libpq/auth.c:1967 #, c-format -msgid "could not load SSL certificate revocation list file \"%s\": %s" -msgstr "nie można załadować pliku z listą odwołań certyfikatów SSL \"%s\": %s" +msgid "pam_set_item(PAM_USER) failed: %s" +msgstr "niepowodzenie pam_set_item(PAM_USER): %s" -#: libpq/be-secure.c:884 +#: libpq/auth.c:1978 #, c-format -msgid "could not initialize SSL connection: %s" -msgstr "nie można zainicjować połączenia SSL: %s" +msgid "pam_set_item(PAM_CONV) failed: %s" +msgstr "niepowodzenie pam_set_item(PAM_CONV): %s" -#: libpq/be-secure.c:893 +#: libpq/auth.c:1989 #, c-format -msgid "could not set SSL socket: %s" -msgstr "nie można ustawić gniazda SSL: %s" +msgid "pam_authenticate failed: %s" +msgstr "niepowodzenie pam_authenticate: %s" -#: libpq/be-secure.c:919 +#: libpq/auth.c:2000 #, c-format -msgid "could not accept SSL connection: %m" -msgstr "nie można przyjąć połączenia SSL: %m" +msgid "pam_acct_mgmt failed: %s" +msgstr "niepowodzenie pam_acct_mgmt: %s" -#: libpq/be-secure.c:923 libpq/be-secure.c:934 +#: libpq/auth.c:2011 #, c-format -msgid "could not accept SSL connection: EOF detected" -msgstr "nie można przyjąć połączenia SSL: wykryto EOF" +msgid "could not release PAM authenticator: %s" +msgstr "nie można opublikować uwierzytelnienia PAM: %s" -#: libpq/be-secure.c:928 +#: libpq/auth.c:2044 libpq/auth.c:2048 #, c-format -msgid "could not accept SSL connection: %s" -msgstr "nie można przyjąć połączenia SSL: %s" +msgid "could not initialize LDAP: error code %d" +msgstr "nie można zainicjować LDAP: kod błędu %d" -#: libpq/be-secure.c:984 +#: libpq/auth.c:2058 #, c-format -msgid "SSL certificate's common name contains embedded null" -msgstr "nazwa zwyczajowa certyfikatu SSL zawiera osadzony null" +msgid "could not set LDAP protocol version: error code %d" +msgstr "nie można ustawić wersji protokołu LDAP: kod błędu %d" -#: libpq/be-secure.c:995 +#: libpq/auth.c:2087 #, c-format -msgid "SSL connection from \"%s\"" -msgstr "połączenie SSL od \"%s\"" +msgid "could not load wldap32.dll" +msgstr "nie można załadować wldap32.dll" -#: libpq/be-secure.c:1046 -msgid "no SSL error reported" -msgstr "nie zgłoszono błędu SSL" +#: libpq/auth.c:2095 +#, c-format +msgid "could not load function _ldap_start_tls_sA in wldap32.dll" +msgstr "nie można załadować funkcji _ldap_start_tls_sA z wldap32.dll" -#: libpq/be-secure.c:1050 +#: libpq/auth.c:2096 #, c-format -msgid "SSL error code %lu" -msgstr "kod błędu SSL %lu" +msgid "LDAP over SSL is not supported on this platform." +msgstr "LDAP po SSL nie jest wspierany dla tej platformy." -#: libpq/hba.c:181 +#: libpq/auth.c:2111 #, c-format -msgid "authentication file token too long, skipping: \"%s\"" -msgstr "token pliku autoryzacji jest zbyt długi, pominięto: \"%s\"" +msgid "could not start LDAP TLS session: error code %d" +msgstr "nie można rozpocząć sesji LDAP: kod błędu %d" -#: libpq/hba.c:326 +#: libpq/auth.c:2133 #, c-format -msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" -msgstr "nie można otworzyć wtórnego pliku autoryzacji \"@%s\" jako \"%s\": %m" +msgid "LDAP server not specified" +msgstr "nie określono serwera LDAP" -#: libpq/hba.c:595 +#: libpq/auth.c:2185 #, c-format -msgid "could not translate host name \"%s\" to address: %s" -msgstr "nie można przetłumaczyć nazwy hosta \"%s\" na adres: %s" +msgid "invalid character in user name for LDAP authentication" +msgstr "niepoprawny znak w nazwie użytkownika podczas autoryzacji LDAP" -#. translator: the second %s is a list of auth methods -#: libpq/hba.c:746 +#: libpq/auth.c:2200 #, c-format -msgid "authentication option \"%s\" is only valid for authentication methods %s" -msgstr "opcja autoryzacji \"%s\" jest poprawna tylko dla metod autoryzacji %s" +msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": error code %d" +msgstr "nie można wykonać początkowego połączenia z LDAP dla ldapbinddn \"%s\" na serwerze \"%s\": kod błędu %d" -#: libpq/hba.c:748 libpq/hba.c:764 libpq/hba.c:795 libpq/hba.c:841 -#: libpq/hba.c:854 libpq/hba.c:876 libpq/hba.c:885 libpq/hba.c:908 -#: libpq/hba.c:920 libpq/hba.c:939 libpq/hba.c:960 libpq/hba.c:971 -#: libpq/hba.c:1026 libpq/hba.c:1044 libpq/hba.c:1056 libpq/hba.c:1073 -#: libpq/hba.c:1083 libpq/hba.c:1097 libpq/hba.c:1113 libpq/hba.c:1128 -#: libpq/hba.c:1139 libpq/hba.c:1181 libpq/hba.c:1213 libpq/hba.c:1224 -#: libpq/hba.c:1244 libpq/hba.c:1255 libpq/hba.c:1266 libpq/hba.c:1283 -#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1408 -#: libpq/hba.c:1420 libpq/hba.c:1433 libpq/hba.c:1467 libpq/hba.c:1545 -#: libpq/hba.c:1563 libpq/hba.c:1584 tsearch/ts_locale.c:182 +#: libpq/auth.c:2225 #, c-format -msgid "line %d of configuration file \"%s\"" -msgstr "linia %d pliku konfiguracyjnego \"%s\"" +msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d" +msgstr "nie można wyszukać w LDAP z filtrem \"%s\" na serwerze \"%s\": kod błędu %d" -#: libpq/hba.c:762 +#: libpq/auth.c:2235 #, c-format -msgid "authentication method \"%s\" requires argument \"%s\" to be set" -msgstr "metoda autoryzacji \"%s\" wymaga do użycia argumentu \"%s\"" +msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user" +msgstr "wyszukiwanie LDAP nie powiodło się dla filtra \"%s\" na serwerze \"%s\": brak takiego użytkownika" -#: libpq/hba.c:783 +#: libpq/auth.c:2239 #, c-format -msgid "missing entry in file \"%s\" at end of line %d" -msgstr "brakująca pozycja w pliku \"%s\" na końcu linii %d" +msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%ld matches)" +msgstr "wyszukiwanie LDAP nie powiodło się dla filtra \"%s\" na serwerze \"%s\": użytkownik nie jest unikalny (%ld dopasowań)" -#: libpq/hba.c:794 +#: libpq/auth.c:2256 #, c-format -msgid "multiple values in ident field" -msgstr "wiele wartości w polu identyfikatora" +msgid "could not get dn for the first entry matching \"%s\" on server \"%s\": %s" +msgstr "nie można pobrać nazwy wyróżniającej z pierwszego wpisu pasującego do \"%s\" na serwerze \"%s\": %s" -#: libpq/hba.c:839 +#: libpq/auth.c:2276 #, c-format -msgid "multiple values specified for connection type" -msgstr "określono wiele wartości dla typu połączenia" +msgid "could not unbind after searching for user \"%s\" on server \"%s\": %s" +msgstr "nie można odłączyć się po wyszukiwaniu użytkownika \"%s\" na serwerze \"%s\": %s" -#: libpq/hba.c:840 +#: libpq/auth.c:2313 #, c-format -msgid "Specify exactly one connection type per line." -msgstr "Należy wskazać dokładnie jeden typ połączenia w pojedynczej linii" +msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" +msgstr "logowanie LDAP nie powiodło się dla użytkownika \"%s\" na serwerze \"%s\": kod błędu %d" -#: libpq/hba.c:853 +#: libpq/auth.c:2341 #, c-format -msgid "local connections are not supported by this build" -msgstr "połączenia lokalne nie są obsługiwane przez tą kompilację" +msgid "certificate authentication failed for user \"%s\": client certificate contains no user name" +msgstr "autoryzacja certyfikatem nie powiodła się dla użytkownika \"%s\": certyfikat klienta nie zawiera nazwy użytkownika" -#: libpq/hba.c:874 +#: libpq/auth.c:2465 #, c-format -msgid "hostssl requires SSL to be turned on" -msgstr "hostssl by być włączone wymaga SSL" +msgid "RADIUS server not specified" +msgstr "nie określono serwera RADIUS" -#: libpq/hba.c:875 +#: libpq/auth.c:2472 #, c-format -msgid "Set ssl = on in postgresql.conf." -msgstr "Ustawienie ssl = on w postgresql.conf." +msgid "RADIUS secret not specified" +msgstr "nie określono szyfrowanego hasła RADIUS" -#: libpq/hba.c:883 +#: libpq/auth.c:2488 libpq/hba.c:1543 #, c-format -msgid "hostssl is not supported by this build" -msgstr "hostssl nie jest obsługiwany przez tą kompilację" +msgid "could not translate RADIUS server name \"%s\" to address: %s" +msgstr "nie można przetłumaczyć nazwy serwera RADIUS \"%s\" na adres: %s" -#: libpq/hba.c:884 +#: libpq/auth.c:2516 #, c-format -msgid "Compile with --with-openssl to use SSL connections." -msgstr "Skompiluj z --with-openssl by używać połączeń SSL." +msgid "RADIUS authentication does not support passwords longer than 16 characters" +msgstr "autoryzacja RADIUS nie obsługuje haseł dłuższych niż 16 znaków" -#: libpq/hba.c:906 +#: libpq/auth.c:2527 #, c-format -msgid "invalid connection type \"%s\"" -msgstr "błędny typ połączenia \"%s\"" +msgid "could not generate random encryption vector" +msgstr "nie można wygenerować wektora losowego szyfrowania" -#: libpq/hba.c:919 +#: libpq/auth.c:2550 #, c-format -msgid "end-of-line before database specification" -msgstr "koniec-linii przed określeniem bazy danych" +msgid "could not perform MD5 encryption of password" +msgstr "nie można wykonać szyfrowania hasła skrótem MD5" -#: libpq/hba.c:938 +#: libpq/auth.c:2572 #, c-format -msgid "end-of-line before role specification" -msgstr "koniec-linii przed określeniem roli" +msgid "could not create RADIUS socket: %m" +msgstr "nie można utworzyć gniazda RADIUS: %m" -#: libpq/hba.c:959 +#: libpq/auth.c:2593 #, c-format -msgid "end-of-line before IP address specification" -msgstr "koniec-linii przed wskazaniem adresu IP" +msgid "could not bind local RADIUS socket: %m" +msgstr "nie można połączyć do gniazda RADIUS: %m" -#: libpq/hba.c:969 +#: libpq/auth.c:2603 #, c-format -msgid "multiple values specified for host address" -msgstr "określono wiele wartości adresu hosta" +msgid "could not send RADIUS packet: %m" +msgstr "nie można wysłać pakietu RADIUS: %m" -#: libpq/hba.c:970 +#: libpq/auth.c:2632 libpq/auth.c:2657 #, c-format -msgid "Specify one address range per line." -msgstr "Należy określić jeden zakres adresów w pojedynczej linii." +msgid "timeout waiting for RADIUS response" +msgstr "limit czasu oczekiwania na odpowiedź RADIUS" -#: libpq/hba.c:1024 +#: libpq/auth.c:2650 #, c-format -msgid "invalid IP address \"%s\": %s" -msgstr "nieprawidłowy adres IP \"%s\": %s" +msgid "could not check status on RADIUS socket: %m" +msgstr "nie można sprawdzić stanu gniazda RADIUS: %m" -#: libpq/hba.c:1042 +#: libpq/auth.c:2679 #, c-format -msgid "specifying both host name and CIDR mask is invalid: \"%s\"" -msgstr "jednoczesne wskazanie nazwy hosta i maski CDIR jest niepoprawne: \"%s\"" +msgid "could not read RADIUS response: %m" +msgstr "nie można odczytać odpowiedzi RADIUS: %m" -#: libpq/hba.c:1054 +#: libpq/auth.c:2691 libpq/auth.c:2695 #, c-format -msgid "invalid CIDR mask in address \"%s\"" -msgstr "nieprawidłowa maska CIDR w adresie \"%s\"" +msgid "RADIUS response was sent from incorrect port: %d" +msgstr "odpowiedź RADIUS została wysłana z niepoprawnego portu: %d" -#: libpq/hba.c:1071 +#: libpq/auth.c:2704 #, c-format -msgid "end-of-line before netmask specification" -msgstr "koniec-linii przed określeniem netmask" +msgid "RADIUS response too short: %d" +msgstr "odpowiedź RADIUS zbyt krótka: %d" -#: libpq/hba.c:1072 +#: libpq/auth.c:2711 #, c-format -msgid "Specify an address range in CIDR notation, or provide a separate netmask." -msgstr "Należy określić zakres adresów w notacji CIDR lub wskazać osobną maskę sieci." +msgid "RADIUS response has corrupt length: %d (actual length %d)" +msgstr "odpowiedź RADIUS ma uszkodzoną długość: %d (aktualna długość %d)" -#: libpq/hba.c:1082 +#: libpq/auth.c:2719 #, c-format -msgid "multiple values specified for netmask" -msgstr "określono wiele wartości dla maski sieci" +msgid "RADIUS response is to a different request: %d (should be %d)" +msgstr "odpowiedź RADIUS dotyczy innego żądania: %d (powinna być %d)" -#: libpq/hba.c:1095 +#: libpq/auth.c:2744 #, c-format -msgid "invalid IP mask \"%s\": %s" -msgstr "nieprawidłowa maska IP \"%s\": %s" +msgid "could not perform MD5 encryption of received packet" +msgstr "nie można wykonać szyfrowania otrzymanego pakietu skrótem MD5" -#: libpq/hba.c:1112 +#: libpq/auth.c:2753 #, c-format -msgid "IP address and mask do not match" -msgstr "niezgodność adresu IP i maski" +msgid "RADIUS response has incorrect MD5 signature" +msgstr "odpowiedź RADIUS ma niepoprawny podpis MD5" -#: libpq/hba.c:1127 +#: libpq/auth.c:2770 #, c-format -msgid "end-of-line before authentication method" -msgstr "koniec linii przed metodą autoryzacji" +msgid "RADIUS response has invalid code (%d) for user \"%s\"" +msgstr "odpowiedź RADIUS ma niepoprawny kod (%d) dla użytkownika \"%s\"" -#: libpq/hba.c:1137 +#: libpq/be-fsstubs.c:132 libpq/be-fsstubs.c:162 libpq/be-fsstubs.c:188 +#: libpq/be-fsstubs.c:224 libpq/be-fsstubs.c:271 libpq/be-fsstubs.c:518 #, c-format -msgid "multiple values specified for authentication type" -msgstr "określono wiele wartości typu autoryzacji" +msgid "invalid large-object descriptor: %d" +msgstr "niepoprawny deskryptor dużego obiektu: %d" -#: libpq/hba.c:1138 +#: libpq/be-fsstubs.c:172 libpq/be-fsstubs.c:204 libpq/be-fsstubs.c:528 #, c-format -msgid "Specify exactly one authentication type per line." -msgstr "Należy wskazać dokładnie jeden typ autoryzacji w pojedynczej linii." +msgid "permission denied for large object %u" +msgstr "odmowa dostępu do dużego obiektu %u" -#: libpq/hba.c:1211 +#: libpq/be-fsstubs.c:193 #, c-format -msgid "invalid authentication method \"%s\"" -msgstr "niepoprawna metoda autoryzacji \"%s\"" +msgid "large object descriptor %d was not opened for writing" +msgstr "deskryptor dużego obiektu %d nie był otwarty do zapisu" -#: libpq/hba.c:1222 +#: libpq/be-fsstubs.c:391 #, c-format -msgid "invalid authentication method \"%s\": not supported by this build" -msgstr "niepoprawna metoda autoryzacji \"%s\": nieobsługiwana w tej kompilacji" +msgid "must be superuser to use server-side lo_import()" +msgstr "musisz być superużytkownikiem by używać lo_import() po stronie serwera" -#: libpq/hba.c:1243 +#: libpq/be-fsstubs.c:392 #, c-format -msgid "krb5 authentication is not supported on local sockets" -msgstr "autoryzacja krb5 nie jest obsługiwana na gniazdach lokalnych" +msgid "Anyone can use the client-side lo_import() provided by libpq." +msgstr "Każdy może użyć lo_import() po stronie klienta dostarczane przez libpq." -#: libpq/hba.c:1254 +#: libpq/be-fsstubs.c:405 #, c-format -msgid "gssapi authentication is not supported on local sockets" -msgstr "autoryzacja gssapi nie jest obsługiwana na gniazdach lokalnych" +msgid "could not open server file \"%s\": %m" +msgstr "nie można otworzyć pliku serwera \"%s\": %m" -#: libpq/hba.c:1265 +#: libpq/be-fsstubs.c:427 #, c-format -msgid "peer authentication is only supported on local sockets" -msgstr "uwierzytelnianie wzajemne nie jest obsługiwane na gniazdach lokalnych" +msgid "could not read server file \"%s\": %m" +msgstr "nie można odczytać pliku serwera \"%s\": %m" -#: libpq/hba.c:1282 +#: libpq/be-fsstubs.c:457 #, c-format -msgid "cert authentication is only supported on hostssl connections" -msgstr "uwierzytelnianie cert jest obsługiwane tylko w połączeniach hostssl" +msgid "must be superuser to use server-side lo_export()" +msgstr "musisz być superużytkownikiem by używać lo_export() po stronie serwera" -#: libpq/hba.c:1307 +#: libpq/be-fsstubs.c:458 #, c-format -msgid "authentication option not in name=value format: %s" -msgstr "opcja autoryzacji nie jest w formacie nazwa=wartość: %s" +msgid "Anyone can use the client-side lo_export() provided by libpq." +msgstr "Każdy może użyć lo_export() po stronie klienta dostarczane przez libpq." -#: libpq/hba.c:1344 +#: libpq/be-fsstubs.c:483 #, c-format -msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute together with ldapprefix" -msgstr "nie można użyć ldapbasedn, ldapbinddn, ldapbindpasswd, czy ldapsearchattribute razem z ldapprefix" +msgid "could not create server file \"%s\": %m" +msgstr "nie można utworzyć pliku serwera \"%s\": %m" -#: libpq/hba.c:1354 +#: libpq/be-fsstubs.c:495 #, c-format -msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" -msgstr "metoda autoryzacji \"ldap\" wymaga ustawienia argumentu \"ldapbasedn\", \"ldapprefix\", lub \"ldapsuffix\"" +msgid "could not write server file \"%s\": %m" +msgstr "nie można pisać do pliku serwera \"%s\": %m" -#: libpq/hba.c:1394 -msgid "ident, peer, krb5, gssapi, sspi, and cert" -msgstr "ident, peer, krb5, gssapi, sspi i cert" +#: libpq/be-secure.c:284 libpq/be-secure.c:379 +#, c-format +msgid "SSL error: %s" +msgstr "błąd SSL: %s" -#: libpq/hba.c:1407 +#: libpq/be-secure.c:293 libpq/be-secure.c:388 libpq/be-secure.c:943 #, c-format -msgid "clientcert can only be configured for \"hostssl\" rows" -msgstr "clientcert może być skonfigurowany tylko dla wierszy \"hostssl\"" +msgid "unrecognized SSL error code: %d" +msgstr "nieznany kod błędu SSL: %d" -#: libpq/hba.c:1418 +#: libpq/be-secure.c:332 libpq/be-secure.c:336 libpq/be-secure.c:346 #, c-format -msgid "client certificates can only be checked if a root certificate store is available" -msgstr "certyfikaty klienta mogą być sprawdzone tylko jeśli magazyn certyfikatów jest dostępny" +msgid "SSL renegotiation failure" +msgstr "niepowodzenie renegocjacji SSL" -#: libpq/hba.c:1419 +#: libpq/be-secure.c:340 #, c-format -msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." -msgstr "Należy sprawdzić, czy ustawiono parametr konfiguracyjny \"ssl_ca_file\"." +msgid "SSL failed to send renegotiation request" +msgstr "nie powiodło się wysyłanie żądania renegocjacji SSL" -#: libpq/hba.c:1432 +#: libpq/be-secure.c:741 #, c-format -msgid "clientcert can not be set to 0 when using \"cert\" authentication" -msgstr "clientcert nie może być ustawiony na 0 jeśli używana jest autoryzacja \"cert\"" +msgid "could not create SSL context: %s" +msgstr "nie można utworzyć kontekstu SSL: %s" -#: libpq/hba.c:1466 +#: libpq/be-secure.c:757 #, c-format -msgid "invalid LDAP port number: \"%s\"" -msgstr "nieprawidłowy numer portu LDAP: \"%s\"" +msgid "could not load server certificate file \"%s\": %s" +msgstr "nie można załadować pliku z certyfikatem serwera \"%s\": %s" -#: libpq/hba.c:1512 libpq/hba.c:1520 -msgid "krb5, gssapi, and sspi" -msgstr "krb5, gssapi i sspi" +#: libpq/be-secure.c:763 +#, c-format +msgid "could not access private key file \"%s\": %m" +msgstr "nie można uzyskać dostępu do pliku z kluczem prywatnym \"%s\": %m" -#: libpq/hba.c:1562 +#: libpq/be-secure.c:778 #, c-format -msgid "invalid RADIUS port number: \"%s\"" -msgstr "nieprawidłowy numer portu RADIUS: \"%s\"" +msgid "private key file \"%s\" has group or world access" +msgstr "plik z prywatnym kluczem \"%s\" posiada prawa dostępu dla grupy lub wszystkich" -#: libpq/hba.c:1582 +#: libpq/be-secure.c:780 #, c-format -msgid "unrecognized authentication option name: \"%s\"" -msgstr "nierozpoznana nazwa opcji autoryzacji: \"%s\"" +msgid "Permissions should be u=rw (0600) or less." +msgstr "Prawa dostępu powinny być u=rw (0600) lub niżej." -#: libpq/hba.c:1721 guc-file.l:430 +#: libpq/be-secure.c:787 #, c-format -msgid "could not open configuration file \"%s\": %m" -msgstr "nie można otworzyć pliku konfiguracyjnego \"%s\": %m" +msgid "could not load private key file \"%s\": %s" +msgstr "nie można pobrać pliku z kluczem prywatnym \"%s\": %s" -#: libpq/hba.c:1771 +#: libpq/be-secure.c:792 #, c-format -msgid "configuration file \"%s\" contains no entries" -msgstr "plik konfiguracji \"%s\" nie zawiera wpisów" +msgid "check of private key failed: %s" +msgstr "nie powiodło się sprawdzenie klucza prywatnego: %s" -#: libpq/hba.c:1878 +#: libpq/be-secure.c:812 #, c-format -msgid "invalid regular expression \"%s\": %s" -msgstr "niepoprawne wyrażenie regularne \"%s\": %s" +msgid "could not load root certificate file \"%s\": %s" +msgstr "nie można załadować pliku z certyfikatem głównym \"%s\": %s" -#: libpq/hba.c:1901 +#: libpq/be-secure.c:836 #, c-format -msgid "regular expression match for \"%s\" failed: %s" -msgstr "nie powiodło się dopasowanie wyrażenia regularnego dla \"%s\": %s" +msgid "SSL certificate revocation list file \"%s\" ignored" +msgstr "plik listy unieważnień certyfikatu SSL \"%s\" został zignorowany" -#: libpq/hba.c:1919 +#: libpq/be-secure.c:838 #, c-format -msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" -msgstr "wyrażenie regularne \"%s\" nie ma podwyrażeń wymaganych przez referencją wsteczną w \"%s\"" +msgid "SSL library does not support certificate revocation lists." +msgstr "Biblioteka SSL nie obsługuje list unieważnień certyfikatów." -#: libpq/hba.c:2018 +#: libpq/be-secure.c:843 #, c-format -msgid "provided user name (%s) and authenticated user name (%s) do not match" -msgstr "dostarczona nazwa użytkownika (%s) i nazwa użytkownika zautoryzowanego (%s) różnią się" +msgid "could not load SSL certificate revocation list file \"%s\": %s" +msgstr "nie można załadować pliku z listą odwołań certyfikatów SSL \"%s\": %s" -#: libpq/hba.c:2039 +#: libpq/be-secure.c:888 #, c-format -msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" -msgstr "brak dopasowania w mapie użytkowników \"%s\" dla użytkownika \"%s\" autoryzowanego jako \"%s\"" +msgid "could not initialize SSL connection: %s" +msgstr "nie można zainicjować połączenia SSL: %s" -#: libpq/hba.c:2069 +#: libpq/be-secure.c:897 #, c-format -msgid "could not open usermap file \"%s\": %m" -msgstr "nie można otworzyć pliku mapy użytkowników \"%s\": %m" +msgid "could not set SSL socket: %s" +msgstr "nie można ustawić gniazda SSL: %s" -#: libpq/pqcomm.c:306 +#: libpq/be-secure.c:923 #, c-format -msgid "could not translate host name \"%s\", service \"%s\" to address: %s" -msgstr "nie można przetłumaczyć nazwy hosta \"%s\", usługi \"%s\" na adres: %s" +msgid "could not accept SSL connection: %m" +msgstr "nie można przyjąć połączenia SSL: %m" -#: libpq/pqcomm.c:310 +#: libpq/be-secure.c:927 libpq/be-secure.c:938 #, c-format -msgid "could not translate service \"%s\" to address: %s" -msgstr "nie można przetłumaczyć usługi \"%s\" na adres: %s" +msgid "could not accept SSL connection: EOF detected" +msgstr "nie można przyjąć połączenia SSL: wykryto EOF" -#: libpq/pqcomm.c:337 +#: libpq/be-secure.c:932 #, c-format -msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" -msgstr "nie można dowiązać do wszystkich żądanych adresów: przekroczono MAXLISTEN (%d)" +msgid "could not accept SSL connection: %s" +msgstr "nie można przyjąć połączenia SSL: %s" -#: libpq/pqcomm.c:346 -msgid "IPv4" -msgstr "IPv4" +#: libpq/be-secure.c:988 +#, c-format +msgid "SSL certificate's common name contains embedded null" +msgstr "nazwa zwyczajowa certyfikatu SSL zawiera osadzony null" -#: libpq/pqcomm.c:350 -msgid "IPv6" -msgstr "IPv6" +#: libpq/be-secure.c:999 +#, c-format +msgid "SSL connection from \"%s\"" +msgstr "połączenie SSL od \"%s\"" -#: libpq/pqcomm.c:355 -msgid "Unix" -msgstr "Unix" +#: libpq/be-secure.c:1050 +msgid "no SSL error reported" +msgstr "nie zgłoszono błędu SSL" -#: libpq/pqcomm.c:360 +#: libpq/be-secure.c:1054 #, c-format -msgid "unrecognized address family %d" -msgstr "nierozpoznana rodzina adresów %d" +msgid "SSL error code %lu" +msgstr "kod błędu SSL %lu" -#. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:371 +#: libpq/hba.c:181 #, c-format -msgid "could not create %s socket: %m" -msgstr "nie można utworzyć gniazda %s: %m" +msgid "authentication file token too long, skipping: \"%s\"" +msgstr "token pliku autoryzacji jest zbyt długi, pominięto: \"%s\"" -#: libpq/pqcomm.c:396 +#: libpq/hba.c:326 #, c-format -msgid "setsockopt(SO_REUSEADDR) failed: %m" -msgstr "nie powiodło się setsockopt(SO_REUSEADDR): %m" +msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" +msgstr "nie można otworzyć wtórnego pliku autoryzacji \"@%s\" jako \"%s\": %m" -#: libpq/pqcomm.c:411 +#: libpq/hba.c:595 #, c-format -msgid "setsockopt(IPV6_V6ONLY) failed: %m" -msgstr "nie powiodło się setsockopt(IPV6_V6ONLY): %m" +msgid "could not translate host name \"%s\" to address: %s" +msgstr "nie można przetłumaczyć nazwy hosta \"%s\" na adres: %s" -#. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:430 +#. translator: the second %s is a list of auth methods +#: libpq/hba.c:746 #, c-format -msgid "could not bind %s socket: %m" -msgstr "nie można dowiązać gniazda %s: %m" +msgid "authentication option \"%s\" is only valid for authentication methods %s" +msgstr "opcja autoryzacji \"%s\" jest poprawna tylko dla metod autoryzacji %s" -#: libpq/pqcomm.c:433 +#: libpq/hba.c:748 libpq/hba.c:764 libpq/hba.c:795 libpq/hba.c:841 +#: libpq/hba.c:854 libpq/hba.c:876 libpq/hba.c:885 libpq/hba.c:908 +#: libpq/hba.c:920 libpq/hba.c:939 libpq/hba.c:960 libpq/hba.c:971 +#: libpq/hba.c:1026 libpq/hba.c:1044 libpq/hba.c:1056 libpq/hba.c:1073 +#: libpq/hba.c:1083 libpq/hba.c:1097 libpq/hba.c:1113 libpq/hba.c:1128 +#: libpq/hba.c:1139 libpq/hba.c:1181 libpq/hba.c:1213 libpq/hba.c:1224 +#: libpq/hba.c:1244 libpq/hba.c:1255 libpq/hba.c:1266 libpq/hba.c:1283 +#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1408 +#: libpq/hba.c:1420 libpq/hba.c:1433 libpq/hba.c:1467 libpq/hba.c:1545 +#: libpq/hba.c:1563 libpq/hba.c:1584 tsearch/ts_locale.c:182 #, c-format -msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry." -msgstr "Czy inny postmaster jest już uruchomiony już na porcie %d? Jeśli nie, usuń plik gniazda \"%s\" i spróbuj ponownie." +msgid "line %d of configuration file \"%s\"" +msgstr "linia %d pliku konfiguracyjnego \"%s\"" -#: libpq/pqcomm.c:436 +#: libpq/hba.c:762 #, c-format -msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." -msgstr "Czy inny postmaster jest już uruchomiony już na porcie %d? Jeśli nie, odczekaj kilka sekund i spróbuj ponownie." +msgid "authentication method \"%s\" requires argument \"%s\" to be set" +msgstr "metoda autoryzacji \"%s\" wymaga do użycia argumentu \"%s\"" -#. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:469 +#: libpq/hba.c:783 #, c-format -msgid "could not listen on %s socket: %m" -msgstr "nie można nasłuchiwać na gnieździe %s: %m" +msgid "missing entry in file \"%s\" at end of line %d" +msgstr "brakująca pozycja w pliku \"%s\" na końcu linii %d" -#: libpq/pqcomm.c:499 +#: libpq/hba.c:794 #, c-format -msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" -msgstr "Za długa ścieżka gniazda domeny Unix \"%s\" (maks %d bajtów)" +msgid "multiple values in ident field" +msgstr "wiele wartości w polu identyfikatora" -#: libpq/pqcomm.c:562 +#: libpq/hba.c:839 #, c-format -msgid "group \"%s\" does not exist" -msgstr "grupa \"%s\" nie istnieje" +msgid "multiple values specified for connection type" +msgstr "określono wiele wartości dla typu połączenia" -#: libpq/pqcomm.c:572 +#: libpq/hba.c:840 #, c-format -msgid "could not set group of file \"%s\": %m" -msgstr "nie można ustawić grupy pliku \"%s\": %m" +msgid "Specify exactly one connection type per line." +msgstr "Należy wskazać dokładnie jeden typ połączenia w pojedynczej linii" -#: libpq/pqcomm.c:583 +#: libpq/hba.c:853 #, c-format -msgid "could not set permissions of file \"%s\": %m" -msgstr "nie można określić uprawnień dla pliku \"%s\": %m" +msgid "local connections are not supported by this build" +msgstr "połączenia lokalne nie są obsługiwane przez tą kompilację" -#: libpq/pqcomm.c:613 +#: libpq/hba.c:874 #, c-format -msgid "could not accept new connection: %m" -msgstr "nie można przyjąć nowego połączenia: %m" +msgid "hostssl requires SSL to be turned on" +msgstr "hostssl by być włączone wymaga SSL" -#: libpq/pqcomm.c:781 +#: libpq/hba.c:875 #, c-format -msgid "could not set socket to non-blocking mode: %m" -msgstr "nie można ustawić gniazda w tryb nieblokujący: %m" +msgid "Set ssl = on in postgresql.conf." +msgstr "Ustawienie ssl = on w postgresql.conf." -#: libpq/pqcomm.c:787 +#: libpq/hba.c:883 #, c-format -msgid "could not set socket to blocking mode: %m" -msgstr "nie można ustawić gniazda w tryb blokujący: %m" +msgid "hostssl is not supported by this build" +msgstr "hostssl nie jest obsługiwany przez tą kompilację" -#: libpq/pqcomm.c:839 libpq/pqcomm.c:929 +#: libpq/hba.c:884 #, c-format -msgid "could not receive data from client: %m" -msgstr "nie można otrzymać danych od klienta: %m" +msgid "Compile with --with-openssl to use SSL connections." +msgstr "Skompiluj z --with-openssl by używać połączeń SSL." -#: libpq/pqcomm.c:1080 +#: libpq/hba.c:906 #, c-format -msgid "unexpected EOF within message length word" -msgstr "nieoczekiwane EOF wewnątrz słowa długości komunikatu" +msgid "invalid connection type \"%s\"" +msgstr "błędny typ połączenia \"%s\"" -#: libpq/pqcomm.c:1091 +#: libpq/hba.c:919 #, c-format -msgid "invalid message length" -msgstr "niepoprawna długość komunikatu" +msgid "end-of-line before database specification" +msgstr "koniec-linii przed określeniem bazy danych" -#: libpq/pqcomm.c:1113 libpq/pqcomm.c:1123 +#: libpq/hba.c:938 #, c-format -msgid "incomplete message from client" -msgstr "niekompletny komunikat od klienta" +msgid "end-of-line before role specification" +msgstr "koniec-linii przed określeniem roli" -#: libpq/pqcomm.c:1253 +#: libpq/hba.c:959 #, c-format -msgid "could not send data to client: %m" -msgstr "nie można wysłać danych do klienta: %m" +msgid "end-of-line before IP address specification" +msgstr "koniec-linii przed wskazaniem adresu IP" -#: libpq/pqformat.c:436 +#: libpq/hba.c:969 #, c-format -msgid "no data left in message" -msgstr "nie pozostały żadne dane w wiadomości" +msgid "multiple values specified for host address" +msgstr "określono wiele wartości adresu hosta" -#: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 -#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:572 +#: libpq/hba.c:970 #, c-format -msgid "insufficient data left in message" -msgstr "pozostała niewystarczająca ilość danych w wiadomości" +msgid "Specify one address range per line." +msgstr "Należy określić jeden zakres adresów w pojedynczej linii." -#: libpq/pqformat.c:636 +#: libpq/hba.c:1024 #, c-format -msgid "invalid string in message" -msgstr "niepoprawny ciąg znaków w wiadomości" +msgid "invalid IP address \"%s\": %s" +msgstr "nieprawidłowy adres IP \"%s\": %s" -#: libpq/pqformat.c:652 +#: libpq/hba.c:1042 #, c-format -msgid "invalid message format" -msgstr "niepoprawny format wiadomości" +msgid "specifying both host name and CIDR mask is invalid: \"%s\"" +msgstr "jednoczesne wskazanie nazwy hosta i maski CDIR jest niepoprawne: \"%s\"" -#: main/main.c:233 +#: libpq/hba.c:1054 #, c-format -msgid "%s: setsysinfo failed: %s\n" -msgstr "%s: nie powiodło się setsysinfo: %s\n" +msgid "invalid CIDR mask in address \"%s\"" +msgstr "nieprawidłowa maska CIDR w adresie \"%s\"" -#: main/main.c:255 +#: libpq/hba.c:1071 #, c-format -msgid "%s: WSAStartup failed: %d\n" -msgstr "%s: nie powiodło się WSAStartup: %d\n" +msgid "end-of-line before netmask specification" +msgstr "koniec-linii przed określeniem netmask" -#: main/main.c:274 +#: libpq/hba.c:1072 #, c-format -msgid "" -"%s is the PostgreSQL server.\n" -"\n" -msgstr "" -"%s jest serwerem PostgreSQL.\n" -"\n" +msgid "Specify an address range in CIDR notation, or provide a separate netmask." +msgstr "Należy określić zakres adresów w notacji CIDR lub wskazać osobną maskę sieci." -#: main/main.c:275 +#: libpq/hba.c:1082 #, c-format -msgid "" -"Usage:\n" -" %s [OPTION]...\n" -"\n" -msgstr "" -"Użycie:\n" -" %s [OPCJE]...\n" -"\n" +msgid "multiple values specified for netmask" +msgstr "określono wiele wartości dla maski sieci" -#: main/main.c:276 +#: libpq/hba.c:1095 #, c-format -msgid "Options:\n" -msgstr "Opcje:\n" +msgid "invalid IP mask \"%s\": %s" +msgstr "nieprawidłowa maska IP \"%s\": %s" -#: main/main.c:278 +#: libpq/hba.c:1112 #, c-format -msgid " -A 1|0 enable/disable run-time assert checking\n" -msgstr " -A 1|0 włącza/wyłącza sprawdzanie asercji w czasie wykonania\n" +msgid "IP address and mask do not match" +msgstr "niezgodność adresu IP i maski" -#: main/main.c:280 +#: libpq/hba.c:1127 #, c-format -msgid " -B NBUFFERS number of shared buffers\n" -msgstr " -B NBUFFERS liczba współdzielonych buforów\n" +msgid "end-of-line before authentication method" +msgstr "koniec linii przed metodą autoryzacji" -#: main/main.c:281 +#: libpq/hba.c:1137 #, c-format -msgid " -c NAME=VALUE set run-time parameter\n" -msgstr " -c NAZWA=WART ustawia parametr czasu wykonania\n" +msgid "multiple values specified for authentication type" +msgstr "określono wiele wartości typu autoryzacji" -#: main/main.c:282 +#: libpq/hba.c:1138 #, c-format -msgid " -C NAME print value of run-time parameter, then exit\n" -msgstr " --help pokaż ten ekran pomocy i zakończ\n" +msgid "Specify exactly one authentication type per line." +msgstr "Należy wskazać dokładnie jeden typ autoryzacji w pojedynczej linii." -#: main/main.c:283 +#: libpq/hba.c:1211 #, c-format -msgid " -d 1-5 debugging level\n" -msgstr " -d 1-5 poziom debugu\n" +msgid "invalid authentication method \"%s\"" +msgstr "niepoprawna metoda autoryzacji \"%s\"" -#: main/main.c:284 +#: libpq/hba.c:1222 #, c-format -msgid " -D DATADIR database directory\n" -msgstr " -D FDRDANYCH folder bazy danych\n" +msgid "invalid authentication method \"%s\": not supported by this build" +msgstr "niepoprawna metoda autoryzacji \"%s\": nieobsługiwana w tej kompilacji" -#: main/main.c:285 +#: libpq/hba.c:1243 #, c-format -msgid " -e use European date input format (DMY)\n" -msgstr " -e używa europejskiego formatu wprowadzania daty (DMY)\n" +msgid "krb5 authentication is not supported on local sockets" +msgstr "autoryzacja krb5 nie jest obsługiwana na gniazdach lokalnych" -#: main/main.c:286 +#: libpq/hba.c:1254 #, c-format -msgid " -F turn fsync off\n" -msgstr " -F wyłącza fsync\n" +msgid "gssapi authentication is not supported on local sockets" +msgstr "autoryzacja gssapi nie jest obsługiwana na gniazdach lokalnych" -#: main/main.c:287 +#: libpq/hba.c:1265 #, c-format -msgid " -h HOSTNAME host name or IP address to listen on\n" -msgstr " -h HOSTNAME nazwa hosta lub adres IP do nasluchiwania\n" +msgid "peer authentication is only supported on local sockets" +msgstr "uwierzytelnianie wzajemne nie jest obsługiwane na gniazdach lokalnych" -#: main/main.c:288 +#: libpq/hba.c:1282 #, c-format -msgid " -i enable TCP/IP connections\n" -msgstr " -i umożliwia połączenia TCP/IP\n" +msgid "cert authentication is only supported on hostssl connections" +msgstr "uwierzytelnianie cert jest obsługiwane tylko w połączeniach hostssl" -#: main/main.c:289 +#: libpq/hba.c:1307 #, c-format -msgid " -k DIRECTORY Unix-domain socket location\n" -msgstr " -k FOLDER położenie gniazd domeny Unix\n" +msgid "authentication option not in name=value format: %s" +msgstr "opcja autoryzacji nie jest w formacie nazwa=wartość: %s" -#: main/main.c:291 +#: libpq/hba.c:1344 #, c-format -msgid " -l enable SSL connections\n" -msgstr " -l umożliwia połączenia SSL\n" +msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute together with ldapprefix" +msgstr "nie można użyć ldapbasedn, ldapbinddn, ldapbindpasswd, czy ldapsearchattribute razem z ldapprefix" -#: main/main.c:293 +#: libpq/hba.c:1354 #, c-format -msgid " -N MAX-CONNECT maximum number of allowed connections\n" -msgstr " -N MAX-CONNECT maksymalna liczba dozwolonych połączen\n" +msgid "authentication method \"ldap\" requires argument \"ldapbasedn\", \"ldapprefix\", or \"ldapsuffix\" to be set" +msgstr "metoda autoryzacji \"ldap\" wymaga ustawienia argumentu \"ldapbasedn\", \"ldapprefix\", lub \"ldapsuffix\"" -#: main/main.c:294 -#, c-format -msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" -msgstr " -o OPCJE przekazuje \"OPCJE\" do każdego procesu serwera (przestarzały)\n" +#: libpq/hba.c:1394 +msgid "ident, peer, krb5, gssapi, sspi, and cert" +msgstr "ident, peer, krb5, gssapi, sspi i cert" -#: main/main.c:295 +#: libpq/hba.c:1407 #, c-format -msgid " -p PORT port number to listen on\n" -msgstr " -p PORT numer portu do nasłuchiwania\n" +msgid "clientcert can only be configured for \"hostssl\" rows" +msgstr "clientcert może być skonfigurowany tylko dla wierszy \"hostssl\"" -#: main/main.c:296 +#: libpq/hba.c:1418 #, c-format -msgid " -s show statistics after each query\n" -msgstr " -s pokazuje statystyki po wykonaniu każdego zapytania\n" +msgid "client certificates can only be checked if a root certificate store is available" +msgstr "certyfikaty klienta mogą być sprawdzone tylko jeśli magazyn certyfikatów jest dostępny" -#: main/main.c:297 +#: libpq/hba.c:1419 #, c-format -msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" -msgstr " -S WORK-MEM ustawia wielkość pamięci dla sortowań (w kB)\n" +msgid "Make sure the configuration parameter \"ssl_ca_file\" is set." +msgstr "Należy sprawdzić, czy ustawiono parametr konfiguracyjny \"ssl_ca_file\"." -#: main/main.c:298 +#: libpq/hba.c:1432 #, c-format -msgid " -V, --version output version information, then exit\n" -msgstr " -V, --version wypisuje informacje o wersji i kończy\n" +msgid "clientcert can not be set to 0 when using \"cert\" authentication" +msgstr "clientcert nie może być ustawiony na 0 jeśli używana jest autoryzacja \"cert\"" -#: main/main.c:299 +#: libpq/hba.c:1466 #, c-format -msgid " --NAME=VALUE set run-time parameter\n" -msgstr " --NAZWA=WART ustawia parametr czasu wykonania\n" +msgid "invalid LDAP port number: \"%s\"" +msgstr "nieprawidłowy numer portu LDAP: \"%s\"" + +#: libpq/hba.c:1512 libpq/hba.c:1520 +msgid "krb5, gssapi, and sspi" +msgstr "krb5, gssapi i sspi" -#: main/main.c:300 +#: libpq/hba.c:1562 #, c-format -msgid " --describe-config describe configuration parameters, then exit\n" -msgstr " --describe-config opisuje parametry konfiguracji i kończy\n" +msgid "invalid RADIUS port number: \"%s\"" +msgstr "nieprawidłowy numer portu RADIUS: \"%s\"" -#: main/main.c:301 +#: libpq/hba.c:1582 #, c-format -msgid " -?, --help show this help, then exit\n" -msgstr " -?, --help pokazuje ten ekran pomocy i kończy\n" +msgid "unrecognized authentication option name: \"%s\"" +msgstr "nierozpoznana nazwa opcji autoryzacji: \"%s\"" -#: main/main.c:303 +#: libpq/hba.c:1771 #, c-format -msgid "" -"\n" -"Developer options:\n" -msgstr "" -"\n" -"Opcje deweloperskie:\n" +msgid "configuration file \"%s\" contains no entries" +msgstr "plik konfiguracji \"%s\" nie zawiera wpisów" -#: main/main.c:304 +#: libpq/hba.c:1878 #, c-format -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr " -f s|i|n|m|h zabrania użycia pewnych typów planu\n" +msgid "invalid regular expression \"%s\": %s" +msgstr "niepoprawne wyrażenie regularne \"%s\": %s" -#: main/main.c:305 +#: libpq/hba.c:1901 #, c-format -msgid " -n do not reinitialize shared memory after abnormal exit\n" -msgstr " -n nie reinicjuje pamięci współdzielonej po nieprawidłowym wyjściu\n" +msgid "regular expression match for \"%s\" failed: %s" +msgstr "nie powiodło się dopasowanie wyrażenia regularnego dla \"%s\": %s" -#: main/main.c:306 +#: libpq/hba.c:1919 #, c-format -msgid " -O allow system table structure changes\n" -msgstr " -O pozwala na zmiany struktury tabel systemowych\n" +msgid "regular expression \"%s\" has no subexpressions as requested by backreference in \"%s\"" +msgstr "wyrażenie regularne \"%s\" nie ma podwyrażeń wymaganych przez referencją wsteczną w \"%s\"" -#: main/main.c:307 +#: libpq/hba.c:2018 #, c-format -msgid " -P disable system indexes\n" -msgstr " -P wyłącza indeksy systemowe\n" +msgid "provided user name (%s) and authenticated user name (%s) do not match" +msgstr "dostarczona nazwa użytkownika (%s) i nazwa użytkownika zautoryzowanego (%s) różnią się" -#: main/main.c:308 +#: libpq/hba.c:2039 #, c-format -msgid " -t pa|pl|ex show timings after each query\n" -msgstr " -t pa|pl|ex pokazuje czasy wykonania po każdym zapytaniu\n" +msgid "no match in usermap \"%s\" for user \"%s\" authenticated as \"%s\"" +msgstr "brak dopasowania w mapie użytkowników \"%s\" dla użytkownika \"%s\" autoryzowanego jako \"%s\"" -#: main/main.c:309 +#: libpq/hba.c:2069 #, c-format -msgid " -T send SIGSTOP to all backend processes if one dies\n" -msgstr " -T wysyła SIGSTOP do wszystkich procesów działających w tle jeśli jeden zginie\n" +msgid "could not open usermap file \"%s\": %m" +msgstr "nie można otworzyć pliku mapy użytkowników \"%s\": %m" -#: main/main.c:310 +#: libpq/pqcomm.c:306 #, c-format -msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" -msgstr " -W NUM oczekuje NUM sekund aby umożliwić podłączenie z debugera\n" +msgid "could not translate host name \"%s\", service \"%s\" to address: %s" +msgstr "nie można przetłumaczyć nazwy hosta \"%s\", usługi \"%s\" na adres: %s" -#: main/main.c:312 +#: libpq/pqcomm.c:310 #, c-format -msgid "" -"\n" -"Options for single-user mode:\n" -msgstr "" -"\n" -"Opcje dla trybu pojedynczego użytkownika:\n" +msgid "could not translate service \"%s\" to address: %s" +msgstr "nie można przetłumaczyć usługi \"%s\" na adres: %s" -#: main/main.c:313 +#: libpq/pqcomm.c:337 #, c-format -msgid " --single selects single-user mode (must be first argument)\n" -msgstr " --single wybiera tryb pojedynczego użytkownika (musi być pierwszym argumentem)\n" +msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" +msgstr "nie można dowiązać do wszystkich żądanych adresów: przekroczono MAXLISTEN (%d)" -#: main/main.c:314 +#: libpq/pqcomm.c:346 +msgid "IPv4" +msgstr "IPv4" + +#: libpq/pqcomm.c:350 +msgid "IPv6" +msgstr "IPv6" + +#: libpq/pqcomm.c:355 +msgid "Unix" +msgstr "Unix" + +#: libpq/pqcomm.c:360 #, c-format -msgid " DBNAME database name (defaults to user name)\n" -msgstr " NAZWADB nazwa bazy danych (domyślnie taka jak nazwa użytkownika)\n" +msgid "unrecognized address family %d" +msgstr "nierozpoznana rodzina adresów %d" -#: main/main.c:315 +#. translator: %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:371 #, c-format -msgid " -d 0-5 override debugging level\n" -msgstr " -d 0-5 nadpisuje poziom debugu\n" +msgid "could not create %s socket: %m" +msgstr "nie można utworzyć gniazda %s: %m" -#: main/main.c:316 +#: libpq/pqcomm.c:396 #, c-format -msgid " -E echo statement before execution\n" -msgstr " -E wypisuje na wyjście wyrażenie przed wykonaniem\n" +msgid "setsockopt(SO_REUSEADDR) failed: %m" +msgstr "nie powiodło się setsockopt(SO_REUSEADDR): %m" -#: main/main.c:317 +#: libpq/pqcomm.c:411 #, c-format -msgid " -j do not use newline as interactive query delimiter\n" -msgstr " -j nie używa nowej linii jako interaktywnego ogranicznika zapytania\n" +msgid "setsockopt(IPV6_V6ONLY) failed: %m" +msgstr "nie powiodło się setsockopt(IPV6_V6ONLY): %m" -#: main/main.c:318 main/main.c:323 +#. translator: %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:430 #, c-format -msgid " -r FILENAME send stdout and stderr to given file\n" -msgstr " -r NAZWAPLIKU wysyła stdout i stderr do wskazanego pliku\n" +msgid "could not bind %s socket: %m" +msgstr "nie można dowiązać gniazda %s: %m" -#: main/main.c:320 +#: libpq/pqcomm.c:433 #, c-format -msgid "" -"\n" -"Options for bootstrapping mode:\n" -msgstr "" -"\n" -"Opcje dla trybu ładowania:\n" +msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry." +msgstr "Czy inny postmaster jest już uruchomiony już na porcie %d? Jeśli nie, usuń plik gniazda \"%s\" i spróbuj ponownie." -#: main/main.c:321 +#: libpq/pqcomm.c:436 #, c-format -msgid " --boot selects bootstrapping mode (must be first argument)\n" -msgstr " --boot wybiera tryb ładowania (musi być pierwszym argumentem)\n" +msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." +msgstr "Czy inny postmaster jest już uruchomiony już na porcie %d? Jeśli nie, odczekaj kilka sekund i spróbuj ponownie." -#: main/main.c:322 +#. translator: %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:469 #, c-format -msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" -msgstr " NAZWADB nazwa bazy danych (domyślnie taka jak nazwa użytkownika)\n" +msgid "could not listen on %s socket: %m" +msgstr "nie można nasłuchiwać na gnieździe %s: %m" -#: main/main.c:324 +#: libpq/pqcomm.c:499 #, c-format -msgid " -x NUM internal use\n" -msgstr " -x NUM do użytku wewnętrznego\n" +msgid "Unix-domain socket path \"%s\" is too long (maximum %d bytes)" +msgstr "Za długa ścieżka gniazda domeny Unix \"%s\" (maks %d bajtów)" -#: main/main.c:326 +#: libpq/pqcomm.c:562 #, c-format -msgid "" -"\n" -"Please read the documentation for the complete list of run-time\n" -"configuration settings and how to set them on the command line or in\n" -"the configuration file.\n" -"\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Proszę zapoznać się z dokumentacją by uzyskać pełną listę ustawień\n" -"konfiguracyjnych czasu wykonania i jak ustawić je w linii poleceń\n" -"lub pliku konfiguracyjnym.\n" -"\n" -"Błędy proszę przesyłać na adres .\n" +msgid "group \"%s\" does not exist" +msgstr "grupa \"%s\" nie istnieje" -#: main/main.c:340 +#: libpq/pqcomm.c:572 #, c-format -msgid "" -"\"root\" execution of the PostgreSQL server is not permitted.\n" -"The server must be started under an unprivileged user ID to prevent\n" -"possible system security compromise. See the documentation for\n" -"more information on how to properly start the server.\n" -msgstr "" -"Uruchomienie serwera PostgreSQL jako \"root\" jest niedozwolone.\n" -"Serwer musi być uruchomiony spod ID użytkownika nieuprzywilejowanego\n" -"aby zapobiec możliwemu złamaniu zabezpieczeń systemu. Przejrzyj dokumentację\n" -"by uzyskać więcej informacji jak poprawnie uruchomić serwer.\n" +msgid "could not set group of file \"%s\": %m" +msgstr "nie można ustawić grupy pliku \"%s\": %m" -#: main/main.c:357 +#: libpq/pqcomm.c:583 #, c-format -msgid "%s: real and effective user IDs must match\n" -msgstr "%s: realne i efektywne IDy użytkowników muszą się zgadzać\n" +msgid "could not set permissions of file \"%s\": %m" +msgstr "nie można określić uprawnień dla pliku \"%s\": %m" -#: main/main.c:364 +#: libpq/pqcomm.c:613 #, c-format -msgid "" -"Execution of PostgreSQL by a user with administrative permissions is not\n" -"permitted.\n" -"The server must be started under an unprivileged user ID to prevent\n" -"possible system security compromises. See the documentation for\n" -"more information on how to properly start the server.\n" -msgstr "" -"Uruchomienie serwera PostgreSQL przez użytkownika z uprawnieniami \n" -"administracyjnymi jest niedozwolone.\n" -"Serwer musi być uruchomiony spod ID użytkownika nieuprzywilejowanego\n" -"aby zapobiec możliwemu złamaniu zabezpieczeń systemu. Przejrzyj dokumentację\n" -"by uzyskać więcej informacji jak poprawnie uruchomić serwer.\n" +msgid "could not accept new connection: %m" +msgstr "nie można przyjąć nowego połączenia: %m" -#: main/main.c:385 +#: libpq/pqcomm.c:781 #, c-format -msgid "%s: invalid effective UID: %d\n" -msgstr "%s: niepoprawny efektywny UID: %d\n" +msgid "could not set socket to non-blocking mode: %m" +msgstr "nie można ustawić gniazda w tryb nieblokujący: %m" -#: main/main.c:398 +#: libpq/pqcomm.c:787 #, c-format -msgid "%s: could not determine user name (GetUserName failed)\n" -msgstr "%s: nie można określić nazwy użytkownika (nie powiodło się GetUserName)\n" +msgid "could not set socket to blocking mode: %m" +msgstr "nie można ustawić gniazda w tryb blokujący: %m" -#: nodes/nodeFuncs.c:115 nodes/nodeFuncs.c:141 parser/parse_coerce.c:1781 -#: parser/parse_coerce.c:1809 parser/parse_coerce.c:1885 -#: parser/parse_expr.c:1632 parser/parse_func.c:367 parser/parse_oper.c:947 +#: libpq/pqcomm.c:839 libpq/pqcomm.c:929 #, c-format -msgid "could not find array type for data type %s" -msgstr "nie znaleziono typu tablicowego dla danej typu %s" +msgid "could not receive data from client: %m" +msgstr "nie można otrzymać danych od klienta: %m" -#: optimizer/path/joinrels.c:676 +#: libpq/pqcomm.c:1080 #, c-format -msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions" -msgstr "FULL JOIN jest obsługiwane tylko dla warunków połączenia merge-join lub hash-join" +msgid "unexpected EOF within message length word" +msgstr "nieoczekiwane EOF wewnątrz słowa długości komunikatu" -#: optimizer/plan/initsplan.c:592 +#: libpq/pqcomm.c:1091 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join" -msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do niewymaganej strony złączenia zewnętrznego" +msgid "invalid message length" +msgstr "niepoprawna długość komunikatu" -#: optimizer/plan/planner.c:1031 parser/analyze.c:1384 parser/analyze.c:1579 -#: parser/analyze.c:2285 +#: libpq/pqcomm.c:1113 libpq/pqcomm.c:1123 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT" -msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z UNION/INTERSECT/EXCEPT" +msgid "incomplete message from client" +msgstr "niekompletny komunikat od klienta" -#: optimizer/plan/planner.c:2359 +#: libpq/pqcomm.c:1253 #, c-format -msgid "could not implement GROUP BY" -msgstr "nie udało się zaimplementować GROUP BY" +msgid "could not send data to client: %m" +msgstr "nie można wysłać danych do klienta: %m" -#: optimizer/plan/planner.c:2360 optimizer/plan/planner.c:2532 -#: optimizer/prep/prepunion.c:822 +#: libpq/pqformat.c:436 #, c-format -msgid "Some of the datatypes only support hashing, while others only support sorting." -msgstr "Niektóre z typów danych obsługują tylko haszowania, podczas gdy inne obsługują tylko sortowanie." +msgid "no data left in message" +msgstr "nie pozostały żadne dane w wiadomości" -#: optimizer/plan/planner.c:2531 +#: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 +#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:558 #, c-format -msgid "could not implement DISTINCT" -msgstr "nie udało się zaimplementować DISTINCT" +msgid "insufficient data left in message" +msgstr "pozostała niewystarczająca ilość danych w wiadomości" -#: optimizer/plan/planner.c:3122 +#: libpq/pqformat.c:636 #, c-format -msgid "could not implement window PARTITION BY" -msgstr "nie udało się zaimplementować okna PARTITION BY" +msgid "invalid string in message" +msgstr "niepoprawny ciąg znaków w wiadomości" -#: optimizer/plan/planner.c:3123 +#: libpq/pqformat.c:652 #, c-format -msgid "Window partitioning columns must be of sortable datatypes." -msgstr "Kolumny podziału okna muszą być typów sortowalnych." +msgid "invalid message format" +msgstr "niepoprawny format wiadomości" -#: optimizer/plan/planner.c:3127 +#: main/main.c:243 #, c-format -msgid "could not implement window ORDER BY" -msgstr "nie udało się zaimplementować okna ORDER BY" +msgid "%s: setsysinfo failed: %s\n" +msgstr "%s: nie powiodło się setsysinfo: %s\n" -#: optimizer/plan/planner.c:3128 +#: main/main.c:265 #, c-format -msgid "Window ordering columns must be of sortable datatypes." -msgstr "Kolumny porządkujące okno muszą być typów sortowalnych." +msgid "%s: WSAStartup failed: %d\n" +msgstr "%s: nie powiodło się WSAStartup: %d\n" -#: optimizer/plan/setrefs.c:255 +#: main/main.c:284 #, c-format -msgid "too many range table entries" -msgstr "zbyt wiele wpisów tabeli przedziału" +msgid "" +"%s is the PostgreSQL server.\n" +"\n" +msgstr "" +"%s jest serwerem PostgreSQL.\n" +"\n" -#: optimizer/prep/prepunion.c:416 +#: main/main.c:285 #, c-format -msgid "could not implement recursive UNION" -msgstr "nie udało się zaimplementować rekurencyjnej UNION" +msgid "" +"Usage:\n" +" %s [OPTION]...\n" +"\n" +msgstr "" +"Użycie:\n" +" %s [OPCJE]...\n" +"\n" -#: optimizer/prep/prepunion.c:417 +#: main/main.c:286 #, c-format -msgid "All column datatypes must be hashable." -msgstr "Wszystkie typy danych kolumn muszą być haszowalne." +msgid "Options:\n" +msgstr "Opcje:\n" -#. translator: %s is UNION, INTERSECT, or EXCEPT -#: optimizer/prep/prepunion.c:821 +#: main/main.c:288 #, c-format -msgid "could not implement %s" -msgstr "nie udało się zaimplementować %s" +msgid " -A 1|0 enable/disable run-time assert checking\n" +msgstr " -A 1|0 włącza/wyłącza sprawdzanie asercji w czasie wykonania\n" -#: optimizer/util/clauses.c:4358 +#: main/main.c:290 #, c-format -msgid "SQL function \"%s\" during inlining" -msgstr "funkcja SQL \"%s\" w czasie wbudowywania" +msgid " -B NBUFFERS number of shared buffers\n" +msgstr " -B NBUFFERS liczba współdzielonych buforów\n" -#: optimizer/util/plancat.c:99 +#: main/main.c:291 #, c-format -msgid "cannot access temporary or unlogged relations during recovery" -msgstr "nie można uzyskać dostępu do tymczasowej lub nielogowanej relacji podczas odzyskiwania" +msgid " -c NAME=VALUE set run-time parameter\n" +msgstr " -c NAZWA=WART ustawia parametr czasu wykonania\n" -#: parser/analyze.c:621 parser/analyze.c:1129 +#: main/main.c:292 #, c-format -msgid "VALUES lists must all be the same length" -msgstr "wszystkie listy VALUES muszą posiadać tą samą długość" +msgid " -C NAME print value of run-time parameter, then exit\n" +msgstr " --help pokaż ten ekran pomocy i zakończ\n" -#: parser/analyze.c:663 parser/analyze.c:1262 +#: main/main.c:293 #, c-format -msgid "VALUES must not contain table references" -msgstr "VALUES nie może zawierać odnośników do tabel" +msgid " -d 1-5 debugging level\n" +msgstr " -d 1-5 poziom debugu\n" -#: parser/analyze.c:677 parser/analyze.c:1276 +#: main/main.c:294 #, c-format -msgid "VALUES must not contain OLD or NEW references" -msgstr "VALUES nie może zawierać odnośników OLD lub NEW" +msgid " -D DATADIR database directory\n" +msgstr " -D FDRDANYCH folder bazy danych\n" -#: parser/analyze.c:678 parser/analyze.c:1277 +#: main/main.c:295 #, c-format -msgid "Use SELECT ... UNION ALL ... instead." -msgstr "Użyj SELECT ... UNION ALL ... w zamian." +msgid " -e use European date input format (DMY)\n" +msgstr " -e używa europejskiego formatu wprowadzania daty (DMY)\n" -#: parser/analyze.c:783 parser/analyze.c:1289 +#: main/main.c:296 #, c-format -msgid "cannot use aggregate function in VALUES" -msgstr "nie można używać funkcji agregujących w klauzuli VALUES" +msgid " -F turn fsync off\n" +msgstr " -F wyłącza fsync\n" -#: parser/analyze.c:789 parser/analyze.c:1295 +#: main/main.c:297 #, c-format -msgid "cannot use window function in VALUES" -msgstr "nie można używać funkcji okna w klauzuli VALUES" +msgid " -h HOSTNAME host name or IP address to listen on\n" +msgstr " -h HOSTNAME nazwa hosta lub adres IP do nasluchiwania\n" -#: parser/analyze.c:823 +#: main/main.c:298 #, c-format -msgid "INSERT has more expressions than target columns" -msgstr "INSERT posiada więcej wyrażeń niż docelowych kolumn" +msgid " -i enable TCP/IP connections\n" +msgstr " -i umożliwia połączenia TCP/IP\n" -#: parser/analyze.c:841 +#: main/main.c:299 #, c-format -msgid "INSERT has more target columns than expressions" -msgstr "INSERT posiada więcej docelowych kolumn niż wyrażeń" +msgid " -k DIRECTORY Unix-domain socket location\n" +msgstr " -k FOLDER położenie gniazd domeny Unix\n" -#: parser/analyze.c:845 +#: main/main.c:301 #, 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?" -msgstr "Źródło wstawienia jest wyrażenie wierszowe zawierające ta samą liczbę kolumn jak oczekiwana przez INSERT. Czy nie użyłeś przypadkowo nadmiarowych nawiasów?" +msgid " -l enable SSL connections\n" +msgstr " -l umożliwia połączenia SSL\n" -#: parser/analyze.c:952 parser/analyze.c:1359 +#: main/main.c:303 #, c-format -msgid "SELECT ... INTO is not allowed here" -msgstr "użycie SELECT ... INTO w nie jest tu dozwolone" +msgid " -N MAX-CONNECT maximum number of allowed connections\n" +msgstr " -N MAX-CONNECT maksymalna liczba dozwolonych połączen\n" -#: parser/analyze.c:1143 +#: main/main.c:304 #, c-format -msgid "DEFAULT can only appear in a VALUES list within INSERT" -msgstr "DEFAULT może pojawiać się jedynie na liście VALUES wewnątrz INSERT" +msgid " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" +msgstr " -o OPCJE przekazuje \"OPCJE\" do każdego procesu serwera (przestarzały)\n" -#: parser/analyze.c:1251 parser/analyze.c:2436 +#: main/main.c:305 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES" -msgstr "SELECT FOR UPDATE/SHARE nie może być stosowane do VALUES" +msgid " -p PORT port number to listen on\n" +msgstr " -p PORT numer portu do nasłuchiwania\n" -#: parser/analyze.c:1507 +#: main/main.c:306 #, c-format -msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause" -msgstr "nieprawidłowa klauzula UNION/INTERSECT/EXCEPT ORDER BY" +msgid " -s show statistics after each query\n" +msgstr " -s pokazuje statystyki po wykonaniu każdego zapytania\n" -#: parser/analyze.c:1508 +#: main/main.c:307 #, c-format -msgid "Only result column names can be used, not expressions or functions." -msgstr "Mogą być użyte tylko nazwy kolumn wynikowych, nie zaś wyrażenia ani funkcje." +msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" +msgstr " -S WORK-MEM ustawia wielkość pamięci dla sortowań (w kB)\n" -#: parser/analyze.c:1509 +#: main/main.c:308 #, c-format -msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause." -msgstr "Dodaj wyrażenie/funkcję do każdego SELECT, lub przenieś UNION do klauzuli FROM." +msgid " -V, --version output version information, then exit\n" +msgstr " -V, --version wypisuje informacje o wersji i kończy\n" -#: parser/analyze.c:1571 +#: main/main.c:309 #, c-format -msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" -msgstr "INTO jest dopuszczalne jedynie dla pierwszego SELECT z UNION/INTERSECT/EXCEPT" +msgid " --NAME=VALUE set run-time parameter\n" +msgstr " --NAZWA=WART ustawia parametr czasu wykonania\n" -#: parser/analyze.c:1631 +#: main/main.c:310 #, c-format -msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level" -msgstr "składnik wyrażenia UNION/INTERSECT/EXCEPT nie może odwoływać się do relacji z tego samego poziomu zapytania" +msgid " --describe-config describe configuration parameters, then exit\n" +msgstr " --describe-config opisuje parametry konfiguracji i kończy\n" -#: parser/analyze.c:1719 +#: main/main.c:311 #, c-format -msgid "each %s query must have the same number of columns" -msgstr "każde zapytanie %s musi mieć tą samą liczbę kolumn" +msgid " -?, --help show this help, then exit\n" +msgstr " -?, --help pokazuje ten ekran pomocy i kończy\n" -#: parser/analyze.c:1995 +#: main/main.c:313 #, c-format -msgid "cannot use aggregate function in UPDATE" -msgstr "nie można użyć funkcji agregującej w poleceniu UPDATE" +msgid "" +"\n" +"Developer options:\n" +msgstr "" +"\n" +"Opcje deweloperskie:\n" -#: parser/analyze.c:2001 +#: main/main.c:314 #, c-format -msgid "cannot use window function in UPDATE" -msgstr "nie można użyć funkcji okna w poleceniu UPDATE" +msgid " -f s|i|n|m|h forbid use of some plan types\n" +msgstr " -f s|i|n|m|h zabrania użycia pewnych typów planu\n" -#: parser/analyze.c:2110 +#: main/main.c:315 #, c-format -msgid "cannot use aggregate function in RETURNING" -msgstr "nie można użyć funkcji agregującej w poleceniu RETURNING" +msgid " -n do not reinitialize shared memory after abnormal exit\n" +msgstr " -n nie reinicjuje pamięci współdzielonej po nieprawidłowym wyjściu\n" -#: parser/analyze.c:2116 +#: main/main.c:316 #, c-format -msgid "cannot use window function in RETURNING" -msgstr "nie można użyć funkcji okna w poleceniu RETURNING" +msgid " -O allow system table structure changes\n" +msgstr " -O pozwala na zmiany struktury tabel systemowych\n" -#: parser/analyze.c:2135 +#: main/main.c:317 #, c-format -msgid "RETURNING cannot contain references to other relations" -msgstr "RETURNING nie może zawierać odniesień do innych relacji" +msgid " -P disable system indexes\n" +msgstr " -P wyłącza indeksy systemowe\n" -#: parser/analyze.c:2174 +#: main/main.c:318 #, c-format -msgid "cannot specify both SCROLL and NO SCROLL" -msgstr "nie można określić obu SCROLL i NO SCROLL" +msgid " -t pa|pl|ex show timings after each query\n" +msgstr " -t pa|pl|ex pokazuje czasy wykonania po każdym zapytaniu\n" -#: parser/analyze.c:2192 +#: main/main.c:319 #, c-format -msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" -msgstr "DECLARE CURSOR nie może zawierać wyrażeń zmieniających dane w WITH" +msgid " -T send SIGSTOP to all backend processes if one dies\n" +msgstr " -T wysyła SIGSTOP do wszystkich procesów działających w tle jeśli jeden zginie\n" -#: parser/analyze.c:2198 +#: main/main.c:320 #, c-format -msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported" -msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE nie jest obsługiwane" +msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" +msgstr " -W NUM oczekuje NUM sekund aby umożliwić podłączenie z debugera\n" -#: parser/analyze.c:2199 +#: main/main.c:322 #, c-format -msgid "Holdable cursors must be READ ONLY." -msgstr "Kursory ponadtransakcyjne muszą być READ ONLY." +msgid "" +"\n" +"Options for single-user mode:\n" +msgstr "" +"\n" +"Opcje dla trybu pojedynczego użytkownika:\n" -#: parser/analyze.c:2212 +#: main/main.c:323 #, c-format -msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported" -msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE nie jest obsługiwane" +msgid " --single selects single-user mode (must be first argument)\n" +msgstr " --single wybiera tryb pojedynczego użytkownika (musi być pierwszym argumentem)\n" -#: parser/analyze.c:2213 +#: main/main.c:324 #, c-format -msgid "Insensitive cursors must be READ ONLY." -msgstr "Kursory nieczułe muszą być READ ONLY." +msgid " DBNAME database name (defaults to user name)\n" +msgstr " NAZWADB nazwa bazy danych (domyślnie taka jak nazwa użytkownika)\n" -#: parser/analyze.c:2289 +#: main/main.c:325 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause" -msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z klauzulą DISTINCT" +msgid " -d 0-5 override debugging level\n" +msgstr " -d 0-5 nadpisuje poziom debugu\n" -#: parser/analyze.c:2293 +#: main/main.c:326 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause" -msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z klauzulą GROUP BY" +msgid " -E echo statement before execution\n" +msgstr " -E wypisuje na wyjście wyrażenie przed wykonaniem\n" -#: parser/analyze.c:2297 +#: main/main.c:327 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause" -msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z klauzulą HAVING" +msgid " -j do not use newline as interactive query delimiter\n" +msgstr " -j nie używa nowej linii jako interaktywnego ogranicznika zapytania\n" -#: parser/analyze.c:2301 +#: main/main.c:328 main/main.c:333 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions" -msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z funkcjami agregującymi" +msgid " -r FILENAME send stdout and stderr to given file\n" +msgstr " -r NAZWAPLIKU wysyła stdout i stderr do wskazanego pliku\n" -#: parser/analyze.c:2305 +#: main/main.c:330 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions" -msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z funkcjami okna" +msgid "" +"\n" +"Options for bootstrapping mode:\n" +msgstr "" +"\n" +"Opcje dla trybu ładowania:\n" -#: parser/analyze.c:2309 +#: main/main.c:331 #, c-format -msgid "SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the target list" -msgstr "SELECT FOR UPDATE/SHARE z funkcjami zwracającymi zbiór na liście docelowej nie jest dopuszczalny" +msgid " --boot selects bootstrapping mode (must be first argument)\n" +msgstr " --boot wybiera tryb ładowania (musi być pierwszym argumentem)\n" -#: parser/analyze.c:2388 +#: main/main.c:332 #, c-format -msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names" -msgstr "SELECT FOR UPDATE/SHARE musi wskazywać niekwalifikowane nazwy relacji" +msgid " DBNAME database name (mandatory argument in bootstrapping mode)\n" +msgstr " NAZWADB nazwa bazy danych (domyślnie taka jak nazwa użytkownika)\n" -#: parser/analyze.c:2405 +#: main/main.c:334 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\"" -msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do tabeli obcej \"%s\"" +msgid " -x NUM internal use\n" +msgstr " -x NUM do użytku wewnętrznego\n" -#: parser/analyze.c:2424 +#: main/main.c:336 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join" -msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do złączenia" +msgid "" +"\n" +"Please read the documentation for the complete list of run-time\n" +"configuration settings and how to set them on the command line or in\n" +"the configuration file.\n" +"\n" +"Report bugs to .\n" +msgstr "" +"\n" +"Proszę zapoznać się z dokumentacją by uzyskać pełną listę ustawień\n" +"konfiguracyjnych czasu wykonania i jak ustawić je w linii poleceń\n" +"lub pliku konfiguracyjnym.\n" +"\n" +"Błędy proszę przesyłać na adres .\n" -#: parser/analyze.c:2430 +#: main/main.c:350 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function" -msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane dla funkcji" +msgid "" +"\"root\" execution of the PostgreSQL server is not permitted.\n" +"The server must be started under an unprivileged user ID to prevent\n" +"possible system security compromise. See the documentation for\n" +"more information on how to properly start the server.\n" +msgstr "" +"Uruchomienie serwera PostgreSQL jako \"root\" jest niedozwolone.\n" +"Serwer musi być uruchomiony spod ID użytkownika nieuprzywilejowanego\n" +"aby zapobiec możliwemu złamaniu zabezpieczeń systemu. Przejrzyj dokumentację\n" +"by uzyskać więcej informacji jak poprawnie uruchomić serwer.\n" -#: parser/analyze.c:2442 +#: main/main.c:367 #, c-format -msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query" -msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do zapytania WITH" +msgid "%s: real and effective user IDs must match\n" +msgstr "%s: realne i efektywne IDy użytkowników muszą się zgadzać\n" -#: parser/analyze.c:2456 +#: main/main.c:374 #, c-format -msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause" -msgstr "relacja \"%s\" w klauzuli FOR UPDATE/SHARE nie odnaleziona w klauzuli FROM" +msgid "" +"Execution of PostgreSQL by a user with administrative permissions is not\n" +"permitted.\n" +"The server must be started under an unprivileged user ID to prevent\n" +"possible system security compromises. See the documentation for\n" +"more information on how to properly start the server.\n" +msgstr "" +"Uruchomienie serwera PostgreSQL przez użytkownika z uprawnieniami \n" +"administracyjnymi jest niedozwolone.\n" +"Serwer musi być uruchomiony spod ID użytkownika nieuprzywilejowanego\n" +"aby zapobiec możliwemu złamaniu zabezpieczeń systemu. Przejrzyj dokumentację\n" +"by uzyskać więcej informacji jak poprawnie uruchomić serwer.\n" -#: parser/parse_agg.c:129 parser/parse_oper.c:218 +#: main/main.c:395 #, c-format -msgid "could not identify an ordering operator for type %s" -msgstr "nie można określić operatora porządkującego dla typu %s" +msgid "%s: invalid effective UID: %d\n" +msgstr "%s: niepoprawny efektywny UID: %d\n" -#: parser/parse_agg.c:131 +#: main/main.c:408 #, c-format -msgid "Aggregates with DISTINCT must be able to sort their inputs." -msgstr "Agregaty z DISTINCT muszą potrafić sortować swoje wejścia." +msgid "%s: could not determine user name (GetUserName failed)\n" +msgstr "%s: nie można określić nazwy użytkownika (nie powiodło się GetUserName)\n" -#: parser/parse_agg.c:172 +#: nodes/nodeFuncs.c:115 nodes/nodeFuncs.c:141 parser/parse_coerce.c:1781 +#: parser/parse_coerce.c:1809 parser/parse_coerce.c:1885 +#: parser/parse_expr.c:1632 parser/parse_func.c:367 parser/parse_oper.c:947 #, c-format -msgid "aggregate function calls cannot contain window function calls" -msgstr "wywołania funkcji agregujących nie mogą zawierać wywołań funkcji okna" +msgid "could not find array type for data type %s" +msgstr "nie znaleziono typu tablicowego dla danej typu %s" -#: parser/parse_agg.c:243 parser/parse_clause.c:1630 +#: optimizer/path/joinrels.c:676 #, c-format -msgid "window \"%s\" does not exist" -msgstr "okno \"%s\" nie istnieje" +msgid "FULL JOIN is only supported with merge-joinable or hash-joinable join conditions" +msgstr "FULL JOIN jest obsługiwane tylko dla warunków połączenia merge-join lub hash-join" -#: parser/parse_agg.c:334 +#: optimizer/plan/initsplan.c:612 #, c-format -msgid "aggregates not allowed in WHERE clause" -msgstr "agregaty nie są dopuszczalne w klauzuli WHERE" +msgid "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join" +msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do niewymaganej strony złączenia zewnętrznego" -#: parser/parse_agg.c:340 +#: optimizer/plan/planner.c:1046 parser/analyze.c:1384 parser/analyze.c:1579 +#: parser/analyze.c:2285 #, c-format -msgid "aggregates not allowed in JOIN conditions" -msgstr "agregaty nie są dopuszczalne w warunku JOIN" +msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT" +msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z UNION/INTERSECT/EXCEPT" -#: parser/parse_agg.c:361 +#: optimizer/plan/planner.c:2389 #, c-format -msgid "aggregates not allowed in GROUP BY clause" -msgstr "agregaty nie są dopuszczalne w klauzuli GROUP BY" +msgid "could not implement GROUP BY" +msgstr "nie udało się zaimplementować GROUP BY" -#: parser/parse_agg.c:431 +#: optimizer/plan/planner.c:2390 optimizer/plan/planner.c:2562 +#: optimizer/prep/prepunion.c:822 #, c-format -msgid "aggregate functions not allowed in a recursive query's recursive term" -msgstr "funkcje agregujące są niedopuszczalne w określeniu rekurencyjności zapytań rekursywnych" +msgid "Some of the datatypes only support hashing, while others only support sorting." +msgstr "Niektóre z typów danych obsługują tylko haszowania, podczas gdy inne obsługują tylko sortowanie." -#: parser/parse_agg.c:456 +#: optimizer/plan/planner.c:2561 #, c-format -msgid "window functions not allowed in WHERE clause" -msgstr "funkcje okna nie są dopuszczalne w klauzuli WHERE" +msgid "could not implement DISTINCT" +msgstr "nie udało się zaimplementować DISTINCT" -#: parser/parse_agg.c:462 +#: optimizer/plan/planner.c:3167 #, c-format -msgid "window functions not allowed in JOIN conditions" -msgstr "funkcje okna nie są dopuszczalne w warunku JOIN" +msgid "could not implement window PARTITION BY" +msgstr "nie udało się zaimplementować okna PARTITION BY" -#: parser/parse_agg.c:468 +#: optimizer/plan/planner.c:3168 #, c-format -msgid "window functions not allowed in HAVING clause" -msgstr "funkcje okna nie są dopuszczalne w klauzuli WHERE" +msgid "Window partitioning columns must be of sortable datatypes." +msgstr "Kolumny podziału okna muszą być typów sortowalnych." -#: parser/parse_agg.c:481 +#: optimizer/plan/planner.c:3172 #, c-format -msgid "window functions not allowed in GROUP BY clause" -msgstr "funkcje okna nie są dopuszczalne w klauzuli GROUP BY" +msgid "could not implement window ORDER BY" +msgstr "nie udało się zaimplementować okna ORDER BY" -#: parser/parse_agg.c:500 parser/parse_agg.c:513 +#: optimizer/plan/planner.c:3173 #, c-format -msgid "window functions not allowed in window definition" -msgstr "funkcje okna nie są dopuszczalne w definicji okna" +msgid "Window ordering columns must be of sortable datatypes." +msgstr "Kolumny porządkujące okno muszą być typów sortowalnych." -#: parser/parse_agg.c:671 +#: optimizer/plan/setrefs.c:255 #, c-format -msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" -msgstr "kolumna \"%s.%s\" musi występować w klauzuli GROUP BY lub być użyta w funkcji agregującej" +msgid "too many range table entries" +msgstr "zbyt wiele wpisów tabeli przedziału" -#: parser/parse_agg.c:677 +#: optimizer/prep/prepunion.c:416 #, c-format -msgid "subquery uses ungrouped column \"%s.%s\" from outer query" -msgstr "podzapytanie używa niegrupowanej kolumny \"%s.%s\" z zapytania zewnętrznego" +msgid "could not implement recursive UNION" +msgstr "nie udało się zaimplementować rekurencyjnej UNION" -#: parser/parse_clause.c:420 +#: optimizer/prep/prepunion.c:417 #, c-format -msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" -msgstr "klauzula JOIN/ON odwołuje się do \"%s\", co nie jest częścią JOIN" +msgid "All column datatypes must be hashable." +msgstr "Wszystkie typy danych kolumn muszą być haszowalne." -#: parser/parse_clause.c:517 +#. translator: %s is UNION, INTERSECT, or EXCEPT +#: optimizer/prep/prepunion.c:821 #, c-format -msgid "subquery in FROM cannot refer to other relations of same query level" -msgstr "podzapytanie w FROM nie może odwoływać się do innych relacji tego samego poziomu zapytania" +msgid "could not implement %s" +msgstr "nie udało się zaimplementować %s" -#: parser/parse_clause.c:573 +#: optimizer/util/clauses.c:4423 #, c-format -msgid "function expression in FROM cannot refer to other relations of same query level" -msgstr "wyrażenie funkcyjne w FROM nie może odwoływać się do innych relacji tego samego poziomu zapytania" +msgid "SQL function \"%s\" during inlining" +msgstr "funkcja SQL \"%s\" w czasie wbudowywania" -#: parser/parse_clause.c:586 +#: optimizer/util/plancat.c:99 #, c-format -msgid "cannot use aggregate function in function expression in FROM" -msgstr "nie można użyć funkcji agregującej w wyrażeniu funkcyjnym w FROM" +msgid "cannot access temporary or unlogged relations during recovery" +msgstr "nie można uzyskać dostępu do tymczasowej lub nielogowanej relacji podczas odzyskiwania" -#: parser/parse_clause.c:593 +#: parser/analyze.c:621 parser/analyze.c:1129 #, c-format -msgid "cannot use window function in function expression in FROM" -msgstr "nie można użyć funkcji okna w wyrażeniu funkcyjnym w FROM" +msgid "VALUES lists must all be the same length" +msgstr "wszystkie listy VALUES muszą posiadać tą samą długość" -#: parser/parse_clause.c:870 +#: parser/analyze.c:663 parser/analyze.c:1262 #, c-format -msgid "column name \"%s\" appears more than once in USING clause" -msgstr "nazwa kolumny \"%s\" występuje więcej niż raz w klauzuli USING" +msgid "VALUES must not contain table references" +msgstr "VALUES nie może zawierać odnośników do tabel" -#: parser/parse_clause.c:885 +#: parser/analyze.c:677 parser/analyze.c:1276 #, c-format -msgid "common column name \"%s\" appears more than once in left table" -msgstr "wspólna nazwa kolumny \"%s\" występuje więcej niż raz w lewej tabeli" +msgid "VALUES must not contain OLD or NEW references" +msgstr "VALUES nie może zawierać odnośników OLD lub NEW" -#: parser/parse_clause.c:894 +#: parser/analyze.c:678 parser/analyze.c:1277 #, c-format -msgid "column \"%s\" specified in USING clause does not exist in left table" -msgstr "kolumna \"%s\" określona w klauzuli USING nie istnieje w lewej tabeli" +msgid "Use SELECT ... UNION ALL ... instead." +msgstr "Użyj SELECT ... UNION ALL ... w zamian." -#: parser/parse_clause.c:908 +#: parser/analyze.c:783 parser/analyze.c:1289 #, c-format -msgid "common column name \"%s\" appears more than once in right table" -msgstr "wspólna nazwa kolumny \"%s\" występuje więcej niż raz w prawej tabeli" +msgid "cannot use aggregate function in VALUES" +msgstr "nie można używać funkcji agregujących w klauzuli VALUES" -#: parser/parse_clause.c:917 +#: parser/analyze.c:789 parser/analyze.c:1295 #, c-format -msgid "column \"%s\" specified in USING clause does not exist in right table" -msgstr "kolumna \"%s\" określona w klauzuli USING nie istnieje w prawej tabeli" +msgid "cannot use window function in VALUES" +msgstr "nie można używać funkcji okna w klauzuli VALUES" -#: parser/parse_clause.c:974 +#: parser/analyze.c:823 #, c-format -msgid "column alias list for \"%s\" has too many entries" -msgstr "lista aliasów kolumn dla \"%s\" posiada zbyt wiele pozycji" +msgid "INSERT has more expressions than target columns" +msgstr "INSERT posiada więcej wyrażeń niż docelowych kolumn" -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1221 +#: parser/analyze.c:841 #, c-format -msgid "argument of %s must not contain variables" -msgstr "argument %s nie może zawierać zmiennych" +msgid "INSERT has more target columns than expressions" +msgstr "INSERT posiada więcej docelowych kolumn niż wyrażeń" -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1232 +#: parser/analyze.c:845 #, c-format -msgid "argument of %s must not contain aggregate functions" -msgstr "argument %s nie może zawierać funkcji agregujących" +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 "Źródło wstawienia jest wyrażenie wierszowe zawierające ta samą liczbę kolumn jak oczekiwana przez INSERT. Czy nie użyłeś przypadkowo nadmiarowych nawiasów?" -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1243 +#: parser/analyze.c:952 parser/analyze.c:1359 #, c-format -msgid "argument of %s must not contain window functions" -msgstr "argument %s nie może zawierać funkcji okna" +msgid "SELECT ... INTO is not allowed here" +msgstr "użycie SELECT ... INTO w nie jest tu dozwolone" -#. translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1360 +#: parser/analyze.c:1143 #, c-format -msgid "%s \"%s\" is ambiguous" -msgstr "%s \"%s\" jest niejednoznaczny" +msgid "DEFAULT can only appear in a VALUES list within INSERT" +msgstr "DEFAULT może pojawiać się jedynie na liście VALUES wewnątrz INSERT" -#. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1384 +#: parser/analyze.c:1251 parser/analyze.c:2436 #, c-format -msgid "non-integer constant in %s" -msgstr "niecałkowita stała w %s" +msgid "SELECT FOR UPDATE/SHARE cannot be applied to VALUES" +msgstr "SELECT FOR UPDATE/SHARE nie może być stosowane do VALUES" -#. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1402 +#: parser/analyze.c:1507 #, c-format -msgid "%s position %d is not in select list" -msgstr "%s pozycja %d nie jest na liście wyboru" +msgid "invalid UNION/INTERSECT/EXCEPT ORDER BY clause" +msgstr "nieprawidłowa klauzula UNION/INTERSECT/EXCEPT ORDER BY" -#: parser/parse_clause.c:1618 +#: parser/analyze.c:1508 #, c-format -msgid "window \"%s\" is already defined" -msgstr "okno \"%s\" jest już zdefiniowane" +msgid "Only result column names can be used, not expressions or functions." +msgstr "Mogą być użyte tylko nazwy kolumn wynikowych, nie zaś wyrażenia ani funkcje." -#: parser/parse_clause.c:1672 +#: parser/analyze.c:1509 #, c-format -msgid "cannot override PARTITION BY clause of window \"%s\"" -msgstr "nie można nadpisać klauzuli PARTITION BY okna \"%s\"" +msgid "Add the expression/function to every SELECT, or move the UNION into a FROM clause." +msgstr "Dodaj wyrażenie/funkcję do każdego SELECT, lub przenieś UNION do klauzuli FROM." -#: parser/parse_clause.c:1684 +#: parser/analyze.c:1571 #, c-format -msgid "cannot override ORDER BY clause of window \"%s\"" -msgstr "nie można nadpisać klauzuli ORDER BY okna \"%s\"" +msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" +msgstr "INTO jest dopuszczalne jedynie dla pierwszego SELECT z UNION/INTERSECT/EXCEPT" -#: parser/parse_clause.c:1706 +#: parser/analyze.c:1631 #, c-format -msgid "cannot override frame clause of window \"%s\"" -msgstr "nie można nadpisać klauzuli ramki okna \"%s\"" +msgid "UNION/INTERSECT/EXCEPT member statement cannot refer to other relations of same query level" +msgstr "składnik wyrażenia UNION/INTERSECT/EXCEPT nie może odwoływać się do relacji z tego samego poziomu zapytania" -#: parser/parse_clause.c:1772 +#: parser/analyze.c:1719 #, c-format -msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" -msgstr "w agregacie z DISTINCT, wyrażenia ORDER BY muszą występować na liście argumentów" +msgid "each %s query must have the same number of columns" +msgstr "każde zapytanie %s musi mieć tą samą liczbę kolumn" -#: parser/parse_clause.c:1773 +#: parser/analyze.c:1995 #, c-format -msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" -msgstr "dla SELECT DISTINCT, ORDER BY wyrażenia muszą występować na liście wyboru" +msgid "cannot use aggregate function in UPDATE" +msgstr "nie można użyć funkcji agregującej w poleceniu UPDATE" -#: parser/parse_clause.c:1859 parser/parse_clause.c:1891 +#: parser/analyze.c:2001 #, c-format -msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" -msgstr "wyrażenia SELECT DISTINCT ON muszą odpowiadać wyrażeniom ORDER BY" +msgid "cannot use window function in UPDATE" +msgstr "nie można użyć funkcji okna w poleceniu UPDATE" -#: parser/parse_clause.c:2013 +#: parser/analyze.c:2110 #, c-format -msgid "operator %s is not a valid ordering operator" -msgstr "operator %s nie jest prawidłowym operatorem porządkującym" +msgid "cannot use aggregate function in RETURNING" +msgstr "nie można użyć funkcji agregującej w poleceniu RETURNING" -#: parser/parse_clause.c:2015 +#: parser/analyze.c:2116 #, c-format -msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." -msgstr "Operatory porządkujące muszą być składnikami \"<\" lub \">\" rodzin operatora btree." +msgid "cannot use window function in RETURNING" +msgstr "nie można użyć funkcji okna w poleceniu RETURNING" -#: parser/parse_coerce.c:932 parser/parse_coerce.c:962 -#: parser/parse_coerce.c:980 parser/parse_coerce.c:995 -#: parser/parse_expr.c:1666 parser/parse_expr.c:2140 parser/parse_target.c:830 +#: parser/analyze.c:2135 #, c-format -msgid "cannot cast type %s to %s" -msgstr "nie można rzutować typu %s na %s" - -#: parser/parse_coerce.c:965 -#, c-format -msgid "Input has too few columns." -msgstr "Wejście posiada zbyt mało kolumn." +msgid "RETURNING cannot contain references to other relations" +msgstr "RETURNING nie może zawierać odniesień do innych relacji" -#: parser/parse_coerce.c:983 +#: parser/analyze.c:2174 #, c-format -msgid "Cannot cast type %s to %s in column %d." -msgstr "Nie można rzutować typu %s na %s w kolumnie %d." +msgid "cannot specify both SCROLL and NO SCROLL" +msgstr "nie można określić obu SCROLL i NO SCROLL" -#: parser/parse_coerce.c:998 +#: parser/analyze.c:2192 #, c-format -msgid "Input has too many columns." -msgstr "Wejście posiada zbyt wiele kolumn." +msgid "DECLARE CURSOR must not contain data-modifying statements in WITH" +msgstr "DECLARE CURSOR nie może zawierać wyrażeń zmieniających dane w WITH" -#. translator: first %s is name of a SQL construct, eg WHERE -#: parser/parse_coerce.c:1041 +#: parser/analyze.c:2198 #, c-format -msgid "argument of %s must be type boolean, not type %s" -msgstr "argument %s musi być typu logicznego, nie typu %s" +msgid "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE is not supported" +msgstr "DECLARE CURSOR WITH HOLD ... FOR UPDATE/SHARE nie jest obsługiwane" -#. translator: %s is name of a SQL construct, eg WHERE -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_coerce.c:1051 parser/parse_coerce.c:1100 +#: parser/analyze.c:2199 #, c-format -msgid "argument of %s must not return a set" -msgstr "argument %s nie może zwracać zbioru" +msgid "Holdable cursors must be READ ONLY." +msgstr "Kursory ponadtransakcyjne muszą być READ ONLY." -#. translator: first %s is name of a SQL construct, eg LIMIT -#: parser/parse_coerce.c:1088 +#: parser/analyze.c:2212 #, c-format -msgid "argument of %s must be type %s, not type %s" -msgstr "argument %s musi być typu %s, nie typu %s" +msgid "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE is not supported" +msgstr "DECLARE INSENSITIVE CURSOR ... FOR UPDATE/SHARE nie jest obsługiwane" -#. translator: first %s is name of a SQL construct, eg CASE -#: parser/parse_coerce.c:1221 +#: parser/analyze.c:2213 #, c-format -msgid "%s types %s and %s cannot be matched" -msgstr "%s typy %s i %s nie mogą być dopasowane" +msgid "Insensitive cursors must be READ ONLY." +msgstr "Kursory nieczułe muszą być READ ONLY." -#. translator: first %s is name of a SQL construct, eg CASE -#: parser/parse_coerce.c:1288 +#: parser/analyze.c:2289 #, c-format -msgid "%s could not convert type %s to %s" -msgstr "%s nie może przekształcić typu %s do %s" +msgid "SELECT FOR UPDATE/SHARE is not allowed with DISTINCT clause" +msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z klauzulą DISTINCT" -#: parser/parse_coerce.c:1590 +#: parser/analyze.c:2293 #, c-format -msgid "arguments declared \"anyelement\" are not all alike" -msgstr "argumenty zadeklarowane jako \"anyelement\" nie wszystkie są do siebie podobne" +msgid "SELECT FOR UPDATE/SHARE is not allowed with GROUP BY clause" +msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z klauzulą GROUP BY" -#: parser/parse_coerce.c:1610 +#: parser/analyze.c:2297 #, c-format -msgid "arguments declared \"anyarray\" are not all alike" -msgstr "argumenty zadeklarowane jako \"anyarray\" nie wszystkie są do siebie podobne" +msgid "SELECT FOR UPDATE/SHARE is not allowed with HAVING clause" +msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z klauzulą HAVING" -#: parser/parse_coerce.c:1630 +#: parser/analyze.c:2301 #, c-format -msgid "arguments declared \"anyrange\" are not all alike" -msgstr "argumenty zadeklarowane jako \"anyrange\" nie wszystkie są do siebie podobne" +msgid "SELECT FOR UPDATE/SHARE is not allowed with aggregate functions" +msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z funkcjami agregującymi" -#: parser/parse_coerce.c:1659 parser/parse_coerce.c:1870 -#: parser/parse_coerce.c:1904 +#: parser/analyze.c:2305 #, c-format -msgid "argument declared \"anyarray\" is not an array but type %s" -msgstr "argument zadeklarowany jako \"anyarray\" nie jest tablicą ale jest typu %s" +msgid "SELECT FOR UPDATE/SHARE is not allowed with window functions" +msgstr "SELECT FOR UPDATE/SHARE nie jest dopuszczalne z funkcjami okna" -#: parser/parse_coerce.c:1675 +#: parser/analyze.c:2309 #, c-format -msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\"" -msgstr "argument zadeklarowany jako \"anyarray\" nie jest zgodny z argumentem zadeklarowanym jako \"anyelement\"" +msgid "SELECT FOR UPDATE/SHARE is not allowed with set-returning functions in the target list" +msgstr "SELECT FOR UPDATE/SHARE z funkcjami zwracającymi zbiór na liście docelowej nie jest dopuszczalny" -#: parser/parse_coerce.c:1696 parser/parse_coerce.c:1917 +#: parser/analyze.c:2388 #, c-format -msgid "argument declared \"anyrange\" is not a range but type %s" -msgstr "argument zadeklarowany jako \"anyarray\" nie zakresem ale jest typu %s" +msgid "SELECT FOR UPDATE/SHARE must specify unqualified relation names" +msgstr "SELECT FOR UPDATE/SHARE musi wskazywać niekwalifikowane nazwy relacji" -#: parser/parse_coerce.c:1712 +#: parser/analyze.c:2405 #, c-format -msgid "argument declared \"anyrange\" is not consistent with argument declared \"anyelement\"" -msgstr "argument zadeklarowany jako \"anyrange\" nie jest zgodny z argumentem zadeklarowanym jako \"anyelement\"" +msgid "SELECT FOR UPDATE/SHARE cannot be used with foreign table \"%s\"" +msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do tabeli obcej \"%s\"" -#: parser/parse_coerce.c:1732 +#: parser/analyze.c:2424 #, c-format -msgid "could not determine polymorphic type because input has type \"unknown\"" -msgstr "nie można ustalić typu polimorficznego ponieważ wejście ma typ \"unknown\"" +msgid "SELECT FOR UPDATE/SHARE cannot be applied to a join" +msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do złączenia" -#: parser/parse_coerce.c:1742 +#: parser/analyze.c:2430 #, c-format -msgid "type matched to anynonarray is an array type: %s" -msgstr "typ dopasowany do anynonarray jest typem tablicowym: %s" +msgid "SELECT FOR UPDATE/SHARE cannot be applied to a function" +msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane dla funkcji" -#: parser/parse_coerce.c:1752 +#: parser/analyze.c:2442 #, c-format -msgid "type matched to anyenum is not an enum type: %s" -msgstr "typ dopasowany do anyenum nie jest typem enumeracji: %s" +msgid "SELECT FOR UPDATE/SHARE cannot be applied to a WITH query" +msgstr "SELECT FOR UPDATE/SHARE nie może być zastosowane do zapytania WITH" -#: parser/parse_coerce.c:1792 parser/parse_coerce.c:1822 +#: parser/analyze.c:2456 #, c-format -msgid "could not find range type for data type %s" -msgstr "nie znaleziono typu przedziału dla typu danych %s" +msgid "relation \"%s\" in FOR UPDATE/SHARE clause not found in FROM clause" +msgstr "relacja \"%s\" w klauzuli FOR UPDATE/SHARE nie odnaleziona w klauzuli FROM" -#: parser/parse_collate.c:214 parser/parse_collate.c:538 +#: parser/parse_agg.c:129 parser/parse_oper.c:218 #, c-format -msgid "collation mismatch between implicit collations \"%s\" and \"%s\"" -msgstr "niedopasowanie porównań pomiędzy niejawnymi porównaniami \"%s\" i \"%s\"" +msgid "could not identify an ordering operator for type %s" +msgstr "nie można określić operatora porządkującego dla typu %s" -#: parser/parse_collate.c:217 parser/parse_collate.c:541 +#: parser/parse_agg.c:131 #, c-format -msgid "You can choose the collation by applying the COLLATE clause to one or both expressions." -msgstr "Możesz wybrać porównanie przez zastosowanie klauzuli COLLATE do jednego lub obu wyrażeń." +msgid "Aggregates with DISTINCT must be able to sort their inputs." +msgstr "Agregaty z DISTINCT muszą potrafić sortować swoje wejścia." -#: parser/parse_collate.c:763 +#: parser/parse_agg.c:172 #, c-format -msgid "collation mismatch between explicit collations \"%s\" and \"%s\"" -msgstr "niedopasowanie porównań pomiędzy jawnymi porównaniami \"%s\" i \"%s\"" +msgid "aggregate function calls cannot contain window function calls" +msgstr "wywołania funkcji agregujących nie mogą zawierać wywołań funkcji okna" -#: parser/parse_cte.c:42 +#: parser/parse_agg.c:243 parser/parse_clause.c:1630 #, c-format -msgid "recursive reference to query \"%s\" must not appear within its non-recursive term" -msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz określenia nierekurencyjnego" +msgid "window \"%s\" does not exist" +msgstr "okno \"%s\" nie istnieje" -#: parser/parse_cte.c:44 +#: parser/parse_agg.c:334 #, c-format -msgid "recursive reference to query \"%s\" must not appear within a subquery" -msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz podzapytania" +msgid "aggregates not allowed in WHERE clause" +msgstr "agregaty nie są dopuszczalne w klauzuli WHERE" -#: parser/parse_cte.c:46 +#: parser/parse_agg.c:340 #, c-format -msgid "recursive reference to query \"%s\" must not appear within an outer join" -msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz złączenia zewnętrznego" +msgid "aggregates not allowed in JOIN conditions" +msgstr "agregaty nie są dopuszczalne w warunku JOIN" -#: parser/parse_cte.c:48 +#: parser/parse_agg.c:361 #, c-format -msgid "recursive reference to query \"%s\" must not appear within INTERSECT" -msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz INTERSECT" +msgid "aggregates not allowed in GROUP BY clause" +msgstr "agregaty nie są dopuszczalne w klauzuli GROUP BY" -#: parser/parse_cte.c:50 +#: parser/parse_agg.c:431 #, c-format -msgid "recursive reference to query \"%s\" must not appear within EXCEPT" -msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz EXCEPT" +msgid "aggregate functions not allowed in a recursive query's recursive term" +msgstr "funkcje agregujące są niedopuszczalne w określeniu rekurencyjności zapytań rekursywnych" -#: parser/parse_cte.c:132 +#: parser/parse_agg.c:456 #, c-format -msgid "WITH query name \"%s\" specified more than once" -msgstr "nazwa \"%s\" kwerendy WITH określona więcej niż raz" +msgid "window functions not allowed in WHERE clause" +msgstr "funkcje okna nie są dopuszczalne w klauzuli WHERE" -#: parser/parse_cte.c:264 +#: parser/parse_agg.c:462 #, c-format -msgid "WITH clause containing a data-modifying statement must be at the top level" -msgstr "klauzula WITH zawierająca wyrażenie zmieniające dane musi być na najwyższym poziomie" +msgid "window functions not allowed in JOIN conditions" +msgstr "funkcje okna nie są dopuszczalne w warunku JOIN" -#: parser/parse_cte.c:313 +#: parser/parse_agg.c:468 #, c-format -msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall" -msgstr "w zapytaniu rekurencyjnym \"%s\" kolumna %d jest typu %s w określeniu nierekursywnym, zaś ogólnie typu %s" +msgid "window functions not allowed in HAVING clause" +msgstr "funkcje okna nie są dopuszczalne w klauzuli WHERE" -#: parser/parse_cte.c:319 +#: parser/parse_agg.c:481 #, c-format -msgid "Cast the output of the non-recursive term to the correct type." -msgstr "Rzutuj wyjście z nierekurencyjnego określenia na poprawny typ." +msgid "window functions not allowed in GROUP BY clause" +msgstr "funkcje okna nie są dopuszczalne w klauzuli GROUP BY" -#: parser/parse_cte.c:324 +#: parser/parse_agg.c:500 parser/parse_agg.c:513 #, c-format -msgid "recursive query \"%s\" column %d has collation \"%s\" in non-recursive term but collation \"%s\" overall" -msgstr "w zapytaniu rekurencyjnym \"%s\" kolumna %d posiada porównania \"%s\" w określeniu nierekursywnym, zaś ogólnie porównanie \"%s\"" +msgid "window functions not allowed in window definition" +msgstr "funkcje okna nie są dopuszczalne w definicji okna" -#: parser/parse_cte.c:328 +#: parser/parse_agg.c:671 #, c-format -msgid "Use the COLLATE clause to set the collation of the non-recursive term." -msgstr "Użyj klauzuli COLLATE by ustawić jawnie porównanie określenia nierekursywnego." +msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" +msgstr "kolumna \"%s.%s\" musi występować w klauzuli GROUP BY lub być użyta w funkcji agregującej" -#: parser/parse_cte.c:419 +#: parser/parse_agg.c:677 #, c-format -msgid "WITH query \"%s\" has %d columns available but %d columns specified" -msgstr "kwerenda WITH \"%s\" posiada %d dostępnych kolumn ale %d kolumn określonych" +msgid "subquery uses ungrouped column \"%s.%s\" from outer query" +msgstr "podzapytanie używa niegrupowanej kolumny \"%s.%s\" z zapytania zewnętrznego" -#: parser/parse_cte.c:599 +#: parser/parse_clause.c:420 #, c-format -msgid "mutual recursion between WITH items is not implemented" -msgstr "wzajemnej rekursja między elementami WITH nie jest realizowana" +msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" +msgstr "klauzula JOIN/ON odwołuje się do \"%s\", co nie jest częścią JOIN" -#: parser/parse_cte.c:651 +#: parser/parse_clause.c:517 #, c-format -msgid "recursive query \"%s\" must not contain data-modifying statements" -msgstr "kwerenda rekurencyjna \"%s\" nie może zawierać wyrażeń zmieniających dane" +msgid "subquery in FROM cannot refer to other relations of same query level" +msgstr "podzapytanie w FROM nie może odwoływać się do innych relacji tego samego poziomu zapytania" -#: parser/parse_cte.c:659 +#: parser/parse_clause.c:573 #, c-format -msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term" -msgstr "kwerenda rekurencyjna \"%s\" nie posiada formy nierekursywnego-określenia dla rekursywnego-określenia UNION [ALL]" +msgid "function expression in FROM cannot refer to other relations of same query level" +msgstr "wyrażenie funkcyjne w FROM nie może odwoływać się do innych relacji tego samego poziomu zapytania" -#: parser/parse_cte.c:703 +#: parser/parse_clause.c:586 #, c-format -msgid "ORDER BY in a recursive query is not implemented" -msgstr "ORDER BY w zapytaniu rekurencyjnym nie jest realizowana" +msgid "cannot use aggregate function in function expression in FROM" +msgstr "nie można użyć funkcji agregującej w wyrażeniu funkcyjnym w FROM" -#: parser/parse_cte.c:709 +#: parser/parse_clause.c:593 #, c-format -msgid "OFFSET in a recursive query is not implemented" -msgstr "OFFSET w zapytaniu rekurencyjnym nie jest realizowana" +msgid "cannot use window function in function expression in FROM" +msgstr "nie można użyć funkcji okna w wyrażeniu funkcyjnym w FROM" -#: parser/parse_cte.c:715 +#: parser/parse_clause.c:870 #, c-format -msgid "LIMIT in a recursive query is not implemented" -msgstr "LIMIT w zapytaniu rekurencyjnym nie jest realizowana" +msgid "column name \"%s\" appears more than once in USING clause" +msgstr "nazwa kolumny \"%s\" występuje więcej niż raz w klauzuli USING" -#: parser/parse_cte.c:721 +#: parser/parse_clause.c:885 #, c-format -msgid "FOR UPDATE/SHARE in a recursive query is not implemented" -msgstr "FOR UPDATE/SHARE w zapytaniu rekurencyjnym nie jest realizowana" +msgid "common column name \"%s\" appears more than once in left table" +msgstr "wspólna nazwa kolumny \"%s\" występuje więcej niż raz w lewej tabeli" -#: parser/parse_cte.c:778 +#: parser/parse_clause.c:894 #, c-format -msgid "recursive reference to query \"%s\" must not appear more than once" -msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się więcej niż raz" +msgid "column \"%s\" specified in USING clause does not exist in left table" +msgstr "kolumna \"%s\" określona w klauzuli USING nie istnieje w lewej tabeli" -#: parser/parse_expr.c:366 parser/parse_expr.c:759 +#: parser/parse_clause.c:908 #, c-format -msgid "column %s.%s does not exist" -msgstr "kolumna %s.%s nie istnieje" +msgid "common column name \"%s\" appears more than once in right table" +msgstr "wspólna nazwa kolumny \"%s\" występuje więcej niż raz w prawej tabeli" -#: parser/parse_expr.c:378 +#: parser/parse_clause.c:917 #, c-format -msgid "column \"%s\" not found in data type %s" -msgstr "nie odnaleziono kolumny \"%s\" w typie danych %s" +msgid "column \"%s\" specified in USING clause does not exist in right table" +msgstr "kolumna \"%s\" określona w klauzuli USING nie istnieje w prawej tabeli" -#: parser/parse_expr.c:384 +#: parser/parse_clause.c:974 #, c-format -msgid "could not identify column \"%s\" in record data type" -msgstr "nie można zidentyfikować kolumny \"%s\" w rekordowym typie danych" +msgid "column alias list for \"%s\" has too many entries" +msgstr "lista aliasów kolumn dla \"%s\" posiada zbyt wiele pozycji" -#: parser/parse_expr.c:390 +#. translator: %s is name of a SQL construct, eg LIMIT +#: parser/parse_clause.c:1221 #, c-format -msgid "column notation .%s applied to type %s, which is not a composite type" -msgstr "zapis kolumny .%s zastosowany do typu %s, który nie jest typem złożonym" +msgid "argument of %s must not contain variables" +msgstr "argument %s nie może zawierać zmiennych" -#: parser/parse_expr.c:420 parser/parse_target.c:618 +#. translator: %s is name of a SQL construct, eg LIMIT +#: parser/parse_clause.c:1232 #, c-format -msgid "row expansion via \"*\" is not supported here" -msgstr "wyrażenie wierszowe przez \"*\" nie jest tu dostępne" +msgid "argument of %s must not contain aggregate functions" +msgstr "argument %s nie może zawierać funkcji agregujących" -#: parser/parse_expr.c:743 parser/parse_relation.c:485 -#: parser/parse_relation.c:565 parser/parse_target.c:1065 +#. translator: %s is name of a SQL construct, eg LIMIT +#: parser/parse_clause.c:1243 #, c-format -msgid "column reference \"%s\" is ambiguous" -msgstr "odnośnik kolumny \"%s\" jest niejednoznaczny" +msgid "argument of %s must not contain window functions" +msgstr "argument %s nie może zawierać funkcji okna" -#: parser/parse_expr.c:811 parser/parse_param.c:109 parser/parse_param.c:141 -#: parser/parse_param.c:198 parser/parse_param.c:297 +#. translator: first %s is name of a SQL construct, eg ORDER BY +#: parser/parse_clause.c:1360 #, c-format -msgid "there is no parameter $%d" -msgstr "brak parametru $%d" +msgid "%s \"%s\" is ambiguous" +msgstr "%s \"%s\" jest niejednoznaczny" -#: parser/parse_expr.c:1023 +#. translator: %s is name of a SQL construct, eg ORDER BY +#: parser/parse_clause.c:1384 #, c-format -msgid "NULLIF requires = operator to yield boolean" -msgstr "NULLIF wymaga operatora = w celu uzyskania typu logicznego" +msgid "non-integer constant in %s" +msgstr "niecałkowita stała w %s" -#: parser/parse_expr.c:1202 +#. translator: %s is name of a SQL construct, eg ORDER BY +#: parser/parse_clause.c:1402 #, c-format -msgid "arguments of row IN must all be row expressions" -msgstr "argumenty wiersza IN muszą być wszystkie wyrażeniami wierszowymi" +msgid "%s position %d is not in select list" +msgstr "%s pozycja %d nie jest na liście wyboru" -#: parser/parse_expr.c:1438 +#: parser/parse_clause.c:1618 #, c-format -msgid "subquery must return a column" -msgstr "podzapytanie musi zwracać kolumnę" +msgid "window \"%s\" is already defined" +msgstr "okno \"%s\" jest już zdefiniowane" -#: parser/parse_expr.c:1445 +#: parser/parse_clause.c:1677 #, c-format -msgid "subquery must return only one column" -msgstr "podzapytanie musi zwracać tylko jedną kolumnę" +msgid "cannot override PARTITION BY clause of window \"%s\"" +msgstr "nie można nadpisać klauzuli PARTITION BY okna \"%s\"" -#: parser/parse_expr.c:1505 +#: parser/parse_clause.c:1689 #, c-format -msgid "subquery has too many columns" -msgstr "podzapytanie posiada zbyt wiele kolumn" +msgid "cannot override ORDER BY clause of window \"%s\"" +msgstr "nie można nadpisać klauzuli ORDER BY okna \"%s\"" -#: parser/parse_expr.c:1510 +#: parser/parse_clause.c:1719 parser/parse_clause.c:1725 #, c-format -msgid "subquery has too few columns" -msgstr "podzapytanie posiada zbyt mało kolumn" +msgid "cannot copy window \"%s\" because it has a frame clause" +msgstr "nie można skopiować okna \"%s\" ponieważ ma klauzulę ramki" -#: parser/parse_expr.c:1606 +#: parser/parse_clause.c:1727 #, c-format -msgid "cannot determine type of empty array" -msgstr "nie można określić typu pustej tabeli" +msgid "Omit the parentheses in this OVER clause." +msgstr "Pomiń nawiasy w tej klauzuli OVER." -#: parser/parse_expr.c:1607 +#: parser/parse_clause.c:1793 #, c-format -msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]." -msgstr "Jawnie rzutuj na wymagany typ, na przykład ARRAY[]::integer[]." +msgid "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument list" +msgstr "w agregacie z DISTINCT, wyrażenia ORDER BY muszą występować na liście argumentów" -#: parser/parse_expr.c:1621 +#: parser/parse_clause.c:1794 #, c-format -msgid "could not find element type for data type %s" -msgstr "nie odnaleziono typu elementu dla typu danych %s" +msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" +msgstr "dla SELECT DISTINCT, ORDER BY wyrażenia muszą występować na liście wyboru" -#: parser/parse_expr.c:1847 +#: parser/parse_clause.c:1880 parser/parse_clause.c:1912 #, c-format -msgid "unnamed XML attribute value must be a column reference" -msgstr "wartość atrybutu XML bez nazwy musi być wskazaniem na kolumnę" +msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" +msgstr "wyrażenia SELECT DISTINCT ON muszą odpowiadać wyrażeniom ORDER BY" -#: parser/parse_expr.c:1848 +#: parser/parse_clause.c:2034 #, c-format -msgid "unnamed XML element value must be a column reference" -msgstr "wartość elementu XML bez nazwy musi być wskazaniem na kolumnę" +msgid "operator %s is not a valid ordering operator" +msgstr "operator %s nie jest prawidłowym operatorem porządkującym" -#: parser/parse_expr.c:1863 +#: parser/parse_clause.c:2036 #, c-format -msgid "XML attribute name \"%s\" appears more than once" -msgstr "nazwa atrybutu XML \"%s\" pojawia się więcej niż raz" +msgid "Ordering operators must be \"<\" or \">\" members of btree operator families." +msgstr "Operatory porządkujące muszą być składnikami \"<\" lub \">\" rodzin operatora btree." -#: parser/parse_expr.c:1970 +#: parser/parse_coerce.c:932 parser/parse_coerce.c:962 +#: parser/parse_coerce.c:980 parser/parse_coerce.c:995 +#: parser/parse_expr.c:1666 parser/parse_expr.c:2140 parser/parse_target.c:833 #, c-format -msgid "cannot cast XMLSERIALIZE result to %s" -msgstr "nie można rzutować wyniku XMLSERIALIZE na %s" +msgid "cannot cast type %s to %s" +msgstr "nie można rzutować typu %s na %s" -#: parser/parse_expr.c:2213 parser/parse_expr.c:2413 +#: parser/parse_coerce.c:965 #, c-format -msgid "unequal number of entries in row expressions" -msgstr "nierówna liczba wpisów w wyrażeniach wierszowych" +msgid "Input has too few columns." +msgstr "Wejście posiada zbyt mało kolumn." -#: parser/parse_expr.c:2223 +#: parser/parse_coerce.c:983 #, c-format -msgid "cannot compare rows of zero length" -msgstr "nie można porównywać wierszy zerowej długości" +msgid "Cannot cast type %s to %s in column %d." +msgstr "Nie można rzutować typu %s na %s w kolumnie %d." -#: parser/parse_expr.c:2248 +#: parser/parse_coerce.c:998 #, c-format -msgid "row comparison operator must yield type boolean, not type %s" -msgstr "operator porównywania wierszy musi zwracać typ logiczny, nie typ %s" +msgid "Input has too many columns." +msgstr "Wejście posiada zbyt wiele kolumn." -#: parser/parse_expr.c:2255 +#. translator: first %s is name of a SQL construct, eg WHERE +#: parser/parse_coerce.c:1041 #, c-format -msgid "row comparison operator must not return a set" -msgstr "operator porównywania wierszy nie może zwracać grupy" +msgid "argument of %s must be type boolean, not type %s" +msgstr "argument %s musi być typu logicznego, nie typu %s" -#: parser/parse_expr.c:2314 parser/parse_expr.c:2359 +#. translator: %s is name of a SQL construct, eg WHERE +#. translator: %s is name of a SQL construct, eg LIMIT +#: parser/parse_coerce.c:1051 parser/parse_coerce.c:1100 #, c-format -msgid "could not determine interpretation of row comparison operator %s" -msgstr "nie można określić interpretacji operatora porównywania wierszy %s" +msgid "argument of %s must not return a set" +msgstr "argument %s nie może zwracać zbioru" -#: parser/parse_expr.c:2316 +#. translator: first %s is name of a SQL construct, eg LIMIT +#: parser/parse_coerce.c:1088 #, c-format -msgid "Row comparison operators must be associated with btree operator families." -msgstr "Operator porównywania wierszy musi być przypisany do rodzin operatorów btree." +msgid "argument of %s must be type %s, not type %s" +msgstr "argument %s musi być typu %s, nie typu %s" -#: parser/parse_expr.c:2361 +#. translator: first %s is name of a SQL construct, eg CASE +#: parser/parse_coerce.c:1221 #, c-format -msgid "There are multiple equally-plausible candidates." -msgstr "Jest wiele równie odpowiednich kandydatów." +msgid "%s types %s and %s cannot be matched" +msgstr "%s typy %s i %s nie mogą być dopasowane" -#: parser/parse_expr.c:2453 +#. translator: first %s is name of a SQL construct, eg CASE +#: parser/parse_coerce.c:1288 #, c-format -msgid "IS DISTINCT FROM requires = operator to yield boolean" -msgstr "IS DISTINCT FROM wymaga operatora = w celu uzyskania typu logicznego" +msgid "%s could not convert type %s to %s" +msgstr "%s nie może przekształcić typu %s do %s" -#: parser/parse_func.c:147 +#: parser/parse_coerce.c:1590 #, c-format -msgid "argument name \"%s\" used more than once" -msgstr "nazwa argumentu \"%s\" użyta więcej niż raz" +msgid "arguments declared \"anyelement\" are not all alike" +msgstr "argumenty zadeklarowane jako \"anyelement\" nie wszystkie są do siebie podobne" -#: parser/parse_func.c:158 +#: parser/parse_coerce.c:1610 #, c-format -msgid "positional argument cannot follow named argument" -msgstr "argument pozycyjny nie może występować po argumencie nazwanym" +msgid "arguments declared \"anyarray\" are not all alike" +msgstr "argumenty zadeklarowane jako \"anyarray\" nie wszystkie są do siebie podobne" -#: parser/parse_func.c:236 +#: parser/parse_coerce.c:1630 #, c-format -msgid "%s(*) specified, but %s is not an aggregate function" -msgstr "%s(*) określono, ale %s nie jest funkcją agregującą" +msgid "arguments declared \"anyrange\" are not all alike" +msgstr "argumenty zadeklarowane jako \"anyrange\" nie wszystkie są do siebie podobne" -#: parser/parse_func.c:243 +#: parser/parse_coerce.c:1659 parser/parse_coerce.c:1870 +#: parser/parse_coerce.c:1904 #, c-format -msgid "DISTINCT specified, but %s is not an aggregate function" -msgstr "określono klauzulę DISTINCT, ale %s nie jest funkcją agregującą" +msgid "argument declared \"anyarray\" is not an array but type %s" +msgstr "argument zadeklarowany jako \"anyarray\" nie jest tablicą ale jest typu %s" -#: parser/parse_func.c:249 +#: parser/parse_coerce.c:1675 #, c-format -msgid "ORDER BY specified, but %s is not an aggregate function" -msgstr "określono ORDER BY, ale %s nie jest funkcją agregującą" +msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\"" +msgstr "argument zadeklarowany jako \"anyarray\" nie jest zgodny z argumentem zadeklarowanym jako \"anyelement\"" -#: parser/parse_func.c:255 +#: parser/parse_coerce.c:1696 parser/parse_coerce.c:1917 #, c-format -msgid "OVER specified, but %s is not a window function nor an aggregate function" -msgstr "określono OVER, ale %s nie jest funkcją okna ani funkcją agregującą" +msgid "argument declared \"anyrange\" is not a range but type %s" +msgstr "argument zadeklarowany jako \"anyarray\" nie zakresem ale jest typu %s" -#: parser/parse_func.c:277 +#: parser/parse_coerce.c:1712 #, c-format -msgid "function %s is not unique" -msgstr "funkcja %s nie jest unikalna" +msgid "argument declared \"anyrange\" is not consistent with argument declared \"anyelement\"" +msgstr "argument zadeklarowany jako \"anyrange\" nie jest zgodny z argumentem zadeklarowanym jako \"anyelement\"" -#: parser/parse_func.c:280 +#: parser/parse_coerce.c:1732 #, c-format -msgid "Could not choose a best candidate function. You might need to add explicit type casts." -msgstr "Nie można wybrać najlepiej pasującej funkcji. Być może należy dodać jawne rzutowanie typów." +msgid "could not determine polymorphic type because input has type \"unknown\"" +msgstr "nie można ustalić typu polimorficznego ponieważ wejście ma typ \"unknown\"" -#: parser/parse_func.c:291 +#: parser/parse_coerce.c:1742 #, 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." -msgstr "Brak funkcji pasującej do podanej nazwy i typów argumentów. Być może niepoprawnie umieszczono ORDER BY; ORDER BY musi znajdować się za wszystkimi regularnymi argumentami agregatu." +msgid "type matched to anynonarray is an array type: %s" +msgstr "typ dopasowany do anynonarray jest typem tablicowym: %s" -#: parser/parse_func.c:302 +#: parser/parse_coerce.c:1752 #, c-format -msgid "No function matches the given name and argument types. You might need to add explicit type casts." -msgstr "Brak funkcji pasującej do podanej nazwy i typów argumentów. Być może należy dodać jawne rzutowanie typów." +msgid "type matched to anyenum is not an enum type: %s" +msgstr "typ dopasowany do anyenum nie jest typem enumeracji: %s" -#: parser/parse_func.c:412 parser/parse_func.c:478 +#: parser/parse_coerce.c:1792 parser/parse_coerce.c:1822 #, c-format -msgid "%s(*) must be used to call a parameterless aggregate function" -msgstr "musi być użyta %s(*) by wywołać bezparametrową funkcję agregującą" +msgid "could not find range type for data type %s" +msgstr "nie znaleziono typu przedziału dla typu danych %s" -#: parser/parse_func.c:419 +#: parser/parse_collate.c:214 parser/parse_collate.c:538 #, c-format -msgid "aggregates cannot return sets" -msgstr "agregaty nie mogą zwracać grup" +msgid "collation mismatch between implicit collations \"%s\" and \"%s\"" +msgstr "niedopasowanie porównań pomiędzy niejawnymi porównaniami \"%s\" i \"%s\"" -#: parser/parse_func.c:431 +#: parser/parse_collate.c:217 parser/parse_collate.c:541 #, c-format -msgid "aggregates cannot use named arguments" -msgstr "agregaty nie mogą używać nazwanych argumentów" +msgid "You can choose the collation by applying the COLLATE clause to one or both expressions." +msgstr "Możesz wybrać porównanie przez zastosowanie klauzuli COLLATE do jednego lub obu wyrażeń." -#: parser/parse_func.c:450 +#: parser/parse_collate.c:769 #, c-format -msgid "window function call requires an OVER clause" -msgstr "wywołanie funkcji okna wymaga klauzuli OVER" +msgid "collation mismatch between explicit collations \"%s\" and \"%s\"" +msgstr "niedopasowanie porównań pomiędzy jawnymi porównaniami \"%s\" i \"%s\"" -#: parser/parse_func.c:468 +#: parser/parse_cte.c:42 #, c-format -msgid "DISTINCT is not implemented for window functions" -msgstr "DISTINCT nie zostało zaimplementowane w funkcjach okna" +msgid "recursive reference to query \"%s\" must not appear within its non-recursive term" +msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz określenia nierekurencyjnego" -#: parser/parse_func.c:488 +#: parser/parse_cte.c:44 #, c-format -msgid "aggregate ORDER BY is not implemented for window functions" -msgstr "agregat ORDER BY nie został zaimplementowany dla funkcji okna" +msgid "recursive reference to query \"%s\" must not appear within a subquery" +msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz podzapytania" -#: parser/parse_func.c:494 +#: parser/parse_cte.c:46 #, c-format -msgid "window functions cannot return sets" -msgstr "funkcja okna nie może zwracać zbiorów" +msgid "recursive reference to query \"%s\" must not appear within an outer join" +msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz złączenia zewnętrznego" -#: parser/parse_func.c:505 +#: parser/parse_cte.c:48 #, c-format -msgid "window functions cannot use named arguments" -msgstr "funkcje nie mogą używać nazwanych argumentów" +msgid "recursive reference to query \"%s\" must not appear within INTERSECT" +msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz INTERSECT" -#: parser/parse_func.c:1670 +#: parser/parse_cte.c:50 #, c-format -msgid "aggregate %s(*) does not exist" -msgstr "agregat %s(*) nie istnieje" +msgid "recursive reference to query \"%s\" must not appear within EXCEPT" +msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się wewnątrz EXCEPT" -#: parser/parse_func.c:1675 +#: parser/parse_cte.c:132 #, c-format -msgid "aggregate %s does not exist" -msgstr "agregat %s nie istnieje" +msgid "WITH query name \"%s\" specified more than once" +msgstr "nazwa \"%s\" kwerendy WITH określona więcej niż raz" -#: parser/parse_func.c:1694 +#: parser/parse_cte.c:264 #, c-format -msgid "function %s is not an aggregate" -msgstr "funkcja %s nie jest agregatem" +msgid "WITH clause containing a data-modifying statement must be at the top level" +msgstr "klauzula WITH zawierająca wyrażenie zmieniające dane musi być na najwyższym poziomie" -#: parser/parse_node.c:83 +#: parser/parse_cte.c:313 #, c-format -msgid "target lists can have at most %d entries" -msgstr "listy docelowe mogą mieć najwyżej %d pozycji" +msgid "recursive query \"%s\" column %d has type %s in non-recursive term but type %s overall" +msgstr "w zapytaniu rekurencyjnym \"%s\" kolumna %d jest typu %s w określeniu nierekursywnym, zaś ogólnie typu %s" -#: parser/parse_node.c:240 +#: parser/parse_cte.c:319 #, c-format -msgid "cannot subscript type %s because it is not an array" -msgstr "nie indeksować typu %s ponieważ nie jest tablicą" +msgid "Cast the output of the non-recursive term to the correct type." +msgstr "Rzutuj wyjście z nierekurencyjnego określenia na poprawny typ." -#: parser/parse_node.c:342 parser/parse_node.c:369 +#: parser/parse_cte.c:324 #, c-format -msgid "array subscript must have type integer" -msgstr "indeks tablicy musi mieć typ integer" +msgid "recursive query \"%s\" column %d has collation \"%s\" in non-recursive term but collation \"%s\" overall" +msgstr "w zapytaniu rekurencyjnym \"%s\" kolumna %d posiada porównania \"%s\" w określeniu nierekursywnym, zaś ogólnie porównanie \"%s\"" -#: parser/parse_node.c:393 +#: parser/parse_cte.c:328 #, c-format -msgid "array assignment requires type %s but expression is of type %s" -msgstr "przypisanie tablicy wymaga typu %s ale wyrażenie jest typu %s" +msgid "Use the COLLATE clause to set the collation of the non-recursive term." +msgstr "Użyj klauzuli COLLATE by ustawić jawnie porównanie określenia nierekursywnego." -#: parser/parse_oper.c:123 parser/parse_oper.c:717 utils/adt/regproc.c:464 -#: utils/adt/regproc.c:484 utils/adt/regproc.c:643 +#: parser/parse_cte.c:419 #, c-format -msgid "operator does not exist: %s" -msgstr "operator nie istnieje: %s" +msgid "WITH query \"%s\" has %d columns available but %d columns specified" +msgstr "kwerenda WITH \"%s\" posiada %d dostępnych kolumn ale %d kolumn określonych" -#: parser/parse_oper.c:220 +#: parser/parse_cte.c:599 #, c-format -msgid "Use an explicit ordering operator or modify the query." -msgstr "Użyj jawnego operatora porządkującego lub zmodyfikuj kwerendę." +msgid "mutual recursion between WITH items is not implemented" +msgstr "wzajemnej rekursja między elementami WITH nie jest realizowana" -#: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175 -#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1185 +#: parser/parse_cte.c:651 #, c-format -msgid "could not identify an equality operator for type %s" -msgstr "nie można określić operatora porównującego dla typu %s" +msgid "recursive query \"%s\" must not contain data-modifying statements" +msgstr "kwerenda rekurencyjna \"%s\" nie może zawierać wyrażeń zmieniających dane" -#: parser/parse_oper.c:475 +#: parser/parse_cte.c:659 #, c-format -msgid "operator requires run-time type coercion: %s" -msgstr "operator wymaga zgodności typu czasu wykonania: %s" +msgid "recursive query \"%s\" does not have the form non-recursive-term UNION [ALL] recursive-term" +msgstr "kwerenda rekurencyjna \"%s\" nie posiada formy nierekursywnego-określenia dla rekursywnego-określenia UNION [ALL]" -#: parser/parse_oper.c:709 +#: parser/parse_cte.c:703 #, c-format -msgid "operator is not unique: %s" -msgstr "operator nie jest unikalny: %s" +msgid "ORDER BY in a recursive query is not implemented" +msgstr "ORDER BY w zapytaniu rekurencyjnym nie jest realizowana" -#: parser/parse_oper.c:711 +#: parser/parse_cte.c:709 #, c-format -msgid "Could not choose a best candidate operator. You might need to add explicit type casts." -msgstr "Nie można wybrać najlepiej pasującego operatora. Być może należy dodać jawne rzutowanie typów." +msgid "OFFSET in a recursive query is not implemented" +msgstr "OFFSET w zapytaniu rekurencyjnym nie jest realizowana" -#: parser/parse_oper.c:719 +#: parser/parse_cte.c:715 #, c-format -msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts." -msgstr "Brak operatora pasującego do podanej nazwy i typu(ów) argumentów. Być może należy dodać jawne rzutowanie typów." +msgid "LIMIT in a recursive query is not implemented" +msgstr "LIMIT w zapytaniu rekurencyjnym nie jest realizowana" -#: parser/parse_oper.c:778 parser/parse_oper.c:892 +#: parser/parse_cte.c:721 #, c-format -msgid "operator is only a shell: %s" -msgstr "operator jest jedynie powłoką: %s" +msgid "FOR UPDATE/SHARE in a recursive query is not implemented" +msgstr "FOR UPDATE/SHARE w zapytaniu rekurencyjnym nie jest realizowana" -#: parser/parse_oper.c:880 +#: parser/parse_cte.c:778 #, c-format -msgid "op ANY/ALL (array) requires array on right side" -msgstr "op ANY/ALL (tablica) wymaga tablicy po prawej stronie" +msgid "recursive reference to query \"%s\" must not appear more than once" +msgstr "rekurencyjne odwołanie do zapytania \"%s\" nie może pojawiać się więcej niż raz" -#: parser/parse_oper.c:922 +#: parser/parse_expr.c:366 parser/parse_expr.c:759 #, c-format -msgid "op ANY/ALL (array) requires operator to yield boolean" -msgstr "op ANY/ALL (tablica) wymaga operatora zwracającego typ logiczny" +msgid "column %s.%s does not exist" +msgstr "kolumna %s.%s nie istnieje" -#: parser/parse_oper.c:927 +#: parser/parse_expr.c:378 #, c-format -msgid "op ANY/ALL (array) requires operator not to return a set" -msgstr "op ANY/ALL (tablica) wymaga operatora nie zwracającego grupy" +msgid "column \"%s\" not found in data type %s" +msgstr "nie odnaleziono kolumny \"%s\" w typie danych %s" -#: parser/parse_param.c:215 +#: parser/parse_expr.c:384 #, c-format -msgid "inconsistent types deduced for parameter $%d" -msgstr "niezgodne typy wyprowadzone dla parametru $%d" +msgid "could not identify column \"%s\" in record data type" +msgstr "nie można zidentyfikować kolumny \"%s\" w rekordowym typie danych" -#: parser/parse_relation.c:147 +#: parser/parse_expr.c:390 #, c-format -msgid "table reference \"%s\" is ambiguous" -msgstr "wskazanie tabeli \"%s\" jest niejednoznaczne" +msgid "column notation .%s applied to type %s, which is not a composite type" +msgstr "zapis kolumny .%s zastosowany do typu %s, który nie jest typem złożonym" -#: parser/parse_relation.c:183 +#: parser/parse_expr.c:420 parser/parse_target.c:619 #, c-format -msgid "table reference %u is ambiguous" -msgstr "wskazanie tabeli %u jest niejednoznaczne" +msgid "row expansion via \"*\" is not supported here" +msgstr "wyrażenie wierszowe przez \"*\" nie jest tu dostępne" -#: parser/parse_relation.c:350 +#: parser/parse_expr.c:743 parser/parse_relation.c:486 +#: parser/parse_relation.c:566 parser/parse_target.c:1068 #, c-format -msgid "table name \"%s\" specified more than once" -msgstr "nazwa tabeli \"%s\" określona więcej niż raz" +msgid "column reference \"%s\" is ambiguous" +msgstr "odnośnik kolumny \"%s\" jest niejednoznaczny" -#: parser/parse_relation.c:768 parser/parse_relation.c:1059 -#: parser/parse_relation.c:1446 +#: parser/parse_expr.c:811 parser/parse_param.c:109 parser/parse_param.c:141 +#: parser/parse_param.c:198 parser/parse_param.c:297 #, c-format -msgid "table \"%s\" has %d columns available but %d columns specified" -msgstr "tabela \"%s\" posiada %d dostępnych kolumn ale %d kolumn określonych" +msgid "there is no parameter $%d" +msgstr "brak parametru $%d" -#: parser/parse_relation.c:798 +#: parser/parse_expr.c:1023 #, c-format -msgid "too many column aliases specified for function %s" -msgstr "określono zbyt wiele aliasów kolumn w funkcji %s" +msgid "NULLIF requires = operator to yield boolean" +msgstr "NULLIF wymaga operatora = w celu uzyskania typu logicznego" -#: parser/parse_relation.c:864 +#: parser/parse_expr.c:1438 #, c-format -msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query." -msgstr "Występuje element WITH o nazwie \"%s\", ale nie może mieć odniesień z tej części zapytania." +msgid "subquery must return a column" +msgstr "podzapytanie musi zwracać kolumnę" -#: parser/parse_relation.c:866 +#: parser/parse_expr.c:1445 #, c-format -msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references." -msgstr "Użyj WITH RECURSIVE, lub zmień porządek elementów WITH by usunąć odwołania wyprzedzające." +msgid "subquery must return only one column" +msgstr "podzapytanie musi zwracać tylko jedną kolumnę" -#: parser/parse_relation.c:1139 +#: parser/parse_expr.c:1505 #, c-format -msgid "a column definition list is only allowed for functions returning \"record\"" -msgstr "definicja listy kolumn jest dozwolona jedynie dla funkcji zwracających \"record\"" +msgid "subquery has too many columns" +msgstr "podzapytanie posiada zbyt wiele kolumn" -#: parser/parse_relation.c:1147 +#: parser/parse_expr.c:1510 #, c-format -msgid "a column definition list is required for functions returning \"record\"" -msgstr "definicja listy kolumn jest wymagana dla funkcji zwracających \"record\"" +msgid "subquery has too few columns" +msgstr "podzapytanie posiada zbyt mało kolumn" -#: parser/parse_relation.c:1198 +#: parser/parse_expr.c:1606 #, c-format -msgid "function \"%s\" in FROM has unsupported return type %s" -msgstr "funkcja \"%s\" w klauzuli FROM posiada niewspierany typ zwracany %s" +msgid "cannot determine type of empty array" +msgstr "nie można określić typu pustej tabeli" -#: parser/parse_relation.c:1272 +#: parser/parse_expr.c:1607 #, c-format -msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" -msgstr "lista VALUES \"%s\" posiada %d kolumn dostępnych ale %d kolumn określonych" +msgid "Explicitly cast to the desired type, for example ARRAY[]::integer[]." +msgstr "Jawnie rzutuj na wymagany typ, na przykład ARRAY[]::integer[]." -#: parser/parse_relation.c:1328 +#: parser/parse_expr.c:1621 #, c-format -msgid "joins can have at most %d columns" -msgstr "złączenia mogą mieć maksymalnie do %d kolumn" +msgid "could not find element type for data type %s" +msgstr "nie odnaleziono typu elementu dla typu danych %s" -#: parser/parse_relation.c:1419 +#: parser/parse_expr.c:1847 #, c-format -msgid "WITH query \"%s\" does not have a RETURNING clause" -msgstr "kwerenda WITH \"%s\" nie posiada klauzuli RETURNING" +msgid "unnamed XML attribute value must be a column reference" +msgstr "wartość atrybutu XML bez nazwy musi być wskazaniem na kolumnę" -#: parser/parse_relation.c:2101 +#: parser/parse_expr.c:1848 #, c-format -msgid "column %d of relation \"%s\" does not exist" -msgstr "kolumna %d relacji \"%s\" nie istnieje" +msgid "unnamed XML element value must be a column reference" +msgstr "wartość elementu XML bez nazwy musi być wskazaniem na kolumnę" -#: parser/parse_relation.c:2485 +#: parser/parse_expr.c:1863 #, c-format -msgid "invalid reference to FROM-clause entry for table \"%s\"" -msgstr "nieprawidłowe wskazanie na pozycję w klauzuli FROM dla tabeli \"%s\"" +msgid "XML attribute name \"%s\" appears more than once" +msgstr "nazwa atrybutu XML \"%s\" pojawia się więcej niż raz" -#: parser/parse_relation.c:2488 +#: parser/parse_expr.c:1970 #, c-format -msgid "Perhaps you meant to reference the table alias \"%s\"." -msgstr "Być może chodziło ci o wskazanie aliasu tabeli \"%s\"." +msgid "cannot cast XMLSERIALIZE result to %s" +msgstr "nie można rzutować wyniku XMLSERIALIZE na %s" -#: parser/parse_relation.c:2490 +#: parser/parse_expr.c:2213 parser/parse_expr.c:2413 #, c-format -msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." -msgstr "Występuje wpis dla tabeli \"%s\", ale nie może mieć odniesień z tej części zapytania." +msgid "unequal number of entries in row expressions" +msgstr "nierówna liczba wpisów w wyrażeniach wierszowych" -#: parser/parse_relation.c:2496 +#: parser/parse_expr.c:2223 #, c-format -msgid "missing FROM-clause entry for table \"%s\"" -msgstr "brakująca klauzula FROM dla tabeli \"%s\"" +msgid "cannot compare rows of zero length" +msgstr "nie można porównywać wierszy zerowej długości" -#: parser/parse_target.c:383 parser/parse_target.c:671 +#: parser/parse_expr.c:2248 #, c-format -msgid "cannot assign to system column \"%s\"" -msgstr "nie można przypisywać do kolumny systemowej \"%s\"" +msgid "row comparison operator must yield type boolean, not type %s" +msgstr "operator porównywania wierszy musi zwracać typ logiczny, nie typ %s" -#: parser/parse_target.c:411 +#: parser/parse_expr.c:2255 #, c-format -msgid "cannot set an array element to DEFAULT" -msgstr "nie można ustawić elementu tabeli na DEFAULT" +msgid "row comparison operator must not return a set" +msgstr "operator porównywania wierszy nie może zwracać grupy" -#: parser/parse_target.c:416 +#: parser/parse_expr.c:2314 parser/parse_expr.c:2359 #, c-format -msgid "cannot set a subfield to DEFAULT" -msgstr "nie można ustawić pola podrzędnego na DEFAULT" +msgid "could not determine interpretation of row comparison operator %s" +msgstr "nie można określić interpretacji operatora porównywania wierszy %s" -#: parser/parse_target.c:485 +#: parser/parse_expr.c:2316 #, c-format -msgid "column \"%s\" is of type %s but expression is of type %s" -msgstr "kolumna \"%s\" jest typu %s ale wyrażenie jest typu %s" +msgid "Row comparison operators must be associated with btree operator families." +msgstr "Operator porównywania wierszy musi być przypisany do rodzin operatorów btree." -#: parser/parse_target.c:655 +#: parser/parse_expr.c:2361 #, c-format -msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type" -msgstr "nie można przypisać do pola \"%s\" kolumny \"%s\" ponieważ jego typ %s nie jest typem złożonym" +msgid "There are multiple equally-plausible candidates." +msgstr "Jest wiele równie odpowiednich kandydatów." -#: parser/parse_target.c:664 +#: parser/parse_expr.c:2453 #, c-format -msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s" -msgstr "nie można przypisać do pola \"%s\" kolumny \"%s\" ponieważ nie występuje kolumna o typie danych %s" +msgid "IS DISTINCT FROM requires = operator to yield boolean" +msgstr "IS DISTINCT FROM wymaga operatora = w celu uzyskania typu logicznego" -#: parser/parse_target.c:731 +#: parser/parse_func.c:147 #, c-format -msgid "array assignment to \"%s\" requires type %s but expression is of type %s" -msgstr "przypisanie tablicy do \"%s\" wymaga typu %s ale wyrażenie jest typu %s" +msgid "argument name \"%s\" used more than once" +msgstr "nazwa argumentu \"%s\" użyta więcej niż raz" -#: parser/parse_target.c:741 +#: parser/parse_func.c:158 #, c-format -msgid "subfield \"%s\" is of type %s but expression is of type %s" -msgstr "pole podrzędne \"%s\" jest typu %s ale wyrażenie jest typu %s" +msgid "positional argument cannot follow named argument" +msgstr "argument pozycyjny nie może występować po argumencie nazwanym" -#: parser/parse_target.c:1127 +#: parser/parse_func.c:236 #, c-format -msgid "SELECT * with no tables specified is not valid" -msgstr "SELECT * bez określonych tabel nie jest poprawne" +msgid "%s(*) specified, but %s is not an aggregate function" +msgstr "%s(*) określono, ale %s nie jest funkcją agregującą" -#: parser/parse_type.c:83 +#: parser/parse_func.c:243 #, c-format -msgid "improper %%TYPE reference (too few dotted names): %s" -msgstr "niepoprawne wskazanie %%TYPE (za mało nazw oddzielonych kropkami): %s" +msgid "DISTINCT specified, but %s is not an aggregate function" +msgstr "określono klauzulę DISTINCT, ale %s nie jest funkcją agregującą" -#: parser/parse_type.c:105 +#: parser/parse_func.c:249 #, c-format -msgid "improper %%TYPE reference (too many dotted names): %s" -msgstr "niepoprawne wskazanie %%TYPE (za wiele nazw oddzielonych kropkami): %s" +msgid "ORDER BY specified, but %s is not an aggregate function" +msgstr "określono ORDER BY, ale %s nie jest funkcją agregującą" -#: parser/parse_type.c:133 +#: parser/parse_func.c:255 #, c-format -msgid "type reference %s converted to %s" -msgstr "wskazanie typu %s przekształcone do %s" +msgid "OVER specified, but %s is not a window function nor an aggregate function" +msgstr "określono OVER, ale %s nie jest funkcją okna ani funkcją agregującą" -#: parser/parse_type.c:208 utils/cache/typcache.c:196 +#: parser/parse_func.c:277 #, c-format -msgid "type \"%s\" is only a shell" -msgstr "typ \"%s\" jest jedynie powłoką" +msgid "function %s is not unique" +msgstr "funkcja %s nie jest unikalna" -#: parser/parse_type.c:293 +#: parser/parse_func.c:280 #, c-format -msgid "type modifier is not allowed for type \"%s\"" -msgstr "modyfikator typu nie jest dopuszczalny dla typu \"%s\"" +msgid "Could not choose a best candidate function. You might need to add explicit type casts." +msgstr "Nie można wybrać najlepiej pasującej funkcji. Być może należy dodać jawne rzutowanie typów." -#: parser/parse_type.c:336 +#: parser/parse_func.c:291 #, c-format -msgid "type modifiers must be simple constants or identifiers" -msgstr "modyfikatory typów muszą być prostymi stałymi lub identyfikatorami" +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 "Brak funkcji pasującej do podanej nazwy i typów argumentów. Być może niepoprawnie umieszczono ORDER BY; ORDER BY musi znajdować się za wszystkimi regularnymi argumentami agregatu." -#: parser/parse_type.c:647 parser/parse_type.c:746 +#: parser/parse_func.c:302 #, c-format -msgid "invalid type name \"%s\"" -msgstr "nieprawidłowa nazwa typu \"%s\"" +msgid "No function matches the given name and argument types. You might need to add explicit type casts." +msgstr "Brak funkcji pasującej do podanej nazwy i typów argumentów. Być może należy dodać jawne rzutowanie typów." -#: parser/parse_utilcmd.c:175 +#: parser/parse_func.c:412 parser/parse_func.c:478 #, c-format -msgid "relation \"%s\" already exists, skipping" -msgstr "relacja \"%s\" już istnieje, pominięto" +msgid "%s(*) must be used to call a parameterless aggregate function" +msgstr "musi być użyta %s(*) by wywołać bezparametrową funkcję agregującą" -#: parser/parse_utilcmd.c:334 +#: parser/parse_func.c:419 #, c-format -msgid "array of serial is not implemented" -msgstr "tablica serialu nie jest zrealizowana" +msgid "aggregates cannot return sets" +msgstr "agregaty nie mogą zwracać grup" -#: parser/parse_utilcmd.c:382 +#: parser/parse_func.c:431 #, c-format -msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\"" -msgstr "%s utworzy niejawną sekwencję \"%s\" dla kolumny serializowanej \"%s.%s\"" +msgid "aggregates cannot use named arguments" +msgstr "agregaty nie mogą używać nazwanych argumentów" -#: parser/parse_utilcmd.c:483 parser/parse_utilcmd.c:495 +#: parser/parse_func.c:450 #, c-format -msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" -msgstr "sprzeczne NULL/NOT NULL deklaracje dla kolumny \"%s\" tabeli \"%s\"" +msgid "window function call requires an OVER clause" +msgstr "wywołanie funkcji okna wymaga klauzuli OVER" -#: parser/parse_utilcmd.c:507 +#: parser/parse_func.c:468 #, c-format -msgid "multiple default values specified for column \"%s\" of table \"%s\"" -msgstr "określono wielokrotnie wartości domyślne dla kolumny \"%s\" tabeli \"%s\"" +msgid "DISTINCT is not implemented for window functions" +msgstr "DISTINCT nie zostało zaimplementowane w funkcjach okna" -#: parser/parse_utilcmd.c:1160 parser/parse_utilcmd.c:1236 +#: parser/parse_func.c:488 #, c-format -msgid "Index \"%s\" contains a whole-row table reference." -msgstr "indeks \"%s\" zawiera wskazanie na tabelę całowierszową" +msgid "aggregate ORDER BY is not implemented for window functions" +msgstr "agregat ORDER BY nie został zaimplementowany dla funkcji okna" -#: parser/parse_utilcmd.c:1503 +#: parser/parse_func.c:494 #, c-format -msgid "cannot use an existing index in CREATE TABLE" -msgstr "nie można użyć istniejącego indeksu w CREATE TABLE" +msgid "window functions cannot return sets" +msgstr "funkcja okna nie może zwracać zbiorów" -#: parser/parse_utilcmd.c:1523 +#: parser/parse_func.c:1659 #, c-format -msgid "index \"%s\" is already associated with a constraint" -msgstr "indeks \"%s\" jest już związany z ograniczeniem" +msgid "aggregate %s(*) does not exist" +msgstr "agregat %s(*) nie istnieje" -#: parser/parse_utilcmd.c:1531 +#: parser/parse_func.c:1664 #, c-format -msgid "index \"%s\" does not belong to table \"%s\"" -msgstr "indeks \"%s\" nie należy do tabeli \"%s\"" +msgid "aggregate %s does not exist" +msgstr "agregat %s nie istnieje" -#: parser/parse_utilcmd.c:1538 +#: parser/parse_func.c:1683 #, c-format -msgid "index \"%s\" is not valid" -msgstr "indeks \"%s\" nie jest poprawny" +msgid "function %s is not an aggregate" +msgstr "funkcja %s nie jest agregatem" -#: parser/parse_utilcmd.c:1544 +#: parser/parse_node.c:83 #, c-format -msgid "\"%s\" is not a unique index" -msgstr "\"%s\" nie jest indeksem unikalnym" +msgid "target lists can have at most %d entries" +msgstr "listy docelowe mogą mieć najwyżej %d pozycji" -#: parser/parse_utilcmd.c:1545 parser/parse_utilcmd.c:1552 -#: parser/parse_utilcmd.c:1559 parser/parse_utilcmd.c:1629 +#: parser/parse_node.c:252 #, c-format -msgid "Cannot create a primary key or unique constraint using such an index." -msgstr "Nie można utworzyć klucza głównego ani klucza unikalnego przy użyciu takiego indeksu." +msgid "cannot subscript type %s because it is not an array" +msgstr "nie indeksować typu %s ponieważ nie jest tablicą" -#: parser/parse_utilcmd.c:1551 +#: parser/parse_node.c:355 parser/parse_node.c:382 #, c-format -msgid "index \"%s\" contains expressions" -msgstr "indeks \"%s\" zawiera wyrażenia" +msgid "array subscript must have type integer" +msgstr "indeks tablicy musi mieć typ integer" -#: parser/parse_utilcmd.c:1558 +#: parser/parse_node.c:406 #, c-format -msgid "\"%s\" is a partial index" -msgstr "\"%s\" jest indeksem częściowym" +msgid "array assignment requires type %s but expression is of type %s" +msgstr "przypisanie tablicy wymaga typu %s ale wyrażenie jest typu %s" -#: parser/parse_utilcmd.c:1570 +#: parser/parse_oper.c:123 parser/parse_oper.c:717 utils/adt/regproc.c:464 +#: utils/adt/regproc.c:484 utils/adt/regproc.c:643 #, c-format -msgid "\"%s\" is a deferrable index" -msgstr "\"%s\" jest indeksem odraczalnym" +msgid "operator does not exist: %s" +msgstr "operator nie istnieje: %s" -#: parser/parse_utilcmd.c:1571 +#: parser/parse_oper.c:220 #, c-format -msgid "Cannot create a non-deferrable constraint using a deferrable index." -msgstr "Nie można utworzyć nieodraczalnego ograniczenia przy użyciu odraczalnego indeksu." +msgid "Use an explicit ordering operator or modify the query." +msgstr "Użyj jawnego operatora porządkującego lub zmodyfikuj kwerendę." -#: parser/parse_utilcmd.c:1628 +#: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175 +#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1155 #, c-format -msgid "index \"%s\" does not have default sorting behavior" -msgstr "indeks \"%s\" nie ma domyślnego zachowania sortowania" +msgid "could not identify an equality operator for type %s" +msgstr "nie można określić operatora porównującego dla typu %s" -#: parser/parse_utilcmd.c:1773 +#: parser/parse_oper.c:475 #, c-format -msgid "column \"%s\" appears twice in primary key constraint" -msgstr "kolumna \"%s\" występuje dwukrotnie w kluczu głównym" +msgid "operator requires run-time type coercion: %s" +msgstr "operator wymaga zgodności typu czasu wykonania: %s" -#: parser/parse_utilcmd.c:1779 +#: parser/parse_oper.c:709 #, c-format -msgid "column \"%s\" appears twice in unique constraint" -msgstr "kolumna \"%s\" występuje dwukrotnie w ograniczeniu unikalnym" +msgid "operator is not unique: %s" +msgstr "operator nie jest unikalny: %s" -#: parser/parse_utilcmd.c:1944 +#: parser/parse_oper.c:711 #, c-format -msgid "index expression cannot return a set" -msgstr "wyrażenie indeksowe nie może zwracać zbioru" +msgid "Could not choose a best candidate operator. You might need to add explicit type casts." +msgstr "Nie można wybrać najlepiej pasującego operatora. Być może należy dodać jawne rzutowanie typów." -#: parser/parse_utilcmd.c:1954 +#: parser/parse_oper.c:719 #, c-format -msgid "index expressions and predicates can refer only to the table being indexed" -msgstr "wyrażenia indeksowe i predykaty mogą wskazywać tylko zindeksowane tabele" +msgid "No operator matches the given name and argument type(s). You might need to add explicit type casts." +msgstr "Brak operatora pasującego do podanej nazwy i typu(ów) argumentów. Być może należy dodać jawne rzutowanie typów." -#: parser/parse_utilcmd.c:2051 +#: parser/parse_oper.c:778 parser/parse_oper.c:892 #, c-format -msgid "rule WHERE condition cannot contain references to other relations" -msgstr "warunek WHERE reguły nie może zawierać odnośników do innych relacji" +msgid "operator is only a shell: %s" +msgstr "operator jest jedynie powłoką: %s" -#: parser/parse_utilcmd.c:2057 +#: parser/parse_oper.c:880 #, c-format -msgid "cannot use aggregate function in rule WHERE condition" -msgstr "nie można użyć funkcji agregującej w warunku WHERE reguły" +msgid "op ANY/ALL (array) requires array on right side" +msgstr "op ANY/ALL (tablica) wymaga tablicy po prawej stronie" -#: parser/parse_utilcmd.c:2061 +#: parser/parse_oper.c:922 #, c-format -msgid "cannot use window function in rule WHERE condition" -msgstr "nie można używać funkcji okna w warunku WHERE reguły" +msgid "op ANY/ALL (array) requires operator to yield boolean" +msgstr "op ANY/ALL (tablica) wymaga operatora zwracającego typ logiczny" -#: parser/parse_utilcmd.c:2133 +#: parser/parse_oper.c:927 #, c-format -msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" -msgstr "reguły z warunkami WHERE mogą posiadać jedynie akcje SELECT, INSERT, UPDATE, lub DELETE" +msgid "op ANY/ALL (array) requires operator not to return a set" +msgstr "op ANY/ALL (tablica) wymaga operatora nie zwracającego grupy" -#: parser/parse_utilcmd.c:2151 parser/parse_utilcmd.c:2250 -#: rewrite/rewriteHandler.c:442 rewrite/rewriteManip.c:1040 +#: parser/parse_param.c:215 #, c-format -msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" -msgstr "warunkowe wyrażenia UNION/INTERSECT/EXCEPT nie są zaimplementowane" +msgid "inconsistent types deduced for parameter $%d" +msgstr "niezgodne typy wyprowadzone dla parametru $%d" -#: parser/parse_utilcmd.c:2169 +#: parser/parse_relation.c:148 #, c-format -msgid "ON SELECT rule cannot use OLD" -msgstr "reguła ON SELECT nie może używać OLD" +msgid "table reference \"%s\" is ambiguous" +msgstr "wskazanie tabeli \"%s\" jest niejednoznaczne" -#: parser/parse_utilcmd.c:2173 +#: parser/parse_relation.c:184 #, c-format -msgid "ON SELECT rule cannot use NEW" -msgstr "reguła ON SELECT nie może używać NEW" +msgid "table reference %u is ambiguous" +msgstr "wskazanie tabeli %u jest niejednoznaczne" -#: parser/parse_utilcmd.c:2182 +#: parser/parse_relation.c:351 #, c-format -msgid "ON INSERT rule cannot use OLD" -msgstr "reguła ON INSERT nie może używać OLD" +msgid "table name \"%s\" specified more than once" +msgstr "nazwa tabeli \"%s\" określona więcej niż raz" -#: parser/parse_utilcmd.c:2188 +#: parser/parse_relation.c:770 parser/parse_relation.c:1061 +#: parser/parse_relation.c:1448 #, c-format -msgid "ON DELETE rule cannot use NEW" -msgstr "reguła ON DELETE nie może używać NEW" +msgid "table \"%s\" has %d columns available but %d columns specified" +msgstr "tabela \"%s\" posiada %d dostępnych kolumn ale %d kolumn określonych" -#: parser/parse_utilcmd.c:2216 +#: parser/parse_relation.c:800 #, c-format -msgid "cannot refer to OLD within WITH query" -msgstr "nie może odnosić się do OLD z kwerendy WITH" +msgid "too many column aliases specified for function %s" +msgstr "określono zbyt wiele aliasów kolumn w funkcji %s" -#: parser/parse_utilcmd.c:2223 +#: parser/parse_relation.c:866 #, c-format -msgid "cannot refer to NEW within WITH query" -msgstr "nie może odnosić się do NEW z kwerendy WITH" +msgid "There is a WITH item named \"%s\", but it cannot be referenced from this part of the query." +msgstr "Występuje element WITH o nazwie \"%s\", ale nie może mieć odniesień z tej części zapytania." -#: parser/parse_utilcmd.c:2514 +#: parser/parse_relation.c:868 #, c-format -msgid "misplaced DEFERRABLE clause" -msgstr "niewłaściwie położona klauzula DEFERRABLE" +msgid "Use WITH RECURSIVE, or re-order the WITH items to remove forward references." +msgstr "Użyj WITH RECURSIVE, lub zmień porządek elementów WITH by usunąć odwołania wyprzedzające." -#: parser/parse_utilcmd.c:2519 parser/parse_utilcmd.c:2534 +#: parser/parse_relation.c:1141 #, c-format -msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" -msgstr "wielokrotne klauzule DEFERRABLE/NOT DEFERRABLE niedozwolone" +msgid "a column definition list is only allowed for functions returning \"record\"" +msgstr "definicja listy kolumn jest dozwolona jedynie dla funkcji zwracających \"record\"" -#: parser/parse_utilcmd.c:2529 +#: parser/parse_relation.c:1149 #, c-format -msgid "misplaced NOT DEFERRABLE clause" -msgstr "niewłaściwie położona klauzula NOT DEFERRABLE" +msgid "a column definition list is required for functions returning \"record\"" +msgstr "definicja listy kolumn jest wymagana dla funkcji zwracających \"record\"" -#: parser/parse_utilcmd.c:2542 parser/parse_utilcmd.c:2568 gram.y:4237 +#: parser/parse_relation.c:1200 #, c-format -msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" -msgstr "ograniczenie zadeklarowane jako INITIALLY DEFERRED musi być DEFERRABLE" +msgid "function \"%s\" in FROM has unsupported return type %s" +msgstr "funkcja \"%s\" w klauzuli FROM posiada niewspierany typ zwracany %s" -#: parser/parse_utilcmd.c:2550 +#: parser/parse_relation.c:1274 #, c-format -msgid "misplaced INITIALLY DEFERRED clause" -msgstr "niewłaściwie położona klauzula INITIALLY DEFERRABLE" +msgid "VALUES lists \"%s\" have %d columns available but %d columns specified" +msgstr "lista VALUES \"%s\" posiada %d kolumn dostępnych ale %d kolumn określonych" -#: parser/parse_utilcmd.c:2555 parser/parse_utilcmd.c:2581 +#: parser/parse_relation.c:1330 #, c-format -msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" -msgstr "wielokrotne klauzule INITIALLY IMMEDIATE/DEFERRED niedozwolone" +msgid "joins can have at most %d columns" +msgstr "złączenia mogą mieć maksymalnie do %d kolumn" -#: parser/parse_utilcmd.c:2576 +#: parser/parse_relation.c:1421 #, c-format -msgid "misplaced INITIALLY IMMEDIATE clause" -msgstr "niewłaściwie położona klauzula INITIALLY IMMEDIATE" +msgid "WITH query \"%s\" does not have a RETURNING clause" +msgstr "kwerenda WITH \"%s\" nie posiada klauzuli RETURNING" -#: parser/parse_utilcmd.c:2767 +#: parser/parse_relation.c:2111 #, c-format -msgid "CREATE specifies a schema (%s) different from the one being created (%s)" -msgstr "CREATE wskazuje schemat (%s) różny od właśnie tworzonego (%s)" +msgid "column %d of relation \"%s\" does not exist" +msgstr "kolumna %d relacji \"%s\" nie istnieje" -#: parser/scansup.c:190 +#: parser/parse_relation.c:2496 #, c-format -msgid "identifier \"%s\" will be truncated to \"%s\"" -msgstr "identyfikator \"%s\" zostanie obcięty do \"%s\"" +msgid "invalid reference to FROM-clause entry for table \"%s\"" +msgstr "nieprawidłowe wskazanie na pozycję w klauzuli FROM dla tabeli \"%s\"" -#: port/pg_latch.c:334 port/unix_latch.c:334 +#: parser/parse_relation.c:2499 #, c-format -msgid "poll() failed: %m" -msgstr "poll() nie powiodła się: %m" +msgid "Perhaps you meant to reference the table alias \"%s\"." +msgstr "Być może chodziło ci o wskazanie aliasu tabeli \"%s\"." -#: port/pg_latch.c:421 port/unix_latch.c:421 -#: replication/libpqwalreceiver/libpqwalreceiver.c:233 +#: parser/parse_relation.c:2501 #, c-format -msgid "select() failed: %m" -msgstr "select() nie powiodła się: %m" +msgid "There is an entry for table \"%s\", but it cannot be referenced from this part of the query." +msgstr "Występuje wpis dla tabeli \"%s\", ale nie może mieć odniesień z tej części zapytania." -#: port/pg_sema.c:111 port/sysv_sema.c:111 +#: parser/parse_relation.c:2507 #, c-format -msgid "could not create semaphores: %m" -msgstr "nie można utworzyć semaforów: %m" +msgid "missing FROM-clause entry for table \"%s\"" +msgstr "brakująca klauzula FROM dla tabeli \"%s\"" -#: port/pg_sema.c:112 port/sysv_sema.c:112 +#: parser/parse_target.c:384 parser/parse_target.c:672 #, c-format -msgid "Failed system call was semget(%lu, %d, 0%o)." -msgstr "Nieudanym wywołaniem systemowym było semget(%lu, %d, 0%o)." +msgid "cannot assign to system column \"%s\"" +msgstr "nie można przypisywać do kolumny systemowej \"%s\"" -#: port/pg_sema.c:116 port/sysv_sema.c:116 +#: parser/parse_target.c:412 #, 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." -msgstr "" -"Ten błąd *nie* oznacza, że brakuje Ci miejsca na dysku. Zdarza się to gdy albo limit systemu dla maksymalnej liczby grup semaforów (SEMMNI) albo maksymalna liczba semaforów dla całego systemu (SEMMNS) zostanie przekroczona. Trzeba zwiększyć odpowiednie parametry jądra. Ewentualnie można zmniejszyć zużycie semaforów PostgreSQL przez zmniejszenie parametru max_connections.\n" -"Dokumentacja PostgreSQL zawiera więcej informacji na temat konfiguracji systemu PostgreSQL." +msgid "cannot set an array element to DEFAULT" +msgstr "nie można ustawić elementu tabeli na DEFAULT" -#: port/pg_sema.c:143 port/sysv_sema.c:143 +#: parser/parse_target.c:417 #, 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." -msgstr "Prawdopodobnie powinieneś zwiększyć wartość SEMVMX jądra do co najmniej %d. Sprawdź dokumentację PostgreSQL by uzyskać szczegóły." +msgid "cannot set a subfield to DEFAULT" +msgstr "nie można ustawić pola podrzędnego na DEFAULT" -#: port/pg_shmem.c:144 port/sysv_shmem.c:144 +#: parser/parse_target.c:486 #, c-format -msgid "could not create shared memory segment: %m" -msgstr "nie można utworzyć segmentu pamięci współdzielonej: %m" +msgid "column \"%s\" is of type %s but expression is of type %s" +msgstr "kolumna \"%s\" jest typu %s ale wyrażenie jest typu %s" -#: port/pg_shmem.c:145 port/sysv_shmem.c:145 +#: parser/parse_target.c:656 #, c-format -msgid "Failed system call was shmget(key=%lu, size=%lu, 0%o)." -msgstr "Nieudanym wywołaniem systemowym było shmget(key=%lu, size=%lu, 0%o)." +msgid "cannot assign to field \"%s\" of column \"%s\" because its type %s is not a composite type" +msgstr "nie można przypisać do pola \"%s\" kolumny \"%s\" ponieważ jego typ %s nie jest typem złożonym" -#: port/pg_shmem.c:149 port/sysv_shmem.c:149 +#: parser/parse_target.c:665 #, c-format -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 "" -"Błąd ten zwykle oznacza, że żądanie współdzielonego segmentu pamięci PostgreSQL przekroczyło parametr jądra SHMMAX. Możesz albo zmniejszyć rozmiar żądania albo zmienić konfigurację jądra przez zwiększenie SHMMAX. Aby zmniejszyć rozmiar żądania (obecnie %lu bajtów), zmniejsz zużycie przez PostgreSQL pamięci współdzielonej, być może przez zmniejszenie shared_buffers lub max_connections.\n" -"Jeśli rozmiar żądania jest już mały, możliwe, że jest mniejszy niż parametr jądra SHMMIN, w którym to przypadku jest wymagane podniesienie wielkości żądania lub rekonfiguracja SHMMIN.\n" -"Dokumentacja PostgreSQL zawiera więcej informacji o konfiguracji pamięci współdzielonej." +msgid "cannot assign to field \"%s\" of column \"%s\" because there is no such column in data type %s" +msgstr "nie można przypisać do pola \"%s\" kolumny \"%s\" ponieważ nie występuje kolumna o typie danych %s" -#: port/pg_shmem.c:162 port/sysv_shmem.c:162 +#: parser/parse_target.c:732 #, c-format -msgid "" -"This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space, or exceeded your kernel's SHMALL parameter. You can either reduce the request size or reconfigure the kernel with larger SHMALL. To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" -"Ten błąd zwykle oznacza, że ​​żądanie segmentu pamięci współdzielonej przez PostgreSQL przekracza ilość dostępnej pamięci lub przestrzeni wymiany, albo przekroczony został parametr jądra SHMALL. Można zmniejszyć rozmiar żądania lub skonfigurować jądro z większym parametrem SHMALL. Aby zmniejszyć rozmiar żądania (obecnie %lu bajtów), zmniejsz zużycie pamięci współdzielonej przez PostgreSQL, być może poprzez zmniejszenie shared_buffers lub max_connections.\n" -"Dokumentacja PostgreSQL zawiera więcej informacji o konfiguracji pamięci współdzielonej." +msgid "array assignment to \"%s\" requires type %s but expression is of type %s" +msgstr "przypisanie tablicy do \"%s\" wymaga typu %s ale wyrażenie jest typu %s" -#: port/pg_shmem.c:173 port/sysv_shmem.c:173 +#: parser/parse_target.c:742 #, 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. If you cannot increase the shared memory limit, reduce PostgreSQL's shared memory request (currently %lu bytes), perhaps by reducing shared_buffers or max_connections.\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" -"Ten błąd *nie* oznacza, że kończy się miejsce na dysku. Występuje, jeżeli wszystkie dostępne identyfikatory pamięci współdzielonej zostały pobrane, w takim przypadku trzeba zwiększyć parametr SHMMNI w jądrze, albo dlatego, że został osiągnięty systemowy ogólny limit pamięci współdzielonej. Jeśli nie można zwiększyć limitu pamięci współdzielonej, zmniejsz żądania PostgreSQL pamięci współdzielonej (obecnie %lu bajtów), być może poprzez zmniejszenie shared_buffers lub max_connections.\n" -"Dokumentacja PostgreSQL zawiera więcej informacji o konfiguracji pamięci współdzielonej." +msgid "subfield \"%s\" is of type %s but expression is of type %s" +msgstr "pole podrzędne \"%s\" jest typu %s ale wyrażenie jest typu %s" -#: port/pg_shmem.c:436 port/sysv_shmem.c:436 +#: parser/parse_target.c:1130 #, c-format -msgid "could not stat data directory \"%s\": %m" -msgstr "nie można wykonać stat na folderze danych \"%s\": %m" +msgid "SELECT * with no tables specified is not valid" +msgstr "SELECT * bez określonych tabel nie jest poprawne" -#: port/win32/crashdump.c:108 +#: parser/parse_type.c:83 #, c-format -msgid "could not load dbghelp.dll, cannot write crash dump\n" -msgstr "nie można wczytać dbghelp.dll, nie można zapisać zrzutu awaryjnego\n" +msgid "improper %%TYPE reference (too few dotted names): %s" +msgstr "niepoprawne wskazanie %%TYPE (za mało nazw oddzielonych kropkami): %s" -#: port/win32/crashdump.c:116 +#: parser/parse_type.c:105 #, c-format -msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n" -msgstr "nie można wczytać wymaganych funkcji z dbghelp.dll, nie można zapisać zrzutu awaryjnego\n" +msgid "improper %%TYPE reference (too many dotted names): %s" +msgstr "niepoprawne wskazanie %%TYPE (za wiele nazw oddzielonych kropkami): %s" -#: port/win32/crashdump.c:147 +#: parser/parse_type.c:133 #, c-format -msgid "could not open crash dump file \"%s\" for writing: error code %lu\n" -msgstr "nie udało się otworzyć pliku zrzutu awaryjnego \"%s\" do zapisu: kod błędu %lu\n" +msgid "type reference %s converted to %s" +msgstr "wskazanie typu %s przekształcone do %s" -#: port/win32/crashdump.c:154 +#: parser/parse_type.c:208 utils/cache/typcache.c:196 #, c-format -msgid "wrote crash dump to file \"%s\"\n" -msgstr "zapisano zrzut awaryjny do pliku \"%s\"\n" +msgid "type \"%s\" is only a shell" +msgstr "typ \"%s\" jest jedynie powłoką" -#: port/win32/crashdump.c:156 +#: parser/parse_type.c:293 #, c-format -msgid "could not write crash dump to file \"%s\": error code %lu\n" -msgstr "nie udało się zapisać zrzutu awaryjnego do pliku \"%s\": kod błędu %lu\n" +msgid "type modifier is not allowed for type \"%s\"" +msgstr "modyfikator typu nie jest dopuszczalny dla typu \"%s\"" -#: port/win32/security.c:43 +#: parser/parse_type.c:336 #, c-format -msgid "could not open process token: error code %lu\n" -msgstr "nie można otworzyć tokenu procesu: kod błędu %lu\n" +msgid "type modifiers must be simple constants or identifiers" +msgstr "modyfikatory typów muszą być prostymi stałymi lub identyfikatorami" -#: port/win32/security.c:63 +#: parser/parse_type.c:647 parser/parse_type.c:746 #, c-format -msgid "could not get SID for Administrators group: error code %lu\n" -msgstr "nie można pobrać SID dla grupy Administratorów: kod błędu %lu\n" +msgid "invalid type name \"%s\"" +msgstr "nieprawidłowa nazwa typu \"%s\"" -#: port/win32/security.c:72 +#: parser/parse_utilcmd.c:175 #, c-format -msgid "could not get SID for PowerUsers group: error code %lu\n" -msgstr "nie można pobrać SID dla grupy Użytkowników zaawansowanych: kod błędu %lu\n" +msgid "relation \"%s\" already exists, skipping" +msgstr "relacja \"%s\" już istnieje, pominięto" -#: port/win32/signal.c:189 +#: parser/parse_utilcmd.c:334 #, c-format -msgid "could not create signal listener pipe for PID %d: error code %lu" -msgstr "nie można utworzyć rury nasłuchu sygnału dla PID %d: kod błędu %lu" +msgid "array of serial is not implemented" +msgstr "tablica serialu nie jest zrealizowana" -#: port/win32/signal.c:269 port/win32/signal.c:301 +#: parser/parse_utilcmd.c:382 #, c-format -msgid "could not create signal listener pipe: error code %lu; retrying\n" -msgstr "nie można utworzyć rury nasłuchu sygnału: kod błędu %lu; ponawianie\n" +msgid "%s will create implicit sequence \"%s\" for serial column \"%s.%s\"" +msgstr "%s utworzy niejawną sekwencję \"%s\" dla kolumny serializowanej \"%s.%s\"" -#: port/win32/signal.c:312 +#: parser/parse_utilcmd.c:483 parser/parse_utilcmd.c:495 #, c-format -msgid "could not create signal dispatch thread: error code %lu\n" -msgstr "nie można utworzyć wątku wysyłki sygnału: kod błędu %lu\n" +msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" +msgstr "sprzeczne NULL/NOT NULL deklaracje dla kolumny \"%s\" tabeli \"%s\"" -#: port/win32_sema.c:94 +#: parser/parse_utilcmd.c:507 #, c-format -msgid "could not create semaphore: error code %lu" -msgstr "nie można utworzyć semafora: kod błędu %lu" +msgid "multiple default values specified for column \"%s\" of table \"%s\"" +msgstr "określono wielokrotnie wartości domyślne dla kolumny \"%s\" tabeli \"%s\"" -#: port/win32_sema.c:165 +#: parser/parse_utilcmd.c:1160 parser/parse_utilcmd.c:1236 #, c-format -msgid "could not lock semaphore: error code %lu" -msgstr "nie można zablokować semafora: kod błędu %lu" +msgid "Index \"%s\" contains a whole-row table reference." +msgstr "indeks \"%s\" zawiera wskazanie na tabelę całowierszową" -#: port/win32_sema.c:178 +#: parser/parse_utilcmd.c:1503 #, c-format -msgid "could not unlock semaphore: error code %lu" -msgstr "nie można odblokować semafora: kod błędu %lu" +msgid "cannot use an existing index in CREATE TABLE" +msgstr "nie można użyć istniejącego indeksu w CREATE TABLE" -#: port/win32_sema.c:207 +#: parser/parse_utilcmd.c:1523 #, c-format -msgid "could not try-lock semaphore: error code %lu" -msgstr "nie można wypróbować blokady semafora: kod błędu %lu" +msgid "index \"%s\" is already associated with a constraint" +msgstr "indeks \"%s\" jest już związany z ograniczeniem" -#: port/win32_shmem.c:168 port/win32_shmem.c:203 port/win32_shmem.c:224 +#: parser/parse_utilcmd.c:1531 #, c-format -msgid "could not create shared memory segment: error code %lu" -msgstr "nie można utworzyć segmentu pamięci współdzielonej: kod błędu %lu" +msgid "index \"%s\" does not belong to table \"%s\"" +msgstr "indeks \"%s\" nie należy do tabeli \"%s\"" -#: port/win32_shmem.c:169 +#: parser/parse_utilcmd.c:1538 #, c-format -msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)." -msgstr "Nieudanym wywołaniem systemowym było CreateFileMapping(size=%lu, name=%s)." +msgid "index \"%s\" is not valid" +msgstr "indeks \"%s\" nie jest poprawny" -#: port/win32_shmem.c:193 +#: parser/parse_utilcmd.c:1544 #, c-format -msgid "pre-existing shared memory block is still in use" -msgstr "istniejący już blok pamięci współdzielonej jest ciągle używany" +msgid "\"%s\" is not a unique index" +msgstr "\"%s\" nie jest indeksem unikalnym" -#: port/win32_shmem.c:194 +#: parser/parse_utilcmd.c:1545 parser/parse_utilcmd.c:1552 +#: parser/parse_utilcmd.c:1559 parser/parse_utilcmd.c:1629 #, c-format -msgid "Check if there are any old server processes still running, and terminate them." -msgstr "Sprawdź, czy są jeszcze wykonywane jakieś procesy serwera i zakończ je." +msgid "Cannot create a primary key or unique constraint using such an index." +msgstr "Nie można utworzyć klucza głównego ani klucza unikalnego przy użyciu takiego indeksu." -#: port/win32_shmem.c:204 +#: parser/parse_utilcmd.c:1551 #, c-format -msgid "Failed system call was DuplicateHandle." -msgstr "Nieudanym wywołaniem systemowym było DuplicateHandle." +msgid "index \"%s\" contains expressions" +msgstr "indeks \"%s\" zawiera wyrażenia" -#: port/win32_shmem.c:225 +#: parser/parse_utilcmd.c:1558 #, c-format -msgid "Failed system call was MapViewOfFileEx." -msgstr "Nieudanym wywołaniem systemowym było MapViewOfFileEx." +msgid "\"%s\" is a partial index" +msgstr "\"%s\" jest indeksem częściowym" -#: postmaster/autovacuum.c:362 +#: parser/parse_utilcmd.c:1570 #, c-format -msgid "could not fork autovacuum launcher process: %m" -msgstr "nie można rozwidlić procesu uruchamiania autoodkurzania: %m" +msgid "\"%s\" is a deferrable index" +msgstr "\"%s\" jest indeksem odraczalnym" -#: postmaster/autovacuum.c:407 +#: parser/parse_utilcmd.c:1571 #, c-format -msgid "autovacuum launcher started" -msgstr "uruchomiono program wywołujący autoodkurzanie" +msgid "Cannot create a non-deferrable constraint using a deferrable index." +msgstr "Nie można utworzyć nieodraczalnego ograniczenia przy użyciu odraczalnego indeksu." -#: postmaster/autovacuum.c:767 +#: parser/parse_utilcmd.c:1628 #, c-format -msgid "autovacuum launcher shutting down" -msgstr "zamknięto program wywołujący autoodkurzanie" +msgid "index \"%s\" does not have default sorting behavior" +msgstr "indeks \"%s\" nie ma domyślnego zachowania sortowania" -#: postmaster/autovacuum.c:1420 +#: parser/parse_utilcmd.c:1773 #, c-format -msgid "could not fork autovacuum worker process: %m" -msgstr "nie można rozwidlić proces roboczego autoodkurzania: %m" +msgid "column \"%s\" appears twice in primary key constraint" +msgstr "kolumna \"%s\" występuje dwukrotnie w kluczu głównym" -#: postmaster/autovacuum.c:1638 +#: parser/parse_utilcmd.c:1779 #, c-format -msgid "autovacuum: processing database \"%s\"" -msgstr "autoodkurzanie: przetwarzanie bazy danych \"%s\"" +msgid "column \"%s\" appears twice in unique constraint" +msgstr "kolumna \"%s\" występuje dwukrotnie w ograniczeniu unikalnym" -#: postmaster/autovacuum.c:2041 +#: parser/parse_utilcmd.c:1939 #, c-format -msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\"" -msgstr "autoodkurzanie: kasowanie sierot tabeli tymcz \"%s\".\"%s\" w bazie \"%s\"" +msgid "index expression cannot return a set" +msgstr "wyrażenie indeksowe nie może zwracać zbioru" -#: postmaster/autovacuum.c:2053 +#: parser/parse_utilcmd.c:1949 #, c-format -msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\"" -msgstr "autoodkurzanie: znaleziono sieroty tabeli tymcz \"%s\".\"%s\" w bazie \"%s\"" +msgid "index expressions and predicates can refer only to the table being indexed" +msgstr "wyrażenia indeksowe i predykaty mogą wskazywać tylko zindeksowane tabele" -#: postmaster/autovacuum.c:2323 +#: parser/parse_utilcmd.c:2046 #, c-format -msgid "automatic vacuum of table \"%s.%s.%s\"" -msgstr "automatyczne odkurzanie tabeli \"%s.%s.%s\"" +msgid "rule WHERE condition cannot contain references to other relations" +msgstr "warunek WHERE reguły nie może zawierać odnośników do innych relacji" -#: postmaster/autovacuum.c:2326 +#: parser/parse_utilcmd.c:2052 #, c-format -msgid "automatic analyze of table \"%s.%s.%s\"" -msgstr "automatyczna analiza tabeli \"%s.%s.%s\"" +msgid "cannot use aggregate function in rule WHERE condition" +msgstr "nie można użyć funkcji agregującej w warunku WHERE reguły" -#: postmaster/autovacuum.c:2812 +#: parser/parse_utilcmd.c:2056 #, c-format -msgid "autovacuum not started because of misconfiguration" -msgstr "nie uruchomiono autoodkurzanie przez błąd konfiguracji" +msgid "cannot use window function in rule WHERE condition" +msgstr "nie można używać funkcji okna w warunku WHERE reguły" -#: postmaster/autovacuum.c:2813 +#: parser/parse_utilcmd.c:2128 #, c-format -msgid "Enable the \"track_counts\" option." -msgstr "Włącz opcję \"track_counts\"." +msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE actions" +msgstr "reguły z warunkami WHERE mogą posiadać jedynie akcje SELECT, INSERT, UPDATE, lub DELETE" -#: postmaster/checkpointer.c:485 +#: parser/parse_utilcmd.c:2146 parser/parse_utilcmd.c:2245 +#: rewrite/rewriteHandler.c:467 rewrite/rewriteManip.c:1040 #, c-format -msgid "checkpoints are occurring too frequently (%d second apart)" -msgid_plural "checkpoints are occurring too frequently (%d seconds apart)" -msgstr[0] "punkty kontrolne występują zbyt często (co %d sekundę)" -msgstr[1] "punkty kontrolne występują zbyt często (co %d sekundy)" -msgstr[2] "punkty kontrolne występują zbyt często (co %d sekund)" +msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" +msgstr "warunkowe wyrażenia UNION/INTERSECT/EXCEPT nie są zaimplementowane" -#: postmaster/checkpointer.c:489 +#: parser/parse_utilcmd.c:2164 #, c-format -msgid "Consider increasing the configuration parameter \"checkpoint_segments\"." -msgstr "Rozważ zwiększenie parametru konfiguracyjnego \"checkpoint_segments\"." +msgid "ON SELECT rule cannot use OLD" +msgstr "reguła ON SELECT nie może używać OLD" -#: postmaster/checkpointer.c:634 +#: parser/parse_utilcmd.c:2168 #, c-format -msgid "transaction log switch forced (archive_timeout=%d)" -msgstr "wymuszono przełączenie dziennika transakcji (archive_timeout=%d)" +msgid "ON SELECT rule cannot use NEW" +msgstr "reguła ON SELECT nie może używać NEW" -#: postmaster/checkpointer.c:1090 +#: parser/parse_utilcmd.c:2177 #, c-format -msgid "checkpoint request failed" -msgstr "żądanie punktu kontrolnego nie powiodło się" +msgid "ON INSERT rule cannot use OLD" +msgstr "reguła ON INSERT nie może używać OLD" -#: postmaster/checkpointer.c:1091 +#: parser/parse_utilcmd.c:2183 #, c-format -msgid "Consult recent messages in the server log for details." -msgstr "Sprawdź poprzednie komunikaty w dzienniku serwera by poznać szczegóły." +msgid "ON DELETE rule cannot use NEW" +msgstr "reguła ON DELETE nie może używać NEW" -#: postmaster/checkpointer.c:1287 +#: parser/parse_utilcmd.c:2211 #, c-format -msgid "compacted fsync request queue from %d entries to %d entries" -msgstr "zagęszczono kolejkę żądań fsync od pozycji %d do pozycji %d" +msgid "cannot refer to OLD within WITH query" +msgstr "nie może odnosić się do OLD z kwerendy WITH" -#: postmaster/pgarch.c:164 +#: parser/parse_utilcmd.c:2218 #, c-format -msgid "could not fork archiver: %m" -msgstr "nie można rozwidlić archiwizatora: %m" +msgid "cannot refer to NEW within WITH query" +msgstr "nie może odnosić się do NEW z kwerendy WITH" -#: postmaster/pgarch.c:490 +#: parser/parse_utilcmd.c:2492 #, c-format -msgid "archive_mode enabled, yet archive_command is not set" -msgstr "włączono archive_mode, choć nie ustawiono jeszcze archive_command" +msgid "misplaced DEFERRABLE clause" +msgstr "niewłaściwie położona klauzula DEFERRABLE" -#: postmaster/pgarch.c:505 +#: parser/parse_utilcmd.c:2497 parser/parse_utilcmd.c:2512 #, c-format -msgid "transaction log file \"%s\" could not be archived: too many failures" -msgstr "plik dziennika transakcji \"%s\" nie mógł zostać zarchiwizowany: zbyt wiele awarii" +msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" +msgstr "wielokrotne klauzule DEFERRABLE/NOT DEFERRABLE niedozwolone" -#: postmaster/pgarch.c:608 +#: parser/parse_utilcmd.c:2507 #, c-format -msgid "archive command failed with exit code %d" -msgstr "polecenie archiwizacji nie powiodło się z kodem wyjścia %d" +msgid "misplaced NOT DEFERRABLE clause" +msgstr "niewłaściwie położona klauzula NOT DEFERRABLE" -#: postmaster/pgarch.c:610 postmaster/pgarch.c:620 postmaster/pgarch.c:627 -#: postmaster/pgarch.c:633 postmaster/pgarch.c:642 +#: parser/parse_utilcmd.c:2528 #, c-format -msgid "The failed archive command was: %s" -msgstr "Nieudane polecenie archiwizacji było: %s" +msgid "misplaced INITIALLY DEFERRED clause" +msgstr "niewłaściwie położona klauzula INITIALLY DEFERRABLE" -#: postmaster/pgarch.c:617 +#: parser/parse_utilcmd.c:2533 parser/parse_utilcmd.c:2559 #, c-format -msgid "archive command was terminated by exception 0x%X" -msgstr "polecenie archiwizacji zostało zatrzymane przez wyjątek 0x%X" +msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" +msgstr "wielokrotne klauzule INITIALLY IMMEDIATE/DEFERRED niedozwolone" -#: postmaster/pgarch.c:619 postmaster/postmaster.c:2883 +#: parser/parse_utilcmd.c:2554 #, c-format -msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." -msgstr "Przejrzyj plik nagłówkowy C \"ntstatus.h\" by sprawdzić opis wartości szesnastkowej." +msgid "misplaced INITIALLY IMMEDIATE clause" +msgstr "niewłaściwie położona klauzula INITIALLY IMMEDIATE" -#: postmaster/pgarch.c:624 +#: parser/parse_utilcmd.c:2745 #, c-format -msgid "archive command was terminated by signal %d: %s" -msgstr "polecenie archiwizacji zostało zatrzymane przez sygnał %d: %s" +msgid "CREATE specifies a schema (%s) different from the one being created (%s)" +msgstr "CREATE wskazuje schemat (%s) różny od właśnie tworzonego (%s)" -#: postmaster/pgarch.c:631 +#: parser/scansup.c:192 #, c-format -msgid "archive command was terminated by signal %d" -msgstr "polecenie archiwizacji zostało zatrzymane przez sygnał %d" +msgid "identifier \"%s\" will be truncated to \"%s\"" +msgstr "identyfikator \"%s\" zostanie obcięty do \"%s\"" -#: postmaster/pgarch.c:640 +#: port/pg_latch.c:334 port/unix_latch.c:334 #, c-format -msgid "archive command exited with unrecognized status %d" -msgstr "polecenie archiwizacji zakończyło działanie z nieznanym stanem %d" +msgid "poll() failed: %m" +msgstr "poll() nie powiodła się: %m" -#: postmaster/pgarch.c:652 +#: port/pg_latch.c:421 port/unix_latch.c:421 +#: replication/libpqwalreceiver/libpqwalreceiver.c:233 #, c-format -msgid "archived transaction log file \"%s\"" -msgstr "zarchiwizowano plik dziennika transakcji \"%s\"" +msgid "select() failed: %m" +msgstr "select() nie powiodła się: %m" -#: postmaster/pgarch.c:701 +#: port/pg_sema.c:113 port/sysv_sema.c:113 #, c-format -msgid "could not open archive status directory \"%s\": %m" -msgstr "nie można otworzyć folderu stanu archiwum \"%s\": %m" +msgid "could not create semaphores: %m" +msgstr "nie można utworzyć semaforów: %m" -#: postmaster/pgstat.c:333 +#: port/pg_sema.c:114 port/sysv_sema.c:114 #, c-format -msgid "could not resolve \"localhost\": %s" -msgstr "nie może rozwiązać \"localhost\": %s" +msgid "Failed system call was semget(%lu, %d, 0%o)." +msgstr "Nieudanym wywołaniem systemowym było semget(%lu, %d, 0%o)." -#: postmaster/pgstat.c:356 +#: port/pg_sema.c:118 port/sysv_sema.c:118 #, c-format -msgid "trying another address for the statistics collector" -msgstr "próba innego adresu do kolektora statystyk" +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." +msgstr "" +"Ten błąd *nie* oznacza, że brakuje Ci miejsca na dysku. Zdarza się to gdy albo limit systemu dla maksymalnej liczby grup semaforów (SEMMNI) albo maksymalna liczba semaforów dla całego systemu (SEMMNS) zostanie przekroczona. Trzeba zwiększyć odpowiednie parametry jądra. Ewentualnie można zmniejszyć zużycie semaforów PostgreSQL przez zmniejszenie parametru max_connections.\n" +"Dokumentacja PostgreSQL zawiera więcej informacji na temat konfiguracji systemu PostgreSQL." -#: postmaster/pgstat.c:365 +#: port/pg_sema.c:148 port/sysv_sema.c:148 #, c-format -msgid "could not create socket for statistics collector: %m" -msgstr "nie można utworzyć gniazda dla kolektora statystyk: %m" +msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d. Look into the PostgreSQL documentation for details." +msgstr "Prawdopodobnie powinieneś zwiększyć wartość SEMVMX jądra do co najmniej %d. Sprawdź dokumentację PostgreSQL by uzyskać szczegóły." -#: postmaster/pgstat.c:377 +#: port/pg_shmem.c:143 port/sysv_shmem.c:143 #, c-format -msgid "could not bind socket for statistics collector: %m" -msgstr "nie można dowiązać gniazda dla kolektora statystyk: %m" +msgid "could not create shared memory segment: %m" +msgstr "nie można utworzyć segmentu pamięci współdzielonej: %m" -#: postmaster/pgstat.c:388 +#: port/pg_shmem.c:144 port/sysv_shmem.c:144 #, c-format -msgid "could not get address of socket for statistics collector: %m" -msgstr "nie można pobrać adresu gniazda dla kolektora statystyk: %m" +msgid "Failed system call was shmget(key=%lu, size=%lu, 0%o)." +msgstr "Nieudanym wywołaniem systemowym było shmget(key=%lu, size=%lu, 0%o)." -#: postmaster/pgstat.c:404 +#: port/pg_shmem.c:148 port/sysv_shmem.c:148 #, c-format -msgid "could not connect socket for statistics collector: %m" -msgstr "nie można połączyć z gniazdem dla kolektora statystyk: %m" +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 "" +"Błąd ten zwykle oznacza, że żądanie współdzielonego segmentu pamięci PostgreSQL przekroczyło parametr jądra SHMMAX. Możesz albo zmniejszyć rozmiar żądania albo zmienić konfigurację jądra przez zwiększenie SHMMAX. Aby zmniejszyć rozmiar żądania (obecnie %lu bajtów), zmniejsz zużycie przez PostgreSQL pamięci współdzielonej, być może przez zmniejszenie shared_buffers lub max_connections.\n" +"Jeśli rozmiar żądania jest już mały, możliwe, że jest mniejszy niż parametr jądra SHMMIN, w którym to przypadku jest wymagane podniesienie wielkości żądania lub rekonfiguracja SHMMIN.\n" +"Dokumentacja PostgreSQL zawiera więcej informacji o konfiguracji pamięci współdzielonej." -#: postmaster/pgstat.c:425 +#: port/pg_shmem.c:161 port/sysv_shmem.c:161 #, c-format -msgid "could not send test message on socket for statistics collector: %m" -msgstr "nie można wysłać komunikatu testowego na gnieździe dla kolektora statystyk: %m" +msgid "" +"This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space, or exceeded your kernel's SHMALL parameter. You can either reduce the request size or reconfigure the kernel with larger SHMALL. To reduce the request size (currently %lu bytes), reduce PostgreSQL's shared memory usage, perhaps by reducing shared_buffers or max_connections.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." +msgstr "" +"Ten błąd zwykle oznacza, że ​​żądanie segmentu pamięci współdzielonej przez PostgreSQL przekracza ilość dostępnej pamięci lub przestrzeni wymiany, albo przekroczony został parametr jądra SHMALL. Można zmniejszyć rozmiar żądania lub skonfigurować jądro z większym parametrem SHMALL. Aby zmniejszyć rozmiar żądania (obecnie %lu bajtów), zmniejsz zużycie pamięci współdzielonej przez PostgreSQL, być może poprzez zmniejszenie shared_buffers lub max_connections.\n" +"Dokumentacja PostgreSQL zawiera więcej informacji o konfiguracji pamięci współdzielonej." -#: postmaster/pgstat.c:451 +#: port/pg_shmem.c:172 port/sysv_shmem.c:172 #, c-format -msgid "select() failed in statistics collector: %m" -msgstr "nie powiodło się select() na kolektorze statystyk: %m" +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. If you cannot increase the shared memory limit, reduce PostgreSQL's shared memory request (currently %lu bytes), perhaps by reducing shared_buffers or max_connections.\n" +"The PostgreSQL documentation contains more information about shared memory configuration." +msgstr "" +"Ten błąd *nie* oznacza, że kończy się miejsce na dysku. Występuje, jeżeli wszystkie dostępne identyfikatory pamięci współdzielonej zostały pobrane, w takim przypadku trzeba zwiększyć parametr SHMMNI w jądrze, albo dlatego, że został osiągnięty systemowy ogólny limit pamięci współdzielonej. Jeśli nie można zwiększyć limitu pamięci współdzielonej, zmniejsz żądania PostgreSQL pamięci współdzielonej (obecnie %lu bajtów), być może poprzez zmniejszenie shared_buffers lub max_connections.\n" +"Dokumentacja PostgreSQL zawiera więcej informacji o konfiguracji pamięci współdzielonej." -#: postmaster/pgstat.c:466 +#: port/pg_shmem.c:435 port/sysv_shmem.c:435 #, c-format -msgid "test message did not get through on socket for statistics collector" -msgstr "komunikat testowy nie dotarł na gniazdo dla kolektora statystyk" +msgid "could not stat data directory \"%s\": %m" +msgstr "nie można wykonać stat na folderze danych \"%s\": %m" -#: postmaster/pgstat.c:481 +#: port/win32/crashdump.c:108 #, c-format -msgid "could not receive test message on socket for statistics collector: %m" -msgstr "nie można odebrać komunikatu testowego na gnieździe dla kolektora statystyk: %m" +msgid "could not load dbghelp.dll, cannot write crash dump\n" +msgstr "nie można wczytać dbghelp.dll, nie można zapisać zrzutu awaryjnego\n" -#: postmaster/pgstat.c:491 +#: port/win32/crashdump.c:116 #, c-format -msgid "incorrect test message transmission on socket for statistics collector" -msgstr "niepoprawna transmisja komunikatu testowego na gnieździe dla kolektora statystyk" +msgid "could not load required functions in dbghelp.dll, cannot write crash dump\n" +msgstr "nie można wczytać wymaganych funkcji z dbghelp.dll, nie można zapisać zrzutu awaryjnego\n" -#: postmaster/pgstat.c:514 +#: port/win32/crashdump.c:147 #, c-format -msgid "could not set statistics collector socket to nonblocking mode: %m" -msgstr "nie można ustawić kolektora statystyk w tryb nieblokujący: %m" +msgid "could not open crash dump file \"%s\" for writing: error code %lu\n" +msgstr "nie udało się otworzyć pliku zrzutu awaryjnego \"%s\" do zapisu: kod błędu %lu\n" -#: postmaster/pgstat.c:524 +#: port/win32/crashdump.c:154 #, c-format -msgid "disabling statistics collector for lack of working socket" -msgstr "wyłączenie kolektora statystyk ze względu na brak działającego gniazda" +msgid "wrote crash dump to file \"%s\"\n" +msgstr "zapisano zrzut awaryjny do pliku \"%s\"\n" -#: postmaster/pgstat.c:626 +#: port/win32/crashdump.c:156 #, c-format -msgid "could not fork statistics collector: %m" -msgstr "nie można rozwidlić gniazda dla kolektora statystyk: %m" +msgid "could not write crash dump to file \"%s\": error code %lu\n" +msgstr "nie udało się zapisać zrzutu awaryjnego do pliku \"%s\": kod błędu %lu\n" -#: postmaster/pgstat.c:1162 postmaster/pgstat.c:1186 postmaster/pgstat.c:1217 +#: port/win32/security.c:43 #, c-format -msgid "must be superuser to reset statistics counters" -msgstr "musisz być superużytkownikiem by zresetować liczniki statystyk" +msgid "could not open process token: error code %lu\n" +msgstr "nie można otworzyć tokenu procesu: kod błędu %lu\n" -#: postmaster/pgstat.c:1193 +#: port/win32/security.c:63 #, c-format -msgid "unrecognized reset target: \"%s\"" -msgstr "nierozpoznany cel resetu \"%s\"" +msgid "could not get SID for Administrators group: error code %lu\n" +msgstr "nie można pobrać SID dla grupy Administratorów: kod błędu %lu\n" -#: postmaster/pgstat.c:1194 +#: port/win32/security.c:72 #, c-format -msgid "Target must be \"bgwriter\"." -msgstr "Celem musi być \"bgwriter\"." +msgid "could not get SID for PowerUsers group: error code %lu\n" +msgstr "nie można pobrać SID dla grupy Użytkowników zaawansowanych: kod błędu %lu\n" -#: postmaster/pgstat.c:3139 +#: port/win32/signal.c:189 #, c-format -msgid "could not read statistics message: %m" -msgstr "nie można odczytać komunikatu statystyk: %m" +msgid "could not create signal listener pipe for PID %d: error code %lu" +msgstr "nie można utworzyć rury nasłuchu sygnału dla PID %d: kod błędu %lu" -#: postmaster/pgstat.c:3456 +#: port/win32/signal.c:269 port/win32/signal.c:301 #, c-format -msgid "could not open temporary statistics file \"%s\": %m" -msgstr "nie można otworzyć tymczasowego pliku statystyk \"%s\": %m" +msgid "could not create signal listener pipe: error code %lu; retrying\n" +msgstr "nie można utworzyć rury nasłuchu sygnału: kod błędu %lu; ponawianie\n" -#: postmaster/pgstat.c:3533 +#: port/win32/signal.c:312 #, c-format -msgid "could not write temporary statistics file \"%s\": %m" -msgstr "nie można pisać do tymczasowego pliku statystyk \"%s\": %m" +msgid "could not create signal dispatch thread: error code %lu\n" +msgstr "nie można utworzyć wątku wysyłki sygnału: kod błędu %lu\n" -#: postmaster/pgstat.c:3542 +#: port/win32_sema.c:94 #, c-format -msgid "could not close temporary statistics file \"%s\": %m" -msgstr "nie można zamknąć tymczasowego pliku statystyk \"%s\": %m" +msgid "could not create semaphore: error code %lu" +msgstr "nie można utworzyć semafora: kod błędu %lu" -#: postmaster/pgstat.c:3550 +#: port/win32_sema.c:165 #, c-format -msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" -msgstr "nie można zmienić nazwy tymczasowego pliku statystyk \"%s\" na \"%s\": %m" +msgid "could not lock semaphore: error code %lu" +msgstr "nie można zablokować semafora: kod błędu %lu" -#: postmaster/pgstat.c:3656 postmaster/pgstat.c:3885 +#: port/win32_sema.c:178 #, c-format -msgid "could not open statistics file \"%s\": %m" -msgstr "nie można otworzyć pliku statystyk \"%s\": %m" +msgid "could not unlock semaphore: error code %lu" +msgstr "nie można odblokować semafora: kod błędu %lu" -#: postmaster/pgstat.c:3668 postmaster/pgstat.c:3678 postmaster/pgstat.c:3700 -#: postmaster/pgstat.c:3715 postmaster/pgstat.c:3778 postmaster/pgstat.c:3796 -#: postmaster/pgstat.c:3812 postmaster/pgstat.c:3830 postmaster/pgstat.c:3846 -#: postmaster/pgstat.c:3897 postmaster/pgstat.c:3908 +#: port/win32_sema.c:207 #, c-format -msgid "corrupted statistics file \"%s\"" -msgstr "uszkodzony plik statystyk \"%s\"" +msgid "could not try-lock semaphore: error code %lu" +msgstr "nie można wypróbować blokady semafora: kod błędu %lu" -#: postmaster/pgstat.c:4210 +#: port/win32_shmem.c:168 port/win32_shmem.c:203 port/win32_shmem.c:224 #, c-format -msgid "database hash table corrupted during cleanup --- abort" -msgstr "tabeli haszy bazy danych uszkodzona podczas czyszczenia --- przerwano" +msgid "could not create shared memory segment: error code %lu" +msgstr "nie można utworzyć segmentu pamięci współdzielonej: kod błędu %lu" -#: postmaster/postmaster.c:592 +#: port/win32_shmem.c:169 #, c-format -msgid "%s: invalid argument for option -f: \"%s\"\n" -msgstr "%s: niepoprawny argument dla opcji -f: \"%s\"\n" +msgid "Failed system call was CreateFileMapping(size=%lu, name=%s)." +msgstr "Nieudanym wywołaniem systemowym było CreateFileMapping(size=%lu, name=%s)." -#: postmaster/postmaster.c:678 +#: port/win32_shmem.c:193 #, c-format -msgid "%s: invalid argument for option -t: \"%s\"\n" -msgstr "%s: niepoprawny argument dla opcji -t: \"%s\"\n" +msgid "pre-existing shared memory block is still in use" +msgstr "istniejący już blok pamięci współdzielonej jest ciągle używany" -#: postmaster/postmaster.c:729 +#: port/win32_shmem.c:194 #, c-format -msgid "%s: invalid argument: \"%s\"\n" -msgstr "%s: niepoprawny argument: \"%s\"\n" +msgid "Check if there are any old server processes still running, and terminate them." +msgstr "Sprawdź, czy są jeszcze wykonywane jakieś procesy serwera i zakończ je." -#: postmaster/postmaster.c:764 +#: port/win32_shmem.c:204 #, c-format -msgid "%s: superuser_reserved_connections must be less than max_connections\n" -msgstr "%s: superuser_reserved_connections musi być mniejszy niż max_connections\n" +msgid "Failed system call was DuplicateHandle." +msgstr "Nieudanym wywołaniem systemowym było DuplicateHandle." -#: postmaster/postmaster.c:769 +#: port/win32_shmem.c:225 #, c-format -msgid "%s: max_wal_senders must be less than max_connections\n" -msgstr "%s: max_wal_senders musi być mniejszy niż max_connections\n" +msgid "Failed system call was MapViewOfFileEx." +msgstr "Nieudanym wywołaniem systemowym było MapViewOfFileEx." -#: postmaster/postmaster.c:774 +#: postmaster/autovacuum.c:362 #, c-format -msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\"" -msgstr "archiwalny WAL (archive_mode=on) wymaga dla wal_level wartości \"archive\" lub \"hot_standby\"" +msgid "could not fork autovacuum launcher process: %m" +msgstr "nie można rozwidlić procesu uruchamiania autoodkurzania: %m" -#: postmaster/postmaster.c:777 +#: postmaster/autovacuum.c:407 #, c-format -msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"" -msgstr "archiwalny WAL (max_wal_senders > 0) wymaga dla wal_level wartości \"archive\" lub \"hot_standby\"" +msgid "autovacuum launcher started" +msgstr "uruchomiono program wywołujący autoodkurzanie" -#: postmaster/postmaster.c:785 +#: postmaster/autovacuum.c:767 #, c-format -msgid "%s: invalid datetoken tables, please fix\n" -msgstr "%s: niepoprawne tabele datetoken, proszę naprawić\n" +msgid "autovacuum launcher shutting down" +msgstr "zamknięto program wywołujący autoodkurzanie" -#: postmaster/postmaster.c:861 +#: postmaster/autovacuum.c:1420 #, c-format -msgid "invalid list syntax for \"listen_addresses\"" -msgstr "nieprawidłowa składnie listy dla \"listen_addresses\"" +msgid "could not fork autovacuum worker process: %m" +msgstr "nie można rozwidlić proces roboczego autoodkurzania: %m" -#: postmaster/postmaster.c:891 +#: postmaster/autovacuum.c:1638 #, c-format -msgid "could not create listen socket for \"%s\"" -msgstr "nie można utworzyć gniazda nasłuchu dla \"%s\"" +msgid "autovacuum: processing database \"%s\"" +msgstr "autoodkurzanie: przetwarzanie bazy danych \"%s\"" -#: postmaster/postmaster.c:897 +#: postmaster/autovacuum.c:2041 #, c-format -msgid "could not create any TCP/IP sockets" -msgstr "nie można stworzyć żadnego gniazda TCP/IP" +msgid "autovacuum: dropping orphan temp table \"%s\".\"%s\" in database \"%s\"" +msgstr "autoodkurzanie: kasowanie sierot tabeli tymcz \"%s\".\"%s\" w bazie \"%s\"" -#: postmaster/postmaster.c:948 +#: postmaster/autovacuum.c:2053 #, c-format -msgid "could not create Unix-domain socket" -msgstr "nie można stworzyć gniazda domeny Uniksa" +msgid "autovacuum: found orphan temp table \"%s\".\"%s\" in database \"%s\"" +msgstr "autoodkurzanie: znaleziono sieroty tabeli tymcz \"%s\".\"%s\" w bazie \"%s\"" -#: postmaster/postmaster.c:956 +#: postmaster/autovacuum.c:2323 #, c-format -msgid "no socket created for listening" -msgstr "nie utworzono żadnego gniazda do nasłuchiwania" +msgid "automatic vacuum of table \"%s.%s.%s\"" +msgstr "automatyczne odkurzanie tabeli \"%s.%s.%s\"" -#: postmaster/postmaster.c:1001 +#: postmaster/autovacuum.c:2326 #, c-format -msgid "could not create I/O completion port for child queue" -msgstr "nie można utworzyć portu zakończenia wejścia/wyjścia dla kolejki potomnej" +msgid "automatic analyze of table \"%s.%s.%s\"" +msgstr "automatyczna analiza tabeli \"%s.%s.%s\"" -#: postmaster/postmaster.c:1031 +#: postmaster/autovacuum.c:2812 #, c-format -msgid "%s: could not change permissions of external PID file \"%s\": %s\n" -msgstr "%s: nie można zmienić uprawnień pliku PID zewnętrznych \"%s\": %s\n" +msgid "autovacuum not started because of misconfiguration" +msgstr "nie uruchomiono autoodkurzanie przez błąd konfiguracji" -#: postmaster/postmaster.c:1035 +#: postmaster/autovacuum.c:2813 #, c-format -msgid "%s: could not write external PID file \"%s\": %s\n" -msgstr "%s: nie można zapisać pliku zewnętrznego PID \"%s\": %s\n" +msgid "Enable the \"track_counts\" option." +msgstr "Włącz opcję \"track_counts\"." -#: postmaster/postmaster.c:1103 utils/init/postinit.c:197 +#: postmaster/checkpointer.c:485 #, c-format -msgid "could not load pg_hba.conf" -msgstr "nie można załadować pg_hba.conf" +msgid "checkpoints are occurring too frequently (%d second apart)" +msgid_plural "checkpoints are occurring too frequently (%d seconds apart)" +msgstr[0] "punkty kontrolne występują zbyt często (co %d sekundę)" +msgstr[1] "punkty kontrolne występują zbyt często (co %d sekundy)" +msgstr[2] "punkty kontrolne występują zbyt często (co %d sekund)" -#: postmaster/postmaster.c:1156 +#: postmaster/checkpointer.c:489 #, c-format -msgid "%s: could not locate matching postgres executable" -msgstr "%s: nie można odnaleźć pasującego programu wykonywalnego postgres" +msgid "Consider increasing the configuration parameter \"checkpoint_segments\"." +msgstr "Rozważ zwiększenie parametru konfiguracyjnego \"checkpoint_segments\"." -#: postmaster/postmaster.c:1179 utils/misc/tzparser.c:325 +#: postmaster/checkpointer.c:634 #, c-format -msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." -msgstr "Może to wskazywać na niepełną instalację PostgreSQL lub że plik \"%s\" został przeniesiony gdzieś z właściwej lokalizacji." +msgid "transaction log switch forced (archive_timeout=%d)" +msgstr "wymuszono przełączenie dziennika transakcji (archive_timeout=%d)" -#: postmaster/postmaster.c:1207 +#: postmaster/checkpointer.c:1090 #, c-format -msgid "data directory \"%s\" does not exist" -msgstr "folder danych \"%s\" nie istnieje" +msgid "checkpoint request failed" +msgstr "żądanie punktu kontrolnego nie powiodło się" -#: postmaster/postmaster.c:1212 +#: postmaster/checkpointer.c:1091 #, c-format -msgid "could not read permissions of directory \"%s\": %m" -msgstr "nie można odczytać uprawnień dla folderu \"%s\": %m" +msgid "Consult recent messages in the server log for details." +msgstr "Sprawdź poprzednie komunikaty w dzienniku serwera by poznać szczegóły." -#: postmaster/postmaster.c:1220 +#: postmaster/checkpointer.c:1287 #, c-format -msgid "specified data directory \"%s\" is not a directory" -msgstr "wskazany folder danych \"%s\" nie jest folderem" +msgid "compacted fsync request queue from %d entries to %d entries" +msgstr "zagęszczono kolejkę żądań fsync od pozycji %d do pozycji %d" -#: postmaster/postmaster.c:1236 +#: postmaster/pgarch.c:164 #, c-format -msgid "data directory \"%s\" has wrong ownership" -msgstr "słownik danych \"%s\" ma niepoprawną własność" +msgid "could not fork archiver: %m" +msgstr "nie można rozwidlić archiwizatora: %m" -#: postmaster/postmaster.c:1238 +#: postmaster/pgarch.c:490 #, c-format -msgid "The server must be started by the user that owns the data directory." -msgstr "Serwer musi być uruchomiony przez użytkownika, który jest właścicielem folderu." +msgid "archive_mode enabled, yet archive_command is not set" +msgstr "włączono archive_mode, choć nie ustawiono jeszcze archive_command" -#: postmaster/postmaster.c:1258 +#: postmaster/pgarch.c:505 #, c-format -msgid "data directory \"%s\" has group or world access" -msgstr "folder danych \"%s\" posiada prawa dostępu dla grupy lub wszystkich" +msgid "transaction log file \"%s\" could not be archived: too many failures" +msgstr "plik dziennika transakcji \"%s\" nie mógł zostać zarchiwizowany: zbyt wiele awarii" -#: postmaster/postmaster.c:1260 +#: postmaster/pgarch.c:608 #, c-format -msgid "Permissions should be u=rwx (0700)." -msgstr "Prawa dostępu powinny być u=rwx (0700)." +msgid "archive command failed with exit code %d" +msgstr "polecenie archiwizacji nie powiodło się z kodem wyjścia %d" -#: postmaster/postmaster.c:1271 +#: postmaster/pgarch.c:610 postmaster/pgarch.c:620 postmaster/pgarch.c:627 +#: postmaster/pgarch.c:633 postmaster/pgarch.c:642 #, c-format -msgid "" -"%s: could not find the database system\n" -"Expected to find it in the directory \"%s\",\n" -"but could not open file \"%s\": %s\n" -msgstr "" -"%s: nie udało się znaleźć systemu bazy danych\n" -"Powinien był znajdować się w folderze \"%s\",\n" -"ale nie udało się otworzyć pliku \"%s\": %s\n" +msgid "The failed archive command was: %s" +msgstr "Nieudane polecenie archiwizacji było: %s" -#: postmaster/postmaster.c:1343 +#: postmaster/pgarch.c:617 #, c-format -msgid "select() failed in postmaster: %m" -msgstr "nie powiodło się select() w postmasterze: %m" +msgid "archive command was terminated by exception 0x%X" +msgstr "polecenie archiwizacji zostało zatrzymane przez wyjątek 0x%X" -#: postmaster/postmaster.c:1510 postmaster/postmaster.c:1541 +#: postmaster/pgarch.c:619 postmaster/postmaster.c:2878 #, c-format -msgid "incomplete startup packet" -msgstr "niekompletny pakiet uruchomieniowy" +msgid "See C include file \"ntstatus.h\" for a description of the hexadecimal value." +msgstr "Przejrzyj plik nagłówkowy C \"ntstatus.h\" by sprawdzić opis wartości szesnastkowej." -#: postmaster/postmaster.c:1522 +#: postmaster/pgarch.c:624 #, c-format -msgid "invalid length of startup packet" -msgstr "niepoprawna długość pakietu uruchomieniowego" +msgid "archive command was terminated by signal %d: %s" +msgstr "polecenie archiwizacji zostało zatrzymane przez sygnał %d: %s" -#: postmaster/postmaster.c:1579 +#: postmaster/pgarch.c:631 #, c-format -msgid "failed to send SSL negotiation response: %m" -msgstr "nie powiodło się wysłanie odpowiedzi negocjacji SSL: %m" +msgid "archive command was terminated by signal %d" +msgstr "polecenie archiwizacji zostało zatrzymane przez sygnał %d" -#: postmaster/postmaster.c:1608 +#: postmaster/pgarch.c:640 #, c-format -msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" -msgstr "nieobsługiwany protokół frontendu %u.%u: serwer obsługuje %u.0 do %u.%u" +msgid "archive command exited with unrecognized status %d" +msgstr "polecenie archiwizacji zakończyło działanie z nieznanym stanem %d" -#: postmaster/postmaster.c:1659 +#: postmaster/pgarch.c:652 #, c-format -msgid "invalid value for boolean option \"replication\"" -msgstr "niepoprawna wartość dla opcji logicznej \"replication\"" +msgid "archived transaction log file \"%s\"" +msgstr "zarchiwizowano plik dziennika transakcji \"%s\"" -#: postmaster/postmaster.c:1679 +#: postmaster/pgarch.c:701 #, c-format -msgid "invalid startup packet layout: expected terminator as last byte" -msgstr "niepoprawny układ pakietu uruchomieniowego: oczekiwano terminatora na ostatnim bajcie" +msgid "could not open archive status directory \"%s\": %m" +msgstr "nie można otworzyć folderu stanu archiwum \"%s\": %m" -#: postmaster/postmaster.c:1707 +#: postmaster/pgstat.c:333 #, c-format -msgid "no PostgreSQL user name specified in startup packet" -msgstr "brak użytkownika PostgreSQL wskazanego w pakiecie uruchomieniowym" +msgid "could not resolve \"localhost\": %s" +msgstr "nie może rozwiązać \"localhost\": %s" -#: postmaster/postmaster.c:1764 +#: postmaster/pgstat.c:356 #, c-format -msgid "the database system is starting up" -msgstr "system bazy danych uruchamia się" +msgid "trying another address for the statistics collector" +msgstr "próba innego adresu do kolektora statystyk" -#: postmaster/postmaster.c:1769 +#: postmaster/pgstat.c:365 #, c-format -msgid "the database system is shutting down" -msgstr "system bazy danych jest zamykany" +msgid "could not create socket for statistics collector: %m" +msgstr "nie można utworzyć gniazda dla kolektora statystyk: %m" -#: postmaster/postmaster.c:1774 +#: postmaster/pgstat.c:377 #, c-format -msgid "the database system is in recovery mode" -msgstr "system bazy danych jest w trybie odzyskiwania" +msgid "could not bind socket for statistics collector: %m" +msgstr "nie można dowiązać gniazda dla kolektora statystyk: %m" -#: postmaster/postmaster.c:1779 storage/ipc/procarray.c:277 -#: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:336 +#: postmaster/pgstat.c:388 #, c-format -msgid "sorry, too many clients already" -msgstr "przepraszamy, mamy już zbyt wiele klientów" +msgid "could not get address of socket for statistics collector: %m" +msgstr "nie można pobrać adresu gniazda dla kolektora statystyk: %m" -#: postmaster/postmaster.c:1841 +#: postmaster/pgstat.c:404 #, c-format -msgid "wrong key in cancel request for process %d" -msgstr "niepoprawny klucz w żądaniu anulowania dla procesu %d" +msgid "could not connect socket for statistics collector: %m" +msgstr "nie można połączyć z gniazdem dla kolektora statystyk: %m" -#: postmaster/postmaster.c:1849 +#: postmaster/pgstat.c:425 #, c-format -msgid "PID %d in cancel request did not match any process" -msgstr "PID %d w żądaniu anulowania ni pasuje do żadnego procesu" +msgid "could not send test message on socket for statistics collector: %m" +msgstr "nie można wysłać komunikatu testowego na gnieździe dla kolektora statystyk: %m" -#: postmaster/postmaster.c:2069 +#: postmaster/pgstat.c:451 #, c-format -msgid "received SIGHUP, reloading configuration files" -msgstr "odebrano SIGHUP, przeładowanie plików konfiguracyjnych" +msgid "select() failed in statistics collector: %m" +msgstr "nie powiodło się select() na kolektorze statystyk: %m" -#: postmaster/postmaster.c:2094 +#: postmaster/pgstat.c:466 #, c-format -msgid "pg_hba.conf not reloaded" -msgstr "pg_hba.conf nie przeładowany" +msgid "test message did not get through on socket for statistics collector" +msgstr "komunikat testowy nie dotarł na gniazdo dla kolektora statystyk" -#: postmaster/postmaster.c:2137 +#: postmaster/pgstat.c:481 #, c-format -msgid "received smart shutdown request" -msgstr "odebrano żądanie inteligentnego zamknięcia" +msgid "could not receive test message on socket for statistics collector: %m" +msgstr "nie można odebrać komunikatu testowego na gnieździe dla kolektora statystyk: %m" -#: postmaster/postmaster.c:2187 +#: postmaster/pgstat.c:491 #, c-format -msgid "received fast shutdown request" -msgstr "odebrano żądanie szybkiego zamknięcia" +msgid "incorrect test message transmission on socket for statistics collector" +msgstr "niepoprawna transmisja komunikatu testowego na gnieździe dla kolektora statystyk" -#: postmaster/postmaster.c:2211 +#: postmaster/pgstat.c:514 #, c-format -msgid "aborting any active transactions" -msgstr "przerywanie wszelkich aktywnych transakcji" +msgid "could not set statistics collector socket to nonblocking mode: %m" +msgstr "nie można ustawić kolektora statystyk w tryb nieblokujący: %m" -#: postmaster/postmaster.c:2240 +#: postmaster/pgstat.c:524 #, c-format -msgid "received immediate shutdown request" -msgstr "odebrano żądanie natychmiastowego zamknięcia" - -#: postmaster/postmaster.c:2330 postmaster/postmaster.c:2351 -msgid "startup process" -msgstr "proces uruchomienia" +msgid "disabling statistics collector for lack of working socket" +msgstr "wyłączenie kolektora statystyk ze względu na brak działającego gniazda" -#: postmaster/postmaster.c:2333 +#: postmaster/pgstat.c:626 #, c-format -msgid "aborting startup due to startup process failure" -msgstr "przerwanie uruchomienia ze względu na niepowodzenie procesu uruchomienia" +msgid "could not fork statistics collector: %m" +msgstr "nie można rozwidlić gniazda dla kolektora statystyk: %m" -#: postmaster/postmaster.c:2378 +#: postmaster/pgstat.c:1162 postmaster/pgstat.c:1186 postmaster/pgstat.c:1217 #, c-format -msgid "terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect" -msgstr "przerwano wszystkie procesy walsender by wymusić kaskadową gotowość do aktualizacji osi czasu i ponownego połączenia" +msgid "must be superuser to reset statistics counters" +msgstr "musisz być superużytkownikiem by zresetować liczniki statystyk" -#: postmaster/postmaster.c:2408 +#: postmaster/pgstat.c:1193 #, c-format -msgid "database system is ready to accept connections" -msgstr "system bazy danych jest gotowy do przyjmowania połączeń" +msgid "unrecognized reset target: \"%s\"" +msgstr "nierozpoznany cel resetu \"%s\"" + +#: postmaster/pgstat.c:1194 +#, c-format +msgid "Target must be \"bgwriter\"." +msgstr "Celem musi być \"bgwriter\"." + +#: postmaster/pgstat.c:3143 +#, c-format +msgid "could not read statistics message: %m" +msgstr "nie można odczytać komunikatu statystyk: %m" + +#: postmaster/pgstat.c:3460 +#, c-format +msgid "could not open temporary statistics file \"%s\": %m" +msgstr "nie można otworzyć tymczasowego pliku statystyk \"%s\": %m" + +#: postmaster/pgstat.c:3537 +#, c-format +msgid "could not write temporary statistics file \"%s\": %m" +msgstr "nie można pisać do tymczasowego pliku statystyk \"%s\": %m" + +#: postmaster/pgstat.c:3546 +#, c-format +msgid "could not close temporary statistics file \"%s\": %m" +msgstr "nie można zamknąć tymczasowego pliku statystyk \"%s\": %m" + +#: postmaster/pgstat.c:3554 +#, c-format +msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" +msgstr "nie można zmienić nazwy tymczasowego pliku statystyk \"%s\" na \"%s\": %m" + +#: postmaster/pgstat.c:3660 postmaster/pgstat.c:3889 +#, c-format +msgid "could not open statistics file \"%s\": %m" +msgstr "nie można otworzyć pliku statystyk \"%s\": %m" + +#: postmaster/pgstat.c:3672 postmaster/pgstat.c:3682 postmaster/pgstat.c:3704 +#: postmaster/pgstat.c:3719 postmaster/pgstat.c:3782 postmaster/pgstat.c:3800 +#: postmaster/pgstat.c:3816 postmaster/pgstat.c:3834 postmaster/pgstat.c:3850 +#: postmaster/pgstat.c:3901 postmaster/pgstat.c:3912 +#, c-format +msgid "corrupted statistics file \"%s\"" +msgstr "uszkodzony plik statystyk \"%s\"" + +#: postmaster/pgstat.c:4214 +#, c-format +msgid "database hash table corrupted during cleanup --- abort" +msgstr "tabeli haszy bazy danych uszkodzona podczas czyszczenia --- przerwano" + +#: postmaster/postmaster.c:587 +#, c-format +msgid "%s: invalid argument for option -f: \"%s\"\n" +msgstr "%s: niepoprawny argument dla opcji -f: \"%s\"\n" + +#: postmaster/postmaster.c:673 +#, c-format +msgid "%s: invalid argument for option -t: \"%s\"\n" +msgstr "%s: niepoprawny argument dla opcji -t: \"%s\"\n" + +#: postmaster/postmaster.c:724 +#, c-format +msgid "%s: invalid argument: \"%s\"\n" +msgstr "%s: niepoprawny argument: \"%s\"\n" + +#: postmaster/postmaster.c:759 +#, c-format +msgid "%s: superuser_reserved_connections must be less than max_connections\n" +msgstr "%s: superuser_reserved_connections musi być mniejszy niż max_connections\n" + +#: postmaster/postmaster.c:764 +#, c-format +msgid "%s: max_wal_senders must be less than max_connections\n" +msgstr "%s: max_wal_senders musi być mniejszy niż max_connections\n" + +#: postmaster/postmaster.c:769 +#, c-format +msgid "WAL archival (archive_mode=on) requires wal_level \"archive\" or \"hot_standby\"" +msgstr "archiwalny WAL (archive_mode=on) wymaga dla wal_level wartości \"archive\" lub \"hot_standby\"" + +#: postmaster/postmaster.c:772 +#, c-format +msgid "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or \"hot_standby\"" +msgstr "archiwalny WAL (max_wal_senders > 0) wymaga dla wal_level wartości \"archive\" lub \"hot_standby\"" + +#: postmaster/postmaster.c:780 +#, c-format +msgid "%s: invalid datetoken tables, please fix\n" +msgstr "%s: niepoprawne tabele datetoken, proszę naprawić\n" + +#: postmaster/postmaster.c:856 +#, c-format +msgid "invalid list syntax for \"listen_addresses\"" +msgstr "nieprawidłowa składnie listy dla \"listen_addresses\"" + +#: postmaster/postmaster.c:886 +#, c-format +msgid "could not create listen socket for \"%s\"" +msgstr "nie można utworzyć gniazda nasłuchu dla \"%s\"" + +#: postmaster/postmaster.c:892 +#, c-format +msgid "could not create any TCP/IP sockets" +msgstr "nie można stworzyć żadnego gniazda TCP/IP" + +#: postmaster/postmaster.c:943 +#, c-format +msgid "could not create Unix-domain socket" +msgstr "nie można stworzyć gniazda domeny Uniksa" + +#: postmaster/postmaster.c:951 +#, c-format +msgid "no socket created for listening" +msgstr "nie utworzono żadnego gniazda do nasłuchiwania" + +#: postmaster/postmaster.c:996 +#, c-format +msgid "could not create I/O completion port for child queue" +msgstr "nie można utworzyć portu zakończenia wejścia/wyjścia dla kolejki potomnej" + +#: postmaster/postmaster.c:1026 +#, c-format +msgid "%s: could not change permissions of external PID file \"%s\": %s\n" +msgstr "%s: nie można zmienić uprawnień pliku PID zewnętrznych \"%s\": %s\n" + +#: postmaster/postmaster.c:1030 +#, c-format +msgid "%s: could not write external PID file \"%s\": %s\n" +msgstr "%s: nie można zapisać pliku zewnętrznego PID \"%s\": %s\n" + +#: postmaster/postmaster.c:1098 utils/init/postinit.c:197 +#, c-format +msgid "could not load pg_hba.conf" +msgstr "nie można załadować pg_hba.conf" + +#: postmaster/postmaster.c:1151 +#, c-format +msgid "%s: could not locate matching postgres executable" +msgstr "%s: nie można odnaleźć pasującego programu wykonywalnego postgres" + +#: postmaster/postmaster.c:1174 utils/misc/tzparser.c:325 +#, c-format +msgid "This may indicate an incomplete PostgreSQL installation, or that the file \"%s\" has been moved away from its proper location." +msgstr "Może to wskazywać na niepełną instalację PostgreSQL lub że plik \"%s\" został przeniesiony gdzieś z właściwej lokalizacji." + +#: postmaster/postmaster.c:1202 +#, c-format +msgid "data directory \"%s\" does not exist" +msgstr "folder danych \"%s\" nie istnieje" + +#: postmaster/postmaster.c:1207 +#, c-format +msgid "could not read permissions of directory \"%s\": %m" +msgstr "nie można odczytać uprawnień dla folderu \"%s\": %m" + +#: postmaster/postmaster.c:1215 +#, c-format +msgid "specified data directory \"%s\" is not a directory" +msgstr "wskazany folder danych \"%s\" nie jest folderem" + +#: postmaster/postmaster.c:1231 +#, c-format +msgid "data directory \"%s\" has wrong ownership" +msgstr "słownik danych \"%s\" ma niepoprawną własność" + +#: postmaster/postmaster.c:1233 +#, c-format +msgid "The server must be started by the user that owns the data directory." +msgstr "Serwer musi być uruchomiony przez użytkownika, który jest właścicielem folderu." + +#: postmaster/postmaster.c:1253 +#, c-format +msgid "data directory \"%s\" has group or world access" +msgstr "folder danych \"%s\" posiada prawa dostępu dla grupy lub wszystkich" + +#: postmaster/postmaster.c:1255 +#, c-format +msgid "Permissions should be u=rwx (0700)." +msgstr "Prawa dostępu powinny być u=rwx (0700)." + +#: postmaster/postmaster.c:1266 +#, c-format +msgid "" +"%s: could not find the database system\n" +"Expected to find it in the directory \"%s\",\n" +"but could not open file \"%s\": %s\n" +msgstr "" +"%s: nie udało się znaleźć systemu bazy danych\n" +"Powinien był znajdować się w folderze \"%s\",\n" +"ale nie udało się otworzyć pliku \"%s\": %s\n" + +#: postmaster/postmaster.c:1338 +#, c-format +msgid "select() failed in postmaster: %m" +msgstr "nie powiodło się select() w postmasterze: %m" + +#: postmaster/postmaster.c:1505 postmaster/postmaster.c:1536 +#, c-format +msgid "incomplete startup packet" +msgstr "niekompletny pakiet uruchomieniowy" + +#: postmaster/postmaster.c:1517 +#, c-format +msgid "invalid length of startup packet" +msgstr "niepoprawna długość pakietu uruchomieniowego" + +#: postmaster/postmaster.c:1574 +#, c-format +msgid "failed to send SSL negotiation response: %m" +msgstr "nie powiodło się wysłanie odpowiedzi negocjacji SSL: %m" + +#: postmaster/postmaster.c:1603 +#, c-format +msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" +msgstr "nieobsługiwany protokół frontendu %u.%u: serwer obsługuje %u.0 do %u.%u" + +#: postmaster/postmaster.c:1654 +#, c-format +msgid "invalid value for boolean option \"replication\"" +msgstr "niepoprawna wartość dla opcji logicznej \"replication\"" + +#: postmaster/postmaster.c:1674 +#, c-format +msgid "invalid startup packet layout: expected terminator as last byte" +msgstr "niepoprawny układ pakietu uruchomieniowego: oczekiwano terminatora na ostatnim bajcie" + +#: postmaster/postmaster.c:1702 +#, c-format +msgid "no PostgreSQL user name specified in startup packet" +msgstr "brak użytkownika PostgreSQL wskazanego w pakiecie uruchomieniowym" + +#: postmaster/postmaster.c:1759 +#, c-format +msgid "the database system is starting up" +msgstr "system bazy danych uruchamia się" -#: postmaster/postmaster.c:2423 +#: postmaster/postmaster.c:1764 +#, c-format +msgid "the database system is shutting down" +msgstr "system bazy danych jest zamykany" + +#: postmaster/postmaster.c:1769 +#, c-format +msgid "the database system is in recovery mode" +msgstr "system bazy danych jest w trybie odzyskiwania" + +#: postmaster/postmaster.c:1774 storage/ipc/procarray.c:277 +#: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:336 +#, c-format +msgid "sorry, too many clients already" +msgstr "przepraszamy, mamy już zbyt wiele klientów" + +#: postmaster/postmaster.c:1836 +#, c-format +msgid "wrong key in cancel request for process %d" +msgstr "niepoprawny klucz w żądaniu anulowania dla procesu %d" + +#: postmaster/postmaster.c:1844 +#, c-format +msgid "PID %d in cancel request did not match any process" +msgstr "PID %d w żądaniu anulowania ni pasuje do żadnego procesu" + +#: postmaster/postmaster.c:2064 +#, c-format +msgid "received SIGHUP, reloading configuration files" +msgstr "odebrano SIGHUP, przeładowanie plików konfiguracyjnych" + +#: postmaster/postmaster.c:2089 +#, c-format +msgid "pg_hba.conf not reloaded" +msgstr "pg_hba.conf nie przeładowany" + +#: postmaster/postmaster.c:2132 +#, c-format +msgid "received smart shutdown request" +msgstr "odebrano żądanie inteligentnego zamknięcia" + +#: postmaster/postmaster.c:2182 +#, c-format +msgid "received fast shutdown request" +msgstr "odebrano żądanie szybkiego zamknięcia" + +#: postmaster/postmaster.c:2206 +#, c-format +msgid "aborting any active transactions" +msgstr "przerywanie wszelkich aktywnych transakcji" + +#: postmaster/postmaster.c:2235 +#, c-format +msgid "received immediate shutdown request" +msgstr "odebrano żądanie natychmiastowego zamknięcia" + +#: postmaster/postmaster.c:2325 postmaster/postmaster.c:2346 +msgid "startup process" +msgstr "proces uruchomienia" + +#: postmaster/postmaster.c:2328 +#, c-format +msgid "aborting startup due to startup process failure" +msgstr "przerwanie uruchomienia ze względu na niepowodzenie procesu uruchomienia" + +#: postmaster/postmaster.c:2373 +#, c-format +msgid "terminating all walsender processes to force cascaded standby(s) to update timeline and reconnect" +msgstr "przerwano wszystkie procesy walsender by wymusić kaskadową gotowość do aktualizacji osi czasu i ponownego połączenia" + +#: postmaster/postmaster.c:2403 +#, c-format +msgid "database system is ready to accept connections" +msgstr "system bazy danych jest gotowy do przyjmowania połączeń" + +#: postmaster/postmaster.c:2418 msgid "background writer process" msgstr "proces zapisu działający w tle" -#: postmaster/postmaster.c:2477 +#: postmaster/postmaster.c:2472 msgid "checkpointer process" msgstr "proces punktów kontrolnych" -#: postmaster/postmaster.c:2493 +#: postmaster/postmaster.c:2488 msgid "WAL writer process" msgstr "proces zapisu WAL" -#: postmaster/postmaster.c:2507 +#: postmaster/postmaster.c:2502 msgid "WAL receiver process" msgstr "proces odbioru WAL" -#: postmaster/postmaster.c:2522 +#: postmaster/postmaster.c:2517 msgid "autovacuum launcher process" msgstr "proces wywołujący autoodkurzanie" -#: postmaster/postmaster.c:2537 +#: postmaster/postmaster.c:2532 msgid "archiver process" msgstr "proces archiwizera" -#: postmaster/postmaster.c:2553 +#: postmaster/postmaster.c:2548 msgid "statistics collector process" msgstr "proces kolektora statystyk" -#: postmaster/postmaster.c:2567 +#: postmaster/postmaster.c:2562 msgid "system logger process" msgstr "proces rejestratora systemowego" -#: postmaster/postmaster.c:2602 postmaster/postmaster.c:2621 -#: postmaster/postmaster.c:2628 postmaster/postmaster.c:2646 +#: postmaster/postmaster.c:2597 postmaster/postmaster.c:2616 +#: postmaster/postmaster.c:2623 postmaster/postmaster.c:2641 msgid "server process" msgstr "proces serwera" -#: postmaster/postmaster.c:2682 +#: postmaster/postmaster.c:2677 #, c-format msgid "terminating any other active server processes" msgstr "kończenie wszelkich innych aktywnych procesów serwera" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:2871 +#: postmaster/postmaster.c:2866 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) wyszedł z kodem zakończenia %d" -#: postmaster/postmaster.c:2873 postmaster/postmaster.c:2884 -#: postmaster/postmaster.c:2895 postmaster/postmaster.c:2904 -#: postmaster/postmaster.c:2914 +#: postmaster/postmaster.c:2868 postmaster/postmaster.c:2879 +#: postmaster/postmaster.c:2890 postmaster/postmaster.c:2899 +#: postmaster/postmaster.c:2909 #, c-format msgid "Failed process was running: %s" msgstr "Zawiódł wykonywany proces: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:2881 +#: postmaster/postmaster.c:2876 #, c-format msgid "%s (PID %d) was terminated by exception 0x%X" msgstr "%s (PID %d) został zatrzymany przez wyjątek 0x%X" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:2891 +#: postmaster/postmaster.c:2886 #, c-format msgid "%s (PID %d) was terminated by signal %d: %s" msgstr "%s (PID %d) został zatrzymany przez sygnał %d: %s" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:2902 +#: postmaster/postmaster.c:2897 #, c-format msgid "%s (PID %d) was terminated by signal %d" msgstr "%s (PID %d) został zatrzymany przez sygnał %d" #. translator: %s is a noun phrase describing a child process, such as #. "server process" -#: postmaster/postmaster.c:2912 +#: postmaster/postmaster.c:2907 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) zakończył działanie z nieznanym stanem %d" -#: postmaster/postmaster.c:3096 +#: postmaster/postmaster.c:3091 #, c-format msgid "abnormal database system shutdown" msgstr "nieprawidłowe zamknięcie systemu bazy danych" -#: postmaster/postmaster.c:3135 +#: postmaster/postmaster.c:3130 #, c-format msgid "all server processes terminated; reinitializing" msgstr "wszelkie procesy serwera zakończone; ponowna inicjacja" -#: postmaster/postmaster.c:3318 +#: postmaster/postmaster.c:3313 #, c-format msgid "could not fork new process for connection: %m" msgstr "nie można rozwidlić procesu połączenia: %m" -#: postmaster/postmaster.c:3360 +#: postmaster/postmaster.c:3355 msgid "could not fork new process for connection: " msgstr "nie można rozwidlić nowego procesu połączenia: " -#: postmaster/postmaster.c:3474 +#: postmaster/postmaster.c:3469 #, c-format msgid "connection received: host=%s port=%s" msgstr "odebrano połączenie: host=%s port=%s" -#: postmaster/postmaster.c:3479 +#: postmaster/postmaster.c:3474 #, c-format msgid "connection received: host=%s" msgstr "odebrano połączenie: host=%s" -#: postmaster/postmaster.c:3748 +#: postmaster/postmaster.c:3738 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "nie można wykonać procesu serwera \"%s\": %m" -#: postmaster/postmaster.c:4272 +#: postmaster/postmaster.c:4261 #, c-format msgid "database system is ready to accept read only connections" msgstr "system bazy danych jest gotowy do przyjmowania połączeń tylko do odczytu" -#: postmaster/postmaster.c:4542 +#: postmaster/postmaster.c:4531 #, c-format msgid "could not fork startup process: %m" msgstr "nie można rozwidlić procesu uruchamiającego: %m" -#: postmaster/postmaster.c:4546 +#: postmaster/postmaster.c:4535 #, c-format msgid "could not fork background writer process: %m" msgstr "nie udało się rozwidlenie procesu zapisu w tle: %m" -#: postmaster/postmaster.c:4550 +#: postmaster/postmaster.c:4539 #, c-format msgid "could not fork checkpointer process: %m" msgstr "nie można rozwidlić procesu punktów kontrolnych %m" -#: postmaster/postmaster.c:4554 +#: postmaster/postmaster.c:4543 #, c-format msgid "could not fork WAL writer process: %m" msgstr "nie można rozwidlić procesu zapisu WAL: %m" -#: postmaster/postmaster.c:4558 +#: postmaster/postmaster.c:4547 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "nie można rozwidlić procesu odbioru WAL: %m" -#: postmaster/postmaster.c:4562 +#: postmaster/postmaster.c:4551 #, c-format msgid "could not fork process: %m" msgstr "nie można rozwidlić procesu: %m" -#: postmaster/postmaster.c:4851 +#: postmaster/postmaster.c:4840 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "nie można powielić gniazda %d do użycia w backendzie: kod błędu %d" -#: postmaster/postmaster.c:4883 +#: postmaster/postmaster.c:4872 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "nie można utworzyć dziedziczonego gniazda: kod błędu %d\n" -#: postmaster/postmaster.c:4912 postmaster/postmaster.c:4919 +#: postmaster/postmaster.c:4901 postmaster/postmaster.c:4908 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "nie można czytać z pliku zmiennych backendu \"%s\": %s\n" -#: postmaster/postmaster.c:4928 +#: postmaster/postmaster.c:4917 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "nie można usunąć pliku \"%s\": %s\n" -#: postmaster/postmaster.c:4945 +#: postmaster/postmaster.c:4934 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "nie można zmapować widoku zmiennych backendu: kod błędu %lu\n" -#: postmaster/postmaster.c:4954 +#: postmaster/postmaster.c:4943 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "nie można odmapować widoku zmiennych backendu: kod błędu %lu\n" -#: postmaster/postmaster.c:4961 +#: postmaster/postmaster.c:4950 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "nie można zamknąć uchwytu do zmiennych parametryzujących backendu: kod błędu %lu\n" -#: postmaster/postmaster.c:5111 +#: postmaster/postmaster.c:5100 #, c-format msgid "could not read exit code for process\n" msgstr "nie można odczytać kodu wyjścia procesu\n" -#: postmaster/postmaster.c:5116 +#: postmaster/postmaster.c:5105 #, c-format msgid "could not post child completion status\n" msgstr "nie można wysłać statusu zakończenia potomka\n" @@ -12291,62 +12598,80 @@ msgstr "wyłączanie automatycznej rotacji (użyj SIGHUP by włączyć ponownie) msgid "could not determine which collation to use for regular expression" msgstr "nie można określić, jakiego porównania użyć dla wyrażenia regularnego" -#: replication/basebackup.c:124 replication/basebackup.c:831 +#: repl_scanner.l:76 +msgid "invalid streaming start location" +msgstr "nieprawidłowe położenie początku przesyłania strumieniowego" + +#: repl_scanner.l:97 scan.l:630 +msgid "unterminated quoted string" +msgstr "niezakończona stała łańcuchowa" + +#: repl_scanner.l:107 +#, c-format +msgid "syntax error: unexpected character \"%s\"" +msgstr "błąd składni, nieoczekiwany znak \"%s\"" + +#: replication/basebackup.c:132 replication/basebackup.c:903 #: utils/adt/misc.c:358 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "nie można odczytać linku symbolicznego \"%s\": %m" -#: replication/basebackup.c:131 replication/basebackup.c:835 +#: replication/basebackup.c:139 replication/basebackup.c:907 #: utils/adt/misc.c:362 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "cel linku symbolicznego \"%s\" jest za długi" -#: replication/basebackup.c:192 +#: replication/basebackup.c:208 #, c-format msgid "could not stat control file \"%s\": %m" msgstr "nie można wykonać stat na pliku kontrolnym \"%s\": %m" -#: replication/basebackup.c:311 replication/basebackup.c:328 -#: replication/basebackup.c:336 -#, fuzzy, c-format -msgid "could not find WAL file %s" -msgstr "nie udało się fsync na pliku \"%s\": %m" +#: replication/basebackup.c:323 +#, c-format +msgid "could not find any WAL files" +msgstr "nie udało się znaleźć żadnego pliku WAL" -#: replication/basebackup.c:375 replication/basebackup.c:398 -#, fuzzy, c-format +#: replication/basebackup.c:335 replication/basebackup.c:352 +#: replication/basebackup.c:360 +#, c-format +msgid "could not find WAL file \"%s\"" +msgstr "nie udało się znaleźć pliku WAL \"%s\"" + +#: replication/basebackup.c:399 replication/basebackup.c:422 +#, c-format msgid "unexpected WAL file size \"%s\"" -msgstr "nieoczekiwany typ komunikatu \"%c\"" +msgstr "nieoczekiwany rozmiar pliku WAL \"%s\"" -#: replication/basebackup.c:386 replication/basebackup.c:985 +#: replication/basebackup.c:410 replication/basebackup.c:1081 #, c-format msgid "base backup could not send data, aborting backup" msgstr "podstawowa kopia zapasowa nie mogła wysłać danych, przerwanie tworzenia kopii zapasowej" -#: replication/basebackup.c:469 replication/basebackup.c:478 -#: replication/basebackup.c:487 replication/basebackup.c:496 -#: replication/basebackup.c:505 +#: replication/basebackup.c:493 replication/basebackup.c:502 +#: replication/basebackup.c:511 replication/basebackup.c:520 +#: replication/basebackup.c:529 #, c-format msgid "duplicate option \"%s\"" msgstr "powtórzona opcja \"%s\"" -#: replication/basebackup.c:767 -#, c-format -msgid "shutdown requested, aborting active base backup" -msgstr "zażądano wyłączenia, przerwanie aktywnego tworzenia podstawowej kopii zapasowej" - -#: replication/basebackup.c:785 +#: replication/basebackup.c:778 replication/basebackup.c:857 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "nie można wykonać stat na pliku lub katalogu \"%s\": %m" -#: replication/basebackup.c:885 +#: replication/basebackup.c:839 +#, c-format +msgid "shutdown requested, aborting active base backup" +msgstr "zażądano wyłączenia, przerwanie aktywnego tworzenia podstawowej kopii zapasowej" + +#: replication/basebackup.c:981 #, c-format msgid "skipping special file \"%s\"" msgstr "pominięto plik specjalny \"%s\"" -#: replication/basebackup.c:975 +#: replication/basebackup.c:1071 #, c-format msgid "archive member \"%s\" too large for tar format" msgstr "składnik archiwum \"%s\" za duży dla formatu tar" @@ -12453,53 +12778,53 @@ msgstr "przerwano proces walreceiver na skutek polecenia administratora" msgid "cannot continue WAL streaming, recovery has already ended" msgstr "nie można kontynuować transmisji strumieniowej WAL odzyskiwanie już zakończone" -#: replication/walsender.c:270 replication/walsender.c:521 -#: replication/walsender.c:579 +#: replication/walsender.c:271 replication/walsender.c:522 +#: replication/walsender.c:580 #, c-format msgid "unexpected EOF on standby connection" msgstr "nieoczekiwany EOF na połączeniu gotowości" -#: replication/walsender.c:276 +#: replication/walsender.c:277 #, c-format msgid "invalid standby handshake message type %d" msgstr "nieprawidłowy typ komunikatu uzgadniania %d z gotowości" -#: replication/walsender.c:399 replication/walsender.c:1150 +#: replication/walsender.c:400 replication/walsender.c:1170 #, c-format msgid "terminating walsender process to force cascaded standby to update timeline and reconnect" msgstr "przerwano proces walsender by wymusić kaskadową gotowość do aktualizacji osi czasu i ponownego połączenia" -#: replication/walsender.c:493 +#: replication/walsender.c:494 #, c-format msgid "invalid standby query string: %s" msgstr "nieprawidłowe łańcuch znaków zapytania gotowości: %s" -#: replication/walsender.c:550 +#: replication/walsender.c:551 #, c-format msgid "invalid standby message type \"%c\"" msgstr "nieprawidłowy typ komunikatu gotowości \"%c\"" -#: replication/walsender.c:601 +#: replication/walsender.c:602 #, c-format msgid "unexpected message type \"%c\"" msgstr "nieoczekiwany typ komunikatu \"%c\"" -#: replication/walsender.c:796 +#: replication/walsender.c:797 #, c-format msgid "standby \"%s\" has now caught up with primary" msgstr "gotowość \"%s\" dogonił obecnie podstawowy" -#: replication/walsender.c:871 +#: replication/walsender.c:885 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "przerwano proces walsender na skutek limitu czasu replikacji" -#: replication/walsender.c:938 +#: replication/walsender.c:952 #, c-format msgid "number of requested standby connections exceeds max_wal_senders (currently %d)" msgstr "liczba żądanych połączeń gotowości przekracza max_wal_senders (obecnie %d)" -#: replication/walsender.c:1055 +#: replication/walsender.c:1075 #, c-format msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m" msgstr "nie można czytać z pliku dziennika %u, segment %u, przesunięcie %u, długość %lu: %m" @@ -12665,77 +12990,77 @@ msgstr "lista RETURNING posiada za mało wpisów" msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "reguła \"%s\" dla relacji \"%s\" nie istnieje" -#: rewrite/rewriteHandler.c:485 +#: rewrite/rewriteHandler.c:510 #, c-format msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" msgstr "nazwa zapytania WITH \"%s\" pojawia się zarówno w akcji reguły jak i przepisywanej właśnie kwerendy" -#: rewrite/rewriteHandler.c:543 +#: rewrite/rewriteHandler.c:568 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "nie można mieć list RETURNING w wielu regułach" -#: rewrite/rewriteHandler.c:874 rewrite/rewriteHandler.c:892 +#: rewrite/rewriteHandler.c:899 rewrite/rewriteHandler.c:917 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "wiele przypisań do tej samej kolumny \"%s\"" -#: rewrite/rewriteHandler.c:1628 rewrite/rewriteHandler.c:2023 +#: rewrite/rewriteHandler.c:1653 rewrite/rewriteHandler.c:2051 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "wykryto nieskończoną rekurencję w regułach dla relacji \"%s\"" -#: rewrite/rewriteHandler.c:1884 +#: rewrite/rewriteHandler.c:1912 #, c-format msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" msgstr "reguły DO INSTEAD NOTHING nie są obsługiwane dla wyrażeń modyfikujących dane w WITH" -#: rewrite/rewriteHandler.c:1898 +#: rewrite/rewriteHandler.c:1926 #, c-format msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "reguły warunkowe DO INSTEAD nie są obsługiwane dla wyrażeń modyfikujących dane w WITH" -#: rewrite/rewriteHandler.c:1902 +#: rewrite/rewriteHandler.c:1930 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "reguły DO ALSO nie są obsługiwane dla wyrażeń modyfikujących dane w WITH" -#: rewrite/rewriteHandler.c:1907 +#: rewrite/rewriteHandler.c:1935 #, c-format msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "reguły wielowyrażeniowe DO INSTEAD nie są obsługiwane dla wyrażeń modyfikujących dane w WITH" -#: rewrite/rewriteHandler.c:2061 +#: rewrite/rewriteHandler.c:2089 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "nie można wykonać INSERT RETURNING na relacji \"%s\"" -#: rewrite/rewriteHandler.c:2063 +#: rewrite/rewriteHandler.c:2091 #, c-format msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "Potrzebujesz bezwarunkowej reguły ON INSERT DO INSTEAD z klauzulą RETURNING." -#: rewrite/rewriteHandler.c:2068 +#: rewrite/rewriteHandler.c:2096 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "nie można wykonać UPDATE RETURNING na relacji \"%s\"" -#: rewrite/rewriteHandler.c:2070 +#: rewrite/rewriteHandler.c:2098 #, c-format msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "Potrzebujesz bezwarunkowej reguły ON UPDATE DO INSTEAD z klauzulą RETURNING." -#: rewrite/rewriteHandler.c:2075 +#: rewrite/rewriteHandler.c:2103 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "nie można wykonać DELETE RETURNING na relacji \"%s\"" -#: rewrite/rewriteHandler.c:2077 +#: rewrite/rewriteHandler.c:2105 #, c-format msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "Potrzebujesz bezwarunkowej reguły ON DELETE DO INSTEAD z klauzulą RETURNING." -#: rewrite/rewriteHandler.c:2141 +#: rewrite/rewriteHandler.c:2169 #, c-format msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" msgstr "WITH nie może być użyte w zapytaniu które zostało rozpisane przez reguły na wiele zapytań" @@ -12765,6 +13090,123 @@ msgstr "istnieje wiele reguł o nazwie \"%s\"" msgid "Specify a relation name as well as a rule name." msgstr "Wskaż nazwę relacji oraz nazwę reguły." +#: scan.l:412 +msgid "unterminated /* comment" +msgstr "nie zakończony komentarz /*" + +#: scan.l:441 +msgid "unterminated bit string literal" +msgstr "niezakończona stała łańcucha bitów" + +#: scan.l:462 +msgid "unterminated hexadecimal string literal" +msgstr "niezakończona stała łańcucha szesnastkowego" + +#: scan.l:512 +#, c-format +msgid "unsafe use of string constant with Unicode escapes" +msgstr "niebezpieczne jest używanie stałej łańcuchowej z ucieczkami Unikodu" + +#: scan.l:513 +#, c-format +msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." +msgstr "Stałe łańcuchowe z ucieczkami Unikodowymi nie mogą być używane gdy standard_conforming_strings jest wyłączony." + +#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1243 +#: scan.l:1270 scan.l:1274 scan.l:1312 scan.l:1316 scan.l:1338 +msgid "invalid Unicode surrogate pair" +msgstr "niepoprawna Unikodowa para zastępcza" + +#: scan.l:587 +#, c-format +msgid "invalid Unicode escape" +msgstr "nieprawidłowa ucieczka Unikodowa" + +#: scan.l:588 +#, c-format +msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX." +msgstr "ucieczki Unikodowe muszą mieć format \\uXXXX lub \\UXXXXXXXX." + +#: scan.l:599 +#, c-format +msgid "unsafe use of \\' in a string literal" +msgstr "niebezpieczne użycie \\' w literałach znakowych" + +#: scan.l:600 +#, c-format +msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings." +msgstr "Użyj '' by zapisać cytat w ciągach znaków. \\' jest niebezpieczne w wyłącznie klienckich kodowaniach." + +#: scan.l:675 +msgid "unterminated dollar-quoted string" +msgstr "niezakończona stała łańcuchowa cytowana znakiem dolara" + +#: scan.l:692 scan.l:705 scan.l:721 +msgid "zero-length delimited identifier" +msgstr "identyfikator ogranicznika o długości zero" + +#: scan.l:735 +msgid "unterminated quoted identifier" +msgstr "niezakończony identyfikator cytowany" + +#: scan.l:839 +msgid "operator too long" +msgstr "operator zbyt długi" + +#. translator: %s is typically the translation of "syntax error" +#: scan.l:997 +#, c-format +msgid "%s at end of input" +msgstr "%s na końcu danych wejściowych" + +#. translator: first %s is typically the translation of "syntax error" +#: scan.l:1005 +#, c-format +msgid "%s at or near \"%s\"" +msgstr "%s w lub blisko \"%s\"" + +#: scan.l:1166 scan.l:1198 +msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8" +msgstr "wartości ucieczki Unikodowej nie mogą być używane dla wartości punktu kodowego powyżej 007F, gdy kodowanie serwera to nie UTF8" + +#: scan.l:1194 scan.l:1330 +msgid "invalid Unicode escape value" +msgstr "błędna wartość ucieczki Unikodowej" + +#: scan.l:1219 +msgid "invalid Unicode escape character" +msgstr "błędny znak ucieczki Unikodowej" + +#: scan.l:1386 +#, c-format +msgid "nonstandard use of \\' in a string literal" +msgstr "niestandardowe użycie \\' w łańcuchu znaków" + +#: scan.l:1387 +#, c-format +msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." +msgstr "Użyj '' by zapisać cytowanie w ciągach znaków, lub użyj składni ciągu znaków ucieczki (E'...')." + +#: scan.l:1396 +#, c-format +msgid "nonstandard use of \\\\ in a string literal" +msgstr "niestandardowe użycie \\\\ w łańcuchu znaków" + +#: scan.l:1397 +#, c-format +msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." +msgstr "Użyj składni ciągu znaków ucieczki dla odwrotnych ukośników np., E'\\\\'." + +#: scan.l:1411 +#, c-format +msgid "nonstandard use of escape in a string literal" +msgstr "niestandardowe użycie ucieczki w łańcuchu znaków" + +#: scan.l:1412 +#, c-format +msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." +msgstr "Użyj składni ciągu znaków ucieczki dla ucieczek np., E'\\r\\n'." + #: snowball/dict_snowball.c:180 #, c-format msgid "no Snowball stemmer available for language \"%s\" and encoding \"%s\"" @@ -12791,42 +13233,42 @@ msgstr "nierozpoznany parametr Snowball: \"%s\"" msgid "missing Language parameter" msgstr "brakuje parametru Language" -#: storage/buffer/bufmgr.c:136 storage/buffer/bufmgr.c:241 +#: storage/buffer/bufmgr.c:136 storage/buffer/bufmgr.c:244 #, c-format msgid "cannot access temporary tables of other sessions" msgstr "nie można uzyskać dostępu do tabel tymczasowych innych sesji" -#: storage/buffer/bufmgr.c:378 +#: storage/buffer/bufmgr.c:381 #, c-format msgid "unexpected data beyond EOF in block %u of relation %s" msgstr "nieoczekiwane dane za EOF w bloku %u relacji %s" -#: storage/buffer/bufmgr.c:380 +#: storage/buffer/bufmgr.c:383 #, c-format msgid "This has been seen to occur with buggy kernels; consider updating your system." msgstr "Zaobserwowano takie zachowanie przy wadliwy jądrze; rozważ aktualizację systemu." -#: storage/buffer/bufmgr.c:466 +#: storage/buffer/bufmgr.c:469 #, c-format msgid "invalid page header in block %u of relation %s; zeroing out page" msgstr "nieprawidłowy nagłówek strony w bloku %u relacji %s: zerowanie strony wyjścia" -#: storage/buffer/bufmgr.c:474 +#: storage/buffer/bufmgr.c:477 #, c-format msgid "invalid page header in block %u of relation %s" msgstr "nieprawidłowy nagłówek strony w bloku %u relacji %s" -#: storage/buffer/bufmgr.c:2909 +#: storage/buffer/bufmgr.c:2912 #, c-format msgid "could not write block %u of %s" msgstr "nie można zapisać bloku %u z %s" -#: storage/buffer/bufmgr.c:2911 +#: storage/buffer/bufmgr.c:2914 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Wielokrotne awarie -- błąd zapisu może być trwały." -#: storage/buffer/bufmgr.c:2932 storage/buffer/bufmgr.c:2951 +#: storage/buffer/bufmgr.c:2935 storage/buffer/bufmgr.c:2954 #, c-format msgid "writing block %u of relation %s" msgstr "zapis bloku %u relacji %s" @@ -12836,46 +13278,56 @@ msgstr "zapis bloku %u relacji %s" msgid "no empty local buffer available" msgstr "brak dostępnego pustego bufora lokalnego" -#: storage/file/fd.c:416 +#: storage/file/fd.c:421 #, c-format msgid "getrlimit failed: %m" msgstr "nie powiodło się getrlimit: %m" -#: storage/file/fd.c:506 +#: storage/file/fd.c:511 #, c-format msgid "insufficient file descriptors available to start server process" msgstr "dostępna niewystarczająca ilość deskryptorów plików by uruchomić proces serwera" -#: storage/file/fd.c:507 +#: storage/file/fd.c:512 #, c-format msgid "System allows %d, we need at least %d." msgstr "System dopuszcza %d, potrzeba nam co najmniej %d." -#: storage/file/fd.c:548 storage/file/fd.c:1509 storage/file/fd.c:1625 +#: storage/file/fd.c:553 storage/file/fd.c:1587 storage/file/fd.c:1702 #, c-format msgid "out of file descriptors: %m; release and retry" msgstr "obecnie brak deskryptorów plików: %m; zwolnij je i spróbuj ponownie" -#: storage/file/fd.c:1108 +#: storage/file/fd.c:1127 #, c-format msgid "temporary file: path \"%s\", size %lu" msgstr "plik tymczasowy: ścieżka \"%s\", rozmiar %lu" -#: storage/file/fd.c:1257 +#: storage/file/fd.c:1276 #, c-format msgid "temporary file size exceeds temp_file_limit (%dkB)" msgstr "rozmiar tablicy przekracza temp_file_limit (%dkB)" -#: storage/file/fd.c:1684 +#: storage/file/fd.c:1563 +#, c-format +msgid "exceeded maxAllocatedDescs (%d) while trying to open file \"%s\"" +msgstr "przekroczono maxAllocatedDescs (%d) przy próbie otwarcia pliku \"%s\"" + +#: storage/file/fd.c:1678 +#, c-format +msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" +msgstr "przekroczono maxAllocatedDescs (%d) przy próbie otwarcia folderu \"%s\"" + +#: storage/file/fd.c:1757 #, c-format msgid "could not read directory \"%s\": %m" msgstr "nie można czytać katalogu \"%s\": %m" -#: storage/ipc/shmem.c:190 storage/lmgr/lock.c:848 storage/lmgr/lock.c:876 -#: storage/lmgr/lock.c:2486 storage/lmgr/lock.c:3122 storage/lmgr/lock.c:3600 -#: storage/lmgr/lock.c:3665 storage/lmgr/lock.c:3954 +#: storage/ipc/shmem.c:190 storage/lmgr/lock.c:857 storage/lmgr/lock.c:891 +#: storage/lmgr/lock.c:2529 storage/lmgr/lock.c:3179 storage/lmgr/lock.c:3664 +#: storage/lmgr/lock.c:3729 storage/lmgr/lock.c:4019 #: storage/lmgr/predicate.c:2317 storage/lmgr/predicate.c:2332 -#: storage/lmgr/predicate.c:3728 storage/lmgr/predicate.c:4872 +#: storage/lmgr/predicate.c:3725 storage/lmgr/predicate.c:4868 #: storage/lmgr/proc.c:205 utils/hash/dynahash.c:960 #, c-format msgid "out of shared memory" @@ -12901,7 +13353,7 @@ msgstr "rozmiar wpisu ShmemIndex jest nieprawidłowy dla struktury danych \"%s\" msgid "requested shared memory size overflows size_t" msgstr "żądana ilość pamięci współdzielonej przekracza size_t" -#: storage/ipc/standby.c:494 tcop/postgres.c:2919 +#: storage/ipc/standby.c:494 tcop/postgres.c:2926 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "anulowano polecenie z powodu konfliktu podczas odzyskiwania" @@ -12911,12 +13363,12 @@ msgstr "anulowano polecenie z powodu konfliktu podczas odzyskiwania" msgid "User transaction caused buffer deadlock with recovery." msgstr "Transakcja użytkownika spowodowała zakleszczenie bufora z odzyskaniem." -#: storage/large_object/inv_api.c:551 storage/large_object/inv_api.c:748 +#: storage/large_object/inv_api.c:559 storage/large_object/inv_api.c:756 #, c-format msgid "large object %u was not opened for writing" msgstr "duży obiektu %u nie był otwarty do zapisu" -#: storage/large_object/inv_api.c:558 storage/large_object/inv_api.c:755 +#: storage/large_object/inv_api.c:566 storage/large_object/inv_api.c:763 #, c-format msgid "large object %u was already dropped" msgstr "duży obiekt %u został już skasowany" @@ -13001,18 +13453,18 @@ msgstr "nie można nałożyć blokady w trybie %s na obiekty bazy danych podczas msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery." msgstr "Tylko RowExclusiveLock lub mniej może być nałożonych na obiekty bazy danych w czasie odzyskiwania." -#: storage/lmgr/lock.c:849 storage/lmgr/lock.c:877 storage/lmgr/lock.c:2487 -#: storage/lmgr/lock.c:3601 storage/lmgr/lock.c:3666 storage/lmgr/lock.c:3955 +#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2530 +#: storage/lmgr/lock.c:3665 storage/lmgr/lock.c:3730 storage/lmgr/lock.c:4020 #, c-format msgid "You might need to increase max_locks_per_transaction." msgstr "Możesz potrzebować podniesienia wartości max_locks_per_transaction." -#: storage/lmgr/lock.c:2918 storage/lmgr/lock.c:3031 +#: storage/lmgr/lock.c:2966 storage/lmgr/lock.c:3079 #, c-format msgid "cannot PREPARE while holding both session-level and transaction-level locks on the same object" msgstr "nie można PREPARE w czasie trzymania na tym samym obiekcie blokad jednocześnie na poziomie sesji i transakcji" -#: storage/lmgr/lock.c:3123 +#: storage/lmgr/lock.c:3180 #, c-format msgid "Not enough memory for reassigning the prepared transaction's locks." msgstr "Niewystarczająca ilość pamięci do realokacji blokad przygotowanych transakcji." @@ -13078,65 +13530,65 @@ msgid "The source transaction %u is not running anymore." msgstr "Transakcja źródłowa %u nie jest już wykonywana." #: storage/lmgr/predicate.c:2318 storage/lmgr/predicate.c:2333 -#: storage/lmgr/predicate.c:3729 +#: storage/lmgr/predicate.c:3726 #, c-format msgid "You might need to increase max_pred_locks_per_transaction." msgstr "Możesz potrzebować zwiększenia wartości 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:4596 -#: storage/lmgr/predicate.c:4608 storage/lmgr/predicate.c:4650 -#: storage/lmgr/predicate.c:4688 +#: storage/lmgr/predicate.c:3880 storage/lmgr/predicate.c:3969 +#: storage/lmgr/predicate.c:3977 storage/lmgr/predicate.c:4016 +#: storage/lmgr/predicate.c:4255 storage/lmgr/predicate.c:4592 +#: storage/lmgr/predicate.c:4604 storage/lmgr/predicate.c:4646 +#: storage/lmgr/predicate.c:4684 #, c-format msgid "could not serialize access due to read/write dependencies among transactions" msgstr "nie można serializować dostępu ze względu na zależności odczytu/zapisu między transakcjami" -#: 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:4598 -#: storage/lmgr/predicate.c:4610 storage/lmgr/predicate.c:4652 -#: storage/lmgr/predicate.c:4690 +#: storage/lmgr/predicate.c:3882 storage/lmgr/predicate.c:3971 +#: storage/lmgr/predicate.c:3979 storage/lmgr/predicate.c:4018 +#: storage/lmgr/predicate.c:4257 storage/lmgr/predicate.c:4594 +#: storage/lmgr/predicate.c:4606 storage/lmgr/predicate.c:4648 +#: storage/lmgr/predicate.c:4686 #, c-format msgid "The transaction might succeed if retried." msgstr "Transakcja może się powieść po powtórzeniu." -#: storage/lmgr/proc.c:1128 +#: storage/lmgr/proc.c:1136 #, c-format msgid "Process %d waits for %s on %s." msgstr "Proces %d oczekuje na %s na %s." -#: storage/lmgr/proc.c:1138 +#: storage/lmgr/proc.c:1146 #, c-format msgid "sending cancel to blocking autovacuum PID %d" msgstr "wysyłanie anulowania by zablokować autoodkurzanie z PID %d" -#: storage/lmgr/proc.c:1150 utils/adt/misc.c:134 +#: storage/lmgr/proc.c:1158 utils/adt/misc.c:134 #, c-format msgid "could not send signal to process %d: %m" msgstr "nie udało się wysłać sygnału do procesu %d: %m" -#: storage/lmgr/proc.c:1184 +#: storage/lmgr/proc.c:1192 #, c-format msgid "process %d avoided deadlock for %s on %s by rearranging queue order after %ld.%03d ms" msgstr "proces %d uniknął zakleszczenia dla %s na %s przez przestawienie porządku kolejki po %ld.%03d ms" -#: storage/lmgr/proc.c:1196 +#: storage/lmgr/proc.c:1204 #, c-format msgid "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" msgstr "proces %d wykrył zakleszczenie podczas oczekiwania na %s na %s po %ld.%03d ms" -#: storage/lmgr/proc.c:1202 +#: storage/lmgr/proc.c:1210 #, c-format msgid "process %d still waiting for %s on %s after %ld.%03d ms" msgstr "proces %d wciąż oczekuje na %s na %s po %ld.%03d ms" -#: storage/lmgr/proc.c:1206 +#: storage/lmgr/proc.c:1214 #, c-format msgid "process %d acquired %s on %s after %ld.%03d ms" msgstr "proces %d uzyskał %s na %s po %ld.%03d ms" -#: storage/lmgr/proc.c:1222 +#: storage/lmgr/proc.c:1230 #, c-format msgid "process %d failed to acquire %s on %s after %ld.%03d ms" msgstr "procesowi %d nie udało się uzyskanie %s na %s po %ld.%03d ms" @@ -13414,102 +13866,102 @@ msgstr "Zapytanie użytkownika mogło wymagać przeglądania wersji wierszy, kt msgid "User was connected to a database that must be dropped." msgstr "Użytkownik był połączony z baza danych, która musi być skasowana." -#: tcop/postgres.c:2540 +#: tcop/postgres.c:2547 #, c-format msgid "terminating connection because of crash of another server process" msgstr "zakończenie połączenia spowodowane awarią innego procesu serwera" -#: tcop/postgres.c:2541 +#: tcop/postgres.c:2548 #, 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 "Postmaster nakazał temu procesowi serwera wycofanie bieżącej transakcji i wyjście, gdyż inny proces serwera zakończył się nieprawidłowo i pamięć współdzielona może być uszkodzona." -#: tcop/postgres.c:2545 tcop/postgres.c:2914 +#: tcop/postgres.c:2552 tcop/postgres.c:2921 #, c-format msgid "In a moment you should be able to reconnect to the database and repeat your command." msgstr "Za chwilę będziesz mógł połączyć się ponownie do bazy danych i powtórzyć polecenie." -#: tcop/postgres.c:2658 +#: tcop/postgres.c:2665 #, c-format msgid "floating-point exception" msgstr "wyjątek związany z liczbą zmiennoprzecinkową" -#: tcop/postgres.c:2659 +#: tcop/postgres.c:2666 #, 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 "Została zasygnalizowana niepoprawna operacja zmiennoprzecinkowa . Oznacza to prawdopodobnie wynik spoza zakresu lub niepoprawną operację, jak dzielenie przez zero." -#: tcop/postgres.c:2833 +#: tcop/postgres.c:2840 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "zakończono proces autoodkurzania na skutek polecenia administratora" -#: tcop/postgres.c:2839 tcop/postgres.c:2849 tcop/postgres.c:2912 +#: tcop/postgres.c:2846 tcop/postgres.c:2856 tcop/postgres.c:2919 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "zakończono połączenie na skutek konfliktu podczas odzyskiwania" -#: tcop/postgres.c:2855 +#: tcop/postgres.c:2862 #, c-format msgid "terminating connection due to administrator command" msgstr "zakończono połączenie na skutek polecenia administratora" -#: tcop/postgres.c:2867 +#: tcop/postgres.c:2874 #, c-format msgid "connection to client lost" msgstr "utracono połączenie z klientem" -#: tcop/postgres.c:2882 +#: tcop/postgres.c:2889 #, c-format msgid "canceling authentication due to timeout" msgstr "anulowano autentykację z powodu przekroczonego czasu oczekiwania" -#: tcop/postgres.c:2891 +#: tcop/postgres.c:2898 #, c-format msgid "canceling statement due to statement timeout" msgstr "anulowano polecenie z powodu przekroczonego czasu wykonania" -#: tcop/postgres.c:2900 +#: tcop/postgres.c:2907 #, c-format msgid "canceling autovacuum task" msgstr "anulowano zadanie autoodkurzania" -#: tcop/postgres.c:2935 +#: tcop/postgres.c:2942 #, c-format msgid "canceling statement due to user request" msgstr "anulowano polecenie na skutek żądania użytkownika" -#: tcop/postgres.c:3063 tcop/postgres.c:3085 +#: tcop/postgres.c:3070 tcop/postgres.c:3092 #, c-format msgid "stack depth limit exceeded" msgstr "przekroczono limit głębokości stosu" -#: tcop/postgres.c:3064 tcop/postgres.c:3086 +#: tcop/postgres.c:3071 tcop/postgres.c:3093 #, c-format msgid "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), after ensuring the platform's stack depth limit is adequate." msgstr "Zwiększ parametr konfiguracji \"max_stack_depth\" (obecnie %dkB) po upewnieniu się że limit głębokości stosu platformy jest odpowiedni." -#: tcop/postgres.c:3102 +#: tcop/postgres.c:3109 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "\"max_stack_depth\" nie może przekraczać %ldkB." -#: tcop/postgres.c:3104 +#: tcop/postgres.c:3111 #, c-format msgid "Increase the platform's stack depth limit via \"ulimit -s\" or local equivalent." msgstr "Zwiększ limit głębokości stosu platformy przez \"ulimit -s\" lub ekwiwalent lokalny." -#: tcop/postgres.c:3467 +#: tcop/postgres.c:3475 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "niepoprawny argument wiersza poleceń dla procesu serwera: %s" -#: tcop/postgres.c:3468 tcop/postgres.c:3474 +#: tcop/postgres.c:3476 tcop/postgres.c:3482 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji." -#: tcop/postgres.c:3472 +#: tcop/postgres.c:3480 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: nieprawidłowy argument wiersza poleceń: %s" @@ -13534,40 +13986,40 @@ msgstr "niepoprawny podtyp %d komunikatu DESCRIBE" msgid "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%s" msgstr "rozłączenie: czas sesji: %d:%02d:%02d.%03d użytkownik=%s baza=%s host=%s%s%s" -#: tcop/pquery.c:661 +#: tcop/pquery.c:662 #, c-format msgid "bind message has %d result formats but query has %d columns" msgstr "komunikat dowiązania ma %d formatowań wyniku a zapytanie ma %d kolumn" -#: tcop/pquery.c:970 +#: tcop/pquery.c:972 #, c-format msgid "cursor can only scan forward" msgstr "kursor może skanować tylko w przód" -#: tcop/pquery.c:971 +#: tcop/pquery.c:973 #, c-format msgid "Declare it with SCROLL option to enable backward scan." msgstr "Zadeklaruj go z opcją SCROLL aby włączyć skanowanie do tyłu." #. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:254 +#: tcop/utility.c:211 #, c-format msgid "cannot execute %s in a read-only transaction" msgstr "nie można wykonać %s wewnątrz transakcji tylko do odczytu" #. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:273 +#: tcop/utility.c:230 #, c-format msgid "cannot execute %s during recovery" msgstr "nie można wykonywać %s podczas odzyskiwania" #. translator: %s is name of a SQL command, eg PREPARE -#: tcop/utility.c:291 +#: tcop/utility.c:248 #, c-format msgid "cannot execute %s within security-restricted operation" msgstr "nie można wykonać %s operacją o ograniczonym bezpieczeństwie" -#: tcop/utility.c:1119 +#: tcop/utility.c:1096 #, c-format msgid "must be superuser to do CHECKPOINT" msgstr "musisz być superużytkownikiem by wykonać CHECKPOINT" @@ -13692,17 +14144,11 @@ msgstr "brak parametru Dictionary" msgid "could not open dictionary file \"%s\": %m" msgstr "nie można otworzyć pliku słownika \"%s\": %m" -#: tsearch/spell.c:439 utils/adt/regexp.c:194 +#: tsearch/spell.c:439 utils/adt/regexp.c:204 #, c-format msgid "invalid regular expression: %s" msgstr "nieprawidłowe wyrażenie regularne: %s" -#: tsearch/spell.c:518 tsearch/spell.c:535 tsearch/spell.c:552 -#: tsearch/spell.c:569 tsearch/spell.c:591 gram.y:12896 gram.y:12913 -#, c-format -msgid "syntax error" -msgstr "błąd składni" - #: tsearch/spell.c:596 tsearch/spell.c:842 tsearch/spell.c:862 #, c-format msgid "multibyte flag character is not allowed" @@ -13723,7 +14169,7 @@ msgstr "Słownik Ispell obsługuje tylko domyślną wartość flagi" msgid "wrong affix file format for flag" msgstr "niepoprawny format pliku affix dla flagi" -#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:269 utils/adt/tsvector_op.c:530 +#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:270 utils/adt/tsvector_op.c:530 #, c-format msgid "string is too long for tsvector (%d bytes, max %d bytes)" msgstr "ciąg znaków jest za długi dla tsvector (%d bajtów, maksymalnie %d bajtów)" @@ -13765,27 +14211,27 @@ msgstr "nie można otworzyć pliku słowa-stopu \"%s\": %m" msgid "text search parser does not support headline creation" msgstr "parser wyszukiwania tekstowego nie obsługuje tworzenia nagłówka" -#: tsearch/wparser_def.c:2551 +#: tsearch/wparser_def.c:2555 #, c-format msgid "unrecognized headline parameter: \"%s\"" msgstr "nierozpoznany parametr nagłówka: \"%s\"" -#: tsearch/wparser_def.c:2560 +#: tsearch/wparser_def.c:2564 #, c-format msgid "MinWords should be less than MaxWords" msgstr "MinWords musi być mniejsze niż MaxWords" -#: tsearch/wparser_def.c:2564 +#: tsearch/wparser_def.c:2568 #, c-format msgid "MinWords should be positive" msgstr "MinWords musi być dodatnie" -#: tsearch/wparser_def.c:2568 +#: tsearch/wparser_def.c:2572 #, c-format msgid "ShortWord should be >= 0" msgstr "ShortWord powinno być >= 0" -#: tsearch/wparser_def.c:2572 +#: tsearch/wparser_def.c:2576 #, c-format msgid "MaxFragments should be >= 0" msgstr "MaxFragments powinno być >= 0" @@ -13896,7 +14342,7 @@ msgstr "nierozpoznany typ uprawnienia: \"%s\"" msgid "function \"%s\" does not exist" msgstr "funkcja \"%s\" nie istnieje" -#: utils/adt/acl.c:4874 +#: utils/adt/acl.c:4879 #, c-format msgid "must be member of role \"%s\"" msgstr "musisz być składnikiem roli \"%s\"" @@ -13912,14 +14358,14 @@ msgid "neither input type is an array" msgstr "żaden typ wejściowy nie jest tablicą" #: utils/adt/array_userfuncs.c:103 utils/adt/array_userfuncs.c:113 -#: utils/adt/arrayfuncs.c:1275 utils/adt/float.c:1162 utils/adt/float.c:1221 -#: utils/adt/float.c:2772 utils/adt/float.c:2788 utils/adt/int.c:623 +#: utils/adt/arrayfuncs.c:1275 utils/adt/float.c:1214 utils/adt/float.c:1273 +#: utils/adt/float.c:2824 utils/adt/float.c:2840 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:2300 -#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1145 utils/adt/varbit.c:1537 +#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 #: utils/adt/varlena.c:1004 utils/adt/varlena.c:2027 #, c-format msgid "integer out of range" @@ -14091,7 +14537,7 @@ msgstr "puste elementy tablicy nie są dozwolone w tym kontekście" msgid "cannot compare arrays of different element types" msgstr "nie można porównywać tablic z elementami różnego typu" -#: utils/adt/arrayfuncs.c:3562 utils/adt/rangetypes.c:1201 +#: utils/adt/arrayfuncs.c:3562 utils/adt/rangetypes.c:1207 #, c-format msgid "could not identify a hash function for type %s" msgstr "nie można określić funkcji skrótu dla typu %s" @@ -14158,13 +14604,13 @@ msgstr "nieprawidłowa składnia wejścia dla typu pieniądze: \"%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:789 utils/adt/float.c:853 utils/adt/float.c:2531 -#: utils/adt/float.c:2594 utils/adt/geo_ops.c:4130 utils/adt/int.c:719 +#: utils/adt/float.c:841 utils/adt/float.c:905 utils/adt/float.c:2583 +#: utils/adt/float.c:2646 utils/adt/geo_ops.c:4148 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:4554 -#: utils/adt/numeric.c:4837 utils/adt/timestamp.c:2976 +#: utils/adt/numeric.c:4837 utils/adt/timestamp.c:2977 #, c-format msgid "division by zero" msgstr "dzielenie przez zero" @@ -14190,12 +14636,12 @@ msgstr "precyzja TIME(%d)%s nie może być ujemna" msgid "TIME(%d)%s precision reduced to maximum allowed, %d" msgstr "precyzja TIME(%d)%s zredukowana do maksymalnej dopuszczalnej, %d" -#: utils/adt/date.c:144 utils/adt/datetime.c:1188 utils/adt/datetime.c:1930 +#: utils/adt/date.c:144 utils/adt/datetime.c:1188 utils/adt/datetime.c:1924 #, c-format msgid "date/time value \"current\" is no longer supported" msgstr "wartość data/czas \"current\" nie jest już wspierana" -#: utils/adt/date.c:169 utils/adt/formatting.c:3328 +#: utils/adt/date.c:169 utils/adt/formatting.c:3390 #, c-format msgid "date out of range: \"%s\"" msgstr "data poza zakresem: \"%s\"" @@ -14216,25 +14662,25 @@ msgid "date out of range for timestamp" msgstr "data poza zakresem dla znacznika czasu" #: 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:3204 -#: utils/adt/formatting.c:3236 utils/adt/formatting.c:3304 +#: utils/adt/date.c:1585 utils/adt/date.c:2457 utils/adt/formatting.c:3266 +#: utils/adt/formatting.c:3298 utils/adt/formatting.c:3366 #: 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:2631 -#: utils/adt/timestamp.c:2652 utils/adt/timestamp.c:2665 -#: utils/adt/timestamp.c:2674 utils/adt/timestamp.c:2731 -#: utils/adt/timestamp.c:2754 utils/adt/timestamp.c:2767 -#: utils/adt/timestamp.c:2778 utils/adt/timestamp.c:3214 -#: utils/adt/timestamp.c:3343 utils/adt/timestamp.c:3384 -#: utils/adt/timestamp.c:3472 utils/adt/timestamp.c:3518 -#: utils/adt/timestamp.c:3629 utils/adt/timestamp.c:3942 -#: utils/adt/timestamp.c:4081 utils/adt/timestamp.c:4091 -#: utils/adt/timestamp.c:4153 utils/adt/timestamp.c:4293 -#: utils/adt/timestamp.c:4303 utils/adt/timestamp.c:4518 -#: utils/adt/timestamp.c:4597 utils/adt/timestamp.c:4604 -#: utils/adt/timestamp.c:4630 utils/adt/timestamp.c:4634 -#: utils/adt/timestamp.c:4691 utils/adt/xml.c:2047 utils/adt/xml.c:2054 +#: utils/adt/timestamp.c:541 utils/adt/timestamp.c:2632 +#: utils/adt/timestamp.c:2653 utils/adt/timestamp.c:2666 +#: utils/adt/timestamp.c:2675 utils/adt/timestamp.c:2732 +#: utils/adt/timestamp.c:2755 utils/adt/timestamp.c:2768 +#: utils/adt/timestamp.c:2779 utils/adt/timestamp.c:3215 +#: utils/adt/timestamp.c:3344 utils/adt/timestamp.c:3385 +#: utils/adt/timestamp.c:3473 utils/adt/timestamp.c:3519 +#: utils/adt/timestamp.c:3630 utils/adt/timestamp.c:3943 +#: utils/adt/timestamp.c:4082 utils/adt/timestamp.c:4092 +#: utils/adt/timestamp.c:4154 utils/adt/timestamp.c:4294 +#: utils/adt/timestamp.c:4304 utils/adt/timestamp.c:4519 +#: utils/adt/timestamp.c:4598 utils/adt/timestamp.c:4605 +#: utils/adt/timestamp.c:4631 utils/adt/timestamp.c:4635 +#: utils/adt/timestamp.c:4692 utils/adt/xml.c:2047 utils/adt/xml.c:2054 #: utils/adt/xml.c:2074 utils/adt/xml.c:2081 #, c-format msgid "timestamp out of range" @@ -14266,8 +14712,8 @@ msgstr "przesunięcie strefy czasowej poza zakresem" msgid "\"time with time zone\" units \"%s\" not recognized" msgstr "jednostki \"%s\" typu \"time with time zone\" nierozpoznane" -#: utils/adt/date.c:2662 utils/adt/datetime.c:930 utils/adt/datetime.c:1659 -#: utils/adt/timestamp.c:4530 utils/adt/timestamp.c:4702 +#: utils/adt/date.c:2662 utils/adt/datetime.c:930 utils/adt/datetime.c:1653 +#: utils/adt/timestamp.c:4531 utils/adt/timestamp.c:4703 #, c-format msgid "time zone \"%s\" not recognized" msgstr "strefa czasowa \"%s\" nie rozpoznana" @@ -14277,28 +14723,28 @@ msgstr "strefa czasowa \"%s\" nie rozpoznana" msgid "\"interval\" time zone \"%s\" not valid" msgstr "\"interval\" strefy czasowej \"%s\" jest niepoprawny" -#: utils/adt/datetime.c:3533 utils/adt/datetime.c:3540 +#: utils/adt/datetime.c:3527 utils/adt/datetime.c:3534 #, c-format msgid "date/time field value out of range: \"%s\"" msgstr "wartość pola daty/czasu poza zakresem: \"%s\"" -#: utils/adt/datetime.c:3542 +#: utils/adt/datetime.c:3536 #, c-format msgid "Perhaps you need a different \"datestyle\" setting." msgstr "Być może potrzebujesz innego ustawienia \"datestyle\"." -#: utils/adt/datetime.c:3547 +#: utils/adt/datetime.c:3541 #, c-format msgid "interval field value out of range: \"%s\"" msgstr "wartość pola interwału poza zakresem: \"%s\"" -#: utils/adt/datetime.c:3553 +#: utils/adt/datetime.c:3547 #, c-format msgid "time zone displacement out of range: \"%s\"" msgstr "przesunięcie strefy czasowej poza zakresem: \"%s\"" #. translator: first %s is inet or cidr -#: utils/adt/datetime.c:3560 utils/adt/network.c:107 +#: utils/adt/datetime.c:3554 utils/adt/network.c:107 #, c-format msgid "invalid input syntax for type %s: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu %s: \"%s\"" @@ -14354,24 +14800,24 @@ msgstr "niepoprawny koniec sekwencji" msgid "invalid input syntax for type bytea" msgstr "nieprawidłowa składnia wejścia dla typu bytea" -#: utils/adt/enum.c:47 utils/adt/enum.c:57 utils/adt/enum.c:112 -#: utils/adt/enum.c:122 +#: utils/adt/enum.c:48 utils/adt/enum.c:58 utils/adt/enum.c:117 +#: utils/adt/enum.c:127 #, c-format msgid "invalid input value for enum %s: \"%s\"" msgstr "nieprawidłowa wartość wejścia dla enumeracji %s: \"%s\"" -#: utils/adt/enum.c:84 utils/adt/enum.c:147 utils/adt/enum.c:197 +#: utils/adt/enum.c:85 utils/adt/enum.c:152 utils/adt/enum.c:202 #, c-format msgid "invalid internal value for enum: %u" msgstr "nieprawidłowa wartość wewnętrzna dla enumeracji: %u" -#: utils/adt/enum.c:356 utils/adt/enum.c:385 utils/adt/enum.c:425 -#: utils/adt/enum.c:445 +#: utils/adt/enum.c:361 utils/adt/enum.c:390 utils/adt/enum.c:430 +#: utils/adt/enum.c:450 #, c-format msgid "could not determine actual enum type" msgstr "nie można określić bieżącego typu enumeracyjnego" -#: utils/adt/enum.c:364 utils/adt/enum.c:393 +#: utils/adt/enum.c:369 utils/adt/enum.c:398 #, c-format msgid "enum %s contains no values" msgstr "enumeracja %s nie zawiera wartości" @@ -14386,28 +14832,28 @@ msgstr "wartość nie z zakresu: poza zakresem" msgid "value out of range: underflow" msgstr "wartość nie z zakresu: przed zakresem" -#: utils/adt/float.c:207 utils/adt/float.c:260 utils/adt/float.c:311 +#: utils/adt/float.c:207 utils/adt/float.c:281 utils/adt/float.c:337 #, c-format msgid "invalid input syntax for type real: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla liczb rzeczywistych: \"%s\"" -#: utils/adt/float.c:254 +#: utils/adt/float.c:275 #, c-format msgid "\"%s\" is out of range for type real" msgstr "\"%s\" jest poza zakresem dla typu liczb rzeczywistych" -#: utils/adt/float.c:412 utils/adt/float.c:465 utils/adt/float.c:516 +#: utils/adt/float.c:438 utils/adt/float.c:512 utils/adt/float.c:568 #: utils/adt/numeric.c:4016 utils/adt/numeric.c:4042 #, c-format msgid "invalid input syntax for type double precision: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu liczb podwójnej precyzji: \"%s\"" -#: utils/adt/float.c:459 +#: utils/adt/float.c:506 #, c-format msgid "\"%s\" is out of range for type double precision" msgstr "\"%s\" jest poza zakresem dla typu liczb podwójnej precyzji" -#: utils/adt/float.c:1180 utils/adt/float.c:1238 utils/adt/int.c:349 +#: utils/adt/float.c:1232 utils/adt/float.c:1290 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:2401 utils/adt/numeric.c:2412 @@ -14415,54 +14861,54 @@ msgstr "\"%s\" jest poza zakresem dla typu liczb podwójnej precyzji" msgid "smallint out of range" msgstr "poza zakresem smallint" -#: utils/adt/float.c:1364 utils/adt/numeric.c:5230 +#: utils/adt/float.c:1416 utils/adt/numeric.c:5230 #, c-format msgid "cannot take square root of a negative number" msgstr "nie można obliczyć pierwiastka kwadratowego z liczby ujemnej" -#: utils/adt/float.c:1406 utils/adt/numeric.c:2213 +#: utils/adt/float.c:1458 utils/adt/numeric.c:2213 #, c-format msgid "zero raised to a negative power is undefined" msgstr "zero podniesione do potęgi ujemnej jest niezdefiniowane" -#: utils/adt/float.c:1410 utils/adt/numeric.c:2219 +#: utils/adt/float.c:1462 utils/adt/numeric.c:2219 #, c-format msgid "a negative number raised to a non-integer power yields a complex result" msgstr "liczba ujemna podniesiona do potęgi niecałkowitej zwraca liczbę zespoloną" -#: utils/adt/float.c:1476 utils/adt/float.c:1506 utils/adt/numeric.c:5448 +#: utils/adt/float.c:1528 utils/adt/float.c:1558 utils/adt/numeric.c:5448 #, c-format msgid "cannot take logarithm of zero" msgstr "nie można obliczyć logarytmu z zera" -#: utils/adt/float.c:1480 utils/adt/float.c:1510 utils/adt/numeric.c:5452 +#: utils/adt/float.c:1532 utils/adt/float.c:1562 utils/adt/numeric.c:5452 #, c-format msgid "cannot take logarithm of a negative number" msgstr "nie można obliczyć logarytmu z liczby ujemnej" -#: utils/adt/float.c:1537 utils/adt/float.c:1558 utils/adt/float.c:1579 -#: utils/adt/float.c:1601 utils/adt/float.c:1622 utils/adt/float.c:1643 -#: utils/adt/float.c:1665 utils/adt/float.c:1686 +#: utils/adt/float.c:1589 utils/adt/float.c:1610 utils/adt/float.c:1631 +#: utils/adt/float.c:1653 utils/adt/float.c:1674 utils/adt/float.c:1695 +#: utils/adt/float.c:1717 utils/adt/float.c:1738 #, c-format msgid "input is out of range" msgstr "wejście jest poza zakresem" -#: utils/adt/float.c:2748 utils/adt/numeric.c:1218 +#: utils/adt/float.c:2800 utils/adt/numeric.c:1218 #, c-format msgid "count must be greater than zero" msgstr "ilość musi być większa niż zero" -#: utils/adt/float.c:2753 utils/adt/numeric.c:1225 +#: utils/adt/float.c:2805 utils/adt/numeric.c:1225 #, c-format msgid "operand, lower bound, and upper bound cannot be NaN" msgstr "operand, dolna granica i górna granica nie mogą być NaN" -#: utils/adt/float.c:2759 +#: utils/adt/float.c:2811 #, c-format msgid "lower and upper bounds must be finite" msgstr "dolna i górna granica nie musi być skończona" -#: utils/adt/float.c:2797 utils/adt/numeric.c:1238 +#: utils/adt/float.c:2849 utils/adt/numeric.c:1238 #, c-format msgid "lower bound cannot equal upper bound" msgstr "dolna granica nie może być równa górnej granicy" @@ -14552,123 +14998,123 @@ msgstr "\"EEEE\" może być używane tylko razem z cyframi i wzorcem znaku oddzi msgid "\"%s\" is not a number" msgstr "\"%s\" nie jest liczbą" -#: utils/adt/formatting.c:1521 utils/adt/formatting.c:1573 +#: utils/adt/formatting.c:1516 utils/adt/formatting.c:1568 #, c-format msgid "could not determine which collation to use for lower() function" msgstr "nie można określić, jakiego porównania użyć do funkcji lower()" -#: utils/adt/formatting.c:1646 utils/adt/formatting.c:1698 +#: utils/adt/formatting.c:1636 utils/adt/formatting.c:1688 #, c-format msgid "could not determine which collation to use for upper() function" msgstr "nie można określić, jakiego porównania użyć do funkcji upper()" -#: utils/adt/formatting.c:1783 utils/adt/formatting.c:1847 +#: utils/adt/formatting.c:1757 utils/adt/formatting.c:1821 #, c-format msgid "could not determine which collation to use for initcap() function" msgstr "nie można określić, jakiego porównania użyć do funkcji initcap()" -#: utils/adt/formatting.c:2056 +#: utils/adt/formatting.c:2125 #, c-format msgid "invalid combination of date conventions" msgstr "nieprawidłowe połączenie konwencji daty" -#: utils/adt/formatting.c:2057 +#: utils/adt/formatting.c:2126 #, c-format msgid "Do not mix Gregorian and ISO week date conventions in a formatting template." msgstr "Nie mieszaj konwencji dnia tygodnia gregoriańskiej i ISO w szablonie formatowania." -#: utils/adt/formatting.c:2074 +#: utils/adt/formatting.c:2143 #, c-format msgid "conflicting values for \"%s\" field in formatting string" msgstr "sprzeczne wartości dla pola \"%s\" s ciągu formatowania" -#: utils/adt/formatting.c:2076 +#: utils/adt/formatting.c:2145 #, c-format msgid "This value contradicts a previous setting for the same field type." msgstr "Ta wartość przeczy poprzednim ustawieniom dla tego samego typu pola." -#: utils/adt/formatting.c:2137 +#: utils/adt/formatting.c:2206 #, c-format msgid "source string too short for \"%s\" formatting field" msgstr "źródłowy ciąg znaków jest zbyt krótki dla pola formatu \"%s\"" -#: utils/adt/formatting.c:2139 +#: utils/adt/formatting.c:2208 #, c-format msgid "Field requires %d characters, but only %d remain." msgstr "Pole wymaga %d znaków, ale wprowadzono tylko %d." -#: utils/adt/formatting.c:2142 utils/adt/formatting.c:2156 +#: utils/adt/formatting.c:2211 utils/adt/formatting.c:2225 #, c-format msgid "If your source string is not fixed-width, try using the \"FM\" modifier." msgstr "Jeśli źródłowy ciąg znaków nie ma stałej długości, spróbuj użyć modyfikatora \"FM\"." -#: utils/adt/formatting.c:2152 utils/adt/formatting.c:2165 -#: utils/adt/formatting.c:2295 +#: utils/adt/formatting.c:2221 utils/adt/formatting.c:2234 +#: utils/adt/formatting.c:2364 #, c-format msgid "invalid value \"%s\" for \"%s\"" msgstr "nieprawidłowa wartość \"%s\" dla \"%s\"" -#: utils/adt/formatting.c:2154 +#: utils/adt/formatting.c:2223 #, c-format msgid "Field requires %d characters, but only %d could be parsed." msgstr "Pole wymaga %d znaków, ale tylko %d może być sparsowane." -#: utils/adt/formatting.c:2167 +#: utils/adt/formatting.c:2236 #, c-format msgid "Value must be an integer." msgstr "Wartość musi być liczbą całkowitą." -#: utils/adt/formatting.c:2172 +#: utils/adt/formatting.c:2241 #, c-format msgid "value for \"%s\" in source string is out of range" msgstr "wartość dla \"%s\" w źródłowym ciągu znaków jest poza zakresem" -#: utils/adt/formatting.c:2174 +#: utils/adt/formatting.c:2243 #, c-format msgid "Value must be in the range %d to %d." msgstr "Wartość musi być w zakresie %d do %d." -#: utils/adt/formatting.c:2297 +#: utils/adt/formatting.c:2366 #, c-format msgid "The given value did not match any of the allowed values for this field." msgstr "Podana wartość nie pasuje do żadnej z dozwolonych wartości dla tego pola." -#: utils/adt/formatting.c:2853 +#: utils/adt/formatting.c:2915 #, c-format msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" msgstr "wzorce formatów \"TZ\"/\"tz\" nie są obsługiwane przez to_date" -#: utils/adt/formatting.c:2957 +#: utils/adt/formatting.c:3019 #, c-format msgid "invalid input string for \"Y,YYY\"" msgstr "nieprawidłowy wejściowy ciąg znaków dla \"Y,YYY\"" -#: utils/adt/formatting.c:3460 +#: utils/adt/formatting.c:3522 #, c-format msgid "hour \"%d\" is invalid for the 12-hour clock" msgstr "godzina \"%d\" jest niepoprawna dla 12-godzinnego zegara" -#: utils/adt/formatting.c:3462 +#: utils/adt/formatting.c:3524 #, c-format msgid "Use the 24-hour clock, or give an hour between 1 and 12." msgstr "Użyj 24-godzinnego zegara lub podaj godzinę pomiędzy 1 a 12." -#: utils/adt/formatting.c:3500 +#: utils/adt/formatting.c:3562 #, c-format msgid "inconsistent use of year %04d and \"BC\"" msgstr "niespójne użycie roku %04d i \"BC\"" -#: utils/adt/formatting.c:3547 +#: utils/adt/formatting.c:3609 #, c-format msgid "cannot calculate day of year without year information" msgstr "nie można wyznaczyć dnia roku bez informacji o roku" -#: utils/adt/formatting.c:4409 +#: utils/adt/formatting.c:4471 #, c-format msgid "\"EEEE\" not supported for input" msgstr "\"EEEE\" nie jest wspierane dla wejścia" -#: utils/adt/formatting.c:4421 +#: utils/adt/formatting.c:4483 #, c-format msgid "\"RN\" not supported for input" msgstr "\"RN\" nie jest wspierane dla wejścia" @@ -14721,7 +15167,8 @@ msgstr "musisz być superużytkownikiem by pobrać informacje o pliku" msgid "must be superuser to get directory listings" msgstr "musisz być superużytkownikiem by pobrać listy katalogu" -#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:4251 utils/adt/geo_ops.c:5172 +#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3493 +#: utils/adt/geo_ops.c:4269 utils/adt/geo_ops.c:5198 #, c-format msgid "too many points requested" msgstr "żądano zbyt wielu punktów" @@ -14747,93 +15194,93 @@ msgstr "nieprawidłowa składnia wejścia dla typu linia: \"%s\"" msgid "type \"line\" not yet implemented" msgstr "typ \"linia\" nie został jeszcze zaimplementowany" -#: utils/adt/geo_ops.c:1411 utils/adt/geo_ops.c:1434 +#: utils/adt/geo_ops.c:1412 utils/adt/geo_ops.c:1443 #, c-format msgid "invalid input syntax for type path: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu ścieżka: \"%s\"" -#: utils/adt/geo_ops.c:1473 +#: utils/adt/geo_ops.c:1482 #, c-format msgid "invalid number of points in external \"path\" value" msgstr "niepoprawna liczba punktów w zewnętrznej wartości \"ścieżka\"" -#: utils/adt/geo_ops.c:1816 +#: utils/adt/geo_ops.c:1825 #, c-format msgid "invalid input syntax for type point: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu punkt: \"%s\"" -#: utils/adt/geo_ops.c:2044 +#: utils/adt/geo_ops.c:2053 #, c-format msgid "invalid input syntax for type lseg: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu lseg: \"%s\"" -#: utils/adt/geo_ops.c:2648 +#: utils/adt/geo_ops.c:2657 #, c-format msgid "function \"dist_lb\" not implemented" msgstr "funkcja \"dist_lb\" nie została jeszcze zaimplementowana" -#: utils/adt/geo_ops.c:3161 +#: utils/adt/geo_ops.c:3170 #, c-format msgid "function \"close_lb\" not implemented" msgstr "funkcja \"close_lb\" nie została jeszcze zaimplementowana" -#: utils/adt/geo_ops.c:3450 +#: utils/adt/geo_ops.c:3459 #, c-format msgid "cannot create bounding box for empty polygon" msgstr "nie można utworzyć otaczającego prostokąta dla pustego wielokąta" -#: utils/adt/geo_ops.c:3474 utils/adt/geo_ops.c:3486 +#: utils/adt/geo_ops.c:3484 utils/adt/geo_ops.c:3504 #, c-format msgid "invalid input syntax for type polygon: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu wielokąt: \"%s\"" -#: utils/adt/geo_ops.c:3526 +#: utils/adt/geo_ops.c:3544 #, c-format msgid "invalid number of points in external \"polygon\" value" msgstr "niepoprawna liczba punktów w zewnętrznej wartości \"wielokąt\"" -#: utils/adt/geo_ops.c:4049 +#: utils/adt/geo_ops.c:4067 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "funkcja \"poly_distance\" nie została jeszcze zaimplementowana" -#: utils/adt/geo_ops.c:4363 +#: utils/adt/geo_ops.c:4381 #, c-format msgid "function \"path_center\" not implemented" msgstr "funkcja \"path_center\" nie została jeszcze zaimplementowana" -#: utils/adt/geo_ops.c:4380 +#: utils/adt/geo_ops.c:4398 #, c-format msgid "open path cannot be converted to polygon" msgstr "otwarta ścieżka nie może być zmieniona w wielokąt" -#: utils/adt/geo_ops.c:4549 utils/adt/geo_ops.c:4559 utils/adt/geo_ops.c:4574 -#: utils/adt/geo_ops.c:4580 +#: utils/adt/geo_ops.c:4575 utils/adt/geo_ops.c:4585 utils/adt/geo_ops.c:4600 +#: utils/adt/geo_ops.c:4606 #, c-format msgid "invalid input syntax for type circle: \"%s\"" msgstr "nieprawidłowa składnia wejścia dla typu okrąg: \"%s\"" -#: utils/adt/geo_ops.c:4602 utils/adt/geo_ops.c:4610 +#: utils/adt/geo_ops.c:4628 utils/adt/geo_ops.c:4636 #, c-format msgid "could not format \"circle\" value" msgstr "nie można sformatować wartości \"okrąg\"" -#: utils/adt/geo_ops.c:4637 +#: utils/adt/geo_ops.c:4663 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "niepoprawny status w zewnętrznej wartości \"okrąg\"" -#: utils/adt/geo_ops.c:5158 +#: utils/adt/geo_ops.c:5184 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "nie można zmienić okręgu o promieniu zero w wielokąt" -#: utils/adt/geo_ops.c:5163 +#: utils/adt/geo_ops.c:5189 #, c-format msgid "must request at least 2 points" msgstr "musi zwrócić co najmniej 2 punkty" -#: utils/adt/geo_ops.c:5207 utils/adt/geo_ops.c:5230 +#: utils/adt/geo_ops.c:5233 utils/adt/geo_ops.c:5256 #, c-format msgid "cannot convert empty polygon to circle" msgstr "nie można zmienić pustego wielokąta w okrąg" @@ -14853,8 +15300,8 @@ msgstr "niepoprawne dane int2vector" msgid "oidvector has too many elements" msgstr "oidvector ma za dużo elementów" -#: utils/adt/int.c:1362 utils/adt/int8.c:1409 utils/adt/timestamp.c:4789 -#: utils/adt/timestamp.c:4870 +#: utils/adt/int.c:1362 utils/adt/int8.c:1409 utils/adt/timestamp.c:4790 +#: utils/adt/timestamp.c:4871 #, c-format msgid "step size cannot equal zero" msgstr "rozmiar kroku nie może być równy zero" @@ -14878,7 +15325,7 @@ msgstr "wartość \"%s\" jest poza zakresem dla typu 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:2353 utils/adt/varbit.c:1617 +#: utils/adt/numeric.c:2353 utils/adt/varbit.c:1645 #, c-format msgid "bigint out of range" msgstr "bigint poza zakresem" @@ -14888,86 +15335,86 @@ msgstr "bigint poza zakresem" msgid "OID out of range" msgstr "OID poza zakresem" -#: utils/adt/json.c:444 utils/adt/json.c:482 utils/adt/json.c:494 -#: utils/adt/json.c:613 utils/adt/json.c:627 utils/adt/json.c:638 -#: utils/adt/json.c:646 utils/adt/json.c:654 utils/adt/json.c:662 -#: utils/adt/json.c:670 utils/adt/json.c:678 utils/adt/json.c:686 -#: utils/adt/json.c:717 +#: utils/adt/json.c:442 utils/adt/json.c:480 utils/adt/json.c:492 +#: utils/adt/json.c:620 utils/adt/json.c:634 utils/adt/json.c:645 +#: utils/adt/json.c:653 utils/adt/json.c:661 utils/adt/json.c:669 +#: utils/adt/json.c:677 utils/adt/json.c:685 utils/adt/json.c:693 +#: utils/adt/json.c:724 #, c-format msgid "invalid input syntax for type json" msgstr "nieprawidłowa składnia wejścia dla typu json" -#: utils/adt/json.c:445 +#: utils/adt/json.c:443 #, c-format msgid "Character with value 0x%02x must be escaped." msgstr "Znak o wartości 0x%02x należy poprzedzić znakiem ucieczki." -#: utils/adt/json.c:483 +#: utils/adt/json.c:481 #, c-format msgid "\"\\u\" must be followed by four hexadecimal digits." msgstr "\"\\u\" musi wystąpić przed czterema cyframi szesnastkowymi." -#: utils/adt/json.c:495 +#: utils/adt/json.c:493 #, c-format msgid "Escape sequence \"\\%s\" is invalid." msgstr "Sekwencja ucieczki \"\\%s\" nie jest poprawna." -#: utils/adt/json.c:614 +#: utils/adt/json.c:621 #, c-format msgid "The input string ended unexpectedly." msgstr "Niespodziewanie zakończony ciąg znaków na wejściu." -#: utils/adt/json.c:628 +#: utils/adt/json.c:635 #, c-format msgid "Expected end of input, but found \"%s\"." msgstr "Oczekiwano zakończenia na wejściu, znaleziono \"%s\"." -#: utils/adt/json.c:639 +#: utils/adt/json.c:646 #, c-format msgid "Expected JSON value, but found \"%s\"." msgstr "Oczekiwano wartości JSON, znaleziono \"%s\"." -#: utils/adt/json.c:647 +#: utils/adt/json.c:654 #, c-format msgid "Expected array element or \"]\", but found \"%s\"." msgstr "Oczekiwano elementu tablicy lub \"]\", znaleziono \"%s\"." -#: utils/adt/json.c:655 +#: utils/adt/json.c:662 #, c-format msgid "Expected \",\" or \"]\", but found \"%s\"." msgstr "Oczekiwano \",\" lub \"]\", znaleziono \"%s\"." -#: utils/adt/json.c:663 +#: utils/adt/json.c:670 #, c-format msgid "Expected string or \"}\", but found \"%s\"." msgstr "Oczekiwano ciągu znaków lub \"}\", znaleziono \"%s\"." -#: utils/adt/json.c:671 +#: utils/adt/json.c:678 #, c-format msgid "Expected \":\", but found \"%s\"." msgstr "Oczekiwano \":\", znaleziono \"%s\"." -#: utils/adt/json.c:679 +#: utils/adt/json.c:686 #, c-format msgid "Expected \",\" or \"}\", but found \"%s\"." msgstr "Oczekiwano \",\" lub \"}\", znaleziono \"%s\"." -#: utils/adt/json.c:687 +#: utils/adt/json.c:694 #, c-format msgid "Expected string, but found \"%s\"." msgstr "Oczekiwano ciągu znaków, znaleziono \"%s\"." -#: utils/adt/json.c:718 +#: utils/adt/json.c:725 #, c-format msgid "Token \"%s\" is invalid." msgstr "Token \"%s\" jest niepoprawny." -#: utils/adt/json.c:790 +#: utils/adt/json.c:797 #, c-format msgid "JSON data, line %d: %s%s%s" msgstr "Dane JSON, linia %d: %s%s%s" -#: utils/adt/like.c:211 utils/adt/selfuncs.c:5185 +#: utils/adt/like.c:211 utils/adt/selfuncs.c:5214 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "nie można określić jakiego porównania użyć do ILIKE" @@ -14977,12 +15424,12 @@ msgstr "nie można określić jakiego porównania użyć do ILIKE" msgid "LIKE pattern must not end with escape character" msgstr "wzorzec LIKE nie może kończyć się znakiem ucieczki" -#: utils/adt/like_match.c:289 utils/adt/regexp.c:683 +#: utils/adt/like_match.c:289 utils/adt/regexp.c:694 #, c-format msgid "invalid escape string" msgstr "niepoprawny ciąg znaków ucieczki" -#: utils/adt/like_match.c:290 utils/adt/regexp.c:684 +#: utils/adt/like_match.c:290 utils/adt/regexp.c:695 #, c-format msgid "Escape string must be empty or one character." msgstr "Ciąg znaków ucieczki musi być pusty lub jednoznakowy." @@ -15268,32 +15715,32 @@ msgstr "żądany znak jest zbyt długi dla kodowania: %d" msgid "null character not permitted" msgstr "pusty znak niedozwolony" -#: utils/adt/pg_locale.c:967 +#: utils/adt/pg_locale.c:1025 #, c-format msgid "could not create locale \"%s\": %m" msgstr "nie można utworzyć lokalizacji \"%s\": %m" -#: utils/adt/pg_locale.c:970 +#: utils/adt/pg_locale.c:1028 #, c-format msgid "The operating system could not find any locale data for the locale name \"%s\"." msgstr "System operacyjny nie mógł odnaleźć danych lokalizacji dla nazwy lokalizacji \"%s\"." -#: utils/adt/pg_locale.c:1057 +#: utils/adt/pg_locale.c:1115 #, c-format msgid "collations with different collate and ctype values are not supported on this platform" msgstr "porównania z różnymi wartościami collate i ctype nie są obsługiwane na tej platformie" -#: utils/adt/pg_locale.c:1072 +#: utils/adt/pg_locale.c:1130 #, c-format msgid "nondefault collations are not supported on this platform" msgstr "niedomyślne porównania nie są obsługiwane na tej platformie" -#: utils/adt/pg_locale.c:1243 +#: utils/adt/pg_locale.c:1301 #, c-format msgid "invalid multibyte character for locale" msgstr "niepoprawny wielobajtowy znak dla lokalizacji" -#: utils/adt/pg_locale.c:1244 +#: utils/adt/pg_locale.c:1302 #, c-format msgid "The server's LC_CTYPE locale is probably incompatible with the database encoding." msgstr "LC_CTYPE lokalizacji serwera jest prawdopodobnie niekompatybilne z kodowaniem bazy danych." @@ -15423,73 +15870,73 @@ msgstr "wynik różnicy przedziałów nie będzie ciągły" msgid "result of range union would not be contiguous" msgstr "wynik łączenia przedziałów nie będzie ciągły" -#: utils/adt/rangetypes.c:1508 +#: utils/adt/rangetypes.c:1514 #, c-format msgid "range lower bound must be less than or equal to range upper bound" msgstr "dolna granica przedziału musi być mniejsza lub równa górnej granicy przedziału" -#: utils/adt/rangetypes.c:1891 utils/adt/rangetypes.c:1904 -#: utils/adt/rangetypes.c:1918 +#: utils/adt/rangetypes.c:1897 utils/adt/rangetypes.c:1910 +#: utils/adt/rangetypes.c:1924 #, c-format msgid "invalid range bound flags" msgstr "niepoprawne flagi granicy przedziału" -#: utils/adt/rangetypes.c:1892 utils/adt/rangetypes.c:1905 -#: utils/adt/rangetypes.c:1919 +#: utils/adt/rangetypes.c:1898 utils/adt/rangetypes.c:1911 +#: utils/adt/rangetypes.c:1925 #, c-format msgid "Valid values are \"[]\", \"[)\", \"(]\", and \"()\"." msgstr "Prawidłowe wartości to \"[]\", \"[)\", \"(]\" i \"()\"." -#: utils/adt/rangetypes.c:1984 utils/adt/rangetypes.c:2001 -#: utils/adt/rangetypes.c:2014 utils/adt/rangetypes.c:2032 -#: utils/adt/rangetypes.c:2043 utils/adt/rangetypes.c:2087 -#: utils/adt/rangetypes.c:2095 +#: utils/adt/rangetypes.c:1990 utils/adt/rangetypes.c:2007 +#: utils/adt/rangetypes.c:2020 utils/adt/rangetypes.c:2038 +#: utils/adt/rangetypes.c:2049 utils/adt/rangetypes.c:2093 +#: utils/adt/rangetypes.c:2101 #, c-format msgid "malformed range literal: \"%s\"" msgstr "nieprawidłowy literał przedziału: \"%s\"" -#: utils/adt/rangetypes.c:1986 +#: utils/adt/rangetypes.c:1992 #, c-format msgid "Junk after \"empty\" keyword." msgstr "Śmieci po słowie kluczowym \"empty\"." -#: utils/adt/rangetypes.c:2003 +#: utils/adt/rangetypes.c:2009 #, c-format msgid "Missing left parenthesis or bracket." msgstr "Brak lewego nawiasu." -#: utils/adt/rangetypes.c:2016 +#: utils/adt/rangetypes.c:2022 #, c-format msgid "Missing comma after lower bound." msgstr "Brak przecinka po granicy dolnej." -#: utils/adt/rangetypes.c:2034 +#: utils/adt/rangetypes.c:2040 #, c-format msgid "Too many commas." msgstr "Zbyt dużo przecinków." -#: utils/adt/rangetypes.c:2045 +#: utils/adt/rangetypes.c:2051 #, c-format msgid "Junk after right parenthesis or bracket." msgstr "Śmieci za prawym nawiasem zwykłym lub klamrowym." -#: utils/adt/rangetypes.c:2089 utils/adt/rangetypes.c:2097 +#: utils/adt/rangetypes.c:2095 utils/adt/rangetypes.c:2103 #: utils/adt/rowtypes.c:205 utils/adt/rowtypes.c:213 #, c-format msgid "Unexpected end of input." msgstr "Niespodziewany koniec wejścia." -#: utils/adt/regexp.c:274 utils/adt/regexp.c:1223 utils/adt/varlena.c:2919 +#: utils/adt/regexp.c:285 utils/adt/regexp.c:1234 utils/adt/varlena.c:2920 #, c-format msgid "regular expression failed: %s" msgstr "nie udało się wyrażenie regularne: %s" -#: utils/adt/regexp.c:411 +#: utils/adt/regexp.c:422 #, c-format msgid "invalid regexp option: \"%c\"" msgstr "niepoprawna opcja regexp: \"%c\"" -#: utils/adt/regexp.c:883 +#: utils/adt/regexp.c:894 #, c-format msgid "regexp_split does not support the global option" msgstr "regexp_split nie obsługuje opcji globalnej" @@ -15504,18 +15951,8 @@ msgstr "więcej niż jedna funkcja o nazwie \"%s\"" msgid "more than one operator named %s" msgstr "więcej niż jeden operator o nazwie %s" -#: utils/adt/regproc.c:630 gram.y:6386 -#, c-format -msgid "missing argument" -msgstr "brakujący argument" - -#: utils/adt/regproc.c:631 gram.y:6387 -#, c-format -msgid "Use NONE to denote the missing argument of a unary operator." -msgstr "Użyj NONE do oznaczenia brakuje argumentów w jednoargumentowym operatorze." - -#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6044 -#: utils/adt/ruleutils.c:6099 utils/adt/ruleutils.c:6136 +#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6050 +#: utils/adt/ruleutils.c:6105 utils/adt/ruleutils.c:6143 #, c-format msgid "too many arguments" msgstr "zbyt wiele argumentów" @@ -15551,18 +15988,6 @@ msgstr "oczekiwano nazwy typu" msgid "improper type name" msgstr "niepoprawna nazwa typu" -#: utils/adt/ri_triggers.c:375 utils/adt/ri_triggers.c:435 -#: utils/adt/ri_triggers.c:598 utils/adt/ri_triggers.c:838 -#: utils/adt/ri_triggers.c:1026 utils/adt/ri_triggers.c:1188 -#: utils/adt/ri_triggers.c:1376 utils/adt/ri_triggers.c:1547 -#: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901 -#: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299 -#: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550 -#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 gram.y:2969 -#, c-format -msgid "MATCH PARTIAL not yet implemented" -msgstr "MATCH PARTIAL jeszcze nie zaimplementowano" - #: utils/adt/ri_triggers.c:409 utils/adt/ri_triggers.c:2841 #: utils/adt/ri_triggers.c:3536 utils/adt/ri_triggers.c:3568 #, c-format @@ -15629,7 +16054,7 @@ msgstr "modyfikacja lub usunięcie na tabeli \"%s\" narusza klucz obcy \"%s\" ta msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "Klucz (%s)=(%s) ma wciąż odwołanie w tabeli \"%s\"." -#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:488 +#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:474 #, c-format msgid "input of anonymous composite types is not implemented" msgstr "wejście dla anonimowych typów złożonych nie jest realizowane" @@ -15660,27 +16085,27 @@ msgstr "Zbyt dużo kolumn." msgid "Junk after right parenthesis." msgstr "Śmieci za prawym nawiasem." -#: utils/adt/rowtypes.c:537 +#: utils/adt/rowtypes.c:523 #, c-format msgid "wrong number of columns: %d, expected %d" msgstr "niepoprawna liczba kolumn: %d, oczekiwano %d" -#: utils/adt/rowtypes.c:564 +#: utils/adt/rowtypes.c:550 #, c-format msgid "wrong data type: %u, expected %u" msgstr "niepoprawny typ danych: %u, oczekiwano %u" -#: utils/adt/rowtypes.c:625 +#: utils/adt/rowtypes.c:611 #, c-format msgid "improper binary format in record column %d" msgstr "niewłaściwy format binarny w polu %d rekordu" -#: utils/adt/rowtypes.c:925 utils/adt/rowtypes.c:1160 +#: utils/adt/rowtypes.c:895 utils/adt/rowtypes.c:1130 #, c-format msgid "cannot compare dissimilar column types %s and %s at record column %d" msgstr "nie można porównywać niepodobnych typów kolumn %s i %s w kolumnie rekordu %d" -#: utils/adt/rowtypes.c:1011 utils/adt/rowtypes.c:1231 +#: utils/adt/rowtypes.c:981 utils/adt/rowtypes.c:1201 #, c-format msgid "cannot compare record types with different numbers of columns" msgstr "nie można porównywać typów rekordowych z różną liczbą kolumn" @@ -15690,12 +16115,12 @@ msgstr "nie można porównywać typów rekordowych z różną liczbą kolumn" msgid "rule \"%s\" has unsupported event type %d" msgstr "reguła \"%s\" ma nieobsługiwany typ zdarzenia %d" -#: utils/adt/selfuncs.c:5170 +#: utils/adt/selfuncs.c:5199 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "dopasowanie niezależne od wielkości liter nieobsługiwane dla typu bytea" -#: utils/adt/selfuncs.c:5273 +#: utils/adt/selfuncs.c:5302 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "dopasowanie wyrażeniami regularnymi nieobsługiwane dla typu bytea" @@ -15736,8 +16161,8 @@ msgstr "znacznik czasu nie może być NaN" msgid "timestamp(%d) precision must be between %d and %d" msgstr "precyzja timestamp(%d) musi być pomiędzy %d i %d" -#: utils/adt/timestamp.c:668 utils/adt/timestamp.c:3209 -#: utils/adt/timestamp.c:3338 utils/adt/timestamp.c:3722 +#: utils/adt/timestamp.c:668 utils/adt/timestamp.c:3210 +#: utils/adt/timestamp.c:3339 utils/adt/timestamp.c:3723 #, c-format msgid "interval out of range" msgstr "interwał poza zakresem" @@ -15762,49 +16187,49 @@ msgstr "precyzja INTERVAL(%d) zredukowana do maksymalnej dopuszczalnej, %d" msgid "interval(%d) precision must be between %d and %d" msgstr "precyzja interval(%d) musi być pomiędzy %d i %d" -#: utils/adt/timestamp.c:2407 +#: utils/adt/timestamp.c:2408 #, c-format msgid "cannot subtract infinite timestamps" msgstr "nie można odejmować nieskończonych znaczników czasu" -#: utils/adt/timestamp.c:3464 utils/adt/timestamp.c:4059 -#: utils/adt/timestamp.c:4099 +#: utils/adt/timestamp.c:3465 utils/adt/timestamp.c:4060 +#: utils/adt/timestamp.c:4100 #, c-format msgid "timestamp units \"%s\" not supported" msgstr "jednostki \"%s\" znacznika czasu nie są obsługiwane" -#: utils/adt/timestamp.c:3478 utils/adt/timestamp.c:4109 +#: utils/adt/timestamp.c:3479 utils/adt/timestamp.c:4110 #, c-format msgid "timestamp units \"%s\" not recognized" msgstr "jednostki \"%s\" znacznika czasu nierozpoznane" -#: utils/adt/timestamp.c:3618 utils/adt/timestamp.c:4270 -#: utils/adt/timestamp.c:4311 +#: utils/adt/timestamp.c:3619 utils/adt/timestamp.c:4271 +#: utils/adt/timestamp.c:4312 #, c-format msgid "timestamp with time zone units \"%s\" not supported" msgstr "jednostki \"%s\" znacznika czasu ze strefą czasową nie są obsługiwane" -#: utils/adt/timestamp.c:3635 utils/adt/timestamp.c:4320 +#: utils/adt/timestamp.c:3636 utils/adt/timestamp.c:4321 #, c-format msgid "timestamp with time zone units \"%s\" not recognized" msgstr "jednostki \"%s\" znacznika czasu ze strefą czasową nierozpoznane" -#: utils/adt/timestamp.c:3715 utils/adt/timestamp.c:4426 +#: utils/adt/timestamp.c:3716 utils/adt/timestamp.c:4427 #, c-format msgid "interval units \"%s\" not supported" msgstr "jednostki \"%s\" interwału nie są obsługiwane" -#: utils/adt/timestamp.c:3731 utils/adt/timestamp.c:4453 +#: utils/adt/timestamp.c:3732 utils/adt/timestamp.c:4454 #, c-format msgid "interval units \"%s\" not recognized" msgstr "jednostki \"%s\" interwału nierozpoznane" -#: utils/adt/timestamp.c:4523 utils/adt/timestamp.c:4695 +#: utils/adt/timestamp.c:4524 utils/adt/timestamp.c:4696 #, c-format msgid "could not convert to time zone \"%s\"" msgstr "nie można przekształcić do strefy czasowej \"%s\"" -#: utils/adt/timestamp.c:4555 utils/adt/timestamp.c:4728 +#: utils/adt/timestamp.c:4556 utils/adt/timestamp.c:4729 #, c-format msgid "interval time zone \"%s\" must not specify month" msgstr "interwał strefy czasowej \"%s\" nie może określać miesiąca" @@ -15865,6 +16290,11 @@ msgstr "słowo jest zbyt długie w tsquery: \"%s\"" msgid "text-search query doesn't contain lexemes: \"%s\"" msgstr "zapytanie wyszukiwania tekstowego nie zawiera leksemów: \"%s\"" +#: utils/adt/tsquery.c:521 utils/adt/tsquery_util.c:340 +#, c-format +msgid "tsquery is too large" +msgstr "tsquery jest za duży" + #: utils/adt/tsquery_cleanup.c:284 #, c-format msgid "text-search query contains only stop words or doesn't contain lexemes, ignored" @@ -15895,12 +16325,12 @@ msgstr "tablica wag nie może zawierać nulli" msgid "weight out of range" msgstr "waga poza zakresem" -#: utils/adt/tsvector.c:212 +#: utils/adt/tsvector.c:213 #, c-format msgid "word is too long (%ld bytes, max %ld bytes)" msgstr "słowo jest za długie (%ld bajtów, maksymalnie %ld bajtów)" -#: utils/adt/tsvector.c:219 +#: utils/adt/tsvector.c:220 #, c-format msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" msgstr "ciąg znaków jest za długi dla tsvector (%ld bajtów, maksymalnie %ld bajtów)" @@ -15975,59 +16405,64 @@ msgstr "długość dla typu %s musi być co najmniej 1" msgid "length for type %s cannot exceed %d" msgstr "długość dla typu %s nie może przekraczać %d" -#: utils/adt/varbit.c:167 utils/adt/varbit.c:310 utils/adt/varbit.c:367 +#: utils/adt/varbit.c:163 utils/adt/varbit.c:475 utils/adt/varbit.c:973 +#, c-format +msgid "bit string length exceeds the maximum allowed (%d)" +msgstr "rozmiar ciągu bitów przekracza dozwolone maksimum (%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 "długość ciągu bitowego %d nie pasuje do typu bit(%d)" -#: utils/adt/varbit.c:189 utils/adt/varbit.c:491 +#: utils/adt/varbit.c:199 utils/adt/varbit.c:511 #, c-format msgid "\"%c\" is not a valid binary digit" msgstr "\"%c\" nie jest poprawną cyfrą binarną" -#: utils/adt/varbit.c:214 utils/adt/varbit.c:516 +#: utils/adt/varbit.c:224 utils/adt/varbit.c:536 #, c-format msgid "\"%c\" is not a valid hexadecimal digit" msgstr "\"%c\" nie jest poprawną cyfrą szesnastkową" -#: utils/adt/varbit.c:301 utils/adt/varbit.c:604 +#: utils/adt/varbit.c:311 utils/adt/varbit.c:627 #, c-format msgid "invalid length in external bit string" msgstr "niepoprawna długość w zewnętrznym ciągu bitów" -#: utils/adt/varbit.c:469 utils/adt/varbit.c:613 utils/adt/varbit.c:708 +#: utils/adt/varbit.c:489 utils/adt/varbit.c:636 utils/adt/varbit.c:731 #, c-format msgid "bit string too long for type bit varying(%d)" msgstr "ciąg bitów za długi dla typu bit varying(%d)" -#: utils/adt/varbit.c:1038 utils/adt/varbit.c:1140 utils/adt/varlena.c:791 +#: utils/adt/varbit.c:1066 utils/adt/varbit.c:1168 utils/adt/varlena.c:791 #: utils/adt/varlena.c:855 utils/adt/varlena.c:999 utils/adt/varlena.c:1955 #: utils/adt/varlena.c:2022 #, c-format msgid "negative substring length not allowed" msgstr "niedopuszczalna ujemna długość podciągu" -#: utils/adt/varbit.c:1198 +#: utils/adt/varbit.c:1226 #, c-format msgid "cannot AND bit strings of different sizes" msgstr "nie można zastosować AND do wartości ciągów bitów o różnych rozmiarach" -#: utils/adt/varbit.c:1240 +#: utils/adt/varbit.c:1268 #, c-format msgid "cannot OR bit strings of different sizes" msgstr "nie można zastosować OR do wartości ciągów bitów o różnych rozmiarach" -#: utils/adt/varbit.c:1287 +#: utils/adt/varbit.c:1315 #, c-format msgid "cannot XOR bit strings of different sizes" msgstr "nie można zastosować XOR do wartości ciągów bitów o różnych rozmiarach" -#: utils/adt/varbit.c:1765 utils/adt/varbit.c:1823 +#: utils/adt/varbit.c:1793 utils/adt/varbit.c:1851 #, c-format msgid "bit index %d out of valid range (0..%d)" msgstr "indeks bitu %d przekracza dopuszczalny zakres (0..%d)" -#: utils/adt/varbit.c:1774 utils/adt/varlena.c:2222 +#: utils/adt/varbit.c:1802 utils/adt/varlena.c:2222 #, c-format msgid "new bit must be 0 or 1" msgstr "nowy bit musi być 0 lub 1" @@ -16063,37 +16498,37 @@ msgstr "nie można porównać ciągów Unikodu: %m" msgid "index %d out of valid range, 0..%d" msgstr "indeks %d przekracza dopuszczalny zakres 0..%d" -#: utils/adt/varlena.c:3012 +#: utils/adt/varlena.c:3016 #, c-format msgid "field position must be greater than zero" msgstr "pozycja pola musi być większa niż zero" -#: utils/adt/varlena.c:3881 utils/adt/varlena.c:3942 +#: utils/adt/varlena.c:3885 utils/adt/varlena.c:3946 #, c-format msgid "unterminated conversion specifier" msgstr "nierozpoznany specyfikator konwersji" -#: utils/adt/varlena.c:3905 utils/adt/varlena.c:3921 +#: utils/adt/varlena.c:3909 utils/adt/varlena.c:3925 #, c-format msgid "argument number is out of range" msgstr "numer argumentu wykracza poza zakres" -#: utils/adt/varlena.c:3948 +#: utils/adt/varlena.c:3952 #, c-format msgid "conversion specifies argument 0, but arguments are numbered from 1" msgstr "przekształcenie specyfikuje argument 0, ale argumenty są numerowane od 1" -#: utils/adt/varlena.c:3955 +#: utils/adt/varlena.c:3959 #, c-format msgid "too few arguments for format" msgstr "za mało argumentów do formatowania" -#: utils/adt/varlena.c:3976 +#: utils/adt/varlena.c:3980 #, c-format msgid "unrecognized conversion specifier \"%c\"" msgstr "nierozpoznany specyfikator konwersji \"%c\"" -#: utils/adt/varlena.c:4005 +#: utils/adt/varlena.c:4009 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "wartości puste nie mogą być formatowane jako identyfikatory SQL" @@ -16263,7 +16698,7 @@ msgstr "brak funkcji wejścia dostępnej dla typu %s" msgid "no output function available for type %s" msgstr "brak funkcji wyjścia dostępnej dla typu %s" -#: utils/cache/plancache.c:669 +#: utils/cache/plancache.c:684 #, c-format msgid "cached plan must not change result type" msgstr "plan w pamięci podręcznej nie może zmienić typ wyniku" @@ -16323,12 +16758,12 @@ msgstr "nie można wykonać fsync na pliku mapowania relacji \"%s\": %m" msgid "could not close relation mapping file \"%s\": %m" msgstr "nie można zamknąć pliku mapowania relacji \"%s\": %m" -#: utils/cache/typcache.c:697 +#: utils/cache/typcache.c:702 #, c-format msgid "type %s is not composite" msgstr "typ %s nie jest złożony" -#: utils/cache/typcache.c:711 +#: utils/cache/typcache.c:716 #, c-format msgid "record type has not been registered" msgstr "typ rekordu nie został zarejestrowany" @@ -16343,96 +16778,102 @@ msgstr "PUŁAPKA: ExceptionalCondition: niepoprawne argumenty\n" msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" msgstr "PUŁAPKA: %s(\"%s\", Plik: \"%s\", Linia: %d)\n" -#: utils/error/elog.c:1546 +#: utils/error/elog.c:321 utils/error/elog.c:1178 +#, c-format +msgid "error occurred at %s:%d before error message processing is available\n" +msgstr "wystąpił błąd w %s:%d zanim stało się dostępne przetwarzanie komunikatów " +"błędu\n" + +#: utils/error/elog.c:1580 #, c-format msgid "could not reopen file \"%s\" as stderr: %m" msgstr "nie można otworzyć ponownie pliku \"%s\" do jako standardowe wyjście błędów: %m" -#: utils/error/elog.c:1559 +#: utils/error/elog.c:1593 #, c-format msgid "could not reopen file \"%s\" as stdout: %m" msgstr "nie można otworzyć ponownie pliku \"%s\" do jako standardowe wyjście: %m" -#: utils/error/elog.c:1948 utils/error/elog.c:1958 utils/error/elog.c:1968 +#: utils/error/elog.c:1982 utils/error/elog.c:1992 utils/error/elog.c:2002 msgid "[unknown]" msgstr "[nieznany]" -#: utils/error/elog.c:2316 utils/error/elog.c:2615 utils/error/elog.c:2693 +#: utils/error/elog.c:2350 utils/error/elog.c:2649 utils/error/elog.c:2727 msgid "missing error text" msgstr "brakujący tekst błędu" -#: utils/error/elog.c:2319 utils/error/elog.c:2322 utils/error/elog.c:2696 -#: utils/error/elog.c:2699 +#: utils/error/elog.c:2353 utils/error/elog.c:2356 utils/error/elog.c:2730 +#: utils/error/elog.c:2733 #, c-format msgid " at character %d" msgstr " przy znaku %d" -#: utils/error/elog.c:2332 utils/error/elog.c:2339 +#: utils/error/elog.c:2366 utils/error/elog.c:2373 msgid "DETAIL: " msgstr "SZCZEGÓŁY: " -#: utils/error/elog.c:2346 +#: utils/error/elog.c:2380 msgid "HINT: " msgstr "PODPOWIEDŹ: " -#: utils/error/elog.c:2353 +#: utils/error/elog.c:2387 msgid "QUERY: " msgstr "ZAPYTANIE: " -#: utils/error/elog.c:2360 +#: utils/error/elog.c:2394 msgid "CONTEXT: " msgstr "KONTEKST: " -#: utils/error/elog.c:2370 +#: utils/error/elog.c:2404 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "POZYCJA: %s, %s:%d\n" -#: utils/error/elog.c:2377 +#: utils/error/elog.c:2411 #, c-format msgid "LOCATION: %s:%d\n" msgstr "POZYCJA: %s:%d\n" -#: utils/error/elog.c:2391 +#: utils/error/elog.c:2425 msgid "STATEMENT: " msgstr "WYRAÅ»ENIE: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:2808 +#: utils/error/elog.c:2848 #, c-format msgid "operating system error %d" msgstr "błąd systemu operacyjnego %d" -#: utils/error/elog.c:2831 +#: utils/error/elog.c:3043 msgid "DEBUG" msgstr "DEBUG" -#: utils/error/elog.c:2835 +#: utils/error/elog.c:3047 msgid "LOG" msgstr "DZIENNIK" -#: utils/error/elog.c:2838 +#: utils/error/elog.c:3050 msgid "INFO" msgstr "INFORMACJA" -#: utils/error/elog.c:2841 +#: utils/error/elog.c:3053 msgid "NOTICE" msgstr "UWAGA" -#: utils/error/elog.c:2844 +#: utils/error/elog.c:3056 msgid "WARNING" msgstr "OSTRZEÅ»ENIE" -#: utils/error/elog.c:2847 +#: utils/error/elog.c:3059 msgid "ERROR" msgstr "BŁĄD" -#: utils/error/elog.c:2850 +#: utils/error/elog.c:3062 msgid "FATAL" msgstr "KATASTROFALNY" -#: utils/error/elog.c:2853 +#: utils/error/elog.c:3065 msgid "PANIC" msgstr "PANIKA" @@ -16525,21 +16966,26 @@ msgstr "komponent o zerowej długości w parametrze \"dynamic_library_path\"" msgid "component in parameter \"dynamic_library_path\" is not an absolute path" msgstr "komponent w parametrze \"dynamic_library_path\" nie jest ścieżką absolutną" -#: utils/fmgr/fmgr.c:271 +#: utils/fmgr/fmgr.c:272 #, c-format msgid "internal function \"%s\" is not in internal lookup table" msgstr "funkcji wewnętrznej \"%s\" nie ma w wewnętrznej tabeli wyszukiwania" -#: utils/fmgr/fmgr.c:481 +#: utils/fmgr/fmgr.c:482 #, c-format msgid "unrecognized API version %d reported by info function \"%s\"" msgstr "nierozpoznana wersja API %d zgłoszona przez funkcję informacyjną \"%s\"" -#: utils/fmgr/fmgr.c:852 utils/fmgr/fmgr.c:2113 +#: utils/fmgr/fmgr.c:853 utils/fmgr/fmgr.c:2114 #, c-format msgid "function %u has too many arguments (%d, maximum is %d)" msgstr "funkcja %u posiada zbyt wiele argumentów (%d, maksimum to %d)" +#: utils/fmgr/fmgr.c:2507 +#, c-format +msgid "language validation function %u called for language %u instead of %u" +msgstr "funkcja weryfikacji składni %u wywoływana dla języka %u zamiast %u" + #: utils/fmgr/funcapi.c:354 #, c-format msgid "could not determine actual result type for function \"%s\" declared to return type %s" @@ -18232,13 +18678,6 @@ msgstr "nierozpoznany parametr konfiguracyjny \"%s\"" msgid "parameter \"%s\" cannot be changed" msgstr "parametr \"%s\" nie może być zmieniony" -#: utils/misc/guc.c:5196 utils/misc/guc.c:5372 utils/misc/guc.c:5476 -#: utils/misc/guc.c:5577 utils/misc/guc.c:5698 utils/misc/guc.c:5806 -#: guc-file.l:227 -#, c-format -msgid "parameter \"%s\" cannot be changed without restarting the server" -msgstr "parametr \"%s\" nie może być zmieniony bez restartu serwera" - #: utils/misc/guc.c:5206 #, c-format msgid "parameter \"%s\" cannot be changed now" @@ -18340,581 +18779,194 @@ msgstr "sprawdzanie asercji nie jest obsługiwane przez tą kompilację" msgid "Bonjour is not supported by this build" msgstr "Bonjour nie jest obsługiwany przez tą kompilację" -#: utils/misc/guc.c:8439 -#, c-format -msgid "SSL is not supported by this build" -msgstr "SSL nie jest obsługiwany przez tą kompilację" - -#: utils/misc/guc.c:8451 -#, c-format -msgid "Cannot enable parameter when \"log_statement_stats\" is true." -msgstr "Nie można włączyć parametru gdy \"log_statement_stats\" jest prawdą." - -#: utils/misc/guc.c:8463 -#, c-format -msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." -msgstr "Nie można włączyć \"log_statement_stats\" gdy \"log_parser_stats\", \"log_planner_stats\", lub \"log_executor_stats\" jest prawdą." - -#: utils/misc/help_config.c:131 -#, c-format -msgid "internal error: unrecognized run-time parameter type\n" -msgstr "błąd wewnętrzny: nierozpoznany typ parametru czasu wykonania\n" - -#: 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" -msgstr "skrót nazwy strefy czasowej \"%s\" jest zbyt długi (maksymalnie %d znaków) w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:68 -#, c-format -msgid "time zone offset %d is not a multiple of 900 sec (15 min) in time zone file \"%s\", line %d" -msgstr "przesunięcie strefy czasowej %d nie jest wielokrotnością 900 sek (15 min) w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:80 -#, c-format -msgid "time zone offset %d is out of range in time zone file \"%s\", line %d" -msgstr "przesunięcie strefy czasowej %d jest poza zakresem w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:115 -#, c-format -msgid "missing time zone abbreviation in time zone file \"%s\", line %d" -msgstr "brak skrótu nazwy strefy czasowej w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:124 -#, c-format -msgid "missing time zone offset in time zone file \"%s\", line %d" -msgstr "brak przesunięcia strefy czasowej w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:131 -#, c-format -msgid "invalid number for time zone offset in time zone file \"%s\", line %d" -msgstr "niepoprawna liczba dla przesunięcia strefy czasowej w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:154 -#, c-format -msgid "invalid syntax in time zone file \"%s\", line %d" -msgstr "nieprawidłowa składnia w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:218 -#, c-format -msgid "time zone abbreviation \"%s\" is multiply defined" -msgstr "skrót dla strefy czasowej \"%s\" jest wielokrotnie zdefiniowany" - -#: utils/misc/tzparser.c:220 -#, c-format -msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d." -msgstr "Wpis w pliku strefy czasowej \"%s\", linia %d jest sprzeczny z wpisem w pliku \"%s\", linia %d." - -#: utils/misc/tzparser.c:285 -#, c-format -msgid "invalid time zone file name \"%s\"" -msgstr "nieprawidłowa nazwa pliku strefy czasowej \"%s\"" - -#: utils/misc/tzparser.c:298 -#, c-format -msgid "time zone file recursion limit exceeded in file \"%s\"" -msgstr "limit rekursji pliku strefy czasowej przekroczony w pliku \"%s\"" - -#: utils/misc/tzparser.c:337 utils/misc/tzparser.c:350 -#, c-format -msgid "could not read time zone file \"%s\": %m" -msgstr "nie można odczytać pliku strefy czasowej \"%s\": %m" - -#: utils/misc/tzparser.c:360 -#, c-format -msgid "line is too long in time zone file \"%s\", line %d" -msgstr "zbyt długa linia w pliku strefy czasowej \"%s\", linia %d" - -#: utils/misc/tzparser.c:383 -#, c-format -msgid "@INCLUDE without file name in time zone file \"%s\", line %d" -msgstr "@INCLUDE bez nazwy pliku w pliku strefy czasowej \"%s\", linia %d" - -#: utils/mmgr/aset.c:417 -#, c-format -msgid "Failed while creating memory context \"%s\"." -msgstr "Niepowodzenie podczas tworzenia kontekstu pamięci \"%s\"." - -#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967 -#, c-format -msgid "Failed on request of size %lu." -msgstr "Niepowodzenie żądania o rozmiarze %lu." - -#: utils/mmgr/portalmem.c:208 -#, c-format -msgid "cursor \"%s\" already exists" -msgstr "kursor \"%s\" już istnieje" - -#: utils/mmgr/portalmem.c:212 -#, c-format -msgid "closing existing cursor \"%s\"" -msgstr "zamykanie istniejącego kursora \"%s\"" - -#: utils/mmgr/portalmem.c:479 -#, c-format -msgid "cannot drop active portal \"%s\"" -msgstr "nie można usunąć aktywnego portalu \"%s\"" - -#: utils/mmgr/portalmem.c:669 -#, c-format -msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD" -msgstr "nie można wykonać PREPARE transakcji która utworzyła kursor WITH HOLD" - -#: utils/sort/logtape.c:215 -#, c-format -msgid "Perhaps out of disk space?" -msgstr "Być może brak przestrzeni dyskowej?" - -#: utils/sort/logtape.c:232 -#, c-format -msgid "could not read block %ld of temporary file: %m" -msgstr "nie można odczytać bloku %ld pliku tymczasowego: %m" - -#: utils/sort/tuplesort.c:3089 -#, c-format -msgid "could not create unique index \"%s\"" -msgstr "nie można utworzyć unikalnego indeksu \"%s\"" - -#: utils/sort/tuplesort.c:3091 -#, c-format -msgid "Key %s is duplicated." -msgstr "Klucz %s jest zdublowany." - -#: utils/time/snapmgr.c:774 -#, c-format -msgid "cannot export a snapshot from a subtransaction" -msgstr "nie eksportować migawki z podtransakcji" - -#: utils/time/snapmgr.c:924 utils/time/snapmgr.c:929 utils/time/snapmgr.c:934 -#: utils/time/snapmgr.c:949 utils/time/snapmgr.c:954 utils/time/snapmgr.c:959 -#: utils/time/snapmgr.c:1058 utils/time/snapmgr.c:1074 -#: utils/time/snapmgr.c:1099 -#, c-format -msgid "invalid snapshot data in file \"%s\"" -msgstr "nieprawidłowe dane migawki w pliku \"%s\"" - -#: utils/time/snapmgr.c:996 -#, c-format -msgid "SET TRANSACTION SNAPSHOT must be called before any query" -msgstr "SET TRANSACTION SNAPSHOT musi być wywołane przed jakimkolwiek zapytaniem" - -#: utils/time/snapmgr.c:1005 -#, c-format -msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ" -msgstr "transakcja importu migawki musi mieć poziom izolacji SERIALIZABLE lub REPEATABLE READ" - -#: utils/time/snapmgr.c:1014 utils/time/snapmgr.c:1023 -#, c-format -msgid "invalid snapshot identifier: \"%s\"" -msgstr "nieprawidłowy identyfikator migawki: \"%s\"" - -#: utils/time/snapmgr.c:1112 -#, c-format -msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction" -msgstr "transakcja serializowana nie może importować migawki z transakcji nieserializowanej" - -#: utils/time/snapmgr.c:1116 -#, c-format -msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction" -msgstr "transakcja serializowana nie tylko do odczytu nie może importować migawki z transakcji tylko do odczytu" - -#: utils/time/snapmgr.c:1131 -#, c-format -msgid "cannot import a snapshot from a different database" -msgstr "nie można importować migawki z innej bazy danych" - -#: gram.y:914 -#, c-format -msgid "unrecognized role option \"%s\"" -msgstr "nieznana opcja roli \"%s\"" - -#: gram.y:1304 -#, c-format -msgid "current database cannot be changed" -msgstr "bieżąca baza danych nie może być zmieniona" - -#: gram.y:1431 gram.y:1446 -#, c-format -msgid "time zone interval must be HOUR or HOUR TO MINUTE" -msgstr "przedział strefy czasowej musi być HOUR lub HOUR TO MINUTE" - -#: gram.y:1451 gram.y:9648 gram.y:12152 -#, c-format -msgid "interval precision specified twice" -msgstr "dokładność interwału wskazana dwukrotnie" - -#: gram.y:2525 gram.y:2532 gram.y:8958 gram.y:8966 -#, c-format -msgid "GLOBAL is deprecated in temporary table creation" -msgstr "GLOBAL jest przestarzałe przy tworzeniu tabeli tymczasowej" - -#: gram.y:4142 -msgid "duplicate trigger events specified" -msgstr "wskazano powielone zdarzenia wyzwalacza" - -#: gram.y:4244 -#, c-format -msgid "conflicting constraint properties" -msgstr "konflikt właściwości ograniczeń" - -#: gram.y:4308 -#, c-format -msgid "CREATE ASSERTION is not yet implemented" -msgstr "CREATE ASSERTION jeszcze nie zaimplementowano" - -#: gram.y:4324 -#, c-format -msgid "DROP ASSERTION is not yet implemented" -msgstr "DROP ASSERTION jeszcze nie zaimplementowano" - -#: gram.y:4667 -#, c-format -msgid "RECHECK is no longer required" -msgstr "RECHECK nie jest dłużej wymagane" - -#: gram.y:4668 -#, c-format -msgid "Update your data type." -msgstr "Zaktualizuj swój typ danych." - -#: gram.y:7672 gram.y:7678 gram.y:7684 -#, c-format -msgid "WITH CHECK OPTION is not implemented" -msgstr "WITH CHECK OPTION jeszcze nie zaimplementowano" - -#: gram.y:8605 -#, c-format -msgid "number of columns does not match number of values" -msgstr "liczba kolumn nie zgadza się z liczbą wartości" - -#: gram.y:9062 -#, c-format -msgid "LIMIT #,# syntax is not supported" -msgstr "składnia LIMIT #,# jest nieobsługiwana" - -#: gram.y:9063 -#, c-format -msgid "Use separate LIMIT and OFFSET clauses." -msgstr "Użyj oddzielnych klauzul LIMIT i OFFSET." - -#: gram.y:9281 -#, c-format -msgid "VALUES in FROM must have an alias" -msgstr "VALUES we FROM musi mieć alias" - -#: gram.y:9282 -#, c-format -msgid "For example, FROM (VALUES ...) [AS] foo." -msgstr "Dla przykładu, FROM (VALUES ...) [AS] foo." - -#: gram.y:9287 -#, c-format -msgid "subquery in FROM must have an alias" -msgstr "podzapytanie z FROM musi mieć alias" - -#: gram.y:9288 -#, c-format -msgid "For example, FROM (SELECT ...) [AS] foo." -msgstr "Dla przykładu, FROM (SELECT ...) [AS] foo." - -#: gram.y:9774 -#, c-format -msgid "precision for type float must be at least 1 bit" -msgstr "precyzja dla typu zmiennoprzecinkowego musi mieć co najmniej 1 bit" - -#: gram.y:9783 -#, c-format -msgid "precision for type float must be less than 54 bits" -msgstr "precyzja dla typu zmiennoprzecinkowego musi mieć co najwyżej 54 bity" - -#: gram.y:10497 -#, c-format -msgid "UNIQUE predicate is not yet implemented" -msgstr "predykat UNIQUE nie jest jeszcze zaimplementowany" - -#: gram.y:11419 -#, c-format -msgid "RANGE PRECEDING is only supported with UNBOUNDED" -msgstr "RANGE PRECEDING jest obsługiwany tylko z UNBOUNDED" - -#: gram.y:11425 -#, c-format -msgid "RANGE FOLLOWING is only supported with UNBOUNDED" -msgstr "RANGE FOLLOWING jest obsługiwany tylko z UNBOUNDED" - -#: gram.y:11452 gram.y:11475 -#, c-format -msgid "frame start cannot be UNBOUNDED FOLLOWING" -msgstr "UNBOUNDED FOLLOWING nie może być początkiem ramki" - -#: gram.y:11457 -#, c-format -msgid "frame starting from following row cannot end with current row" -msgstr "początek ramki z kolejnego wiersza nie może kończyć się na bieżącym wierszu" - -#: gram.y:11480 -#, c-format -msgid "frame end cannot be UNBOUNDED PRECEDING" -msgstr "UNBOUNDED PRECEDING nie może być końcem ramki" - -#: gram.y:11486 -#, c-format -msgid "frame starting from current row cannot have preceding rows" -msgstr "początek ramki z bieżącego wiersza nie może mieć poprzednich wierszy" - -#: gram.y:11493 -#, c-format -msgid "frame starting from following row cannot have preceding rows" -msgstr "początek ramki z kolejnego wiersza nie może mieć poprzednich wierszy" - -#: gram.y:12127 -#, c-format -msgid "type modifier cannot have parameter name" -msgstr "modyfikator typu nie mieć nazwy parametru" - -#: gram.y:12725 gram.y:12933 -msgid "improper use of \"*\"" -msgstr "niepoprawne użycie \"*\"" - -#: gram.y:12864 +#: utils/misc/guc.c:8439 #, c-format -msgid "wrong number of parameters on left side of OVERLAPS expression" -msgstr "niepoprawna liczba parametrów po lewej stronie wyrażenia OVERLAPS" +msgid "SSL is not supported by this build" +msgstr "SSL nie jest obsługiwany przez tą kompilację" -#: gram.y:12871 +#: utils/misc/guc.c:8451 #, c-format -msgid "wrong number of parameters on right side of OVERLAPS expression" -msgstr "niepoprawna liczba parametrów po prawej stronie wyrażenia OVERLAPS" +msgid "Cannot enable parameter when \"log_statement_stats\" is true." +msgstr "Nie można włączyć parametru gdy \"log_statement_stats\" jest prawdą." -#: gram.y:12984 +#: utils/misc/guc.c:8463 #, c-format -msgid "multiple ORDER BY clauses not allowed" -msgstr "wielokrotna klauzula ORDER BY nie jest dopuszczalna" +msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." +msgstr "Nie można włączyć \"log_statement_stats\" gdy \"log_parser_stats\", \"log_planner_stats\", lub \"log_executor_stats\" jest prawdą." -#: gram.y:12995 +#: utils/misc/help_config.c:131 #, c-format -msgid "multiple OFFSET clauses not allowed" -msgstr "wielokrotna klauzula OFFSET nie jest dopuszczalna" +msgid "internal error: unrecognized run-time parameter type\n" +msgstr "błąd wewnętrzny: nierozpoznany typ parametru czasu wykonania\n" -#: gram.y:13004 +#: utils/misc/tzparser.c:61 #, c-format -msgid "multiple LIMIT clauses not allowed" -msgstr "wielokrotna klauzula LIMIT nie jest dopuszczalna" +msgid "time zone abbreviation \"%s\" is too long (maximum %d characters) in time zone file \"%s\", line %d" +msgstr "skrót nazwy strefy czasowej \"%s\" jest zbyt długi (maksymalnie %d znaków) w pliku strefy czasowej \"%s\", linia %d" -#: gram.y:13013 +#: utils/misc/tzparser.c:68 #, c-format -msgid "multiple WITH clauses not allowed" -msgstr "wielokrotna klauzula WITH nie jest dopuszczalna" +msgid "time zone offset %d is not a multiple of 900 sec (15 min) in time zone file \"%s\", line %d" +msgstr "przesunięcie strefy czasowej %d nie jest wielokrotnością 900 sek (15 min) w pliku strefy czasowej \"%s\", linia %d" -#: gram.y:13159 +#: utils/misc/tzparser.c:80 #, c-format -msgid "OUT and INOUT arguments aren't allowed in TABLE functions" -msgstr "argumenty OUT i INOUT nie są dozwolone w funkcji TABLE" +msgid "time zone offset %d is out of range in time zone file \"%s\", line %d" +msgstr "przesunięcie strefy czasowej %d jest poza zakresem w pliku strefy czasowej \"%s\", linia %d" -#: gram.y:13260 +#: utils/misc/tzparser.c:115 #, c-format -msgid "multiple COLLATE clauses not allowed" -msgstr "wielokrotna klauzula COLLATE nie jest dopuszczalna" +msgid "missing time zone abbreviation in time zone file \"%s\", line %d" +msgstr "brak skrótu nazwy strefy czasowej w pliku strefy czasowej \"%s\", linia %d" -#. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13298 gram.y:13311 +#: utils/misc/tzparser.c:124 #, c-format -msgid "%s constraints cannot be marked DEFERRABLE" -msgstr "ograniczenia %s nie mogą być oznaczone jako DEFERRABLE" +msgid "missing time zone offset in time zone file \"%s\", line %d" +msgstr "brak przesunięcia strefy czasowej w pliku strefy czasowej \"%s\", linia %d" -#. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13324 +#: utils/misc/tzparser.c:131 #, c-format -msgid "%s constraints cannot be marked NOT VALID" -msgstr "ograniczenia %s nie mogą być oznaczone jako NOT VALID" +msgid "invalid number for time zone offset in time zone file \"%s\", line %d" +msgstr "niepoprawna liczba dla przesunięcia strefy czasowej w pliku strefy czasowej \"%s\", linia %d" -#. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13337 +#: utils/misc/tzparser.c:154 #, c-format -msgid "%s constraints cannot be marked NO INHERIT" -msgstr "ograniczenia %s nie mogą być oznaczone jako NOT INHERIT" +msgid "invalid syntax in time zone file \"%s\", line %d" +msgstr "nieprawidłowa składnia w pliku strefy czasowej \"%s\", linia %d" -#: guc-file.l:192 +#: utils/misc/tzparser.c:218 #, c-format -msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u" -msgstr "nierozpoznany parametr konfiguracyjny \"%s\" w pliku \"%s\" linia %u" +msgid "time zone abbreviation \"%s\" is multiply defined" +msgstr "skrót dla strefy czasowej \"%s\" jest wielokrotnie zdefiniowany" -#: guc-file.l:255 +#: utils/misc/tzparser.c:220 #, c-format -msgid "parameter \"%s\" removed from configuration file, reset to default" -msgstr "parametr \"%s\" usunięty z pliku konfiguracyjnego, ustawienie na wartość domyślną" +msgid "Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s\", line %d." +msgstr "Wpis w pliku strefy czasowej \"%s\", linia %d jest sprzeczny z wpisem w pliku \"%s\", linia %d." -#: guc-file.l:317 +#: utils/misc/tzparser.c:285 #, c-format -msgid "parameter \"%s\" changed to \"%s\"" -msgstr "parametr \"%s\" zmieniony na \"%s\"" +msgid "invalid time zone file name \"%s\"" +msgstr "nieprawidłowa nazwa pliku strefy czasowej \"%s\"" -#: guc-file.l:351 +#: utils/misc/tzparser.c:298 #, c-format -msgid "configuration file \"%s\" contains errors" -msgstr "kolumna konfiguracji \"%s\" zawiera błędy" +msgid "time zone file recursion limit exceeded in file \"%s\"" +msgstr "limit rekursji pliku strefy czasowej przekroczony w pliku \"%s\"" -#: guc-file.l:356 +#: utils/misc/tzparser.c:337 utils/misc/tzparser.c:350 #, c-format -msgid "configuration file \"%s\" contains errors; unaffected changes were applied" -msgstr "plik konfiguracyjny \"%s\" zawiera błędy; zostały zastosowane zmiany nie dotknięte nimi" +msgid "could not read time zone file \"%s\": %m" +msgstr "nie można odczytać pliku strefy czasowej \"%s\": %m" -#: guc-file.l:361 +#: utils/misc/tzparser.c:360 #, c-format -msgid "configuration file \"%s\" contains errors; no changes were applied" -msgstr "plik konfiguracyjny \"%s\" zawiera błędy; zmiany nie zostały zastosowane" +msgid "line is too long in time zone file \"%s\", line %d" +msgstr "zbyt długa linia w pliku strefy czasowej \"%s\", linia %d" -#: guc-file.l:393 +#: utils/misc/tzparser.c:383 #, c-format -msgid "could not open configuration file \"%s\": maximum nesting depth exceeded" -msgstr "nie można otworzyć pliku konfiguracyjnego \"%s\": przekroczona maksymalna głębokość kaskadowania" +msgid "@INCLUDE without file name in time zone file \"%s\", line %d" +msgstr "@INCLUDE bez nazwy pliku w pliku strefy czasowej \"%s\", linia %d" -#: guc-file.l:436 +#: utils/mmgr/aset.c:417 #, c-format -msgid "skipping missing configuration file \"%s\"" -msgstr "pominięto brakujący plik konfiguracyjny \"%s\"" +msgid "Failed while creating memory context \"%s\"." +msgstr "Niepowodzenie podczas tworzenia kontekstu pamięci \"%s\"." -#: guc-file.l:627 +#: utils/mmgr/aset.c:588 utils/mmgr/aset.c:766 utils/mmgr/aset.c:967 #, c-format -msgid "syntax error in file \"%s\" line %u, near end of line" -msgstr "błąd składni w pliku \"%s\" linia %u, blisko końca linii" +msgid "Failed on request of size %lu." +msgstr "Niepowodzenie żądania o rozmiarze %lu." -#: guc-file.l:632 +#: utils/mmgr/portalmem.c:208 #, c-format -msgid "syntax error in file \"%s\" line %u, near token \"%s\"" -msgstr "błąd składni w pliku \"%s\" linia %u, blisko tokena \"%s\"" +msgid "cursor \"%s\" already exists" +msgstr "kursor \"%s\" już istnieje" -#: guc-file.l:648 +#: utils/mmgr/portalmem.c:212 #, c-format -msgid "too many syntax errors found, abandoning file \"%s\"" -msgstr "zbyt wiele błędów składni, porzucenie pliku \"%s\"" - -#: repl_scanner.l:76 -msgid "invalid streaming start location" -msgstr "nieprawidłowe położenie początku przesyłania strumieniowego" - -#: repl_scanner.l:97 scan.l:630 -msgid "unterminated quoted string" -msgstr "niezakończona stała łańcuchowa" +msgid "closing existing cursor \"%s\"" +msgstr "zamykanie istniejącego kursora \"%s\"" -#: repl_scanner.l:107 +#: utils/mmgr/portalmem.c:479 #, c-format -msgid "syntax error: unexpected character \"%s\"" -msgstr "błąd składni, nieoczekiwany znak \"%s\"" - -#: scan.l:412 -msgid "unterminated /* comment" -msgstr "nie zakończony komentarz /*" - -#: scan.l:441 -msgid "unterminated bit string literal" -msgstr "niezakończona stała łańcucha bitów" - -#: scan.l:462 -msgid "unterminated hexadecimal string literal" -msgstr "niezakończona stała łańcucha szesnastkowego" +msgid "cannot drop active portal \"%s\"" +msgstr "nie można usunąć aktywnego portalu \"%s\"" -#: scan.l:512 +#: utils/mmgr/portalmem.c:669 #, c-format -msgid "unsafe use of string constant with Unicode escapes" -msgstr "niebezpieczne jest używanie stałej łańcuchowej z ucieczkami Unikodu" +msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD" +msgstr "nie można wykonać PREPARE transakcji która utworzyła kursor WITH HOLD" -#: scan.l:513 +#: utils/sort/logtape.c:215 #, c-format -msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." -msgstr "Stałe łańcuchowe z ucieczkami Unikodowymi nie mogą być używane gdy standard_conforming_strings jest wyłączony." - -#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1239 -#: scan.l:1266 scan.l:1270 scan.l:1308 scan.l:1312 scan.l:1334 -msgid "invalid Unicode surrogate pair" -msgstr "niepoprawna Unikodowa para zastępcza" +msgid "Perhaps out of disk space?" +msgstr "Być może brak przestrzeni dyskowej?" -#: scan.l:587 +#: utils/sort/logtape.c:232 #, c-format -msgid "invalid Unicode escape" -msgstr "nieprawidłowa ucieczka Unikodowa" +msgid "could not read block %ld of temporary file: %m" +msgstr "nie można odczytać bloku %ld pliku tymczasowego: %m" -#: scan.l:588 +#: utils/sort/tuplesort.c:3089 #, c-format -msgid "Unicode escapes must be \\uXXXX or \\UXXXXXXXX." -msgstr "ucieczki Unikodowe muszą mieć format \\uXXXX lub \\UXXXXXXXX." +msgid "could not create unique index \"%s\"" +msgstr "nie można utworzyć unikalnego indeksu \"%s\"" -#: scan.l:599 +#: utils/sort/tuplesort.c:3091 #, c-format -msgid "unsafe use of \\' in a string literal" -msgstr "niebezpieczne użycie \\' w literałach znakowych" +msgid "Key %s is duplicated." +msgstr "Klucz %s jest zdublowany." -#: scan.l:600 +#: utils/time/snapmgr.c:774 #, c-format -msgid "Use '' to write quotes in strings. \\' is insecure in client-only encodings." -msgstr "Użyj '' by zapisać cytat w ciągach znaków. \\' jest niebezpieczne w wyłącznie klienckich kodowaniach." - -#: scan.l:675 -msgid "unterminated dollar-quoted string" -msgstr "niezakończona stała łańcuchowa cytowana znakiem dolara" - -#: scan.l:692 scan.l:704 scan.l:718 -msgid "zero-length delimited identifier" -msgstr "identyfikator ogranicznika o długości zero" - -#: scan.l:731 -msgid "unterminated quoted identifier" -msgstr "niezakończony identyfikator cytowany" - -#: scan.l:835 -msgid "operator too long" -msgstr "operator zbyt długi" +msgid "cannot export a snapshot from a subtransaction" +msgstr "nie eksportować migawki z podtransakcji" -#. translator: %s is typically the translation of "syntax error" -#: scan.l:993 +#: utils/time/snapmgr.c:924 utils/time/snapmgr.c:929 utils/time/snapmgr.c:934 +#: utils/time/snapmgr.c:949 utils/time/snapmgr.c:954 utils/time/snapmgr.c:959 +#: utils/time/snapmgr.c:1058 utils/time/snapmgr.c:1074 +#: utils/time/snapmgr.c:1099 #, c-format -msgid "%s at end of input" -msgstr "%s na końcu danych wejściowych" +msgid "invalid snapshot data in file \"%s\"" +msgstr "nieprawidłowe dane migawki w pliku \"%s\"" -#. translator: first %s is typically the translation of "syntax error" -#: scan.l:1001 +#: utils/time/snapmgr.c:996 #, c-format -msgid "%s at or near \"%s\"" -msgstr "%s w lub blisko \"%s\"" - -#: scan.l:1162 scan.l:1194 -msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8" -msgstr "wartości ucieczki Unikodowej nie mogą być używane dla wartości punktu kodowego powyżej 007F, gdy kodowanie serwera to nie UTF8" - -#: scan.l:1190 scan.l:1326 -msgid "invalid Unicode escape value" -msgstr "błędna wartość ucieczki Unikodowej" - -#: scan.l:1215 -msgid "invalid Unicode escape character" -msgstr "błędny znak ucieczki Unikodowej" +msgid "SET TRANSACTION SNAPSHOT must be called before any query" +msgstr "SET TRANSACTION SNAPSHOT musi być wywołane przed jakimkolwiek zapytaniem" -#: scan.l:1382 +#: utils/time/snapmgr.c:1005 #, c-format -msgid "nonstandard use of \\' in a string literal" -msgstr "niestandardowe użycie \\' w łańcuchu znaków" +msgid "a snapshot-importing transaction must have isolation level SERIALIZABLE or REPEATABLE READ" +msgstr "transakcja importu migawki musi mieć poziom izolacji SERIALIZABLE lub REPEATABLE READ" -#: scan.l:1383 +#: utils/time/snapmgr.c:1014 utils/time/snapmgr.c:1023 #, c-format -msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." -msgstr "Użyj '' by zapisać cytowanie w ciągach znaków, lub użyj składni ciągu znaków ucieczki (E'...')." +msgid "invalid snapshot identifier: \"%s\"" +msgstr "nieprawidłowy identyfikator migawki: \"%s\"" -#: scan.l:1392 +#: utils/time/snapmgr.c:1112 #, c-format -msgid "nonstandard use of \\\\ in a string literal" -msgstr "niestandardowe użycie \\\\ w łańcuchu znaków" +msgid "a serializable transaction cannot import a snapshot from a non-serializable transaction" +msgstr "transakcja serializowana nie może importować migawki z transakcji nieserializowanej" -#: scan.l:1393 +#: utils/time/snapmgr.c:1116 #, c-format -msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." -msgstr "Użyj składni ciągu znaków ucieczki dla odwrotnych ukośników np., E'\\\\'." +msgid "a non-read-only serializable transaction cannot import a snapshot from a read-only transaction" +msgstr "transakcja serializowana nie tylko do odczytu nie może importować migawki z transakcji tylko do odczytu" -#: scan.l:1407 +#: utils/time/snapmgr.c:1131 #, c-format -msgid "nonstandard use of escape in a string literal" -msgstr "niestandardowe użycie ucieczki w łańcuchu znaków" +msgid "cannot import a snapshot from a different database" +msgstr "nie można importować migawki z innej bazy danych" -#: scan.l:1408 -#, c-format -msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." -msgstr "Użyj składni ciągu znaków ucieczki dla ucieczek np., E'\\r\\n'." +#~ msgid "window functions cannot use named arguments" +#~ msgstr "funkcje nie mogą używać nazwanych argumentów" + +#~ msgid "arguments of row IN must all be row expressions" +#~ msgstr "argumenty wiersza IN muszą być wszystkie wyrażeniami wierszowymi" + +#~ msgid "cannot override frame clause of window \"%s\"" +#~ msgstr "nie można nadpisać klauzuli ramki okna \"%s\"" diff --git a/src/backend/po/pt_BR.po b/src/backend/po/pt_BR.po index 46703b4745..c9bee412e7 100644 --- a/src/backend/po/pt_BR.po +++ b/src/backend/po/pt_BR.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: PostgreSQL 9.1\n" +"Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-03-02 14:54-0300\n" +"POT-Creation-Date: 2014-07-20 01:01-0300\n" "PO-Revision-Date: 2010-05-11 08:53-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -57,17 +57,22 @@ msgstr "não pôde obter junção para \"%s\": %s\n" msgid "could not open directory \"%s\": %s\n" msgstr "não pôde abrir diretório \"%s\": %s\n" -#: ../port/dirmod.c:488 +#: ../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "não pôde ler diretório \"%s\": %s\n" -#: ../port/dirmod.c:571 +#: ../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "não pôde fechar diretório \"%s\": %s\n" + +#: ../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "não pôde executar stat no arquivo ou diretório \"%s\": %s\n" -#: ../port/dirmod.c:598 ../port/dirmod.c:615 +#: ../port/dirmod.c:602 ../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "não pôde remover arquivo ou diretório \"%s\": %s\n" @@ -165,7 +170,7 @@ msgstr "código de erro win32 mapeado de %lu para %d" msgid "unrecognized win32 error code: %lu" msgstr "código de erro win32 desconhecido: %lu" -#: access/common/heaptuple.c:645 access/common/heaptuple.c:1399 +#: access/common/heaptuple.c:679 access/common/heaptuple.c:1419 #, c-format msgid "number of columns (%d) exceeds limit (%d)" msgstr "número de colunas (%d) excede limite (%d)" @@ -175,7 +180,7 @@ msgstr "número de colunas (%d) excede limite (%d)" msgid "number of index columns (%d) exceeds limit (%d)" msgstr "número de colunas indexadas (%d) excede limite (%d)" -#: access/common/indextuple.c:168 access/spgist/spgutils.c:605 +#: access/common/indextuple.c:173 access/spgist/spgutils.c:605 #, c-format msgid "index row requires %lu bytes, maximum size is %lu" msgstr "registro do índice requer %lu bytes, tamanho máximo é %lu" @@ -261,13 +266,13 @@ msgstr "Atributo \"%s\" do tipo %s não corresponde ao atributo do tipo %s." msgid "Attribute \"%s\" of type %s does not exist in type %s." msgstr "Atributo \"%s\" do tipo %s não existe no tipo %s." -#: access/common/tupdesc.c:590 parser/parse_relation.c:1185 +#: access/common/tupdesc.c:593 parser/parse_relation.c:1185 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "coluna \"%s\" não pode ser declarada SETOF" #: access/gin/ginentrypage.c:100 access/nbtree/nbtinsert.c:530 -#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1894 +#: access/nbtree/nbtsort.c:482 access/spgist/spgdoinsert.c:1892 #, c-format msgid "index row size %lu exceeds maximum %lu for index \"%s\"" msgstr "tamanho de registro do índice %lu excede o máximo %lu para índice \"%s\"" @@ -287,17 +292,17 @@ msgstr "Para corrigir isto, faça REINDEX INDEX \"%s\"." msgid "unlogged GiST indexes are not supported" msgstr "índices GiST unlogged não são suportados" -#: access/gist/gist.c:600 access/gist/gistvacuum.c:267 +#: access/gist/gist.c:614 access/gist/gistvacuum.c:267 #, c-format msgid "index \"%s\" contains an inner tuple marked as invalid" msgstr "índice \"%s\" contém uma tupla interna marcada como inválida" -#: access/gist/gist.c:602 access/gist/gistvacuum.c:269 +#: access/gist/gist.c:616 access/gist/gistvacuum.c:269 #, c-format msgid "This is caused by an incomplete page split at crash recovery before upgrading to PostgreSQL 9.1." msgstr "Isso é causado por uma divisão de página incompleta durante recuperação de desastre antes da atualização para PostgreSQL 9.1." -#: access/gist/gist.c:603 access/gist/gistutil.c:635 +#: access/gist/gist.c:617 access/gist/gistutil.c:635 #: access/gist/gistutil.c:646 access/gist/gistvacuum.c:270 #: access/hash/hashutil.c:172 access/hash/hashutil.c:183 #: access/hash/hashutil.c:195 access/hash/hashutil.c:216 @@ -348,7 +353,7 @@ msgstr "índice \"%s\" contém página corrompida no bloco %u" msgid "index row size %lu exceeds hash maximum %lu" msgstr "tamanho de registro do índice %lu excede tamanho máximo do hash %lu" -#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1898 +#: access/hash/hashinsert.c:75 access/spgist/spgdoinsert.c:1896 #: access/spgist/spgutils.c:667 #, c-format msgid "Values larger than a buffer page cannot be indexed." @@ -381,8 +386,8 @@ msgid "\"%s\" is an index" msgstr "\"%s\" é um índice" #: access/heap/heapam.c:1090 access/heap/heapam.c:1118 -#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8171 -#: commands/tablecmds.c:10454 +#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8174 +#: commands/tablecmds.c:10457 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\" é um tipo composto" @@ -400,7 +405,7 @@ msgstr "registro é muito grande: tamanho %lu, tamanho máximo %lu" #: access/index/indexam.c:162 catalog/objectaddress.c:641 #: commands/indexcmds.c:1758 commands/tablecmds.c:222 -#: commands/tablecmds.c:10445 +#: commands/tablecmds.c:10448 #, c-format msgid "\"%s\" is not an index" msgstr "\"%s\" não é um índice" @@ -502,156 +507,156 @@ msgstr "não pôde truncar diretório \"%s\": reinício aparente" msgid "removing file \"%s\"" msgstr "removendo arquivo \"%s\"" -#: access/transam/twophase.c:252 +#: access/transam/twophase.c:328 #, c-format msgid "transaction identifier \"%s\" is too long" msgstr "identificador de transação \"%s\" é muito longo" -#: access/transam/twophase.c:259 +#: access/transam/twophase.c:335 #, c-format msgid "prepared transactions are disabled" msgstr "transações preparadas estão desabilitadas" -#: access/transam/twophase.c:260 +#: access/transam/twophase.c:336 #, c-format msgid "Set max_prepared_transactions to a nonzero value." msgstr "Defina max_prepared_transactions para um valor diferente de zero." -#: access/transam/twophase.c:293 +#: access/transam/twophase.c:355 #, c-format msgid "transaction identifier \"%s\" is already in use" msgstr "identificador de transação \"%s\" já está em uso" -#: access/transam/twophase.c:302 +#: access/transam/twophase.c:364 #, c-format msgid "maximum number of prepared transactions reached" msgstr "número máximo de transações preparadas foi alcançado" -#: access/transam/twophase.c:303 +#: access/transam/twophase.c:365 #, c-format msgid "Increase max_prepared_transactions (currently %d)." msgstr "Aumente max_prepared_transactions (atualmente %d)." -#: access/transam/twophase.c:431 +#: access/transam/twophase.c:504 #, c-format msgid "prepared transaction with identifier \"%s\" is busy" msgstr "transação preparada com identificador \"%s\" está sendo utilizada" -#: access/transam/twophase.c:439 +#: access/transam/twophase.c:510 #, c-format msgid "permission denied to finish prepared transaction" msgstr "permissão negada ao finalizar transação preparada" -#: access/transam/twophase.c:440 +#: access/transam/twophase.c:511 #, c-format msgid "Must be superuser or the user that prepared the transaction." msgstr "Deve ser super-usuário ou usuário que preparou a transação." -#: access/transam/twophase.c:451 +#: access/transam/twophase.c:522 #, c-format msgid "prepared transaction belongs to another database" msgstr "transação preparada pertence a outro banco de dados" -#: access/transam/twophase.c:452 +#: access/transam/twophase.c:523 #, c-format msgid "Connect to the database where the transaction was prepared to finish it." msgstr "Conecte-se ao banco de dados onde a transação foi preparada para terminá-la." -#: access/transam/twophase.c:466 +#: access/transam/twophase.c:538 #, c-format msgid "prepared transaction with identifier \"%s\" does not exist" msgstr "transação preparada com identificador \"%s\" não existe" -#: access/transam/twophase.c:969 +#: access/transam/twophase.c:1041 #, c-format msgid "two-phase state file maximum length exceeded" msgstr "tamanho máximo do arquivo de status de efetivação em duas fases foi alcançado" -#: access/transam/twophase.c:987 +#: access/transam/twophase.c:1059 #, c-format msgid "could not create two-phase state file \"%s\": %m" msgstr "não pôde criar arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1001 access/transam/twophase.c:1018 -#: access/transam/twophase.c:1074 access/transam/twophase.c:1494 -#: access/transam/twophase.c:1501 +#: access/transam/twophase.c:1073 access/transam/twophase.c:1090 +#: access/transam/twophase.c:1146 access/transam/twophase.c:1575 +#: access/transam/twophase.c:1582 #, c-format msgid "could not write two-phase state file: %m" msgstr "não pôde escrever em arquivo de status de efetivação em duas fases: %m" -#: access/transam/twophase.c:1027 +#: access/transam/twophase.c:1099 #, c-format msgid "could not seek in two-phase state file: %m" msgstr "não pôde buscar no arquivo de status de efetivação em duas fases: %m" -#: access/transam/twophase.c:1080 access/transam/twophase.c:1519 +#: access/transam/twophase.c:1152 access/transam/twophase.c:1600 #, c-format msgid "could not close two-phase state file: %m" msgstr "não pôde fechar arquivo de status de efetivação em duas fases: %m" -#: access/transam/twophase.c:1160 access/transam/twophase.c:1600 +#: access/transam/twophase.c:1239 access/transam/twophase.c:1681 #, c-format msgid "could not open two-phase state file \"%s\": %m" msgstr "não pôde abrir arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1177 +#: access/transam/twophase.c:1256 #, c-format msgid "could not stat two-phase state file \"%s\": %m" msgstr "não pôde executar stat no arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1209 +#: access/transam/twophase.c:1288 #, c-format msgid "could not read two-phase state file \"%s\": %m" msgstr "não pôde ler arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1305 +#: access/transam/twophase.c:1384 #, c-format msgid "two-phase state file for transaction %u is corrupt" msgstr "arquivo de status de efetivação em duas fases para transação %u está corrompido" -#: access/transam/twophase.c:1456 +#: access/transam/twophase.c:1537 #, c-format msgid "could not remove two-phase state file \"%s\": %m" msgstr "não pôde remover arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1485 +#: access/transam/twophase.c:1566 #, c-format msgid "could not recreate two-phase state file \"%s\": %m" msgstr "não pôde recriar arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1513 +#: access/transam/twophase.c:1594 #, c-format msgid "could not fsync two-phase state file: %m" msgstr "não pôde executar fsync no arquivo de status de efetivação em duas fases: %m" -#: access/transam/twophase.c:1609 +#: access/transam/twophase.c:1690 #, c-format msgid "could not fsync two-phase state file \"%s\": %m" msgstr "não pôde executar fsync no arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1616 +#: access/transam/twophase.c:1697 #, c-format msgid "could not close two-phase state file \"%s\": %m" msgstr "não pôde fechar arquivo de status de efetivação em duas fases \"%s\": %m" -#: access/transam/twophase.c:1681 +#: access/transam/twophase.c:1762 #, c-format msgid "removing future two-phase state file \"%s\"" msgstr "removendo arquivo futuro de status de efetivação em duas fases \"%s\"" -#: access/transam/twophase.c:1697 access/transam/twophase.c:1708 -#: access/transam/twophase.c:1827 access/transam/twophase.c:1838 -#: access/transam/twophase.c:1911 +#: access/transam/twophase.c:1778 access/transam/twophase.c:1789 +#: access/transam/twophase.c:1908 access/transam/twophase.c:1919 +#: access/transam/twophase.c:1992 #, c-format msgid "removing corrupt two-phase state file \"%s\"" msgstr "removendo arquivo corrompido de status de efetivação em duas fases \"%s\"" -#: access/transam/twophase.c:1816 access/transam/twophase.c:1900 +#: access/transam/twophase.c:1897 access/transam/twophase.c:1981 #, c-format msgid "removing stale two-phase state file \"%s\"" msgstr "removendo arquivo antigo de status de efetivação em duas fases \"%s\"" -#: access/transam/twophase.c:1918 +#: access/transam/twophase.c:1999 #, c-format msgid "recovering prepared transaction %u" msgstr "recuperação transação preparada %u" @@ -721,47 +726,47 @@ 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:2937 +#: access/transam/xact.c:2951 #, 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:2947 +#: access/transam/xact.c:2961 #, 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:2957 +#: access/transam/xact.c:2971 #, 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:3008 +#: access/transam/xact.c:3022 #, 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:3190 +#: access/transam/xact.c:3204 #, c-format msgid "there is already a transaction in progress" msgstr "há uma transação em execução" -#: access/transam/xact.c:3358 access/transam/xact.c:3451 +#: access/transam/xact.c:3372 access/transam/xact.c:3465 #, c-format msgid "there is no transaction in progress" msgstr "não há uma transação em execução" -#: access/transam/xact.c:3547 access/transam/xact.c:3598 -#: access/transam/xact.c:3604 access/transam/xact.c:3648 -#: access/transam/xact.c:3697 access/transam/xact.c:3703 +#: access/transam/xact.c:3561 access/transam/xact.c:3612 +#: access/transam/xact.c:3618 access/transam/xact.c:3662 +#: access/transam/xact.c:3711 access/transam/xact.c:3717 #, c-format msgid "no such savepoint" msgstr "ponto de salvamento inexistente" -#: access/transam/xact.c:4356 +#: access/transam/xact.c:4370 #, 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" @@ -784,8 +789,8 @@ msgstr "não pôde escrever no arquivo de status do arquivador \"%s\": %m" msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "não pôde renomear arquivo \"%s\" para \"%s\": %m" -#: access/transam/xlog.c:1850 access/transam/xlog.c:10707 -#: replication/walreceiver.c:543 replication/walsender.c:1049 +#: access/transam/xlog.c:1850 access/transam/xlog.c:10713 +#: replication/walreceiver.c:543 replication/walsender.c:1060 #, c-format msgid "could not seek in log file %u, segment %u to offset %u: %m" msgstr "não pôde buscar no arquivo de log %u, segmento %u deslocado de %u: %m" @@ -800,27 +805,27 @@ msgstr "não pôde escrever no arquivo de log %u, segmento %u deslocado de %u, t msgid "updated min recovery point to %X/%X" msgstr "ponto mínimo de recuperação atualizado para %X/%X" -#: access/transam/xlog.c:2473 access/transam/xlog.c:2577 +#: access/transam/xlog.c:2474 access/transam/xlog.c:2577 #: access/transam/xlog.c:2806 access/transam/xlog.c:2891 -#: access/transam/xlog.c:2948 replication/walsender.c:1037 +#: access/transam/xlog.c:2948 replication/walsender.c:1048 #, c-format msgid "could not open file \"%s\" (log file %u, segment %u): %m" msgstr "não pôde abrir arquivo \"%s\" (arquivo de log %u, segmento %u): %m" -#: access/transam/xlog.c:2498 access/transam/xlog.c:2631 -#: access/transam/xlog.c:4725 access/transam/xlog.c:9688 -#: access/transam/xlog.c:9991 postmaster/postmaster.c:3699 +#: access/transam/xlog.c:2499 access/transam/xlog.c:2631 +#: access/transam/xlog.c:4725 access/transam/xlog.c:9694 +#: access/transam/xlog.c:9997 postmaster/postmaster.c:3707 #: storage/file/copydir.c:172 storage/smgr/md.c:297 utils/time/snapmgr.c:860 #, c-format msgid "could not create file \"%s\": %m" msgstr "não pôde criar arquivo \"%s\": %m" -#: access/transam/xlog.c:2530 access/transam/xlog.c:2663 +#: access/transam/xlog.c:2531 access/transam/xlog.c:2663 #: access/transam/xlog.c:4777 access/transam/xlog.c:4840 -#: postmaster/postmaster.c:3709 postmaster/postmaster.c:3719 +#: postmaster/postmaster.c:3717 postmaster/postmaster.c:3727 #: storage/file/copydir.c:197 utils/init/miscinit.c:1089 -#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7564 -#: utils/misc/guc.c:7578 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 +#: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7578 +#: utils/misc/guc.c:7592 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 #, c-format msgid "could not write to file \"%s\": %m" msgstr "não pôde escrever no arquivo \"%s\": %m" @@ -840,17 +845,17 @@ msgstr "não pôde fechar arquivo \"%s\": %m" #: access/transam/xlog.c:2616 access/transam/xlog.c:4482 #: access/transam/xlog.c:4583 access/transam/xlog.c:4744 -#: replication/basebackup.c:386 replication/basebackup.c:1062 +#: replication/basebackup.c:387 replication/basebackup.c:1063 #: storage/file/copydir.c:165 storage/file/copydir.c:255 storage/smgr/md.c:579 -#: storage/smgr/md.c:837 utils/error/elog.c:1558 utils/init/miscinit.c:1038 +#: storage/smgr/md.c:837 utils/error/elog.c:1570 utils/init/miscinit.c:1038 #: utils/init/miscinit.c:1153 #, c-format msgid "could not open file \"%s\": %m" msgstr "não pôde abrir arquivo \"%s\": %m" #: access/transam/xlog.c:2644 access/transam/xlog.c:4756 -#: access/transam/xlog.c:9847 access/transam/xlog.c:9860 -#: access/transam/xlog.c:10229 access/transam/xlog.c:10272 +#: access/transam/xlog.c:9853 access/transam/xlog.c:9866 +#: access/transam/xlog.c:10235 access/transam/xlog.c:10278 #: storage/file/copydir.c:186 utils/adt/genfile.c:138 #, c-format msgid "could not read file \"%s\": %m" @@ -877,15 +882,15 @@ msgid "could not close log file %u, segment %u: %m" msgstr "não pôde fechar arquivo de log %u, segmento %u: %m" #: access/transam/xlog.c:3025 access/transam/xlog.c:3132 -#: access/transam/xlog.c:9865 storage/smgr/md.c:397 storage/smgr/md.c:446 +#: access/transam/xlog.c:9871 storage/smgr/md.c:397 storage/smgr/md.c:446 #: storage/smgr/md.c:1310 #, c-format msgid "could not remove file \"%s\": %m" msgstr "não pôde remover arquivo \"%s\": %m" #: access/transam/xlog.c:3124 access/transam/xlog.c:3284 -#: access/transam/xlog.c:9673 access/transam/xlog.c:9835 -#: replication/basebackup.c:392 replication/basebackup.c:446 +#: access/transam/xlog.c:9679 access/transam/xlog.c:9841 +#: replication/basebackup.c:393 replication/basebackup.c:447 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:296 utils/adt/genfile.c:107 #: utils/adt/genfile.c:279 @@ -915,7 +920,7 @@ msgstr "não pôde restaurar arquivo \"%s\" do arquivador: código retornado %d" msgid "%s \"%s\": return code %d" msgstr "%s \"%s\": código retornado %d" -#: access/transam/xlog.c:3500 replication/walsender.c:1031 +#: access/transam/xlog.c:3500 replication/walsender.c:1042 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "segmento do WAL solicitado %s já foi removido" @@ -1304,7 +1309,7 @@ msgstr "não pôde abrir arquivo de comando de recuperação \"%s\": %m" #: access/transam/xlog.c:5604 access/transam/xlog.c:5695 #: access/transam/xlog.c:5706 commands/extension.c:525 -#: commands/extension.c:533 utils/misc/guc.c:5343 +#: commands/extension.c:533 utils/misc/guc.c:5357 #, c-format msgid "parameter \"%s\" requires a Boolean value" msgstr "parâmetro \"%s\" requer um valor booleano" @@ -1574,202 +1579,202 @@ msgstr "Isso significa que a cópia de segurança está corrompida e você terá msgid "initializing for hot standby" msgstr "inicialização para servidor em espera ativo" -#: access/transam/xlog.c:6818 +#: access/transam/xlog.c:6822 #, c-format msgid "redo starts at %X/%X" msgstr "redo inicia em %X/%X" -#: access/transam/xlog.c:6956 +#: access/transam/xlog.c:6960 #, c-format msgid "redo done at %X/%X" msgstr "redo pronto em %X/%X" -#: access/transam/xlog.c:6961 access/transam/xlog.c:8631 +#: access/transam/xlog.c:6965 access/transam/xlog.c:8635 #, c-format msgid "last completed transaction was at log time %s" msgstr "última transação efetivada foi em %s" -#: access/transam/xlog.c:6969 +#: access/transam/xlog.c:6973 #, c-format msgid "redo is not required" msgstr "redo não é requerido" -#: access/transam/xlog.c:7017 +#: access/transam/xlog.c:7021 #, 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:7033 access/transam/xlog.c:7037 +#: access/transam/xlog.c:7037 access/transam/xlog.c:7041 #, 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:7034 +#: access/transam/xlog.c:7038 #, 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:7038 +#: access/transam/xlog.c:7042 #, 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:7041 +#: access/transam/xlog.c:7045 #, 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:7065 +#: access/transam/xlog.c:7069 #, c-format msgid "selected new timeline ID: %u" msgstr "novo ID de linha do tempo selecionado: %u" -#: access/transam/xlog.c:7365 +#: access/transam/xlog.c:7369 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "estado de recuperação consistente atingido em %X/%X" -#: access/transam/xlog.c:7544 +#: access/transam/xlog.c:7548 #, 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:7548 +#: access/transam/xlog.c:7552 #, 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:7552 +#: access/transam/xlog.c:7556 #, 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:7566 +#: access/transam/xlog.c:7570 #, c-format msgid "invalid primary checkpoint record" msgstr "registro do ponto de controle primário é inválido" -#: access/transam/xlog.c:7570 +#: access/transam/xlog.c:7574 #, c-format msgid "invalid secondary checkpoint record" msgstr "registro do ponto de controle secundário é inválido" -#: access/transam/xlog.c:7574 +#: access/transam/xlog.c:7578 #, c-format msgid "invalid checkpoint record" msgstr "registro do ponto de controle é inválido" -#: access/transam/xlog.c:7585 +#: access/transam/xlog.c:7589 #, 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:7589 +#: access/transam/xlog.c:7593 #, 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:7593 +#: access/transam/xlog.c:7597 #, 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:7605 +#: access/transam/xlog.c:7609 #, 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:7609 +#: access/transam/xlog.c:7613 #, 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:7613 +#: access/transam/xlog.c:7617 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "xl_info é inválido no registro do ponto de contrle" -#: access/transam/xlog.c:7625 +#: access/transam/xlog.c:7629 #, 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:7629 +#: access/transam/xlog.c:7633 #, 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:7633 +#: access/transam/xlog.c:7637 #, c-format msgid "invalid length of checkpoint record" msgstr "tamanho do registro do ponto de controle é inválido" -#: access/transam/xlog.c:7802 +#: access/transam/xlog.c:7806 #, c-format msgid "shutting down" msgstr "desligando" -#: access/transam/xlog.c:7824 +#: access/transam/xlog.c:7828 #, c-format msgid "database system is shut down" msgstr "sistema de banco de dados está desligado" -#: access/transam/xlog.c:8270 +#: access/transam/xlog.c:8274 #, 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:8481 +#: access/transam/xlog.c:8485 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "ignorando ponto de reinício, recuperação já terminou" -#: access/transam/xlog.c:8504 +#: access/transam/xlog.c:8508 #, 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:8629 +#: access/transam/xlog.c:8633 #, c-format msgid "recovery restart point at %X/%X" msgstr "ponto de reinício de recuperação em %X/%X" -#: access/transam/xlog.c:8773 +#: access/transam/xlog.c:8777 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "ponto de restauração \"%s\" criado em %X/%X" -#: access/transam/xlog.c:8944 +#: access/transam/xlog.c:8950 #, 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:9007 +#: access/transam/xlog.c:9013 #, 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:9056 +#: access/transam/xlog.c:9062 #, 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:9353 access/transam/xlog.c:9377 +#: access/transam/xlog.c:9359 access/transam/xlog.c:9383 #, c-format msgid "could not fsync log file %u, segment %u: %m" msgstr "não pôde executar fsync no arquivo de log %u, segmento %u: %m" -#: access/transam/xlog.c:9385 +#: access/transam/xlog.c:9391 #, c-format msgid "could not fsync write-through log file %u, segment %u: %m" msgstr "não pôde executar fsync write-through no arquivo de log %u, segmento %u: %m" -#: access/transam/xlog.c:9394 +#: access/transam/xlog.c:9400 #, c-format msgid "could not fdatasync log file %u, segment %u: %m" msgstr "não pôde executar fdatasync no arquivo de log %u, segmento %u: %m" -#: access/transam/xlog.c:9456 access/transam/xlog.c:9784 +#: access/transam/xlog.c:9462 access/transam/xlog.c:9790 #: access/transam/xlogfuncs.c:117 access/transam/xlogfuncs.c:149 #: access/transam/xlogfuncs.c:191 access/transam/xlogfuncs.c:215 #: access/transam/xlogfuncs.c:298 access/transam/xlogfuncs.c:375 @@ -1777,146 +1782,146 @@ msgstr "não pôde executar fdatasync no arquivo de log %u, segmento %u: %m" msgid "recovery is in progress" msgstr "recuperação está em andamento" -#: access/transam/xlog.c:9457 access/transam/xlog.c:9785 +#: access/transam/xlog.c:9463 access/transam/xlog.c:9791 #: access/transam/xlogfuncs.c:118 access/transam/xlogfuncs.c:150 #: access/transam/xlogfuncs.c:192 access/transam/xlogfuncs.c:216 #, 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:9466 access/transam/xlog.c:9794 +#: access/transam/xlog.c:9472 access/transam/xlog.c:9800 #, 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:9467 access/transam/xlog.c:9795 +#: access/transam/xlog.c:9473 access/transam/xlog.c:9801 #: access/transam/xlogfuncs.c:156 #, 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:9472 +#: access/transam/xlog.c:9478 #, 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:9503 access/transam/xlog.c:9679 +#: access/transam/xlog.c:9509 access/transam/xlog.c:9685 #, c-format msgid "a backup is already in progress" msgstr "uma cópia de segurança está em andamento" -#: access/transam/xlog.c:9504 +#: access/transam/xlog.c:9510 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Execute pg_stop_backup() e tente novamente." -#: access/transam/xlog.c:9597 +#: access/transam/xlog.c:9603 #, 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:9599 access/transam/xlog.c:9944 +#: access/transam/xlog.c:9605 access/transam/xlog.c:9950 #, 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:9680 +#: access/transam/xlog.c:9686 #, 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:9697 access/transam/xlog.c:10003 +#: access/transam/xlog.c:9703 access/transam/xlog.c:10009 #, c-format msgid "could not write file \"%s\": %m" msgstr "não pôde escrever no arquivo \"%s\": %m" -#: access/transam/xlog.c:9839 +#: access/transam/xlog.c:9845 #, 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:9878 access/transam/xlog.c:9890 -#: access/transam/xlog.c:10244 access/transam/xlog.c:10250 +#: access/transam/xlog.c:9884 access/transam/xlog.c:9896 +#: access/transam/xlog.c:10250 access/transam/xlog.c:10256 #, c-format msgid "invalid data in file \"%s\"" msgstr "dado é inválido no arquivo \"%s\"" -#: access/transam/xlog.c:9894 +#: access/transam/xlog.c:9900 #, 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:9895 +#: access/transam/xlog.c:9901 #, 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:9942 +#: access/transam/xlog.c:9948 #, 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:10052 +#: access/transam/xlog.c:10058 #, 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:10062 +#: access/transam/xlog.c:10068 #, 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:10064 +#: access/transam/xlog.c:10070 #, 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:10071 +#: access/transam/xlog.c:10077 #, 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:10075 +#: access/transam/xlog.c:10081 #, 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:10294 +#: access/transam/xlog.c:10300 #, c-format msgid "xlog redo %s" msgstr "redo do xlog %s" -#: access/transam/xlog.c:10334 +#: access/transam/xlog.c:10340 #, c-format msgid "online backup mode canceled" msgstr "modo de cópia de segurança online foi cancelado" -#: access/transam/xlog.c:10335 +#: access/transam/xlog.c:10341 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "\"%s\" foi renomeado para \"%s\"." -#: access/transam/xlog.c:10342 +#: access/transam/xlog.c:10348 #, 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:10343 +#: access/transam/xlog.c:10349 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "não pôde renomear \"%s\" para \"%s\": %m" -#: access/transam/xlog.c:10693 access/transam/xlog.c:10715 +#: access/transam/xlog.c:10699 access/transam/xlog.c:10721 #, c-format msgid "could not read from log file %u, segment %u, offset %u: %m" msgstr "não pôde ler do arquivo de log %u, segmento %u, deslocamento %u: %m" -#: access/transam/xlog.c:10804 +#: access/transam/xlog.c:10810 #, c-format msgid "received promote request" msgstr "pedido de promoção foi recebido" -#: access/transam/xlog.c:10817 +#: access/transam/xlog.c:10823 #, c-format msgid "trigger file found: %s" msgstr "arquivo de gatilho encontrado: %s" @@ -1990,18 +1995,18 @@ msgstr "sintaxe de entrada é inválida para local do log de transação: \"%s\" msgid "xrecoff \"%X\" is out of valid range, 0..%X" msgstr "xrecoff \"%X\" fora do intervalo válido, 0..%X" -#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:696 tcop/postgres.c:3436 +#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:725 tcop/postgres.c:3446 #, c-format msgid "--%s requires a value" msgstr "--%s requer um valor" -#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:701 tcop/postgres.c:3441 +#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:730 tcop/postgres.c:3451 #, c-format msgid "-c %s requires a value" msgstr "-c %s requer um valor" -#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:713 -#: postmaster/postmaster.c:726 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:742 +#: postmaster/postmaster.c:755 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" @@ -2123,7 +2128,7 @@ msgstr "privilégios de coluna só são válidos para relações" #: catalog/aclchk.c:681 catalog/aclchk.c:3878 catalog/aclchk.c:4655 #: catalog/objectaddress.c:382 catalog/pg_largeobject.c:112 -#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:262 +#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:287 #, c-format msgid "large object %u does not exist" msgstr "objeto grande %u não existe" @@ -2165,21 +2170,21 @@ msgid "default privileges cannot be set for columns" msgstr "privilégios padrão não podem ser definidos para colunas" #: catalog/aclchk.c:1477 catalog/objectaddress.c:813 commands/analyze.c:384 -#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4771 -#: commands/tablecmds.c:4863 commands/tablecmds.c:4910 -#: commands/tablecmds.c:5012 commands/tablecmds.c:5056 -#: commands/tablecmds.c:5135 commands/tablecmds.c:5219 -#: commands/tablecmds.c:7166 commands/tablecmds.c:7383 -#: commands/tablecmds.c:7772 commands/trigger.c:622 parser/analyze.c:2046 +#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4774 +#: commands/tablecmds.c:4866 commands/tablecmds.c:4913 +#: commands/tablecmds.c:5015 commands/tablecmds.c:5059 +#: commands/tablecmds.c:5138 commands/tablecmds.c:5222 +#: commands/tablecmds.c:7169 commands/tablecmds.c:7386 +#: commands/tablecmds.c:7775 commands/trigger.c:622 parser/analyze.c:2046 #: parser/parse_relation.c:2067 parser/parse_relation.c:2124 #: parser/parse_target.c:899 parser/parse_type.c:123 utils/adt/acl.c:2838 -#: utils/adt/ruleutils.c:1614 +#: utils/adt/ruleutils.c:1615 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "coluna \"%s\" da relação \"%s\" não existe" #: catalog/aclchk.c:1742 catalog/objectaddress.c:648 commands/sequence.c:1046 -#: commands/tablecmds.c:210 commands/tablecmds.c:10424 utils/adt/acl.c:2074 +#: commands/tablecmds.c:210 commands/tablecmds.c:10427 utils/adt/acl.c:2074 #: utils/adt/acl.c:2104 utils/adt/acl.c:2136 utils/adt/acl.c:2168 #: utils/adt/acl.c:2196 utils/adt/acl.c:2226 #, c-format @@ -2594,11 +2599,11 @@ msgstr "não pode remover %s porque outros objetos dependem dele" #: catalog/dependency.c:949 catalog/dependency.c:950 catalog/dependency.c:956 #: catalog/dependency.c:957 catalog/dependency.c:968 catalog/dependency.c:969 -#: catalog/objectaddress.c:555 commands/tablecmds.c:731 commands/user.c:960 +#: catalog/objectaddress.c:555 commands/tablecmds.c:734 commands/user.c:960 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5440 utils/misc/guc.c:5775 -#: utils/misc/guc.c:8136 utils/misc/guc.c:8170 utils/misc/guc.c:8204 -#: utils/misc/guc.c:8238 utils/misc/guc.c:8273 +#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5454 utils/misc/guc.c:5789 +#: utils/misc/guc.c:8156 utils/misc/guc.c:8190 utils/misc/guc.c:8224 +#: utils/misc/guc.c:8258 utils/misc/guc.c:8293 #, c-format msgid "%s" msgstr "%s" @@ -2864,13 +2869,13 @@ msgstr "permissão negada ao criar \"%s.%s\"" msgid "System catalog modifications are currently disallowed." msgstr "Modificações no catálogo do sistema estão atualmente desabilitadas." -#: catalog/heap.c:398 commands/tablecmds.c:1363 commands/tablecmds.c:1804 -#: commands/tablecmds.c:4411 +#: catalog/heap.c:398 commands/tablecmds.c:1366 commands/tablecmds.c:1807 +#: commands/tablecmds.c:4414 #, c-format msgid "tables can have at most %d columns" msgstr "tabelas podem ter no máximo %d colunas" -#: catalog/heap.c:415 commands/tablecmds.c:4672 +#: catalog/heap.c:415 commands/tablecmds.c:4675 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "nome de coluna \"%s\" conflita com um nome de coluna do sistema" @@ -2915,7 +2920,7 @@ msgstr "nenhuma ordenação foi derivada para coluna \"%s\" com tipo %s ordenáv 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:1027 catalog/index.c:771 commands/tablecmds.c:2485 +#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2488 #, c-format msgid "relation \"%s\" already exists" msgstr "relação \"%s\" já existe" @@ -2937,7 +2942,7 @@ msgstr "A relação tem um tipo associado com o mesmo nome, então você deve ut msgid "check constraint \"%s\" already exists" msgstr "restrição de verificação \"%s\" já existe" -#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5545 +#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5548 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "restrição \"%s\" para relação \"%s\" já existe" @@ -2977,14 +2982,14 @@ msgstr "não pode utilizar função de agregação na expressão padrão" msgid "cannot use window function in default expression" msgstr "não pode utilizar função deslizante na expressão padrão" -#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1030 +#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1055 #, 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:2488 commands/prepare.c:388 parser/parse_node.c:410 #: parser/parse_target.c:491 parser/parse_target.c:737 -#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1035 +#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1060 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Você precisará reescrever ou converter a expressão." @@ -3069,7 +3074,7 @@ msgstr "DROP INDEX CONCURRENTLY deve ser a primeira ação na transação" msgid "building index \"%s\" on table \"%s\"" msgstr "construindo índice \"%s\" na tabela \"%s\"" -#: catalog/index.c:3134 +#: catalog/index.c:3136 #, c-format msgid "cannot reindex temporary tables of other sessions" msgstr "não pode reindexar tabelas temporárias de outras sessões" @@ -3205,8 +3210,8 @@ msgstr "permissão negada ao criar tabelas temporárias no banco de dados \"%s\" msgid "cannot create temporary tables during recovery" msgstr "não pode criar tabelas temporárias durante recuperação" -#: catalog/namespace.c:3791 commands/tablespace.c:1172 commands/variable.c:60 -#: replication/syncrep.c:683 utils/misc/guc.c:8303 +#: catalog/namespace.c:3791 commands/tablespace.c:1189 commands/variable.c:60 +#: replication/syncrep.c:683 utils/misc/guc.c:8323 #, c-format msgid "List syntax is invalid." msgstr "Sintaxe de lista é inválida." @@ -3245,21 +3250,21 @@ msgid "server name cannot be qualified" msgstr "nome do servidor não pode ser qualificado" #: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:381 -#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1224 -#: commands/tablecmds.c:3968 commands/tablecmds.c:7286 -#: commands/tablecmds.c:10317 +#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1227 +#: commands/tablecmds.c:3971 commands/tablecmds.c:7289 +#: commands/tablecmds.c:10320 #, c-format msgid "\"%s\" is not a table" msgstr "\"%s\" não é uma tabela" #: catalog/objectaddress.c:662 commands/tablecmds.c:216 -#: commands/tablecmds.c:3983 commands/tablecmds.c:10429 commands/view.c:185 +#: commands/tablecmds.c:3986 commands/tablecmds.c:10432 commands/view.c:185 #, c-format msgid "\"%s\" is not a view" msgstr "\"%s\" não é uma visão" #: catalog/objectaddress.c:669 commands/tablecmds.c:234 -#: commands/tablecmds.c:3986 commands/tablecmds.c:10434 +#: commands/tablecmds.c:3989 commands/tablecmds.c:10437 #, c-format msgid "\"%s\" is not a foreign table" msgstr "\"%s\" não é uma tabela externa" @@ -3594,7 +3599,7 @@ msgstr "funções SQL não podem retornar tipo %s" msgid "SQL functions cannot have arguments of type %s" msgstr "funções SQL não podem ter argumentos do tipo %s" -#: catalog/pg_proc.c:940 executor/functions.c:1418 +#: catalog/pg_proc.c:940 executor/functions.c:1417 #, c-format msgid "SQL function \"%s\"" msgstr "função SQL \"%s\"" @@ -3788,46 +3793,46 @@ msgstr "análise automática da tabela \"%s.%s.%s\" uso do sistema: %s" 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:1553 executor/execQual.c:2858 +#: commands/analyze.c:1553 executor/execQual.c:2856 msgid "could not convert row type" msgstr "não pôde converter tipo registro" -#: commands/async.c:546 +#: commands/async.c:547 #, c-format msgid "channel name cannot be empty" msgstr "nome do canal não pode ser vazio" -#: commands/async.c:551 +#: commands/async.c:552 #, c-format msgid "channel name too long" msgstr "nome do canal é muito longo" -#: commands/async.c:558 +#: commands/async.c:559 #, c-format msgid "payload string too long" msgstr "cadeia da carga é muito longa" -#: commands/async.c:743 +#: commands/async.c:744 #, c-format msgid "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" msgstr "não pode executar PREPARE em uma transação que executou LISTEN, UNLISTEN ou NOTIFY" -#: commands/async.c:846 +#: commands/async.c:847 #, c-format msgid "too many notifications in the NOTIFY queue" msgstr "muitas notificações na fila do NOTIFY" -#: commands/async.c:1419 +#: commands/async.c:1420 #, c-format msgid "NOTIFY queue is %.0f%% full" msgstr "fila do NOTIFY está %.0f%% cheia" -#: commands/async.c:1421 +#: commands/async.c:1422 #, c-format msgid "The server process with PID %d is among those with the oldest transactions." msgstr "O processo servidor com PID %d está entre aqueles com transações mais antigas." -#: commands/async.c:1424 +#: commands/async.c:1425 #, c-format msgid "The NOTIFY queue cannot be emptied until that process ends its current transaction." msgstr "A fila do NOTIFY não pode ser esvaziada até que o processo termine a transação atual." @@ -3842,7 +3847,7 @@ msgstr "não pode agrupar tabelas temporárias de outras sessões" msgid "there is no previously clustered index for table \"%s\"" msgstr "não há nenhum índice previamente agrupado na tabela \"%s\"" -#: commands/cluster.c:168 commands/tablecmds.c:8467 +#: commands/cluster.c:168 commands/tablecmds.c:8470 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "índice \"%s\" na tabela \"%s\" não existe" @@ -4382,14 +4387,14 @@ msgstr "tamanho de campo é inválido" msgid "incorrect binary data format" msgstr "formato de dado binário incorreto" -#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1388 -#: commands/tablecmds.c:2187 parser/parse_expr.c:766 +#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1391 +#: commands/tablecmds.c:2190 parser/parse_expr.c:766 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "coluna \"%s\" não existe" -#: commands/copy.c:3976 commands/tablecmds.c:1414 commands/trigger.c:631 +#: commands/copy.c:3976 commands/tablecmds.c:1417 commands/trigger.c:631 #: parser/parse_target.c:915 parser/parse_target.c:926 #, c-format msgid "column \"%s\" specified more than once" @@ -4569,7 +4574,7 @@ msgstr "Você deve movê-las de volta para a tablespace padrão do banco de dado #: commands/dbcommands.c:1284 commands/dbcommands.c:1763 #: commands/dbcommands.c:1978 commands/dbcommands.c:2026 -#: commands/tablespace.c:589 +#: commands/tablespace.c:588 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "alguns arquivos inúteis podem ser deixados no diretório de banco de dados antigo \"%s\"" @@ -4637,7 +4642,7 @@ msgstr "argumento é inválido para %s: \"%s\"" #: commands/dropcmds.c:100 commands/functioncmds.c:1075 #: commands/functioncmds.c:1138 commands/functioncmds.c:1290 -#: utils/adt/ruleutils.c:1730 +#: utils/adt/ruleutils.c:1731 #, c-format msgid "\"%s\" is an aggregate function" msgstr "\"%s\" é uma função de agregação" @@ -4925,10 +4930,10 @@ msgid "cannot drop extension \"%s\" because it is being modified" msgstr "não pode remover extensão \"%s\" porque ela está sendo modificada" #: commands/extension.c:1646 commands/extension.c:1755 -#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1714 -#: executor/execQual.c:1739 executor/execQual.c:2099 executor/execQual.c:5253 -#: executor/functions.c:1018 foreign/foreign.c:373 -#: replication/walsender.c:1518 utils/fmgr/funcapi.c:60 +#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1705 +#: executor/execQual.c:1730 executor/execQual.c:2097 executor/execQual.c:5251 +#: executor/functions.c:1017 foreign/foreign.c:373 +#: replication/walsender.c:1529 utils/fmgr/funcapi.c:60 #: utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -4936,7 +4941,7 @@ msgstr "função que tem argumento do tipo conjunto foi chamada em um contexto q #: commands/extension.c:1650 commands/extension.c:1759 #: commands/extension.c:1952 commands/prepare.c:720 foreign/foreign.c:378 -#: replication/walsender.c:1522 utils/mmgr/portalmem.c:990 +#: replication/walsender.c:1533 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" @@ -5407,7 +5412,7 @@ msgstr "não pode criar índice na tabela externa \"%s\"" msgid "cannot create indexes on temporary tables of other sessions" msgstr "não pode criar índices em tabelas temporárias de outras sessões" -#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8727 +#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8730 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "somente relações compartilhadas podem ser armazenadas na tablespace pg_global" @@ -5915,8 +5920,8 @@ msgstr "fornecedor de rótulo de segurança \"%s\" não foi carregado" msgid "unlogged sequences are not supported" msgstr "sequências unlogged não são suportadas" -#: commands/sequence.c:419 commands/tablecmds.c:2266 commands/tablecmds.c:2438 -#: commands/tablecmds.c:9824 tcop/utility.c:714 +#: commands/sequence.c:419 commands/tablecmds.c:2269 commands/tablecmds.c:2441 +#: commands/tablecmds.c:9827 tcop/utility.c:714 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "relação \"%s\" não existe, ignorando" @@ -5946,11 +5951,11 @@ msgstr "lastval ainda não foi definido nesta sessão" 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:1028 lib/stringinfo.c:266 libpq/auth.c:1018 -#: libpq/auth.c:1378 libpq/auth.c:1446 libpq/auth.c:1848 +#: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1028 +#: libpq/auth.c:1388 libpq/auth.c:1456 libpq/auth.c:1858 #: postmaster/postmaster.c:1916 postmaster/postmaster.c:1947 -#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3924 -#: postmaster/postmaster.c:4009 postmaster/postmaster.c:4632 +#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3932 +#: postmaster/postmaster.c:4017 postmaster/postmaster.c:4640 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:393 #: storage/file/fd.c:374 storage/file/fd.c:771 storage/file/fd.c:889 #: storage/file/fd.c:1502 storage/ipc/procarray.c:893 @@ -6014,7 +6019,7 @@ msgstr "opção de OWNED BY é inválida" msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Especifique OWNED BY tabela.coluna ou OWNED BY NONE." -#: commands/sequence.c:1439 commands/tablecmds.c:5746 +#: commands/sequence.c:1439 commands/tablecmds.c:5749 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "relação referenciada \"%s\" não é uma tabela" @@ -6094,8 +6099,8 @@ msgstr "\"%s\" não é um tipo" msgid "Use DROP TYPE to remove a type." msgstr "use DROP TYPE para remover um tipo." -#: commands/tablecmds.c:232 commands/tablecmds.c:7758 -#: commands/tablecmds.c:9759 +#: commands/tablecmds.c:232 commands/tablecmds.c:7761 +#: commands/tablecmds.c:9762 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "tabela externa \"%s\" não existe" @@ -6124,72 +6129,72 @@ msgstr "restrições em tabelas externas não são suportadas" msgid "cannot create temporary table within security-restricted operation" msgstr "não pode criar tabela temporária em operação com restrição de segurança" -#: commands/tablecmds.c:585 commands/tablecmds.c:4491 +#: commands/tablecmds.c:588 commands/tablecmds.c:4494 #, c-format msgid "default values on foreign tables are not supported" msgstr "valores padrão em tabelas externas não são suportados" -#: commands/tablecmds.c:757 +#: commands/tablecmds.c:760 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY não suporta múltiplos objetos" -#: commands/tablecmds.c:761 +#: commands/tablecmds.c:764 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY não suporta CASCADE" -#: commands/tablecmds.c:902 commands/tablecmds.c:1237 -#: commands/tablecmds.c:2083 commands/tablecmds.c:3950 -#: commands/tablecmds.c:5752 commands/tablecmds.c:10350 -#: commands/tablecmds.c:10385 commands/trigger.c:205 commands/trigger.c:1103 +#: commands/tablecmds.c:905 commands/tablecmds.c:1240 +#: commands/tablecmds.c:2086 commands/tablecmds.c:3953 +#: commands/tablecmds.c:5755 commands/tablecmds.c:10353 +#: commands/tablecmds.c:10388 commands/trigger.c:205 commands/trigger.c:1103 #: commands/trigger.c:1209 rewrite/rewriteDefine.c:266 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "permissão negada: \"%s\" é um catálogo do sistema" -#: commands/tablecmds.c:1016 +#: commands/tablecmds.c:1019 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "truncando em cascata tabela \"%s\"" -#: commands/tablecmds.c:1247 +#: commands/tablecmds.c:1250 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "não pode truncar tabelas temporárias de outras sessões" -#: commands/tablecmds.c:1452 parser/parse_utilcmd.c:1724 +#: commands/tablecmds.c:1455 parser/parse_utilcmd.c:1724 #, c-format msgid "inherited relation \"%s\" is not a table" msgstr "relação herdada \"%s\" não é uma tabela" -#: commands/tablecmds.c:1459 commands/tablecmds.c:8959 +#: commands/tablecmds.c:1462 commands/tablecmds.c:8962 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "não pode herdar de uma tabela temporária \"%s\"" -#: commands/tablecmds.c:1467 commands/tablecmds.c:8967 +#: commands/tablecmds.c:1470 commands/tablecmds.c:8970 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "não pode herdar de tabela temporária de outra sessão" -#: commands/tablecmds.c:1483 commands/tablecmds.c:9001 +#: commands/tablecmds.c:1486 commands/tablecmds.c:9004 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "relação \"%s\" seria herdada de mais de uma vez" -#: commands/tablecmds.c:1531 +#: commands/tablecmds.c:1534 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "juntando múltiplas definições herdadas da coluna \"%s\"" -#: commands/tablecmds.c:1539 +#: commands/tablecmds.c:1542 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "coluna herdada \"%s\" tem um conflito de tipo" -#: commands/tablecmds.c:1541 commands/tablecmds.c:1562 -#: commands/tablecmds.c:1749 commands/tablecmds.c:1771 +#: commands/tablecmds.c:1544 commands/tablecmds.c:1565 +#: commands/tablecmds.c:1752 commands/tablecmds.c:1774 #: parser/parse_coerce.c:1591 parser/parse_coerce.c:1611 #: parser/parse_coerce.c:1631 parser/parse_coerce.c:1676 #: parser/parse_coerce.c:1713 parser/parse_param.c:217 @@ -6197,633 +6202,633 @@ msgstr "coluna herdada \"%s\" tem um conflito de tipo" msgid "%s versus %s" msgstr "%s versus %s" -#: commands/tablecmds.c:1548 +#: commands/tablecmds.c:1551 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "coluna herdada \"%s\" tem um conflito de ordenação" -#: commands/tablecmds.c:1550 commands/tablecmds.c:1759 -#: commands/tablecmds.c:4364 +#: commands/tablecmds.c:1553 commands/tablecmds.c:1762 +#: commands/tablecmds.c:4367 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "\"%s\" versus \"%s\"" -#: commands/tablecmds.c:1560 +#: commands/tablecmds.c:1563 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "coluna herdada \"%s\" tem um conflito de parâmetro de armazenamento" -#: commands/tablecmds.c:1672 parser/parse_utilcmd.c:818 +#: commands/tablecmds.c:1675 parser/parse_utilcmd.c:818 #: parser/parse_utilcmd.c:1159 parser/parse_utilcmd.c:1235 #, c-format msgid "cannot convert whole-row table reference" msgstr "não pode converter referência a todo registro da tabela" -#: commands/tablecmds.c:1673 parser/parse_utilcmd.c:819 +#: commands/tablecmds.c:1676 parser/parse_utilcmd.c:819 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Restrição \"%s\" contém referência a todo registro da tabela \"%s\"." -#: commands/tablecmds.c:1739 +#: commands/tablecmds.c:1742 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "juntando coluna \"%s\" com definição herdada" -#: commands/tablecmds.c:1747 +#: commands/tablecmds.c:1750 #, c-format msgid "column \"%s\" has a type conflict" msgstr "coluna \"%s\" tem um conflito de tipo" -#: commands/tablecmds.c:1757 +#: commands/tablecmds.c:1760 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "coluna \"%s\" tem um conflito de ordenação" -#: commands/tablecmds.c:1769 +#: commands/tablecmds.c:1772 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "coluna \"%s\" tem um conflito de parâmetro de armazenamento" -#: commands/tablecmds.c:1821 +#: commands/tablecmds.c:1824 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "coluna \"%s\" herdou valores padrão conflitantes" -#: commands/tablecmds.c:1823 +#: commands/tablecmds.c:1826 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Para resolver o conflito, especifique um padrão explicitamente." -#: commands/tablecmds.c:1870 +#: commands/tablecmds.c:1873 #, c-format msgid "check constraint name \"%s\" appears multiple times but with different expressions" msgstr "nome da restrição de verificação \"%s\" aparece múltiplas vezes mas com diferentes expressões" -#: commands/tablecmds.c:2055 +#: commands/tablecmds.c:2058 #, c-format msgid "cannot rename column of typed table" msgstr "não pode renomear coluna de tabela tipada" -#: commands/tablecmds.c:2071 +#: commands/tablecmds.c:2074 #, c-format msgid "\"%s\" is not a table, view, composite type, index, or foreign table" msgstr "\"%s\" não é uma tabela, visão, tipo composto, índice ou tabela externa" -#: commands/tablecmds.c:2163 +#: commands/tablecmds.c:2166 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "coluna herdada \"%s\" deve ser renomeada nas tabelas descendentes também" -#: commands/tablecmds.c:2195 +#: commands/tablecmds.c:2198 #, c-format msgid "cannot rename system column \"%s\"" msgstr "não pode renomear coluna do sistema \"%s\"" -#: commands/tablecmds.c:2210 +#: commands/tablecmds.c:2213 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "não pode renomear coluna herdada \"%s\"" -#: commands/tablecmds.c:2352 +#: commands/tablecmds.c:2355 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "restrição herdada \"%s\" deve ser renomeada nas tabelas descendentes também" -#: commands/tablecmds.c:2359 +#: commands/tablecmds.c:2362 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "não pode renomear restrição herdada \"%s\"" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2561 +#: commands/tablecmds.c:2564 #, c-format msgid "cannot %s \"%s\" because it is being used by active queries in this session" msgstr "não pode executar %s \"%s\" porque ela está sendo utilizada por consultas ativas nessa sessão" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2570 +#: commands/tablecmds.c:2573 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "não pode executar %s \"%s\" porque ela tem eventos de gatilho pendentes" -#: commands/tablecmds.c:3469 +#: commands/tablecmds.c:3472 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "não pode reescrever relação do sistema \"%s\"" -#: commands/tablecmds.c:3479 +#: commands/tablecmds.c:3482 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "não pode reescrever tabelas temporárias de outras sessões" -#: commands/tablecmds.c:3705 +#: commands/tablecmds.c:3708 #, c-format msgid "rewriting table \"%s\"" msgstr "reescrevendo tabela \"%s\"" -#: commands/tablecmds.c:3709 +#: commands/tablecmds.c:3712 #, c-format msgid "verifying table \"%s\"" msgstr "verificando tabela \"%s\"" -#: commands/tablecmds.c:3816 +#: commands/tablecmds.c:3819 #, c-format msgid "column \"%s\" contains null values" msgstr "coluna \"%s\" contém valores nulos" -#: commands/tablecmds.c:3830 commands/tablecmds.c:6652 +#: commands/tablecmds.c:3833 commands/tablecmds.c:6655 #, c-format msgid "check constraint \"%s\" is violated by some row" msgstr "restrição de verificação \"%s\" foi violada por algum registro" -#: commands/tablecmds.c:3971 +#: commands/tablecmds.c:3974 #, c-format msgid "\"%s\" is not a table or index" msgstr "\"%s\" não é uma tabela ou índice" -#: commands/tablecmds.c:3974 commands/trigger.c:199 commands/trigger.c:1097 +#: commands/tablecmds.c:3977 commands/trigger.c:199 commands/trigger.c:1097 #: commands/trigger.c:1201 rewrite/rewriteDefine.c:260 #, c-format msgid "\"%s\" is not a table or view" msgstr "\"%s\" não é uma tabela ou visão" -#: commands/tablecmds.c:3977 +#: commands/tablecmds.c:3980 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "\"%s\" não é uma tabela ou tabela externa" -#: commands/tablecmds.c:3980 +#: commands/tablecmds.c:3983 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "\"%s\" não é uma tabela, tipo composto ou tabela externa" -#: commands/tablecmds.c:3990 +#: commands/tablecmds.c:3993 #, c-format msgid "\"%s\" is of the wrong type" msgstr "\"%s\" é de um tipo incorreto" -#: commands/tablecmds.c:4139 commands/tablecmds.c:4146 +#: commands/tablecmds.c:4142 commands/tablecmds.c:4149 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "não pode alterar tipo \"%s\" porque coluna \"%s.%s\" utiliza-o" -#: commands/tablecmds.c:4153 +#: commands/tablecmds.c:4156 #, c-format msgid "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" msgstr "não pode alterar tabela externa \"%s\" porque coluna \"%s.%s\" utiliza seu tipo" -#: commands/tablecmds.c:4160 +#: commands/tablecmds.c:4163 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "não pode alterar tabela \"%s\" porque coluna \"%s.%s\" utiliza seu tipo" -#: commands/tablecmds.c:4222 +#: commands/tablecmds.c:4225 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "não pode alterar tipo \"%s\" porque ele é um tipo de uma tabela tipada" -#: commands/tablecmds.c:4224 +#: commands/tablecmds.c:4227 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "Utilize ALTER ... CASCADE para alterar as tabelas tipadas também." -#: commands/tablecmds.c:4268 +#: commands/tablecmds.c:4271 #, c-format msgid "type %s is not a composite type" msgstr "tipo %s não é um tipo composto" -#: commands/tablecmds.c:4294 +#: commands/tablecmds.c:4297 #, c-format msgid "cannot add column to typed table" msgstr "não pode adicionar coluna a tabela tipada" -#: commands/tablecmds.c:4356 commands/tablecmds.c:9155 +#: commands/tablecmds.c:4359 commands/tablecmds.c:9158 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "tabela descendente \"%s\" tem tipo diferente da coluna \"%s\"" -#: commands/tablecmds.c:4362 commands/tablecmds.c:9162 +#: commands/tablecmds.c:4365 commands/tablecmds.c:9165 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "tabela descendente \"%s\" tem ordenação diferente da coluna \"%s\"" -#: commands/tablecmds.c:4372 +#: commands/tablecmds.c:4375 #, c-format msgid "child table \"%s\" has a conflicting \"%s\" column" msgstr "tabela descendente \"%s\" tem uma coluna conflitante \"%s\"" -#: commands/tablecmds.c:4384 +#: commands/tablecmds.c:4387 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "juntando definição da coluna \"%s\" para tabela descendente \"%s\"" -#: commands/tablecmds.c:4610 +#: commands/tablecmds.c:4613 #, c-format msgid "column must be added to child tables too" msgstr "coluna deve ser adicionada as tabelas descendentes também" -#: commands/tablecmds.c:4677 +#: commands/tablecmds.c:4680 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "coluna \"%s\" da relação \"%s\" já existe" -#: commands/tablecmds.c:4780 commands/tablecmds.c:4872 -#: commands/tablecmds.c:4917 commands/tablecmds.c:5019 -#: commands/tablecmds.c:5063 commands/tablecmds.c:5142 -#: commands/tablecmds.c:7175 commands/tablecmds.c:7780 +#: commands/tablecmds.c:4783 commands/tablecmds.c:4875 +#: commands/tablecmds.c:4920 commands/tablecmds.c:5022 +#: commands/tablecmds.c:5066 commands/tablecmds.c:5145 +#: commands/tablecmds.c:7178 commands/tablecmds.c:7783 #, c-format msgid "cannot alter system column \"%s\"" msgstr "não pode alterar coluna do sistema \"%s\"" -#: commands/tablecmds.c:4816 +#: commands/tablecmds.c:4819 #, c-format msgid "column \"%s\" is in a primary key" msgstr "coluna \"%s\" está em uma chave primária" -#: commands/tablecmds.c:4966 +#: commands/tablecmds.c:4969 #, c-format msgid "\"%s\" is not a table, index, or foreign table" msgstr "\"%s\" não é uma tabela, índice ou tabela externa" -#: commands/tablecmds.c:4993 +#: commands/tablecmds.c:4996 #, c-format msgid "statistics target %d is too low" msgstr "valor da estatística %d é muito pequeno" -#: commands/tablecmds.c:5001 +#: commands/tablecmds.c:5004 #, c-format msgid "lowering statistics target to %d" msgstr "diminuindo valor da estatística para %d" -#: commands/tablecmds.c:5123 +#: commands/tablecmds.c:5126 #, c-format msgid "invalid storage type \"%s\"" msgstr "tipo de armazenamento \"%s\" é inválido" -#: commands/tablecmds.c:5154 +#: commands/tablecmds.c:5157 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "tipo de dado da coluna %s só pode ter armazenamento PLAIN" -#: commands/tablecmds.c:5184 +#: commands/tablecmds.c:5187 #, c-format msgid "cannot drop column from typed table" msgstr "não pode apagar coluna de tabela tipada" -#: commands/tablecmds.c:5225 +#: commands/tablecmds.c:5228 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "coluna \"%s\" da relação \"%s\" não existe, ignorando" -#: commands/tablecmds.c:5238 +#: commands/tablecmds.c:5241 #, c-format msgid "cannot drop system column \"%s\"" msgstr "não pode remover coluna do sistema \"%s\"" -#: commands/tablecmds.c:5245 +#: commands/tablecmds.c:5248 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "não pode remover coluna herdada \"%s\"" -#: commands/tablecmds.c:5475 +#: commands/tablecmds.c:5478 #, c-format msgid "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "ALTER TABLE / ADD CONSTRAINT USING INDEX renomeará índice \"%s\" para \"%s\"" -#: commands/tablecmds.c:5676 +#: commands/tablecmds.c:5679 #, c-format msgid "constraint must be added to child tables too" msgstr "restrição deve ser adicionada as tabelas descendentes também" -#: commands/tablecmds.c:5769 +#: commands/tablecmds.c:5772 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "restrições em tabelas permanentes só podem referenciar tabelas permanentes" -#: commands/tablecmds.c:5776 +#: commands/tablecmds.c:5779 #, c-format msgid "constraints on unlogged tables may reference only permanent or unlogged tables" msgstr "restrições em tabelas unlogged só podem referenciar tabelas permanentes ou unlogged" -#: commands/tablecmds.c:5782 +#: commands/tablecmds.c:5785 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "restrições em tabelas temporárias só podem referenciar tabelas temporárias" -#: commands/tablecmds.c:5786 +#: commands/tablecmds.c:5789 #, c-format msgid "constraints on temporary tables must involve temporary tables of this session" msgstr "restrições em tabelas temporárias devem envolver tabelas temporárias desta sessão" -#: commands/tablecmds.c:5847 +#: commands/tablecmds.c:5850 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "número de colunas que referenciam e são referenciadas em um chave estrangeira não correspondem" -#: commands/tablecmds.c:5954 +#: commands/tablecmds.c:5957 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "restrição de chave estrangeira \"%s\" não pode ser implementada" -#: commands/tablecmds.c:5957 +#: commands/tablecmds.c:5960 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Colunas chave \"%s\" e \"%s\" são de tipos incompatíveis: %s e %s." -#: commands/tablecmds.c:6150 commands/tablecmds.c:7014 -#: commands/tablecmds.c:7070 +#: commands/tablecmds.c:6153 commands/tablecmds.c:7017 +#: commands/tablecmds.c:7073 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "restrição \"%s\" da relação \"%s\" não existe" -#: commands/tablecmds.c:6157 +#: commands/tablecmds.c:6160 #, c-format msgid "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" msgstr "restrição \"%s\" da relação \"%s\" não é uma chave estrangeira ou restrição de verificação" -#: commands/tablecmds.c:6226 +#: commands/tablecmds.c:6229 #, c-format msgid "constraint must be validated on child tables too" msgstr "restrição deve ser validada nas tabelas descendentes também" -#: commands/tablecmds.c:6284 +#: commands/tablecmds.c:6287 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "coluna \"%s\" referenciada na restrição de chave estrangeira não existe" -#: commands/tablecmds.c:6289 +#: commands/tablecmds.c:6292 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "não pode ter mais do que %d chaves em uma chave estrangeira" -#: commands/tablecmds.c:6354 +#: commands/tablecmds.c:6357 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "não pode utilizar uma chave primária postergável na tabela referenciada \"%s\"" -#: commands/tablecmds.c:6371 +#: commands/tablecmds.c:6374 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "não há chave primária na tabela referenciada \"%s\"" -#: commands/tablecmds.c:6523 +#: commands/tablecmds.c:6526 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "não pode utilizar uma restrição de unicidade postergável na tabela referenciada \"%s\"" -#: commands/tablecmds.c:6528 +#: commands/tablecmds.c:6531 #, c-format msgid "there is no unique constraint matching given keys for referenced table \"%s\"" msgstr "não há restrição de unicidade que corresponde com as colunas informadas na tabela referenciada \"%s\"" -#: commands/tablecmds.c:6682 +#: commands/tablecmds.c:6685 #, c-format msgid "validating foreign key constraint \"%s\"" msgstr "validando restrição de chave estrangeira \"%s\"" -#: commands/tablecmds.c:6976 +#: commands/tablecmds.c:6979 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "não pode remover restrição herdada \"%s\" da relação \"%s\"" -#: commands/tablecmds.c:7020 +#: commands/tablecmds.c:7023 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "restrição \"%s\" da relação \"%s\" não existe, ignorando" -#: commands/tablecmds.c:7159 +#: commands/tablecmds.c:7162 #, c-format msgid "cannot alter column type of typed table" msgstr "não pode alterar tipo de coluna de tabela tipada" -#: commands/tablecmds.c:7182 +#: commands/tablecmds.c:7185 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "não pode alterar coluna herdada \"%s\"" -#: commands/tablecmds.c:7228 +#: commands/tablecmds.c:7231 #, c-format msgid "transform expression must not return a set" msgstr "expressão de transformação não deve retornar um conjunto" -#: commands/tablecmds.c:7234 +#: commands/tablecmds.c:7237 #, c-format msgid "cannot use subquery in transform expression" msgstr "não pode utilizar subconsulta em expressão de transformação" -#: commands/tablecmds.c:7238 +#: commands/tablecmds.c:7241 #, c-format msgid "cannot use aggregate function in transform expression" msgstr "não pode utilizar função de agregação em expressão de transformação" -#: commands/tablecmds.c:7242 +#: commands/tablecmds.c:7245 #, c-format msgid "cannot use window function in transform expression" msgstr "não pode utilizar função deslizante em expressão de transformação" -#: commands/tablecmds.c:7261 +#: commands/tablecmds.c:7264 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "coluna \"%s\" não pode ser convertida automaticamente para tipo %s" -#: commands/tablecmds.c:7263 +#: commands/tablecmds.c:7266 #, c-format msgid "Specify a USING expression to perform the conversion." msgstr "Especifique uma expressão USING para realizar a conversão." -#: commands/tablecmds.c:7312 +#: commands/tablecmds.c:7315 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "tipo de coluna herdada \"%s\" deve ser alterado nas tabelas descendentes também" -#: commands/tablecmds.c:7393 +#: commands/tablecmds.c:7396 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "não pode alterar tipo de coluna \"%s\" duas vezes" -#: commands/tablecmds.c:7429 +#: commands/tablecmds.c:7432 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "valor padrão para coluna \"%s\" não pode ser convertido automaticamente para tipo %s" -#: commands/tablecmds.c:7555 +#: commands/tablecmds.c:7558 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "não pode alterar tipo de uma coluna utilizada por uma visão ou regra" -#: commands/tablecmds.c:7556 commands/tablecmds.c:7575 +#: commands/tablecmds.c:7559 commands/tablecmds.c:7578 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s depende da coluna \"%s\"" -#: commands/tablecmds.c:7574 +#: commands/tablecmds.c:7577 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "não pode alterar tipo de uma coluna utilizada em uma definição de gatilho" -#: commands/tablecmds.c:8141 +#: commands/tablecmds.c:8144 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "não pode mudar dono do índice \"%s\"" -#: commands/tablecmds.c:8143 +#: commands/tablecmds.c:8146 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Ao invés disso, mude o dono da tabela do índice." -#: commands/tablecmds.c:8159 +#: commands/tablecmds.c:8162 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "não pode mudar dono da sequência \"%s\"" -#: commands/tablecmds.c:8161 commands/tablecmds.c:9843 +#: commands/tablecmds.c:8164 commands/tablecmds.c:9846 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Sequência \"%s\" está ligada a tabela \"%s\"." -#: commands/tablecmds.c:8173 commands/tablecmds.c:10455 +#: commands/tablecmds.c:8176 commands/tablecmds.c:10458 #, c-format msgid "Use ALTER TYPE instead." msgstr "Ao invés disso utilize ALTER TYPE." -#: commands/tablecmds.c:8182 commands/tablecmds.c:10472 +#: commands/tablecmds.c:8185 commands/tablecmds.c:10475 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "\"%s\" não é uma tabela, visão, sequência ou tabela externa" -#: commands/tablecmds.c:8514 +#: commands/tablecmds.c:8517 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "não pode ter múltiplos subcomandos SET TABLESPACE" -#: commands/tablecmds.c:8584 +#: commands/tablecmds.c:8587 #, c-format msgid "\"%s\" is not a table, index, or TOAST table" msgstr "\"%s\" não é uma tabela, índice ou tabela TOAST" -#: commands/tablecmds.c:8720 +#: commands/tablecmds.c:8723 #, c-format msgid "cannot move system relation \"%s\"" msgstr "não pode mover relação do sistema \"%s\"" -#: commands/tablecmds.c:8736 +#: commands/tablecmds.c:8739 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "não pode mover tabelas temporárias de outras sessões" -#: commands/tablecmds.c:8928 +#: commands/tablecmds.c:8931 #, c-format msgid "cannot change inheritance of typed table" msgstr "não pode mudar herança de tabela tipada" -#: commands/tablecmds.c:8974 +#: commands/tablecmds.c:8977 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "não pode herdar a tabela temporária de outra sessão" -#: commands/tablecmds.c:9028 +#: commands/tablecmds.c:9031 #, c-format msgid "circular inheritance not allowed" msgstr "herança circular não é permitida" -#: commands/tablecmds.c:9029 +#: commands/tablecmds.c:9032 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "\"%s\" já é um descendente de \"%s\"." -#: commands/tablecmds.c:9037 +#: commands/tablecmds.c:9040 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" msgstr "tabela \"%s\" sem OIDs não pode herdar de tabela \"%s\" com OIDs" -#: commands/tablecmds.c:9173 +#: commands/tablecmds.c:9176 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "coluna \"%s\" na tabela descendente deve ser definida como NOT NULL" -#: commands/tablecmds.c:9189 +#: commands/tablecmds.c:9192 #, c-format msgid "child table is missing column \"%s\"" msgstr "tabela descendente está faltando coluna \"%s\"" -#: commands/tablecmds.c:9272 +#: commands/tablecmds.c:9275 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "tabela descendente \"%s\" tem definição diferente para restrição de verificação \"%s\"" -#: commands/tablecmds.c:9280 +#: commands/tablecmds.c:9283 #, c-format msgid "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s\"" msgstr "restrição \"%s\" conflita com restrição não herdada na tabela descendente \"%s\"" -#: commands/tablecmds.c:9304 +#: commands/tablecmds.c:9307 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "tabela descendente está faltando restrição \"%s\"" -#: commands/tablecmds.c:9384 +#: commands/tablecmds.c:9387 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "relação \"%s\" não é um ancestral da relação \"%s\"" -#: commands/tablecmds.c:9601 +#: commands/tablecmds.c:9604 #, c-format msgid "typed tables cannot inherit" msgstr "tabelas tipadas não podem herdar" -#: commands/tablecmds.c:9632 +#: commands/tablecmds.c:9635 #, c-format msgid "table is missing column \"%s\"" msgstr "tabela está faltando coluna \"%s\"" -#: commands/tablecmds.c:9642 +#: commands/tablecmds.c:9645 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "tabela tem coluna \"%s\" onde tipo requer \"%s\"" -#: commands/tablecmds.c:9651 +#: commands/tablecmds.c:9654 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "tabela \"%s\" tem tipo diferente para coluna \"%s\"" -#: commands/tablecmds.c:9664 +#: commands/tablecmds.c:9667 #, c-format msgid "table has extra column \"%s\"" msgstr "tabela tem coluna extra \"%s\"" -#: commands/tablecmds.c:9711 +#: commands/tablecmds.c:9714 #, c-format msgid "\"%s\" is not a typed table" msgstr "\"%s\" não é uma tabela tipada" -#: commands/tablecmds.c:9842 +#: commands/tablecmds.c:9845 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "não pode mover uma sequência ligada para outro esquema" -#: commands/tablecmds.c:9933 +#: commands/tablecmds.c:9936 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "relação \"%s\" já existe no esquema \"%s\"" -#: commands/tablecmds.c:10439 +#: commands/tablecmds.c:10442 #, c-format msgid "\"%s\" is not a composite type" msgstr "\"%s\" não é um tipo composto" -#: commands/tablecmds.c:10460 +#: commands/tablecmds.c:10463 #, c-format msgid "\"%s\" is a foreign table" msgstr "\"%s\" é uma tabela externa" -#: commands/tablecmds.c:10461 +#: commands/tablecmds.c:10464 #, c-format msgid "Use ALTER FOREIGN TABLE instead." msgstr "Ao invés disso utilize ALTER FOREIGN TABLE." #: commands/tablespace.c:154 commands/tablespace.c:171 #: commands/tablespace.c:182 commands/tablespace.c:190 -#: commands/tablespace.c:608 storage/file/copydir.c:61 +#: commands/tablespace.c:607 storage/file/copydir.c:61 #, c-format msgid "could not create directory \"%s\": %m" msgstr "não pôde criar diretório \"%s\": %m" @@ -6863,32 +6868,32 @@ msgstr "local da tablespace deve ser um caminho absoluto" msgid "tablespace location \"%s\" is too long" msgstr "local da tablespace \"%s\" é muito longo" -#: commands/tablespace.c:289 commands/tablespace.c:862 +#: commands/tablespace.c:289 commands/tablespace.c:879 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "nome da tablespace \"%s\" é inaceitável" -#: commands/tablespace.c:291 commands/tablespace.c:863 +#: commands/tablespace.c:291 commands/tablespace.c:880 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "O prefixo \"pg_\" é reservado para tablespaces do sistema." -#: commands/tablespace.c:301 commands/tablespace.c:875 +#: commands/tablespace.c:301 commands/tablespace.c:892 #, c-format msgid "tablespace \"%s\" already exists" msgstr "tablespace \"%s\" já existe" #: commands/tablespace.c:371 commands/tablespace.c:534 -#: replication/basebackup.c:170 replication/basebackup.c:923 +#: replication/basebackup.c:171 replication/basebackup.c:924 #: utils/adt/misc.c:370 #, c-format msgid "tablespaces are not supported on this platform" msgstr "tablespaces não são suportadas nessa plataforma" -#: commands/tablespace.c:409 commands/tablespace.c:846 -#: commands/tablespace.c:913 commands/tablespace.c:1018 -#: commands/tablespace.c:1084 commands/tablespace.c:1222 -#: commands/tablespace.c:1422 +#: commands/tablespace.c:409 commands/tablespace.c:863 +#: commands/tablespace.c:930 commands/tablespace.c:1035 +#: commands/tablespace.c:1101 commands/tablespace.c:1239 +#: commands/tablespace.c:1439 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "tablespace \"%s\" não existe" @@ -6903,62 +6908,62 @@ msgstr "tablespace \"%s\" não existe, ignorando" msgid "tablespace \"%s\" is not empty" msgstr "tablespace \"%s\" não está vazia" -#: commands/tablespace.c:565 +#: commands/tablespace.c:566 #, c-format msgid "directory \"%s\" does not exist" msgstr "diretório \"%s\" não existe" -#: commands/tablespace.c:566 +#: commands/tablespace.c:567 #, c-format msgid "Create this directory for the tablespace before restarting the server." msgstr "Crie este diretório para a tablespace antes de reiniciar o servidor." -#: commands/tablespace.c:571 +#: commands/tablespace.c:572 #, c-format msgid "could not set permissions on directory \"%s\": %m" msgstr "não pôde definir permissões do diretório \"%s\": %m" -#: commands/tablespace.c:603 +#: commands/tablespace.c:602 #, c-format msgid "directory \"%s\" already in use as a tablespace" msgstr "diretório \"%s\" já está em uso como uma tablespace" -#: commands/tablespace.c:618 commands/tablespace.c:782 +#: commands/tablespace.c:626 commands/tablespace.c:751 +#: commands/tablespace.c:764 commands/tablespace.c:788 +#, c-format +msgid "could not remove directory \"%s\": %m" +msgstr "não pôde remover diretório \"%s\": %m" + +#: commands/tablespace.c:634 commands/tablespace.c:799 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "não pôde remover link simbólico \"%s\": %m" -#: commands/tablespace.c:628 +#: commands/tablespace.c:645 #, c-format msgid "could not create symbolic link \"%s\": %m" msgstr "não pôde criar link simbólico \"%s\": %m" -#: commands/tablespace.c:694 commands/tablespace.c:704 -#: postmaster/postmaster.c:1172 replication/basebackup.c:276 -#: replication/basebackup.c:581 storage/file/copydir.c:67 +#: commands/tablespace.c:711 commands/tablespace.c:721 +#: postmaster/postmaster.c:1172 replication/basebackup.c:277 +#: replication/basebackup.c:582 storage/file/copydir.c:67 #: storage/file/copydir.c:106 storage/file/fd.c:1741 utils/adt/genfile.c:353 #: utils/adt/misc.c:270 utils/misc/tzparser.c:323 #, c-format msgid "could not open directory \"%s\": %m" msgstr "não pôde abrir diretório \"%s\": %m" -#: commands/tablespace.c:734 commands/tablespace.c:747 -#: commands/tablespace.c:771 -#, c-format -msgid "could not remove directory \"%s\": %m" -msgstr "não pôde remover diretório \"%s\": %m" - -#: commands/tablespace.c:1089 +#: commands/tablespace.c:1106 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Tablespace \"%s\" não existe." -#: commands/tablespace.c:1521 +#: commands/tablespace.c:1538 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "diretórios para tablespace %u não puderam ser removidos" -#: commands/tablespace.c:1523 +#: commands/tablespace.c:1540 #, c-format msgid "You can remove the directories manually if necessary." msgstr "Você pode remover os diretórios manualmente se necessário." @@ -7783,7 +7788,7 @@ msgstr "\"%s\": truncadas %u em %u páginas" msgid "\"%s\": suspending truncate due to conflicting lock request" msgstr "\"%s\": suspendendo truncamento devido a pedido de bloqueio conflitante" -#: commands/variable.c:161 utils/misc/guc.c:8327 +#: commands/variable.c:161 utils/misc/guc.c:8347 #, c-format msgid "Unrecognized key word: \"%s\"." msgstr "Palavra chave desconhecida: \"%s\"." @@ -7953,12 +7958,12 @@ 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:1136 +#: executor/execCurrent.c:231 executor/execQual.c:1127 #, 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:1148 +#: executor/execCurrent.c:243 executor/execQual.c:1139 #, c-format msgid "no value found for parameter %d" msgstr "nenhum valor encontrado para parâmetro %d" @@ -8053,7 +8058,7 @@ msgstr "Registro que falhou contém %s." 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:303 executor/execQual.c:331 executor/execQual.c:3111 +#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3109 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:227 #: utils/adt/arrayfuncs.c:506 utils/adt/arrayfuncs.c:1241 #: utils/adt/arrayfuncs.c:2914 utils/adt/arrayfuncs.c:4939 @@ -8066,41 +8071,41 @@ 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:639 executor/execQual.c:4029 +#: executor/execQual.c:639 executor/execQual.c:4027 #, c-format msgid "attribute %d has wrong type" msgstr "atributo %d tem tipo incorreto" -#: executor/execQual.c:640 executor/execQual.c:4030 +#: executor/execQual.c:640 executor/execQual.c:4028 #, c-format msgid "Table has type %s, but query expects %s." msgstr "Tabela tem tipo %s, mas consulta espera %s." -#: executor/execQual.c:843 executor/execQual.c:860 executor/execQual.c:1024 +#: executor/execQual.c:833 executor/execQual.c:850 executor/execQual.c:1015 #: executor/nodeModifyTable.c:83 executor/nodeModifyTable.c:93 #: executor/nodeModifyTable.c:110 executor/nodeModifyTable.c:118 #, c-format msgid "table row type and query-specified row type do not match" msgstr "tipo registro da tabela e tipo registro especificado na consulta não correspondem" -#: executor/execQual.c:844 +#: executor/execQual.c:834 #, 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] "Registro da tabela contém %d atributo, mas consulta espera %d." msgstr[1] "Registro da tabela contém %d atributos, mas consulta espera %d." -#: executor/execQual.c:861 executor/nodeModifyTable.c:94 +#: executor/execQual.c:851 executor/nodeModifyTable.c:94 #, c-format 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:1025 executor/execQual.c:1622 +#: executor/execQual.c:1016 executor/execQual.c:1613 #, 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:1301 parser/parse_func.c:91 parser/parse_func.c:323 +#: executor/execQual.c:1292 parser/parse_func.c:91 parser/parse_func.c:323 #: parser/parse_func.c:631 #, c-format msgid "cannot pass more than %d argument to a function" @@ -8108,118 +8113,118 @@ 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:1490 +#: executor/execQual.c:1481 #, 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:1540 +#: executor/execQual.c:1531 #, 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:1595 executor/execQual.c:1611 executor/execQual.c:1621 +#: executor/execQual.c:1586 executor/execQual.c:1602 executor/execQual.c:1612 #, 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:1596 +#: executor/execQual.c:1587 #, 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:1612 +#: executor/execQual.c:1603 #, 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:1846 executor/execQual.c:2270 +#: executor/execQual.c:1837 executor/execQual.c:2268 #, 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:1866 executor/execQual.c:2277 +#: executor/execQual.c:1857 executor/execQual.c:2275 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "modo de retorno (returnMode) da função tabular desconhecido: %d" -#: executor/execQual.c:2187 +#: executor/execQual.c:2185 #, 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:2244 +#: executor/execQual.c:2242 #, 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:2459 +#: executor/execQual.c:2457 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM não suporta conjunto de argumentos" -#: executor/execQual.c:2536 +#: executor/execQual.c:2534 #, 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:3089 +#: executor/execQual.c:3087 #, c-format msgid "cannot merge incompatible arrays" msgstr "não pode mesclar matrizes incompatíveis" -#: executor/execQual.c:3090 +#: executor/execQual.c:3088 #, 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:3131 executor/execQual.c:3158 +#: executor/execQual.c:3129 executor/execQual.c:3156 #: utils/adt/arrayfuncs.c:541 #, 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:3673 +#: executor/execQual.c:3671 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF não suporta conjunto de argumentos" -#: executor/execQual.c:3903 utils/adt/domains.c:127 +#: executor/execQual.c:3901 utils/adt/domains.c:127 #, c-format msgid "domain %s does not allow null values" msgstr "domínio %s não permite valores nulos" -#: executor/execQual.c:3932 utils/adt/domains.c:163 +#: executor/execQual.c:3930 utils/adt/domains.c:163 #, 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:4425 optimizer/util/clauses.c:570 +#: executor/execQual.c:4423 optimizer/util/clauses.c:570 #: parser/parse_agg.c:162 #, 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:4463 optimizer/util/clauses.c:644 +#: executor/execQual.c:4461 optimizer/util/clauses.c:644 #: parser/parse_agg.c:209 #, c-format msgid "window function calls cannot be nested" msgstr "chamadas de função deslizante não podem ser aninhadas" -#: executor/execQual.c:4675 +#: executor/execQual.c:4673 #, c-format msgid "target type is not an array" msgstr "tipo alvo não é uma matriz" -#: executor/execQual.c:4789 +#: executor/execQual.c:4787 #, 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:4924 utils/adt/arrayfuncs.c:3377 -#: utils/adt/rowtypes.c:920 +#: executor/execQual.c:4922 utils/adt/arrayfuncs.c:3377 +#: utils/adt/rowtypes.c:921 #, 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" @@ -8256,7 +8261,7 @@ msgid "%s is not allowed in a SQL function" msgstr "%s não é permitido em uma função SQL" #. translator: %s is a SQL statement name -#: executor/functions.c:512 executor/spi.c:1265 executor/spi.c:2037 +#: executor/functions.c:512 executor/spi.c:1260 executor/spi.c:2032 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s não é permitido em uma função não-volátil" @@ -8266,54 +8271,54 @@ msgstr "%s não é permitido em uma função não-volátil" msgid "could not determine actual result type for function declared to return type %s" msgstr "não pôde determinar tipo de resultado para função declarada que retorna tipo %s" -#: executor/functions.c:1402 +#: executor/functions.c:1401 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "função SQL \"%s\" comando %d" -#: executor/functions.c:1428 +#: executor/functions.c:1427 #, c-format msgid "SQL function \"%s\" during startup" msgstr "função SQL \"%s\" durante inicialização" -#: 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:1586 executor/functions.c:1623 +#: executor/functions.c:1635 executor/functions.c:1748 +#: executor/functions.c:1781 executor/functions.c:1811 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "tipo de retorno não corresponde com o que foi declarado %s na função" -#: executor/functions.c:1589 +#: executor/functions.c:1588 #, c-format msgid "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "Último comando da função deve ser um SELECT ou INSERT/UPDATE/DELETE RETURNING." -#: executor/functions.c:1626 +#: executor/functions.c:1625 #, c-format msgid "Final statement must return exactly one column." msgstr "Último comando deve retornar exatamente uma coluna." -#: executor/functions.c:1638 +#: executor/functions.c:1637 #, c-format msgid "Actual return type is %s." msgstr "Tipo atual de retorno é %s." -#: executor/functions.c:1751 +#: executor/functions.c:1750 #, c-format msgid "Final statement returns too many columns." msgstr "Último comando retornou muitas colunas." -#: executor/functions.c:1784 +#: executor/functions.c:1783 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Último comando retornou %s ao invés de %s na coluna %d." -#: executor/functions.c:1814 +#: executor/functions.c:1813 #, c-format msgid "Final statement returns too few columns." msgstr "Último comando retornou poucas colunas." -#: executor/functions.c:1863 +#: executor/functions.c:1862 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "tipo de retorno %s não é suportado pelas funções SQL" @@ -8414,28 +8419,28 @@ msgstr "Verifique a ausência de chamadas \"SPI_finish\"." msgid "subtransaction left non-empty SPI stack" msgstr "subtransação não deixou pilha SPI vazia" -#: executor/spi.c:1129 +#: executor/spi.c:1124 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "não pode abrir plano de múltiplas consultas como cursor" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1134 +#: executor/spi.c:1129 #, c-format msgid "cannot open %s query as cursor" msgstr "não pode abrir consulta %s como cursor" -#: executor/spi.c:1242 parser/analyze.c:2205 +#: executor/spi.c:1237 parser/analyze.c:2205 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE não é suportado" -#: executor/spi.c:1243 parser/analyze.c:2206 +#: executor/spi.c:1238 parser/analyze.c:2206 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Cursores roláveis devem ser READ ONLY." -#: executor/spi.c:2321 +#: executor/spi.c:2316 #, c-format msgid "SQL statement \"%s\"" msgstr "comando SQL \"%s\"" @@ -8704,69 +8709,69 @@ msgstr "restrições %s não podem ser marcadas NOT VALID" msgid "%s constraints cannot be marked NO INHERIT" msgstr "restrições %s não podem ser marcadas NO INHERIT" -#: guc-file.l:192 +#: guc-file.l:191 #, c-format msgid "unrecognized configuration parameter \"%s\" in file \"%s\" line %u" msgstr "parâmetro de configuração \"%s\" desconhecido em arquivo \"%s\" linha %u" -#: guc-file.l:227 utils/misc/guc.c:5196 utils/misc/guc.c:5372 -#: utils/misc/guc.c:5476 utils/misc/guc.c:5577 utils/misc/guc.c:5698 -#: utils/misc/guc.c:5806 +#: guc-file.l:226 utils/misc/guc.c:5196 utils/misc/guc.c:5386 +#: utils/misc/guc.c:5490 utils/misc/guc.c:5591 utils/misc/guc.c:5712 +#: utils/misc/guc.c:5820 #, c-format msgid "parameter \"%s\" cannot be changed without restarting the server" msgstr "parâmetro \"%s\" não pode ser mudado sem reiniciar o servidor" -#: guc-file.l:255 +#: guc-file.l:254 #, c-format msgid "parameter \"%s\" removed from configuration file, reset to default" msgstr "parâmetro \"%s\" foi removido do arquivo de configuração, reiniciar para padrão" -#: guc-file.l:317 +#: guc-file.l:316 #, c-format msgid "parameter \"%s\" changed to \"%s\"" msgstr "parâmetro \"%s\" mudou para \"%s\"" -#: guc-file.l:351 +#: guc-file.l:350 #, c-format msgid "configuration file \"%s\" contains errors" msgstr "arquivo de configuração \"%s\" contém erros" -#: guc-file.l:356 +#: guc-file.l:355 #, c-format msgid "configuration file \"%s\" contains errors; unaffected changes were applied" msgstr "arquivo de configuração \"%s\" contém erros; alterações não afetadas foram aplicadas" -#: guc-file.l:361 +#: guc-file.l:360 #, c-format msgid "configuration file \"%s\" contains errors; no changes were applied" msgstr "arquivo de configuração \"%s\" contém erros; nenhuma alteração foi aplicada" -#: guc-file.l:393 +#: guc-file.l:392 #, c-format 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:430 libpq/hba.c:1721 +#: guc-file.l:429 libpq/hba.c:1733 #, c-format msgid "could not open configuration file \"%s\": %m" msgstr "não pôde abrir arquivo de configuração \"%s\": %m" -#: guc-file.l:436 +#: guc-file.l:435 #, c-format msgid "skipping missing configuration file \"%s\"" msgstr "ignorando arquivo de configuração ausente \"%s\"" -#: guc-file.l:627 +#: guc-file.l:626 #, c-format msgid "syntax error in file \"%s\" line %u, near end of line" msgstr "erro de sintaxe no arquivo \"%s\" linha %u, próximo ao fim da linha" -#: guc-file.l:632 +#: guc-file.l:631 #, c-format msgid "syntax error in file \"%s\" line %u, near token \"%s\"" msgstr "erro de sintaxe no arquivo \"%s\" linha %u, próximo a informação \"%s\"" -#: guc-file.l:648 +#: guc-file.l:647 #, c-format msgid "too many syntax errors found, abandoning file \"%s\"" msgstr "muitos erros de sintaxe encontrados, abandonando arquivo \"%s\"" @@ -8851,11 +8856,11 @@ msgstr "conexão requer um certificado cliente válido" msgid "pg_hba.conf rejects replication connection for host \"%s\", user \"%s\", %s" msgstr "pg_hba.conf rejeitou conexão de replicação para máquina \"%s\", usuário \"%s\", %s" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:470 libpq/auth.c:488 msgid "SSL off" msgstr "SSL desabilitado" -#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:460 libpq/auth.c:478 +#: libpq/auth.c:396 libpq/auth.c:412 libpq/auth.c:470 libpq/auth.c:488 msgid "SSL on" msgstr "SSL habilitado" @@ -8879,377 +8884,387 @@ msgstr "pg_hba.conf rejeitou conexão para máquina \"%s\", usuário \"%s\", ban msgid "Client IP address resolved to \"%s\", forward lookup matches." msgstr "Endereço IP do cliente resolveu para \"%s\", pesquisa direta combina." -#: libpq/auth.c:447 +#: libpq/auth.c:448 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup not checked." msgstr "Endereço IP do cliente resolveu para \"%s\", pesquisa direta não foi feita." -#: libpq/auth.c:449 +#: libpq/auth.c:451 #, c-format msgid "Client IP address resolved to \"%s\", forward lookup does not match." msgstr "Endereço IP do cliente resolveu para \"%s\", pesquisa direta não combina." -#: libpq/auth.c:458 +#: libpq/auth.c:454 +#, c-format +msgid "Could not translate client host name \"%s\" to IP address: %s." +msgstr "não pôde traduzir nome da máquina \"%s\" para endereço IP: %s." + +#: libpq/auth.c:459 +#, c-format +msgid "Could not resolve client IP address to a host name: %s." +msgstr "não pôde resolver endereço IP para nome da máquina: %s." + +#: libpq/auth.c:468 #, c-format msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\", %s" msgstr "nenhuma entrada no pg_hba.conf para conexão de replicação da máquina \"%s\", usuário \"%s\", %s" -#: libpq/auth.c:465 +#: libpq/auth.c:475 #, c-format msgid "no pg_hba.conf entry for replication connection from host \"%s\", user \"%s\"" msgstr "nenhuma entrada no pg_hba.conf para conexão de replicação da máquina \"%s\", usuário \"%s\"" -#: libpq/auth.c:475 +#: libpq/auth.c:485 #, c-format msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" msgstr "nenhuma entrada no pg_hba.conf para máquina \"%s\", usuário \"%s\", banco de dados \"%s\", %s" -#: libpq/auth.c:483 +#: libpq/auth.c:493 #, c-format 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:535 libpq/hba.c:1180 +#: libpq/auth.c:545 libpq/hba.c:1192 #, 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:659 +#: libpq/auth.c:669 #, c-format msgid "expected password response, got message type %d" msgstr "resposta da senha esperada, recebeu tipo de mensagem %d" -#: libpq/auth.c:687 +#: libpq/auth.c:697 #, c-format msgid "invalid password packet size" msgstr "tamanho do pacote de senha é inválido" -#: libpq/auth.c:691 +#: libpq/auth.c:701 #, c-format msgid "received password packet" msgstr "pacote de senha recebido" -#: libpq/auth.c:749 +#: libpq/auth.c:759 #, c-format msgid "Kerberos initialization returned error %d" msgstr "inicialização do Kerberos retornou erro %d" -#: libpq/auth.c:759 +#: libpq/auth.c:769 #, c-format msgid "Kerberos keytab resolving returned error %d" msgstr "resolução do keytab do Kerberos retornou erro %d" -#: libpq/auth.c:783 +#: libpq/auth.c:793 #, 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:828 +#: libpq/auth.c:838 #, c-format msgid "Kerberos recvauth returned error %d" msgstr "Kerberos recvauth retornou erro %d" -#: libpq/auth.c:851 +#: libpq/auth.c:861 #, c-format msgid "Kerberos unparse_name returned error %d" msgstr "Kerberos unparse_name retornou erro %d" -#: libpq/auth.c:999 +#: libpq/auth.c:1009 #, c-format msgid "GSSAPI is not supported in protocol version 2" msgstr "GSSAPI não é suportado no protocolo versão 2" -#: libpq/auth.c:1054 +#: libpq/auth.c:1064 #, c-format msgid "expected GSS response, got message type %d" msgstr "resposta do GSS esperada, recebeu tipo de mensagem %d" -#: libpq/auth.c:1117 +#: libpq/auth.c:1127 msgid "accepting GSS security context failed" msgstr "aceitação do contexto de segurança do GSS falhou" -#: libpq/auth.c:1143 +#: libpq/auth.c:1153 msgid "retrieving GSS user name failed" msgstr "recuperação do nome de usuário do GSS falhou" -#: libpq/auth.c:1260 +#: libpq/auth.c:1270 #, c-format msgid "SSPI is not supported in protocol version 2" msgstr "SSPI não é suportado no protocolo versão 2" -#: libpq/auth.c:1275 +#: libpq/auth.c:1285 msgid "could not acquire SSPI credentials" msgstr "não pôde obter credenciais SSPI" -#: libpq/auth.c:1292 +#: libpq/auth.c:1302 #, c-format msgid "expected SSPI response, got message type %d" msgstr "resposta do SSPI esperada, recebeu tipo de mensagem %d" -#: libpq/auth.c:1364 +#: libpq/auth.c:1374 msgid "could not accept SSPI security context" msgstr "não pôde aceitar contexto de segurança do SSPI" -#: libpq/auth.c:1426 +#: libpq/auth.c:1436 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:1670 +#: libpq/auth.c:1680 #, 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:1685 +#: libpq/auth.c:1695 #, 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:1697 +#: libpq/auth.c:1707 #, 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:1717 +#: libpq/auth.c:1727 #, 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:1732 +#: libpq/auth.c:1742 #, 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:1742 +#: libpq/auth.c:1752 #, c-format msgid "invalidly formatted response from Ident server: \"%s\"" msgstr "resposta invalidamente formatada pelo servidor Ident: \"%s\"" -#: libpq/auth.c:1781 +#: libpq/auth.c:1791 #, 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:1785 +#: libpq/auth.c:1795 #, c-format msgid "could not get peer credentials: %m" msgstr "não pôde receber credenciais: %m" -#: libpq/auth.c:1794 +#: libpq/auth.c:1804 #, c-format msgid "local user with ID %d does not exist" msgstr "usuário local com ID %d não existe" -#: libpq/auth.c:1877 libpq/auth.c:2149 libpq/auth.c:2509 +#: libpq/auth.c:1887 libpq/auth.c:2159 libpq/auth.c:2519 #, c-format msgid "empty password returned by client" msgstr "senha vazia retornada pelo cliente" -#: libpq/auth.c:1887 +#: libpq/auth.c:1897 #, c-format msgid "error from underlying PAM layer: %s" msgstr "erro da biblioteca PAM: %s" -#: libpq/auth.c:1956 +#: libpq/auth.c:1966 #, c-format msgid "could not create PAM authenticator: %s" msgstr "não pôde criar autenticador PAM: %s" -#: libpq/auth.c:1967 +#: libpq/auth.c:1977 #, c-format msgid "pam_set_item(PAM_USER) failed: %s" msgstr "pam_set_item(PAM_USER) falhou: %s" -#: libpq/auth.c:1978 +#: libpq/auth.c:1988 #, c-format msgid "pam_set_item(PAM_CONV) failed: %s" msgstr "pam_set_item(PAM_CONV) falhou: %s" -#: libpq/auth.c:1989 +#: libpq/auth.c:1999 #, c-format msgid "pam_authenticate failed: %s" msgstr "pam_authenticate falhou: %s" -#: libpq/auth.c:2000 +#: libpq/auth.c:2010 #, c-format msgid "pam_acct_mgmt failed: %s" msgstr "pam_acct_mgmt falhou: %s" -#: libpq/auth.c:2011 +#: libpq/auth.c:2021 #, c-format msgid "could not release PAM authenticator: %s" msgstr "não pôde liberar autenticador PAM: %s" -#: libpq/auth.c:2044 libpq/auth.c:2048 +#: libpq/auth.c:2054 libpq/auth.c:2058 #, 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:2058 +#: libpq/auth.c:2068 #, c-format msgid "could not set LDAP protocol version: error code %d" msgstr "não pôde definir versão do protocolo LDAP: código de erro %d" -#: libpq/auth.c:2087 +#: libpq/auth.c:2097 #, c-format msgid "could not load wldap32.dll" msgstr "não pôde carregar wldap32.dll" -#: libpq/auth.c:2095 +#: libpq/auth.c:2105 #, 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:2096 +#: libpq/auth.c:2106 #, c-format msgid "LDAP over SSL is not supported on this platform." msgstr "LDAP sobre SSL não é suportado nesta plataforma." -#: libpq/auth.c:2111 +#: libpq/auth.c:2121 #, c-format msgid "could not start LDAP TLS session: error code %d" msgstr "não pôde iniciar sessão LDAP TLS: código de erro %d" -#: libpq/auth.c:2133 +#: libpq/auth.c:2143 #, c-format msgid "LDAP server not specified" msgstr "servidor LDAP não foi especificado" -#: libpq/auth.c:2185 +#: libpq/auth.c:2195 #, 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:2200 +#: libpq/auth.c:2210 #, c-format msgid "could not perform initial LDAP bind for ldapbinddn \"%s\" on server \"%s\": error code %d" msgstr "não pôde realizar ligação inicial LDAP para ldapbinddn \"%s\" no servidor \"%s\": código de erro %d" -#: libpq/auth.c:2225 +#: libpq/auth.c:2235 #, c-format msgid "could not search LDAP for filter \"%s\" on server \"%s\": error code %d" msgstr "não pôde buscar no LDAP por filtro \"%s\" no servidor \"%s\": código de erro %d" -#: libpq/auth.c:2235 +#: libpq/auth.c:2245 #, c-format msgid "LDAP search failed for filter \"%s\" on server \"%s\": no such user" msgstr "busca LDAP falhou para filtro \"%s\" no servidor \"%s\": usuário não existe" -#: libpq/auth.c:2239 +#: libpq/auth.c:2249 #, c-format msgid "LDAP search failed for filter \"%s\" on server \"%s\": user is not unique (%ld matches)" msgstr "busca LDAP falhou para filtro \"%s\" no servidor \"%s\": usuário não é único (%ld ocorrências)" -#: libpq/auth.c:2256 +#: libpq/auth.c:2266 #, 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:2276 +#: libpq/auth.c:2286 #, 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:2313 +#: libpq/auth.c:2323 #, c-format msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" msgstr "autenticação LDAP falhou para usuário \"%s\" no servidor \"%s\": código de erro %d" -#: libpq/auth.c:2341 +#: libpq/auth.c:2351 #, 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:2465 +#: libpq/auth.c:2475 #, c-format msgid "RADIUS server not specified" msgstr "servidor RADIUS não foi especificado" -#: libpq/auth.c:2472 +#: libpq/auth.c:2482 #, c-format msgid "RADIUS secret not specified" msgstr "segredo do RADIUS não foi especificado" -#: libpq/auth.c:2488 libpq/hba.c:1543 +#: libpq/auth.c:2498 libpq/hba.c:1555 #, 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:2516 +#: libpq/auth.c:2526 #, 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:2527 +#: libpq/auth.c:2537 #, c-format msgid "could not generate random encryption vector" msgstr "não pôde gerar vetor de criptografia randômico" -#: libpq/auth.c:2550 +#: libpq/auth.c:2560 #, c-format msgid "could not perform MD5 encryption of password" msgstr "não pôde realizar criptografia MD5 da senha" -#: libpq/auth.c:2572 +#: libpq/auth.c:2582 #, c-format msgid "could not create RADIUS socket: %m" msgstr "não pôde criar soquete RADIUS: %m" -#: libpq/auth.c:2593 +#: libpq/auth.c:2603 #, c-format msgid "could not bind local RADIUS socket: %m" msgstr "não pôde se ligar ao soquete RADIUS: %m" -#: libpq/auth.c:2603 +#: libpq/auth.c:2613 #, c-format msgid "could not send RADIUS packet: %m" msgstr "não pôde enviar pacote RADIUS: %m" -#: libpq/auth.c:2632 libpq/auth.c:2657 +#: libpq/auth.c:2642 libpq/auth.c:2667 #, c-format msgid "timeout waiting for RADIUS response" msgstr "tempo de espera esgotado para resposta do RADIUS" -#: libpq/auth.c:2650 +#: libpq/auth.c:2660 #, 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:2679 +#: libpq/auth.c:2689 #, c-format msgid "could not read RADIUS response: %m" msgstr "não pôde ler resposta do RADIUS: %m" -#: libpq/auth.c:2691 libpq/auth.c:2695 +#: libpq/auth.c:2701 libpq/auth.c:2705 #, c-format msgid "RADIUS response was sent from incorrect port: %d" msgstr "resposta RADIUS foi enviada de porta incorreta: %d" -#: libpq/auth.c:2704 +#: libpq/auth.c:2714 #, c-format msgid "RADIUS response too short: %d" msgstr "resposta RADIUS muito curta: %d" -#: libpq/auth.c:2711 +#: libpq/auth.c:2721 #, 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:2719 +#: libpq/auth.c:2729 #, 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:2744 +#: libpq/auth.c:2754 #, 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:2753 +#: libpq/auth.c:2763 #, c-format msgid "RADIUS response has incorrect MD5 signature" msgstr "resposta RADIUS tem assinatura MD5 incorreta" -#: libpq/auth.c:2770 +#: libpq/auth.c:2780 #, 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\"" @@ -9439,285 +9454,280 @@ msgstr "informação no arquivo de autenticação é muito longa, ignorando: \"% msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" msgstr "não pôde abrir arquivo de autenticação secundário \"@%s\" como \"%s\": %m" -#: libpq/hba.c:595 -#, c-format -msgid "could not translate host name \"%s\" to address: %s" -msgstr "não pôde traduzir nome da máquina \"%s\" para endereço: %s" - #. translator: the second %s is a list of auth methods -#: libpq/hba.c:746 +#: libpq/hba.c:758 #, 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:748 libpq/hba.c:764 libpq/hba.c:795 libpq/hba.c:841 -#: libpq/hba.c:854 libpq/hba.c:876 libpq/hba.c:885 libpq/hba.c:908 -#: libpq/hba.c:920 libpq/hba.c:939 libpq/hba.c:960 libpq/hba.c:971 -#: libpq/hba.c:1026 libpq/hba.c:1044 libpq/hba.c:1056 libpq/hba.c:1073 -#: libpq/hba.c:1083 libpq/hba.c:1097 libpq/hba.c:1113 libpq/hba.c:1128 -#: libpq/hba.c:1139 libpq/hba.c:1181 libpq/hba.c:1213 libpq/hba.c:1224 -#: libpq/hba.c:1244 libpq/hba.c:1255 libpq/hba.c:1266 libpq/hba.c:1283 -#: libpq/hba.c:1308 libpq/hba.c:1345 libpq/hba.c:1355 libpq/hba.c:1408 -#: libpq/hba.c:1420 libpq/hba.c:1433 libpq/hba.c:1467 libpq/hba.c:1545 -#: libpq/hba.c:1563 libpq/hba.c:1584 tsearch/ts_locale.c:182 +#: libpq/hba.c:760 libpq/hba.c:776 libpq/hba.c:807 libpq/hba.c:853 +#: libpq/hba.c:866 libpq/hba.c:888 libpq/hba.c:897 libpq/hba.c:920 +#: libpq/hba.c:932 libpq/hba.c:951 libpq/hba.c:972 libpq/hba.c:983 +#: libpq/hba.c:1038 libpq/hba.c:1056 libpq/hba.c:1068 libpq/hba.c:1085 +#: libpq/hba.c:1095 libpq/hba.c:1109 libpq/hba.c:1125 libpq/hba.c:1140 +#: libpq/hba.c:1151 libpq/hba.c:1193 libpq/hba.c:1225 libpq/hba.c:1236 +#: libpq/hba.c:1256 libpq/hba.c:1267 libpq/hba.c:1278 libpq/hba.c:1295 +#: libpq/hba.c:1320 libpq/hba.c:1357 libpq/hba.c:1367 libpq/hba.c:1420 +#: libpq/hba.c:1432 libpq/hba.c:1445 libpq/hba.c:1479 libpq/hba.c:1557 +#: libpq/hba.c:1575 libpq/hba.c:1596 tsearch/ts_locale.c:182 #, c-format msgid "line %d of configuration file \"%s\"" msgstr "linha %d do arquivo de configuração \"%s\"" -#: libpq/hba.c:762 +#: libpq/hba.c:774 #, 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:783 +#: libpq/hba.c:795 #, 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:794 +#: libpq/hba.c:806 #, c-format msgid "multiple values in ident field" msgstr "múltiplos valores em campo ident" -#: libpq/hba.c:839 +#: libpq/hba.c:851 #, c-format msgid "multiple values specified for connection type" msgstr "múltiplos valores especificados para tipo de conexão" -#: libpq/hba.c:840 +#: libpq/hba.c:852 #, c-format msgid "Specify exactly one connection type per line." msgstr "Especifique exatamente um tipo de conexão por linha." -#: libpq/hba.c:853 +#: libpq/hba.c:865 #, 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:874 +#: libpq/hba.c:886 #, c-format msgid "hostssl requires SSL to be turned on" msgstr "hostssl requer que SSL esteja habilitado" -#: libpq/hba.c:875 +#: libpq/hba.c:887 #, c-format msgid "Set ssl = on in postgresql.conf." msgstr "Defina ssl = on no postgresql.conf." -#: libpq/hba.c:883 +#: libpq/hba.c:895 #, c-format msgid "hostssl is not supported by this build" msgstr "hostssl não é suportado por essa construção" -#: libpq/hba.c:884 +#: libpq/hba.c:896 #, c-format msgid "Compile with --with-openssl to use SSL connections." msgstr "Compile com --with-openssl para utilizar conexões SSL." -#: libpq/hba.c:906 +#: libpq/hba.c:918 #, c-format msgid "invalid connection type \"%s\"" msgstr "tipo de conexão \"%s\" é inválido" -#: libpq/hba.c:919 +#: libpq/hba.c:931 #, c-format msgid "end-of-line before database specification" msgstr "fim de linha antes da especificação de banco de dados" -#: libpq/hba.c:938 +#: libpq/hba.c:950 #, c-format msgid "end-of-line before role specification" msgstr "fim de linha antes da especificação de role" -#: libpq/hba.c:959 +#: libpq/hba.c:971 #, 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:969 +#: libpq/hba.c:981 #, c-format msgid "multiple values specified for host address" msgstr "múltiplos valores especificados para endereço da máquina" -#: libpq/hba.c:970 +#: libpq/hba.c:982 #, c-format msgid "Specify one address range per line." msgstr "Especifique um intervalo de endereços por linha." -#: libpq/hba.c:1024 +#: libpq/hba.c:1036 #, c-format msgid "invalid IP address \"%s\": %s" msgstr "endereço IP \"%s\" é inválido: %s" -#: libpq/hba.c:1042 +#: libpq/hba.c:1054 #, 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:1054 +#: libpq/hba.c:1066 #, c-format msgid "invalid CIDR mask in address \"%s\"" msgstr "máscara CIDR é inválida no endereço \"%s\"" -#: libpq/hba.c:1071 +#: libpq/hba.c:1083 #, 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:1072 +#: libpq/hba.c:1084 #, 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:1082 +#: libpq/hba.c:1094 #, c-format msgid "multiple values specified for netmask" msgstr "múltiplos valores especificados para máscara de rede" -#: libpq/hba.c:1095 +#: libpq/hba.c:1107 #, c-format msgid "invalid IP mask \"%s\": %s" msgstr "máscara de endereço IP \"%s\" é inválida: %s" -#: libpq/hba.c:1112 +#: libpq/hba.c:1124 #, c-format msgid "IP address and mask do not match" msgstr "endereço IP e máscara não correspodem" -#: libpq/hba.c:1127 +#: libpq/hba.c:1139 #, c-format msgid "end-of-line before authentication method" msgstr "fim de linha antes do método de autenticação" -#: libpq/hba.c:1137 +#: libpq/hba.c:1149 #, c-format msgid "multiple values specified for authentication type" msgstr "múltiplos valores especificados para tipo de autenticação" -#: libpq/hba.c:1138 +#: libpq/hba.c:1150 #, c-format msgid "Specify exactly one authentication type per line." msgstr "Especifique exatamente um tipo de autenticação por linha." -#: libpq/hba.c:1211 +#: libpq/hba.c:1223 #, c-format msgid "invalid authentication method \"%s\"" msgstr "método de autenticação \"%s\" é inválido" -#: libpq/hba.c:1222 +#: libpq/hba.c:1234 #, 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:1243 +#: libpq/hba.c:1255 #, c-format msgid "krb5 authentication is not supported on local sockets" msgstr "autenticação krb5 não é suportada em soquetes locais" -#: libpq/hba.c:1254 +#: libpq/hba.c:1266 #, 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:1265 +#: libpq/hba.c:1277 #, 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:1282 +#: libpq/hba.c:1294 #, 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:1307 +#: libpq/hba.c:1319 #, 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:1344 +#: libpq/hba.c:1356 #, c-format msgid "cannot use ldapbasedn, ldapbinddn, ldapbindpasswd, or ldapsearchattribute together with ldapprefix" msgstr "não pode utilizar ldapbasedn, ldapbinddn, ldapbindpasswd ou ldapsearchattribute junto com ldapprefix" -#: libpq/hba.c:1354 +#: libpq/hba.c:1366 #, 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:1394 +#: libpq/hba.c:1406 msgid "ident, peer, krb5, gssapi, sspi, and cert" msgstr "ident, peer, krb5, gssapi, sspi e cert" -#: libpq/hba.c:1407 +#: 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:1418 +#: 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:1419 +#: 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:1432 +#: 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:1466 +#: libpq/hba.c:1478 #, c-format msgid "invalid LDAP port number: \"%s\"" msgstr "número de porta LDAP é inválido: \"%s\"" -#: libpq/hba.c:1512 libpq/hba.c:1520 +#: libpq/hba.c:1524 libpq/hba.c:1532 msgid "krb5, gssapi, and sspi" msgstr "krb5, gssapi e sspi" -#: libpq/hba.c:1562 +#: libpq/hba.c:1574 #, c-format msgid "invalid RADIUS port number: \"%s\"" msgstr "número de porta RADIUS é inválido: \"%s\"" -#: libpq/hba.c:1582 +#: libpq/hba.c:1594 #, c-format msgid "unrecognized authentication option name: \"%s\"" msgstr "nome de opção de autenticação desconhecido: \"%s\"" -#: libpq/hba.c:1771 +#: libpq/hba.c:1783 #, c-format msgid "configuration file \"%s\" contains no entries" msgstr "arquivo de configuração \"%s\" não contém entradas" -#: libpq/hba.c:1878 +#: libpq/hba.c:1890 #, c-format msgid "invalid regular expression \"%s\": %s" msgstr "expressão regular \"%s\" é inválida: %s" -#: libpq/hba.c:1901 +#: libpq/hba.c:1913 #, c-format msgid "regular expression match for \"%s\" failed: %s" msgstr "correspondência de expressão regular \"%s\" falhou: %s" -#: libpq/hba.c:1919 +#: libpq/hba.c:1931 #, 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:2018 +#: libpq/hba.c:2030 #, 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:2039 +#: libpq/hba.c:2051 #, 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:2069 +#: libpq/hba.c:2081 #, c-format msgid "could not open usermap file \"%s\": %m" msgstr "não pôde abrir arquivo com mapa de usuários \"%s\": %m" @@ -9858,7 +9868,7 @@ msgid "no data left in message" msgstr "nenhum dado na mensagem" #: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 -#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:558 +#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:559 #, c-format msgid "insufficient data left in message" msgstr "dados insuficientes na mensagem" @@ -9873,17 +9883,17 @@ msgstr "cadeia de caracteres é inválida na mensagem" msgid "invalid message format" msgstr "formato de mensagem é inválido" -#: main/main.c:243 +#: main/main.c:263 #, c-format msgid "%s: setsysinfo failed: %s\n" msgstr "%s: setsysinfo falhou: %s\n" -#: main/main.c:265 +#: main/main.c:285 #, c-format msgid "%s: WSAStartup failed: %d\n" msgstr "%s: WSAStartup falhou: %d\n" -#: main/main.c:284 +#: main/main.c:304 #, c-format msgid "" "%s is the PostgreSQL server.\n" @@ -9892,7 +9902,7 @@ msgstr "" "%s é o servidor PostgreSQL.\n" "\n" -#: main/main.c:285 +#: main/main.c:305 #, c-format msgid "" "Usage:\n" @@ -9903,117 +9913,117 @@ msgstr "" " %s [OPÇÃO]...\n" "\n" -#: main/main.c:286 +#: main/main.c:306 #, c-format msgid "Options:\n" msgstr "Opções:\n" -#: main/main.c:288 +#: main/main.c:308 #, 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:290 +#: main/main.c:310 #, c-format msgid " -B NBUFFERS number of shared buffers\n" msgstr " -B NBUFFERS número de buffers compartilhados\n" -#: main/main.c:291 +#: main/main.c:311 #, 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:292 +#: main/main.c:312 #, 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:293 +#: main/main.c:313 #, c-format msgid " -d 1-5 debugging level\n" msgstr " -d 1-5 nível de depuração\n" -#: main/main.c:294 +#: main/main.c:314 #, c-format msgid " -D DATADIR database directory\n" msgstr " -D DIRDADOS diretório do banco de dados\n" -#: main/main.c:295 +#: main/main.c:315 #, 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:296 +#: main/main.c:316 #, c-format msgid " -F turn fsync off\n" msgstr " -F desabilita o fsync\n" -#: main/main.c:297 +#: main/main.c:317 #, 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:298 +#: main/main.c:318 #, c-format msgid " -i enable TCP/IP connections\n" msgstr " -i habilita conexões TCP/IP\n" -#: main/main.c:299 +#: main/main.c:319 #, 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:301 +#: main/main.c:321 #, c-format msgid " -l enable SSL connections\n" msgstr " -l habilita conexões SSL\n" -#: main/main.c:303 +#: main/main.c:323 #, 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:304 +#: main/main.c:324 #, 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:305 +#: main/main.c:325 #, c-format msgid " -p PORT port number to listen on\n" msgstr " -p PORTA número da porta para escutar\n" -#: main/main.c:306 +#: main/main.c:326 #, c-format msgid " -s show statistics after each query\n" msgstr " -s mostra estatísticas após cada consulta\n" -#: main/main.c:307 +#: main/main.c:327 #, 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:308 +#: main/main.c:328 #, 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:309 +#: main/main.c:329 #, 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:310 +#: main/main.c:330 #, 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:311 +#: main/main.c:331 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: main/main.c:313 +#: main/main.c:333 #, c-format msgid "" "\n" @@ -10022,42 +10032,42 @@ msgstr "" "\n" "Opções para desenvolvedor:\n" -#: main/main.c:314 +#: main/main.c:334 #, 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:315 +#: main/main.c:335 #, 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:316 +#: main/main.c:336 #, 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:317 +#: main/main.c:337 #, c-format msgid " -P disable system indexes\n" msgstr " -P desabilita índices do sistema\n" -#: main/main.c:318 +#: main/main.c:338 #, 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:319 +#: main/main.c:339 #, 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:320 +#: main/main.c:340 #, 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:322 +#: main/main.c:342 #, c-format msgid "" "\n" @@ -10066,37 +10076,37 @@ msgstr "" "\n" "Opções para modo monousuário:\n" -#: main/main.c:323 +#: main/main.c:343 #, 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:324 +#: main/main.c:344 #, 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:325 +#: main/main.c:345 #, 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:326 +#: main/main.c:346 #, c-format msgid " -E echo statement before execution\n" msgstr " -E mostra consulta antes da execução\n" -#: main/main.c:327 +#: main/main.c:347 #, 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:328 main/main.c:333 +#: main/main.c:348 main/main.c:353 #, 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:330 +#: main/main.c:350 #, c-format msgid "" "\n" @@ -10105,22 +10115,22 @@ msgstr "" "\n" "Opções para modo de ativação:\n" -#: main/main.c:331 +#: main/main.c:351 #, 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:332 +#: main/main.c:352 #, 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:334 +#: main/main.c:354 #, c-format msgid " -x NUM internal use\n" msgstr " -x NUM uso interno\n" -#: main/main.c:336 +#: main/main.c:356 #, c-format msgid "" "\n" @@ -10137,7 +10147,7 @@ msgstr "" "\n" "Relate erros a .\n" -#: main/main.c:350 +#: main/main.c:370 #, c-format msgid "" "\"root\" execution of the PostgreSQL server is not permitted.\n" @@ -10150,12 +10160,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:367 +#: main/main.c:387 #, 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:374 +#: main/main.c:394 #, c-format msgid "" "Execution of PostgreSQL by a user with administrative permissions is not\n" @@ -10170,12 +10180,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:395 +#: main/main.c:415 #, c-format msgid "%s: invalid effective UID: %d\n" msgstr "%s: UID efetivo é inválido: %d\n" -#: main/main.c:408 +#: main/main.c:428 #, 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" @@ -11184,7 +11194,7 @@ msgid "Use an explicit ordering operator or modify the query." msgstr "Utilize um operador de ordenação explícito ou modifique a consulta." #: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175 -#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1155 +#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1156 #, c-format msgid "could not identify an equality operator for type %s" msgstr "não pôde identificar um operador de igualdade para tipo %s" @@ -11532,7 +11542,7 @@ msgid "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELE msgstr "regras com condições WHERE só podem ter ações SELECT, INSERT, UPDATE ou DELETE" #: parser/parse_utilcmd.c:2146 parser/parse_utilcmd.c:2245 -#: rewrite/rewriteHandler.c:442 rewrite/rewriteManip.c:1040 +#: rewrite/rewriteHandler.c:467 rewrite/rewriteManip.c:1040 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "comandos condicionais UNION/INTERSECT/EXCEPT não estão implementados" @@ -11613,7 +11623,7 @@ msgid "poll() failed: %m" msgstr "poll() falhou: %m" #: port/pg_latch.c:421 port/unix_latch.c:421 -#: replication/libpqwalreceiver/libpqwalreceiver.c:233 +#: replication/libpqwalreceiver/libpqwalreceiver.c:234 #, c-format msgid "select() failed: %m" msgstr "select() falhou: %m" @@ -12024,125 +12034,125 @@ msgstr "alvo de reinício desconhecido: \"%s\"" msgid "Target must be \"bgwriter\"." msgstr "Alvo deve ser \"bgwriter\"." -#: postmaster/pgstat.c:3143 +#: postmaster/pgstat.c:3144 #, c-format msgid "could not read statistics message: %m" msgstr "não pôde ler mensagem de estatística: %m" -#: postmaster/pgstat.c:3460 +#: postmaster/pgstat.c:3461 #, c-format msgid "could not open temporary statistics file \"%s\": %m" msgstr "não pôde abrir arquivo de estatísticas temporário \"%s\": %m" -#: postmaster/pgstat.c:3537 +#: postmaster/pgstat.c:3538 #, c-format msgid "could not write temporary statistics file \"%s\": %m" msgstr "não pôde escrever no arquivo de estatísticas temporário \"%s\": %m" -#: postmaster/pgstat.c:3546 +#: postmaster/pgstat.c:3547 #, c-format msgid "could not close temporary statistics file \"%s\": %m" msgstr "não pôde fechar arquivo de estatísticas temporário \"%s\": %m" -#: postmaster/pgstat.c:3554 +#: postmaster/pgstat.c:3555 #, c-format msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" msgstr "não pôde renomear arquivo de estatísticas temporário \"%s\" para \"%s\": %m" -#: postmaster/pgstat.c:3660 postmaster/pgstat.c:3889 +#: postmaster/pgstat.c:3661 postmaster/pgstat.c:3890 #, c-format msgid "could not open statistics file \"%s\": %m" msgstr "não pôde abrir arquivo de estatísticas \"%s\": %m" -#: postmaster/pgstat.c:3672 postmaster/pgstat.c:3682 postmaster/pgstat.c:3704 -#: postmaster/pgstat.c:3719 postmaster/pgstat.c:3782 postmaster/pgstat.c:3800 -#: postmaster/pgstat.c:3816 postmaster/pgstat.c:3834 postmaster/pgstat.c:3850 -#: postmaster/pgstat.c:3901 postmaster/pgstat.c:3912 +#: postmaster/pgstat.c:3673 postmaster/pgstat.c:3683 postmaster/pgstat.c:3705 +#: postmaster/pgstat.c:3720 postmaster/pgstat.c:3783 postmaster/pgstat.c:3801 +#: postmaster/pgstat.c:3817 postmaster/pgstat.c:3835 postmaster/pgstat.c:3851 +#: postmaster/pgstat.c:3902 postmaster/pgstat.c:3913 #, c-format msgid "corrupted statistics file \"%s\"" msgstr "arquivo de estatísticas \"%s\" corrompido" -#: postmaster/pgstat.c:4214 +#: postmaster/pgstat.c:4215 #, 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:587 +#: postmaster/postmaster.c:616 #, 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:673 +#: postmaster/postmaster.c:702 #, 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:724 +#: postmaster/postmaster.c:753 #, c-format msgid "%s: invalid argument: \"%s\"\n" msgstr "%s: argumento é inválido: \"%s\"\n" -#: postmaster/postmaster.c:759 +#: postmaster/postmaster.c:788 #, 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:764 +#: postmaster/postmaster.c:793 #, 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:769 +#: postmaster/postmaster.c:798 #, 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:772 +#: postmaster/postmaster.c:801 #, 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:780 +#: postmaster/postmaster.c:809 #, 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:856 +#: postmaster/postmaster.c:885 #, c-format msgid "invalid list syntax for \"listen_addresses\"" msgstr "sintaxe de lista é inválida para \"listen_addresses\"" -#: postmaster/postmaster.c:886 +#: postmaster/postmaster.c:915 #, c-format msgid "could not create listen socket for \"%s\"" msgstr "não pôde criar soquete de escuta para \"%s\"" -#: postmaster/postmaster.c:892 +#: postmaster/postmaster.c:921 #, c-format msgid "could not create any TCP/IP sockets" msgstr "não pôde criar nenhum soquete TCP/IP" -#: postmaster/postmaster.c:943 +#: postmaster/postmaster.c:972 #, c-format msgid "could not create Unix-domain socket" msgstr "não pôde criar soquete de domínio Unix" -#: postmaster/postmaster.c:951 +#: postmaster/postmaster.c:980 #, c-format msgid "no socket created for listening" msgstr "nenhum soquete criado para escutar" -#: postmaster/postmaster.c:996 +#: postmaster/postmaster.c:1025 #, 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:1026 +#: postmaster/postmaster.c:1055 #, 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:1030 +#: postmaster/postmaster.c:1059 #, 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" @@ -12431,142 +12441,142 @@ msgstr "não pôde criar novo processo para conexão: %m" msgid "could not fork new process for connection: " msgstr "não pôde criar novo processo para conexão: " -#: postmaster/postmaster.c:3469 +#: postmaster/postmaster.c:3462 #, c-format msgid "connection received: host=%s port=%s" msgstr "conexão recebida: host=%s porta=%s" -#: postmaster/postmaster.c:3474 +#: postmaster/postmaster.c:3467 #, c-format msgid "connection received: host=%s" msgstr "conexão recebida: host=%s" -#: postmaster/postmaster.c:3738 +#: postmaster/postmaster.c:3746 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "não pôde executar processo servidor \"%s\": %m" -#: postmaster/postmaster.c:4261 +#: postmaster/postmaster.c:4269 #, 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:4531 +#: postmaster/postmaster.c:4539 #, c-format msgid "could not fork startup process: %m" msgstr "não pôde criar processo de inicialização: %m" -#: postmaster/postmaster.c:4535 +#: postmaster/postmaster.c:4543 #, 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:4539 +#: postmaster/postmaster.c:4547 #, c-format msgid "could not fork checkpointer process: %m" msgstr "não pôde criar processo de ponto de controle: %m" -#: postmaster/postmaster.c:4543 +#: postmaster/postmaster.c:4551 #, c-format msgid "could not fork WAL writer process: %m" msgstr "não pôde criar processo escritor do WAL: %m" -#: postmaster/postmaster.c:4547 +#: postmaster/postmaster.c:4555 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "não pôde criar processo receptor do WAL: %m" -#: postmaster/postmaster.c:4551 +#: postmaster/postmaster.c:4559 #, c-format msgid "could not fork process: %m" msgstr "não pôde criar processo: %m" -#: postmaster/postmaster.c:4840 +#: postmaster/postmaster.c:4848 #, 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:4872 +#: postmaster/postmaster.c:4880 #, 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:4901 postmaster/postmaster.c:4908 +#: postmaster/postmaster.c:4909 postmaster/postmaster.c:4916 #, 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:4917 +#: postmaster/postmaster.c:4925 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "não pôde remover arquivo \"%s\": %s\n" -#: postmaster/postmaster.c:4934 +#: postmaster/postmaster.c:4942 #, 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:4943 +#: postmaster/postmaster.c:4951 #, 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:4950 +#: postmaster/postmaster.c:4958 #, 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:5100 +#: postmaster/postmaster.c:5108 #, 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:5105 +#: postmaster/postmaster.c:5113 #, c-format msgid "could not post child completion status\n" msgstr "não pôde publicar status de conclusão do processo filho\n" -#: postmaster/syslogger.c:467 postmaster/syslogger.c:1054 +#: postmaster/syslogger.c:456 postmaster/syslogger.c:1043 #, c-format msgid "could not read from logger pipe: %m" msgstr "não pôde ler do pipe do logger: %m" -#: postmaster/syslogger.c:516 +#: postmaster/syslogger.c:505 #, c-format msgid "logger shutting down" msgstr "desligando logger" -#: postmaster/syslogger.c:560 postmaster/syslogger.c:574 +#: postmaster/syslogger.c:549 postmaster/syslogger.c:563 #, c-format msgid "could not create pipe for syslog: %m" msgstr "não pôde criar pipe para syslog: %m" -#: postmaster/syslogger.c:610 +#: postmaster/syslogger.c:599 #, c-format msgid "could not fork system logger: %m" msgstr "não pôde criar processo system logger: %m" -#: postmaster/syslogger.c:641 +#: postmaster/syslogger.c:630 #, c-format msgid "could not redirect stdout: %m" msgstr "não pôde redirecionar saída stdout: %m" -#: postmaster/syslogger.c:646 postmaster/syslogger.c:664 +#: postmaster/syslogger.c:635 postmaster/syslogger.c:653 #, c-format msgid "could not redirect stderr: %m" msgstr "não pôde redirecionar saída stderr: %m" -#: postmaster/syslogger.c:1009 +#: postmaster/syslogger.c:998 #, c-format msgid "could not write to log file: %s\n" msgstr "não pôde escrever em arquivo de log: %s\n" -#: postmaster/syslogger.c:1149 +#: postmaster/syslogger.c:1138 #, c-format msgid "could not open log file \"%s\": %m" msgstr "não pôde abrir arquivo de log \"%s\": %m" -#: postmaster/syslogger.c:1211 postmaster/syslogger.c:1255 +#: postmaster/syslogger.c:1200 postmaster/syslogger.c:1244 #, c-format msgid "disabling automatic rotation (use SIGHUP to re-enable)" msgstr "desabilitando rotação automática (utilize SIGHUP para habilitá-la novamente)" @@ -12589,67 +12599,67 @@ 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:132 replication/basebackup.c:903 +#: replication/basebackup.c:133 replication/basebackup.c:904 #: utils/adt/misc.c:358 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "não pôde ler link simbólico \"%s\": %m" -#: replication/basebackup.c:139 replication/basebackup.c:907 +#: replication/basebackup.c:140 replication/basebackup.c:908 #: utils/adt/misc.c:362 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "alvo do link simbólico \"%s\" é muito longo" -#: replication/basebackup.c:208 +#: replication/basebackup.c:209 #, c-format msgid "could not stat control file \"%s\": %m" msgstr "não pôde executar stat no arquivo de controle \"%s\": %m" -#: replication/basebackup.c:323 +#: replication/basebackup.c:324 #, c-format msgid "could not find any WAL files" msgstr "não pôde encontrar arquivos do WAL" -#: replication/basebackup.c:335 replication/basebackup.c:352 -#: replication/basebackup.c:360 +#: replication/basebackup.c:336 replication/basebackup.c:353 +#: replication/basebackup.c:361 #, c-format msgid "could not find WAL file \"%s\"" msgstr "não pôde encontrar arquivo do WAL \"%s\"" -#: replication/basebackup.c:399 replication/basebackup.c:422 +#: replication/basebackup.c:400 replication/basebackup.c:423 #, c-format msgid "unexpected WAL file size \"%s\"" msgstr "tamanho de arquivo do WAL \"%s\" inesperado" -#: replication/basebackup.c:410 replication/basebackup.c:1081 +#: replication/basebackup.c:411 replication/basebackup.c:1082 #, 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:493 replication/basebackup.c:502 -#: replication/basebackup.c:511 replication/basebackup.c:520 -#: replication/basebackup.c:529 +#: replication/basebackup.c:494 replication/basebackup.c:503 +#: replication/basebackup.c:512 replication/basebackup.c:521 +#: replication/basebackup.c:530 #, c-format msgid "duplicate option \"%s\"" msgstr "opção \"%s\" duplicada" -#: replication/basebackup.c:778 replication/basebackup.c:857 +#: replication/basebackup.c:779 replication/basebackup.c:858 #, 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:839 +#: replication/basebackup.c:840 #, c-format msgid "shutdown requested, aborting active base backup" msgstr "desligamento solicitado, interrompendo cópia de segurança base" -#: replication/basebackup.c:981 +#: replication/basebackup.c:982 #, c-format msgid "skipping special file \"%s\"" msgstr "ignorando arquivo especial \"%s\"" -#: replication/basebackup.c:1071 +#: replication/basebackup.c:1072 #, c-format msgid "archive member \"%s\" too large for tar format" msgstr "membro de archive \"%s\" muito grande para o formato tar" @@ -12674,49 +12684,49 @@ msgstr "resposta inválida do servidor principal" msgid "Expected 1 tuple with 3 fields, got %d tuples with %d fields." msgstr "Esperada 1 tupla com 3 campos, recebeu %d tuplas com %d campos." -#: replication/libpqwalreceiver/libpqwalreceiver.c:140 +#: replication/libpqwalreceiver/libpqwalreceiver.c:141 #, c-format msgid "database system identifier differs between the primary and standby" msgstr "identificador do sistema de banco de dados difere entre o servidor principal e o servidor em espera" -#: replication/libpqwalreceiver/libpqwalreceiver.c:141 +#: replication/libpqwalreceiver/libpqwalreceiver.c:142 #, c-format msgid "The primary's identifier is %s, the standby's identifier is %s." msgstr "O identificador do servidor principal é %s, o identificador do servidor em espera é %s." -#: replication/libpqwalreceiver/libpqwalreceiver.c:153 +#: replication/libpqwalreceiver/libpqwalreceiver.c:154 #, c-format msgid "timeline %u of the primary does not match recovery target timeline %u" msgstr "linha do tempo %u do servidor principal não combina com linha do tempo %u da recuperação" -#: replication/libpqwalreceiver/libpqwalreceiver.c:165 +#: replication/libpqwalreceiver/libpqwalreceiver.c:166 #, c-format msgid "could not start WAL streaming: %s" msgstr "não pôde iniciar envio do WAL: %s" -#: replication/libpqwalreceiver/libpqwalreceiver.c:171 +#: replication/libpqwalreceiver/libpqwalreceiver.c:172 #, c-format msgid "streaming replication successfully connected to primary" msgstr "replicação em fluxo conectou-se com sucesso ao servidor principal" -#: replication/libpqwalreceiver/libpqwalreceiver.c:193 +#: replication/libpqwalreceiver/libpqwalreceiver.c:194 #, c-format msgid "socket not open" msgstr "soquete não está aberto" -#: replication/libpqwalreceiver/libpqwalreceiver.c:367 -#: replication/libpqwalreceiver/libpqwalreceiver.c:388 -#: replication/libpqwalreceiver/libpqwalreceiver.c:393 +#: replication/libpqwalreceiver/libpqwalreceiver.c:368 +#: replication/libpqwalreceiver/libpqwalreceiver.c:389 +#: replication/libpqwalreceiver/libpqwalreceiver.c:394 #, 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:384 +#: replication/libpqwalreceiver/libpqwalreceiver.c:385 #, c-format msgid "replication terminated by primary server" msgstr "replicação terminada pelo servidor principal" -#: replication/libpqwalreceiver/libpqwalreceiver.c:415 +#: replication/libpqwalreceiver/libpqwalreceiver.c:416 #, c-format msgid "could not send data to WAL stream: %s" msgstr "não pôde enviar dados ao fluxo do WAL: %s" @@ -12767,7 +12777,7 @@ msgstr "EOF inesperado na conexão do servidor em espera" msgid "invalid standby handshake message type %d" msgstr "tipo de mensagem de negociação %d do servidor em espera é inválido" -#: replication/walsender.c:400 replication/walsender.c:1159 +#: replication/walsender.c:400 replication/walsender.c:1170 #, c-format msgid "terminating walsender process to force cascaded standby to update timeline and reconnect" msgstr "terminando processo walsender para forçar o servidor em espera cascateado a atualizar a linha do tempo e reconectar" @@ -12792,22 +12802,22 @@ msgstr "tipo de mensagem \"%c\" inesperado" msgid "standby \"%s\" has now caught up with primary" msgstr "servidor em espera \"%s\" agora alcançou o servidor principal" -#: replication/walsender.c:874 +#: replication/walsender.c:885 #, 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:941 +#: replication/walsender.c:952 #, 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:1064 +#: replication/walsender.c:1075 #, c-format msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m" msgstr "não pôde ler do arquivo de log %u, segmento %u, deslocado de %u, tamanho %lu: %m" -#: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:771 +#: rewrite/rewriteDefine.c:107 rewrite/rewriteDefine.c:794 #, c-format msgid "rule \"%s\" for relation \"%s\" already exists" msgstr "regra \"%s\" para relação \"%s\" já existe" @@ -12912,133 +12922,148 @@ msgstr "listas RETURNING não são suportadas em regras condicionais" msgid "RETURNING lists are not supported in non-INSTEAD rules" msgstr "listas RETURNING não são suportadas em regras que não utilizam INSTEAD" -#: rewrite/rewriteDefine.c:554 +#: rewrite/rewriteDefine.c:555 #, c-format msgid "SELECT rule's target list has too many entries" msgstr "lista de alvos de uma regra SELECT tem muitas entradas" -#: rewrite/rewriteDefine.c:555 +#: rewrite/rewriteDefine.c:556 #, c-format msgid "RETURNING list has too many entries" msgstr "lista RETURNING tem muitas entradas" -#: rewrite/rewriteDefine.c:571 +#: rewrite/rewriteDefine.c:572 #, c-format msgid "cannot convert relation containing dropped columns to view" msgstr "não pode converter relação contendo colunas removidas em visão" -#: rewrite/rewriteDefine.c:576 +#: rewrite/rewriteDefine.c:578 #, c-format msgid "SELECT rule's target entry %d has different column name from \"%s\"" msgstr "entrada alvo %d de uma regra SELECT tem nome de coluna diferente de \"%s\"" -#: rewrite/rewriteDefine.c:582 +#: rewrite/rewriteDefine.c:580 +#, c-format +msgid "SELECT target entry is named \"%s\"." +msgstr "entrada alvo de SELECT é chamado de \"%s\"." + +#: rewrite/rewriteDefine.c:589 #, c-format msgid "SELECT rule's target entry %d has different type from column \"%s\"" msgstr "entrada alvo %d de uma regra SELECT tem tipo diferente da coluna \"%s\"" -#: rewrite/rewriteDefine.c:584 +#: rewrite/rewriteDefine.c:591 #, c-format msgid "RETURNING list's entry %d has different type from column \"%s\"" msgstr "entrada %d de uma lista RETURNING tem tipo diferente da coluna \"%s\"" -#: rewrite/rewriteDefine.c:599 +#: rewrite/rewriteDefine.c:594 rewrite/rewriteDefine.c:618 +#, c-format +msgid "SELECT target entry has type %s, but column has type %s." +msgstr "entrada alvo de SELECT tem tipo %s, mas coluna tem tipo %s." + +#: rewrite/rewriteDefine.c:597 rewrite/rewriteDefine.c:622 +#, c-format +msgid "RETURNING list entry has type %s, but column has type %s." +msgstr "entrada de uma lista RETURNING tem tipo %s, mas coluna tem tipo %s." + +#: rewrite/rewriteDefine.c:613 #, c-format msgid "SELECT rule's target entry %d has different size from column \"%s\"" msgstr "entrada alvo %d de uma regra SELECT tem tamanho diferente da coluna \"%s\"" -#: rewrite/rewriteDefine.c:601 +#: rewrite/rewriteDefine.c:615 #, c-format msgid "RETURNING list's entry %d has different size from column \"%s\"" msgstr "entrada %d de uma lista RETURNING tem tamanho diferente da coluna \"%s\"" -#: rewrite/rewriteDefine.c:609 +#: rewrite/rewriteDefine.c:632 #, c-format msgid "SELECT rule's target list has too few entries" msgstr "lista de alvos de uma regra SELECT tem poucas entradas" -#: rewrite/rewriteDefine.c:610 +#: rewrite/rewriteDefine.c:633 #, c-format msgid "RETURNING list has too few entries" msgstr "lista RETURNING tem poucas entradas" -#: rewrite/rewriteDefine.c:702 rewrite/rewriteDefine.c:764 +#: rewrite/rewriteDefine.c:725 rewrite/rewriteDefine.c:787 #: rewrite/rewriteSupport.c:116 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "regra \"%s\" para relação \"%s\" não existe" -#: rewrite/rewriteHandler.c:485 +#: rewrite/rewriteHandler.c:510 #, c-format msgid "WITH query name \"%s\" appears in both a rule action and the query being rewritten" msgstr "nome de consulta WITH \"%s\" aparece em ação da regra e na consulta a ser reescrita" -#: rewrite/rewriteHandler.c:543 +#: rewrite/rewriteHandler.c:568 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "não pode ter listas RETURNING em múltiplas regras" -#: rewrite/rewriteHandler.c:874 rewrite/rewriteHandler.c:892 +#: rewrite/rewriteHandler.c:899 rewrite/rewriteHandler.c:917 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "atribuições múltiplas para mesma coluna \"%s\"" -#: rewrite/rewriteHandler.c:1628 rewrite/rewriteHandler.c:2023 +#: rewrite/rewriteHandler.c:1653 rewrite/rewriteHandler.c:2051 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "recursão infinita detectada em regras para relação \"%s\"" -#: rewrite/rewriteHandler.c:1884 +#: rewrite/rewriteHandler.c:1912 #, c-format msgid "DO INSTEAD NOTHING rules are not supported for data-modifying statements in WITH" msgstr "regras DO INSTEAD NOTHING não são suportadas em comandos que modificam dados no WITH" -#: rewrite/rewriteHandler.c:1898 +#: rewrite/rewriteHandler.c:1926 #, c-format msgid "conditional DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "regras DO INSTEAD condicionais não são suportadas em comandos que modificam dados no WITH" -#: rewrite/rewriteHandler.c:1902 +#: rewrite/rewriteHandler.c:1930 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "regras DO ALSO não são suportadas em comandos que modificam dados no WITH" -#: rewrite/rewriteHandler.c:1907 +#: rewrite/rewriteHandler.c:1935 #, c-format msgid "multi-statement DO INSTEAD rules are not supported for data-modifying statements in WITH" msgstr "regras DO INSTEAD com múltiplos comandos não são suportadas em comandos que modificam dados no WITH" -#: rewrite/rewriteHandler.c:2061 +#: rewrite/rewriteHandler.c:2089 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "não pode executar INSERT RETURNING na relação \"%s\"" -#: rewrite/rewriteHandler.c:2063 +#: rewrite/rewriteHandler.c:2091 #, c-format msgid "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "Você precisa de uma regra incondicional ON INSERT DO INSTEAD com uma cláusula RETURNING." -#: rewrite/rewriteHandler.c:2068 +#: rewrite/rewriteHandler.c:2096 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "não pode executar UPDATE RETURNING na relação \"%s\"" -#: rewrite/rewriteHandler.c:2070 +#: rewrite/rewriteHandler.c:2098 #, c-format msgid "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "Você precisa de uma regra incondicional ON UPDATE DO INSTEAD com uma cláusula RETURNING." -#: rewrite/rewriteHandler.c:2075 +#: rewrite/rewriteHandler.c:2103 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "não pode executar DELETE RETURNING na relação \"%s\"" -#: rewrite/rewriteHandler.c:2077 +#: rewrite/rewriteHandler.c:2105 #, c-format msgid "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "Você precisa de uma regra incondicional ON DELETE DO INSTEAD com uma cláusula RETURNING." -#: rewrite/rewriteHandler.c:2141 +#: rewrite/rewriteHandler.c:2169 #, c-format msgid "WITH cannot be used in a query that is rewritten by rules into multiple queries" msgstr "WITH não pode ser utilizado em uma consulta que reescrita por regras em múltiplas consultas" @@ -13090,8 +13115,8 @@ msgstr "uso inseguro de cadeia de caracteres com escapes Unicode" msgid "String constants with Unicode escapes cannot be used when standard_conforming_strings is off." msgstr "Cadeias de caracteres com escapes Unicode não podem ser utilizadas quando standard_conforming_strings está off." -#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1243 -#: scan.l:1270 scan.l:1274 scan.l:1312 scan.l:1316 scan.l:1338 +#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1242 +#: scan.l:1269 scan.l:1273 scan.l:1311 scan.l:1315 scan.l:1337 msgid "invalid Unicode surrogate pair" msgstr "par substituto Unicode é inválido" @@ -13132,55 +13157,55 @@ msgid "operator too long" msgstr "operador muito longo" #. translator: %s is typically the translation of "syntax error" -#: scan.l:997 +#: scan.l:996 #, c-format msgid "%s at end of input" msgstr "%s no fim da entrada" #. translator: first %s is typically the translation of "syntax error" -#: scan.l:1005 +#: scan.l:1004 #, c-format msgid "%s at or near \"%s\"" msgstr "%s em ou próximo a \"%s\"" -#: scan.l:1166 scan.l:1198 +#: scan.l:1165 scan.l:1197 msgid "Unicode escape values cannot be used for code point values above 007F when the server encoding is not UTF8" msgstr "Valores de escape Unicode não podem ser utilizados para valores de ponto de código acima de 007F quando a codificação do servidor não for UTF8" -#: scan.l:1194 scan.l:1330 +#: scan.l:1193 scan.l:1329 msgid "invalid Unicode escape value" msgstr "valor de escape Unicode é inválido" -#: scan.l:1219 +#: scan.l:1218 msgid "invalid Unicode escape character" msgstr "caracter de escape Unicode é inválido" -#: scan.l:1386 +#: scan.l:1385 #, c-format msgid "nonstandard use of \\' in a string literal" msgstr "uso de \\' fora do padrão em cadeia de caracteres" -#: scan.l:1387 +#: scan.l:1386 #, c-format msgid "Use '' to write quotes in strings, or use the escape string syntax (E'...')." msgstr "Utilize '' para escrever cadeias de carateres entre apóstofros, ou utilize a sintaxe de escape de cadeia de caracteres (E'...')." -#: scan.l:1396 +#: scan.l:1395 #, c-format msgid "nonstandard use of \\\\ in a string literal" msgstr "uso de \\\\ fora do padrão em cadeia de caracteres" -#: scan.l:1397 +#: scan.l:1396 #, c-format msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." msgstr "Utilize a sintaxe de escape de cadeia de caracteres para barras invertidas, i.e., E'\\\\'." -#: scan.l:1411 +#: scan.l:1410 #, c-format msgid "nonstandard use of escape in a string literal" msgstr "uso de escape fora do padrão em cadeia de caracteres" -#: scan.l:1412 +#: scan.l:1411 #, c-format msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." msgstr "Utilize a sintaxe de escape de cadeia de caracteres para escapes, i.e., E'\\r\\n'." @@ -13236,17 +13261,17 @@ msgstr "cabeçalho de página é inválido no bloco %u da relação %s; zerando msgid "invalid page header in block %u of relation %s" msgstr "cabeçalho de página é inválido no bloco %u da relação %s" -#: storage/buffer/bufmgr.c:2912 +#: storage/buffer/bufmgr.c:2913 #, c-format msgid "could not write block %u of %s" msgstr "não pôde escrever bloco %u de %s" -#: storage/buffer/bufmgr.c:2914 +#: storage/buffer/bufmgr.c:2915 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Falhas múltiplas --- erro de escrita pode ser permanente." -#: storage/buffer/bufmgr.c:2935 storage/buffer/bufmgr.c:2954 +#: storage/buffer/bufmgr.c:2936 storage/buffer/bufmgr.c:2955 #, c-format msgid "writing block %u of relation %s" msgstr "escrevendo bloco %u da relação %s" @@ -13296,14 +13321,14 @@ msgstr "maxAllocatedDescs excedido (%d) ao tentar abrir arquivo \"%s\"" msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" msgstr "maxAllocatedDescs excedido (%d) ao tentar abrir diretório \"%s\"" -#: storage/file/fd.c:1761 +#: storage/file/fd.c:1757 #, c-format msgid "could not read directory \"%s\": %m" msgstr "não pôde ler diretório \"%s\": %m" #: storage/ipc/shmem.c:190 storage/lmgr/lock.c:857 storage/lmgr/lock.c:891 -#: storage/lmgr/lock.c:2529 storage/lmgr/lock.c:3179 storage/lmgr/lock.c:3664 -#: storage/lmgr/lock.c:3729 storage/lmgr/lock.c:4019 +#: storage/lmgr/lock.c:2530 storage/lmgr/lock.c:3181 storage/lmgr/lock.c:3666 +#: storage/lmgr/lock.c:3731 storage/lmgr/lock.c:4021 #: storage/lmgr/predicate.c:2317 storage/lmgr/predicate.c:2332 #: storage/lmgr/predicate.c:3725 storage/lmgr/predicate.c:4868 #: storage/lmgr/proc.c:205 utils/hash/dynahash.c:960 @@ -13331,7 +13356,7 @@ 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 requisitada ultrapassa size_t" -#: storage/ipc/standby.c:494 tcop/postgres.c:2926 +#: storage/ipc/standby.c:494 tcop/postgres.c:2936 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "cancelando comando por causa de um conflito com recuperação" @@ -13341,12 +13366,17 @@ msgstr "cancelando comando por causa de um conflito com recuperação" msgid "User transaction caused buffer deadlock with recovery." msgstr "Transação do usuário causou impasse com a recuperação." -#: storage/large_object/inv_api.c:559 storage/large_object/inv_api.c:756 +#: storage/large_object/inv_api.c:201 +#, c-format +msgid "pg_largeobject entry for OID %u, page %d has invalid data field size %d" +msgstr "entrada em pg_largeobject para OID %u, página %d tem tamanho de campo inválido %d" + +#: storage/large_object/inv_api.c:570 storage/large_object/inv_api.c:758 #, c-format msgid "large object %u was not opened for writing" msgstr "objeto grande %u não foi aberto para escrita" -#: storage/large_object/inv_api.c:566 storage/large_object/inv_api.c:763 +#: storage/large_object/inv_api.c:577 storage/large_object/inv_api.c:765 #, c-format msgid "large object %u was already dropped" msgstr "objeto grande %u já foi removido" @@ -13431,18 +13461,18 @@ msgstr "não pode adquirir modo de bloqueio %s em objetos de banco de dados enqu msgid "Only RowExclusiveLock or less can be acquired on database objects during recovery." msgstr "Somente RowExclusiveLock ou menos pode ser adquirido em objetos de banco de dados durante recuperação." -#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2530 -#: storage/lmgr/lock.c:3665 storage/lmgr/lock.c:3730 storage/lmgr/lock.c:4020 +#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2531 +#: storage/lmgr/lock.c:3667 storage/lmgr/lock.c:3732 storage/lmgr/lock.c:4022 #, 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:2966 storage/lmgr/lock.c:3079 +#: storage/lmgr/lock.c:2968 storage/lmgr/lock.c:3081 #, 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" -#: storage/lmgr/lock.c:3180 +#: storage/lmgr/lock.c:3182 #, c-format msgid "Not enough memory for reassigning the prepared transaction's locks." msgstr "Memória insuficiente para atribuir os bloqueios de uma transação preparada." @@ -13571,8 +13601,8 @@ msgstr "processo %d obteve %s em %s após %ld.%03d ms" 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" -#: storage/page/bufpage.c:142 storage/page/bufpage.c:389 -#: storage/page/bufpage.c:622 storage/page/bufpage.c:752 +#: storage/page/bufpage.c:143 storage/page/bufpage.c:388 +#: storage/page/bufpage.c:620 storage/page/bufpage.c:752 #, c-format msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" msgstr "ponteiros de página corrompidos: inferior = %u, superior = %u, especial = %u" @@ -13582,12 +13612,12 @@ msgstr "ponteiros de página corrompidos: inferior = %u, superior = %u, especial msgid "corrupted item pointer: %u" msgstr "ponteiro de item corrompido: %u" -#: storage/page/bufpage.c:443 storage/page/bufpage.c:804 +#: storage/page/bufpage.c:443 storage/page/bufpage.c:803 #, c-format msgid "corrupted item lengths: total %u, available space %u" msgstr "tamanhos de itens corrompidos: total %u, espaço livre %u" -#: storage/page/bufpage.c:641 storage/page/bufpage.c:777 +#: storage/page/bufpage.c:639 storage/page/bufpage.c:776 #, c-format msgid "corrupted item pointer: offset = %u, size = %u" msgstr "ponteiro de item corrompido: deslocamento = %u, tamanho = %u" @@ -13721,7 +13751,7 @@ 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:424 tcop/postgres.c:436 tcop/postgres.c:447 -#: tcop/postgres.c:459 tcop/postgres.c:4184 +#: tcop/postgres.c:459 tcop/postgres.c:4194 #, c-format msgid "invalid frontend message type %d" msgstr "tipo de mensagem do cliente %d é inválido" @@ -13854,7 +13884,7 @@ msgstr "finalizando conexão por causa de uma queda de um outro processo servido 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:2552 tcop/postgres.c:2921 +#: tcop/postgres.c:2552 tcop/postgres.c:2931 #, 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." @@ -13869,97 +13899,97 @@ msgstr "exceção de ponto flutuante" 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:2840 +#: tcop/postgres.c:2850 #, 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:2846 tcop/postgres.c:2856 tcop/postgres.c:2919 +#: tcop/postgres.c:2856 tcop/postgres.c:2866 tcop/postgres.c:2929 #, 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:2862 +#: tcop/postgres.c:2872 #, c-format msgid "terminating connection due to administrator command" msgstr "terminando conexão por causa de um comando do administrador" -#: tcop/postgres.c:2874 +#: tcop/postgres.c:2884 #, c-format msgid "connection to client lost" msgstr "conexão com cliente foi perdida" -#: tcop/postgres.c:2889 +#: tcop/postgres.c:2899 #, c-format msgid "canceling authentication due to timeout" msgstr "cancelando autenticação por causa do tempo de espera (timeout)" -#: tcop/postgres.c:2898 +#: tcop/postgres.c:2908 #, c-format msgid "canceling statement due to statement timeout" msgstr "cancelando comando por causa do tempo de espera (timeout) do comando" -#: tcop/postgres.c:2907 +#: tcop/postgres.c:2917 #, c-format msgid "canceling autovacuum task" msgstr "cancelando tarefa de limpeza automática" -#: tcop/postgres.c:2942 +#: tcop/postgres.c:2952 #, c-format msgid "canceling statement due to user request" msgstr "cancelando comando por causa de um pedido do usuário" -#: tcop/postgres.c:3070 tcop/postgres.c:3092 +#: tcop/postgres.c:3080 tcop/postgres.c:3102 #, c-format msgid "stack depth limit exceeded" msgstr "limite da profundidade da pilha foi excedido" -#: tcop/postgres.c:3071 tcop/postgres.c:3093 +#: tcop/postgres.c:3081 tcop/postgres.c:3103 #, 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:3109 +#: tcop/postgres.c:3119 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "\"max_stack_depth\" não deve exceder %ldkB." -#: tcop/postgres.c:3111 +#: tcop/postgres.c:3121 #, 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:3475 +#: tcop/postgres.c:3485 #, 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:3476 tcop/postgres.c:3482 +#: tcop/postgres.c:3486 tcop/postgres.c:3492 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Tente \"%s --help\" para obter informações adicionais." -#: tcop/postgres.c:3480 +#: tcop/postgres.c:3490 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: argumento de linha de comando é inválido: %s" -#: tcop/postgres.c:3559 +#: tcop/postgres.c:3569 #, 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:4094 +#: tcop/postgres.c:4104 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "subtipo %d de mensagem CLOSE é inválido" -#: tcop/postgres.c:4127 +#: tcop/postgres.c:4137 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "subtipo %d de mensagem DESCRIBE é inválido" -#: tcop/postgres.c:4361 +#: tcop/postgres.c:4371 #, 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" @@ -14147,7 +14177,7 @@ msgstr "dicionário Ispell suporta somente valor de marcador padrão" msgid "wrong affix file format for flag" msgstr "formato de arquivo de afixos incorreto para marcador" -#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:269 utils/adt/tsvector_op.c:530 +#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:270 utils/adt/tsvector_op.c:530 #, c-format msgid "string is too long for tsvector (%d bytes, max %d bytes)" msgstr "cadeia de caracteres é muito longa para tsvector (%d bytes, máximo de %d bytes)" @@ -15313,81 +15343,81 @@ msgstr "bigint fora do intervalo" msgid "OID out of range" msgstr "OID fora do intervalo" -#: utils/adt/json.c:442 utils/adt/json.c:480 utils/adt/json.c:492 -#: utils/adt/json.c:620 utils/adt/json.c:634 utils/adt/json.c:645 -#: utils/adt/json.c:653 utils/adt/json.c:661 utils/adt/json.c:669 -#: utils/adt/json.c:677 utils/adt/json.c:685 utils/adt/json.c:693 -#: utils/adt/json.c:724 +#: utils/adt/json.c:456 utils/adt/json.c:494 utils/adt/json.c:506 +#: utils/adt/json.c:634 utils/adt/json.c:648 utils/adt/json.c:659 +#: utils/adt/json.c:667 utils/adt/json.c:675 utils/adt/json.c:683 +#: utils/adt/json.c:691 utils/adt/json.c:699 utils/adt/json.c:707 +#: utils/adt/json.c:738 #, c-format msgid "invalid input syntax for type json" msgstr "sintaxe de entrada é inválida para tipo json" -#: utils/adt/json.c:443 +#: utils/adt/json.c:457 #, c-format msgid "Character with value 0x%02x must be escaped." msgstr "Caracter com valor 0x%02x deve ser precedido por um caracter de escape." -#: utils/adt/json.c:481 +#: utils/adt/json.c:495 #, c-format msgid "\"\\u\" must be followed by four hexadecimal digits." msgstr "\"\\u\" deve ser seguido por quatro dígitos hexadecimais." -#: utils/adt/json.c:493 +#: utils/adt/json.c:507 #, c-format msgid "Escape sequence \"\\%s\" is invalid." msgstr "Sequência de escape \"\\%s\" é inválida." -#: utils/adt/json.c:621 +#: utils/adt/json.c:635 #, c-format msgid "The input string ended unexpectedly." msgstr "A cadeia de caracteres de entrada terminou inesperadamente." -#: utils/adt/json.c:635 +#: utils/adt/json.c:649 #, c-format msgid "Expected end of input, but found \"%s\"." msgstr "Fim da entrada esperado, encontrado \"%s\"." -#: utils/adt/json.c:646 +#: utils/adt/json.c:660 #, c-format msgid "Expected JSON value, but found \"%s\"." msgstr "Valor JSON esperado, encontrado \"%s\"." -#: utils/adt/json.c:654 +#: utils/adt/json.c:668 #, c-format msgid "Expected array element or \"]\", but found \"%s\"." msgstr "Elemento da matriz ou \"]\" esperado, encontrado \"%s\"." -#: utils/adt/json.c:662 +#: utils/adt/json.c:676 #, c-format msgid "Expected \",\" or \"]\", but found \"%s\"." msgstr "\",\" ou \"]\" esperado, encontrado \"%s\"." -#: utils/adt/json.c:670 +#: utils/adt/json.c:684 #, c-format msgid "Expected string or \"}\", but found \"%s\"." msgstr "Cadeia de caracteres ou \"}\" esperado, encontrado \"%s\"." -#: utils/adt/json.c:678 +#: utils/adt/json.c:692 #, c-format msgid "Expected \":\", but found \"%s\"." msgstr "\":\" esperado, encontrado \"%s\"." -#: utils/adt/json.c:686 +#: utils/adt/json.c:700 #, c-format msgid "Expected \",\" or \"}\", but found \"%s\"." msgstr "\",\" ou \"}\" esperado, encontrado \"%s\"." -#: utils/adt/json.c:694 +#: utils/adt/json.c:708 #, c-format msgid "Expected string, but found \"%s\"." msgstr "Cadeia de caracteres esperada, encontrado \"%s\"." -#: utils/adt/json.c:725 +#: utils/adt/json.c:739 #, c-format msgid "Token \"%s\" is invalid." msgstr "Elemento \"%s\" é inválida." -#: utils/adt/json.c:797 +#: utils/adt/json.c:811 #, c-format msgid "JSON data, line %d: %s%s%s" msgstr "dado JSON, linha %d: %s%s%s" @@ -15899,7 +15929,7 @@ msgid "Junk after right parenthesis or bracket." msgstr "Lixo após parêntese ou colchete direito." #: utils/adt/rangetypes.c:2095 utils/adt/rangetypes.c:2103 -#: utils/adt/rowtypes.c:205 utils/adt/rowtypes.c:213 +#: utils/adt/rowtypes.c:206 utils/adt/rowtypes.c:214 #, c-format msgid "Unexpected end of input." msgstr "Fim da entrada inesperado." @@ -15929,8 +15959,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:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6047 -#: utils/adt/ruleutils.c:6102 utils/adt/ruleutils.c:6140 +#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6063 +#: utils/adt/ruleutils.c:6118 utils/adt/ruleutils.c:6156 #, c-format msgid "too many arguments" msgstr "muitos argumentos" @@ -16032,63 +16062,63 @@ msgstr "atualização ou exclusão em tabela \"%s\" viola restrição de chave e msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "Chave (%s)=(%s) ainda é referenciada pela tabela \"%s\"." -#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:474 +#: utils/adt/rowtypes.c:100 utils/adt/rowtypes.c:475 #, c-format msgid "input of anonymous composite types is not implemented" msgstr "entrada de tipos compostos anônimos não está implementada" -#: utils/adt/rowtypes.c:152 utils/adt/rowtypes.c:180 utils/adt/rowtypes.c:203 -#: utils/adt/rowtypes.c:211 utils/adt/rowtypes.c:263 utils/adt/rowtypes.c:271 +#: utils/adt/rowtypes.c:153 utils/adt/rowtypes.c:181 utils/adt/rowtypes.c:204 +#: utils/adt/rowtypes.c:212 utils/adt/rowtypes.c:264 utils/adt/rowtypes.c:272 #, c-format msgid "malformed record literal: \"%s\"" msgstr "matriz mal formada: \"%s\"" -#: utils/adt/rowtypes.c:153 +#: utils/adt/rowtypes.c:154 #, c-format msgid "Missing left parenthesis." msgstr "Faltando parêntese esquerdo." -#: utils/adt/rowtypes.c:181 +#: utils/adt/rowtypes.c:182 #, c-format msgid "Too few columns." msgstr "Poucas colunas." -#: utils/adt/rowtypes.c:264 +#: utils/adt/rowtypes.c:265 #, c-format msgid "Too many columns." msgstr "Muitas colunas." -#: utils/adt/rowtypes.c:272 +#: utils/adt/rowtypes.c:273 #, c-format msgid "Junk after right parenthesis." msgstr "Lixo após parêntese direito." -#: utils/adt/rowtypes.c:523 +#: utils/adt/rowtypes.c:524 #, c-format msgid "wrong number of columns: %d, expected %d" msgstr "número de colunas incorreto: %d, esperado %d" -#: utils/adt/rowtypes.c:550 +#: utils/adt/rowtypes.c:551 #, c-format msgid "wrong data type: %u, expected %u" msgstr "tipo de dado incorreto: %u, esperado %u" -#: utils/adt/rowtypes.c:611 +#: utils/adt/rowtypes.c:612 #, c-format msgid "improper binary format in record column %d" msgstr "formato binário inválido na coluna %d do registro" -#: utils/adt/rowtypes.c:895 utils/adt/rowtypes.c:1130 +#: utils/adt/rowtypes.c:896 utils/adt/rowtypes.c:1131 #, c-format msgid "cannot compare dissimilar column types %s and %s at record column %d" msgstr "não pode comparar tipos de colunas diferentes %s e %s em coluna %d de registro" -#: utils/adt/rowtypes.c:981 utils/adt/rowtypes.c:1201 +#: utils/adt/rowtypes.c:982 utils/adt/rowtypes.c:1202 #, c-format 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:2478 +#: utils/adt/ruleutils.c:2479 #, c-format msgid "rule \"%s\" has unsupported event type %d" msgstr "regra \"%s\" tem tipo de evento %d que não é suportado" @@ -16303,12 +16333,12 @@ msgstr "matriz de pesos não deve conter valores nulos" msgid "weight out of range" msgstr "peso fora do intervalo" -#: utils/adt/tsvector.c:212 +#: utils/adt/tsvector.c:213 #, c-format msgid "word is too long (%ld bytes, max %ld bytes)" msgstr "palavra é muito longa (%ld bytes, máximo de %ld bytes)" -#: utils/adt/tsvector.c:219 +#: utils/adt/tsvector.c:220 #, c-format msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" msgstr "cadeia de caracteres é muito longa para tsvector (%ld bytes, máximo de %ld bytes)" @@ -16756,101 +16786,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:321 utils/error/elog.c:1166 +#: utils/error/elog.c:321 utils/error/elog.c:1178 #, 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:1568 +#: utils/error/elog.c:1580 #, 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:1581 +#: utils/error/elog.c:1593 #, 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:1970 utils/error/elog.c:1980 utils/error/elog.c:1990 +#: utils/error/elog.c:1982 utils/error/elog.c:1992 utils/error/elog.c:2002 msgid "[unknown]" msgstr "[desconhecido]" -#: utils/error/elog.c:2338 utils/error/elog.c:2637 utils/error/elog.c:2715 +#: utils/error/elog.c:2350 utils/error/elog.c:2649 utils/error/elog.c:2727 msgid "missing error text" msgstr "faltando mensagem de erro" -#: utils/error/elog.c:2341 utils/error/elog.c:2344 utils/error/elog.c:2718 -#: utils/error/elog.c:2721 +#: utils/error/elog.c:2353 utils/error/elog.c:2356 utils/error/elog.c:2730 +#: utils/error/elog.c:2733 #, c-format msgid " at character %d" msgstr " no caracter %d" -#: utils/error/elog.c:2354 utils/error/elog.c:2361 +#: utils/error/elog.c:2366 utils/error/elog.c:2373 msgid "DETAIL: " msgstr "DETALHE: " -#: utils/error/elog.c:2368 +#: utils/error/elog.c:2380 msgid "HINT: " msgstr "DICA: " -#: utils/error/elog.c:2375 +#: utils/error/elog.c:2387 msgid "QUERY: " msgstr "CONSULTA: " -#: utils/error/elog.c:2382 +#: utils/error/elog.c:2394 msgid "CONTEXT: " msgstr "CONTEXTO: " -#: utils/error/elog.c:2392 +#: utils/error/elog.c:2404 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "LOCAL: %s, %s:%d\n" -#: utils/error/elog.c:2399 +#: utils/error/elog.c:2411 #, c-format msgid "LOCATION: %s:%d\n" msgstr "LOCAL: %s:%d\n" -#: utils/error/elog.c:2413 +#: utils/error/elog.c:2425 msgid "STATEMENT: " msgstr "COMANDO: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:2836 +#: utils/error/elog.c:2848 #, c-format msgid "operating system error %d" msgstr "erro do sistema operacional %d" -#: utils/error/elog.c:3031 +#: utils/error/elog.c:3043 msgid "DEBUG" msgstr "DEPURAÇÃO" -#: utils/error/elog.c:3035 +#: utils/error/elog.c:3047 msgid "LOG" msgstr "LOG" -#: utils/error/elog.c:3038 +#: utils/error/elog.c:3050 msgid "INFO" msgstr "INFO" -#: utils/error/elog.c:3041 +#: utils/error/elog.c:3053 msgid "NOTICE" msgstr "NOTA" -#: utils/error/elog.c:3044 +#: utils/error/elog.c:3056 msgid "WARNING" msgstr "AVISO" -#: utils/error/elog.c:3047 +#: utils/error/elog.c:3059 msgid "ERROR" msgstr "ERRO" -#: utils/error/elog.c:3050 +#: utils/error/elog.c:3062 msgid "FATAL" msgstr "FATAL" -#: utils/error/elog.c:3053 +#: utils/error/elog.c:3065 msgid "PANIC" msgstr "PÂNICO" @@ -16988,7 +17018,7 @@ msgstr "não pôde determinar descrição de registro para função que retorna msgid "could not change directory to \"%s\": %m" msgstr "não pôde mudar diretório para \"%s\": %m" -#: utils/init/miscinit.c:381 utils/misc/guc.c:5293 +#: utils/init/miscinit.c:381 utils/misc/guc.c:5307 #, c-format msgid "cannot set parameter \"%s\" within security-restricted operation" msgstr "não pode definir parâmetro \"%s\" em operação com restrição de segurança" @@ -17079,7 +17109,7 @@ msgstr "O arquivo parece ter sido deixado acidentalmente, mas ele não pôde ser msgid "could not write lock file \"%s\": %m" msgstr "não pôde escrever no arquivo de bloqueio \"%s\": %m" -#: utils/init/miscinit.c:1047 utils/misc/guc.c:7649 +#: utils/init/miscinit.c:1047 utils/misc/guc.c:7669 #, c-format msgid "could not read from file \"%s\": %m" msgstr "não pôde ler do arquivo \"%s\": %m" @@ -18644,8 +18674,8 @@ msgstr "Unidades válidas para este parâmetro são \"kB\", \"MB\" e \"GB\"." msgid "Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." msgstr "Unidades válidas para este parâmetro são \"ms\", \"s\", \"min\", \"h\" e \"d\"." -#: utils/misc/guc.c:5158 utils/misc/guc.c:5940 utils/misc/guc.c:5992 -#: utils/misc/guc.c:6725 utils/misc/guc.c:6884 utils/misc/guc.c:8053 +#: utils/misc/guc.c:5158 utils/misc/guc.c:5954 utils/misc/guc.c:6006 +#: utils/misc/guc.c:6739 utils/misc/guc.c:6898 utils/misc/guc.c:8073 #, c-format msgid "unrecognized configuration parameter \"%s\"" msgstr "parâmetro de configuração \"%s\" desconhecido" @@ -18660,113 +18690,113 @@ msgstr "parâmetro \"%s\" não pode ser mudado" msgid "parameter \"%s\" cannot be changed now" msgstr "parâmetro \"%s\" não pode ser mudado agora" -#: utils/misc/guc.c:5237 +#: utils/misc/guc.c:5251 #, c-format msgid "parameter \"%s\" cannot be set after connection start" msgstr "parâmetro \"%s\" não pode ser definido depois que a conexão foi iniciada" -#: utils/misc/guc.c:5247 utils/misc/guc.c:8069 +#: utils/misc/guc.c:5261 utils/misc/guc.c:8089 #, c-format msgid "permission denied to set parameter \"%s\"" msgstr "permissão negada ao definir parâmetro \"%s\"" -#: utils/misc/guc.c:5285 +#: utils/misc/guc.c:5299 #, c-format msgid "cannot set parameter \"%s\" within security-definer function" msgstr "não pode definir parâmetro \"%s\" em função com privilégios do dono" -#: utils/misc/guc.c:5438 utils/misc/guc.c:5773 utils/misc/guc.c:8233 -#: utils/misc/guc.c:8267 +#: utils/misc/guc.c:5452 utils/misc/guc.c:5787 utils/misc/guc.c:8253 +#: utils/misc/guc.c:8287 #, c-format msgid "invalid value for parameter \"%s\": \"%s\"" msgstr "valor é inválido para parâmetro \"%s\": \"%s\"" -#: utils/misc/guc.c:5447 +#: utils/misc/guc.c:5461 #, c-format msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" msgstr "%d está fora do intervalo válido para parâmetro \"%s\" (%d .. %d)" -#: utils/misc/guc.c:5540 +#: utils/misc/guc.c:5554 #, c-format msgid "parameter \"%s\" requires a numeric value" msgstr "parâmetro \"%s\" requer um valor numérico" -#: utils/misc/guc.c:5548 +#: utils/misc/guc.c:5562 #, c-format msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" msgstr "%g está fora do intervalo válido para parâmetro \"%s\" (%g .. %g)" -#: utils/misc/guc.c:5948 utils/misc/guc.c:5996 utils/misc/guc.c:6888 +#: utils/misc/guc.c:5962 utils/misc/guc.c:6010 utils/misc/guc.c:6902 #, c-format msgid "must be superuser to examine \"%s\"" msgstr "deve ser super-usuário para examinar \"%s\"" -#: utils/misc/guc.c:6062 +#: utils/misc/guc.c:6076 #, c-format msgid "SET %s takes only one argument" msgstr "SET %s só tem um argumento" -#: utils/misc/guc.c:6233 +#: utils/misc/guc.c:6247 #, c-format msgid "SET LOCAL TRANSACTION SNAPSHOT is not implemented" msgstr "SET LOCAL TRANSACTION SNAPSHOT não está implementado" -#: utils/misc/guc.c:6313 +#: utils/misc/guc.c:6327 #, c-format msgid "SET requires parameter name" msgstr "SET requer nome do parâmetro" -#: utils/misc/guc.c:6427 +#: utils/misc/guc.c:6441 #, c-format msgid "attempt to redefine parameter \"%s\"" msgstr "tentativa de redefinir parâmetro \"%s\"" -#: utils/misc/guc.c:7772 +#: utils/misc/guc.c:7792 #, c-format msgid "could not parse setting for parameter \"%s\"" msgstr "não pôde analisar definição para parâmetro \"%s\"" -#: utils/misc/guc.c:8131 utils/misc/guc.c:8165 +#: utils/misc/guc.c:8151 utils/misc/guc.c:8185 #, c-format msgid "invalid value for parameter \"%s\": %d" msgstr "valor é inválido para parâmetro \"%s\": %d" -#: utils/misc/guc.c:8199 +#: utils/misc/guc.c:8219 #, c-format msgid "invalid value for parameter \"%s\": %g" msgstr "valor é inválido para parâmetro \"%s\": %g" -#: utils/misc/guc.c:8389 +#: utils/misc/guc.c:8409 #, c-format msgid "\"temp_buffers\" cannot be changed after any temporary tables have been accessed in the session." msgstr "\"temp_buffers\" não pode ser alterado após qualquer tabela temporária ter sido acessada na sessão." -#: utils/misc/guc.c:8401 +#: utils/misc/guc.c:8421 #, c-format msgid "SET AUTOCOMMIT TO OFF is no longer supported" msgstr "SET AUTOCOMMIT TO OFF não é mais suportado" -#: utils/misc/guc.c:8413 +#: utils/misc/guc.c:8433 #, c-format msgid "assertion checking is not supported by this build" msgstr "verificação de asserção não é suportada por essa construção" -#: utils/misc/guc.c:8426 +#: utils/misc/guc.c:8446 #, c-format msgid "Bonjour is not supported by this build" msgstr "Bonjour não é suportado por essa construção" -#: utils/misc/guc.c:8439 +#: utils/misc/guc.c:8459 #, c-format msgid "SSL is not supported by this build" msgstr "SSL não é suportado por essa construção" -#: utils/misc/guc.c:8451 +#: utils/misc/guc.c:8471 #, c-format msgid "Cannot enable parameter when \"log_statement_stats\" is true." msgstr "não pode habilitar parâmetro quando \"log_statement_stats\" é true." -#: utils/misc/guc.c:8463 +#: utils/misc/guc.c:8483 #, c-format msgid "Cannot enable \"log_statement_stats\" when \"log_parser_stats\", \"log_planner_stats\", or \"log_executor_stats\" is true." msgstr "não pode habilitar \"log_statement_stats\" quando \"log_parser_stats\", \"log_planner_stats\" ou \"log_executor_stats\" é true." diff --git a/src/backend/po/ru.po b/src/backend/po/ru.po index e08ab1879a..cfe3e50e21 100644 --- a/src/backend/po/ru.po +++ b/src/backend/po/ru.po @@ -1,8 +1,6 @@ # Russian message translation file for postgres # Copyright (C) 2012 PostgreSQL Global Development Group # Distributed under the same licensing terms as PostgreSQL itself. -# Serguei A. Mokhov , 2001-2004. -# Alexander Lakhin , 2012. # # ChangeLog: # - June 27, 2012: Updates for 9.2. Alexander Lakhin . @@ -23,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-08-25 16:56+0000\n" -"PO-Revision-Date: 2013-08-26 09:42+0400\n" +"POT-Creation-Date: 2014-04-02 01:56+0000\n" +"PO-Revision-Date: 2014-04-02 09:34+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -37,13 +35,13 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: ../port/chklocale.c:351 ../port/chklocale.c:357 +#: ../port/chklocale.c:352 ../port/chklocale.c:358 #, c-format msgid "could not determine encoding for locale \"%s\": codeset is \"%s\"" msgstr "" "не удалось определить кодировку для локали \"%s\": набор символов - \"%s\"" -#: ../port/chklocale.c:359 +#: ../port/chklocale.c:360 #, c-format msgid "Please report this to ." msgstr "" @@ -79,17 +77,22 @@ msgstr "не удалось получить связь для каталога msgid "could not open directory \"%s\": %s\n" msgstr "не удалось открыть каталог \"%s\": %s\n" -#: ../port/dirmod.c:488 +#: ../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "не удалось прочитать каталог \"%s\": %s\n" -#: ../port/dirmod.c:571 +#: ../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "не удалось закрыть каталог \"%s\": %s\n" + +#: ../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "не удалось получить информацию о файле или каталоге \"%s\": %s\n" -#: ../port/dirmod.c:598 ../port/dirmod.c:615 +#: ../port/dirmod.c:602 ../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "ошибка при удалении файла или каталога \"%s\": %s\n" @@ -181,12 +184,12 @@ msgstr "" msgid "unrecognized error %d" msgstr "нераспознанная ошибка %d" -#: ../port/win32error.c:188 +#: ../port/win32error.c:189 #, c-format msgid "mapped win32 error code %lu to %d" msgstr "код ошибки win32 %lu преобразован в %d" -#: ../port/win32error.c:199 +#: ../port/win32error.c:201 #, c-format msgid "unrecognized win32 error code: %lu" msgstr "нераспознанный код ошибки win32: %lu" @@ -206,7 +209,7 @@ msgstr "число колонок индекса (%d) превышает пре msgid "index row requires %lu bytes, maximum size is %lu" msgstr "строка индекса требует байт: %lu, при максимуме: %lu" -#: access/common/printtup.c:278 tcop/fastpath.c:180 tcop/fastpath.c:567 +#: access/common/printtup.c:293 tcop/fastpath.c:180 tcop/fastpath.c:567 #: tcop/postgres.c:1671 #, c-format msgid "unsupported format code: %d" @@ -292,7 +295,7 @@ msgstr "" msgid "Attribute \"%s\" of type %s does not exist in type %s." msgstr "Атрибут \"%s\" типа %s не существует в типе %s." -#: access/common/tupdesc.c:584 parser/parse_relation.c:1185 +#: access/common/tupdesc.c:593 parser/parse_relation.c:1185 #, c-format msgid "column \"%s\" cannot be declared SETOF" msgstr "колонка \"%s\" не может быть объявлена как SETOF" @@ -423,14 +426,14 @@ msgid "\"%s\" is an index" msgstr "\"%s\" - это индекс" #: access/heap/heapam.c:1090 access/heap/heapam.c:1118 -#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8140 -#: commands/tablecmds.c:10386 +#: access/heap/heapam.c:1150 catalog/aclchk.c:1734 commands/tablecmds.c:8171 +#: commands/tablecmds.c:10454 #, c-format msgid "\"%s\" is a composite type" msgstr "\"%s\" - это составной тип" -#: access/heap/heapam.c:3558 access/heap/heapam.c:3589 -#: access/heap/heapam.c:3624 +#: access/heap/heapam.c:3560 access/heap/heapam.c:3591 +#: access/heap/heapam.c:3626 #, c-format msgid "could not obtain lock on row in relation \"%s\"" msgstr "не удалось получить блокировку строки в таблице \"%s\"" @@ -441,8 +444,8 @@ msgid "row is too big: size %lu, maximum size %lu" msgstr "строка слишком велика: размер %lu, при максимуме: %lu" #: access/index/indexam.c:162 catalog/objectaddress.c:641 -#: commands/indexcmds.c:1752 commands/tablecmds.c:222 -#: commands/tablecmds.c:10377 +#: commands/indexcmds.c:1758 commands/tablecmds.c:222 +#: commands/tablecmds.c:10445 #, c-format msgid "\"%s\" is not an index" msgstr "\"%s\" - это не индекс" @@ -850,14 +853,14 @@ msgstr "не удалось записать файл состояния арх #: access/transam/xlog.c:1384 access/transam/xlog.c:3016 #: access/transam/xlog.c:3033 access/transam/xlog.c:4875 -#: access/transam/xlog.c:5858 access/transam/xlog.c:6652 +#: access/transam/xlog.c:5858 access/transam/xlog.c:6658 #: postmaster/pgarch.c:755 utils/time/snapmgr.c:883 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "не удалось переименовать файл \"%s\" в \"%s\": %m" -#: access/transam/xlog.c:1850 access/transam/xlog.c:10691 -#: replication/walreceiver.c:543 replication/walsender.c:1043 +#: access/transam/xlog.c:1850 access/transam/xlog.c:10713 +#: replication/walreceiver.c:543 replication/walsender.c:1060 #, c-format msgid "could not seek in log file %u, segment %u to offset %u: %m" msgstr "" @@ -877,14 +880,14 @@ msgstr "минимальная точка восстановления изме #: access/transam/xlog.c:2473 access/transam/xlog.c:2577 #: access/transam/xlog.c:2806 access/transam/xlog.c:2891 -#: access/transam/xlog.c:2948 replication/walsender.c:1031 +#: access/transam/xlog.c:2948 replication/walsender.c:1048 #, c-format msgid "could not open file \"%s\" (log file %u, segment %u): %m" msgstr "не удалось открыть файл \"%s\" (файл журнала: %u, сегмент: %u): %m" #: access/transam/xlog.c:2498 access/transam/xlog.c:2631 -#: access/transam/xlog.c:4725 access/transam/xlog.c:9670 -#: access/transam/xlog.c:9975 postmaster/postmaster.c:3704 +#: access/transam/xlog.c:4725 access/transam/xlog.c:9694 +#: access/transam/xlog.c:9997 postmaster/postmaster.c:3699 #: storage/file/copydir.c:172 storage/smgr/md.c:297 utils/time/snapmgr.c:860 #, c-format msgid "could not create file \"%s\": %m" @@ -892,7 +895,7 @@ msgstr "создать файл \"%s\" не удалось: %m" #: access/transam/xlog.c:2530 access/transam/xlog.c:2663 #: access/transam/xlog.c:4777 access/transam/xlog.c:4840 -#: postmaster/postmaster.c:3714 postmaster/postmaster.c:3724 +#: postmaster/postmaster.c:3709 postmaster/postmaster.c:3719 #: storage/file/copydir.c:197 utils/init/miscinit.c:1089 #: utils/init/miscinit.c:1098 utils/init/miscinit.c:1105 utils/misc/guc.c:7564 #: utils/misc/guc.c:7578 utils/time/snapmgr.c:865 utils/time/snapmgr.c:872 @@ -915,17 +918,17 @@ msgstr "не удалось закрыть файл \"%s\": %m" #: access/transam/xlog.c:2616 access/transam/xlog.c:4482 #: access/transam/xlog.c:4583 access/transam/xlog.c:4744 -#: replication/basebackup.c:369 replication/basebackup.c:1016 +#: replication/basebackup.c:386 replication/basebackup.c:1062 #: storage/file/copydir.c:165 storage/file/copydir.c:255 storage/smgr/md.c:579 -#: storage/smgr/md.c:837 utils/error/elog.c:1536 utils/init/miscinit.c:1038 +#: storage/smgr/md.c:837 utils/error/elog.c:1570 utils/init/miscinit.c:1038 #: utils/init/miscinit.c:1153 #, c-format msgid "could not open file \"%s\": %m" msgstr "не удалось открыть файл \"%s\": %m" #: access/transam/xlog.c:2644 access/transam/xlog.c:4756 -#: access/transam/xlog.c:9831 access/transam/xlog.c:9844 -#: access/transam/xlog.c:10213 access/transam/xlog.c:10256 +#: access/transam/xlog.c:9853 access/transam/xlog.c:9866 +#: access/transam/xlog.c:10235 access/transam/xlog.c:10278 #: storage/file/copydir.c:186 utils/adt/genfile.c:138 #, c-format msgid "could not read file \"%s\": %m" @@ -960,15 +963,15 @@ msgid "could not close log file %u, segment %u: %m" msgstr "не удалось закрыть файл журнала %u, сегмент %u: %m" #: access/transam/xlog.c:3025 access/transam/xlog.c:3132 -#: access/transam/xlog.c:9849 storage/smgr/md.c:397 storage/smgr/md.c:446 +#: access/transam/xlog.c:9871 storage/smgr/md.c:397 storage/smgr/md.c:446 #: storage/smgr/md.c:1310 #, c-format msgid "could not remove file \"%s\": %m" msgstr "не удалось стереть файл \"%s\": %m" #: access/transam/xlog.c:3124 access/transam/xlog.c:3284 -#: access/transam/xlog.c:9655 access/transam/xlog.c:9819 -#: replication/basebackup.c:375 replication/basebackup.c:429 +#: access/transam/xlog.c:9679 access/transam/xlog.c:9841 +#: replication/basebackup.c:392 replication/basebackup.c:446 #: storage/file/copydir.c:86 storage/file/copydir.c:125 utils/adt/dbsize.c:66 #: utils/adt/dbsize.c:216 utils/adt/dbsize.c:296 utils/adt/genfile.c:107 #: utils/adt/genfile.c:279 @@ -998,7 +1001,7 @@ msgstr "восстановить файл \"%s\" из архива не удал msgid "%s \"%s\": return code %d" msgstr "%s \"%s\": код возврата %d" -#: access/transam/xlog.c:3500 replication/walsender.c:1025 +#: access/transam/xlog.c:3500 replication/walsender.c:1042 #, c-format msgid "requested WAL segment %s has already been removed" msgstr "запрошенный сегмент WAL %s уже удалён" @@ -1770,17 +1773,17 @@ msgstr "ID старейшей незамороженной транзакции: msgid "invalid next transaction ID" msgstr "неверный ID следующей транзакции" -#: access/transam/xlog.c:6546 +#: access/transam/xlog.c:6552 #, c-format msgid "invalid redo in checkpoint record" msgstr "неверная запись REDO в контрольной точке" -#: access/transam/xlog.c:6557 +#: access/transam/xlog.c:6563 #, c-format msgid "invalid redo record in shutdown checkpoint" msgstr "неверная запись REDO в контрольной точки выключения" -#: access/transam/xlog.c:6588 +#: access/transam/xlog.c:6594 #, c-format msgid "" "database system was not properly shut down; automatic recovery in progress" @@ -1788,12 +1791,12 @@ msgstr "" "система БД была остановлена нештатно; производится автоматическое " "восстановление" -#: access/transam/xlog.c:6620 +#: access/transam/xlog.c:6626 #, c-format msgid "backup_label contains data inconsistent with control file" msgstr "backup_label содержит данные, не согласованные с файлом pg_control" -#: access/transam/xlog.c:6621 +#: access/transam/xlog.c:6627 #, c-format msgid "" "This means that the backup is corrupted and you will have to use another " @@ -1802,44 +1805,44 @@ msgstr "" "Это означает, что резервная копия повреждена и для восстановления БД " "придётся использовать другую копию." -#: access/transam/xlog.c:6685 +#: access/transam/xlog.c:6691 #, c-format msgid "initializing for hot standby" msgstr "инициализация для горячего резерва" -#: access/transam/xlog.c:6819 +#: access/transam/xlog.c:6822 #, c-format msgid "redo starts at %X/%X" msgstr "запись REDO начинается со смещения %X/%X" -#: access/transam/xlog.c:6956 +#: access/transam/xlog.c:6960 #, c-format msgid "redo done at %X/%X" msgstr "записи REDO обработаны до смещения %X/%X" -#: access/transam/xlog.c:6961 access/transam/xlog.c:8611 +#: access/transam/xlog.c:6965 access/transam/xlog.c:8635 #, c-format msgid "last completed transaction was at log time %s" msgstr "последняя завершённая транзакция была выполнена в %s" -#: access/transam/xlog.c:6969 +#: access/transam/xlog.c:6973 #, c-format msgid "redo is not required" msgstr "данные REDO не требуются" -#: access/transam/xlog.c:7017 +#: access/transam/xlog.c:7021 #, c-format msgid "requested recovery stop point is before consistent recovery point" msgstr "" "запрошенная точка остановки восстановления предшествует согласованной точке " "восстановления" -#: access/transam/xlog.c:7033 access/transam/xlog.c:7037 +#: access/transam/xlog.c:7037 access/transam/xlog.c:7041 #, c-format msgid "WAL ends before end of online backup" msgstr "WAL закончился без признака окончания копирования" -#: access/transam/xlog.c:7034 +#: access/transam/xlog.c:7038 #, c-format msgid "" "All WAL generated while online backup was taken must be available at " @@ -1848,7 +1851,7 @@ msgstr "" "Все журналы WAL, созданные во время резервного копирования \"на ходу\", " "должны быть в наличии для восстановления." -#: access/transam/xlog.c:7038 +#: access/transam/xlog.c:7042 #, c-format msgid "" "Online backup started with pg_start_backup() must be ended with " @@ -1858,107 +1861,107 @@ msgstr "" "должно закончиться pg_stop_backup(), и для восстановления должны быть " "доступны все журналы WAL." -#: access/transam/xlog.c:7041 +#: access/transam/xlog.c:7045 #, c-format msgid "WAL ends before consistent recovery point" msgstr "WAL закончился до согласованной точки восстановления" -#: access/transam/xlog.c:7065 +#: access/transam/xlog.c:7069 #, c-format msgid "selected new timeline ID: %u" msgstr "выбранный ID новой линии времени: %u" -#: access/transam/xlog.c:7357 +#: access/transam/xlog.c:7369 #, c-format msgid "consistent recovery state reached at %X/%X" msgstr "согласованное состояние восстановления достигнуто по смещению %X/%X" -#: access/transam/xlog.c:7524 +#: access/transam/xlog.c:7548 #, c-format msgid "invalid primary checkpoint link in control file" msgstr "неверная ссылка на первичную контрольную точку в файле pg_control" -#: access/transam/xlog.c:7528 +#: access/transam/xlog.c:7552 #, c-format msgid "invalid secondary checkpoint link in control file" msgstr "неверная ссылка на вторичную контрольную точку в файле pg_control" -#: access/transam/xlog.c:7532 +#: access/transam/xlog.c:7556 #, c-format msgid "invalid checkpoint link in backup_label file" msgstr "неверная ссылка на контрольную точку в файле backup_label" -#: access/transam/xlog.c:7546 +#: access/transam/xlog.c:7570 #, c-format msgid "invalid primary checkpoint record" msgstr "неверная запись первичной контрольной точки" -#: access/transam/xlog.c:7550 +#: access/transam/xlog.c:7574 #, c-format msgid "invalid secondary checkpoint record" msgstr "неверная запись вторичной контрольной точки" -#: access/transam/xlog.c:7554 +#: access/transam/xlog.c:7578 #, c-format msgid "invalid checkpoint record" msgstr "неверная запись контрольной точки" -#: access/transam/xlog.c:7565 +#: access/transam/xlog.c:7589 #, c-format msgid "invalid resource manager ID in primary checkpoint record" msgstr "неверный ID менеджера ресурсов в записи первичной контрольной точки" -#: access/transam/xlog.c:7569 +#: access/transam/xlog.c:7593 #, c-format msgid "invalid resource manager ID in secondary checkpoint record" msgstr "неверный ID менеджера ресурсов в записи вторичной контрольной точки" -#: access/transam/xlog.c:7573 +#: access/transam/xlog.c:7597 #, c-format msgid "invalid resource manager ID in checkpoint record" msgstr "неверный ID менеджера ресурсов в записи контрольной точки" -#: access/transam/xlog.c:7585 +#: access/transam/xlog.c:7609 #, c-format msgid "invalid xl_info in primary checkpoint record" msgstr "неверные флаги xl_info в записи первичной контрольной точки" -#: access/transam/xlog.c:7589 +#: access/transam/xlog.c:7613 #, c-format msgid "invalid xl_info in secondary checkpoint record" msgstr "неверные флаги xl_info в записи вторичной контрольной точки" -#: access/transam/xlog.c:7593 +#: access/transam/xlog.c:7617 #, c-format msgid "invalid xl_info in checkpoint record" msgstr "неверные флаги xl_info в записи контрольной точки" -#: access/transam/xlog.c:7605 +#: access/transam/xlog.c:7629 #, c-format msgid "invalid length of primary checkpoint record" msgstr "неверная длина записи первичной контрольной точки" -#: access/transam/xlog.c:7609 +#: access/transam/xlog.c:7633 #, c-format msgid "invalid length of secondary checkpoint record" msgstr "неверная длина записи вторичной контрольной точки" -#: access/transam/xlog.c:7613 +#: access/transam/xlog.c:7637 #, c-format msgid "invalid length of checkpoint record" msgstr "неверная длина записи контрольной точки" -#: access/transam/xlog.c:7782 +#: access/transam/xlog.c:7806 #, c-format msgid "shutting down" msgstr "выключение" -#: access/transam/xlog.c:7804 +#: access/transam/xlog.c:7828 #, c-format msgid "database system is shut down" msgstr "система БД выключена" -#: access/transam/xlog.c:8250 +#: access/transam/xlog.c:8274 #, c-format msgid "" "concurrent transaction log activity while database system is shutting down" @@ -1966,118 +1969,111 @@ msgstr "" "во время выключения системы баз данных отмечена активность в журнале " "транзакций" -#: access/transam/xlog.c:8461 +#: access/transam/xlog.c:8485 #, c-format msgid "skipping restartpoint, recovery has already ended" msgstr "" "создание точки перезапуска пропускается, восстановление уже закончилось" -#: access/transam/xlog.c:8484 +#: access/transam/xlog.c:8508 #, c-format msgid "skipping restartpoint, already performed at %X/%X" msgstr "" "создание точки перезапуска пропускается, она уже создана по смещению %X/%X" -#: access/transam/xlog.c:8609 +#: access/transam/xlog.c:8633 #, c-format msgid "recovery restart point at %X/%X" msgstr "точка перезапуска восстановления по смещению %X/%X" -#: access/transam/xlog.c:8753 +#: access/transam/xlog.c:8777 #, c-format msgid "restore point \"%s\" created at %X/%X" msgstr "точка восстановления \"%s\" создана по смещению %X/%X" -#: access/transam/xlog.c:8924 +#: access/transam/xlog.c:8950 #, c-format msgid "online backup was canceled, recovery cannot continue" msgstr "" "резервное копирование \"на ходу\" было отменено, продолжить восстановление " "нельзя" -#: access/transam/xlog.c:8987 +#: access/transam/xlog.c:9013 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "неожиданный ID линии времени %u (после %u) в записи контрольной точки" -#: access/transam/xlog.c:9036 +#: access/transam/xlog.c:9062 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "" "неожиданный ID линии времени %u (должен быть %u) в записи точки " "восстановления" -#: access/transam/xlog.c:9333 access/transam/xlog.c:9357 +#: access/transam/xlog.c:9359 access/transam/xlog.c:9383 #, c-format msgid "could not fsync log file %u, segment %u: %m" msgstr "не удалось синхронизировать с ФС файл журнала %u, сегмент: %u: %m" -#: access/transam/xlog.c:9365 +#: access/transam/xlog.c:9391 #, c-format msgid "could not fsync write-through log file %u, segment %u: %m" msgstr "" "не удалось синхронизировать с ФС файл журнала сквозной записи %u, сегмент: " "%u: %m" -#: access/transam/xlog.c:9374 +#: access/transam/xlog.c:9400 #, c-format msgid "could not fdatasync log file %u, segment %u: %m" msgstr "" "не удалось синхронизировать с ФС данные (fdatasync) файла журнала: %u, " "сегмент: %u: %m" -#: access/transam/xlog.c:9430 access/transam/xlog.c:9760 -#, c-format -msgid "must be superuser or replication role to run a backup" -msgstr "" -"запускать резервное копирование может только суперпользователь или роль " -"репликации" - -#: access/transam/xlog.c:9438 access/transam/xlog.c:9768 -#: access/transam/xlogfuncs.c:107 access/transam/xlogfuncs.c:139 -#: access/transam/xlogfuncs.c:181 access/transam/xlogfuncs.c:205 -#: access/transam/xlogfuncs.c:288 access/transam/xlogfuncs.c:365 +#: access/transam/xlog.c:9462 access/transam/xlog.c:9790 +#: access/transam/xlogfuncs.c:117 access/transam/xlogfuncs.c:149 +#: access/transam/xlogfuncs.c:191 access/transam/xlogfuncs.c:215 +#: access/transam/xlogfuncs.c:298 access/transam/xlogfuncs.c:375 #, c-format msgid "recovery is in progress" msgstr "идёт процесс восстановления" -#: access/transam/xlog.c:9439 access/transam/xlog.c:9769 -#: access/transam/xlogfuncs.c:108 access/transam/xlogfuncs.c:140 -#: access/transam/xlogfuncs.c:182 access/transam/xlogfuncs.c:206 +#: access/transam/xlog.c:9463 access/transam/xlog.c:9791 +#: access/transam/xlogfuncs.c:118 access/transam/xlogfuncs.c:150 +#: access/transam/xlogfuncs.c:192 access/transam/xlogfuncs.c:216 #, c-format msgid "WAL control functions cannot be executed during recovery." msgstr "Функции управления WAL нельзя использовать в процессе восстановления." -#: access/transam/xlog.c:9448 access/transam/xlog.c:9778 +#: access/transam/xlog.c:9472 access/transam/xlog.c:9800 #, c-format msgid "WAL level not sufficient for making an online backup" msgstr "" "Выбранный уровень WAL недостаточен для резервного копирования \"на ходу\"" -#: access/transam/xlog.c:9449 access/transam/xlog.c:9779 -#: access/transam/xlogfuncs.c:146 +#: access/transam/xlog.c:9473 access/transam/xlog.c:9801 +#: access/transam/xlogfuncs.c:156 #, c-format msgid "" "wal_level must be set to \"archive\" or \"hot_standby\" at server start." msgstr "" "Установите wal_level \"archive\" или \"hot_standby\" при запуске сервера." -#: access/transam/xlog.c:9454 +#: access/transam/xlog.c:9478 #, c-format msgid "backup label too long (max %d bytes)" msgstr "длина метки резервной копии превышает предел (%d байт)" -#: access/transam/xlog.c:9485 access/transam/xlog.c:9661 +#: access/transam/xlog.c:9509 access/transam/xlog.c:9685 #, c-format msgid "a backup is already in progress" msgstr "резервное копирование уже запущено" -#: access/transam/xlog.c:9486 +#: access/transam/xlog.c:9510 #, c-format msgid "Run pg_stop_backup() and try again." msgstr "Выполните pg_stop_backup() и повторите операцию." -#: access/transam/xlog.c:9579 +#: access/transam/xlog.c:9603 #, c-format msgid "" "WAL generated with full_page_writes=off was replayed since last restartpoint" @@ -2085,7 +2081,7 @@ msgstr "" "После последней точки перезапуска был воспроизведён WAL, созданный в режиме " "full_page_writes=off." -#: access/transam/xlog.c:9581 access/transam/xlog.c:9928 +#: access/transam/xlog.c:9605 access/transam/xlog.c:9950 #, c-format msgid "" "This means that the backup being taken on the standby is corrupt and should " @@ -2097,7 +2093,7 @@ msgstr "" "CHECKPOINT на главном сервере, а затем попробуйте резервное копирование \"на " "ходу\" ещё раз." -#: access/transam/xlog.c:9662 +#: access/transam/xlog.c:9686 #, c-format msgid "" "If you're sure there is no backup in progress, remove file \"%s\" and try " @@ -2106,29 +2102,29 @@ msgstr "" "Если вы считаете, что информация о резервном копировании неверна, удалите " "файл \"%s\" и попробуйте снова." -#: access/transam/xlog.c:9679 access/transam/xlog.c:9987 +#: access/transam/xlog.c:9703 access/transam/xlog.c:10009 #, c-format msgid "could not write file \"%s\": %m" msgstr "не удалось записать файл \"%s\": %m" -#: access/transam/xlog.c:9823 +#: access/transam/xlog.c:9845 #, c-format msgid "a backup is not in progress" msgstr "резервное копирование не запущено" -#: access/transam/xlog.c:9862 access/transam/xlog.c:9874 -#: access/transam/xlog.c:10228 access/transam/xlog.c:10234 +#: access/transam/xlog.c:9884 access/transam/xlog.c:9896 +#: access/transam/xlog.c:10250 access/transam/xlog.c:10256 #, c-format msgid "invalid data in file \"%s\"" msgstr "неверные данные в файле \"%s\"" -#: access/transam/xlog.c:9878 +#: access/transam/xlog.c:9900 #, c-format msgid "the standby was promoted during online backup" msgstr "" "дежурный сервер был повышен в процессе резервного копирования \"на ходу\"" -#: access/transam/xlog.c:9879 +#: access/transam/xlog.c:9901 #, c-format msgid "" "This means that the backup being taken is corrupt and should not be used. " @@ -2137,7 +2133,7 @@ msgstr "" "Это означает, что создаваемая резервная копия испорчена и использовать её не " "следует. Попробуйте резервное копирование \"на ходу\" ещё раз." -#: access/transam/xlog.c:9926 +#: access/transam/xlog.c:9948 #, c-format msgid "" "WAL generated with full_page_writes=off was replayed during online backup" @@ -2145,7 +2141,7 @@ msgstr "" "В процессе резервного копирования \"на ходу\" был воспроизведён WAL, " "созданный в режиме full_page_writes=off" -#: access/transam/xlog.c:10036 +#: access/transam/xlog.c:10058 #, c-format msgid "" "pg_stop_backup cleanup done, waiting for required WAL segments to be archived" @@ -2153,7 +2149,7 @@ msgstr "" "очистка в pg_stop_backup выполнена, ожидаются требуемые сегменты WAL для " "архивации" -#: access/transam/xlog.c:10046 +#: access/transam/xlog.c:10068 #, c-format msgid "" "pg_stop_backup still waiting for all required WAL segments to be archived " @@ -2162,7 +2158,7 @@ msgstr "" "pg_stop_backup всё ещё ждёт все требуемые сегменты WAL для архивации (прошло " "%d сек.)" -#: access/transam/xlog.c:10048 +#: access/transam/xlog.c:10070 #, c-format msgid "" "Check that your archive_command is executing properly. pg_stop_backup can " @@ -2173,13 +2169,13 @@ msgstr "" "можно отменить безопасно, но резервная копия базы данных будет непригодна " "без всех сегментов WAL." -#: access/transam/xlog.c:10055 +#: access/transam/xlog.c:10077 #, c-format msgid "pg_stop_backup complete, all required WAL segments have been archived" msgstr "" "команда pg_stop_backup завершена, все требуемые сегменты WAL заархивированы" -#: access/transam/xlog.c:10059 +#: access/transam/xlog.c:10081 #, c-format msgid "" "WAL archiving is not enabled; you must ensure that all required WAL segments " @@ -2188,132 +2184,139 @@ msgstr "" "архивация WAL не настроена; вы должны обеспечить копирование всех требуемых " "сегментов WAL другими средствами для получения резервной копии" -#: access/transam/xlog.c:10278 +#: access/transam/xlog.c:10300 #, c-format msgid "xlog redo %s" msgstr "XLOG-запись REDO: %s" -#: access/transam/xlog.c:10318 +#: access/transam/xlog.c:10340 #, c-format msgid "online backup mode canceled" msgstr "режим копирования \"на ходу\" отменён" -#: access/transam/xlog.c:10319 +#: access/transam/xlog.c:10341 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "Файл \"%s\" был переименован в \"%s\"." -#: access/transam/xlog.c:10326 +#: access/transam/xlog.c:10348 #, c-format msgid "online backup mode was not canceled" msgstr "режим копирования \"на ходу\" не был отменён" -#: access/transam/xlog.c:10327 +#: access/transam/xlog.c:10349 #, c-format msgid "Could not rename \"%s\" to \"%s\": %m." msgstr "Не удалось переименовать файл \"%s\" в \"%s\": %m." -#: access/transam/xlog.c:10677 access/transam/xlog.c:10699 +#: access/transam/xlog.c:10699 access/transam/xlog.c:10721 #, c-format msgid "could not read from log file %u, segment %u, offset %u: %m" msgstr "не удалось прочитать файл журнала: %u, сегмент: %u, смещение %u: %m" -#: access/transam/xlog.c:10788 +#: access/transam/xlog.c:10810 #, c-format msgid "received promote request" msgstr "получен запрос повышения статуса" -#: access/transam/xlog.c:10801 +#: access/transam/xlog.c:10823 #, c-format msgid "trigger file found: %s" msgstr "найден файл триггера: %s" -#: access/transam/xlogfuncs.c:102 +#: access/transam/xlogfuncs.c:60 access/transam/xlogfuncs.c:91 +#, c-format +msgid "must be superuser or replication role to run a backup" +msgstr "" +"запускать резервное копирование может только суперпользователь или роль " +"репликации" + +#: access/transam/xlogfuncs.c:112 #, c-format msgid "must be superuser to switch transaction log files" msgstr "" "для переключения файлов журнала транзакций нужно быть суперпользователем" -#: access/transam/xlogfuncs.c:134 +#: access/transam/xlogfuncs.c:144 #, c-format msgid "must be superuser to create a restore point" msgstr "для создания точки восстановления нужно быть суперпользователем" -#: access/transam/xlogfuncs.c:145 +#: access/transam/xlogfuncs.c:155 #, c-format msgid "WAL level not sufficient for creating a restore point" msgstr "Выбранный уровень WAL не достаточен для создания точки восстановления" -#: access/transam/xlogfuncs.c:153 +#: access/transam/xlogfuncs.c:163 #, c-format msgid "value too long for restore point (maximum %d characters)" msgstr "значение для точки восстановления превышает предел (%d симв.)" -#: access/transam/xlogfuncs.c:289 +#: access/transam/xlogfuncs.c:299 #, c-format msgid "pg_xlogfile_name_offset() cannot be executed during recovery." msgstr "" "Функцию pg_xlogfile_name_offset() нельзя вызывать во время восстановления." -#: access/transam/xlogfuncs.c:301 access/transam/xlogfuncs.c:375 -#: access/transam/xlogfuncs.c:530 access/transam/xlogfuncs.c:534 +#: access/transam/xlogfuncs.c:311 access/transam/xlogfuncs.c:385 +#: access/transam/xlogfuncs.c:540 access/transam/xlogfuncs.c:544 #, c-format msgid "could not parse transaction log location \"%s\"" msgstr "не удалось разобрать положение в журнале транзакций \"%s\"" -#: access/transam/xlogfuncs.c:366 +#: access/transam/xlogfuncs.c:376 #, c-format msgid "pg_xlogfile_name() cannot be executed during recovery." msgstr "Функцию pg_xlogfile_name() нельзя вызывать в процессе восстановления." -#: access/transam/xlogfuncs.c:396 access/transam/xlogfuncs.c:418 -#: access/transam/xlogfuncs.c:440 +#: access/transam/xlogfuncs.c:406 access/transam/xlogfuncs.c:428 +#: access/transam/xlogfuncs.c:450 #, c-format msgid "must be superuser to control recovery" msgstr "для управления восстановлением нужно быть суперпользователем" -#: access/transam/xlogfuncs.c:401 access/transam/xlogfuncs.c:423 -#: access/transam/xlogfuncs.c:445 +#: access/transam/xlogfuncs.c:411 access/transam/xlogfuncs.c:433 +#: access/transam/xlogfuncs.c:455 #, c-format msgid "recovery is not in progress" msgstr "восстановление не выполняется" -#: access/transam/xlogfuncs.c:402 access/transam/xlogfuncs.c:424 -#: access/transam/xlogfuncs.c:446 +#: access/transam/xlogfuncs.c:412 access/transam/xlogfuncs.c:434 +#: access/transam/xlogfuncs.c:456 #, c-format msgid "Recovery control functions can only be executed during recovery." msgstr "" "Функции управления восстановлением можно использовать только в процессе " "восстановления." -#: access/transam/xlogfuncs.c:495 access/transam/xlogfuncs.c:501 +#: access/transam/xlogfuncs.c:505 access/transam/xlogfuncs.c:511 #, c-format msgid "invalid input syntax for transaction log location: \"%s\"" msgstr "" "неверный синтаксис строки, задающей положение в журнале транзакций: \"%s\"" -#: access/transam/xlogfuncs.c:542 access/transam/xlogfuncs.c:546 +#: access/transam/xlogfuncs.c:552 access/transam/xlogfuncs.c:556 #, c-format msgid "xrecoff \"%X\" is out of valid range, 0..%X" msgstr "xrecoff \"%X\" вне диапазона 0..%X" -#: bootstrap/bootstrap.c:279 postmaster/postmaster.c:701 tcop/postgres.c:3429 +#: bootstrap/bootstrap.c:271 postmaster/postmaster.c:696 tcop/postgres.c:3436 #, c-format msgid "--%s requires a value" msgstr "для --%s требуется значение" -#: bootstrap/bootstrap.c:284 postmaster/postmaster.c:706 tcop/postgres.c:3434 +#: bootstrap/bootstrap.c:276 postmaster/postmaster.c:701 tcop/postgres.c:3441 #, c-format msgid "-c %s requires a value" msgstr "для -c %s требуется значение" -#: bootstrap/bootstrap.c:295 postmaster/postmaster.c:718 -#: postmaster/postmaster.c:731 +#: bootstrap/bootstrap.c:287 postmaster/postmaster.c:713 +#: postmaster/postmaster.c:726 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" -#: bootstrap/bootstrap.c:304 +#: bootstrap/bootstrap.c:296 #, c-format msgid "%s: invalid command-line arguments\n" msgstr "%s: неверные аргументы командной строки\n" @@ -2432,7 +2435,7 @@ msgstr "права для колонок применимы только к от #: catalog/aclchk.c:681 catalog/aclchk.c:3878 catalog/aclchk.c:4655 #: catalog/objectaddress.c:382 catalog/pg_largeobject.c:112 -#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:273 +#: catalog/pg_largeobject.c:172 storage/large_object/inv_api.c:262 #, c-format msgid "large object %u does not exist" msgstr "большой объект %u не существует" @@ -2450,8 +2453,8 @@ msgstr "большой объект %u не существует" #: commands/extension.c:2666 commands/foreigncmds.c:543 #: commands/foreigncmds.c:552 commands/functioncmds.c:507 #: commands/functioncmds.c:599 commands/functioncmds.c:607 -#: commands/functioncmds.c:615 commands/functioncmds.c:1935 -#: commands/functioncmds.c:1943 commands/sequence.c:1156 +#: commands/functioncmds.c:615 commands/functioncmds.c:1934 +#: commands/functioncmds.c:1942 commands/sequence.c:1156 #: 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/typecmds.c:293 commands/typecmds.c:1300 @@ -2474,21 +2477,21 @@ msgid "default privileges cannot be set for columns" msgstr "права по умолчанию нельзя определить для колонок" #: catalog/aclchk.c:1477 catalog/objectaddress.c:813 commands/analyze.c:384 -#: commands/copy.c:3960 commands/sequence.c:1457 commands/tablecmds.c:4769 -#: commands/tablecmds.c:4861 commands/tablecmds.c:4908 -#: commands/tablecmds.c:5010 commands/tablecmds.c:5054 -#: commands/tablecmds.c:5133 commands/tablecmds.c:5217 -#: commands/tablecmds.c:7159 commands/tablecmds.c:7376 -#: commands/tablecmds.c:7765 commands/trigger.c:604 parser/analyze.c:2046 +#: commands/copy.c:3964 commands/sequence.c:1457 commands/tablecmds.c:4771 +#: commands/tablecmds.c:4863 commands/tablecmds.c:4910 +#: commands/tablecmds.c:5012 commands/tablecmds.c:5056 +#: commands/tablecmds.c:5135 commands/tablecmds.c:5219 +#: commands/tablecmds.c:7166 commands/tablecmds.c:7383 +#: commands/tablecmds.c:7772 commands/trigger.c:622 parser/analyze.c:2046 #: parser/parse_relation.c:2067 parser/parse_relation.c:2124 -#: parser/parse_target.c:897 parser/parse_type.c:123 utils/adt/acl.c:2838 +#: parser/parse_target.c:899 parser/parse_type.c:123 utils/adt/acl.c:2838 #: utils/adt/ruleutils.c:1614 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist" msgstr "колонка \"%s\" в таблице \"%s\" не существует" #: catalog/aclchk.c:1742 catalog/objectaddress.c:648 commands/sequence.c:1046 -#: commands/tablecmds.c:210 commands/tablecmds.c:10356 utils/adt/acl.c:2074 +#: commands/tablecmds.c:210 commands/tablecmds.c:10424 utils/adt/acl.c:2074 #: utils/adt/acl.c:2104 utils/adt/acl.c:2136 utils/adt/acl.c:2168 #: utils/adt/acl.c:2196 utils/adt/acl.c:2226 #, c-format @@ -2908,9 +2911,9 @@ msgstr "удалить объект %s нельзя, так как от него #: catalog/dependency.c:949 catalog/dependency.c:950 catalog/dependency.c:956 #: catalog/dependency.c:957 catalog/dependency.c:968 catalog/dependency.c:969 -#: catalog/objectaddress.c:555 commands/tablecmds.c:729 commands/user.c:960 +#: catalog/objectaddress.c:555 commands/tablecmds.c:731 commands/user.c:960 #: port/win32/security.c:51 storage/lmgr/deadlock.c:955 -#: storage/lmgr/proc.c:1140 utils/misc/guc.c:5440 utils/misc/guc.c:5775 +#: storage/lmgr/proc.c:1148 utils/misc/guc.c:5440 utils/misc/guc.c:5775 #: utils/misc/guc.c:8136 utils/misc/guc.c:8170 utils/misc/guc.c:8204 #: utils/misc/guc.c:8238 utils/misc/guc.c:8273 #, c-format @@ -3181,13 +3184,13 @@ msgstr "нет прав для создания отношения \"%s.%s\"" msgid "System catalog modifications are currently disallowed." msgstr "Изменение системного каталога в текущем состоянии запрещено." -#: catalog/heap.c:398 commands/tablecmds.c:1361 commands/tablecmds.c:1802 -#: commands/tablecmds.c:4409 +#: catalog/heap.c:398 commands/tablecmds.c:1363 commands/tablecmds.c:1804 +#: commands/tablecmds.c:4411 #, c-format msgid "tables can have at most %d columns" msgstr "максимальное число колонок в таблице: %d" -#: catalog/heap.c:415 commands/tablecmds.c:4670 +#: catalog/heap.c:415 commands/tablecmds.c:4672 #, c-format msgid "column name \"%s\" conflicts with a system column name" msgstr "имя колонки \"%s\" конфликтует с системной колонкой" @@ -3224,17 +3227,17 @@ msgstr "" "для колонки \"%s\" с сортируемым типом %s не удалось получить правило " "сортировки" -#: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1101 +#: catalog/heap.c:569 commands/createas.c:293 commands/indexcmds.c:1107 #: commands/view.c:147 regex/regc_pg_locale.c:262 utils/adt/formatting.c:1517 #: utils/adt/formatting.c:1569 utils/adt/formatting.c:1637 #: utils/adt/formatting.c:1689 utils/adt/formatting.c:1758 -#: utils/adt/formatting.c:1822 utils/adt/like.c:212 utils/adt/selfuncs.c:5192 +#: utils/adt/formatting.c:1822 utils/adt/like.c:212 utils/adt/selfuncs.c:5215 #: utils/adt/varlena.c:1372 #, c-format msgid "Use the COLLATE clause to set the collation explicitly." msgstr "Задайте правило сравнения явно в предложении COLLATE." -#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2483 +#: catalog/heap.c:1027 catalog/index.c:771 commands/tablecmds.c:2485 #, c-format msgid "relation \"%s\" already exists" msgstr "отношение \"%s\" уже существует" @@ -3260,7 +3263,7 @@ msgstr "" msgid "check constraint \"%s\" already exists" msgstr "ограничение-проверка \"%s\" уже существует" -#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5542 +#: catalog/heap.c:2324 catalog/pg_constraint.c:648 commands/tablecmds.c:5545 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "ограничение \"%s\" для отношения \"%s\" уже существует" @@ -3302,14 +3305,14 @@ msgstr "в выражении по умолчанию нельзя исполь msgid "cannot use window function in default expression" msgstr "в выражении по умолчанию нельзя использовать оконные функции" -#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1030 +#: catalog/heap.c:2483 rewrite/rewriteHandler.c:1055 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "колонка \"%s\" имеет тип %s, но тип выражения по умолчанию %s" -#: catalog/heap.c:2488 commands/prepare.c:388 parser/parse_node.c:397 +#: catalog/heap.c:2488 commands/prepare.c:388 parser/parse_node.c:410 #: parser/parse_target.c:491 parser/parse_target.c:737 -#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1035 +#: parser/parse_target.c:747 rewrite/rewriteHandler.c:1060 #, c-format msgid "You will need to rewrite or cast the expression." msgstr "Перепишите выражение или преобразуйте его тип." @@ -3391,23 +3394,23 @@ msgstr "" msgid "shared indexes cannot be created after initdb" msgstr "нельзя создать разделяемые индексы после initdb" -#: catalog/index.c:1395 +#: catalog/index.c:1391 #, c-format msgid "DROP INDEX CONCURRENTLY must be first action in transaction" msgstr "DROP INDEX CONCURRENTLY должен быть первым действием в транзакции" -#: catalog/index.c:1963 +#: catalog/index.c:1959 #, c-format msgid "building index \"%s\" on table \"%s\"" msgstr "создание индекса \"%s\" для таблицы \"%s\"" -#: catalog/index.c:3138 +#: catalog/index.c:3134 #, c-format msgid "cannot reindex temporary tables of other sessions" msgstr "переиндексировать временные таблицы других сеансов нельзя" #: catalog/namespace.c:244 catalog/namespace.c:434 catalog/namespace.c:528 -#: commands/trigger.c:4196 +#: commands/trigger.c:4214 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "ссылки между базами не реализованы: \"%s.%s.%s\"" @@ -3480,13 +3483,13 @@ msgstr "шаблон текстового поиска \"%s\" не сущест msgid "text search configuration \"%s\" does not exist" msgstr "конфигурация текстового поиска \"%s\" не существует" -#: catalog/namespace.c:2605 parser/parse_expr.c:777 parser/parse_target.c:1087 +#: catalog/namespace.c:2605 parser/parse_expr.c:777 parser/parse_target.c:1089 #, c-format msgid "cross-database references are not implemented: %s" msgstr "ссылки между базами не реализованы: %s" -#: catalog/namespace.c:2611 parser/parse_expr.c:784 parser/parse_target.c:1094 -#: gram.y:12050 gram.y:13249 +#: catalog/namespace.c:2611 parser/parse_expr.c:784 parser/parse_target.c:1096 +#: gram.y:12072 gram.y:13244 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "неверное полное имя (слишком много компонентов): %s" @@ -3537,7 +3540,7 @@ msgstr "нет прав для создания временных таблиц msgid "cannot create temporary tables during recovery" msgstr "создавать временные таблицы в процессе восстановления нельзя" -#: catalog/namespace.c:3791 commands/tablespace.c:1168 commands/variable.c:60 +#: catalog/namespace.c:3791 commands/tablespace.c:1172 commands/variable.c:60 #: replication/syncrep.c:683 utils/misc/guc.c:8303 #, c-format msgid "List syntax is invalid." @@ -3576,22 +3579,22 @@ msgstr "имя обёртки сторонних данных не может б msgid "server name cannot be qualified" msgstr "имя сервера не может быть составным" -#: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:375 -#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1222 -#: commands/tablecmds.c:3966 commands/tablecmds.c:7279 -#: commands/tablecmds.c:10281 +#: catalog/objectaddress.c:655 catalog/toasting.c:92 commands/indexcmds.c:381 +#: commands/lockcmds.c:92 commands/tablecmds.c:204 commands/tablecmds.c:1224 +#: commands/tablecmds.c:3968 commands/tablecmds.c:7286 +#: commands/tablecmds.c:10317 #, c-format msgid "\"%s\" is not a table" msgstr "\"%s\" - это не таблица" #: catalog/objectaddress.c:662 commands/tablecmds.c:216 -#: commands/tablecmds.c:3981 commands/tablecmds.c:10361 commands/view.c:185 +#: commands/tablecmds.c:3983 commands/tablecmds.c:10429 commands/view.c:185 #, c-format msgid "\"%s\" is not a view" msgstr "\"%s\" - это не представление" #: catalog/objectaddress.c:669 commands/tablecmds.c:234 -#: commands/tablecmds.c:3984 commands/tablecmds.c:10366 +#: commands/tablecmds.c:3986 commands/tablecmds.c:10434 #, c-format msgid "\"%s\" is not a foreign table" msgstr "\"%s\" - это не сторонняя таблица" @@ -3602,7 +3605,7 @@ msgid "column name must be qualified" msgstr "имя колонки нужно указать в полной форме" #: catalog/objectaddress.c:853 commands/functioncmds.c:130 -#: commands/tablecmds.c:226 commands/typecmds.c:3192 parser/parse_func.c:1583 +#: commands/tablecmds.c:226 commands/typecmds.c:3192 parser/parse_func.c:1572 #: parser/parse_type.c:202 utils/adt/acl.c:4372 utils/adt/regproc.c:974 #, c-format msgid "type \"%s\" does not exist" @@ -3614,7 +3617,7 @@ msgstr "тип \"%s\" не существует" msgid "must be owner of large object %u" msgstr "нужно быть владельцем большого объекта %u" -#: catalog/objectaddress.c:1018 commands/functioncmds.c:1505 +#: catalog/objectaddress.c:1018 commands/functioncmds.c:1504 #, c-format msgid "must be owner of type %s or type %s" msgstr "это разрешено только владельцу типа %s или %s" @@ -3696,7 +3699,7 @@ msgstr "" #: commands/typecmds.c:1674 commands/typecmds.c:1705 commands/typecmds.c:1728 #: commands/typecmds.c:1749 commands/typecmds.c:1776 commands/typecmds.c:1803 #: commands/typecmds.c:1880 commands/typecmds.c:1922 parser/parse_func.c:288 -#: parser/parse_func.c:299 parser/parse_func.c:1562 +#: parser/parse_func.c:299 parser/parse_func.c:1551 #, c-format msgid "function %s does not exist" msgstr "функция %s не существует" @@ -3726,22 +3729,22 @@ msgstr "правило сортировки \"%s\" уже существует" msgid "constraint \"%s\" for domain %s already exists" msgstr "ограничение \"%s\" для домена %s уже существует" -#: catalog/pg_constraint.c:786 +#: catalog/pg_constraint.c:805 #, c-format msgid "table \"%s\" has multiple constraints named \"%s\"" msgstr "таблица \"%s\" содержит несколько ограничений с именем \"%s\"" -#: catalog/pg_constraint.c:798 +#: catalog/pg_constraint.c:817 #, c-format msgid "constraint \"%s\" for table \"%s\" does not exist" msgstr "ограничение \"%s\" для таблицы \"%s\" не существует" -#: catalog/pg_constraint.c:844 +#: catalog/pg_constraint.c:863 #, c-format msgid "domain \"%s\" has multiple constraints named \"%s\"" msgstr "домен \"%s\" содержит несколько ограничений с именем \"%s\"" -#: catalog/pg_constraint.c:856 +#: catalog/pg_constraint.c:875 #, c-format msgid "constraint \"%s\" for domain \"%s\" does not exist" msgstr "ограничение \"%s\" для домена \"%s\" не существует" @@ -3861,7 +3864,7 @@ msgid "operator cannot be its own negator or sort operator" msgstr "" "оператор не может быть обратным к себе или собственным оператором сортировки" -#: catalog/pg_proc.c:128 parser/parse_func.c:1607 parser/parse_func.c:1647 +#: catalog/pg_proc.c:128 parser/parse_func.c:1596 parser/parse_func.c:1636 #, c-format msgid "functions cannot have more than %d argument" msgid_plural "functions cannot have more than %d arguments" @@ -3947,22 +3950,22 @@ msgstr "\"%s\" - это оконная функция" msgid "function \"%s\" is not a window function" msgstr "\"%s\" - это не оконная функция" -#: catalog/pg_proc.c:728 +#: catalog/pg_proc.c:741 #, c-format msgid "there is no built-in function named \"%s\"" msgstr "встроенной функции \"%s\" нет" -#: catalog/pg_proc.c:820 +#: catalog/pg_proc.c:839 #, c-format msgid "SQL functions cannot return type %s" msgstr "SQL-функции не могут возвращать тип %s" -#: catalog/pg_proc.c:835 +#: catalog/pg_proc.c:854 #, c-format msgid "SQL functions cannot have arguments of type %s" msgstr "SQL-функции не могут иметь аргументы типа %s" -#: catalog/pg_proc.c:921 executor/functions.c:1410 +#: catalog/pg_proc.c:940 executor/functions.c:1418 #, c-format msgid "SQL function \"%s\"" msgstr "SQL-функция \"%s\"" @@ -4107,7 +4110,7 @@ msgstr "" msgid "aggregate transition data type cannot be %s" msgstr "переходным типом агрегатной функции не может быть %s" -#: commands/aggregatecmds.c:243 commands/functioncmds.c:1090 +#: commands/aggregatecmds.c:243 commands/functioncmds.c:1089 #, c-format msgid "function %s already exists in schema \"%s\"" msgstr "функция %s уже существует в схеме \"%s\"" @@ -4185,26 +4188,26 @@ msgstr "" "%.0f, \"мёртвых\" строк: %.0f; строк в выборке: %d, примерное общее число " "строк: %.0f" -#: commands/analyze.c:1553 executor/execQual.c:2837 +#: commands/analyze.c:1553 executor/execQual.c:2858 msgid "could not convert row type" msgstr "не удалось преобразовать тип строки" -#: commands/async.c:546 +#: commands/async.c:547 #, c-format msgid "channel name cannot be empty" msgstr "имя канала не может быть пустым" -#: commands/async.c:551 +#: commands/async.c:552 #, c-format msgid "channel name too long" msgstr "слишком длинное имя канала" -#: commands/async.c:558 +#: commands/async.c:559 #, c-format msgid "payload string too long" msgstr "слишком длинная строка сообщения-нагрузки" -#: commands/async.c:743 +#: commands/async.c:744 #, c-format msgid "" "cannot PREPARE a transaction that has executed LISTEN, UNLISTEN, or NOTIFY" @@ -4212,17 +4215,17 @@ msgstr "" "выполнить PREPARE для транзакции с командами LISTEN, UNLISTEN или NOTIFY " "нельзя" -#: commands/async.c:846 +#: commands/async.c:847 #, c-format msgid "too many notifications in the NOTIFY queue" msgstr "слишком много уведомлений в очереди NOTIFY" -#: commands/async.c:1419 +#: commands/async.c:1420 #, c-format msgid "NOTIFY queue is %.0f%% full" msgstr "очередь NOTIFY заполнена на %.0f%%" -#: commands/async.c:1421 +#: commands/async.c:1422 #, c-format msgid "" "The server process with PID %d is among those with the oldest transactions." @@ -4230,7 +4233,7 @@ msgstr "" "В число серверных процессов с самыми старыми транзакциями входит процесс с " "PID %d." -#: commands/async.c:1424 +#: commands/async.c:1425 #, c-format msgid "" "The NOTIFY queue cannot be emptied until that process ends its current " @@ -4249,7 +4252,7 @@ msgstr "кластеризовать временные таблицы друг msgid "there is no previously clustered index for table \"%s\"" msgstr "таблица \"%s\" ранее не кластеризовалась по какому-либо индексу" -#: commands/cluster.c:168 commands/tablecmds.c:8436 +#: commands/cluster.c:168 commands/tablecmds.c:8467 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "индекс \"%s\" для таблицы \"%s\" не существует" @@ -4298,7 +4301,7 @@ msgid "clustering \"%s.%s\" using sequential scan and sort" msgstr "" "кластеризация \"%s.%s\" путём последовательного сканирования и сортировки" -#: commands/cluster.c:892 commands/vacuumlazy.c:398 +#: commands/cluster.c:892 commands/vacuumlazy.c:412 #, c-format msgid "vacuuming \"%s.%s\"" msgstr "очистка \"%s.%s\"" @@ -4621,7 +4624,7 @@ msgstr "при выполнении COPY в файл нельзя указыва msgid "could not open file \"%s\" for writing: %m" msgstr "не удалось открыть файл \"%s\" для записи: %m" -#: commands/copy.c:1428 commands/copy.c:2372 +#: commands/copy.c:1428 commands/copy.c:2376 #, c-format msgid "\"%s\" is a directory" msgstr "\"%s\" - это каталог" @@ -4671,150 +4674,150 @@ msgstr "копировать в последовательность \"%s\" не msgid "cannot copy to non-table relation \"%s\"" msgstr "копировать в отношение \"%s\", не являющееся таблицей, нельзя" -#: commands/copy.c:2365 utils/adt/genfile.c:122 +#: commands/copy.c:2369 utils/adt/genfile.c:122 #, c-format msgid "could not open file \"%s\" for reading: %m" msgstr "не удалось открыть файл \"%s\" для чтения: %m" -#: commands/copy.c:2391 +#: commands/copy.c:2395 #, c-format msgid "COPY file signature not recognized" msgstr "подпись COPY-файла не распознана" -#: commands/copy.c:2396 +#: commands/copy.c:2400 #, c-format msgid "invalid COPY file header (missing flags)" msgstr "неверный заголовок файла COPY (отсутствуют флаги)" -#: commands/copy.c:2402 +#: commands/copy.c:2406 #, c-format msgid "unrecognized critical flags in COPY file header" msgstr "не распознаны важные флаги в заголовке файла COPY" -#: commands/copy.c:2408 +#: commands/copy.c:2412 #, c-format msgid "invalid COPY file header (missing length)" msgstr "неверный заголовок файла COPY (отсутствует длина)" -#: commands/copy.c:2415 +#: commands/copy.c:2419 #, c-format msgid "invalid COPY file header (wrong length)" msgstr "неверный заголовок файла COPY (неправильная длина)" -#: commands/copy.c:2548 commands/copy.c:3231 commands/copy.c:3461 +#: commands/copy.c:2552 commands/copy.c:3235 commands/copy.c:3465 #, c-format msgid "extra data after last expected column" msgstr "лишние данные после содержимого последней колонки" -#: commands/copy.c:2558 +#: commands/copy.c:2562 #, c-format msgid "missing data for OID column" msgstr "нет данных для колонки OID" -#: commands/copy.c:2564 +#: commands/copy.c:2568 #, c-format msgid "null OID in COPY data" msgstr "неверное значение OID (NULL) в данных COPY" -#: commands/copy.c:2574 commands/copy.c:2673 +#: commands/copy.c:2578 commands/copy.c:2677 #, c-format msgid "invalid OID in COPY data" msgstr "неверный OID в данных COPY" -#: commands/copy.c:2589 +#: commands/copy.c:2593 #, c-format msgid "missing data for column \"%s\"" msgstr "нет данных для колонки \"%s\"" -#: commands/copy.c:2648 +#: commands/copy.c:2652 #, c-format msgid "received copy data after EOF marker" msgstr "после маркера конца файла продолжаются данные COPY" -#: commands/copy.c:2655 +#: commands/copy.c:2659 #, c-format msgid "row field count is %d, expected %d" msgstr "количество полей в строке: %d, ожидалось: %d" -#: commands/copy.c:2995 commands/copy.c:3012 +#: commands/copy.c:2999 commands/copy.c:3016 #, c-format msgid "literal carriage return found in data" msgstr "в данных обнаружен явный возврат каретки" -#: commands/copy.c:2996 commands/copy.c:3013 +#: commands/copy.c:3000 commands/copy.c:3017 #, c-format msgid "unquoted carriage return found in data" msgstr "в данных обнаружен возврат каретки не в кавычках" -#: commands/copy.c:2998 commands/copy.c:3015 +#: commands/copy.c:3002 commands/copy.c:3019 #, c-format msgid "Use \"\\r\" to represent carriage return." msgstr "Представьте возврат каретки как \"\\r\"." -#: commands/copy.c:2999 commands/copy.c:3016 +#: commands/copy.c:3003 commands/copy.c:3020 #, c-format msgid "Use quoted CSV field to represent carriage return." msgstr "Заключите возврат каретки в кавычки CSV." -#: commands/copy.c:3028 +#: commands/copy.c:3032 #, c-format msgid "literal newline found in data" msgstr "в данных обнаружен явный символ новой строки" -#: commands/copy.c:3029 +#: commands/copy.c:3033 #, c-format msgid "unquoted newline found in data" msgstr "в данных обнаружен явный символ новой строки не в кавычках" -#: commands/copy.c:3031 +#: commands/copy.c:3035 #, c-format msgid "Use \"\\n\" to represent newline." msgstr "Представьте символ новой строки как \"\\n\"." -#: commands/copy.c:3032 +#: commands/copy.c:3036 #, c-format msgid "Use quoted CSV field to represent newline." msgstr "Заключите символ новой строки в кавычки CSV." -#: commands/copy.c:3078 commands/copy.c:3114 +#: commands/copy.c:3082 commands/copy.c:3118 #, c-format msgid "end-of-copy marker does not match previous newline style" msgstr "маркер \"конец копии\" не соответствует предыдущему стилю новой строки" -#: commands/copy.c:3087 commands/copy.c:3103 +#: commands/copy.c:3091 commands/copy.c:3107 #, c-format msgid "end-of-copy marker corrupt" msgstr "маркер \"конец копии\" испорчен" -#: commands/copy.c:3545 +#: commands/copy.c:3549 #, c-format msgid "unterminated CSV quoted field" msgstr "незавершённое поле в кавычках CSV" -#: commands/copy.c:3622 commands/copy.c:3641 +#: commands/copy.c:3626 commands/copy.c:3645 #, c-format msgid "unexpected EOF in COPY data" msgstr "неожиданный конец данных COPY" -#: commands/copy.c:3631 +#: commands/copy.c:3635 #, c-format msgid "invalid field size" msgstr "неверный размер поля" -#: commands/copy.c:3654 +#: commands/copy.c:3658 #, c-format msgid "incorrect binary data format" msgstr "неверный двоичный формат данных" -#: commands/copy.c:3965 commands/indexcmds.c:1014 commands/tablecmds.c:1386 -#: commands/tablecmds.c:2185 parser/parse_expr.c:766 +#: commands/copy.c:3969 commands/indexcmds.c:1020 commands/tablecmds.c:1388 +#: commands/tablecmds.c:2187 parser/parse_expr.c:766 #: utils/adt/tsvector_op.c:1417 #, c-format msgid "column \"%s\" does not exist" msgstr "колонка \"%s\" не существует" -#: commands/copy.c:3972 commands/tablecmds.c:1412 commands/trigger.c:613 -#: parser/parse_target.c:913 parser/parse_target.c:924 +#: commands/copy.c:3976 commands/tablecmds.c:1414 commands/trigger.c:631 +#: parser/parse_target.c:915 parser/parse_target.c:926 #, c-format msgid "column \"%s\" specified more than once" msgstr "колонка \"%s\" указана неоднократно" @@ -5098,8 +5101,8 @@ msgstr "%s требует целое значение" msgid "invalid argument for %s: \"%s\"" msgstr "неверный аргумент для %s: \"%s\"" -#: commands/dropcmds.c:100 commands/functioncmds.c:1076 -#: commands/functioncmds.c:1139 commands/functioncmds.c:1291 +#: commands/dropcmds.c:100 commands/functioncmds.c:1075 +#: commands/functioncmds.c:1138 commands/functioncmds.c:1290 #: utils/adt/ruleutils.c:1730 #, c-format msgid "\"%s\" is an aggregate function" @@ -5399,10 +5402,10 @@ msgid "cannot drop extension \"%s\" because it is being modified" msgstr "удалить расширение %s в процессе настройки нельзя" #: commands/extension.c:1646 commands/extension.c:1755 -#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1716 -#: executor/execQual.c:1741 executor/execQual.c:2102 executor/execQual.c:5232 -#: executor/functions.c:1010 foreign/foreign.c:373 -#: replication/walsender.c:1512 utils/fmgr/funcapi.c:60 +#: commands/extension.c:1948 commands/prepare.c:716 executor/execQual.c:1714 +#: executor/execQual.c:1739 executor/execQual.c:2099 executor/execQual.c:5253 +#: executor/functions.c:1018 foreign/foreign.c:373 +#: replication/walsender.c:1529 utils/fmgr/funcapi.c:60 #: utils/mmgr/portalmem.c:986 #, c-format msgid "set-valued function called in context that cannot accept a set" @@ -5411,7 +5414,7 @@ msgstr "" #: commands/extension.c:1650 commands/extension.c:1759 #: commands/extension.c:1952 commands/prepare.c:720 foreign/foreign.c:378 -#: replication/walsender.c:1516 utils/mmgr/portalmem.c:990 +#: replication/walsender.c:1533 utils/mmgr/portalmem.c:990 #, c-format msgid "materialize mode required, but it is not allowed in this context" msgstr "требуется режим материализации, но он недопустим в этом контексте" @@ -5695,12 +5698,12 @@ msgstr "не указано тело функции" msgid "no language specified" msgstr "язык не указан" -#: commands/functioncmds.c:675 commands/functioncmds.c:1330 +#: commands/functioncmds.c:675 commands/functioncmds.c:1329 #, c-format msgid "COST must be positive" msgstr "значение COST должно быть положительным" -#: commands/functioncmds.c:683 commands/functioncmds.c:1338 +#: commands/functioncmds.c:683 commands/functioncmds.c:1337 #, c-format msgid "ROWS must be positive" msgstr "значение ROWS должно быть положительным" @@ -5715,18 +5718,18 @@ msgstr "нераспознанный атрибут функции \"%s\" --- и msgid "only one AS item needed for language \"%s\"" msgstr "для языка \"%s\" нужно только одно выражение AS" -#: commands/functioncmds.c:861 commands/functioncmds.c:1969 +#: commands/functioncmds.c:861 commands/functioncmds.c:1968 #: commands/proclang.c:554 commands/proclang.c:591 commands/proclang.c:705 #, c-format msgid "language \"%s\" does not exist" msgstr "язык \"%s\" не существует" -#: commands/functioncmds.c:863 commands/functioncmds.c:1971 +#: commands/functioncmds.c:863 commands/functioncmds.c:1970 #, c-format msgid "Use CREATE LANGUAGE to load the language into the database." msgstr "Выполните CREATE LANGUAGE, чтобы загрузить язык в базу данных." -#: commands/functioncmds.c:898 commands/functioncmds.c:1321 +#: commands/functioncmds.c:898 commands/functioncmds.c:1320 #, c-format msgid "only superuser can define a leakproof function" msgstr "" @@ -5743,49 +5746,49 @@ msgstr "" msgid "function result type must be specified" msgstr "необходимо указать тип результата функции" -#: commands/functioncmds.c:968 commands/functioncmds.c:1342 +#: commands/functioncmds.c:968 commands/functioncmds.c:1341 #, c-format msgid "ROWS is not applicable when function does not return a set" msgstr "указание ROWS неприменимо, когда функция возвращает не множество" -#: commands/functioncmds.c:1078 +#: commands/functioncmds.c:1077 #, c-format msgid "Use ALTER AGGREGATE to rename aggregate functions." msgstr "Используйте ALTER AGGREGATE для переименования агрегатных функций." -#: commands/functioncmds.c:1141 +#: commands/functioncmds.c:1140 #, c-format msgid "Use ALTER AGGREGATE to change owner of aggregate functions." msgstr "Используйте ALTER AGGREGATE для смены владельца агрегатных функций." -#: commands/functioncmds.c:1491 +#: commands/functioncmds.c:1490 #, c-format msgid "source data type %s is a pseudo-type" msgstr "исходный тип данных %s является псевдотипом" -#: commands/functioncmds.c:1497 +#: commands/functioncmds.c:1496 #, c-format msgid "target data type %s is a pseudo-type" msgstr "целевой тип данных %s является псевдотипом" -#: commands/functioncmds.c:1521 +#: commands/functioncmds.c:1520 #, c-format msgid "cast will be ignored because the source data type is a domain" msgstr "" "приведение будет проигнорировано, так как исходные данные имеют тип домен" -#: commands/functioncmds.c:1526 +#: commands/functioncmds.c:1525 #, c-format msgid "cast will be ignored because the target data type is a domain" msgstr "" "приведение будет проигнорировано, так как целевые данные имеют тип домен" -#: commands/functioncmds.c:1553 +#: commands/functioncmds.c:1552 #, c-format msgid "cast function must take one to three arguments" msgstr "функция преобразования должна принимать от одного до трёх аргументов" -#: commands/functioncmds.c:1557 +#: commands/functioncmds.c:1556 #, c-format msgid "" "argument of cast function must match or be binary-coercible from source data " @@ -5794,17 +5797,17 @@ msgstr "" "аргумент функции преобразования должен совпадать или быть двоично-совместим " "с исходным типом данных" -#: commands/functioncmds.c:1561 +#: commands/functioncmds.c:1560 #, c-format msgid "second argument of cast function must be type integer" msgstr "второй аргумент функции преобразования должен быть целого типа" -#: commands/functioncmds.c:1565 +#: commands/functioncmds.c:1564 #, c-format msgid "third argument of cast function must be type boolean" msgstr "третий аргумент функции преобразования должен быть логического типа" -#: commands/functioncmds.c:1569 +#: commands/functioncmds.c:1568 #, c-format msgid "" "return data type of cast function must match or be binary-coercible to " @@ -5813,209 +5816,209 @@ msgstr "" "тип возвращаемых данных функции преобразования должен совпадать или быть " "двоично-совместим с целевым типом данных" -#: commands/functioncmds.c:1580 +#: commands/functioncmds.c:1579 #, c-format msgid "cast function must not be volatile" msgstr "функция преобразования не может быть изменчивой (volatile)" -#: commands/functioncmds.c:1585 +#: commands/functioncmds.c:1584 #, c-format msgid "cast function must not be an aggregate function" msgstr "функция преобразования не может быть агрегатной" -#: commands/functioncmds.c:1589 +#: commands/functioncmds.c:1588 #, c-format msgid "cast function must not be a window function" msgstr "функция преобразования не может быть оконной" -#: commands/functioncmds.c:1593 +#: commands/functioncmds.c:1592 #, c-format msgid "cast function must not return a set" msgstr "функция преобразования не может возвращать множество" -#: commands/functioncmds.c:1619 +#: commands/functioncmds.c:1618 #, c-format msgid "must be superuser to create a cast WITHOUT FUNCTION" msgstr "" "для создания преобразования WITHOUT FUNCTION нужно быть суперпользователем" -#: commands/functioncmds.c:1634 +#: commands/functioncmds.c:1633 #, c-format msgid "source and target data types are not physically compatible" msgstr "исходный и целевой типы данных не совместимы физически" -#: commands/functioncmds.c:1649 +#: commands/functioncmds.c:1648 #, c-format msgid "composite data types are not binary-compatible" msgstr "составные типы данных не совместимы на двоичном уровне" -#: commands/functioncmds.c:1655 +#: commands/functioncmds.c:1654 #, c-format msgid "enum data types are not binary-compatible" msgstr "типы-перечисления не совместимы на двоичном уровне" -#: commands/functioncmds.c:1661 +#: commands/functioncmds.c:1660 #, c-format msgid "array data types are not binary-compatible" msgstr "типы-массивы не совместимы на двоичном уровне" -#: commands/functioncmds.c:1678 +#: commands/functioncmds.c:1677 #, c-format msgid "domain data types must not be marked binary-compatible" msgstr "типы-домены не могут считаться двоично-совместимыми" -#: commands/functioncmds.c:1688 +#: commands/functioncmds.c:1687 #, c-format msgid "source data type and target data type are the same" msgstr "исходный тип данных совпадает с целевым" -#: commands/functioncmds.c:1721 +#: commands/functioncmds.c:1720 #, c-format msgid "cast from type %s to type %s already exists" msgstr "преобразование типа %s в тип %s уже существует" -#: commands/functioncmds.c:1795 +#: commands/functioncmds.c:1794 #, c-format msgid "cast from type %s to type %s does not exist" msgstr "преобразование типа %s в тип %s не существует" -#: commands/functioncmds.c:1883 +#: commands/functioncmds.c:1882 #, c-format msgid "function \"%s\" already exists in schema \"%s\"" msgstr "функция %s уже существует в схеме \"%s\"" -#: commands/functioncmds.c:1956 +#: commands/functioncmds.c:1955 #, c-format msgid "no inline code specified" msgstr "нет внедрённого кода" -#: commands/functioncmds.c:2001 +#: commands/functioncmds.c:2000 #, c-format msgid "language \"%s\" does not support inline code execution" msgstr "язык \"%s\" не поддерживает выполнение внедрённого кода" -#: commands/indexcmds.c:159 commands/indexcmds.c:481 +#: commands/indexcmds.c:158 commands/indexcmds.c:487 #: commands/opclasscmds.c:369 commands/opclasscmds.c:788 #: commands/opclasscmds.c:2121 #, c-format msgid "access method \"%s\" does not exist" msgstr "метод доступа \"%s\" не существует" -#: commands/indexcmds.c:338 +#: commands/indexcmds.c:340 #, c-format msgid "must specify at least one column" msgstr "нужно указать минимум одну колонку" -#: commands/indexcmds.c:342 +#: commands/indexcmds.c:344 #, c-format msgid "cannot use more than %d columns in an index" msgstr "число колонок в индексе не может превышать %d" -#: commands/indexcmds.c:370 +#: commands/indexcmds.c:376 #, c-format msgid "cannot create index on foreign table \"%s\"" msgstr "создать индекс в сторонней таблице \"%s\" нельзя" -#: commands/indexcmds.c:385 +#: commands/indexcmds.c:391 #, c-format msgid "cannot create indexes on temporary tables of other sessions" msgstr "создавать индексы во временных таблицах других сеансов нельзя" -#: commands/indexcmds.c:440 commands/tablecmds.c:509 commands/tablecmds.c:8691 +#: commands/indexcmds.c:446 commands/tablecmds.c:511 commands/tablecmds.c:8727 #, c-format msgid "only shared relations can be placed in pg_global tablespace" msgstr "" "в табличное пространство pg_global можно поместить только разделяемые таблицы" -#: commands/indexcmds.c:473 +#: commands/indexcmds.c:479 #, c-format msgid "substituting access method \"gist\" for obsolete method \"rtree\"" msgstr "устаревший метод доступа \"rtree\" подменяется методом \"gist\"" -#: commands/indexcmds.c:490 +#: commands/indexcmds.c:496 #, c-format msgid "access method \"%s\" does not support unique indexes" msgstr "метод доступа \"%s\" не поддерживает уникальные индексы" -#: commands/indexcmds.c:495 +#: commands/indexcmds.c:501 #, c-format msgid "access method \"%s\" does not support multicolumn indexes" msgstr "метод доступа \"%s\" не поддерживает индексы по многим колонкам" -#: commands/indexcmds.c:500 +#: commands/indexcmds.c:506 #, c-format msgid "access method \"%s\" does not support exclusion constraints" msgstr "метод доступа \"%s\" не поддерживает ограничения-исключения" -#: commands/indexcmds.c:579 +#: commands/indexcmds.c:585 #, c-format msgid "%s %s will create implicit index \"%s\" for table \"%s\"" msgstr "%s %s создаст неявный индекс \"%s\" для таблицы \"%s\"" -#: commands/indexcmds.c:930 +#: commands/indexcmds.c:936 #, c-format msgid "cannot use subquery in index predicate" msgstr "в предикате индекса нельзя использовать подзапросы" -#: commands/indexcmds.c:934 +#: commands/indexcmds.c:940 #, c-format msgid "cannot use aggregate in index predicate" msgstr "в предикате индекса нельзя использовать агрегатные функции" -#: commands/indexcmds.c:943 +#: commands/indexcmds.c:949 #, c-format msgid "functions in index predicate must be marked IMMUTABLE" msgstr "функции в предикате индекса должны быть помечены как IMMUTABLE" -#: commands/indexcmds.c:1009 parser/parse_utilcmd.c:1761 +#: commands/indexcmds.c:1015 parser/parse_utilcmd.c:1761 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "указанная в ключе колонка \"%s\" не существует" -#: commands/indexcmds.c:1062 +#: commands/indexcmds.c:1068 #, c-format msgid "cannot use subquery in index expression" msgstr "в индексном выражении нельзя использовать подзапросы" -#: commands/indexcmds.c:1066 +#: commands/indexcmds.c:1072 #, c-format msgid "cannot use aggregate function in index expression" msgstr "в индексном выражении нельзя использовать агрегатные функции" -#: commands/indexcmds.c:1077 +#: commands/indexcmds.c:1083 #, c-format msgid "functions in index expression must be marked IMMUTABLE" msgstr "функции в индексном выражении должны быть помечены как IMMUTABLE" -#: commands/indexcmds.c:1100 +#: commands/indexcmds.c:1106 #, c-format msgid "could not determine which collation to use for index expression" msgstr "не удалось определить правило сравнения для индексного выражения" -#: commands/indexcmds.c:1108 commands/typecmds.c:776 parser/parse_expr.c:2171 -#: parser/parse_type.c:498 parser/parse_utilcmd.c:2621 utils/adt/misc.c:518 +#: commands/indexcmds.c:1114 commands/typecmds.c:776 parser/parse_expr.c:2171 +#: parser/parse_type.c:498 parser/parse_utilcmd.c:2599 utils/adt/misc.c:518 #, c-format msgid "collations are not supported by type %s" msgstr "тип %s не поддерживает сортировку (COLLATION)" -#: commands/indexcmds.c:1146 +#: commands/indexcmds.c:1152 #, c-format msgid "operator %s is not commutative" msgstr "оператор %s не коммутативен" -#: commands/indexcmds.c:1148 +#: commands/indexcmds.c:1154 #, c-format msgid "Only commutative operators can be used in exclusion constraints." msgstr "" "В ограничениях-исключениях могут использоваться только коммутативные " "операторы." -#: commands/indexcmds.c:1174 +#: commands/indexcmds.c:1180 #, c-format msgid "operator %s is not a member of operator family \"%s\"" msgstr "оператор \"%s\" не входит в семейство операторов \"%s\"" -#: commands/indexcmds.c:1177 +#: commands/indexcmds.c:1183 #, c-format msgid "" "The exclusion operator must be related to the index operator class for the " @@ -6024,24 +6027,24 @@ msgstr "" "Оператор исключения для ограничения должен относиться к классу операторов " "индекса." -#: commands/indexcmds.c:1212 +#: commands/indexcmds.c:1218 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "метод доступа \"%s\" не поддерживает сортировку ASC/DESC" -#: commands/indexcmds.c:1217 +#: commands/indexcmds.c:1223 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "метод доступа \"%s\" не поддерживает параметр NULLS FIRST/LAST" -#: commands/indexcmds.c:1273 commands/typecmds.c:1853 +#: commands/indexcmds.c:1279 commands/typecmds.c:1853 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "" "для типа данных %s не определён класс операторов по умолчанию для метода " "доступа \"%s\"" -#: commands/indexcmds.c:1275 +#: commands/indexcmds.c:1281 #, c-format msgid "" "You must specify an operator class for the index or define a default " @@ -6050,34 +6053,34 @@ msgstr "" "Вы должны указать класс операторов для индекса или определить класс " "операторов по умолчанию для этого типа данных." -#: commands/indexcmds.c:1304 commands/indexcmds.c:1312 +#: commands/indexcmds.c:1310 commands/indexcmds.c:1318 #: commands/opclasscmds.c:212 #, c-format msgid "operator class \"%s\" does not exist for access method \"%s\"" msgstr "класс операторов \"%s\" для метода доступа \"%s\" не существует" -#: commands/indexcmds.c:1325 commands/typecmds.c:1841 +#: commands/indexcmds.c:1331 commands/typecmds.c:1841 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "класс операторов \"%s\" не принимает тип данных %s" -#: commands/indexcmds.c:1415 +#: commands/indexcmds.c:1421 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "" "для типа данных %s определено несколько классов операторов по умолчанию" -#: commands/indexcmds.c:1789 +#: commands/indexcmds.c:1795 #, c-format msgid "table \"%s\" has no indexes" msgstr "таблица \"%s\" не имеет индексов" -#: commands/indexcmds.c:1817 +#: commands/indexcmds.c:1823 #, c-format msgid "can only reindex the currently open database" msgstr "переиндексировать можно только текущую базу данных" -#: commands/indexcmds.c:1904 +#: commands/indexcmds.c:1910 #, c-format msgid "table \"%s.%s\" was reindexed" msgstr "таблица \"%s.%s\" переиндексирована" @@ -6466,8 +6469,8 @@ msgstr "поставщик меток безопасности \"%s\" не за msgid "unlogged sequences are not supported" msgstr "нежурналируемые последовательности не поддерживаются" -#: commands/sequence.c:419 commands/tablecmds.c:2264 commands/tablecmds.c:2436 -#: commands/tablecmds.c:9788 parser/parse_utilcmd.c:2321 tcop/utility.c:756 +#: commands/sequence.c:419 commands/tablecmds.c:2266 commands/tablecmds.c:2438 +#: commands/tablecmds.c:9824 tcop/utility.c:714 #, c-format msgid "relation \"%s\" does not exist, skipping" msgstr "отношение \"%s\" не существует, пропускается" @@ -6502,17 +6505,17 @@ msgstr "" #: commands/sequence.c:1028 lib/stringinfo.c:266 libpq/auth.c:1018 #: libpq/auth.c:1378 libpq/auth.c:1446 libpq/auth.c:1848 -#: postmaster/postmaster.c:1921 postmaster/postmaster.c:1952 -#: postmaster/postmaster.c:3250 postmaster/postmaster.c:3929 -#: postmaster/postmaster.c:4015 postmaster/postmaster.c:4638 +#: postmaster/postmaster.c:1916 postmaster/postmaster.c:1947 +#: postmaster/postmaster.c:3245 postmaster/postmaster.c:3924 +#: postmaster/postmaster.c:4009 postmaster/postmaster.c:4632 #: storage/buffer/buf_init.c:154 storage/buffer/localbuf.c:393 #: storage/file/fd.c:374 storage/file/fd.c:771 storage/file/fd.c:889 -#: storage/file/fd.c:1502 storage/ipc/procarray.c:886 -#: storage/ipc/procarray.c:1326 storage/ipc/procarray.c:1333 -#: storage/ipc/procarray.c:1652 storage/ipc/procarray.c:2121 +#: storage/file/fd.c:1502 storage/ipc/procarray.c:893 +#: storage/ipc/procarray.c:1333 storage/ipc/procarray.c:1340 +#: storage/ipc/procarray.c:1659 storage/ipc/procarray.c:2128 #: utils/adt/formatting.c:1526 utils/adt/formatting.c:1646 -#: utils/adt/formatting.c:1767 utils/adt/regexp.c:209 utils/adt/varlena.c:3530 -#: utils/adt/varlena.c:3551 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:373 +#: utils/adt/formatting.c:1767 utils/adt/regexp.c:219 utils/adt/varlena.c:3531 +#: utils/adt/varlena.c:3552 utils/fmgr/dfmgr.c:224 utils/hash/dynahash.c:373 #: utils/hash/dynahash.c:450 utils/hash/dynahash.c:964 #: utils/init/miscinit.c:150 utils/init/miscinit.c:171 #: utils/init/miscinit.c:181 utils/mb/mbutils.c:374 utils/mb/mbutils.c:675 @@ -6568,7 +6571,7 @@ msgstr "неверное указание OWNED BY" msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Укажите OWNED BY таблица.колонка или OWNED BY NONE." -#: commands/sequence.c:1439 commands/tablecmds.c:5740 +#: commands/sequence.c:1439 commands/tablecmds.c:5746 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "указанный объект \"%s\" не является таблицей" @@ -6652,8 +6655,8 @@ msgstr "\"%s\" - это не тип" msgid "Use DROP TYPE to remove a type." msgstr "Выполните DROP TYPE для удаления типа." -#: commands/tablecmds.c:232 commands/tablecmds.c:7751 -#: commands/tablecmds.c:9723 +#: commands/tablecmds.c:232 commands/tablecmds.c:7758 +#: commands/tablecmds.c:9759 #, c-format msgid "foreign table \"%s\" does not exist" msgstr "сторонняя таблица \"%s\" не существует" @@ -6667,89 +6670,89 @@ msgstr "сторонняя таблица \"%s\" не существует, пр msgid "Use DROP FOREIGN TABLE to remove a foreign table." msgstr "Выполните DROP FOREIGN TABLE для удаления сторонней таблицы." -#: commands/tablecmds.c:453 +#: commands/tablecmds.c:455 #, c-format msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT можно использовать только для временных таблиц" -#: commands/tablecmds.c:457 +#: commands/tablecmds.c:459 #, c-format msgid "constraints on foreign tables are not supported" msgstr "ограничения для внешних таблиц не поддерживаются" -#: commands/tablecmds.c:477 +#: commands/tablecmds.c:479 #, c-format msgid "cannot create temporary table within security-restricted operation" msgstr "" "в рамках операции с ограничениями по безопасности нельзя создать временную " "таблицу" -#: commands/tablecmds.c:583 commands/tablecmds.c:4489 +#: commands/tablecmds.c:585 commands/tablecmds.c:4491 #, c-format msgid "default values on foreign tables are not supported" msgstr "значения полей по умолчанию для сторонних таблиц не поддерживаются" -#: commands/tablecmds.c:755 +#: commands/tablecmds.c:757 #, c-format msgid "DROP INDEX CONCURRENTLY does not support dropping multiple objects" msgstr "DROP INDEX CONCURRENTLY не поддерживает удаление нескольких объектов" -#: commands/tablecmds.c:759 +#: commands/tablecmds.c:761 #, c-format msgid "DROP INDEX CONCURRENTLY does not support CASCADE" msgstr "DROP INDEX CONCURRENTLY не поддерживает режим CASCADE" -#: commands/tablecmds.c:900 commands/tablecmds.c:1235 -#: commands/tablecmds.c:2081 commands/tablecmds.c:3948 -#: commands/tablecmds.c:5746 commands/tablecmds.c:10317 commands/trigger.c:194 -#: commands/trigger.c:1085 commands/trigger.c:1191 rewrite/rewriteDefine.c:266 -#: tcop/utility.c:104 +#: commands/tablecmds.c:902 commands/tablecmds.c:1237 +#: commands/tablecmds.c:2083 commands/tablecmds.c:3950 +#: commands/tablecmds.c:5752 commands/tablecmds.c:10350 +#: commands/tablecmds.c:10385 commands/trigger.c:205 commands/trigger.c:1103 +#: commands/trigger.c:1209 rewrite/rewriteDefine.c:266 #, c-format msgid "permission denied: \"%s\" is a system catalog" msgstr "доступ запрещён: \"%s\" - это системный каталог" -#: commands/tablecmds.c:1014 +#: commands/tablecmds.c:1016 #, c-format msgid "truncate cascades to table \"%s\"" msgstr "удаление распространяется на таблицу %s" -#: commands/tablecmds.c:1245 +#: commands/tablecmds.c:1247 #, c-format msgid "cannot truncate temporary tables of other sessions" msgstr "временные таблицы других сеансов нельзя очистить" -#: commands/tablecmds.c:1450 parser/parse_utilcmd.c:1724 +#: commands/tablecmds.c:1452 parser/parse_utilcmd.c:1724 #, c-format msgid "inherited relation \"%s\" is not a table" msgstr "наследованное отношение \"%s\" не является таблицей" -#: commands/tablecmds.c:1457 commands/tablecmds.c:8923 +#: commands/tablecmds.c:1459 commands/tablecmds.c:8959 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "временное отношение \"%s\" не может наследоваться" -#: commands/tablecmds.c:1465 commands/tablecmds.c:8931 +#: commands/tablecmds.c:1467 commands/tablecmds.c:8967 #, c-format msgid "cannot inherit from temporary relation of another session" msgstr "наследование от временного отношения другого сеанса невозможно" -#: commands/tablecmds.c:1481 commands/tablecmds.c:8965 +#: commands/tablecmds.c:1483 commands/tablecmds.c:9001 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "отношение \"%s\" наследуется неоднократно" -#: commands/tablecmds.c:1529 +#: commands/tablecmds.c:1531 #, c-format msgid "merging multiple inherited definitions of column \"%s\"" msgstr "слияние нескольких наследованных определений колонки \"%s\"" -#: commands/tablecmds.c:1537 +#: commands/tablecmds.c:1539 #, c-format msgid "inherited column \"%s\" has a type conflict" msgstr "конфликт типов в наследованной колонке \"%s\"" -#: commands/tablecmds.c:1539 commands/tablecmds.c:1560 -#: commands/tablecmds.c:1747 commands/tablecmds.c:1769 +#: commands/tablecmds.c:1541 commands/tablecmds.c:1562 +#: commands/tablecmds.c:1749 commands/tablecmds.c:1771 #: parser/parse_coerce.c:1591 parser/parse_coerce.c:1611 #: parser/parse_coerce.c:1631 parser/parse_coerce.c:1676 #: parser/parse_coerce.c:1713 parser/parse_param.c:217 @@ -6757,64 +6760,64 @@ msgstr "конфликт типов в наследованной колонке msgid "%s versus %s" msgstr "%s и %s" -#: commands/tablecmds.c:1546 +#: commands/tablecmds.c:1548 #, c-format msgid "inherited column \"%s\" has a collation conflict" msgstr "конфликт правил сортировки в наследованной колонке \"%s\"" -#: commands/tablecmds.c:1548 commands/tablecmds.c:1757 -#: commands/tablecmds.c:4362 +#: commands/tablecmds.c:1550 commands/tablecmds.c:1759 +#: commands/tablecmds.c:4364 #, c-format msgid "\"%s\" versus \"%s\"" msgstr "\"%s\" и \"%s\"" -#: commands/tablecmds.c:1558 +#: commands/tablecmds.c:1560 #, c-format msgid "inherited column \"%s\" has a storage parameter conflict" msgstr "конфликт параметров хранения в наследованной колонке \"%s\"" -#: commands/tablecmds.c:1670 parser/parse_utilcmd.c:818 +#: commands/tablecmds.c:1672 parser/parse_utilcmd.c:818 #: parser/parse_utilcmd.c:1159 parser/parse_utilcmd.c:1235 #, c-format msgid "cannot convert whole-row table reference" msgstr "преобразовать ссылку на тип всей строки таблицы нельзя" -#: commands/tablecmds.c:1671 parser/parse_utilcmd.c:819 +#: commands/tablecmds.c:1673 parser/parse_utilcmd.c:819 #, c-format msgid "Constraint \"%s\" contains a whole-row reference to table \"%s\"." msgstr "Ограничение \"%s\" ссылается на тип всей строки в таблице \"%s\"." -#: commands/tablecmds.c:1737 +#: commands/tablecmds.c:1739 #, c-format msgid "merging column \"%s\" with inherited definition" msgstr "слияние колонки \"%s\" с наследованным определением" -#: commands/tablecmds.c:1745 +#: commands/tablecmds.c:1747 #, c-format msgid "column \"%s\" has a type conflict" msgstr "конфликт типов в колонке \"%s\"" -#: commands/tablecmds.c:1755 +#: commands/tablecmds.c:1757 #, c-format msgid "column \"%s\" has a collation conflict" msgstr "конфликт правил сортировки в колонке \"%s\"" -#: commands/tablecmds.c:1767 +#: commands/tablecmds.c:1769 #, c-format msgid "column \"%s\" has a storage parameter conflict" msgstr "конфликт параметров хранения в колонке \"%s\"" -#: commands/tablecmds.c:1819 +#: commands/tablecmds.c:1821 #, c-format msgid "column \"%s\" inherits conflicting default values" msgstr "колонка \"%s\" наследует конфликтующие значения по умолчанию" -#: commands/tablecmds.c:1821 +#: commands/tablecmds.c:1823 #, c-format msgid "To resolve the conflict, specify a default explicitly." msgstr "Для решения конфликта укажите желаемое значение по умолчанию." -#: commands/tablecmds.c:1868 +#: commands/tablecmds.c:1870 #, c-format msgid "" "check constraint name \"%s\" appears multiple times but with different " @@ -6823,48 +6826,48 @@ msgstr "" "имя ограничения-проверки \"%s\" фигурирует несколько раз, но с разными " "выражениями" -#: commands/tablecmds.c:2053 +#: commands/tablecmds.c:2055 #, c-format msgid "cannot rename column of typed table" msgstr "переименовать колонку типизированной таблицы нельзя" -#: commands/tablecmds.c:2069 +#: commands/tablecmds.c:2071 #, c-format msgid "\"%s\" is not a table, view, composite type, index, or foreign table" msgstr "" "\"%s\" - это не таблица, представление, составной тип или сторонняя таблица" -#: commands/tablecmds.c:2161 +#: commands/tablecmds.c:2163 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "" "наследованная колонка \"%s\" должна быть также переименована в дочерних " "таблицах" -#: commands/tablecmds.c:2193 +#: commands/tablecmds.c:2195 #, c-format msgid "cannot rename system column \"%s\"" msgstr "нельзя переименовать системную колонку \"%s\"" -#: commands/tablecmds.c:2208 +#: commands/tablecmds.c:2210 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "нельзя переименовать наследованную колонку \"%s\"" -#: commands/tablecmds.c:2350 +#: commands/tablecmds.c:2352 #, c-format msgid "inherited constraint \"%s\" must be renamed in child tables too" msgstr "" "наследуемое ограничение \"%s\" должно быть также переименовано в дочерних " "таблицах" -#: commands/tablecmds.c:2357 +#: commands/tablecmds.c:2359 #, c-format msgid "cannot rename inherited constraint \"%s\"" msgstr "нельзя переименовать наследованное ограничение \"%s\"" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2559 +#: commands/tablecmds.c:2561 #, c-format msgid "" "cannot %s \"%s\" because it is being used by active queries in this session" @@ -6873,76 +6876,76 @@ msgstr "" "запросами в данном сеансе" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2568 +#: commands/tablecmds.c:2570 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "" "нельзя выполнить %s \"%s\", так как с этим объектом связаны отложенные " "события триггеров" -#: commands/tablecmds.c:3467 +#: commands/tablecmds.c:3469 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "перезаписать системное отношение \"%s\" нельзя" -#: commands/tablecmds.c:3477 +#: commands/tablecmds.c:3479 #, c-format msgid "cannot rewrite temporary tables of other sessions" msgstr "перезаписывать временные таблицы других сеансов нельзя" -#: commands/tablecmds.c:3703 +#: commands/tablecmds.c:3705 #, c-format msgid "rewriting table \"%s\"" msgstr "перезапись таблицы \"%s\"" -#: commands/tablecmds.c:3707 +#: commands/tablecmds.c:3709 #, c-format msgid "verifying table \"%s\"" msgstr "проверка таблицы \"%s\"" -#: commands/tablecmds.c:3814 +#: commands/tablecmds.c:3816 #, c-format msgid "column \"%s\" contains null values" msgstr "колонка \"%s\" содержит значения NULL" -#: commands/tablecmds.c:3828 commands/tablecmds.c:6645 +#: commands/tablecmds.c:3830 commands/tablecmds.c:6652 #, c-format msgid "check constraint \"%s\" is violated by some row" msgstr "ограничение-проверку \"%s\" нарушает некоторая строка" -#: commands/tablecmds.c:3969 +#: commands/tablecmds.c:3971 #, c-format msgid "\"%s\" is not a table or index" msgstr "\"%s\" - это не таблица и не индекс" -#: commands/tablecmds.c:3972 commands/trigger.c:188 commands/trigger.c:1079 -#: commands/trigger.c:1183 rewrite/rewriteDefine.c:260 +#: commands/tablecmds.c:3974 commands/trigger.c:199 commands/trigger.c:1097 +#: commands/trigger.c:1201 rewrite/rewriteDefine.c:260 #, c-format msgid "\"%s\" is not a table or view" msgstr "\"%s\" - это не таблица и не представление" -#: commands/tablecmds.c:3975 +#: commands/tablecmds.c:3977 #, c-format msgid "\"%s\" is not a table or foreign table" msgstr "\"%s\" - это не таблица и не сторонняя таблица" -#: commands/tablecmds.c:3978 +#: commands/tablecmds.c:3980 #, c-format msgid "\"%s\" is not a table, composite type, or foreign table" msgstr "\"%s\" - это не таблица, составной тип или сторонняя таблица" -#: commands/tablecmds.c:3988 +#: commands/tablecmds.c:3990 #, c-format msgid "\"%s\" is of the wrong type" msgstr "неправильный тип \"%s\"" -#: commands/tablecmds.c:4137 commands/tablecmds.c:4144 +#: commands/tablecmds.c:4139 commands/tablecmds.c:4146 #, c-format msgid "cannot alter type \"%s\" because column \"%s.%s\" uses it" msgstr "" "изменить тип \"%s\" нельзя, так как он задействован в колонке \"%s.%s\"" -#: commands/tablecmds.c:4151 +#: commands/tablecmds.c:4153 #, c-format msgid "" "cannot alter foreign table \"%s\" because column \"%s.%s\" uses its row type" @@ -6950,143 +6953,143 @@ msgstr "" "изменить стороннюю таблицу \"%s\" нельзя, так как колонка \"%s.%s\" " "задействует тип её строки" -#: commands/tablecmds.c:4158 +#: commands/tablecmds.c:4160 #, c-format msgid "cannot alter table \"%s\" because column \"%s.%s\" uses its row type" msgstr "" "изменить таблицу \"%s\" нельзя, так как колонка \"%s.%s\" задействует тип её " "строки" -#: commands/tablecmds.c:4220 +#: commands/tablecmds.c:4222 #, c-format msgid "cannot alter type \"%s\" because it is the type of a typed table" msgstr "изменить тип \"%s\", так как это тип типизированной таблицы" -#: commands/tablecmds.c:4222 +#: commands/tablecmds.c:4224 #, c-format msgid "Use ALTER ... CASCADE to alter the typed tables too." msgstr "" "Чтобы изменить также типизированные таблицы, выполните ALTER ... CASCADE." -#: commands/tablecmds.c:4266 +#: commands/tablecmds.c:4268 #, c-format msgid "type %s is not a composite type" msgstr "тип %s не является составным" -#: commands/tablecmds.c:4292 +#: commands/tablecmds.c:4294 #, c-format msgid "cannot add column to typed table" msgstr "добавить колонку в типизированную таблицу нельзя" -#: commands/tablecmds.c:4354 commands/tablecmds.c:9119 +#: commands/tablecmds.c:4356 commands/tablecmds.c:9155 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "дочерняя таблица \"%s\" имеет другой тип для колонки \"%s\"" -#: commands/tablecmds.c:4360 commands/tablecmds.c:9126 +#: commands/tablecmds.c:4362 commands/tablecmds.c:9162 #, c-format msgid "child table \"%s\" has different collation for column \"%s\"" msgstr "" "дочерняя таблица \"%s\" имеет другое правило сортировки для колонки \"%s\"" -#: commands/tablecmds.c:4370 +#: commands/tablecmds.c:4372 #, c-format msgid "child table \"%s\" has a conflicting \"%s\" column" msgstr "дочерняя таблица \"%s\" содержит конфликтующую колонку \"%s\"" -#: commands/tablecmds.c:4382 +#: commands/tablecmds.c:4384 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" msgstr "объединение определений колонки \"%s\" для потомка \"%s\"" -#: commands/tablecmds.c:4608 +#: commands/tablecmds.c:4610 #, c-format msgid "column must be added to child tables too" msgstr "колонка также должна быть добавлена к дочерним таблицам" -#: commands/tablecmds.c:4675 +#: commands/tablecmds.c:4677 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "колонка \"%s\" отношения \"%s\" уже существует" -#: commands/tablecmds.c:4778 commands/tablecmds.c:4870 -#: commands/tablecmds.c:4915 commands/tablecmds.c:5017 -#: commands/tablecmds.c:5061 commands/tablecmds.c:5140 -#: commands/tablecmds.c:7168 commands/tablecmds.c:7773 +#: commands/tablecmds.c:4780 commands/tablecmds.c:4872 +#: commands/tablecmds.c:4917 commands/tablecmds.c:5019 +#: commands/tablecmds.c:5063 commands/tablecmds.c:5142 +#: commands/tablecmds.c:7175 commands/tablecmds.c:7780 #, c-format msgid "cannot alter system column \"%s\"" msgstr "системную колонку \"%s\" нельзя изменить" -#: commands/tablecmds.c:4814 +#: commands/tablecmds.c:4816 #, c-format msgid "column \"%s\" is in a primary key" msgstr "колонка \"%s\" входит в первичный ключ" -#: commands/tablecmds.c:4964 +#: commands/tablecmds.c:4966 #, c-format msgid "\"%s\" is not a table, index, or foreign table" msgstr "\"%s\" - это не таблица, не индекс и не сторонняя таблица" -#: commands/tablecmds.c:4991 +#: commands/tablecmds.c:4993 #, c-format msgid "statistics target %d is too low" msgstr "целевое значение статистики слишком мало (%d)" -#: commands/tablecmds.c:4999 +#: commands/tablecmds.c:5001 #, c-format msgid "lowering statistics target to %d" msgstr "целевое значение статистики снижается до %d" -#: commands/tablecmds.c:5121 +#: commands/tablecmds.c:5123 #, c-format msgid "invalid storage type \"%s\"" msgstr "неверный тип хранилища \"%s\"" -#: commands/tablecmds.c:5152 +#: commands/tablecmds.c:5154 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "тип данных колонки %s совместим только с хранилищем PLAIN" -#: commands/tablecmds.c:5182 +#: commands/tablecmds.c:5184 #, c-format msgid "cannot drop column from typed table" msgstr "нельзя удалить колонку в типизированной таблице" -#: commands/tablecmds.c:5223 +#: commands/tablecmds.c:5225 #, c-format msgid "column \"%s\" of relation \"%s\" does not exist, skipping" msgstr "колонка \"%s\" в таблице\"%s\" не существует, пропускается" -#: commands/tablecmds.c:5236 +#: commands/tablecmds.c:5238 #, c-format msgid "cannot drop system column \"%s\"" msgstr "нельзя удалить системную колонку \"%s\"" -#: commands/tablecmds.c:5243 +#: commands/tablecmds.c:5245 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "нельзя удалить наследованную колонку \"%s\"" -#: commands/tablecmds.c:5472 +#: commands/tablecmds.c:5475 #, c-format msgid "" "ALTER TABLE / ADD CONSTRAINT USING INDEX will rename index \"%s\" to \"%s\"" msgstr "" "ALTER TABLE / ADD CONSTRAINT USING INDEX переименует индекс \"%s\" в \"%s\"" -#: commands/tablecmds.c:5673 +#: commands/tablecmds.c:5676 #, c-format msgid "constraint must be added to child tables too" msgstr "ограничение также должно быть добавлено к дочерним таблицам" -#: commands/tablecmds.c:5763 +#: commands/tablecmds.c:5769 #, c-format msgid "constraints on permanent tables may reference only permanent tables" msgstr "" "ограничения в постоянных таблицах могут ссылаться только на постоянные " "таблицы" -#: commands/tablecmds.c:5770 +#: commands/tablecmds.c:5776 #, c-format msgid "" "constraints on unlogged tables may reference only permanent or unlogged " @@ -7095,13 +7098,13 @@ msgstr "" "ограничения в нежурналируемых таблицах могут ссылаться только на постоянные " "или нежурналируемые таблицы" -#: commands/tablecmds.c:5776 +#: commands/tablecmds.c:5782 #, c-format msgid "constraints on temporary tables may reference only temporary tables" msgstr "" "ограничения во временных таблицах могут ссылаться только на временные таблицы" -#: commands/tablecmds.c:5780 +#: commands/tablecmds.c:5786 #, c-format msgid "" "constraints on temporary tables must involve temporary tables of this session" @@ -7109,28 +7112,28 @@ msgstr "" "ограничения во временных таблицах должны ссылаться только на временные " "таблицы текущего сеанса" -#: commands/tablecmds.c:5841 +#: commands/tablecmds.c:5847 #, c-format msgid "number of referencing and referenced columns for foreign key disagree" msgstr "число колонок в источнике и назначении внешнего ключа не совпадает" -#: commands/tablecmds.c:5948 +#: commands/tablecmds.c:5954 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "ограничение внешнего ключа \"%s\" нельзя реализовать" -#: commands/tablecmds.c:5951 +#: commands/tablecmds.c:5957 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Колонки ключа \"%s\" и \"%s\" имеют несовместимые типы: %s и %s." -#: commands/tablecmds.c:6143 commands/tablecmds.c:7007 -#: commands/tablecmds.c:7063 +#: commands/tablecmds.c:6150 commands/tablecmds.c:7014 +#: commands/tablecmds.c:7070 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "ограничение \"%s\" в таблице \"%s\" не существует" -#: commands/tablecmds.c:6150 +#: commands/tablecmds.c:6157 #, c-format msgid "" "constraint \"%s\" of relation \"%s\" is not a foreign key or check constraint" @@ -7138,41 +7141,41 @@ msgstr "" "ограничение \"%s\" в таблице \"%s\" не является внешним ключом или " "ограничением-проверкой" -#: commands/tablecmds.c:6219 +#: commands/tablecmds.c:6226 #, c-format msgid "constraint must be validated on child tables too" msgstr "ограничение также должно соблюдаться в дочерних таблицах" -#: commands/tablecmds.c:6277 +#: commands/tablecmds.c:6284 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "колонка \"%s\", указанная в ограничении внешнего ключа, не существует" -#: commands/tablecmds.c:6282 +#: commands/tablecmds.c:6289 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "во внешнем ключе не может быть больше %d колонок" -#: commands/tablecmds.c:6347 +#: commands/tablecmds.c:6354 #, c-format msgid "cannot use a deferrable primary key for referenced table \"%s\"" msgstr "" "использовать откладываемый первичный ключ в целевой внешней таблице \"%s\" " "нельзя" -#: commands/tablecmds.c:6364 +#: commands/tablecmds.c:6371 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "в целевой внешней таблице \"%s\" нет первичного ключа" -#: commands/tablecmds.c:6516 +#: commands/tablecmds.c:6523 #, c-format msgid "cannot use a deferrable unique constraint for referenced table \"%s\"" msgstr "" "использовать откладываемое ограничение уникальности в целевой внешней " "таблице \"%s\" нельзя" -#: commands/tablecmds.c:6521 +#: commands/tablecmds.c:6528 #, c-format msgid "" "there is no unique constraint matching given keys for referenced table \"%s\"" @@ -7180,190 +7183,190 @@ msgstr "" "в целевой внешней таблице \"%s\" нет ограничения уникальности, " "соответствующего данным ключам" -#: commands/tablecmds.c:6675 +#: commands/tablecmds.c:6682 #, c-format msgid "validating foreign key constraint \"%s\"" msgstr "проверка ограничения внешнего ключа \"%s\"" -#: commands/tablecmds.c:6969 +#: commands/tablecmds.c:6976 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "удалить наследованное ограничение \"%s\" таблицы \"%s\" нельзя" -#: commands/tablecmds.c:7013 +#: commands/tablecmds.c:7020 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist, skipping" msgstr "ограничение \"%s\" в таблице \"%s\" не существует, пропускается" -#: commands/tablecmds.c:7152 +#: commands/tablecmds.c:7159 #, c-format msgid "cannot alter column type of typed table" msgstr "изменить тип колонки в типизированной таблице нельзя" -#: commands/tablecmds.c:7175 +#: commands/tablecmds.c:7182 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "изменить наследованную колонку \"%s\" нельзя" -#: commands/tablecmds.c:7221 +#: commands/tablecmds.c:7228 #, c-format msgid "transform expression must not return a set" msgstr "выражение преобразования не должно возвращать множество" -#: commands/tablecmds.c:7227 +#: commands/tablecmds.c:7234 #, c-format msgid "cannot use subquery in transform expression" msgstr "нельзя использовать подзапрос в выражении преобразования" -#: commands/tablecmds.c:7231 +#: commands/tablecmds.c:7238 #, c-format msgid "cannot use aggregate function in transform expression" msgstr "нельзя использовать агрегатную функцию в выражении преобразования" -#: commands/tablecmds.c:7235 +#: commands/tablecmds.c:7242 #, c-format msgid "cannot use window function in transform expression" msgstr "нельзя использовать оконную функцию в выражении преобразования" -#: commands/tablecmds.c:7254 +#: commands/tablecmds.c:7261 #, c-format msgid "column \"%s\" cannot be cast automatically to type %s" msgstr "колонку \"%s\" нельзя автоматически привести к типу %s" -#: commands/tablecmds.c:7256 +#: commands/tablecmds.c:7263 #, c-format msgid "Specify a USING expression to perform the conversion." msgstr "Укажите выражение USING, чтобы выполнить преобразование." -#: commands/tablecmds.c:7305 +#: commands/tablecmds.c:7312 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "" "тип наследованной колонки \"%s\" должен быть изменён и в дочерних таблицах" -#: commands/tablecmds.c:7386 +#: commands/tablecmds.c:7393 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "нельзя изменить тип колонки \"%s\" дважды" -#: commands/tablecmds.c:7422 +#: commands/tablecmds.c:7429 #, c-format msgid "default for column \"%s\" cannot be cast automatically to type %s" msgstr "" "значение по умолчанию для колонки \"%s\" нельзя автоматически привести к " "типу %s" -#: commands/tablecmds.c:7548 +#: commands/tablecmds.c:7555 #, c-format msgid "cannot alter type of a column used by a view or rule" msgstr "" "изменить тип колонки, задействованной в представлении или правиле, нельзя" -#: commands/tablecmds.c:7549 commands/tablecmds.c:7568 +#: commands/tablecmds.c:7556 commands/tablecmds.c:7575 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s зависит от колонки \"%s\"" -#: commands/tablecmds.c:7567 +#: commands/tablecmds.c:7574 #, c-format msgid "cannot alter type of a column used in a trigger definition" msgstr "изменить тип колонки, задействованной в определении триггера, нельзя" -#: commands/tablecmds.c:8110 +#: commands/tablecmds.c:8141 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "сменить владельца индекса \"%s\" нельзя" -#: commands/tablecmds.c:8112 +#: commands/tablecmds.c:8143 #, c-format msgid "Change the ownership of the index's table, instead." msgstr "Однако возможно сменить владельца таблицы, содержащей этот индекс." -#: commands/tablecmds.c:8128 +#: commands/tablecmds.c:8159 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "сменить владельца последовательности \"%s\" нельзя" -#: commands/tablecmds.c:8130 commands/tablecmds.c:9807 +#: commands/tablecmds.c:8161 commands/tablecmds.c:9843 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Последовательность \"%s\" связана с таблицей \"%s\"." -#: commands/tablecmds.c:8142 commands/tablecmds.c:10387 +#: commands/tablecmds.c:8173 commands/tablecmds.c:10455 #, c-format msgid "Use ALTER TYPE instead." msgstr "Используйте ALTER TYPE." -#: commands/tablecmds.c:8151 commands/tablecmds.c:10404 +#: commands/tablecmds.c:8182 commands/tablecmds.c:10472 #, c-format msgid "\"%s\" is not a table, view, sequence, or foreign table" msgstr "" "\"%s\" - это не таблица, TOAST-таблица, индекс, представление или " "последовательность" -#: commands/tablecmds.c:8479 +#: commands/tablecmds.c:8514 #, c-format msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "в одной инструкции не может быть несколько подкомманд SET TABLESPACE" -#: commands/tablecmds.c:8548 +#: commands/tablecmds.c:8584 #, c-format msgid "\"%s\" is not a table, index, or TOAST table" msgstr "\"%s\" - это не таблица, индекс или TOAST-таблица" -#: commands/tablecmds.c:8684 +#: commands/tablecmds.c:8720 #, c-format msgid "cannot move system relation \"%s\"" msgstr "переместить системную таблицу \"%s\" нельзя" -#: commands/tablecmds.c:8700 +#: commands/tablecmds.c:8736 #, c-format msgid "cannot move temporary tables of other sessions" msgstr "перемещать временные таблицы других сеансов нельзя" -#: commands/tablecmds.c:8892 +#: commands/tablecmds.c:8928 #, c-format msgid "cannot change inheritance of typed table" msgstr "изменить наследование типизированной таблицы нельзя" -#: commands/tablecmds.c:8938 +#: commands/tablecmds.c:8974 #, c-format msgid "cannot inherit to temporary relation of another session" msgstr "наследование для временного отношения другого сеанса невозможно" -#: commands/tablecmds.c:8992 +#: commands/tablecmds.c:9028 #, c-format msgid "circular inheritance not allowed" msgstr "циклическое наследование недопустимо" -#: commands/tablecmds.c:8993 +#: commands/tablecmds.c:9029 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "\"%s\" уже является потомком \"%s\"." -#: commands/tablecmds.c:9001 +#: commands/tablecmds.c:9037 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" msgstr "таблица \"%s\" без OID не может наследоваться от таблицы \"%s\" с OID" -#: commands/tablecmds.c:9137 +#: commands/tablecmds.c:9173 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "колонка \"%s\" в дочерней таблице должна быть помечена как NOT NULL" -#: commands/tablecmds.c:9153 +#: commands/tablecmds.c:9189 #, c-format msgid "child table is missing column \"%s\"" msgstr "в дочерней таблице не хватает колонки \"%s\"" -#: commands/tablecmds.c:9236 +#: commands/tablecmds.c:9272 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" msgstr "" "дочерняя таблица \"%s\" содержит другое определение ограничения-проверки \"%s" "\"" -#: commands/tablecmds.c:9244 +#: commands/tablecmds.c:9280 #, c-format msgid "" "constraint \"%s\" conflicts with non-inherited constraint on child table \"%s" @@ -7372,67 +7375,67 @@ msgstr "" "ограничение \"%s\" конфликтует с ненаследуемым ограничением дочерней таблицы " "\"%s\"" -#: commands/tablecmds.c:9268 +#: commands/tablecmds.c:9304 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "в дочерней таблице не хватает ограничения \"%s\"" -#: commands/tablecmds.c:9348 +#: commands/tablecmds.c:9384 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "отношение \"%s\" не является предком отношения \"%s\"" -#: commands/tablecmds.c:9565 +#: commands/tablecmds.c:9601 #, c-format msgid "typed tables cannot inherit" msgstr "типизированные таблицы не могут наследоваться" -#: commands/tablecmds.c:9596 +#: commands/tablecmds.c:9632 #, c-format msgid "table is missing column \"%s\"" msgstr "в таблице не хватает колонки \"%s\"" -#: commands/tablecmds.c:9606 +#: commands/tablecmds.c:9642 #, c-format msgid "table has column \"%s\" where type requires \"%s\"" msgstr "таблица содержит колонку \"%s\", тогда как тип требует \"%s\"" -#: commands/tablecmds.c:9615 +#: commands/tablecmds.c:9651 #, c-format msgid "table \"%s\" has different type for column \"%s\"" msgstr "таблица \"%s\" содержит колонку \"%s\" другого типа" -#: commands/tablecmds.c:9628 +#: commands/tablecmds.c:9664 #, c-format msgid "table has extra column \"%s\"" msgstr "таблица содержит лишнюю колонку \"%s\"" -#: commands/tablecmds.c:9675 +#: commands/tablecmds.c:9711 #, c-format msgid "\"%s\" is not a typed table" msgstr "\"%s\" - это не типизированная таблица" -#: commands/tablecmds.c:9806 +#: commands/tablecmds.c:9842 #, c-format msgid "cannot move an owned sequence into another schema" msgstr "переместить последовательность с владельцем в другую схему нельзя" -#: commands/tablecmds.c:9897 +#: commands/tablecmds.c:9933 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "отношение \"%s\" уже существует в схеме \"%s\"" -#: commands/tablecmds.c:10371 +#: commands/tablecmds.c:10439 #, c-format msgid "\"%s\" is not a composite type" msgstr "\"%s\" - это не составной тип" -#: commands/tablecmds.c:10392 +#: commands/tablecmds.c:10460 #, c-format msgid "\"%s\" is a foreign table" msgstr "\"%s\" - сторонняя таблица" -#: commands/tablecmds.c:10393 +#: commands/tablecmds.c:10461 #, c-format msgid "Use ALTER FOREIGN TABLE instead." msgstr "Изменить её можно с помощью ALTER FOREIGN TABLE." @@ -7479,32 +7482,32 @@ msgstr "путь к табличному пространству должен msgid "tablespace location \"%s\" is too long" msgstr "путь к табличному пространству \"%s\" слишком длинный" -#: commands/tablespace.c:289 commands/tablespace.c:858 +#: commands/tablespace.c:289 commands/tablespace.c:862 #, c-format msgid "unacceptable tablespace name \"%s\"" msgstr "неприемлемое имя табличного пространства: \"%s\"" -#: commands/tablespace.c:291 commands/tablespace.c:859 +#: commands/tablespace.c:291 commands/tablespace.c:863 #, c-format msgid "The prefix \"pg_\" is reserved for system tablespaces." msgstr "Префикс \"pg_\" зарезервирован для системных табличных пространств." -#: commands/tablespace.c:301 commands/tablespace.c:871 +#: commands/tablespace.c:301 commands/tablespace.c:875 #, c-format msgid "tablespace \"%s\" already exists" msgstr "табличное пространство \"%s\" уже существует" #: commands/tablespace.c:371 commands/tablespace.c:534 -#: replication/basebackup.c:153 replication/basebackup.c:901 +#: replication/basebackup.c:170 replication/basebackup.c:923 #: utils/adt/misc.c:370 #, c-format msgid "tablespaces are not supported on this platform" msgstr "табличные пространства не поддерживаются на этой платформе" -#: commands/tablespace.c:409 commands/tablespace.c:842 -#: commands/tablespace.c:909 commands/tablespace.c:1014 -#: commands/tablespace.c:1080 commands/tablespace.c:1218 -#: commands/tablespace.c:1418 +#: commands/tablespace.c:409 commands/tablespace.c:846 +#: commands/tablespace.c:913 commands/tablespace.c:1018 +#: commands/tablespace.c:1084 commands/tablespace.c:1222 +#: commands/tablespace.c:1422 #, c-format msgid "tablespace \"%s\" does not exist" msgstr "табличное пространство \"%s\" не существует" @@ -7540,7 +7543,7 @@ msgstr "не удалось установить права для катало msgid "directory \"%s\" already in use as a tablespace" msgstr "каталог \"%s\" уже используется как табличное пространство" -#: commands/tablespace.c:618 commands/tablespace.c:779 +#: commands/tablespace.c:618 commands/tablespace.c:782 #, c-format msgid "could not remove symbolic link \"%s\": %m" msgstr "ошибка при удалении символической ссылки \"%s\": %m" @@ -7551,8 +7554,8 @@ msgid "could not create symbolic link \"%s\": %m" msgstr "не удалось создать символическую ссылку \"%s\": %m" #: commands/tablespace.c:694 commands/tablespace.c:704 -#: postmaster/postmaster.c:1177 replication/basebackup.c:259 -#: replication/basebackup.c:564 storage/file/copydir.c:67 +#: postmaster/postmaster.c:1172 replication/basebackup.c:276 +#: replication/basebackup.c:581 storage/file/copydir.c:67 #: storage/file/copydir.c:106 storage/file/fd.c:1741 utils/adt/genfile.c:353 #: utils/adt/misc.c:270 utils/misc/tzparser.c:323 #, c-format @@ -7565,174 +7568,174 @@ msgstr "не удалось открыть каталог \"%s\": %m" msgid "could not remove directory \"%s\": %m" msgstr "ошибка при удалении каталога \"%s\": %m" -#: commands/tablespace.c:1085 +#: commands/tablespace.c:1089 #, c-format msgid "Tablespace \"%s\" does not exist." msgstr "Табличное пространство \"%s\" не существует." -#: commands/tablespace.c:1517 +#: commands/tablespace.c:1521 #, c-format msgid "directories for tablespace %u could not be removed" msgstr "удалить каталоги табличного пространства %u не удалось" -#: commands/tablespace.c:1519 +#: commands/tablespace.c:1523 #, c-format msgid "You can remove the directories manually if necessary." msgstr "При необходимости вы можете удалить их вручную." -#: commands/trigger.c:161 +#: commands/trigger.c:172 #, c-format msgid "\"%s\" is a table" msgstr "\"%s\" - это таблица" -#: commands/trigger.c:163 +#: commands/trigger.c:174 #, c-format msgid "Tables cannot have INSTEAD OF triggers." msgstr "У таблиц не может быть триггеров INSTEAD OF." -#: commands/trigger.c:174 commands/trigger.c:181 +#: commands/trigger.c:185 commands/trigger.c:192 #, c-format msgid "\"%s\" is a view" msgstr "\"%s\" - это представление" -#: commands/trigger.c:176 +#: commands/trigger.c:187 #, c-format msgid "Views cannot have row-level BEFORE or AFTER triggers." msgstr "У представлений не может быть строковых триггеров BEFORE/AFTER." -#: commands/trigger.c:183 +#: commands/trigger.c:194 #, c-format msgid "Views cannot have TRUNCATE triggers." msgstr "У представлений не может быть триггеров TRUNCATE." -#: commands/trigger.c:239 +#: commands/trigger.c:257 #, c-format msgid "TRUNCATE FOR EACH ROW triggers are not supported" msgstr "триггеры TRUNCATE FOR EACH ROW не поддерживаются" -#: commands/trigger.c:247 +#: commands/trigger.c:265 #, c-format msgid "INSTEAD OF triggers must be FOR EACH ROW" msgstr "триггеры INSTEAD OF должны иметь тип FOR EACH ROW" -#: commands/trigger.c:251 +#: commands/trigger.c:269 #, c-format msgid "INSTEAD OF triggers cannot have WHEN conditions" msgstr "триггеры INSTEAD OF несовместимы с условиями WHEN" -#: commands/trigger.c:255 +#: commands/trigger.c:273 #, c-format msgid "INSTEAD OF triggers cannot have column lists" msgstr "для триггеров INSTEAD OF нельзя задать список колонок" -#: commands/trigger.c:299 +#: commands/trigger.c:317 #, c-format msgid "cannot use subquery in trigger WHEN condition" msgstr "в условии WHEN для триггера нельзя использовать подзапросы" -#: commands/trigger.c:303 +#: commands/trigger.c:321 #, c-format msgid "cannot use aggregate function in trigger WHEN condition" msgstr "в условии WHEN для триггера нельзя использовать агрегатные функции" -#: commands/trigger.c:307 +#: commands/trigger.c:325 #, c-format msgid "cannot use window function in trigger WHEN condition" msgstr "в условии WHEN для триггера нельзя использоваться оконные функции" -#: commands/trigger.c:329 commands/trigger.c:342 +#: commands/trigger.c:347 commands/trigger.c:360 #, c-format msgid "statement trigger's WHEN condition cannot reference column values" msgstr "" "в условии WHEN для операторного триггера нельзя ссылаться на значения колонок" -#: commands/trigger.c:334 +#: commands/trigger.c:352 #, c-format msgid "INSERT trigger's WHEN condition cannot reference OLD values" msgstr "в условии WHEN для триггера INSERT нельзя ссылаться на значения OLD" -#: commands/trigger.c:347 +#: commands/trigger.c:365 #, c-format msgid "DELETE trigger's WHEN condition cannot reference NEW values" msgstr "в условии WHEN для триггера DELETE нельзя ссылаться на значения NEW" -#: commands/trigger.c:352 +#: commands/trigger.c:370 #, c-format msgid "BEFORE trigger's WHEN condition cannot reference NEW system columns" msgstr "" "в условии WHEN для триггера BEFORE нельзя ссылаться на системные колонки NEW" -#: commands/trigger.c:397 +#: commands/trigger.c:415 #, c-format msgid "changing return type of function %s from \"opaque\" to \"trigger\"" msgstr "изменение типа возврата функции %s с \"opaque\" на \"trigger\"" -#: commands/trigger.c:404 +#: commands/trigger.c:422 #, c-format msgid "function %s must return type \"trigger\"" msgstr "функция %s должна возвращать тип \"trigger\"" -#: commands/trigger.c:515 commands/trigger.c:1259 +#: commands/trigger.c:533 commands/trigger.c:1277 #, c-format msgid "trigger \"%s\" for relation \"%s\" already exists" msgstr "триггер \"%s\" для отношения \"%s\" уже существует" -#: commands/trigger.c:800 +#: commands/trigger.c:818 msgid "Found referenced table's UPDATE trigger." msgstr "Найден триггер UPDATE в главной таблице." -#: commands/trigger.c:801 +#: commands/trigger.c:819 msgid "Found referenced table's DELETE trigger." msgstr "Найден триггер DELETE в главной таблице." -#: commands/trigger.c:802 +#: commands/trigger.c:820 msgid "Found referencing table's trigger." msgstr "Найден триггер в подчинённой таблице." -#: commands/trigger.c:911 commands/trigger.c:927 +#: commands/trigger.c:929 commands/trigger.c:945 #, c-format msgid "ignoring incomplete trigger group for constraint \"%s\" %s" msgstr "неполный набор триггеров для ограничения \"%s\" %s игнорируется" -#: commands/trigger.c:939 +#: commands/trigger.c:957 #, c-format msgid "converting trigger group into constraint \"%s\" %s" msgstr "преобразование набора триггеров в ограничение \"%s\" %s" -#: commands/trigger.c:1150 commands/trigger.c:1302 commands/trigger.c:1413 +#: commands/trigger.c:1168 commands/trigger.c:1320 commands/trigger.c:1431 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "триггер \"%s\" для таблицы \"%s\" не существует" -#: commands/trigger.c:1381 +#: commands/trigger.c:1399 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "нет доступа: \"%s\" - это системный триггер" -#: commands/trigger.c:1874 +#: commands/trigger.c:1892 #, c-format msgid "trigger function %u returned null value" msgstr "триггерная функция %u вернула значение NULL" -#: commands/trigger.c:1933 commands/trigger.c:2132 commands/trigger.c:2316 -#: commands/trigger.c:2558 +#: commands/trigger.c:1951 commands/trigger.c:2150 commands/trigger.c:2334 +#: commands/trigger.c:2576 #, c-format msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "триггер BEFORE STATEMENT не может возвращать значение" -#: commands/trigger.c:2620 executor/execMain.c:1883 +#: commands/trigger.c:2638 executor/execMain.c:1902 #: executor/nodeLockRows.c:138 executor/nodeModifyTable.c:367 #: executor/nodeModifyTable.c:589 #, c-format msgid "could not serialize access due to concurrent update" msgstr "не удалось сериализовать доступ из-за параллельного изменения" -#: commands/trigger.c:4247 +#: commands/trigger.c:4265 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "ограничение \"%s\" не является откладываемым" -#: commands/trigger.c:4270 +#: commands/trigger.c:4288 #, c-format msgid "constraint \"%s\" does not exist" msgstr "ограничение \"%s\" не существует" @@ -8174,14 +8177,14 @@ msgid "role \"%s\" already exists" msgstr "роль \"%s\" уже существует" #: commands/user.c:616 commands/user.c:818 commands/user.c:898 -#: commands/user.c:1060 commands/variable.c:855 commands/variable.c:927 -#: utils/adt/acl.c:5088 utils/init/miscinit.c:432 +#: commands/user.c:1060 commands/variable.c:857 commands/variable.c:929 +#: utils/adt/acl.c:5118 utils/init/miscinit.c:432 #, c-format msgid "role \"%s\" does not exist" msgstr "роль \"%s\" не существует" #: commands/user.c:629 commands/user.c:835 commands/user.c:1325 -#: commands/user.c:1462 +#: commands/user.c:1471 #, c-format msgid "must be superuser to alter superusers" msgstr "для модификации суперпользователей нужно быть суперпользователем" @@ -8267,27 +8270,27 @@ msgstr "нет прав на удаление объектов" msgid "permission denied to reassign objects" msgstr "нет прав для переназначения объектов" -#: commands/user.c:1333 commands/user.c:1470 +#: commands/user.c:1333 commands/user.c:1479 #, c-format msgid "must have admin option on role \"%s\"" msgstr "требуется право admin для роли \"%s\"" -#: commands/user.c:1341 +#: commands/user.c:1350 #, c-format msgid "must be superuser to set grantor" msgstr "для назначения права управления правами нужно быть суперпользователем" -#: commands/user.c:1366 +#: commands/user.c:1375 #, c-format msgid "role \"%s\" is a member of role \"%s\"" msgstr "роль \"%s\" включена в роль \"%s\"" -#: commands/user.c:1381 +#: commands/user.c:1390 #, c-format msgid "role \"%s\" is already a member of role \"%s\"" msgstr "роль \"%s\" уже включена в роль \"%s\"" -#: commands/user.c:1492 +#: commands/user.c:1501 #, c-format msgid "role \"%s\" is not a member of role \"%s\"" msgstr "роль \"%s\" не включена в роль \"%s\"" @@ -8347,7 +8350,7 @@ msgstr "" "\"%s\" пропускается --- очищать не таблицы или специальные системные таблицы " "нельзя" -#: commands/vacuumlazy.c:301 +#: commands/vacuumlazy.c:315 #, c-format msgid "" "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n" @@ -8365,18 +8368,18 @@ msgstr "" "сек\n" "нагрузка системы: %s" -#: commands/vacuumlazy.c:632 +#: commands/vacuumlazy.c:647 #, c-format msgid "relation \"%s\" page %u is uninitialized --- fixing" msgstr "" "в отношении \"%s\" не инициализирована страница %u --- ситуация исправляется" -#: commands/vacuumlazy.c:1016 +#: commands/vacuumlazy.c:1037 #, c-format msgid "\"%s\": removed %.0f row versions in %u pages" msgstr "\"%s\": удалено версий строк: %.0f, обработано страниц: %u" -#: commands/vacuumlazy.c:1021 +#: commands/vacuumlazy.c:1042 #, c-format msgid "" "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u " @@ -8385,7 +8388,7 @@ msgstr "" "\"%s\": найдено удаляемых версий строк: %.0f, неудаляемых - %.0f, обработано " "страниц: %u, всего страниц: %u" -#: commands/vacuumlazy.c:1025 +#: commands/vacuumlazy.c:1046 #, c-format msgid "" "%.0f dead row versions cannot be removed yet.\n" @@ -8398,28 +8401,28 @@ msgstr "" "Полностью пустых страниц: %u.\n" "%s." -#: commands/vacuumlazy.c:1088 +#: commands/vacuumlazy.c:1109 #, c-format msgid "\"%s\": removed %d row versions in %d pages" msgstr "\"%s\": удалено версий строк: %d, обработано страниц: %d" -#: commands/vacuumlazy.c:1091 commands/vacuumlazy.c:1227 -#: commands/vacuumlazy.c:1397 +#: commands/vacuumlazy.c:1112 commands/vacuumlazy.c:1248 +#: commands/vacuumlazy.c:1418 #, c-format msgid "%s." msgstr "%s." -#: commands/vacuumlazy.c:1224 +#: commands/vacuumlazy.c:1245 #, c-format msgid "scanned index \"%s\" to remove %d row versions" msgstr "просканирован индекс \"%s\", удалено версий строк: %d" -#: commands/vacuumlazy.c:1268 +#: commands/vacuumlazy.c:1289 #, c-format msgid "index \"%s\" now contains %.0f row versions in %u pages" msgstr "индекс \"%s\" теперь содержит версий строк: %.0f, в страницах: %u" -#: commands/vacuumlazy.c:1272 +#: commands/vacuumlazy.c:1293 #, c-format msgid "" "%.0f index row versions were removed.\n" @@ -8430,17 +8433,17 @@ msgstr "" "Удалено индексных страниц: %u, пригодно для повторного использования: %u.\n" "%s." -#: commands/vacuumlazy.c:1329 +#: commands/vacuumlazy.c:1350 #, c-format msgid "\"%s\": stopping truncate due to conflicting lock request" msgstr "\"%s\": остановка усечения из-за конфликтующего запроса блокировки" -#: commands/vacuumlazy.c:1394 +#: commands/vacuumlazy.c:1415 #, c-format msgid "\"%s\": truncated %u to %u pages" msgstr "\"%s\": усечение (было страниц: %u, стало: %u)" -#: commands/vacuumlazy.c:1450 +#: commands/vacuumlazy.c:1471 #, c-format msgid "\"%s\": suspending truncate due to conflicting lock request" msgstr "\"%s\": приостановка усечения из-за конфликтующего запроса блокировки" @@ -8465,82 +8468,82 @@ msgstr "В интервале, задающем часовой пояс, нел msgid "Cannot specify days in time zone interval." msgstr "В интервале, задающем часовой пояс, нельзя указывать дни." -#: commands/variable.c:362 commands/variable.c:485 +#: commands/variable.c:364 commands/variable.c:487 #, c-format msgid "time zone \"%s\" appears to use leap seconds" msgstr "часовой пояс \"%s\" видимо использует координационные секунды" -#: commands/variable.c:364 commands/variable.c:487 +#: commands/variable.c:366 commands/variable.c:489 #, c-format msgid "PostgreSQL does not support leap seconds." msgstr "PostgreSQL не поддерживает координационные секунды." -#: commands/variable.c:551 +#: commands/variable.c:553 #, c-format msgid "cannot set transaction read-write mode inside a read-only transaction" msgstr "" "нельзя установить режим транзакции \"чтение-запись\" внутри транзакции " "\"только чтение\"" -#: commands/variable.c:558 +#: commands/variable.c:560 #, c-format msgid "transaction read-write mode must be set before any query" msgstr "" "режим транзакции \"чтение-запись\" должен быть установлен до выполнения " "запросов" -#: commands/variable.c:565 +#: commands/variable.c:567 #, c-format msgid "cannot set transaction read-write mode during recovery" msgstr "" "нельзя установить режим транзакции \"чтение-запись\" в процессе " "восстановления" -#: commands/variable.c:614 +#: commands/variable.c:616 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" msgstr "команда SET TRANSACTION ISOLATION LEVEL должна выполняться до запросов" -#: commands/variable.c:621 +#: commands/variable.c:623 #, c-format msgid "SET TRANSACTION ISOLATION LEVEL must not be called in a subtransaction" msgstr "" "команда SET TRANSACTION ISOLATION LEVEL не должна вызываться в подтранзакции" -#: commands/variable.c:628 storage/lmgr/predicate.c:1582 +#: commands/variable.c:630 storage/lmgr/predicate.c:1582 #, c-format msgid "cannot use serializable mode in a hot standby" msgstr "использовать сериализуемый режим в горячем резерве нельзя" -#: commands/variable.c:629 +#: commands/variable.c:631 #, c-format msgid "You can use REPEATABLE READ instead." msgstr "Используйте REPEATABLE READ." -#: commands/variable.c:677 +#: commands/variable.c:679 #, c-format msgid "" "SET TRANSACTION [NOT] DEFERRABLE cannot be called within a subtransaction" msgstr "" "команда SET TRANSACTION [NOT] DEFERRABLE не может вызываться в подтранзакции" -#: commands/variable.c:683 +#: commands/variable.c:685 #, c-format msgid "SET TRANSACTION [NOT] DEFERRABLE must be called before any query" msgstr "" "команда SET TRANSACTION [NOT] DEFERRABLE должна выполняться до запросов" -#: commands/variable.c:765 +#: commands/variable.c:767 #, c-format msgid "Conversion between %s and %s is not supported." msgstr "Преобразование кодировок %s <-> %s не поддерживается." -#: commands/variable.c:772 +#: commands/variable.c:774 #, c-format msgid "Cannot change \"client_encoding\" now." msgstr "Изменить клиентскую кодировку сейчас нельзя." -#: commands/variable.c:942 +#: commands/variable.c:944 #, c-format msgid "permission denied to set role \"%s\"" msgstr "нет прав установить роль \"%s\"" @@ -8642,22 +8645,22 @@ msgstr "" msgid "no value found for parameter %d" msgstr "не найдено значение параметра %d" -#: executor/execMain.c:947 +#: executor/execMain.c:948 #, c-format msgid "cannot change sequence \"%s\"" msgstr "последовательность \"%s\" изменить нельзя" -#: executor/execMain.c:953 +#: executor/execMain.c:954 #, c-format msgid "cannot change TOAST relation \"%s\"" msgstr "TOAST-отношение \"%s\" изменить нельзя" -#: executor/execMain.c:963 +#: executor/execMain.c:964 #, c-format msgid "cannot insert into view \"%s\"" msgstr "вставить данные в представление \"%s\" нельзя" -#: executor/execMain.c:965 +#: executor/execMain.c:966 #, c-format msgid "" "You need an unconditional ON INSERT DO INSTEAD rule or an INSTEAD OF INSERT " @@ -8666,12 +8669,12 @@ msgstr "" "Для этого нужно безусловное правило ON INSERT DO INSTEAD или триггер INSTEAD " "OF INSERT." -#: executor/execMain.c:971 +#: executor/execMain.c:972 #, c-format msgid "cannot update view \"%s\"" msgstr "изменить данные в представлении \"%s\" нельзя" -#: executor/execMain.c:973 +#: executor/execMain.c:974 #, c-format msgid "" "You need an unconditional ON UPDATE DO INSTEAD rule or an INSTEAD OF UPDATE " @@ -8680,12 +8683,12 @@ msgstr "" "Для этого нужно безусловное правило ON UPDATE DO INSTEAD или триггер INSTEAD " "OF UPDATE." -#: executor/execMain.c:979 +#: executor/execMain.c:980 #, c-format msgid "cannot delete from view \"%s\"" msgstr "удалить данные из представления \"%s\" нельзя" -#: executor/execMain.c:981 +#: executor/execMain.c:982 #, c-format msgid "" "You need an unconditional ON DELETE DO INSTEAD rule or an INSTEAD OF DELETE " @@ -8694,57 +8697,57 @@ msgstr "" "Для этого нужно безусловное правило ON DELETE DO INSTEAD или триггер INSTEAD " "OF DELETE." -#: executor/execMain.c:991 +#: executor/execMain.c:992 #, c-format msgid "cannot change foreign table \"%s\"" msgstr "стороннюю таблицу \"%s\" изменить нельзя" -#: executor/execMain.c:997 +#: executor/execMain.c:998 #, c-format msgid "cannot change relation \"%s\"" msgstr "отношение \"%s\" изменить нельзя" -#: executor/execMain.c:1021 +#: executor/execMain.c:1022 #, c-format msgid "cannot lock rows in sequence \"%s\"" msgstr "блокировать строки в последовательности \"%s\" нельзя" -#: executor/execMain.c:1028 +#: executor/execMain.c:1029 #, c-format msgid "cannot lock rows in TOAST relation \"%s\"" msgstr "блокировать строки в TOAST-отношении \"%s\" нельзя" -#: executor/execMain.c:1035 +#: executor/execMain.c:1036 #, c-format msgid "cannot lock rows in view \"%s\"" msgstr "блокировать строки в представлении \"%s\" нельзя" -#: executor/execMain.c:1042 +#: executor/execMain.c:1043 #, c-format msgid "cannot lock rows in foreign table \"%s\"" msgstr "блокировать строки в сторонней таблице \"%s\" нельзя" -#: executor/execMain.c:1048 +#: executor/execMain.c:1049 #, c-format msgid "cannot lock rows in relation \"%s\"" msgstr "блокировать строки в отношении \"%s\" нельзя" -#: executor/execMain.c:1524 +#: executor/execMain.c:1526 #, c-format msgid "null value in column \"%s\" violates not-null constraint" msgstr "нулевое значение в колонке \"%s\" нарушает ограничение NOT NULL" -#: executor/execMain.c:1526 executor/execMain.c:1540 +#: executor/execMain.c:1528 executor/execMain.c:1544 #, c-format msgid "Failing row contains %s." msgstr "Ошибочная строка содержит %s." -#: executor/execMain.c:1538 +#: executor/execMain.c:1542 #, c-format msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "новая строка в отношении \"%s\" нарушает ограничение-проверку \"%s\"" -#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3090 +#: executor/execQual.c:303 executor/execQual.c:331 executor/execQual.c:3111 #: utils/adt/array_userfuncs.c:430 utils/adt/arrayfuncs.c:227 #: utils/adt/arrayfuncs.c:506 utils/adt/arrayfuncs.c:1241 #: utils/adt/arrayfuncs.c:2914 utils/adt/arrayfuncs.c:4939 @@ -8757,12 +8760,12 @@ msgstr "число размерностей массива (%d) превышае msgid "array subscript in assignment must not be null" msgstr "индекс элемента массива в присваивании не может быть NULL" -#: executor/execQual.c:639 executor/execQual.c:4008 +#: executor/execQual.c:639 executor/execQual.c:4029 #, c-format msgid "attribute %d has wrong type" msgstr "атрибут %d имеет неверный тип" -#: executor/execQual.c:640 executor/execQual.c:4009 +#: executor/execQual.c:640 executor/execQual.c:4030 #, c-format msgid "Table has type %s, but query expects %s." msgstr "В таблице задан тип %s, а в запросе ожидается %s." @@ -8797,7 +8800,7 @@ msgstr "" "номером %d)." #: executor/execQual.c:1301 parser/parse_func.c:91 parser/parse_func.c:323 -#: parser/parse_func.c:642 +#: parser/parse_func.c:631 #, c-format msgid "cannot pass more than %d argument to a function" msgid_plural "cannot pass more than %d arguments to a function" @@ -8839,42 +8842,42 @@ msgstr[2] "" msgid "Returned type %s at ordinal position %d, but query expects %s." msgstr "Возвращён тип %s (номер колонки: %d), а в запросе предполагается %s." -#: executor/execQual.c:1848 executor/execQual.c:2273 +#: executor/execQual.c:1846 executor/execQual.c:2270 #, c-format msgid "table-function protocol for materialize mode was not followed" msgstr "нарушение протокола табличной функции в режиме материализации" -#: executor/execQual.c:1868 executor/execQual.c:2280 +#: executor/execQual.c:1866 executor/execQual.c:2277 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "нераспознанный режим возврата табличной функции: %d" -#: executor/execQual.c:2190 +#: executor/execQual.c:2187 #, c-format msgid "function returning set of rows cannot return null value" msgstr "функция, возвращающая множество строк, не может возвращать NULL" -#: executor/execQual.c:2247 +#: executor/execQual.c:2244 #, c-format msgid "rows returned by function are not all of the same row type" msgstr "строки, возвращённые функцией, имеют разные типы" -#: executor/execQual.c:2438 +#: executor/execQual.c:2459 #, c-format msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM не поддерживает аргументы-множества" -#: executor/execQual.c:2515 +#: executor/execQual.c:2536 #, c-format msgid "op ANY/ALL (array) does not support set arguments" msgstr "операторы ANY/ALL (с массивом) не поддерживают аргументы-множества" -#: executor/execQual.c:3068 +#: executor/execQual.c:3089 #, c-format msgid "cannot merge incompatible arrays" msgstr "не удалось объединить несовместимые массивы" -#: executor/execQual.c:3069 +#: executor/execQual.c:3090 #, c-format msgid "" "Array with element type %s cannot be included in ARRAY construct with " @@ -8883,7 +8886,7 @@ msgstr "" "Массив с типом элементов %s нельзя включить в конструкцию ARRAY с типом " "элементов %s." -#: executor/execQual.c:3110 executor/execQual.c:3137 +#: executor/execQual.c:3131 executor/execQual.c:3158 #: utils/adt/arrayfuncs.c:541 #, c-format msgid "" @@ -8892,45 +8895,45 @@ msgstr "" "для многомерных массивов должны задаваться выражения с соответствующими " "размерностями" -#: executor/execQual.c:3652 +#: executor/execQual.c:3673 #, c-format msgid "NULLIF does not support set arguments" msgstr "NULLIF не поддерживает аргументы-множества" -#: executor/execQual.c:3882 utils/adt/domains.c:127 +#: executor/execQual.c:3903 utils/adt/domains.c:127 #, c-format msgid "domain %s does not allow null values" msgstr "домен %s не допускает значения null" -#: executor/execQual.c:3911 utils/adt/domains.c:163 +#: executor/execQual.c:3932 utils/adt/domains.c:163 #, c-format msgid "value for domain %s violates check constraint \"%s\"" msgstr "значение домена %s нарушает ограничение-проверку \"%s\"" -#: executor/execQual.c:4404 optimizer/util/clauses.c:570 +#: executor/execQual.c:4425 optimizer/util/clauses.c:570 #: parser/parse_agg.c:162 #, c-format msgid "aggregate function calls cannot be nested" msgstr "вложенные вызовы агрегатных функций недопустимы" -#: executor/execQual.c:4442 optimizer/util/clauses.c:644 +#: executor/execQual.c:4463 optimizer/util/clauses.c:644 #: parser/parse_agg.c:209 #, c-format msgid "window function calls cannot be nested" msgstr "вложенные вызовы оконных функций недопустимы" -#: executor/execQual.c:4654 +#: executor/execQual.c:4675 #, c-format msgid "target type is not an array" msgstr "целевой тип не является массивом" -#: executor/execQual.c:4768 +#: executor/execQual.c:4789 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "колонка ROW() имеет тип %s, а должна - %s" -#: executor/execQual.c:4903 utils/adt/arrayfuncs.c:3377 -#: utils/adt/rowtypes.c:950 +#: executor/execQual.c:4924 utils/adt/arrayfuncs.c:3377 +#: utils/adt/rowtypes.c:920 #, c-format msgid "could not identify a comparison function for type %s" msgstr "не удалось найти функцию сравнения для типа %s" @@ -8961,18 +8964,18 @@ msgid "could not determine actual type of argument declared %s" msgstr "не удалось определить фактический тип аргумента, объявленного как %s" #. translator: %s is a SQL statement name -#: executor/functions.c:497 +#: executor/functions.c:505 #, c-format msgid "%s is not allowed in a SQL function" msgstr "%s нельзя использовать в SQL-функции" #. translator: %s is a SQL statement name -#: executor/functions.c:504 executor/spi.c:1282 executor/spi.c:2054 +#: executor/functions.c:512 executor/spi.c:1265 executor/spi.c:2037 #, c-format msgid "%s is not allowed in a non-volatile function" msgstr "%s нельзя использовать в не изменчивой (volatile) функции" -#: executor/functions.c:629 +#: executor/functions.c:637 #, c-format msgid "" "could not determine actual result type for function declared to return type " @@ -8981,24 +8984,24 @@ msgstr "" "не удалось определить фактический тип результата для функции (в объявлении " "указан тип %s)" -#: executor/functions.c:1394 +#: executor/functions.c:1402 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL-функция \"%s\", оператор %d" -#: executor/functions.c:1420 +#: executor/functions.c:1428 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL-функция \"%s\" (при старте)" -#: executor/functions.c:1579 executor/functions.c:1616 -#: executor/functions.c:1628 executor/functions.c:1741 -#: executor/functions.c:1774 executor/functions.c:1804 +#: 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 "несовпадение типа возврата в функции (в объявлении указан тип %s)" -#: executor/functions.c:1581 +#: executor/functions.c:1589 #, c-format msgid "" "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." @@ -9006,32 +9009,32 @@ msgstr "" "Последним оператором в функции должен быть SELECT или INSERT/UPDATE/DELETE " "RETURNING." -#: executor/functions.c:1618 +#: executor/functions.c:1626 #, c-format msgid "Final statement must return exactly one column." msgstr "Последний оператор должен возвращать одну колонку." -#: executor/functions.c:1630 +#: executor/functions.c:1638 #, c-format msgid "Actual return type is %s." msgstr "Фактический тип возврата: %s." -#: executor/functions.c:1743 +#: executor/functions.c:1751 #, c-format msgid "Final statement returns too many columns." msgstr "Последний оператор возвращает слишком много колонок." -#: executor/functions.c:1776 +#: executor/functions.c:1784 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Последний оператор возвращает %s вместо %s для колонки %d." -#: executor/functions.c:1806 +#: executor/functions.c:1814 #, c-format msgid "Final statement returns too few columns." msgstr "Последний оператор возвращает слишком мало колонок." -#: executor/functions.c:1855 +#: executor/functions.c:1863 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "для SQL-функций тип возврата %s не поддерживается" @@ -9137,28 +9140,28 @@ msgstr "Проверьте наличие вызова \"SPI_finish\"." msgid "subtransaction left non-empty SPI stack" msgstr "после подтранзакции остался непустой стек SPI" -#: executor/spi.c:1146 +#: executor/spi.c:1129 #, c-format msgid "cannot open multi-query plan as cursor" msgstr "не удалось открыть план нескольких запросов как курсор" #. translator: %s is name of a SQL command, eg INSERT -#: executor/spi.c:1151 +#: executor/spi.c:1134 #, c-format msgid "cannot open %s query as cursor" msgstr "не удалось открыть запрос %s как курсор" -#: executor/spi.c:1259 parser/analyze.c:2205 +#: executor/spi.c:1242 parser/analyze.c:2205 #, c-format msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE не поддерживается" -#: executor/spi.c:1260 parser/analyze.c:2206 +#: executor/spi.c:1243 parser/analyze.c:2206 #, c-format msgid "Scrollable cursors must be READ ONLY." msgstr "Прокручиваемые курсоры должны быть READ ONLY." -#: executor/spi.c:2338 +#: executor/spi.c:2321 #, c-format msgid "SQL statement \"%s\"" msgstr "SQL-оператор: \"%s\"" @@ -9786,7 +9789,7 @@ msgstr "не удалось записать файл сервера \"%s\": %m" msgid "SSL error: %s" msgstr "ошибка SSL: %s" -#: libpq/be-secure.c:293 libpq/be-secure.c:388 libpq/be-secure.c:939 +#: libpq/be-secure.c:293 libpq/be-secure.c:388 libpq/be-secure.c:943 #, c-format msgid "unrecognized SSL error code: %d" msgstr "нераспознанный код ошибки SSL: %d" @@ -9801,102 +9804,102 @@ msgstr "ошибка повторного согласования SSL" msgid "SSL failed to send renegotiation request" msgstr "не удалось передать запрос повторного согласования SSL" -#: libpq/be-secure.c:737 +#: libpq/be-secure.c:741 #, c-format msgid "could not create SSL context: %s" msgstr "не удалось создать контекст SSL: %s" -#: libpq/be-secure.c:753 +#: libpq/be-secure.c:757 #, c-format msgid "could not load server certificate file \"%s\": %s" msgstr "не удалось загрузить сертификат сервера \"%s\": %s" -#: libpq/be-secure.c:759 +#: libpq/be-secure.c:763 #, c-format msgid "could not access private key file \"%s\": %m" msgstr "не удалось обратиться к файлу закрытого ключа \"%s\": %m" -#: libpq/be-secure.c:774 +#: libpq/be-secure.c:778 #, c-format msgid "private key file \"%s\" has group or world access" msgstr "к файлу закрытого ключа \"%s\" имеют доступ все или группа" -#: libpq/be-secure.c:776 +#: libpq/be-secure.c:780 #, c-format msgid "Permissions should be u=rw (0600) or less." msgstr "Права должны быть u=rw (0600) или более ограниченные." -#: libpq/be-secure.c:783 +#: libpq/be-secure.c:787 #, c-format msgid "could not load private key file \"%s\": %s" msgstr "не удалось загрузить файл закрытого ключа \"%s\": %s" -#: libpq/be-secure.c:788 +#: libpq/be-secure.c:792 #, c-format msgid "check of private key failed: %s" msgstr "ошибка при проверке закрытого ключа: %s" -#: libpq/be-secure.c:808 +#: libpq/be-secure.c:812 #, c-format msgid "could not load root certificate file \"%s\": %s" msgstr "не удалось загрузить файл корневых сертификатов \"%s\": %s" -#: libpq/be-secure.c:832 +#: libpq/be-secure.c:836 #, c-format msgid "SSL certificate revocation list file \"%s\" ignored" msgstr "файл со списком отзыва сертификатов SSL \"%s\" игнорируется" -#: libpq/be-secure.c:834 +#: libpq/be-secure.c:838 #, c-format msgid "SSL library does not support certificate revocation lists." msgstr "Библиотека SSL не поддерживает списки отзыва сертификатов." -#: libpq/be-secure.c:839 +#: libpq/be-secure.c:843 #, c-format msgid "could not load SSL certificate revocation list file \"%s\": %s" msgstr "" "не удалось загрузить файл со списком отзыва сертификатов SSL \"%s\": %s" -#: libpq/be-secure.c:884 +#: libpq/be-secure.c:888 #, c-format msgid "could not initialize SSL connection: %s" msgstr "инициализировать SSL-подключение не удалось: %s" -#: libpq/be-secure.c:893 +#: libpq/be-secure.c:897 #, c-format msgid "could not set SSL socket: %s" msgstr "не удалось создать SSL-сокет: %s" -#: libpq/be-secure.c:919 +#: libpq/be-secure.c:923 #, c-format msgid "could not accept SSL connection: %m" msgstr "не удалось принять SSL-подключение: %m" -#: libpq/be-secure.c:923 libpq/be-secure.c:934 +#: libpq/be-secure.c:927 libpq/be-secure.c:938 #, c-format msgid "could not accept SSL connection: EOF detected" msgstr "не удалось принять SSL-подключение: обрыв данных" -#: libpq/be-secure.c:928 +#: libpq/be-secure.c:932 #, c-format msgid "could not accept SSL connection: %s" msgstr "не удалось принять SSL-подключение: %s" -#: libpq/be-secure.c:984 +#: libpq/be-secure.c:988 #, c-format msgid "SSL certificate's common name contains embedded null" msgstr "Имя SSL-сертификата включает нулевой байт" -#: libpq/be-secure.c:995 +#: libpq/be-secure.c:999 #, c-format msgid "SSL connection from \"%s\"" msgstr "SSL-подключение от \"%s\"" -#: libpq/be-secure.c:1046 +#: libpq/be-secure.c:1050 msgid "no SSL error reported" msgstr "нет сообщения об ошибке SSL" -#: libpq/be-secure.c:1050 +#: libpq/be-secure.c:1054 #, c-format msgid "SSL error code %lu" msgstr "код ошибки SSL: %lu" @@ -10377,7 +10380,7 @@ msgid "no data left in message" msgstr "в сообщении не осталось данных" #: libpq/pqformat.c:556 libpq/pqformat.c:574 libpq/pqformat.c:595 -#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:572 +#: utils/adt/arrayfuncs.c:1410 utils/adt/rowtypes.c:558 #, c-format msgid "insufficient data left in message" msgstr "недостаточно данных осталось в сообщении" @@ -10392,17 +10395,17 @@ msgstr "неверная строка в сообщении" msgid "invalid message format" msgstr "неверный формат сообщения" -#: main/main.c:233 +#: main/main.c:243 #, c-format msgid "%s: setsysinfo failed: %s\n" msgstr "%s: ошибка setsysinfo: %s\n" -#: main/main.c:255 +#: main/main.c:265 #, c-format msgid "%s: WSAStartup failed: %d\n" msgstr "%s: ошибка WSAStartup: %d\n" -#: main/main.c:274 +#: main/main.c:284 #, c-format msgid "" "%s is the PostgreSQL server.\n" @@ -10411,7 +10414,7 @@ msgstr "" "%s - сервер PostgreSQL.\n" "\n" -#: main/main.c:275 +#: main/main.c:285 #, c-format msgid "" "Usage:\n" @@ -10422,121 +10425,121 @@ msgstr "" " %s [ПАРАМЕТР]...\n" "\n" -#: main/main.c:276 +#: main/main.c:286 #, c-format msgid "Options:\n" msgstr "Параметры:\n" -#: main/main.c:278 +#: main/main.c:288 #, c-format msgid " -A 1|0 enable/disable run-time assert checking\n" msgstr "" " -A 1|0 включить/выключить проверки истинности во время " "выполнения\n" -#: main/main.c:280 +#: main/main.c:290 #, c-format msgid " -B NBUFFERS number of shared buffers\n" msgstr " -B ЧИСЛО_БУФ число разделяемых буферов\n" -#: main/main.c:281 +#: main/main.c:291 #, c-format msgid " -c NAME=VALUE set run-time parameter\n" msgstr " -c ИМЯ=ЗНАЧЕНИЕ установить параметр выполнения\n" -#: main/main.c:282 +#: main/main.c:292 #, c-format msgid " -C NAME print value of run-time parameter, then exit\n" msgstr " -C ИМЯ вывести значение параметра выполнения и выйти\n" -#: main/main.c:283 +#: main/main.c:293 #, c-format msgid " -d 1-5 debugging level\n" msgstr " -d 1-5 уровень отладочных сообщений\n" -#: main/main.c:284 +#: main/main.c:294 #, c-format msgid " -D DATADIR database directory\n" msgstr " -D КАТАЛОГ каталог с данными\n" -#: main/main.c:285 +#: main/main.c:295 #, c-format msgid " -e use European date input format (DMY)\n" msgstr " -e использовать европейский формат дат (ДМГ)\n" -#: main/main.c:286 +#: main/main.c:296 #, c-format msgid " -F turn fsync off\n" msgstr " -F выключить синхронизацию с ФС\n" -#: main/main.c:287 +#: main/main.c:297 #, c-format msgid " -h HOSTNAME host name or IP address to listen on\n" msgstr " -h ИМЯ имя или IP-адрес для приёма сетевых соединений\n" -#: main/main.c:288 +#: main/main.c:298 #, c-format msgid " -i enable TCP/IP connections\n" msgstr " -i включить соединения TCP/IP\n" -#: main/main.c:289 +#: main/main.c:299 #, c-format msgid " -k DIRECTORY Unix-domain socket location\n" msgstr " -k КАТАЛОГ расположение доменных сокетов Unix\n" -#: main/main.c:291 +#: main/main.c:301 #, c-format msgid " -l enable SSL connections\n" msgstr " -l разрешить SSL-подключения\n" -#: main/main.c:293 +#: main/main.c:303 #, c-format msgid " -N MAX-CONNECT maximum number of allowed connections\n" msgstr " -N МАКС_ПОДКЛ предельное число подключений\n" -#: main/main.c:294 +#: main/main.c:304 #, c-format msgid "" " -o OPTIONS pass \"OPTIONS\" to each server process (obsolete)\n" msgstr "" " -o ПАРАМЕТРЫ параметры для серверных процессов (уже неактуально)\n" -#: main/main.c:295 +#: main/main.c:305 #, c-format msgid " -p PORT port number to listen on\n" msgstr " -p ПОРТ номер порта для приёма подключений\n" -#: main/main.c:296 +#: main/main.c:306 #, c-format msgid " -s show statistics after each query\n" msgstr " -s показывать статистику после каждого запроса\n" -#: main/main.c:297 +#: main/main.c:307 #, c-format msgid " -S WORK-MEM set amount of memory for sorts (in kB)\n" msgstr " -S РАБ_ПАМЯТЬ задать объём памяти для сортировки (в КБ)\n" -#: main/main.c:298 +#: main/main.c:308 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: main/main.c:299 +#: main/main.c:309 #, c-format msgid " --NAME=VALUE set run-time parameter\n" msgstr " --ИМЯ=ЗНАЧЕНИЕ установить параметр выполнения\n" -#: main/main.c:300 +#: main/main.c:310 #, c-format msgid " --describe-config describe configuration parameters, then exit\n" msgstr " --describe-config вывести параметры конфигурации и выйти\n" -#: main/main.c:301 +#: main/main.c:311 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: main/main.c:303 +#: main/main.c:313 #, c-format msgid "" "\n" @@ -10545,12 +10548,12 @@ msgstr "" "\n" "Параметры для разработчиков:\n" -#: main/main.c:304 +#: main/main.c:314 #, c-format msgid " -f s|i|n|m|h forbid use of some plan types\n" msgstr " -f s|i|n|m|h запретить некоторые типы планов\n" -#: main/main.c:305 +#: main/main.c:315 #, c-format msgid "" " -n do not reinitialize shared memory after abnormal exit\n" @@ -10558,22 +10561,22 @@ msgstr "" " -n не переинициализировать разделяемую память после\n" " аварийного выхода\n" -#: main/main.c:306 +#: main/main.c:316 #, c-format msgid " -O allow system table structure changes\n" msgstr " -O разрешить изменять структуру системных таблиц\n" -#: main/main.c:307 +#: main/main.c:317 #, c-format msgid " -P disable system indexes\n" msgstr " -P отключить системные индексы\n" -#: main/main.c:308 +#: main/main.c:318 #, c-format msgid " -t pa|pl|ex show timings after each query\n" msgstr " -t pa|pl|ex показать время каждого запроса\n" -#: main/main.c:309 +#: main/main.c:319 #, c-format msgid "" " -T send SIGSTOP to all backend processes if one dies\n" @@ -10581,13 +10584,13 @@ msgstr "" " -T посылать сигнал SIGSTOP всем серверным процессам\n" " при отключении одного\n" -#: main/main.c:310 +#: main/main.c:320 #, c-format msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" msgstr "" " -W СЕК ждать заданное число секунд для подключения отладчика\n" -#: main/main.c:312 +#: main/main.c:322 #, c-format msgid "" "\n" @@ -10596,7 +10599,7 @@ msgstr "" "\n" "Параметры для монопольного режима:\n" -#: main/main.c:313 +#: main/main.c:323 #, c-format msgid "" " --single selects single-user mode (must be first argument)\n" @@ -10604,22 +10607,22 @@ msgstr "" " --single включить монопольный режим\n" " (этот аргумент должен быть первым)\n" -#: main/main.c:314 +#: main/main.c:324 #, c-format msgid " DBNAME database name (defaults to user name)\n" msgstr " ИМЯ_БД база данных (по умолчанию - имя пользователя)\n" -#: main/main.c:315 +#: main/main.c:325 #, c-format msgid " -d 0-5 override debugging level\n" msgstr " -d 0-5 переопределить уровень отладочных сообщений\n" -#: main/main.c:316 +#: main/main.c:326 #, c-format msgid " -E echo statement before execution\n" msgstr " -E выводить SQL-операторы перед выполнением\n" -#: main/main.c:317 +#: main/main.c:327 #, c-format msgid "" " -j do not use newline as interactive query delimiter\n" @@ -10627,12 +10630,12 @@ msgstr "" " -j не считать конец строки разделителем интерактивных " "запросов\n" -#: main/main.c:318 main/main.c:323 +#: main/main.c:328 main/main.c:333 #, c-format msgid " -r FILENAME send stdout and stderr to given file\n" msgstr " -r ИМЯ_ФАЙЛА перенаправить STDOUT и STDERR в указанный файл\n" -#: main/main.c:320 +#: main/main.c:330 #, c-format msgid "" "\n" @@ -10641,7 +10644,7 @@ msgstr "" "\n" "Параметры для режима инициализации:\n" -#: main/main.c:321 +#: main/main.c:331 #, c-format msgid "" " --boot selects bootstrapping mode (must be first argument)\n" @@ -10649,7 +10652,7 @@ msgstr "" " --boot включить режим инициализации\n" " (этот аргумент должен быть первым)\n" -#: main/main.c:322 +#: main/main.c:332 #, c-format msgid "" " DBNAME database name (mandatory argument in bootstrapping " @@ -10657,12 +10660,12 @@ msgid "" msgstr "" " ИМЯ_БД имя базы данных (необходимо в режиме инициализации)\n" -#: main/main.c:324 +#: main/main.c:334 #, c-format msgid " -x NUM internal use\n" msgstr " -x ЧИСЛО параметр для внутреннего использования\n" -#: main/main.c:326 +#: main/main.c:336 #, c-format msgid "" "\n" @@ -10679,7 +10682,7 @@ msgstr "" "\n" "Об ошибках сообщайте по адресу .\n" -#: main/main.c:340 +#: main/main.c:350 #, c-format msgid "" "\"root\" execution of the PostgreSQL server is not permitted.\n" @@ -10692,12 +10695,12 @@ msgstr "" "должен запускать обычный пользователь. Подробнее о том, как\n" "правильно запускать сервер, вы можете узнать в документации.\n" -#: main/main.c:357 +#: main/main.c:367 #, c-format msgid "%s: real and effective user IDs must match\n" msgstr "%s: фактический и эффективный ID пользователя должны совпадать\n" -#: main/main.c:364 +#: main/main.c:374 #, c-format msgid "" "Execution of PostgreSQL by a user with administrative permissions is not\n" @@ -10712,12 +10715,12 @@ msgstr "" "должен запускать обычный пользователь. Подробнее о том, как\n" "правильно запускать сервер, вы можете узнать в документации.\n" -#: main/main.c:385 +#: main/main.c:395 #, c-format msgid "%s: invalid effective UID: %d\n" msgstr "%s: неверный эффективный UID: %d\n" -#: main/main.c:398 +#: main/main.c:408 #, c-format msgid "%s: could not determine user name (GetUserName failed)\n" msgstr "%s: не удалось определить имя пользователя (ошибка в GetUserName)\n" @@ -10738,7 +10741,7 @@ msgstr "" "FULL JOIN поддерживается только с условиями, допускающими соединение " "слиянием или хэш-соединение" -#: optimizer/plan/initsplan.c:592 +#: optimizer/plan/initsplan.c:612 #, c-format msgid "" "SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer " @@ -10747,18 +10750,18 @@ msgstr "" "SELECT FOR UPDATE/SHARE не может применяться к NULL-содержащей стороне " "внешнего соединения" -#: optimizer/plan/planner.c:1039 parser/analyze.c:1384 parser/analyze.c:1579 +#: optimizer/plan/planner.c:1046 parser/analyze.c:1384 parser/analyze.c:1579 #: parser/analyze.c:2285 #, c-format msgid "SELECT FOR UPDATE/SHARE is not allowed with UNION/INTERSECT/EXCEPT" msgstr "SELECT FOR UPDATE/SHARE не допускается с UNION/INTERSECT/EXCEPT" -#: optimizer/plan/planner.c:2382 +#: optimizer/plan/planner.c:2389 #, c-format msgid "could not implement GROUP BY" msgstr "не удалось реализовать GROUP BY" -#: optimizer/plan/planner.c:2383 optimizer/plan/planner.c:2555 +#: optimizer/plan/planner.c:2390 optimizer/plan/planner.c:2562 #: optimizer/prep/prepunion.c:822 #, c-format msgid "" @@ -10768,27 +10771,27 @@ msgstr "" "Одни типы данных поддерживают только хэширование, а другие - только " "сортировку." -#: optimizer/plan/planner.c:2554 +#: optimizer/plan/planner.c:2561 #, c-format msgid "could not implement DISTINCT" msgstr "не удалось реализовать DISTINCT" -#: optimizer/plan/planner.c:3160 +#: optimizer/plan/planner.c:3167 #, c-format msgid "could not implement window PARTITION BY" msgstr "не удалось реализовать PARTITION BY для окна" -#: optimizer/plan/planner.c:3161 +#: optimizer/plan/planner.c:3168 #, c-format msgid "Window partitioning columns must be of sortable datatypes." msgstr "Колонки, разбивающие окна, должны иметь сортируемые типы данных." -#: optimizer/plan/planner.c:3165 +#: optimizer/plan/planner.c:3172 #, c-format msgid "could not implement window ORDER BY" msgstr "не удалось реализовать ORDER BY для окна" -#: optimizer/plan/planner.c:3166 +#: optimizer/plan/planner.c:3173 #, c-format msgid "Window ordering columns must be of sortable datatypes." msgstr "Колонки, сортирующие окна, должны иметь сортируемые типы данных." @@ -10814,7 +10817,7 @@ msgstr "Все колонки должны иметь хэшируемые ти msgid "could not implement %s" msgstr "не удалось реализовать %s" -#: optimizer/util/clauses.c:4358 +#: optimizer/util/clauses.c:4423 #, c-format msgid "SQL function \"%s\" during inlining" msgstr "внедрённая в код SQL-функция \"%s\"" @@ -11233,22 +11236,27 @@ msgstr "в списке выборки %s нет элемента %d" msgid "window \"%s\" is already defined" msgstr "окно \"%s\" уже определено" -#: parser/parse_clause.c:1672 +#: parser/parse_clause.c:1677 #, c-format msgid "cannot override PARTITION BY clause of window \"%s\"" msgstr "переопределить предложение PARTITION BY для окна \"%s\" нельзя" -#: parser/parse_clause.c:1684 +#: parser/parse_clause.c:1689 #, c-format msgid "cannot override ORDER BY clause of window \"%s\"" msgstr "переопределить предложение ORDER BY для окна \"%s\" нельзя" -#: parser/parse_clause.c:1706 +#: parser/parse_clause.c:1719 parser/parse_clause.c:1725 +#, c-format +msgid "cannot copy window \"%s\" because it has a frame clause" +msgstr "скопировать окно \"%s\", имеющее предложение рамки, нельзя" + +#: parser/parse_clause.c:1727 #, c-format -msgid "cannot override frame clause of window \"%s\"" -msgstr "переопределить описание рамки для окна \"%s\" нельзя" +msgid "Omit the parentheses in this OVER clause." +msgstr "Уберите скобки в предложении OVER." -#: parser/parse_clause.c:1772 +#: parser/parse_clause.c:1793 #, c-format msgid "" "in an aggregate with DISTINCT, ORDER BY expressions must appear in argument " @@ -11257,25 +11265,25 @@ msgstr "" "для агрегатной функции с DISTINCT, выражения ORDER BY должны быть в списке " "аргументов" -#: parser/parse_clause.c:1773 +#: parser/parse_clause.c:1794 #, c-format msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" msgstr "" "в конструкции SELECT DISTINCT выражения ORDER BY должны быть в списке выборки" -#: parser/parse_clause.c:1859 parser/parse_clause.c:1891 +#: parser/parse_clause.c:1880 parser/parse_clause.c:1912 #, c-format msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" msgstr "" "выражения SELECT DISTINCT ON должны соответствовать начальным выражениям " "ORDER BY" -#: parser/parse_clause.c:2013 +#: parser/parse_clause.c:2034 #, c-format msgid "operator %s is not a valid ordering operator" msgstr "оператор %s не годится для сортировки" -#: parser/parse_clause.c:2015 +#: parser/parse_clause.c:2036 #, c-format msgid "" "Ordering operators must be \"<\" or \">\" members of btree operator families." @@ -11285,7 +11293,7 @@ msgstr "" #: parser/parse_coerce.c:932 parser/parse_coerce.c:962 #: parser/parse_coerce.c:980 parser/parse_coerce.c:995 -#: parser/parse_expr.c:1666 parser/parse_expr.c:2140 parser/parse_target.c:831 +#: parser/parse_expr.c:1666 parser/parse_expr.c:2140 parser/parse_target.c:833 #, c-format msgid "cannot cast type %s to %s" msgstr "преобразовать тип %s в %s нельзя" @@ -11422,7 +11430,7 @@ msgstr "" "Правило сортировки можно выбрать явно, применив предложение COLLATE к одному " "или обоим выражениям." -#: parser/parse_collate.c:763 +#: parser/parse_collate.c:769 #, c-format msgid "collation mismatch between explicit collations \"%s\" and \"%s\"" msgstr "явно указанные правила сортировки \"%s\" и \"%s\" несовместимы" @@ -11580,7 +11588,7 @@ msgid "row expansion via \"*\" is not supported here" msgstr "расширение строки через \"*\" здесь не поддерживается" #: parser/parse_expr.c:743 parser/parse_relation.c:486 -#: parser/parse_relation.c:566 parser/parse_target.c:1066 +#: parser/parse_relation.c:566 parser/parse_target.c:1068 #, c-format msgid "column reference \"%s\" is ambiguous" msgstr "неоднозначная ссылка на колонку \"%s\"" @@ -11798,22 +11806,17 @@ msgstr "агрегатное предложение ORDER BY для оконны msgid "window functions cannot return sets" msgstr "оконные функции не могут возвращать множества" -#: parser/parse_func.c:505 -#, c-format -msgid "window functions cannot use named arguments" -msgstr "у оконных функций не может быть именованных аргументов" - -#: parser/parse_func.c:1670 +#: parser/parse_func.c:1659 #, c-format msgid "aggregate %s(*) does not exist" msgstr "агрегатная функция %s(*) не существует" -#: parser/parse_func.c:1675 +#: parser/parse_func.c:1664 #, c-format msgid "aggregate %s does not exist" msgstr "агрегатная функция %s не существует" -#: parser/parse_func.c:1694 +#: parser/parse_func.c:1683 #, c-format msgid "function %s is not an aggregate" msgstr "функция \"%s\" не является агрегатной" @@ -11823,17 +11826,17 @@ msgstr "функция \"%s\" не является агрегатной" msgid "target lists can have at most %d entries" msgstr "допустимое число элементов в целевом списке ограничено %d" -#: parser/parse_node.c:240 +#: parser/parse_node.c:252 #, c-format msgid "cannot subscript type %s because it is not an array" msgstr "тип %s - не массив и для него нельзя указать индекс элемента" -#: parser/parse_node.c:342 parser/parse_node.c:369 +#: parser/parse_node.c:355 parser/parse_node.c:382 #, c-format msgid "array subscript must have type integer" msgstr "индекс элемента массива должен быть целочисленным" -#: parser/parse_node.c:393 +#: parser/parse_node.c:406 #, c-format msgid "array assignment requires type %s but expression is of type %s" msgstr "" @@ -11851,7 +11854,7 @@ msgid "Use an explicit ordering operator or modify the query." msgstr "Используйте явный оператор сортировки или измените запрос." #: parser/parse_oper.c:224 utils/adt/arrayfuncs.c:3175 -#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1185 +#: utils/adt/arrayfuncs.c:3694 utils/adt/rowtypes.c:1155 #, c-format msgid "could not identify an equality operator for type %s" msgstr "не удалось найти оператор равенства для типа %s" @@ -12071,7 +12074,7 @@ msgstr "" msgid "subfield \"%s\" is of type %s but expression is of type %s" msgstr "вложенное поле \"%s\" имеет тип %s, а выражение - %s" -#: parser/parse_target.c:1128 +#: parser/parse_target.c:1130 #, c-format msgid "SELECT * with no tables specified is not valid" msgstr "SELECT * должен ссылаться на таблицы" @@ -12212,12 +12215,12 @@ msgstr "колонка \"%s\" фигурирует в первичном клю msgid "column \"%s\" appears twice in unique constraint" msgstr "колонка \"%s\" фигурирует в ограничении уникальности дважды" -#: parser/parse_utilcmd.c:1944 +#: parser/parse_utilcmd.c:1939 #, c-format msgid "index expression cannot return a set" msgstr "индексное выражение не может возвращать множество" -#: parser/parse_utilcmd.c:1954 +#: parser/parse_utilcmd.c:1949 #, c-format msgid "" "index expressions and predicates can refer only to the table being indexed" @@ -12225,22 +12228,22 @@ msgstr "" "индексные выражения и предикаты могут ссылаться только на индексируемую " "таблицу" -#: parser/parse_utilcmd.c:2051 +#: parser/parse_utilcmd.c:2046 #, c-format msgid "rule WHERE condition cannot contain references to other relations" msgstr "в условиях WHERE для правил нельзя ссылаться на другие отношения" -#: parser/parse_utilcmd.c:2057 +#: parser/parse_utilcmd.c:2052 #, c-format msgid "cannot use aggregate function in rule WHERE condition" msgstr "в условиях WHERE для правил нельзя использовать агрегатные функции" -#: parser/parse_utilcmd.c:2061 +#: parser/parse_utilcmd.c:2056 #, c-format msgid "cannot use window function in rule WHERE condition" msgstr "в условиях WHERE для правил нельзя использовать оконные функции" -#: parser/parse_utilcmd.c:2133 +#: parser/parse_utilcmd.c:2128 #, c-format msgid "" "rules with WHERE conditions can only have SELECT, INSERT, UPDATE, or DELETE " @@ -12249,80 +12252,80 @@ msgstr "" "правила с условиями WHERE могут содержать только действия SELECT, INSERT, " "UPDATE или DELETE" -#: parser/parse_utilcmd.c:2151 parser/parse_utilcmd.c:2250 -#: rewrite/rewriteHandler.c:442 rewrite/rewriteManip.c:1040 +#: parser/parse_utilcmd.c:2146 parser/parse_utilcmd.c:2245 +#: rewrite/rewriteHandler.c:467 rewrite/rewriteManip.c:1040 #, c-format msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" msgstr "условные операторы UNION/INTERSECT/EXCEPT не реализованы" -#: parser/parse_utilcmd.c:2169 +#: parser/parse_utilcmd.c:2164 #, c-format msgid "ON SELECT rule cannot use OLD" msgstr "в правиле ON SELECT нельзя использовать OLD" -#: parser/parse_utilcmd.c:2173 +#: parser/parse_utilcmd.c:2168 #, c-format msgid "ON SELECT rule cannot use NEW" msgstr "в правиле ON SELECT нельзя использовать NEW" -#: parser/parse_utilcmd.c:2182 +#: parser/parse_utilcmd.c:2177 #, c-format msgid "ON INSERT rule cannot use OLD" msgstr "в правиле ON INSERT нельзя использовать OLD" -#: parser/parse_utilcmd.c:2188 +#: parser/parse_utilcmd.c:2183 #, c-format msgid "ON DELETE rule cannot use NEW" msgstr "в правиле ON DELETE нельзя использовать NEW" -#: parser/parse_utilcmd.c:2216 +#: parser/parse_utilcmd.c:2211 #, c-format msgid "cannot refer to OLD within WITH query" msgstr "в запросе WITH нельзя ссылаться на OLD" -#: parser/parse_utilcmd.c:2223 +#: parser/parse_utilcmd.c:2218 #, c-format msgid "cannot refer to NEW within WITH query" msgstr "в запросе WITH нельзя ссылаться на NEW" -#: parser/parse_utilcmd.c:2514 +#: parser/parse_utilcmd.c:2492 #, c-format msgid "misplaced DEFERRABLE clause" msgstr "предложение DEFERRABLE расположено неправильно" -#: parser/parse_utilcmd.c:2519 parser/parse_utilcmd.c:2534 +#: parser/parse_utilcmd.c:2497 parser/parse_utilcmd.c:2512 #, c-format msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" msgstr "DEFERRABLE/NOT DEFERRABLE можно указать только один раз" -#: parser/parse_utilcmd.c:2529 +#: parser/parse_utilcmd.c:2507 #, c-format msgid "misplaced NOT DEFERRABLE clause" msgstr "предложение NOT DEFERRABLE расположено неправильно" -#: parser/parse_utilcmd.c:2542 parser/parse_utilcmd.c:2568 gram.y:4238 +#: parser/parse_utilcmd.c:2520 parser/parse_utilcmd.c:2546 gram.y:4236 #, c-format msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" msgstr "" "ограничение с характеристикой INITIALLY DEFERRED должно быть объявлено как " "DEFERRABLE" -#: parser/parse_utilcmd.c:2550 +#: parser/parse_utilcmd.c:2528 #, c-format msgid "misplaced INITIALLY DEFERRED clause" msgstr "предложение INITIALLY DEFERRED расположено неправильно" -#: parser/parse_utilcmd.c:2555 parser/parse_utilcmd.c:2581 +#: parser/parse_utilcmd.c:2533 parser/parse_utilcmd.c:2559 #, c-format msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" msgstr "INITIALLY IMMEDIATE/DEFERRED можно указать только один раз" -#: parser/parse_utilcmd.c:2576 +#: parser/parse_utilcmd.c:2554 #, c-format msgid "misplaced INITIALLY IMMEDIATE clause" msgstr "предложение INITIALLY IMMEDIATE расположено неправильно" -#: parser/parse_utilcmd.c:2767 +#: parser/parse_utilcmd.c:2745 #, c-format msgid "" "CREATE specifies a schema (%s) different from the one being created (%s)" @@ -12344,17 +12347,17 @@ msgstr "ошибка в poll(): %m" msgid "select() failed: %m" msgstr "ошибка в select(): %m" -#: port/pg_sema.c:111 port/sysv_sema.c:111 +#: port/pg_sema.c:113 port/sysv_sema.c:113 #, c-format msgid "could not create semaphores: %m" msgstr "не удалось создать семафоры: %m" -#: port/pg_sema.c:112 port/sysv_sema.c:112 +#: port/pg_sema.c:114 port/sysv_sema.c:114 #, c-format msgid "Failed system call was semget(%lu, %d, 0%o)." msgstr "Ошибка в системном вызове semget(%lu, %d, 0%o)." -#: port/pg_sema.c:116 port/sysv_sema.c:116 +#: 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 " @@ -12373,7 +12376,7 @@ msgstr "" "Подробная информация о настройке разделяемой памяти содержится в " "документации PostgreSQL." -#: port/pg_sema.c:143 port/sysv_sema.c:143 +#: 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. " @@ -12382,17 +12385,17 @@ msgstr "" "Возможно, вам следует увеличить параметр ядра SEMVMX минимум до %d. " "Подробнее об этом написано в документации PostgreSQL." -#: port/pg_shmem.c:144 port/sysv_shmem.c:144 +#: port/pg_shmem.c:143 port/sysv_shmem.c:143 #, c-format msgid "could not create shared memory segment: %m" msgstr "не удалось создать сегмент разделяемой памяти: %m" -#: port/pg_shmem.c:145 port/sysv_shmem.c:145 +#: port/pg_shmem.c:144 port/sysv_shmem.c:144 #, c-format msgid "Failed system call was shmget(key=%lu, size=%lu, 0%o)." msgstr "Ошибка в системном вызове shmget(ключ=%lu, размер=%lu, 0%o)." -#: port/pg_shmem.c:149 port/sysv_shmem.c:149 +#: port/pg_shmem.c:148 port/sysv_shmem.c:148 #, c-format msgid "" "This error usually means that PostgreSQL's request for a shared memory " @@ -12417,7 +12420,7 @@ msgstr "" "Подробная информация о настройке разделяемой памяти содержится в " "документации PostgreSQL." -#: port/pg_shmem.c:162 port/sysv_shmem.c:162 +#: port/pg_shmem.c:161 port/sysv_shmem.c:161 #, c-format msgid "" "This error usually means that PostgreSQL's request for a shared memory " @@ -12438,7 +12441,7 @@ msgstr "" "Подробная информация о настройке разделяемой памяти содержится в " "документации PostgreSQL." -#: port/pg_shmem.c:173 port/sysv_shmem.c:173 +#: port/pg_shmem.c:172 port/sysv_shmem.c:172 #, c-format msgid "" "This error does *not* mean that you have run out of disk space. It occurs " @@ -12460,7 +12463,7 @@ msgstr "" "Подробная информация о настройке разделяемой памяти содержится в " "документации PostgreSQL." -#: port/pg_shmem.c:436 port/sysv_shmem.c:436 +#: port/pg_shmem.c:435 port/sysv_shmem.c:435 #, c-format msgid "could not stat data directory \"%s\": %m" msgstr "не удалось получить информацию о каталоге данных \"%s\": %m" @@ -12703,7 +12706,7 @@ msgstr "Команда архивации с ошибкой: %s" msgid "archive command was terminated by exception 0x%X" msgstr "команда архивации была прервана исключением 0x%X" -#: postmaster/pgarch.c:619 postmaster/postmaster.c:2883 +#: postmaster/pgarch.c:619 postmaster/postmaster.c:2878 #, c-format msgid "" "See C include file \"ntstatus.h\" for a description of the hexadecimal value." @@ -12825,78 +12828,78 @@ msgstr "запрошен сброс неизвестного счётчика: \ msgid "Target must be \"bgwriter\"." msgstr "Допустимый счётчик: \"bgwriter\"." -#: postmaster/pgstat.c:3143 +#: postmaster/pgstat.c:3144 #, c-format msgid "could not read statistics message: %m" msgstr "не удалось прочитать сообщение статистики: %m" -#: postmaster/pgstat.c:3460 +#: postmaster/pgstat.c:3461 #, c-format msgid "could not open temporary statistics file \"%s\": %m" msgstr "не удалось открыть временный файл статистики \"%s\": %m" -#: postmaster/pgstat.c:3537 +#: postmaster/pgstat.c:3538 #, c-format msgid "could not write temporary statistics file \"%s\": %m" msgstr "не удалось записать во временный файл статистики \"%s\": %m" -#: postmaster/pgstat.c:3546 +#: postmaster/pgstat.c:3547 #, c-format msgid "could not close temporary statistics file \"%s\": %m" msgstr "не удалось закрыть временный файл статистики \"%s\": %m" -#: postmaster/pgstat.c:3554 +#: postmaster/pgstat.c:3555 #, c-format msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" msgstr "" "не удалось переименовать временный файл статистики из \"%s\" в \"%s\": %m" -#: postmaster/pgstat.c:3660 postmaster/pgstat.c:3889 +#: postmaster/pgstat.c:3661 postmaster/pgstat.c:3890 #, c-format msgid "could not open statistics file \"%s\": %m" msgstr "не удалось открыть файл статистики \"%s\": %m" -#: postmaster/pgstat.c:3672 postmaster/pgstat.c:3682 postmaster/pgstat.c:3704 -#: postmaster/pgstat.c:3719 postmaster/pgstat.c:3782 postmaster/pgstat.c:3800 -#: postmaster/pgstat.c:3816 postmaster/pgstat.c:3834 postmaster/pgstat.c:3850 -#: postmaster/pgstat.c:3901 postmaster/pgstat.c:3912 +#: postmaster/pgstat.c:3673 postmaster/pgstat.c:3683 postmaster/pgstat.c:3705 +#: postmaster/pgstat.c:3720 postmaster/pgstat.c:3783 postmaster/pgstat.c:3801 +#: postmaster/pgstat.c:3817 postmaster/pgstat.c:3835 postmaster/pgstat.c:3851 +#: postmaster/pgstat.c:3902 postmaster/pgstat.c:3913 #, c-format msgid "corrupted statistics file \"%s\"" msgstr "файл статистики \"%s\" испорчен" -#: postmaster/pgstat.c:4214 +#: postmaster/pgstat.c:4215 #, c-format msgid "database hash table corrupted during cleanup --- abort" msgstr "таблица хэша базы данных испорчена при очистке --- прерывание" -#: postmaster/postmaster.c:592 +#: postmaster/postmaster.c:587 #, c-format msgid "%s: invalid argument for option -f: \"%s\"\n" msgstr "%s: неверный аргумент для параметра -f: \"%s\"\n" -#: postmaster/postmaster.c:678 +#: postmaster/postmaster.c:673 #, c-format msgid "%s: invalid argument for option -t: \"%s\"\n" msgstr "%s: неверный аргумент для параметра -t: \"%s\"\n" -#: postmaster/postmaster.c:729 +#: postmaster/postmaster.c:724 #, c-format msgid "%s: invalid argument: \"%s\"\n" msgstr "%s: неверный аргумент: \"%s\"\n" -#: postmaster/postmaster.c:764 +#: postmaster/postmaster.c:759 #, c-format msgid "%s: superuser_reserved_connections must be less than max_connections\n" msgstr "" "%s: параметр superuser_reserved_connections должен быть меньше " "max_connections\n" -#: postmaster/postmaster.c:769 +#: postmaster/postmaster.c:764 #, c-format msgid "%s: max_wal_senders must be less than max_connections\n" msgstr "%s: параметр max_wal_senders должен быть меньше max_connections\n" -#: postmaster/postmaster.c:774 +#: postmaster/postmaster.c:769 #, c-format msgid "" "WAL archival (archive_mode=on) requires wal_level \"archive\" or " @@ -12905,7 +12908,7 @@ msgstr "" "Для архивации WAL (archive_mode=on) wal_level должен быть \"archive\" или " "\"hot_standby\"" -#: postmaster/postmaster.c:777 +#: postmaster/postmaster.c:772 #, c-format msgid "" "WAL streaming (max_wal_senders > 0) requires wal_level \"archive\" or " @@ -12914,62 +12917,62 @@ msgstr "" "Для потоковой трансляции WAL (max_wal_senders > 0) wal_level должен быть " "\"archive\" или \"hot_standby\"" -#: postmaster/postmaster.c:785 +#: postmaster/postmaster.c:780 #, c-format msgid "%s: invalid datetoken tables, please fix\n" msgstr "%s: ошибка в таблицах маркеров времени, требуется исправление\n" -#: postmaster/postmaster.c:861 +#: postmaster/postmaster.c:856 #, c-format msgid "invalid list syntax for \"listen_addresses\"" msgstr "неверный формат списка для \"listen_addresses\"" -#: postmaster/postmaster.c:891 +#: postmaster/postmaster.c:886 #, c-format msgid "could not create listen socket for \"%s\"" msgstr "не удалось создать принимающий сокет для \"%s\"" -#: postmaster/postmaster.c:897 +#: postmaster/postmaster.c:892 #, c-format msgid "could not create any TCP/IP sockets" msgstr "не удалось создать сокеты TCP/IP" -#: postmaster/postmaster.c:948 +#: postmaster/postmaster.c:943 #, c-format msgid "could not create Unix-domain socket" msgstr "не удалось создать доменный сокет UNIX" -#: postmaster/postmaster.c:956 +#: postmaster/postmaster.c:951 #, c-format msgid "no socket created for listening" msgstr "отсутствуют принимающие сокеты" -#: postmaster/postmaster.c:1001 +#: postmaster/postmaster.c:996 #, c-format msgid "could not create I/O completion port for child queue" msgstr "не удалось создать порт завершения ввода/вывода для очереди потомков" -#: postmaster/postmaster.c:1031 +#: postmaster/postmaster.c:1026 #, c-format msgid "%s: could not change permissions of external PID file \"%s\": %s\n" msgstr "%s: не удалось поменять права для внешнего файла PID \"%s\": %s\n" -#: postmaster/postmaster.c:1035 +#: postmaster/postmaster.c:1030 #, c-format msgid "%s: could not write external PID file \"%s\": %s\n" msgstr "%s: не удалось записать внешний файл PID \"%s\": %s\n" -#: postmaster/postmaster.c:1103 utils/init/postinit.c:197 +#: postmaster/postmaster.c:1098 utils/init/postinit.c:197 #, c-format msgid "could not load pg_hba.conf" msgstr "не удалось загрузить pg_hba.conf" -#: postmaster/postmaster.c:1156 +#: postmaster/postmaster.c:1151 #, c-format msgid "%s: could not locate matching postgres executable" msgstr "%s: подходящий исполняемый файл postgres не найден" -#: postmaster/postmaster.c:1179 utils/misc/tzparser.c:325 +#: postmaster/postmaster.c:1174 utils/misc/tzparser.c:325 #, c-format msgid "" "This may indicate an incomplete PostgreSQL installation, or that the file " @@ -12978,43 +12981,43 @@ msgstr "" "Возможно, PostgreSQL установлен не полностью или файла \"%s\" нет в " "положенном месте." -#: postmaster/postmaster.c:1207 +#: postmaster/postmaster.c:1202 #, c-format msgid "data directory \"%s\" does not exist" msgstr "каталог данных \"%s\" не существует" -#: postmaster/postmaster.c:1212 +#: postmaster/postmaster.c:1207 #, c-format msgid "could not read permissions of directory \"%s\": %m" msgstr "не удалось считать права на каталог \"%s\": %m" -#: postmaster/postmaster.c:1220 +#: postmaster/postmaster.c:1215 #, c-format msgid "specified data directory \"%s\" is not a directory" msgstr "указанный каталог данных \"%s\" не существует" -#: postmaster/postmaster.c:1236 +#: postmaster/postmaster.c:1231 #, c-format msgid "data directory \"%s\" has wrong ownership" msgstr "владелец каталога данных \"%s\" определён неверно" -#: postmaster/postmaster.c:1238 +#: postmaster/postmaster.c:1233 #, c-format msgid "The server must be started by the user that owns the data directory." msgstr "" "Сервер должен запускать пользователь, являющийся владельцем каталога данных." -#: postmaster/postmaster.c:1258 +#: postmaster/postmaster.c:1253 #, c-format msgid "data directory \"%s\" has group or world access" msgstr "к каталогу данных \"%s\" имеют доступ все или группа" -#: postmaster/postmaster.c:1260 +#: postmaster/postmaster.c:1255 #, c-format msgid "Permissions should be u=rwx (0700)." msgstr "Права должны быть: u=rwx (0700)." -#: postmaster/postmaster.c:1271 +#: postmaster/postmaster.c:1266 #, c-format msgid "" "%s: could not find the database system\n" @@ -13025,120 +13028,120 @@ msgstr "" "Ожидалось найти её в каталоге \"%s\",\n" "но открыть файл \"%s\" не удалось: %s\n" -#: postmaster/postmaster.c:1343 +#: postmaster/postmaster.c:1338 #, c-format msgid "select() failed in postmaster: %m" msgstr "сбой select() в postmaster'е: %m" -#: postmaster/postmaster.c:1510 postmaster/postmaster.c:1541 +#: postmaster/postmaster.c:1505 postmaster/postmaster.c:1536 #, c-format msgid "incomplete startup packet" msgstr "неполный стартовый пакет" -#: postmaster/postmaster.c:1522 +#: postmaster/postmaster.c:1517 #, c-format msgid "invalid length of startup packet" msgstr "неверная длина стартового пакета" -#: postmaster/postmaster.c:1579 +#: postmaster/postmaster.c:1574 #, c-format msgid "failed to send SSL negotiation response: %m" msgstr "не удалось отправить ответ в процессе SSL-согласования: %m" -#: postmaster/postmaster.c:1608 +#: postmaster/postmaster.c:1603 #, 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:1659 +#: postmaster/postmaster.c:1654 #, c-format msgid "invalid value for boolean option \"replication\"" msgstr "неверное значение логического параметра \"replication\"" -#: postmaster/postmaster.c:1679 +#: postmaster/postmaster.c:1674 #, c-format msgid "invalid startup packet layout: expected terminator as last byte" msgstr "" "неверная структура стартового пакета: последним байтом должен быть терминатор" -#: postmaster/postmaster.c:1707 +#: postmaster/postmaster.c:1702 #, c-format msgid "no PostgreSQL user name specified in startup packet" msgstr "в стартовом пакете не указано имя пользователя PostgreSQL" -#: postmaster/postmaster.c:1764 +#: postmaster/postmaster.c:1759 #, c-format msgid "the database system is starting up" msgstr "система баз данных запускается" -#: postmaster/postmaster.c:1769 +#: postmaster/postmaster.c:1764 #, c-format msgid "the database system is shutting down" msgstr "система баз данных останавливается" -#: postmaster/postmaster.c:1774 +#: postmaster/postmaster.c:1769 #, c-format msgid "the database system is in recovery mode" msgstr "система баз данных в режиме восстановления" -#: postmaster/postmaster.c:1779 storage/ipc/procarray.c:277 +#: postmaster/postmaster.c:1774 storage/ipc/procarray.c:277 #: storage/ipc/sinvaladt.c:304 storage/lmgr/proc.c:336 #, c-format msgid "sorry, too many clients already" msgstr "извините, уже слишком много клиентов" -#: postmaster/postmaster.c:1841 +#: postmaster/postmaster.c:1836 #, c-format msgid "wrong key in cancel request for process %d" msgstr "неправильный ключ в запросе на отмену процесса %d" -#: postmaster/postmaster.c:1849 +#: postmaster/postmaster.c:1844 #, c-format msgid "PID %d in cancel request did not match any process" msgstr "процесс с кодом %d, полученным в запросе на отмену, не найден" -#: postmaster/postmaster.c:2069 +#: postmaster/postmaster.c:2064 #, c-format msgid "received SIGHUP, reloading configuration files" msgstr "получен SIGHUP, файлы конфигурации перезагружаются" -#: postmaster/postmaster.c:2094 +#: postmaster/postmaster.c:2089 #, c-format msgid "pg_hba.conf not reloaded" msgstr "pg_hba.conf не перезагружен" -#: postmaster/postmaster.c:2137 +#: postmaster/postmaster.c:2132 #, c-format msgid "received smart shutdown request" msgstr "получен запрос на \"вежливое\" выключение" -#: postmaster/postmaster.c:2187 +#: postmaster/postmaster.c:2182 #, c-format msgid "received fast shutdown request" msgstr "получен запрос на быстрое выключение" -#: postmaster/postmaster.c:2211 +#: postmaster/postmaster.c:2206 #, c-format msgid "aborting any active transactions" msgstr "прерывание всех активных транзакций" -#: postmaster/postmaster.c:2240 +#: postmaster/postmaster.c:2235 #, c-format msgid "received immediate shutdown request" msgstr "получен запрос на немедленное выключение" -#: postmaster/postmaster.c:2330 postmaster/postmaster.c:2351 +#: postmaster/postmaster.c:2325 postmaster/postmaster.c:2346 msgid "startup process" msgstr "стартовый процесс" -#: postmaster/postmaster.c:2333 +#: postmaster/postmaster.c:2328 #, c-format msgid "aborting startup due to startup process failure" msgstr "прерывание запуска из-за ошибки в стартовом процессе" -#: postmaster/postmaster.c:2378 +#: postmaster/postmaster.c:2373 #, c-format msgid "" "terminating all walsender processes to force cascaded standby(s) to update " @@ -13147,208 +13150,208 @@ msgstr "" "завершение всех процессов передачи журнала для принуждения связанных с ними " "дежурных серверов обновить линию времени и переподключиться" -#: postmaster/postmaster.c:2408 +#: postmaster/postmaster.c:2403 #, c-format msgid "database system is ready to accept connections" msgstr "система БД готова принимать подключения" -#: postmaster/postmaster.c:2423 +#: postmaster/postmaster.c:2418 msgid "background writer process" msgstr "процесс фоновой записи" -#: postmaster/postmaster.c:2477 +#: postmaster/postmaster.c:2472 msgid "checkpointer process" msgstr "процесс контрольных точек" -#: postmaster/postmaster.c:2493 +#: postmaster/postmaster.c:2488 msgid "WAL writer process" msgstr "процесс записи WAL" -#: postmaster/postmaster.c:2507 +#: postmaster/postmaster.c:2502 msgid "WAL receiver process" msgstr "процесс считывания WAL" -#: postmaster/postmaster.c:2522 +#: postmaster/postmaster.c:2517 msgid "autovacuum launcher process" msgstr "процесс запуска автоочистки" -#: postmaster/postmaster.c:2537 +#: postmaster/postmaster.c:2532 msgid "archiver process" msgstr "процесс архивации" -#: postmaster/postmaster.c:2553 +#: postmaster/postmaster.c:2548 msgid "statistics collector process" msgstr "процесс сбора статистики" -#: postmaster/postmaster.c:2567 +#: postmaster/postmaster.c:2562 msgid "system logger process" msgstr "процесс системного протоколирования" -#: postmaster/postmaster.c:2602 postmaster/postmaster.c:2621 -#: postmaster/postmaster.c:2628 postmaster/postmaster.c:2646 +#: postmaster/postmaster.c:2597 postmaster/postmaster.c:2616 +#: postmaster/postmaster.c:2623 postmaster/postmaster.c:2641 msgid "server process" msgstr "процесс сервера" -#: postmaster/postmaster.c:2682 +#: postmaster/postmaster.c:2677 #, 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:2871 +#: postmaster/postmaster.c:2866 #, c-format msgid "%s (PID %d) exited with exit code %d" msgstr "%s (PID %d) завершился с кодом выхода %d" -#: postmaster/postmaster.c:2873 postmaster/postmaster.c:2884 -#: postmaster/postmaster.c:2895 postmaster/postmaster.c:2904 -#: postmaster/postmaster.c:2914 +#: postmaster/postmaster.c:2868 postmaster/postmaster.c:2879 +#: postmaster/postmaster.c:2890 postmaster/postmaster.c:2899 +#: postmaster/postmaster.c:2909 #, 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:2881 +#: postmaster/postmaster.c:2876 #, 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:2891 +#: postmaster/postmaster.c:2886 #, 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:2902 +#: postmaster/postmaster.c:2897 #, 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:2912 +#: postmaster/postmaster.c:2907 #, c-format msgid "%s (PID %d) exited with unrecognized status %d" msgstr "%s (PID %d) завершился с неизвестным кодом состояния %d" -#: postmaster/postmaster.c:3096 +#: postmaster/postmaster.c:3091 #, c-format msgid "abnormal database system shutdown" msgstr "аварийное выключение системы БД" -#: postmaster/postmaster.c:3135 +#: postmaster/postmaster.c:3130 #, c-format msgid "all server processes terminated; reinitializing" msgstr "все серверные процессы завершены... переинициализация" -#: postmaster/postmaster.c:3318 +#: postmaster/postmaster.c:3313 #, c-format msgid "could not fork new process for connection: %m" msgstr "породить новый процесс для соединения не удалось: %m" -#: postmaster/postmaster.c:3360 +#: postmaster/postmaster.c:3355 msgid "could not fork new process for connection: " msgstr "породить новый процесс для соединения не удалось: " -#: postmaster/postmaster.c:3474 +#: postmaster/postmaster.c:3469 #, c-format msgid "connection received: host=%s port=%s" msgstr "принято подключение: узел=%s порт=%s" -#: postmaster/postmaster.c:3479 +#: postmaster/postmaster.c:3474 #, c-format msgid "connection received: host=%s" msgstr "принято подключение: узел=%s" -#: postmaster/postmaster.c:3743 +#: postmaster/postmaster.c:3738 #, c-format msgid "could not execute server process \"%s\": %m" msgstr "запустить серверный процесс \"%s\" не удалось: %m" -#: postmaster/postmaster.c:4267 +#: postmaster/postmaster.c:4261 #, c-format msgid "database system is ready to accept read only connections" msgstr "система БД готова к подключениям в режиме \"только чтение\"" -#: postmaster/postmaster.c:4537 +#: postmaster/postmaster.c:4531 #, c-format msgid "could not fork startup process: %m" msgstr "породить стартовый процесс не удалось: %m" -#: postmaster/postmaster.c:4541 +#: postmaster/postmaster.c:4535 #, c-format msgid "could not fork background writer process: %m" msgstr "породить процесс фоновой записи не удалось: %m" -#: postmaster/postmaster.c:4545 +#: postmaster/postmaster.c:4539 #, c-format msgid "could not fork checkpointer process: %m" msgstr "породить процесс контрольных точек не удалось: %m" -#: postmaster/postmaster.c:4549 +#: postmaster/postmaster.c:4543 #, c-format msgid "could not fork WAL writer process: %m" msgstr "породить процесс записи WAL не удалось: %m" -#: postmaster/postmaster.c:4553 +#: postmaster/postmaster.c:4547 #, c-format msgid "could not fork WAL receiver process: %m" msgstr "породить процесс считывания WAL не удалось: %m" -#: postmaster/postmaster.c:4557 +#: postmaster/postmaster.c:4551 #, c-format msgid "could not fork process: %m" msgstr "породить процесс не удалось: %m" -#: postmaster/postmaster.c:4846 +#: postmaster/postmaster.c:4840 #, c-format msgid "could not duplicate socket %d for use in backend: error code %d" msgstr "" "продублировать сокет %d для серверного процесса не удалось: код ошибки %d" -#: postmaster/postmaster.c:4878 +#: postmaster/postmaster.c:4872 #, c-format msgid "could not create inherited socket: error code %d\n" msgstr "создать наследуемый сокет не удалось: код ошибки %d\n" -#: postmaster/postmaster.c:4907 postmaster/postmaster.c:4914 +#: postmaster/postmaster.c:4901 postmaster/postmaster.c:4908 #, c-format msgid "could not read from backend variables file \"%s\": %s\n" msgstr "прочитать файл серверных переменных \"%s\" не удалось: %s\n" -#: postmaster/postmaster.c:4923 +#: postmaster/postmaster.c:4917 #, c-format msgid "could not remove file \"%s\": %s\n" msgstr "не удалось стереть файл \"%s\": %s\n" -#: postmaster/postmaster.c:4940 +#: postmaster/postmaster.c:4934 #, c-format msgid "could not map view of backend variables: error code %lu\n" msgstr "отобразить файл серверных переменных не удалось: код ошибки %lu\n" -#: postmaster/postmaster.c:4949 +#: postmaster/postmaster.c:4943 #, c-format msgid "could not unmap view of backend variables: error code %lu\n" msgstr "" "отключить отображение файла серверных переменных не удалось: код ошибки %lu\n" -#: postmaster/postmaster.c:4956 +#: postmaster/postmaster.c:4950 #, c-format msgid "could not close handle to backend parameter variables: error code %lu\n" msgstr "" "закрыть указатель файла серверных переменных не удалось: код ошибки %lu\n" -#: postmaster/postmaster.c:5106 +#: postmaster/postmaster.c:5100 #, c-format msgid "could not read exit code for process\n" msgstr "прочитать код завершения процесса не удалось\n" -#: postmaster/postmaster.c:5111 +#: postmaster/postmaster.c:5105 #, c-format msgid "could not post child completion status\n" msgstr "отправить состояние завершения потомка не удалось\n" @@ -13405,71 +13408,71 @@ msgstr "" "не удалось определить, какое правило сортировки использовать для регулярного " "выражения" -#: replication/basebackup.c:126 replication/basebackup.c:881 +#: replication/basebackup.c:132 replication/basebackup.c:903 #: utils/adt/misc.c:358 #, c-format msgid "could not read symbolic link \"%s\": %m" msgstr "не удалось прочитать символическую ссылку \"%s\": %m" -#: replication/basebackup.c:133 replication/basebackup.c:885 +#: replication/basebackup.c:139 replication/basebackup.c:907 #: utils/adt/misc.c:362 #, c-format msgid "symbolic link \"%s\" target is too long" msgstr "целевой путь символической ссылки \"%s\" слишком длинный" -#: replication/basebackup.c:191 +#: replication/basebackup.c:208 #, c-format msgid "could not stat control file \"%s\": %m" msgstr "не удалось найти управляющий файл \"%s\": %m" -#: replication/basebackup.c:306 +#: replication/basebackup.c:323 #, c-format msgid "could not find any WAL files" msgstr "не удалось найти ни одного файла WAL" -#: replication/basebackup.c:318 replication/basebackup.c:335 -#: replication/basebackup.c:343 +#: replication/basebackup.c:335 replication/basebackup.c:352 +#: replication/basebackup.c:360 #, c-format msgid "could not find WAL file \"%s\"" msgstr "не удалось найти файл WAL \"%s\"" -#: replication/basebackup.c:382 replication/basebackup.c:405 +#: replication/basebackup.c:399 replication/basebackup.c:422 #, c-format msgid "unexpected WAL file size \"%s\"" msgstr "неприемлемый размер файла WAL \"%s\"" -#: replication/basebackup.c:393 replication/basebackup.c:1035 +#: replication/basebackup.c:410 replication/basebackup.c:1081 #, c-format msgid "base backup could not send data, aborting backup" msgstr "" "в процессе базового резервного копирования не удалось передать данные, " "копирование прерывается" -#: replication/basebackup.c:476 replication/basebackup.c:485 -#: replication/basebackup.c:494 replication/basebackup.c:503 -#: replication/basebackup.c:512 +#: replication/basebackup.c:493 replication/basebackup.c:502 +#: replication/basebackup.c:511 replication/basebackup.c:520 +#: replication/basebackup.c:529 #, c-format msgid "duplicate option \"%s\"" msgstr "повторяющийся параметр \"%s\"" -#: replication/basebackup.c:759 replication/basebackup.c:835 +#: replication/basebackup.c:778 replication/basebackup.c:857 #, c-format msgid "could not stat file or directory \"%s\": %m" msgstr "не удалось получить информацию о файле или каталоге \"%s\": %m" -#: replication/basebackup.c:817 +#: replication/basebackup.c:839 #, c-format msgid "shutdown requested, aborting active base backup" msgstr "" "запрошено выключение, активный процесс базового резервного копирования " "прерывается" -#: replication/basebackup.c:935 +#: replication/basebackup.c:981 #, c-format msgid "skipping special file \"%s\"" msgstr "специальный файл \"%s\" пропускается" -#: replication/basebackup.c:1025 +#: replication/basebackup.c:1071 #, c-format msgid "archive member \"%s\" too large for tar format" msgstr "архивируемый файл \"%s\" слишком велик для формата tar" @@ -13604,7 +13607,7 @@ msgstr "неожиданный обрыв соединения с резервн msgid "invalid standby handshake message type %d" msgstr "неверный тип сообщения согласования: %d" -#: replication/walsender.c:400 replication/walsender.c:1153 +#: replication/walsender.c:400 replication/walsender.c:1170 #, c-format msgid "" "terminating walsender process to force cascaded standby to update timeline " @@ -13633,12 +13636,12 @@ msgstr "неожиданный тип сообщения \"%c\"" msgid "standby \"%s\" has now caught up with primary" msgstr "резервный сервер \"%s\" нагнал главный" -#: replication/walsender.c:874 +#: replication/walsender.c:885 #, c-format msgid "terminating walsender process due to replication timeout" msgstr "завершение процесса передачи журнала из-за таймаута репликации" -#: replication/walsender.c:941 +#: replication/walsender.c:952 #, c-format msgid "" "number of requested standby connections exceeds max_wal_senders (currently " @@ -13647,7 +13650,7 @@ msgstr "" "число запрошенных подключений резервных серверов превосходит max_wal_senders " "(сейчас: %d)" -#: replication/walsender.c:1058 +#: replication/walsender.c:1075 #, c-format msgid "could not read from log file %u, segment %u, offset %u, length %lu: %m" msgstr "" @@ -13831,7 +13834,7 @@ msgstr "список RETURNING содержит недостаточно эле msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "правило \"%s\" для отношения\"%s\" не существует" -#: rewrite/rewriteHandler.c:485 +#: rewrite/rewriteHandler.c:510 #, c-format msgid "" "WITH query name \"%s\" appears in both a rule action and the query being " @@ -13840,22 +13843,22 @@ msgstr "" "имя запроса WITH \"%s\" оказалось и в действии правила, и в переписываемом " "запросе" -#: rewrite/rewriteHandler.c:543 +#: rewrite/rewriteHandler.c:568 #, c-format msgid "cannot have RETURNING lists in multiple rules" msgstr "RETURNING можно определить только для одного правила" -#: rewrite/rewriteHandler.c:874 rewrite/rewriteHandler.c:892 +#: rewrite/rewriteHandler.c:899 rewrite/rewriteHandler.c:917 #, c-format msgid "multiple assignments to same column \"%s\"" msgstr "многочисленные присвоения одной колонке \"%s\"" -#: rewrite/rewriteHandler.c:1628 rewrite/rewriteHandler.c:2023 +#: rewrite/rewriteHandler.c:1653 rewrite/rewriteHandler.c:2051 #, c-format msgid "infinite recursion detected in rules for relation \"%s\"" msgstr "обнаружена бесконечная рекурсия в правилах для отношения \"%s\"" -#: rewrite/rewriteHandler.c:1884 +#: rewrite/rewriteHandler.c:1912 #, c-format msgid "" "DO INSTEAD NOTHING rules are not supported for data-modifying statements in " @@ -13864,7 +13867,7 @@ msgstr "" "правила DO INSTEAD NOTHING не поддерживаются в операторах, изменяющих " "данные, в WITH" -#: rewrite/rewriteHandler.c:1898 +#: rewrite/rewriteHandler.c:1926 #, c-format msgid "" "conditional DO INSTEAD rules are not supported for data-modifying statements " @@ -13873,13 +13876,13 @@ msgstr "" "условные правила DO INSTEAD не поддерживаются для операторов, изменяющих " "данные, в WITH" -#: rewrite/rewriteHandler.c:1902 +#: rewrite/rewriteHandler.c:1930 #, c-format msgid "DO ALSO rules are not supported for data-modifying statements in WITH" msgstr "" "правила DO ALSO не поддерживаются для операторов, изменяющих данные, в WITH" -#: rewrite/rewriteHandler.c:1907 +#: rewrite/rewriteHandler.c:1935 #, c-format msgid "" "multi-statement DO INSTEAD rules are not supported for data-modifying " @@ -13888,43 +13891,43 @@ msgstr "" "составные правила DO INSTEAD не поддерживаются для операторов, изменяющих " "данные, в WITH" -#: rewrite/rewriteHandler.c:2061 +#: rewrite/rewriteHandler.c:2089 #, c-format msgid "cannot perform INSERT RETURNING on relation \"%s\"" msgstr "выполнить INSERT RETURNING для отношения \"%s\" нельзя" -#: rewrite/rewriteHandler.c:2063 +#: rewrite/rewriteHandler.c:2091 #, c-format msgid "" "You need an unconditional ON INSERT DO INSTEAD rule with a RETURNING clause." msgstr "" "Необходимо безусловное правило ON INSERT DO INSTEAD с предложением RETURNING." -#: rewrite/rewriteHandler.c:2068 +#: rewrite/rewriteHandler.c:2096 #, c-format msgid "cannot perform UPDATE RETURNING on relation \"%s\"" msgstr "выполнить UPDATE RETURNING для отношения \"%s\" нельзя" -#: rewrite/rewriteHandler.c:2070 +#: rewrite/rewriteHandler.c:2098 #, c-format msgid "" "You need an unconditional ON UPDATE DO INSTEAD rule with a RETURNING clause." msgstr "" "Необходимо безусловное правило ON UPDATE DO INSTEAD с предложением RETURNING." -#: rewrite/rewriteHandler.c:2075 +#: rewrite/rewriteHandler.c:2103 #, c-format msgid "cannot perform DELETE RETURNING on relation \"%s\"" msgstr "выполнить DELETE RETURNING для отношения \"%s\" нельзя" -#: rewrite/rewriteHandler.c:2077 +#: rewrite/rewriteHandler.c:2105 #, c-format msgid "" "You need an unconditional ON DELETE DO INSTEAD rule with a RETURNING clause." msgstr "" "Необходимо безусловное правило ON DELETE DO INSTEAD с предложением RETURNING." -#: rewrite/rewriteHandler.c:2141 +#: rewrite/rewriteHandler.c:2169 #, c-format msgid "" "WITH cannot be used in a query that is rewritten by rules into multiple " @@ -13984,17 +13987,17 @@ msgstr "нераспознанный параметр Snowball: \"%s\"" msgid "missing Language parameter" msgstr "отсутствует параметр Language" -#: storage/buffer/bufmgr.c:136 storage/buffer/bufmgr.c:241 +#: storage/buffer/bufmgr.c:136 storage/buffer/bufmgr.c:244 #, c-format msgid "cannot access temporary tables of other sessions" msgstr "обращаться к временным таблицам других сеансов нельзя" -#: storage/buffer/bufmgr.c:378 +#: storage/buffer/bufmgr.c:381 #, c-format msgid "unexpected data beyond EOF in block %u of relation %s" msgstr "неожиданные данные после EOF в блоке %u отношения %s" -#: storage/buffer/bufmgr.c:380 +#: storage/buffer/bufmgr.c:383 #, c-format msgid "" "This has been seen to occur with buggy kernels; consider updating your " @@ -14003,28 +14006,28 @@ msgstr "" "Эта ситуация может возникать из-за ошибок в ядре; возможно, вам следует " "обновить ОС." -#: storage/buffer/bufmgr.c:466 +#: storage/buffer/bufmgr.c:469 #, c-format msgid "invalid page header in block %u of relation %s; zeroing out page" msgstr "" "неверный заголовок страницы в блоке %u отношения %s; страница обнуляется" -#: storage/buffer/bufmgr.c:474 +#: storage/buffer/bufmgr.c:477 #, c-format msgid "invalid page header in block %u of relation %s" msgstr "неверный заголовок страницы в блоке %u отношения %s" -#: storage/buffer/bufmgr.c:2909 +#: storage/buffer/bufmgr.c:2913 #, c-format msgid "could not write block %u of %s" msgstr "не удалось запись блок %u файла %s" -#: storage/buffer/bufmgr.c:2911 +#: storage/buffer/bufmgr.c:2915 #, c-format msgid "Multiple failures --- write error might be permanent." msgstr "Множественные сбои - возможно, постоянная ошибка записи." -#: storage/buffer/bufmgr.c:2932 storage/buffer/bufmgr.c:2951 +#: storage/buffer/bufmgr.c:2936 storage/buffer/bufmgr.c:2955 #, c-format msgid "writing block %u of relation %s" msgstr "запись блока %u отношения %s" @@ -14075,16 +14078,16 @@ msgid "exceeded maxAllocatedDescs (%d) while trying to open directory \"%s\"" msgstr "" "превышен предел maxAllocatedDescs (%d) при попытке открыть каталог \"%s\"" -#: storage/file/fd.c:1761 +#: storage/file/fd.c:1757 #, c-format msgid "could not read directory \"%s\": %m" msgstr "не удалось прочитать каталог \"%s\": %m" -#: storage/ipc/shmem.c:190 storage/lmgr/lock.c:848 storage/lmgr/lock.c:876 -#: storage/lmgr/lock.c:2486 storage/lmgr/lock.c:3122 storage/lmgr/lock.c:3610 -#: storage/lmgr/lock.c:3675 storage/lmgr/lock.c:3964 +#: storage/ipc/shmem.c:190 storage/lmgr/lock.c:857 storage/lmgr/lock.c:891 +#: storage/lmgr/lock.c:2529 storage/lmgr/lock.c:3179 storage/lmgr/lock.c:3664 +#: storage/lmgr/lock.c:3729 storage/lmgr/lock.c:4019 #: storage/lmgr/predicate.c:2317 storage/lmgr/predicate.c:2332 -#: storage/lmgr/predicate.c:3728 storage/lmgr/predicate.c:4872 +#: storage/lmgr/predicate.c:3725 storage/lmgr/predicate.c:4868 #: storage/lmgr/proc.c:205 utils/hash/dynahash.c:960 #, c-format msgid "out of shared memory" @@ -14117,7 +14120,7 @@ msgstr "" msgid "requested shared memory size overflows size_t" msgstr "запрошенный размер разделяемой памяти не умещается в size_t" -#: storage/ipc/standby.c:494 tcop/postgres.c:2919 +#: storage/ipc/standby.c:494 tcop/postgres.c:2926 #, c-format msgid "canceling statement due to conflict with recovery" msgstr "" @@ -14130,12 +14133,12 @@ msgstr "" "Транзакция пользователя привела к взаимоблокировке с процессом " "восстановления." -#: storage/large_object/inv_api.c:551 storage/large_object/inv_api.c:748 +#: storage/large_object/inv_api.c:559 storage/large_object/inv_api.c:756 #, c-format msgid "large object %u was not opened for writing" msgstr "большой объект %u не был открыт для записи" -#: storage/large_object/inv_api.c:558 storage/large_object/inv_api.c:755 +#: storage/large_object/inv_api.c:566 storage/large_object/inv_api.c:763 #, c-format msgid "large object %u was already dropped" msgstr "большой объект %u уже удалён" @@ -14228,13 +14231,13 @@ msgstr "" "В процессе восстановления для объектов базы данных может быть получена " "только блокировка RowExclusiveLock или менее сильная." -#: storage/lmgr/lock.c:849 storage/lmgr/lock.c:877 storage/lmgr/lock.c:2487 -#: storage/lmgr/lock.c:3611 storage/lmgr/lock.c:3676 storage/lmgr/lock.c:3965 +#: storage/lmgr/lock.c:858 storage/lmgr/lock.c:892 storage/lmgr/lock.c:2530 +#: storage/lmgr/lock.c:3665 storage/lmgr/lock.c:3730 storage/lmgr/lock.c:4020 #, c-format msgid "You might need to increase max_locks_per_transaction." msgstr "Возможно, следует увеличить параметр max_locks_per_transaction." -#: storage/lmgr/lock.c:2918 storage/lmgr/lock.c:3031 +#: storage/lmgr/lock.c:2966 storage/lmgr/lock.c:3079 #, c-format msgid "" "cannot PREPARE while holding both session-level and transaction-level locks " @@ -14243,7 +14246,7 @@ msgstr "" "нельзя выполнить PREPARE, удерживая блокировки на уровне сеанса и на уровне " "транзакции для одного объекта" -#: storage/lmgr/lock.c:3123 +#: storage/lmgr/lock.c:3180 #, c-format msgid "Not enough memory for reassigning the prepared transaction's locks." msgstr "" @@ -14331,17 +14334,17 @@ msgid "The source transaction %u is not running anymore." msgstr "Исходная транзакция %u уже не выполняется." #: storage/lmgr/predicate.c:2318 storage/lmgr/predicate.c:2333 -#: storage/lmgr/predicate.c:3729 +#: storage/lmgr/predicate.c:3726 #, c-format msgid "You might need to increase max_pred_locks_per_transaction." msgstr "" "Возможно, следует увеличить значение параметра max_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:4596 -#: storage/lmgr/predicate.c:4608 storage/lmgr/predicate.c:4650 -#: storage/lmgr/predicate.c:4688 +#: storage/lmgr/predicate.c:3880 storage/lmgr/predicate.c:3969 +#: storage/lmgr/predicate.c:3977 storage/lmgr/predicate.c:4016 +#: storage/lmgr/predicate.c:4255 storage/lmgr/predicate.c:4592 +#: storage/lmgr/predicate.c:4604 storage/lmgr/predicate.c:4646 +#: storage/lmgr/predicate.c:4684 #, c-format msgid "" "could not serialize access due to read/write dependencies among transactions" @@ -14349,31 +14352,31 @@ msgstr "" "не удалось сериализовать доступ из-за зависимостей чтения/записи между " "транзакциями" -#: 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:4598 -#: storage/lmgr/predicate.c:4610 storage/lmgr/predicate.c:4652 -#: storage/lmgr/predicate.c:4690 +#: storage/lmgr/predicate.c:3882 storage/lmgr/predicate.c:3971 +#: storage/lmgr/predicate.c:3979 storage/lmgr/predicate.c:4018 +#: storage/lmgr/predicate.c:4257 storage/lmgr/predicate.c:4594 +#: storage/lmgr/predicate.c:4606 storage/lmgr/predicate.c:4648 +#: storage/lmgr/predicate.c:4686 #, c-format msgid "The transaction might succeed if retried." msgstr "Транзакция может завершиться успешно при следующей попытке." -#: storage/lmgr/proc.c:1128 +#: storage/lmgr/proc.c:1136 #, c-format msgid "Process %d waits for %s on %s." msgstr "Процесс %d ожидает в режиме %s блокировку %s." -#: storage/lmgr/proc.c:1138 +#: storage/lmgr/proc.c:1146 #, c-format msgid "sending cancel to blocking autovacuum PID %d" msgstr "снятие блокирующего процесса автоочистки (PID %d)" -#: storage/lmgr/proc.c:1150 utils/adt/misc.c:134 +#: storage/lmgr/proc.c:1158 utils/adt/misc.c:134 #, c-format msgid "could not send signal to process %d: %m" msgstr "отправить сигнал процессу %d не удалось: %m" -#: storage/lmgr/proc.c:1184 +#: storage/lmgr/proc.c:1192 #, c-format msgid "" "process %d avoided deadlock for %s on %s by rearranging queue order after " @@ -14382,7 +14385,7 @@ msgstr "" "процесс %d избежал взаимоблокировки, ожидая в режиме %s блокировку \"%s\", " "изменив порядок очереди через %ld.%03d мс" -#: storage/lmgr/proc.c:1196 +#: storage/lmgr/proc.c:1204 #, c-format msgid "" "process %d detected deadlock while waiting for %s on %s after %ld.%03d ms" @@ -14390,19 +14393,19 @@ msgstr "" "процесс %d обнаружил взаимоблокировку, ожидая в режиме %s блокировку \"%s\" " "в течение %ld.%03d мс" -#: storage/lmgr/proc.c:1202 +#: storage/lmgr/proc.c:1210 #, 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:1206 +#: storage/lmgr/proc.c:1214 #, c-format msgid "process %d acquired %s on %s after %ld.%03d ms" msgstr "процесс %d получил в режиме %s блокировку \"%s\" через %ld.%03d мс" -#: storage/lmgr/proc.c:1222 +#: storage/lmgr/proc.c:1230 #, c-format msgid "process %d failed to acquire %s on %s after %ld.%03d ms" msgstr "" @@ -14576,7 +14579,7 @@ msgid "incorrect binary data format in function argument %d" msgstr "неправильный формат двоичных данных в аргументе функции %d" #: tcop/postgres.c:424 tcop/postgres.c:436 tcop/postgres.c:447 -#: tcop/postgres.c:459 tcop/postgres.c:4185 +#: tcop/postgres.c:459 tcop/postgres.c:4184 #, c-format msgid "invalid frontend message type %d" msgstr "неправильный тип клиентского сообщения %d" @@ -14708,12 +14711,12 @@ msgstr "" msgid "User was connected to a database that must be dropped." msgstr "Пользователь был подключен к базе данных, которая должна быть удалена." -#: tcop/postgres.c:2540 +#: tcop/postgres.c:2547 #, c-format msgid "terminating connection because of crash of another server process" msgstr "закрытие подключения из-за краха другого серверного процесса" -#: tcop/postgres.c:2541 +#: tcop/postgres.c:2548 #, c-format msgid "" "The postmaster has commanded this server process to roll back the current " @@ -14724,7 +14727,7 @@ msgstr "" "транзакцию и завершиться, так как другой серверный процесс завершился " "аварийно и возможно разрушил разделяемую память." -#: tcop/postgres.c:2545 tcop/postgres.c:2914 +#: tcop/postgres.c:2552 tcop/postgres.c:2921 #, c-format msgid "" "In a moment you should be able to reconnect to the database and repeat your " @@ -14733,12 +14736,12 @@ msgstr "" "Вы сможете переподключиться к базе данных и повторить вашу команду сию " "минуту." -#: tcop/postgres.c:2658 +#: tcop/postgres.c:2665 #, c-format msgid "floating-point exception" msgstr "исключение в операции с плавающей точкой" -#: tcop/postgres.c:2659 +#: tcop/postgres.c:2666 #, c-format msgid "" "An invalid floating-point operation was signaled. This probably means an out-" @@ -14748,52 +14751,52 @@ msgstr "" "оказался вне допустимых рамок или произошла ошибка вычисления, например, " "деление на ноль." -#: tcop/postgres.c:2833 +#: tcop/postgres.c:2840 #, c-format msgid "terminating autovacuum process due to administrator command" msgstr "прекращение процесса автоочистки по команде администратора" -#: tcop/postgres.c:2839 tcop/postgres.c:2849 tcop/postgres.c:2912 +#: tcop/postgres.c:2846 tcop/postgres.c:2856 tcop/postgres.c:2919 #, c-format msgid "terminating connection due to conflict with recovery" msgstr "закрытие подключения из-за конфликта с процессом восстановления" -#: tcop/postgres.c:2855 +#: tcop/postgres.c:2862 #, c-format msgid "terminating connection due to administrator command" msgstr "закрытие подключения по команде администратора" -#: tcop/postgres.c:2867 +#: tcop/postgres.c:2874 #, c-format msgid "connection to client lost" msgstr "подключение к клиенту потеряно" -#: tcop/postgres.c:2882 +#: tcop/postgres.c:2889 #, c-format msgid "canceling authentication due to timeout" msgstr "отмена проверки подлинности из-за таймаута" -#: tcop/postgres.c:2891 +#: tcop/postgres.c:2898 #, c-format msgid "canceling statement due to statement timeout" msgstr "выполнение оператора отменено из-за таймаута" -#: tcop/postgres.c:2900 +#: tcop/postgres.c:2907 #, c-format msgid "canceling autovacuum task" msgstr "отмена задачи автоочистки" -#: tcop/postgres.c:2935 +#: tcop/postgres.c:2942 #, c-format msgid "canceling statement due to user request" msgstr "выполнение оператора отменено по запросу пользователя" -#: tcop/postgres.c:3063 tcop/postgres.c:3085 +#: tcop/postgres.c:3070 tcop/postgres.c:3092 #, c-format msgid "stack depth limit exceeded" msgstr "превышен предел глубины стека" -#: tcop/postgres.c:3064 tcop/postgres.c:3086 +#: tcop/postgres.c:3071 tcop/postgres.c:3093 #, c-format msgid "" "Increase the configuration parameter \"max_stack_depth\" (currently %dkB), " @@ -14803,12 +14806,12 @@ msgstr "" "КБ), предварительно убедившись, что ОС предоставляет достаточный размер " "стека." -#: tcop/postgres.c:3102 +#: tcop/postgres.c:3109 #, c-format msgid "\"max_stack_depth\" must not exceed %ldkB." msgstr "Значение \"max_stack_depth\" не должно превышать %ld КБ." -#: tcop/postgres.c:3104 +#: tcop/postgres.c:3111 #, c-format msgid "" "Increase the platform's stack depth limit via \"ulimit -s\" or local " @@ -14817,37 +14820,37 @@ msgstr "" "Увеличьте предел глубины стека в системе с помощью команды \"ulimit -s\" или " "эквивалента в вашей ОС." -#: tcop/postgres.c:3468 +#: tcop/postgres.c:3475 #, c-format msgid "invalid command-line argument for server process: %s" msgstr "неверный аргумент командной строки для серверного процесса: %s" -#: tcop/postgres.c:3469 tcop/postgres.c:3475 +#: tcop/postgres.c:3476 tcop/postgres.c:3482 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Для дополнительной информации попробуйте \"%s --help\"." -#: tcop/postgres.c:3473 +#: tcop/postgres.c:3480 #, c-format msgid "%s: invalid command-line argument: %s" msgstr "%s: неверный аргумент командной строки: %s" -#: tcop/postgres.c:3560 +#: tcop/postgres.c:3559 #, c-format msgid "%s: no database nor user name specified" msgstr "%s: не указаны ни база данных, ни пользователь" -#: tcop/postgres.c:4095 +#: tcop/postgres.c:4094 #, c-format msgid "invalid CLOSE message subtype %d" msgstr "неверный подтип сообщения CLOSE: %d" -#: tcop/postgres.c:4128 +#: tcop/postgres.c:4127 #, c-format msgid "invalid DESCRIBE message subtype %d" msgstr "неверный подтип сообщения DESCRIBE: %d" -#: tcop/postgres.c:4362 +#: tcop/postgres.c:4361 #, c-format msgid "" "disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s" @@ -14874,24 +14877,24 @@ msgid "Declare it with SCROLL option to enable backward scan." msgstr "Добавьте в его объявление SCROLL, чтобы он мог перемещаться назад." #. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:254 +#: tcop/utility.c:211 #, c-format msgid "cannot execute %s in a read-only transaction" msgstr "в транзакции в режиме \"только чтение\" нельзя выполнить %s" #. translator: %s is name of a SQL command, eg CREATE -#: tcop/utility.c:273 +#: tcop/utility.c:230 #, c-format msgid "cannot execute %s during recovery" msgstr "во время восстановления нельзя выполнить %s" #. translator: %s is name of a SQL command, eg PREPARE -#: tcop/utility.c:291 +#: tcop/utility.c:248 #, c-format msgid "cannot execute %s within security-restricted operation" msgstr "в рамках операции с ограничениями по безопасности нельзя выполнить %s" -#: tcop/utility.c:1119 +#: tcop/utility.c:1096 #, c-format msgid "must be superuser to do CHECKPOINT" msgstr "для выполнения CHECKPOINT нужно быть суперпользователем" @@ -15020,13 +15023,13 @@ msgstr "отсутствует параметр Dictionary" msgid "could not open dictionary file \"%s\": %m" msgstr "не удалось открыть файл словаря \"%s\": %m" -#: tsearch/spell.c:439 utils/adt/regexp.c:194 +#: tsearch/spell.c:439 utils/adt/regexp.c:204 #, c-format msgid "invalid regular expression: %s" msgstr "неверное регулярное выражение: %s" #: tsearch/spell.c:518 tsearch/spell.c:535 tsearch/spell.c:552 -#: tsearch/spell.c:569 tsearch/spell.c:591 gram.y:12927 gram.y:12944 +#: tsearch/spell.c:569 tsearch/spell.c:591 gram.y:12922 gram.y:12939 #, c-format msgid "syntax error" msgstr "ошибка синтаксиса" @@ -15051,7 +15054,7 @@ msgstr "словарь Ispell поддерживает для FLAG только msgid "wrong affix file format for flag" msgstr "неправильный формат файла аффиксов при разборе флага" -#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:269 utils/adt/tsvector_op.c:530 +#: tsearch/to_tsany.c:163 utils/adt/tsvector.c:270 utils/adt/tsvector_op.c:530 #, c-format msgid "string is too long for tsvector (%d bytes, max %d bytes)" msgstr "строка слишком длинна для tsvector (%d Б, при максимуме %d)" @@ -15093,27 +15096,27 @@ msgstr "не удалось открыть файл стоп-слов \"%s\": %m msgid "text search parser does not support headline creation" msgstr "анализатор текстового поиска не поддерживает создание выдержек" -#: tsearch/wparser_def.c:2551 +#: tsearch/wparser_def.c:2555 #, c-format msgid "unrecognized headline parameter: \"%s\"" msgstr "нераспознанный параметр функции выдержки: \"%s\"" -#: tsearch/wparser_def.c:2560 +#: tsearch/wparser_def.c:2564 #, c-format msgid "MinWords should be less than MaxWords" msgstr "Значение MinWords должно быть меньше MaxWords" -#: tsearch/wparser_def.c:2564 +#: tsearch/wparser_def.c:2568 #, c-format msgid "MinWords should be positive" msgstr "Значение MinWords должно быть положительным" -#: tsearch/wparser_def.c:2568 +#: tsearch/wparser_def.c:2572 #, c-format msgid "ShortWord should be >= 0" msgstr "Значение ShortWord должно быть >= 0" -#: tsearch/wparser_def.c:2572 +#: tsearch/wparser_def.c:2576 #, c-format msgid "MaxFragments should be >= 0" msgstr "Значение MaxFragments должно быть >= 0" @@ -15224,7 +15227,7 @@ msgstr "нераспознанный тип прав: \"%s\"" msgid "function \"%s\" does not exist" msgstr "функция \"%s\" не существует" -#: utils/adt/acl.c:4874 +#: utils/adt/acl.c:4879 #, c-format msgid "must be member of role \"%s\"" msgstr "нужно быть членом роли \"%s\"" @@ -15247,7 +15250,7 @@ msgstr "входной тип так же не является массивом #: 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:2300 -#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1145 utils/adt/varbit.c:1537 +#: utils/adt/numeric.c:2309 utils/adt/varbit.c:1173 utils/adt/varbit.c:1565 #: utils/adt/varlena.c:1004 utils/adt/varlena.c:2027 #, c-format msgid "integer out of range" @@ -15422,7 +15425,7 @@ msgstr "элемент массива null недопустим в данном msgid "cannot compare arrays of different element types" msgstr "нельзя сравнивать массивы с элементами разных типов" -#: utils/adt/arrayfuncs.c:3562 utils/adt/rangetypes.c:1201 +#: utils/adt/arrayfuncs.c:3562 utils/adt/rangetypes.c:1207 #, c-format msgid "could not identify a hash function for type %s" msgstr "не удалось найти функцию хэширования для типа %s" @@ -15490,7 +15493,7 @@ msgstr "неверный синтаксис для типа 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:841 utils/adt/float.c:905 utils/adt/float.c:2583 -#: utils/adt/float.c:2646 utils/adt/geo_ops.c:4130 utils/adt/int.c:719 +#: utils/adt/float.c:2646 utils/adt/geo_ops.c:4148 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 @@ -15521,7 +15524,7 @@ msgstr "TIME(%d)%s: точность должна быть неотрицате msgid "TIME(%d)%s precision reduced to maximum allowed, %d" msgstr "TIME(%d)%s: точность уменьшена до дозволенного максимума: %d" -#: utils/adt/date.c:144 utils/adt/datetime.c:1188 utils/adt/datetime.c:1930 +#: utils/adt/date.c:144 utils/adt/datetime.c:1188 utils/adt/datetime.c:1924 #, c-format msgid "date/time value \"current\" is no longer supported" msgstr "значение \"current\" для даты/времени больше не поддерживается" @@ -15597,7 +15600,7 @@ msgstr "смещение часового пояса вне диапазона" msgid "\"time with time zone\" units \"%s\" not recognized" msgstr "\"время с часовым поясом\" содержит нераспознанные единицы \"%s\"" -#: utils/adt/date.c:2662 utils/adt/datetime.c:930 utils/adt/datetime.c:1659 +#: utils/adt/date.c:2662 utils/adt/datetime.c:930 utils/adt/datetime.c:1653 #: utils/adt/timestamp.c:4531 utils/adt/timestamp.c:4703 #, c-format msgid "time zone \"%s\" not recognized" @@ -15608,28 +15611,28 @@ msgstr "часовой пояс \"%s\" не распознан" msgid "\"interval\" time zone \"%s\" not valid" msgstr "\"интервал\" содержит неверный часовой пояс \"%s\"" -#: utils/adt/datetime.c:3533 utils/adt/datetime.c:3540 +#: utils/adt/datetime.c:3527 utils/adt/datetime.c:3534 #, c-format msgid "date/time field value out of range: \"%s\"" msgstr "значение поля типа date/time вне диапазона: \"%s\"" -#: utils/adt/datetime.c:3542 +#: utils/adt/datetime.c:3536 #, c-format msgid "Perhaps you need a different \"datestyle\" setting." msgstr "Возможно, вам нужно изменить настройку \"datestyle\"." -#: utils/adt/datetime.c:3547 +#: utils/adt/datetime.c:3541 #, c-format msgid "interval field value out of range: \"%s\"" msgstr "значение поля interval вне диапазона: \"%s\"" -#: utils/adt/datetime.c:3553 +#: utils/adt/datetime.c:3547 #, c-format msgid "time zone displacement out of range: \"%s\"" msgstr "смещение часового пояса вне диапазона: \"%s\"" #. translator: first %s is inet or cidr -#: utils/adt/datetime.c:3560 utils/adt/network.c:107 +#: utils/adt/datetime.c:3554 utils/adt/network.c:107 #, c-format msgid "invalid input syntax for type %s: \"%s\"" msgstr "неверный синтаксис для типа %s: \"%s\"" @@ -16068,7 +16071,8 @@ msgstr "получать информацию о файлах может тол msgid "must be superuser to get directory listings" msgstr "читать содержимое каталогов может только суперпользователь" -#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:4251 utils/adt/geo_ops.c:5172 +#: utils/adt/geo_ops.c:294 utils/adt/geo_ops.c:1432 utils/adt/geo_ops.c:3493 +#: utils/adt/geo_ops.c:4269 utils/adt/geo_ops.c:5198 #, c-format msgid "too many points requested" msgstr "запрошено слишком много точек" @@ -16094,93 +16098,93 @@ msgstr "неверный синтаксис для типа line: \"%s\"" msgid "type \"line\" not yet implemented" msgstr "тип \"line\" ещё не реализован" -#: utils/adt/geo_ops.c:1411 utils/adt/geo_ops.c:1434 +#: utils/adt/geo_ops.c:1412 utils/adt/geo_ops.c:1443 #, c-format msgid "invalid input syntax for type path: \"%s\"" msgstr "неверный синтаксис для типа path: \"%s\"" -#: utils/adt/geo_ops.c:1473 +#: utils/adt/geo_ops.c:1482 #, c-format msgid "invalid number of points in external \"path\" value" msgstr "недопустимое число точек во внешнем представлении типа \"path\"" -#: utils/adt/geo_ops.c:1816 +#: utils/adt/geo_ops.c:1825 #, c-format msgid "invalid input syntax for type point: \"%s\"" msgstr "неверный синтаксис для типа point: \"%s\"" -#: utils/adt/geo_ops.c:2044 +#: utils/adt/geo_ops.c:2053 #, c-format msgid "invalid input syntax for type lseg: \"%s\"" msgstr "неверный синтаксис для типа lseg: \"%s\"" -#: utils/adt/geo_ops.c:2648 +#: utils/adt/geo_ops.c:2657 #, c-format msgid "function \"dist_lb\" not implemented" msgstr "функция \"dist_lb\" не реализована" -#: utils/adt/geo_ops.c:3161 +#: utils/adt/geo_ops.c:3170 #, c-format msgid "function \"close_lb\" not implemented" msgstr "функция \"close_lb\" не реализована" -#: utils/adt/geo_ops.c:3450 +#: utils/adt/geo_ops.c:3459 #, c-format msgid "cannot create bounding box for empty polygon" msgstr "построить окружающий прямоугольник для пустого многоугольника нельзя" -#: utils/adt/geo_ops.c:3474 utils/adt/geo_ops.c:3486 +#: utils/adt/geo_ops.c:3484 utils/adt/geo_ops.c:3504 #, c-format msgid "invalid input syntax for type polygon: \"%s\"" msgstr "неверный синтаксис для типа polygon: \"%s\"" -#: utils/adt/geo_ops.c:3526 +#: utils/adt/geo_ops.c:3544 #, c-format msgid "invalid number of points in external \"polygon\" value" msgstr "недопустимое число точек во внешнем представлении типа \"polygon\"" -#: utils/adt/geo_ops.c:4049 +#: utils/adt/geo_ops.c:4067 #, c-format msgid "function \"poly_distance\" not implemented" msgstr "функция \"poly_distance\" не реализована" -#: utils/adt/geo_ops.c:4363 +#: utils/adt/geo_ops.c:4381 #, c-format msgid "function \"path_center\" not implemented" msgstr "функция \"path_center\" не реализована" -#: utils/adt/geo_ops.c:4380 +#: utils/adt/geo_ops.c:4398 #, c-format msgid "open path cannot be converted to polygon" msgstr "открытый путь нельзя преобразовать во многоугольник" -#: utils/adt/geo_ops.c:4549 utils/adt/geo_ops.c:4559 utils/adt/geo_ops.c:4574 -#: utils/adt/geo_ops.c:4580 +#: utils/adt/geo_ops.c:4575 utils/adt/geo_ops.c:4585 utils/adt/geo_ops.c:4600 +#: utils/adt/geo_ops.c:4606 #, c-format msgid "invalid input syntax for type circle: \"%s\"" msgstr "неверный синтаксис для типа circle: \"%s\"" -#: utils/adt/geo_ops.c:4602 utils/adt/geo_ops.c:4610 +#: utils/adt/geo_ops.c:4628 utils/adt/geo_ops.c:4636 #, c-format msgid "could not format \"circle\" value" msgstr "не удалось отформатировать значение \"circle\"" -#: utils/adt/geo_ops.c:4637 +#: utils/adt/geo_ops.c:4663 #, c-format msgid "invalid radius in external \"circle\" value" msgstr "недопустимый радиус во внешнем представлении типа \"circle\"" -#: utils/adt/geo_ops.c:5158 +#: utils/adt/geo_ops.c:5184 #, c-format msgid "cannot convert circle with radius zero to polygon" msgstr "круг с нулевым радиусом нельзя преобразовать в многоугольник" -#: utils/adt/geo_ops.c:5163 +#: utils/adt/geo_ops.c:5189 #, c-format msgid "must request at least 2 points" msgstr "точек должно быть минимум 2" -#: utils/adt/geo_ops.c:5207 utils/adt/geo_ops.c:5230 +#: utils/adt/geo_ops.c:5233 utils/adt/geo_ops.c:5256 #, c-format msgid "cannot convert empty polygon to circle" msgstr "пустой многоугольник нельзя преобразовать в круг" @@ -16225,7 +16229,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:2353 utils/adt/varbit.c:1617 +#: utils/adt/numeric.c:2353 utils/adt/varbit.c:1645 #, c-format msgid "bigint out of range" msgstr "bigint вне диапазона" @@ -16235,86 +16239,86 @@ msgstr "bigint вне диапазона" msgid "OID out of range" msgstr "OID вне диапазона" -#: utils/adt/json.c:444 utils/adt/json.c:482 utils/adt/json.c:494 -#: utils/adt/json.c:613 utils/adt/json.c:627 utils/adt/json.c:638 -#: utils/adt/json.c:646 utils/adt/json.c:654 utils/adt/json.c:662 -#: utils/adt/json.c:670 utils/adt/json.c:678 utils/adt/json.c:686 -#: utils/adt/json.c:717 +#: utils/adt/json.c:442 utils/adt/json.c:480 utils/adt/json.c:492 +#: utils/adt/json.c:620 utils/adt/json.c:634 utils/adt/json.c:645 +#: utils/adt/json.c:653 utils/adt/json.c:661 utils/adt/json.c:669 +#: utils/adt/json.c:677 utils/adt/json.c:685 utils/adt/json.c:693 +#: utils/adt/json.c:724 #, c-format msgid "invalid input syntax for type json" msgstr "неверный синтаксис для типа json" -#: utils/adt/json.c:445 +#: utils/adt/json.c:443 #, c-format msgid "Character with value 0x%02x must be escaped." msgstr "Символ с кодом 0x%02x необходимо экранировать." -#: utils/adt/json.c:483 +#: utils/adt/json.c:481 #, c-format msgid "\"\\u\" must be followed by four hexadecimal digits." msgstr "За \"\\u\" должны следовать четыре шестнадцатеричные цифры." -#: utils/adt/json.c:495 +#: utils/adt/json.c:493 #, c-format msgid "Escape sequence \"\\%s\" is invalid." msgstr "Неверная спецпоследовательность: \"\\%s\"." -#: utils/adt/json.c:614 +#: utils/adt/json.c:621 #, c-format msgid "The input string ended unexpectedly." msgstr "Неожиданный конец входной строки." -#: utils/adt/json.c:628 +#: utils/adt/json.c:635 #, c-format msgid "Expected end of input, but found \"%s\"." msgstr "Ожидался конец текста, но обнаружено продолжение \"%s\"." -#: utils/adt/json.c:639 +#: utils/adt/json.c:646 #, c-format msgid "Expected JSON value, but found \"%s\"." msgstr "Ожидалось значение JSON, но обнаружено \"%s\"." -#: utils/adt/json.c:647 +#: utils/adt/json.c:654 #, c-format msgid "Expected array element or \"]\", but found \"%s\"." msgstr "Ожидался элемент массива или \"]\", но обнаружено \"%s\"." -#: utils/adt/json.c:655 +#: utils/adt/json.c:662 #, c-format msgid "Expected \",\" or \"]\", but found \"%s\"." msgstr "Ожидалась \",\" или \"]\", но обнаружено \"%s\"." -#: utils/adt/json.c:663 +#: utils/adt/json.c:670 #, c-format msgid "Expected string or \"}\", but found \"%s\"." msgstr "Ожидалась строка или \"}\", но обнаружено \"%s\"." -#: utils/adt/json.c:671 +#: utils/adt/json.c:678 #, c-format msgid "Expected \":\", but found \"%s\"." msgstr "Ожидалось \":\", но обнаружено \"%s\"." -#: utils/adt/json.c:679 +#: utils/adt/json.c:686 #, c-format msgid "Expected \",\" or \"}\", but found \"%s\"." msgstr "Ожидалась \",\" или \"}\", но обнаружено \"%s\"." -#: utils/adt/json.c:687 +#: utils/adt/json.c:694 #, c-format msgid "Expected string, but found \"%s\"." msgstr "Ожидалась строка, но обнаружено \"%s\"." -#: utils/adt/json.c:718 +#: utils/adt/json.c:725 #, c-format msgid "Token \"%s\" is invalid." msgstr "Ошибочный элемент текста \"%s\"." -#: utils/adt/json.c:790 +#: utils/adt/json.c:797 #, c-format msgid "JSON data, line %d: %s%s%s" msgstr "данные JSON, строка %d: %s%s%s" -#: utils/adt/like.c:211 utils/adt/selfuncs.c:5191 +#: utils/adt/like.c:211 utils/adt/selfuncs.c:5214 #, c-format msgid "could not determine which collation to use for ILIKE" msgstr "не удалось определить, какой порядок сортировки использовать для ILIKE" @@ -16324,12 +16328,12 @@ msgstr "не удалось определить, какой порядок со msgid "LIKE pattern must not end with escape character" msgstr "шаблон LIKE не должен заканчиваться защитным символом" -#: utils/adt/like_match.c:289 utils/adt/regexp.c:683 +#: utils/adt/like_match.c:289 utils/adt/regexp.c:694 #, c-format msgid "invalid escape string" msgstr "неверный защитный символ" -#: utils/adt/like_match.c:290 utils/adt/regexp.c:684 +#: utils/adt/like_match.c:290 utils/adt/regexp.c:695 #, c-format msgid "Escape string must be empty or one character." msgstr "Защитный символ должен быть пустым или состоять из одного байта." @@ -16790,73 +16794,73 @@ msgstr "результат вычитания диапазонов будет н msgid "result of range union would not be contiguous" msgstr "результат объединения диапазонов будет не непрерывным" -#: utils/adt/rangetypes.c:1508 +#: utils/adt/rangetypes.c:1514 #, c-format msgid "range lower bound must be less than or equal to range upper bound" msgstr "нижняя граница диапазона должна быть меньше или равна верхней" -#: utils/adt/rangetypes.c:1891 utils/adt/rangetypes.c:1904 -#: utils/adt/rangetypes.c:1918 +#: utils/adt/rangetypes.c:1897 utils/adt/rangetypes.c:1910 +#: utils/adt/rangetypes.c:1924 #, c-format msgid "invalid range bound flags" msgstr "неверные флаги границ диапазона" -#: utils/adt/rangetypes.c:1892 utils/adt/rangetypes.c:1905 -#: utils/adt/rangetypes.c:1919 +#: utils/adt/rangetypes.c:1898 utils/adt/rangetypes.c:1911 +#: utils/adt/rangetypes.c:1925 #, c-format msgid "Valid values are \"[]\", \"[)\", \"(]\", and \"()\"." msgstr "Допустимые значения: \"[]\", \"[)\", \"(]\" и \"()\"." -#: utils/adt/rangetypes.c:1984 utils/adt/rangetypes.c:2001 -#: utils/adt/rangetypes.c:2014 utils/adt/rangetypes.c:2032 -#: utils/adt/rangetypes.c:2043 utils/adt/rangetypes.c:2087 -#: utils/adt/rangetypes.c:2095 +#: utils/adt/rangetypes.c:1990 utils/adt/rangetypes.c:2007 +#: utils/adt/rangetypes.c:2020 utils/adt/rangetypes.c:2038 +#: utils/adt/rangetypes.c:2049 utils/adt/rangetypes.c:2093 +#: utils/adt/rangetypes.c:2101 #, c-format msgid "malformed range literal: \"%s\"" msgstr "ошибочный литерал диапазона: \"%s\"" -#: utils/adt/rangetypes.c:1986 +#: utils/adt/rangetypes.c:1992 #, c-format msgid "Junk after \"empty\" keyword." msgstr "Мусор после ключевого слова \"empty\"." -#: utils/adt/rangetypes.c:2003 +#: utils/adt/rangetypes.c:2009 #, c-format msgid "Missing left parenthesis or bracket." msgstr "Отсутствует левая скобка (круглая или квадратная)." -#: utils/adt/rangetypes.c:2016 +#: utils/adt/rangetypes.c:2022 #, c-format msgid "Missing comma after lower bound." msgstr "Отсутствует запятая после нижней границы." -#: utils/adt/rangetypes.c:2034 +#: utils/adt/rangetypes.c:2040 #, c-format msgid "Too many commas." msgstr "Слишком много запятых." -#: utils/adt/rangetypes.c:2045 +#: utils/adt/rangetypes.c:2051 #, c-format msgid "Junk after right parenthesis or bracket." msgstr "Мусор после правой скобки." -#: utils/adt/rangetypes.c:2089 utils/adt/rangetypes.c:2097 +#: utils/adt/rangetypes.c:2095 utils/adt/rangetypes.c:2103 #: utils/adt/rowtypes.c:205 utils/adt/rowtypes.c:213 #, c-format msgid "Unexpected end of input." msgstr "Неожиданный конец ввода." -#: utils/adt/regexp.c:274 utils/adt/regexp.c:1222 utils/adt/varlena.c:2919 +#: utils/adt/regexp.c:285 utils/adt/regexp.c:1234 utils/adt/varlena.c:2920 #, c-format msgid "regular expression failed: %s" msgstr "ошибка в регулярном выражении: %s" -#: utils/adt/regexp.c:411 +#: utils/adt/regexp.c:422 #, c-format msgid "invalid regexp option: \"%c\"" msgstr "неверный элемент рег. выражения: \"%c\"" -#: utils/adt/regexp.c:883 +#: utils/adt/regexp.c:894 #, c-format msgid "regexp_split does not support the global option" msgstr "regexp_split не поддерживает глобальный поиск" @@ -16871,19 +16875,19 @@ msgstr "имя \"%s\" имеют несколько функций" msgid "more than one operator named %s" msgstr "имя %s имеют несколько операторов" -#: utils/adt/regproc.c:630 gram.y:6387 +#: utils/adt/regproc.c:630 gram.y:6385 #, c-format msgid "missing argument" msgstr "отсутствует аргумент" -#: utils/adt/regproc.c:631 gram.y:6388 +#: utils/adt/regproc.c:631 gram.y:6386 #, c-format msgid "Use NONE to denote the missing argument of a unary operator." msgstr "" "Чтобы обозначить отсутствующий аргумент унарного оператора, укажите NONE." -#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6047 -#: utils/adt/ruleutils.c:6102 utils/adt/ruleutils.c:6139 +#: utils/adt/regproc.c:635 utils/adt/regproc.c:1488 utils/adt/ruleutils.c:6050 +#: utils/adt/ruleutils.c:6105 utils/adt/ruleutils.c:6143 #, c-format msgid "too many arguments" msgstr "слишком много аргументов" @@ -16926,7 +16930,7 @@ msgstr "ошибочное имя типа" #: utils/adt/ri_triggers.c:1730 utils/adt/ri_triggers.c:1901 #: utils/adt/ri_triggers.c:2117 utils/adt/ri_triggers.c:2299 #: utils/adt/ri_triggers.c:2502 utils/adt/ri_triggers.c:2550 -#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 gram.y:2970 +#: utils/adt/ri_triggers.c:2595 utils/adt/ri_triggers.c:2757 gram.y:2968 #, c-format msgid "MATCH PARTIAL not yet implemented" msgstr "выражение MATCH PARTIAL ещё не реализовано" @@ -17011,7 +17015,7 @@ msgstr "" msgid "Key (%s)=(%s) is still referenced from table \"%s\"." msgstr "На ключ (%s)=(%s) всё ещё есть ссылки в таблице \"%s\"." -#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:488 +#: utils/adt/rowtypes.c:99 utils/adt/rowtypes.c:474 #, c-format msgid "input of anonymous composite types is not implemented" msgstr "ввод анонимных составных типов не реализован" @@ -17042,27 +17046,27 @@ msgstr "Слишком много колонок." msgid "Junk after right parenthesis." msgstr "Мусор после правой скобки." -#: utils/adt/rowtypes.c:537 +#: utils/adt/rowtypes.c:523 #, c-format msgid "wrong number of columns: %d, expected %d" msgstr "неверное число колонок: %d, ожидалось: %d" -#: utils/adt/rowtypes.c:564 +#: utils/adt/rowtypes.c:550 #, c-format msgid "wrong data type: %u, expected %u" msgstr "неверный тип данных: %u, ожидался %u" -#: utils/adt/rowtypes.c:625 +#: utils/adt/rowtypes.c:611 #, c-format msgid "improper binary format in record column %d" msgstr "неподходящий двоичный формат в колонке записи %d" -#: utils/adt/rowtypes.c:925 utils/adt/rowtypes.c:1160 +#: utils/adt/rowtypes.c:895 utils/adt/rowtypes.c:1130 #, c-format msgid "cannot compare dissimilar column types %s and %s at record column %d" msgstr "не удалось сравнить различные типы колонок %s и %s, колонка записи %d" -#: utils/adt/rowtypes.c:1011 utils/adt/rowtypes.c:1231 +#: utils/adt/rowtypes.c:981 utils/adt/rowtypes.c:1201 #, c-format msgid "cannot compare record types with different numbers of columns" msgstr "сравнивать типы записей с разным числом колонок нельзя" @@ -17072,12 +17076,12 @@ msgstr "сравнивать типы записей с разным число msgid "rule \"%s\" has unsupported event type %d" msgstr "правило \"%s\" имеет неподдерживаемый тип событий %d" -#: utils/adt/selfuncs.c:5176 +#: utils/adt/selfuncs.c:5199 #, c-format msgid "case insensitive matching not supported on type bytea" msgstr "регистро-независимое сравнение не поддерживается для типа bytea" -#: utils/adt/selfuncs.c:5279 +#: utils/adt/selfuncs.c:5302 #, c-format msgid "regular-expression matching not supported on type bytea" msgstr "сравнение с регулярными выражениями не поддерживается для типа bytea " @@ -17253,6 +17257,11 @@ msgstr "слишком длинное слово в tsquery: \"%s\"" msgid "text-search query doesn't contain lexemes: \"%s\"" msgstr "запрос поиска текста не содержит лексемы: \"%s\"" +#: utils/adt/tsquery.c:521 utils/adt/tsquery_util.c:340 +#, c-format +msgid "tsquery is too large" +msgstr "tsquery слишком большой" + #: utils/adt/tsquery_cleanup.c:284 #, c-format msgid "" @@ -17287,12 +17296,12 @@ msgstr "массив весов не может содержать null" msgid "weight out of range" msgstr "вес вне диапазона" -#: utils/adt/tsvector.c:212 +#: utils/adt/tsvector.c:213 #, c-format msgid "word is too long (%ld bytes, max %ld bytes)" msgstr "слово слишком длинное (%ld Б, при максимуме %ld)" -#: utils/adt/tsvector.c:219 +#: utils/adt/tsvector.c:220 #, c-format msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" msgstr "строка слишком длинна для tsvector (%ld Б, при максимуме %ld)" @@ -17367,60 +17376,65 @@ msgstr "длина значения типа %s должна быть как м msgid "length for type %s cannot exceed %d" msgstr "длина значения типа %s не может превышать %d" -#: utils/adt/varbit.c:167 utils/adt/varbit.c:310 utils/adt/varbit.c:367 +#: utils/adt/varbit.c:163 utils/adt/varbit.c:475 utils/adt/varbit.c:973 +#, c-format +msgid "bit string length exceeds the maximum allowed (%d)" +msgstr "длина битовой строки превышает предел (%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 "длина битовой строки (%d) не соответствует типу bit(%d)" -#: utils/adt/varbit.c:189 utils/adt/varbit.c:491 +#: utils/adt/varbit.c:199 utils/adt/varbit.c:511 #, c-format msgid "\"%c\" is not a valid binary digit" msgstr "\"%c\" - не двоичная цифра" -#: utils/adt/varbit.c:214 utils/adt/varbit.c:516 +#: utils/adt/varbit.c:224 utils/adt/varbit.c:536 #, c-format msgid "\"%c\" is not a valid hexadecimal digit" msgstr "\"%c\" - не шестнадцатеричная цифра" -#: utils/adt/varbit.c:301 utils/adt/varbit.c:604 +#: utils/adt/varbit.c:311 utils/adt/varbit.c:627 #, c-format msgid "invalid length in external bit string" msgstr "неверная длина во внешней строке битов" -#: utils/adt/varbit.c:469 utils/adt/varbit.c:613 utils/adt/varbit.c:708 +#: utils/adt/varbit.c:489 utils/adt/varbit.c:636 utils/adt/varbit.c:731 #, c-format msgid "bit string too long for type bit varying(%d)" msgstr "строка битов не умещается в тип bit varying(%d)" -#: utils/adt/varbit.c:1038 utils/adt/varbit.c:1140 utils/adt/varlena.c:791 +#: utils/adt/varbit.c:1066 utils/adt/varbit.c:1168 utils/adt/varlena.c:791 #: utils/adt/varlena.c:855 utils/adt/varlena.c:999 utils/adt/varlena.c:1955 #: utils/adt/varlena.c:2022 #, c-format msgid "negative substring length not allowed" msgstr "подстрока должна иметь неотрицательную длину" -#: utils/adt/varbit.c:1198 +#: utils/adt/varbit.c:1226 #, c-format msgid "cannot AND bit strings of different sizes" msgstr "нельзя использовать \"И\" (AND) для битовых строк разной длины" -#: utils/adt/varbit.c:1240 +#: utils/adt/varbit.c:1268 #, c-format msgid "cannot OR bit strings of different sizes" msgstr "нельзя использовать \"ИЛИ\" (OR) для битовых строк разной длины" -#: utils/adt/varbit.c:1287 +#: utils/adt/varbit.c:1315 #, c-format msgid "cannot XOR bit strings of different sizes" msgstr "" "нельзя использовать \"ИСКЛЮЧАЮЩЕЕ ИЛИ\" (XOR) для битовых строк разной длины" -#: utils/adt/varbit.c:1765 utils/adt/varbit.c:1823 +#: utils/adt/varbit.c:1793 utils/adt/varbit.c:1851 #, c-format msgid "bit index %d out of valid range (0..%d)" msgstr "индекс бита %d вне диапазона 0..%d" -#: utils/adt/varbit.c:1774 utils/adt/varlena.c:2222 +#: utils/adt/varbit.c:1802 utils/adt/varlena.c:2222 #, c-format msgid "new bit must be 0 or 1" msgstr "значением бита должен быть 0 или 1" @@ -17458,37 +17472,37 @@ msgstr "не удалось сравнить строки в Unicode: %m" msgid "index %d out of valid range, 0..%d" msgstr "индекс %d вне диапазона 0..%d" -#: utils/adt/varlena.c:3015 +#: utils/adt/varlena.c:3016 #, c-format msgid "field position must be greater than zero" msgstr "позиция поля должна быть больше нуля" -#: utils/adt/varlena.c:3884 utils/adt/varlena.c:3945 +#: utils/adt/varlena.c:3885 utils/adt/varlena.c:3946 #, c-format msgid "unterminated conversion specifier" msgstr "незавершённое определение преобразования" -#: utils/adt/varlena.c:3908 utils/adt/varlena.c:3924 +#: utils/adt/varlena.c:3909 utils/adt/varlena.c:3925 #, c-format msgid "argument number is out of range" msgstr "номер аргумента вне диапазона" -#: utils/adt/varlena.c:3951 +#: utils/adt/varlena.c:3952 #, c-format msgid "conversion specifies argument 0, but arguments are numbered from 1" msgstr "преобразование ссылается на аргумент 0, но аргументы нумеруются с 1" -#: utils/adt/varlena.c:3958 +#: utils/adt/varlena.c:3959 #, c-format msgid "too few arguments for format" msgstr "мало аргументов для формата" -#: utils/adt/varlena.c:3979 +#: utils/adt/varlena.c:3980 #, c-format msgid "unrecognized conversion specifier \"%c\"" msgstr "нераспознанный символ преобразования \"%c\"" -#: utils/adt/varlena.c:4008 +#: utils/adt/varlena.c:4009 #, c-format msgid "null values cannot be formatted as an SQL identifier" msgstr "значения null нельзя представить в виде SQL-идентификатора" @@ -17748,96 +17762,102 @@ msgstr "ЛОВУШКА: Исключительное условие: невер msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" msgstr "ЛОВУШКА: %s(\"%s\", файл: \"%s\", строка: %d)\n" -#: utils/error/elog.c:1546 +#: utils/error/elog.c:321 utils/error/elog.c:1178 +#, c-format +msgid "error occurred at %s:%d before error message processing is available\n" +msgstr "" +"в %s:%d произошла ошибка до готовности подсистемы обработки сообщений\n" + +#: utils/error/elog.c:1580 #, c-format msgid "could not reopen file \"%s\" as stderr: %m" msgstr "открыть файл \"%s\" как stderr не удалось: %m" -#: utils/error/elog.c:1559 +#: utils/error/elog.c:1593 #, c-format msgid "could not reopen file \"%s\" as stdout: %m" msgstr "открыть файл \"%s\" как stdout не удалось: %m" -#: utils/error/elog.c:1948 utils/error/elog.c:1958 utils/error/elog.c:1968 +#: utils/error/elog.c:1982 utils/error/elog.c:1992 utils/error/elog.c:2002 msgid "[unknown]" msgstr "[н/д]" -#: utils/error/elog.c:2316 utils/error/elog.c:2615 utils/error/elog.c:2693 +#: utils/error/elog.c:2350 utils/error/elog.c:2649 utils/error/elog.c:2727 msgid "missing error text" msgstr "отсутствует текст ошибки" -#: utils/error/elog.c:2319 utils/error/elog.c:2322 utils/error/elog.c:2696 -#: utils/error/elog.c:2699 +#: utils/error/elog.c:2353 utils/error/elog.c:2356 utils/error/elog.c:2730 +#: utils/error/elog.c:2733 #, c-format msgid " at character %d" msgstr " (символ %d)" -#: utils/error/elog.c:2332 utils/error/elog.c:2339 +#: utils/error/elog.c:2366 utils/error/elog.c:2373 msgid "DETAIL: " msgstr "ПОДРОБНОСТИ: " -#: utils/error/elog.c:2346 +#: utils/error/elog.c:2380 msgid "HINT: " msgstr "ПОДСКАЗКА: " -#: utils/error/elog.c:2353 +#: utils/error/elog.c:2387 msgid "QUERY: " msgstr "ЗАПРОС: " -#: utils/error/elog.c:2360 +#: utils/error/elog.c:2394 msgid "CONTEXT: " msgstr "КОНТЕКСТ: " -#: utils/error/elog.c:2370 +#: utils/error/elog.c:2404 #, c-format msgid "LOCATION: %s, %s:%d\n" msgstr "ПОЛОЖЕНИЕ: %s, %s:%d\n" -#: utils/error/elog.c:2377 +#: utils/error/elog.c:2411 #, c-format msgid "LOCATION: %s:%d\n" msgstr "ПОЛОЖЕНИЕ: %s:%d\n" -#: utils/error/elog.c:2391 +#: utils/error/elog.c:2425 msgid "STATEMENT: " msgstr "ОПЕРАТОР: " #. translator: This string will be truncated at 47 #. characters expanded. -#: utils/error/elog.c:2808 +#: utils/error/elog.c:2848 #, c-format msgid "operating system error %d" msgstr "ошибка операционной системы %d" -#: utils/error/elog.c:2831 +#: utils/error/elog.c:3043 msgid "DEBUG" msgstr "ОТЛАДКА" -#: utils/error/elog.c:2835 +#: utils/error/elog.c:3047 msgid "LOG" msgstr "ОТМЕТКА" -#: utils/error/elog.c:2838 +#: utils/error/elog.c:3050 msgid "INFO" msgstr "ИНФОРМАЦИЯ" -#: utils/error/elog.c:2841 +#: utils/error/elog.c:3053 msgid "NOTICE" msgstr "ЗАМЕЧАНИЕ" -#: utils/error/elog.c:2844 +#: utils/error/elog.c:3056 msgid "WARNING" msgstr "ПРЕДУПРЕЖДЕНИЕ" -#: utils/error/elog.c:2847 +#: utils/error/elog.c:3059 msgid "ERROR" msgstr "ОШИБКА" -#: utils/error/elog.c:2850 +#: utils/error/elog.c:3062 msgid "FATAL" msgstr "ВАЖНО" -#: utils/error/elog.c:2853 +#: utils/error/elog.c:3065 msgid "PANIC" msgstr "ПАНИКА" @@ -17932,22 +17952,27 @@ msgstr "" "параметр dynamic_library_path содержит компонент, не являющийся абсолютным " "путём" -#: utils/fmgr/fmgr.c:271 +#: utils/fmgr/fmgr.c:272 #, c-format msgid "internal function \"%s\" is not in internal lookup table" msgstr "внутренней функции \"%s\" нет во внутренней поисковой таблице" -#: utils/fmgr/fmgr.c:481 +#: utils/fmgr/fmgr.c:482 #, c-format msgid "unrecognized API version %d reported by info function \"%s\"" msgstr "" "версия API (%d), выданная информационной функцией \"%s\", не поддерживается" -#: utils/fmgr/fmgr.c:852 utils/fmgr/fmgr.c:2113 +#: utils/fmgr/fmgr.c:853 utils/fmgr/fmgr.c:2114 #, c-format msgid "function %u has too many arguments (%d, maximum is %d)" msgstr "у функции %u слишком много аргументов (%d, при максимуме %d)" +#: utils/fmgr/fmgr.c:2507 +#, c-format +msgid "language validation function %u called for language %u instead of %u" +msgstr "функция языковой проверки %u вызвана для языка %u (а не %u)" + #: utils/fmgr/funcapi.c:354 #, c-format msgid "" @@ -20350,218 +20375,218 @@ msgstr "" msgid "cannot import a snapshot from a different database" msgstr "нельзя импортировать снимок из другой базы данных" -#: gram.y:915 +#: gram.y:913 #, c-format msgid "unrecognized role option \"%s\"" msgstr "нераспознанный параметр роли \"%s\"" -#: gram.y:1305 +#: gram.y:1303 #, c-format msgid "current database cannot be changed" msgstr "сменить текущую базу данных нельзя" -#: gram.y:1432 gram.y:1447 +#: gram.y:1430 gram.y:1445 #, c-format msgid "time zone interval must be HOUR or HOUR TO MINUTE" msgstr "" "интервал, задающий часовой пояс, должен иметь точность HOUR или HOUR TO " "MINUTE" -#: gram.y:1452 gram.y:9648 gram.y:12175 +#: gram.y:1450 gram.y:9646 gram.y:12197 #, c-format msgid "interval precision specified twice" msgstr "точность интервала указана дважды" -#: gram.y:2526 gram.y:2533 gram.y:8958 gram.y:8966 +#: gram.y:2524 gram.y:2531 gram.y:8956 gram.y:8964 #, c-format msgid "GLOBAL is deprecated in temporary table creation" msgstr "указание GLOBAL при создании временных таблиц устарело" -#: gram.y:4143 +#: gram.y:4141 msgid "duplicate trigger events specified" msgstr "события триггера повторяются" -#: gram.y:4245 +#: gram.y:4243 #, c-format msgid "conflicting constraint properties" msgstr "противоречащие характеристики ограничения" -#: gram.y:4309 +#: gram.y:4307 #, c-format msgid "CREATE ASSERTION is not yet implemented" msgstr "оператор CREATE ASSERTION ещё не реализован" -#: gram.y:4325 +#: gram.y:4323 #, c-format msgid "DROP ASSERTION is not yet implemented" msgstr "оператор DROP ASSERTION ещё не реализован" -#: gram.y:4668 +#: gram.y:4666 #, c-format msgid "RECHECK is no longer required" msgstr "RECHECK более не требуется" -#: gram.y:4669 +#: gram.y:4667 #, c-format msgid "Update your data type." msgstr "Обновите тип данных." -#: gram.y:7673 gram.y:7679 gram.y:7685 +#: gram.y:7671 gram.y:7677 gram.y:7683 #, c-format msgid "WITH CHECK OPTION is not implemented" msgstr "предложение WITH CHECK OPTION ещё не реализовано" -#: gram.y:8605 +#: gram.y:8603 #, c-format msgid "number of columns does not match number of values" msgstr "число колонок не равно числу значений" -#: gram.y:9062 +#: gram.y:9060 #, c-format msgid "LIMIT #,# syntax is not supported" msgstr "синтаксис LIMIT #,# не поддерживается" -#: gram.y:9063 +#: gram.y:9061 #, c-format msgid "Use separate LIMIT and OFFSET clauses." msgstr "Используйте отдельные предложения LIMIT и OFFSET." -#: gram.y:9281 +#: gram.y:9279 #, c-format msgid "VALUES in FROM must have an alias" msgstr "список VALUES во FROM должен иметь псевдоним" -#: gram.y:9282 +#: gram.y:9280 #, c-format msgid "For example, FROM (VALUES ...) [AS] foo." msgstr "Например, FROM (VALUES ...) [AS] foo." -#: gram.y:9287 +#: gram.y:9285 #, c-format msgid "subquery in FROM must have an alias" msgstr "подзапрос во FROM должен иметь псевдоним" -#: gram.y:9288 +#: gram.y:9286 #, c-format msgid "For example, FROM (SELECT ...) [AS] foo." msgstr "Например, FROM (SELECT ...) [AS] foo." -#: gram.y:9774 +#: gram.y:9772 #, c-format msgid "precision for type float must be at least 1 bit" msgstr "тип float должен иметь точность минимум 1 бит" -#: gram.y:9783 +#: gram.y:9781 #, c-format msgid "precision for type float must be less than 54 bits" msgstr "тип float должен иметь точность меньше 54 бит" -#: gram.y:10497 +#: gram.y:10320 +#, c-format +msgid "wrong number of parameters on left side of OVERLAPS expression" +msgstr "неверное число параметров в левой части выражения OVERLAPS" + +#: gram.y:10325 +#, c-format +msgid "wrong number of parameters on right side of OVERLAPS expression" +msgstr "неверное число параметров в правой части выражения OVERLAPS" + +#: gram.y:10514 #, c-format msgid "UNIQUE predicate is not yet implemented" msgstr "предикат UNIQUE ещё не реализован" -#: gram.y:11442 +#: gram.y:11464 #, c-format msgid "RANGE PRECEDING is only supported with UNBOUNDED" msgstr "RANGE PRECEDING поддерживается только с UNBOUNDED" -#: gram.y:11448 +#: gram.y:11470 #, c-format msgid "RANGE FOLLOWING is only supported with UNBOUNDED" msgstr "RANGE FOLLOWING поддерживается только с UNBOUNDED" -#: gram.y:11475 gram.y:11498 +#: gram.y:11497 gram.y:11520 #, c-format msgid "frame start cannot be UNBOUNDED FOLLOWING" msgstr "началом рамки не может быть UNBOUNDED FOLLOWING" -#: gram.y:11480 +#: gram.y:11502 #, c-format msgid "frame starting from following row cannot end with current row" msgstr "" "рамка, начинающаяся со следующей строки, не может заканчиваться текущей" -#: gram.y:11503 +#: gram.y:11525 #, c-format msgid "frame end cannot be UNBOUNDED PRECEDING" msgstr "концом рамки не может быть UNBOUNDED PRECEDING" -#: gram.y:11509 +#: gram.y:11531 #, c-format msgid "frame starting from current row cannot have preceding rows" msgstr "" "рамка, начинающаяся с текущей строки, не может иметь предшествующих строк" -#: gram.y:11516 +#: gram.y:11538 #, c-format msgid "frame starting from following row cannot have preceding rows" msgstr "" "рамка, начинающаяся со следующей строки, не может иметь предшествующих строк" -#: gram.y:12150 +#: gram.y:12172 #, c-format msgid "type modifier cannot have parameter name" msgstr "параметр функции-модификатора типа должен быть безымянным" -#: gram.y:12756 gram.y:12964 +#: gram.y:12784 gram.y:12959 msgid "improper use of \"*\"" msgstr "недопустимое использование \"*\"" -#: gram.y:12895 -#, c-format -msgid "wrong number of parameters on left side of OVERLAPS expression" -msgstr "неверное число параметров в левой части выражения OVERLAPS" - -#: gram.y:12902 -#, c-format -msgid "wrong number of parameters on right side of OVERLAPS expression" -msgstr "неверное число параметров в правой части выражения OVERLAPS" - -#: gram.y:13015 +#: gram.y:13010 #, c-format msgid "multiple ORDER BY clauses not allowed" msgstr "ORDER BY можно указать только один раз" -#: gram.y:13026 +#: gram.y:13021 #, c-format msgid "multiple OFFSET clauses not allowed" msgstr "OFFSET можно указать только один раз" -#: gram.y:13035 +#: gram.y:13030 #, c-format msgid "multiple LIMIT clauses not allowed" msgstr "LIMIT можно указать только один раз" -#: gram.y:13044 +#: gram.y:13039 #, c-format msgid "multiple WITH clauses not allowed" msgstr "WITH можно указать только один раз" -#: gram.y:13190 +#: gram.y:13185 #, c-format msgid "OUT and INOUT arguments aren't allowed in TABLE functions" msgstr "в табличных функциях не может быть аргументов OUT и INOUT" -#: gram.y:13291 +#: gram.y:13286 #, c-format msgid "multiple COLLATE clauses not allowed" msgstr "COLLATE можно указать только один раз" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13329 gram.y:13342 +#: gram.y:13324 gram.y:13337 #, c-format msgid "%s constraints cannot be marked DEFERRABLE" msgstr "ограничения %s не могут иметь характеристики DEFERRABLE" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13355 +#: gram.y:13350 #, c-format msgid "%s constraints cannot be marked NOT VALID" msgstr "ограничения %s не могут иметь характеристики NOT VALID" #. translator: %s is CHECK, UNIQUE, or similar -#: gram.y:13368 +#: gram.y:13363 #, c-format msgid "%s constraints cannot be marked NO INHERIT" msgstr "ограничения %s не могут иметь характеристики NO INHERIT" @@ -20669,8 +20694,8 @@ msgstr "" "Строки со спецкодами Unicode нельзя использовать, когда параметр " "standard_conforming_strings выключен." -#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1239 -#: scan.l:1266 scan.l:1270 scan.l:1308 scan.l:1312 scan.l:1334 +#: scan.l:565 scan.l:573 scan.l:581 scan.l:582 scan.l:583 scan.l:1243 +#: scan.l:1270 scan.l:1274 scan.l:1312 scan.l:1316 scan.l:1338 msgid "invalid Unicode surrogate pair" msgstr "неверная суррогатная пара Unicode" @@ -20701,31 +20726,31 @@ msgstr "" msgid "unterminated dollar-quoted string" msgstr "незавершённая спецстрока с $" -#: scan.l:692 scan.l:704 scan.l:718 +#: scan.l:692 scan.l:705 scan.l:721 msgid "zero-length delimited identifier" msgstr "пустой идентификатор в кавычках" -#: scan.l:731 +#: scan.l:735 msgid "unterminated quoted identifier" msgstr "незавершённый идентификатор в кавычках" -#: scan.l:835 +#: scan.l:839 msgid "operator too long" msgstr "слишком длинный оператор" #. translator: %s is typically the translation of "syntax error" -#: scan.l:993 +#: scan.l:997 #, c-format msgid "%s at end of input" msgstr "%s в конце" #. translator: first %s is typically the translation of "syntax error" -#: scan.l:1001 +#: scan.l:1005 #, c-format msgid "%s at or near \"%s\"" msgstr "%s (примерное положение: \"%s\")" -#: scan.l:1162 scan.l:1194 +#: scan.l:1166 scan.l:1198 msgid "" "Unicode escape values cannot be used for code point values above 007F when " "the server encoding is not UTF8" @@ -20733,20 +20758,20 @@ msgstr "" "Спецкоды Unicode для значений выше 007F можно использовать только с " "серверной кодировкой UTF8" -#: scan.l:1190 scan.l:1326 +#: scan.l:1194 scan.l:1330 msgid "invalid Unicode escape value" msgstr "неверное значение спецкода Unicode" -#: scan.l:1215 +#: scan.l:1219 msgid "invalid Unicode escape character" msgstr "неверный символ спецкода Unicode" -#: scan.l:1382 +#: scan.l:1386 #, c-format msgid "nonstandard use of \\' in a string literal" msgstr "нестандартное применение \\' в строке" -#: scan.l:1383 +#: scan.l:1387 #, c-format msgid "" "Use '' to write quotes in strings, or use the escape string syntax (E'...')." @@ -20754,27 +20779,33 @@ msgstr "" "Записывайте апостроф в строках в виде '' или используйте синтаксис спецстрок " "(E'...')." -#: scan.l:1392 +#: scan.l:1396 #, c-format msgid "nonstandard use of \\\\ in a string literal" msgstr "нестандартное применение \\\\ в строке" -#: scan.l:1393 +#: scan.l:1397 #, c-format msgid "Use the escape string syntax for backslashes, e.g., E'\\\\'." msgstr "" "Используйте для записи обратных слэшей синтаксис спецстрок, например E'\\\\'." -#: scan.l:1407 +#: scan.l:1411 #, c-format msgid "nonstandard use of escape in a string literal" msgstr "нестандартное использование спецсимвола в строке" -#: scan.l:1408 +#: scan.l:1412 #, c-format msgid "Use the escape string syntax for escapes, e.g., E'\\r\\n'." msgstr "Используйте для записи спецсимволов синтаксис спецстрок E'\\r\\n'." +#~ msgid "cannot override frame clause of window \"%s\"" +#~ msgstr "переопределить описание рамки для окна \"%s\" нельзя" + +#~ msgid "window functions cannot use named arguments" +#~ msgstr "у оконных функций не может быть именованных аргументов" + #~ msgid "arguments of row IN must all be row expressions" #~ msgstr "все аргументы IN со строкой должны быть строковыми выражениями" diff --git a/src/bin/initdb/po/de.po b/src/bin/initdb/po/de.po index 9e30805040..755f88f4e1 100644 --- a/src/bin/initdb/po/de.po +++ b/src/bin/initdb/po/de.po @@ -1,5 +1,5 @@ # German message translation file for initdb. -# Peter Eisentraut , 2003 - 2012. +# Peter Eisentraut , 2003 - 2014. # # Use these quotes: »%s« # @@ -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: 2012-06-12 20:47+0000\n" -"PO-Revision-Date: 2012-06-13 12:20+0300\n" +"POT-Creation-Date: 2014-07-15 17:52+0000\n" +"PO-Revision-Date: 2014-07-20 23:02-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: Peter Eisentraut \n" "Language: de\n" @@ -16,37 +16,42 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 +#: ../../port/dirmod.c:79 ../../port/dirmod.c:92 ../../port/dirmod.c:109 #, c-format msgid "out of memory\n" msgstr "Speicher aufgebraucht\n" -#: ../../port/dirmod.c:286 +#: ../../port/dirmod.c:294 #, c-format msgid "could not set junction for \"%s\": %s\n" msgstr "konnte Junction für »%s« nicht erzeugen: %s\n" -#: ../../port/dirmod.c:361 +#: ../../port/dirmod.c:369 #, c-format msgid "could not get junction for \"%s\": %s\n" msgstr "konnte Junction für »%s« nicht ermitteln: %s\n" -#: ../../port/dirmod.c:443 +#: ../../port/dirmod.c:451 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "konnte Verzeichnis »%s« nicht öffnen: %s\n" -#: ../../port/dirmod.c:480 +#: ../../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "konnte Verzeichnis »%s« nicht lesen: %s\n" -#: ../../port/dirmod.c:563 +#: ../../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "konnte Verzeichnis »%s« nicht schließen: %s\n" + +#: ../../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "konnte »stat« für Datei oder Verzeichnis »%s« nicht ausführen: %s\n" -#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 +#: ../../port/dirmod.c:602 ../../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "konnte Datei oder Verzeichnis »%s« nicht entfernen: %s\n" @@ -81,107 +86,108 @@ msgstr "konnte nicht in Verzeichnis »%s« wechseln" msgid "could not read symbolic link \"%s\"" msgstr "konnte symbolische Verknüpfung »%s« nicht lesen" -#: ../../port/exec.c:518 +#: ../../port/exec.c:526 #, c-format msgid "child process exited with exit code %d" msgstr "Kindprozess hat mit Code %d beendet" -#: ../../port/exec.c:522 +#: ../../port/exec.c:530 #, c-format msgid "child process was terminated by exception 0x%X" msgstr "Kindprozess wurde durch Ausnahme 0x%X beendet" -#: ../../port/exec.c:531 +#: ../../port/exec.c:539 #, c-format msgid "child process was terminated by signal %s" msgstr "Kindprozess wurde von Signal %s beendet" -#: ../../port/exec.c:534 +#: ../../port/exec.c:542 #, c-format msgid "child process was terminated by signal %d" msgstr "Kindprozess wurde von Signal %d beendet" -#: ../../port/exec.c:538 +#: ../../port/exec.c:546 #, c-format msgid "child process exited with unrecognized status %d" msgstr "Kindprozess hat mit unbekanntem Status %d beendet" -#: initdb.c:291 initdb.c:305 +#: initdb.c:294 initdb.c:308 #, c-format msgid "%s: out of memory\n" msgstr "%s: Speicher aufgebraucht\n" -#: initdb.c:414 initdb.c:1332 +#: initdb.c:418 initdb.c:1344 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: konnte Datei »%s« nicht zum Lesen öffnen: %s\n" -#: initdb.c:470 initdb.c:836 initdb.c:865 +#: initdb.c:474 initdb.c:848 initdb.c:877 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s: konnte Datei »%s« nicht zum Schreiben öffnen: %s\n" -#: initdb.c:478 initdb.c:486 initdb.c:843 initdb.c:871 +#: initdb.c:482 initdb.c:490 initdb.c:855 initdb.c:883 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht schreiben: %s\n" -#: initdb.c:505 +#: initdb.c:509 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: konnte Befehl »%s« nicht ausführen: %s\n" -#: initdb.c:521 +#: initdb.c:525 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: entferne Datenverzeichnis »%s«\n" -#: initdb.c:524 +#: initdb.c:528 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: konnte Datenverzeichnis nicht entfernen\n" -#: initdb.c:530 +#: initdb.c:534 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: entferne Inhalt des Datenverzeichnisses »%s«\n" -#: initdb.c:533 +#: initdb.c:537 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s: konnte Inhalt des Datenverzeichnisses nicht entfernen\n" -#: initdb.c:539 +#: initdb.c:543 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s: entferne Transaktionslogverzeichnis »%s«\n" -#: initdb.c:542 +#: initdb.c:546 #, c-format msgid "%s: failed to remove transaction log directory\n" msgstr "%s: konnte Transaktionslogverzeichnis nicht entfernen\n" -#: initdb.c:548 +#: initdb.c:552 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" msgstr "%s: entferne Inhalt des Transaktionslogverzeichnisses »%s«\n" -#: initdb.c:551 +#: initdb.c:555 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" msgstr "%s: konnte Inhalt des Transaktionslogverzeichnisses nicht entfernen\n" -#: initdb.c:560 +#: initdb.c:564 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" msgstr "%s: Datenverzeichnis »%s« wurde auf Anwenderwunsch nicht entfernt\n" -#: initdb.c:565 +#: initdb.c:569 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" -msgstr "%s: Transaktionslogverzeichnis »%s« wurde auf Anwenderwunsch nicht entfernt\n" +msgstr "" +"%s: Transaktionslogverzeichnis »%s« wurde auf Anwenderwunsch nicht entfernt\n" -#: initdb.c:587 +#: initdb.c:591 #, c-format msgid "" "%s: cannot be run as root\n" @@ -192,70 +198,71 @@ msgstr "" "Bitte loggen Sie sich (z.B. mit »su«) als der (unprivilegierte) Benutzer\n" "ein, der Eigentümer des Serverprozesses sein soll.\n" -#: initdb.c:599 +#: initdb.c:603 #, c-format msgid "%s: could not obtain information about current user: %s\n" msgstr "%s: konnte Informationen über aktuellen Benutzer nicht ermitteln: %s\n" -#: initdb.c:616 +#: initdb.c:620 #, c-format msgid "%s: could not get current user name: %s\n" msgstr "%s: konnte aktuellen Benutzernamen nicht ermitteln: %s\n" -#: initdb.c:647 +#: initdb.c:651 #, c-format msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: »%s« ist keine gültige Serverkodierung\n" -#: initdb.c:756 initdb.c:3185 +#: initdb.c:768 initdb.c:3211 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis »%s« nicht erzeugen: %s\n" -#: initdb.c:786 +#: initdb.c:798 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: Datei »%s« existiert nicht\n" -#: initdb.c:788 initdb.c:797 initdb.c:807 +#: initdb.c:800 initdb.c:809 initdb.c:819 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" "the wrong directory with the invocation option -L.\n" msgstr "" -"Das könnte bedeuten, dass Ihre Installation fehlerhaft ist oder dass Sie das\n" +"Das könnte bedeuten, dass Ihre Installation fehlerhaft ist oder dass Sie " +"das\n" "falsche Verzeichnis mit der Kommandozeilenoption -L angegeben haben.\n" -#: initdb.c:794 +#: initdb.c:806 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: konnte nicht auf Datei »%s« zugreifen: %s\n" -#: initdb.c:805 +#: initdb.c:817 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s: Datei »%s« ist keine normale Datei\n" -#: initdb.c:913 +#: initdb.c:925 #, c-format msgid "selecting default max_connections ... " msgstr "wähle Vorgabewert für max_connections ... " -#: initdb.c:942 +#: initdb.c:954 #, c-format msgid "selecting default shared_buffers ... " msgstr "wähle Vorgabewert für shared_buffers ... " -#: initdb.c:986 +#: initdb.c:998 msgid "creating configuration files ... " msgstr "erzeuge Konfigurationsdateien ... " -#: initdb.c:1172 +#: initdb.c:1184 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "erzeuge Datenbank template1 in %s/base/1 ... " -#: initdb.c:1188 +#: initdb.c:1200 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" @@ -265,137 +272,137 @@ msgstr "" "Prüfen Sie Ihre Installation oder geben Sie den korrekten Pfad mit der\n" "Option -L an.\n" -#: initdb.c:1273 +#: initdb.c:1285 msgid "initializing pg_authid ... " msgstr "initialisiere pg_authid ... " -#: initdb.c:1307 +#: initdb.c:1319 msgid "Enter new superuser password: " msgstr "Geben Sie das neue Superuser-Passwort ein: " -#: initdb.c:1308 +#: initdb.c:1320 msgid "Enter it again: " msgstr "Geben Sie es noch einmal ein: " -#: initdb.c:1311 +#: initdb.c:1323 #, c-format msgid "Passwords didn't match.\n" msgstr "Passwörter stimmten nicht überein.\n" -#: initdb.c:1338 +#: initdb.c:1350 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s: konnte Passwort nicht aus Datei »%s« lesen: %s\n" -#: initdb.c:1351 +#: initdb.c:1363 #, c-format msgid "setting password ... " msgstr "setze das Passwort ... " -#: initdb.c:1451 +#: initdb.c:1463 msgid "initializing dependencies ... " msgstr "initialisiere Abhängigkeiten ... " -#: initdb.c:1479 +#: initdb.c:1491 msgid "creating system views ... " msgstr "erzeuge Systemsichten ... " -#: initdb.c:1515 +#: initdb.c:1527 msgid "loading system objects' descriptions ... " msgstr "lade Systemobjektbeschreibungen ... " -#: initdb.c:1621 +#: initdb.c:1633 msgid "creating collations ... " msgstr "erzeuge Sortierfolgen ... " -#: initdb.c:1654 +#: initdb.c:1666 #, c-format msgid "%s: locale name too long, skipped: \"%s\"\n" msgstr "%s: Locale-Name zu lang, wird ausgelassen: »%s«\n" -#: initdb.c:1679 +#: initdb.c:1691 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" msgstr "%s: Locale-Name hat Nicht-ASCII-Zeichen, wird ausgelassen: »%s«\n" -#: initdb.c:1742 +#: initdb.c:1754 #, c-format msgid "No usable system locales were found.\n" msgstr "Es wurden keine brauchbaren System-Locales gefunden.\n" -#: initdb.c:1743 +#: initdb.c:1755 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Verwenden Sie die Option »--debug«, um Einzelheiten zu sehen.\n" -#: initdb.c:1746 +#: initdb.c:1758 #, c-format msgid "not supported on this platform\n" msgstr "auf dieser Plattform nicht unterstützt\n" -#: initdb.c:1761 +#: initdb.c:1773 msgid "creating conversions ... " msgstr "erzeuge Konversionen ... " -#: initdb.c:1796 +#: initdb.c:1808 msgid "creating dictionaries ... " msgstr "erzeuge Wörterbücher ... " -#: initdb.c:1850 +#: initdb.c:1862 msgid "setting privileges on built-in objects ... " msgstr "setze Privilegien der eingebauten Objekte ... " -#: initdb.c:1908 +#: initdb.c:1920 msgid "creating information schema ... " msgstr "erzeuge Informationsschema ... " -#: initdb.c:1964 +#: initdb.c:1976 msgid "loading PL/pgSQL server-side language ... " msgstr "lade Serversprache PL/pgSQL ... " -#: initdb.c:1989 +#: initdb.c:2001 msgid "vacuuming database template1 ... " msgstr "führe Vacuum in Datenbank template1 durch ... " -#: initdb.c:2045 +#: initdb.c:2057 msgid "copying template1 to template0 ... " msgstr "kopiere template1 nach template0 ... " -#: initdb.c:2077 +#: initdb.c:2089 msgid "copying template1 to postgres ... " msgstr "kopiere template1 nach postgres ... " -#: initdb.c:2134 +#: initdb.c:2146 #, c-format msgid "caught signal\n" msgstr "Signal abgefangen\n" -#: initdb.c:2140 +#: initdb.c:2152 #, c-format msgid "could not write to child process: %s\n" msgstr "konnte nicht an Kindprozess schreiben: %s\n" -#: initdb.c:2148 +#: initdb.c:2160 #, c-format msgid "ok\n" msgstr "ok\n" -#: initdb.c:2280 +#: initdb.c:2292 #, c-format msgid "%s: failed to restore old locale \"%s\"\n" msgstr "%s: konnte alte Locale »%s« nicht wiederherstellen\n" -#: initdb.c:2286 +#: initdb.c:2298 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: ungültiger Locale-Name »%s«\n" -#: initdb.c:2313 +#: initdb.c:2325 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: unpassende Kodierungen\n" -#: initdb.c:2315 +#: initdb.c:2327 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -410,32 +417,34 @@ msgstr "" "führen. Starten Sie %s erneut und geben Sie entweder keine\n" "Kodierung explizit an oder wählen Sie eine passende Kombination.\n" -#: initdb.c:2434 +#: initdb.c:2446 #, 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" +msgstr "" +"%s: WARNUNG: auf dieser Platform können keine beschränkten Token erzeugt " +"werden\n" -#: initdb.c:2443 +#: initdb.c:2455 #, c-format msgid "%s: could not open process token: error code %lu\n" msgstr "%s: konnte Prozess-Token nicht öffnen: Fehlercode %lu\n" -#: initdb.c:2456 +#: initdb.c:2468 #, c-format msgid "%s: could not to allocate SIDs: error code %lu\n" msgstr "%s: konnte SIDs nicht erzeugen: Fehlercode %lu\n" -#: initdb.c:2475 +#: initdb.c:2487 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s: konnte beschränktes Token nicht erzeugen: Fehlercode %lu\n" -#: initdb.c:2496 +#: initdb.c:2508 #, 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" -#: initdb.c:2510 +#: initdb.c:2522 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -444,17 +453,17 @@ msgstr "" "%s initialisiert einen PostgreSQL-Datenbankcluster.\n" "\n" -#: initdb.c:2511 +#: initdb.c:2523 #, c-format msgid "Usage:\n" msgstr "Aufruf:\n" -#: initdb.c:2512 +#: initdb.c:2524 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPTION]... [DATENVERZEICHNIS]\n" -#: initdb.c:2513 +#: initdb.c:2525 #, c-format msgid "" "\n" @@ -463,65 +472,82 @@ msgstr "" "\n" "Optionen:\n" -#: initdb.c:2514 +#: initdb.c:2526 #, c-format -msgid " -A, --auth=METHOD default authentication method for local connections\n" -msgstr " -A, --auth=METHODE vorgegebene Authentifizierungsmethode für lokale Verbindungen\n" +msgid "" +" -A, --auth=METHOD default authentication method for local " +"connections\n" +msgstr "" +" -A, --auth=METHODE vorgegebene Authentifizierungsmethode für lokale " +"Verbindungen\n" -#: initdb.c:2515 +#: initdb.c:2527 #, 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=METHODE vorgegebene Authentifizierungsmethode für lokale\n" +" --auth-host=METHODE vorgegebene Authentifizierungsmethode für " +"lokale\n" " TCP/IP-Verbindungen\n" -#: initdb.c:2516 +#: initdb.c:2528 #, 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=METHODE vorgegebene Authentifizierungsmethode für Verbindungen\n" +" --auth-local=METHODE vorgegebene Authentifizierungsmethode für " +"Verbindungen\n" " auf lokalen Sockets\n" -#: initdb.c:2517 +#: initdb.c:2529 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" -msgstr " [-D, --pgdata=]DATENVERZ Datenverzeichnis für diesen Datenbankcluster\n" +msgstr "" +" [-D, --pgdata=]DATENVERZ Datenverzeichnis für diesen Datenbankcluster\n" -#: initdb.c:2518 +#: initdb.c:2530 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" -msgstr " -E, --encoding=KODIERUNG setze Standardkodierung für neue Datenbanken\n" +msgstr "" +" -E, --encoding=KODIERUNG setze Standardkodierung für neue Datenbanken\n" -#: initdb.c:2519 +#: initdb.c:2531 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" -msgstr " --locale=LOCALE setze Standardlocale für neue Datenbanken\n" +msgstr "" +" --locale=LOCALE setze Standardlocale für neue Datenbanken\n" -#: initdb.c:2520 +#: initdb.c:2532 #, 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" " --lc-monetary=, --lc-numeric=, --lc-time=LOCALE\n" -" setze Standardlocale in der jeweiligen Kategorie\n" +" setze Standardlocale in der jeweiligen " +"Kategorie\n" " für neue Datenbanken (Voreinstellung aus der\n" " Umgebung entnommen)\n" -#: initdb.c:2524 +#: initdb.c:2536 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale entspricht --locale=C\n" -#: initdb.c:2525 +#: initdb.c:2537 #, c-format -msgid " --pwfile=FILE read password for the new superuser from file\n" -msgstr " --pwfile=DATEI lese Passwort des neuen Superusers aus Datei\n" +msgid "" +" --pwfile=FILE read password for the new superuser from file\n" +msgstr "" +" --pwfile=DATEI lese Passwort des neuen Superusers aus Datei\n" -#: initdb.c:2526 +#: initdb.c:2538 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -530,22 +556,24 @@ msgstr "" " -T, --text-search-config=KFG\n" " Standardtextsuchekonfiguration\n" -#: initdb.c:2528 +#: initdb.c:2540 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=NAME Datenbank-Superusername\n" -#: initdb.c:2529 +#: initdb.c:2541 #, c-format -msgid " -W, --pwprompt prompt for a password for the new superuser\n" +msgid "" +" -W, --pwprompt prompt for a password for the new superuser\n" msgstr " -W, --pwprompt frage nach Passwort für neuen Superuser\n" -#: initdb.c:2530 +#: initdb.c:2542 #, c-format -msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" -msgstr " -X, --xlogdir=XLOGVERZ Verzeichnis für den Transaktionslog\n" +msgid "" +" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" +msgstr " -X, --xlogdir=XLOGVERZ Verzeichnis für das Transaktionslog\n" -#: initdb.c:2531 +#: initdb.c:2543 #, c-format msgid "" "\n" @@ -554,27 +582,27 @@ msgstr "" "\n" "Weniger häufig verwendete Optionen:\n" -#: initdb.c:2532 +#: initdb.c:2544 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug erzeuge eine Menge Debug-Ausgaben\n" -#: initdb.c:2533 +#: initdb.c:2545 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L VERZEICHNIS wo sind die Eingabedateien zu finden\n" -#: initdb.c:2534 +#: initdb.c:2546 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean nach Fehlern nicht aufräumen\n" -#: initdb.c:2535 +#: initdb.c:2547 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show zeige interne Einstellungen\n" -#: initdb.c:2536 +#: initdb.c:2548 #, c-format msgid "" "\n" @@ -583,17 +611,18 @@ msgstr "" "\n" "Weitere Optionen:\n" -#: initdb.c:2537 +#: initdb.c:2549 #, c-format -msgid " -?, --help show this help, then exit\n" -msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" +msgid " -V, --version output version information, then exit\n" +msgstr "" +" -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: initdb.c:2538 +#: initdb.c:2550 #, c-format -msgid " -V, --version output version information, then exit\n" -msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" +msgid " -?, --help show this help, then exit\n" +msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: initdb.c:2539 +#: initdb.c:2551 #, c-format msgid "" "\n" @@ -604,7 +633,7 @@ msgstr "" "Wenn kein Datenverzeichnis angegeben ist, dann wird die Umgebungsvariable\n" "PGDATA verwendet.\n" -#: initdb.c:2541 +#: initdb.c:2553 #, c-format msgid "" "\n" @@ -613,7 +642,7 @@ msgstr "" "\n" "Berichten Sie Fehler an .\n" -#: initdb.c:2549 +#: initdb.c:2561 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -626,42 +655,46 @@ msgstr "" "nächsten Aufruf von initdb die Option -A, oder --auth-local und\n" "--auth-host, verwenden.\n" -#: initdb.c:2571 +#: initdb.c:2583 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "%s: ungültige Authentifizierungsmethode »%s« für »%s«-Verbindungen\n" -#: initdb.c:2583 +#: initdb.c:2597 #, c-format -msgid "%s: must specify a password for the superuser to enable %s authentication\n" -msgstr "%s: Superuser-Passwort muss angegeben werden um %s-Authentifizierung einzuschalten\n" +msgid "" +"%s: must specify a password for the superuser to enable %s authentication\n" +msgstr "" +"%s: Superuser-Passwort muss angegeben werden um %s-Authentifizierung " +"einzuschalten\n" -#: initdb.c:2710 +#: initdb.c:2737 #, c-format msgid "Running in debug mode.\n" msgstr "Debug-Modus ist an.\n" -#: initdb.c:2714 +#: initdb.c:2741 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" msgstr "Noclean-Modus ist an. Bei Fehlern wird nicht aufgeräumt.\n" -#: initdb.c:2757 initdb.c:2778 initdb.c:3008 +#: initdb.c:2784 initdb.c:2805 initdb.c:3034 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" -#: initdb.c:2776 +#: initdb.c:2803 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: zu viele Kommandozeilenargumente (das erste ist »%s«)\n" -#: initdb.c:2785 +#: initdb.c:2812 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" -msgstr "%s: Passwortprompt und Passwortdatei können nicht zusammen angegeben werden\n" +msgstr "" +"%s: Passwortprompt und Passwortdatei können nicht zusammen angegeben werden\n" -#: initdb.c:2809 +#: initdb.c:2835 #, c-format msgid "" "%s: no data directory specified\n" @@ -674,17 +707,19 @@ msgstr "" "werden soll. Machen Sie dies entweder mit der Kommandozeilenoption -D\n" "oder mit der Umgebungsvariable PGDATA.\n" -#: initdb.c:2842 +#: initdb.c:2868 #, 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" +msgstr "" +"%s: konnte Prozess nicht mit beschränktem Token neu starten: Fehlercode %lu\n" -#: initdb.c:2857 +#: initdb.c:2883 #, 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" +msgstr "" +"%s: konnte Statuscode des Subprozesses nicht ermitteln: Fehlercode %lu\n" -#: initdb.c:2885 +#: initdb.c:2911 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -695,7 +730,7 @@ msgstr "" "selben Verzeichnis wie »%s« gefunden.\n" "Prüfen Sie Ihre Installation.\n" -#: initdb.c:2892 +#: initdb.c:2918 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -706,12 +741,12 @@ msgstr "" "aber es hatte nicht die gleiche Version wie %s.\n" "Prüfen Sie Ihre Installation.\n" -#: initdb.c:2911 +#: initdb.c:2937 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: Eingabedatei muss absoluten Pfad haben\n" -#: initdb.c:2968 +#: initdb.c:2994 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -722,12 +757,12 @@ msgstr "" "»%s« gehören. Diesem Benutzer muss auch der Serverprozess gehören.\n" "\n" -#: initdb.c:2978 +#: initdb.c:3004 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "Der Datenbankcluster wird mit der Locale »%s« initialisiert werden.\n" -#: initdb.c:2981 +#: initdb.c:3007 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -746,31 +781,32 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3005 +#: initdb.c:3031 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s: konnte keine passende Kodierung für Locale »%s« finden\n" -#: initdb.c:3007 +#: initdb.c:3033 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Führen Sie %s erneut mit der Option -E aus.\n" -#: initdb.c:3020 +#: initdb.c:3046 #, 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 "" -"Die von der Locale gesetzte Kodierung »%s« ist nicht als serverseitige Kodierung erlaubt.\n" +"Die von der Locale gesetzte Kodierung »%s« ist nicht als serverseitige " +"Kodierung erlaubt.\n" "Die Standarddatenbankkodierung wird stattdessen auf »%s« gesetzt.\n" -#: initdb.c:3028 +#: initdb.c:3054 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s: Locale »%s« benötigt nicht unterstützte Kodierung »%s«\n" -#: initdb.c:3031 +#: initdb.c:3057 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -779,52 +815,61 @@ msgstr "" "Kodierung »%s« ist nicht als serverseitige Kodierung erlaubt.\n" "Starten Sie %s erneut mit einer anderen Locale-Wahl.\n" -#: initdb.c:3040 +#: initdb.c:3066 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "Die Standarddatenbankkodierung wurde entsprechend auf »%s« gesetzt.\n" -#: initdb.c:3057 +#: initdb.c:3083 #, c-format -msgid "%s: could not find suitable text search configuration for locale \"%s\"\n" -msgstr "%s: konnte keine passende Textsuchekonfiguration für Locale »%s« finden\n" +msgid "" +"%s: could not find suitable text search configuration for locale \"%s\"\n" +msgstr "" +"%s: konnte keine passende Textsuchekonfiguration für Locale »%s« finden\n" -#: initdb.c:3068 +#: initdb.c:3094 #, c-format -msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n" -msgstr "%s: Warnung: passende Textsuchekonfiguration für Locale »%s« ist unbekannt\n" +msgid "" +"%s: warning: suitable text search configuration for locale \"%s\" is " +"unknown\n" +msgstr "" +"%s: Warnung: passende Textsuchekonfiguration für Locale »%s« ist unbekannt\n" -#: initdb.c:3073 +#: initdb.c:3099 #, c-format -msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n" -msgstr "%s: Warnung: angegebene Textsuchekonfiguration »%s« passt möglicherweise nicht zur Locale »%s«\n" +msgid "" +"%s: warning: specified text search configuration \"%s\" might not match " +"locale \"%s\"\n" +msgstr "" +"%s: Warnung: angegebene Textsuchekonfiguration »%s« passt möglicherweise " +"nicht zur Locale »%s«\n" -#: initdb.c:3078 +#: initdb.c:3104 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" msgstr "Die Standardtextsuchekonfiguration wird auf »%s« gesetzt.\n" -#: initdb.c:3112 initdb.c:3179 +#: initdb.c:3138 initdb.c:3205 #, c-format msgid "creating directory %s ... " msgstr "erzeuge Verzeichnis %s ... " -#: initdb.c:3126 initdb.c:3197 +#: initdb.c:3152 initdb.c:3223 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "berichtige Zugriffsrechte des bestehenden Verzeichnisses %s ... " -#: initdb.c:3132 initdb.c:3203 +#: initdb.c:3158 initdb.c:3229 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: konnte Rechte des Verzeichnisses »%s« nicht ändern: %s\n" -#: initdb.c:3145 initdb.c:3216 +#: initdb.c:3171 initdb.c:3242 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: Verzeichnis »%s« existiert aber ist nicht leer\n" -#: initdb.c:3148 +#: initdb.c:3174 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -835,17 +880,17 @@ msgstr "" "Sie das Verzeichnis »%s« or führen Sie %s\n" "mit einem anderen Argument als »%s« aus.\n" -#: initdb.c:3156 initdb.c:3226 +#: initdb.c:3182 initdb.c:3252 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: konnte nicht auf Verzeichnis »%s« zugreifen: %s\n" -#: initdb.c:3170 +#: initdb.c:3196 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "%s: Transaktionslogverzeichnis muss absoluten Pfad haben\n" -#: initdb.c:3219 +#: initdb.c:3245 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -854,22 +899,23 @@ msgstr "" "Wenn Sie dort den Transaktionslog ablegen wollen, entfernen oder leeren\n" "Sie das Verzeichnis »%s«.\n" -#: initdb.c:3238 +#: initdb.c:3264 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s: konnte symbolische Verknüpfung »%s« nicht erzeugen: %s\n" -#: initdb.c:3243 +#: initdb.c:3269 #, c-format msgid "%s: symlinks are not supported on this platform" -msgstr "%s: symbolische Verknüpfungen werden auf dieser Plattform nicht unterstützt" +msgstr "" +"%s: symbolische Verknüpfungen werden auf dieser Plattform nicht unterstützt" -#: initdb.c:3249 +#: initdb.c:3275 #, c-format msgid "creating subdirectories ... " msgstr "erzeuge Unterverzeichnisse ... " -#: initdb.c:3315 +#: initdb.c:3341 #, c-format msgid "" "\n" diff --git a/src/bin/initdb/po/fr.po b/src/bin/initdb/po/fr.po index 13db98da1b..c20717e619 100644 --- a/src/bin/initdb/po/fr.po +++ b/src/bin/initdb/po/fr.po @@ -9,58 +9,59 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-07-22 04:17+0000\n" -"PO-Revision-Date: 2012-07-22 19:12+0100\n" +"POT-Creation-Date: 2014-05-16 07:52+0000\n" +"PO-Revision-Date: 2014-05-17 15:14+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: PostgreSQLfr \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" -#: ../../port/dirmod.c:75 -#: ../../port/dirmod.c:88 -#: ../../port/dirmod.c:101 +#: ../../port/dirmod.c:79 ../../port/dirmod.c:92 ../../port/dirmod.c:109 #, c-format msgid "out of memory\n" msgstr "mémoire épuisée\n" -#: ../../port/dirmod.c:286 +#: ../../port/dirmod.c:294 #, c-format msgid "could not set junction for \"%s\": %s\n" msgstr "n'a pas pu configurer la jonction pour « %s » : %s\n" -#: ../../port/dirmod.c:361 +#: ../../port/dirmod.c:369 #, c-format msgid "could not get junction for \"%s\": %s\n" msgstr "n'a pas pu obtenir la jonction pour « %s » : %s\n" -#: ../../port/dirmod.c:443 +#: ../../port/dirmod.c:451 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "n'a pas pu ouvrir le répertoire « %s » : %s\n" -#: ../../port/dirmod.c:480 +#: ../../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "n'a pas pu lire le répertoire « %s » : %s\n" -#: ../../port/dirmod.c:563 +#: ../../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "n'a pas pu fermer le répertoire « %s » : %s\n" + +#: ../../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "" "n'a pas pu récupérer les informations sur le fichier ou répertoire\n" "« %s » : %s\n" -#: ../../port/dirmod.c:590 -#: ../../port/dirmod.c:607 +#: ../../port/dirmod.c:602 ../../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "n'a pas pu supprimer le fichier ou répertoire « %s » : %s\n" -#: ../../port/exec.c:125 -#: ../../port/exec.c:239 -#: ../../port/exec.c:282 +#: ../../port/exec.c:125 ../../port/exec.c:239 ../../port/exec.c:282 #, c-format msgid "could not identify current directory: %s" msgstr "n'a pas pu identifier le répertoire courant : %s" @@ -80,8 +81,7 @@ msgstr "n'a pas pu lire le binaire msgid "could not find a \"%s\" to execute" msgstr "n'a pas pu trouver un « %s » à exécuter" -#: ../../port/exec.c:255 -#: ../../port/exec.c:291 +#: ../../port/exec.c:255 ../../port/exec.c:291 #, c-format msgid "could not change directory to \"%s\"" msgstr "n'a pas pu accéder au répertoire « %s »" @@ -91,116 +91,117 @@ msgstr "n'a pas pu acc msgid "could not read symbolic link \"%s\"" msgstr "n'a pas pu lire le lien symbolique « %s »" -#: ../../port/exec.c:518 +#: ../../port/exec.c:526 #, c-format msgid "child process exited with exit code %d" msgstr "le processus fils a quitté avec le code de sortie %d" -#: ../../port/exec.c:522 +#: ../../port/exec.c:530 #, c-format msgid "child process was terminated by exception 0x%X" msgstr "le processus fils a été terminé par l'exception 0x%X" -#: ../../port/exec.c:531 +#: ../../port/exec.c:539 #, c-format msgid "child process was terminated by signal %s" msgstr "le processus fils a été terminé par le signal %s" -#: ../../port/exec.c:534 +#: ../../port/exec.c:542 #, c-format msgid "child process was terminated by signal %d" msgstr "le processus fils a été terminé par le signal %d" -#: ../../port/exec.c:538 +#: ../../port/exec.c:546 #, c-format msgid "child process exited with unrecognized status %d" msgstr "le processus fils a quitté avec un statut %d non reconnu" -#: initdb.c:291 -#: initdb.c:305 +#: initdb.c:294 initdb.c:308 #, c-format msgid "%s: out of memory\n" msgstr "%s : mémoire épuisée\n" -#: initdb.c:414 -#: initdb.c:1332 +#: initdb.c:418 initdb.c:1344 #, 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" -#: initdb.c:470 -#: initdb.c:836 -#: initdb.c:865 +#: initdb.c:474 initdb.c:848 initdb.c:877 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s : n'a pas pu ouvrir le fichier « %s » en écriture : %s\n" -#: initdb.c:478 -#: initdb.c:486 -#: initdb.c:843 -#: initdb.c:871 +#: initdb.c:482 initdb.c:490 initdb.c:855 initdb.c:883 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s : n'a pas pu écrire le fichier « %s » : %s\n" -#: initdb.c:505 +#: initdb.c:509 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s : n'a pas pu exécuter la commande « %s » : %s\n" -#: initdb.c:521 +#: initdb.c:525 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s : suppression du répertoire des données « %s »\n" -#: initdb.c:524 +#: initdb.c:528 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s : échec de la suppression du répertoire des données\n" -#: initdb.c:530 +#: initdb.c:534 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s : suppression du contenu du répertoire des données « %s »\n" -#: initdb.c:533 +#: initdb.c:537 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s : échec de la suppression du contenu du répertoire des données\n" -#: initdb.c:539 +#: initdb.c:543 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s : suppression du répertoire des journaux de transaction « %s »\n" -#: initdb.c:542 +#: initdb.c:546 #, c-format msgid "%s: failed to remove transaction log directory\n" -msgstr "%s : échec de la suppression du répertoire des journaux de transaction\n" +msgstr "" +"%s : échec de la suppression du répertoire des journaux de transaction\n" -#: initdb.c:548 +#: initdb.c:552 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" -msgstr "%s : suppression du contenu du répertoire des journaux de transaction « %s »\n" +msgstr "" +"%s : suppression du contenu du répertoire des journaux de transaction « %s " +"»\n" -#: initdb.c:551 +#: initdb.c:555 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" -msgstr "%s : échec de la suppression du contenu du répertoire des journaux de transaction\n" +msgstr "" +"%s : échec de la suppression du contenu du répertoire des journaux de " +"transaction\n" -#: initdb.c:560 +#: initdb.c:564 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" -msgstr "%s : répertoire des données « %s » non supprimé à la demande de l'utilisateur\n" +msgstr "" +"%s : répertoire des données « %s » non supprimé à la demande de " +"l'utilisateur\n" -#: initdb.c:565 +#: initdb.c:569 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" msgstr "" -"%s : répertoire des journaux de transaction « %s » non supprimé à la demande\n" +"%s : répertoire des journaux de transaction « %s » non supprimé à la " +"demande\n" "de l'utilisateur\n" -#: initdb.c:587 +#: initdb.c:591 #, c-format msgid "" "%s: cannot be run as root\n" @@ -211,35 +212,33 @@ msgstr "" "Connectez-vous (par exemple en utilisant « su ») sous l'utilisateur (non\n" " privilégié) qui sera propriétaire du processus serveur.\n" -#: initdb.c:599 +#: initdb.c:603 #, 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:616 +#: initdb.c:620 #, c-format msgid "%s: could not get current user name: %s\n" msgstr "%s : n'a pas pu obtenir le nom de l'utilisateur courant : %s\n" -#: initdb.c:647 +#: initdb.c:651 #, c-format 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:756 -#: initdb.c:3190 +#: initdb.c:768 initdb.c:3211 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s : n'a pas pu créer le répertoire « %s » : %s\n" -#: initdb.c:786 +#: initdb.c:798 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s : le fichier « %s » n'existe pas\n" -#: initdb.c:788 -#: initdb.c:797 -#: initdb.c:807 +#: initdb.c:800 initdb.c:809 initdb.c:819 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" @@ -248,36 +247,36 @@ msgstr "" "Cela peut signifier que votre installation est corrompue ou que vous avez\n" "identifié le mauvais répertoire avec l'option -L.\n" -#: initdb.c:794 +#: initdb.c:806 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s : n'a pas pu accéder au fichier « %s » : %s\n" -#: initdb.c:805 +#: initdb.c:817 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s : « %s » n'est pas un fichier\n" -#: initdb.c:913 +#: initdb.c:925 #, c-format msgid "selecting default max_connections ... " msgstr "sélection de la valeur par défaut de max_connections... " -#: initdb.c:942 +#: initdb.c:954 #, c-format msgid "selecting default shared_buffers ... " msgstr "sélection de la valeur par défaut pour shared_buffers... " -#: initdb.c:986 +#: initdb.c:998 msgid "creating configuration files ... " msgstr "création des fichiers de configuration... " -#: initdb.c:1172 +#: initdb.c:1184 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "création de la base de données template1 dans %s/base/1... " -#: initdb.c:1188 +#: initdb.c:1200 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" @@ -286,137 +285,138 @@ msgstr "" "%s : le fichier « %s » n'appartient pas à PostgreSQL %s\n" "Vérifiez votre installation ou indiquez le bon chemin avec l'option -L.\n" -#: initdb.c:1273 +#: initdb.c:1285 msgid "initializing pg_authid ... " msgstr "initialisation de pg_authid... " -#: initdb.c:1307 +#: initdb.c:1319 msgid "Enter new superuser password: " msgstr "Saisissez le nouveau mot de passe du super-utilisateur : " -#: initdb.c:1308 +#: initdb.c:1320 msgid "Enter it again: " msgstr "Saisissez-le à nouveau : " -#: initdb.c:1311 +#: initdb.c:1323 #, c-format msgid "Passwords didn't match.\n" msgstr "Les mots de passe ne sont pas identiques.\n" -#: initdb.c:1338 +#: initdb.c:1350 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s : n'a pas pu lire le mot de passe à partir du fichier « %s » : %s\n" -#: initdb.c:1351 +#: initdb.c:1363 #, c-format msgid "setting password ... " msgstr "initialisation du mot de passe... " -#: initdb.c:1451 +#: initdb.c:1463 msgid "initializing dependencies ... " msgstr "initialisation des dépendances... " -#: initdb.c:1479 +#: initdb.c:1491 msgid "creating system views ... " msgstr "création des vues système... " -#: initdb.c:1515 +#: initdb.c:1527 msgid "loading system objects' descriptions ... " msgstr "chargement de la description des objets système... " -#: initdb.c:1621 +#: initdb.c:1633 msgid "creating collations ... " msgstr "création des collationnements... " -#: initdb.c:1654 +#: initdb.c:1666 #, c-format msgid "%s: locale name too long, skipped: \"%s\"\n" msgstr "%s : nom de locale trop long, ignoré : « %s »\n" -#: initdb.c:1679 +#: initdb.c:1691 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" -msgstr "%s : le nom de la locale contient des caractères non ASCII, ignoré : « %s »\n" +msgstr "" +"%s : le nom de la locale contient des caractères non ASCII, ignoré : « %s »\n" -#: initdb.c:1742 +#: initdb.c:1754 #, c-format msgid "No usable system locales were found.\n" msgstr "Aucune locale système utilisable n'a été trouvée.\n" -#: initdb.c:1743 +#: initdb.c:1755 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Utilisez l'option « --debug » pour voir le détail.\n" -#: initdb.c:1746 +#: initdb.c:1758 #, c-format msgid "not supported on this platform\n" msgstr "non supporté sur cette plateforme\n" -#: initdb.c:1761 +#: initdb.c:1773 msgid "creating conversions ... " msgstr "création des conversions... " -#: initdb.c:1796 +#: initdb.c:1808 msgid "creating dictionaries ... " msgstr "création des dictionnaires... " -#: initdb.c:1850 +#: initdb.c:1862 msgid "setting privileges on built-in objects ... " msgstr "initialisation des droits sur les objets internes... " -#: initdb.c:1908 +#: initdb.c:1920 msgid "creating information schema ... " msgstr "création du schéma d'informations... " -#: initdb.c:1964 +#: initdb.c:1976 msgid "loading PL/pgSQL server-side language ... " msgstr "chargement du langage PL/pgSQL... " -#: initdb.c:1989 +#: initdb.c:2001 msgid "vacuuming database template1 ... " msgstr "lancement du vacuum sur la base de données template1... " -#: initdb.c:2045 +#: initdb.c:2057 msgid "copying template1 to template0 ... " msgstr "copie de template1 vers template0... " -#: initdb.c:2077 +#: initdb.c:2089 msgid "copying template1 to postgres ... " msgstr "copie de template1 vers postgres... " -#: initdb.c:2134 +#: initdb.c:2146 #, c-format msgid "caught signal\n" msgstr "signal reçu\n" -#: initdb.c:2140 +#: initdb.c:2152 #, c-format msgid "could not write to child process: %s\n" msgstr "n'a pas pu écrire au processus fils : %s\n" -#: initdb.c:2148 +#: initdb.c:2160 #, c-format msgid "ok\n" msgstr "ok\n" -#: initdb.c:2280 +#: initdb.c:2292 #, c-format msgid "%s: failed to restore old locale \"%s\"\n" msgstr "%s : n'a pas pu restaurer l'ancienne locale « %s »\n" -#: initdb.c:2286 +#: initdb.c:2298 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s : nom de locale invalide (« %s »)\n" -#: initdb.c:2313 +#: initdb.c:2325 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s : différence d'encodage\n" -#: initdb.c:2315 +#: initdb.c:2327 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -431,32 +431,36 @@ msgstr "" "Ré-exécutez %s sans préciser d'encodage, ou en choisissant une combinaison\n" "compatible.\n" -#: initdb.c:2434 +#: initdb.c:2446 #, c-format msgid "%s: WARNING: cannot create restricted tokens on this platform\n" -msgstr "%s : ATTENTION : ne peut pas crér les jetons restreints sur cette plateforme\n" +msgstr "" +"%s : ATTENTION : ne peut pas crér les jetons restreints sur cette " +"plateforme\n" -#: initdb.c:2443 +#: initdb.c:2455 #, 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" -#: initdb.c:2456 +#: initdb.c:2468 #, c-format 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" -#: initdb.c:2475 +#: initdb.c:2487 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s : n'a pas pu créer le jeton restreint : code d'erreur %lu\n" -#: initdb.c:2496 +#: initdb.c:2508 #, c-format msgid "%s: could not start process for command \"%s\": error code %lu\n" -msgstr "%s : n'a pas pu démarrer le processus pour la commande « %s » : code d'erreur %lu\n" +msgstr "" +"%s : n'a pas pu démarrer le processus pour la commande « %s » : code " +"d'erreur %lu\n" -#: initdb.c:2510 +#: initdb.c:2522 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -465,17 +469,17 @@ msgstr "" "%s initialise un cluster PostgreSQL.\n" "\n" -#: initdb.c:2511 +#: initdb.c:2523 #, c-format msgid "Usage:\n" msgstr "Usage :\n" -#: initdb.c:2512 +#: initdb.c:2524 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPTION]... [RÉP_DONNÉES]\n" -#: initdb.c:2513 +#: initdb.c:2525 #, c-format msgid "" "\n" @@ -484,52 +488,59 @@ msgstr "" "\n" "Options :\n" -#: initdb.c:2514 +#: initdb.c:2526 #, 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=MÉTHODE méthode d'authentification par défaut pour les\n" " connexions locales\n" -#: initdb.c:2515 +#: initdb.c:2527 #, 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=MÉTHODE méthode d'authentification par défaut pour les\n" " connexions locales TCP/IP\n" -#: initdb.c:2516 +#: initdb.c:2528 #, 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=MÉTHODE méthode d'authentification par défaut pour les\n" " connexions locales socket\n" -#: initdb.c:2517 +#: initdb.c:2529 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]RÉP_DONNÉES emplacement du cluster\n" -#: initdb.c:2518 +#: initdb.c:2530 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr "" " -E, --encoding=ENCODAGE initialise l'encodage par défaut des nouvelles\n" " bases de données\n" -#: initdb.c:2519 +#: initdb.c:2531 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" msgstr "" " --locale=LOCALE initialise la locale par défaut pour les\n" " nouvelles bases de données\n" -#: initdb.c:2520 +#: initdb.c:2532 #, 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" @@ -539,19 +550,20 @@ msgstr "" " de données (les valeurs par défaut sont prises\n" " dans l'environnement)\n" -#: initdb.c:2524 +#: initdb.c:2536 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale équivalent à --locale=C\n" -#: initdb.c:2525 +#: initdb.c:2537 #, 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:2526 +#: initdb.c:2538 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -561,24 +573,28 @@ msgstr "" " configuration par défaut de la recherche plein\n" " texte\n" -#: initdb.c:2528 +#: initdb.c:2540 #, c-format msgid " -U, --username=NAME database superuser name\n" -msgstr " -U, --username=NOM nom du super-utilisateur de la base de données\n" +msgstr "" +" -U, --username=NOM nom du super-utilisateur de la base de données\n" -#: initdb.c:2529 +#: initdb.c:2541 #, c-format -msgid " -W, --pwprompt prompt for a password for the new superuser\n" +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:2530 +#: initdb.c:2542 #, c-format -msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" -msgstr " -X, --xlogdir=RÉP_XLOG emplacement du répertoire des transactions\n" +msgid "" +" -X, --xlogdir=XLOGDIR location for the transaction log directory\n" +msgstr "" +" -X, --xlogdir=RÉP_XLOG emplacement du répertoire des transactions\n" -#: initdb.c:2531 +#: initdb.c:2543 #, c-format msgid "" "\n" @@ -587,29 +603,30 @@ msgstr "" "\n" "Options moins utilisées :\n" -#: initdb.c:2532 +#: initdb.c:2544 #, c-format msgid " -d, --debug generate lots of debugging output\n" -msgstr " -d, --debug engendre un grand nombre de traces de débogage\n" +msgstr "" +" -d, --debug engendre un grand nombre de traces de débogage\n" -#: initdb.c:2533 +#: initdb.c:2545 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr "" " -L RÉPERTOIRE indique où trouver les fichiers servant à la\n" " création du cluster\n" -#: initdb.c:2534 +#: initdb.c:2546 #, 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:2535 +#: initdb.c:2547 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show affiche la configuration interne\n" -#: initdb.c:2536 +#: initdb.c:2548 #, c-format msgid "" "\n" @@ -618,17 +635,17 @@ msgstr "" "\n" "Autres options :\n" -#: initdb.c:2537 +#: initdb.c:2549 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version puis quitte\n" -#: initdb.c:2538 +#: initdb.c:2550 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide puis quitte\n" -#: initdb.c:2539 +#: initdb.c:2551 #, c-format msgid "" "\n" @@ -639,7 +656,7 @@ msgstr "" "Si le répertoire des données n'est pas indiqué, la variable d'environnement\n" "PGDATA est utilisée.\n" -#: initdb.c:2541 +#: initdb.c:2553 #, c-format msgid "" "\n" @@ -648,7 +665,7 @@ msgstr "" "\n" "Rapporter les bogues à .\n" -#: initdb.c:2549 +#: initdb.c:2561 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -662,48 +679,48 @@ msgstr "" "ou en utilisant l'option -A, ou --auth-local et --auth-host au prochain\n" "lancement d'initdb.\n" -#: initdb.c:2571 +#: initdb.c:2583 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "%s : méthode d'authentification « %s » invalide pour « %s »\n" -#: initdb.c:2585 +#: initdb.c:2597 #, 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:2716 +#: initdb.c:2737 #, c-format msgid "Running in debug mode.\n" msgstr "Lancé en mode débogage.\n" -#: initdb.c:2720 +#: initdb.c:2741 #, 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 supprimées.\n" +msgstr "" +"Lancé en mode « sans nettoyage ». Les erreurs ne seront pas supprimées.\n" -#: initdb.c:2763 -#: initdb.c:2784 -#: initdb.c:3013 +#: initdb.c:2784 initdb.c:2805 initdb.c:3034 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayer « %s --help » pour plus d'informations.\n" -#: initdb.c:2782 +#: initdb.c:2803 #, 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:2791 +#: initdb.c:2812 #, 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 indiquées simultanément\n" -#: initdb.c:2814 +#: initdb.c:2835 #, c-format msgid "" "%s: no data directory specified\n" @@ -716,17 +733,19 @@ msgstr "" "système de bases de données. Faites-le soit avec l'option -D soit en\n" "initialisant la variable d'environnement PGDATA.\n" -#: initdb.c:2847 +#: initdb.c:2868 #, c-format msgid "%s: could not re-execute with restricted token: error code %lu\n" msgstr "%s : n'a pas pu ré-exécuter le jeton restreint : code d'erreur %lu\n" -#: initdb.c:2862 +#: initdb.c:2883 #, c-format msgid "%s: could not get exit code from subprocess: error code %lu\n" -msgstr "%s : n'a pas pu récupérer le code de statut du sous-processus : code d'erreur %lu\n" +msgstr "" +"%s : n'a pas pu récupérer le code de statut du sous-processus : code " +"d'erreur %lu\n" -#: initdb.c:2890 +#: initdb.c:2911 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -737,7 +756,7 @@ msgstr "" "le même répertoire que « %s ».\n" "Vérifiez votre installation.\n" -#: initdb.c:2897 +#: initdb.c:2918 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -748,14 +767,14 @@ msgstr "" "version que « %s ».\n" "Vérifiez votre installation.\n" -#: initdb.c:2916 +#: initdb.c:2937 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "" "%s : l'emplacement du fichier d'entrées doit être indiqué avec un chemin\n" "absolu\n" -#: initdb.c:2973 +#: initdb.c:2994 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -766,12 +785,12 @@ msgstr "" "Le processus serveur doit également lui appartenir.\n" "\n" -#: initdb.c:2983 +#: initdb.c:3004 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "L'instance sera initialisée avec la locale « %s ».\n" -#: initdb.c:2986 +#: initdb.c:3007 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -790,31 +809,32 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3010 +#: initdb.c:3031 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s : n'a pas pu trouver un encodage adéquat pour la locale « %s »\n" -#: initdb.c:3012 +#: initdb.c:3033 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Relancez %s avec l'option -E.\n" -#: initdb.c:3025 +#: initdb.c:3046 #, 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 » déduit de la locale n'est pas autorisé en tant qu'encodage serveur.\n" +"L'encodage « %s » déduit de la locale n'est pas autorisé en tant qu'encodage " +"serveur.\n" "L'encodage par défaut des bases de données sera configuré à « %s ».\n" -#: initdb.c:3033 +#: initdb.c:3054 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s : la locale « %s » nécessite l'encodage « %s » non supporté\n" -#: initdb.c:3036 +#: initdb.c:3057 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -823,64 +843,66 @@ msgstr "" "L'encodage « %s » n'est pas autorisé en tant qu'encodage serveur.\n" "Ré-exécuter %s avec une locale différente.\n" -#: initdb.c:3045 +#: initdb.c:3066 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "" "L'encodage par défaut des bases de données a été configuré en conséquence\n" "avec « %s ».\n" -#: initdb.c:3062 +#: initdb.c:3083 #, 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" " adéquation avec la locale « %s »\n" -#: initdb.c:3073 +#: initdb.c:3094 #, 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:3078 +#: initdb.c:3099 #, 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 indiquée pour la recherche plein texte,\n" "« %s », pourrait ne pas correspondre à la locale « %s »\n" -#: initdb.c:3083 +#: initdb.c:3104 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" -msgstr "La configuration de la recherche plein texte a été initialisée à « %s ».\n" +msgstr "" +"La configuration de la recherche plein texte a été initialisée à « %s ».\n" -#: initdb.c:3117 -#: initdb.c:3184 +#: initdb.c:3138 initdb.c:3205 #, c-format msgid "creating directory %s ... " msgstr "création du répertoire %s... " -#: initdb.c:3131 -#: initdb.c:3202 +#: initdb.c:3152 initdb.c:3223 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "correction des droits sur le répertoire existant %s... " -#: initdb.c:3137 -#: initdb.c:3208 +#: initdb.c:3158 initdb.c:3229 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s : n'a pas pu modifier les droits du répertoire « %s » : %s\n" -#: initdb.c:3150 -#: initdb.c:3221 +#: initdb.c:3171 initdb.c:3242 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s : le répertoire « %s » existe mais n'est pas vide\n" -#: initdb.c:3153 +#: initdb.c:3174 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -891,20 +913,19 @@ msgstr "" "videz le répertoire « %s ».\n" "Vous pouvez aussi exécuter %s avec un argument autre que « %s ».\n" -#: initdb.c:3161 -#: initdb.c:3231 +#: initdb.c:3182 initdb.c:3252 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s : n'a pas pu accéder au répertoire « %s » : %s\n" -#: initdb.c:3175 +#: initdb.c:3196 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "" "%s : l'emplacement du répertoire des journaux de transactions doit être\n" "indiqué avec un chemin absolu\n" -#: initdb.c:3224 +#: initdb.c:3245 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -913,22 +934,22 @@ msgstr "" "Si vous voulez enregistrer ici le journal des transactions, supprimez ou\n" "videz le répertoire « %s ».\n" -#: initdb.c:3243 +#: initdb.c:3264 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s : n'a pas pu créer le lien symbolique « %s » : %s\n" -#: initdb.c:3248 +#: initdb.c:3269 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s : les liens symboliques ne sont pas supportés sur cette plateforme" -#: initdb.c:3254 +#: initdb.c:3275 #, c-format msgid "creating subdirectories ... " msgstr "création des sous-répertoires... " -#: initdb.c:3320 +#: initdb.c:3341 #, c-format msgid "" "\n" @@ -947,13 +968,14 @@ msgstr "" " %s%s%spg_ctl%s -D %s%s%s -l journal_applicatif start\n" "\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 problème.\n" +#~ msgid "%s: unrecognized authentication method \"%s\"\n" +#~ msgstr "%s : méthode d'authentification « %s » inconnue.\n" #~ msgid "%s: could not determine valid short version string\n" #~ msgstr "%s : n'a pas pu déterminer une chaîne de version courte valide\n" -#~ msgid "%s: unrecognized authentication method \"%s\"\n" -#~ msgstr "%s : méthode d'authentification « %s » inconnue.\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 problème.\n" diff --git a/src/bin/initdb/po/pl.po b/src/bin/initdb/po/pl.po index c6ef40efbe..e1e6b6ae66 100644 --- a/src/bin/initdb/po/pl.po +++ b/src/bin/initdb/po/pl.po @@ -2,19 +2,21 @@ # Copyright (c) 2005 toczek, xxxtoczekxxx@wp.pl # Distributed under the same licensing terms as PostgreSQL itself. # Begina Felicysym , 2011, 2012. +# grzegorz , 2014. msgid "" msgstr "" "Project-Id-Version: initdb (PostgreSQL 9.1)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-01-29 13:46+0000\n" -"PO-Revision-Date: 2013-01-29 12:51-0300\n" -"Last-Translator: Begina Felicysym \n" -"Language-Team: Begina Felicysym\n" +"POT-Creation-Date: 2014-03-21 18:33+0000\n" +"PO-Revision-Date: 2014-03-22 21:17+0200\n" +"Last-Translator: grzegorz \n" +"Language-Team: begina.felicysym@wp.eu\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" #: ../../port/dirmod.c:79 ../../port/dirmod.c:92 ../../port/dirmod.c:109 @@ -37,17 +39,22 @@ msgstr "nie można pobrać złączenia dla \"%s\": %s\n" msgid "could not open directory \"%s\": %s\n" msgstr "nie można otworzyć katalogu \"%s\": %s\n" -#: ../../port/dirmod.c:488 +#: ../../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "nie można czytać katalogu \"%s\": %s\n" -#: ../../port/dirmod.c:571 +#: ../../port/dirmod.c:496 +#, fuzzy, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "nie można zamknąć katalogu \"%s\": %s\n" + +#: ../../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "nie można wykonać polecenia stat na pliku lub katalogu \"%s\": %s\n" -#: ../../port/dirmod.c:598 ../../port/dirmod.c:615 +#: ../../port/dirmod.c:602 ../../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "nie można usunąć pliku lub katalogu \"%s\": %s\n" @@ -112,17 +119,17 @@ msgstr "proces potomny zakończył działanie z nieznanym stanem %d" msgid "%s: out of memory\n" msgstr "%s: brak pamięci\n" -#: initdb.c:418 initdb.c:1336 +#: initdb.c:418 initdb.c:1344 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: nie można otworzyć pliku \"%s\" do odczytu: %s\n" -#: initdb.c:474 initdb.c:840 initdb.c:869 +#: initdb.c:474 initdb.c:848 initdb.c:877 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s: nie można otworzyć pliku \"%s\" do zapisu: %s\n" -#: initdb.c:482 initdb.c:490 initdb.c:847 initdb.c:875 +#: initdb.c:482 initdb.c:490 initdb.c:855 initdb.c:883 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: nie można zapisać pliku \"%s\": %s\n" @@ -208,17 +215,17 @@ msgstr "%s: nie można otrzymać bieżącej nazwy użytkownika: %s\n" msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: \"%s\" nie jest poprawną nazwą kodowania\n" -#: initdb.c:760 initdb.c:3194 +#: initdb.c:768 initdb.c:3202 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: nie można utworzyć katalogu \"%s\": %s\n" -#: initdb.c:790 +#: initdb.c:798 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: plik \"%s\" nie istnieje\n" -#: initdb.c:792 initdb.c:801 initdb.c:811 +#: initdb.c:800 initdb.c:809 initdb.c:819 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" @@ -227,36 +234,36 @@ msgstr "" "Oznacza to iż posiadasz uszkodzoną instalację lub wskazałeś\n" "zły katalog przy użyciu opcji -L.\n" -#: initdb.c:798 +#: initdb.c:806 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: nie można uzyskać dostępu do pliku \"%s\": %s\n" -#: initdb.c:809 +#: initdb.c:817 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s: plik \"%s\" nie jest zwykłym plikiem\n" -#: initdb.c:917 +#: initdb.c:925 #, c-format msgid "selecting default max_connections ... " msgstr "wybieranie domyślnej wartości max_connections ... " -#: initdb.c:946 +#: initdb.c:954 #, c-format msgid "selecting default shared_buffers ... " msgstr "wybieranie domyślnej wartości shared_buffers ... " -#: initdb.c:990 +#: initdb.c:998 msgid "creating configuration files ... " msgstr "tworzenie plików konfiguracyjnych ... " -#: initdb.c:1176 +#: initdb.c:1184 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "tworzenie bazy template1 w folderze %s/base/1 ... " -#: initdb.c:1192 +#: initdb.c:1200 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" @@ -265,137 +272,137 @@ msgstr "" "%s: plik wejściowy \"%s\" nie należy do bazy danych PostgreSQL %s\n" "Sprawdź swoją instalację lub podaj poprawą ścieżkę przy pomocy zmiennej -L.\n" -#: initdb.c:1277 +#: initdb.c:1285 msgid "initializing pg_authid ... " msgstr "inicjowanie pg_authid ... " -#: initdb.c:1311 +#: initdb.c:1319 msgid "Enter new superuser password: " msgstr "Podaj hasło superużytkownika: " -#: initdb.c:1312 +#: initdb.c:1320 msgid "Enter it again: " msgstr "Powtórz podane hasło: " -#: initdb.c:1315 +#: initdb.c:1323 #, c-format msgid "Passwords didn't match.\n" msgstr "Podane hasła różnią się.\n" -#: initdb.c:1342 +#: initdb.c:1350 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s: nie można odczytać hasła z pliku \"%s\": %s\n" -#: initdb.c:1355 +#: initdb.c:1363 #, c-format msgid "setting password ... " msgstr "ustawianie hasła ... " -#: initdb.c:1455 +#: initdb.c:1463 msgid "initializing dependencies ... " msgstr "inicjowanie powiązań ... " -#: initdb.c:1483 +#: initdb.c:1491 msgid "creating system views ... " msgstr "tworzenie widoków systemowych ... " -#: initdb.c:1519 +#: initdb.c:1527 msgid "loading system objects' descriptions ... " msgstr "wczytywanie opisów obiektów systemowych ... " -#: initdb.c:1625 +#: initdb.c:1633 msgid "creating collations ... " msgstr "tworzenie porównań ... " -#: initdb.c:1658 +#: initdb.c:1666 #, c-format msgid "%s: locale name too long, skipped: \"%s\"\n" msgstr "%s: nazwa lokalizacji zbyt długa, pominięto: \"%s\"\n" -#: initdb.c:1683 +#: initdb.c:1691 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" msgstr "%s: nazwa lokalizacji zawiera znak spoza ASCII, pominięto: \"%s\"\n" -#: initdb.c:1746 +#: initdb.c:1754 #, c-format msgid "No usable system locales were found.\n" msgstr "Nie znaleziono lokalizacji systemowej nadającej się do wykorzystania.\n" -#: initdb.c:1747 +#: initdb.c:1755 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Użyj opcji \"--debug\" by zobaczyć szczegóły.\n" -#: initdb.c:1750 +#: initdb.c:1758 #, c-format msgid "not supported on this platform\n" msgstr "nieobsługiwane na tej platformie\n" -#: initdb.c:1765 +#: initdb.c:1773 msgid "creating conversions ... " msgstr "tworzenie konwersji ... " -#: initdb.c:1800 +#: initdb.c:1808 msgid "creating dictionaries ... " msgstr "tworzenie słowników ... " -#: initdb.c:1854 +#: initdb.c:1862 msgid "setting privileges on built-in objects ... " msgstr "ustawianie uprawnień dla wbudowanych obiektów ... " -#: initdb.c:1912 +#: initdb.c:1920 msgid "creating information schema ... " msgstr "tworzenie schematu informacyjnego ... " -#: initdb.c:1968 +#: initdb.c:1976 msgid "loading PL/pgSQL server-side language ... " msgstr "pobieranie języka PL/pgSQL używanego po stronie serwera ... " -#: initdb.c:1993 +#: initdb.c:2001 msgid "vacuuming database template1 ... " msgstr "odkurzanie bazy template1 ... " -#: initdb.c:2049 +#: initdb.c:2057 msgid "copying template1 to template0 ... " msgstr "kopiowanie bazy template1 do bazy template0 ... " -#: initdb.c:2081 +#: initdb.c:2089 msgid "copying template1 to postgres ... " msgstr "kopiowanie bazy template1 do bazy postgres ... " -#: initdb.c:2138 +#: initdb.c:2146 #, c-format msgid "caught signal\n" msgstr "sygnał otrzymany\n" -#: initdb.c:2144 +#: initdb.c:2152 #, c-format msgid "could not write to child process: %s\n" msgstr "nie można zapisać do procesu potomnego: %s\n" -#: initdb.c:2152 +#: initdb.c:2160 #, c-format msgid "ok\n" msgstr "ok\n" -#: initdb.c:2284 +#: initdb.c:2292 #, c-format msgid "%s: failed to restore old locale \"%s\"\n" msgstr "%s: nie udało się odtworzyć poprzedniej lokalizacji \"%s\"\n" -#: initdb.c:2290 +#: initdb.c:2298 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: błędna nazwa lokalizacji \"%s\"\n" -#: initdb.c:2317 +#: initdb.c:2325 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: niezgodność kodowania\n" -#: initdb.c:2319 +#: initdb.c:2327 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -410,32 +417,32 @@ msgstr "" "Aby poprawić ten błąd uruchom ponownie %s i albo nie ustawiaj kodowania\n" "albo wybierz pasującą kombinację.\n" -#: initdb.c:2438 +#: initdb.c:2446 #, c-format msgid "%s: WARNING: cannot create restricted tokens on this platform\n" msgstr "%s: OSTRZEÅ»ENIE nie można tworzyć ograniczonych tokenów na tej platformie\n" -#: initdb.c:2447 +#: initdb.c:2455 #, c-format msgid "%s: could not open process token: error code %lu\n" msgstr "%s: nie można otworzyć tokenu procesu: kod błędu %lu\n" -#: initdb.c:2460 +#: initdb.c:2468 #, c-format msgid "%s: could not to allocate SIDs: error code %lu\n" msgstr "%s: nie udało się przydzielić SIDów: kod błędu %lu\n" -#: initdb.c:2479 +#: initdb.c:2487 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s: nie udało się utworzyć ograniczonego tokena: kod błędu %lu\n" -#: initdb.c:2500 +#: initdb.c:2508 #, c-format msgid "%s: could not start process for command \"%s\": error code %lu\n" msgstr "%s: nie udało się uruchomić procesu dla polecenia \"%s\": kod błędu %lu\n" -#: initdb.c:2514 +#: initdb.c:2522 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -444,17 +451,17 @@ msgstr "" "%s inicjuje klaster bazy danych PostgreSQL.\n" "\n" -#: initdb.c:2515 +#: initdb.c:2523 #, c-format msgid "Usage:\n" msgstr "Składnia:\n" -#: initdb.c:2516 +#: initdb.c:2524 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPCJA]... [KATALOG-DOCELOWY]\n" -#: initdb.c:2517 +#: initdb.c:2525 #, c-format msgid "" "\n" @@ -463,37 +470,37 @@ msgstr "" "\n" "Opcje:\n" -#: initdb.c:2518 +#: initdb.c:2526 #, c-format msgid " -A, --auth=METHOD default authentication method for local connections\n" msgstr " -A, --auth=METODA podstawowa metoda autoryzacji dla lokalnych połączeń\n" -#: initdb.c:2519 +#: initdb.c:2527 #, c-format msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" msgstr " --auth-host=METODA podstawowa metoda autoryzacji dla lokalnych połączeń TCP/IP\n" -#: initdb.c:2520 +#: initdb.c:2528 #, c-format msgid " --auth-local=METHOD default authentication method for local-socket connections\n" msgstr " --auth-local=METODA podstawowa metoda autoryzacji dla lokalnych gniazd połączeń\n" -#: initdb.c:2521 +#: initdb.c:2529 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]KATALOG-DOCELOWY lokalizacja klastra bazy danych\n" -#: initdb.c:2522 +#: initdb.c:2530 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr " -E, --encoding=KODOWANIE ustawia podstawowe kodowanie dla nowej bazy\n" -#: initdb.c:2523 +#: initdb.c:2531 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" msgstr " --locale=LOKALIZACJA ustawia domyślną lokalizację dla nowych baz danych\n" -#: initdb.c:2524 +#: initdb.c:2532 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" @@ -506,17 +513,17 @@ msgstr "" " ustawia domyślną lokalizację w odpowiedniej kategorii\n" " dla nowych baz danych (domyślnie pobierana ze środowiska)\n" -#: initdb.c:2528 +#: initdb.c:2536 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale równoważna z opcją --locale=C\n" -#: initdb.c:2529 +#: initdb.c:2537 #, c-format msgid " --pwfile=FILE read password for the new superuser from file\n" msgstr " --pwfile=PLIK czyta hasło dla właściciela bazy z pliku\n" -#: initdb.c:2530 +#: initdb.c:2538 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -525,22 +532,22 @@ msgstr "" " -T, --text-search-config=CFG\n" " domyślna konfiguracja wyszukiwania tekstowego\n" -#: initdb.c:2532 +#: initdb.c:2540 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=NAZWA superużytkownik bazy danych\n" -#: initdb.c:2533 +#: initdb.c:2541 #, c-format msgid " -W, --pwprompt prompt for a password for the new superuser\n" msgstr " -W, --pwprompt proś o hasło dla nowego superużytkownika\n" -#: initdb.c:2534 +#: initdb.c:2542 #, c-format msgid " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" msgstr " -X, --xlogdir=XLOGDIR umiejscowienie folderu dziennika transakcji\n" -#: initdb.c:2535 +#: initdb.c:2543 #, c-format msgid "" "\n" @@ -549,27 +556,27 @@ msgstr "" "\n" "Rzadziej używane opcje:\n" -#: initdb.c:2536 +#: initdb.c:2544 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug wyświetlanie informacji debugger'a\n" -#: initdb.c:2537 +#: initdb.c:2545 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L KATALOG gdzie szukać plików wejściowych\n" -#: initdb.c:2538 +#: initdb.c:2546 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean błędy nie będą porządkowane\n" -#: initdb.c:2539 +#: initdb.c:2547 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show pokaż wewnętrzne ustawienia\n" -#: initdb.c:2540 +#: initdb.c:2548 #, c-format msgid "" "\n" @@ -578,17 +585,17 @@ msgstr "" "\n" "Pozostałe opcje:\n" -#: initdb.c:2541 +#: initdb.c:2549 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version pokaż informacje o wersji i zakończ\n" -#: initdb.c:2542 +#: initdb.c:2550 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help pokaż tą pomoc i zakończ działanie\n" -#: initdb.c:2543 +#: initdb.c:2551 #, c-format msgid "" "\n" @@ -599,7 +606,7 @@ msgstr "" "Jeśli katalog nie jest wskazany wtedy używana jest zmienna PGDATA\n" "do określenia tegoż katalogu.\n" -#: initdb.c:2545 +#: initdb.c:2553 #, c-format msgid "" "\n" @@ -608,7 +615,7 @@ msgstr "" "\n" "Błędy proszę przesyłać na adres .\n" -#: initdb.c:2553 +#: initdb.c:2561 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -620,42 +627,42 @@ msgstr "" "Można to zmienić edytując plik pg_hba.conf, używając opcji -A,\n" "--auth-local lub --auth-host przy kolejnym uruchomieniu initdb.\n" -#: initdb.c:2575 +#: initdb.c:2583 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "%s: niepoprawna metoda autoryzacji \"%s\" dla połączeń \"%s\"\n" -#: initdb.c:2589 +#: initdb.c:2597 #, c-format msgid "%s: must specify a password for the superuser to enable %s authentication\n" msgstr "%s: musisz podać hasło superużytkownika aby aktywować %s autoryzację\n" -#: initdb.c:2720 +#: initdb.c:2728 #, c-format msgid "Running in debug mode.\n" msgstr "Działanie w trybie debug.\n" -#: initdb.c:2724 +#: initdb.c:2732 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" msgstr "Działanie w trybie nonclean. Błędy nie będą porządkowane.\n" -#: initdb.c:2767 initdb.c:2788 initdb.c:3017 +#: initdb.c:2775 initdb.c:2796 initdb.c:3025 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n" -#: initdb.c:2786 +#: initdb.c:2794 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n" -#: initdb.c:2795 +#: initdb.c:2803 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" msgstr "%s: prośba o hasło i plik hasła nie mogą być podane jednocześnie\n" -#: initdb.c:2818 +#: initdb.c:2826 #, c-format msgid "" "%s: no data directory specified\n" @@ -668,17 +675,17 @@ msgstr "" "Możesz tego dokonać używając opcję -D lub przy pomocy\n" "zmiennej środowiskowej PGDATA.\n" -#: initdb.c:2851 +#: initdb.c:2859 #, c-format msgid "%s: could not re-execute with restricted token: error code %lu\n" msgstr "%s: nie udało się ponownie wykonać ograniczonego tokena: %lu\n" -#: initdb.c:2866 +#: initdb.c:2874 #, c-format msgid "%s: could not get exit code from subprocess: error code %lu\n" msgstr "%s: nie udało uzyskać kodu wyjścia z usługi podrzędnej: kod błędu %lu\n" -#: initdb.c:2894 +#: initdb.c:2902 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -689,7 +696,7 @@ msgstr "" "w tym samym folderze co \"%s\".\n" "Sprawdź instalację.\n" -#: initdb.c:2901 +#: initdb.c:2909 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -700,12 +707,12 @@ msgstr "" "ale nie jest w tej samej wersji co %s.\n" "Sprawdź instalację.\n" -#: initdb.c:2920 +#: initdb.c:2928 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: położenie plików wejściowych musi być ścieżką bezwzględną\n" -#: initdb.c:2977 +#: initdb.c:2985 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -716,12 +723,12 @@ msgstr "" "Ten użytkownik musi jednocześnie być właścicielem procesu serwera.\n" "\n" -#: initdb.c:2987 +#: initdb.c:2995 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "Klaster bazy zostanie utworzony z zestawem reguł językowych \"%s\".\n" -#: initdb.c:2990 +#: initdb.c:2998 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -740,17 +747,17 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3014 +#: initdb.c:3022 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s: nie można znaleźć odpowiedniego kodowania dla lokalizacji \"%s\"\n" -#: initdb.c:3016 +#: initdb.c:3024 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Włącz polecenie %s ponownie z opcją -E.\n" -#: initdb.c:3029 +#: initdb.c:3037 #, c-format msgid "" "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" @@ -759,12 +766,12 @@ msgstr "" "Kodowanie \"%s\" określone przez lokalizację jest niedozwolone jako kodowanie po stronie serwera.\n" "Kodowanie bazy danych będzie zamiast tego ustawiona na \"%s\".\n" -#: initdb.c:3037 +#: initdb.c:3045 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s: lokalizacja \"%s\" wymaga nie wspieranego kodowania \"%s\"\n" -#: initdb.c:3040 +#: initdb.c:3048 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -773,52 +780,52 @@ msgstr "" "Kodowanie \"%s\" jest niedozwolone jako kodowanie po stronie serwera.\n" "Uruchom ponownie %s z wybraną inną lokalizacją.\n" -#: initdb.c:3049 +#: initdb.c:3057 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "Podstawowe kodowanie bazy danych zostało ustawione jako \"%s\".\n" -#: initdb.c:3066 +#: initdb.c:3074 #, c-format msgid "%s: could not find suitable text search configuration for locale \"%s\"\n" msgstr "%s: nie można znaleźć odpowiedniej konfiguracji wyszukiwania tekstowego dla lokalizacji \"%s\"\n" -#: initdb.c:3077 +#: initdb.c:3085 #, c-format msgid "%s: warning: suitable text search configuration for locale \"%s\" is unknown\n" msgstr "%s: ostrzeżenie: nie jest znana odpowiednia konfiguracja wyszukiwania tekstowego dla lokalizacji \"%s\"\n" -#: initdb.c:3082 +#: initdb.c:3090 #, c-format msgid "%s: warning: specified text search configuration \"%s\" might not match locale \"%s\"\n" msgstr "%s: ostrzeżenie: wskazana konfiguracja wyszukiwania tekstu \"%s\" może nie pasować do lokalizacji \"%s\"\n" -#: initdb.c:3087 +#: initdb.c:3095 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" msgstr "Domyślna konfiguracja wyszukiwania tekstowego zostanie ustawiona na \"%s\".\n" -#: initdb.c:3121 initdb.c:3188 +#: initdb.c:3129 initdb.c:3196 #, c-format msgid "creating directory %s ... " msgstr "tworzenie katalogu %s ... " -#: initdb.c:3135 initdb.c:3206 +#: initdb.c:3143 initdb.c:3214 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "ustalanie uprawnień katalogu %s ... " -#: initdb.c:3141 initdb.c:3212 +#: initdb.c:3149 initdb.c:3220 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: nie można zmienić uprawnień katalogu \"%s\": %s\n" -#: initdb.c:3154 initdb.c:3225 +#: initdb.c:3162 initdb.c:3233 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: folder \"%s\" nie jest pusty\n" -#: initdb.c:3157 +#: initdb.c:3165 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -829,17 +836,17 @@ msgstr "" "katalog \"%s\" lub uruchom program %s\n" "z argumentem wskazującym katalog innym niż \"%s\".\n" -#: initdb.c:3165 initdb.c:3235 +#: initdb.c:3173 initdb.c:3243 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: brak dostępu do katalogu \"%s\": %s\n" -#: initdb.c:3179 +#: initdb.c:3187 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "%s: położenie folderu dziennika transakcji musi być ścieżką bezwzględną\n" -#: initdb.c:3228 +#: initdb.c:3236 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -848,22 +855,22 @@ msgstr "" "Jeśli chcesz tam przechowywać dziennik transakcji, albo\n" "usuń albo wyczyść zawartość folderu \"%s\".\n" -#: initdb.c:3247 +#: initdb.c:3255 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s: nie można utworzyć linku symbolicznego \"%s\": %s\n" -#: initdb.c:3252 +#: initdb.c:3260 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s: linki symb. nie są obsługiwane na tej platformie" -#: initdb.c:3258 +#: initdb.c:3266 #, c-format msgid "creating subdirectories ... " msgstr "tworzenie podkatalogów ... " -#: initdb.c:3324 +#: initdb.c:3332 #, c-format msgid "" "\n" diff --git a/src/bin/initdb/po/pt_BR.po b/src/bin/initdb/po/pt_BR.po index f6fa73f8f9..33b63b0066 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-2012. +# Euler Taveira de Oliveira , 2003-2014. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-08-18 17:40-0300\n" +"POT-Creation-Date: 2014-05-11 00:47-0300\n" "PO-Revision-Date: 2010-09-25 00:45+0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -16,37 +16,42 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 +#: ../../port/dirmod.c:79 ../../port/dirmod.c:92 ../../port/dirmod.c:109 #, c-format msgid "out of memory\n" msgstr "sem memória\n" -#: ../../port/dirmod.c:286 +#: ../../port/dirmod.c:294 #, c-format msgid "could not set junction for \"%s\": %s\n" msgstr "não pôde definir junção para \"%s\": %s\n" -#: ../../port/dirmod.c:361 +#: ../../port/dirmod.c:369 #, c-format msgid "could not get junction for \"%s\": %s\n" msgstr "não pôde obter junção para \"%s\": %s\n" -#: ../../port/dirmod.c:443 +#: ../../port/dirmod.c:451 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "não pôde abrir diretório \"%s\": %s\n" -#: ../../port/dirmod.c:480 +#: ../../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "não pôde ler diretório \"%s\": %s\n" -#: ../../port/dirmod.c:563 +#: ../../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "não pôde fechar diretório \"%s\": %s\n" + +#: ../../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "não pôde executar stat no arquivo ou diretório \"%s\": %s\n" -#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 +#: ../../port/dirmod.c:602 ../../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "não pôde remover arquivo ou diretório \"%s\": %s\n" @@ -106,82 +111,82 @@ msgstr "processo filho foi terminado pelo sinal %d" msgid "child process exited with unrecognized status %d" msgstr "processo filho terminou com status desconhecido %d" -#: initdb.c:291 initdb.c:305 +#: initdb.c:294 initdb.c:308 #, c-format msgid "%s: out of memory\n" msgstr "%s: sem memória\n" -#: initdb.c:414 initdb.c:1332 +#: initdb.c:418 initdb.c:1344 #, 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" -#: initdb.c:470 initdb.c:836 initdb.c:865 +#: initdb.c:474 initdb.c:848 initdb.c:877 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s: não pôde abrir arquivo \"%s\" para escrita: %s\n" -#: initdb.c:478 initdb.c:486 initdb.c:843 initdb.c:871 +#: initdb.c:482 initdb.c:490 initdb.c:855 initdb.c:883 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: não pôde escrever arquivo \"%s\": %s\n" -#: initdb.c:505 +#: initdb.c:509 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: não pôde executar comando \"%s\": %s\n" -#: initdb.c:521 +#: initdb.c:525 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: removendo diretório de dados \"%s\"\n" -#: initdb.c:524 +#: initdb.c:528 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: falhou ao remover diretório de dados\n" -#: initdb.c:530 +#: initdb.c:534 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: removendo conteúdo do diretório de dados \"%s\"\n" -#: initdb.c:533 +#: initdb.c:537 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s: falhou ao remover conteúdo do diretório de dados\n" -#: initdb.c:539 +#: initdb.c:543 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s: removendo diretório do log de transação \"%s\"\n" -#: initdb.c:542 +#: initdb.c:546 #, c-format msgid "%s: failed to remove transaction log directory\n" msgstr "%s: falhou ao remover diretório do log de transação\n" -#: initdb.c:548 +#: initdb.c:552 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" msgstr "%s: removendo conteúdo do diretório do log de transação \"%s\"\n" -#: initdb.c:551 +#: initdb.c:555 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" msgstr "%s: falhou ao remover conteúdo do diretório do log de transação\n" -#: initdb.c:560 +#: initdb.c:564 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" msgstr "%s: diretório de dados \"%s\" não foi removido a pedido do usuário\n" -#: initdb.c:565 +#: initdb.c:569 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" msgstr "%s: diretório do log de transação \"%s\" não foi removido a pedido do usuário\n" -#: initdb.c:587 +#: initdb.c:591 #, c-format msgid "" "%s: cannot be run as root\n" @@ -192,32 +197,32 @@ msgstr "" "Por favor entre (utilizando, i.e., \"su\") como usuário (sem privilégios) que será\n" "o dono do processo do servidor.\n" -#: initdb.c:599 +#: initdb.c:603 #, c-format msgid "%s: could not obtain information about current user: %s\n" msgstr "%s: não pôde obter informação sobre usuário atual: %s\n" -#: initdb.c:616 +#: initdb.c:620 #, c-format msgid "%s: could not get current user name: %s\n" msgstr "%s: não pôde obter nome de usuário atual: %s\n" -#: initdb.c:647 +#: initdb.c:651 #, c-format 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:756 initdb.c:3190 +#: initdb.c:768 initdb.c:3202 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: não pôde criar diretório \"%s\": %s\n" -#: initdb.c:786 +#: initdb.c:798 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: arquivo \"%s\" não existe\n" -#: initdb.c:788 initdb.c:797 initdb.c:807 +#: initdb.c:800 initdb.c:809 initdb.c:819 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" @@ -226,36 +231,36 @@ msgstr "" "Isso significa que você tem uma instalação corrompida ou especificou\n" "o diretório errado com a invocação da opção -L.\n" -#: initdb.c:794 +#: initdb.c:806 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: não pôde acessar arquivo \"%s\": %s\n" -#: initdb.c:805 +#: initdb.c:817 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s: arquivo \"%s\" não é um arquivo regular\n" -#: initdb.c:913 +#: initdb.c:925 #, c-format msgid "selecting default max_connections ... " msgstr "selecionando max_connections padrão ... " -#: initdb.c:942 +#: initdb.c:954 #, c-format msgid "selecting default shared_buffers ... " msgstr "selecionando shared_buffers padrão ... " -#: initdb.c:986 +#: initdb.c:998 msgid "creating configuration files ... " msgstr "criando arquivos de configuração ... " -#: initdb.c:1172 +#: initdb.c:1184 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "criando banco de dados template1 em %s/base/1 ... " -#: initdb.c:1188 +#: initdb.c:1200 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" @@ -264,137 +269,137 @@ msgstr "" "%s: arquivo de entrada \"%s\" não pertence ao PostgreSQL %s\n" "Verifique sua instalação ou especifique o caminho correto utilizando a opção -L.\n" -#: initdb.c:1273 +#: initdb.c:1285 msgid "initializing pg_authid ... " msgstr "inicializando pg_authid ... " -#: initdb.c:1307 +#: initdb.c:1319 msgid "Enter new superuser password: " msgstr "Digite nova senha de super-usuário: " -#: initdb.c:1308 +#: initdb.c:1320 msgid "Enter it again: " msgstr "Digite-a novamente: " -#: initdb.c:1311 +#: initdb.c:1323 #, c-format msgid "Passwords didn't match.\n" msgstr "Senhas não correspondem.\n" -#: initdb.c:1338 +#: initdb.c:1350 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s: não pôde ler senha do arquivo \"%s\": %s\n" -#: initdb.c:1351 +#: initdb.c:1363 #, c-format msgid "setting password ... " msgstr "definindo senha ... " -#: initdb.c:1451 +#: initdb.c:1463 msgid "initializing dependencies ... " msgstr "inicializando dependências ... " -#: initdb.c:1479 +#: initdb.c:1491 msgid "creating system views ... " msgstr "criando visões do sistema ... " -#: initdb.c:1515 +#: initdb.c:1527 msgid "loading system objects' descriptions ... " msgstr "carregando descrições de objetos do sistema ... " -#: initdb.c:1621 +#: initdb.c:1633 msgid "creating collations ... " msgstr "criando ordenações ... " -#: initdb.c:1654 +#: initdb.c:1666 #, c-format msgid "%s: locale name too long, skipped: \"%s\"\n" msgstr "%s: nome de configuração regional muito longo, ignorado: \"%s\"\n" -#: initdb.c:1679 +#: initdb.c:1691 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" msgstr "%s: nome de configuração regional tem caracteres não-ASCII, ignorado: \"%s\"\n" -#: initdb.c:1742 +#: initdb.c:1754 #, c-format msgid "No usable system locales were found.\n" msgstr "Nenhuma configuração regional do sistema utilizável foi encontrada.\n" -#: initdb.c:1743 +#: initdb.c:1755 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Utilize a opção \"--debug\" para obter detalhes.\n" -#: initdb.c:1746 +#: initdb.c:1758 #, c-format msgid "not supported on this platform\n" msgstr "não é suportado nessa plataforma\n" -#: initdb.c:1761 +#: initdb.c:1773 msgid "creating conversions ... " msgstr "criando conversões ... " -#: initdb.c:1796 +#: initdb.c:1808 msgid "creating dictionaries ... " msgstr "criando dicionários ... " -#: initdb.c:1850 +#: initdb.c:1862 msgid "setting privileges on built-in objects ... " msgstr "definindo privilégios dos objetos embutidos ... " -#: initdb.c:1908 +#: initdb.c:1920 msgid "creating information schema ... " msgstr "criando esquema informação ... " -#: initdb.c:1964 +#: initdb.c:1976 msgid "loading PL/pgSQL server-side language ... " msgstr "carregando linguagem PL/pgSQL ... " -#: initdb.c:1989 +#: initdb.c:2001 msgid "vacuuming database template1 ... " msgstr "limpando banco de dados template1 ... " -#: initdb.c:2045 +#: initdb.c:2057 msgid "copying template1 to template0 ... " msgstr "copiando template1 para template0 ... " -#: initdb.c:2077 +#: initdb.c:2089 msgid "copying template1 to postgres ... " msgstr "copiando template1 para postgres ... " -#: initdb.c:2134 +#: initdb.c:2146 #, c-format msgid "caught signal\n" msgstr "sinal foi recebido\n" -#: initdb.c:2140 +#: initdb.c:2152 #, c-format msgid "could not write to child process: %s\n" msgstr "não pôde escrever em processo filho: %s\n" -#: initdb.c:2148 +#: initdb.c:2160 #, c-format msgid "ok\n" msgstr "ok\n" -#: initdb.c:2280 +#: initdb.c:2292 #, c-format msgid "%s: failed to restore old locale \"%s\"\n" msgstr "%s: falhou ao restaurar configuração regional antiga \"%s\"\n" -#: initdb.c:2286 +#: initdb.c:2298 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: nome de configuração regional \"%s\" é inválido\n" -#: initdb.c:2313 +#: initdb.c:2325 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: codificação não corresponde\n" -#: initdb.c:2315 +#: initdb.c:2327 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -409,32 +414,32 @@ msgstr "" "Execute novamente o %s e não especifique uma codificação explicitamente\n" "ou escolha uma outra combinação.\n" -#: initdb.c:2434 +#: initdb.c:2446 #, 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" -#: initdb.c:2443 +#: initdb.c:2455 #, 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" -#: initdb.c:2456 +#: initdb.c:2468 #, c-format msgid "%s: could not to allocate SIDs: error code %lu\n" msgstr "%s: não pôde alocar SIDs: código de erro %lu\n" -#: initdb.c:2475 +#: initdb.c:2487 #, 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:2496 +#: initdb.c:2508 #, 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:2510 +#: initdb.c:2522 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -443,17 +448,17 @@ msgstr "" "%s inicializa um agrupamento de banco de dados PostgreSQL.\n" "\n" -#: initdb.c:2511 +#: initdb.c:2523 #, c-format msgid "Usage:\n" msgstr "Uso:\n" -#: initdb.c:2512 +#: initdb.c:2524 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPÇÃO]... [DIRDADOS]\n" -#: initdb.c:2513 +#: initdb.c:2525 #, c-format msgid "" "\n" @@ -462,37 +467,37 @@ msgstr "" "\n" "Opções:\n" -#: initdb.c:2514 +#: initdb.c:2526 #, 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:2515 +#: initdb.c:2527 #, c-format msgid " --auth-host=METHOD default authentication method for local TCP/IP connections\n" msgstr " -A, --auth-host=MÉTODO método de autenticação padrão para conexões TCP/IP locais\n" -#: initdb.c:2516 +#: initdb.c:2528 #, c-format msgid " --auth-local=METHOD default authentication method for local-socket connections\n" msgstr " -A, --auth-local=MÉTODO método de autenticação padrão para conexões de soquete locais\n" -#: initdb.c:2517 +#: initdb.c:2529 #, 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:2518 +#: initdb.c:2530 #, 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:2519 +#: initdb.c:2531 #, 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:2520 +#: initdb.c:2532 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" @@ -505,17 +510,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:2524 +#: initdb.c:2536 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale equivalente a --locale=C\n" -#: initdb.c:2525 +#: initdb.c:2537 #, 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:2526 +#: initdb.c:2538 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -524,22 +529,22 @@ msgstr "" " -T, --text-search-config=CFG\n" " configuração de busca textual padrão\n" -#: initdb.c:2528 +#: initdb.c:2540 #, 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:2529 +#: initdb.c:2541 #, 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:2530 +#: initdb.c:2542 #, 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:2531 +#: initdb.c:2543 #, c-format msgid "" "\n" @@ -548,27 +553,27 @@ msgstr "" "\n" "Opções utilizadas com menos frequência:\n" -#: initdb.c:2532 +#: initdb.c:2544 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug mostra saída da depuração\n" -#: initdb.c:2533 +#: initdb.c:2545 #, 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:2534 +#: initdb.c:2546 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean não remove após erros\n" -#: initdb.c:2535 +#: initdb.c:2547 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show mostra definições internas\n" -#: initdb.c:2536 +#: initdb.c:2548 #, c-format msgid "" "\n" @@ -577,17 +582,17 @@ msgstr "" "\n" "Outras opções:\n" -#: initdb.c:2537 +#: initdb.c:2549 #, 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:2538 +#: initdb.c:2550 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: initdb.c:2539 +#: initdb.c:2551 #, c-format msgid "" "\n" @@ -598,7 +603,7 @@ msgstr "" "Se o diretório de dados não for especificado, a variável de ambiente PGDATA\n" "é utilizada.\n" -#: initdb.c:2541 +#: initdb.c:2553 #, c-format msgid "" "\n" @@ -607,7 +612,7 @@ msgstr "" "\n" "Relate erros a .\n" -#: initdb.c:2549 +#: initdb.c:2561 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -619,42 +624,42 @@ 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:2571 +#: initdb.c:2583 #, 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:2585 +#: initdb.c:2597 #, 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:2716 +#: initdb.c:2728 #, c-format msgid "Running in debug mode.\n" msgstr "Executando no modo de depuração.\n" -#: initdb.c:2720 +#: initdb.c:2732 #, 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:2763 initdb.c:2784 initdb.c:3013 +#: initdb.c:2775 initdb.c:2796 initdb.c:3025 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: initdb.c:2782 +#: initdb.c:2794 #, 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:2791 +#: initdb.c:2803 #, 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:2814 +#: initdb.c:2826 #, c-format msgid "" "%s: no data directory specified\n" @@ -667,17 +672,17 @@ 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:2847 +#: initdb.c:2859 #, 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:2862 +#: initdb.c:2874 #, 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:2890 +#: initdb.c:2902 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -688,7 +693,7 @@ msgstr "" "mesmo diretório que \"%s\".\n" "Verifique sua instalação.\n" -#: initdb.c:2897 +#: initdb.c:2909 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -699,12 +704,12 @@ msgstr "" "mas não tem a mesma versão que %s.\n" "Verifique sua instalação.\n" -#: initdb.c:2916 +#: initdb.c:2928 #, 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:2973 +#: initdb.c:2985 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -715,12 +720,12 @@ msgstr "" "Esse usuário deve ser o dono do processo do servidor também.\n" "\n" -#: initdb.c:2983 +#: initdb.c:2995 #, 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:2986 +#: initdb.c:2998 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -739,17 +744,17 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3010 +#: initdb.c:3022 #, 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:3012 +#: initdb.c:3024 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Execute novamente %s com a opção -E.\n" -#: initdb.c:3025 +#: initdb.c:3037 #, c-format msgid "" "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" @@ -758,12 +763,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:3033 +#: initdb.c:3045 #, 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:3036 +#: initdb.c:3048 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -772,52 +777,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:3045 +#: initdb.c:3057 #, 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:3062 +#: initdb.c:3074 #, 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:3073 +#: initdb.c:3085 #, 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:3078 +#: initdb.c:3090 #, 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:3083 +#: initdb.c:3095 #, 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:3117 initdb.c:3184 +#: initdb.c:3129 initdb.c:3196 #, c-format msgid "creating directory %s ... " msgstr "criando diretório %s ... " -#: initdb.c:3131 initdb.c:3202 +#: initdb.c:3143 initdb.c:3214 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "alterando permissões no diretório existente %s ... " -#: initdb.c:3137 initdb.c:3208 +#: initdb.c:3149 initdb.c:3220 #, 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:3150 initdb.c:3221 +#: initdb.c:3162 initdb.c:3233 #, 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:3153 +#: initdb.c:3165 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -828,17 +833,17 @@ msgstr "" "o diretório \"%s\" ou execute %s\n" "com um argumento ao invés de \"%s\".\n" -#: initdb.c:3161 initdb.c:3231 +#: initdb.c:3173 initdb.c:3243 #, 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:3175 +#: initdb.c:3187 #, 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:3224 +#: initdb.c:3236 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -847,22 +852,22 @@ msgstr "" "Se você quer armazenar o log de transação no mesmo, \n" "remova ou esvazie o diretório \"%s\".\n" -#: initdb.c:3243 +#: initdb.c:3255 #, 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:3248 +#: initdb.c:3260 #, 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:3254 +#: initdb.c:3266 #, c-format msgid "creating subdirectories ... " msgstr "criando subdiretórios ... " -#: initdb.c:3320 +#: initdb.c:3332 #, c-format msgid "" "\n" diff --git a/src/bin/initdb/po/ru.po b/src/bin/initdb/po/ru.po index dc575d2008..b09616da3e 100644 --- a/src/bin/initdb/po/ru.po +++ b/src/bin/initdb/po/ru.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9 current\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-07-11 03:47+0000\n" -"PO-Revision-Date: 2012-06-28 13:57+0400\n" +"POT-Creation-Date: 2014-04-02 02:02+0000\n" +"PO-Revision-Date: 2014-04-02 09:32+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -38,39 +38,44 @@ msgstr "" "X-Poedit-SourceCharset: utf-8\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" -#: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 +#: ../../port/dirmod.c:79 ../../port/dirmod.c:92 ../../port/dirmod.c:109 #, c-format msgid "out of memory\n" msgstr "нехватка памяти\n" -#: ../../port/dirmod.c:286 +#: ../../port/dirmod.c:294 #, c-format msgid "could not set junction for \"%s\": %s\n" msgstr "не удалось создать связь для каталога \"%s\": %s\n" -#: ../../port/dirmod.c:361 +#: ../../port/dirmod.c:369 #, c-format msgid "could not get junction for \"%s\": %s\n" msgstr "не удалось получить связь для каталога \"%s\": %s\n" -#: ../../port/dirmod.c:443 +#: ../../port/dirmod.c:451 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "не удалось открыть каталог \"%s\": %s\n" -#: ../../port/dirmod.c:480 +#: ../../port/dirmod.c:484 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "не удалось прочитать каталог \"%s\": %s\n" -#: ../../port/dirmod.c:563 +#: ../../port/dirmod.c:496 +#, c-format +msgid "could not close directory \"%s\": %s\n" +msgstr "не удалось закрыть каталог \"%s\": %s\n" + +#: ../../port/dirmod.c:575 #, c-format msgid "could not stat file or directory \"%s\": %s\n" msgstr "не удалось получить информацию о файле или каталоге \"%s\": %s\n" -#: ../../port/dirmod.c:590 ../../port/dirmod.c:607 +#: ../../port/dirmod.c:602 ../../port/dirmod.c:619 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "ошибка при удалении файла или каталога \"%s\": %s\n" @@ -105,108 +110,108 @@ msgstr "не удалось перейти в каталог \"%s\"" msgid "could not read symbolic link \"%s\"" msgstr "не удалось прочитать символическую ссылку \"%s\"" -#: ../../port/exec.c:518 +#: ../../port/exec.c:526 #, c-format msgid "child process exited with exit code %d" msgstr "дочерний процесс завершился с кодом возврата %d" -#: ../../port/exec.c:522 +#: ../../port/exec.c:530 #, c-format msgid "child process was terminated by exception 0x%X" msgstr "дочерний процесс прерван исключением 0x%X" -#: ../../port/exec.c:531 +#: ../../port/exec.c:539 #, c-format msgid "child process was terminated by signal %s" msgstr "дочерний процесс завершён по сигналу %s" -#: ../../port/exec.c:534 +#: ../../port/exec.c:542 #, c-format msgid "child process was terminated by signal %d" msgstr "дочерний процесс завершён по сигналу %d" -#: ../../port/exec.c:538 +#: ../../port/exec.c:546 #, c-format msgid "child process exited with unrecognized status %d" msgstr "дочерний процесс завершился с нераспознанным состоянием %d" -#: initdb.c:291 initdb.c:305 +#: initdb.c:294 initdb.c:308 #, c-format msgid "%s: out of memory\n" msgstr "%s: нехватка памяти\n" -#: initdb.c:414 initdb.c:1332 +#: initdb.c:418 initdb.c:1344 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n" -#: initdb.c:470 initdb.c:836 initdb.c:865 +#: initdb.c:474 initdb.c:848 initdb.c:877 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s: не удалось открыть файл \"%s\" для записи: %s\n" -#: initdb.c:478 initdb.c:486 initdb.c:843 initdb.c:871 +#: initdb.c:482 initdb.c:490 initdb.c:855 initdb.c:883 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: не удалось записать файл \"%s\": %s\n" -#: initdb.c:505 +#: initdb.c:509 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: не удалось выполнить команду \"%s\": %s\n" -#: initdb.c:521 +#: initdb.c:525 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: удаление каталога данных \"%s\"\n" -#: initdb.c:524 +#: initdb.c:528 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: ошибка при удалении каталога данных\n" -#: initdb.c:530 +#: initdb.c:534 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: удаление содержимого каталога данных \"%s\"\n" -#: initdb.c:533 +#: initdb.c:537 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s: ошибка при удалении содержимого каталога данных\n" -#: initdb.c:539 +#: initdb.c:543 #, c-format msgid "%s: removing transaction log directory \"%s\"\n" msgstr "%s: удаление каталога журнала транзакций \"%s\"\n" -#: initdb.c:542 +#: initdb.c:546 #, c-format msgid "%s: failed to remove transaction log directory\n" msgstr "%s: ошибка при удалении каталога журнала транзакций\n" -#: initdb.c:548 +#: initdb.c:552 #, c-format msgid "%s: removing contents of transaction log directory \"%s\"\n" msgstr "%s: очистка каталога журнала транзакций \"%s\"\n" -#: initdb.c:551 +#: initdb.c:555 #, c-format msgid "%s: failed to remove contents of transaction log directory\n" msgstr "%s: ошибка при очистке каталога журнала транзакций\n" -#: initdb.c:560 +#: initdb.c:564 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" msgstr "%s: каталог данных \"%s\" не был удалён по запросу пользователя\n" -#: initdb.c:565 +#: initdb.c:569 #, c-format msgid "%s: transaction log directory \"%s\" not removed at user's request\n" msgstr "" "%s: каталог журнала транзакций \"%s\" не был удалён по запросу пользователя\n" -#: initdb.c:587 +#: initdb.c:591 #, c-format msgid "" "%s: cannot be run as root\n" @@ -217,32 +222,32 @@ msgstr "" "Пожалуйста, переключитесь на обычного пользователя (например,\n" "используя \"su\"), который будет запускать серверный процесс.\n" -#: initdb.c:599 +#: initdb.c:603 #, c-format msgid "%s: could not obtain information about current user: %s\n" msgstr "%s: не удалось получить информацию о текущем пользователе: %s\n" -#: initdb.c:616 +#: initdb.c:620 #, c-format msgid "%s: could not get current user name: %s\n" msgstr "%s: не удалось узнать имя текущего пользователя: %s\n" -#: initdb.c:647 +#: initdb.c:651 #, c-format msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: \"%s\" - неверное имя серверной кодировки\n" -#: initdb.c:756 initdb.c:3190 +#: initdb.c:768 initdb.c:3202 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: не удалось создать каталог \"%s\": %s\n" -#: initdb.c:786 +#: initdb.c:798 #, c-format msgid "%s: file \"%s\" does not exist\n" msgstr "%s: файл \"%s\" не существует\n" -#: initdb.c:788 initdb.c:797 initdb.c:807 +#: initdb.c:800 initdb.c:809 initdb.c:819 #, c-format msgid "" "This might mean you have a corrupted installation or identified\n" @@ -251,36 +256,36 @@ msgstr "" "Это означает, что ваша установка PostgreSQL испорчена или в параметре -L\n" "задан неправильный каталог.\n" -#: initdb.c:794 +#: initdb.c:806 #, c-format msgid "%s: could not access file \"%s\": %s\n" msgstr "%s: нет доступа к файлу \"%s\": %s\n" -#: initdb.c:805 +#: initdb.c:817 #, c-format msgid "%s: file \"%s\" is not a regular file\n" msgstr "%s: \"%s\" - не обычный файл\n" -#: initdb.c:913 +#: initdb.c:925 #, c-format msgid "selecting default max_connections ... " msgstr "выбирается значение max_connections... " -#: initdb.c:942 +#: initdb.c:954 #, c-format msgid "selecting default shared_buffers ... " msgstr "выбирается значение shared_buffers... " -#: initdb.c:986 +#: initdb.c:998 msgid "creating configuration files ... " msgstr "создание конфигурационных файлов... " -#: initdb.c:1172 +#: initdb.c:1184 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "создание базы template1 в %s/base/1... " -#: initdb.c:1188 +#: initdb.c:1200 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" @@ -289,137 +294,137 @@ msgstr "" "%s: входной файл \"%s\" не принадлежит PostgreSQL %s\n" "Проверьте вашу установку или укажите правильный путь в параметре -L.\n" -#: initdb.c:1273 +#: initdb.c:1285 msgid "initializing pg_authid ... " msgstr "инициализация pg_authid... " -#: initdb.c:1307 +#: initdb.c:1319 msgid "Enter new superuser password: " msgstr "Введите новый пароль суперпользователя: " -#: initdb.c:1308 +#: initdb.c:1320 msgid "Enter it again: " msgstr "Повторите его: " -#: initdb.c:1311 +#: initdb.c:1323 #, c-format msgid "Passwords didn't match.\n" msgstr "Пароли не совпадают.\n" -#: initdb.c:1338 +#: initdb.c:1350 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s: не удалось прочитать пароль из файла \"%s\": %s\n" -#: initdb.c:1351 +#: initdb.c:1363 #, c-format msgid "setting password ... " msgstr "установка пароля... " -#: initdb.c:1451 +#: initdb.c:1463 msgid "initializing dependencies ... " msgstr "инициализация зависимостей... " -#: initdb.c:1479 +#: initdb.c:1491 msgid "creating system views ... " msgstr "создание системных представлений... " -#: initdb.c:1515 +#: initdb.c:1527 msgid "loading system objects' descriptions ... " msgstr "загрузка описаний системных объектов... " -#: initdb.c:1621 +#: initdb.c:1633 msgid "creating collations ... " msgstr "создание правил сортировки... " -#: initdb.c:1654 +#: initdb.c:1666 #, c-format msgid "%s: locale name too long, skipped: \"%s\"\n" msgstr "%s: слишком длинное имя локали, пропущено: \"%s\"\n" -#: initdb.c:1679 +#: initdb.c:1691 #, c-format msgid "%s: locale name has non-ASCII characters, skipped: \"%s\"\n" msgstr "%s: имя локали содержит не ASCII-символы, пропущено: \"%s\"\n" -#: initdb.c:1742 +#: initdb.c:1754 #, c-format msgid "No usable system locales were found.\n" msgstr "Пригодные локали в системе не найдены.\n" -#: initdb.c:1743 +#: initdb.c:1755 #, c-format msgid "Use the option \"--debug\" to see details.\n" msgstr "Добавьте параметр \"--debug\", чтобы узнать подробности.\n" -#: initdb.c:1746 +#: initdb.c:1758 #, c-format msgid "not supported on this platform\n" msgstr "не поддерживается в этой ОС\n" -#: initdb.c:1761 +#: initdb.c:1773 msgid "creating conversions ... " msgstr "создание преобразований... " -#: initdb.c:1796 +#: initdb.c:1808 msgid "creating dictionaries ... " msgstr "создание словарей... " -#: initdb.c:1850 +#: initdb.c:1862 msgid "setting privileges on built-in objects ... " msgstr "установка прав для встроенных объектов... " -#: initdb.c:1908 +#: initdb.c:1920 msgid "creating information schema ... " msgstr "создание информационной схемы... " -#: initdb.c:1964 +#: initdb.c:1976 msgid "loading PL/pgSQL server-side language ... " msgstr "загрузка серверного языка PL/pgSQL... " -#: initdb.c:1989 +#: initdb.c:2001 msgid "vacuuming database template1 ... " msgstr "очистка базы данных template1... " -#: initdb.c:2045 +#: initdb.c:2057 msgid "copying template1 to template0 ... " msgstr "копирование template1 в template0... " -#: initdb.c:2077 +#: initdb.c:2089 msgid "copying template1 to postgres ... " msgstr "копирование template1 в postgres... " -#: initdb.c:2134 +#: initdb.c:2146 #, c-format msgid "caught signal\n" msgstr "получен сигнал\n" -#: initdb.c:2140 +#: initdb.c:2152 #, c-format msgid "could not write to child process: %s\n" msgstr "не удалось записать в поток дочернего процесса: %s\n" -#: initdb.c:2148 +#: initdb.c:2160 #, c-format msgid "ok\n" msgstr "ок\n" -#: initdb.c:2280 +#: initdb.c:2292 #, c-format msgid "%s: failed to restore old locale \"%s\"\n" msgstr "%s: не удалось восстановить старую локаль \"%s\"\n" -#: initdb.c:2286 +#: initdb.c:2298 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: ошибочное имя локали \"%s\"\n" -#: initdb.c:2313 +#: initdb.c:2325 #, c-format msgid "%s: encoding mismatch\n" msgstr "%s: несоответствие кодировки\n" -#: initdb.c:2315 +#: initdb.c:2327 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the\n" @@ -434,32 +439,32 @@ msgstr "" "Для исправления перезапустите %s, не указывая кодировку явно, \n" "либо выберите подходящее сочетание параметров локализации.\n" -#: initdb.c:2434 +#: initdb.c:2446 #, c-format msgid "%s: WARNING: cannot create restricted tokens on this platform\n" msgstr "%s: ПРЕДУПРЕЖДЕНИЕ: в этой ОС нельзя создавать ограниченные маркеры\n" -#: initdb.c:2443 +#: initdb.c:2455 #, c-format msgid "%s: could not open process token: error code %lu\n" msgstr "%s: не удалось открыть маркер процесса: код ошибки %lu\n" -#: initdb.c:2456 +#: initdb.c:2468 #, c-format msgid "%s: could not to allocate SIDs: error code %lu\n" msgstr "%s: не удалось подготовить структуры SID: код ошибки: %lu\n" -#: initdb.c:2475 +#: initdb.c:2487 #, c-format msgid "%s: could not create restricted token: error code %lu\n" msgstr "%s: не удалось создать ограниченный маркер: код ошибки: %lu\n" -#: initdb.c:2496 +#: initdb.c:2508 #, c-format msgid "%s: could not start process for command \"%s\": error code %lu\n" msgstr "%s: не удалось запустить процесс для команды \"%s\": код ошибки: %lu\n" -#: initdb.c:2510 +#: initdb.c:2522 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" @@ -468,17 +473,17 @@ msgstr "" "%s инициализирует кластер PostgreSQL.\n" "\n" -#: initdb.c:2511 +#: initdb.c:2523 #, c-format msgid "Usage:\n" msgstr "Использование:\n" -#: initdb.c:2512 +#: initdb.c:2524 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [ПАРАМЕТР]... [КАТАЛОГ]\n" -#: initdb.c:2513 +#: initdb.c:2525 #, c-format msgid "" "\n" @@ -487,7 +492,7 @@ msgstr "" "\n" "Параметры:\n" -#: initdb.c:2514 +#: initdb.c:2526 #, c-format msgid "" " -A, --auth=METHOD default authentication method for local " @@ -496,7 +501,7 @@ msgstr "" " -A, --auth=МЕТОД метод проверки подлинности по умолчанию\n" " для локальных подключений\n" -#: initdb.c:2515 +#: initdb.c:2527 #, c-format msgid "" " --auth-host=METHOD default authentication method for local TCP/IP " @@ -505,7 +510,7 @@ msgstr "" " --auth-host=МЕТОД метод проверки подлинности по умолчанию\n" " для локальных TCP/IP-подключений\n" -#: initdb.c:2516 +#: initdb.c:2528 #, c-format msgid "" " --auth-local=METHOD default authentication method for local-socket " @@ -514,22 +519,22 @@ msgstr "" " --auth-local=МЕТОД метод проверки подлинности по умолчанию\n" " для локальных подключений через сокет\n" -#: initdb.c:2517 +#: initdb.c:2529 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr " [-D, --pgdata=]КАТАЛОГ расположение данных этого кластера БД\n" -#: initdb.c:2518 +#: initdb.c:2530 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr " -E, --encoding=КОДИРОВКА кодировка по умолчанию для новых баз\n" -#: initdb.c:2519 +#: initdb.c:2531 #, c-format msgid " --locale=LOCALE set default locale for new databases\n" msgstr " --locale=ЛОКАЛЬ локаль по умолчанию для новых баз\n" -#: initdb.c:2520 +#: initdb.c:2532 #, c-format msgid "" " --lc-collate=, --lc-ctype=, --lc-messages=LOCALE\n" @@ -543,19 +548,19 @@ msgstr "" " установить соответствующий параметр локали\n" " для новых баз (вместо значения из окружения)\n" -#: initdb.c:2524 +#: initdb.c:2536 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale эквивалентно --locale=C\n" -#: initdb.c:2525 +#: initdb.c:2537 #, c-format msgid "" " --pwfile=FILE read password for the new superuser from file\n" msgstr "" " --pwfile=ФАЙЛ прочитать пароль суперпользователя из файла\n" -#: initdb.c:2526 +#: initdb.c:2538 #, c-format msgid "" " -T, --text-search-config=CFG\n" @@ -564,24 +569,24 @@ msgstr "" " -T, --text-search-config=КОНФИГУРАЦИЯ\n" " конфигурация текстового поиска по умолчанию\n" -#: initdb.c:2528 +#: initdb.c:2540 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr " -U, --username=ИМЯ имя суперпользователя БД\n" -#: initdb.c:2529 +#: initdb.c:2541 #, c-format msgid "" " -W, --pwprompt prompt for a password for the new superuser\n" msgstr " -W, --pwprompt запросить пароль суперпользователя\n" -#: initdb.c:2530 +#: initdb.c:2542 #, c-format msgid "" " -X, --xlogdir=XLOGDIR location for the transaction log directory\n" msgstr " -X, --xlogdir=КАТАЛОГ расположение журнала транзакций\n" -#: initdb.c:2531 +#: initdb.c:2543 #, c-format msgid "" "\n" @@ -590,27 +595,27 @@ msgstr "" "\n" "Редко используемые параметры:\n" -#: initdb.c:2532 +#: initdb.c:2544 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug выдавать много отладочных сообщений\n" -#: initdb.c:2533 +#: initdb.c:2545 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L КАТАЛОГ расположение входных файлов\n" -#: initdb.c:2534 +#: initdb.c:2546 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean не очищать после ошибок\n" -#: initdb.c:2535 +#: initdb.c:2547 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show показать внутренние настройки\n" -#: initdb.c:2536 +#: initdb.c:2548 #, c-format msgid "" "\n" @@ -619,17 +624,17 @@ msgstr "" "\n" "Другие параметры:\n" -#: initdb.c:2537 +#: initdb.c:2549 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: initdb.c:2538 +#: initdb.c:2550 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: initdb.c:2539 +#: initdb.c:2551 #, c-format msgid "" "\n" @@ -639,7 +644,7 @@ msgstr "" "\n" "Если каталог данных не указан, используется переменная окружения PGDATA.\n" -#: initdb.c:2541 +#: initdb.c:2553 #, c-format msgid "" "\n" @@ -648,7 +653,7 @@ msgstr "" "\n" "Об ошибках сообщайте по адресу .\n" -#: initdb.c:2549 +#: initdb.c:2561 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" @@ -662,47 +667,47 @@ msgstr "" "A,\n" "--auth-local или --auth-host при следующем выполнении initdb.\n" -#: initdb.c:2571 +#: initdb.c:2583 #, c-format msgid "%s: invalid authentication method \"%s\" for \"%s\" connections\n" msgstr "" "%s: нераспознанный метод проверки подлинности \"%s\" для подключений \"%s\"\n" -#: initdb.c:2585 +#: initdb.c:2597 #, c-format msgid "" "%s: must specify a password for the superuser to enable %s authentication\n" msgstr "" "%s: для применения метода %s необходимо указать пароль суперпользователя\n" -#: initdb.c:2716 +#: initdb.c:2728 #, c-format msgid "Running in debug mode.\n" msgstr "Программа запущена в режиме отладки.\n" -#: initdb.c:2720 +#: initdb.c:2732 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" msgstr "" "Программа запущена в режим 'noclean' - очистки и исправления ошибок не " "будет.\n" -#: initdb.c:2763 initdb.c:2784 initdb.c:3013 +#: initdb.c:2775 initdb.c:2796 initdb.c:3025 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" -#: initdb.c:2782 +#: initdb.c:2794 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: слишком много аргументов командной строки (первый: \"%s\")\n" -#: initdb.c:2791 +#: initdb.c:2803 #, c-format msgid "%s: password prompt and password file cannot be specified together\n" msgstr "%s: нельзя одновременно запросить пароль и прочитать пароль из файла\n" -#: initdb.c:2814 +#: initdb.c:2826 #, c-format msgid "" "%s: no data directory specified\n" @@ -715,18 +720,18 @@ msgstr "" "Это можно сделать, добавив ключ -D или установив переменную\n" "окружения PGDATA.\n" -#: initdb.c:2847 +#: initdb.c:2859 #, c-format msgid "%s: could not re-execute with restricted token: error code %lu\n" msgstr "" "%s: не удалось перезапуститься с ограниченным маркером: код ошибки: %lu\n" -#: initdb.c:2862 +#: initdb.c:2874 #, c-format msgid "%s: could not get exit code from subprocess: error code %lu\n" msgstr "%s: не удалось получить код выхода от подпроцесса: код ошибки %lu\n" -#: initdb.c:2890 +#: initdb.c:2902 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" @@ -737,7 +742,7 @@ msgstr "" "в каталоге \"%s\".\n" "Проверьте вашу установку PostgreSQL.\n" -#: initdb.c:2897 +#: initdb.c:2909 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" @@ -748,12 +753,12 @@ msgstr "" "но её версия отличается от версии %s.\n" "Проверьте вашу установку PostgreSQL.\n" -#: initdb.c:2916 +#: initdb.c:2928 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: расположение входных файлов должно задаваться абсолютным путём\n" -#: initdb.c:2973 +#: initdb.c:2985 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" @@ -764,12 +769,12 @@ msgstr "" "От его имени также будет запускаться процесс сервера.\n" "\n" -#: initdb.c:2983 +#: initdb.c:2995 #, c-format msgid "The database cluster will be initialized with locale \"%s\".\n" msgstr "Кластер баз данных будет инициализирован с локалью \"%s\".\n" -#: initdb.c:2986 +#: initdb.c:2998 #, c-format msgid "" "The database cluster will be initialized with locales\n" @@ -788,17 +793,17 @@ msgstr "" " NUMERIC: %s\n" " TIME: %s\n" -#: initdb.c:3010 +#: initdb.c:3022 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s: не удалось найти подходящую кодировку для локали \"%s\"\n" -#: initdb.c:3012 +#: initdb.c:3024 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Перезапустите %s с параметром -E.\n" -#: initdb.c:3025 +#: initdb.c:3037 #, c-format msgid "" "Encoding \"%s\" implied by locale is not allowed as a server-side encoding.\n" @@ -807,12 +812,12 @@ msgstr "" "Кодировка \"%s\", подразумеваемая локалью, не годится для сервера.\n" "Вместо неё в качестве кодировки БД по умолчанию будет выбрана \"%s\".\n" -#: initdb.c:3033 +#: initdb.c:3045 #, c-format msgid "%s: locale \"%s\" requires unsupported encoding \"%s\"\n" msgstr "%s: для локали \"%s\" требуется неподдерживаемая кодировка \"%s\"\n" -#: initdb.c:3036 +#: initdb.c:3048 #, c-format msgid "" "Encoding \"%s\" is not allowed as a server-side encoding.\n" @@ -821,13 +826,13 @@ msgstr "" "Кодировка \"%s\" недопустима в качестве кодировки сервера.\n" "Перезапустите %s, выбрав другую локаль.\n" -#: initdb.c:3045 +#: initdb.c:3057 #, c-format msgid "The default database encoding has accordingly been set to \"%s\".\n" msgstr "" "Кодировка БД по умолчанию, выбранная в соответствии с настройками: \"%s\".\n" -#: initdb.c:3062 +#: initdb.c:3074 #, c-format msgid "" "%s: could not find suitable text search configuration for locale \"%s\"\n" @@ -835,7 +840,7 @@ msgstr "" "%s: не удалось найти подходящую конфигурацию текстового поиска для локали " "\"%s\"\n" -#: initdb.c:3073 +#: initdb.c:3085 #, c-format msgid "" "%s: warning: suitable text search configuration for locale \"%s\" is " @@ -844,7 +849,7 @@ msgstr "" "%s: внимание: для локали \"%s\" нет известной конфигурации текстового " "поиска\n" -#: initdb.c:3078 +#: initdb.c:3090 #, c-format msgid "" "%s: warning: specified text search configuration \"%s\" might not match " @@ -853,32 +858,32 @@ msgstr "" "%s: внимание: указанная конфигурация текстового поиска \"%s\" может не " "соответствовать локали \"%s\"\n" -#: initdb.c:3083 +#: initdb.c:3095 #, c-format msgid "The default text search configuration will be set to \"%s\".\n" msgstr "Выбрана конфигурация текстового поиска по умолчанию \"%s\".\n" -#: initdb.c:3117 initdb.c:3184 +#: initdb.c:3129 initdb.c:3196 #, c-format msgid "creating directory %s ... " msgstr "создание каталога %s... " -#: initdb.c:3131 initdb.c:3202 +#: initdb.c:3143 initdb.c:3214 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "исправление прав для существующего каталога %s... " -#: initdb.c:3137 initdb.c:3208 +#: initdb.c:3149 initdb.c:3220 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: не удалось поменять права для каталога \"%s\": %s\n" -#: initdb.c:3150 initdb.c:3221 +#: initdb.c:3162 initdb.c:3233 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: каталог \"%s\" существует, но он не пуст\n" -#: initdb.c:3153 +#: initdb.c:3165 #, c-format msgid "" "If you want to create a new database system, either remove or empty\n" @@ -889,19 +894,19 @@ msgstr "" "удалите или очистите каталог \"%s\",\n" "либо при запуске %s в качестве пути укажите не \"%s\".\n" -#: initdb.c:3161 initdb.c:3231 +#: initdb.c:3173 initdb.c:3243 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: нет доступа к каталогу \"%s\": %s\n" -#: initdb.c:3175 +#: initdb.c:3187 #, c-format msgid "%s: transaction log directory location must be an absolute path\n" msgstr "" "%s: расположение каталога журнала транзакций должно определяться абсолютным " "путём\n" -#: initdb.c:3224 +#: initdb.c:3236 #, c-format msgid "" "If you want to store the transaction log there, either\n" @@ -910,22 +915,22 @@ msgstr "" "Если вы хотите хранить журнал транзакций здесь,\n" "удалите или очистите каталог \"%s\".\n" -#: initdb.c:3243 +#: initdb.c:3255 #, c-format msgid "%s: could not create symbolic link \"%s\": %s\n" msgstr "%s: не удалось создать символическую ссылку \"%s\": %s\n" -#: initdb.c:3248 +#: initdb.c:3260 #, c-format msgid "%s: symlinks are not supported on this platform" msgstr "%s: символические ссылки не поддерживаются в этой ОС" -#: initdb.c:3254 +#: initdb.c:3266 #, c-format msgid "creating subdirectories ... " msgstr "создание подкаталогов... " -#: initdb.c:3320 +#: initdb.c:3332 #, c-format msgid "" "\n" diff --git a/src/bin/pg_basebackup/po/de.po b/src/bin/pg_basebackup/po/de.po index 828608dab4..2b7292737a 100644 --- a/src/bin/pg_basebackup/po/de.po +++ b/src/bin/pg_basebackup/po/de.po @@ -1,7 +1,7 @@ # German message translation file for pg_basebackup -# Copyright (C) 2011 - 2013 PostgreSQL Global Development Group +# Copyright (C) 2011 - 2014 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Peter Eisentraut , 2011 - 2013. +# Peter Eisentraut , 2011 - 2014. # # Use these quotes: »%s« # @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-03-28 19:58+0000\n" -"PO-Revision-Date: 2013-08-07 21:44-0400\n" +"POT-Creation-Date: 2014-07-15 17:52+0000\n" +"PO-Revision-Date: 2014-07-17 23:32-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: Peter Eisentraut \n" "Language: de\n" @@ -19,7 +19,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: pg_basebackup.c:103 +#: pg_basebackup.c:125 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -28,17 +28,17 @@ msgstr "" "%s erzeugt eine Basissicherung eines laufenden PostgreSQL-Servers.\n" "\n" -#: pg_basebackup.c:105 pg_receivexlog.c:59 +#: pg_basebackup.c:127 pg_receivexlog.c:66 #, c-format msgid "Usage:\n" msgstr "Aufruf:\n" -#: pg_basebackup.c:106 pg_receivexlog.c:60 +#: pg_basebackup.c:128 pg_receivexlog.c:67 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [OPTION]...\n" -#: pg_basebackup.c:107 +#: pg_basebackup.c:129 #, c-format msgid "" "\n" @@ -47,24 +47,24 @@ msgstr "" "\n" "Optionen, die die Ausgabe kontrollieren:\n" -#: pg_basebackup.c:108 +#: pg_basebackup.c:130 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr " -D, --pgdata=VERZ Basissicherung in dieses Verzeichnis empfangen\n" -#: pg_basebackup.c:109 +#: pg_basebackup.c:131 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr " -F, --format=p|t Ausgabeformat (plain (Voreinstellung), tar)\n" -#: pg_basebackup.c:110 +#: pg_basebackup.c:132 #, c-format msgid " -x, --xlog include required WAL files in backup (fetch mode)\n" msgstr "" " -x, --xlog benötigte WAL-Dateien in Sicherung einbeziehen\n" " (Fetch-Modus)\n" -#: pg_basebackup.c:111 +#: pg_basebackup.c:133 #, c-format msgid "" " -X, --xlog-method=fetch|stream\n" @@ -73,17 +73,17 @@ msgstr "" " -X, --xlog-method=fetch|stream\n" " benötigte WAL-Dateien mit angegebener Methode einbeziehen\n" -#: pg_basebackup.c:113 +#: pg_basebackup.c:135 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip Tar-Ausgabe komprimieren\n" -#: pg_basebackup.c:114 +#: pg_basebackup.c:136 #, c-format msgid " -Z, --compress=0-9 compress tar output with given compression level\n" msgstr " -Z, --compress=0-9 Tar-Ausgabe mit angegebenem Niveau komprimieren\n" -#: pg_basebackup.c:115 +#: pg_basebackup.c:137 #, c-format msgid "" "\n" @@ -92,7 +92,7 @@ msgstr "" "\n" "Allgemeine Optionen:\n" -#: pg_basebackup.c:116 +#: pg_basebackup.c:138 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -101,32 +101,32 @@ msgstr "" " -c, --checkpoint=fast|spread\n" " schnelles oder verteiltes Checkpointing einstellen\n" -#: pg_basebackup.c:118 +#: pg_basebackup.c:140 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=LABEL Backup-Label setzen\n" -#: pg_basebackup.c:119 +#: pg_basebackup.c:141 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress Fortschrittsinformationen zeigen\n" -#: pg_basebackup.c:120 pg_receivexlog.c:64 +#: pg_basebackup.c:142 pg_receivexlog.c:71 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose »Verbose«-Modus\n" -#: pg_basebackup.c:121 pg_receivexlog.c:65 +#: pg_basebackup.c:143 pg_receivexlog.c:72 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: pg_basebackup.c:122 pg_receivexlog.c:66 +#: pg_basebackup.c:144 pg_receivexlog.c:73 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: pg_basebackup.c:123 pg_receivexlog.c:67 +#: pg_basebackup.c:145 pg_receivexlog.c:74 #, c-format msgid "" "\n" @@ -135,17 +135,17 @@ msgstr "" "\n" "Verbindungsoptionen:\n" -#: pg_basebackup.c:124 pg_receivexlog.c:68 +#: pg_basebackup.c:146 pg_receivexlog.c:75 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr " -h, --host=HOSTNAME Name des Datenbankservers oder Socket-Verzeichnis\n" -#: pg_basebackup.c:125 pg_receivexlog.c:69 +#: pg_basebackup.c:147 pg_receivexlog.c:76 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr " -p, --port=PORT Portnummer des Datenbankservers\n" -#: pg_basebackup.c:126 pg_receivexlog.c:70 +#: pg_basebackup.c:148 pg_receivexlog.c:77 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -154,22 +154,22 @@ msgstr "" " -s, --status-interval=INTERVALL\n" " Zeit zwischen an Server gesendeten Statuspaketen (in Sekunden)\n" -#: pg_basebackup.c:128 pg_receivexlog.c:72 +#: pg_basebackup.c:150 pg_receivexlog.c:79 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr " -U, --username=NAME Datenbankbenutzername\n" -#: pg_basebackup.c:129 pg_receivexlog.c:73 +#: pg_basebackup.c:151 pg_receivexlog.c:80 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password niemals nach Passwort fragen\n" -#: pg_basebackup.c:130 pg_receivexlog.c:74 +#: pg_basebackup.c:152 pg_receivexlog.c:81 #, c-format msgid " -W, --password force password prompt (should happen automatically)\n" msgstr " -W, --password nach Passwort fragen (sollte automatisch geschehen)\n" -#: pg_basebackup.c:131 pg_receivexlog.c:75 +#: pg_basebackup.c:153 pg_receivexlog.c:82 #, c-format msgid "" "\n" @@ -178,322 +178,322 @@ msgstr "" "\n" "Berichten Sie Fehler an .\n" -#: pg_basebackup.c:172 +#: pg_basebackup.c:194 #, c-format msgid "%s: could not read from ready pipe: %s\n" msgstr "%s: konnte nicht aus bereiter Pipe lesen: %s\n" -#: pg_basebackup.c:180 pg_basebackup.c:271 pg_basebackup.c:1205 -#: pg_receivexlog.c:274 +#: pg_basebackup.c:202 pg_basebackup.c:293 pg_basebackup.c:1228 +#: pg_receivexlog.c:299 #, c-format msgid "%s: could not parse transaction log location \"%s\"\n" msgstr "%s: konnte Transaktionslogposition »%s« nicht interpretieren\n" -#: pg_basebackup.c:283 +#: pg_basebackup.c:305 #, c-format msgid "%s: could not create pipe for background process: %s\n" msgstr "%s: konnte Pipe für Hintergrundprozess nicht erzeugen: %s\n" -#: pg_basebackup.c:316 +#: pg_basebackup.c:338 #, c-format msgid "%s: could not create background process: %s\n" msgstr "%s: konnte Hintergrundprozess nicht erzeugen: %s\n" -#: pg_basebackup.c:328 +#: pg_basebackup.c:350 #, c-format msgid "%s: could not create background thread: %s\n" msgstr "%s: konnte Hintergrund-Thread nicht erzeugen: %s\n" -#: pg_basebackup.c:353 pg_basebackup.c:821 +#: pg_basebackup.c:375 pg_basebackup.c:844 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis »%s« nicht erzeugen: %s\n" -#: pg_basebackup.c:370 +#: pg_basebackup.c:392 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: Verzeichnis »%s« existiert aber ist nicht leer\n" -#: pg_basebackup.c:378 +#: pg_basebackup.c:400 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: konnte nicht auf Verzeichnis »%s« zugreifen: %s\n" -#: pg_basebackup.c:425 +#: pg_basebackup.c:447 #, c-format msgid "%s/%s kB (100%%), %d/%d tablespace %35s" msgid_plural "%s/%s kB (100%%), %d/%d tablespaces %35s" msgstr[0] "%s/%s kB (100%%), %d/%d Tablespace %35s" msgstr[1] "%s/%s kB (100%%), %d/%d Tablespaces %35s" -#: pg_basebackup.c:432 +#: pg_basebackup.c:454 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)" msgstr[0] "%s/%s kB (%d%%), %d/%d Tablespace (%-30.30s)" msgstr[1] "%s/%s kB (%d%%), %d/%d Tablespaces (%-30.30s)" -#: pg_basebackup.c:440 +#: pg_basebackup.c:462 #, 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:486 pg_basebackup.c:506 pg_basebackup.c:534 +#: pg_basebackup.c:508 pg_basebackup.c:529 pg_basebackup.c:557 #, c-format msgid "%s: could not set compression level %d: %s\n" msgstr "%s: konnte Komprimierungsniveau %d nicht setzen: %s\n" -#: pg_basebackup.c:555 +#: pg_basebackup.c:578 #, c-format msgid "%s: could not create compressed file \"%s\": %s\n" msgstr "%s: konnte komprimierte Datei »%s« nicht erzeugen: %s\n" -#: pg_basebackup.c:566 pg_basebackup.c:863 +#: pg_basebackup.c:589 pg_basebackup.c:886 #, c-format msgid "%s: could not create file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht erzeugen: %s\n" -#: pg_basebackup.c:578 pg_basebackup.c:725 +#: pg_basebackup.c:601 pg_basebackup.c:748 #, c-format msgid "%s: could not get COPY data stream: %s" msgstr "%s: konnte COPY-Datenstrom nicht empfangen: %s" -#: pg_basebackup.c:612 pg_basebackup.c:670 +#: pg_basebackup.c:635 pg_basebackup.c:693 #, c-format msgid "%s: could not write to compressed file \"%s\": %s\n" msgstr "%s: konnte nicht in komprimierte Datei »%s« schreiben: %s\n" -#: pg_basebackup.c:623 pg_basebackup.c:680 pg_basebackup.c:903 +#: pg_basebackup.c:646 pg_basebackup.c:703 pg_basebackup.c:926 #, c-format msgid "%s: could not write to file \"%s\": %s\n" msgstr "%s: konnte nicht in Datei »%s« schreiben: %s\n" -#: pg_basebackup.c:635 +#: pg_basebackup.c:658 #, c-format msgid "%s: could not close compressed file \"%s\": %s\n" msgstr "%s: konnte komprimierte Datei »%s« nicht schließen: %s\n" -#: pg_basebackup.c:648 receivelog.c:157 receivelog.c:630 receivelog.c:639 +#: pg_basebackup.c:671 receivelog.c:157 receivelog.c:631 receivelog.c:640 #, c-format msgid "%s: could not close file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht schließen: %s\n" -#: pg_basebackup.c:659 pg_basebackup.c:754 receivelog.c:473 +#: pg_basebackup.c:682 pg_basebackup.c:777 receivelog.c:473 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s: konnte COPY-Daten nicht lesen: %s" -#: pg_basebackup.c:768 +#: pg_basebackup.c:791 #, c-format msgid "%s: invalid tar block header size: %d\n" msgstr "%s: ungültige Tar-Block-Kopf-Größe: %d\n" -#: pg_basebackup.c:776 +#: pg_basebackup.c:799 #, c-format msgid "%s: could not parse file size\n" msgstr "%s: konnte Dateigröße nicht entziffern\n" -#: pg_basebackup.c:784 +#: pg_basebackup.c:807 #, c-format msgid "%s: could not parse file mode\n" msgstr "%s: konnte Dateimodus nicht entziffern\n" -#: pg_basebackup.c:829 +#: pg_basebackup.c:852 #, c-format msgid "%s: could not set permissions on directory \"%s\": %s\n" msgstr "%s: konnte Zugriffsrechte des Verzeichnisses »%s« nicht setzen: %s\n" -#: pg_basebackup.c:842 +#: pg_basebackup.c:865 #, c-format msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n" msgstr "%s: konnte symbolische Verknüpfung von »%s« nach »%s« nicht erzeugen: %s\n" -#: pg_basebackup.c:850 +#: pg_basebackup.c:873 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s: unbekannter Verknüpfungsindikator »%c«\n" -#: pg_basebackup.c:870 +#: pg_basebackup.c:893 #, c-format msgid "%s: could not set permissions on file \"%s\": %s\n" msgstr "%s: konnte Rechte der Datei »%s« nicht setzen: %s\n" -#: pg_basebackup.c:929 +#: pg_basebackup.c:952 #, c-format msgid "%s: COPY stream ended before last file was finished\n" msgstr "%s: COPY-Strom endete vor dem Ende der letzten Datei\n" -#: pg_basebackup.c:972 pg_receivexlog.c:245 +#: pg_basebackup.c:995 pg_receivexlog.c:270 #, c-format msgid "%s: unsupported server version %s\n" msgstr "%s: nicht unterstützte Serverversion %s\n" -#: pg_basebackup.c:983 pg_basebackup.c:1012 pg_receivexlog.c:257 +#: pg_basebackup.c:1006 pg_basebackup.c:1035 pg_receivexlog.c:282 #: receivelog.c:303 receivelog.c:340 #, c-format msgid "%s: could not send replication command \"%s\": %s" msgstr "%s: konnte Replikationsbefehl »%s« nicht senden: %s" -#: pg_basebackup.c:990 pg_receivexlog.c:265 receivelog.c:311 +#: pg_basebackup.c:1013 pg_receivexlog.c:290 receivelog.c:311 #, c-format msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "%s: konnte System nicht identifizieren: %d Zeilen und %d Felder erhalten, %d Zeilen und %d Felder erwartet\n" -#: pg_basebackup.c:1023 +#: pg_basebackup.c:1046 #, c-format msgid "%s: could not initiate base backup: %s" msgstr "%s: konnte Basissicherung nicht starten: %s" -#: pg_basebackup.c:1029 +#: pg_basebackup.c:1052 #, c-format msgid "%s: no start point returned from server\n" msgstr "%s: kein Startpunkt vom Server zurückgegeben\n" -#: pg_basebackup.c:1045 +#: pg_basebackup.c:1068 #, c-format msgid "%s: could not get backup header: %s" msgstr "%s: konnte Kopf der Sicherung nicht empfangen: %s" -#: pg_basebackup.c:1051 +#: pg_basebackup.c:1074 #, c-format msgid "%s: no data returned from server\n" msgstr "%s: keine Daten vom Server zurückgegeben\n" -#: pg_basebackup.c:1080 +#: pg_basebackup.c:1103 #, c-format msgid "%s: can only write single tablespace to stdout, database has %d\n" msgstr "%s: kann nur einen einzelnen Tablespace auf die Standardausgabe schreiben, Datenbank hat %d\n" -#: pg_basebackup.c:1092 +#: pg_basebackup.c:1115 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s: Hintergrund-WAL-Receiver wird gestartet\n" -#: pg_basebackup.c:1122 +#: pg_basebackup.c:1145 #, c-format msgid "%s: could not get transaction log end position from server: %s" msgstr "%s: konnte Transaktionslogendposition nicht vom Server empfangen: %s" -#: pg_basebackup.c:1129 +#: pg_basebackup.c:1152 #, c-format msgid "%s: no transaction log end position returned from server\n" msgstr "%s: kein Transaktionslogendpunkt vom Server zurückgegeben\n" -#: pg_basebackup.c:1141 +#: pg_basebackup.c:1164 #, c-format msgid "%s: final receive failed: %s" msgstr "%s: letztes Empfangen fehlgeschlagen: %s" -#: pg_basebackup.c:1157 +#: pg_basebackup.c:1180 #, c-format msgid "%s: waiting for background process to finish streaming...\n" msgstr "%s: warte bis Hintergrundprozess Streaming beendet hat...\n" -#: pg_basebackup.c:1163 +#: pg_basebackup.c:1186 #, c-format msgid "%s: could not send command to background pipe: %s\n" msgstr "%s: konnte Befehl nicht an Hintergrund-Pipe senden: %s\n" -#: pg_basebackup.c:1172 +#: pg_basebackup.c:1195 #, c-format msgid "%s: could not wait for child process: %s\n" msgstr "%s: konnte nicht auf Kindprozess warten: %s\n" -#: pg_basebackup.c:1178 +#: pg_basebackup.c:1201 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s: Kindprozess %d endete, aber %d wurde erwartet\n" -#: pg_basebackup.c:1184 +#: pg_basebackup.c:1207 #, c-format msgid "%s: child process did not exit normally\n" msgstr "%s: Kindprozess hat nicht normal beendet\n" -#: pg_basebackup.c:1190 +#: pg_basebackup.c:1213 #, c-format msgid "%s: child process exited with error %d\n" msgstr "%s: Kindprozess hat mit Fehler %d beendet\n" -#: pg_basebackup.c:1216 +#: pg_basebackup.c:1239 #, c-format msgid "%s: could not wait for child thread: %s\n" msgstr "%s: konnte nicht auf Kind-Thread warten: %s\n" -#: pg_basebackup.c:1223 +#: pg_basebackup.c:1246 #, c-format msgid "%s: could not get child thread exit status: %s\n" msgstr "%s: konnte Statuscode des Kind-Threads nicht ermitteln: %s\n" -#: pg_basebackup.c:1229 +#: pg_basebackup.c:1252 #, c-format msgid "%s: child thread exited with error %u\n" msgstr "%s: Kind-Thread hat mit Fehler %u beendet\n" -#: pg_basebackup.c:1310 +#: pg_basebackup.c:1333 #, c-format msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n" msgstr "%s: ungültiges Ausgabeformat »%s«, muss »plain« oder »tar« sein\n" -#: pg_basebackup.c:1319 pg_basebackup.c:1331 +#: pg_basebackup.c:1342 pg_basebackup.c:1354 #, c-format msgid "%s: cannot specify both --xlog and --xlog-method\n" msgstr "%s: --xlog und --xlog-method können nicht zusammen verwendet werden\n" -#: pg_basebackup.c:1346 +#: pg_basebackup.c:1369 #, c-format msgid "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" msgstr "%s: ungültige Option »%s« für --xlog-method, muss »fetch« oder »stream« sein\n" -#: pg_basebackup.c:1365 +#: pg_basebackup.c:1388 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s: ungültiges Komprimierungsniveau »%s«\n" -#: pg_basebackup.c:1377 +#: pg_basebackup.c:1400 #, c-format msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" msgstr "%s: ungültiges Checkpoint-Argument »%s«, muss »fast« oder »spread« sein\n" -#: pg_basebackup.c:1401 pg_receivexlog.c:388 +#: pg_basebackup.c:1424 pg_receivexlog.c:413 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s: ungültiges Statusintervall »%s«\n" -#: pg_basebackup.c:1417 pg_basebackup.c:1431 pg_basebackup.c:1442 -#: pg_basebackup.c:1455 pg_basebackup.c:1465 pg_receivexlog.c:404 -#: pg_receivexlog.c:418 pg_receivexlog.c:429 +#: pg_basebackup.c:1440 pg_basebackup.c:1454 pg_basebackup.c:1465 +#: pg_basebackup.c:1478 pg_basebackup.c:1488 pg_receivexlog.c:429 +#: pg_receivexlog.c:443 pg_receivexlog.c:454 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" -#: pg_basebackup.c:1429 pg_receivexlog.c:416 +#: pg_basebackup.c:1452 pg_receivexlog.c:441 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: zu viele Kommandozeilenargumente (das erste ist »%s«)\n" -#: pg_basebackup.c:1441 pg_receivexlog.c:428 +#: pg_basebackup.c:1464 pg_receivexlog.c:453 #, c-format msgid "%s: no target directory specified\n" msgstr "%s: kein Zielverzeichnis angegeben\n" -#: pg_basebackup.c:1453 +#: pg_basebackup.c:1476 #, c-format msgid "%s: only tar mode backups can be compressed\n" msgstr "%s: nur Sicherungen im Tar-Modus können komprimiert werden\n" -#: pg_basebackup.c:1463 +#: pg_basebackup.c:1486 #, c-format msgid "%s: wal streaming can only be used in plain mode\n" msgstr "%s: WAL-Streaming kann nur im »plain«-Modus verwendet werden\n" -#: pg_basebackup.c:1474 +#: pg_basebackup.c:1497 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s: diese Installation unterstützt keine Komprimierung\n" -#: pg_receivexlog.c:57 +#: pg_receivexlog.c:64 #, c-format msgid "" "%s receives PostgreSQL streaming transaction logs.\n" @@ -502,7 +502,7 @@ msgstr "" "%s empfängt PostgreSQL-Streaming-Transaktionslogs.\n" "\n" -#: pg_receivexlog.c:61 +#: pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -511,63 +511,73 @@ msgstr "" "\n" "Optionen:\n" -#: pg_receivexlog.c:62 +#: pg_receivexlog.c:69 #, c-format msgid " -D, --directory=DIR receive transaction log files into this directory\n" msgstr " -D, --directory=VERZ Transaktionslogdateien in dieses Verzeichnis empfangen\n" -#: pg_receivexlog.c:63 +#: pg_receivexlog.c:70 #, c-format msgid " -n, --no-loop do not loop on connection lost\n" msgstr " -n, --no-loop bei Verbindungsverlust nicht erneut probieren\n" -#: pg_receivexlog.c:82 +#: pg_receivexlog.c:89 #, c-format msgid "%s: finished segment at %X/%X (timeline %u)\n" msgstr "%s: Segment bei %X/%X abgeschlossen (Zeitleiste %u)\n" -#: pg_receivexlog.c:87 +#: pg_receivexlog.c:94 #, c-format msgid "%s: received interrupt signal, exiting.\n" msgstr "%s: Interrupt-Signal erhalten, beende.\n" -#: pg_receivexlog.c:114 +#: pg_receivexlog.c:121 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis »%s« nicht öffnen: %s\n" -#: pg_receivexlog.c:155 +#: pg_receivexlog.c:162 #, c-format msgid "%s: could not parse transaction log file name \"%s\"\n" msgstr "%s: konnte Transaktionslogdateinamen »%s« nicht interpretieren\n" -#: pg_receivexlog.c:168 +#: pg_receivexlog.c:175 #, c-format msgid "%s: could not stat file \"%s\": %s\n" msgstr "%s: konnte »stat« für Datei »%s« nicht ausführen: %s\n" -#: pg_receivexlog.c:187 +#: pg_receivexlog.c:194 #, c-format msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n" msgstr "%s: Segmentdatei »%s« hat falsche Größe %d, wird übersprungen\n" -#: pg_receivexlog.c:295 +#: pg_receivexlog.c:208 +#, c-format +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s: konnte Verzeichnis »%s« nicht lesen: %s\n" + +#: pg_receivexlog.c:215 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: konnte Verzeichnis »%s« nicht schließen: %s\n" + +#: pg_receivexlog.c:320 #, c-format msgid "%s: starting log streaming at %X/%X (timeline %u)\n" msgstr "%s: starte Log-Streaming bei %X/%X (Zeitleiste %u)\n" -#: pg_receivexlog.c:369 +#: pg_receivexlog.c:394 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s: ungültige Portnummer »%s«\n" -#: pg_receivexlog.c:451 +#: pg_receivexlog.c:476 #, c-format msgid "%s: disconnected.\n" msgstr "%s: Verbindung beendet.\n" #. translator: check source for value for %d -#: pg_receivexlog.c:458 +#: pg_receivexlog.c:483 #, c-format msgid "%s: disconnected. Waiting %d seconds to try again.\n" msgstr "%s: Verbindung beendet. Erneuter Versuch in %d Sekunden.\n" @@ -677,7 +687,7 @@ msgstr "%s: konnte %u Bytes nicht in WAL-Datei »%s« schreiben: %s\n" msgid "%s: unexpected termination of replication stream: %s" msgstr "%s: unerwarteter Abbruch des Replikations-Streams: %s" -#: receivelog.c:622 +#: receivelog.c:623 #, c-format msgid "%s: replication stream was terminated before stop point\n" msgstr "%s: Replikationsstrom wurde vor Stopppunkt abgebrochen\n" diff --git a/src/bin/pg_basebackup/po/fr.po b/src/bin/pg_basebackup/po/fr.po index 9923ba7eca..71c1c6df38 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: 2013-06-23 14:32+0000\n" -"PO-Revision-Date: 2013-06-23 18:15+0100\n" +"POT-Creation-Date: 2014-05-16 07:52+0000\n" +"PO-Revision-Date: 2014-05-17 15:15+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: French \n" "Language: fr\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: Poedit 1.5.4\n" -#: pg_basebackup.c:103 +#: pg_basebackup.c:125 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -28,17 +28,17 @@ msgstr "" "d'exécution.\n" "\n" -#: pg_basebackup.c:105 pg_receivexlog.c:59 +#: pg_basebackup.c:127 pg_receivexlog.c:66 #, c-format msgid "Usage:\n" msgstr "Usage :\n" -#: pg_basebackup.c:106 pg_receivexlog.c:60 +#: pg_basebackup.c:128 pg_receivexlog.c:67 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [OPTION]...\n" -#: pg_basebackup.c:107 +#: pg_basebackup.c:129 #, c-format msgid "" "\n" @@ -47,20 +47,20 @@ msgstr "" "\n" "Options contrôlant la sortie :\n" -#: pg_basebackup.c:108 +#: pg_basebackup.c:130 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr "" " -D, --pgdata=RÉPERTOIRE reçoit la sauvegarde de base dans ce " "répertoire\n" -#: pg_basebackup.c:109 +#: pg_basebackup.c:131 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr "" " -F, --format=p|t format en sortie (plain (par défaut), tar)\n" -#: pg_basebackup.c:110 +#: pg_basebackup.c:132 #, c-format msgid "" " -x, --xlog include required WAL files in backup (fetch mode)\n" @@ -69,7 +69,7 @@ msgstr "" "nécessaires\n" " dans la sauvegarde (mode fetch)\n" -#: pg_basebackup.c:111 +#: pg_basebackup.c:133 #, c-format msgid "" " -X, --xlog-method=fetch|stream\n" @@ -80,12 +80,12 @@ msgstr "" "avec\n" " la méthode spécifiée\n" -#: pg_basebackup.c:113 +#: pg_basebackup.c:135 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip compresse la sortie tar\n" -#: pg_basebackup.c:114 +#: pg_basebackup.c:136 #, c-format msgid "" " -Z, --compress=0-9 compress tar output with given compression level\n" @@ -93,7 +93,7 @@ msgstr "" " -Z, --compress=0-9 compresse la sortie tar avec le niveau de\n" " compression indiqué\n" -#: pg_basebackup.c:115 +#: pg_basebackup.c:137 #, c-format msgid "" "\n" @@ -102,7 +102,7 @@ msgstr "" "\n" "Options générales :\n" -#: pg_basebackup.c:116 +#: pg_basebackup.c:138 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -110,33 +110,33 @@ msgid "" msgstr "" " -c, --checkpoint=fast|spread exécute un CHECKPOINT rapide ou réparti\n" -#: pg_basebackup.c:118 +#: pg_basebackup.c:140 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=LABEL configure le label de sauvegarde\n" -#: pg_basebackup.c:119 +#: pg_basebackup.c:141 #, c-format msgid " -P, --progress show progress information\n" msgstr "" " -P, --progress affiche la progression de la sauvegarde\n" -#: pg_basebackup.c:120 pg_receivexlog.c:64 +#: pg_basebackup.c:142 pg_receivexlog.c:71 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose affiche des messages verbeux\n" -#: pg_basebackup.c:121 pg_receivexlog.c:65 +#: pg_basebackup.c:143 pg_receivexlog.c:72 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version puis quitte\n" -#: pg_basebackup.c:122 pg_receivexlog.c:66 +#: pg_basebackup.c:144 pg_receivexlog.c:73 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide puis quitte\n" -#: pg_basebackup.c:123 pg_receivexlog.c:67 +#: pg_basebackup.c:145 pg_receivexlog.c:74 #, c-format msgid "" "\n" @@ -145,21 +145,21 @@ msgstr "" "\n" "Options de connexion :\n" -#: pg_basebackup.c:124 pg_receivexlog.c:68 +#: pg_basebackup.c:146 pg_receivexlog.c:75 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr "" " -h, --host=NOMHÔTE hôte du serveur de bases de données ou\n" " répertoire des sockets\n" -#: pg_basebackup.c:125 pg_receivexlog.c:69 +#: pg_basebackup.c:147 pg_receivexlog.c:76 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr "" " -p, --port=PORT numéro de port du serveur de bases de\n" " données\n" -#: pg_basebackup.c:126 pg_receivexlog.c:70 +#: pg_basebackup.c:148 pg_receivexlog.c:77 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -170,17 +170,17 @@ msgstr "" "au\n" " serveur (en secondes)\n" -#: pg_basebackup.c:128 pg_receivexlog.c:72 +#: pg_basebackup.c:150 pg_receivexlog.c:79 #, 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:129 pg_receivexlog.c:73 +#: pg_basebackup.c:151 pg_receivexlog.c:80 #, 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:130 pg_receivexlog.c:74 +#: pg_basebackup.c:152 pg_receivexlog.c:81 #, c-format msgid "" " -W, --password force password prompt (should happen " @@ -190,7 +190,7 @@ msgstr "" "arriver\n" " automatiquement)\n" -#: pg_basebackup.c:131 pg_receivexlog.c:75 +#: pg_basebackup.c:153 pg_receivexlog.c:82 #, c-format msgid "" "\n" @@ -199,168 +199,168 @@ msgstr "" "\n" "Rapporter les bogues à .\n" -#: pg_basebackup.c:172 +#: pg_basebackup.c:194 #, 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:180 pg_basebackup.c:271 pg_basebackup.c:1205 -#: pg_receivexlog.c:274 +#: pg_basebackup.c:202 pg_basebackup.c:293 pg_basebackup.c:1228 +#: pg_receivexlog.c:299 #, 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" -#: pg_basebackup.c:283 +#: pg_basebackup.c:305 #, c-format msgid "%s: could not create pipe for background process: %s\n" msgstr "" "%s : n'a pas pu créer un tube pour le processus en tâche de fond : %s\n" -#: pg_basebackup.c:316 +#: pg_basebackup.c:338 #, c-format msgid "%s: could not create background process: %s\n" msgstr "%s : n'a pas pu créer un processus en tâche de fond : %s\n" -#: pg_basebackup.c:328 +#: pg_basebackup.c:350 #, c-format msgid "%s: could not create background thread: %s\n" msgstr "%s : n'a pas pu créer un thread en tâche de fond : %s\n" -#: pg_basebackup.c:353 pg_basebackup.c:821 +#: pg_basebackup.c:375 pg_basebackup.c:844 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s : n'a pas pu créer le répertoire « %s » : %s\n" -#: pg_basebackup.c:370 +#: pg_basebackup.c:392 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s : le répertoire « %s » existe mais n'est pas vide\n" -#: pg_basebackup.c:378 +#: pg_basebackup.c:400 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s : n'a pas pu accéder au répertoire « %s » : %s\n" -#: pg_basebackup.c:425 +#: pg_basebackup.c:447 #, c-format msgid "%s/%s kB (100%%), %d/%d tablespace %35s" msgid_plural "%s/%s kB (100%%), %d/%d tablespaces %35s" msgstr[0] "%s/%s Ko (100%%), %d/%d tablespace %35s" msgstr[1] "%s/%s Ko (100%%), %d/%d tablespaces %35s" -#: pg_basebackup.c:432 +#: pg_basebackup.c:454 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)" msgstr[0] "%s/%s Ko (%d%%), %d/%d tablespace (%-30.30s)" msgstr[1] "%s/%s Ko (%d%%), %d/%d tablespaces (%-30.30s)" -#: pg_basebackup.c:440 +#: pg_basebackup.c:462 #, 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:486 pg_basebackup.c:506 pg_basebackup.c:534 +#: pg_basebackup.c:508 pg_basebackup.c:529 pg_basebackup.c:557 #, 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:555 +#: pg_basebackup.c:578 #, c-format msgid "%s: could not create compressed file \"%s\": %s\n" msgstr "%s : n'a pas pu créer le fichier compressé « %s » : %s\n" -#: pg_basebackup.c:566 pg_basebackup.c:863 +#: pg_basebackup.c:589 pg_basebackup.c:886 #, c-format msgid "%s: could not create file \"%s\": %s\n" msgstr "%s : n'a pas pu créer le fichier « %s » : %s\n" -#: pg_basebackup.c:578 pg_basebackup.c:725 +#: pg_basebackup.c:601 pg_basebackup.c:748 #, c-format msgid "%s: could not get COPY data stream: %s" msgstr "%s : n'a pas pu obtenir le flux de données de COPY : %s" -#: pg_basebackup.c:612 pg_basebackup.c:670 +#: pg_basebackup.c:635 pg_basebackup.c:693 #, 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:623 pg_basebackup.c:680 pg_basebackup.c:903 +#: pg_basebackup.c:646 pg_basebackup.c:703 pg_basebackup.c:926 #, 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:635 +#: pg_basebackup.c:658 #, 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:648 receivelog.c:157 receivelog.c:630 receivelog.c:639 +#: pg_basebackup.c:671 receivelog.c:157 receivelog.c:631 receivelog.c:640 #, 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:659 pg_basebackup.c:754 receivelog.c:473 +#: pg_basebackup.c:682 pg_basebackup.c:777 receivelog.c:473 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s : n'a pas pu lire les données du COPY : %s" -#: pg_basebackup.c:768 +#: pg_basebackup.c:791 #, c-format msgid "%s: invalid tar block header size: %d\n" msgstr "%s : taille invalide de l'en-tête de bloc du fichier tar : %d\n" -#: pg_basebackup.c:776 +#: pg_basebackup.c:799 #, 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:784 +#: pg_basebackup.c:807 #, 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:829 +#: pg_basebackup.c:852 #, c-format msgid "%s: could not set permissions on directory \"%s\": %s\n" msgstr "%s : n'a pas configurer les droits sur le répertoire « %s » : %s\n" -#: pg_basebackup.c:842 +#: pg_basebackup.c:865 #, c-format msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n" msgstr "%s : n'a pas pu créer le lien symbolique de « %s » vers « %s » : %s\n" -#: pg_basebackup.c:850 +#: pg_basebackup.c:873 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s : indicateur de lien « %c » non reconnu\n" -#: pg_basebackup.c:870 +#: pg_basebackup.c:893 #, 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:929 +#: pg_basebackup.c:952 #, 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" -#: pg_basebackup.c:972 pg_receivexlog.c:245 +#: pg_basebackup.c:995 pg_receivexlog.c:270 #, c-format msgid "%s: unsupported server version %s\n" msgstr "%s : version du serveur « %s » non supportée\n" -#: pg_basebackup.c:983 pg_basebackup.c:1012 pg_receivexlog.c:257 +#: pg_basebackup.c:1006 pg_basebackup.c:1035 pg_receivexlog.c:282 #: receivelog.c:303 receivelog.c:340 #, c-format msgid "%s: could not send replication command \"%s\": %s" msgstr "%s : n'a pas pu envoyer la commande de réplication « %s » : %s" -#: pg_basebackup.c:990 pg_receivexlog.c:265 receivelog.c:311 +#: pg_basebackup.c:1013 pg_receivexlog.c:290 receivelog.c:311 #, c-format msgid "" "%s: could not identify system: got %d rows and %d fields, expected %d rows " @@ -369,115 +369,115 @@ msgstr "" "%s : n'a pas pu identifier le système, a récupéré %d lignes et %d champs,\n" "attendait %d lignes et %d champs\n" -#: pg_basebackup.c:1023 +#: pg_basebackup.c:1046 #, 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:1029 +#: pg_basebackup.c:1052 #, c-format msgid "%s: no start point returned from server\n" msgstr "%s : aucun point de redémarrage renvoyé du serveur\n" -#: pg_basebackup.c:1045 +#: pg_basebackup.c:1068 #, c-format msgid "%s: could not get backup header: %s" msgstr "%s : n'a pas pu obtenir l'en-tête du serveur : %s" -#: pg_basebackup.c:1051 +#: pg_basebackup.c:1074 #, c-format msgid "%s: no data returned from server\n" msgstr "%s : aucune donnée renvoyée du serveur\n" -#: pg_basebackup.c:1080 +#: pg_basebackup.c:1103 #, 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" -#: pg_basebackup.c:1092 +#: pg_basebackup.c:1115 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s : lance le récepteur de journaux de transactions en tâche de fond\n" -#: pg_basebackup.c:1122 +#: pg_basebackup.c:1145 #, 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:1129 +#: pg_basebackup.c:1152 #, c-format msgid "%s: no transaction log end position returned from server\n" msgstr "" "%s : aucune position de fin du journal de transactions renvoyée par le " "serveur\n" -#: pg_basebackup.c:1141 +#: pg_basebackup.c:1164 #, c-format msgid "%s: final receive failed: %s" msgstr "%s : échec lors de la réception finale : %s" -#: pg_basebackup.c:1157 +#: pg_basebackup.c:1180 #, c-format msgid "%s: waiting for background process to finish streaming...\n" msgstr "%s : en attente que le processus en tâche de fond finisse le flux...\n" -#: pg_basebackup.c:1163 +#: pg_basebackup.c:1186 #, 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:1172 +#: pg_basebackup.c:1195 #, 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:1178 +#: pg_basebackup.c:1201 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s : le fils %d est mort, %d attendu\n" -#: pg_basebackup.c:1184 +#: pg_basebackup.c:1207 #, 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:1190 +#: pg_basebackup.c:1213 #, 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:1216 +#: pg_basebackup.c:1239 #, 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:1223 +#: pg_basebackup.c:1246 #, 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:1229 +#: pg_basebackup.c:1252 #, 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:1310 +#: pg_basebackup.c:1333 #, 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" -#: pg_basebackup.c:1319 pg_basebackup.c:1331 +#: pg_basebackup.c:1342 pg_basebackup.c:1354 #, c-format msgid "%s: cannot specify both --xlog and --xlog-method\n" msgstr "%s : ne peut pas spécifier à la fois --xlog et --xlog-method\n" -#: pg_basebackup.c:1346 +#: pg_basebackup.c:1369 #, c-format msgid "" "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" @@ -486,12 +486,12 @@ msgstr "" "stream »\n" "soit « stream »\n" -#: pg_basebackup.c:1365 +#: pg_basebackup.c:1388 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s : niveau de compression « %s » invalide\n" -#: pg_basebackup.c:1377 +#: pg_basebackup.c:1400 #, c-format msgid "" "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" @@ -499,46 +499,46 @@ msgstr "" "%s : argument « %s » invalide pour le CHECKPOINT, doit être soit « fast »\n" "soit « spread »\n" -#: pg_basebackup.c:1401 pg_receivexlog.c:388 +#: pg_basebackup.c:1424 pg_receivexlog.c:413 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s : intervalle « %s » invalide du statut\n" -#: pg_basebackup.c:1417 pg_basebackup.c:1431 pg_basebackup.c:1442 -#: pg_basebackup.c:1455 pg_basebackup.c:1465 pg_receivexlog.c:404 -#: pg_receivexlog.c:418 pg_receivexlog.c:429 +#: pg_basebackup.c:1440 pg_basebackup.c:1454 pg_basebackup.c:1465 +#: pg_basebackup.c:1478 pg_basebackup.c:1488 pg_receivexlog.c:429 +#: pg_receivexlog.c:443 pg_receivexlog.c:454 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayer « %s --help » pour plus d'informations.\n" -#: pg_basebackup.c:1429 pg_receivexlog.c:416 +#: pg_basebackup.c:1452 pg_receivexlog.c:441 #, 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:1441 pg_receivexlog.c:428 +#: pg_basebackup.c:1464 pg_receivexlog.c:453 #, c-format msgid "%s: no target directory specified\n" msgstr "%s : aucun répertoire cible indiqué\n" -#: pg_basebackup.c:1453 +#: pg_basebackup.c:1476 #, c-format msgid "%s: only tar mode backups can be compressed\n" msgstr "%s : seules les sauvegardes en mode tar peuvent être compressées\n" -#: pg_basebackup.c:1463 +#: pg_basebackup.c:1486 #, 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" -#: pg_basebackup.c:1474 +#: pg_basebackup.c:1497 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s : cette construction ne supporte pas la compression\n" -#: pg_receivexlog.c:57 +#: pg_receivexlog.c:64 #, c-format msgid "" "%s receives PostgreSQL streaming transaction logs.\n" @@ -547,7 +547,7 @@ msgstr "" "%s reçoit le flux des journaux de transactions PostgreSQL.\n" "\n" -#: pg_receivexlog.c:61 +#: pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -556,7 +556,7 @@ msgstr "" "\n" "Options :\n" -#: pg_receivexlog.c:62 +#: pg_receivexlog.c:69 #, c-format msgid "" " -D, --directory=DIR receive transaction log files into this directory\n" @@ -564,61 +564,71 @@ msgstr "" " -D, --directory=RÉP reçoit les journaux de transactions dans ce\n" " répertoire\n" -#: pg_receivexlog.c:63 +#: pg_receivexlog.c:70 #, 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" -#: pg_receivexlog.c:82 +#: pg_receivexlog.c:89 #, c-format msgid "%s: finished segment at %X/%X (timeline %u)\n" msgstr "%s : segment terminé à %X/%X (timeline %u)\n" -#: pg_receivexlog.c:87 +#: pg_receivexlog.c:94 #, c-format msgid "%s: received interrupt signal, exiting.\n" msgstr "%s : a reçu un signal d'interruption, quitte.\n" -#: pg_receivexlog.c:114 +#: pg_receivexlog.c:121 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s : n'a pas pu ouvrir le répertoire « %s » : %s\n" -#: pg_receivexlog.c:155 +#: pg_receivexlog.c:162 #, c-format 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" -#: pg_receivexlog.c:168 +#: pg_receivexlog.c:175 #, c-format msgid "%s: could not stat file \"%s\": %s\n" msgstr "" "%s : n'a pas pu récupérer les informations sur le fichier « %s » : %s\n" -#: pg_receivexlog.c:187 +#: pg_receivexlog.c:194 #, c-format msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n" msgstr "%s : le segment « %s » a une taille %d incorrecte, ignoré\n" -#: pg_receivexlog.c:295 +#: pg_receivexlog.c:208 +#, c-format +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s : n'a pas pu lire le répertoire « %s » : %s\n" + +#: pg_receivexlog.c:215 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s : n'a pas pu fermer le répertoire « %s » : %s\n" + +#: pg_receivexlog.c:320 #, c-format 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:369 +#: pg_receivexlog.c:394 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s : numéro de port invalide : « %s »\n" -#: pg_receivexlog.c:451 +#: pg_receivexlog.c:476 #, c-format msgid "%s: disconnected.\n" msgstr "%s : déconnecté.\n" #. translator: check source for value for %d -#: pg_receivexlog.c:458 +#: pg_receivexlog.c:483 #, c-format msgid "%s: disconnected. Waiting %d seconds to try again.\n" msgstr "" @@ -750,7 +760,7 @@ msgstr "" msgid "%s: unexpected termination of replication stream: %s" msgstr "%s : fin inattendue du flux de réplication : %s" -#: receivelog.c:622 +#: receivelog.c:623 #, c-format msgid "%s: replication stream was terminated before stop point\n" msgstr "" @@ -788,63 +798,63 @@ 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" -#~ msgid "%s: could not close file %s: %s\n" -#~ msgstr "%s : n'a pas pu fermer le fichier %s : %s\n" +#~ msgid " --version output version information, then exit\n" +#~ msgstr " --version affiche la version et quitte\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 et quitte\n" -#~ msgid " -?, --help show this help, then exit\n" -#~ msgstr " -?, --help affiche cette aide puis quitte\n" +#~ msgid "%s: could not read copy data: %s\n" +#~ msgstr "%s : n'a pas pu lire les données du COPY : %s\n" -#~ msgid "%s: could not parse xlog end position \"%s\"\n" -#~ msgstr "" -#~ "%s : n'a pas pu analyser la position finale du journal de transactions « " -#~ "%s »\n" +#~ msgid "%s: could not start replication: %s\n" +#~ msgstr "%s : n'a pas pu démarrer la réplication : %s\n" -#~ msgid "%s: invalid format of xlog location: %s\n" +#~ msgid "%s: could not get current position in file %s: %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 système : %s" +#~ "%s : n'a pas pu obtenir la position courant dans le fichier %s : %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 seek back to beginning of WAL segment %s: %s\n" +#~ msgstr "%s : n'a pas pu se déplacer au début du segment WAL %s : %s\n" -#~ msgid "%s: could not identify system: %s\n" -#~ msgstr "%s : n'a pas pu identifier le système : %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 parse log start position from value \"%s\"\n" +#~ msgid "%s: could not stat WAL segment %s: %s\n" #~ msgstr "" -#~ "%s : n'a pas pu analyser la position de départ des WAL à partir de la " -#~ "valeur « %s »\n" +#~ "%s : n'a pas pu récupérer 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 stat WAL segment %s: %s\n" +#~ msgid "%s: could not parse log start position from value \"%s\"\n" #~ msgstr "" -#~ "%s : n'a pas pu récupérer les informations sur le segment WAL %s : %s\n" +#~ "%s : n'a pas pu analyser la position de départ des WAL à partir de la " +#~ "valeur « %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 identify system: %s\n" +#~ msgstr "%s : n'a pas pu identifier le système : %s\n" -#~ msgid "%s: could not seek back to beginning of WAL segment %s: %s\n" -#~ msgstr "%s : n'a pas pu se déplacer au début du segment WAL %s : %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 get current position in file %s: %s\n" +#~ msgid "%s: could not identify system: %s" +#~ msgstr "%s : n'a pas pu identifier le système : %s" + +#~ msgid "%s: invalid format of xlog location: %s\n" #~ msgstr "" -#~ "%s : n'a pas pu obtenir la position courant dans le fichier %s : %s\n" +#~ "%s : format invalide de l'emplacement du journal de transactions : %s\n" -#~ msgid "%s: could not start replication: %s\n" -#~ msgstr "%s : n'a pas pu démarrer la réplication : %s\n" +#~ msgid "%s: could not parse xlog end position \"%s\"\n" +#~ msgstr "" +#~ "%s : n'a pas pu analyser la position finale du journal de transactions « " +#~ "%s »\n" -#~ msgid "%s: could not read copy data: %s\n" -#~ msgstr "%s : n'a pas pu lire les données du COPY : %s\n" +#~ msgid " -?, --help show this help, then exit\n" +#~ msgstr " -?, --help affiche cette aide puis quitte\n" -#~ msgid " --help show this help, then exit\n" -#~ msgstr " --help affiche cette aide et quitte\n" +#~ msgid " -V, --version output version information, then exit\n" +#~ msgstr " -V, --version affiche la version puis quitte\n" -#~ msgid " --version output version information, then exit\n" -#~ msgstr " --version affiche la version et quitte\n" +#~ msgid "%s: could not close file %s: %s\n" +#~ msgstr "%s : n'a pas pu fermer le fichier %s : %s\n" diff --git a/src/bin/pg_basebackup/po/pl.po b/src/bin/pg_basebackup/po/pl.po index 64053c2258..abdf052d0c 100644 --- a/src/bin/pg_basebackup/po/pl.po +++ b/src/bin/pg_basebackup/po/pl.po @@ -2,22 +2,24 @@ # Copyright (C) 2011 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # Begina Felicysym , 2011, 2012. +# grzegorz , 2014. msgid "" msgstr "" "Project-Id-Version: pg_basebackup (PostgreSQL 9.1)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-01-29 13:46+0000\n" -"PO-Revision-Date: 2013-01-29 12:51-0300\n" -"Last-Translator: Begina Felicysym \n" -"Language-Team: Begina Felicysym\n" +"POT-Creation-Date: 2014-03-21 18:32+0000\n" +"PO-Revision-Date: 2014-03-22 21:16+0200\n" +"Last-Translator: grzegorz \n" +"Language-Team: begina.felicysym@wp.eu\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" -#: pg_basebackup.c:103 +#: pg_basebackup.c:125 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -26,17 +28,17 @@ msgstr "" "%s bierze podstawową kopię zapasową działającego serwera PostgreSQL.\n" "\n" -#: pg_basebackup.c:105 pg_receivexlog.c:59 +#: pg_basebackup.c:127 pg_receivexlog.c:66 #, c-format msgid "Usage:\n" msgstr "Składnia:\n" -#: pg_basebackup.c:106 pg_receivexlog.c:60 +#: pg_basebackup.c:128 pg_receivexlog.c:67 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [OPCJA]...\n" -#: pg_basebackup.c:107 +#: pg_basebackup.c:129 #, c-format msgid "" "\n" @@ -45,22 +47,22 @@ msgstr "" "\n" "Opcje kontroli wyjścia:\n" -#: pg_basebackup.c:108 +#: pg_basebackup.c:130 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr " -D, --pgdata=FOLDER dostarcza kopię zapasową bazy do katalogu\n" -#: pg_basebackup.c:109 +#: pg_basebackup.c:131 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr " -F, --format=p|t format wyjścia (plain (domyślny), tar)\n" -#: pg_basebackup.c:110 +#: pg_basebackup.c:132 #, c-format msgid " -x, --xlog include required WAL files in backup (fetch mode)\n" msgstr " -x, --xlog dołącza wymagane pliki WAL do kopii zapasowej (tryb pobierania)\n" -#: pg_basebackup.c:111 +#: pg_basebackup.c:133 #, c-format msgid "" " -X, --xlog-method=fetch|stream\n" @@ -69,17 +71,17 @@ msgstr "" " -x, --xlog-method=fetch|stream\n" " dołącza wymagane pliki WAL wskazaną metodą\n" -#: pg_basebackup.c:113 +#: pg_basebackup.c:135 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip wyjście jako spakowany tar\n" -#: pg_basebackup.c:114 +#: pg_basebackup.c:136 #, c-format msgid " -Z, --compress=0-9 compress tar output with given compression level\n" msgstr " -Z, --compress=0-9 wyjście jako spakowany tar z określonym poziomem kompresji\n" -#: pg_basebackup.c:115 +#: pg_basebackup.c:137 #, c-format msgid "" "\n" @@ -88,7 +90,7 @@ msgstr "" "\n" "Opcje ogólne:\n" -#: pg_basebackup.c:116 +#: pg_basebackup.c:138 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -97,32 +99,32 @@ msgstr "" " -c, --checkpoint=fast|spread\n" " ustawia szybkie lub rozszerzone sprawdzenia\n" -#: pg_basebackup.c:118 +#: pg_basebackup.c:140 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=ETYKIETA ustala etykietę kopii zapasowej\n" -#: pg_basebackup.c:119 +#: pg_basebackup.c:141 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress pokazanie informacji o postępie\n" -#: pg_basebackup.c:120 pg_receivexlog.c:64 +#: pg_basebackup.c:142 pg_receivexlog.c:71 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose szczegółowe komunikaty na wyjściu\n" -#: pg_basebackup.c:121 pg_receivexlog.c:65 +#: pg_basebackup.c:143 pg_receivexlog.c:72 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version pokaż informacje o wersji i zakończ\n" -#: pg_basebackup.c:122 pg_receivexlog.c:66 +#: pg_basebackup.c:144 pg_receivexlog.c:73 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help pokaż tą pomoc i zakończ działanie\n" -#: pg_basebackup.c:123 pg_receivexlog.c:67 +#: pg_basebackup.c:145 pg_receivexlog.c:74 #, c-format msgid "" "\n" @@ -131,17 +133,17 @@ msgstr "" "\n" "Opcje połączenia:\n" -#: pg_basebackup.c:124 pg_receivexlog.c:68 +#: pg_basebackup.c:146 pg_receivexlog.c:75 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr " -h, --host=NAZWAHOSTA host serwera bazy danych lub katalog gniazda\n" -#: pg_basebackup.c:125 pg_receivexlog.c:69 +#: pg_basebackup.c:147 pg_receivexlog.c:76 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr " -p, --port=PORT numer portu na serwera bazy dnaych\n" -#: pg_basebackup.c:126 pg_receivexlog.c:70 +#: pg_basebackup.c:148 pg_receivexlog.c:77 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -150,22 +152,22 @@ msgstr "" " -s, --status-interval=INTERWAŁ \n" " czas pomiędzy wysłaniami pakietów stanu na serwer (w sekundach)\n" -#: pg_basebackup.c:128 pg_receivexlog.c:72 +#: pg_basebackup.c:150 pg_receivexlog.c:79 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr " -U, --username=NAZWA połączenie jako wskazany użytkownik bazy\n" -#: pg_basebackup.c:129 pg_receivexlog.c:73 +#: pg_basebackup.c:151 pg_receivexlog.c:80 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password nie pytaj nigdy o hasło\n" -#: pg_basebackup.c:130 pg_receivexlog.c:74 +#: pg_basebackup.c:152 pg_receivexlog.c:81 #, c-format msgid " -W, --password force password prompt (should happen automatically)\n" msgstr " -W, --password wymuś pytanie o hasło (powinno nastąpić automatycznie)\n" -#: pg_basebackup.c:131 pg_receivexlog.c:75 +#: pg_basebackup.c:153 pg_receivexlog.c:82 #, c-format msgid "" "\n" @@ -174,48 +176,48 @@ msgstr "" "\n" "Błędy proszę przesyłać na adres .\n" -#: pg_basebackup.c:172 +#: pg_basebackup.c:194 #, c-format msgid "%s: could not read from ready pipe: %s\n" msgstr "%s: nie można odczytać z przygotowanej rury: %s\n" -#: pg_basebackup.c:180 pg_basebackup.c:271 pg_basebackup.c:1187 -#: pg_receivexlog.c:256 +#: pg_basebackup.c:202 pg_basebackup.c:293 pg_basebackup.c:1228 +#: pg_receivexlog.c:299 #, c-format msgid "%s: could not parse transaction log location \"%s\"\n" msgstr "%s: nie można sparsować położenia dziennika transakcji \"%s\"\n" -#: pg_basebackup.c:283 +#: pg_basebackup.c:305 #, c-format msgid "%s: could not create pipe for background process: %s\n" msgstr "%s: nie udało się utworzyć rury do procesu w tle: %s\n" -#: pg_basebackup.c:316 +#: pg_basebackup.c:338 #, c-format msgid "%s: could not create background process: %s\n" msgstr "%s: nie udało się utworzenie procesu w tle: %s\n" -#: pg_basebackup.c:328 +#: pg_basebackup.c:350 #, c-format msgid "%s: could not create background thread: %s\n" msgstr "%s: nie udało się utworzenie wątku w tle: %s\n" -#: pg_basebackup.c:353 pg_basebackup.c:821 +#: pg_basebackup.c:375 pg_basebackup.c:844 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: nie można utworzyć katalogu \"%s\": %s\n" -#: pg_basebackup.c:370 +#: pg_basebackup.c:392 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: folder \"%s\" nie jest pusty\n" -#: pg_basebackup.c:378 +#: pg_basebackup.c:400 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: brak dostępu do katalogu \"%s\": %s\n" -#: pg_basebackup.c:425 +#: pg_basebackup.c:447 #, c-format msgid "%s/%s kB (100%%), %d/%d tablespace %35s" msgid_plural "%s/%s kB (100%%), %d/%d tablespaces %35s" @@ -223,7 +225,7 @@ msgstr[0] "%s/%s kB (100%%), %d/%d przestrzeń tabel %35s" msgstr[1] "%s/%s kB (100%%), %d/%d przestrzenie tabel %35s" msgstr[2] "%s/%s kB (100%%), %d/%d przestrzeni tabel %35s" -#: pg_basebackup.c:432 +#: pg_basebackup.c:454 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)" @@ -231,7 +233,7 @@ msgstr[0] "%s/%s kB (%d%%), %d/%d przestrzeń tabel (%-30.30s)" msgstr[1] "%s/%s kB (%d%%), %d/%d przestrzenie tabel (%-30.30s)" msgstr[2] "%s/%s kB (%d%%), %d/%d przestrzeni tabel (%-30.30s)" -#: pg_basebackup.c:440 +#: pg_basebackup.c:462 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces" @@ -239,255 +241,260 @@ msgstr[0] "%s/%s kB (%d%%), %d/%d przestrzeń tabel" msgstr[1] "%s/%s kB (%d%%), %d/%d przestrzenie tabel" msgstr[2] "%s/%s kB (%d%%), %d/%d przestrzeni tabel" -#: pg_basebackup.c:486 pg_basebackup.c:506 pg_basebackup.c:534 +#: pg_basebackup.c:508 pg_basebackup.c:529 pg_basebackup.c:557 #, c-format msgid "%s: could not set compression level %d: %s\n" msgstr "%s: nie można ustawić poziomu kompresji %d: %s\n" -#: pg_basebackup.c:555 +#: pg_basebackup.c:578 #, c-format msgid "%s: could not create compressed file \"%s\": %s\n" msgstr "%s: nie można utworzyć spakowanego pliku \"%s\": %s\n" -#: pg_basebackup.c:566 pg_basebackup.c:863 +#: pg_basebackup.c:589 pg_basebackup.c:886 #, c-format msgid "%s: could not create file \"%s\": %s\n" msgstr "%s: nie można utworzyć pliku \"%s\": %s\n" -#: pg_basebackup.c:578 pg_basebackup.c:725 +#: pg_basebackup.c:601 pg_basebackup.c:748 #, c-format msgid "%s: could not get COPY data stream: %s" msgstr "%s: nie można pobrać strumienia danych COPY: %s" -#: pg_basebackup.c:612 pg_basebackup.c:670 +#: pg_basebackup.c:635 pg_basebackup.c:693 #, c-format msgid "%s: could not write to compressed file \"%s\": %s\n" msgstr "%s: nie można pisać do spakowanego pliku \"%s\": %s\n" -#: pg_basebackup.c:623 pg_basebackup.c:680 pg_basebackup.c:903 +#: pg_basebackup.c:646 pg_basebackup.c:703 pg_basebackup.c:926 #, c-format msgid "%s: could not write to file \"%s\": %s\n" msgstr "%s: nie można pisać do pliku \"%s\": %s\n" -#: pg_basebackup.c:635 +#: pg_basebackup.c:658 #, c-format msgid "%s: could not close compressed file \"%s\": %s\n" msgstr "%s: nie można zamknąć spakowanego pliku \"%s\": %s\n" -#: pg_basebackup.c:648 receivelog.c:157 receivelog.c:630 receivelog.c:639 +#: pg_basebackup.c:671 receivelog.c:157 receivelog.c:630 receivelog.c:639 #, c-format msgid "%s: could not close file \"%s\": %s\n" msgstr "%s: nie można zamknąć pliku \"%s\": %s\n" -#: pg_basebackup.c:659 pg_basebackup.c:754 receivelog.c:473 +#: pg_basebackup.c:682 pg_basebackup.c:777 receivelog.c:473 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s: nie można odczytać danych COPY: %s" -#: pg_basebackup.c:768 +#: pg_basebackup.c:791 #, c-format msgid "%s: invalid tar block header size: %d\n" msgstr "%s: nieprawidłowy rozmiar nagłówka bloku tar: %d\n" -#: pg_basebackup.c:776 +#: pg_basebackup.c:799 #, c-format msgid "%s: could not parse file size\n" msgstr "%s: nie można odczytać rozmiaru pliku\n" -#: pg_basebackup.c:784 +#: pg_basebackup.c:807 #, c-format msgid "%s: could not parse file mode\n" msgstr "%s: nie można odczytać trybu pliku\n" -#: pg_basebackup.c:829 +#: pg_basebackup.c:852 #, c-format msgid "%s: could not set permissions on directory \"%s\": %s\n" msgstr "%s: nie można ustawić uprawnień do folderu \"%s\": %s\n" -#: pg_basebackup.c:842 +#: pg_basebackup.c:865 #, c-format msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n" msgstr "%s: nie można utworzyć linku symbolicznego dla \"%s\" na \"%s\": %s\n" -#: pg_basebackup.c:850 +#: pg_basebackup.c:873 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s: nierozpoznany wskaźnik linku \"%c\"\n" -#: pg_basebackup.c:870 +#: pg_basebackup.c:893 #, c-format msgid "%s: could not set permissions on file \"%s\": %s\n" msgstr "%s: nie można ustawić uprawnień do pliku \"%s\": %s\n" -#: pg_basebackup.c:929 +#: pg_basebackup.c:952 #, c-format msgid "%s: COPY stream ended before last file was finished\n" msgstr "%s: strumień COPY zakończony zanim skończył się ostatni plik\n" -#: pg_basebackup.c:965 pg_basebackup.c:994 pg_receivexlog.c:239 +#: pg_basebackup.c:995 pg_receivexlog.c:270 +#, c-format +msgid "%s: unsupported server version %s\n" +msgstr "%s: nieobsługiwana wersja serwera %s\n" + +#: pg_basebackup.c:1006 pg_basebackup.c:1035 pg_receivexlog.c:282 #: receivelog.c:303 receivelog.c:340 #, c-format msgid "%s: could not send replication command \"%s\": %s" msgstr "%s: nie można wysłać komendy replikacji \"%s\": %s" -#: pg_basebackup.c:972 pg_receivexlog.c:247 receivelog.c:311 +#: pg_basebackup.c:1013 pg_receivexlog.c:290 receivelog.c:311 #, c-format msgid "%s: could not identify system: got %d rows and %d fields, expected %d rows and %d fields\n" msgstr "%s: nie można określić systemu: jest %d wierszy i %d pól, oczekiwano %d wierszy i %d pól\n" -#: pg_basebackup.c:1005 +#: pg_basebackup.c:1046 #, c-format msgid "%s: could not initiate base backup: %s" msgstr "%s: nie można zainicjować kopii zapasowej bazy: %s" -#: pg_basebackup.c:1011 +#: pg_basebackup.c:1052 #, c-format msgid "%s: no start point returned from server\n" msgstr "%s: nie zwrócono punktu startowego z serwera\n" -#: pg_basebackup.c:1027 +#: pg_basebackup.c:1068 #, c-format msgid "%s: could not get backup header: %s" msgstr "%s: nie można pobrać nagłówka kopii zapasowej: %s" -#: pg_basebackup.c:1033 +#: pg_basebackup.c:1074 #, c-format msgid "%s: no data returned from server\n" msgstr "%s: nie zwrócono żadnych danych z serwera\n" -#: pg_basebackup.c:1062 +#: pg_basebackup.c:1103 #, c-format msgid "%s: can only write single tablespace to stdout, database has %d\n" msgstr "%s: można zapisać tylko pojedynczą przestrzeń tabel do stdout, baza danych ma %d\n" -#: pg_basebackup.c:1074 +#: pg_basebackup.c:1115 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s: uruchamianie odbiornika WAL w tle\n" -#: pg_basebackup.c:1104 +#: pg_basebackup.c:1145 #, c-format msgid "%s: could not get transaction log end position from server: %s" msgstr "%s: nie można pobrać pozycji końca dziennika transakcji z serwera: %s" -#: pg_basebackup.c:1111 +#: pg_basebackup.c:1152 #, c-format msgid "%s: no transaction log end position returned from server\n" msgstr "%s: nie zwrócono pozycji końca dziennika transakcji z serwera\n" -#: pg_basebackup.c:1123 +#: pg_basebackup.c:1164 #, c-format msgid "%s: final receive failed: %s" msgstr "%s: ostateczne pobieranie nie powiodło się: %s" -#: pg_basebackup.c:1139 +#: pg_basebackup.c:1180 #, c-format msgid "%s: waiting for background process to finish streaming...\n" msgstr "%s: oczekiwanie na zakończenie transmisji strumieniowej przez proces w tle...\n" -#: pg_basebackup.c:1145 +#: pg_basebackup.c:1186 #, c-format msgid "%s: could not send command to background pipe: %s\n" msgstr "%s: nie udało się przesyłanie polecenia do rury w tle: %s\n" -#: pg_basebackup.c:1154 +#: pg_basebackup.c:1195 #, c-format msgid "%s: could not wait for child process: %s\n" msgstr "%s: nie można czekać na proces potomny: %s\n" -#: pg_basebackup.c:1160 +#: pg_basebackup.c:1201 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s: zginął potomek %d, oczekiwano %d\n" -#: pg_basebackup.c:1166 +#: pg_basebackup.c:1207 #, c-format msgid "%s: child process did not exit normally\n" msgstr "%s: proces potomny nie zakończył poprawnie działania\n" -#: pg_basebackup.c:1172 +#: pg_basebackup.c:1213 #, c-format msgid "%s: child process exited with error %d\n" msgstr "%s: proces potomny zakończył działanie z błędem %d\n" -#: pg_basebackup.c:1198 +#: pg_basebackup.c:1239 #, c-format msgid "%s: could not wait for child thread: %s\n" msgstr "%s: nie można czekać na wątek potomny: %s\n" -#: pg_basebackup.c:1205 +#: pg_basebackup.c:1246 #, c-format msgid "%s: could not get child thread exit status: %s\n" msgstr "%s: nie można pobrać statusu wyjścia wątku potomnego: %s\n" -#: pg_basebackup.c:1211 +#: pg_basebackup.c:1252 #, c-format msgid "%s: child thread exited with error %u\n" msgstr "%s: wątek potomny zakończył działanie z błędem %u\n" -#: pg_basebackup.c:1292 +#: pg_basebackup.c:1333 #, c-format msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n" msgstr "%s: niepoprawny format wyjścia \"%s\", musi być \"plain\" lub \"tar\"\n" -#: pg_basebackup.c:1301 pg_basebackup.c:1313 +#: pg_basebackup.c:1342 pg_basebackup.c:1354 #, c-format msgid "%s: cannot specify both --xlog and --xlog-method\n" msgstr "%s: nie można wskazać jednocześnie --xlog oraz --xlog-method\n" -#: pg_basebackup.c:1328 +#: pg_basebackup.c:1369 #, c-format msgid "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" msgstr "%s: niepoprawna opcja xlog-method \"%s\", musi być \"fetch\" lub \"stream\"\n" -#: pg_basebackup.c:1347 +#: pg_basebackup.c:1388 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s: niepoprawny poziom kompresji \"%s\"\n" -#: pg_basebackup.c:1359 +#: pg_basebackup.c:1400 #, c-format msgid "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" msgstr "%s: niepoprawny argument checkpoint \"%s\", musi być \"fast\" lub \"spread\"\n" -#: pg_basebackup.c:1383 pg_receivexlog.c:370 +#: pg_basebackup.c:1424 pg_receivexlog.c:413 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s: niepoprawny interwał stanu \"%s\"\n" -#: pg_basebackup.c:1399 pg_basebackup.c:1413 pg_basebackup.c:1424 -#: pg_basebackup.c:1437 pg_basebackup.c:1447 pg_receivexlog.c:386 -#: pg_receivexlog.c:400 pg_receivexlog.c:411 +#: pg_basebackup.c:1440 pg_basebackup.c:1454 pg_basebackup.c:1465 +#: pg_basebackup.c:1478 pg_basebackup.c:1488 pg_receivexlog.c:429 +#: pg_receivexlog.c:443 pg_receivexlog.c:454 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Spróbuj \"%s --help\" aby uzyskać więcej informacji.\n" -#: pg_basebackup.c:1411 pg_receivexlog.c:398 +#: pg_basebackup.c:1452 pg_receivexlog.c:441 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: za duża ilość parametrów (pierwszy to \"%s\")\n" -#: pg_basebackup.c:1423 pg_receivexlog.c:410 +#: pg_basebackup.c:1464 pg_receivexlog.c:453 #, c-format msgid "%s: no target directory specified\n" msgstr "%s: nie wskazano folderu docelowego\n" -#: pg_basebackup.c:1435 +#: pg_basebackup.c:1476 #, c-format msgid "%s: only tar mode backups can be compressed\n" msgstr "%s: tylko kopie zapasowe w trybie tar mogą być spakowane\n" -#: pg_basebackup.c:1445 +#: pg_basebackup.c:1486 #, c-format msgid "%s: wal streaming can only be used in plain mode\n" msgstr "%s: strumieniowanie wal może być użyte tylko w trybie tekstowym\n" -#: pg_basebackup.c:1456 +#: pg_basebackup.c:1497 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s: ta kompilacja nie obsługuje kompresji\n" -#: pg_receivexlog.c:57 +#: pg_receivexlog.c:64 #, c-format msgid "" "%s receives PostgreSQL streaming transaction logs.\n" @@ -496,7 +503,7 @@ msgstr "" "%s odbiera logi strumieniowania transakcji PostgreSQL.\n" "\n" -#: pg_receivexlog.c:61 +#: pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -505,63 +512,73 @@ msgstr "" "\n" "Opcje:\n" -#: pg_receivexlog.c:62 +#: pg_receivexlog.c:69 #, c-format msgid " -D, --directory=DIR receive transaction log files into this directory\n" msgstr " -D, --directory=FOLDER odbiera pliki dziennika do tego katalogu\n" -#: pg_receivexlog.c:63 +#: pg_receivexlog.c:70 #, c-format msgid " -n, --no-loop do not loop on connection lost\n" msgstr " -n, --noloop nie wchodzi w pętlę po stracie połączenia\n" -#: pg_receivexlog.c:82 +#: pg_receivexlog.c:89 #, c-format msgid "%s: finished segment at %X/%X (timeline %u)\n" msgstr "%s: zakończono segment na %X/%X (oś czasu %u)\n" -#: pg_receivexlog.c:87 +#: pg_receivexlog.c:94 #, c-format msgid "%s: received interrupt signal, exiting.\n" msgstr "%s: odebrano sygnał przerwania, wyjście.\n" -#: pg_receivexlog.c:114 +#: pg_receivexlog.c:121 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: nie można otworzyć katalogu \"%s\": %s\n" -#: pg_receivexlog.c:155 +#: pg_receivexlog.c:162 #, c-format msgid "%s: could not parse transaction log file name \"%s\"\n" msgstr "%s: nie można sparsować nazwy pliku dziennika transakcji \"%s\"\n" -#: pg_receivexlog.c:168 +#: pg_receivexlog.c:175 #, c-format msgid "%s: could not stat file \"%s\": %s\n" msgstr "%s: nie można wykonać stat na pliku \"%s\": %s\n" -#: pg_receivexlog.c:187 +#: pg_receivexlog.c:194 #, c-format msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n" msgstr "%s: plik segmentu \"%s\" ma niepoprawny rozmiar %d, pominięto\n" -#: pg_receivexlog.c:277 +#: pg_receivexlog.c:208 +#, c-format +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s: nie można odczytać katalogu \"%s\": %s\n" + +#: pg_receivexlog.c:215 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n" + +#: pg_receivexlog.c:320 #, c-format msgid "%s: starting log streaming at %X/%X (timeline %u)\n" msgstr "%s: rozpoczęto przesyłanie dziennika na %X/%X (oś czasu %u)\n" -#: pg_receivexlog.c:351 +#: pg_receivexlog.c:394 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s: nieprawidłowy numer portu \"%s\"\n" -#: pg_receivexlog.c:433 +#: pg_receivexlog.c:476 #, c-format msgid "%s: disconnected.\n" msgstr "%s: rozłączono.\n" #. translator: check source for value for %d -#: pg_receivexlog.c:440 +#: pg_receivexlog.c:483 #, c-format msgid "%s: disconnected. Waiting %d seconds to try again.\n" msgstr "%s: rozłączono. Czekam %d sekund i ponawiam próbę.\n" diff --git a/src/bin/pg_basebackup/po/pt_BR.po b/src/bin/pg_basebackup/po/pt_BR.po index 1783584d00..db28961d50 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-2013. +# Euler Taveira de Oliveira , 2012-2014. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-08-11 11:07-0300\n" +"POT-Creation-Date: 2014-05-11 00:47-0300\n" "PO-Revision-Date: 2011-08-20 23:33-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n>1;\n" -#: pg_basebackup.c:103 +#: pg_basebackup.c:125 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -26,17 +26,17 @@ msgstr "" "%s faz uma cópia de segurança base de um servidor PostgreSQL em execução.\n" "\n" -#: pg_basebackup.c:105 pg_receivexlog.c:59 +#: pg_basebackup.c:127 pg_receivexlog.c:66 #, c-format msgid "Usage:\n" msgstr "Uso:\n" -#: pg_basebackup.c:106 pg_receivexlog.c:60 +#: pg_basebackup.c:128 pg_receivexlog.c:67 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [OPÇÃO]...\n" -#: pg_basebackup.c:107 +#: pg_basebackup.c:129 #, c-format msgid "" "\n" @@ -45,22 +45,22 @@ msgstr "" "\n" "Opções que controlam a saída:\n" -#: pg_basebackup.c:108 +#: pg_basebackup.c:130 #, 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:109 +#: pg_basebackup.c:131 #, 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:110 +#: pg_basebackup.c:132 #, 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:111 +#: pg_basebackup.c:133 #, c-format msgid "" " -X, --xlog-method=fetch|stream\n" @@ -69,17 +69,17 @@ msgstr "" " -X, --xlog-method=fetch|stream\n" " inclui os arquivos do WAL requeridos na cópia de segurança\n" -#: pg_basebackup.c:113 +#: pg_basebackup.c:135 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip comprime saída do tar\n" -#: pg_basebackup.c:114 +#: pg_basebackup.c:136 #, 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:115 +#: pg_basebackup.c:137 #, c-format msgid "" "\n" @@ -88,7 +88,7 @@ msgstr "" "\n" "Opções gerais:\n" -#: pg_basebackup.c:116 +#: pg_basebackup.c:138 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -97,32 +97,32 @@ msgstr "" " -c, --checkpoint=fast|spread\n" " define ponto de controle rápido ou distribuído\n" -#: pg_basebackup.c:118 +#: pg_basebackup.c:140 #, 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:119 +#: pg_basebackup.c:141 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress mostra informação de progresso\n" -#: pg_basebackup.c:120 pg_receivexlog.c:64 +#: pg_basebackup.c:142 pg_receivexlog.c:71 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose mostra mensagens de detalhe\n" -#: pg_basebackup.c:121 pg_receivexlog.c:65 +#: pg_basebackup.c:143 pg_receivexlog.c:72 #, 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:122 pg_receivexlog.c:66 +#: pg_basebackup.c:144 pg_receivexlog.c:73 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: pg_basebackup.c:123 pg_receivexlog.c:67 +#: pg_basebackup.c:145 pg_receivexlog.c:74 #, c-format msgid "" "\n" @@ -131,17 +131,17 @@ msgstr "" "\n" "Opções de conexão:\n" -#: pg_basebackup.c:124 pg_receivexlog.c:68 +#: pg_basebackup.c:146 pg_receivexlog.c:75 #, 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:125 pg_receivexlog.c:69 +#: pg_basebackup.c:147 pg_receivexlog.c:76 #, 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:126 pg_receivexlog.c:70 +#: pg_basebackup.c:148 pg_receivexlog.c:77 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -150,22 +150,22 @@ msgstr "" " -s, --status-interval=INTERVALO\n" " tempo entre envio de pacotes de status ao servidor (em segundos)\n" -#: pg_basebackup.c:128 pg_receivexlog.c:72 +#: pg_basebackup.c:150 pg_receivexlog.c:79 #, 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:129 pg_receivexlog.c:73 +#: pg_basebackup.c:151 pg_receivexlog.c:80 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password nunca pergunta senha\n" -#: pg_basebackup.c:130 pg_receivexlog.c:74 +#: pg_basebackup.c:152 pg_receivexlog.c:81 #, c-format msgid " -W, --password force password prompt (should happen automatically)\n" msgstr " -W, --password pergunta senha (pode ocorrer automaticamente)\n" -#: pg_basebackup.c:131 pg_receivexlog.c:75 +#: pg_basebackup.c:153 pg_receivexlog.c:82 #, c-format msgid "" "\n" @@ -174,322 +174,322 @@ msgstr "" "\n" "Relate erros a .\n" -#: pg_basebackup.c:172 +#: pg_basebackup.c:194 #, 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:180 pg_basebackup.c:271 pg_basebackup.c:1205 -#: pg_receivexlog.c:274 +#: pg_basebackup.c:202 pg_basebackup.c:293 pg_basebackup.c:1228 +#: pg_receivexlog.c:299 #, 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:283 +#: pg_basebackup.c:305 #, 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:316 +#: pg_basebackup.c:338 #, 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:328 +#: pg_basebackup.c:350 #, 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:353 pg_basebackup.c:821 +#: pg_basebackup.c:375 pg_basebackup.c:844 #, 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:370 +#: pg_basebackup.c:392 #, 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:378 +#: pg_basebackup.c:400 #, 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:425 +#: pg_basebackup.c:447 #, c-format msgid "%s/%s kB (100%%), %d/%d tablespace %35s" msgid_plural "%s/%s kB (100%%), %d/%d tablespaces %35s" msgstr[0] "%s/%s kB (100%%), %d/%d tablespace %35s" msgstr[1] "%s/%s kB (100%%), %d/%d tablespaces %35s" -#: pg_basebackup.c:432 +#: pg_basebackup.c:454 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)" msgstr[0] "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)" msgstr[1] "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)" -#: pg_basebackup.c:440 +#: pg_basebackup.c:462 #, 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:486 pg_basebackup.c:506 pg_basebackup.c:534 +#: pg_basebackup.c:508 pg_basebackup.c:529 pg_basebackup.c:557 #, 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:555 +#: pg_basebackup.c:578 #, 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:566 pg_basebackup.c:863 +#: pg_basebackup.c:589 pg_basebackup.c:886 #, 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:578 pg_basebackup.c:725 +#: pg_basebackup.c:601 pg_basebackup.c:748 #, 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:612 pg_basebackup.c:670 +#: pg_basebackup.c:635 pg_basebackup.c:693 #, 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:623 pg_basebackup.c:680 pg_basebackup.c:903 +#: pg_basebackup.c:646 pg_basebackup.c:703 pg_basebackup.c:926 #, 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:635 +#: pg_basebackup.c:658 #, 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:648 receivelog.c:157 receivelog.c:630 receivelog.c:639 +#: pg_basebackup.c:671 receivelog.c:157 receivelog.c:630 receivelog.c:639 #, 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:659 pg_basebackup.c:754 receivelog.c:473 +#: pg_basebackup.c:682 pg_basebackup.c:777 receivelog.c:473 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s: não pôde ler dados do COPY: %s" -#: pg_basebackup.c:768 +#: pg_basebackup.c:791 #, 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:776 +#: pg_basebackup.c:799 #, c-format msgid "%s: could not parse file size\n" msgstr "%s: não pôde obter tamanho do arquivo\n" -#: pg_basebackup.c:784 +#: pg_basebackup.c:807 #, c-format msgid "%s: could not parse file mode\n" msgstr "%s: não pôde obter modo do arquivo\n" -#: pg_basebackup.c:829 +#: pg_basebackup.c:852 #, 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:842 +#: pg_basebackup.c:865 #, 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:850 +#: pg_basebackup.c:873 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s: indicador de link \"%c\" desconhecido\n" -#: pg_basebackup.c:870 +#: pg_basebackup.c:893 #, 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:929 +#: pg_basebackup.c:952 #, 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:972 pg_receivexlog.c:245 +#: pg_basebackup.c:995 pg_receivexlog.c:270 #, c-format msgid "%s: unsupported server version %s\n" msgstr "%s: versão do servidor %s não é suportada\n" -#: pg_basebackup.c:983 pg_basebackup.c:1012 pg_receivexlog.c:257 +#: pg_basebackup.c:1006 pg_basebackup.c:1035 pg_receivexlog.c:282 #: receivelog.c:303 receivelog.c:340 #, 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:990 pg_receivexlog.c:265 receivelog.c:311 +#: pg_basebackup.c:1013 pg_receivexlog.c:290 receivelog.c:311 #, 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:1023 +#: pg_basebackup.c:1046 #, 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:1029 +#: pg_basebackup.c:1052 #, c-format msgid "%s: no start point returned from server\n" msgstr "%s: nenhum ponto de início foi retornado do servidor\n" -#: pg_basebackup.c:1045 +#: pg_basebackup.c:1068 #, 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:1051 +#: pg_basebackup.c:1074 #, c-format msgid "%s: no data returned from server\n" msgstr "%s: nenhum dado foi retornado do servidor\n" -#: pg_basebackup.c:1080 +#: pg_basebackup.c:1103 #, 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:1092 +#: pg_basebackup.c:1115 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s: iniciando receptor do WAL em segundo plano\n" -#: pg_basebackup.c:1122 +#: pg_basebackup.c:1145 #, 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:1129 +#: pg_basebackup.c:1152 #, 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:1141 +#: pg_basebackup.c:1164 #, c-format msgid "%s: final receive failed: %s" msgstr "%s: recepção final falhou: %s" -#: pg_basebackup.c:1157 +#: pg_basebackup.c:1180 #, c-format msgid "%s: waiting for background process to finish streaming...\n" msgstr "%s: esperando processo em segundo plano terminar o fluxo...\n" -#: pg_basebackup.c:1163 +#: pg_basebackup.c:1186 #, 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:1172 +#: pg_basebackup.c:1195 #, 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:1178 +#: pg_basebackup.c:1201 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s: processo filho %d morreu, esperado %d\n" -#: pg_basebackup.c:1184 +#: pg_basebackup.c:1207 #, c-format msgid "%s: child process did not exit normally\n" msgstr "%s: processo filho não terminou normalmente\n" -#: pg_basebackup.c:1190 +#: pg_basebackup.c:1213 #, 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:1216 +#: pg_basebackup.c:1239 #, 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:1223 +#: pg_basebackup.c:1246 #, 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:1229 +#: pg_basebackup.c:1252 #, c-format msgid "%s: child thread exited with error %u\n" msgstr "%s: thread filho terminou com erro %u\n" -#: pg_basebackup.c:1310 +#: pg_basebackup.c:1333 #, 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:1319 pg_basebackup.c:1331 +#: pg_basebackup.c:1342 pg_basebackup.c:1354 #, 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:1346 +#: pg_basebackup.c:1369 #, 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:1365 +#: pg_basebackup.c:1388 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s: nível de compressão \"%s\" é inválido\n" -#: pg_basebackup.c:1377 +#: pg_basebackup.c:1400 #, 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:1401 pg_receivexlog.c:388 +#: pg_basebackup.c:1424 pg_receivexlog.c:413 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s: intervalo do status \"%s\" é inválido\n" -#: pg_basebackup.c:1417 pg_basebackup.c:1431 pg_basebackup.c:1442 -#: pg_basebackup.c:1455 pg_basebackup.c:1465 pg_receivexlog.c:404 -#: pg_receivexlog.c:418 pg_receivexlog.c:429 +#: pg_basebackup.c:1440 pg_basebackup.c:1454 pg_basebackup.c:1465 +#: pg_basebackup.c:1478 pg_basebackup.c:1488 pg_receivexlog.c:429 +#: pg_receivexlog.c:443 pg_receivexlog.c:454 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: pg_basebackup.c:1429 pg_receivexlog.c:416 +#: pg_basebackup.c:1452 pg_receivexlog.c:441 #, 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:1441 pg_receivexlog.c:428 +#: pg_basebackup.c:1464 pg_receivexlog.c:453 #, c-format msgid "%s: no target directory specified\n" msgstr "%s: nenhum diretório de destino foi especificado\n" -#: pg_basebackup.c:1453 +#: pg_basebackup.c:1476 #, 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:1463 +#: pg_basebackup.c:1486 #, c-format msgid "%s: wal streaming can only be used in plain mode\n" msgstr "%s: fluxo do wal só pode ser utilizado em modo plain\n" -#: pg_basebackup.c:1474 +#: pg_basebackup.c:1497 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s: esse programa binário não suporta compressão\n" -#: pg_receivexlog.c:57 +#: pg_receivexlog.c:64 #, c-format msgid "" "%s receives PostgreSQL streaming transaction logs.\n" @@ -498,7 +498,7 @@ msgstr "" "%s recebe fluxo de logs de transação do PostgreSQL.\n" "\n" -#: pg_receivexlog.c:61 +#: pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -507,63 +507,73 @@ msgstr "" "\n" "Opções:\n" -#: pg_receivexlog.c:62 +#: pg_receivexlog.c:69 #, c-format msgid " -D, --directory=DIR receive transaction log files into this directory\n" msgstr " -D, --directory=DIR recebe arquivos de log de transação neste diretório\n" -#: pg_receivexlog.c:63 +#: pg_receivexlog.c:70 #, c-format msgid " -n, --no-loop do not loop on connection lost\n" msgstr " -n, --no-loop não tentar novamente ao perder a conexão\n" -#: pg_receivexlog.c:82 +#: pg_receivexlog.c:89 #, c-format msgid "%s: finished segment at %X/%X (timeline %u)\n" msgstr "%s: terminou o segmento em %X/%X (linha do tempo %u)\n" -#: pg_receivexlog.c:87 +#: pg_receivexlog.c:94 #, c-format msgid "%s: received interrupt signal, exiting.\n" msgstr "%s: recebeu sinal de interrupção, terminando.\n" -#: pg_receivexlog.c:114 +#: pg_receivexlog.c:121 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: não pôde abrir diretório \"%s\": %s\n" -#: pg_receivexlog.c:155 +#: pg_receivexlog.c:162 #, c-format msgid "%s: could not parse transaction log file name \"%s\"\n" msgstr "%s: não pôde validar nome do arquivo de log de transação \"%s\"\n" -#: pg_receivexlog.c:168 +#: pg_receivexlog.c:175 #, c-format msgid "%s: could not stat file \"%s\": %s\n" msgstr "%s: não pôde executar stat no arquivo \"%s\": %s\n" -#: pg_receivexlog.c:187 +#: pg_receivexlog.c:194 #, c-format msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n" msgstr "%s: arquivo de segmento \"%s\" tem tamanho incorreto %d, ignorando\n" -#: pg_receivexlog.c:295 +#: pg_receivexlog.c:208 +#, c-format +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s: não pôde ler diretório \"%s\": %s\n" + +#: pg_receivexlog.c:215 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: não pôde fechar diretório \"%s\": %s\n" + +#: pg_receivexlog.c:320 #, c-format 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:369 +#: pg_receivexlog.c:394 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s: número de porta inválido: \"%s\"\n" -#: pg_receivexlog.c:451 +#: pg_receivexlog.c:476 #, c-format msgid "%s: disconnected.\n" msgstr "%s: desconectado.\n" #. translator: check source for value for %d -#: pg_receivexlog.c:458 +#: pg_receivexlog.c:483 #, c-format msgid "%s: disconnected. Waiting %d seconds to try again.\n" msgstr "%s: desconectado. Esperando %d segundos para tentar novamente.\n" diff --git a/src/bin/pg_basebackup/po/ru.po b/src/bin/pg_basebackup/po/ru.po index a7b926a4bc..f0e5fdcf89 100644 --- a/src/bin/pg_basebackup/po/ru.po +++ b/src/bin/pg_basebackup/po/ru.po @@ -1,9 +1,9 @@ # Russian message translation file for pg_basebackup # Copyright (C) 2012 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Alexander Lakhin , 2012. # # ChangeLog: +# Alexander Lakhin , 2012. # - June 27, 2012: Updates for 9.2. Alexander Lakhin . # - April 2, 2012: Bug fixes. Alexander Lakhin . # - February 17, 2012: Complete translation for 9.1, Alexander Lakhin . @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-04-01 04:28+0000\n" -"PO-Revision-Date: 2013-04-01 10:28+0400\n" +"POT-Creation-Date: 2014-04-02 02:01+0000\n" +"PO-Revision-Date: 2014-04-02 09:32+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -23,7 +23,7 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Lokalize 1.5\n" -#: pg_basebackup.c:103 +#: pg_basebackup.c:125 #, c-format msgid "" "%s takes a base backup of a running PostgreSQL server.\n" @@ -32,17 +32,17 @@ msgstr "" "%s делает базовую резервную копию работающего сервера PostgreSQL.\n" "\n" -#: pg_basebackup.c:105 pg_receivexlog.c:59 +#: pg_basebackup.c:127 pg_receivexlog.c:66 #, c-format msgid "Usage:\n" msgstr "Использование:\n" -#: pg_basebackup.c:106 pg_receivexlog.c:60 +#: pg_basebackup.c:128 pg_receivexlog.c:67 #, c-format msgid " %s [OPTION]...\n" msgstr " %s [ПАРАМЕТР]...\n" -#: pg_basebackup.c:107 +#: pg_basebackup.c:129 #, c-format msgid "" "\n" @@ -51,26 +51,26 @@ msgstr "" "\n" "Параметры, управляющие выводом:\n" -#: pg_basebackup.c:108 +#: pg_basebackup.c:130 #, c-format msgid " -D, --pgdata=DIRECTORY receive base backup into directory\n" msgstr " -D, --pgdata=КАТАЛОГ сохранить базовую копию в указанный каталог\n" -#: pg_basebackup.c:109 +#: pg_basebackup.c:131 #, c-format msgid " -F, --format=p|t output format (plain (default), tar)\n" msgstr "" " -F, --format=p|t формат вывода (p (по умолчанию) - простой, t - " "tar)\n" -#: pg_basebackup.c:110 +#: pg_basebackup.c:132 #, c-format msgid "" " -x, --xlog include required WAL files in backup (fetch mode)\n" msgstr "" " -x, --xlog включить в копию требуемые файлы WAL (режим fetch)\n" -#: pg_basebackup.c:111 +#: pg_basebackup.c:133 #, c-format msgid "" " -X, --xlog-method=fetch|stream\n" @@ -80,18 +80,18 @@ msgstr "" " включить в копию требуемые файлы WAL, используя\n" " заданный метод\n" -#: pg_basebackup.c:113 +#: pg_basebackup.c:135 #, c-format msgid " -z, --gzip compress tar output\n" msgstr " -z, --gzip сжать выходной tar\n" -#: pg_basebackup.c:114 +#: pg_basebackup.c:136 #, c-format msgid "" " -Z, --compress=0-9 compress tar output with given compression level\n" msgstr " -Z, --compress=0-9 установить уровень сжатия выходного архива\n" -#: pg_basebackup.c:115 +#: pg_basebackup.c:137 #, c-format msgid "" "\n" @@ -100,7 +100,7 @@ msgstr "" "\n" "Общие параметры:\n" -#: pg_basebackup.c:116 +#: pg_basebackup.c:138 #, c-format msgid "" " -c, --checkpoint=fast|spread\n" @@ -109,32 +109,32 @@ msgstr "" " -c, --checkpoint=fast|spread\n" " режим быстрых или распределённых контрольных точек\n" -#: pg_basebackup.c:118 +#: pg_basebackup.c:140 #, c-format msgid " -l, --label=LABEL set backup label\n" msgstr " -l, --label=МЕТКА установить метку резервной копии\n" -#: pg_basebackup.c:119 +#: pg_basebackup.c:141 #, c-format msgid " -P, --progress show progress information\n" msgstr " -P, --progress показывать прогресс операции\n" -#: pg_basebackup.c:120 pg_receivexlog.c:64 +#: pg_basebackup.c:142 pg_receivexlog.c:71 #, c-format msgid " -v, --verbose output verbose messages\n" msgstr " -v, --verbose выводить подробные сообщения\n" -#: pg_basebackup.c:121 pg_receivexlog.c:65 +#: pg_basebackup.c:143 pg_receivexlog.c:72 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: pg_basebackup.c:122 pg_receivexlog.c:66 +#: pg_basebackup.c:144 pg_receivexlog.c:73 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: pg_basebackup.c:123 pg_receivexlog.c:67 +#: pg_basebackup.c:145 pg_receivexlog.c:74 #, c-format msgid "" "\n" @@ -143,17 +143,17 @@ msgstr "" "\n" "Параметры подключения:\n" -#: pg_basebackup.c:124 pg_receivexlog.c:68 +#: pg_basebackup.c:146 pg_receivexlog.c:75 #, c-format msgid " -h, --host=HOSTNAME database server host or socket directory\n" msgstr " -h, --host=ИМЯ имя сервера баз данных или каталог сокетов\n" -#: pg_basebackup.c:125 pg_receivexlog.c:69 +#: pg_basebackup.c:147 pg_receivexlog.c:76 #, c-format msgid " -p, --port=PORT database server port number\n" msgstr " -p, --port=ПОРТ номер порта сервера БД\n" -#: pg_basebackup.c:126 pg_receivexlog.c:70 +#: pg_basebackup.c:148 pg_receivexlog.c:77 #, c-format msgid "" " -s, --status-interval=INTERVAL\n" @@ -164,19 +164,19 @@ msgstr "" " интервал между передаваемыми серверу\n" " пакетами состояния (в секундах)\n" -#: pg_basebackup.c:128 pg_receivexlog.c:72 +#: pg_basebackup.c:150 pg_receivexlog.c:79 #, c-format msgid " -U, --username=NAME connect as specified database user\n" msgstr "" " -U, --username=NAME connect as specified database user\n" " -U, --username=ИМЯ имя пользователя баз данных\n" -#: pg_basebackup.c:129 pg_receivexlog.c:73 +#: pg_basebackup.c:151 pg_receivexlog.c:80 #, c-format msgid " -w, --no-password never prompt for password\n" msgstr " -w, --no-password не запрашивать пароль\n" -#: pg_basebackup.c:130 pg_receivexlog.c:74 +#: pg_basebackup.c:152 pg_receivexlog.c:81 #, c-format msgid "" " -W, --password force password prompt (should happen " @@ -184,7 +184,7 @@ msgid "" msgstr "" " -W, --password запрашивать пароль всегда (обычно не требуется)\n" -#: pg_basebackup.c:131 pg_receivexlog.c:75 +#: pg_basebackup.c:153 pg_receivexlog.c:82 #, c-format msgid "" "\n" @@ -193,48 +193,48 @@ msgstr "" "\n" "Об ошибках сообщайте по адресу .\n" -#: pg_basebackup.c:172 +#: pg_basebackup.c:194 #, c-format msgid "%s: could not read from ready pipe: %s\n" msgstr "%s: не удалось прочитать из готового канала: %s\n" -#: pg_basebackup.c:180 pg_basebackup.c:271 pg_basebackup.c:1205 -#: pg_receivexlog.c:274 +#: pg_basebackup.c:202 pg_basebackup.c:293 pg_basebackup.c:1228 +#: pg_receivexlog.c:299 #, c-format msgid "%s: could not parse transaction log location \"%s\"\n" msgstr "%s: не удалось разобрать положение в журнале транзакций \"%s\"\n" -#: pg_basebackup.c:283 +#: pg_basebackup.c:305 #, c-format msgid "%s: could not create pipe for background process: %s\n" msgstr "%s: не удалось создать канал для фонового процесса: %s\n" -#: pg_basebackup.c:316 +#: pg_basebackup.c:338 #, c-format msgid "%s: could not create background process: %s\n" msgstr "%s: не удалось создать фоновый процесс: %s\n" -#: pg_basebackup.c:328 +#: pg_basebackup.c:350 #, c-format msgid "%s: could not create background thread: %s\n" msgstr "%s: не удалось создать фоновый поток выполнения: %s\n" -#: pg_basebackup.c:353 pg_basebackup.c:821 +#: pg_basebackup.c:375 pg_basebackup.c:844 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: не удалось создать каталог \"%s\": %s\n" -#: pg_basebackup.c:370 +#: pg_basebackup.c:392 #, c-format msgid "%s: directory \"%s\" exists but is not empty\n" msgstr "%s: каталог \"%s\" существует, но он не пуст\n" -#: pg_basebackup.c:378 +#: pg_basebackup.c:400 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: нет доступа к каталогу \"%s\": %s\n" -#: pg_basebackup.c:425 +#: pg_basebackup.c:447 #, c-format msgid "%s/%s kB (100%%), %d/%d tablespace %35s" msgid_plural "%s/%s kB (100%%), %d/%d tablespaces %35s" @@ -242,7 +242,7 @@ msgstr[0] "%s/%s КБ (100%%), табличное пространство %d/%d msgstr[1] "%s/%s КБ (100%%), табличное пространство %d/%d %35s" msgstr[2] "%s/%s КБ (100%%), табличное пространство %d/%d %35s" -#: pg_basebackup.c:432 +#: pg_basebackup.c:454 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace (%-30.30s)" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces (%-30.30s)" @@ -250,7 +250,7 @@ msgstr[0] "%s/%s КБ (%d%%), табличное пространство %d/%d msgstr[1] "%s/%s КБ (%d%%), табличное пространство %d/%d (%-30.30s)" msgstr[2] "%s/%s КБ (%d%%), табличное пространство %d/%d (%-30.30s)" -#: pg_basebackup.c:440 +#: pg_basebackup.c:462 #, c-format msgid "%s/%s kB (%d%%), %d/%d tablespace" msgid_plural "%s/%s kB (%d%%), %d/%d tablespaces" @@ -258,103 +258,103 @@ msgstr[0] "%s/%s КБ (%d%%), табличное пространство %d/%d" msgstr[1] "%s/%s КБ (%d%%), табличное пространство %d/%d" msgstr[2] "%s/%s КБ (%d%%), табличное пространство %d/%d" -#: pg_basebackup.c:486 pg_basebackup.c:506 pg_basebackup.c:534 +#: pg_basebackup.c:508 pg_basebackup.c:529 pg_basebackup.c:557 #, c-format msgid "%s: could not set compression level %d: %s\n" msgstr "%s: не удалось установить уровень сжатия %d: %s\n" -#: pg_basebackup.c:555 +#: pg_basebackup.c:578 #, c-format msgid "%s: could not create compressed file \"%s\": %s\n" msgstr "%s: не удалось создать файл сжатого архива \"%s\": %s\n" -#: pg_basebackup.c:566 pg_basebackup.c:863 +#: pg_basebackup.c:589 pg_basebackup.c:886 #, c-format msgid "%s: could not create file \"%s\": %s\n" msgstr "%s: не удалось создать файл \"%s\": %s\n" -#: pg_basebackup.c:578 pg_basebackup.c:725 +#: pg_basebackup.c:601 pg_basebackup.c:748 #, c-format msgid "%s: could not get COPY data stream: %s" msgstr "%s: не удалось получить поток данных COPY: %s" -#: pg_basebackup.c:612 pg_basebackup.c:670 +#: pg_basebackup.c:635 pg_basebackup.c:693 #, c-format msgid "%s: could not write to compressed file \"%s\": %s\n" msgstr "%s: не удалось записать файл сжатого архива \"%s\": %s\n" -#: pg_basebackup.c:623 pg_basebackup.c:680 pg_basebackup.c:903 +#: pg_basebackup.c:646 pg_basebackup.c:703 pg_basebackup.c:926 #, c-format msgid "%s: could not write to file \"%s\": %s\n" msgstr "%s: не удалось записать файл \"%s\": %s\n" -#: pg_basebackup.c:635 +#: pg_basebackup.c:658 #, c-format msgid "%s: could not close compressed file \"%s\": %s\n" msgstr "%s: не удалось закрыть сжатый файл \"%s\": %s\n" -#: pg_basebackup.c:648 receivelog.c:157 receivelog.c:630 receivelog.c:639 +#: pg_basebackup.c:671 receivelog.c:157 receivelog.c:630 receivelog.c:639 #, c-format msgid "%s: could not close file \"%s\": %s\n" msgstr "%s: не удалось закрыть файл \"%s\": %s\n" -#: pg_basebackup.c:659 pg_basebackup.c:754 receivelog.c:473 +#: pg_basebackup.c:682 pg_basebackup.c:777 receivelog.c:473 #, c-format msgid "%s: could not read COPY data: %s" msgstr "%s: не удалось прочитать данные COPY: %s" -#: pg_basebackup.c:768 +#: pg_basebackup.c:791 #, c-format msgid "%s: invalid tar block header size: %d\n" msgstr "%s: неверный размер заголовка блока tar: %d\n" -#: pg_basebackup.c:776 +#: pg_basebackup.c:799 #, c-format msgid "%s: could not parse file size\n" msgstr "%s: не удалось разобрать размер файла\n" -#: pg_basebackup.c:784 +#: pg_basebackup.c:807 #, c-format msgid "%s: could not parse file mode\n" msgstr "%s: не удалось разобрать режим файла\n" -#: pg_basebackup.c:829 +#: pg_basebackup.c:852 #, c-format msgid "%s: could not set permissions on directory \"%s\": %s\n" msgstr "%s: не удалось установить права для каталога \"%s\": %s\n" -#: pg_basebackup.c:842 +#: pg_basebackup.c:865 #, c-format msgid "%s: could not create symbolic link from \"%s\" to \"%s\": %s\n" msgstr "%s: не удалось создать символическую ссылку \"%s\" в \"%s\": %s\n" -#: pg_basebackup.c:850 +#: pg_basebackup.c:873 #, c-format msgid "%s: unrecognized link indicator \"%c\"\n" msgstr "%s: нераспознанный индикатор связи \"%c\"\n" -#: pg_basebackup.c:870 +#: pg_basebackup.c:893 #, c-format msgid "%s: could not set permissions on file \"%s\": %s\n" msgstr "%s: не удалось установить права доступа для файла \"%s\": %s\n" -#: pg_basebackup.c:929 +#: pg_basebackup.c:952 #, c-format msgid "%s: COPY stream ended before last file was finished\n" msgstr "%s: поток COPY закончился до завершения последнего файла\n" -#: pg_basebackup.c:972 pg_receivexlog.c:245 +#: pg_basebackup.c:995 pg_receivexlog.c:270 #, c-format msgid "%s: unsupported server version %s\n" msgstr "%s: неподдерживаемая версия сервера (%s)\n" -#: pg_basebackup.c:983 pg_basebackup.c:1012 pg_receivexlog.c:257 +#: pg_basebackup.c:1006 pg_basebackup.c:1035 pg_receivexlog.c:282 #: receivelog.c:303 receivelog.c:340 #, c-format msgid "%s: could not send replication command \"%s\": %s" msgstr "%s: не удалось передать команду репликации \"%s\": %s" -#: pg_basebackup.c:990 pg_receivexlog.c:265 receivelog.c:311 +#: pg_basebackup.c:1013 pg_receivexlog.c:290 receivelog.c:311 #, c-format msgid "" "%s: could not identify system: got %d rows and %d fields, expected %d rows " @@ -363,110 +363,110 @@ msgstr "" "%s: не удалось идентифицировать систему, получено строк: %d, полей: %d " "(ожидалось: %d и %d)\n" -#: pg_basebackup.c:1023 +#: pg_basebackup.c:1046 #, c-format msgid "%s: could not initiate base backup: %s" msgstr "%s: не удалось инициализировать базовое резервное копирование: %s" -#: pg_basebackup.c:1029 +#: pg_basebackup.c:1052 #, c-format msgid "%s: no start point returned from server\n" msgstr "%s: сервер не вернул стартовую точку\n" -#: pg_basebackup.c:1045 +#: pg_basebackup.c:1068 #, c-format msgid "%s: could not get backup header: %s" msgstr "%s: не удалось получить заголовок резервной копии: %s" -#: pg_basebackup.c:1051 +#: pg_basebackup.c:1074 #, c-format msgid "%s: no data returned from server\n" msgstr "%s: сервер не вернул данные\n" -#: pg_basebackup.c:1080 +#: pg_basebackup.c:1103 #, c-format msgid "%s: can only write single tablespace to stdout, database has %d\n" msgstr "" "%s: в stdout можно вывести только одно табличное пространство, всего в СУБД " "их %d\n" -#: pg_basebackup.c:1092 +#: pg_basebackup.c:1115 #, c-format msgid "%s: starting background WAL receiver\n" msgstr "%s: запуск фонового процесса считывания WAL\n" -#: pg_basebackup.c:1122 +#: pg_basebackup.c:1145 #, c-format msgid "%s: could not get transaction log end position from server: %s" msgstr "" "%s: не удалось получить конечную позицию в журнале транзакций с сервера: %s" -#: pg_basebackup.c:1129 +#: pg_basebackup.c:1152 #, c-format msgid "%s: no transaction log end position returned from server\n" msgstr "%s: сервер не вернул конечную позицию в журнале транзакций\n" -#: pg_basebackup.c:1141 +#: pg_basebackup.c:1164 #, c-format msgid "%s: final receive failed: %s" msgstr "%s: ошибка в конце передачи: %s" -#: pg_basebackup.c:1157 +#: pg_basebackup.c:1180 #, c-format msgid "%s: waiting for background process to finish streaming...\n" msgstr "%s: ожидание завершения потоковой передачи фоновым процессом...\n" -#: pg_basebackup.c:1163 +#: pg_basebackup.c:1186 #, c-format msgid "%s: could not send command to background pipe: %s\n" msgstr "%s: не удалось отправить команду в канал фонового процесса: %s\n" -#: pg_basebackup.c:1172 +#: pg_basebackup.c:1195 #, c-format msgid "%s: could not wait for child process: %s\n" msgstr "%s: сбой при ожидании дочернего процесса: %s\n" -#: pg_basebackup.c:1178 +#: pg_basebackup.c:1201 #, c-format msgid "%s: child %d died, expected %d\n" msgstr "%s: завершился дочерний процесс %d вместо ожидаемого %d\n" -#: pg_basebackup.c:1184 +#: pg_basebackup.c:1207 #, c-format msgid "%s: child process did not exit normally\n" msgstr "%s: дочерний процесс завершён ненормально\n" -#: pg_basebackup.c:1190 +#: pg_basebackup.c:1213 #, c-format msgid "%s: child process exited with error %d\n" msgstr "%s: дочерний процесс завершился с ошибкой %d\n" -#: pg_basebackup.c:1216 +#: pg_basebackup.c:1239 #, c-format msgid "%s: could not wait for child thread: %s\n" msgstr "%s: сбой при ожидании дочернего потока: %s\n" -#: pg_basebackup.c:1223 +#: pg_basebackup.c:1246 #, c-format msgid "%s: could not get child thread exit status: %s\n" msgstr "%s: не удалось получить состояние завершения дочернего потока: %s\n" -#: pg_basebackup.c:1229 +#: pg_basebackup.c:1252 #, c-format msgid "%s: child thread exited with error %u\n" msgstr "%s: дочерний поток завершился с ошибкой %u\n" -#: pg_basebackup.c:1310 +#: pg_basebackup.c:1333 #, c-format msgid "%s: invalid output format \"%s\", must be \"plain\" or \"tar\"\n" msgstr "%s: неверный формат вывода \"%s\", должен быть \"plain\" или \"tar\"\n" -#: pg_basebackup.c:1319 pg_basebackup.c:1331 +#: pg_basebackup.c:1342 pg_basebackup.c:1354 #, c-format msgid "%s: cannot specify both --xlog and --xlog-method\n" msgstr "%s: указать и --xlog, и --xlog-method одновременно нельзя\n" -#: pg_basebackup.c:1346 +#: pg_basebackup.c:1369 #, c-format msgid "" "%s: invalid xlog-method option \"%s\", must be \"fetch\" or \"stream\"\n" @@ -474,12 +474,12 @@ msgstr "" "%s: неверный аргумент для xlog-method - \"%s\", допускается только \"fetch\" " "или \"stream\"\n" -#: pg_basebackup.c:1365 +#: pg_basebackup.c:1388 #, c-format msgid "%s: invalid compression level \"%s\"\n" msgstr "%s: неверный уровень сжатия \"%s\"\n" -#: pg_basebackup.c:1377 +#: pg_basebackup.c:1400 #, c-format msgid "" "%s: invalid checkpoint argument \"%s\", must be \"fast\" or \"spread\"\n" @@ -487,44 +487,44 @@ msgstr "" "%s: неверный аргумент режима контрольных точек \"%s\", должен быть \"fast\" " "или \"spread\"\n" -#: pg_basebackup.c:1401 pg_receivexlog.c:388 +#: pg_basebackup.c:1424 pg_receivexlog.c:413 #, c-format msgid "%s: invalid status interval \"%s\"\n" msgstr "%s: неверный интервал сообщений о состоянии \"%s\"\n" -#: pg_basebackup.c:1417 pg_basebackup.c:1431 pg_basebackup.c:1442 -#: pg_basebackup.c:1455 pg_basebackup.c:1465 pg_receivexlog.c:404 -#: pg_receivexlog.c:418 pg_receivexlog.c:429 +#: pg_basebackup.c:1440 pg_basebackup.c:1454 pg_basebackup.c:1465 +#: pg_basebackup.c:1478 pg_basebackup.c:1488 pg_receivexlog.c:429 +#: pg_receivexlog.c:443 pg_receivexlog.c:454 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" -#: pg_basebackup.c:1429 pg_receivexlog.c:416 +#: pg_basebackup.c:1452 pg_receivexlog.c:441 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: слишком много аргументов командной строки (первый: \"%s\")\n" -#: pg_basebackup.c:1441 pg_receivexlog.c:428 +#: pg_basebackup.c:1464 pg_receivexlog.c:453 #, c-format msgid "%s: no target directory specified\n" msgstr "%s: целевой каталог не указан\n" -#: pg_basebackup.c:1453 +#: pg_basebackup.c:1476 #, c-format msgid "%s: only tar mode backups can be compressed\n" msgstr "%s: сжимать можно только резервные копии в архиве tar\n" -#: pg_basebackup.c:1463 +#: pg_basebackup.c:1486 #, c-format msgid "%s: wal streaming can only be used in plain mode\n" msgstr "%s: потоковая передача wal поддерживается только в режиме plain\n" -#: pg_basebackup.c:1474 +#: pg_basebackup.c:1497 #, c-format msgid "%s: this build does not support compression\n" msgstr "%s: эта сборка программы не поддерживает сжатие\n" -#: pg_receivexlog.c:57 +#: pg_receivexlog.c:64 #, c-format msgid "" "%s receives PostgreSQL streaming transaction logs.\n" @@ -533,7 +533,7 @@ msgstr "" "%s получает транслируемые журналы транзакций PostgreSQL.\n" "\n" -#: pg_receivexlog.c:61 +#: pg_receivexlog.c:68 #, c-format msgid "" "\n" @@ -542,7 +542,7 @@ msgstr "" "\n" "Параметры:\n" -#: pg_receivexlog.c:62 +#: pg_receivexlog.c:69 #, c-format msgid "" " -D, --directory=DIR receive transaction log files into this directory\n" @@ -550,59 +550,69 @@ msgstr "" " -D, --directory=ПУТЬ сохранять файлы журналов транзакций в данный " "каталог\n" -#: pg_receivexlog.c:63 +#: pg_receivexlog.c:70 #, c-format msgid " -n, --no-loop do not loop on connection lost\n" msgstr " -n, --no-loop прерывать работу при потере соединения\n" -#: pg_receivexlog.c:82 +#: pg_receivexlog.c:89 #, c-format msgid "%s: finished segment at %X/%X (timeline %u)\n" msgstr "%s: завершён сегмент %X/%X (линия времени %u)\n" -#: pg_receivexlog.c:87 +#: pg_receivexlog.c:94 #, c-format msgid "%s: received interrupt signal, exiting.\n" msgstr "%s: получен сигнал прерывания, работа завершается.\n" -#: pg_receivexlog.c:114 +#: pg_receivexlog.c:121 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: не удалось открыть каталог \"%s\": %s\n" -#: pg_receivexlog.c:155 +#: pg_receivexlog.c:162 #, c-format msgid "%s: could not parse transaction log file name \"%s\"\n" msgstr "%s: не удалось разобрать имя файла журнала транзакций \"%s\"\n" -#: pg_receivexlog.c:168 +#: pg_receivexlog.c:175 #, c-format msgid "%s: could not stat file \"%s\": %s\n" msgstr "%s: не удалось получить информацию о файле \"%s\": %s\n" -#: pg_receivexlog.c:187 +#: pg_receivexlog.c:194 #, c-format msgid "%s: segment file \"%s\" has incorrect size %d, skipping\n" msgstr "" "%s: файл сегмента \"%s\" имеет неправильный размер %d, файл пропускается\n" -#: pg_receivexlog.c:295 +#: pg_receivexlog.c:208 +#, c-format +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s: не удалось прочитать каталог \"%s\": %s\n" + +#: pg_receivexlog.c:215 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: не удалось закрыть каталог \"%s\": %s\n" + +#: pg_receivexlog.c:320 #, c-format msgid "%s: starting log streaming at %X/%X (timeline %u)\n" msgstr "%s: начало передачи журнала с позиции %X/%X (линия времени %u)\n" -#: pg_receivexlog.c:369 +#: pg_receivexlog.c:394 #, c-format msgid "%s: invalid port number \"%s\"\n" msgstr "%s: неверный номер порта \"%s\"\n" -#: pg_receivexlog.c:451 +#: pg_receivexlog.c:476 #, c-format msgid "%s: disconnected.\n" msgstr "%s: отключение.\n" #. translator: check source for value for %d -#: pg_receivexlog.c:458 +#: pg_receivexlog.c:483 #, c-format msgid "%s: disconnected. Waiting %d seconds to try again.\n" msgstr "%s: отключение. Через %d сек. последует повторное подключение.\n" diff --git a/src/bin/pg_resetxlog/po/de.po b/src/bin/pg_resetxlog/po/de.po index f982392aa7..53a2479a42 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 - 2012. +# Peter Eisentraut , 2002 - 2014. # # Use these quotes: »%s« # @@ -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: 2012-06-18 21:17+0000\n" -"PO-Revision-Date: 2012-06-19 14:32+0300\n" +"POT-Creation-Date: 2014-07-15 17:52+0000\n" +"PO-Revision-Date: 2014-07-17 23:34-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -16,103 +16,104 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pg_resetxlog.c:135 +#: pg_resetxlog.c:134 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s: ungültiges Argument für Option -e\n" -#: pg_resetxlog.c:136 pg_resetxlog.c:151 pg_resetxlog.c:166 pg_resetxlog.c:181 -#: pg_resetxlog.c:196 pg_resetxlog.c:211 pg_resetxlog.c:218 pg_resetxlog.c:225 -#: pg_resetxlog.c:231 pg_resetxlog.c:239 +#: pg_resetxlog.c:135 pg_resetxlog.c:150 pg_resetxlog.c:165 pg_resetxlog.c:180 +#: pg_resetxlog.c:195 pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:230 pg_resetxlog.c:238 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" -#: pg_resetxlog.c:141 +#: pg_resetxlog.c:140 #, 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:150 +#: pg_resetxlog.c:149 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s: ungültiges Argument für Option -x\n" -#: pg_resetxlog.c:156 +#: pg_resetxlog.c:155 #, 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:165 +#: pg_resetxlog.c:164 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s: ungültiges Argument für Option -o\n" -#: pg_resetxlog.c:171 +#: pg_resetxlog.c:170 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s: OID (-o) darf nicht 0 sein\n" -#: pg_resetxlog.c:180 +#: pg_resetxlog.c:179 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s: ungültiges Argument für Option -m\n" -#: pg_resetxlog.c:186 +#: pg_resetxlog.c:185 #, 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:195 +#: pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s: ungültiges Argument für Option -O\n" -#: pg_resetxlog.c:201 +#: pg_resetxlog.c:200 #, 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:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:209 pg_resetxlog.c:216 pg_resetxlog.c:223 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s: ungültiges Argument für Option -l\n" -#: pg_resetxlog.c:238 +#: pg_resetxlog.c:237 #, c-format msgid "%s: no data directory specified\n" msgstr "%s: kein Datenverzeichnis angegeben\n" -#: pg_resetxlog.c:252 +#: pg_resetxlog.c:251 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s: kann nicht von »root« ausgeführt werden\n" -#: pg_resetxlog.c:254 +#: pg_resetxlog.c:253 #, 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:264 +#: pg_resetxlog.c:263 #, 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:279 pg_resetxlog.c:407 +#: pg_resetxlog.c:276 pg_resetxlog.c:405 #, 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:285 +#: pg_resetxlog.c:283 #, 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: Sperrdatei »%s« existiert bereits\n" -"Läuft der Server? Wenn nicht, dann Sperrdatei löschen und nochmal versuchen.\n" +"Läuft der Server? Wenn nicht, dann Sperrdatei löschen und nochmal versuchen." +"\n" -#: pg_resetxlog.c:355 +#: pg_resetxlog.c:353 #, c-format msgid "" "\n" @@ -122,7 +123,7 @@ msgstr "" "Wenn diese Werte akzeptabel scheinen, dann benutzen Sie -f um das\n" "Zurücksetzen zu erzwingen.\n" -#: pg_resetxlog.c:367 +#: pg_resetxlog.c:365 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -134,12 +135,12 @@ msgstr "" "Wenn Sie trotzdem weiter machen wollen, benutzen Sie -f, um das\n" "Zurücksetzen zu erzwingen.\n" -#: pg_resetxlog.c:381 +#: pg_resetxlog.c:379 #, c-format msgid "Transaction log reset\n" msgstr "Transaktionslog wurde zurück gesetzt\n" -#: pg_resetxlog.c:410 +#: pg_resetxlog.c:408 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -150,22 +151,25 @@ msgstr "" " touch %s\n" "aus und versuchen Sie es erneut.\n" -#: pg_resetxlog.c:423 +#: pg_resetxlog.c:421 #, c-format msgid "%s: could not read file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht lesen: %s\n" -#: pg_resetxlog.c:446 +#: pg_resetxlog.c:444 #, 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" +msgstr "" +"%s: pg_control existiert, aber mit ungültiger CRC; mit Vorsicht fortfahren\n" -#: pg_resetxlog.c:455 +#: pg_resetxlog.c:453 #, 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" +msgstr "" +"%s: pg_control existiert, aber ist kaputt oder hat unbekannte Version; wird " +"ignoriert\n" -#: pg_resetxlog.c:550 +#: pg_resetxlog.c:548 #, c-format msgid "" "Guessed pg_control values:\n" @@ -174,7 +178,7 @@ msgstr "" "Geschätzte pg_control-Werte:\n" "\n" -#: pg_resetxlog.c:552 +#: pg_resetxlog.c:550 #, c-format msgid "" "pg_control values:\n" @@ -183,201 +187,210 @@ msgstr "" "pg_control-Werte:\n" "\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:559 #, c-format msgid "First log file ID after reset: %u\n" msgstr "Erste Logdatei-ID nach Zurücksetzen: %u\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:561 #, c-format msgid "First log file segment after reset: %u\n" msgstr "Erstes Logdateisegment nach Zurücksetzen: %u\n" -#: pg_resetxlog.c:565 +#: pg_resetxlog.c:563 #, c-format msgid "pg_control version number: %u\n" msgstr "pg_control-Versionsnummer: %u\n" -#: pg_resetxlog.c:567 +#: pg_resetxlog.c:565 #, c-format msgid "Catalog version number: %u\n" msgstr "Katalogversionsnummer: %u\n" -#: pg_resetxlog.c:569 +#: pg_resetxlog.c:567 #, c-format msgid "Database system identifier: %s\n" msgstr "Datenbanksystemidentifikation: %s\n" -#: pg_resetxlog.c:571 +#: pg_resetxlog.c:569 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "TimeLineID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:573 +#: pg_resetxlog.c:571 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "full_page_writes des letzten Checkpoints: %s\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "off" msgstr "aus" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "on" msgstr "an" -#: pg_resetxlog.c:575 +#: pg_resetxlog.c:573 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "NextXID des letzten Checkpoints: %u/%u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:576 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "NextOID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:578 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "NextMultiXactId des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:580 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "NextMultiOffset des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:582 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "oldestXID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:584 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "DB der oldestXID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:588 +#: pg_resetxlog.c:586 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "oldestActiveXID des letzten Checkpoints: %u\n" -#: pg_resetxlog.c:590 +#: pg_resetxlog.c:588 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Maximale Datenausrichtung (Alignment): %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:591 #, c-format msgid "Database block size: %u\n" msgstr "Datenbankblockgröße: %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:593 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Blöcke pro Segment: %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:595 #, c-format msgid "WAL block size: %u\n" msgstr "WAL-Blockgröße: %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:597 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Bytes pro WAL-Segment: %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:599 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Maximale Bezeichnerlänge: %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:601 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Maximale Spalten in einem Index: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:603 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Maximale Größe eines Stücks TOAST: %u\n" -#: pg_resetxlog.c:607 +#: pg_resetxlog.c:605 #, c-format msgid "Date/time type storage: %s\n" msgstr "Speicherung von Datum/Zeit-Typen: %s\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "64-bit integers" msgstr "64-Bit-Ganzzahlen" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "floating-point numbers" msgstr "Gleitkommazahlen" -#: pg_resetxlog.c:609 +#: pg_resetxlog.c:607 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Übergabe von Float4-Argumenten: %s\n" -#: pg_resetxlog.c:610 pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by reference" msgstr "Referenz" -#: pg_resetxlog.c:610 pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by value" msgstr "Wert" -#: pg_resetxlog.c:611 +#: pg_resetxlog.c:609 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Übergabe von Float8-Argumenten: %s\n" -#: pg_resetxlog.c:677 +#: pg_resetxlog.c:675 #, 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" +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:692 +#: pg_resetxlog.c:690 #, 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:703 +#: pg_resetxlog.c:701 #, 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:710 pg_resetxlog.c:1017 +#: pg_resetxlog.c:708 pg_resetxlog.c:1018 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: fsync-Fehler: %s\n" -#: pg_resetxlog.c:748 pg_resetxlog.c:823 pg_resetxlog.c:879 +#: pg_resetxlog.c:746 pg_resetxlog.c:822 pg_resetxlog.c:879 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: konnte Verzeichnis »%s« nicht öffnen: %s\n" -#: pg_resetxlog.c:792 pg_resetxlog.c:856 pg_resetxlog.c:913 +#: pg_resetxlog.c:785 pg_resetxlog.c:850 pg_resetxlog.c:908 #, c-format -msgid "%s: could not read from directory \"%s\": %s\n" -msgstr "%s: konnte aus dem Verzeichnis »%s« nicht lesen: %s\n" +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s: konnte Verzeichnis »%s« nicht lesen: %s\n" -#: pg_resetxlog.c:837 pg_resetxlog.c:894 +#: pg_resetxlog.c:792 pg_resetxlog.c:857 pg_resetxlog.c:915 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: konnte Verzeichnis »%s« nicht schließen: %s\n" + +#: pg_resetxlog.c:835 pg_resetxlog.c:893 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht löschen: %s\n" -#: pg_resetxlog.c:984 +#: pg_resetxlog.c:985 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht öffnen: %s\n" -#: pg_resetxlog.c:995 pg_resetxlog.c:1009 +#: pg_resetxlog.c:996 pg_resetxlog.c:1010 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: konnte Datei »%s« nicht schreiben: %s\n" -#: pg_resetxlog.c:1028 +#: pg_resetxlog.c:1029 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -386,7 +399,7 @@ msgstr "" "%s setzt den PostgreSQL-Transaktionslog zurück.\n" "\n" -#: pg_resetxlog.c:1029 +#: pg_resetxlog.c:1030 #, c-format msgid "" "Usage:\n" @@ -397,64 +410,69 @@ msgstr "" " %s [OPTION]... DATENVERZEICHNIS\n" "\n" -#: pg_resetxlog.c:1030 +#: pg_resetxlog.c:1031 #, c-format msgid "Options:\n" msgstr "Optionen:\n" -#: pg_resetxlog.c:1031 +#: pg_resetxlog.c:1032 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr " -e XIDEPOCHE nächste Transaktions-ID-Epoche setzen\n" -#: pg_resetxlog.c:1032 +#: pg_resetxlog.c:1033 #, c-format msgid " -f force update to be done\n" msgstr " -f Änderung erzwingen\n" -#: pg_resetxlog.c:1033 +#: pg_resetxlog.c:1034 #, c-format -msgid " -l TLI,FILE,SEG force minimum WAL starting location for new transaction log\n" +msgid "" +" -l TLI,FILE,SEG force minimum WAL starting location for new transaction " +"log\n" msgstr "" " -l TLI,DATEIID,SEG\n" " minimale WAL-Startposition für neuen Log erzwingen\n" -#: pg_resetxlog.c:1034 +#: pg_resetxlog.c:1035 #, c-format msgid " -m XID set next multitransaction ID\n" msgstr " -m XID nächste Multitransaktions-ID setzen\n" -#: pg_resetxlog.c:1035 +#: pg_resetxlog.c:1036 #, c-format -msgid " -n no update, just show extracted control values (for testing)\n" -msgstr " -n keine Änderung, nur Kontrolldaten anzeigen (zum Testen)\n" +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:1036 +#: pg_resetxlog.c:1037 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID nächste OID setzen\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1038 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O OFFSET nächsten Multitransaktions-Offset setzen\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1039 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1040 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID nächste Transaktions-ID setzen\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1041 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1042 #, c-format msgid "" "\n" diff --git a/src/bin/pg_resetxlog/po/fr.po b/src/bin/pg_resetxlog/po/fr.po index e3466fb9c0..a7f795d481 100644 --- a/src/bin/pg_resetxlog/po/fr.po +++ b/src/bin/pg_resetxlog/po/fr.po @@ -9,124 +9,116 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-07-22 04:16+0000\n" -"PO-Revision-Date: 2012-07-22 21:26+0100\n" +"POT-Creation-Date: 2014-05-16 07:52+0000\n" +"PO-Revision-Date: 2014-05-17 15:15+0100\n" "Last-Translator: Guillaume Lelarge \n" "Language-Team: PostgreSQLfr \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.5.4\n" -#: pg_resetxlog.c:135 +#: pg_resetxlog.c:134 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s : argument invalide pour l'option -e\n" -#: pg_resetxlog.c:136 -#: pg_resetxlog.c:151 -#: pg_resetxlog.c:166 -#: pg_resetxlog.c:181 -#: pg_resetxlog.c:196 -#: pg_resetxlog.c:211 -#: pg_resetxlog.c:218 -#: pg_resetxlog.c:225 -#: pg_resetxlog.c:231 -#: pg_resetxlog.c:239 +#: pg_resetxlog.c:135 pg_resetxlog.c:150 pg_resetxlog.c:165 pg_resetxlog.c:180 +#: pg_resetxlog.c:195 pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:230 pg_resetxlog.c:238 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Essayer « %s --help » pour plus d'informations.\n" -#: pg_resetxlog.c:141 +#: pg_resetxlog.c:140 #, 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:150 +#: pg_resetxlog.c:149 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s : argument invalide pour l'option -x\n" -#: pg_resetxlog.c:156 +#: pg_resetxlog.c:155 #, 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:165 +#: pg_resetxlog.c:164 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s : argument invalide pour l'option -o\n" -#: pg_resetxlog.c:171 +#: pg_resetxlog.c:170 #, 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:180 +#: pg_resetxlog.c:179 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s : argument invalide pour l'option -m\n" -#: pg_resetxlog.c:186 +#: pg_resetxlog.c:185 #, 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:195 +#: pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s : argument invalide pour l'option -O\n" -#: pg_resetxlog.c:201 +#: pg_resetxlog.c:200 #, c-format msgid "%s: multitransaction offset (-O) must not be -1\n" msgstr "%s : le décalage de multi-transaction (-O) ne doit pas être -1\n" -#: pg_resetxlog.c:210 -#: pg_resetxlog.c:217 -#: pg_resetxlog.c:224 +#: pg_resetxlog.c:209 pg_resetxlog.c:216 pg_resetxlog.c:223 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s : argument invalide pour l'option -l\n" -#: pg_resetxlog.c:238 +#: pg_resetxlog.c:237 #, c-format msgid "%s: no data directory specified\n" msgstr "%s : aucun répertoire de données indiqué\n" -#: pg_resetxlog.c:252 +#: pg_resetxlog.c:251 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s : ne peut pas être exécuté par « root »\n" -#: pg_resetxlog.c:254 +#: pg_resetxlog.c:253 #, c-format msgid "You must run %s as the PostgreSQL superuser.\n" msgstr "Vous devez exécuter %s en tant que super-utilisateur PostgreSQL.\n" -#: pg_resetxlog.c:264 +#: pg_resetxlog.c:263 #, c-format msgid "%s: could not change directory to \"%s\": %s\n" msgstr "%s : n'a pas pu accéder au répertoire « %s » : %s\n" -#: pg_resetxlog.c:279 -#: pg_resetxlog.c:407 +#: pg_resetxlog.c:276 pg_resetxlog.c:405 #, 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:285 +#: pg_resetxlog.c:283 #, 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 démarré ? Sinon, supprimer le fichier verrou et réessayer.\n" +"Le serveur est-il démarré ? Sinon, supprimer le fichier verrou et " +"réessayer.\n" -#: pg_resetxlog.c:355 +#: pg_resetxlog.c:353 #, c-format msgid "" "\n" @@ -136,7 +128,7 @@ msgstr "" "Si ces valeurs semblent acceptables, utiliser -f pour forcer la\n" "réinitialisation.\n" -#: pg_resetxlog.c:367 +#: pg_resetxlog.c:365 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -149,12 +141,12 @@ msgstr "" "Pour continuer malgré tout, utiliser -f pour forcer la\n" "réinitialisation.\n" -#: pg_resetxlog.c:381 +#: pg_resetxlog.c:379 #, c-format msgid "Transaction log reset\n" msgstr "Réinitialisation du journal des transactions\n" -#: pg_resetxlog.c:410 +#: pg_resetxlog.c:408 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -165,22 +157,24 @@ msgstr "" " touch %s\n" "et réessayer.\n" -#: pg_resetxlog.c:423 +#: pg_resetxlog.c:421 #, 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:446 +#: pg_resetxlog.c:444 #, 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 précaution\n" +msgstr "" +"%s : pg_control existe mais son CRC est invalide ; agir avec précaution\n" -#: pg_resetxlog.c:455 +#: pg_resetxlog.c:453 #, 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" +msgstr "" +"%s : pg_control existe mais est corrompu ou de version inconnue ; ignoré\n" -#: pg_resetxlog.c:550 +#: pg_resetxlog.c:548 #, c-format msgid "" "Guessed pg_control values:\n" @@ -189,7 +183,7 @@ msgstr "" "Valeurs de pg_control devinées :\n" "\n" -#: pg_resetxlog.c:552 +#: pg_resetxlog.c:550 #, c-format msgid "" "pg_control values:\n" @@ -198,212 +192,210 @@ msgstr "" "Valeurs de pg_control : \n" "\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:559 #, c-format msgid "First log file ID after reset: %u\n" msgstr "Premier identifiant du journal après réinitialisation : %u\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:561 #, c-format msgid "First log file segment after reset: %u\n" msgstr "Premier segment du journal après réinitialisation : %u\n" -#: pg_resetxlog.c:565 +#: pg_resetxlog.c:563 #, c-format msgid "pg_control version number: %u\n" msgstr "Numéro de version de pg_control : %u\n" -#: pg_resetxlog.c:567 +#: pg_resetxlog.c:565 #, c-format msgid "Catalog version number: %u\n" msgstr "Numéro de version du catalogue : %u\n" -#: pg_resetxlog.c:569 +#: pg_resetxlog.c:567 #, c-format msgid "Database system identifier: %s\n" msgstr "Identifiant du système de base de données : %s\n" -#: pg_resetxlog.c:571 +#: pg_resetxlog.c:569 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "Dernier TimeLineID du point de contrôle : %u\n" -#: pg_resetxlog.c:573 +#: pg_resetxlog.c:571 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "Dernier full_page_writes du point de contrôle : %s\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "off" msgstr "désactivé" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "on" msgstr "activé" -#: pg_resetxlog.c:575 +#: pg_resetxlog.c:573 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "Dernier NextXID du point de contrôle : %u/%u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:576 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "Dernier NextOID du point de contrôle : %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:578 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "Dernier NextMultiXactId du point de contrôle : %u\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:580 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "Dernier NextMultiOffset du point de contrôle : %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:582 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "Dernier oldestXID du point de contrôle : %u\n" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:584 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "Dernier oldestXID du point de contrôle de la base : %u\n" -#: pg_resetxlog.c:588 +#: pg_resetxlog.c:586 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "Dernier oldestActiveXID du point de contrôle : %u\n" -#: pg_resetxlog.c:590 +#: pg_resetxlog.c:588 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Alignement maximal des données : %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:591 #, c-format msgid "Database block size: %u\n" msgstr "Taille du bloc de la base de données : %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:593 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Blocs par segment des relations volumineuses : %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:595 #, c-format msgid "WAL block size: %u\n" msgstr "Taille de bloc du journal de transaction : %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:597 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Octets par segment du journal de transaction : %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:599 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Longueur maximale des identifiants : %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:601 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Nombre maximal de colonnes d'un index: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:603 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Longueur maximale d'un morceau TOAST : %u\n" -#: pg_resetxlog.c:607 +#: pg_resetxlog.c:605 #, c-format msgid "Date/time type storage: %s\n" msgstr "Stockage du type date/heure : %s\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "64-bit integers" msgstr "entiers 64-bits" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "floating-point numbers" msgstr "nombres à virgule flottante" -#: pg_resetxlog.c:609 +#: pg_resetxlog.c:607 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Passage d'argument float4 : %s\n" -#: pg_resetxlog.c:610 -#: pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by reference" msgstr "par référence" -#: pg_resetxlog.c:610 -#: pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by value" msgstr "par valeur" -#: pg_resetxlog.c:611 +#: pg_resetxlog.c:609 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Passage d'argument float8 : %s\n" -#: pg_resetxlog.c:677 +#: pg_resetxlog.c:675 #, 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:692 +#: pg_resetxlog.c:690 #, c-format msgid "%s: could not create pg_control file: %s\n" msgstr "%s : n'a pas pu créer le fichier pg_control : %s\n" -#: pg_resetxlog.c:703 +#: pg_resetxlog.c:701 #, 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:710 -#: pg_resetxlog.c:1017 +#: pg_resetxlog.c:708 pg_resetxlog.c:1018 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s : erreur fsync : %s\n" -#: pg_resetxlog.c:748 -#: pg_resetxlog.c:823 -#: pg_resetxlog.c:879 +#: pg_resetxlog.c:746 pg_resetxlog.c:822 pg_resetxlog.c:879 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s : n'a pas pu ouvrir le répertoire « %s » : %s\n" -#: pg_resetxlog.c:792 -#: pg_resetxlog.c:856 -#: pg_resetxlog.c:913 +#: pg_resetxlog.c:785 pg_resetxlog.c:850 pg_resetxlog.c:908 #, c-format -msgid "%s: could not read from directory \"%s\": %s\n" +msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s : n'a pas pu lire le répertoire « %s » : %s\n" -#: pg_resetxlog.c:837 -#: pg_resetxlog.c:894 +#: pg_resetxlog.c:792 pg_resetxlog.c:857 pg_resetxlog.c:915 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s : n'a pas pu fermer le répertoire « %s » : %s\n" + +#: pg_resetxlog.c:835 pg_resetxlog.c:893 #, 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:984 +#: pg_resetxlog.c:985 #, 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:995 -#: pg_resetxlog.c:1009 +#: pg_resetxlog.c:996 pg_resetxlog.c:1010 #, 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:1028 +#: pg_resetxlog.c:1029 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -412,7 +404,7 @@ msgstr "" "%s réinitialise le journal des transactions PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1029 +#: pg_resetxlog.c:1030 #, c-format msgid "" "Usage:\n" @@ -423,68 +415,72 @@ msgstr "" " %s [OPTION]... RÉP_DONNÉES\n" "\n" -#: pg_resetxlog.c:1030 +#: pg_resetxlog.c:1031 #, c-format msgid "Options:\n" msgstr "Options :\n" -#: pg_resetxlog.c:1031 +#: pg_resetxlog.c:1032 #, 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:1032 +#: pg_resetxlog.c:1033 #, c-format msgid " -f force update to be done\n" msgstr " -f force la mise à jour\n" -#: pg_resetxlog.c:1033 +#: pg_resetxlog.c:1034 #, c-format -msgid " -l TLI,FILE,SEG force minimum WAL starting location for new transaction log\n" +msgid "" +" -l TLI,FILE,SEG force minimum WAL starting location for new transaction " +"log\n" msgstr "" " -l TLI,FILE,SEG force l'emplacement minimal de début des WAL du nouveau\n" " journal de transactions\n" -#: pg_resetxlog.c:1034 +#: pg_resetxlog.c:1035 #, c-format msgid " -m XID set next multitransaction ID\n" msgstr " -m XID fixe le prochain identifiant multi-transaction\n" -#: pg_resetxlog.c:1035 +#: pg_resetxlog.c:1036 #, 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" " contrôle extraites (pour test)\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1037 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID fixe le prochain OID\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1038 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O DÉCALAGE fixe le décalage de la prochaine multi-transaction\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1039 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version affiche la version et quitte\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1040 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID fixe le prochain identifiant de transaction\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1041 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help affiche cette aide et quitte\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1042 #, c-format msgid "" "\n" @@ -493,8 +489,11 @@ msgstr "" "\n" "Rapporter les bogues à .\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 afficherla 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 from directory \"%s\": %s\n" +#~ msgstr "%s : n'a pas pu lire le répertoire « %s » : %s\n" diff --git a/src/bin/pg_resetxlog/po/pl.po b/src/bin/pg_resetxlog/po/pl.po index 470cd01305..9d8630d3c5 100644 --- a/src/bin/pg_resetxlog/po/pl.po +++ b/src/bin/pg_resetxlog/po/pl.po @@ -2,19 +2,21 @@ # Copyright (C) 2011 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # Begina Felicysym , 2011, 2012. +# grzegorz , 2014. msgid "" msgstr "" "Project-Id-Version: pg_resetxlog (PostgreSQL 9.1)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-01-29 13:46+0000\n" -"PO-Revision-Date: 2013-01-29 12:51-0300\n" -"Last-Translator: Begina Felicysym \n" -"Language-Team: Begina Felicysym\n" +"POT-Creation-Date: 2014-03-21 18:32+0000\n" +"PO-Revision-Date: 2014-03-22 21:15+0200\n" +"Last-Translator: grzegorz \n" +"Language-Team: begina.felicysym@wp.eu\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" #: pg_resetxlog.c:134 @@ -346,37 +348,42 @@ msgstr "%s: nie można utworzyć pliku pg_control: %s\n" msgid "%s: could not write pg_control file: %s\n" msgstr "%s: nie można pisać do pliku pg_control: %s\n" -#: pg_resetxlog.c:708 pg_resetxlog.c:1015 +#: pg_resetxlog.c:708 pg_resetxlog.c:1018 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: błąd fsync: %s\n" -#: pg_resetxlog.c:746 pg_resetxlog.c:821 pg_resetxlog.c:877 +#: pg_resetxlog.c:746 pg_resetxlog.c:822 pg_resetxlog.c:879 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: nie można otworzyć katalogu \"%s\": %s\n" -#: pg_resetxlog.c:790 pg_resetxlog.c:854 pg_resetxlog.c:911 +#: pg_resetxlog.c:785 pg_resetxlog.c:850 pg_resetxlog.c:908 #, c-format -msgid "%s: could not read from directory \"%s\": %s\n" -msgstr "%s: nie można odczytać katalogu \"%s\": %s\n" +msgid "%s: could not read directory \"%s\": %s\n" +msgstr "%s: nie można czytać katalogu \"%s\": %s\n" -#: pg_resetxlog.c:835 pg_resetxlog.c:892 +#: pg_resetxlog.c:792 pg_resetxlog.c:857 pg_resetxlog.c:915 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: nie można zamknąć katalogu \"%s\": %s\n" + +#: pg_resetxlog.c:835 pg_resetxlog.c:893 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s: nie można usunąć pliku \"%s\": %s\n" -#: pg_resetxlog.c:982 +#: pg_resetxlog.c:985 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: nie można otworzyć pliku \"%s\": %s\n" -#: pg_resetxlog.c:993 pg_resetxlog.c:1007 +#: pg_resetxlog.c:996 pg_resetxlog.c:1010 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: nie można zapisać pliku \"%s\": %s\n" -#: pg_resetxlog.c:1026 +#: pg_resetxlog.c:1029 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -385,7 +392,7 @@ msgstr "" "%s resetuje log transakcji PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1027 +#: pg_resetxlog.c:1030 #, c-format msgid "" "Usage:\n" @@ -396,62 +403,62 @@ msgstr "" " %s [OPCJA]... FOLDERDANYCH\n" "\n" -#: pg_resetxlog.c:1028 +#: pg_resetxlog.c:1031 #, c-format msgid "Options:\n" msgstr "Opcje:\n" -#: pg_resetxlog.c:1029 +#: pg_resetxlog.c:1032 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr " -e XIDEPOCH ustawia epokę ID następnej transakcji\n" -#: pg_resetxlog.c:1030 +#: pg_resetxlog.c:1033 #, c-format msgid " -f force update to be done\n" msgstr " -f wymusza wykonanie modyfikacji\n" -#: pg_resetxlog.c:1031 +#: pg_resetxlog.c:1034 #, c-format msgid " -l TLI,FILE,SEG force minimum WAL starting location for new transaction log\n" msgstr " -l TLI,FILE,SEG wymusza minimalne położenie początkowe WAL dla nowego komunikatu transakcji\n" -#: pg_resetxlog.c:1032 +#: pg_resetxlog.c:1035 #, c-format msgid " -m XID set next multitransaction ID\n" msgstr " -m XID ustawia ID następnej multitransakcji\n" -#: pg_resetxlog.c:1033 +#: pg_resetxlog.c:1036 #, c-format msgid " -n no update, just show extracted control values (for testing)\n" msgstr " -n bez modyfikacji, po prostu wyświetl wyodrębnione wartości kontrolne (do testowania)\n" -#: pg_resetxlog.c:1034 +#: pg_resetxlog.c:1037 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID ustawia następny OID\n" -#: pg_resetxlog.c:1035 +#: pg_resetxlog.c:1038 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O OFFSET ustawia następny offset multitransakcji\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1039 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version wypisuje informacje o wersji i kończy\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1040 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID ustawia ID następnej transakcji\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1041 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help pokazuje ten ekran pomocy i kończy\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1042 #, c-format msgid "" "\n" @@ -459,3 +466,6 @@ msgid "" msgstr "" "\n" "Błędy proszę przesyłać na adres .\n" + +#~ msgid "%s: could not read from directory \"%s\": %s\n" +#~ msgstr "%s: nie można odczytać katalogu \"%s\": %s\n" diff --git a/src/bin/pg_resetxlog/po/pt_BR.po b/src/bin/pg_resetxlog/po/pt_BR.po index 8cf706f451..380f387225 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-2012. +# Euler Taveira de Oliveira , 2003-2014. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-09-18 12:41-0300\n" +"POT-Creation-Date: 2014-05-11 00:47-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,94 +18,94 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pg_resetxlog.c:135 +#: pg_resetxlog.c:134 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s: argumento inválido para opção -e\n" -#: pg_resetxlog.c:136 pg_resetxlog.c:151 pg_resetxlog.c:166 pg_resetxlog.c:181 -#: pg_resetxlog.c:196 pg_resetxlog.c:211 pg_resetxlog.c:218 pg_resetxlog.c:225 -#: pg_resetxlog.c:231 pg_resetxlog.c:239 +#: pg_resetxlog.c:135 pg_resetxlog.c:150 pg_resetxlog.c:165 pg_resetxlog.c:180 +#: pg_resetxlog.c:195 pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:230 pg_resetxlog.c:238 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" -#: pg_resetxlog.c:141 +#: pg_resetxlog.c:140 #, 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:150 +#: pg_resetxlog.c:149 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s: argumento inválido para opção -x\n" -#: pg_resetxlog.c:156 +#: pg_resetxlog.c:155 #, 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:165 +#: pg_resetxlog.c:164 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s: argumento inválido para opção -o\n" -#: pg_resetxlog.c:171 +#: pg_resetxlog.c:170 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s: OID (-o) não deve ser 0\n" -#: pg_resetxlog.c:180 +#: pg_resetxlog.c:179 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s: argumento inválido para opção -m\n" -#: pg_resetxlog.c:186 +#: pg_resetxlog.c:185 #, c-format msgid "%s: multitransaction ID (-m) must not be 0\n" msgstr "%s: ID da transação múltipla (-m) não deve ser 0\n" -#: pg_resetxlog.c:195 +#: pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s: argumento inválido para opção -O\n" -#: pg_resetxlog.c:201 +#: pg_resetxlog.c:200 #, 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:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:209 pg_resetxlog.c:216 pg_resetxlog.c:223 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s: argumento inválido para opção -l\n" -#: pg_resetxlog.c:238 +#: pg_resetxlog.c:237 #, c-format msgid "%s: no data directory specified\n" msgstr "%s: nenhum diretório de dados foi especificado\n" -#: pg_resetxlog.c:252 +#: pg_resetxlog.c:251 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s: não pode ser executado pelo \"root\"\n" -#: pg_resetxlog.c:254 +#: pg_resetxlog.c:253 #, 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:264 +#: pg_resetxlog.c:263 #, 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:279 pg_resetxlog.c:407 +#: pg_resetxlog.c:276 pg_resetxlog.c:405 #, 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:285 +#: pg_resetxlog.c:283 #, c-format msgid "" "%s: lock file \"%s\" exists\n" @@ -114,7 +114,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:355 +#: pg_resetxlog.c:353 #, c-format msgid "" "\n" @@ -123,7 +123,7 @@ msgstr "" "\n" "Se estes valores lhe parecem aceitáveis, use -f para forçar o reinício.\n" -#: pg_resetxlog.c:367 +#: pg_resetxlog.c:365 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -134,12 +134,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:381 +#: pg_resetxlog.c:379 #, c-format msgid "Transaction log reset\n" msgstr "Log de transação reiniciado\n" -#: pg_resetxlog.c:410 +#: pg_resetxlog.c:408 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -150,22 +150,22 @@ msgstr "" " touch %s\n" "e tente novamente.\n" -#: pg_resetxlog.c:423 +#: pg_resetxlog.c:421 #, 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:446 +#: pg_resetxlog.c:444 #, 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:455 +#: pg_resetxlog.c:453 #, 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:550 +#: pg_resetxlog.c:548 #, c-format msgid "" "Guessed pg_control values:\n" @@ -174,7 +174,7 @@ msgstr "" "Valores supostos do pg_control:\n" "\n" -#: pg_resetxlog.c:552 +#: pg_resetxlog.c:550 #, c-format msgid "" "pg_control values:\n" @@ -183,201 +183,206 @@ msgstr "" "valores do pg_control:\n" "\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:559 #, c-format msgid "First log file ID after reset: %u\n" msgstr "Primeiro ID do arquivo de log após reinício: %u\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:561 #, c-format msgid "First log file segment after reset: %u\n" msgstr "Primeiro segmento do arquivo de log após reinício: %u\n" -#: pg_resetxlog.c:565 +#: pg_resetxlog.c:563 #, c-format msgid "pg_control version number: %u\n" msgstr "número da versão do pg_control: %u\n" -#: pg_resetxlog.c:567 +#: pg_resetxlog.c:565 #, c-format msgid "Catalog version number: %u\n" msgstr "Número da versão do catálogo: %u\n" -#: pg_resetxlog.c:569 +#: pg_resetxlog.c:567 #, c-format msgid "Database system identifier: %s\n" msgstr "Identificador do sistema de banco de dados: %s\n" -#: pg_resetxlog.c:571 +#: pg_resetxlog.c:569 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "TimeLineID do último ponto de controle: %u\n" -#: pg_resetxlog.c:573 +#: pg_resetxlog.c:571 #, 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:574 +#: pg_resetxlog.c:572 msgid "off" msgstr "desabilitado" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "on" msgstr "habilitado" -#: pg_resetxlog.c:575 +#: pg_resetxlog.c:573 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "NextXID do último ponto de controle: %u/%u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:576 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "NextOID do último ponto de controle: %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:578 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "NextMultiXactId do último ponto de controle: %u\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:580 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "NextMultiOffset do último ponto de controle: %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:582 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "oldestXID do último ponto de controle: %u\n" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:584 #, 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:588 +#: pg_resetxlog.c:586 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "oldestActiveXID do último ponto de controle: %u\n" -#: pg_resetxlog.c:590 +#: pg_resetxlog.c:588 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Máximo alinhamento de dado: %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:591 #, c-format msgid "Database block size: %u\n" msgstr "Tamanho do bloco do banco de dados: %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:593 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Blocos por segmento da relação grande: %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:595 #, c-format msgid "WAL block size: %u\n" msgstr "Tamanho do bloco do WAL: %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:597 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Bytes por segmento do WAL: %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:599 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Tamanho máximo de identificadores: %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:601 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Máximo de colunas em um índice: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:603 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Tamanho máximo do bloco TOAST: %u\n" -#: pg_resetxlog.c:607 +#: pg_resetxlog.c:605 #, c-format msgid "Date/time type storage: %s\n" msgstr "Tipo de data/hora do repositório: %s\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "64-bit integers" msgstr "inteiros de 64 bits" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "floating-point numbers" msgstr "números de ponto flutuante" -#: pg_resetxlog.c:609 +#: pg_resetxlog.c:607 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Passagem de argumento float4: %s\n" -#: pg_resetxlog.c:610 pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by reference" msgstr "por referência" -#: pg_resetxlog.c:610 pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by value" msgstr "por valor" -#: pg_resetxlog.c:611 +#: pg_resetxlog.c:609 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Passagem de argumento float8: %s\n" -#: pg_resetxlog.c:677 +#: pg_resetxlog.c:675 #, 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:692 +#: pg_resetxlog.c:690 #, 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:703 +#: pg_resetxlog.c:701 #, 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:710 pg_resetxlog.c:1017 +#: pg_resetxlog.c:708 pg_resetxlog.c:1018 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: erro ao executar fsync: %s\n" -#: pg_resetxlog.c:748 pg_resetxlog.c:823 pg_resetxlog.c:879 +#: pg_resetxlog.c:746 pg_resetxlog.c:822 pg_resetxlog.c:879 #, 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:792 pg_resetxlog.c:856 pg_resetxlog.c:913 +#: pg_resetxlog.c:785 pg_resetxlog.c:850 pg_resetxlog.c:908 #, c-format -msgid "%s: could not read from directory \"%s\": %s\n" +msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s: não pôde ler diretório \"%s\": %s\n" -#: pg_resetxlog.c:837 pg_resetxlog.c:894 +#: pg_resetxlog.c:792 pg_resetxlog.c:857 pg_resetxlog.c:915 +#, 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:835 pg_resetxlog.c:893 #, 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:984 +#: pg_resetxlog.c:985 #, 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:995 pg_resetxlog.c:1009 +#: pg_resetxlog.c:996 pg_resetxlog.c:1010 #, 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:1028 +#: pg_resetxlog.c:1029 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -386,7 +391,7 @@ msgstr "" "%s reinicia o log de transação do PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1029 +#: pg_resetxlog.c:1030 #, c-format msgid "" "Usage:\n" @@ -397,62 +402,62 @@ msgstr "" " %s [OPÇÃO] DIRDADOS\n" "\n" -#: pg_resetxlog.c:1030 +#: pg_resetxlog.c:1031 #, c-format msgid "Options:\n" msgstr "Opções:\n" -#: pg_resetxlog.c:1031 +#: pg_resetxlog.c:1032 #, 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:1032 +#: pg_resetxlog.c:1033 #, c-format msgid " -f force update to be done\n" msgstr " -f força atualização ser feita\n" -#: pg_resetxlog.c:1033 +#: pg_resetxlog.c:1034 #, c-format msgid " -l TLI,FILE,SEG force minimum WAL starting location for new transaction log\n" msgstr " -l TLI,FILE,SEG força local inicial mínimo do WAL para novo log de transação\n" -#: pg_resetxlog.c:1034 +#: pg_resetxlog.c:1035 #, c-format msgid " -m XID set next multitransaction ID\n" msgstr " -m XID define próximo ID de transação múltipla\n" -#: pg_resetxlog.c:1035 +#: pg_resetxlog.c:1036 #, 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:1036 +#: pg_resetxlog.c:1037 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID define próximo OID\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1038 #, 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:1038 +#: pg_resetxlog.c:1039 #, 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:1039 +#: pg_resetxlog.c:1040 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID define próximo ID de transação\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1041 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1042 #, c-format msgid "" "\n" diff --git a/src/bin/pg_resetxlog/po/ru.po b/src/bin/pg_resetxlog/po/ru.po index d6fdb901cd..420775e2a3 100644 --- a/src/bin/pg_resetxlog/po/ru.po +++ b/src/bin/pg_resetxlog/po/ru.po @@ -27,8 +27,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2012-07-11 03:46+0000\n" -"PO-Revision-Date: 2012-06-25 13:50+0400\n" +"POT-Creation-Date: 2014-04-02 02:01+0000\n" +"PO-Revision-Date: 2014-04-02 09:33+0400\n" "Last-Translator: Alexander Lakhin \n" "Language-Team: Russian \n" "Language: ru\n" @@ -37,96 +37,96 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" -#: pg_resetxlog.c:135 +#: pg_resetxlog.c:134 #, c-format msgid "%s: invalid argument for option -e\n" msgstr "%s: недопустимый аргумент параметра -e\n" -#: pg_resetxlog.c:136 pg_resetxlog.c:151 pg_resetxlog.c:166 pg_resetxlog.c:181 -#: pg_resetxlog.c:196 pg_resetxlog.c:211 pg_resetxlog.c:218 pg_resetxlog.c:225 -#: pg_resetxlog.c:231 pg_resetxlog.c:239 +#: pg_resetxlog.c:135 pg_resetxlog.c:150 pg_resetxlog.c:165 pg_resetxlog.c:180 +#: pg_resetxlog.c:195 pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:230 pg_resetxlog.c:238 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Для дополнительной информации попробуйте \"%s --help\".\n" -#: pg_resetxlog.c:141 +#: pg_resetxlog.c:140 #, c-format msgid "%s: transaction ID epoch (-e) must not be -1\n" msgstr "%s: эпоха ID транзакции (-e) не должна быть равна -1\n" -#: pg_resetxlog.c:150 +#: pg_resetxlog.c:149 #, c-format msgid "%s: invalid argument for option -x\n" msgstr "%s: недопустимый аргумент параметра -x\n" -#: pg_resetxlog.c:156 +#: pg_resetxlog.c:155 #, c-format msgid "%s: transaction ID (-x) must not be 0\n" msgstr "%s: ID транзакции (-x) не должен быть равен 0\n" -#: pg_resetxlog.c:165 +#: pg_resetxlog.c:164 #, c-format msgid "%s: invalid argument for option -o\n" msgstr "%s: недопустимый аргумент параметра -o\n" -#: pg_resetxlog.c:171 +#: pg_resetxlog.c:170 #, c-format msgid "%s: OID (-o) must not be 0\n" msgstr "%s: OID (-o) не должен быть равен 0\n" -#: pg_resetxlog.c:180 +#: pg_resetxlog.c:179 #, c-format msgid "%s: invalid argument for option -m\n" msgstr "%s: недопустимый аргумент параметра -m\n" -#: pg_resetxlog.c:186 +#: pg_resetxlog.c:185 #, c-format msgid "%s: multitransaction ID (-m) must not be 0\n" msgstr "%s: ID мультитранзакции (-m) не должен быть равен 0\n" -#: pg_resetxlog.c:195 +#: pg_resetxlog.c:194 #, c-format msgid "%s: invalid argument for option -O\n" msgstr "%s: недопустимый аргумент параметра -O\n" -#: pg_resetxlog.c:201 +#: pg_resetxlog.c:200 #, c-format msgid "%s: multitransaction offset (-O) must not be -1\n" msgstr "%s: смещение мультитранзакции (-O) не должно быть равно -1\n" -#: pg_resetxlog.c:210 pg_resetxlog.c:217 pg_resetxlog.c:224 +#: pg_resetxlog.c:209 pg_resetxlog.c:216 pg_resetxlog.c:223 #, c-format msgid "%s: invalid argument for option -l\n" msgstr "%s: недопустимый аргумента параметра -l\n" -#: pg_resetxlog.c:238 +#: pg_resetxlog.c:237 #, c-format msgid "%s: no data directory specified\n" msgstr "%s: каталог данных не указан\n" -#: pg_resetxlog.c:252 +#: pg_resetxlog.c:251 #, c-format msgid "%s: cannot be executed by \"root\"\n" msgstr "%s: программу не должен запускать root\n" -#: pg_resetxlog.c:254 +#: pg_resetxlog.c:253 #, c-format msgid "You must run %s as the PostgreSQL superuser.\n" msgstr "Запускать %s нужно от имени суперпользователя PostgreSQL.\n" -#: pg_resetxlog.c:264 +#: pg_resetxlog.c:263 #, c-format msgid "%s: could not change directory to \"%s\": %s\n" msgstr "%s: не удалось перейти в каталог \"%s\": %s\n" -#: pg_resetxlog.c:279 pg_resetxlog.c:407 +#: pg_resetxlog.c:276 pg_resetxlog.c:405 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: не удалось открыть файл \"%s\" для чтения: %s\n" -#: pg_resetxlog.c:285 +#: pg_resetxlog.c:283 #, c-format msgid "" "%s: lock file \"%s\" exists\n" @@ -135,7 +135,7 @@ msgstr "" "%s: обнаружен файл блокировки \"%s\"\n" "Возможно, сервер запущен? Если нет, удалите этот файл и попробуйте снова.\n" -#: pg_resetxlog.c:355 +#: pg_resetxlog.c:353 #, c-format msgid "" "\n" @@ -145,7 +145,7 @@ msgstr "" "Если эти значения приемлемы, выполните сброс принудительно, добавив ключ -" "f.\n" -#: pg_resetxlog.c:367 +#: pg_resetxlog.c:365 #, c-format msgid "" "The database server was not shut down cleanly.\n" @@ -156,12 +156,12 @@ msgstr "" "Сброс журнала транзакций может привести к потере данных.\n" "Если вы хотите сбросить его, несмотря на это, добавьте ключ -f.\n" -#: pg_resetxlog.c:381 +#: pg_resetxlog.c:379 #, c-format msgid "Transaction log reset\n" msgstr "Журнал транзакций сброшен\n" -#: pg_resetxlog.c:410 +#: pg_resetxlog.c:408 #, c-format msgid "" "If you are sure the data directory path is correct, execute\n" @@ -172,25 +172,25 @@ msgstr "" " touch %s\n" "и повторите попытку.\n" -#: pg_resetxlog.c:423 +#: pg_resetxlog.c:421 #, c-format msgid "%s: could not read file \"%s\": %s\n" msgstr "%s: не удалось прочитать файл \"%s\": %s\n" -#: pg_resetxlog.c:446 +#: pg_resetxlog.c:444 #, c-format msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n" msgstr "" "%s: pg_control существует, но его контрольная сумма неверна; продолжайте с " "осторожностью\n" -#: pg_resetxlog.c:455 +#: pg_resetxlog.c:453 #, c-format msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n" msgstr "" "%s: pg_control испорчен или имеет неизвестную версию; игнорируется...\n" -#: pg_resetxlog.c:550 +#: pg_resetxlog.c:548 #, c-format msgid "" "Guessed pg_control values:\n" @@ -199,7 +199,7 @@ msgstr "" "Предлагаемые значения pg_control:\n" "\n" -#: pg_resetxlog.c:552 +#: pg_resetxlog.c:550 #, c-format msgid "" "pg_control values:\n" @@ -208,156 +208,156 @@ msgstr "" "значения pg_control:\n" "\n" -#: pg_resetxlog.c:561 +#: pg_resetxlog.c:559 #, c-format msgid "First log file ID after reset: %u\n" msgstr "ID первого журнала после сброса: %u\n" -#: pg_resetxlog.c:563 +#: pg_resetxlog.c:561 #, c-format msgid "First log file segment after reset: %u\n" msgstr "Сегмент первого журнала после сброса: %u\n" -#: pg_resetxlog.c:565 +#: pg_resetxlog.c:563 #, c-format msgid "pg_control version number: %u\n" msgstr "Номер версии pg_control: %u\n" -#: pg_resetxlog.c:567 +#: pg_resetxlog.c:565 #, c-format msgid "Catalog version number: %u\n" msgstr "Номер версии каталога: %u\n" -#: pg_resetxlog.c:569 +#: pg_resetxlog.c:567 #, c-format msgid "Database system identifier: %s\n" msgstr "Идентификатор системы баз данных: %s\n" -#: pg_resetxlog.c:571 +#: pg_resetxlog.c:569 #, c-format msgid "Latest checkpoint's TimeLineID: %u\n" msgstr "Линия времени последней конт. точки: %u\n" -#: pg_resetxlog.c:573 +#: pg_resetxlog.c:571 #, c-format msgid "Latest checkpoint's full_page_writes: %s\n" msgstr "Режим full_page_writes последней к.т: %s\n" -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "off" msgstr "выкл." -#: pg_resetxlog.c:574 +#: pg_resetxlog.c:572 msgid "on" msgstr "вкл." -#: pg_resetxlog.c:575 +#: pg_resetxlog.c:573 #, c-format msgid "Latest checkpoint's NextXID: %u/%u\n" msgstr "NextXID последней конт. точки: %u/%u\n" -#: pg_resetxlog.c:578 +#: pg_resetxlog.c:576 #, c-format msgid "Latest checkpoint's NextOID: %u\n" msgstr "NextOID последней конт. точки: %u\n" -#: pg_resetxlog.c:580 +#: pg_resetxlog.c:578 #, c-format msgid "Latest checkpoint's NextMultiXactId: %u\n" msgstr "NextMultiXactId послед. конт. точки: %u\n" -#: pg_resetxlog.c:582 +#: pg_resetxlog.c:580 #, c-format msgid "Latest checkpoint's NextMultiOffset: %u\n" msgstr "NextMultiOffset послед. конт. точки: %u\n" -#: pg_resetxlog.c:584 +#: pg_resetxlog.c:582 #, c-format msgid "Latest checkpoint's oldestXID: %u\n" msgstr "oldestXID последней конт. точки: %u\n" -#: pg_resetxlog.c:586 +#: pg_resetxlog.c:584 #, c-format msgid "Latest checkpoint's oldestXID's DB: %u\n" msgstr "БД с oldestXID последней конт. точки: %u\n" -#: pg_resetxlog.c:588 +#: pg_resetxlog.c:586 #, c-format msgid "Latest checkpoint's oldestActiveXID: %u\n" msgstr "oldestActiveXID последней к.т.: %u\n" -#: pg_resetxlog.c:590 +#: pg_resetxlog.c:588 #, c-format msgid "Maximum data alignment: %u\n" msgstr "Макс. предел выравнивания данных: %u\n" -#: pg_resetxlog.c:593 +#: pg_resetxlog.c:591 #, c-format msgid "Database block size: %u\n" msgstr "Размер блока БД: %u\n" -#: pg_resetxlog.c:595 +#: pg_resetxlog.c:593 #, c-format msgid "Blocks per segment of large relation: %u\n" msgstr "Блоков в макс. сегменте отношений: %u\n" -#: pg_resetxlog.c:597 +#: pg_resetxlog.c:595 #, c-format msgid "WAL block size: %u\n" msgstr "Размер блока WAL: %u\n" -#: pg_resetxlog.c:599 +#: pg_resetxlog.c:597 #, c-format msgid "Bytes per WAL segment: %u\n" msgstr "Байт в сегменте WAL: %u\n" -#: pg_resetxlog.c:601 +#: pg_resetxlog.c:599 #, c-format msgid "Maximum length of identifiers: %u\n" msgstr "Максимальная длина идентификаторов: %u\n" -#: pg_resetxlog.c:603 +#: pg_resetxlog.c:601 #, c-format msgid "Maximum columns in an index: %u\n" msgstr "Максимальное число колонок в индексе: %u\n" -#: pg_resetxlog.c:605 +#: pg_resetxlog.c:603 #, c-format msgid "Maximum size of a TOAST chunk: %u\n" msgstr "Максимальный размер порции TOAST: %u\n" -#: pg_resetxlog.c:607 +#: pg_resetxlog.c:605 #, c-format msgid "Date/time type storage: %s\n" msgstr "Формат хранения даты/времени: %s\n" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "64-bit integers" msgstr "64-битные целые" -#: pg_resetxlog.c:608 +#: pg_resetxlog.c:606 msgid "floating-point numbers" msgstr "числа с плавающей точкой" -#: pg_resetxlog.c:609 +#: pg_resetxlog.c:607 #, c-format msgid "Float4 argument passing: %s\n" msgstr "Передача аргумента Float4: %s\n" -#: pg_resetxlog.c:610 pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by reference" msgstr "по ссылке" -#: pg_resetxlog.c:610 pg_resetxlog.c:612 +#: pg_resetxlog.c:608 pg_resetxlog.c:610 msgid "by value" msgstr "по значению" -#: pg_resetxlog.c:611 +#: pg_resetxlog.c:609 #, c-format msgid "Float8 argument passing: %s\n" msgstr "Передача аргумента Float8: %s\n" -#: pg_resetxlog.c:677 +#: pg_resetxlog.c:675 #, c-format msgid "" "%s: internal error -- sizeof(ControlFileData) is too large ... fix " @@ -366,47 +366,52 @@ msgstr "" "%s: внутренняя ошибка -- размер ControlFileData слишком велик -- исправьте " "PG_CONTROL_SIZE\n" -#: pg_resetxlog.c:692 +#: pg_resetxlog.c:690 #, c-format msgid "%s: could not create pg_control file: %s\n" msgstr "%s: не удалось создать файл pg_control: %s\n" -#: pg_resetxlog.c:703 +#: pg_resetxlog.c:701 #, c-format msgid "%s: could not write pg_control file: %s\n" msgstr "%s: не удалось записать файл pg_control: %s\n" -#: pg_resetxlog.c:710 pg_resetxlog.c:1017 +#: pg_resetxlog.c:708 pg_resetxlog.c:1018 #, c-format msgid "%s: fsync error: %s\n" msgstr "%s: ошибка синхронизации с ФС: %s\n" -#: pg_resetxlog.c:748 pg_resetxlog.c:823 pg_resetxlog.c:879 +#: pg_resetxlog.c:746 pg_resetxlog.c:822 pg_resetxlog.c:879 #, c-format msgid "%s: could not open directory \"%s\": %s\n" msgstr "%s: не удалось открыть каталог \"%s\": %s\n" -#: pg_resetxlog.c:792 pg_resetxlog.c:856 pg_resetxlog.c:913 +#: pg_resetxlog.c:785 pg_resetxlog.c:850 pg_resetxlog.c:908 #, c-format -msgid "%s: could not read from directory \"%s\": %s\n" +msgid "%s: could not read directory \"%s\": %s\n" msgstr "%s: не удалось прочитать каталог \"%s\": %s\n" -#: pg_resetxlog.c:837 pg_resetxlog.c:894 +#: pg_resetxlog.c:792 pg_resetxlog.c:857 pg_resetxlog.c:915 +#, c-format +msgid "%s: could not close directory \"%s\": %s\n" +msgstr "%s: не удалось закрыть каталог \"%s\": %s\n" + +#: pg_resetxlog.c:835 pg_resetxlog.c:893 #, c-format msgid "%s: could not delete file \"%s\": %s\n" msgstr "%s: ошибка при удалении файла \"%s\": %s\n" -#: pg_resetxlog.c:984 +#: pg_resetxlog.c:985 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: не удалось открыть файл \"%s\": %s\n" -#: pg_resetxlog.c:995 pg_resetxlog.c:1009 +#: pg_resetxlog.c:996 pg_resetxlog.c:1010 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: не удалось записать файл \"%s\": %s\n" -#: pg_resetxlog.c:1028 +#: pg_resetxlog.c:1029 #, c-format msgid "" "%s resets the PostgreSQL transaction log.\n" @@ -415,7 +420,7 @@ msgstr "" "%s сбрасывает журнал транзакций PostgreSQL.\n" "\n" -#: pg_resetxlog.c:1029 +#: pg_resetxlog.c:1030 #, c-format msgid "" "Usage:\n" @@ -426,22 +431,22 @@ msgstr "" " %s [ПАРАМЕТР]... КАТАЛОГ_ДАННЫХ\n" "\n" -#: pg_resetxlog.c:1030 +#: pg_resetxlog.c:1031 #, c-format msgid "Options:\n" msgstr "Параметры:\n" -#: pg_resetxlog.c:1031 +#: pg_resetxlog.c:1032 #, c-format msgid " -e XIDEPOCH set next transaction ID epoch\n" msgstr " -e XIDEPOCH задать эпоху в ID следующей транзакции\n" -#: pg_resetxlog.c:1032 +#: pg_resetxlog.c:1033 #, c-format msgid " -f force update to be done\n" msgstr " -f принудительное выполнение операции\n" -#: pg_resetxlog.c:1033 +#: pg_resetxlog.c:1034 #, c-format msgid "" " -l TLI,FILE,SEG force minimum WAL starting location for new transaction " @@ -450,12 +455,12 @@ msgstr "" " -l TLI,ФАЙЛ,СЕГ задать минимальное начальное положение WAL для нового\n" " журнала транзакций\n" -#: pg_resetxlog.c:1034 +#: pg_resetxlog.c:1035 #, c-format msgid " -m XID set next multitransaction ID\n" msgstr " -m XID задать ID следующей мультитранзакции\n" -#: pg_resetxlog.c:1035 +#: pg_resetxlog.c:1036 #, c-format msgid "" " -n no update, just show extracted control values (for " @@ -464,32 +469,32 @@ msgstr "" " -n ничего не делать, только показать извлечённые значения\n" " параметров (для проверки)\n" -#: pg_resetxlog.c:1036 +#: pg_resetxlog.c:1037 #, c-format msgid " -o OID set next OID\n" msgstr " -o OID задать следующий OID\n" -#: pg_resetxlog.c:1037 +#: pg_resetxlog.c:1038 #, c-format msgid " -O OFFSET set next multitransaction offset\n" msgstr " -O СМЕЩЕНИЕ задать смещение следующей мультитранзакции\n" -#: pg_resetxlog.c:1038 +#: pg_resetxlog.c:1039 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version показать версию и выйти\n" -#: pg_resetxlog.c:1039 +#: pg_resetxlog.c:1040 #, c-format msgid " -x XID set next transaction ID\n" msgstr " -x XID задать ID следующей транзакции\n" -#: pg_resetxlog.c:1040 +#: pg_resetxlog.c:1041 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help показать эту справку и выйти\n" -#: pg_resetxlog.c:1041 +#: pg_resetxlog.c:1042 #, c-format msgid "" "\n" diff --git a/src/interfaces/libpq/po/de.po b/src/interfaces/libpq/po/de.po index 10b1c41555..419bd83f8c 100644 --- a/src/interfaces/libpq/po/de.po +++ b/src/interfaces/libpq/po/de.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2013-09-30 14:55+0000\n" -"PO-Revision-Date: 2013-10-02 21:27-0400\n" +"PO-Revision-Date: 2014-07-20 23:00-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -179,7 +179,7 @@ msgstr "Unix-Domain-Socket-Pfad »%s« ist zu lang (maximal %d Bytes)\n" #: fe-connect.c:1387 #, c-format msgid "could not translate host name \"%s\" to address: %s\n" -msgstr "konnte Hostname »%s« nicht in Adresse übersetzen: %s\n" +msgstr "konnte Hostnamen »%s« nicht in Adresse übersetzen: %s\n" #: fe-connect.c:1391 #, c-format diff --git a/src/interfaces/libpq/po/pl.po b/src/interfaces/libpq/po/pl.po index 183976423a..29c2f2ebf3 100644 --- a/src/interfaces/libpq/po/pl.po +++ b/src/interfaces/libpq/po/pl.po @@ -2,19 +2,21 @@ # Copyright (c) 2005 toczek, xxxtoczekxxx@wp.pl # Distributed under the same licensing terms as PostgreSQL itself. # Begina Felicysym , 2011, 2012, 2013. +# grzegorz , 2014. msgid "" msgstr "" "Project-Id-Version: libpq (PostgreSQL 9.1)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2013-01-29 13:40+0000\n" -"PO-Revision-Date: 2013-01-29 12:51-0300\n" -"Last-Translator: Begina Felicysym \n" -"Language-Team: Begina Felicysym\n" +"POT-Creation-Date: 2014-03-21 18:26+0000\n" +"PO-Revision-Date: 2014-03-22 21:17+0200\n" +"Last-Translator: grzegorz \n" +"Language-Team: begina.felicysym@wp.eu\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Virtaal 0.7.1\n" #: fe-auth.c:210 fe-auth.c:429 fe-auth.c:656 @@ -52,11 +54,12 @@ msgstr "błąd importu nazwy GSSAPI" msgid "SSPI continuation error" msgstr "błąd kontynuowania SSPI" -#: fe-auth.c:553 fe-auth.c:627 fe-auth.c:662 fe-auth.c:758 fe-connect.c:2011 -#: fe-connect.c:3429 fe-connect.c:3647 fe-connect.c:4053 fe-connect.c:4140 -#: fe-connect.c:4405 fe-connect.c:4474 fe-connect.c:4491 fe-connect.c:4582 -#: fe-connect.c:4932 fe-connect.c:5068 fe-exec.c:3271 fe-exec.c:3436 -#: fe-lobj.c:712 fe-protocol2.c:1181 fe-protocol3.c:1515 fe-secure.c:768 +#: fe-auth.c:553 fe-auth.c:627 fe-auth.c:662 fe-auth.c:758 fe-connect.c:2012 +#: fe-connect.c:3430 fe-connect.c:3648 fe-connect.c:4054 fe-connect.c:4141 +#: fe-connect.c:4406 fe-connect.c:4475 fe-connect.c:4492 fe-connect.c:4583 +#: fe-connect.c:4933 fe-connect.c:5069 fe-exec.c:3293 fe-exec.c:3458 +#: fe-lobj.c:712 fe-protocol2.c:1181 fe-protocol3.c:1515 fe-secure.c:792 +#: fe-secure.c:1192 msgid "out of memory\n" msgstr "brak pamięci\n" @@ -214,321 +217,321 @@ msgstr "parametr keepalives musi być liczbą całkowitą\n" msgid "setsockopt(SO_KEEPALIVE) failed: %s\n" msgstr "nie powiodło się setsockopt(SO_KEEPALIVE): %s\n" -#: fe-connect.c:1851 +#: fe-connect.c:1852 #, c-format msgid "could not get socket error status: %s\n" msgstr "nie można otrzymać błędu gniazda: %s\n" -#: fe-connect.c:1889 +#: fe-connect.c:1890 #, c-format msgid "could not get client address from socket: %s\n" msgstr "nie można otrzymać adresu klienta z gniazda: %s\n" -#: fe-connect.c:1930 +#: fe-connect.c:1931 msgid "requirepeer parameter is not supported on this platform\n" msgstr "parametr requirepeer nie jest obsługiwany na tej platformie\n" -#: fe-connect.c:1933 +#: fe-connect.c:1934 #, c-format msgid "could not get peer credentials: %s\n" msgstr "nie można pobrać poświadczeń wzajemnych: %s\n" -#: fe-connect.c:1943 +#: fe-connect.c:1944 #, c-format msgid "local user with ID %d does not exist\n" msgstr "lokalny użytkownik o ID %d nie istnieje\n" -#: fe-connect.c:1951 +#: fe-connect.c:1952 #, c-format msgid "requirepeer specifies \"%s\", but actual peer user name is \"%s\"\n" msgstr "requirepeer wskazuje \"%s\", ale nazwa bieżącego użytkownika równorzędnego to \"%s\"\n" -#: fe-connect.c:1985 +#: fe-connect.c:1986 #, c-format msgid "could not send SSL negotiation packet: %s\n" msgstr "nie można wysłać pakietu negocjacji SSL: %s\n" -#: fe-connect.c:2024 +#: fe-connect.c:2025 #, c-format msgid "could not send startup packet: %s\n" msgstr "nie można wysłać pakietu rozpoczynającego: %s\n" -#: fe-connect.c:2094 +#: fe-connect.c:2095 msgid "server does not support SSL, but SSL was required\n" msgstr "serwer nie obsługuje SSL, ale SSL było wymagane\n" -#: fe-connect.c:2120 +#: fe-connect.c:2121 #, c-format msgid "received invalid response to SSL negotiation: %c\n" msgstr "otrzymano niepoprawną odpowiedź negocjacji SSL: %c\n" -#: fe-connect.c:2199 fe-connect.c:2232 +#: fe-connect.c:2200 fe-connect.c:2233 #, c-format msgid "expected authentication request from server, but received %c\n" msgstr "oczekiwano prośby autoryzacji z serwera ale otrzymano %c\n" -#: fe-connect.c:2413 +#: fe-connect.c:2414 #, c-format msgid "out of memory allocating GSSAPI buffer (%d)" msgstr "brak pamięci podczas alokacji bufora GSSAPI (%d)" -#: fe-connect.c:2498 +#: fe-connect.c:2499 msgid "unexpected message from server during startup\n" msgstr "niespodziewana wiadomość z serwera podczas startu\n" -#: fe-connect.c:2597 +#: fe-connect.c:2598 #, c-format msgid "invalid connection state %d, probably indicative of memory corruption\n" msgstr "nieprawidłowy stan połączenia %d, prawdopodobnie wskazujący na uszkodzenie pamięci\n" -#: fe-connect.c:3037 fe-connect.c:3097 +#: fe-connect.c:3038 fe-connect.c:3098 #, c-format msgid "PGEventProc \"%s\" failed during PGEVT_CONNRESET event\n" msgstr "PGEventProc \"%s\" zawiodła podczas zdarzenia PGEVT_CONNRESET\n" -#: fe-connect.c:3442 +#: fe-connect.c:3443 #, c-format msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n" msgstr "Niepoprawny adres URL LDAP \"%s\": schemat musi być ldap://\n" -#: fe-connect.c:3457 +#: fe-connect.c:3458 #, c-format msgid "invalid LDAP URL \"%s\": missing distinguished name\n" msgstr "niepoprawny adres URL LDAP \"%s\": brakująca nazwa wyróżniająca\n" -#: fe-connect.c:3468 fe-connect.c:3521 +#: fe-connect.c:3469 fe-connect.c:3522 #, c-format msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n" msgstr "niepoprawny adres URL LDAP \"%s\": musi mieć dokładnie jeden atrybut\n" -#: fe-connect.c:3478 fe-connect.c:3535 +#: fe-connect.c:3479 fe-connect.c:3536 #, c-format msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n" msgstr "niepoprawny adres URL LDAP \"%s\": musi mieć zakres wyszukiwania (base/one/sub)\n" -#: fe-connect.c:3489 +#: fe-connect.c:3490 #, c-format msgid "invalid LDAP URL \"%s\": no filter\n" msgstr "niepoprawny adres URL LDAP \"%s\": brak filtra\n" -#: fe-connect.c:3510 +#: fe-connect.c:3511 #, c-format msgid "invalid LDAP URL \"%s\": invalid port number\n" msgstr "niepoprawny adres URL LDAP \"%s\": niepoprawny numer portu\n" -#: fe-connect.c:3544 +#: fe-connect.c:3545 msgid "could not create LDAP structure\n" msgstr "nie można utworzyć struktury LDAP\n" -#: fe-connect.c:3586 +#: fe-connect.c:3587 #, c-format msgid "lookup on LDAP server failed: %s\n" msgstr "przeszukiwanie LDAP nie powiodło się: %s\n" -#: fe-connect.c:3597 +#: fe-connect.c:3598 msgid "more than one entry found on LDAP lookup\n" msgstr "ponad jeden wpis znaleziono podczas przeszukiwania LDAP\n" -#: fe-connect.c:3598 fe-connect.c:3610 +#: fe-connect.c:3599 fe-connect.c:3611 msgid "no entry found on LDAP lookup\n" msgstr "nie znaleziono wpisu podczas przeszukiwania LDAP\n" -#: fe-connect.c:3621 fe-connect.c:3634 +#: fe-connect.c:3622 fe-connect.c:3635 msgid "attribute has no values on LDAP lookup\n" msgstr "atrybut nie ma wartości w przeszukiwaniu LDAP\n" -#: fe-connect.c:3686 fe-connect.c:3705 fe-connect.c:4179 +#: fe-connect.c:3687 fe-connect.c:3706 fe-connect.c:4180 #, c-format msgid "missing \"=\" after \"%s\" in connection info string\n" msgstr "brakujące \"=\" po \"%s\" w łańcuchu informacyjnym połączenia\n" -#: fe-connect.c:3769 fe-connect.c:4359 fe-connect.c:5050 +#: fe-connect.c:3770 fe-connect.c:4360 fe-connect.c:5051 #, c-format msgid "invalid connection option \"%s\"\n" msgstr "błędna opcja połączenia \"%s\"\n" -#: fe-connect.c:3785 fe-connect.c:4228 +#: fe-connect.c:3786 fe-connect.c:4229 msgid "unterminated quoted string in connection info string\n" msgstr "niezamknięty cudzysłów w łańcuchu informacyjnym połączenia\n" -#: fe-connect.c:3824 +#: fe-connect.c:3825 msgid "could not get home directory to locate service definition file" msgstr "nie można pobrać katalogu domowego aby zlokalizować plik definicji usługi" -#: fe-connect.c:3857 +#: fe-connect.c:3858 #, c-format msgid "definition of service \"%s\" not found\n" msgstr "nie znaleziono definicji usługi \"%s\"\n" -#: fe-connect.c:3880 +#: fe-connect.c:3881 #, c-format msgid "service file \"%s\" not found\n" msgstr "nie znaleziono pliku usługi \"%s\"\n" -#: fe-connect.c:3893 +#: fe-connect.c:3894 #, c-format msgid "line %d too long in service file \"%s\"\n" msgstr "zbyt długa linia %d w pliku usługi \"%s\"\n" -#: fe-connect.c:3964 fe-connect.c:3991 +#: fe-connect.c:3965 fe-connect.c:3992 #, c-format msgid "syntax error in service file \"%s\", line %d\n" msgstr "błąd składni w pliku usługi \"%s\", linia %d\n" -#: fe-connect.c:4592 +#: fe-connect.c:4593 #, c-format msgid "invalid URI propagated to internal parser routine: \"%s\"\n" msgstr "niepoprawny URI przekazany do wewnętrznej procedury parsującej: \"%s\"\n" -#: fe-connect.c:4662 +#: fe-connect.c:4663 #, c-format msgid "end of string reached when looking for matching \"]\" in IPv6 host address in URI: \"%s\"\n" msgstr "osiągnięto koniec ciągu znaków podczas wyszukiwania kończącego \"]\" w adresie IPv6 hosta w URI: \"%s\"\n" -#: fe-connect.c:4669 +#: fe-connect.c:4670 #, c-format msgid "IPv6 host address may not be empty in URI: \"%s\"\n" msgstr "adres IPv6 hosta nie może być pusty w URI: \"%s\"\n" -#: fe-connect.c:4684 +#: fe-connect.c:4685 #, c-format msgid "unexpected character \"%c\" at position %d in URI (expected \":\" or \"/\"): \"%s\"\n" msgstr "nieoczekiwany znak \"%c\" w URI na pozycji %d (oczekiwano \":\" lub \"/\"): \"%s\"\n" -#: fe-connect.c:4798 +#: fe-connect.c:4799 #, c-format msgid "extra key/value separator \"=\" in URI query parameter: \"%s\"\n" msgstr "nadmiarowy znak \"=\" rozdzielający klucz/wartość w parametrze zapytania URI: \"%s\"\n" -#: fe-connect.c:4818 +#: fe-connect.c:4819 #, c-format msgid "missing key/value separator \"=\" in URI query parameter: \"%s\"\n" msgstr "brak znaku \"=\" rozdzielającego klucz/wartość w parametrze zapytania URI: \"%s\"\n" -#: fe-connect.c:4889 +#: fe-connect.c:4890 #, c-format msgid "invalid URI query parameter: \"%s\"\n" msgstr "nieprawidłowy parametr zapytania URI: \"%s\"\n" -#: fe-connect.c:4959 +#: fe-connect.c:4960 #, c-format msgid "invalid percent-encoded token: \"%s\"\n" msgstr "niepoprawny kodowany procentem znak: \"%s\"\n" -#: fe-connect.c:4969 +#: fe-connect.c:4970 #, c-format msgid "forbidden value %%00 in percent-encoded value: \"%s\"\n" msgstr "zabroniona wartość %%00 w znaku kodowanym procentem: \"%s\"\n" -#: fe-connect.c:5234 +#: fe-connect.c:5244 msgid "connection pointer is NULL\n" msgstr "wskaźnik połączenia ma wartość NULL\n" -#: fe-connect.c:5511 +#: fe-connect.c:5521 #, c-format msgid "WARNING: password file \"%s\" is not a plain file\n" msgstr "OSTRZEÅ»ENIE: plik hasła \"%s\" nie jest zwykłym plikiem\n" -#: fe-connect.c:5520 +#: fe-connect.c:5530 #, c-format msgid "WARNING: password file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n" msgstr "" "UWAGA: plik hasła \"%s\" posiada globalne lub grupowe uprawnienia odczytu;\n" "uprawniania powinny być ustawione na u=rw (0600) lub niżej\n" -#: fe-connect.c:5620 +#: fe-connect.c:5630 #, c-format msgid "password retrieved from file \"%s\"\n" msgstr "hasło odczytane z pliku \"%s\"\n" -#: fe-exec.c:824 +#: fe-exec.c:825 msgid "NOTICE" msgstr "UWAGA" -#: fe-exec.c:1119 fe-exec.c:1176 fe-exec.c:1216 +#: fe-exec.c:1120 fe-exec.c:1177 fe-exec.c:1217 msgid "command string is a null pointer\n" msgstr "łańcuch polecenia jest wskaźnikiem null\n" -#: fe-exec.c:1209 fe-exec.c:1304 +#: fe-exec.c:1210 fe-exec.c:1305 msgid "statement name is a null pointer\n" msgstr "nazwa instrukcji jest wskaźnikiem null\n" -#: fe-exec.c:1224 fe-exec.c:1381 fe-exec.c:2075 fe-exec.c:2273 +#: fe-exec.c:1225 fe-exec.c:1382 fe-exec.c:2097 fe-exec.c:2295 msgid "function requires at least protocol version 3.0\n" msgstr "funkcja wymaga przynajmniej protokołu w wersji 3.0\n" -#: fe-exec.c:1335 +#: fe-exec.c:1336 msgid "no connection to the server\n" msgstr "brak połączenia z serwerem\n" -#: fe-exec.c:1342 +#: fe-exec.c:1343 msgid "another command is already in progress\n" msgstr "inne polecenie jest aktualnie wykonywane\n" -#: fe-exec.c:1457 +#: fe-exec.c:1458 msgid "length must be given for binary parameter\n" msgstr "musi być podana długość parametru binarnego\n" -#: fe-exec.c:1735 +#: fe-exec.c:1727 #, c-format msgid "unexpected asyncStatus: %d\n" msgstr "nieoczekiwany asyncStatus: %d\n" -#: fe-exec.c:1755 +#: fe-exec.c:1747 #, c-format msgid "PGEventProc \"%s\" failed during PGEVT_RESULTCREATE event\n" msgstr "PGEventProc \"%s\" zawiodła podczas zdarzenia PGEVT_RESULTCREATE\n" -#: fe-exec.c:1885 +#: fe-exec.c:1907 msgid "COPY terminated by new PQexec" msgstr "KOPIOWANIE zakończone przez nowe PQexec" -#: fe-exec.c:1893 +#: fe-exec.c:1915 msgid "COPY IN state must be terminated first\n" msgstr "stan COPY IN musi zostać wcześniej zakończony\n" -#: fe-exec.c:1913 +#: fe-exec.c:1935 msgid "COPY OUT state must be terminated first\n" msgstr "stan COPY OUT musi zostać wcześniej zakończony\n" -#: fe-exec.c:1921 +#: fe-exec.c:1943 msgid "PQexec not allowed during COPY BOTH\n" msgstr "PQexec niedozwolone podczas COPY BOTH\n" -#: fe-exec.c:2164 fe-exec.c:2230 fe-exec.c:2317 fe-protocol2.c:1327 +#: fe-exec.c:2186 fe-exec.c:2252 fe-exec.c:2339 fe-protocol2.c:1327 #: fe-protocol3.c:1651 msgid "no COPY in progress\n" msgstr "brak KOPIOWANIA w toku\n" -#: fe-exec.c:2509 +#: fe-exec.c:2531 msgid "connection in wrong state\n" msgstr "połączenie posiada błędny stan\n" -#: fe-exec.c:2540 +#: fe-exec.c:2562 msgid "invalid ExecStatusType code" msgstr "błędny kod ExecStatusType" -#: fe-exec.c:2604 fe-exec.c:2627 +#: fe-exec.c:2626 fe-exec.c:2649 #, c-format msgid "column number %d is out of range 0..%d" msgstr "numer kolumny %d wykracza poza zakres 0..%d" -#: fe-exec.c:2620 +#: fe-exec.c:2642 #, c-format msgid "row number %d is out of range 0..%d" msgstr "numer wiersza %d wykracza poza zakres 0..%d" -#: fe-exec.c:2642 +#: fe-exec.c:2664 #, c-format msgid "parameter number %d is out of range 0..%d" msgstr "numer parametru %d wykracza poza zakres 0..%d" -#: fe-exec.c:2930 +#: fe-exec.c:2952 #, c-format msgid "could not interpret result from server: %s" msgstr "nie można zinterpretować wyników z serwera: %s" -#: fe-exec.c:3169 fe-exec.c:3253 +#: fe-exec.c:3191 fe-exec.c:3275 msgid "incomplete multibyte character\n" msgstr "niepełny znak wielobajtowy\n" @@ -605,8 +608,8 @@ msgstr "typ integer o rozmiarze %lu nie jest obsługiwany przez pqPutInt" msgid "connection not open\n" msgstr "połączenie nie jest otwarte\n" -#: fe-misc.c:737 fe-secure.c:364 fe-secure.c:444 fe-secure.c:525 -#: fe-secure.c:634 +#: fe-misc.c:737 fe-secure.c:388 fe-secure.c:468 fe-secure.c:549 +#: fe-secure.c:658 msgid "" "server closed the connection unexpectedly\n" "\tThis probably means the server terminated abnormally\n" @@ -616,15 +619,15 @@ msgstr "" "\tOznacza to prawdopodobnie iż serwer zakończył działanie niepoprawnie\n" "\tprzed lub podczas przetwarzania zapytania.\n" -#: fe-misc.c:974 +#: fe-misc.c:976 msgid "timeout expired\n" msgstr "upłynął limit czasu rządania\n" -#: fe-misc.c:1019 +#: fe-misc.c:1021 msgid "socket not open\n" msgstr "gniazdo nie jest otwarte\n" -#: fe-misc.c:1042 +#: fe-misc.c:1044 #, c-format msgid "select() failed: %s\n" msgstr "select() nie udało się: %s\n" @@ -766,129 +769,134 @@ msgstr "LINIA %d: " msgid "PQgetline: not doing text COPY OUT\n" msgstr "PQgetline: nie działam aktualnie w stanie COPY OUT\n" -#: fe-secure.c:265 +#: fe-secure.c:271 fe-secure.c:1129 fe-secure.c:1349 +#, c-format +msgid "could not acquire mutex: %s\n" +msgstr "nie można uzyskać muteksu: %s\n" + +#: fe-secure.c:283 #, c-format msgid "could not establish SSL connection: %s\n" msgstr "nie można ustanowić połączenia SSL: %s\n" -#: fe-secure.c:369 fe-secure.c:530 fe-secure.c:1397 +#: fe-secure.c:393 fe-secure.c:554 fe-secure.c:1478 #, c-format msgid "SSL SYSCALL error: %s\n" msgstr "błąd SSL SYSCALL: %s\n" -#: fe-secure.c:376 fe-secure.c:537 fe-secure.c:1401 +#: fe-secure.c:400 fe-secure.c:561 fe-secure.c:1482 msgid "SSL SYSCALL error: EOF detected\n" msgstr "błąd SSL SYSCALL: wykryto EOF\n" -#: fe-secure.c:387 fe-secure.c:548 fe-secure.c:1410 +#: fe-secure.c:411 fe-secure.c:572 fe-secure.c:1491 #, c-format msgid "SSL error: %s\n" msgstr "błąd SSL: %s\n" -#: fe-secure.c:402 fe-secure.c:563 +#: fe-secure.c:426 fe-secure.c:587 msgid "SSL connection has been closed unexpectedly\n" msgstr "Połączenie SSL zostało nieoczekiwanie zamknięte\n" -#: fe-secure.c:408 fe-secure.c:569 fe-secure.c:1419 +#: fe-secure.c:432 fe-secure.c:593 fe-secure.c:1500 #, c-format msgid "unrecognized SSL error code: %d\n" msgstr "nieznany błąd SSL o kodzie: %d\n" -#: fe-secure.c:452 +#: fe-secure.c:476 #, c-format msgid "could not receive data from server: %s\n" msgstr "nie można otrzymać danych z serwera: %s\n" -#: fe-secure.c:641 +#: fe-secure.c:665 #, c-format msgid "could not send data to server: %s\n" msgstr "nie można wysłać danych do serwera: %s\n" -#: fe-secure.c:761 fe-secure.c:778 +#: fe-secure.c:785 fe-secure.c:802 msgid "could not get server common name from server certificate\n" msgstr "nie można otrzymać nazwy zwyczajowej serwera z jego certyfikatu\n" -#: fe-secure.c:791 +#: fe-secure.c:815 msgid "SSL certificate's common name contains embedded null\n" msgstr "nazwa zwyczajowa certyfikatu SSL zawiera osadzony null\n" -#: fe-secure.c:803 +#: fe-secure.c:827 msgid "host name must be specified for a verified SSL connection\n" msgstr "nazwa hosta musi zostać podana dla zweryfikowanego połączenia SSL\n" -#: fe-secure.c:817 +#: fe-secure.c:841 #, c-format msgid "server common name \"%s\" does not match host name \"%s\"\n" msgstr "nazwa zwyczajowa serwera \"%s\" nie odpowiada nazwie hosta \"%s\"\n" -#: fe-secure.c:952 +#: fe-secure.c:976 #, c-format msgid "could not create SSL context: %s\n" msgstr "nie można utworzyć kontekstu SSL: %s\n" -#: fe-secure.c:1074 +#: fe-secure.c:1099 #, c-format msgid "could not open certificate file \"%s\": %s\n" msgstr "nie można otworzyć pliku certyfikatu \"%s\": %s\n" -#: fe-secure.c:1099 fe-secure.c:1109 +#: fe-secure.c:1138 fe-secure.c:1153 #, c-format msgid "could not read certificate file \"%s\": %s\n" msgstr "nie można odczytać pliku certyfikatu \"%s\": %s\n" -#: fe-secure.c:1146 +#: fe-secure.c:1208 #, c-format msgid "could not load SSL engine \"%s\": %s\n" msgstr "nie można wczytać silnika SSL \"%s\": %s\n" -#: fe-secure.c:1158 +#: fe-secure.c:1220 #, c-format msgid "could not initialize SSL engine \"%s\": %s\n" msgstr "nie można zainicjować silnika SSL \"%s\": %s\n" -#: fe-secure.c:1174 +#: fe-secure.c:1236 #, c-format msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n" msgstr "nie można odczytać prywatnego klucza SSL \"%s\" z silnika \"%s\": %s\n" -#: fe-secure.c:1188 +#: fe-secure.c:1250 #, c-format msgid "could not load private SSL key \"%s\" from engine \"%s\": %s\n" msgstr "nie można pobrać prywatnego klucza SSL \"%s\" z silnika \"%s\": %s\n" -#: fe-secure.c:1225 +#: fe-secure.c:1287 #, c-format msgid "certificate present, but not private key file \"%s\"\n" msgstr "znaleziono certyfikat ale nie znaleziono pliku z prywatnym kluczem \"%s\"\n" -#: fe-secure.c:1233 +#: fe-secure.c:1295 #, c-format msgid "private key file \"%s\" has group or world access; permissions should be u=rw (0600) or less\n" msgstr "" "plik hasła \"%s\" posiada globalne lub grupowe uprawnienia odczytu;\n" "uprawniania powinny być ustawione na u=rw (0600) lub niżej\n" -#: fe-secure.c:1244 +#: fe-secure.c:1306 #, c-format msgid "could not load private key file \"%s\": %s\n" msgstr "nie można pobrać pliku z kluczem prywatnym \"%s\": %s\n" -#: fe-secure.c:1258 +#: fe-secure.c:1320 #, c-format msgid "certificate does not match private key file \"%s\": %s\n" msgstr "certyfikat nie pokrywa się z prywatnym kluczem w pliku \"%s\": %s\n" -#: fe-secure.c:1286 +#: fe-secure.c:1358 #, c-format msgid "could not read root certificate file \"%s\": %s\n" msgstr "nie można odczytać pliku z certyfikatem użytkownika root \"%s\": %s\n" -#: fe-secure.c:1313 +#: fe-secure.c:1388 #, c-format msgid "SSL library does not support CRL certificates (file \"%s\")\n" msgstr "biblioteka SSL nie wspiera certyfikatów CRL (plik \"%s\")\n" -#: fe-secure.c:1340 +#: fe-secure.c:1421 msgid "" "could not get home directory to locate root certificate file\n" "Either provide the file or change sslmode to disable server certificate verification.\n" @@ -896,7 +904,7 @@ msgstr "" "nie można pobrać folderu domowego aby zlokalizować plik certyfikatu głównego\n" "Albo dostarcz plik albo zmień tryb ssl by zablokować weryfikację certyfikatu serwera.\n" -#: fe-secure.c:1344 +#: fe-secure.c:1425 #, c-format msgid "" "root certificate file \"%s\" does not exist\n" @@ -905,17 +913,17 @@ msgstr "" "plik certyfikatu głównego \"%s\" nie istnieje\n" "Albo dostarcz plik albo zmień tryb ssl by zablokować weryfikację certyfikatu serwera.\n" -#: fe-secure.c:1438 +#: fe-secure.c:1519 #, c-format msgid "certificate could not be obtained: %s\n" msgstr "certyfikat nie może zostać otrzymany: %s\n" -#: fe-secure.c:1515 +#: fe-secure.c:1615 #, c-format msgid "no SSL error reported" msgstr "nie zgłoszono błędu SSL" -#: fe-secure.c:1524 +#: fe-secure.c:1624 #, c-format msgid "SSL error code %lu" msgstr "kod błędu SSL %lu" -- 2.40.0