# This file is distributed under the same license as the PostgreSQL package.
# Peter Eisentraut <peter_e@gmx.net>, 2009.
#
-# $Id: ecpg.po,v 1.1 2009/01/26 10:21:14 petere Exp $
+# $Id: ecpg.po,v 1.2 2009/01/27 21:42:25 petere Exp $
#
# Use these quotes: »%s«
#
msgstr ""
"Project-Id-Version: PostgreSQL 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2009-01-23 21:22+0000\n"
-"PO-Revision-Date: 2009-01-26 12:18+0200\n"
+"POT-Creation-Date: 2009-01-27 15:22+0000\n"
+"PO-Revision-Date: 2009-01-27 23:41+0200\n"
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
"Language-Team: German <peter_e@gmx.net>\n"
"MIME-Version: 1.0\n"
#: pgc.l:898
msgid "missing identifier in EXEC SQL UNDEF command"
-msgstr ""
+msgstr "fehlender Bezeichner im Befehl EXEC SQL UNDEF"
#: pgc.l:944 pgc.l:958
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1051
msgid "too many nested EXEC SQL IFDEF conditions"
-msgstr ""
+msgstr "zu viele geschachtelte EXEC SQL IFDEF-Bedingungen"
#: pgc.l:1084
msgid "missing identifier in EXEC SQL IFDEF command"
-msgstr ""
+msgstr "fehlender Bezeichner im Befehl EXEC SQL IFDEF"
#: pgc.l:1093
msgid "missing identifier in EXEC SQL DEFINE command"
-msgstr ""
+msgstr "fehlender Bezeichner im Befehl EXEC SQL DEFINE"
#: pgc.l:1126
msgid "syntax error in EXEC SQL INCLUDE command"
msgid ""
"internal error: unreachable state; please report this to <pgsql-"
"bugs@postgresql.org>"
-msgstr ""
+msgstr "interner Fehler: unerreichbarer Zustand; bitte an <pgsql-bugs@postgresql.org> berichten"
#: pgc.l:1297
#, c-format
msgid "initializer not allowed in type definition"
msgstr ""
-#: preproc.y:347
+#: preproc.y:347 preproc.y:10546
#, c-format
msgid "type \"%s\" is already defined"
msgstr "Typ »%s« ist bereits definiert"
#: preproc.y:370 variable.c:582
msgid "multidimensional arrays for simple data types are not supported"
-msgstr "mehrdimensionale Arrays für einfache Datentypen werden nicht unterstützt"
+msgstr ""
+"mehrdimensionale Arrays für einfache Datentypen werden nicht unterstützt"
#: preproc.y:1232
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr ""
"Constraint, der als INITIALLY DEFERRED deklariert wurde, muss DEFERRABLE sein"
-#: preproc.y:6495
+#: preproc.y:6495 preproc.y:10162
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "Cursor »%s« ist bereits definiert"
#: preproc.y:6848
msgid "no longer supported LIMIT #,# syntax passed to server"
-msgstr ""
+msgstr "nicht mehr unterstützte Syntax LIMIT #,# wird an Server weitergereicht"
#: preproc.y:7090
msgid "subquery in FROM must have an alias"
msgstr ""
#: preproc.y:9890
-msgid "CREATE TABLE AS cannot specify INTO\n"
-msgstr ""
+msgid "CREATE TABLE AS cannot specify INTO"
+msgstr "CREATE TABLE AS kann INTO nicht verwenden"
#: preproc.y:9937
#, c-format
msgid "unrecognized token \"%s\""
msgstr ""
-#: preproc.y:10162
-#, c-format
-msgid "cursor \"%s\" already defined"
-msgstr ""
-
#: preproc.y:10365
-msgid "only numeric/decimal have precision/scale argument"
+msgid "only data types numeric and decimal have precision/scale argument"
msgstr ""
#: preproc.y:10377
msgid "too many levels in nested structure/union definition"
msgstr ""
-#: preproc.y:10546
-#, c-format
-msgid "type \"%s\" already defined"
-msgstr ""
-
#: preproc.y:10704
-msgid "pointer to varchar are not implemented"
-msgstr ""
+msgid "pointers to varchar are not implemented"
+msgstr "Zeiger auf varchar sind nicht implementiert"
#: preproc.y:10868 preproc.y:10875 preproc.y:10882
msgid "using unsupported DESCRIBE statement"
-msgstr ""
+msgstr "nicht unterstützter DESCRIBE-Befehl wird verwendet"
#: preproc.y:11113
msgid "initializer not allowed in EXEC SQL VAR command"
#: type.c:241
msgid "indicator for array/pointer has to be array/pointer"
-msgstr ""
+msgstr "Indikator für Array/Zeiger muss Array/Zeiger sein"
#: type.c:245
msgid "nested arrays are not supported (except strings)"
#: type.c:278
msgid "indicator for struct has to be a struct"
-msgstr ""
+msgstr "Indikator für struct muss ein struct sein"
#: type.c:287 type.c:295 type.c:303
msgid "indicator for simple data type has to be simple"
-msgstr ""
+msgstr "Indikator für einfachen Typ muss einfachen Typ haben"
#: type.c:613
#, c-format
#: variable.c:150
#, c-format
msgid "variable \"%s\" is neither a structure nor a union"
-msgstr ""
+msgstr "Variable »%s« ist keine Struktur oder Union"
#: variable.c:160
#, c-format
#: variable.c:229 variable.c:251
#, c-format
-msgid "variable %s is not declared"
-msgstr ""
+msgid "variable \"%s\" is not declared"
+msgstr "Variable »%s« ist nicht deklariert"
#: variable.c:459
msgid "indicator variable must have an integer type"
-msgstr ""
+msgstr "Indikatorvariable muss einen ganzzahligen Typ haben"
#: variable.c:471
#, c-format