From 791a86f102016a34becb78ec2aa33eee34bfdcc3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 13 Oct 2014 21:52:05 -0400 Subject: [PATCH] de: Translation updates --- de/psql.po | 1088 +++++++++++++++++++++++++--------------------------- 1 file changed, 533 insertions(+), 555 deletions(-) diff --git a/de/psql.po b/de/psql.po index 0a672a5f..bd0a7a8e 100644 --- a/de/psql.po +++ b/de/psql.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 9.4\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" -"POT-Creation-Date: 2014-08-29 22:41+0000\n" -"PO-Revision-Date: 2014-08-29 21:13-0400\n" +"POT-Creation-Date: 2014-10-13 05:41+0000\n" +"PO-Revision-Date: 2014-10-13 21:01-0400\n" "Last-Translator: Peter Eisentraut \n" "Language-Team: German \n" "Language: de\n" @@ -53,8 +53,8 @@ msgid "pclose failed: %s" msgstr "pclose fehlgeschlagen: %s" #: ../../common/fe_memutils.c:33 ../../common/fe_memutils.c:60 -#: ../../common/fe_memutils.c:83 command.c:1143 input.c:204 mainloop.c:72 -#: mainloop.c:234 tab-complete.c:3952 +#: ../../common/fe_memutils.c:83 command.c:1131 input.c:205 mainloop.c:72 +#: mainloop.c:234 tab-complete.c:3982 #, c-format msgid "out of memory\n" msgstr "Speicher aufgebraucht\n" @@ -153,12 +153,12 @@ msgstr "Sie sind verbunden mit der Datenbank „%s“ als Benutzer „%s“ via msgid "You are connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" msgstr "Sie sind verbunden mit der Datenbank „%s“ als Benutzer „%s“ auf Host „%s“ auf Port „%s“.\n" -#: command.c:516 command.c:586 command.c:1394 +#: command.c:516 command.c:586 command.c:1382 #, c-format msgid "no query buffer\n" msgstr "kein Anfragepuffer\n" -#: command.c:549 command.c:2906 +#: command.c:549 command.c:2894 #, c-format msgid "invalid line number: %s\n" msgstr "ungültige Zeilennummer: %s\n" @@ -178,7 +178,7 @@ msgid "%s: invalid encoding name or conversion procedure not found\n" msgstr "%s: ungültiger Kodierungsname oder Umwandlungsprozedur nicht gefunden\n" #: command.c:811 command.c:861 command.c:875 command.c:892 command.c:999 -#: command.c:1171 command.c:1374 command.c:1405 +#: command.c:1159 command.c:1362 command.c:1393 #, c-format msgid "\\%s: missing required argument\n" msgstr "\\%s: notwendiges Argument fehlt\n" @@ -205,7 +205,7 @@ msgstr "Passwörter stimmten nicht überein.\n" msgid "Password encryption failed.\n" msgstr "Passwortverschlüsselung ist fehlgeschlagen.\n" -#: command.c:1028 command.c:1152 command.c:1379 +#: command.c:1028 command.c:1140 command.c:1367 #, c-format msgid "\\%s: error while setting variable\n" msgstr "\\%s: Fehler beim Setzen der Variable\n" @@ -214,99 +214,99 @@ msgstr "\\%s: Fehler beim Setzen der Variable\n" msgid "Query buffer reset (cleared)." msgstr "Anfragepuffer wurde gelöscht." -#: command.c:1106 +#: command.c:1094 #, c-format msgid "Wrote history to file \"%s\".\n" msgstr "Befehlsgeschichte in Datei „%s“ geschrieben.\n" -#: command.c:1176 +#: command.c:1164 #, c-format msgid "\\%s: environment variable name must not contain \"=\"\n" msgstr "\\%s: Name der Umgebungsvariable darf kein „=“ enthalten\n" -#: command.c:1218 +#: command.c:1206 #, c-format msgid "The server (version %d.%d) does not support showing function source.\n" msgstr "Der Server (Version %d.%d) unterstützt das Anzeigen des Funktionsquelltextes nicht.\n" -#: command.c:1224 +#: command.c:1212 #, c-format msgid "function name is required\n" msgstr "Funktionsname wird benötigt\n" -#: command.c:1359 +#: command.c:1347 msgid "Timing is on." msgstr "Zeitmessung ist an." -#: command.c:1361 +#: command.c:1349 msgid "Timing is off." msgstr "Zeitmessung ist aus." -#: command.c:1422 command.c:1442 command.c:2030 command.c:2033 command.c:2036 -#: command.c:2042 command.c:2044 command.c:2052 command.c:2062 command.c:2071 -#: command.c:2085 command.c:2102 command.c:2161 common.c:74 copy.c:333 +#: command.c:1410 command.c:1430 command.c:2018 command.c:2021 command.c:2024 +#: command.c:2030 command.c:2032 command.c:2040 command.c:2050 command.c:2059 +#: command.c:2073 command.c:2090 command.c:2149 common.c:74 copy.c:333 #: copy.c:393 copy.c:408 psqlscan.l:1677 psqlscan.l:1688 psqlscan.l:1698 #, c-format msgid "%s: %s\n" msgstr "%s: %s\n" -#: command.c:1521 +#: command.c:1509 #, c-format msgid "+ opt(%d) = |%s|\n" msgstr "+ opt(%d) = |%s|\n" -#: command.c:1547 startup.c:184 +#: command.c:1535 startup.c:184 msgid "Password: " msgstr "Passwort: " -#: command.c:1552 startup.c:186 +#: command.c:1540 startup.c:186 #, c-format msgid "Password for user %s: " msgstr "Passwort für Benutzer %s: " -#: command.c:1597 +#: command.c:1585 #, c-format msgid "All connection parameters must be supplied because no database connection exists\n" msgstr "Alle Verbindungsparameter müssen angegeben werden, weil keine Datenbankverbindung besteht\n" -#: command.c:1683 command.c:2940 common.c:120 common.c:413 common.c:478 +#: command.c:1671 command.c:2928 common.c:120 common.c:413 common.c:478 #: common.c:929 common.c:954 common.c:1051 copy.c:492 copy.c:695 #: large_obj.c:158 large_obj.c:193 large_obj.c:255 psqlscan.l:1949 #, c-format msgid "%s" msgstr "%s" -#: command.c:1687 +#: command.c:1675 #, c-format msgid "Previous connection kept\n" msgstr "Vorherige Verbindung wurde behalten\n" -#: command.c:1691 +#: command.c:1679 #, c-format msgid "\\connect: %s" msgstr "\\connect: %s" -#: command.c:1724 +#: command.c:1712 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\" via socket in \"%s\" at port \"%s\".\n" msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“ via Socket in „%s“ auf Port „%s“.\n" -#: command.c:1727 +#: command.c:1715 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\" on host \"%s\" at port \"%s\".\n" msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“ auf Host „%s“ auf Port „%s“.\n" -#: command.c:1731 +#: command.c:1719 #, c-format msgid "You are now connected to database \"%s\" as user \"%s\".\n" msgstr "Sie sind jetzt verbunden mit der Datenbank „%s“ als Benutzer „%s“.\n" -#: command.c:1765 +#: command.c:1753 #, c-format msgid "%s (%s, server %s)\n" msgstr "%s (%s, Server %s)\n" -#: command.c:1773 +#: command.c:1761 #, c-format msgid "" "WARNING: %s major version %d.%d, server major version %d.%d.\n" @@ -315,25 +315,25 @@ msgstr "" "WARNUNG: %s-Hauptversion %d.%d, Server-Hauptversion %d.%d.\n" " Einige Features von psql werden eventuell nicht funktionieren.\n" -#: command.c:1803 +#: command.c:1791 #, c-format msgid "SSL connection (protocol: %s, cipher: %s, bits: %d, compression: %s)\n" msgstr "SSL-Verbindung (Protokoll: %s, Verschlüsselungsmethode: %s, Bits: %d, Komprimierung: %s)\n" -#: command.c:1805 help.c:46 +#: command.c:1793 help.c:46 msgid "off" msgstr "aus" -#: command.c:1805 help.c:46 +#: command.c:1793 help.c:46 msgid "on" msgstr "an" -#: command.c:1814 +#: command.c:1802 #, c-format msgid "SSL connection (unknown cipher)\n" msgstr "SSL-Verbindung (unbekannte Verschlüsselungsmethode)\n" -#: command.c:1835 +#: command.c:1823 #, c-format msgid "" "WARNING: Console code page (%u) differs from Windows code page (%u)\n" @@ -345,241 +345,241 @@ msgstr "" " richtig. Einzelheiten finden Sie auf der psql-Handbuchseite unter\n" " „Notes for Windows users“.\n" -#: command.c:1919 +#: command.c:1907 #, c-format msgid "environment variable PSQL_EDITOR_LINENUMBER_ARG must be set to specify a line number\n" msgstr "Umgebungsvariable PSQL_EDITOR_LINENUMBER_ARG muss gesetzt werden, um eine Zeilennummer angeben zu können\n" -#: command.c:1948 +#: command.c:1936 #, c-format msgid "could not start editor \"%s\"\n" msgstr "konnte Editor „%s“ nicht starten\n" -#: command.c:1950 +#: command.c:1938 #, c-format msgid "could not start /bin/sh\n" msgstr "konnte /bin/sh nicht starten\n" -#: command.c:1988 +#: command.c:1976 #, c-format msgid "could not locate temporary directory: %s\n" msgstr "konnte temporäres Verzeichnis nicht finden: %s\n" -#: command.c:2015 +#: command.c:2003 #, c-format msgid "could not open temporary file \"%s\": %s\n" msgstr "konnte temporäre Datei „%s“ nicht öffnen: %s\n" -#: command.c:2283 +#: command.c:2271 #, c-format msgid "\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n" msgstr "\\pset: zulässige Formate sind unaligned, aligned, wrapped, html, latex, troff-ms\n" -#: command.c:2302 +#: command.c:2290 #, c-format msgid "\\pset: allowed line styles are ascii, old-ascii, unicode\n" msgstr "\\pset: zulässige Linienstile sind ascii, old-ascii, unicode\n" -#: command.c:2444 command.c:2606 +#: command.c:2432 command.c:2594 #, c-format msgid "\\pset: unknown option: %s\n" msgstr "\\pset: unbekannte Option: %s\n" -#: command.c:2464 +#: command.c:2452 #, fuzzy, c-format #| msgid "Border style is %d.\n" msgid "Border style (%s) unset.\n" msgstr "Rahmenstil ist %d.\n" -#: command.c:2466 +#: command.c:2454 #, fuzzy, c-format #| msgid "Border style is %d.\n" msgid "Border style (%s) is %d.\n" msgstr "Rahmenstil ist %d.\n" -#: command.c:2474 +#: command.c:2462 #, fuzzy, c-format #| msgid "Target width is %d.\n" msgid "Target width (%s) unset.\n" msgstr "Zielbreite ist %d.\n" -#: command.c:2476 +#: command.c:2464 #, fuzzy, c-format #| msgid "Target width is %d.\n" msgid "Target width (%s) is %d.\n" msgstr "Zielbreite ist %d.\n" -#: command.c:2484 +#: command.c:2472 #, fuzzy, c-format #| msgid "Expanded display is on.\n" msgid "Expanded display (%s) is on.\n" msgstr "Erweiterte Anzeige ist an.\n" -#: command.c:2486 +#: command.c:2474 #, fuzzy, c-format #| msgid "Expanded display is used automatically.\n" msgid "Expanded display (%s) is used automatically.\n" msgstr "Erweiterte Anzeige wird automatisch verwendet.\n" -#: command.c:2488 +#: command.c:2476 #, fuzzy, c-format #| msgid "Expanded display is off.\n" msgid "Expanded display (%s) is off.\n" msgstr "Erweiterte Anzeige ist aus.\n" -#: command.c:2495 command.c:2503 +#: command.c:2483 command.c:2491 #, fuzzy, c-format #| msgid "Field separator is zero byte.\n" msgid "Field separator (%s) is zero byte.\n" msgstr "Feldtrennzeichen ist ein Null-Byte.\n" -#: command.c:2497 +#: command.c:2485 #, fuzzy, c-format #| msgid "Field separator is \"%s\".\n" msgid "Field separator (%s) is \"%s\".\n" msgstr "Feldtrennzeichen ist „%s“.\n" -#: command.c:2510 +#: command.c:2498 #, fuzzy, c-format #| msgid "Default footer is on." msgid "Default footer (%s) is on.\n" msgstr "Standardfußzeile ist an." -#: command.c:2512 +#: command.c:2500 #, fuzzy, c-format #| msgid "Default footer is off." msgid "Default footer (%s) is off.\n" msgstr "Standardfußzeile ist aus." -#: command.c:2519 +#: command.c:2507 #, fuzzy, c-format #| msgid "Output format is %s.\n" msgid "Output format (%s) is aligned.\n" msgstr "Ausgabeformat ist „%s“.\n" -#: command.c:2521 +#: command.c:2509 #, fuzzy, c-format #| msgid "Output format is %s.\n" msgid "Output format (%s) is %s.\n" msgstr "Ausgabeformat ist „%s“.\n" -#: command.c:2528 +#: command.c:2516 #, fuzzy, c-format #| msgid "Line style is %s.\n" msgid "Line style (%s) is %s.\n" msgstr "Linienstil ist %s.\n" -#: command.c:2535 +#: command.c:2523 #, fuzzy, c-format #| msgid "Null display is \"%s\".\n" msgid "Null display (%s) is \"%s\".\n" msgstr "Null-Anzeige ist „%s“.\n" -#: command.c:2543 +#: command.c:2531 #, fuzzy, c-format #| msgid "Locale-adjusted numeric output is off." msgid "Locale-adjusted numeric output (%s) is on.\n" msgstr "Lokalisiertes Format für numerische Daten ist aus." -#: command.c:2545 +#: command.c:2533 #, fuzzy, c-format #| msgid "Locale-adjusted numeric output is off." msgid "Locale-adjusted numeric output (%s) is off.\n" msgstr "Lokalisiertes Format für numerische Daten ist aus." -#: command.c:2552 +#: command.c:2540 #, fuzzy, c-format #| msgid "Pager is used for long output." msgid "Pager (%s) is used for long output.\n" msgstr "Pager wird für lange Ausgaben verwendet." -#: command.c:2554 +#: command.c:2542 #, fuzzy, c-format #| msgid "Pager is always used." msgid "Pager (%s) is always used.\n" msgstr "Pager wird immer verwendet." -#: command.c:2556 +#: command.c:2544 #, fuzzy, c-format #| msgid "Pager usage is off." msgid "Pager usage (%s) is off.\n" msgstr "Pager-Verwendung ist aus." -#: command.c:2563 command.c:2573 +#: command.c:2551 command.c:2561 #, fuzzy, c-format #| msgid "Record separator is zero byte.\n" msgid "Record separator (%s) is zero byte.\n" msgstr "Satztrennzeichen ist ein Null-Byte.\n" -#: command.c:2565 +#: command.c:2553 #, fuzzy, c-format #| msgid "Record separator is ." msgid "Record separator (%s) is .\n" msgstr "Satztrennzeichen ist ." -#: command.c:2567 +#: command.c:2555 #, fuzzy, c-format #| msgid "Record separator is \"%s\".\n" msgid "Record separator (%s) is \"%s\".\n" msgstr "Satztrennzeichen ist „%s“.\n" -#: command.c:2580 +#: command.c:2568 #, fuzzy, c-format #| msgid "Table attribute is \"%s\".\n" msgid "Table attributes (%s) are \"%s\".\n" msgstr "Tabellenattribut ist „%s“.\n" -#: command.c:2583 +#: command.c:2571 #, fuzzy, c-format #| msgid "Table attributes unset.\n" msgid "Table attributes (%s) unset.\n" msgstr "Tabellenattribute sind nicht gesetzt.\n" -#: command.c:2590 +#: command.c:2578 #, fuzzy, c-format #| msgid "Title is \"%s\".\n" msgid "Title (%s) is \"%s\".\n" msgstr "Titel ist „%s“.\n" -#: command.c:2592 +#: command.c:2580 #, fuzzy, c-format #| msgid "Title is unset.\n" msgid "Title (%s) unset.\n" msgstr "Titel ist nicht gesetzt.\n" -#: command.c:2599 +#: command.c:2587 #, fuzzy, c-format #| msgid "Tuples only is off." msgid "Tuples only (%s) is on.\n" msgstr "Nur Datenzeilen ist aus." -#: command.c:2601 +#: command.c:2589 #, fuzzy, c-format #| msgid "Tuples only is off." msgid "Tuples only (%s) is off.\n" msgstr "Nur Datenzeilen ist aus." -#: command.c:2657 +#: command.c:2645 #, c-format msgid "\\!: failed\n" msgstr "\\!: fehlgeschlagen\n" -#: command.c:2677 command.c:2736 +#: command.c:2665 command.c:2724 #, c-format msgid "\\watch cannot be used with an empty query\n" msgstr "\\watch kann nicht mit einer leeren Anfrage verwendet werden\n" -#: command.c:2699 +#: command.c:2687 #, c-format msgid "Watch every %lds\t%s" msgstr "\\watch alle %lds\t%s" -#: command.c:2743 +#: command.c:2731 #, c-format msgid "\\watch cannot be used with COPY\n" msgstr "\\watch kann nicht mit COPY verwendet werden\n" -#: command.c:2749 +#: command.c:2737 #, c-format msgid "unexpected result status for \\watch\n" msgstr "unerwarteter Ergebnisstatus für \\watch\n" @@ -979,7 +979,7 @@ msgstr "Vorgegebene Zugriffsprivilegien" msgid "Object" msgstr "Objekt" -#: describe.c:930 sql_help.c:1601 +#: describe.c:930 sql_help.c:1605 msgid "constraint" msgstr "Constraint" @@ -1149,7 +1149,7 @@ msgstr ", INITIALLY DEFERRED" #: describe.c:1691 msgid ", replica identity" -msgstr "" +msgstr ", Replika-Identität" #: describe.c:1726 #, c-format @@ -1235,10 +1235,8 @@ msgid "Typed table of type: %s" msgstr "Getypte Tabelle vom Typ: %s" #: describe.c:2358 -#, fuzzy -#| msgid "Replication" msgid "Replica Identity" -msgstr "Replikation" +msgstr "Replika-Identität" #: describe.c:2371 msgid "Has OIDs: yes" @@ -1874,16 +1872,14 @@ msgid " -A, --no-align unaligned table output mode\n" msgstr " -A, --no-align unausgerichteter Tabellenausgabemodus\n" #: help.c:101 -#, fuzzy, c-format -#| msgid "" -#| " -F, --field-separator=STRING\n" -#| " set field separator (default: \"%s\")\n" +#, c-format msgid "" " -F, --field-separator=STRING\n" " field separator for unaligned output (default: \"%s\")\n" msgstr "" " -F, --field-separator=ZEICHEN\n" -" Feldtrennzeichen setzen (Standard: „%s“)\n" +" Feldtrennzeichen für unausgerichteten Ausgabemodus\n" +" (Standard: „%s“)\n" #: help.c:104 #, c-format @@ -1898,16 +1894,14 @@ msgstr "" " \\pset-Anweisung)\n" #: help.c:106 -#, fuzzy, c-format -#| msgid "" -#| " -R, --record-separator=STRING\n" -#| " set record separator (default: newline)\n" +#, c-format msgid "" " -R, --record-separator=STRING\n" " record separator for unaligned output (default: newline)\n" msgstr "" " -R, --record-separator=ZEICHEN\n" -" Satztrennzeichen setzen (Standard: Newline)\n" +" Satztrennzeichen für unausgerichteten Ausgabemodus\n" +" (Standard: Newline)\n" #: help.c:108 #, c-format @@ -1917,7 +1911,7 @@ msgstr " -t, --tuples-only nur Datenzeilen ausgeben\n" #: help.c:109 #, c-format msgid " -T, --table-attr=TEXT set HTML table tag attributes (e.g., width, border)\n" -msgstr " -T, --table-attr=TEXT HTML „table“-Tag-Attribute setzen (z.B. width)\n" +msgstr " -T, --table-attr=TEXT HTML „table“-Tag-Attribute setzen (z.B. width, border)\n" #: help.c:110 #, c-format @@ -1925,28 +1919,24 @@ msgid " -x, --expanded turn on expanded table output\n" msgstr " -x, --expanded erweiterte Tabellenausgabe einschalten\n" #: help.c:111 -#, fuzzy, c-format -#| msgid "" -#| " -z, --field-separator-zero\n" -#| " set field separator to zero byte\n" +#, c-format msgid "" " -z, --field-separator-zero\n" " set field separator for unaligned output to zero byte\n" msgstr "" " -z, --field-separator-zero\n" -" Feldtrennzeichen auf Null-Byte setzen\n" +" Feldtrennzeichen für unausgerichteten Ausgabemodus auf\n" +" Null-Byte setzen\n" #: help.c:113 -#, fuzzy, c-format -#| msgid "" -#| " -0, --record-separator-zero\n" -#| " set record separator to zero byte\n" +#, c-format msgid "" " -0, --record-separator-zero\n" " set record separator for unaligned output to zero byte\n" msgstr "" " -0, --record-separator-zero\n" -" Satztrennzeichen auf Null-Byte setzen\n" +" Satztrennzeichen für unausgerichteten Ausgabemodus auf\n" +" Null-Byte setzen\n" #: help.c:116 #, c-format @@ -2516,17 +2506,17 @@ msgstr "" "Keine Hilfe verfügbar für „%s“.\n" "Versuchen Sie \\h ohne Argumente, um die verfügbare Hilfe zu sehen.\n" -#: input.c:193 +#: input.c:194 #, c-format msgid "could not read from input file: %s\n" msgstr "konnte nicht aus Eingabedatei lesen: %s\n" -#: input.c:403 +#: input.c:451 input.c:490 #, c-format msgid "could not save history to file \"%s\": %s\n" msgstr "konnte Befehlsgeschichte nicht in „%s“ speichern: %s\n" -#: input.c:408 +#: input.c:510 #, c-format msgid "history is not supported by this installation\n" msgstr "Befehlsgeschichte wird von dieser Installation nicht unterstützt\n" @@ -2585,27 +2575,27 @@ msgid_plural "(%lu rows)" msgstr[0] "(%lu Zeile)" msgstr[1] "(%lu Zeilen)" -#: print.c:1175 +#: print.c:1174 #, c-format msgid "(No rows)\n" msgstr "(keine Zeilen)\n" -#: print.c:2239 +#: print.c:2238 #, c-format msgid "Interrupted\n" msgstr "Unterbrochen\n" -#: print.c:2305 +#: print.c:2304 #, c-format msgid "Cannot add header to table content: column count of %d exceeded.\n" msgstr "Kann keinen weiteren Spaltenkopf zur Tabelle hinzufügen: Spaltenzahl %d überschritten.\n" -#: print.c:2345 +#: print.c:2344 #, c-format msgid "Cannot add cell to table content: total cell count of %d exceeded.\n" msgstr "Cann keine weitere Zelle zur Tabelle hinzufügen: Zellengesamtzahl %d überschritten.\n" -#: print.c:2571 +#: print.c:2570 #, c-format msgid "invalid output format (internal error): %d" msgstr "ungültiges Ausgabeformat (interner Fehler): %d" @@ -2646,42 +2636,42 @@ msgstr "Escape kann nicht ohne aktive Verbindung ausgeführt werden\n" #: sql_help.c:678 sql_help.c:681 sql_help.c:711 sql_help.c:717 sql_help.c:719 #: sql_help.c:723 sql_help.c:726 sql_help.c:729 sql_help.c:738 sql_help.c:749 #: sql_help.c:751 sql_help.c:768 sql_help.c:777 sql_help.c:779 sql_help.c:781 -#: sql_help.c:793 sql_help.c:797 sql_help.c:799 sql_help.c:874 sql_help.c:876 -#: sql_help.c:879 sql_help.c:882 sql_help.c:884 sql_help.c:886 sql_help.c:947 -#: sql_help.c:949 sql_help.c:951 sql_help.c:954 sql_help.c:975 sql_help.c:978 -#: sql_help.c:981 sql_help.c:984 sql_help.c:988 sql_help.c:990 sql_help.c:992 -#: sql_help.c:994 sql_help.c:1008 sql_help.c:1011 sql_help.c:1013 -#: sql_help.c:1015 sql_help.c:1025 sql_help.c:1027 sql_help.c:1037 -#: sql_help.c:1039 sql_help.c:1048 sql_help.c:1069 sql_help.c:1071 -#: sql_help.c:1073 sql_help.c:1076 sql_help.c:1078 sql_help.c:1080 -#: sql_help.c:1118 sql_help.c:1124 sql_help.c:1126 sql_help.c:1129 -#: sql_help.c:1131 sql_help.c:1133 sql_help.c:1165 sql_help.c:1168 -#: sql_help.c:1170 sql_help.c:1172 sql_help.c:1174 sql_help.c:1176 -#: sql_help.c:1179 sql_help.c:1224 sql_help.c:1462 sql_help.c:1478 -#: sql_help.c:1491 sql_help.c:1542 sql_help.c:1546 sql_help.c:1556 -#: sql_help.c:1574 sql_help.c:1597 sql_help.c:1615 sql_help.c:1643 -#: sql_help.c:1702 sql_help.c:1744 sql_help.c:1766 sql_help.c:1786 -#: sql_help.c:1787 sql_help.c:1822 sql_help.c:1842 sql_help.c:1864 -#: sql_help.c:1892 sql_help.c:1917 sql_help.c:1953 sql_help.c:2139 -#: sql_help.c:2152 sql_help.c:2169 sql_help.c:2185 sql_help.c:2208 -#: sql_help.c:2259 sql_help.c:2263 sql_help.c:2265 sql_help.c:2271 -#: sql_help.c:2289 sql_help.c:2316 sql_help.c:2356 sql_help.c:2373 -#: sql_help.c:2382 sql_help.c:2432 sql_help.c:2460 sql_help.c:2468 -#: sql_help.c:2476 sql_help.c:2484 sql_help.c:2492 sql_help.c:2500 -#: sql_help.c:2508 sql_help.c:2516 sql_help.c:2525 sql_help.c:2536 -#: sql_help.c:2544 sql_help.c:2552 sql_help.c:2560 sql_help.c:2568 -#: sql_help.c:2578 sql_help.c:2587 sql_help.c:2596 sql_help.c:2604 -#: sql_help.c:2612 sql_help.c:2621 sql_help.c:2629 sql_help.c:2637 -#: sql_help.c:2645 sql_help.c:2653 sql_help.c:2661 sql_help.c:2669 -#: sql_help.c:2677 sql_help.c:2685 sql_help.c:2693 sql_help.c:2702 -#: sql_help.c:2710 sql_help.c:2727 sql_help.c:2742 sql_help.c:2948 -#: sql_help.c:2999 sql_help.c:3027 sql_help.c:3035 sql_help.c:3433 -#: sql_help.c:3481 sql_help.c:3601 +#: sql_help.c:793 sql_help.c:797 sql_help.c:799 sql_help.c:878 sql_help.c:880 +#: sql_help.c:883 sql_help.c:886 sql_help.c:888 sql_help.c:890 sql_help.c:951 +#: sql_help.c:953 sql_help.c:955 sql_help.c:958 sql_help.c:979 sql_help.c:982 +#: sql_help.c:985 sql_help.c:988 sql_help.c:992 sql_help.c:994 sql_help.c:996 +#: sql_help.c:998 sql_help.c:1012 sql_help.c:1015 sql_help.c:1017 +#: sql_help.c:1019 sql_help.c:1029 sql_help.c:1031 sql_help.c:1041 +#: sql_help.c:1043 sql_help.c:1052 sql_help.c:1073 sql_help.c:1075 +#: sql_help.c:1077 sql_help.c:1080 sql_help.c:1082 sql_help.c:1084 +#: sql_help.c:1122 sql_help.c:1128 sql_help.c:1130 sql_help.c:1133 +#: sql_help.c:1135 sql_help.c:1137 sql_help.c:1169 sql_help.c:1172 +#: sql_help.c:1174 sql_help.c:1176 sql_help.c:1178 sql_help.c:1180 +#: sql_help.c:1183 sql_help.c:1228 sql_help.c:1466 sql_help.c:1482 +#: sql_help.c:1495 sql_help.c:1546 sql_help.c:1550 sql_help.c:1560 +#: sql_help.c:1578 sql_help.c:1601 sql_help.c:1619 sql_help.c:1647 +#: sql_help.c:1706 sql_help.c:1748 sql_help.c:1770 sql_help.c:1790 +#: sql_help.c:1791 sql_help.c:1826 sql_help.c:1846 sql_help.c:1868 +#: sql_help.c:1896 sql_help.c:1921 sql_help.c:1957 sql_help.c:2143 +#: sql_help.c:2156 sql_help.c:2173 sql_help.c:2189 sql_help.c:2212 +#: sql_help.c:2263 sql_help.c:2267 sql_help.c:2269 sql_help.c:2275 +#: sql_help.c:2293 sql_help.c:2320 sql_help.c:2360 sql_help.c:2377 +#: sql_help.c:2386 sql_help.c:2436 sql_help.c:2464 sql_help.c:2472 +#: sql_help.c:2480 sql_help.c:2488 sql_help.c:2496 sql_help.c:2504 +#: sql_help.c:2512 sql_help.c:2520 sql_help.c:2529 sql_help.c:2540 +#: sql_help.c:2548 sql_help.c:2556 sql_help.c:2564 sql_help.c:2572 +#: sql_help.c:2582 sql_help.c:2591 sql_help.c:2600 sql_help.c:2608 +#: sql_help.c:2616 sql_help.c:2625 sql_help.c:2633 sql_help.c:2641 +#: sql_help.c:2649 sql_help.c:2657 sql_help.c:2665 sql_help.c:2673 +#: sql_help.c:2681 sql_help.c:2689 sql_help.c:2697 sql_help.c:2706 +#: sql_help.c:2714 sql_help.c:2731 sql_help.c:2746 sql_help.c:2952 +#: sql_help.c:3003 sql_help.c:3031 sql_help.c:3039 sql_help.c:3437 +#: sql_help.c:3485 sql_help.c:3605 msgid "name" msgstr "Name" -#: sql_help.c:33 sql_help.c:36 sql_help.c:39 sql_help.c:300 sql_help.c:1285 -#: sql_help.c:2433 sql_help.c:3250 +#: sql_help.c:33 sql_help.c:36 sql_help.c:39 sql_help.c:300 sql_help.c:1289 +#: sql_help.c:2437 sql_help.c:3254 msgid "aggregate_signature" msgstr "Aggregatsignatur" @@ -2689,99 +2679,99 @@ msgstr "Aggregatsignatur" #: sql_help.c:246 sql_help.c:362 sql_help.c:402 sql_help.c:469 sql_help.c:502 #: sql_help.c:516 sql_help.c:536 sql_help.c:583 sql_help.c:631 sql_help.c:677 #: sql_help.c:718 sql_help.c:740 sql_help.c:750 sql_help.c:780 sql_help.c:800 -#: sql_help.c:883 sql_help.c:948 sql_help.c:991 sql_help.c:1012 -#: sql_help.c:1026 sql_help.c:1038 sql_help.c:1050 sql_help.c:1077 -#: sql_help.c:1125 sql_help.c:1173 +#: sql_help.c:887 sql_help.c:952 sql_help.c:995 sql_help.c:1016 +#: sql_help.c:1030 sql_help.c:1042 sql_help.c:1054 sql_help.c:1081 +#: sql_help.c:1129 sql_help.c:1177 msgid "new_name" msgstr "neuer_Name" #: sql_help.c:37 sql_help.c:63 sql_help.c:78 sql_help.c:110 sql_help.c:226 #: sql_help.c:244 sql_help.c:360 sql_help.c:431 sql_help.c:474 sql_help.c:538 #: sql_help.c:547 sql_help.c:602 sql_help.c:615 sql_help.c:634 sql_help.c:680 -#: sql_help.c:752 sql_help.c:778 sql_help.c:798 sql_help.c:931 sql_help.c:950 -#: sql_help.c:993 sql_help.c:1014 sql_help.c:1072 sql_help.c:1171 +#: sql_help.c:752 sql_help.c:778 sql_help.c:798 sql_help.c:935 sql_help.c:954 +#: sql_help.c:997 sql_help.c:1018 sql_help.c:1076 sql_help.c:1175 msgid "new_owner" msgstr "neuer_Eigentümer" #: sql_help.c:40 sql_help.c:65 sql_help.c:80 sql_help.c:230 sql_help.c:293 #: sql_help.c:404 sql_help.c:479 sql_help.c:585 sql_help.c:619 sql_help.c:637 -#: sql_help.c:683 sql_help.c:782 sql_help.c:885 sql_help.c:995 sql_help.c:1016 -#: sql_help.c:1028 sql_help.c:1040 sql_help.c:1079 sql_help.c:1175 +#: sql_help.c:683 sql_help.c:782 sql_help.c:889 sql_help.c:999 sql_help.c:1020 +#: sql_help.c:1032 sql_help.c:1044 sql_help.c:1083 sql_help.c:1179 msgid "new_schema" msgstr "neues_Schema" -#: sql_help.c:41 sql_help.c:1332 sql_help.c:2434 sql_help.c:3269 +#: sql_help.c:41 sql_help.c:1336 sql_help.c:2438 sql_help.c:3273 msgid "where aggregate_signature is:" msgstr "wobei Aggregatsignatur Folgendes ist:" #: sql_help.c:42 sql_help.c:45 sql_help.c:48 sql_help.c:310 sql_help.c:333 #: sql_help.c:336 sql_help.c:339 sql_help.c:461 sql_help.c:466 sql_help.c:471 -#: sql_help.c:476 sql_help.c:1301 sql_help.c:1333 sql_help.c:1336 -#: sql_help.c:1339 sql_help.c:1463 sql_help.c:1479 sql_help.c:1482 -#: sql_help.c:1703 sql_help.c:2435 sql_help.c:2438 sql_help.c:2441 -#: sql_help.c:2526 sql_help.c:2886 sql_help.c:3165 sql_help.c:3256 -#: sql_help.c:3270 sql_help.c:3273 sql_help.c:3276 +#: sql_help.c:476 sql_help.c:1305 sql_help.c:1337 sql_help.c:1340 +#: sql_help.c:1343 sql_help.c:1467 sql_help.c:1483 sql_help.c:1486 +#: sql_help.c:1707 sql_help.c:2439 sql_help.c:2442 sql_help.c:2445 +#: sql_help.c:2530 sql_help.c:2890 sql_help.c:3169 sql_help.c:3260 +#: sql_help.c:3274 sql_help.c:3277 sql_help.c:3280 msgid "argmode" msgstr "Argmodus" #: sql_help.c:43 sql_help.c:46 sql_help.c:49 sql_help.c:311 sql_help.c:334 #: sql_help.c:337 sql_help.c:340 sql_help.c:462 sql_help.c:467 sql_help.c:472 -#: sql_help.c:477 sql_help.c:1302 sql_help.c:1334 sql_help.c:1337 -#: sql_help.c:1340 sql_help.c:1464 sql_help.c:1480 sql_help.c:1483 -#: sql_help.c:1704 sql_help.c:2436 sql_help.c:2439 sql_help.c:2442 -#: sql_help.c:2527 sql_help.c:3257 sql_help.c:3271 sql_help.c:3274 -#: sql_help.c:3277 +#: sql_help.c:477 sql_help.c:1306 sql_help.c:1338 sql_help.c:1341 +#: sql_help.c:1344 sql_help.c:1468 sql_help.c:1484 sql_help.c:1487 +#: sql_help.c:1708 sql_help.c:2440 sql_help.c:2443 sql_help.c:2446 +#: sql_help.c:2531 sql_help.c:3261 sql_help.c:3275 sql_help.c:3278 +#: sql_help.c:3281 msgid "argname" msgstr "Argname" #: sql_help.c:44 sql_help.c:47 sql_help.c:50 sql_help.c:312 sql_help.c:335 #: sql_help.c:338 sql_help.c:341 sql_help.c:463 sql_help.c:468 sql_help.c:473 -#: sql_help.c:478 sql_help.c:1303 sql_help.c:1335 sql_help.c:1338 -#: sql_help.c:1341 sql_help.c:1705 sql_help.c:2437 sql_help.c:2440 -#: sql_help.c:2443 sql_help.c:2528 sql_help.c:3258 sql_help.c:3272 -#: sql_help.c:3275 sql_help.c:3278 +#: sql_help.c:478 sql_help.c:1307 sql_help.c:1339 sql_help.c:1342 +#: sql_help.c:1345 sql_help.c:1709 sql_help.c:2441 sql_help.c:2444 +#: sql_help.c:2447 sql_help.c:2532 sql_help.c:3262 sql_help.c:3276 +#: sql_help.c:3279 sql_help.c:3282 msgid "argtype" msgstr "Argtyp" #: sql_help.c:104 sql_help.c:357 sql_help.c:425 sql_help.c:432 sql_help.c:712 -#: sql_help.c:795 sql_help.c:1009 sql_help.c:1119 sql_help.c:1145 -#: sql_help.c:1389 sql_help.c:1395 sql_help.c:1646 sql_help.c:1670 -#: sql_help.c:1675 sql_help.c:1745 sql_help.c:1893 sql_help.c:1974 -#: sql_help.c:2154 sql_help.c:2317 sql_help.c:2339 sql_help.c:2761 +#: sql_help.c:795 sql_help.c:1013 sql_help.c:1123 sql_help.c:1149 +#: sql_help.c:1393 sql_help.c:1399 sql_help.c:1650 sql_help.c:1674 +#: sql_help.c:1679 sql_help.c:1749 sql_help.c:1897 sql_help.c:1978 +#: sql_help.c:2158 sql_help.c:2321 sql_help.c:2343 sql_help.c:2765 msgid "option" msgstr "Option" -#: sql_help.c:105 sql_help.c:713 sql_help.c:1120 sql_help.c:1746 -#: sql_help.c:1894 sql_help.c:2318 +#: sql_help.c:105 sql_help.c:713 sql_help.c:1124 sql_help.c:1750 +#: sql_help.c:1898 sql_help.c:2322 msgid "where option can be:" msgstr "wobei Option Folgendes sein kann:" -#: sql_help.c:106 sql_help.c:714 sql_help.c:1121 sql_help.c:1581 -#: sql_help.c:1895 sql_help.c:2319 +#: sql_help.c:106 sql_help.c:714 sql_help.c:1125 sql_help.c:1585 +#: sql_help.c:1899 sql_help.c:2323 msgid "connlimit" msgstr "Verbindungslimit" -#: sql_help.c:112 sql_help.c:526 sql_help.c:588 sql_help.c:603 sql_help.c:888 -#: sql_help.c:932 +#: sql_help.c:112 sql_help.c:526 sql_help.c:588 sql_help.c:603 sql_help.c:892 +#: sql_help.c:936 msgid "new_tablespace" msgstr "neuer_Tablespace" #: sql_help.c:114 sql_help.c:117 sql_help.c:119 sql_help.c:483 sql_help.c:485 -#: sql_help.c:486 sql_help.c:721 sql_help.c:725 sql_help.c:728 sql_help.c:808 -#: sql_help.c:1127 sql_help.c:1130 sql_help.c:1132 sql_help.c:1713 -#: sql_help.c:3052 sql_help.c:3422 +#: sql_help.c:486 sql_help.c:721 sql_help.c:725 sql_help.c:728 sql_help.c:811 +#: sql_help.c:814 sql_help.c:1131 sql_help.c:1134 sql_help.c:1136 +#: sql_help.c:1717 sql_help.c:3056 sql_help.c:3426 msgid "configuration_parameter" msgstr "Konfigurationsparameter" #: sql_help.c:115 sql_help.c:358 sql_help.c:421 sql_help.c:426 sql_help.c:433 #: sql_help.c:484 sql_help.c:521 sql_help.c:594 sql_help.c:600 sql_help.c:722 -#: sql_help.c:796 sql_help.c:809 sql_help.c:810 sql_help.c:907 sql_help.c:926 -#: sql_help.c:953 sql_help.c:1010 sql_help.c:1128 sql_help.c:1146 -#: sql_help.c:1647 sql_help.c:1671 sql_help.c:1676 sql_help.c:1714 -#: sql_help.c:1715 sql_help.c:1774 sql_help.c:1806 sql_help.c:1975 -#: sql_help.c:2049 sql_help.c:2057 sql_help.c:2089 sql_help.c:2111 -#: sql_help.c:2128 sql_help.c:2155 sql_help.c:2340 sql_help.c:3423 -#: sql_help.c:3424 +#: sql_help.c:796 sql_help.c:812 sql_help.c:813 sql_help.c:911 sql_help.c:930 +#: sql_help.c:957 sql_help.c:1014 sql_help.c:1132 sql_help.c:1150 +#: sql_help.c:1651 sql_help.c:1675 sql_help.c:1680 sql_help.c:1718 +#: sql_help.c:1719 sql_help.c:1778 sql_help.c:1810 sql_help.c:1979 +#: sql_help.c:2053 sql_help.c:2061 sql_help.c:2093 sql_help.c:2115 +#: sql_help.c:2132 sql_help.c:2159 sql_help.c:2344 sql_help.c:3427 +#: sql_help.c:3428 msgid "value" msgstr "Wert" @@ -2789,9 +2779,9 @@ msgstr "Wert" msgid "target_role" msgstr "Zielrolle" -#: sql_help.c:178 sql_help.c:1630 sql_help.c:1935 sql_help.c:1940 -#: sql_help.c:2868 sql_help.c:2875 sql_help.c:2889 sql_help.c:2895 -#: sql_help.c:3147 sql_help.c:3154 sql_help.c:3168 sql_help.c:3174 +#: sql_help.c:178 sql_help.c:1634 sql_help.c:1939 sql_help.c:1944 +#: sql_help.c:2872 sql_help.c:2879 sql_help.c:2893 sql_help.c:2899 +#: sql_help.c:3151 sql_help.c:3158 sql_help.c:3172 sql_help.c:3178 msgid "schema_name" msgstr "Schemaname" @@ -2805,29 +2795,29 @@ msgstr "wobei abgekürztes_Grant_oder_Revoke Folgendes sein kann:" #: sql_help.c:181 sql_help.c:182 sql_help.c:183 sql_help.c:184 sql_help.c:185 #: sql_help.c:186 sql_help.c:187 sql_help.c:188 sql_help.c:525 sql_help.c:587 -#: sql_help.c:887 sql_help.c:1749 sql_help.c:1750 sql_help.c:1751 -#: sql_help.c:1752 sql_help.c:1753 sql_help.c:1898 sql_help.c:1899 -#: sql_help.c:1900 sql_help.c:1901 sql_help.c:1902 sql_help.c:2322 -#: sql_help.c:2323 sql_help.c:2324 sql_help.c:2325 sql_help.c:2326 -#: sql_help.c:2869 sql_help.c:2873 sql_help.c:2876 sql_help.c:2878 -#: sql_help.c:2880 sql_help.c:2882 sql_help.c:2884 sql_help.c:2890 -#: sql_help.c:2892 sql_help.c:2894 sql_help.c:2896 sql_help.c:2898 -#: sql_help.c:2900 sql_help.c:2901 sql_help.c:2902 sql_help.c:3148 -#: sql_help.c:3152 sql_help.c:3155 sql_help.c:3157 sql_help.c:3159 -#: sql_help.c:3161 sql_help.c:3163 sql_help.c:3169 sql_help.c:3171 -#: sql_help.c:3173 sql_help.c:3175 sql_help.c:3177 sql_help.c:3179 -#: sql_help.c:3180 sql_help.c:3181 sql_help.c:3443 +#: sql_help.c:891 sql_help.c:1753 sql_help.c:1754 sql_help.c:1755 +#: sql_help.c:1756 sql_help.c:1757 sql_help.c:1902 sql_help.c:1903 +#: sql_help.c:1904 sql_help.c:1905 sql_help.c:1906 sql_help.c:2326 +#: sql_help.c:2327 sql_help.c:2328 sql_help.c:2329 sql_help.c:2330 +#: sql_help.c:2873 sql_help.c:2877 sql_help.c:2880 sql_help.c:2882 +#: sql_help.c:2884 sql_help.c:2886 sql_help.c:2888 sql_help.c:2894 +#: sql_help.c:2896 sql_help.c:2898 sql_help.c:2900 sql_help.c:2902 +#: sql_help.c:2904 sql_help.c:2905 sql_help.c:2906 sql_help.c:3152 +#: sql_help.c:3156 sql_help.c:3159 sql_help.c:3161 sql_help.c:3163 +#: sql_help.c:3165 sql_help.c:3167 sql_help.c:3173 sql_help.c:3175 +#: sql_help.c:3177 sql_help.c:3179 sql_help.c:3181 sql_help.c:3183 +#: sql_help.c:3184 sql_help.c:3185 sql_help.c:3447 msgid "role_name" msgstr "Rollenname" -#: sql_help.c:214 sql_help.c:414 sql_help.c:898 sql_help.c:900 sql_help.c:1167 -#: sql_help.c:1600 sql_help.c:1604 sql_help.c:1770 sql_help.c:2061 -#: sql_help.c:2071 sql_help.c:2093 sql_help.c:2916 sql_help.c:3319 -#: sql_help.c:3320 sql_help.c:3324 sql_help.c:3329 sql_help.c:3397 -#: sql_help.c:3398 sql_help.c:3403 sql_help.c:3408 sql_help.c:3537 -#: sql_help.c:3538 sql_help.c:3542 sql_help.c:3547 sql_help.c:3627 -#: sql_help.c:3629 sql_help.c:3660 sql_help.c:3706 sql_help.c:3707 -#: sql_help.c:3711 sql_help.c:3716 +#: sql_help.c:214 sql_help.c:414 sql_help.c:902 sql_help.c:904 sql_help.c:1171 +#: sql_help.c:1604 sql_help.c:1608 sql_help.c:1774 sql_help.c:2065 +#: sql_help.c:2075 sql_help.c:2097 sql_help.c:2920 sql_help.c:3323 +#: sql_help.c:3324 sql_help.c:3328 sql_help.c:3333 sql_help.c:3401 +#: sql_help.c:3402 sql_help.c:3407 sql_help.c:3412 sql_help.c:3541 +#: sql_help.c:3542 sql_help.c:3546 sql_help.c:3551 sql_help.c:3631 +#: sql_help.c:3633 sql_help.c:3664 sql_help.c:3710 sql_help.c:3711 +#: sql_help.c:3715 sql_help.c:3720 msgid "expression" msgstr "Ausdruck" @@ -2835,13 +2825,13 @@ msgstr "Ausdruck" msgid "domain_constraint" msgstr "Domänen-Constraint" -#: sql_help.c:219 sql_help.c:221 sql_help.c:224 sql_help.c:880 sql_help.c:913 -#: sql_help.c:914 sql_help.c:915 sql_help.c:935 sql_help.c:1291 -#: sql_help.c:1603 sql_help.c:1678 sql_help.c:2060 sql_help.c:2070 +#: sql_help.c:219 sql_help.c:221 sql_help.c:224 sql_help.c:884 sql_help.c:917 +#: sql_help.c:918 sql_help.c:919 sql_help.c:939 sql_help.c:1295 +#: sql_help.c:1607 sql_help.c:1682 sql_help.c:2064 sql_help.c:2074 msgid "constraint_name" msgstr "Constraint-Name" -#: sql_help.c:222 sql_help.c:881 +#: sql_help.c:222 sql_help.c:885 msgid "new_constraint_name" msgstr "neuer_Constraint-Name" @@ -2857,17 +2847,17 @@ msgstr "Elementobjekt" msgid "where member_object is:" msgstr "wobei Elementobjekt Folgendes ist:" -#: sql_help.c:299 sql_help.c:1284 sql_help.c:3249 +#: sql_help.c:299 sql_help.c:1288 sql_help.c:3253 msgid "aggregate_name" msgstr "Aggregatname" -#: sql_help.c:301 sql_help.c:1286 sql_help.c:1522 sql_help.c:1526 -#: sql_help.c:1528 sql_help.c:2451 +#: sql_help.c:301 sql_help.c:1290 sql_help.c:1526 sql_help.c:1530 +#: sql_help.c:1532 sql_help.c:2455 msgid "source_type" msgstr "Quelltyp" -#: sql_help.c:302 sql_help.c:1287 sql_help.c:1523 sql_help.c:1527 -#: sql_help.c:1529 sql_help.c:2452 +#: sql_help.c:302 sql_help.c:1291 sql_help.c:1527 sql_help.c:1531 +#: sql_help.c:1533 sql_help.c:2456 msgid "target_type" msgstr "Zieltyp" @@ -2875,46 +2865,46 @@ msgstr "Zieltyp" #: sql_help.c:308 sql_help.c:313 sql_help.c:317 sql_help.c:319 sql_help.c:321 #: sql_help.c:322 sql_help.c:323 sql_help.c:324 sql_help.c:325 sql_help.c:326 #: sql_help.c:327 sql_help.c:328 sql_help.c:329 sql_help.c:330 sql_help.c:331 -#: sql_help.c:1288 sql_help.c:1293 sql_help.c:1294 sql_help.c:1295 -#: sql_help.c:1296 sql_help.c:1297 sql_help.c:1298 sql_help.c:1299 -#: sql_help.c:1304 sql_help.c:1306 sql_help.c:1310 sql_help.c:1312 -#: sql_help.c:1314 sql_help.c:1315 sql_help.c:1318 sql_help.c:1319 -#: sql_help.c:1320 sql_help.c:1321 sql_help.c:1322 sql_help.c:1323 -#: sql_help.c:1324 sql_help.c:1325 sql_help.c:1326 sql_help.c:1329 -#: sql_help.c:1330 sql_help.c:3246 sql_help.c:3251 sql_help.c:3252 -#: sql_help.c:3253 sql_help.c:3254 sql_help.c:3260 sql_help.c:3261 -#: sql_help.c:3262 sql_help.c:3263 sql_help.c:3264 sql_help.c:3265 -#: sql_help.c:3266 sql_help.c:3267 +#: sql_help.c:1292 sql_help.c:1297 sql_help.c:1298 sql_help.c:1299 +#: sql_help.c:1300 sql_help.c:1301 sql_help.c:1302 sql_help.c:1303 +#: sql_help.c:1308 sql_help.c:1310 sql_help.c:1314 sql_help.c:1316 +#: sql_help.c:1318 sql_help.c:1319 sql_help.c:1322 sql_help.c:1323 +#: sql_help.c:1324 sql_help.c:1325 sql_help.c:1326 sql_help.c:1327 +#: sql_help.c:1328 sql_help.c:1329 sql_help.c:1330 sql_help.c:1333 +#: sql_help.c:1334 sql_help.c:3250 sql_help.c:3255 sql_help.c:3256 +#: sql_help.c:3257 sql_help.c:3258 sql_help.c:3264 sql_help.c:3265 +#: sql_help.c:3266 sql_help.c:3267 sql_help.c:3268 sql_help.c:3269 +#: sql_help.c:3270 sql_help.c:3271 msgid "object_name" msgstr "Objektname" -#: sql_help.c:309 sql_help.c:665 sql_help.c:1300 sql_help.c:1524 -#: sql_help.c:1559 sql_help.c:1618 sql_help.c:1823 sql_help.c:1854 -#: sql_help.c:2213 sql_help.c:2885 sql_help.c:3164 sql_help.c:3255 -#: sql_help.c:3345 sql_help.c:3349 sql_help.c:3353 sql_help.c:3356 -#: sql_help.c:3563 sql_help.c:3567 sql_help.c:3571 sql_help.c:3574 -#: sql_help.c:3732 sql_help.c:3736 sql_help.c:3740 sql_help.c:3743 +#: sql_help.c:309 sql_help.c:665 sql_help.c:1304 sql_help.c:1528 +#: sql_help.c:1563 sql_help.c:1622 sql_help.c:1827 sql_help.c:1858 +#: sql_help.c:2217 sql_help.c:2889 sql_help.c:3168 sql_help.c:3259 +#: sql_help.c:3349 sql_help.c:3353 sql_help.c:3357 sql_help.c:3360 +#: sql_help.c:3567 sql_help.c:3571 sql_help.c:3575 sql_help.c:3578 +#: sql_help.c:3736 sql_help.c:3740 sql_help.c:3744 sql_help.c:3747 msgid "function_name" msgstr "Funktionsname" -#: sql_help.c:314 sql_help.c:658 sql_help.c:1307 sql_help.c:1847 +#: sql_help.c:314 sql_help.c:658 sql_help.c:1311 sql_help.c:1851 msgid "operator_name" msgstr "Operatorname" -#: sql_help.c:315 sql_help.c:613 sql_help.c:617 sql_help.c:1308 -#: sql_help.c:1824 sql_help.c:2569 +#: sql_help.c:315 sql_help.c:613 sql_help.c:617 sql_help.c:1312 +#: sql_help.c:1828 sql_help.c:2573 msgid "left_type" msgstr "linker_Typ" -#: sql_help.c:316 sql_help.c:614 sql_help.c:618 sql_help.c:1309 -#: sql_help.c:1825 sql_help.c:2570 +#: sql_help.c:316 sql_help.c:614 sql_help.c:618 sql_help.c:1313 +#: sql_help.c:1829 sql_help.c:2574 msgid "right_type" msgstr "rechter_Typ" #: sql_help.c:318 sql_help.c:320 sql_help.c:630 sql_help.c:633 sql_help.c:636 #: sql_help.c:656 sql_help.c:668 sql_help.c:676 sql_help.c:679 sql_help.c:682 -#: sql_help.c:1311 sql_help.c:1313 sql_help.c:1844 sql_help.c:1865 -#: sql_help.c:2076 sql_help.c:2579 sql_help.c:2588 +#: sql_help.c:1315 sql_help.c:1317 sql_help.c:1848 sql_help.c:1869 +#: sql_help.c:2080 sql_help.c:2583 sql_help.c:2592 msgid "index_method" msgstr "Indexmethode" @@ -2922,81 +2912,81 @@ msgstr "Indexmethode" msgid "and aggregate_signature is:" msgstr "und Aggregatsignatur Folgendes ist:" -#: sql_help.c:355 sql_help.c:1644 +#: sql_help.c:355 sql_help.c:1648 msgid "handler_function" msgstr "Handler-Funktion" -#: sql_help.c:356 sql_help.c:1645 +#: sql_help.c:356 sql_help.c:1649 msgid "validator_function" msgstr "Validator-Funktion" -#: sql_help.c:397 sql_help.c:464 sql_help.c:578 sql_help.c:875 sql_help.c:1070 -#: sql_help.c:2067 sql_help.c:2068 sql_help.c:2084 sql_help.c:2085 +#: sql_help.c:397 sql_help.c:464 sql_help.c:578 sql_help.c:879 sql_help.c:1074 +#: sql_help.c:2071 sql_help.c:2072 sql_help.c:2088 sql_help.c:2089 msgid "action" msgstr "Aktion" #: sql_help.c:399 sql_help.c:406 sql_help.c:410 sql_help.c:411 sql_help.c:413 #: sql_help.c:415 sql_help.c:416 sql_help.c:417 sql_help.c:419 sql_help.c:422 #: sql_help.c:424 sql_help.c:580 sql_help.c:590 sql_help.c:592 sql_help.c:595 -#: sql_help.c:597 sql_help.c:776 sql_help.c:877 sql_help.c:890 sql_help.c:894 -#: sql_help.c:895 sql_help.c:899 sql_help.c:901 sql_help.c:902 sql_help.c:903 -#: sql_help.c:905 sql_help.c:908 sql_help.c:910 sql_help.c:1166 -#: sql_help.c:1169 sql_help.c:1194 sql_help.c:1290 sql_help.c:1386 -#: sql_help.c:1391 sql_help.c:1405 sql_help.c:1406 sql_help.c:1407 -#: sql_help.c:1668 sql_help.c:1708 sql_help.c:1769 sql_help.c:1804 -#: sql_help.c:1960 sql_help.c:2040 sql_help.c:2053 sql_help.c:2072 -#: sql_help.c:2074 sql_help.c:2081 sql_help.c:2092 sql_help.c:2109 -#: sql_help.c:2216 sql_help.c:2357 sql_help.c:2870 sql_help.c:2871 -#: sql_help.c:2915 sql_help.c:3149 sql_help.c:3150 sql_help.c:3248 -#: sql_help.c:3368 sql_help.c:3586 sql_help.c:3626 sql_help.c:3628 -#: sql_help.c:3645 sql_help.c:3648 sql_help.c:3755 +#: sql_help.c:597 sql_help.c:776 sql_help.c:881 sql_help.c:894 sql_help.c:898 +#: sql_help.c:899 sql_help.c:903 sql_help.c:905 sql_help.c:906 sql_help.c:907 +#: sql_help.c:909 sql_help.c:912 sql_help.c:914 sql_help.c:1170 +#: sql_help.c:1173 sql_help.c:1198 sql_help.c:1294 sql_help.c:1390 +#: sql_help.c:1395 sql_help.c:1409 sql_help.c:1410 sql_help.c:1411 +#: sql_help.c:1672 sql_help.c:1712 sql_help.c:1773 sql_help.c:1808 +#: sql_help.c:1964 sql_help.c:2044 sql_help.c:2057 sql_help.c:2076 +#: sql_help.c:2078 sql_help.c:2085 sql_help.c:2096 sql_help.c:2113 +#: sql_help.c:2220 sql_help.c:2361 sql_help.c:2874 sql_help.c:2875 +#: sql_help.c:2919 sql_help.c:3153 sql_help.c:3154 sql_help.c:3252 +#: sql_help.c:3372 sql_help.c:3590 sql_help.c:3630 sql_help.c:3632 +#: sql_help.c:3649 sql_help.c:3652 sql_help.c:3759 msgid "column_name" msgstr "Spaltenname" -#: sql_help.c:400 sql_help.c:581 sql_help.c:878 +#: sql_help.c:400 sql_help.c:581 sql_help.c:882 msgid "new_column_name" msgstr "neuer_Spaltenname" -#: sql_help.c:405 sql_help.c:480 sql_help.c:589 sql_help.c:889 sql_help.c:1083 +#: sql_help.c:405 sql_help.c:480 sql_help.c:589 sql_help.c:893 sql_help.c:1087 msgid "where action is one of:" msgstr "wobei Aktion Folgendes sein kann:" -#: sql_help.c:407 sql_help.c:412 sql_help.c:891 sql_help.c:896 sql_help.c:1085 -#: sql_help.c:1089 sql_help.c:1598 sql_help.c:1669 sql_help.c:1843 -#: sql_help.c:2041 sql_help.c:2261 sql_help.c:3000 +#: sql_help.c:407 sql_help.c:412 sql_help.c:895 sql_help.c:900 sql_help.c:1089 +#: sql_help.c:1093 sql_help.c:1602 sql_help.c:1673 sql_help.c:1847 +#: sql_help.c:2045 sql_help.c:2265 sql_help.c:3004 msgid "data_type" msgstr "Datentyp" -#: sql_help.c:408 sql_help.c:892 sql_help.c:897 sql_help.c:1086 -#: sql_help.c:1090 sql_help.c:1599 sql_help.c:1672 sql_help.c:1771 -#: sql_help.c:2042 sql_help.c:2262 sql_help.c:2268 +#: sql_help.c:408 sql_help.c:896 sql_help.c:901 sql_help.c:1090 +#: sql_help.c:1094 sql_help.c:1603 sql_help.c:1676 sql_help.c:1775 +#: sql_help.c:2046 sql_help.c:2266 sql_help.c:2272 msgid "collation" msgstr "Sortierfolge" -#: sql_help.c:409 sql_help.c:893 sql_help.c:1673 sql_help.c:2043 -#: sql_help.c:2054 +#: sql_help.c:409 sql_help.c:897 sql_help.c:1677 sql_help.c:2047 +#: sql_help.c:2058 msgid "column_constraint" msgstr "Spalten-Constraint" -#: sql_help.c:418 sql_help.c:591 sql_help.c:904 +#: sql_help.c:418 sql_help.c:591 sql_help.c:908 msgid "integer" msgstr "ganze_Zahl" -#: sql_help.c:420 sql_help.c:423 sql_help.c:593 sql_help.c:596 sql_help.c:906 -#: sql_help.c:909 +#: sql_help.c:420 sql_help.c:423 sql_help.c:593 sql_help.c:596 sql_help.c:910 +#: sql_help.c:913 msgid "attribute_option" msgstr "Attributoption" -#: sql_help.c:427 sql_help.c:428 sql_help.c:429 sql_help.c:430 sql_help.c:916 -#: sql_help.c:917 sql_help.c:918 sql_help.c:919 sql_help.c:1327 +#: sql_help.c:427 sql_help.c:428 sql_help.c:429 sql_help.c:430 sql_help.c:920 +#: sql_help.c:921 sql_help.c:922 sql_help.c:923 sql_help.c:1331 msgid "trigger_name" msgstr "Triggername" -#: sql_help.c:481 sql_help.c:1711 +#: sql_help.c:481 sql_help.c:1715 msgid "execution_cost" msgstr "Ausführungskosten" -#: sql_help.c:482 sql_help.c:1712 +#: sql_help.c:482 sql_help.c:1716 msgid "result_rows" msgstr "Ergebniszeilen" @@ -3004,97 +2994,97 @@ msgstr "Ergebniszeilen" msgid "group_name" msgstr "Gruppenname" -#: sql_help.c:498 sql_help.c:500 sql_help.c:1143 sql_help.c:1575 -#: sql_help.c:1936 sql_help.c:1938 sql_help.c:1941 sql_help.c:1942 -#: sql_help.c:2125 sql_help.c:2337 sql_help.c:2718 sql_help.c:3453 +#: sql_help.c:498 sql_help.c:500 sql_help.c:1147 sql_help.c:1579 +#: sql_help.c:1940 sql_help.c:1942 sql_help.c:1945 sql_help.c:1946 +#: sql_help.c:2129 sql_help.c:2341 sql_help.c:2722 sql_help.c:3457 msgid "user_name" msgstr "Benutzername" -#: sql_help.c:518 sql_help.c:1580 sql_help.c:1775 sql_help.c:1807 -#: sql_help.c:2050 sql_help.c:2058 sql_help.c:2090 sql_help.c:2112 -#: sql_help.c:2124 sql_help.c:2897 sql_help.c:3176 +#: sql_help.c:518 sql_help.c:1584 sql_help.c:1779 sql_help.c:1811 +#: sql_help.c:2054 sql_help.c:2062 sql_help.c:2094 sql_help.c:2116 +#: sql_help.c:2128 sql_help.c:2901 sql_help.c:3180 msgid "tablespace_name" msgstr "Tablespace-Name" -#: sql_help.c:520 sql_help.c:523 sql_help.c:599 sql_help.c:601 sql_help.c:925 -#: sql_help.c:927 sql_help.c:1773 sql_help.c:1805 sql_help.c:2048 -#: sql_help.c:2056 sql_help.c:2088 sql_help.c:2110 +#: sql_help.c:520 sql_help.c:523 sql_help.c:599 sql_help.c:601 sql_help.c:929 +#: sql_help.c:931 sql_help.c:1777 sql_help.c:1809 sql_help.c:2052 +#: sql_help.c:2060 sql_help.c:2092 sql_help.c:2114 msgid "storage_parameter" msgstr "Storage-Parameter" -#: sql_help.c:546 sql_help.c:1305 sql_help.c:3259 +#: sql_help.c:546 sql_help.c:1309 sql_help.c:3263 msgid "large_object_oid" msgstr "Large-Object-OID" -#: sql_help.c:598 sql_help.c:924 sql_help.c:933 sql_help.c:936 sql_help.c:1234 +#: sql_help.c:598 sql_help.c:928 sql_help.c:937 sql_help.c:940 sql_help.c:1238 msgid "index_name" msgstr "Indexname" -#: sql_help.c:657 sql_help.c:669 sql_help.c:1846 +#: sql_help.c:657 sql_help.c:669 sql_help.c:1850 msgid "strategy_number" msgstr "Strategienummer" #: sql_help.c:659 sql_help.c:660 sql_help.c:663 sql_help.c:664 sql_help.c:670 -#: sql_help.c:671 sql_help.c:673 sql_help.c:674 sql_help.c:1848 -#: sql_help.c:1849 sql_help.c:1852 sql_help.c:1853 +#: sql_help.c:671 sql_help.c:673 sql_help.c:674 sql_help.c:1852 +#: sql_help.c:1853 sql_help.c:1856 sql_help.c:1857 msgid "op_type" msgstr "Optyp" -#: sql_help.c:661 sql_help.c:1850 +#: sql_help.c:661 sql_help.c:1854 msgid "sort_family_name" msgstr "Sortierfamilienname" -#: sql_help.c:662 sql_help.c:672 sql_help.c:1851 +#: sql_help.c:662 sql_help.c:672 sql_help.c:1855 msgid "support_number" msgstr "Unterst-Nummer" -#: sql_help.c:666 sql_help.c:1525 sql_help.c:1855 +#: sql_help.c:666 sql_help.c:1529 sql_help.c:1859 msgid "argument_type" msgstr "Argumenttyp" -#: sql_help.c:715 sql_help.c:1122 sql_help.c:1747 sql_help.c:1896 -#: sql_help.c:2320 +#: sql_help.c:715 sql_help.c:1126 sql_help.c:1751 sql_help.c:1900 +#: sql_help.c:2324 msgid "password" msgstr "Passwort" -#: sql_help.c:716 sql_help.c:1123 sql_help.c:1748 sql_help.c:1897 -#: sql_help.c:2321 +#: sql_help.c:716 sql_help.c:1127 sql_help.c:1752 sql_help.c:1901 +#: sql_help.c:2325 msgid "timestamp" msgstr "Zeit" -#: sql_help.c:720 sql_help.c:724 sql_help.c:727 sql_help.c:730 sql_help.c:2877 -#: sql_help.c:3156 +#: sql_help.c:720 sql_help.c:724 sql_help.c:727 sql_help.c:730 sql_help.c:2881 +#: sql_help.c:3160 msgid "database_name" msgstr "Datenbankname" -#: sql_help.c:739 sql_help.c:775 sql_help.c:1049 sql_help.c:1193 -#: sql_help.c:1233 sql_help.c:1292 sql_help.c:1317 sql_help.c:1328 -#: sql_help.c:1385 sql_help.c:1390 sql_help.c:1667 sql_help.c:1767 -#: sql_help.c:1803 sql_help.c:1919 sql_help.c:1959 sql_help.c:2039 -#: sql_help.c:2051 sql_help.c:2108 sql_help.c:2210 sql_help.c:2396 -#: sql_help.c:2613 sql_help.c:2694 sql_help.c:2867 sql_help.c:2872 -#: sql_help.c:2914 sql_help.c:3146 sql_help.c:3151 sql_help.c:3247 -#: sql_help.c:3334 sql_help.c:3336 sql_help.c:3374 sql_help.c:3413 -#: sql_help.c:3552 sql_help.c:3554 sql_help.c:3592 sql_help.c:3624 -#: sql_help.c:3644 sql_help.c:3646 sql_help.c:3647 sql_help.c:3721 -#: sql_help.c:3723 sql_help.c:3761 +#: sql_help.c:739 sql_help.c:775 sql_help.c:1053 sql_help.c:1197 +#: sql_help.c:1237 sql_help.c:1296 sql_help.c:1321 sql_help.c:1332 +#: sql_help.c:1389 sql_help.c:1394 sql_help.c:1671 sql_help.c:1771 +#: sql_help.c:1807 sql_help.c:1923 sql_help.c:1963 sql_help.c:2043 +#: sql_help.c:2055 sql_help.c:2112 sql_help.c:2214 sql_help.c:2400 +#: sql_help.c:2617 sql_help.c:2698 sql_help.c:2871 sql_help.c:2876 +#: sql_help.c:2918 sql_help.c:3150 sql_help.c:3155 sql_help.c:3251 +#: sql_help.c:3338 sql_help.c:3340 sql_help.c:3378 sql_help.c:3417 +#: sql_help.c:3556 sql_help.c:3558 sql_help.c:3596 sql_help.c:3628 +#: sql_help.c:3648 sql_help.c:3650 sql_help.c:3651 sql_help.c:3725 +#: sql_help.c:3727 sql_help.c:3765 msgid "table_name" msgstr "Tabellenname" -#: sql_help.c:769 sql_help.c:1954 +#: sql_help.c:769 sql_help.c:1958 msgid "increment" msgstr "Inkrement" -#: sql_help.c:770 sql_help.c:1955 +#: sql_help.c:770 sql_help.c:1959 msgid "minvalue" msgstr "Minwert" -#: sql_help.c:771 sql_help.c:1956 +#: sql_help.c:771 sql_help.c:1960 msgid "maxvalue" msgstr "Maxwert" -#: sql_help.c:772 sql_help.c:1957 sql_help.c:3332 sql_help.c:3411 -#: sql_help.c:3550 sql_help.c:3664 sql_help.c:3719 +#: sql_help.c:772 sql_help.c:1961 sql_help.c:3336 sql_help.c:3415 +#: sql_help.c:3554 sql_help.c:3668 sql_help.c:3723 msgid "start" msgstr "Start" @@ -3102,807 +3092,795 @@ msgstr "Start" msgid "restart" msgstr "Restart" -#: sql_help.c:774 sql_help.c:1958 +#: sql_help.c:774 sql_help.c:1962 msgid "cache" msgstr "Cache" -#: sql_help.c:911 sql_help.c:2044 sql_help.c:2055 +#: sql_help.c:915 sql_help.c:2048 sql_help.c:2059 msgid "table_constraint" msgstr "Tabellen-Constraint" -#: sql_help.c:912 +#: sql_help.c:916 msgid "table_constraint_using_index" msgstr "Tabellen-Constraint-für-Index" -#: sql_help.c:920 sql_help.c:921 sql_help.c:922 sql_help.c:923 +#: sql_help.c:924 sql_help.c:925 sql_help.c:926 sql_help.c:927 msgid "rewrite_rule_name" msgstr "Regelname" -#: sql_help.c:928 sql_help.c:929 sql_help.c:2047 +#: sql_help.c:932 sql_help.c:933 sql_help.c:2051 msgid "parent_table" msgstr "Elterntabelle" -#: sql_help.c:930 sql_help.c:2052 sql_help.c:2899 sql_help.c:3178 +#: sql_help.c:934 sql_help.c:2056 sql_help.c:2903 sql_help.c:3182 msgid "type_name" msgstr "Typname" -#: sql_help.c:934 +#: sql_help.c:938 msgid "and table_constraint_using_index is:" msgstr "und Tabellen-Constraint-für-Index Folgendes ist:" -#: sql_help.c:952 sql_help.c:955 sql_help.c:2127 +#: sql_help.c:956 sql_help.c:959 sql_help.c:2131 msgid "tablespace_option" msgstr "Tablespace-Option" -#: sql_help.c:976 sql_help.c:979 sql_help.c:985 sql_help.c:989 +#: sql_help.c:980 sql_help.c:983 sql_help.c:989 sql_help.c:993 msgid "token_type" msgstr "Tokentyp" -#: sql_help.c:977 sql_help.c:980 +#: sql_help.c:981 sql_help.c:984 msgid "dictionary_name" msgstr "Wörterbuchname" -#: sql_help.c:982 sql_help.c:986 +#: sql_help.c:986 sql_help.c:990 msgid "old_dictionary" msgstr "altes_Wörterbuch" -#: sql_help.c:983 sql_help.c:987 +#: sql_help.c:987 sql_help.c:991 msgid "new_dictionary" msgstr "neues_Wörterbuch" -#: sql_help.c:1074 sql_help.c:1084 sql_help.c:1087 sql_help.c:1088 -#: sql_help.c:2260 +#: sql_help.c:1078 sql_help.c:1088 sql_help.c:1091 sql_help.c:1092 +#: sql_help.c:2264 msgid "attribute_name" msgstr "Attributname" -#: sql_help.c:1075 +#: sql_help.c:1079 msgid "new_attribute_name" msgstr "neuer_Attributname" -#: sql_help.c:1081 +#: sql_help.c:1085 msgid "new_enum_value" msgstr "neuer_Enum-Wert" -#: sql_help.c:1082 +#: sql_help.c:1086 msgid "existing_enum_value" msgstr "existierender_Enum-Wert" -#: sql_help.c:1144 sql_help.c:1674 sql_help.c:1970 sql_help.c:2338 -#: sql_help.c:2719 sql_help.c:2883 sql_help.c:3162 +#: sql_help.c:1148 sql_help.c:1678 sql_help.c:1974 sql_help.c:2342 +#: sql_help.c:2723 sql_help.c:2887 sql_help.c:3166 msgid "server_name" msgstr "Servername" -#: sql_help.c:1177 sql_help.c:1180 sql_help.c:2358 +#: sql_help.c:1181 sql_help.c:1184 sql_help.c:2362 msgid "view_option_name" msgstr "Sichtoptionsname" -#: sql_help.c:1178 sql_help.c:2359 +#: sql_help.c:1182 sql_help.c:2363 msgid "view_option_value" msgstr "Sichtoptionswert" -#: sql_help.c:1181 sql_help.c:2361 +#: sql_help.c:1185 sql_help.c:2365 msgid "where view_option_name can be one of:" msgstr "wobei Sichtoptionsname einer der folgenden sein kann:" -#: sql_help.c:1182 sql_help.c:1398 sql_help.c:1399 sql_help.c:1402 -#: sql_help.c:2362 sql_help.c:2765 sql_help.c:2766 sql_help.c:2767 -#: sql_help.c:2768 sql_help.c:2769 +#: sql_help.c:1186 sql_help.c:1402 sql_help.c:1403 sql_help.c:1406 +#: sql_help.c:2366 sql_help.c:2769 sql_help.c:2770 sql_help.c:2771 +#: sql_help.c:2772 sql_help.c:2773 msgid "boolean" msgstr "boolean" -#: sql_help.c:1183 sql_help.c:1331 sql_help.c:2363 +#: sql_help.c:1187 sql_help.c:1335 sql_help.c:2367 msgid "text" msgstr "Text" -#: sql_help.c:1184 sql_help.c:2364 +#: sql_help.c:1188 sql_help.c:2368 #, fuzzy #| msgid "locale" msgid "local" msgstr "Locale" -#: sql_help.c:1185 sql_help.c:2365 +#: sql_help.c:1189 sql_help.c:2369 msgid "cascaded" msgstr "" -#: sql_help.c:1208 sql_help.c:3469 sql_help.c:3471 sql_help.c:3495 +#: sql_help.c:1212 sql_help.c:3473 sql_help.c:3475 sql_help.c:3499 msgid "transaction_mode" msgstr "Transaktionsmodus" -#: sql_help.c:1209 sql_help.c:3472 sql_help.c:3496 +#: sql_help.c:1213 sql_help.c:3476 sql_help.c:3500 msgid "where transaction_mode is one of:" msgstr "wobei Transaktionsmodus Folgendes sein kann:" -#: sql_help.c:1289 +#: sql_help.c:1293 msgid "relation_name" msgstr "Relationsname" -#: sql_help.c:1316 +#: sql_help.c:1320 msgid "rule_name" msgstr "Regelname" -#: sql_help.c:1356 sql_help.c:3009 sql_help.c:3196 +#: sql_help.c:1360 sql_help.c:3013 sql_help.c:3200 msgid "transaction_id" msgstr "Transaktions-ID" -#: sql_help.c:1387 sql_help.c:1393 sql_help.c:2935 +#: sql_help.c:1391 sql_help.c:1397 sql_help.c:2939 msgid "filename" msgstr "Dateiname" -#: sql_help.c:1388 sql_help.c:1394 sql_help.c:1921 sql_help.c:1922 -#: sql_help.c:1923 +#: sql_help.c:1392 sql_help.c:1398 sql_help.c:1925 sql_help.c:1926 +#: sql_help.c:1927 msgid "command" msgstr "Befehl" -#: sql_help.c:1392 sql_help.c:1808 sql_help.c:2113 sql_help.c:2360 -#: sql_help.c:2383 sql_help.c:2917 +#: sql_help.c:1396 sql_help.c:1812 sql_help.c:2117 sql_help.c:2364 +#: sql_help.c:2387 sql_help.c:2921 msgid "query" msgstr "Anfrage" -#: sql_help.c:1396 sql_help.c:2764 +#: sql_help.c:1400 sql_help.c:2768 msgid "where option can be one of:" msgstr "wobei Option eine der folgenden sein kann:" -#: sql_help.c:1397 +#: sql_help.c:1401 msgid "format_name" msgstr "Formatname" -#: sql_help.c:1400 +#: sql_help.c:1404 msgid "delimiter_character" msgstr "Trennzeichen" -#: sql_help.c:1401 +#: sql_help.c:1405 msgid "null_string" msgstr "Null-Zeichenkette" -#: sql_help.c:1403 +#: sql_help.c:1407 msgid "quote_character" msgstr "Quote-Zeichen" -#: sql_help.c:1404 +#: sql_help.c:1408 msgid "escape_character" msgstr "Escape-Zeichen" -#: sql_help.c:1408 +#: sql_help.c:1412 msgid "encoding_name" msgstr "Kodierungsname" -#: sql_help.c:1465 sql_help.c:1481 sql_help.c:1484 +#: sql_help.c:1469 sql_help.c:1485 sql_help.c:1488 msgid "arg_data_type" msgstr "Arg-Datentyp" -#: sql_help.c:1466 sql_help.c:1485 sql_help.c:1493 sql_help.c:1498 +#: sql_help.c:1470 sql_help.c:1489 sql_help.c:1497 sql_help.c:1502 msgid "sfunc" msgstr "Übergangsfunktion" -#: sql_help.c:1467 sql_help.c:1486 sql_help.c:1494 sql_help.c:1500 +#: sql_help.c:1471 sql_help.c:1490 sql_help.c:1498 sql_help.c:1504 msgid "state_data_type" msgstr "Zustandsdatentyp" -#: sql_help.c:1468 sql_help.c:1487 sql_help.c:1495 sql_help.c:1501 +#: sql_help.c:1472 sql_help.c:1491 sql_help.c:1499 sql_help.c:1505 msgid "state_data_size" msgstr "Zustandsdatengröße" -#: sql_help.c:1469 sql_help.c:1488 sql_help.c:1496 sql_help.c:1502 +#: sql_help.c:1473 sql_help.c:1492 sql_help.c:1500 sql_help.c:1506 msgid "ffunc" msgstr "Abschlussfunktion" -#: sql_help.c:1470 sql_help.c:1489 sql_help.c:1497 sql_help.c:1503 +#: sql_help.c:1474 sql_help.c:1493 sql_help.c:1501 sql_help.c:1507 msgid "initial_condition" msgstr "Anfangswert" -#: sql_help.c:1471 -#, fuzzy -#| msgid "sfunc" +#: sql_help.c:1475 msgid "msfunc" -msgstr "Übergangsfunktion" +msgstr "Moving-Übergangsfunktion" -#: sql_help.c:1472 -#, fuzzy -#| msgid "minvalue" +#: sql_help.c:1476 msgid "minvfunc" -msgstr "Minwert" +msgstr "Moving-Inversfunktion" -#: sql_help.c:1473 -#, fuzzy -#| msgid "state_data_type" +#: sql_help.c:1477 msgid "mstate_data_type" -msgstr "Zustandsdatentyp" +msgstr "Moving-Zustandsdatentyp" -#: sql_help.c:1474 -#, fuzzy -#| msgid "state_data_type" +#: sql_help.c:1478 msgid "mstate_data_size" -msgstr "Zustandsdatentyp" +msgstr "Moving-Zustandsdatengröße" -#: sql_help.c:1475 -#, fuzzy -#| msgid "ffunc" +#: sql_help.c:1479 msgid "mffunc" -msgstr "Abschlussfunktion" +msgstr "Moving-Abschlussfunktion" -#: sql_help.c:1476 -#, fuzzy -#| msgid "initial_condition" +#: sql_help.c:1480 msgid "minitial_condition" -msgstr "Anfangswert" +msgstr "Moving-Anfangswert" -#: sql_help.c:1477 sql_help.c:1504 +#: sql_help.c:1481 sql_help.c:1508 msgid "sort_operator" msgstr "Sortieroperator" -#: sql_help.c:1490 +#: sql_help.c:1494 msgid "or the old syntax" msgstr "oder die alte Syntax" -#: sql_help.c:1492 +#: sql_help.c:1496 msgid "base_type" msgstr "Basistyp" -#: sql_help.c:1499 +#: sql_help.c:1503 #, fuzzy #| msgid "sfunc" msgid "invfunc" msgstr "Übergangsfunktion" -#: sql_help.c:1543 +#: sql_help.c:1547 msgid "locale" msgstr "Locale" -#: sql_help.c:1544 sql_help.c:1578 +#: sql_help.c:1548 sql_help.c:1582 msgid "lc_collate" msgstr "lc_collate" -#: sql_help.c:1545 sql_help.c:1579 +#: sql_help.c:1549 sql_help.c:1583 msgid "lc_ctype" msgstr "lc_ctype" -#: sql_help.c:1547 +#: sql_help.c:1551 msgid "existing_collation" msgstr "existierende_Sortierfolge" -#: sql_help.c:1557 +#: sql_help.c:1561 msgid "source_encoding" msgstr "Quellkodierung" -#: sql_help.c:1558 +#: sql_help.c:1562 msgid "dest_encoding" msgstr "Zielkodierung" -#: sql_help.c:1576 sql_help.c:2153 +#: sql_help.c:1580 sql_help.c:2157 msgid "template" msgstr "Vorlage" -#: sql_help.c:1577 +#: sql_help.c:1581 msgid "encoding" msgstr "Kodierung" -#: sql_help.c:1602 +#: sql_help.c:1606 msgid "where constraint is:" msgstr "wobei Constraint Folgendes ist:" -#: sql_help.c:1616 sql_help.c:1918 sql_help.c:2209 +#: sql_help.c:1620 sql_help.c:1922 sql_help.c:2213 msgid "event" msgstr "Ereignis" -#: sql_help.c:1617 +#: sql_help.c:1621 msgid "filter_variable" msgstr "Filtervariable" -#: sql_help.c:1629 +#: sql_help.c:1633 msgid "extension_name" msgstr "Erweiterungsname" -#: sql_help.c:1631 +#: sql_help.c:1635 msgid "version" msgstr "Version" -#: sql_help.c:1632 +#: sql_help.c:1636 msgid "old_version" msgstr "alte_Version" -#: sql_help.c:1677 sql_help.c:2059 +#: sql_help.c:1681 sql_help.c:2063 msgid "where column_constraint is:" msgstr "wobei Spalten-Constraint Folgendes ist:" -#: sql_help.c:1679 sql_help.c:1706 sql_help.c:2062 +#: sql_help.c:1683 sql_help.c:1710 sql_help.c:2066 msgid "default_expr" msgstr "Vorgabeausdruck" -#: sql_help.c:1707 +#: sql_help.c:1711 msgid "rettype" msgstr "Rückgabetyp" -#: sql_help.c:1709 +#: sql_help.c:1713 msgid "column_type" msgstr "Spaltentyp" -#: sql_help.c:1710 sql_help.c:2417 sql_help.c:2891 sql_help.c:3170 +#: sql_help.c:1714 sql_help.c:2421 sql_help.c:2895 sql_help.c:3174 msgid "lang_name" msgstr "Sprachname" -#: sql_help.c:1716 +#: sql_help.c:1720 msgid "definition" msgstr "Definition" -#: sql_help.c:1717 +#: sql_help.c:1721 msgid "obj_file" msgstr "Objektdatei" -#: sql_help.c:1718 +#: sql_help.c:1722 msgid "link_symbol" msgstr "Linksymbol" -#: sql_help.c:1719 +#: sql_help.c:1723 msgid "attribute" msgstr "Attribut" -#: sql_help.c:1754 sql_help.c:1903 sql_help.c:2327 +#: sql_help.c:1758 sql_help.c:1907 sql_help.c:2331 msgid "uid" msgstr "Uid" -#: sql_help.c:1768 +#: sql_help.c:1772 msgid "method" msgstr "Methode" -#: sql_help.c:1772 sql_help.c:2094 +#: sql_help.c:1776 sql_help.c:2098 msgid "opclass" msgstr "Opklasse" -#: sql_help.c:1776 sql_help.c:2080 +#: sql_help.c:1780 sql_help.c:2084 msgid "predicate" msgstr "Prädikat" -#: sql_help.c:1788 +#: sql_help.c:1792 msgid "call_handler" msgstr "Handler" -#: sql_help.c:1789 +#: sql_help.c:1793 msgid "inline_handler" msgstr "Inline-Handler" -#: sql_help.c:1790 +#: sql_help.c:1794 msgid "valfunction" msgstr "Valfunktion" -#: sql_help.c:1826 +#: sql_help.c:1830 msgid "com_op" msgstr "Kommutator-Op" -#: sql_help.c:1827 +#: sql_help.c:1831 msgid "neg_op" msgstr "Umkehrungs-Op" -#: sql_help.c:1828 +#: sql_help.c:1832 msgid "res_proc" msgstr "Res-Funktion" -#: sql_help.c:1829 +#: sql_help.c:1833 msgid "join_proc" msgstr "Join-Funktion" -#: sql_help.c:1845 +#: sql_help.c:1849 msgid "family_name" msgstr "Familienname" -#: sql_help.c:1856 +#: sql_help.c:1860 msgid "storage_type" msgstr "Storage-Typ" -#: sql_help.c:1920 sql_help.c:2212 sql_help.c:2399 sql_help.c:3323 -#: sql_help.c:3325 sql_help.c:3402 sql_help.c:3404 sql_help.c:3541 -#: sql_help.c:3543 sql_help.c:3631 sql_help.c:3710 sql_help.c:3712 +#: sql_help.c:1924 sql_help.c:2216 sql_help.c:2403 sql_help.c:3327 +#: sql_help.c:3329 sql_help.c:3406 sql_help.c:3408 sql_help.c:3545 +#: sql_help.c:3547 sql_help.c:3635 sql_help.c:3714 sql_help.c:3716 msgid "condition" msgstr "Bedingung" -#: sql_help.c:1924 sql_help.c:2215 +#: sql_help.c:1928 sql_help.c:2219 msgid "where event can be one of:" msgstr "wobei Ereignis eins der folgenden sein kann:" -#: sql_help.c:1937 sql_help.c:1939 +#: sql_help.c:1941 sql_help.c:1943 msgid "schema_element" msgstr "Schemaelement" -#: sql_help.c:1971 +#: sql_help.c:1975 msgid "server_type" msgstr "Servertyp" -#: sql_help.c:1972 +#: sql_help.c:1976 msgid "server_version" msgstr "Serverversion" -#: sql_help.c:1973 sql_help.c:2881 sql_help.c:3160 +#: sql_help.c:1977 sql_help.c:2885 sql_help.c:3164 msgid "fdw_name" msgstr "FDW-Name" -#: sql_help.c:2045 +#: sql_help.c:2049 msgid "source_table" msgstr "Quelltabelle" -#: sql_help.c:2046 +#: sql_help.c:2050 msgid "like_option" msgstr "Like-Option" -#: sql_help.c:2063 sql_help.c:2064 sql_help.c:2073 sql_help.c:2075 -#: sql_help.c:2079 +#: sql_help.c:2067 sql_help.c:2068 sql_help.c:2077 sql_help.c:2079 +#: sql_help.c:2083 msgid "index_parameters" msgstr "Indexparameter" -#: sql_help.c:2065 sql_help.c:2082 +#: sql_help.c:2069 sql_help.c:2086 msgid "reftable" msgstr "Reftabelle" -#: sql_help.c:2066 sql_help.c:2083 +#: sql_help.c:2070 sql_help.c:2087 msgid "refcolumn" msgstr "Refspalte" -#: sql_help.c:2069 +#: sql_help.c:2073 msgid "and table_constraint is:" msgstr "und Tabellen-Constraint Folgendes ist:" -#: sql_help.c:2077 +#: sql_help.c:2081 msgid "exclude_element" msgstr "Exclude-Element" -#: sql_help.c:2078 sql_help.c:3330 sql_help.c:3409 sql_help.c:3548 -#: sql_help.c:3662 sql_help.c:3717 +#: sql_help.c:2082 sql_help.c:3334 sql_help.c:3413 sql_help.c:3552 +#: sql_help.c:3666 sql_help.c:3721 msgid "operator" msgstr "Operator" -#: sql_help.c:2086 +#: sql_help.c:2090 msgid "and like_option is:" msgstr "und Like-Option Folgendes ist:" -#: sql_help.c:2087 +#: sql_help.c:2091 msgid "index_parameters in UNIQUE, PRIMARY KEY, and EXCLUDE constraints are:" msgstr "Indexparameter bei UNIQUE-, PRIMARY KEY- und EXCLUDE-Constraints sind:" -#: sql_help.c:2091 +#: sql_help.c:2095 msgid "exclude_element in an EXCLUDE constraint is:" msgstr "Exclude-Element in einem EXCLUDE-Constraint ist:" -#: sql_help.c:2126 +#: sql_help.c:2130 msgid "directory" msgstr "Verzeichnis" -#: sql_help.c:2140 +#: sql_help.c:2144 msgid "parser_name" msgstr "Parser-Name" -#: sql_help.c:2141 +#: sql_help.c:2145 msgid "source_config" msgstr "Quellkonfig" -#: sql_help.c:2170 +#: sql_help.c:2174 msgid "start_function" msgstr "Startfunktion" -#: sql_help.c:2171 +#: sql_help.c:2175 msgid "gettoken_function" msgstr "Gettext-Funktion" -#: sql_help.c:2172 +#: sql_help.c:2176 msgid "end_function" msgstr "Endfunktion" -#: sql_help.c:2173 +#: sql_help.c:2177 msgid "lextypes_function" msgstr "Lextypenfunktion" -#: sql_help.c:2174 +#: sql_help.c:2178 msgid "headline_function" msgstr "Headline-Funktion" -#: sql_help.c:2186 +#: sql_help.c:2190 msgid "init_function" msgstr "Init-Funktion" -#: sql_help.c:2187 +#: sql_help.c:2191 msgid "lexize_function" msgstr "Lexize-Funktion" -#: sql_help.c:2211 +#: sql_help.c:2215 msgid "referenced_table_name" msgstr "verwiesener_Tabellenname" -#: sql_help.c:2214 +#: sql_help.c:2218 msgid "arguments" msgstr "Argumente" -#: sql_help.c:2264 sql_help.c:3268 +#: sql_help.c:2268 sql_help.c:3272 msgid "label" msgstr "Label" -#: sql_help.c:2266 +#: sql_help.c:2270 msgid "subtype" msgstr "Untertyp" -#: sql_help.c:2267 +#: sql_help.c:2271 msgid "subtype_operator_class" msgstr "Untertyp-Operatorklasse" -#: sql_help.c:2269 +#: sql_help.c:2273 msgid "canonical_function" msgstr "Canonical-Funktion" -#: sql_help.c:2270 +#: sql_help.c:2274 msgid "subtype_diff_function" msgstr "Untertyp-Diff-Funktion" -#: sql_help.c:2272 +#: sql_help.c:2276 msgid "input_function" msgstr "Eingabefunktion" -#: sql_help.c:2273 +#: sql_help.c:2277 msgid "output_function" msgstr "Ausgabefunktion" -#: sql_help.c:2274 +#: sql_help.c:2278 msgid "receive_function" msgstr "Empfangsfunktion" -#: sql_help.c:2275 +#: sql_help.c:2279 msgid "send_function" msgstr "Sendefunktion" -#: sql_help.c:2276 +#: sql_help.c:2280 msgid "type_modifier_input_function" msgstr "Typmod-Eingabefunktion" -#: sql_help.c:2277 +#: sql_help.c:2281 msgid "type_modifier_output_function" msgstr "Typmod-Ausgabefunktion" -#: sql_help.c:2278 +#: sql_help.c:2282 msgid "analyze_function" msgstr "Analyze-Funktion" -#: sql_help.c:2279 +#: sql_help.c:2283 msgid "internallength" msgstr "interne_Länge" -#: sql_help.c:2280 +#: sql_help.c:2284 msgid "alignment" msgstr "Ausrichtung" -#: sql_help.c:2281 +#: sql_help.c:2285 msgid "storage" msgstr "Speicherung" -#: sql_help.c:2282 +#: sql_help.c:2286 msgid "like_type" msgstr "wie_Typ" -#: sql_help.c:2283 +#: sql_help.c:2287 msgid "category" msgstr "Kategorie" -#: sql_help.c:2284 +#: sql_help.c:2288 msgid "preferred" msgstr "bevorzugt" -#: sql_help.c:2285 +#: sql_help.c:2289 msgid "default" msgstr "Vorgabewert" -#: sql_help.c:2286 +#: sql_help.c:2290 msgid "element" msgstr "Element" -#: sql_help.c:2287 +#: sql_help.c:2291 msgid "delimiter" msgstr "Trennzeichen" -#: sql_help.c:2288 +#: sql_help.c:2292 msgid "collatable" msgstr "sortierbar" -#: sql_help.c:2395 sql_help.c:2913 sql_help.c:3318 sql_help.c:3396 -#: sql_help.c:3536 sql_help.c:3623 sql_help.c:3705 +#: sql_help.c:2399 sql_help.c:2917 sql_help.c:3322 sql_help.c:3400 +#: sql_help.c:3540 sql_help.c:3627 sql_help.c:3709 msgid "with_query" msgstr "With-Anfrage" -#: sql_help.c:2397 sql_help.c:3337 sql_help.c:3340 sql_help.c:3343 -#: sql_help.c:3347 sql_help.c:3351 sql_help.c:3359 sql_help.c:3555 -#: sql_help.c:3558 sql_help.c:3561 sql_help.c:3565 sql_help.c:3569 -#: sql_help.c:3577 sql_help.c:3625 sql_help.c:3724 sql_help.c:3727 -#: sql_help.c:3730 sql_help.c:3734 sql_help.c:3738 sql_help.c:3746 +#: sql_help.c:2401 sql_help.c:3341 sql_help.c:3344 sql_help.c:3347 +#: sql_help.c:3351 sql_help.c:3355 sql_help.c:3363 sql_help.c:3559 +#: sql_help.c:3562 sql_help.c:3565 sql_help.c:3569 sql_help.c:3573 +#: sql_help.c:3581 sql_help.c:3629 sql_help.c:3728 sql_help.c:3731 +#: sql_help.c:3734 sql_help.c:3738 sql_help.c:3742 sql_help.c:3750 msgid "alias" msgstr "Alias" -#: sql_help.c:2398 +#: sql_help.c:2402 msgid "using_list" msgstr "Using-Liste" -#: sql_help.c:2400 sql_help.c:2795 sql_help.c:2976 sql_help.c:3632 +#: sql_help.c:2404 sql_help.c:2799 sql_help.c:2980 sql_help.c:3636 msgid "cursor_name" msgstr "Cursor-Name" -#: sql_help.c:2401 sql_help.c:2918 sql_help.c:3633 +#: sql_help.c:2405 sql_help.c:2922 sql_help.c:3637 msgid "output_expression" msgstr "Ausgabeausdruck" -#: sql_help.c:2402 sql_help.c:2919 sql_help.c:3321 sql_help.c:3399 -#: sql_help.c:3539 sql_help.c:3634 sql_help.c:3708 +#: sql_help.c:2406 sql_help.c:2923 sql_help.c:3325 sql_help.c:3403 +#: sql_help.c:3543 sql_help.c:3638 sql_help.c:3712 msgid "output_name" msgstr "Ausgabename" -#: sql_help.c:2418 +#: sql_help.c:2422 msgid "code" msgstr "Code" -#: sql_help.c:2743 +#: sql_help.c:2747 msgid "parameter" msgstr "Parameter" -#: sql_help.c:2762 sql_help.c:2763 sql_help.c:3001 +#: sql_help.c:2766 sql_help.c:2767 sql_help.c:3005 msgid "statement" msgstr "Anweisung" -#: sql_help.c:2794 sql_help.c:2975 +#: sql_help.c:2798 sql_help.c:2979 msgid "direction" msgstr "Richtung" -#: sql_help.c:2796 sql_help.c:2977 +#: sql_help.c:2800 sql_help.c:2981 msgid "where direction can be empty or one of:" msgstr "wobei Richtung leer sein kann oder Folgendes:" -#: sql_help.c:2797 sql_help.c:2798 sql_help.c:2799 sql_help.c:2800 -#: sql_help.c:2801 sql_help.c:2978 sql_help.c:2979 sql_help.c:2980 -#: sql_help.c:2981 sql_help.c:2982 sql_help.c:3331 sql_help.c:3333 -#: sql_help.c:3410 sql_help.c:3412 sql_help.c:3549 sql_help.c:3551 -#: sql_help.c:3663 sql_help.c:3665 sql_help.c:3718 sql_help.c:3720 +#: sql_help.c:2801 sql_help.c:2802 sql_help.c:2803 sql_help.c:2804 +#: sql_help.c:2805 sql_help.c:2982 sql_help.c:2983 sql_help.c:2984 +#: sql_help.c:2985 sql_help.c:2986 sql_help.c:3335 sql_help.c:3337 +#: sql_help.c:3414 sql_help.c:3416 sql_help.c:3553 sql_help.c:3555 +#: sql_help.c:3667 sql_help.c:3669 sql_help.c:3722 sql_help.c:3724 msgid "count" msgstr "Anzahl" -#: sql_help.c:2874 sql_help.c:3153 +#: sql_help.c:2878 sql_help.c:3157 msgid "sequence_name" msgstr "Sequenzname" -#: sql_help.c:2879 sql_help.c:3158 +#: sql_help.c:2883 sql_help.c:3162 msgid "domain_name" msgstr "Domänenname" -#: sql_help.c:2887 sql_help.c:3166 +#: sql_help.c:2891 sql_help.c:3170 msgid "arg_name" msgstr "Argname" -#: sql_help.c:2888 sql_help.c:3167 +#: sql_help.c:2892 sql_help.c:3171 msgid "arg_type" msgstr "Argtyp" -#: sql_help.c:2893 sql_help.c:3172 +#: sql_help.c:2897 sql_help.c:3176 msgid "loid" msgstr "Large-Object-OID" -#: sql_help.c:2927 sql_help.c:2990 sql_help.c:3609 +#: sql_help.c:2931 sql_help.c:2994 sql_help.c:3613 msgid "channel" msgstr "Kanal" -#: sql_help.c:2949 +#: sql_help.c:2953 msgid "lockmode" msgstr "Sperrmodus" -#: sql_help.c:2950 +#: sql_help.c:2954 msgid "where lockmode is one of:" msgstr "wobei Sperrmodus Folgendes sein kann:" -#: sql_help.c:2991 +#: sql_help.c:2995 msgid "payload" msgstr "Payload" -#: sql_help.c:3017 +#: sql_help.c:3021 msgid "old_role" msgstr "alte_Rolle" -#: sql_help.c:3018 +#: sql_help.c:3022 msgid "new_role" msgstr "neue_Rolle" -#: sql_help.c:3043 sql_help.c:3204 sql_help.c:3212 +#: sql_help.c:3047 sql_help.c:3208 sql_help.c:3216 msgid "savepoint_name" msgstr "Savepoint-Name" -#: sql_help.c:3245 +#: sql_help.c:3249 msgid "provider" msgstr "Provider" -#: sql_help.c:3322 sql_help.c:3361 sql_help.c:3363 sql_help.c:3401 -#: sql_help.c:3540 sql_help.c:3579 sql_help.c:3581 sql_help.c:3709 -#: sql_help.c:3748 sql_help.c:3750 +#: sql_help.c:3326 sql_help.c:3365 sql_help.c:3367 sql_help.c:3405 +#: sql_help.c:3544 sql_help.c:3583 sql_help.c:3585 sql_help.c:3713 +#: sql_help.c:3752 sql_help.c:3754 msgid "from_item" msgstr "From-Element" -#: sql_help.c:3326 sql_help.c:3405 sql_help.c:3544 sql_help.c:3713 +#: sql_help.c:3330 sql_help.c:3409 sql_help.c:3548 sql_help.c:3717 msgid "window_name" msgstr "Fenstername" -#: sql_help.c:3327 sql_help.c:3406 sql_help.c:3545 sql_help.c:3714 +#: sql_help.c:3331 sql_help.c:3410 sql_help.c:3549 sql_help.c:3718 msgid "window_definition" msgstr "Fensterdefinition" -#: sql_help.c:3328 sql_help.c:3339 sql_help.c:3369 sql_help.c:3407 -#: sql_help.c:3546 sql_help.c:3557 sql_help.c:3587 sql_help.c:3715 -#: sql_help.c:3726 sql_help.c:3756 +#: sql_help.c:3332 sql_help.c:3343 sql_help.c:3373 sql_help.c:3411 +#: sql_help.c:3550 sql_help.c:3561 sql_help.c:3591 sql_help.c:3719 +#: sql_help.c:3730 sql_help.c:3760 msgid "select" msgstr "Select" -#: sql_help.c:3335 sql_help.c:3553 sql_help.c:3722 +#: sql_help.c:3339 sql_help.c:3557 sql_help.c:3726 msgid "where from_item can be one of:" msgstr "wobei From-Element Folgendes sein kann:" -#: sql_help.c:3338 sql_help.c:3341 sql_help.c:3344 sql_help.c:3348 -#: sql_help.c:3360 sql_help.c:3556 sql_help.c:3559 sql_help.c:3562 -#: sql_help.c:3566 sql_help.c:3578 sql_help.c:3725 sql_help.c:3728 -#: sql_help.c:3731 sql_help.c:3735 sql_help.c:3747 +#: sql_help.c:3342 sql_help.c:3345 sql_help.c:3348 sql_help.c:3352 +#: sql_help.c:3364 sql_help.c:3560 sql_help.c:3563 sql_help.c:3566 +#: sql_help.c:3570 sql_help.c:3582 sql_help.c:3729 sql_help.c:3732 +#: sql_help.c:3735 sql_help.c:3739 sql_help.c:3751 msgid "column_alias" msgstr "Spaltenalias" -#: sql_help.c:3342 sql_help.c:3367 sql_help.c:3560 sql_help.c:3585 -#: sql_help.c:3729 sql_help.c:3754 +#: sql_help.c:3346 sql_help.c:3371 sql_help.c:3564 sql_help.c:3589 +#: sql_help.c:3733 sql_help.c:3758 msgid "with_query_name" msgstr "With-Anfragename" -#: sql_help.c:3346 sql_help.c:3350 sql_help.c:3354 sql_help.c:3357 -#: sql_help.c:3564 sql_help.c:3568 sql_help.c:3572 sql_help.c:3575 -#: sql_help.c:3733 sql_help.c:3737 sql_help.c:3741 sql_help.c:3744 +#: sql_help.c:3350 sql_help.c:3354 sql_help.c:3358 sql_help.c:3361 +#: sql_help.c:3568 sql_help.c:3572 sql_help.c:3576 sql_help.c:3579 +#: sql_help.c:3737 sql_help.c:3741 sql_help.c:3745 sql_help.c:3748 msgid "argument" msgstr "Argument" -#: sql_help.c:3352 sql_help.c:3355 sql_help.c:3358 sql_help.c:3570 -#: sql_help.c:3573 sql_help.c:3576 sql_help.c:3739 sql_help.c:3742 -#: sql_help.c:3745 +#: sql_help.c:3356 sql_help.c:3359 sql_help.c:3362 sql_help.c:3574 +#: sql_help.c:3577 sql_help.c:3580 sql_help.c:3743 sql_help.c:3746 +#: sql_help.c:3749 msgid "column_definition" msgstr "Spaltendefinition" -#: sql_help.c:3362 sql_help.c:3580 sql_help.c:3749 +#: sql_help.c:3366 sql_help.c:3584 sql_help.c:3753 msgid "join_type" msgstr "Verbundtyp" -#: sql_help.c:3364 sql_help.c:3582 sql_help.c:3751 +#: sql_help.c:3368 sql_help.c:3586 sql_help.c:3755 msgid "join_condition" msgstr "Verbundbedingung" -#: sql_help.c:3365 sql_help.c:3583 sql_help.c:3752 +#: sql_help.c:3369 sql_help.c:3587 sql_help.c:3756 msgid "join_column" msgstr "Verbundspalte" -#: sql_help.c:3366 sql_help.c:3584 sql_help.c:3753 +#: sql_help.c:3370 sql_help.c:3588 sql_help.c:3757 msgid "and with_query is:" msgstr "und With-Anfrage ist:" -#: sql_help.c:3370 sql_help.c:3588 sql_help.c:3757 +#: sql_help.c:3374 sql_help.c:3592 sql_help.c:3761 msgid "values" msgstr "values" -#: sql_help.c:3371 sql_help.c:3589 sql_help.c:3758 +#: sql_help.c:3375 sql_help.c:3593 sql_help.c:3762 msgid "insert" msgstr "insert" -#: sql_help.c:3372 sql_help.c:3590 sql_help.c:3759 +#: sql_help.c:3376 sql_help.c:3594 sql_help.c:3763 msgid "update" msgstr "update" -#: sql_help.c:3373 sql_help.c:3591 sql_help.c:3760 +#: sql_help.c:3377 sql_help.c:3595 sql_help.c:3764 msgid "delete" msgstr "delete" -#: sql_help.c:3400 +#: sql_help.c:3404 msgid "new_table" msgstr "neue_Tabelle" -#: sql_help.c:3425 +#: sql_help.c:3429 msgid "timezone" msgstr "Zeitzone" -#: sql_help.c:3470 +#: sql_help.c:3474 msgid "snapshot_id" msgstr "Snapshot-ID" -#: sql_help.c:3630 +#: sql_help.c:3634 msgid "from_list" msgstr "From-Liste" -#: sql_help.c:3661 +#: sql_help.c:3665 msgid "sort_expression" msgstr "Sortierausdruck" @@ -4555,7 +4533,7 @@ msgstr "%s: Warnung: überflüssiges Kommandozeilenargument „%s“ ignoriert\n msgid "%s: could not find own program executable\n" msgstr "%s: konnte eigene Programmdatei nicht finden\n" -#: tab-complete.c:4085 +#: tab-complete.c:4115 #, c-format msgid "" "tab completion query failed: %s\n" @@ -4571,8 +4549,8 @@ msgstr "" msgid "unrecognized Boolean value; assuming \"on\"\n" msgstr "unbekannter Boole’scher Wert; „on“ wird angenommen\n" -#~ msgid "Showing only tuples." -#~ msgstr "Zeige nur Datenzeilen." - #~ msgid "Showing locale-adjusted numeric output." #~ msgstr "Zeige numerische Daten in lokalisiertem Format." + +#~ msgid "Showing only tuples." +#~ msgstr "Zeige nur Datenzeilen." -- 2.39.5