/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/bin/pg_waldump/po/de.po
691 строка
22 KB
Peter Eisentraut
Translation updates
01 июн 2026, 13:13
01 июн 2026, 13:13
ef6a95c
Код
Авторство
О чём код?
# German message translation file for pg_waldump # Copyright (C) 2026 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # msgid "" msgstr "" "Project-Id-Version: pg_waldump (PostgreSQL) 19\n" "Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" "POT-Creation-Date: 2026-05-28 13:22+0000\n" "PO-Revision-Date: 2026-05-28 18:41+0200\n" "Last-Translator: Peter Eisentraut <peter@eisentraut.org>\n" "Language-Team: German <pgsql-translators@postgresql.org>\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: ../../../src/common/logging.c:293 ../../../src/common/logging.c:295 #, c-format msgid "error: " msgstr "Fehler: " #: ../../../src/common/logging.c:302 ../../../src/common/logging.c:304 #, c-format msgid "warning: " msgstr "Warnung: " #: ../../../src/common/logging.c:315 ../../../src/common/logging.c:317 #, c-format msgid "detail: " msgstr "Detail: " #: ../../../src/common/logging.c:324 ../../../src/common/logging.c:326 #, c-format msgid "hint: " msgstr "Tipp: " #: ../../common/fe_memutils.c:41 ../../common/fe_memutils.c:81 #: ../../common/fe_memutils.c:104 ../../common/fe_memutils.c:167 #, c-format msgid "out of memory\n" msgstr "Speicher aufgebraucht\n" #: ../../common/fe_memutils.c:98 ../../common/fe_memutils.c:159 #, c-format msgid "cannot duplicate null pointer (internal error)\n" msgstr "kann NULL-Zeiger nicht kopieren (interner Fehler)\n" #: ../../common/fe_memutils.c:209 #, c-format msgid "invalid memory allocation request size %zu + %zu\n" msgstr "ungültige Speicheranforderungsgröße %zu + %zu\n" #: ../../common/fe_memutils.c:228 #, c-format msgid "invalid memory allocation request size %zu * %zu\n" msgstr "ungültige Speicheranforderungsgröße %zu * %zu\n" #: ../../common/file_utils.c:69 ../../common/file_utils.c:370 #: ../../common/file_utils.c:428 ../../common/file_utils.c:502 pg_waldump.c:193 #: pg_waldump.c:648 #, c-format msgid "could not open file \"%s\": %m" msgstr "konnte Datei »%s« nicht öffnen: %m" #: ../../common/file_utils.c:75 #, c-format msgid "could not synchronize file system for file \"%s\": %m" msgstr "konnte Dateisystem für Datei »%s« nicht synchronisieren: %m" #: ../../common/file_utils.c:123 ../../common/file_utils.c:588 #, c-format msgid "could not stat file \"%s\": %m" msgstr "konnte »stat« für Datei »%s« nicht ausführen: %m" #: ../../common/file_utils.c:133 ../../common/file_utils.c:243 #, c-format msgid "this build does not support sync method \"%s\"" msgstr "diese Installation unterstützt Sync-Methode »%s« nicht" #: ../../common/file_utils.c:156 ../../common/file_utils.c:304 #: pg_waldump.c:1252 pg_waldump.c:1286 #, c-format msgid "could not open directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht öffnen: %m" #: ../../common/file_utils.c:174 ../../common/file_utils.c:338 #, c-format msgid "could not read directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht lesen: %m" #: ../../common/file_utils.c:440 ../../common/file_utils.c:510 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "konnte Datei »%s« nicht fsyncen: %m" #: ../../common/file_utils.c:520 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "konnte Datei »%s« nicht in »%s« umbenennen: %m" #: archive_waldump.c:143 pg_waldump.c:1299 pg_waldump.c:1329 #, c-format msgid "could not open file \"%s\"" msgstr "konnte Datei »%s« nicht öffnen" #: archive_waldump.c:188 #, c-format msgid "could not find WAL in archive \"%s\"" msgstr "konnte kein WAL in Archiv »%s« finden" #: archive_waldump.c:205 #, c-format msgid "invalid WAL segment size in WAL file from archive \"%s\" (%u byte)" msgid_plural "invalid WAL segment size in WAL file from archive \"%s\" (%u bytes)" msgstr[0] "ungültige WAL-Segmentgröße in WAL-Datei aus Archiv »%s« (%u Byte)" msgstr[1] "ungültige WAL-Segmentgröße in WAL-Datei aus Archiv »%s« (%u Bytes)" #: archive_waldump.c:209 pg_waldump.c:252 #, c-format msgid "The WAL segment size must be a power of two between 1 MB and 1 GB." msgstr "Die WAL-Segmentgröße muss eine Zweierpotenz zwischen 1 MB und 1 GB sein." #: archive_waldump.c:291 pg_waldump.c:654 #, c-format msgid "could not close file \"%s\": %m" msgstr "konnte Datei »%s« nicht schließen: %m" #: archive_waldump.c:367 #, c-format msgid "WAL segment \"%s\" in archive \"%s\" is too short: read %zu of %zu bytes" msgstr "WAL-Segment »%s« in Archiv »%s« ist zu kurz: %zu von %zu Bytes gelesen" #: archive_waldump.c:371 #, c-format msgid "unexpected end of archive \"%s\" while reading \"%s\": read %zu of %zu bytes" msgstr "unerwartetes Ende von Archiv »%s« beim Lesen von »%s«: %zu von %zu Bytes gelesen" #: archive_waldump.c:503 #, c-format msgid "could not close file \"%s/%s\": %m" msgstr "konnte Datei »%s/%s« nicht schließen: %m" #: archive_waldump.c:516 #, c-format msgid "could not find WAL \"%s\" in archive \"%s\"" msgstr "konnte WAL »%s« im Archiv »%s« nicht finden" #: archive_waldump.c:548 pg_waldump.c:259 #, c-format msgid "could not read file \"%s\": %m" msgstr "konnte Datei »%s« nicht lesen: %m" #: archive_waldump.c:595 pg_waldump.c:131 #, c-format msgid "could not create directory \"%s\": %m" msgstr "konnte Verzeichnis »%s« nicht erzeugen: %m" #: archive_waldump.c:622 #, c-format msgid "could not create file \"%s\": %m" msgstr "konnte Datei »%s« nicht erstellen: %m" #: archive_waldump.c:626 #, c-format msgid "could not set permissions on file \"%s\": %m" msgstr "konnte Zugriffsrechte von Datei »%s« nicht setzen: %m" #: archive_waldump.c:651 #, c-format msgid "could not write to file \"%s/%s\": %m" msgstr "konnte nicht in Datei »%s/%s« schreiben: %m" #: archive_waldump.c:743 #, c-format msgid "ignoring duplicate WAL \"%s\" found in archive \"%s\"" msgstr "doppeltes WAL »%s«, gefunden in Archiv »%s«, wird ignoriert" #: archive_waldump.c:779 #, c-format msgid "unexpected state while parsing tar file" msgstr "unerwarteter Zustand beim Parsen der Tar-Datei" #: pg_waldump.c:140 #, c-format msgid "directory \"%s\" exists but is not empty" msgstr "Verzeichnis »%s« existiert aber ist nicht leer" #: pg_waldump.c:144 #, c-format msgid "could not access directory \"%s\": %m" msgstr "konnte nicht auf Verzeichnis »%s« zugreifen: %m" #: pg_waldump.c:248 #, c-format msgid "invalid WAL segment size in WAL file \"%s\" (%u byte)" msgid_plural "invalid WAL segment size in WAL file \"%s\" (%u bytes)" msgstr[0] "ungültige WAL-Segmentgröße in WAL-Datei »%s« (%u Byte)" msgstr[1] "ungültige WAL-Segmentgröße in WAL-Datei »%s« (%u Bytes)" #: pg_waldump.c:262 #, c-format msgid "could not read file \"%s\": read %d of %d" msgstr "konnte Datei »%s« nicht lesen: %d von %d gelesen" #: pg_waldump.c:324 #, c-format msgid "could not locate WAL file \"%s\"" msgstr "konnte WAL-Datei »%s« nicht finden" #: pg_waldump.c:326 #, c-format msgid "could not find any WAL file" msgstr "konnte keine WAL-Datei finden" #: pg_waldump.c:393 #, c-format msgid "could not find file \"%s\": %m" msgstr "konnte Datei »%s« nicht finden: %m" #: pg_waldump.c:433 #, c-format msgid "could not read from file \"%s\", offset %d: %m" msgstr "konnte nicht aus Datei »%s«, Position %d lesen: %m" #: pg_waldump.c:437 #, c-format msgid "could not read from file \"%s\", offset %d: read %d of %d" msgstr "konnte nicht aus Datei »%s«, Position %d lesen: %d von %d gelesen" #: pg_waldump.c:631 #, c-format msgid "%s" msgstr "%s" #: pg_waldump.c:639 #, c-format msgid "invalid fork number: %u" msgstr "ungültige Fork-Nummer: %u" #: pg_waldump.c:651 #, c-format msgid "could not write file \"%s\": %m" msgstr "konnte Datei »%s« nicht schreiben: %m" #: pg_waldump.c:895 #, c-format msgid "" "%s decodes and displays PostgreSQL write-ahead logs for debugging.\n" "\n" msgstr "" "%s dekodiert und zeigt PostgreSQL-Write-Ahead-Logs zum Debuggen.\n" "\n" #: pg_waldump.c:897 #, c-format msgid "Usage:\n" msgstr "Aufruf:\n" #: pg_waldump.c:898 #, c-format msgid " %s [OPTION]... [STARTSEG [ENDSEG]]\n" msgstr " %s [OPTION]... [STARTSEG [ENDSEG]]\n" #: pg_waldump.c:899 #, c-format msgid "" "\n" "Options:\n" msgstr "" "\n" "Optionen:\n" #: pg_waldump.c:900 #, c-format msgid " -b, --bkp-details output detailed information about backup blocks\n" msgstr " -b, --bkp-details detaillierte Informationen über Backup-Blöcke ausgeben\n" #: pg_waldump.c:901 #, c-format msgid " -B, --block=N with --relation, only show records that modify block N\n" msgstr "" " -B, --block=N mit --relation, nur Datensätze zeigen, die Block N\n" " modifizieren\n" #: pg_waldump.c:902 #, c-format msgid " -e, --end=RECPTR stop reading at WAL location RECPTR\n" msgstr " -e, --end=RECPTR bei WAL-Position RECPTR zu lesen aufhören\n" #: pg_waldump.c:903 #, c-format msgid " -f, --follow keep retrying after reaching end of WAL\n" msgstr " -f, --follow am Ende des WAL weiter versuchen\n" #: pg_waldump.c:904 #, c-format msgid "" " -F, --fork=FORK only show records that modify blocks in fork FORK;\n" " valid names are main, fsm, vm, init\n" msgstr "" " -F, --fork=FORK nur Datensätze zeigen, die Blöcke in Fork FORK\n" " modifizieren; gültige Werte sind main, fsm, vm, init\n" #: pg_waldump.c:906 #, c-format msgid " -n, --limit=N number of records to display\n" msgstr " -n, --limit=N Anzahl der anzuzeigenden Datensätze\n" #: pg_waldump.c:907 #, c-format msgid "" " -p, --path=PATH a tar archive or a directory in which to find WAL segment files or\n" " a directory with a pg_wal subdirectory containing such files\n" " (default: current directory, ./pg_wal, $PGDATA/pg_wal)\n" msgstr "" " -p, --path=PATH ein Tar-Archiv oder ein Verzeichnis mit den\n" " WAL-Segmentdateien oder ein Verzeichnis mit\n" " Unterverzeichnis pg_wal mit solchen Dateien (Vorgabe:\n" " aktuelles Verzeichnis, ./pg_wal, $PGDATA/pg_wal)\n" #: pg_waldump.c:910 #, c-format msgid " -q, --quiet do not print any output, except for errors\n" msgstr " -q, --quiet keine Ausgabe, außer Fehler\n" #: pg_waldump.c:911 #, c-format msgid "" " -r, --rmgr=RMGR only show records generated by resource manager RMGR;\n" " use --rmgr=list to list valid resource manager names\n" msgstr "" " -r, --rmgr=RMGR nur Datensätze erzeugt von Resource-Manager RMGR zeigen;\n" " --rmgr=list zeigt gültige Resource-Manager-Namen\n" #: pg_waldump.c:913 #, c-format msgid " -R, --relation=T/D/R only show records that modify blocks in relation T/D/R\n" msgstr "" " -R, --relation=T/D/R nur Datensätze zeigen, die Blöcke in Relation T/D/R\n" " modifizieren\n" #: pg_waldump.c:914 #, c-format msgid " -s, --start=RECPTR start reading at WAL location RECPTR\n" msgstr " -s, --start=RECPTR bei WAL-Position RECPTR zu lesen anfangen\n" #: pg_waldump.c:915 #, c-format msgid "" " -t, --timeline=TLI timeline from which to read WAL records\n" " (default: 1 or the value used in STARTSEG)\n" msgstr "" " -t, --timeline=ZAHL Zeitleiste aus der WAL-Einträge gelesen werden sollen\n" " (Vorgabe: 1 oder der in STARTSEG verwendete Wert)\n" #: pg_waldump.c:917 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" #: pg_waldump.c:918 #, c-format msgid " -w, --fullpage only show records with a full page write\n" msgstr " -w, --fullpage nur Datensätze mit einem Full-Page-Write zeigen\n" #: pg_waldump.c:919 #, c-format msgid " -x, --xid=XID only show records with transaction ID XID\n" msgstr " -x, --xid=XID nur Datensätze mit Transaktions-ID XID zeigen\n" #: pg_waldump.c:920 #, c-format msgid "" " -z, --stats[=record] show statistics instead of records\n" " (optionally, show per-record statistics)\n" msgstr "" " -z, --stats[=record] Statistiken statt Datensätzen anzeigen\n" " (optional Statistiken pro Datensatz zeigen)\n" #: pg_waldump.c:922 #, c-format msgid " --save-fullpage=DIR save full page images to DIR\n" msgstr " --save-fullpage=VERZ Full-Page-Images in VERZ speichern\n" #: pg_waldump.c:923 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" #: pg_waldump.c:924 #, c-format msgid "" "\n" "Report bugs to <%s>.\n" msgstr "" "\n" "Berichten Sie Fehler an <%s>.\n" #: pg_waldump.c:925 #, c-format msgid "%s home page: <%s>\n" msgstr "%s Homepage: <%s>\n" #: pg_waldump.c:1027 #, c-format msgid "no arguments specified" msgstr "keine Argumente angegeben" #: pg_waldump.c:1043 #, c-format msgid "invalid block number: \"%s\"" msgstr "ungültige Blocknummer: »%s«" #: pg_waldump.c:1052 pg_waldump.c:1150 #, c-format msgid "invalid WAL location: \"%s\"" msgstr "ungültige WAL-Position: »%s«" #: pg_waldump.c:1065 #, c-format msgid "invalid fork name: \"%s\"" msgstr "ungültiger Fork-Name: »%s«" #: pg_waldump.c:1073 pg_waldump.c:1176 #, c-format msgid "invalid value \"%s\" for option %s" msgstr "ungültiger Wert »%s« für Option %s" #: pg_waldump.c:1104 #, c-format msgid "custom resource manager \"%s\" does not exist" msgstr "Custom-Resource-Manager »%s« existiert nicht" #: pg_waldump.c:1125 #, c-format msgid "resource manager \"%s\" does not exist" msgstr "Resource-Manager »%s« existiert nicht" #: pg_waldump.c:1140 #, c-format msgid "invalid relation specification: \"%s\"" msgstr "ungültige Relationsangabe: »%s«" #: pg_waldump.c:1141 #, c-format msgid "Expecting \"tablespace OID/database OID/relation filenode\"." msgstr "Erwartet wurde »Tablespace-OID/Datenbank-OID/Relation-Filenode«." #: pg_waldump.c:1183 #, c-format msgid "%s must be in range %u..%u" msgstr "%s muss im Bereich %u..%u sein" #: pg_waldump.c:1198 #, c-format msgid "invalid transaction ID specification: \"%s\"" msgstr "ungültige Transaktions-ID-Angabe: »%s«" #: pg_waldump.c:1213 #, c-format msgid "unrecognized value for option %s: %s" msgstr "unbekannter Wert für Option %s: %s" #: pg_waldump.c:1230 #, c-format msgid "option %s requires option %s to be specified" msgstr "Option %s erfordert, dass Option %s angegeben wird" #: pg_waldump.c:1237 #, c-format msgid "too many command-line arguments (first is \"%s\")" msgstr "zu viele Kommandozeilenargumente (das erste ist »%s«)" #: pg_waldump.c:1274 #, c-format msgid "unnecessary command-line arguments specified with tar archive (first is \"%s\")" msgstr "unnötige Kommandozeilenargumente nach Tar-Archiv angegeben (das erste ist »%s«)" #: pg_waldump.c:1309 #, c-format msgid "start WAL location %X/%08X is not inside file \"%s\"" msgstr "WAL-Startposition %X/%08X ist nicht innerhalb der Datei »%s«" #: pg_waldump.c:1336 #, c-format msgid "ENDSEG %s is before STARTSEG %s" msgstr "ENDSEG %s kommt vor STARTSEG %s" #: pg_waldump.c:1350 #, c-format msgid "end WAL location %X/%08X is not inside file \"%s\"" msgstr "WAL-Endposition %X/%08X ist nicht innerhalb der Datei »%s«" #: pg_waldump.c:1363 #, c-format msgid "no start WAL location given" msgstr "keine WAL-Startposition angegeben" #: pg_waldump.c:1370 #, c-format msgid "--follow is not supported when reading from a tar archive" msgstr "--follow wird nicht unterstützt, wenn aus einem Tar-Archiv gelesen wird" #: pg_waldump.c:1408 #, c-format msgid "out of memory while allocating a WAL reading processor" msgstr "Speicher aufgebraucht beim Anlegen eines WAL-Leseprozessors" #: pg_waldump.c:1424 #, c-format msgid "could not find a valid record after %X/%08X: %s" msgstr "konnte keinen gültigen Datensatz nach %X/%08X finden: %s" #: pg_waldump.c:1427 #, c-format msgid "could not find a valid record after %X/%08X" msgstr "konnte keinen gültigen Datensatz nach %X/%08X finden" #: pg_waldump.c:1438 #, c-format msgid "first record is after %X/%08X, at %X/%08X, skipping over %u byte" msgid_plural "first record is after %X/%08X, at %X/%08X, skipping over %u bytes" msgstr[0] "erster Datensatz kommt nach %X/%08X, bei %X/%08X, %u Byte wurde übersprungen" msgstr[1] "erster Datensatz kommt nach %X/%08X, bei %X/%08X, %u Bytes wurden übersprungen" #: pg_waldump.c:1526 #, c-format msgid "error in WAL record at %X/%08X: %s" msgstr "Fehler in WAL-Eintrag bei %X/%08X: %s" #: pg_waldump.c:1544 #, c-format msgid "Try \"%s --help\" for more information." msgstr "Versuchen Sie »%s --help« für weitere Informationen." #: xlogreader.c:621 #, c-format msgid "invalid record offset at %X/%08X: expected at least %u, got %u" msgstr "ungültiger Datensatz-Offset bei %X/%08X: mindestens %u erwartet, %u erhalten" #: xlogreader.c:630 #, c-format msgid "contrecord is requested by %X/%08X" msgstr "Contrecord angefordert von %X/%08X" #: xlogreader.c:671 xlogreader.c:1146 #, c-format msgid "invalid record length at %X/%08X: expected at least %u, got %u" msgstr "ungültige Datensatzlänge bei %X/%08X: mindestens %u erwartet, %u erhalten" #: xlogreader.c:761 #, c-format msgid "there is no contrecord flag at %X/%08X" msgstr "keine Contrecord-Flag bei %X/%08X" #: xlogreader.c:774 #, c-format msgid "invalid contrecord length %u (expected %lld) at %X/%08X" msgstr "ungültige Contrecord-Länge %u (erwartet %lld) bei %X/%08X" #: xlogreader.c:1154 #, c-format msgid "invalid resource manager ID %u at %X/%08X" msgstr "ungültige Resource-Manager-ID %u bei %X/%08X" #: xlogreader.c:1167 xlogreader.c:1183 #, c-format msgid "record with incorrect prev-link %X/%08X at %X/%08X" msgstr "Datensatz mit falschem Prev-Link %X/%08X bei %X/%08X" #: xlogreader.c:1221 #, c-format msgid "incorrect resource manager data checksum in record at %X/%08X" msgstr "ungültige Resource-Manager-Datenprüfsumme in Datensatz bei %X/%08X" #: xlogreader.c:1255 #, c-format msgid "invalid magic number %04X in WAL segment %s, LSN %X/%08X, offset %u" msgstr "ungültige magische Zahl %04X in WAL-Segment %s, LSN %X/%08X, Offset %u" #: xlogreader.c:1270 xlogreader.c:1312 #, c-format msgid "invalid info bits %04X in WAL segment %s, LSN %X/%08X, offset %u" msgstr "ungültige Info-Bits %04X in WAL-Segment %s, LSN %X/%08X, Offset %u" #: xlogreader.c:1286 #, c-format msgid "WAL file is from different database system: WAL file database system identifier is %<PRIu64>, pg_control database system identifier is %<PRIu64>" msgstr "WAL-Datei ist von einem anderen Datenbanksystem: Datenbanksystemidentifikator in WAL-Datei ist %<PRIu64>, Datenbanksystemidentifikator in pg_control ist %<PRIu64>" #: xlogreader.c:1294 #, c-format msgid "WAL file is from different database system: incorrect segment size in page header" msgstr "WAL-Datei ist von einem anderen Datenbanksystem: falsche Segmentgröße im Seitenkopf" #: xlogreader.c:1300 #, c-format msgid "WAL file is from different database system: incorrect XLOG_BLCKSZ in page header" msgstr "WAL-Datei ist von einem anderen Datenbanksystem: falsche XLOG_BLCKSZ im Seitenkopf" #: xlogreader.c:1332 #, c-format msgid "unexpected pageaddr %X/%08X in WAL segment %s, LSN %X/%08X, offset %u" msgstr "unerwartete Pageaddr %X/%08X in WAL-Segment %s, LSN %X/%08X, Offset %u" #: xlogreader.c:1358 #, c-format msgid "out-of-sequence timeline ID %u (after %u) in WAL segment %s, LSN %X/%08X, offset %u" msgstr "Zeitleisten-ID %u außer der Reihe (nach %u) in WAL-Segment %s, LSN %X/%08X, Offset %u" #: xlogreader.c:1788 #, c-format msgid "out-of-order block_id %u at %X/%08X" msgstr "block_id %u außer der Reihe bei %X/%08X" #: xlogreader.c:1812 #, c-format msgid "BKPBLOCK_HAS_DATA set, but no data included at %X/%08X" msgstr "BKPBLOCK_HAS_DATA gesetzt, aber keine Daten enthalten bei %X/%08X" #: xlogreader.c:1819 #, c-format msgid "BKPBLOCK_HAS_DATA not set, but data length is %d at %X/%08X" msgstr "BKPBLOCK_HAS_DATA nicht gesetzt, aber Datenlänge ist %d bei %X/%08X" #: xlogreader.c:1855 #, c-format msgid "BKPIMAGE_HAS_HOLE set, but hole offset %d length %d block image length %d at %X/%08X" msgstr "BKPIMAGE_HAS_HOLE gesetzt, aber Loch Offset %d Länge %d Block-Abbild-Länge %d bei %X/%08X" #: xlogreader.c:1871 #, c-format msgid "BKPIMAGE_HAS_HOLE not set, but hole offset %d length %d at %X/%08X" msgstr "BKPIMAGE_HAS_HOLE nicht gesetzt, aber Loch Offset %d Länge %d bei %X/%08X" #: xlogreader.c:1885 #, c-format msgid "BKPIMAGE_COMPRESSED set, but block image length %d at %X/%08X" msgstr "BKPIMAGE_COMPRESSED gesetzt, aber Block-Abbild-Länge %d bei %X/%08X" #: xlogreader.c:1900 #, c-format msgid "neither BKPIMAGE_HAS_HOLE nor BKPIMAGE_COMPRESSED set, but block image length is %d at %X/%08X" msgstr "weder BKPIMAGE_HAS_HOLE noch BKPIMAGE_COMPRESSED gesetzt, aber Block-Abbild-Länge ist %d bei %X/%08X" #: xlogreader.c:1916 #, c-format msgid "BKPBLOCK_SAME_REL set but no previous rel at %X/%08X" msgstr "BKPBLOCK_SAME_REL gesetzt, aber keine vorangehende Relation bei %X/%08X" #: xlogreader.c:1928 #, c-format msgid "invalid block_id %u at %X/%08X" msgstr "ungültige block_id %u bei %X/%08X" #: xlogreader.c:1995 #, c-format msgid "record with invalid length at %X/%08X" msgstr "Datensatz mit ungültiger Länge bei %X/%08X" #: xlogreader.c:2021 #, c-format msgid "could not locate backup block with ID %d in WAL record" msgstr "konnte Backup-Block mit ID %d nicht im WAL-Eintrag finden" #: xlogreader.c:2105 #, c-format msgid "could not restore image at %X/%08X with invalid block %d specified" msgstr "konnte Abbild bei %X/%08X mit ungültigem angegebenen Block %d nicht wiederherstellen" #: xlogreader.c:2112 #, c-format msgid "could not restore image at %X/%08X with invalid state, block %d" msgstr "konnte Abbild mit ungültigem Zustand bei %X/%08X nicht wiederherstellen, Block %d" #: xlogreader.c:2139 xlogreader.c:2156 #, c-format msgid "could not restore image at %X/%08X compressed with %s not supported by build, block %d" msgstr "konnte Abbild bei %X/%08X nicht wiederherstellen, komprimiert mit %s, nicht unterstützt von dieser Installation, Block %d" #: xlogreader.c:2165 #, c-format msgid "could not restore image at %X/%08X compressed with unknown method, block %d" msgstr "konnte Abbild bei %X/%08X nicht wiederherstellen, komprimiert mit unbekannter Methode, Block %d" #: xlogreader.c:2173 #, c-format msgid "could not decompress image at %X/%08X, block %d" msgstr "konnte Abbild bei %X/%08X nicht dekomprimieren, Block %d"