From 1b9aa0c543e43d32a596512dbbeab316e7f8ce6e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 27 Apr 2019 16:55:33 +0200 Subject: [PATCH] de: Translation update --- de/pg_archivecleanup.po | 128 ++++++++++++++++++++-------------------- 1 file changed, 63 insertions(+), 65 deletions(-) diff --git a/de/pg_archivecleanup.po b/de/pg_archivecleanup.po index 2babc3f1..f4bc079d 100644 --- a/de/pg_archivecleanup.po +++ b/de/pg_archivecleanup.po @@ -1,68 +1,73 @@ # pg_archivecleanup message translation file for pg_archivecleanup -# Copyright (C) 2017 PostgreSQL Global Development Group +# Copyright (C) 2019 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. -# Peter Eisentraut , 2017. +# Peter Eisentraut , 2019. # msgid "" msgstr "" -"Project-Id-Version: pg_archivecleanup (PostgreSQL) 10\n" -"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2017-08-17 00:16+0000\n" -"PO-Revision-Date: 2017-08-17 00:20-0400\n" -"Last-Translator: Peter Eisentraut \n" +"Project-Id-Version: pg_archivecleanup (PostgreSQL) 12\n" +"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n" +"POT-Creation-Date: 2019-04-27 13:48+0000\n" +"PO-Revision-Date: 2019-04-27 16:54+0200\n" +"Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: pg_archivecleanup.c:72 +#: ../../../src/fe_utils/logging.c:182 #, c-format -msgid "%s: archive location \"%s\" does not exist\n" -msgstr "%s: Archivverzeichnis »%s« existiert nicht\n" +msgid "fatal: " +msgstr "Fatal: " -#: pg_archivecleanup.c:148 +#: ../../../src/fe_utils/logging.c:189 #, c-format -msgid "%s: file \"%s\" would be removed\n" -msgstr "%s: Datei »%s« würde entfernt werden\n" +msgid "error: " +msgstr "Fehler: " -#: pg_archivecleanup.c:154 +#: ../../../src/fe_utils/logging.c:196 #, c-format -msgid "%s: removing file \"%s\"\n" -msgstr "%s: Datei »%s« wird entfernt\n" +msgid "warning: " +msgstr "Warnung: " -#: pg_archivecleanup.c:160 +#: pg_archivecleanup.c:68 #, c-format -msgid "%s: ERROR: could not remove file \"%s\": %s\n" -msgstr "%s: FEHLER: konnte Datei »%s« nicht entfernen: %s\n" +msgid "archive location \"%s\" does not exist" +msgstr "Archivverzeichnis »%s« existiert nicht" -#: pg_archivecleanup.c:168 +#: pg_archivecleanup.c:153 +#, c-format +msgid "could not remove file \"%s\": %m" +msgstr "konnte Datei »%s« nicht löschen: %m" + +#: pg_archivecleanup.c:161 #, c-format -msgid "%s: could not read archive location \"%s\": %s\n" -msgstr "%s: konnte Archivverzeichnis »%s« nicht lesen: %s\n" +msgid "could not read archive location \"%s\": %m" +msgstr "konnte Archivverzeichnis »%s« nicht lesen: %m" -#: pg_archivecleanup.c:171 +#: pg_archivecleanup.c:164 #, c-format -msgid "%s: could not close archive location \"%s\": %s\n" -msgstr "%s: konnte Archivverzeichnis »%s« nicht schließen: %s\n" +msgid "could not close archive location \"%s\": %m" +msgstr "konnte Archivverzeichnis »%s« nicht schließen: %m" -#: pg_archivecleanup.c:175 +#: pg_archivecleanup.c:168 #, c-format -msgid "%s: could not open archive location \"%s\": %s\n" -msgstr "%s: konnte Archivverzeichnis »%s« nicht öffnen: %s\n" +msgid "could not open archive location \"%s\": %m" +msgstr "konnte Archivverzeichnis »%s« nicht öffnen: %m" -#: pg_archivecleanup.c:248 +#: pg_archivecleanup.c:241 #, c-format -msgid "%s: invalid file name argument\n" -msgstr "%s: ungültiges Dateinamenargument\n" +msgid "invalid file name argument" +msgstr "ungültiges Dateinamenargument" -#: pg_archivecleanup.c:249 pg_archivecleanup.c:321 pg_archivecleanup.c:342 -#: pg_archivecleanup.c:354 pg_archivecleanup.c:361 +#: pg_archivecleanup.c:242 pg_archivecleanup.c:315 pg_archivecleanup.c:336 +#: pg_archivecleanup.c:348 pg_archivecleanup.c:355 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" -#: pg_archivecleanup.c:262 +#: pg_archivecleanup.c:255 #, c-format msgid "" "%s removes older WAL files from PostgreSQL archives.\n" @@ -71,17 +76,17 @@ msgstr "" "%s entfernt alte WAL-Dateien aus PostgreSQL-Archiven.\n" "\n" -#: pg_archivecleanup.c:263 +#: pg_archivecleanup.c:256 #, c-format msgid "Usage:\n" msgstr "Aufruf:\n" -#: pg_archivecleanup.c:264 +#: pg_archivecleanup.c:257 #, c-format msgid " %s [OPTION]... ARCHIVELOCATION OLDESTKEPTWALFILE\n" msgstr " %s [OPTION]... ARCHIVVERZEICHNIS ÄLTESTE-ZU-BEHALTENE-WALDATEI\n" -#: pg_archivecleanup.c:265 +#: pg_archivecleanup.c:258 #, c-format msgid "" "\n" @@ -90,47 +95,47 @@ msgstr "" "\n" "Optionen:\n" -#: pg_archivecleanup.c:266 +#: pg_archivecleanup.c:259 #, c-format msgid " -d generate debug output (verbose mode)\n" msgstr " -d Debug-Ausgaben erzeugen (Verbose-Modus)\n" -#: pg_archivecleanup.c:267 +#: pg_archivecleanup.c:260 #, c-format msgid " -n dry run, show the names of the files that would be removed\n" msgstr " -n Probelauf, Namen der Dateien anzeigen, die entfernt würden\n" -#: pg_archivecleanup.c:268 +#: pg_archivecleanup.c:261 #, c-format msgid " -V, --version output version information, then exit\n" msgstr " -V, --version Versionsinformationen anzeigen, dann beenden\n" -#: pg_archivecleanup.c:269 +#: pg_archivecleanup.c:262 #, c-format msgid " -x EXT clean up files if they have this extension\n" msgstr " -x ERW Dateien mit dieser Erweiterung aufräumen\n" -#: pg_archivecleanup.c:270 +#: pg_archivecleanup.c:263 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help diese Hilfe anzeigen, dann beenden\n" -#: pg_archivecleanup.c:271 +#: pg_archivecleanup.c:264 #, c-format msgid "" "\n" -"For use as archive_cleanup_command in recovery.conf when standby_mode = on:\n" +"For use as archive_cleanup_command in postgresql.conf:\n" " archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVELOCATION %%r'\n" "e.g.\n" " archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiverdir %%r'\n" msgstr "" "\n" -"Verwendung als archive_cleanup_command in recovery.conf mit standby_mode = on:\n" +"Verwendung als archive_cleanup_command in postgresql.conf:\n" " archive_cleanup_command = 'pg_archivecleanup [OPTION]... ARCHIVVERZ %%r'\n" "z.B.\n" " archive_cleanup_command = 'pg_archivecleanup /mnt/server/archiv %%r'\n" -#: pg_archivecleanup.c:276 +#: pg_archivecleanup.c:269 #, c-format msgid "" "\n" @@ -143,31 +148,24 @@ msgstr "" "z.B.\n" " pg_archivecleanup /mnt/server/archiv 000000010000000000000010.00000020.backup\n" -#: pg_archivecleanup.c:280 +#: pg_archivecleanup.c:273 #, c-format msgid "" "\n" -"Report bugs to .\n" -msgstr "" -"\n" -"Berichten Sie Fehler an .\n" - -#: pg_archivecleanup.c:341 -#, c-format -msgid "%s: must specify archive location\n" -msgstr "%s: Archivverzeichnis muss angegeben werden\n" +"Report bugs to .\n" +msgstr "\nBerichten Sie Fehler an .\n" -#: pg_archivecleanup.c:353 +#: pg_archivecleanup.c:335 #, c-format -msgid "%s: must specify oldest kept WAL file\n" -msgstr "%s: älteste zu behaltene WAL-Datei muss angegeben werden\n" +msgid "must specify archive location" +msgstr "Archivverzeichnis muss angegeben werden" -#: pg_archivecleanup.c:360 +#: pg_archivecleanup.c:347 #, c-format -msgid "%s: too many command-line arguments\n" -msgstr "%s: zu viele Kommandozeilenargumente\n" +msgid "must specify oldest kept WAL file" +msgstr "älteste zu behaltene WAL-Datei muss angegeben werden" -#: pg_archivecleanup.c:379 +#: pg_archivecleanup.c:354 #, c-format -msgid "%s: keeping WAL file \"%s\" and later\n" -msgstr "%s: WAL-Datei »%s« und spätere werden behalten\n" +msgid "too many command-line arguments" +msgstr "zu viele Kommandozeilenargumente" -- 2.39.5