# German message translation file for pg_config # Peter Eisentraut , 2004, 2005. # # pgtranslation Id: pg_config.po,v 1.4 2006/10/27 13:07:50 petere Exp $ # # Use these quotes: »%s« # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-10-20 01:37-0300\n" "PO-Revision-Date: 2006-10-27 14:54+0200\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: Peter Eisentraut \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: pg_config.c:231 pg_config.c:247 pg_config.c:263 pg_config.c:279 #: pg_config.c:295 pg_config.c:311 pg_config.c:327 pg_config.c:343 #, c-format msgid "not recorded\n" msgstr "nicht aufgezeichnet\n" #: pg_config.c:398 #, c-format msgid "" "\n" "%s provides information about the installed version of PostgreSQL.\n" "\n" msgstr "" "\n" "%s gibt Informationen über die installierte Version von PostgreSQL.\n" "\n" #: pg_config.c:399 #, c-format msgid "Usage:\n" msgstr "Benutzung:\n" #: pg_config.c:400 #, c-format msgid "" " %s [ OPTION ... ]\n" "\n" msgstr "" " %s [ OPTION ... ]\n" "\n" #: pg_config.c:401 #, c-format msgid "Options:\n" msgstr "Optionen:\n" #: pg_config.c:402 #, c-format msgid " --bindir show location of user executables\n" msgstr "" " --bindir zeige Installationsverzeichnis der " "Benutzerprogramme\n" #: pg_config.c:403 #, c-format msgid " --docdir show location of documentation files\n" msgstr " --docdir zeige Installationsverzeichnis der Dokumentation\n" #: pg_config.c:404 #, c-format msgid "" " --includedir show location of C header files of the client\n" " interfaces\n" msgstr "" " --includedir zeige Installationsverzeichnis der Headerdateien " "der\n" " Client-Schnittstellen\n" #: pg_config.c:406 #, c-format msgid " --pkgincludedir show location of other C header files\n" msgstr " --pkgincludedir zeige Installationsverzeichnis von weiteren Headerdateien\n" #: pg_config.c:407 #, c-format msgid "" " --includedir-server show location of C header files for the server\n" msgstr "" " --includedir-server zeige Installationsverzeichnis der Headerdateien " "des\n" " Servers\n" #: pg_config.c:408 #, c-format msgid " --libdir show location of object code libraries\n" msgstr "" " --libdir zeige Installationsverzeichnis der " "Objektbibliotheken\n" #: pg_config.c:409 #, c-format msgid " --pkglibdir show location of dynamically loadable modules\n" msgstr "" " --pkglibdir zeige Installationsverzeichnis der dynamisch\n" " ladbaren Module\n" #: pg_config.c:410 #, c-format msgid " --localedir show location of locale support files\n" msgstr " --localedir zeige Installationsverzeichnis der Locale-Dateien\n" #: pg_config.c:411 #, c-format msgid " --mandir show location of manual pages\n" msgstr " --mandir zeige Installationsverzeichnis der Manpages\n" #: pg_config.c:412 #, c-format msgid "" " --sharedir show location of architecture-independent support " "files\n" msgstr "" " --sharedir zeige Installationsverzeichnis der architektur-\n" " unabhängigen Datendateien\n" #: pg_config.c:413 #, c-format msgid "" " --sysconfdir show location of system-wide configuration files\n" msgstr "" " --sysconfdir zeige Installationsverzeichnis der systemweiten\n" " Konfigurationsdateien\n" #: pg_config.c:414 #, c-format msgid " --pgxs show location of extension makefile\n" msgstr " --pgxs zeige Ort der Erweiterungs-Makefile\n" #: pg_config.c:415 #, c-format msgid "" " --configure show options given to \"configure\" script when\n" " PostgreSQL was built\n" msgstr "" " --configure zeige Optionen des »configure«-Skriptes beim Bauen\n" " von PostgreSQL\n" #: pg_config.c:417 #, c-format msgid " --cc show CC value used when PostgreSQL was built\n" msgstr "" " --cc zeige CC-Wert, mit dem PostgreSQL gebaut wurde\n" #: pg_config.c:418 #, c-format msgid "" " --cppflags show CPPFLAGS value used when PostgreSQL was built\n" msgstr "" " --cppflags zeige CPPFLAGS-Wert, mit dem PostgreSQL gebaut " "wurde\n" #: pg_config.c:419 #, c-format msgid "" " --cflags show CFLAGS value used when PostgreSQL was built\n" msgstr "" " --cflags zeige CFLAGS-Wert, mit dem PostgreSQL gebaut wurde\n" #: pg_config.c:420 #, c-format msgid "" " --cflags_sl show CFLAGS_SL value used when PostgreSQL was built\n" msgstr "" " --cflags_sl zeige CFLAGS_SL-Wert, mit dem PostgreSQL gebaut " "wurde\n" #: pg_config.c:421 #, c-format msgid "" " --ldflags show LDFLAGS value used when PostgreSQL was built\n" msgstr "" " --ldflags zeige LDFLAGS-Wert, mit dem PostgreSQL gebaut wurde\n" #: pg_config.c:422 #, c-format msgid "" " --ldflags_sl show LDFLAGS_SL value used when PostgreSQL was " "built\n" msgstr "" " --ldflags_sl zeige LDFLAGS_SL-Wert, mit dem PostgreSQL gebaut " "wurde\n" #: pg_config.c:423 #, c-format msgid "" " --libs show LIBS value used when PostgreSQL was built\n" msgstr "" " --libs zeige LIBS-Wert, mit dem PostgreSQL gebaut wurde\n" #: pg_config.c:424 #, c-format msgid " --version show the PostgreSQL version\n" msgstr " --version zeige PostgreSQL-Version\n" #: pg_config.c:425 #, c-format msgid " --help show this help, then exit\n" msgstr " --help diese Hilfe anzeigen, dann beenden\n" #: pg_config.c:426 #, c-format msgid "" "\n" "With no arguments, all known items are shown.\n" "\n" msgstr "" "\n" "Ohne Argumente werden alle bekannten Informationen angezeigt.\n" "\n" #: pg_config.c:427 #, c-format msgid "Report bugs to .\n" msgstr "Berichten Sie Fehler an .\n" #: pg_config.c:433 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie »%s --help« für weitere Informationen.\n" #: pg_config.c:472 #, c-format msgid "%s: could not find own executable\n" msgstr "%s: konnte eigene Programmdatei nicht finden\n" #: pg_config.c:495 #, c-format msgid "%s: invalid argument: %s\n" msgstr "%s: ungültiges Argument: %s\n" #: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350 #, c-format msgid "could not identify current directory: %s" msgstr "konnte aktuelles Verzeichnis nicht ermitteln: %s" #: ../../port/exec.c:212 #, c-format msgid "invalid binary \"%s\"" msgstr "ungültige Programmdatei »%s«" #: ../../port/exec.c:261 #, c-format msgid "could not read binary \"%s\"" msgstr "konnte Programmdatei »%s« nicht lesen" #: ../../port/exec.c:268 #, c-format msgid "could not find a \"%s\" to execute" msgstr "konnte kein »%s« zum Ausführen finden" #: ../../port/exec.c:323 ../../port/exec.c:359 #, c-format msgid "could not change directory to \"%s\"" msgstr "konnte nicht in Verzeichnis »%s« wechseln" #: ../../port/exec.c:338 #, c-format msgid "could not read symbolic link \"%s\"" msgstr "konnte symbolischen Link »%s« nicht lesen" #: ../../port/exec.c:584 #, c-format msgid "child process exited with exit code %d" msgstr "Kindprozess hat mit Code %d beendet" #: ../../port/exec.c:587 #, c-format msgid "child process was terminated by signal %d" msgstr "Kindprozess wurde von Signal %d beendet" #: ../../port/exec.c:590 #, c-format msgid "child process exited with unrecognized status %d" msgstr "Kindprozess hat mit unbekanntem Status %d beendet"