diff options
author | Peter Eisentraut | 2009-06-26 19:33:52 +0000 |
---|---|---|
committer | Peter Eisentraut | 2009-06-26 19:33:52 +0000 |
commit | 8a332c9a75afbdb54e349c405de39d310b53d4c8 (patch) | |
tree | 0d5edfe8efd5f652b0abc06fe98d16c35010254c | |
parent | 0371f56a4d8d43d63634442a56aa813d342a4dd3 (diff) |
Translation updates for 8.4 release.
File that are translated less than 80% have been removed, as per new
translation team policy.
141 files changed, 31774 insertions, 296751 deletions
diff --git a/src/backend/nls.mk b/src/backend/nls.mk index 661e48d9a6..303ce940e0 100644 --- a/src/backend/nls.mk +++ b/src/backend/nls.mk @@ -1,6 +1,6 @@ # $PostgreSQL$ CATALOG_NAME := postgres -AVAIL_LANGUAGES := af cs de es fr hr hu it ja ko nb nl pt_BR ro ru sk sl sv tr zh_CN zh_TW pl +AVAIL_LANGUAGES := de es fr ja pt_BR tr GETTEXT_FILES := + gettext-files GETTEXT_TRIGGERS:= _ errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext write_stderr yyerror diff --git a/src/backend/po/af.po b/src/backend/po/af.po deleted file mode 100644 index deaf6a5639..0000000000 --- a/src/backend/po/af.po +++ /dev/null @@ -1,9656 +0,0 @@ -# Postgres Afrikaans -# Petri Jooste <[email protected]>, 2004. -# -msgid "" -msgstr "" -"Project-Id-Version: postgres 7.4.2\n" -"POT-Creation-Date: 2004-01-28 06:08-0400\n" -"PO-Revision-Date: 2004-03-09 13:59+0200\n" -"Last-Translator: Petri Jooste <[email protected]>\n" -"Language-Team: Petri Jooste <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=iso-8859-1\n" -"Content-Transfer-Encoding: 8bit\n" - -#: access/common/indextuple.c:57 -#, c-format -msgid "number of index columns (%d) exceeds limit (%d)" -msgstr "aantal indekskolomme (%d) oorskrei die limiet (%d)" - -#: access/common/indextuple.c:165 -#, c-format -msgid "index row requires %lu bytes, maximum size is %lu" -msgstr "indeksry benodig %lu grepe, maksimumgrootte is %lu" - -#: access/common/heaptuple.c:581 -#, c-format -msgid "number of columns (%d) exceeds limit (%d)" -msgstr "aantal kolomme (%d) oorskrei die limiet (%d)" - -#: access/common/printtup.c:279 -#: tcop/fastpath.c:187 -#: tcop/fastpath.c:517 -#: tcop/postgres.c:1431 -#, c-format -msgid "unsupported format code: %d" -msgstr "nie-ondersteunde formaatkode: %d" - -#: access/common/tupdesc.c:660 -#: access/common/tupdesc.c:687 -msgid "number of aliases does not match number of columns" -msgstr "aantal aliasse kom nie ooreen met die aantal kolomme nie" - -#: access/common/tupdesc.c:681 -msgid "no column alias was provided" -msgstr "geen kolomalias is voorsien nie" - -#: access/common/tupdesc.c:704 -msgid "could not determine row description for function returning record" -msgstr "" - -#: access/hash/hashinsert.c:90 -#, c-format -msgid "index row size %lu exceeds hash maximum %lu" -msgstr "" - -#: access/hash/hashsearch.c:145 -msgid "hash indexes do not support whole-index scans" -msgstr "" - -#: access/hash/hashovfl.c:521 -#, c-format -msgid "out of overflow pages in hash index \"%s\"" -msgstr "" - -#: access/hash/hashutil.c:46 -msgid "hash indexes cannot contain null keys" -msgstr "" - -#: access/hash/hashutil.c:126 -#, fuzzy, c-format -msgid "index \"%s\" is not a hash index" -msgstr "" - -#: access/hash/hashutil.c:132 -#, c-format -msgid "index \"%s\" has wrong hash version" -msgstr "" - -#: access/hash/hashutil.c:133 -msgid "Please REINDEX it." -msgstr "Herindekseer dit asb." - -#: access/heap/heapam.c:580 -#: access/heap/heapam.c:615 -#: access/heap/heapam.c:650 -#: catalog/aclchk.c:284 -#, c-format -msgid "\"%s\" is an index" -msgstr "\"%s\" is 'n indeks" - -#: access/heap/heapam.c:585 -#: access/heap/heapam.c:620 -#: access/heap/heapam.c:655 -#, c-format -msgid "\"%s\" is a special relation" -msgstr "\"%s\" is 'n spesiale verwantskap" - -#: access/heap/heapam.c:590 -#: access/heap/heapam.c:625 -#: access/heap/heapam.c:660 -#, c-format -msgid "\"%s\" is a composite type" -msgstr "\"%s\" is 'n saamgestelde tipe" - -#: access/heap/hio.c:109 -#, fuzzy, c-format -msgid "row is too big: size %lu, maximum size %lu" -msgstr "Grootte is te groot... Stel maksimum Grootte waarde?" - -#: access/index/indexam.c:134 -#: access/index/indexam.c:159 -#: access/index/indexam.c:184 -#: commands/comment.c:327 -#: commands/indexcmds.c:572 -#: commands/indexcmds.c:602 -#: tcop/utility.c:92 -#, c-format -msgid "\"%s\" is not an index" -msgstr "\"%s\" is nie 'n indeks nie" - -#: access/nbtree/nbtinsert.c:254 -#, c-format -msgid "duplicate key violates unique constraint \"%s\"" -msgstr "" - -#: access/nbtree/nbtinsert.c:406 -#: access/nbtree/nbtsort.c:413 -#, c-format -msgid "index row size %lu exceeds btree maximum, %lu" -msgstr "" - -#: access/nbtree/nbtpage.c:156 -#: access/nbtree/nbtpage.c:335 -#, fuzzy, c-format -msgid "index \"%s\" is not a btree" -msgstr "Apache is *nie* aan die gang nie.\n" - -#: access/nbtree/nbtpage.c:162 -#: access/nbtree/nbtpage.c:341 -#, c-format -msgid "version mismatch in index \"%s\": file version %d, code version %d" -msgstr "" - -#: access/rtree/rtree.c:646 -msgid "variable-length rtree keys are not supported" -msgstr "" - -#: access/rtree/rtree.c:786 -#, c-format -msgid "index row size %lu exceeds rtree maximum, %lu" -msgstr "" - -#: access/transam/xact.c:418 -msgid "cannot have more than 2^32-1 commands in a transaction" -msgstr "" - -#. translator: %s represents an SQL statement name -#: access/transam/xact.c:1409 -#, c-format -msgid "%s cannot run inside a transaction block" -msgstr "" - -#. translator: %s represents an SQL statement name -#: access/transam/xact.c:1421 -#, c-format -msgid "%s cannot be executed from a function" -msgstr "" - -#. translator: %s represents an SQL statement name -#: access/transam/xact.c:1464 -#, c-format -msgid "%s may only be used in transaction blocks" -msgstr "" - -#: access/transam/xact.c:1543 -#, fuzzy -msgid "there is already a transaction in progress" -msgstr "'n ander opdrag word reeds uitgevoer\n" - -#: access/transam/xact.c:1605 -#: access/transam/xact.c:1643 -#: access/transam/xact.c:1691 -#, fuzzy -msgid "there is no transaction in progress" -msgstr "Daar is nee Maakle�r in hierdie gids." - -#: access/transam/slru.c:487 -#, c-format -msgid "file \"%s\" doesn't exist, reading as zeroes" -msgstr "" - -#: access/transam/slru.c:620 -#: access/transam/slru.c:627 -#: access/transam/slru.c:634 -#: access/transam/slru.c:641 -#: access/transam/slru.c:648 -#: access/transam/slru.c:655 -#, fuzzy, c-format -msgid "could not access status of transaction %u" -msgstr "Kon Nie Bepaal Hulpbron Status" - -#: access/transam/slru.c:621 -#: libpq/hba.c:859 -#: libpq/hba.c:883 -#: utils/error/elog.c:878 -#: utils/init/miscinit.c:735 -#: utils/init/miscinit.c:841 -#: utils/misc/database.c:64 -#, fuzzy, c-format -msgid "could not open file \"%s\": %m" -msgstr "Kon nie open l�er %1" - -#: access/transam/slru.c:628 -#: access/transam/xlog.c:1518 -#, fuzzy, c-format -msgid "could not create file \"%s\": %m" -msgstr "Kon nie skep l�er" - -#: access/transam/slru.c:635 -#, c-format -msgid "could not seek in file \"%s\" to offset %u: %m" -msgstr "" - -#: access/transam/slru.c:642 -#, c-format -msgid "could not read from file \"%s\" at offset %u: %m" -msgstr "" - -#: access/transam/slru.c:649 -#, c-format -msgid "could not write to file \"%s\" at offset %u: %m" -msgstr "" - -#: access/transam/slru.c:656 -#: access/transam/xlog.c:1559 -#, fuzzy, c-format -msgid "could not close file \"%s\": %m" -msgstr "Kon nie skep l�er" - -#: access/transam/slru.c:834 -#, c-format -msgid "could not truncate directory \"%s\": apparent wraparound" -msgstr "" - -#: access/transam/slru.c:893 -#, fuzzy, c-format -msgid "could not open directory \"%s\": %m" -msgstr "Kon nie gids %s oopmaak nie." - -#: access/transam/slru.c:909 -#, fuzzy, c-format -msgid "removing file \"%s/%s\"" -msgstr "Verwydering l�er van stoorplek" - -#: access/transam/slru.c:927 -#, fuzzy, c-format -msgid "could not read directory \"%s\": %m" -msgstr "Kon Nie Skep Gids" - -#: access/transam/xlog.c:1176 -#: access/transam/xlog.c:1294 -#: access/transam/xlog.c:3833 -#, c-format -msgid "could not close log file %u, segment %u: %m" -msgstr "" - -#: access/transam/xlog.c:1234 -#: access/transam/xlog.c:2008 -#, c-format -msgid "could not seek in log file %u, segment %u to offset %u: %m" -msgstr "" - -#: access/transam/xlog.c:1248 -#, c-format -msgid "could not write to log file %u, segment %u at offset %u: %m" -msgstr "" - -#: access/transam/xlog.c:1494 -#: access/transam/xlog.c:1586 -#: access/transam/xlog.c:1700 -#: access/transam/xlog.c:1706 -#, fuzzy, c-format -msgid "could not open file \"%s\" (log file %u, segment %u): %m" -msgstr "Kon nie open l�er vir om te skryf." - -#: access/transam/xlog.c:1547 -#: commands/copy.c:930 -#: postmaster/postmaster.c:3338 -#: postmaster/postmaster.c:3381 -#: utils/init/miscinit.c:784 -#: utils/init/miscinit.c:793 -#: utils/misc/guc.c:4000 -#: utils/misc/guc.c:4064 -#, fuzzy, c-format -msgid "could not write to file \"%s\": %m" -msgstr "Kon nie skryf na l�er %1" - -#: access/transam/xlog.c:1554 -#, fuzzy, c-format -msgid "could not fsync file \"%s\": %m" -msgstr "Kon nie skep l�er" - -#: access/transam/xlog.c:1664 -#, c-format -msgid "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m" -msgstr "" - -#: access/transam/xlog.c:1671 -#, c-format -msgid "could not rename file \"%s\" to \"%s\" (initialization of log file %u, segment %u): %m" -msgstr "" - -#: access/transam/xlog.c:1758 -#, c-format -msgid "could not open transaction log directory \"%s\": %m" -msgstr "" - -#: access/transam/xlog.c:1774 -#, fuzzy, c-format -msgid "archiving transaction log file \"%s\"" -msgstr "Blaai Multi-File Log..." - -#: access/transam/xlog.c:1791 -#, fuzzy, c-format -msgid "recycled transaction log file \"%s\"" -msgstr "Blaai Multi-File Log..." - -#: access/transam/xlog.c:1798 -#, fuzzy, c-format -msgid "removing transaction log file \"%s\"" -msgstr "Blaai Multi-File Log..." - -#: access/transam/xlog.c:1815 -#, c-format -msgid "could not read transaction log directory \"%s\": %m" -msgstr "" - -#: access/transam/xlog.c:1890 -#, c-format -msgid "incorrect resource manager data checksum in record at %X/%X" -msgstr "" - -#: access/transam/xlog.c:1913 -#, c-format -msgid "incorrect checksum of backup block %d in record at %X/%X" -msgstr "" - -#: access/transam/xlog.c:1983 -#, fuzzy, c-format -msgid "invalid record offset at %X/%X" -msgstr "%s: fout tydens skryfbewerking by uitwyking %s" - -#: access/transam/xlog.c:2016 -#, c-format -msgid "could not read from log file %u, segment %u at offset %u: %m" -msgstr "" - -#: access/transam/xlog.c:2027 -#, fuzzy, c-format -msgid "contrecord is requested by %X/%X" -msgstr "Praat verbinding versoekte deur " - -#: access/transam/xlog.c:2042 -#, c-format -msgid "record with zero length at %X/%X" -msgstr "" - -#: access/transam/xlog.c:2067 -#, c-format -msgid "record length %u at %X/%X too long" -msgstr "" - -#: access/transam/xlog.c:2074 -#, c-format -msgid "invalid resource manager ID %u at %X/%X" -msgstr "" - -#: access/transam/xlog.c:2106 -#, c-format -msgid "could not read from log file %u, segment %u, offset %u: %m" -msgstr "" - -#: access/transam/xlog.c:2115 -#, c-format -msgid "there is no contrecord flag in log file %u, segment %u, offset %u" -msgstr "" - -#: access/transam/xlog.c:2124 -#, c-format -msgid "invalid contrecord length %u in log file %u, segment %u, offset %u" -msgstr "" - -#: access/transam/xlog.c:2190 -#, c-format -msgid "invalid magic number %04X in log file %u, segment %u, offset %u" -msgstr "" - -#: access/transam/xlog.c:2197 -#, c-format -msgid "invalid info bits %04X in log file %u, segment %u, offset %u" -msgstr "" - -#: access/transam/xlog.c:2206 -#, c-format -msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" -msgstr "" - -#. translator: SUI = startup id -#: access/transam/xlog.c:2229 -#, c-format -msgid "out-of-sequence SUI %u (after %u) in log file %u, segment %u, offset %u" -msgstr "" - -#: access/transam/xlog.c:2291 -msgid "invalid LC_COLLATE setting" -msgstr "" - -#: access/transam/xlog.c:2296 -msgid "invalid LC_CTYPE setting" -msgstr "" - -#: access/transam/xlog.c:2315 -msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one" -msgstr "" - -#: access/transam/xlog.c:2325 -#, fuzzy, c-format -msgid "could not create control file \"%s\": %m" -msgstr "Kon nie skep etiket l�er" - -#: access/transam/xlog.c:2336 -#: access/transam/xlog.c:2523 -#, fuzzy, c-format -msgid "could not write to control file: %m" -msgstr "Kon nie skryf na l�er. Gaan staak." - -#: access/transam/xlog.c:2342 -#: access/transam/xlog.c:2529 -#, fuzzy, c-format -msgid "could not fsync control file: %m" -msgstr "kon nie tydelike l�er maak nie" - -#: access/transam/xlog.c:2347 -#: access/transam/xlog.c:2534 -#, fuzzy, c-format -msgid "could not close control file: %m" -msgstr "kon nie tydelike l�er maak nie" - -#: access/transam/xlog.c:2363 -#: access/transam/xlog.c:2512 -#, fuzzy, c-format -msgid "could not open control file \"%s\": %m" -msgstr "Kon nie open skrif tipe l�er" - -#: access/transam/xlog.c:2369 -#, fuzzy, c-format -msgid "could not read from control file: %m" -msgstr "Kon nie lees van l�er. Gaan staak." - -#: access/transam/xlog.c:2381 -#: access/transam/xlog.c:2411 -#: access/transam/xlog.c:2418 -#: access/transam/xlog.c:2425 -#: access/transam/xlog.c:2432 -#: access/transam/xlog.c:2439 -#: access/transam/xlog.c:2446 -#: access/transam/xlog.c:2455 -#: access/transam/xlog.c:2462 -#: access/transam/xlog.c:2470 -#: utils/init/miscinit.c:859 -msgid "database files are incompatible with server" -msgstr "" - -#: access/transam/xlog.c:2382 -#, c-format -msgid "The database cluster was initialized with PG_CONTROL_VERSION %d, but the server was compiled with PG_CONTROL_VERSION %d." -msgstr "" - -#: access/transam/xlog.c:2385 -#: access/transam/xlog.c:2415 -msgid "It looks like you need to initdb." -msgstr "" - -#: access/transam/xlog.c:2395 -msgid "incorrect checksum in control file" -msgstr "" - -#: access/transam/xlog.c:2412 -#, c-format -msgid "The database cluster was initialized with CATALOG_VERSION_NO %d, but the server was compiled with CATALOG_VERSION_NO %d." -msgstr "" - -#: access/transam/xlog.c:2419 -#, c-format -msgid "The database cluster was initialized with BLCKSZ %d, but the server was compiled with BLCKSZ %d." -msgstr "" - -#: access/transam/xlog.c:2422 -#: access/transam/xlog.c:2429 -#: access/transam/xlog.c:2436 -#: access/transam/xlog.c:2443 -#: access/transam/xlog.c:2450 -#: access/transam/xlog.c:2458 -#: access/transam/xlog.c:2465 -#: access/transam/xlog.c:2474 -msgid "It looks like you need to recompile or initdb." -msgstr "" - -#: access/transam/xlog.c:2426 -#, c-format -msgid "The database cluster was initialized with RELSEG_SIZE %d, but the server was compiled with RELSEG_SIZE %d." -msgstr "" - -#: access/transam/xlog.c:2433 -#, c-format -msgid "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server was compiled with XLOG_SEG_SIZE %d." -msgstr "" - -#: access/transam/xlog.c:2440 -#, c-format -msgid "The database cluster was initialized with NAMEDATALEN %d, but the server was compiled with NAMEDATALEN %d." -msgstr "" - -#: access/transam/xlog.c:2447 -#, c-format -msgid "The database cluster was initialized with FUNC_MAX_ARGS %d, but the server was compiled with FUNC_MAX_ARGS %d." -msgstr "" - -#: access/transam/xlog.c:2456 -msgid "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the server was compiled with HAVE_INT64_TIMESTAMP." -msgstr "" - -#: access/transam/xlog.c:2463 -msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." -msgstr "" - -#: access/transam/xlog.c:2471 -#, c-format -msgid "The database cluster was initialized with LOCALE_NAME_BUFLEN %d, but the server was compiled with LOCALE_NAME_BUFLEN %d." -msgstr "" - -#: access/transam/xlog.c:2477 -#: access/transam/xlog.c:2484 -msgid "database files are incompatible with operating system" -msgstr "" - -#: access/transam/xlog.c:2478 -#, c-format -msgid "The database cluster was initialized with LC_COLLATE \"%s\", which is not recognized by setlocale()." -msgstr "" - -#: access/transam/xlog.c:2481 -#: access/transam/xlog.c:2488 -msgid "It looks like you need to initdb or install locale support." -msgstr "" - -#: access/transam/xlog.c:2485 -#, c-format -msgid "The database cluster was initialized with LC_CTYPE \"%s\", which is not recognized by setlocale()." -msgstr "" - -#: access/transam/xlog.c:2728 -#, c-format -msgid "could not write bootstrap transaction log file: %m" -msgstr "" - -#: access/transam/xlog.c:2734 -#, c-format -msgid "could not fsync bootstrap transaction log file: %m" -msgstr "" - -#: access/transam/xlog.c:2739 -#, c-format -msgid "could not close bootstrap transaction log file: %m" -msgstr "" - -#: access/transam/xlog.c:2809 -msgid "control file contains invalid data" -msgstr "" - -#: access/transam/xlog.c:2813 -#, c-format -msgid "database system was shut down at %s" -msgstr "" - -#: access/transam/xlog.c:2817 -#, c-format -msgid "database system shutdown was interrupted at %s" -msgstr "" - -#: access/transam/xlog.c:2821 -#, c-format -msgid "database system was interrupted while in recovery at %s" -msgstr "" - -#: access/transam/xlog.c:2823 -msgid "This probably means that some data is corrupted and you will have to use the last backup for recovery." -msgstr "" - -#: access/transam/xlog.c:2827 -#, c-format -msgid "database system was interrupted at %s" -msgstr "" - -#: access/transam/xlog.c:2845 -#, fuzzy, c-format -msgid "checkpoint record is at %X/%X" -msgstr "Voorwerp \"%1\" is ongedefinieerd na wat punt." - -#: access/transam/xlog.c:2855 -#, c-format -msgid "using previous checkpoint record at %X/%X" -msgstr "" - -#: access/transam/xlog.c:2861 -msgid "could not locate a valid checkpoint record" -msgstr "" - -#: access/transam/xlog.c:2868 -#, c-format -msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s" -msgstr "" - -#: access/transam/xlog.c:2873 -#, c-format -msgid "next transaction ID: %u; next OID: %u" -msgstr "" - -#: access/transam/xlog.c:2877 -#, fuzzy -msgid "invalid next transaction ID" -msgstr "Ongeldige bediener-id gebruik: %s" - -#: access/transam/xlog.c:2901 -msgid "invalid redo in checkpoint record" -msgstr "" - -#: access/transam/xlog.c:2910 -msgid "invalid redo/undo record in shutdown checkpoint" -msgstr "" - -#: access/transam/xlog.c:2922 -msgid "database system was not properly shut down; automatic recovery in progress" -msgstr "" - -#: access/transam/xlog.c:2950 -#, c-format -msgid "redo starts at %X/%X" -msgstr "herdoen begin om %X/%X" - -#: access/transam/xlog.c:2985 -#, c-format -msgid "redo done at %X/%X" -msgstr "herdoen is klaar om %X/%X" - -#: access/transam/xlog.c:2992 -msgid "redo is not required" -msgstr "herdoen is nie nodig nie" - -#: access/transam/xlog.c:3061 -#, c-format -msgid "undo starts at %X/%X" -msgstr "ontdoen begin om %X/%X" - -#: access/transam/xlog.c:3072 -#, c-format -msgid "undo done at %X/%X" -msgstr "ontdoen klaar om %X/%X" - -#: access/transam/xlog.c:3077 -msgid "undo is not required" -msgstr "ontdoen is nie nodig nie" - -#: access/transam/xlog.c:3167 -#, fuzzy -msgid "database system is ready" -msgstr "Die modem is nie gereed." - -#: access/transam/xlog.c:3200 -msgid "invalid primary checkpoint link in control file" -msgstr "" - -#: access/transam/xlog.c:3203 -msgid "invalid secondary checkpoint link in control file" -msgstr "" - -#: access/transam/xlog.c:3213 -msgid "invalid primary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3216 -msgid "invalid secondary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3223 -msgid "invalid resource manager ID in primary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3226 -msgid "invalid resource manager ID in secondary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3234 -msgid "invalid xl_info in primary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3237 -msgid "invalid xl_info in secondary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3244 -msgid "invalid length of primary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3247 -msgid "invalid length of secondary checkpoint record" -msgstr "" - -#: access/transam/xlog.c:3311 -msgid "shutting down" -msgstr "besig om af te sluit" - -#: access/transam/xlog.c:3324 -msgid "database system is shut down" -msgstr "" - -#: access/transam/xlog.c:3347 -msgid "checkpoint cannot be made inside transaction block" -msgstr "" - -#: access/transam/xlog.c:3535 -msgid "concurrent transaction log activity while database system is shutting down" -msgstr "" - -#: access/transam/xlog.c:3679 -#: access/transam/xlog.c:3685 -msgid "WAL file is from different system" -msgstr "" - -#: access/transam/xlog.c:3680 -#, c-format -msgid "WAL file SYSID is %s, pg_control SYSID is %s" -msgstr "" - -#: access/transam/xlog.c:3686 -msgid "Incorrect XLOG_SEG_SIZE in file header." -msgstr "" - -#: access/transam/xlog.c:3826 -#: access/transam/xlog.c:3858 -#, c-format -msgid "could not fsync log file %u, segment %u: %m" -msgstr "" - -#: access/transam/xlog.c:3866 -#, c-format -msgid "could not fdatasync log file %u, segment %u: %m" -msgstr "" - -#: bootstrap/bootstrap.c:202 -msgid "" -"Usage:\n" -" postgres -boot [OPTION]... DBNAME\n" -" -c NAME=VALUE set run-time parameter\n" -" -d 1-5 debug level\n" -" -D datadir data directory\n" -" -F turn off fsync\n" -" -o file send debug output to file\n" -" -x num internal use\n" -msgstr "" - -#: bootstrap/bootstrap.c:322 -#: postmaster/postmaster.c:599 -#: tcop/postgres.c:2386 -#, fuzzy, c-format -msgid "--%s requires a value" -msgstr "Opsie '%s' vereis 'n waarde." - -#: bootstrap/bootstrap.c:327 -#: postmaster/postmaster.c:604 -#: tcop/postgres.c:2391 -#, fuzzy, c-format -msgid "-c %s requires a value" -msgstr "Opsie '%s' vereis 'n waarde." - -#: bootstrap/bootstrap.c:356 -#: postmaster/postmaster.c:346 -#: tcop/postgres.c:2470 -#, c-format -msgid "" -"%s does not know where to find the database system data.\n" -"You must specify the directory that contains the database system\n" -"either by specifying the -D invocation option or by setting the\n" -"PGDATA environment variable.\n" -msgstr "" - -#: catalog/dependency.c:173 -#, c-format -msgid "cannot drop %s because other objects depend on it" -msgstr "" - -#: catalog/dependency.c:175 -msgid "Use DROP ... CASCADE to drop the dependent objects too." -msgstr "" - -#: catalog/dependency.c:233 -#, c-format -msgid "failed to drop all objects depending on %s" -msgstr "" - -#: catalog/dependency.c:333 -#: catalog/dependency.c:738 -#, c-format -msgid "cannot drop %s because it is required by the database system" -msgstr "" - -#: catalog/dependency.c:472 -#, c-format -msgid "cannot drop %s because %s requires it" -msgstr "" - -#: catalog/dependency.c:474 -#, fuzzy, c-format -msgid "You may drop %s instead." -msgstr "U moet hier eerder \\/\\1\\/ gebruik" - -#: catalog/dependency.c:542 -#: catalog/dependency.c:695 -#: catalog/dependency.c:723 -#, fuzzy, c-format -msgid "drop auto-cascades to %s" -msgstr "Auto-Add na Versameling" - -#: catalog/dependency.c:547 -#: catalog/dependency.c:700 -#, fuzzy, c-format -msgid "%s depends on %s" -msgstr "met herlaai" - -#: catalog/dependency.c:554 -#: catalog/dependency.c:707 -#, fuzzy, c-format -msgid "drop cascades to %s" -msgstr "Laat val To-Do" - -#: catalog/aclchk.c:161 -msgid "grant options can only be granted to individual users" -msgstr "" - -#: catalog/aclchk.c:166 -msgid "cannot revoke grant options from owner" -msgstr "" - -#: catalog/aclchk.c:237 -#, c-format -msgid "invalid privilege type %s for table" -msgstr "" - -#: catalog/aclchk.c:344 -#, c-format -msgid "invalid privilege type %s for database" -msgstr "" - -#: catalog/aclchk.c:379 -#: commands/comment.c:458 -#: commands/dbcommands.c:504 -#: commands/dbcommands.c:631 -#: commands/dbcommands.c:726 -#: utils/adt/acl.c:1312 -#: utils/init/postinit.c:263 -#: utils/init/postinit.c:275 -#, fuzzy, c-format -msgid "database \"%s\" does not exist" -msgstr "Fout. Prinsipale databasis bestaan nie.\n" - -#: catalog/aclchk.c:449 -#, fuzzy, c-format -msgid "invalid privilege type %s for function" -msgstr "E116: Ongeldige parameters vir funksie %s" - -#: catalog/aclchk.c:550 -#, c-format -msgid "invalid privilege type %s for language" -msgstr "" - -#: catalog/aclchk.c:580 -#: commands/comment.c:1000 -#: commands/functioncmds.c:450 -#: commands/proclang.c:202 -#: commands/proclang.c:257 -#: utils/adt/acl.c:1730 -#, fuzzy, c-format -msgid "language \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/aclchk.c:600 -#, fuzzy, c-format -msgid "language \"%s\" is not trusted" -msgstr "Taal %s word nie ondersteun nie." - -#: catalog/aclchk.c:659 -#, c-format -msgid "invalid privilege type %s for schema" -msgstr "" - -#: catalog/aclchk.c:689 -#: catalog/namespace.c:250 -#: catalog/namespace.c:1223 -#: catalog/namespace.c:1261 -#: catalog/namespace.c:1829 -#: commands/comment.c:508 -#: commands/schemacmds.c:181 -#: commands/schemacmds.c:247 -#: utils/adt/acl.c:1934 -#, fuzzy, c-format -msgid "schema \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/aclchk.c:794 -#: commands/user.c:1486 -#: commands/user.c:1723 -#: commands/user.c:1758 -#: libpq/pqcomm.c:475 -#, fuzzy, c-format -msgid "group \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/aclchk.c:866 -#, fuzzy, c-format -msgid "group with ID %u does not exist" -msgstr "Doxyl�er doen nie bestaan. Beginne met verstek waardes." - -#: catalog/aclchk.c:935 -#, c-format -msgid "permission denied for relation %s" -msgstr "toegang geweier vir verwantskap %s" - -#: catalog/aclchk.c:937 -#, c-format -msgid "permission denied for database %s" -msgstr "toegang geweier vir databasis %s" - -#: catalog/aclchk.c:939 -#, fuzzy, c-format -msgid "permission denied for function %s" -msgstr "E116: Ongeldige parameters vir funksie %s" - -#: catalog/aclchk.c:941 -#, c-format -msgid "permission denied for operator %s" -msgstr "toegang geweier vir operator %s" - -#: catalog/aclchk.c:943 -#, c-format -msgid "permission denied for type %s" -msgstr "toegang geweier vir tipe %s " - -#: catalog/aclchk.c:945 -#, c-format -msgid "permission denied for language %s" -msgstr "toegang geweier vir taal %s " - -#: catalog/aclchk.c:947 -#, c-format -msgid "permission denied for schema %s" -msgstr "toegang geweier vir skema %s " - -#: catalog/aclchk.c:949 -#, c-format -msgid "permission denied for operator class %s" -msgstr "" - -#: catalog/aclchk.c:951 -#, c-format -msgid "permission denied for conversion %s" -msgstr "toegang geweier vir omskakeling %s" - -#: catalog/aclchk.c:957 -#, fuzzy, c-format -msgid "must be owner of relation %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:959 -#, fuzzy, c-format -msgid "must be owner of database %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:961 -#, fuzzy, c-format -msgid "must be owner of function %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:963 -#, fuzzy, c-format -msgid "must be owner of operator %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:965 -#, fuzzy, c-format -msgid "must be owner of type %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:967 -#, fuzzy, c-format -msgid "must be owner of language %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:969 -#, fuzzy, c-format -msgid "must be owner of schema %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:971 -#, c-format -msgid "must be owner of operator class %s" -msgstr "" - -#: catalog/aclchk.c:973 -#, fuzzy, c-format -msgid "must be owner of conversion %s" -msgstr "Opsie %s moet 'n nommer wees" - -#: catalog/aclchk.c:1032 -#, c-format -msgid "user with ID %u does not exist" -msgstr "gebruiker met ID %u bestaan nie" - -#: catalog/aclchk.c:1049 -#: catalog/aclchk.c:1372 -#, c-format -msgid "relation with OID %u does not exist" -msgstr "verwantskap met OID %u bestaan nie" - -#: catalog/aclchk.c:1150 -#: catalog/aclchk.c:1552 -#, c-format -msgid "database with OID %u does not exist" -msgstr "databasis met OID %u bestaan nie" - -#: catalog/aclchk.c:1207 -#: catalog/aclchk.c:1456 -#: tcop/fastpath.c:231 -#, c-format -msgid "function with OID %u does not exist" -msgstr "funksie met OID %u bestaan nie" - -#: catalog/aclchk.c:1262 -#, c-format -msgid "language with OID %u does not exist" -msgstr "taal met OID %u bestaan nie" - -#: catalog/aclchk.c:1322 -#: catalog/aclchk.c:1484 -#, c-format -msgid "schema with OID %u does not exist" -msgstr "skema met OID %u bestaan nie" - -#: catalog/aclchk.c:1400 -#, c-format -msgid "type with OID %u does not exist" -msgstr "tipe met OID %u bestaan nie" - -#: catalog/aclchk.c:1428 -#, c-format -msgid "operator with OID %u does not exist" -msgstr "operator met OID %u bestaan nie" - -#: catalog/aclchk.c:1512 -#, c-format -msgid "operator class with OID %u does not exist" -msgstr "" - -#: catalog/aclchk.c:1581 -#, c-format -msgid "conversion with OID %u does not exist" -msgstr "omskakeling met OID %u bestaan nie" - -#: catalog/pg_aggregate.c:80 -msgid "cannot determine transition data type" -msgstr "" - -#: catalog/pg_aggregate.c:81 -msgid "An aggregate using \"anyarray\" or \"anyelement\" as transition type must have one of them as its base type." -msgstr "" - -#: catalog/pg_aggregate.c:110 -#, c-format -msgid "return type of transition function %s is not %s" -msgstr "" - -#: catalog/pg_aggregate.c:132 -msgid "must not omit initial value when transition function is strict and transition type is not compatible with input type" -msgstr "" - -#: catalog/pg_aggregate.c:165 -#: catalog/pg_proc.c:121 -#: catalog/pg_proc.c:587 -msgid "cannot determine result data type" -msgstr "" - -#: catalog/pg_aggregate.c:166 -msgid "An aggregate returning \"anyarray\" or \"anyelement\" must have one of them as its base type." -msgstr "" - -#: catalog/pg_aggregate.c:281 -#: commands/typecmds.c:916 -#: commands/typecmds.c:986 -#: commands/typecmds.c:1018 -#: commands/typecmds.c:1050 -#: commands/typecmds.c:1073 -#: parser/parse_func.c:319 -#: parser/parse_func.c:1492 -#, fuzzy, c-format -msgid "function %s does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/pg_aggregate.c:286 -#, c-format -msgid "function %s returns a set" -msgstr "funksie %s gee 'n stel terug" - -#: catalog/pg_aggregate.c:317 -#: catalog/pg_aggregate.c:326 -#, c-format -msgid "function %s requires run-time type coercion" -msgstr "" - -#: catalog/heap.c:226 -#, fuzzy, c-format -msgid "permission denied to create \"%s.%s\"" -msgstr "Kan nie skep rugsteun l�er (reg verbied)." - -#: catalog/heap.c:228 -msgid "System catalog modifications are currently disallowed." -msgstr "" - -#: catalog/heap.c:355 -#: commands/tablecmds.c:1761 -#, c-format -msgid "tables can have at most %d columns" -msgstr "" - -#: catalog/heap.c:372 -#, c-format -msgid "column name \"%s\" conflicts with a system column name" -msgstr "" - -#: catalog/heap.c:388 -#, fuzzy, c-format -msgid "column name \"%s\" is duplicated" -msgstr "Gebruiker naam is leeg!" - -#: catalog/heap.c:428 -#, fuzzy, c-format -msgid "column \"%s\" has type \"unknown\"" -msgstr "%s het 'n onbekende l�ertipe" - -#: catalog/heap.c:429 -msgid "Proceeding with relation creation anyway." -msgstr "" - -#: catalog/heap.c:436 -#, fuzzy, c-format -msgid "column \"%s\" has pseudo-type %s" -msgstr "Verklaring \"%1\" het verkeerde tipe." - -#: catalog/heap.c:446 -#, fuzzy, c-format -msgid "column \"%s\" has composite type %s" -msgstr "Verklaring \"%1\" het verkeerde tipe." - -#: catalog/heap.c:734 -#: catalog/index.c:524 -#: commands/tablecmds.c:1296 -#, fuzzy, c-format -msgid "relation \"%s\" already exists" -msgstr "Argief Alreeds Bestaan" - -#: catalog/heap.c:1565 -#: commands/tablecmds.c:2808 -#: commands/tablecmds.c:2850 -#, fuzzy, c-format -msgid "constraint \"%s\" for relation \"%s\" already exists" -msgstr "E226: afkorting bestaan already vir %s" - -#: catalog/heap.c:1581 -#, fuzzy, c-format -msgid "check constraint \"%s\" already exists" -msgstr "Daar bestaan reeds 'n voorskouvenster" - -#: catalog/heap.c:1643 -#, c-format -msgid "only table \"%s\" can be referenced in check constraint" -msgstr "" - -#: catalog/heap.c:1652 -#: commands/tablecmds.c:2937 -#: commands/typecmds.c:1864 -msgid "cannot use subquery in check constraint" -msgstr "" - -#: catalog/heap.c:1656 -#: commands/tablecmds.c:2941 -msgid "cannot use aggregate function in check constraint" -msgstr "" - -#: catalog/heap.c:1755 -msgid "cannot use column references in default expression" -msgstr "" - -#: catalog/heap.c:1763 -msgid "default expression must not return a set" -msgstr "" - -#: catalog/heap.c:1771 -msgid "cannot use subquery in default expression" -msgstr "" - -#: catalog/heap.c:1775 -msgid "cannot use aggregate function in default expression" -msgstr "" - -#: catalog/heap.c:1793 -#: rewrite/rewriteHandler.c:558 -#, c-format -msgid "column \"%s\" is of type %s but default expression is of type %s" -msgstr "" - -#: catalog/heap.c:1798 -#: parser/analyze.c:2809 -#: parser/parse_node.c:232 -#: parser/parse_target.c:426 -#: rewrite/rewriteHandler.c:563 -msgid "You will need to rewrite or cast the expression." -msgstr "" - -#: catalog/heap.c:2067 -msgid "cannot truncate a table referenced in a foreign key constraint" -msgstr "" - -#: catalog/heap.c:2068 -#, c-format -msgid "Table \"%s\" references \"%s\" via foreign key constraint \"%s\"." -msgstr "" - -#: catalog/index.c:506 -msgid "user-defined indexes on system catalog tables are not supported" -msgstr "" - -#: catalog/index.c:519 -msgid "shared indexes cannot be created after initdb" -msgstr "" - -#: catalog/index.c:1680 -#, c-format -msgid "shared index \"%s\" can only be reindexed in stand-alone mode" -msgstr "" - -#: catalog/namespace.c:168 -#: catalog/namespace.c:223 -#, c-format -msgid "cross-database references are not implemented: \"%s.%s.%s\"" -msgstr "" - -#: catalog/namespace.c:190 -#, fuzzy, c-format -msgid "relation \"%s.%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/namespace.c:195 -#: utils/adt/regproc.c:837 -#, fuzzy, c-format -msgid "relation \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/namespace.c:234 -msgid "temporary tables may not specify a schema name" -msgstr "" - -#: catalog/namespace.c:262 -#: catalog/namespace.c:1272 -msgid "no schema has been selected to create in" -msgstr "" - -#: catalog/namespace.c:1189 -#: parser/parse_expr.c:1118 -#: parser/parse_target.c:162 -#, c-format -msgid "cross-database references are not implemented: %s" -msgstr "" - -#: catalog/namespace.c:1195 -#: parser/parse_expr.c:1151 -#: parser/parse_target.c:171 -#: gram.y:2363 -#: gram.y:7165 -#, c-format -msgid "improper qualified name (too many dotted names): %s" -msgstr "" - -#: catalog/namespace.c:1307 -#, c-format -msgid "improper relation name (too many dotted names): %s" -msgstr "" - -#: catalog/namespace.c:1651 -#, c-format -msgid "permission denied to create temporary tables in database \"%s\"" -msgstr "" - -#: catalog/pg_largeobject.c:107 -#: commands/comment.c:1149 -#: storage/large_object/inv_api.c:129 -#: storage/large_object/inv_api.c:256 -#, c-format -msgid "large object %u does not exist" -msgstr "groot objek %u bestaan nie" - -#: catalog/pg_conversion.c:66 -#, fuzzy, c-format -msgid "conversion \"%s\" already exists" -msgstr "Argief Alreeds Bestaan" - -#: catalog/pg_conversion.c:79 -#, c-format -msgid "default conversion for %s to %s already exists" -msgstr "" - -#: catalog/pg_conversion.c:307 -#: commands/comment.c:957 -#: commands/conversioncmds.c:109 -#: commands/conversioncmds.c:133 -#, fuzzy, c-format -msgid "conversion \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: catalog/pg_namespace.c:51 -#: commands/schemacmds.c:256 -#, fuzzy, c-format -msgid "schema \"%s\" already exists" -msgstr "Argief Alreeds Bestaan" - -#: catalog/pg_operator.c:217 -#: catalog/pg_operator.c:406 -#, fuzzy, c-format -msgid "\"%s\" is not a valid operator name" -msgstr "Die argief l�er naam is nie geldige.\n" - -#: catalog/pg_operator.c:412 -msgid "at least one of leftarg or rightarg must be specified" -msgstr "" - -#: catalog/pg_operator.c:420 -msgid "only binary operators can have commutators" -msgstr "" - -#: catalog/pg_operator.c:424 -msgid "only binary operators can have join selectivity" -msgstr "" - -#: catalog/pg_operator.c:428 -msgid "only binary operators can hash" -msgstr "" - -#: catalog/pg_operator.c:432 -msgid "only binary operators can merge join" -msgstr "" - -#: catalog/pg_operator.c:444 -#, fuzzy, c-format -msgid "operator %s already exists" -msgstr "Argief Alreeds Bestaan" - -#: catalog/pg_operator.c:726 -msgid "operator cannot be its own negator or sort operator" -msgstr "" - -#: catalog/pg_proc.c:97 -#: commands/functioncmds.c:154 -#: parser/parse_func.c:1515 -#, c-format -msgid "functions cannot have more than %d arguments" -msgstr "" - -#: catalog/pg_proc.c:122 -#: catalog/pg_proc.c:588 -msgid "A function returning \"anyarray\" or \"anyelement\" must have at least one argument of either type." -msgstr "" - -#: catalog/pg_proc.c:180 -#, fuzzy, c-format -msgid "\"%s\" is already an attribute of type %s" -msgstr "Die naam '%1' is alreeds gebruik word" - -#: catalog/pg_proc.c:235 -#, c-format -msgid "function \"%s\" already exists with same argument types" -msgstr "" - -#: catalog/pg_proc.c:249 -msgid "cannot change return type of existing function" -msgstr "" - -#: catalog/pg_proc.c:250 -msgid "Use DROP FUNCTION first." -msgstr "" - -#: catalog/pg_proc.c:258 -#, fuzzy, c-format -msgid "function \"%s\" is an aggregate" -msgstr "Skep 'n nuwe versameling." - -#: catalog/pg_proc.c:263 -#, fuzzy, c-format -msgid "function \"%s\" is not an aggregate" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: catalog/pg_proc.c:419 -#: catalog/pg_proc.c:440 -#: catalog/pg_proc.c:450 -#: catalog/pg_proc.c:474 -#: catalog/pg_proc.c:482 -#: catalog/pg_proc.c:534 -#: catalog/pg_proc.c:546 -#: catalog/pg_proc.c:566 -#, c-format -msgid "return type mismatch in function declared to return %s" -msgstr "" - -#: catalog/pg_proc.c:421 -#: catalog/pg_proc.c:452 -msgid "Function's final statement must be a SELECT." -msgstr "" - -#: catalog/pg_proc.c:442 -msgid "Function's final statement must not be a SELECT." -msgstr "" - -#: catalog/pg_proc.c:476 -msgid "Final SELECT must return exactly one column." -msgstr "" - -#: catalog/pg_proc.c:484 -#, fuzzy, c-format -msgid "Actual return type is %s." -msgstr "Kies asb. die antwoordtipe" - -#: catalog/pg_proc.c:536 -msgid "Final SELECT returns too many columns." -msgstr "" - -#: catalog/pg_proc.c:548 -#, c-format -msgid "Final SELECT returns %s instead of %s at column %d." -msgstr "" - -#: catalog/pg_proc.c:568 -msgid "Final SELECT returns too few columns." -msgstr "" - -#: catalog/pg_proc.c:593 -#, c-format -msgid "return type %s is not supported for SQL functions" -msgstr "" - -#: catalog/pg_proc.c:635 -#, c-format -msgid "there is no built-in function named \"%s\"" -msgstr "" - -#: catalog/pg_proc.c:733 -#, c-format -msgid "SQL functions cannot return type %s" -msgstr "" - -#: catalog/pg_proc.c:749 -#, c-format -msgid "SQL functions cannot have arguments of type %s" -msgstr "" - -#: catalog/pg_type.c:198 -#: catalog/pg_type.c:204 -#, fuzzy, c-format -msgid "invalid type internal size %d" -msgstr "E49: Ongeldige rolgrootte" - -#: catalog/pg_type.c:211 -msgid "fixed-size types must have storage PLAIN" -msgstr "" - -#: catalog/pg_type.c:293 -#: catalog/pg_type.c:525 -#, fuzzy, c-format -msgid "type \"%s\" already exists" -msgstr "Argief Alreeds Bestaan" - -#: catalog/pg_type.c:517 -#: commands/functioncmds.c:110 -#: commands/typecmds.c:422 -#: commands/typecmds.c:806 -#: commands/typecmds.c:1162 -#: commands/typecmds.c:1283 -#: commands/typecmds.c:1399 -#: commands/typecmds.c:1487 -#: commands/typecmds.c:2071 -#: parser/parse_func.c:1527 -#: parser/parse_type.c:201 -#: parser/parse_type.c:227 -#: tcop/utility.c:96 -#: utils/adt/regproc.c:1003 -#, fuzzy, c-format -msgid "type \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/aggregatecmds.c:97 -#, fuzzy, c-format -msgid "aggregate attribute \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: commands/aggregatecmds.c:107 -#, fuzzy -msgid "aggregate basetype must be specified" -msgstr "Die waarde voor die opsie '%s' moet gespesifiseer word." - -#: commands/aggregatecmds.c:111 -#, fuzzy -msgid "aggregate stype must be specified" -msgstr "Die waarde voor die opsie '%s' moet gespesifiseer word." - -#: commands/aggregatecmds.c:115 -#, fuzzy -msgid "aggregate sfunc must be specified" -msgstr "Die waarde voor die opsie '%s' moet gespesifiseer word." - -#: commands/aggregatecmds.c:138 -#, c-format -msgid "aggregate transition data type cannot be %s" -msgstr "" - -#: commands/aggregatecmds.c:259 -#, fuzzy, c-format -msgid "function %s(*) already exists in schema \"%s\"" -msgstr "Hierdie Stad alreeds bestaan in die databasis." - -#: commands/aggregatecmds.c:265 -#: commands/functioncmds.c:698 -#, fuzzy, c-format -msgid "function %s already exists in schema \"%s\"" -msgstr "Hierdie Stad alreeds bestaan in die databasis." - -#: commands/analyze.c:139 -#, c-format -msgid "skipping \"%s\" --- only table or database owner can analyze it" -msgstr "" - -#: commands/analyze.c:155 -#, c-format -msgid "skipping \"%s\" --- cannot analyze indexes, views, or special system tables" -msgstr "" - -#: commands/analyze.c:185 -#, c-format -msgid "analyzing \"%s.%s\"" -msgstr "Besig om \"%s.%s\" te analiseer" - -#: commands/analyze.c:694 -#: commands/analyze.c:850 -#, c-format -msgid "\"%s\": %u pages, %d rows sampled, %.0f estimated total rows" -msgstr "" - -#: commands/cluster.c:150 -#, c-format -msgid "there is no previously clustered index for table \"%s\"" -msgstr "" - -#: commands/cluster.c:164 -#: commands/tablecmds.c:3928 -#, fuzzy, c-format -msgid "index \"%s\" for table \"%s\" does not exist" -msgstr "Gids %1 doen nie bestaan, kan nie kopie geraamte vir %2" - -#: commands/cluster.c:321 -#, fuzzy, c-format -msgid "\"%s\" is not an index for table \"%s\"" -msgstr "Kon nie open indeks vir woordeboek %1." - -#: commands/cluster.c:334 -msgid "cannot cluster on partial index" -msgstr "" - -#: commands/cluster.c:352 -msgid "cannot cluster when index access method does not handle null values" -msgstr "" - -#: commands/cluster.c:353 -#, c-format -msgid "You may be able to work around this by marking column \"%s\" NOT NULL." -msgstr "" - -#: commands/cluster.c:365 -msgid "cannot cluster on expressional index when index access method does not handle null values" -msgstr "" - -#: commands/cluster.c:379 -#, c-format -msgid "\"%s\" is a system catalog" -msgstr "\"%s\" is 'n stelselkatalogus" - -#: commands/cluster.c:389 -msgid "cannot cluster temporary tables of other sessions" -msgstr "" - -#: commands/conversioncmds.c:66 -#, fuzzy, c-format -msgid "source encoding \"%s\" does not exist" -msgstr "E429: L�er \"%s\" bestaan nie" - -#: commands/conversioncmds.c:73 -#, fuzzy, c-format -msgid "destination encoding \"%s\" does not exist" -msgstr "%s: die gespesifiseerde doelgids bestaan nie" - -#: commands/conversioncmds.c:151 -#, fuzzy, c-format -msgid "conversion \"%s\" already exists in schema \"%s\"" -msgstr "Hierdie Stad alreeds bestaan in die databasis." - -#: commands/comment.c:334 -#: commands/sequence.c:794 -#: tcop/utility.c:82 -#, c-format -msgid "\"%s\" is not a sequence" -msgstr "\"%s\" is nie 'n reeks nie" - -#: commands/comment.c:341 -#: commands/indexcmds.c:108 -#: commands/indexcmds.c:636 -#: commands/lockcmds.c:68 -#: commands/tablecmds.c:381 -#: commands/tablecmds.c:1597 -#: commands/tablecmds.c:1888 -#: commands/tablecmds.c:2032 -#: commands/tablecmds.c:2271 -#: commands/tablecmds.c:2438 -#: commands/tablecmds.c:2564 -#: commands/tablecmds.c:2745 -#: commands/tablecmds.c:3756 -#: commands/tablecmds.c:4022 -#: commands/trigger.c:144 -#: commands/trigger.c:549 -#: tcop/utility.c:77 -#, c-format -msgid "\"%s\" is not a table" -msgstr "\"%s\" is nie 'n tabel nie" - -#: commands/comment.c:348 -#: commands/view.c:113 -#: tcop/utility.c:87 -#, c-format -msgid "\"%s\" is not a view" -msgstr "\"%s\" is nie 'n aansig nie" - -#: commands/comment.c:404 -#: commands/tablecmds.c:1938 -#: commands/tablecmds.c:2082 -#: commands/tablecmds.c:2210 -#: commands/tablecmds.c:2380 -#: commands/tablecmds.c:2585 -#: parser/parse_func.c:1271 -#: parser/parse_relation.c:1583 -#: parser/parse_relation.c:1641 -#: parser/parse_relation.c:1820 -#: parser/parse_type.c:94 -#, fuzzy, c-format -msgid "column \"%s\" of relation \"%s\" does not exist" -msgstr "E429: L�er \"%s\" bestaan nie" - -#: commands/comment.c:435 -#, fuzzy -msgid "database name may not be qualified" -msgstr "Klas naam dalk mag nie wees leeg." - -#: commands/comment.c:467 -msgid "database comments may only be applied to the current database" -msgstr "" - -#: commands/comment.c:499 -#: commands/schemacmds.c:172 -#, fuzzy -msgid "schema name may not be qualified" -msgstr "Klas naam dalk mag nie wees leeg." - -#: commands/comment.c:581 -#, fuzzy, c-format -msgid "rule \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/comment.c:589 -#, fuzzy, c-format -msgid "there are multiple rules named \"%s\"" -msgstr "" -"Daar word veelvuldige funksies vir 'n sleutel.\n" -"Gaan voort?" - -#: commands/comment.c:590 -msgid "Specify a relation name as well as a rule name." -msgstr "" - -#: commands/comment.c:618 -#: rewrite/rewriteDefine.c:573 -#: rewrite/rewriteRemove.c:59 -#, fuzzy, c-format -msgid "rule \"%s\" for relation \"%s\" does not exist" -msgstr "Gids %1 doen nie bestaan, kan nie kopie geraamte vir %2" - -#: commands/comment.c:835 -#: commands/trigger.c:486 -#: commands/trigger.c:700 -#, fuzzy, c-format -msgid "trigger \"%s\" for table \"%s\" does not exist" -msgstr "Gids %1 doen nie bestaan, kan nie kopie geraamte vir %2" - -#: commands/comment.c:915 -#, c-format -msgid "table \"%s\" has multiple constraints named \"%s\"" -msgstr "" - -#: commands/comment.c:927 -#, fuzzy, c-format -msgid "constraint \"%s\" for table \"%s\" does not exist" -msgstr "Gids %1 doen nie bestaan, kan nie kopie geraamte vir %2" - -#: commands/comment.c:991 -#, fuzzy -msgid "language name may not be qualified" -msgstr "Klas naam dalk mag nie wees leeg." - -#: commands/comment.c:1006 -msgid "must be superuser to comment on procedural language" -msgstr "" - -#: commands/comment.c:1047 -#: commands/indexcmds.c:143 -#: commands/opclasscmds.c:108 -#: commands/opclasscmds.c:644 -#: commands/opclasscmds.c:796 -#, fuzzy, c-format -msgid "access method \"%s\" does not exist" -msgstr "E429: L�er \"%s\" bestaan nie" - -#: commands/comment.c:1076 -#: commands/comment.c:1086 -#: commands/indexcmds.c:468 -#: commands/indexcmds.c:478 -#: commands/opclasscmds.c:673 -#: commands/opclasscmds.c:683 -#: commands/opclasscmds.c:818 -#: commands/opclasscmds.c:829 -#, c-format -msgid "operator class \"%s\" does not exist for access method \"%s\"" -msgstr "" - -#: commands/comment.c:1190 -#: commands/functioncmds.c:823 -#: commands/functioncmds.c:1057 -#, c-format -msgid "source data type %s does not exist" -msgstr "" - -#: commands/comment.c:1197 -#: commands/functioncmds.c:830 -#: commands/functioncmds.c:1064 -#, c-format -msgid "target data type %s does not exist" -msgstr "" - -#: commands/comment.c:1207 -#: commands/functioncmds.c:1074 -#, c-format -msgid "cast from type %s to type %s does not exist" -msgstr "" - -#: commands/comment.c:1219 -#: commands/functioncmds.c:868 -#: commands/functioncmds.c:1083 -#, fuzzy, c-format -msgid "must be owner of type %s or type %s" -msgstr ", veld 1: ongeldige voorwerp tipe (moet wees 0,1,3,4,5,6,7 of 8)" - -#: commands/copy.c:701 -#: commands/copy.c:709 -#: commands/copy.c:717 -#: commands/copy.c:725 -#: commands/dbcommands.c:104 -#: commands/dbcommands.c:112 -#: commands/dbcommands.c:120 -#: commands/dbcommands.c:128 -#: commands/functioncmds.c:228 -#: commands/functioncmds.c:236 -#: commands/functioncmds.c:244 -#: commands/functioncmds.c:252 -#: commands/functioncmds.c:260 -#: commands/sequence.c:895 -#: commands/sequence.c:908 -#: commands/sequence.c:916 -#: commands/sequence.c:924 -#: commands/sequence.c:932 -#: commands/sequence.c:940 -#: commands/user.c:556 -#: commands/user.c:568 -#: commands/user.c:576 -#: commands/user.c:584 -#: commands/user.c:592 -#: commands/user.c:600 -#: commands/user.c:806 -#: commands/user.c:818 -#: commands/user.c:826 -#: commands/user.c:834 -#: commands/user.c:1307 -#: commands/user.c:1315 -#, fuzzy -msgid "conflicting or redundant options" -msgstr "veelvuldige -l of -t opsies is gespesifiseer" - -#: commands/dbcommands.c:154 -#, fuzzy, c-format -msgid "%d is not a valid encoding code" -msgstr "" -"Hierdie Url \n" -" %1 \n" -" is nie geldige." - -#: commands/dbcommands.c:163 -#, fuzzy, c-format -msgid "%s is not a valid encoding name" -msgstr "Die argief l�er naam is nie geldige.\n" - -#: commands/dbcommands.c:184 -#, fuzzy -msgid "permission denied to create database" -msgstr "Kan nie skep rugsteun l�er (reg verbied)." - -#: commands/dbcommands.c:193 -msgid "must be superuser to create database for another user" -msgstr "" - -#: commands/dbcommands.c:204 -msgid "cannot use an alternative location on this platform" -msgstr "" - -#: commands/dbcommands.c:218 -#: commands/dbcommands.c:407 -#: commands/dbcommands.c:664 -#, c-format -msgid "database \"%s\" already exists" -msgstr "databasis \"%s\" bestaan alreeds" - -#: commands/dbcommands.c:232 -#, fuzzy, c-format -msgid "template database \"%s\" does not exist" -msgstr "Fout. Prinsipale databasis bestaan nie.\n" - -#: commands/dbcommands.c:243 -#, c-format -msgid "permission denied to copy database \"%s\"" -msgstr "" - -#: commands/dbcommands.c:264 -#, c-format -msgid "source database \"%s\" is being accessed by other users" -msgstr "" - -#: commands/dbcommands.c:275 -#, fuzzy, c-format -msgid "invalid server encoding %d" -msgstr "Ongeldige bediener-id gebruik: %s" - -#: commands/dbcommands.c:305 -#: commands/dbcommands.c:309 -#: commands/dbcommands.c:313 -msgid "database path may not contain single quotes" -msgstr "" - -#: commands/dbcommands.c:338 -#, fuzzy, c-format -msgid "could not create database directory \"%s\": %m" -msgstr "Kon nie soek die gespesifiseer gids." - -#: commands/dbcommands.c:343 -#, fuzzy, c-format -msgid "could not remove temporary directory \"%s\": %m" -msgstr "Kon nie soek die gespesifiseer gids." - -#: commands/dbcommands.c:354 -#, fuzzy, c-format -msgid "could not link file \"%s\" to \"%s\": %m" -msgstr "Kon nie skryf na l�er %1" - -#: commands/dbcommands.c:372 -#: commands/dbcommands.c:387 -#, fuzzy -msgid "could not initialize database directory" -msgstr "Kon nie soek die gespesifiseer gids." - -#: commands/dbcommands.c:373 -#: commands/dbcommands.c:378 -#: commands/dbcommands.c:978 -#, fuzzy, c-format -msgid "Failing system command was: %s" -msgstr "'n onwettige opdrag was raakgeloop." - -#: commands/dbcommands.c:374 -#: commands/dbcommands.c:379 -#: commands/dbcommands.c:979 -msgid "Look in the postmaster's stderr log for more information." -msgstr "" - -#: commands/dbcommands.c:377 -#: commands/dbcommands.c:390 -msgid "could not initialize database directory; delete failed as well" -msgstr "" - -#: commands/dbcommands.c:485 -msgid "cannot drop the currently open database" -msgstr "" - -#: commands/dbcommands.c:518 -#, fuzzy -msgid "cannot drop a template database" -msgstr "Kan nie databasisgids skep nie!" - -#: commands/dbcommands.c:529 -#: commands/dbcommands.c:651 -#, c-format -msgid "database \"%s\" is being accessed by other users" -msgstr "" - -#: commands/dbcommands.c:642 -msgid "current database may not be renamed" -msgstr "" - -#: commands/dbcommands.c:676 -msgid "permission denied to rename database" -msgstr "" - -#: commands/dbcommands.c:901 -msgid "relative paths are not allowed as database locations" -msgstr "" - -#: commands/dbcommands.c:905 -msgid "absolute paths are not allowed as database locations" -msgstr "" - -#: commands/dbcommands.c:917 -#, fuzzy, c-format -msgid "postmaster environment variable \"%s\" not found" -msgstr "Fout: Vertoon omgewing veranderlike nie stel.\n" - -#: commands/dbcommands.c:922 -#, c-format -msgid "postmaster environment variable \"%s\" must be absolute path" -msgstr "" - -#: commands/dbcommands.c:931 -#, fuzzy -msgid "alternative path is too long" -msgstr "E340: R�el word te lank" - -#: commands/dbcommands.c:962 -#: postmaster/postmaster.c:3443 -#, fuzzy, c-format -msgid "could not remove file \"%s\": %m" -msgstr "Kon nie skep l�er" - -#: commands/dbcommands.c:976 -#, fuzzy, c-format -msgid "could not remove database directory \"%s\"" -msgstr "Kon nie soek die gespesifiseer gids." - -#: commands/copy.c:194 -#: commands/copy.c:206 -#: commands/copy.c:239 -#: commands/copy.c:249 -msgid "COPY BINARY is not supported to stdout or from stdin" -msgstr "" - -#: commands/copy.c:302 -#, fuzzy, c-format -msgid "could not write to COPY file: %m" -msgstr "Kon nie skryf na l�er. Gaan staak." - -#: commands/copy.c:310 -msgid "connection lost during COPY to stdout" -msgstr "" - -#: commands/copy.c:393 -#: commands/copy.c:411 -#: commands/copy.c:415 -#: commands/copy.c:475 -#: commands/copy.c:524 -#: tcop/fastpath.c:292 -#: tcop/postgres.c:284 -#: tcop/postgres.c:307 -msgid "unexpected EOF on client connection" -msgstr "" - -#: commands/copy.c:427 -#, fuzzy, c-format -msgid "COPY from stdin failed: %s" -msgstr "Herstel van l�er %s het gefaal: %s" - -#: commands/copy.c:442 -#, c-format -msgid "unexpected message type 0x%02X during COPY from stdin" -msgstr "" - -#: commands/copy.c:736 -msgid "cannot specify DELIMITER in BINARY mode" -msgstr "" - -#: commands/copy.c:741 -msgid "cannot specify NULL in BINARY mode" -msgstr "" - -#: commands/copy.c:759 -#: executor/execMain.c:483 -#: tcop/utility.c:261 -#, fuzzy -msgid "transaction is read-only" -msgstr "Kabinet is lees-alleen." - -#: commands/copy.c:770 -msgid "must be superuser to COPY to or from a file" -msgstr "" - -#: commands/copy.c:771 -msgid "Anyone can COPY to stdout or from stdin. psql's \\copy command also works for anyone." -msgstr "" - -#: commands/copy.c:780 -msgid "COPY delimiter must be a single character" -msgstr "" - -#: commands/copy.c:788 -#, fuzzy, c-format -msgid "table \"%s\" does not have OIDs" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/copy.c:818 -#, fuzzy, c-format -msgid "cannot copy to view \"%s\"" -msgstr "Beweeg na Bodem van Besigtig" - -#: commands/copy.c:823 -#, fuzzy, c-format -msgid "cannot copy to sequence \"%s\"" -msgstr "Kopie e-pos na eie" - -#: commands/copy.c:828 -#, c-format -msgid "cannot copy to non-table relation \"%s\"" -msgstr "" - -#: commands/copy.c:847 -#, fuzzy, c-format -msgid "could not open file \"%s\" for reading: %m" -msgstr "Kon nie open l�er vir lees: %1" - -#: commands/copy.c:856 -#: commands/copy.c:918 -#, fuzzy, c-format -msgid "\"%s\" is a directory" -msgstr "is 'n gids" - -#: commands/copy.c:868 -#, fuzzy, c-format -msgid "cannot copy from view \"%s\"" -msgstr "Kopie gekose l�ers van" - -#: commands/copy.c:873 -#, fuzzy, c-format -msgid "cannot copy from sequence \"%s\"" -msgstr "Kopie gekose l�ers van" - -#: commands/copy.c:878 -#, c-format -msgid "cannot copy from non-table relation \"%s\"" -msgstr "" - -#: commands/copy.c:900 -msgid "relative path not allowed for COPY to file" -msgstr "" - -#: commands/copy.c:909 -#, fuzzy, c-format -msgid "could not open file \"%s\" for writing: %m" -msgstr "Kon nie open l�er vir om te skryf." - -#: commands/copy.c:1156 -#, c-format -msgid "COPY %s, line %d, column %s" -msgstr "COPY %s, re�l %d, kolom %s" - -#: commands/copy.c:1159 -#, c-format -msgid "COPY %s, line %d" -msgstr "COPY %s, re�l %d" - -#: commands/copy.c:1167 -#, c-format -msgid "COPY %s, line %d, column %s: \"%s\"" -msgstr "COPY %s, re�l %d, kolom %s: \"%s\"" - -#: commands/copy.c:1194 -#, c-format -msgid "COPY %s, line %d: \"%s\"" -msgstr "COPY %s, re�l %d: \"%s\"" - -#: commands/copy.c:1397 -#, fuzzy -msgid "COPY file signature not recognized" -msgstr "PNM: l�erformaat onbekend" - -#: commands/copy.c:1403 -msgid "invalid COPY file header (missing flags)" -msgstr "" - -#: commands/copy.c:1409 -msgid "unrecognized critical flags in COPY file header" -msgstr "" - -#: commands/copy.c:1415 -msgid "invalid COPY file header (missing length)" -msgstr "" - -#: commands/copy.c:1423 -msgid "invalid COPY file header (wrong length)" -msgstr "" - -#: commands/copy.c:1500 -msgid "null OID in COPY data" -msgstr "" - -#: commands/copy.c:1509 -#: commands/copy.c:1592 -#, fuzzy -msgid "invalid OID in COPY data" -msgstr "Ongeldige bispatroon data in klipbord!\n" - -#: commands/copy.c:1529 -#, fuzzy, c-format -msgid "missing data for column \"%s\"" -msgstr "\"vereis\" kort vir opdrag \"%1\"" - -#: commands/copy.c:1561 -msgid "extra data after last expected column" -msgstr "" - -#: commands/copy.c:1578 -#, c-format -msgid "row field count is %d, expected %d" -msgstr "" - -#: commands/copy.c:1794 -#: commands/copy.c:1812 -msgid "literal carriage return found in data" -msgstr "" - -#: commands/copy.c:1795 -#: commands/copy.c:1813 -msgid "Use \"\\r\" to represent carriage return." -msgstr "" - -#: commands/copy.c:1830 -#, fuzzy -msgid "literal newline found in data" -msgstr "Nee Geldige Data Gevind in L�er" - -#: commands/copy.c:1831 -#, fuzzy -msgid "" -"Use \"\\n" -"\" to represent newline." -msgstr "Vind & vervang string (gebruik '\\\\' om 'n '\\' te vind" - -#: commands/copy.c:1851 -#: commands/copy.c:1867 -msgid "end-of-copy marker does not match previous newline style" -msgstr "" - -#: commands/copy.c:1855 -#: commands/copy.c:1861 -msgid "end-of-copy marker corrupt" -msgstr "" - -#: commands/copy.c:2078 -#: commands/copy.c:2100 -msgid "unexpected EOF in COPY data" -msgstr "" - -#: commands/copy.c:2087 -msgid "invalid field size" -msgstr "ongeldige veldgrootte" - -#: commands/copy.c:2114 -#, fuzzy -msgid "incorrect binary data format" -msgstr "fout in dataformaat." - -#: commands/copy.c:2233 -#: parser/parse_target.c:501 -#, fuzzy, c-format -msgid "column \"%s\" specified more than once" -msgstr "inskrywing '%s' kom meer as ��n keer voor in groep '%s'" - -#: commands/functioncmds.c:84 -#, c-format -msgid "SQL function cannot return shell type %s" -msgstr "" - -#: commands/functioncmds.c:89 -#, fuzzy, c-format -msgid "return type %s is only a shell" -msgstr "<p><b>Vraag</b></p><hr><p>Slegs die Vraag en tipe is benodig.</p>" - -#: commands/functioncmds.c:115 -#, fuzzy, c-format -msgid "type \"%s\" is not yet defined" -msgstr "Die Aps drywer is nie gedefinie�r." - -#: commands/functioncmds.c:116 -msgid "Creating a shell type definition." -msgstr "" - -#: commands/functioncmds.c:166 -#, c-format -msgid "SQL function cannot accept shell type %s" -msgstr "" - -#: commands/functioncmds.c:171 -#, fuzzy, c-format -msgid "argument type %s is only a shell" -msgstr "<p><b>Vraag</b></p><hr><p>Slegs die Vraag en tipe is benodig.</p>" - -#: commands/functioncmds.c:179 -#: parser/parse_oper.c:113 -#: parser/parse_oper.c:124 -#, fuzzy, c-format -msgid "type %s does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/functioncmds.c:186 -msgid "functions cannot accept set arguments" -msgstr "" - -#: commands/functioncmds.c:273 -#, fuzzy -msgid "no function body specified" -msgstr "E175: Geen eienskappe gespesifiseer nie" - -#: commands/functioncmds.c:280 -#, fuzzy -msgid "no language specified" -msgstr "Nee Naam Gespesifiseer" - -#: commands/functioncmds.c:341 -#, c-format -msgid "unrecognized function attribute \"%s\" ignored" -msgstr "" - -#: commands/functioncmds.c:385 -#, c-format -msgid "only one AS item needed for language \"%s\"" -msgstr "" - -#: commands/functioncmds.c:457 -msgid "You need to use \"createlang\" to load the language into the database." -msgstr "" - -#: commands/functioncmds.c:577 -#: commands/functioncmds.c:683 -#, fuzzy, c-format -msgid "\"%s\" is an aggregate function" -msgstr "E117: Onbekende funksie: %s" - -#: commands/functioncmds.c:579 -msgid "Use DROP AGGREGATE to drop aggregate functions." -msgstr "" - -#: commands/functioncmds.c:586 -#, fuzzy, c-format -msgid "removing built-in function \"%s\"" -msgstr "inlyn Openpgp (ingeboude)" - -#: commands/functioncmds.c:685 -msgid "Use ALTER AGGREGATE to rename aggregate functions." -msgstr "" - -#: commands/functioncmds.c:836 -msgid "source data type and target data type are the same" -msgstr "" - -#: commands/functioncmds.c:842 -#, c-format -msgid "source data type %s is only a shell" -msgstr "" - -#: commands/functioncmds.c:848 -#, c-format -msgid "target data type %s is only a shell" -msgstr "" - -#: commands/functioncmds.c:854 -#, fuzzy, c-format -msgid "source data type %s is a pseudo-type" -msgstr "Die willekeurige data bron word vermis\n" - -#: commands/functioncmds.c:860 -#, c-format -msgid "target data type %s is a pseudo-type" -msgstr "" - -#: commands/functioncmds.c:890 -msgid "cast function must take one argument" -msgstr "" - -#: commands/functioncmds.c:894 -msgid "argument of cast function must match source data type" -msgstr "" - -#: commands/functioncmds.c:898 -msgid "return data type of cast function must match target data type" -msgstr "" - -#: commands/functioncmds.c:909 -msgid "cast function must not be volatile" -msgstr "" - -#: commands/functioncmds.c:914 -msgid "cast function must not be an aggregate function" -msgstr "" - -#: commands/functioncmds.c:918 -msgid "cast function must not return a set" -msgstr "" - -#: commands/functioncmds.c:941 -msgid "must be superuser to create a cast WITHOUT FUNCTION" -msgstr "" - -#: commands/functioncmds.c:956 -msgid "source and target data types are not physically compatible" -msgstr "" - -#: commands/functioncmds.c:991 -#, c-format -msgid "cast from type %s to type %s already exists" -msgstr "" - -#: commands/define.c:66 -#: commands/define.c:164 -#: commands/define.c:196 -#: commands/define.c:230 -#, fuzzy, c-format -msgid "%s requires a parameter" -msgstr "Ongeldige %1 parameter" - -#: commands/define.c:105 -#: commands/define.c:116 -#: commands/define.c:131 -#: commands/define.c:149 -#, fuzzy, c-format -msgid "%s requires a numeric value" -msgstr "%s: 'n numeriese waarde is verwag" - -#: commands/define.c:178 -#, fuzzy, c-format -msgid "argument of %s must be a name" -msgstr "Parameter moet positief wees" - -#: commands/define.c:214 -#, fuzzy, c-format -msgid "argument of %s must be a type name" -msgstr "%s: vaiant naam moet letters en nommers wees." - -#: commands/define.c:239 -#, fuzzy, c-format -msgid "%s requires an integer value" -msgstr "Opsie '%s' vereis 'n waarde." - -#: commands/define.c:260 -#, fuzzy, c-format -msgid "invalid argument for %s: \"%s\"" -msgstr "Ongeldige parameter vir" - -#: commands/opclasscmds.c:129 -msgid "must be superuser to create an operator class" -msgstr "" - -#: commands/opclasscmds.c:166 -#, c-format -msgid "invalid operator number %d, must be between 1 and %d" -msgstr "" - -#: commands/opclasscmds.c:204 -#, c-format -msgid "invalid procedure number %d, must be between 1 and %d" -msgstr "" - -#: commands/opclasscmds.c:226 -msgid "storage type specified more than once" -msgstr "" - -#: commands/opclasscmds.c:253 -#, c-format -msgid "storage type may not be different from data type for access method \"%s\"" -msgstr "" - -#: commands/opclasscmds.c:271 -#, c-format -msgid "operator class \"%s\" for access method \"%s\" already exists" -msgstr "" - -#: commands/opclasscmds.c:300 -#, c-format -msgid "could not make operator class \"%s\" be default for type %s" -msgstr "" - -#: commands/opclasscmds.c:303 -#, c-format -msgid "Operator class \"%s\" already is the default." -msgstr "" - -#: commands/opclasscmds.c:429 -msgid "btree operators must be binary" -msgstr "" - -#: commands/opclasscmds.c:433 -msgid "btree operators must return boolean" -msgstr "" - -#: commands/opclasscmds.c:437 -msgid "btree operators must have index type as left input" -msgstr "" - -#: commands/opclasscmds.c:481 -msgid "btree procedures must have two arguments" -msgstr "" - -#: commands/opclasscmds.c:485 -msgid "btree procedures must return integer" -msgstr "" - -#: commands/opclasscmds.c:489 -msgid "btree procedures must have index type as first input" -msgstr "" - -#: commands/opclasscmds.c:521 -#, fuzzy, c-format -msgid "procedure number %d appears more than once" -msgstr "inskrywing '%s' kom meer as ��n keer voor in groep '%s'" - -#: commands/opclasscmds.c:526 -#, fuzzy, c-format -msgid "operator number %d appears more than once" -msgstr "inskrywing '%s' kom meer as ��n keer voor in groep '%s'" - -#: commands/opclasscmds.c:850 -#, c-format -msgid "operator class \"%s\" for access method \"%s\" already exists in schema \"%s\"" -msgstr "" - -#: commands/indexcmds.c:91 -#, fuzzy -msgid "must specify at least one column" -msgstr "Jy moet spesifiseer na minste een volmag adres." - -#: commands/indexcmds.c:95 -#, c-format -msgid "cannot use more than %d columns in an index" -msgstr "" - -#: commands/indexcmds.c:151 -#, c-format -msgid "access method \"%s\" does not support unique indexes" -msgstr "" - -#: commands/indexcmds.c:156 -#, c-format -msgid "access method \"%s\" does not support multicolumn indexes" -msgstr "" - -#: commands/indexcmds.c:170 -msgid "index expressions and predicates may refer only to the table being indexed" -msgstr "" - -#: commands/indexcmds.c:195 -msgid "primary keys cannot be expressions" -msgstr "" - -#: commands/indexcmds.c:225 -#: parser/analyze.c:1458 -#, c-format -msgid "column \"%s\" named in key does not exist" -msgstr "" - -#: commands/indexcmds.c:284 -msgid "cannot use subquery in index predicate" -msgstr "" - -#: commands/indexcmds.c:288 -msgid "cannot use aggregate in index predicate" -msgstr "" - -#: commands/indexcmds.c:297 -msgid "functions in index predicate must be marked IMMUTABLE" -msgstr "" - -#: commands/indexcmds.c:330 -#: commands/tablecmds.c:1123 -#: parser/parse_expr.c:1034 -#, fuzzy, c-format -msgid "column \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/indexcmds.c:362 -msgid "cannot use subquery in index expression" -msgstr "" - -#: commands/indexcmds.c:366 -msgid "cannot use aggregate function in index expression" -msgstr "" - -#: commands/indexcmds.c:377 -msgid "functions in index expression must be marked IMMUTABLE" -msgstr "" - -#: commands/indexcmds.c:436 -#, c-format -msgid "data type %s has no default operator class for access method \"%s\"" -msgstr "" - -#: commands/indexcmds.c:438 -msgid "You must specify an operator class for the index or define a default operator class for the data type." -msgstr "" - -#: commands/indexcmds.c:491 -#, c-format -msgid "operator class \"%s\" does not accept data type %s" -msgstr "" - -#: commands/indexcmds.c:548 -#: utils/cache/typcache.c:292 -#, c-format -msgid "there are multiple default operator classes for data type %s" -msgstr "" - -#: commands/indexcmds.c:648 -#, c-format -msgid "shared table \"%s\" can only be reindexed in stand-alone mode" -msgstr "" - -#: commands/indexcmds.c:655 -#, fuzzy, c-format -msgid "table \"%s\" has no indexes" -msgstr "Die gebeurtenis het nee bywoners." - -#: commands/indexcmds.c:682 -msgid "can only reindex the currently open database" -msgstr "" - -#: commands/indexcmds.c:765 -#, fuzzy, c-format -msgid "table \"%s\" was reindexed" -msgstr "Die korrek antwoord was:" - -#: commands/operatorcmds.c:106 -#: commands/operatorcmds.c:114 -msgid "setof type not allowed for operator argument" -msgstr "" - -#: commands/operatorcmds.c:141 -#, fuzzy, c-format -msgid "operator attribute \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: commands/operatorcmds.c:151 -#, fuzzy -msgid "operator procedure must be specified" -msgstr "Die waarde voor die opsie '%s' moet gespesifiseer word." - -#: commands/portalcmds.c:54 -#: commands/portalcmds.c:164 -#: commands/portalcmds.c:209 -msgid "invalid cursor name: must not be empty" -msgstr "" - -#: commands/portalcmds.c:80 -msgid "DECLARE CURSOR may not specify INTO" -msgstr "" - -#: commands/portalcmds.c:84 -msgid "DECLARE CURSOR ... FOR UPDATE is not supported" -msgstr "" - -#: commands/portalcmds.c:85 -msgid "Cursors must be READ ONLY." -msgstr "" - -#: commands/portalcmds.c:172 -#: commands/portalcmds.c:219 -#, fuzzy, c-format -msgid "cursor \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/portalcmds.c:308 -#: tcop/pquery.c:430 -#: tcop/pquery.c:945 -#, fuzzy, c-format -msgid "portal \"%s\" already active" -msgstr "Aktiewe Heg Punte:\n" - -#: commands/portalcmds.c:364 -msgid "could not reposition held cursor" -msgstr "" - -#: commands/prepare.c:61 -msgid "invalid statement name: must not be empty" -msgstr "" - -#: commands/prepare.c:80 -msgid "utility statements cannot be prepared" -msgstr "" - -#: commands/prepare.c:168 -#: commands/prepare.c:173 -#: commands/prepare.c:536 -msgid "prepared statement is not a SELECT" -msgstr "" - -#: commands/prepare.c:308 -#, fuzzy, c-format -msgid "prepared statement \"%s\" already exists" -msgstr "Daar bestaan reeds 'n voorskouvenster" - -#: commands/prepare.c:388 -#, fuzzy, c-format -msgid "prepared statement \"%s\" does not exist" -msgstr "E429: L�er \"%s\" bestaan nie" - -#: commands/sequence.c:415 -#: commands/sequence.c:607 -#: commands/sequence.c:650 -#, fuzzy, c-format -msgid "permission denied for sequence %s" -msgstr "" -"Kan nie stoor die skema.\n" -"Miskien reg verbied\n" - -#: commands/sequence.c:492 -#, c-format -msgid "nextval: reached maximum value of sequence \"%s\" (%s)" -msgstr "" - -#: commands/sequence.c:515 -#, c-format -msgid "nextval: reached minimum value of sequence \"%s\" (%s)" -msgstr "" - -#: commands/sequence.c:613 -#, c-format -msgid "currval of sequence \"%s\" is not yet defined in this session" -msgstr "" - -#: commands/sequence.c:667 -#, c-format -msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" -msgstr "" - -#: commands/sequence.c:814 -#: executor/execGrouping.c:328 -#: executor/execGrouping.c:388 -#: executor/nodeIndexscan.c:1027 -#: executor/spi.c:85 -#: executor/spi.c:167 -#: lib/dllist.c:43 -#: lib/dllist.c:88 -#: libpq/auth.c:633 -#: postmaster/pgstat.c:987 -#: postmaster/pgstat.c:1004 -#: postmaster/pgstat.c:2447 -#: postmaster/pgstat.c:2510 -#: postmaster/pgstat.c:2555 -#: postmaster/pgstat.c:2606 -#: postmaster/postmaster.c:862 -#: postmaster/postmaster.c:1634 -#: postmaster/postmaster.c:2259 -#: postmaster/postmaster.c:3208 -#: storage/buffer/localbuf.c:120 -#: storage/file/fd.c:577 -#: storage/file/fd.c:610 -#: storage/file/fd.c:755 -#: storage/ipc/sinval.c:348 -#: storage/smgr/smgr.c:201 -#: utils/adt/cash.c:297 -#: utils/adt/cash.c:312 -#: utils/adt/regexp.c:191 -#: utils/adt/ri_triggers.c:3461 -#: utils/cache/relcache.c:162 -#: utils/cache/relcache.c:176 -#: utils/cache/relcache.c:1120 -#: utils/cache/typcache.c:121 -#: utils/fmgr/dfmgr.c:126 -#: utils/fmgr/fmgr.c:518 -#: utils/fmgr/fmgr.c:529 -#: utils/init/miscinit.c:177 -#: utils/init/miscinit.c:198 -#: utils/init/miscinit.c:208 -#: utils/misc/guc.c:1847 -#: utils/misc/guc.c:2064 -#: utils/misc/guc.c:3039 -#: utils/misc/guc.c:3086 -#: utils/misc/guc.c:3987 -#: utils/misc/guc.c:4134 -#: utils/misc/guc.c:4199 -#: utils/misc/guc.c:4207 -#: utils/misc/guc.c:4216 -#: utils/mmgr/aset.c:335 -#: utils/mmgr/aset.c:501 -#: utils/mmgr/aset.c:698 -#: utils/mmgr/aset.c:891 -#: utils/mmgr/portalmem.c:75 -#: guc-file.l:152 -#: guc-file.l:278 -#: guc-file.l:315 -#, fuzzy -msgid "out of memory" -msgstr "te min geheue" - -#: commands/sequence.c:955 -msgid "INCREMENT must not be zero" -msgstr "" - -#: commands/sequence.c:1005 -#, fuzzy, c-format -msgid "MINVALUE (%s) must be less than MAXVALUE (%s)" -msgstr "Nuwe lengte mag nie minder wees as ou lengte nie." - -#: commands/sequence.c:1030 -#, c-format -msgid "START value (%s) can't be less than MINVALUE (%s)" -msgstr "" - -#: commands/sequence.c:1042 -#, c-format -msgid "START value (%s) can't be greater than MAXVALUE (%s)" -msgstr "" - -#: commands/sequence.c:1057 -#, fuzzy, c-format -msgid "CACHE (%s) must be greater than zero" -msgstr "Die east-west eksponent moet wees grootter as 0.001" - -#: commands/proclang.c:64 -msgid "must be superuser to create procedural language" -msgstr "" - -#: commands/proclang.c:77 -#: commands/proclang.c:265 -#, fuzzy, c-format -msgid "language \"%s\" already exists" -msgstr "Argief Alreeds Bestaan" - -#: commands/proclang.c:97 -#, c-format -msgid "changing return type of function %s from \"opaque\" to \"language_handler\"" -msgstr "" - -#: commands/proclang.c:104 -#, c-format -msgid "function %s must return type \"language_handler\"" -msgstr "" - -#: commands/proclang.c:188 -msgid "must be superuser to drop procedural language" -msgstr "" - -#: commands/proclang.c:271 -msgid "must be superuser to rename procedural language" -msgstr "" - -#: commands/schemacmds.c:84 -#: commands/user.c:863 -#: commands/user.c:998 -#, fuzzy -msgid "permission denied" -msgstr "[Toestemming Geweier]" - -#: commands/schemacmds.c:85 -#, c-format -msgid "\"%s\" is not a superuser, so cannot create a schema for \"%s\"" -msgstr "" - -#: commands/schemacmds.c:100 -#: commands/schemacmds.c:272 -#, fuzzy, c-format -msgid "unacceptable schema name \"%s\"" -msgstr "Teruglus l�ernaam:" - -#: commands/schemacmds.c:101 -#: commands/schemacmds.c:273 -msgid "The prefix \"pg_\" is reserved for system schemas." -msgstr "" - -#: commands/tablecmds.c:152 -msgid "ON COMMIT can only be used on temporary tables" -msgstr "" - -#: commands/tablecmds.c:215 -#, fuzzy, c-format -msgid "duplicate check constraint name \"%s\"" -msgstr "Voeg 'n beperking by vir bevestiging." - -#: commands/tablecmds.c:392 -#: commands/tablecmds.c:1068 -#: commands/tablecmds.c:1275 -#: commands/tablecmds.c:1613 -#: commands/tablecmds.c:1899 -#: commands/tablecmds.c:2043 -#: commands/tablecmds.c:2171 -#: commands/tablecmds.c:2286 -#: commands/tablecmds.c:2449 -#: commands/tablecmds.c:2575 -#: commands/tablecmds.c:2756 -#: commands/tablecmds.c:3055 -#: commands/tablecmds.c:3767 -#: commands/trigger.c:150 -#: commands/trigger.c:555 -#: tcop/utility.c:163 -#: tcop/utility.c:198 -#, c-format -msgid "permission denied: \"%s\" is a system catalog" -msgstr "" - -#: commands/tablecmds.c:402 -msgid "cannot truncate temporary tables of other sessions" -msgstr "" - -#: commands/tablecmds.c:514 -#, fuzzy, c-format -msgid "column \"%s\" duplicated" -msgstr "ry %d kolom %d" - -#: commands/tablecmds.c:539 -#: parser/analyze.c:1204 -#: parser/analyze.c:1409 -#, c-format -msgid "inherited relation \"%s\" is not a table" -msgstr "" - -#: commands/tablecmds.c:545 -#, c-format -msgid "cannot inherit from temporary relation \"%s\"" -msgstr "" - -#: commands/tablecmds.c:562 -#, fuzzy, c-format -msgid "inherited relation \"%s\" duplicated" -msgstr "Voeg 'n komposisieverwantskap in" - -#: commands/tablecmds.c:615 -#, c-format -msgid "merging multiple inherited definitions of column \"%s\"" -msgstr "" - -#: commands/tablecmds.c:622 -#, c-format -msgid "inherited column \"%s\" has a type conflict" -msgstr "" - -#: commands/tablecmds.c:624 -#: commands/tablecmds.c:779 -#: parser/parse_coerce.c:263 -#: parser/parse_coerce.c:918 -#: parser/parse_coerce.c:935 -#: parser/parse_coerce.c:981 -#, c-format -msgid "%s versus %s" -msgstr "" - -#: commands/tablecmds.c:770 -#, c-format -msgid "merging column \"%s\" with inherited definition" -msgstr "" - -#: commands/tablecmds.c:777 -#, fuzzy, c-format -msgid "column \"%s\" has a type conflict" -msgstr "Verklaring \"%1\" het verkeerde tipe." - -#: commands/tablecmds.c:818 -#, c-format -msgid "column \"%s\" inherits conflicting default values" -msgstr "" - -#: commands/tablecmds.c:820 -msgid "To resolve the conflict, specify a default explicitly." -msgstr "" - -#: commands/tablecmds.c:1113 -#, c-format -msgid "inherited column \"%s\" must be renamed in child tables too" -msgstr "" - -#: commands/tablecmds.c:1131 -#, fuzzy, c-format -msgid "cannot rename system column \"%s\"" -msgstr "kan nie die stelselnaam vasstel nie" - -#: commands/tablecmds.c:1141 -#, fuzzy, c-format -msgid "cannot rename inherited column \"%s\"" -msgstr "Jy kan nie herbenaam 'n standaard kabinet." - -#: commands/tablecmds.c:1152 -#: commands/tablecmds.c:1753 -#, fuzzy, c-format -msgid "column \"%s\" of relation \"%s\" already exists" -msgstr "Daar bestaan reeds 'n voorskouvenster" - -#: commands/tablecmds.c:1666 -#, c-format -msgid "child table \"%s\" has different type for column \"%s\"" -msgstr "" - -#: commands/tablecmds.c:1674 -#, c-format -msgid "merging definition of column \"%s\" for child \"%s\"" -msgstr "" - -#: commands/tablecmds.c:1706 -msgid "column must be added to child tables too" -msgstr "" - -#: commands/tablecmds.c:1725 -msgid "adding columns with defaults is not implemented" -msgstr "" - -#: commands/tablecmds.c:1726 -msgid "Add the column, then use ALTER TABLE SET DEFAULT." -msgstr "" - -#: commands/tablecmds.c:1731 -msgid "adding NOT NULL columns is not implemented" -msgstr "" - -#: commands/tablecmds.c:1732 -msgid "Add the column, then use ALTER TABLE SET NOT NULL." -msgstr "" - -#: commands/tablecmds.c:1945 -#: commands/tablecmds.c:2089 -#: commands/tablecmds.c:2217 -#: commands/tablecmds.c:2387 -#, fuzzy, c-format -msgid "cannot alter system column \"%s\"" -msgstr "kan nie die stelselnaam vasstel nie" - -#: commands/tablecmds.c:1981 -#, c-format -msgid "column \"%s\" is in a primary key" -msgstr "" - -#: commands/tablecmds.c:2110 -#, c-format -msgid "column \"%s\" contains null values" -msgstr "" - -#: commands/tablecmds.c:2160 -#, fuzzy, c-format -msgid "\"%s\" is not a table or view" -msgstr "Voeg 'n tabel of beskouing by die datagram." - -#: commands/tablecmds.c:2305 -#, c-format -msgid "statistics target %d is too low" -msgstr "" - -#: commands/tablecmds.c:2313 -#, fuzzy, c-format -msgid "lowering statistics target to %d" -msgstr "Voeg by l�er na teiken" - -#: commands/tablecmds.c:2336 -#, fuzzy, c-format -msgid "invalid storage type \"%s\"" -msgstr "%s: ongeldige l�ertipe:" - -#: commands/tablecmds.c:2406 -#, c-format -msgid "column data type %s can only have storage PLAIN" -msgstr "" - -#: commands/tablecmds.c:2512 -msgid "ALTER TABLE WITH OIDS is not yet implemented" -msgstr "" - -#: commands/tablecmds.c:2593 -#, fuzzy, c-format -msgid "cannot drop system column \"%s\"" -msgstr "kan nie die stelselnaam vasstel nie" - -#: commands/tablecmds.c:2601 -#, c-format -msgid "cannot drop inherited column \"%s\"" -msgstr "" - -#: commands/tablecmds.c:2928 -#, c-format -msgid "check constraint may only reference relation \"%s\"" -msgstr "" - -#: commands/tablecmds.c:2992 -#, c-format -msgid "check constraint \"%s\" is violated by some row" -msgstr "" - -#: commands/tablecmds.c:3043 -#, c-format -msgid "referenced relation \"%s\" is not a table" -msgstr "" - -#: commands/tablecmds.c:3077 -msgid "cannot reference temporary table from permanent table constraint" -msgstr "" - -#: commands/tablecmds.c:3084 -msgid "cannot reference permanent table from temporary table constraint" -msgstr "" - -#: commands/tablecmds.c:3126 -#: commands/tablecmds.c:3562 -msgid "number of referencing and referenced columns for foreign key disagree" -msgstr "" - -#: commands/tablecmds.c:3208 -#, c-format -msgid "column \"%s\" referenced in foreign key constraint does not exist" -msgstr "" - -#: commands/tablecmds.c:3213 -#, c-format -msgid "cannot have more than %d keys in a foreign key" -msgstr "" - -#: commands/tablecmds.c:3276 -#, c-format -msgid "there is no primary key for referenced table \"%s\"" -msgstr "" - -#: commands/tablecmds.c:3390 -#, c-format -msgid "there is no unique constraint matching given keys for referenced table \"%s\"" -msgstr "" - -#: commands/tablecmds.c:3812 -#: commands/trigger.c:2308 -#, fuzzy, c-format -msgid "constraint \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: commands/tablecmds.c:3817 -#, c-format -msgid "multiple constraints named \"%s\" were dropped" -msgstr "" - -#: commands/tablecmds.c:3859 -#, c-format -msgid "\"%s\" is not a table, TOAST table, index, view, or sequence" -msgstr "" - -#: commands/tablecmds.c:4044 -msgid "shared tables cannot be toasted after initdb" -msgstr "" - -#: commands/tablecmds.c:4059 -#, fuzzy, c-format -msgid "table \"%s\" already has a TOAST table" -msgstr "Proses %1 het alreeds verdwyn!" - -#: commands/tablecmds.c:4076 -#, fuzzy, c-format -msgid "table \"%s\" does not need a TOAST table" -msgstr "Die toepassing benodig geen ODBC-vlak nie." - -#: commands/trigger.c:137 -#, c-format -msgid "could not determine referenced table for constraint \"%s\"" -msgstr "" - -#: commands/trigger.c:222 -#, fuzzy -msgid "multiple INSERT events specified" -msgstr "veelvuldige -l of -t opsies is gespesifiseer" - -#: commands/trigger.c:229 -#, fuzzy -msgid "multiple DELETE events specified" -msgstr "veelvuldige -l of -t opsies is gespesifiseer" - -#: commands/trigger.c:236 -#, fuzzy -msgid "multiple UPDATE events specified" -msgstr "veelvuldige -l of -t opsies is gespesifiseer" - -#: commands/trigger.c:269 -#: commands/trigger.c:657 -#, fuzzy, c-format -msgid "trigger \"%s\" for relation \"%s\" already exists" -msgstr "E226: afkorting bestaan already vir %s" - -#: commands/trigger.c:290 -#, c-format -msgid "changing return type of function %s from \"opaque\" to \"trigger\"" -msgstr "" - -#: commands/trigger.c:297 -#, c-format -msgid "function %s must return type \"trigger\"" -msgstr "" - -#: commands/trigger.c:1163 -#, c-format -msgid "trigger function %u returned null value" -msgstr "" - -#: commands/trigger.c:1215 -#: commands/trigger.c:1328 -#: commands/trigger.c:1457 -msgid "BEFORE STATEMENT trigger cannot return a value" -msgstr "" - -#: commands/trigger.c:1584 -#: executor/execMain.c:1188 -#: executor/execMain.c:1489 -#: executor/execMain.c:1625 -msgid "could not serialize access due to concurrent update" -msgstr "" - -#: commands/trigger.c:2259 -msgid "unnamed constraints cannot be set explicitly" -msgstr "" - -#: commands/trigger.c:2292 -#, fuzzy, c-format -msgid "constraint \"%s\" is not deferrable" -msgstr "Apache is *nie* aan die gang nie.\n" - -#: commands/typecmds.c:138 -#, c-format -msgid "type names must be %d characters or less" -msgstr "" - -#: commands/typecmds.c:173 -#, c-format -msgid "array element type cannot be %s" -msgstr "" - -#: commands/typecmds.c:206 -#, fuzzy, c-format -msgid "alignment \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: commands/typecmds.c:223 -#, fuzzy, c-format -msgid "storage \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: commands/typecmds.c:228 -#, fuzzy, c-format -msgid "type attribute \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: commands/typecmds.c:238 -msgid "type input function must be specified" -msgstr "" - -#: commands/typecmds.c:242 -msgid "type output function must be specified" -msgstr "" - -#: commands/typecmds.c:281 -#, c-format -msgid "changing return type of function %s from \"opaque\" to %s" -msgstr "" - -#: commands/typecmds.c:288 -#, c-format -msgid "type input function %s must return type %s" -msgstr "" - -#: commands/typecmds.c:298 -#, c-format -msgid "changing return type of function %s from \"opaque\" to \"cstring\"" -msgstr "" - -#: commands/typecmds.c:305 -#, c-format -msgid "type output function %s must return type \"cstring\"" -msgstr "" - -#: commands/typecmds.c:314 -#, c-format -msgid "type receive function %s must return type %s" -msgstr "" - -#: commands/typecmds.c:323 -#, c-format -msgid "type send function %s must return type \"bytea\"" -msgstr "" - -#: commands/typecmds.c:536 -#, c-format -msgid "domain names must be %d characters or less" -msgstr "" - -#: commands/typecmds.c:557 -#, c-format -msgid "\"%s\" is not a valid base type for a domain" -msgstr "" - -#: commands/typecmds.c:617 -#: commands/typecmds.c:1504 -msgid "foreign key constraints not possible for domains" -msgstr "" - -#: commands/typecmds.c:637 -#, fuzzy -msgid "multiple default expressions" -msgstr "Herskep verstekikone" - -#: commands/typecmds.c:667 -#: commands/typecmds.c:676 -#, fuzzy -msgid "conflicting NULL/NOT NULL constraints" -msgstr "Die rigting vektor dalk mag nie wees 'n null vektor" - -#: commands/typecmds.c:695 -#: commands/typecmds.c:1522 -msgid "unique constraints not possible for domains" -msgstr "" - -#: commands/typecmds.c:701 -#: commands/typecmds.c:1528 -msgid "primary key constraints not possible for domains" -msgstr "" - -#: commands/typecmds.c:710 -#: commands/typecmds.c:1537 -msgid "specifying constraint deferrability not supported for domains" -msgstr "" - -#: commands/typecmds.c:828 -#: commands/typecmds.c:1773 -#: commands/typecmds.c:2085 -#, fuzzy, c-format -msgid "\"%s\" is not a domain" -msgstr "is nie 'n l�er nie" - -#: commands/typecmds.c:898 -#, c-format -msgid "changing argument type of function %s from \"opaque\" to \"cstring\"" -msgstr "" - -#: commands/typecmds.c:968 -#, c-format -msgid "changing argument type of function %s from \"opaque\" to %s" -msgstr "" - -#: commands/typecmds.c:1079 -#, c-format -msgid "type analyze function %s must return type \"boolean\"" -msgstr "" - -#: commands/typecmds.c:1108 -msgid "composite type must have at least one attribute" -msgstr "" - -#: commands/typecmds.c:1340 -#, c-format -msgid "column \"%s\" of table \"%s\" contains null values" -msgstr "" - -#: commands/typecmds.c:1608 -#, c-format -msgid "column \"%s\" of table \"%s\" contains values that violate the new constraint" -msgstr "" - -#: commands/typecmds.c:1807 -#, fuzzy, c-format -msgid "constraint \"%s\" for domain \"%s\" already exists" -msgstr "E226: afkorting bestaan already vir %s" - -#: commands/typecmds.c:1847 -#: commands/typecmds.c:1856 -msgid "cannot use table references in domain check constraint" -msgstr "" - -#: commands/typecmds.c:1868 -msgid "cannot use aggregate in check constraint" -msgstr "" - -#: commands/user.c:154 -#: commands/user.c:252 -#: commands/user.c:305 -#: commands/user.c:386 -#, fuzzy, c-format -msgid "could not write to temporary file \"%s\": %m" -msgstr "Kon nie skryf na l�er. Gaan staak." - -#: commands/user.c:189 -#, fuzzy, c-format -msgid "invalid group name \"%s\"" -msgstr "ongeldige groepnaam %s" - -#: commands/user.c:220 -#: commands/user.c:355 -#, fuzzy, c-format -msgid "invalid user name \"%s\"" -msgstr "Verstek gebruiker naam:" - -#: commands/user.c:262 -#: commands/user.c:396 -#, fuzzy, c-format -msgid "could not rename file \"%s\" to \"%s\": %m" -msgstr "Kon nie skryf na l�er %1" - -#: commands/user.c:362 -#, fuzzy, c-format -msgid "invalid user password \"%s\"" -msgstr "Comment=Ongeldige wagwoord" - -#: commands/user.c:618 -#, fuzzy -msgid "user ID must be positive" -msgstr "Molekul�r gewig moet wees positiewe." - -#: commands/user.c:635 -msgid "must be superuser to create users" -msgstr "" - -#: commands/user.c:640 -#, fuzzy, c-format -msgid "user name \"%s\" is reserved" -msgstr "Gebruiker naam is leeg!" - -#: commands/user.c:677 -#: commands/user.c:1223 -#, fuzzy, c-format -msgid "user \"%s\" already exists" -msgstr "Gebruiker met Uid %1 alreeds bestaan" - -#: commands/user.c:682 -#, c-format -msgid "user ID %d is already assigned" -msgstr "" - -#: commands/user.c:879 -#: commands/user.c:992 -#: commands/user.c:1084 -#: commands/user.c:1204 -#: commands/variable.c:797 -#: utils/cache/lsyscache.c:1982 -#: utils/init/miscinit.c:310 -#, fuzzy, c-format -msgid "user \"%s\" does not exist" -msgstr "gebruiker %s bestaan nie" - -#: commands/user.c:1057 -msgid "must be superuser to drop users" -msgstr "" - -#: commands/user.c:1091 -msgid "current user cannot be dropped" -msgstr "" - -#: commands/user.c:1095 -msgid "session user cannot be dropped" -msgstr "" - -#: commands/user.c:1122 -#, fuzzy, c-format -msgid "user \"%s\" cannot be dropped" -msgstr "Kolomme kan uitgevee word." - -#: commands/user.c:1123 -#, fuzzy, c-format -msgid "The user owns database \"%s\"." -msgstr "verwyder 'n databasis gebruiker" - -#: commands/user.c:1215 -msgid "session user may not be renamed" -msgstr "" - -#: commands/user.c:1229 -msgid "must be superuser to rename users" -msgstr "" - -#: commands/user.c:1262 -#, c-format -msgid "before using passwords you must revoke privileges on %s" -msgstr "" - -#: commands/user.c:1264 -msgid "This restriction is to prevent unprivileged users from reading the passwords." -msgstr "" - -#: commands/user.c:1265 -#, c-format -msgid "Try REVOKE ALL ON \"%s\" FROM PUBLIC." -msgstr "" - -#: commands/user.c:1329 -#, fuzzy -msgid "group ID must be positive" -msgstr "Molekul�r gewig moet wees positiewe." - -#: commands/user.c:1342 -msgid "must be superuser to create groups" -msgstr "" - -#: commands/user.c:1347 -#, fuzzy, c-format -msgid "group name \"%s\" is reserved" -msgstr "%s: variant naam is a gereserveerde word." - -#: commands/user.c:1384 -#: commands/user.c:1766 -#, fuzzy, c-format -msgid "group \"%s\" already exists" -msgstr "Groep met gid %1 alreeds bestaan." - -#: commands/user.c:1389 -#, fuzzy, c-format -msgid "group ID %d is already assigned" -msgstr "Wat groep is alreeds op die lys." - -#: commands/user.c:1469 -msgid "must be superuser to alter groups" -msgstr "" - -#: commands/user.c:1548 -#, fuzzy, c-format -msgid "group \"%s\" does not have any members" -msgstr "groep %1 doen nie bevat enige pakette\n" - -#: commands/user.c:1576 -#, fuzzy, c-format -msgid "user \"%s\" is not in group \"%s\"" -msgstr "E103: Buffer \"%s\" is nie in 'diff' modus nie" - -#: commands/user.c:1708 -msgid "must be superuser to drop groups" -msgstr "" - -#: commands/user.c:1772 -msgid "must be superuser to rename groups" -msgstr "" - -#: commands/vacuum.c:482 -msgid "oldest xmin is far in the past" -msgstr "" - -#: commands/vacuum.c:483 -msgid "Close open transactions soon to avoid wraparound problems." -msgstr "" - -#: commands/vacuum.c:701 -msgid "some databases have not been vacuumed in over 2 billion transactions" -msgstr "" - -#: commands/vacuum.c:702 -msgid "You may have already suffered transaction-wraparound data loss." -msgstr "" - -#: commands/vacuum.c:713 -msgid "some databases have not been vacuumed in over 1 billion transactions" -msgstr "" - -#: commands/vacuum.c:714 -msgid "Better vacuum them soon, or you may have a wraparound failure." -msgstr "" - -#: commands/vacuum.c:721 -#, c-format -msgid "some databases have not been vacuumed in %d transactions" -msgstr "" - -#: commands/vacuum.c:723 -#, c-format -msgid "Better vacuum them within %d transactions, or you may have a wraparound failure." -msgstr "" - -#: commands/vacuum.c:819 -#, c-format -msgid "skipping \"%s\" --- only table or database owner can vacuum it" -msgstr "" - -#: commands/vacuum.c:835 -#, c-format -msgid "skipping \"%s\" --- cannot vacuum indexes, views, or special system tables" -msgstr "" - -#: commands/vacuum.c:1069 -#: commands/vacuumlazy.c:205 -#, c-format -msgid "vacuuming \"%s.%s\"" -msgstr "" - -#: commands/vacuum.c:1104 -#: commands/vacuumlazy.c:263 -#, c-format -msgid "relation \"%s\" page %u is uninitialized --- fixing" -msgstr "" - -#: commands/vacuum.c:1229 -#, c-format -msgid "relation \"%s\" TID %u/%u: InsertTransactionInProgress %u --- can't shrink relation" -msgstr "" - -#: commands/vacuum.c:1242 -#, c-format -msgid "relation \"%s\" TID %u/%u: DeleteTransactionInProgress %u --- can't shrink relation" -msgstr "" - -#: commands/vacuum.c:1396 -#: commands/vacuumlazy.c:428 -#, c-format -msgid "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u pages" -msgstr "" - -#: commands/vacuum.c:1399 -#, c-format -msgid "" -"%.0f dead row versions cannot be removed yet.\n" -"Nonremovable row versions range from %lu to %lu bytes long.\n" -"There were %.0f unused item pointers.\n" -"Total free space (including removable row versions) is %.0f bytes.\n" -"%u pages are or will become empty, including %u at the end of the table.\n" -"%u pages containing %.0f free bytes are potential move destinations.\n" -"%s" -msgstr "" - -#: commands/vacuum.c:2404 -#, c-format -msgid "\"%s\": moved %u row versions, truncated %u to %u pages" -msgstr "" - -#: commands/vacuum.c:2407 -#: commands/vacuumlazy.c:489 -#: commands/vacuumlazy.c:776 -#: nodes/print.c:87 -#: storage/lmgr/deadlock.c:888 -#: tcop/postgres.c:3190 -#, fuzzy, c-format -msgid "%s" -msgstr "%s" - -#: commands/vacuum.c:2594 -#: commands/vacuumlazy.c:773 -#, fuzzy, c-format -msgid "\"%s\": truncated %u to %u pages" -msgstr "Te�l bladsye (na wees printed):" - -#: commands/vacuum.c:2688 -#: commands/vacuum.c:2755 -#: commands/vacuumlazy.c:597 -#: commands/vacuumlazy.c:657 -#, c-format -msgid "index \"%s\" now contains %.0f row versions in %u pages" -msgstr "" - -#: commands/vacuum.c:2692 -#: commands/vacuumlazy.c:601 -#, c-format -msgid "" -"%u index pages have been deleted, %u are currently reusable.\n" -"%s" -msgstr "" - -#: commands/vacuum.c:2706 -#: commands/vacuum.c:2775 -#, c-format -msgid "index \"%s\" contains %.0f row versions, but table contains %.0f row versions" -msgstr "" - -#: commands/vacuum.c:2709 -#: commands/vacuum.c:2778 -msgid "Rebuild the index with REINDEX." -msgstr "" - -#: commands/vacuum.c:2759 -#: commands/vacuumlazy.c:661 -#, c-format -msgid "" -"%.0f index row versions were removed.\n" -"%u index pages have been deleted, %u are currently reusable.\n" -"%s" -msgstr "" - -#: commands/vacuumlazy.c:431 -#, c-format -msgid "" -"%.0f dead row versions cannot be removed yet.\n" -"There were %.0f unused item pointers.\n" -"%u pages are entirely empty.\n" -"%s" -msgstr "" - -#: commands/vacuumlazy.c:486 -#, c-format -msgid "\"%s\": removed %d row versions in %d pages" -msgstr "" - -#: commands/variable.c:75 -msgid "invalid list syntax for parameter \"datestyle\"" -msgstr "" - -#: commands/variable.c:161 -#, c-format -msgid "unrecognized \"datestyle\" key word: \"%s\"" -msgstr "" - -#: commands/variable.c:179 -#, fuzzy -msgid "conflicting \"datestyle\" specifications" -msgstr "Botsende Argumente: \"%1\" en \"%2\"" - -#: commands/variable.c:450 -msgid "invalid interval value for time zone: month not allowed" -msgstr "" - -#: commands/variable.c:557 -#, fuzzy, c-format -msgid "unrecognized time zone name: \"%s\"" -msgstr "Name=Gnome Tyd Volger" - -#: commands/variable.c:565 -#, c-format -msgid "time zone \"%s\" appears to use leap seconds" -msgstr "" - -#: commands/variable.c:567 -msgid "PostgreSQL does not support leap seconds." -msgstr "" - -#: commands/variable.c:636 -msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" -msgstr "" - -#: commands/variable.c:732 -#: utils/mb/mbutils.c:188 -#, c-format -msgid "conversion between %s and %s is not supported" -msgstr "" - -#: commands/view.c:89 -#, fuzzy -msgid "view must have at least one column" -msgstr "'n naam moet het na minste een karakter" - -#: commands/view.c:169 -#: commands/view.c:181 -msgid "cannot change number of columns in view" -msgstr "" - -#: commands/view.c:186 -#, c-format -msgid "cannot change name of view column \"%s\"" -msgstr "" - -#: commands/view.c:193 -#, c-format -msgid "cannot change data type of view column \"%s\"" -msgstr "" - -#: executor/execMain.c:851 -#, fuzzy, c-format -msgid "cannot change sequence \"%s\"" -msgstr "kan nie toegangsregte van %s verander nie" - -#: executor/execMain.c:857 -#, fuzzy, c-format -msgid "cannot change TOAST relation \"%s\"" -msgstr "kan konsole-modus nie verander nie ?!\n" - -#: executor/execMain.c:863 -#, fuzzy, c-format -msgid "cannot change view \"%s\"" -msgstr "kan nie toegangsregte van %s verander nie" - -#: executor/execMain.c:1758 -#, c-format -msgid "null value in column \"%s\" violates not-null constraint" -msgstr "" - -#: executor/execMain.c:1770 -#, c-format -msgid "new row for relation \"%s\" violates check constraint \"%s\"" -msgstr "" - -#: executor/execQual.c:180 -#: executor/execQual.c:204 -#: executor/execQual.c:1756 -#: utils/adt/array_userfuncs.c:362 -#: utils/adt/arrayfuncs.c:212 -#: utils/adt/arrayfuncs.c:376 -#: utils/adt/arrayfuncs.c:895 -#: utils/adt/arrayfuncs.c:2233 -#, c-format -msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" -msgstr "" - -#: executor/execQual.c:512 -#, fuzzy, c-format -msgid "no value found for parameter \"%s\"" -msgstr "Nee taal inplak vir %1 gevind." - -#: executor/execQual.c:517 -#, fuzzy, c-format -msgid "no value found for parameter %d" -msgstr "Nee taal inplak vir %1 gevind." - -#: executor/execQual.c:694 -msgid "functions and operators can take at most one set argument" -msgstr "" - -#: executor/execQual.c:746 -#: executor/execQual.c:790 -#: executor/execQual.c:985 -#: executor/execQual.c:2996 -#: executor/functions.c:578 -#: executor/functions.c:617 -#: utils/adt/pgstatfuncs.c:191 -#: utils/adt/sets.c:208 -#: utils/fmgr/funcapi.c:39 -msgid "set-valued function called in context that cannot accept a set" -msgstr "" - -#: executor/execQual.c:1096 -#: executor/execQual.c:1137 -msgid "function returning row cannot return null value" -msgstr "" - -#: executor/execQual.c:1101 -msgid "function returning row did not return a valid tuple slot" -msgstr "" - -#: executor/execQual.c:1164 -msgid "table-function protocol for materialize mode was not followed" -msgstr "" - -#: executor/execQual.c:1171 -#, c-format -msgid "unrecognized table-function returnMode: %d" -msgstr "" - -#: executor/execQual.c:1284 -msgid "IS DISTINCT FROM does not support set arguments" -msgstr "" - -#: executor/execQual.c:1352 -msgid "op ANY/ALL (array) does not support set arguments" -msgstr "" - -#: executor/execQual.c:1742 -msgid "cannot merge incompatible arrays" -msgstr "" - -#: executor/execQual.c:1743 -#, c-format -msgid "Array with element type %s cannot be included in ARRAY construct with element type %s." -msgstr "" - -#: executor/execQual.c:1776 -msgid "multidimensional arrays must have array expressions with matching dimensions" -msgstr "" - -#: executor/execQual.c:1886 -msgid "NULLIF does not support set arguments" -msgstr "" - -#: executor/execQual.c:2067 -#, c-format -msgid "domain %s does not allow null values" -msgstr "" - -#: executor/execQual.c:2097 -#, c-format -msgid "value for domain %s violates check constraint \"%s\"" -msgstr "" - -#: executor/execQual.c:2454 -#: optimizer/util/clauses.c:418 -#: parser/parse_agg.c:74 -msgid "aggregate function calls may not be nested" -msgstr "" - -#: executor/functions.c:183 -#, c-format -msgid "could not determine actual result type for function declared to return type %s" -msgstr "" - -#: executor/functions.c:254 -#, c-format -msgid "could not determine actual type of argument declared %s" -msgstr "" - -#: executor/functions.c:673 -#, fuzzy, c-format -msgid "SQL function \"%s\" statement %d" -msgstr "Maksimum in stelling:" - -#: executor/functions.c:686 -#, fuzzy, c-format -msgid "SQL function \"%s\"" -msgstr "Funksie Plotter" - -#: executor/functions.c:692 -#, fuzzy, c-format -msgid "SQL function \"%s\" during startup" -msgstr "*** 'n Fout het ontstaan tydens die laai van RAID\n" - -#: executor/nodeAgg.c:1314 -#, c-format -msgid "aggregate %u needs to have compatible input type and transition type" -msgstr "" - -#: executor/nodeFunctionscan.c:92 -msgid "query-specified return row and actual function return row do not match" -msgstr "" - -#: executor/nodeHashjoin.c:562 -#: executor/nodeHashjoin.c:572 -#, c-format -msgid "could not read from hash-join temporary file: %m" -msgstr "" - -#: executor/nodeHashjoin.c:630 -#: executor/nodeHashjoin.c:637 -#, c-format -msgid "could not rewind hash-join temporary file: %m" -msgstr "" - -#: executor/nodeHashjoin.c:688 -#: executor/nodeHashjoin.c:693 -#, c-format -msgid "could not write to hash-join temporary file: %m" -msgstr "" - -#: executor/spi.c:193 -msgid "freeing non-empty SPI stack" -msgstr "" - -#: executor/spi.c:194 -msgid "Check for missing \"SPI_finish\" calls" -msgstr "" - -#: executor/spi.c:764 -msgid "cannot open multi-query plan as cursor" -msgstr "" - -#: executor/spi.c:771 -msgid "cannot open non-SELECT query as cursor" -msgstr "" - -#: executor/spi.c:775 -msgid "cannot open SELECT INTO query as cursor" -msgstr "" - -#: executor/nodeMergejoin.c:1479 -msgid "RIGHT JOIN is only supported with merge-joinable join conditions" -msgstr "" - -#: executor/nodeMergejoin.c:1496 -#: optimizer/path/joinpath.c:821 -msgid "FULL JOIN is only supported with merge-joinable join conditions" -msgstr "" - -#: executor/nodeSubplan.c:290 -#: executor/nodeSubplan.c:332 -#: executor/nodeSubplan.c:966 -msgid "more than one row returned by a subquery used as an expression" -msgstr "" - -#: libpq/be-fsstubs.c:125 -#: libpq/be-fsstubs.c:163 -#: libpq/be-fsstubs.c:187 -#: libpq/be-fsstubs.c:215 -#: libpq/be-fsstubs.c:272 -#, fuzzy, c-format -msgid "invalid large-object descriptor: %d" -msgstr "kon nie die groot objek %u oopmaak nie\n" - -#: libpq/be-fsstubs.c:376 -msgid "must be superuser to use server-side lo_import()" -msgstr "" - -#: libpq/be-fsstubs.c:377 -msgid "Anyone can use the client-side lo_import() provided by libpq." -msgstr "" - -#: libpq/be-fsstubs.c:392 -#, fuzzy, c-format -msgid "could not open server file \"%s\": %m" -msgstr "Kon nie open skrif tipe l�er" - -#: libpq/be-fsstubs.c:413 -#, fuzzy, c-format -msgid "could not read server file \"%s\": %m" -msgstr "Kon nie uit l�er %s lees nie." - -#: libpq/be-fsstubs.c:443 -msgid "must be superuser to use server-side lo_export()" -msgstr "" - -#: libpq/be-fsstubs.c:444 -msgid "Anyone can use the client-side lo_export() provided by libpq." -msgstr "" - -#: libpq/be-fsstubs.c:470 -#, fuzzy, c-format -msgid "could not create server file \"%s\": %m" -msgstr "Kon nie skep etiket l�er" - -#: libpq/be-fsstubs.c:482 -#, fuzzy, c-format -msgid "could not write server file \"%s\": %m" -msgstr "Kon nie skryf die projek l�er." - -#: libpq/auth.c:113 -#, fuzzy, c-format -msgid "Kerberos error: %s" -msgstr "Kerberos 4 fout: %s\n" - -#: libpq/auth.c:119 -#, c-format -msgid "unexpected Kerberos protocol version received from client (received \"%s\", expected \"%s\")" -msgstr "" - -#: libpq/auth.c:126 -#: libpq/auth.c:306 -#, c-format -msgid "unexpected Kerberos user name received from client (received \"%s\", expected \"%s\")" -msgstr "" - -#: libpq/auth.c:140 -msgid "Kerberos 4 not implemented on this server" -msgstr "" - -#: libpq/auth.c:201 -#, fuzzy, c-format -msgid "Kerberos initialization returned error %d" -msgstr "Su teruggestuur met 'n fout!\n" - -#: libpq/auth.c:211 -#, c-format -msgid "Kerberos keytab resolving returned error %d" -msgstr "" - -#: libpq/auth.c:224 -#, c-format -msgid "Kerberos sname_to_principal(\"%s\") returned error %d" -msgstr "" - -#: libpq/auth.c:269 -#, fuzzy, c-format -msgid "Kerberos recvauth returned error %d" -msgstr "Su teruggestuur met 'n fout!\n" - -#: libpq/auth.c:294 -#, c-format -msgid "Kerberos unparse_name returned error %d" -msgstr "" - -#: libpq/auth.c:327 -msgid "Kerberos 5 not implemented on this server" -msgstr "" - -#: libpq/auth.c:394 -#, fuzzy, c-format -msgid "%s authentication failed for user \"%s\"" -msgstr "" -"Te skep duimnael vir: \n" -"%1\n" -" gevaal" - -#: libpq/auth.c:418 -msgid "missing or erroneous pg_hba.conf file" -msgstr "" - -#: libpq/auth.c:419 -msgid "See server log for details." -msgstr "" - -#: libpq/auth.c:445 -#, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "" - -#: libpq/auth.c:447 -#, fuzzy -msgid "SSL on" -msgstr "Op Ssl Verbinding..." - -#: libpq/auth.c:447 -#, fuzzy -msgid "SSL off" -msgstr "Inligting Af" - -#: libpq/auth.c:451 -#, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" -msgstr "" - -#: libpq/auth.c:463 -msgid "Kerberos 4 only supports IPv4 connections" -msgstr "" - -#: libpq/auth.c:494 -#, c-format -msgid "could not enable credential reception: %m" -msgstr "" - -#: libpq/auth.c:581 -#, c-format -msgid "error from underlying PAM layer: %s" -msgstr "" - -#: libpq/auth.c:586 -#, fuzzy, c-format -msgid "unsupported PAM conversation %d/%s" -msgstr "Nie ondersteunde video codec." - -#: libpq/auth.c:618 -msgid "empty password returned by client" -msgstr "" - -#: libpq/auth.c:678 -#, fuzzy, c-format -msgid "could not create PAM authenticator: %s" -msgstr "Kon nie 'cscope' pype skep nie" - -#: libpq/auth.c:689 -#, c-format -msgid "pam_set_item(PAM_USER) failed: %s" -msgstr "" - -#: libpq/auth.c:700 -#, c-format -msgid "pam_set_item(PAM_CONV) failed: %s" -msgstr "" - -#: libpq/auth.c:711 -#, fuzzy, c-format -msgid "pam_authenticate failed: %s" -msgstr "Die exec() roep het misluk." - -#: libpq/auth.c:722 -#, c-format -msgid "pam_acct_mgmt failed: %s" -msgstr "" - -#: libpq/auth.c:733 -#, c-format -msgid "could not release PAM authenticator: %s" -msgstr "" - -#: libpq/auth.c:771 -#, c-format -msgid "expected password response, got message type %d" -msgstr "" - -#: libpq/auth.c:799 -#, fuzzy -msgid "invalid password packet size" -msgstr "E49: Ongeldige rolgrootte" - -#: libpq/auth.c:803 -#, fuzzy -msgid "received password packet" -msgstr "Verander u wagwoord" - -#: libpq/be-secure.c:274 -#: libpq/be-secure.c:359 -#, fuzzy, c-format -msgid "SSL SYSCALL error: %m" -msgstr "SSL SYSCALL-fout: %s\n" - -#: libpq/be-secure.c:279 -#: libpq/be-secure.c:364 -#, fuzzy -msgid "SSL SYSCALL error: EOF detected" -msgstr "SSL SYSCALL-fout: EOF is bereik\n" - -#: libpq/be-secure.c:287 -#: libpq/be-secure.c:372 -#, fuzzy, c-format -msgid "SSL error: %s" -msgstr "SSL-fout: %s\n" - -#: libpq/be-secure.c:296 -#: libpq/be-secure.c:381 -#, fuzzy, c-format -msgid "unrecognized SSL error code %d" -msgstr "onbekende SSL-foutkode\n" - -#: libpq/be-secure.c:327 -#: libpq/be-secure.c:331 -#: libpq/be-secure.c:341 -#, fuzzy -msgid "SSL renegotiation failure" -msgstr "Vaaling na Uitpak" - -#: libpq/be-secure.c:335 -msgid "SSL failed to send renegotiation request" -msgstr "" - -#: libpq/be-secure.c:634 -#, fuzzy, c-format -msgid "could not create SSL context: %s" -msgstr "kon nie SSL-konteks skep nie: %s\n" - -#: libpq/be-secure.c:644 -#, fuzzy, c-format -msgid "could not load server certificate file \"%s\": %s" -msgstr "Die sertifikaat l�er kon nie wees gelaai." - -#: libpq/be-secure.c:651 -#, fuzzy, c-format -msgid "could not access private key file \"%s\": %m" -msgstr "kon nie privaatsleutel (%s) oopmaak nie: %s\n" - -#: libpq/be-secure.c:657 -#, c-format -msgid "unsafe permissions on private key file \"%s\"" -msgstr "" - -#: libpq/be-secure.c:659 -msgid "File must be owned by the database user and must have no permissions for \"group\" or \"other\"." -msgstr "" - -#: libpq/be-secure.c:663 -#, fuzzy, c-format -msgid "could not load private key file \"%s\": %s" -msgstr "kon nie privaatsleutel (%s) oopmaak nie: %s\n" - -#: libpq/be-secure.c:668 -#, fuzzy, c-format -msgid "check of private key failed: %s" -msgstr "Private sleutel toets gevaal." - -#: libpq/be-secure.c:686 -#, fuzzy, c-format -msgid "could not load root certificate file \"%s\": %s" -msgstr "Die sertifikaat l�er kon nie wees gelaai." - -#: libpq/be-secure.c:688 -#, fuzzy -msgid "Will not verify client certificates." -msgstr "Doen nie gebruik sertifikate" - -#: libpq/be-secure.c:726 -#, fuzzy, c-format -msgid "could not initialize SSL connection: %s" -msgstr "kon nie SSL-verbinding opstel nie: %s\n" - -#: libpq/be-secure.c:750 -#, fuzzy, c-format -msgid "SSL connection from \"%s\"" -msgstr "Op Ssl Verbinding..." - -#: libpq/crypt.c:62 -msgid "cannot use authentication method \"crypt\" because password is MD5-encrypted" -msgstr "" - -#: libpq/hba.c:149 -#, c-format -msgid "authentication file token too long, skipping: \"%s\"" -msgstr "" - -#: libpq/hba.c:298 -#, c-format -msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" -msgstr "" - -#: libpq/hba.c:707 -#, c-format -msgid "invalid IP address \"%s\" in pg_hba.conf file: %s" -msgstr "" - -#: libpq/hba.c:801 -#, c-format -msgid "invalid entry in pg_hba.conf file at line %d, token \"%s\"" -msgstr "" - -#: libpq/hba.c:806 -#, c-format -msgid "missing field in pg_hba.conf file at end of line %d" -msgstr "" - -#: libpq/hba.c:1002 -#: guc-file.l:165 -#, fuzzy, c-format -msgid "could not open configuration file \"%s\": %m" -msgstr "Kon nie stoor X opstelling l�er" - -#: libpq/hba.c:1064 -#, c-format -msgid "invalid entry in pg_ident.conf file at line %d, token \"%s\"" -msgstr "" - -#: libpq/hba.c:1069 -#, c-format -msgid "missing entry in pg_ident.conf file at end of line %d" -msgstr "" - -#: libpq/hba.c:1101 -msgid "cannot use Ident authentication without usermap field" -msgstr "" - -#: libpq/hba.c:1149 -#, fuzzy, c-format -msgid "could not open Ident usermap file \"%s\": %m" -msgstr "Kon nie open l�er vir om te skryf." - -#: libpq/hba.c:1320 -#, c-format -msgid "could not create socket for Ident connection: %m" -msgstr "" - -#: libpq/hba.c:1336 -#, fuzzy, c-format -msgid "could not bind to local address \"%s\": %m" -msgstr "kon nie masjiennaam \"%s\" omskakel na 'n adres nie: %s\n" - -#: libpq/hba.c:1348 -#, c-format -msgid "could not connect to Ident server at address \"%s\", port %s: %m" -msgstr "" - -#: libpq/hba.c:1368 -#, c-format -msgid "could not send query to Ident server at address \"%s\", port %s: %m" -msgstr "" - -#: libpq/hba.c:1383 -#, c-format -msgid "could not receive response from Ident server at address \"%s\", port %s: %m" -msgstr "" - -#: libpq/hba.c:1424 -#: libpq/hba.c:1455 -#: libpq/hba.c:1523 -#, fuzzy, c-format -msgid "could not get peer credentials: %m" -msgstr "kon nie gebruikerinligting verkry nie\n" - -#: libpq/hba.c:1433 -#: libpq/hba.c:1464 -#: libpq/hba.c:1534 -#, c-format -msgid "local user with ID %d does not exist" -msgstr "" - -#: libpq/hba.c:1546 -msgid "Ident authentication is not supported on local connections on this platform" -msgstr "" - -#: libpq/pqcomm.c:248 -#, c-format -msgid "could not translate host name \"%s\", service \"%s\" to address: %s" -msgstr "" - -#: libpq/pqcomm.c:252 -#, fuzzy, c-format -msgid "could not translate service \"%s\" to address: %s" -msgstr "kon nie masjiennaam \"%s\" omskakel na 'n adres nie: %s\n" - -#: libpq/pqcomm.c:285 -msgid "IPv4" -msgstr "" - -#: libpq/pqcomm.c:289 -msgid "IPv6" -msgstr "" - -#: libpq/pqcomm.c:294 -msgid "Unix" -msgstr "Unix" - -#: libpq/pqcomm.c:299 -#, fuzzy, c-format -msgid "unrecognized address family %d" -msgstr "Verander skrif tipe familie?" - -#. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:310 -#, fuzzy, c-format -msgid "could not create %s socket: %m" -msgstr "Kon Nie Skep Soket" - -#: libpq/pqcomm.c:322 -#, c-format -msgid "setsockopt(SO_REUSEADDR) failed: %m" -msgstr "" - -#: libpq/pqcomm.c:336 -#, c-format -msgid "setsockopt(IPV6_V6ONLY) failed: %m" -msgstr "" - -#. translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:355 -#, fuzzy, c-format -msgid "could not bind %s socket: %m" -msgstr "Kon Nie Skep Soket" - -#: libpq/pqcomm.c:358 -#, c-format -msgid "Is another postmaster already running on port %d? If not, remove socket file \"%s\" and retry." -msgstr "" - -#: libpq/pqcomm.c:361 -#, c-format -msgid "Is another postmaster already running on port %d? If not, wait a few seconds and retry." -msgstr "" - -# translator: %s is IPv4, IPv6, or Unix -#: libpq/pqcomm.c:395 -#, fuzzy, c-format -msgid "could not listen on %s socket: %m" -msgstr "Kon nie skep soket vir toegang te kry tot %1" - -#: libpq/pqcomm.c:485 -#, fuzzy, c-format -msgid "could not set group of file \"%s\": %m" -msgstr "kon nie tydelike l�er maak nie" - -#: libpq/pqcomm.c:496 -#, fuzzy, c-format -msgid "could not set permissions of file \"%s\": %m" -msgstr "kon nie tydelike l�er maak nie" - -#: libpq/pqcomm.c:526 -#, fuzzy, c-format -msgid "could not accept new connection: %m" -msgstr "Kon Nie Aanvaar Netwerk Verbinding" - -#: libpq/pqcomm.c:678 -#, fuzzy, c-format -msgid "could not receive data from client: %m" -msgstr "kon nie data vanaf bediener ontvang nie: %s\n" - -#: libpq/pqcomm.c:841 -msgid "unexpected EOF within message length word" -msgstr "" - -#: libpq/pqcomm.c:853 -#, fuzzy -msgid "invalid message length" -msgstr "%s: ongeldige suffikslengte" - -#: libpq/pqcomm.c:867 -#, fuzzy -msgid "incomplete message from client" -msgstr "Terwyl gaan haal boodskap %1 van %2 (%3 van %4 Kb) van %5." - -#: libpq/pqcomm.c:946 -#, fuzzy, c-format -msgid "could not send data to client: %m" -msgstr "kon nie die data na die bediener stuur nie: %s\n" - -#: libpq/pqformat.c:443 -#, fuzzy -msgid "no data left in message" -msgstr "As nee data arriveer in" - -#: libpq/pqformat.c:591 -#: libpq/pqformat.c:609 -#: libpq/pqformat.c:630 -#: utils/adt/arrayfuncs.c:1019 -#, fuzzy -msgid "insufficient data left in message" -msgstr "Boodskap links in die antwoord masjien, deur %s@%s" - -#: libpq/pqformat.c:671 -#, fuzzy -msgid "invalid string in message" -msgstr "E377: Ongeldige %%%c in formaatstring" - -#: libpq/pqformat.c:687 -#, fuzzy -msgid "invalid message format" -msgstr "ongeldige datumformaat %s" - -#: libpq/pqsignal.c:405 -#, c-format -msgid "Failed to create signal listener pipe: %i. Retrying.\n" -msgstr "" - -#: libpq/pqsignal.c:417 -#, fuzzy, c-format -msgid "Failed to create signal dispatch thread: %i\n" -msgstr "Inisialisasie van uitvoerdraadmodule het misluk: 'n uitvoerdraad-sleutel kon nie geskep word nie" - -#: main/main.c:86 -#, fuzzy, c-format -msgid "%s: setsysinfo failed: %s\n" -msgstr "Installasie het misluk" - -#: main/main.c:188 -msgid "" -"\"root\" execution of the PostgreSQL server is not permitted.\n" -"The server must be started under an unprivileged user ID to prevent\n" -"possible system security compromise. See the documentation for\n" -"more information on how to properly start the server.\n" -msgstr "" - -#: main/main.c:209 -#, c-format -msgid "%s: real and effective user IDs must match\n" -msgstr "" - -#: main/main.c:289 -#, fuzzy, c-format -msgid "%s: invalid effective UID: %d\n" -msgstr "Spesifiseer die teiken uid" - -#: main/main.c:302 -#, c-format -msgid "%s: could not determine user name (GetUserName failed)\n" -msgstr "" - -#: optimizer/path/allpaths.c:223 -msgid "SELECT FOR UPDATE is not supported for inheritance queries" -msgstr "" - -#: optimizer/plan/initsplan.c:283 -#: optimizer/prep/prepjointree.c:365 -#, fuzzy -msgid "UNION JOIN is not implemented" -msgstr "Hierdie operasie is nie geimplementeer." - -#: optimizer/plan/initsplan.c:340 -msgid "SELECT FOR UPDATE cannot be applied to the nullable side of an outer join" -msgstr "" - -#: optimizer/plan/initsplan.c:743 -#, c-format -msgid "could not identify an equality operator for types %s and %s" -msgstr "" - -#: optimizer/plan/initsplan.c:756 -#, c-format -msgid "equality operator for types %s and %s should be merge-joinable, but isn't" -msgstr "" - -#: optimizer/plan/planner.c:599 -#: parser/analyze.c:2108 -#: parser/analyze.c:2272 -#: parser/analyze.c:2828 -msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT" -msgstr "" - -#: optimizer/plan/planner.c:665 -msgid "SELECT FOR UPDATE is not allowed in subqueries" -msgstr "" - -#: optimizer/util/clauses.c:2103 -#, c-format -msgid "SQL function \"%s\" during inlining" -msgstr "" - -#: optimizer/util/clauses.c:2488 -#: optimizer/util/clauses.c:2965 -#: parser/parse_expr.c:1324 -#, c-format -msgid "relation reference \"%s\" cannot be used in an expression" -msgstr "" - -#: parser/parse_clause.c:364 -#, c-format -msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" -msgstr "" - -#: parser/parse_clause.c:424 -#: gram.y:4848 -msgid "subquery in FROM must have an alias" -msgstr "" - -#: parser/parse_clause.c:447 -msgid "subquery in FROM may not have SELECT INTO" -msgstr "" - -#: parser/parse_clause.c:469 -msgid "subquery in FROM may not refer to other relations of same query level" -msgstr "" - -#: parser/parse_clause.c:524 -msgid "function expression in FROM may not refer to other relations of same query level" -msgstr "" - -#: parser/parse_clause.c:536 -msgid "cannot use aggregate function in function expression in FROM" -msgstr "" - -#: parser/parse_clause.c:756 -#, c-format -msgid "column name \"%s\" appears more than once in USING clause" -msgstr "" - -#: parser/parse_clause.c:771 -#, c-format -msgid "common column name \"%s\" appears more than once in left table" -msgstr "" - -#: parser/parse_clause.c:780 -#, c-format -msgid "column \"%s\" specified in USING clause does not exist in left table" -msgstr "" - -#: parser/parse_clause.c:794 -#, c-format -msgid "common column name \"%s\" appears more than once in right table" -msgstr "" - -#: parser/parse_clause.c:803 -#, c-format -msgid "column \"%s\" specified in USING clause does not exist in right table" -msgstr "" - -#: parser/parse_clause.c:855 -#, c-format -msgid "column alias list for \"%s\" has too many entries" -msgstr "" - -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1048 -#, fuzzy, c-format -msgid "argument of %s must not contain variables" -msgstr "Die etiket naam moet nie bevat enige spasies: <b>%1</b>." - -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1056 -#, fuzzy, c-format -msgid "argument of %s must not contain aggregates" -msgstr "Die etiket naam moet nie bevat enige spasies: <b>%1</b>." - -#. translator: %s is name of a SQL construct, eg LIMIT -#: parser/parse_clause.c:1064 -#, fuzzy, c-format -msgid "argument of %s must not contain subqueries" -msgstr "Die etiket naam moet nie bevat enige spasies: <b>%1</b>." - -# translator: first %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1166 -#, fuzzy, c-format -msgid "%s \"%s\" is ambiguous" -msgstr "%s: option `%s' is ambiguous\n" - -#. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1188 -#, fuzzy, c-format -msgid "non-integer constant in %s" -msgstr "non-recoverable vaaling in naam opkyk" - -#. translator: %s is name of a SQL construct, eg ORDER BY -#: parser/parse_clause.c:1205 -#, c-format -msgid "%s position %d is not in select list" -msgstr "" - -#: parser/parse_clause.c:1390 -msgid "for SELECT DISTINCT, ORDER BY expressions must appear in select list" -msgstr "" - -#: parser/parse_clause.c:1430 -msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" -msgstr "" - -#: parser/analyze.c:454 -msgid "CREATE VIEW specifies more column names than columns" -msgstr "" - -#: parser/analyze.c:590 -msgid "INSERT ... SELECT may not specify INTO" -msgstr "" - -#: parser/analyze.c:682 -msgid "INSERT has more expressions than target columns" -msgstr "" - -#: parser/analyze.c:703 -msgid "INSERT has more target columns than expressions" -msgstr "" - -#: parser/analyze.c:989 -#, c-format -msgid "%s will create implicit sequence \"%s\" for \"serial\" column \"%s.%s\"" -msgstr "" - -#: parser/analyze.c:1073 -#: parser/analyze.c:1083 -#, c-format -msgid "conflicting NULL/NOT NULL declarations for column \"%s\" of table \"%s\"" -msgstr "" - -#: parser/analyze.c:1093 -#, c-format -msgid "multiple default values specified for column \"%s\" of table \"%s\"" -msgstr "" - -#: parser/analyze.c:1338 -#, c-format -msgid "multiple primary keys for table \"%s\" are not allowed" -msgstr "" - -#: parser/analyze.c:1470 -#, c-format -msgid "column \"%s\" appears twice in primary key constraint" -msgstr "" - -#: parser/analyze.c:1475 -#, c-format -msgid "column \"%s\" appears twice in unique constraint" -msgstr "" - -#: parser/analyze.c:1569 -#, c-format -msgid "%s / %s%s will create implicit index \"%s\" for table \"%s\"" -msgstr "" - -#: parser/analyze.c:1674 -msgid "index expression may not return a set" -msgstr "" - -#: parser/analyze.c:1766 -msgid "rule WHERE condition may not contain references to other relations" -msgstr "" - -#: parser/analyze.c:1772 -msgid "rule WHERE condition may not contain aggregate functions" -msgstr "" - -#: parser/analyze.c:1843 -msgid "rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE actions" -msgstr "" - -#: parser/analyze.c:1862 -#: parser/analyze.c:1934 -#: rewrite/rewriteHandler.c:174 -#: rewrite/rewriteManip.c:746 -#: rewrite/rewriteManip.c:802 -msgid "conditional UNION/INTERSECT/EXCEPT statements are not implemented" -msgstr "" - -#: parser/analyze.c:1880 -msgid "ON SELECT rule may not use OLD" -msgstr "" - -#: parser/analyze.c:1884 -msgid "ON SELECT rule may not use NEW" -msgstr "" - -#: parser/analyze.c:1893 -msgid "ON INSERT rule may not use OLD" -msgstr "" - -#: parser/analyze.c:1899 -msgid "ON DELETE rule may not use NEW" -msgstr "" - -#: parser/analyze.c:2229 -msgid "ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result columns" -msgstr "" - -#: parser/analyze.c:2267 -msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" -msgstr "" - -#: parser/analyze.c:2328 -msgid "UNION/INTERSECT/EXCEPT member statement may not refer to other relations of same query level" -msgstr "" - -#: parser/analyze.c:2381 -#, c-format -msgid "each %s query must have the same number of columns" -msgstr "" - -#: parser/analyze.c:2451 -msgid "CREATE TABLE AS specifies too many column names" -msgstr "" - -#: parser/analyze.c:2685 -msgid "cannot specify both SCROLL and NO SCROLL" -msgstr "" - -#: parser/analyze.c:2771 -#, c-format -msgid "wrong number of parameters for prepared statement \"%s\"" -msgstr "" - -#: parser/analyze.c:2773 -#, fuzzy, c-format -msgid "Expected %d parameters but got %d." -msgstr "Etiket <%1> was verwag maar Etiket <%2> was lees." - -#: parser/analyze.c:2788 -msgid "cannot use subquery in EXECUTE parameter" -msgstr "" - -#: parser/analyze.c:2792 -msgid "cannot use aggregate function in EXECUTE parameter" -msgstr "" - -#: parser/analyze.c:2805 -#, c-format -msgid "parameter $%d of type %s cannot be coerced to the expected type %s" -msgstr "" - -#: parser/analyze.c:2832 -msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause" -msgstr "" - -#: parser/analyze.c:2836 -msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause" -msgstr "" - -#: parser/analyze.c:2840 -msgid "SELECT FOR UPDATE is not allowed with aggregate functions" -msgstr "" - -#: parser/analyze.c:2920 -msgid "SELECT FOR UPDATE cannot be applied to a join" -msgstr "" - -#: parser/analyze.c:2925 -msgid "SELECT FOR UPDATE cannot be applied to NEW or OLD" -msgstr "" - -#: parser/analyze.c:2930 -msgid "SELECT FOR UPDATE cannot be applied to a function" -msgstr "" - -#: parser/analyze.c:2943 -#, c-format -msgid "relation \"%s\" in FOR UPDATE clause not found in FROM clause" -msgstr "" - -#: parser/analyze.c:3035 -msgid "misplaced DEFERRABLE clause" -msgstr "" - -#: parser/analyze.c:3039 -#: parser/analyze.c:3052 -msgid "multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" -msgstr "" - -#: parser/analyze.c:3048 -msgid "misplaced NOT DEFERRABLE clause" -msgstr "" - -#: parser/analyze.c:3059 -#: parser/analyze.c:3083 -#: gram.y:2216 -#: gram.y:2231 -msgid "constraint declared INITIALLY DEFERRED must be DEFERRABLE" -msgstr "" - -#: parser/analyze.c:3066 -msgid "misplaced INITIALLY DEFERRED clause" -msgstr "" - -#: parser/analyze.c:3070 -#: parser/analyze.c:3094 -msgid "multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" -msgstr "" - -#: parser/analyze.c:3090 -msgid "misplaced INITIALLY IMMEDIATE clause" -msgstr "" - -#: parser/analyze.c:3156 -#, c-format -msgid "CREATE specifies a schema (%s) different from the one being created (%s)" -msgstr "" - -#: parser/analyze.c:3310 -#: parser/parse_coerce.c:245 -#: parser/parse_expr.c:137 -#: parser/parse_expr.c:143 -#, fuzzy, c-format -msgid "there is no parameter $%d" -msgstr "Daar is nee keuse" - -#: parser/analyze.c:3315 -#: tcop/postgres.c:1145 -#, c-format -msgid "could not determine data type of parameter $%d" -msgstr "" - -#: parser/parse_agg.c:120 -msgid "aggregates not allowed in WHERE clause" -msgstr "" - -#: parser/parse_agg.c:124 -msgid "aggregates not allowed in JOIN conditions" -msgstr "" - -#: parser/parse_agg.c:143 -msgid "aggregates not allowed in GROUP BY clause" -msgstr "" - -#: parser/parse_agg.c:316 -#, c-format -msgid "column \"%s.%s\" must appear in the GROUP BY clause or be used in an aggregate function" -msgstr "" - -#: parser/parse_agg.c:321 -#, c-format -msgid "subquery uses ungrouped column \"%s.%s\" from outer query" -msgstr "" - -#: parser/parse_coerce.c:261 -#, c-format -msgid "inconsistent types deduced for parameter $%d" -msgstr "" - -#. translator: first %s is name of a SQL construct, eg WHERE -#: parser/parse_coerce.c:579 -#, c-format -msgid "argument of %s must be type boolean, not type %s" -msgstr "" - -#. translator: %s is name of a SQL construct, eg WHERE -#: parser/parse_coerce.c:587 -#: parser/parse_coerce.c:626 -#, c-format -msgid "argument of %s must not return a set" -msgstr "" - -#. translator: first %s is name of a SQL construct, eg LIMIT -#: parser/parse_coerce.c:618 -#, c-format -msgid "argument of %s must be type integer, not type %s" -msgstr "" - -#: parser/parse_coerce.c:679 -#, fuzzy, c-format -msgid "%s types %s and %s cannot be matched" -msgstr "Die -P en -z opsies kan nie gekombineer word nie" - -#. translator: first %s is name of a SQL construct, eg CASE -#: parser/parse_coerce.c:741 -#, fuzzy, c-format -msgid "%s could not convert type %s to %s" -msgstr "kon nie konnekteer na bediener." - -#: parser/parse_coerce.c:917 -msgid "arguments declared \"anyelement\" are not all alike" -msgstr "" - -#: parser/parse_coerce.c:934 -msgid "arguments declared \"anyarray\" are not all alike" -msgstr "" - -#: parser/parse_coerce.c:963 -#: parser/parse_coerce.c:1075 -#: parser/parse_coerce.c:1102 -#, c-format -msgid "argument declared \"anyarray\" is not an array but type %s" -msgstr "" - -#: parser/parse_coerce.c:980 -msgid "argument declared \"anyarray\" is not consistent with argument declared \"anyelement\"" -msgstr "" - -#: parser/parse_coerce.c:991 -msgid "could not determine anyarray/anyelement type because input has type \"unknown\"" -msgstr "" - -#: parser/parse_coerce.c:1016 -#: parser/parse_coerce.c:1033 -#: parser/parse_coerce.c:1087 -#: parser/parse_expr.c:796 -#: parser/parse_expr.c:1229 -#: parser/parse_expr.c:1268 -#: parser/parse_oper.c:920 -#, c-format -msgid "could not find array type for data type %s" -msgstr "" - -#: parser/parse_relation.c:174 -#: parser/parse_relation.c:189 -#, fuzzy, c-format -msgid "table reference \"%s\" is ambiguous" -msgstr "Hoe is die periodieke tabel van elemente gerangskik?" - -#: parser/parse_relation.c:249 -#: parser/parse_relation.c:264 -#, fuzzy, c-format -msgid "table reference %u is ambiguous" -msgstr "Hoe is die periodieke tabel van elemente gerangskik?" - -#: parser/parse_relation.c:356 -#: parser/parse_relation.c:368 -#, c-format -msgid "table name \"%s\" specified more than once" -msgstr "" - -#: parser/parse_relation.c:477 -#: parser/parse_relation.c:575 -#, fuzzy, c-format -msgid "column reference \"%s\" is ambiguous" -msgstr "kolomnommer %d is buite bereik van 0...%d" - -#: parser/parse_relation.c:670 -#: parser/parse_relation.c:764 -#: parser/parse_relation.c:858 -#: parser/parse_relation.c:977 -#, c-format -msgid "table \"%s\" has %d columns available but %d columns specified" -msgstr "" - -#: parser/parse_relation.c:934 -msgid "a column definition list is only allowed for functions returning \"record\"" -msgstr "" - -#: parser/parse_relation.c:945 -msgid "a column definition list is required for functions returning \"record\"" -msgstr "" - -#: parser/parse_relation.c:1006 -#, c-format -msgid "too many column aliases specified for function %s" -msgstr "" - -#: parser/parse_relation.c:1029 -#, c-format -msgid "function \"%s\" in FROM has unsupported return type" -msgstr "" - -#: parser/parse_relation.c:1422 -#: parser/parse_relation.c:1666 -msgid "function in FROM has unsupported return type" -msgstr "" - -#: parser/parse_relation.c:1910 -#, c-format -msgid "missing FROM-clause entry in subquery for table \"%s\"" -msgstr "" - -#: parser/parse_relation.c:1915 -#, c-format -msgid "missing FROM-clause entry for table \"%s\"" -msgstr "" - -#: parser/parse_relation.c:1934 -#, c-format -msgid "adding missing FROM-clause entry in subquery for table \"%s\"" -msgstr "" - -#: parser/parse_relation.c:1939 -#, c-format -msgid "adding missing FROM-clause entry for table \"%s\"" -msgstr "" - -#: parser/parse_expr.c:105 -#, fuzzy -msgid "expression too complex" -msgstr "E74: Bevel te kompleks" - -#: parser/parse_expr.c:106 -#, c-format -msgid "Nesting depth exceeds maximum expression depth %d." -msgstr "" - -#: parser/parse_expr.c:108 -msgid "Increase the configuration parameter \"max_expr_depth\"." -msgstr "" - -#: parser/parse_expr.c:352 -msgid "IS DISTINCT FROM requires = operator to yield boolean" -msgstr "" - -#: parser/parse_expr.c:375 -msgid "NULLIF requires = operator to yield boolean" -msgstr "" - -#: parser/parse_expr.c:497 -msgid "subquery must return a column" -msgstr "" - -#: parser/parse_expr.c:503 -msgid "subquery must return only one column" -msgstr "" - -#: parser/parse_expr.c:559 -#, c-format -msgid "row comparison cannot use operator %s" -msgstr "" - -#: parser/parse_expr.c:586 -msgid "subquery has too many columns" -msgstr "" - -#: parser/parse_expr.c:604 -#, c-format -msgid "operator %s must return type boolean, not type %s" -msgstr "" - -#: parser/parse_expr.c:607 -#: parser/parse_expr.c:614 -msgid "The operator of a quantified predicate subquery must return type boolean." -msgstr "" - -#: parser/parse_expr.c:612 -#, c-format -msgid "operator %s must not return a set" -msgstr "" - -#: parser/parse_expr.c:624 -msgid "subquery has too few columns" -msgstr "" - -#: parser/parse_expr.c:1532 -#, fuzzy, c-format -msgid "cannot cast type %s to %s" -msgstr "-T <terminaal>\tStel terminaaltipe na <terminaal>" - -#: parser/parse_func.c:89 -#, c-format -msgid "cannot pass more than %d arguments to a function" -msgstr "" - -#: parser/parse_func.c:224 -#, c-format -msgid "cannot pass result of subquery or join \"%s\" to a function" -msgstr "" - -#: parser/parse_func.c:265 -#, c-format -msgid "%s(*) specified, but %s is not an aggregate function" -msgstr "" - -#: parser/parse_func.c:271 -#, c-format -msgid "DISTINCT specified, but %s is not an aggregate function" -msgstr "" - -#: parser/parse_func.c:296 -#, c-format -msgid "attribute notation .%s applied to type %s, which is not a complex type" -msgstr "" - -#: parser/parse_func.c:301 -#, c-format -msgid "attribute \"%s\" not found in data type %s" -msgstr "" - -#: parser/parse_func.c:311 -#, fuzzy, c-format -msgid "function %s is not unique" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: parser/parse_func.c:314 -msgid "Could not choose a best candidate function. You may need to add explicit type casts." -msgstr "" - -#: parser/parse_func.c:322 -msgid "No function matches the given name and argument types. You may need to add explicit type casts." -msgstr "" - -#: parser/parse_func.c:371 -msgid "aggregates may not return sets" -msgstr "" - -#: parser/parse_func.c:1354 -#, fuzzy, c-format -msgid "column %s.%s.%s does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: parser/parse_func.c:1359 -#, fuzzy, c-format -msgid "column %s.%s does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: parser/parse_func.c:1429 -#, fuzzy, c-format -msgid "aggregate %s(*) does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: parser/parse_func.c:1434 -#, fuzzy, c-format -msgid "aggregate %s(%s) does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: parser/parse_func.c:1455 -#, fuzzy, c-format -msgid "function %s(%s) is not an aggregate" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: parser/parse_node.c:124 -#, c-format -msgid "cannot subscript type %s because it is not an array" -msgstr "" - -#: parser/parse_node.c:183 -#: parser/parse_node.c:206 -msgid "array subscript must have type integer" -msgstr "" - -#: parser/parse_node.c:228 -#, c-format -msgid "array assignment requires type %s but expression is of type %s" -msgstr "" - -#: parser/parse_oper.c:84 -#: parser/parse_oper.c:785 -#: utils/adt/regproc.c:467 -#: utils/adt/regproc.c:487 -#: utils/adt/regproc.c:665 -#, fuzzy, c-format -msgid "operator does not exist: %s" -msgstr "L�er \"%s\" bestaan nie" - -#: parser/parse_oper.c:185 -#: utils/adt/arrayfuncs.c:2393 -#: utils/adt/ri_triggers.c:3631 -#, c-format -msgid "could not identify an equality operator for type %s" -msgstr "" - -#: parser/parse_oper.c:249 -#: parser/parse_oper.c:314 -#, c-format -msgid "could not identify an ordering operator for type %s" -msgstr "" - -#: parser/parse_oper.c:251 -#: parser/parse_oper.c:316 -msgid "Use an explicit ordering operator or modify the query." -msgstr "" - -#: parser/parse_oper.c:584 -#, c-format -msgid "operator requires run-time type coercion: %s" -msgstr "" - -#: parser/parse_oper.c:778 -#, fuzzy, c-format -msgid "operator is not unique: %s" -msgstr "Apache is *nie* aan die gang nie.\n" - -#: parser/parse_oper.c:780 -msgid "Could not choose a best candidate operator. You may need to add explicit type casts." -msgstr "" - -#: parser/parse_oper.c:787 -msgid "No operator matches the given name and argument type(s). You may need to add explicit type casts." -msgstr "" - -#: parser/parse_oper.c:877 -msgid "op ANY/ALL (array) requires array on right side" -msgstr "" - -#: parser/parse_oper.c:906 -msgid "op ANY/ALL (array) requires operator to yield boolean" -msgstr "" - -#: parser/parse_oper.c:910 -msgid "op ANY/ALL (array) requires operator not to return a set" -msgstr "" - -#: parser/parse_target.c:66 -#, c-format -msgid "relation reference \"%s\" cannot be used as a select-list entry" -msgstr "" - -#: parser/parse_target.c:68 -#, c-format -msgid "Write \"%s\".* to denote all the columns of the relation." -msgstr "" - -#: parser/parse_target.c:332 -#, c-format -msgid "cannot assign to system column \"%s\"" -msgstr "" - -#: parser/parse_target.c:354 -msgid "cannot set an array element to DEFAULT" -msgstr "" - -#: parser/parse_target.c:421 -#, c-format -msgid "column \"%s\" is of type %s but expression is of type %s" -msgstr "" - -#: parser/parse_target.c:556 -msgid "SELECT * with no tables specified is not valid" -msgstr "" - -#: parser/parse_type.c:62 -#, c-format -msgid "improper %%TYPE reference (too few dotted names): %s" -msgstr "" - -#: parser/parse_type.c:83 -#, c-format -msgid "improper %%TYPE reference (too many dotted names): %s" -msgstr "" - -#: parser/parse_type.c:103 -#, fuzzy, c-format -msgid "type reference %s converted to %s" -msgstr "-T <terminaal>\tStel terminaaltipe na <terminaal>" - -#: parser/parse_type.c:206 -#: parser/parse_type.c:237 -#, fuzzy, c-format -msgid "type \"%s\" is only a shell" -msgstr "Die protokol %1 is slegs 'n filter protokol." - -#: parser/parse_type.c:441 -#: parser/parse_type.c:529 -#, fuzzy, c-format -msgid "invalid type name \"%s\"" -msgstr "Tipe die naam van die %1 speler." - -#: parser/scansup.c:181 -#, fuzzy, c-format -msgid "identifier \"%s\" will be truncated to \"%.*s\"" -msgstr "L�ers na Wees Uitgepak" - -#: scan.l:316 -#, fuzzy -msgid "unterminated /* comment" -msgstr "Kommentaar/Etiket:" - -#: scan.l:343 -#, fuzzy -msgid "unterminated bit string literal" -msgstr "die verbindingstring bevat 'n aangehaalde string wat nie afgesluit is nie\n" - -#: scan.l:362 -#, fuzzy -msgid "unterminated hexadecimal string literal" -msgstr "die verbindingstring bevat 'n aangehaalde string wat nie afgesluit is nie\n" - -#: scan.l:411 -#, fuzzy -msgid "unterminated quoted string" -msgstr "" -"\n" -"# Vorige Vervangstring:\n" -"$" - -#: scan.l:445 -#, fuzzy -msgid "unterminated dollar-quoted string" -msgstr "die verbindingstring bevat 'n aangehaalde string wat nie afgesluit is nie\n" - -#: scan.l:457 -#, fuzzy -msgid "zero-length delimited identifier" -msgstr "variant naam het nul grootte." - -#: scan.l:470 -#, fuzzy -msgid "unterminated quoted identifier" -msgstr "Volgrote identifiseerder bestek" - -# translator: %s is typically "syntax error" -#: scan.l:625 -#, c-format -msgid "%s at end of input" -msgstr "%s aan die einde van die toevoer" - -# translator: first %s is typically "syntax error" -#: scan.l:633 -#, c-format -msgid "%s at or near \"%s\"" -msgstr "%s by of naby \"%s\"" - -#: y.tab.c:9109 -msgid "syntax error: cannot back up" -msgstr "" - -#: gram.y:971 -#: gram.y:997 -msgid "time zone interval must be HOUR or HOUR TO MINUTE" -msgstr "" - -#: gram.y:982 -#: gram.y:5173 -#: gram.y:7271 -#, fuzzy, c-format -msgid "INTERVAL(%d) precision must not be negative" -msgstr "Nuwe presisie mag nie minder wees as ou presisie nie." - -#: gram.y:988 -#: gram.y:5179 -#: gram.y:7277 -#, c-format -msgid "INTERVAL(%d) precision reduced to maximum allowed, %d" -msgstr "" - -#: utils/adt/ri_triggers.c:301 -#: utils/adt/ri_triggers.c:363 -#: utils/adt/ri_triggers.c:542 -#: utils/adt/ri_triggers.c:781 -#: utils/adt/ri_triggers.c:972 -#: utils/adt/ri_triggers.c:1133 -#: utils/adt/ri_triggers.c:1317 -#: utils/adt/ri_triggers.c:1486 -#: utils/adt/ri_triggers.c:1667 -#: utils/adt/ri_triggers.c:1837 -#: utils/adt/ri_triggers.c:2055 -#: utils/adt/ri_triggers.c:2235 -#: utils/adt/ri_triggers.c:2440 -#: utils/adt/ri_triggers.c:2536 -#: utils/adt/ri_triggers.c:2660 -#: gram.y:1780 -#, fuzzy -msgid "MATCH PARTIAL not yet implemented" -msgstr "Jammer - eienskappe nie nog geimplementeer!" - -#: gram.y:1862 -msgid "CREATE TABLE AS may not specify INTO" -msgstr "" - -#: gram.y:2283 -#, fuzzy -msgid "CREATE ASSERTION is not yet implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: gram.y:2299 -#, fuzzy -msgid "DROP ASSERTION is not yet implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: gram.y:3160 -msgid "CREATE FUNCTION / OUT parameters are not implemented" -msgstr "" - -#: gram.y:3167 -msgid "CREATE FUNCTION / INOUT parameters are not implemented" -msgstr "" - -#: utils/adt/regproc.c:639 -#: gram.y:3328 -#, fuzzy -msgid "missing argument" -msgstr "Kort argument(s)." - -#: utils/adt/regproc.c:640 -#: gram.y:3329 -msgid "Use NONE to denote the missing argument of a unary operator." -msgstr "" - -#: gram.y:4232 -msgid "column name list not allowed in CREATE TABLE / AS EXECUTE" -msgstr "" - -#: gram.y:4698 -#, fuzzy -msgid "LIMIT #,# syntax is not supported" -msgstr "Om te skryf na %1 is nie ondersteunde" - -#: gram.y:4699 -msgid "Use separate LIMIT and OFFSET clauses." -msgstr "" - -#: gram.y:4849 -msgid "For example, FROM (SELECT ...) [AS] foo." -msgstr "" - -#: gram.y:5276 -msgid "precision for type float must be at least 1 bit" -msgstr "" - -#: gram.y:5284 -msgid "precision for type float must be less than 54 bits" -msgstr "" - -#: gram.y:5298 -#: gram.y:5313 -#, fuzzy, c-format -msgid "NUMERIC precision %d must be between 1 and %d" -msgstr "Naaste tel moet wees tussen 1 en 10." - -#: gram.y:5303 -#, c-format -msgid "NUMERIC scale %d must be between 0 and precision %d" -msgstr "" - -#: gram.y:5331 -#: gram.y:5346 -#, fuzzy, c-format -msgid "DECIMAL precision %d must be between 1 and %d" -msgstr "Naaste tel moet wees tussen 1 en 10." - -#: gram.y:5336 -#, c-format -msgid "DECIMAL scale %d must be between 0 and precision %d" -msgstr "" - -#: gram.y:5396 -#: gram.y:5474 -#, c-format -msgid "length for type %s must be at least 1" -msgstr "" - -#: gram.y:5401 -#: gram.y:5479 -#, c-format -msgid "length for type %s cannot exceed %d" -msgstr "" - -#: gram.y:5552 -#, fuzzy, c-format -msgid "TIMESTAMP(%d)%s precision must not be negative" -msgstr "Nuwe presisie mag nie minder wees as ou presisie nie." - -#: gram.y:5558 -#, c-format -msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d" -msgstr "" - -#: gram.y:5593 -#, fuzzy, c-format -msgid "TIME(%d)%s precision must not be negative" -msgstr "Nuwe presisie mag nie minder wees as ou presisie nie." - -#: gram.y:5599 -#, c-format -msgid "TIME(%d)%s precision reduced to maximum allowed, %d" -msgstr "" - -#: gram.y:5745 -#: gram.y:7853 -#: gram.y:7909 -msgid "unequal number of entries in row expression" -msgstr "" - -#: gram.y:6158 -#, fuzzy -msgid "UNIQUE predicate is not yet implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: gram.y:6400 -#, c-format -msgid "CURRENT_TIME(%d) precision must not be negative" -msgstr "" - -#: gram.y:6406 -#, c-format -msgid "CURRENT_TIME(%d) precision reduced to maximum allowed, %d" -msgstr "" - -#: gram.y:6454 -#, c-format -msgid "CURRENT_TIMESTAMP(%d) precision must not be negative" -msgstr "" - -#: gram.y:6460 -#, c-format -msgid "CURRENT_TIMESTAMP(%d) precision reduced to maximum allowed, %d" -msgstr "" - -#: gram.y:6507 -#, fuzzy, c-format -msgid "LOCALTIME(%d) precision must not be negative" -msgstr "Nuwe presisie mag nie minder wees as ou presisie nie." - -#: gram.y:6513 -#, c-format -msgid "LOCALTIME(%d) precision reduced to maximum allowed, %d" -msgstr "" - -#: gram.y:6561 -#, fuzzy, c-format -msgid "LOCALTIMESTAMP(%d) precision must not be negative" -msgstr "Nuwe presisie mag nie minder wees as ou presisie nie." - -#: gram.y:6567 -#, c-format -msgid "LOCALTIMESTAMP(%d) precision reduced to maximum allowed, %d" -msgstr "" - -#: gram.y:7722 -msgid "OLD used in query that is not in a rule" -msgstr "" - -#: gram.y:7731 -msgid "NEW used in query that is not in a rule" -msgstr "" - -#: y.tab.c:18363 -msgid "syntax error; also virtual memory exhausted" -msgstr "" - -#: y.tab.c:18367 -#, fuzzy -msgid "syntax error" -msgstr "sintaks fout" - -#: y.tab.c:18481 -#, fuzzy -msgid "parser stack overflow" -msgstr "Stapel grootte verhoog" - -#: gram.y:7889 -#, c-format -msgid "operator %s is not supported for row expressions" -msgstr "" - -#: gram.y:7966 -msgid "wrong number of parameters on left side of OVERLAPS expression" -msgstr "" - -#: gram.y:7972 -msgid "wrong number of parameters on right side of OVERLAPS expression" -msgstr "" - -#: gram.y:8031 -msgid "multiple ORDER BY clauses not allowed" -msgstr "" - -#: gram.y:8039 -msgid "multiple FOR UPDATE clauses not allowed" -msgstr "" - -#: gram.y:8047 -msgid "multiple OFFSET clauses not allowed" -msgstr "" - -#: gram.y:8055 -msgid "multiple LIMIT clauses not allowed" -msgstr "" - -#: port/pg_sema.c:117 -#: port/sysv_sema.c:117 -#, fuzzy, c-format -msgid "could not create semaphores: %m" -msgstr "Kon nie skep l�er" - -#: port/pg_sema.c:118 -#: port/sysv_sema.c:118 -#, c-format -msgid "Failed system call was semget(%lu, %d, 0%o)." -msgstr "" - -#: port/pg_sema.c:122 -#: port/sysv_sema.c:122 -#, c-format -msgid "" -"This error does *not* mean that you have run out of disk space.\n" -"It occurs when either the system limit for the maximum number of semaphore sets (SEMMNI), or the system wide maximum number of semaphores (SEMMNS), would be exceeded. You need to raise the respective kernel parameter. Alternatively, reduce PostgreSQL's consumption of semaphores by reducing its max_connections parameter (currently %d).\n" -"The PostgreSQL documentation contains more information about configuring your system for PostgreSQL." -msgstr "" - -#: port/pg_sema.c:151 -#: port/sysv_sema.c:151 -#, c-format -msgid "You possibly need to raise your kernel's SEMVMX value to be at least %d. Look into the PostgreSQL documentation for details." -msgstr "" - -#: port/pg_shmem.c:94 -#: port/sysv_shmem.c:94 -#, c-format -msgid "could not create shared memory segment: %m" -msgstr "" - -#: port/pg_shmem.c:95 -#: port/sysv_shmem.c:95 -#, c-format -msgid "Failed system call was shmget(key=%lu, size=%u, 0%o)." -msgstr "" - -#: port/pg_shmem.c:99 -#: port/sysv_shmem.c:99 -#, c-format -msgid "" -"This error usually means that PostgreSQL's request for a shared memory segment exceeded your kernel's SHMMAX parameter. You can either reduce the request size or reconfigure the kernel with larger SHMMAX. To reduce the request size (currently %u bytes), reduce PostgreSQL's shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n" -"If the request size is already small, it's possible that it is less than your kernel's SHMMIN parameter, in which case raising the request size or reconfiguring SHMMIN is called for.\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" - -#: port/pg_shmem.c:112 -#: port/sysv_shmem.c:112 -#, c-format -msgid "" -"This error usually means that PostgreSQL's request for a shared memory segment exceeded available memory or swap space. To reduce the request size (currently %u bytes), reduce PostgreSQL's shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" - -#: port/pg_shmem.c:121 -#: port/sysv_shmem.c:121 -#, c-format -msgid "" -"This error does *not* mean that you have run out of disk space. It occurs either if all available shared memory IDs have been taken, in which case you need to raise the SHMMNI parameter in your kernel, or because the system's overall limit for shared memory has been reached. If you cannot increase the shared memory limit, reduce PostgreSQL's shared memory request (currently %u bytes), by reducing its shared_buffers parameter (currently %d) and/or its max_connections parameter (currently %d).\n" -"The PostgreSQL documentation contains more information about shared memory configuration." -msgstr "" - -#: postmaster/postmaster.c:359 -#, fuzzy, c-format -msgid "data directory \"%s\" does not exist" -msgstr "Argief gids doen nie bestaan." - -#: postmaster/postmaster.c:364 -#, fuzzy, c-format -msgid "could not read permissions of directory \"%s\": %m" -msgstr "Kon nie soek die gespesifiseer gids." - -#: postmaster/postmaster.c:379 -#, c-format -msgid "data directory \"%s\" has group or world access" -msgstr "" - -#: postmaster/postmaster.c:381 -msgid "Permissions should be u=rwx (0700)." -msgstr "" - -#: postmaster/postmaster.c:393 -#, c-format -msgid "" -"%s: could not find the database system\n" -"Expected to find it in the directory \"%s\",\n" -"but could not open file \"%s\": %s\n" -msgstr "" - -#: postmaster/postmaster.c:491 -#: tcop/postgres.c:2114 -msgid "assert checking is not compiled in" -msgstr "" - -#: postmaster/postmaster.c:617 -#: postmaster/postmaster.c:630 -#, fuzzy, c-format -msgid "Try \"%s --help\" for more information.\n" -msgstr "Probeer `%s --help' vir meer inligting.\n" - -#: postmaster/postmaster.c:628 -#, fuzzy, c-format -msgid "invalid argument: \"%s\"" -msgstr "Ongeldige parameter" - -#: postmaster/postmaster.c:656 -msgid "the number of buffers (-B) must be at least twice the number of allowed connections (-N) and at least 16" -msgstr "" - -#: postmaster/postmaster.c:662 -msgid "superuser_reserved_connections must be less than max_connections" -msgstr "" - -#: postmaster/postmaster.c:671 -msgid "invalid datetoken tables, please fix" -msgstr "" - -#: postmaster/postmaster.c:706 -#: tcop/postgres.c:2583 -#, c-format -msgid "%s: could not locate postgres executable" -msgstr "" - -#: postmaster/postmaster.c:715 -msgid "TCP/IP connections must be enabled for SSL" -msgstr "" - -#: postmaster/postmaster.c:789 -#, fuzzy, c-format -msgid "could not create listen socket for \"%s\"" -msgstr "Kon nie skep soket vir toegang te kry tot %1" - -#: postmaster/postmaster.c:808 -msgid "could not create TCP/IP listen socket" -msgstr "" - -#: postmaster/postmaster.c:832 -#, fuzzy -msgid "could not create Unix-domain socket" -msgstr "Kon nie skep soket vir toegang te kry tot %1" - -#: postmaster/postmaster.c:975 -#, fuzzy, c-format -msgid "could not fork background process: %s" -msgstr "Kon nie begin proses vir %1." - -#: postmaster/postmaster.c:997 -#, c-format -msgid "could not dissociate from controlling TTY: %s" -msgstr "" - -#: postmaster/postmaster.c:1017 -#, fuzzy, c-format -msgid "" -"%s is the PostgreSQL server.\n" -"\n" -msgstr "Die PostgreSQL weergawestring." - -#: postmaster/postmaster.c:1018 -#, fuzzy, c-format -msgid "" -"Usage:\n" -" %s [OPTION]...\n" -"\n" -msgstr "Gebruik so: %s [OPSIE]\n" - -#: postmaster/postmaster.c:1019 -#: tcop/postgres.c:1979 -#, fuzzy -msgid "Options:\n" -msgstr "/_Opsies" - -#: postmaster/postmaster.c:1021 -#: tcop/postgres.c:1981 -msgid " -A 1|0 enable/disable run-time assert checking\n" -msgstr "" - -#: postmaster/postmaster.c:1023 -#: tcop/postgres.c:1983 -msgid " -B NBUFFERS number of shared buffers\n" -msgstr "" - -#: postmaster/postmaster.c:1024 -#: tcop/postgres.c:1984 -msgid " -c NAME=VALUE set run-time parameter\n" -msgstr "" - -#: postmaster/postmaster.c:1025 -#, fuzzy -msgid " -d 1-5 debugging level\n" -msgstr "Stel ontfouting vlak" - -#: postmaster/postmaster.c:1026 -#: tcop/postgres.c:1986 -#, fuzzy -msgid " -D DATADIR database directory\n" -msgstr "Kan nie databasisgids skep nie!" - -#: postmaster/postmaster.c:1027 -#: tcop/postgres.c:1989 -#, fuzzy -msgid " -F turn fsync off\n" -msgstr "Skakel af rekenaar" - -#: postmaster/postmaster.c:1028 -msgid " -h HOSTNAME host name or IP address to listen on\n" -msgstr "" - -#: postmaster/postmaster.c:1029 -#, fuzzy -msgid " -i enable TCP/IP connections\n" -msgstr "Alle bedieners wat loop Tcp/ ip sal antwoord" - -#: postmaster/postmaster.c:1030 -msgid " -k DIRECTORY Unix-domain socket location\n" -msgstr "" - -#: postmaster/postmaster.c:1032 -#, fuzzy -msgid " -l enable SSL connections\n" -msgstr "Herstel alle verbindings" - -#: postmaster/postmaster.c:1034 -msgid " -N MAX-CONNECT maximum number of allowed connections\n" -msgstr "" - -#: postmaster/postmaster.c:1035 -msgid " -o OPTIONS pass \"OPTIONS\" to each server process\n" -msgstr "" - -#: postmaster/postmaster.c:1036 -#, fuzzy -msgid " -p PORT port number to listen on\n" -msgstr "Gevaal na bied koppelinge op poort %1." - -#: postmaster/postmaster.c:1037 -msgid " -S silent mode (start in background without logging output)\n" -msgstr "" - -#: postmaster/postmaster.c:1038 -#: tcop/postgres.c:1996 -#, fuzzy -msgid " --help show this help, then exit\n" -msgstr " --help wys hierdie teks en stop\n" - -#: postmaster/postmaster.c:1039 -#: tcop/postgres.c:1997 -#, fuzzy -msgid " --version output version information, then exit\n" -msgstr " --version wys weergawe-inligting en stop" - -#: postmaster/postmaster.c:1041 -#: tcop/postgres.c:1998 -#, fuzzy -msgid "" -"\n" -"Developer options:\n" -msgstr "opneem opsies" - -#: postmaster/postmaster.c:1042 -msgid " -n do not reinitialize shared memory after abnormal exit\n" -msgstr "" - -#: postmaster/postmaster.c:1043 -msgid " -s send SIGSTOP to all backend servers if one dies\n" -msgstr "" - -#: postmaster/postmaster.c:1045 -msgid "" -"\n" -"Please read the documentation for the complete list of run-time\n" -"configuration settings and how to set them on the command line or in\n" -"the configuration file.\n" -"\n" -"Report bugs to <[email protected]>.\n" -msgstr "" - -#: postmaster/postmaster.c:1140 -#, fuzzy, c-format -msgid "select() failed in postmaster: %m" -msgstr "Gevaal na skep %1 in %2: \"%3\"\n" - -#: postmaster/postmaster.c:1256 -#: postmaster/postmaster.c:1287 -#, fuzzy -msgid "incomplete startup packet" -msgstr "kon nie aanvangspakkie stuur nie: %s\n" - -#: postmaster/postmaster.c:1268 -#, fuzzy -msgid "invalid length of startup packet" -msgstr "ongeldige konteks-lengte-parameter" - -#: postmaster/postmaster.c:1320 -#, fuzzy, c-format -msgid "failed to send SSL negotiation response: %m" -msgstr "ongeldige respons is ontvang vir SSL-onderhandeling: %c\n" - -#: postmaster/postmaster.c:1349 -#, c-format -msgid "unsupported frontend protocol %u.%u: server supports %u.0 to %u.%u" -msgstr "" - -#: postmaster/postmaster.c:1413 -msgid "invalid startup packet layout: expected terminator as last byte" -msgstr "" - -#: postmaster/postmaster.c:1442 -msgid "no PostgreSQL user name specified in startup packet" -msgstr "" - -#: postmaster/postmaster.c:1495 -#, fuzzy -msgid "the database system is starting up" -msgstr "Comment=Kde is Beginne Begin" - -#: postmaster/postmaster.c:1500 -msgid "the database system is shutting down" -msgstr "" - -#: postmaster/postmaster.c:1505 -msgid "the database system is in recovery mode" -msgstr "" - -#: postmaster/postmaster.c:1510 -#: storage/ipc/sinval.c:54 -#: storage/lmgr/proc.c:231 -msgid "sorry, too many clients already" -msgstr "" - -#: postmaster/postmaster.c:1733 -msgid "received SIGHUP, reloading configuration files" -msgstr "" - -#: postmaster/postmaster.c:1784 -msgid "received smart shutdown request" -msgstr "" - -#: postmaster/postmaster.c:1821 -msgid "received fast shutdown request" -msgstr "" - -#: postmaster/postmaster.c:1828 -#, fuzzy -msgid "aborting any active transactions" -msgstr "kan geen lettertipe laai nie, besig om te laat vaar" - -#: postmaster/postmaster.c:1858 -msgid "received immediate shutdown request" -msgstr "" - -#: postmaster/postmaster.c:1925 -#, fuzzy -msgid "statistics collector process" -msgstr "Grafiese Prosesstatistiek" - -#: postmaster/postmaster.c:1938 -#, fuzzy -msgid "shutdown process" -msgstr "" -"\n" -" proses ID: " - -#: postmaster/postmaster.c:1950 -#, fuzzy -msgid "startup process" -msgstr "" -"\n" -" proses ID: " - -#: postmaster/postmaster.c:1953 -msgid "aborting startup due to startup process failure" -msgstr "" - -#: postmaster/postmaster.c:2007 -msgid "all server processes terminated; reinitializing" -msgstr "" - -#: postmaster/postmaster.c:2045 -#, fuzzy -msgid "child process" -msgstr "" -"\n" -" proses ID: " - -#: postmaster/postmaster.c:2096 -#, fuzzy -msgid "checkpoint process" -msgstr "" -"\n" -" proses ID: " - -#: postmaster/postmaster.c:2097 -#, fuzzy -msgid "bgwriter process" -msgstr "" -"\n" -" proses ID: " - -#: postmaster/postmaster.c:2098 -#, fuzzy -msgid "server process" -msgstr "" -"\n" -" proses ID: " - -#: postmaster/postmaster.c:2101 -msgid "terminating any other active server processes" -msgstr "" - -#: postmaster/postmaster.c:2177 -#, c-format -msgid "%s (PID %d) exited with exit code %d" -msgstr "" - -#: postmaster/postmaster.c:2186 -#, c-format -msgid "%s (PID %d) was terminated by signal %d" -msgstr "" - -#: postmaster/postmaster.c:2195 -#, c-format -msgid "%s (PID %d) exited with unexpected status %d" -msgstr "" - -#: postmaster/postmaster.c:2325 -#, c-format -msgid "could not fork new process for connection: %m" -msgstr "" - -#: postmaster/postmaster.c:2364 -msgid "could not fork new process for connection: " -msgstr "" - -#: postmaster/postmaster.c:2485 -#, fuzzy, c-format -msgid "connection received: host=%s port=%s" -msgstr "verbinding geweier deur bediener." - -#: postmaster/postmaster.c:2543 -#, fuzzy, c-format -msgid "connection authorized: user=%s database=%s" -msgstr "verwyder 'n databasis gebruiker" - -#: postmaster/postmaster.c:2842 -#, c-format -msgid "checkpoints are occurring too frequently (%d seconds apart)" -msgstr "" - -#: postmaster/postmaster.c:2844 -msgid "Consider increasing the configuration parameter \"checkpoint_segments\"." -msgstr "" - -#: postmaster/postmaster.c:3165 -#, fuzzy, c-format -msgid "could not fork startup process: %m" -msgstr "Kon nie begin proses vir %1." - -#: postmaster/postmaster.c:3169 -#, fuzzy, c-format -msgid "could not fork checkpoint process: %m" -msgstr "Kon nie begin proses vir %1." - -#: postmaster/postmaster.c:3173 -#, fuzzy, c-format -msgid "could not fork bgwriter process: %m" -msgstr "Kon nie begin proses vir %1." - -#: postmaster/postmaster.c:3177 -#, fuzzy, c-format -msgid "could not fork shutdown process: %m" -msgstr "Kon nie begin proses vir %1." - -#: postmaster/postmaster.c:3181 -#, fuzzy, c-format -msgid "could not fork process: %m" -msgstr "Kon nie begin proses %1" - -#: postmaster/postmaster.c:3401 -#, c-format -msgid "could not read from backend_variables file \"%s\": %m" -msgstr "" - -#: postmaster/pgstat.c:239 -#, fuzzy, c-format -msgid "could not resolve \"localhost\": %s" -msgstr "Kon nie masjiennaam opsoek nie." - -#: postmaster/pgstat.c:266 -#, c-format -msgid "could not create socket for statistics collector: %m" -msgstr "" - -#: postmaster/pgstat.c:278 -#, c-format -msgid "could not bind socket for statistics collector: %m" -msgstr "" - -#: postmaster/pgstat.c:289 -#, c-format -msgid "could not get address of socket for statistics collector: %m" -msgstr "" - -#: postmaster/pgstat.c:305 -#, c-format -msgid "could not connect socket for statistics collector: %m" -msgstr "" - -#: postmaster/pgstat.c:320 -msgid "disabling statistics collector for lack of working socket" -msgstr "" - -#: postmaster/pgstat.c:334 -#, c-format -msgid "could not set statistics collector socket to nonblocking mode: %m" -msgstr "" - -#: postmaster/pgstat.c:345 -#, c-format -msgid "could not create pipe for statistics collector: %m" -msgstr "" - -#: postmaster/pgstat.c:506 -msgid "statistics collector startup skipped" -msgstr "" - -#: postmaster/pgstat.c:541 -#, fuzzy, c-format -msgid "could not fork statistics buffer: %m" -msgstr "Kon nie ontvang van dokument statistieke.\n" - -#: postmaster/pgstat.c:944 -msgid "must be superuser to reset statistics counters" -msgstr "" - -#: postmaster/pgstat.c:1439 -#, c-format -msgid "could not create pipe for statistics buffer: %m" -msgstr "" - -#: postmaster/pgstat.c:1452 -#, fuzzy, c-format -msgid "could not fork statistics collector: %m" -msgstr "Kon nie ontvang van dokument statistieke.\n" - -#: postmaster/pgstat.c:1536 -#: postmaster/pgstat.c:1549 -#: postmaster/pgstat.c:1838 -#: postmaster/pgstat.c:2094 -#: postmaster/pgstat.c:2126 -#: postmaster/pgstat.c:2180 -#: postmaster/pgstat.c:2441 -#: postmaster/pgstat.c:2502 -#: postmaster/pgstat.c:2548 -#: postmaster/pgstat.c:2599 -#: postmaster/pgstat.c:2828 -#: postmaster/pgstat.c:3010 -msgid "out of memory in statistics collector --- abort" -msgstr "" - -#: postmaster/pgstat.c:1615 -#, c-format -msgid "select() failed in statistics collector: %m" -msgstr "" - -#: postmaster/pgstat.c:1657 -#, c-format -msgid "could not read from statistics collector pipe: %m" -msgstr "" - -#: postmaster/pgstat.c:1676 -#, fuzzy -msgid "invalid statistics message length" -msgstr "ongeldige konteks-lengte-parameter" - -#: postmaster/pgstat.c:1826 -#, c-format -msgid "could not set statistics collector pipe to nonblocking mode: %m" -msgstr "" - -#: postmaster/pgstat.c:1866 -#, fuzzy -msgid "statistics buffer is full" -msgstr "'%s' is waarskynlik 'n bin�re buffer." - -#: postmaster/pgstat.c:1899 -#, c-format -msgid "select() failed in statistics buffer: %m" -msgstr "" - -#: postmaster/pgstat.c:1915 -#, fuzzy, c-format -msgid "could not read statistics message: %m" -msgstr "Kon nie ontvang van dokument statistieke.\n" - -#: postmaster/pgstat.c:1980 -#, c-format -msgid "could not write to statistics collector pipe: %m" -msgstr "" - -#: postmaster/pgstat.c:2034 -#, fuzzy, c-format -msgid "invalid server process ID %d" -msgstr "Ongeldige bediener-id gebruik: %s" - -#: postmaster/pgstat.c:2229 -#, fuzzy, c-format -msgid "could not open temporary statistics file \"%s\": %m" -msgstr "Kon nie open l�er vir om te skryf." - -#: postmaster/pgstat.c:2256 -msgid "database hash table corrupted during cleanup --- abort" -msgstr "" - -#: postmaster/pgstat.c:2293 -#, c-format -msgid "tables hash table for database %u corrupted during cleanup --- abort" -msgstr "" - -#: postmaster/pgstat.c:2342 -#, c-format -msgid "could not close temporary statistics file \"%s\": %m" -msgstr "" - -#: postmaster/pgstat.c:2351 -#, c-format -msgid "could not rename temporary statistics file \"%s\" to \"%s\": %m" -msgstr "" - -#: postmaster/pgstat.c:2373 -msgid "dead-server-process hash table corrupted during cleanup --- abort" -msgstr "" - -#: postmaster/pgstat.c:2484 -#: postmaster/pgstat.c:2516 -#: postmaster/pgstat.c:2579 -#: postmaster/pgstat.c:2612 -#: postmaster/pgstat.c:2633 -#: postmaster/pgstat.c:2679 -#: postmaster/pgstat.c:2712 -#, fuzzy -msgid "corrupted pgstat.stat file" -msgstr "" -"statistiek roep op l�er %1 gevaal\n" -"Fout: %2" - -#: rewrite/rewriteDefine.c:103 -#: rewrite/rewriteDefine.c:580 -#, fuzzy, c-format -msgid "rule \"%s\" for relation \"%s\" already exists" -msgstr "E226: afkorting bestaan already vir %s" - -#: rewrite/rewriteDefine.c:233 -msgid "rule actions on OLD are not implemented" -msgstr "" - -#: rewrite/rewriteDefine.c:234 -msgid "Use views or triggers instead." -msgstr "" - -#: rewrite/rewriteDefine.c:238 -msgid "rule actions on NEW are not implemented" -msgstr "" - -#: rewrite/rewriteDefine.c:239 -#, fuzzy -msgid "Use triggers instead." -msgstr "Gebruik bzip2 in plaas van van gzip" - -#: rewrite/rewriteDefine.c:256 -msgid "INSTEAD NOTHING rules on SELECT are not implemented" -msgstr "" - -#: rewrite/rewriteDefine.c:257 -#, fuzzy -msgid "Use views instead." -msgstr "Gebruik bzip2 in plaas van van gzip" - -#: rewrite/rewriteDefine.c:265 -msgid "multiple actions for rules on SELECT are not implemented" -msgstr "" - -#: rewrite/rewriteDefine.c:274 -msgid "rules on SELECT must have action INSTEAD SELECT" -msgstr "" - -#: rewrite/rewriteDefine.c:282 -msgid "event qualifications are not implemented for rules on SELECT" -msgstr "" - -#: rewrite/rewriteDefine.c:302 -msgid "SELECT rule's target list has too many entries" -msgstr "" - -#: rewrite/rewriteDefine.c:318 -msgid "cannot convert relation containing dropped columns to view" -msgstr "" - -#: rewrite/rewriteDefine.c:323 -#, c-format -msgid "SELECT rule's target entry %d has different column name from \"%s\"" -msgstr "" - -#: rewrite/rewriteDefine.c:328 -#, c-format -msgid "SELECT rule's target entry %d has different type from column \"%s\"" -msgstr "" - -#: rewrite/rewriteDefine.c:341 -#, c-format -msgid "SELECT rule's target entry %d has different size from column \"%s\"" -msgstr "" - -#: rewrite/rewriteDefine.c:347 -msgid "SELECT rule's target list has too few entries" -msgstr "" - -#: rewrite/rewriteDefine.c:362 -#, fuzzy, c-format -msgid "\"%s\" is already a view" -msgstr "Die naam '%1' is alreeds gebruik word" - -#: rewrite/rewriteDefine.c:386 -#, c-format -msgid "view rule for \"%s\" must be named \"%s\"" -msgstr "" - -#: rewrite/rewriteDefine.c:406 -#, c-format -msgid "could not convert table \"%s\" to a view because it is not empty" -msgstr "" - -#: rewrite/rewriteDefine.c:413 -#, c-format -msgid "could not convert table \"%s\" to a view because it has triggers" -msgstr "" - -#: rewrite/rewriteDefine.c:415 -msgid "In particular, the table may not be involved in any foreign key relationships." -msgstr "" - -#: rewrite/rewriteDefine.c:420 -#, c-format -msgid "could not convert table \"%s\" to a view because it has indexes" -msgstr "" - -#: rewrite/rewriteDefine.c:426 -#, c-format -msgid "could not convert table \"%s\" to a view because it has child tables" -msgstr "" - -#: rewrite/rewriteHandler.c:456 -#: rewrite/rewriteHandler.c:470 -#, c-format -msgid "multiple assignments to same column \"%s\"" -msgstr "" - -#: rewrite/rewriteHandler.c:880 -#: rewrite/rewriteHandler.c:1162 -#, c-format -msgid "infinite recursion detected in rules for relation \"%s\"" -msgstr "" - -#: rewrite/rewriteHandler.c:1272 -#, fuzzy -msgid "cannot insert into a view" -msgstr "kan nie re�l invoeg/aanlas nie" - -#: rewrite/rewriteHandler.c:1273 -msgid "You need an unconditional ON INSERT DO INSTEAD rule." -msgstr "" - -#: rewrite/rewriteHandler.c:1278 -#, fuzzy -msgid "cannot update a view" -msgstr "/Beskou l�erinligting" - -#: rewrite/rewriteHandler.c:1279 -msgid "You need an unconditional ON UPDATE DO INSTEAD rule." -msgstr "" - -#: rewrite/rewriteHandler.c:1284 -#, fuzzy -msgid "cannot delete from a view" -msgstr "E230: Kan nie lees uit \"%s\" nie" - -#: rewrite/rewriteHandler.c:1285 -msgid "You need an unconditional ON DELETE DO INSTEAD rule." -msgstr "" - -#: rewrite/rewriteManip.c:734 -#: rewrite/rewriteManip.c:790 -msgid "conditional utility statements are not implemented" -msgstr "" - -#: rewrite/rewriteManip.c:890 -msgid "cannot handle whole-row reference" -msgstr "" - -#: storage/buffer/buf_table.c:95 -#: storage/freespace/freespace.c:1016 -#: storage/ipc/shmem.c:182 -#: storage/ipc/shmem.c:243 -#: storage/ipc/shmem.c:374 -#: storage/lmgr/lock.c:465 -#: storage/lmgr/lock.c:513 -#: storage/lmgr/proc.c:166 -msgid "out of shared memory" -msgstr "gedeelde-geheue is vol" - -#: storage/buffer/bufmgr.c:236 -#, c-format -msgid "invalid page header in block %u of relation \"%s\"; zeroing out page" -msgstr "" - -#: storage/buffer/bufmgr.c:243 -#, c-format -msgid "invalid page header in block %u of relation \"%s\"" -msgstr "" - -#: storage/buffer/bufmgr.c:1996 -#, fuzzy, c-format -msgid "could not write block %u of %u/%u" -msgstr "Kon nie skryf na %1" - -#: storage/buffer/bufmgr.c:2000 -msgid "Multiple failures --- write error may be permanent." -msgstr "" - -#: storage/buffer/bufmgr.c:2033 -#, fuzzy, c-format -msgid "writing block %u of relation %u/%u" -msgstr "Voeg 'n komposisieverwantskap in" - -#: storage/buffer/localbuf.c:85 -msgid "no empty local buffer available" -msgstr "" - -#: storage/file/fd.c:346 -msgid "insufficient file descriptors available to start server process" -msgstr "" - -#: storage/file/fd.c:347 -#, c-format -msgid "System allows %d, we need at least %d." -msgstr "" - -#: storage/file/fd.c:388 -#: storage/file/fd.c:1128 -#: storage/file/fd.c:1207 -#, c-format -msgid "out of file descriptors: %m; release and retry" -msgstr "" - -#: storage/freespace/freespace.c:275 -#: storage/freespace/freespace.c:293 -#: storage/freespace/freespace.c:312 -msgid "insufficient shared memory for free space map" -msgstr "" - -#: storage/freespace/freespace.c:305 -#, c-format -msgid "max_fsm_pages must exceed max_fsm_relations * %d" -msgstr "" - -#: storage/freespace/freespace.c:340 -msgid "max_fsm_pages is too large" -msgstr "" - -#: storage/freespace/freespace.c:711 -#, c-format -msgid "free space map: %d relations, %d pages stored; %.0f total pages needed" -msgstr "" - -#: storage/freespace/freespace.c:713 -#, c-format -msgid "Allocated FSM size: %d relations + %d pages = %.0f kB shared memory." -msgstr "" - -#: storage/ipc/shmem.c:408 -#, fuzzy, c-format -msgid "could not allocate shared memory segment \"%s\"" -msgstr "Kon nie toeken geheue vir vermo�ns lys." - -#: storage/lmgr/deadlock.c:867 -#, c-format -msgid "Process %d waits for %s on transaction %u; blocked by process %d." -msgstr "" - -#: storage/lmgr/deadlock.c:877 -#, c-format -msgid "Process %d waits for %s on relation %u of database %u; blocked by process %d." -msgstr "" - -#: storage/lmgr/deadlock.c:887 -msgid "deadlock detected" -msgstr "dooiepunt gevind" - -#: storage/lmgr/lock.c:466 -#: storage/lmgr/lock.c:514 -msgid "You may need to increase max_locks_per_transaction." -msgstr "" - -#: storage/page/bufpage.c:137 -#: storage/page/bufpage.c:335 -#: storage/page/bufpage.c:474 -#, c-format -msgid "corrupted page pointers: lower = %u, upper = %u, special = %u" -msgstr "" - -#: storage/page/bufpage.c:379 -#, fuzzy, c-format -msgid "corrupted item pointer: %u" -msgstr "Null wyser argument" - -#: storage/page/bufpage.c:394 -#, c-format -msgid "corrupted item lengths: total %u, available space %u" -msgstr "" - -#: storage/page/bufpage.c:492 -#, c-format -msgid "corrupted item pointer: offset = %u, size = %u" -msgstr "" - -#: storage/smgr/md.c:297 -#, fuzzy, c-format -msgid "could not open relation %u/%u: %m" -msgstr "Kon nie open l�er %1" - -#: storage/smgr/md.c:713 -#, c-format -msgid "could not open segment %u of relation %u/%u (target block %u): %m" -msgstr "" - -#: storage/smgr/smgr.c:227 -#, fuzzy, c-format -msgid "could not close relation %u/%u: %m" -msgstr "E321: Kon nie \"%s\" herlaai nie" - -#: storage/smgr/smgr.c:308 -#, fuzzy, c-format -msgid "could not create relation %u/%u: %m" -msgstr "Kon nie skep l�er" - -#: storage/smgr/smgr.c:427 -#, fuzzy, c-format -msgid "could not unlink relation %u/%u: %m" -msgstr "E321: Kon nie \"%s\" herlaai nie" - -#: storage/smgr/smgr.c:446 -#, fuzzy, c-format -msgid "could not extend relation %u/%u: %m" -msgstr "E321: Kon nie \"%s\" herlaai nie" - -#: storage/smgr/smgr.c:449 -msgid "Check free disk space." -msgstr "Meet ongebruikte skyfspasie." - -#: storage/smgr/smgr.c:466 -#, fuzzy, c-format -msgid "could not read block %u of relation %u/%u: %m" -msgstr "Kon nie lees databasis opneem\n" - -#: storage/smgr/smgr.c:484 -#, fuzzy, c-format -msgid "could not write block %u of relation %u/%u: %m" -msgstr "Kon nie skryf die projek l�er." - -#: storage/smgr/smgr.c:513 -#, c-format -msgid "could not count blocks of relation %u/%u: %m" -msgstr "" - -#: storage/smgr/smgr.c:547 -#: storage/smgr/smgr.c:725 -#, c-format -msgid "could not truncate relation %u/%u to %u blocks: %m" -msgstr "" - -#: tcop/fastpath.c:106 -#: tcop/fastpath.c:450 -#: tcop/fastpath.c:573 -#, c-format -msgid "invalid argument size %d in function call message" -msgstr "" - -#: tcop/fastpath.c:305 -#: tcop/postgres.c:797 -#: tcop/postgres.c:1117 -#: tcop/postgres.c:1575 -msgid "current transaction is aborted, commands ignored until end of transaction block" -msgstr "" - -#: tcop/fastpath.c:420 -#: tcop/fastpath.c:543 -#, c-format -msgid "function call message contains %d arguments but function requires %d" -msgstr "" - -#: tcop/fastpath.c:428 -#, c-format -msgid "function call message contains %d argument formats but %d arguments" -msgstr "" - -#: tcop/fastpath.c:511 -#: tcop/fastpath.c:596 -#, c-format -msgid "incorrect binary data format in function argument %d" -msgstr "" - -#: tcop/postgres.c:334 -#: tcop/postgres.c:346 -#: tcop/postgres.c:357 -#: tcop/postgres.c:369 -#: tcop/postgres.c:3067 -#, fuzzy, c-format -msgid "invalid frontend message type %d" -msgstr "ongeldige karakter `%c' in tipe-string `%s'" - -#: tcop/postgres.c:467 -#, fuzzy, c-format -msgid "statement: %s" -msgstr "Stelling" - -#: tcop/postgres.c:960 -#, c-format -msgid "duration: %ld.%03ld ms" -msgstr "" - -#: tcop/postgres.c:973 -#, c-format -msgid "duration: %ld.%03ld ms statement: %s" -msgstr "" - -#: tcop/postgres.c:1081 -msgid "cannot insert multiple commands into a prepared statement" -msgstr "" - -#: tcop/postgres.c:1275 -#, c-format -msgid "bind message has %d parameter formats but %d parameters" -msgstr "" - -#: tcop/postgres.c:1288 -#: tcop/postgres.c:1652 -msgid "unnamed prepared statement does not exist" -msgstr "" - -#: tcop/postgres.c:1294 -#, c-format -msgid "bind message supplies %d parameters, but prepared statement \"%s\" requires %d" -msgstr "" - -#: tcop/postgres.c:1424 -#, c-format -msgid "incorrect binary data format in bind parameter %d" -msgstr "" - -#: tcop/postgres.c:1507 -#: tcop/postgres.c:1705 -#, fuzzy, c-format -msgid "portal \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: tcop/postgres.c:1802 -msgid "terminating connection because of crash of another server process" -msgstr "" - -#: tcop/postgres.c:1803 -msgid "The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory." -msgstr "" - -#: tcop/postgres.c:1807 -msgid "In a moment you should be able to reconnect to the database and repeat your command." -msgstr "" - -#: tcop/postgres.c:1922 -msgid "floating-point exception" -msgstr "wisselpuntgetaluitsondering" - -#: tcop/postgres.c:1923 -msgid "An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero." -msgstr "" - -#: tcop/postgres.c:1958 -msgid "terminating connection due to administrator command" -msgstr "" - -#: tcop/postgres.c:1967 -msgid "canceling query due to user request" -msgstr "" - -#: tcop/postgres.c:1976 -#, c-format -msgid "" -"%s is the PostgreSQL stand-alone backend. It is not\n" -"intended to be used by normal users.\n" -"\n" -msgstr "" - -#: tcop/postgres.c:1978 -#, fuzzy, c-format -msgid "" -"Usage:\n" -" %s [OPTION]... [DBNAME]\n" -"\n" -msgstr "Gebruik so: %s [OPSIE]... [ L�ER ]\n" - -#: tcop/postgres.c:1985 -#, fuzzy -msgid " -d 0-5 debugging level (0 is off)\n" -msgstr "Hierdie vlak is gebroke" - -#: tcop/postgres.c:1987 -msgid " -e use European date input format (DMY)\n" -msgstr "" - -#: tcop/postgres.c:1988 -msgid " -E echo query before execution\n" -msgstr "" - -#: tcop/postgres.c:1990 -msgid " -N do not use newline as interactive query delimiter\n" -msgstr "" - -#: tcop/postgres.c:1991 -msgid " -o FILENAME send stdout and stderr to given file\n" -msgstr "" - -#: tcop/postgres.c:1992 -#, fuzzy -msgid " -P disable system indexes\n" -msgstr "Vertoon stelsellas" - -#: tcop/postgres.c:1993 -msgid " -s show statistics after each query\n" -msgstr "" - -#: tcop/postgres.c:1994 -msgid " -S WORK-MEM set amount of memory for sorts (in kbytes)\n" -msgstr "" - -#: tcop/postgres.c:1995 -msgid " --describe-config describe configuration parameters, then exit\n" -msgstr "" - -#: tcop/postgres.c:1999 -msgid " -f s|i|n|m|h forbid use of some plan types\n" -msgstr "" - -#: tcop/postgres.c:2000 -#, fuzzy -msgid " -i do not execute queries\n" -msgstr "Voer arbitr�re SQL-navrae uit." - -#: tcop/postgres.c:2001 -msgid " -O allow system table structure changes\n" -msgstr "" - -#: tcop/postgres.c:2002 -msgid " -t pa|pl|ex show timings after each query\n" -msgstr "" - -#: tcop/postgres.c:2003 -msgid " -W NUM wait NUM seconds to allow attach from a debugger\n" -msgstr "" - -#: tcop/postgres.c:2004 -#, fuzzy -msgid "" -"\n" -"Report bugs to <[email protected]>.\n" -msgstr "" -"\n" -"Rapporteer foute aan <[email protected]>.\n" - -#: tcop/postgres.c:2461 -msgid "statement-level statistics are disabled because parser, planner, or executor statistics are on" -msgstr "" - -#: tcop/postgres.c:2548 -msgid "invalid command-line arguments for server process" -msgstr "" - -#: tcop/postgres.c:2549 -#: tcop/postgres.c:2565 -#, fuzzy, c-format -msgid "Try \"%s --help\" for more information." -msgstr "Probeer `%s --help' vir meer inligting.\n" - -#: tcop/postgres.c:2563 -#, fuzzy, c-format -msgid "%s: invalid command-line arguments" -msgstr "Opsionele opdrag lyn argumente:" - -#: tcop/postgres.c:2573 -#, c-format -msgid "%s: no database nor user name specified" -msgstr "" - -#: tcop/postgres.c:2980 -#, fuzzy, c-format -msgid "invalid CLOSE message subtype %d" -msgstr "" -"Maak toe en gooi weg\n" -"geredigeerde boodskap?" - -#: tcop/postgres.c:3010 -#, fuzzy, c-format -msgid "invalid DESCRIBE message subtype %d" -msgstr "ongeldige teruggee-waarde van boodskapvenster" - -#: tcop/postgres.c:3249 -#, fuzzy, c-format -msgid "disconnection: session time: %s%s%s%s%s" -msgstr "Herstel sessie tyd" - -#: tcop/pquery.c:352 -#, c-format -msgid "bind message has %d result formats but query has %d columns" -msgstr "" - -#: tcop/pquery.c:426 -#: tcop/pquery.c:941 -#, c-format -msgid "portal \"%s\" cannot be run anymore" -msgstr "" - -#: tcop/pquery.c:615 -msgid "cursor can only scan forward" -msgstr "" - -#: tcop/pquery.c:616 -msgid "Declare it with SCROLL option to enable backward scan." -msgstr "" - -#: tcop/utility.c:76 -#, c-format -msgid "table \"%s\" does not exist" -msgstr "tabel \"%s\" bestaan nie" - -#: tcop/utility.c:78 -msgid "Use DROP TABLE to remove a table." -msgstr "" - -#: tcop/utility.c:81 -#, c-format -msgid "sequence \"%s\" does not exist" -msgstr "reeks \"%s\" bestaan nie" - -#: tcop/utility.c:83 -msgid "Use DROP SEQUENCE to remove a sequence." -msgstr "" - -#: tcop/utility.c:86 -#, c-format -msgid "view \"%s\" does not exist" -msgstr "aansig \"%s\" bestaan nie" - -#: tcop/utility.c:88 -msgid "Use DROP VIEW to remove a view." -msgstr "" - -#: tcop/utility.c:91 -#, c-format -msgid "index \"%s\" does not exist" -msgstr "indeks \"%s\" bestaan nie" - -#: tcop/utility.c:93 -msgid "Use DROP INDEX to remove an index." -msgstr "" - -#: tcop/utility.c:97 -#, fuzzy, c-format -msgid "\"%s\" is not a type" -msgstr "Rekening tipe is nie ondersteunde" - -#: tcop/utility.c:98 -#, fuzzy -msgid "Use DROP TYPE to remove a type." -msgstr "Kliek hier na verwyder die gekose l�er tipe." - -#: tcop/utility.c:603 -#: tcop/utility.c:665 -msgid "must be superuser to alter owner" -msgstr "" - -#: tcop/utility.c:985 -msgid "must be superuser to do CHECKPOINT" -msgstr "" - -#: utils/adt/array_userfuncs.c:50 -msgid "could not determine input data types" -msgstr "" - -#: utils/adt/array_userfuncs.c:72 -msgid "neither input type is an array" -msgstr "" - -#: utils/adt/array_userfuncs.c:99 -msgid "argument must be empty or one-dimensional array" -msgstr "" - -#: utils/adt/array_userfuncs.c:198 -#: utils/adt/array_userfuncs.c:210 -#: utils/adt/array_userfuncs.c:247 -#: utils/adt/array_userfuncs.c:280 -#: utils/adt/array_userfuncs.c:308 -msgid "cannot concatenate incompatible arrays" -msgstr "" - -#: utils/adt/array_userfuncs.c:199 -#, c-format -msgid "Arrays of %d and %d dimensions are not compatible for concatenation." -msgstr "" - -#: utils/adt/array_userfuncs.c:211 -#, c-format -msgid "Arrays with element types %s and %s are not compatible for concatenation." -msgstr "" - -#: utils/adt/array_userfuncs.c:248 -msgid "Arrays with differing element dimensions are not compatible for concatenation." -msgstr "" - -#: utils/adt/array_userfuncs.c:281 -#: utils/adt/array_userfuncs.c:309 -msgid "Arrays with differing dimensions are not compatible for concatenation." -msgstr "" - -#: utils/adt/array_userfuncs.c:354 -#, c-format -msgid "invalid array element type OID: %u" -msgstr "" - -#: utils/adt/array_userfuncs.c:358 -#: utils/adt/arrayfuncs.c:891 -#: utils/adt/arrayfuncs.c:2229 -#, fuzzy, c-format -msgid "invalid number of dimensions: %d" -msgstr "ongeldige buffernommer" - -#: utils/adt/acl.c:102 -#: utils/adt/name.c:90 -#, fuzzy -msgid "identifier too long" -msgstr "[string te lank]" - -#: utils/adt/acl.c:103 -#: utils/adt/name.c:91 -#, fuzzy, c-format -msgid "Identifier must be less than %d characters." -msgstr "Nuwe lengte mag nie minder wees as ou lengte nie." - -#: utils/adt/acl.c:190 -#, fuzzy, c-format -msgid "unrecognized key word: \"%s\"" -msgstr "Dinamiese Woord Oorvloei" - -#: utils/adt/acl.c:191 -msgid "ACL key word must be \"group\" or \"user\"." -msgstr "" - -#: utils/adt/acl.c:196 -msgid "missing name" -msgstr "naam ontbreek" - -#: utils/adt/acl.c:197 -msgid "A name must follow the \"group\" or \"user\" key word." -msgstr "" - -#: utils/adt/acl.c:205 -msgid "missing \"=\" sign" -msgstr "\"=\"-teken ontbreek" - -#: utils/adt/acl.c:252 -#, c-format -msgid "invalid mode character: must be one of \"%s\"" -msgstr "" - -#: utils/adt/acl.c:282 -#, fuzzy -msgid "a name must follow the \"/\" sign" -msgstr "E156: Ontbrekende tekennaam" - -#: utils/adt/acl.c:291 -#, c-format -msgid "defaulting grantor to user ID %u" -msgstr "" - -#: utils/adt/acl.c:350 -msgid "extra garbage at the end of the ACL specification" -msgstr "" - -#: utils/adt/acl.c:717 -#, fuzzy -msgid "dependent privileges exist" -msgstr "Jy moet nie bestaan!\n" - -#: utils/adt/acl.c:718 -msgid "Use CASCADE to revoke them too." -msgstr "" - -#: utils/adt/acl.c:851 -#, fuzzy -msgid "cannot specify both user and group" -msgstr "die gebruikernaam en groepnaam mag nie albei ontbreek nie" - -#: utils/adt/acl.c:912 -#: utils/adt/acl.c:1137 -#: utils/adt/acl.c:1349 -#: utils/adt/acl.c:1553 -#: utils/adt/acl.c:1757 -#: utils/adt/acl.c:1966 -#, fuzzy, c-format -msgid "unrecognized privilege type: \"%s\"" -msgstr "Verander partisietipe" - -#: utils/adt/acl.c:1526 -#: utils/adt/regproc.c:117 -#: utils/adt/regproc.c:138 -#: utils/adt/regproc.c:290 -#, fuzzy, c-format -msgid "function \"%s\" does not exist" -msgstr "L�er \"%s\" bestaan nie" - -#: utils/adt/like.c:453 -#: utils/adt/like_match.c:291 -#: utils/adt/regexp.c:461 -#, fuzzy -msgid "invalid escape string" -msgstr "ongeldige formaatstring: `%s'" - -#: utils/adt/like.c:454 -#: utils/adt/like_match.c:292 -#: utils/adt/regexp.c:462 -msgid "Escape string must be empty or one character." -msgstr "" - -#: utils/adt/arrayfuncs.c:219 -#: utils/adt/arrayfuncs.c:231 -#, fuzzy -msgid "missing dimension value" -msgstr "E418: Ongeldige waarde: %s" - -#: utils/adt/arrayfuncs.c:241 -#, fuzzy -msgid "missing \"]\" in array dimensions" -msgstr "Opvul in die kort woord:" - -#: utils/adt/arrayfuncs.c:249 -msgid "upper bound cannot be less than lower bound" -msgstr "" - -#: utils/adt/arrayfuncs.c:261 -msgid "array value must start with \"{\" or dimension information" -msgstr "" - -#: utils/adt/arrayfuncs.c:272 -#, fuzzy -msgid "missing assignment operator" -msgstr "Patroon Intern Operateur" - -#: utils/adt/arrayfuncs.c:300 -msgid "missing left brace" -msgstr "linkerhakie ontbreek" - -#: utils/adt/arrayfuncs.c:356 -#: utils/adt/arrayfuncs.c:365 -#: utils/adt/arrayfuncs.c:390 -#: utils/adt/arrayfuncs.c:484 -#: utils/adt/arrayfuncs.c:496 -#: utils/adt/arrayfuncs.c:517 -#: utils/adt/arrayfuncs.c:532 -#: utils/adt/arrayfuncs.c:570 -#, fuzzy, c-format -msgid "malformed array literal: \"%s\"" -msgstr "Os/2 Biskaart Skikking" - -#: utils/adt/arrayfuncs.c:902 -#, fuzzy -msgid "invalid array flags" -msgstr "ongeldige waarde vir 'ai_flags'" - -#: utils/adt/arrayfuncs.c:910 -msgid "wrong element type" -msgstr "verkeerde elementtipe" - -#: utils/adt/arrayfuncs.c:953 -#: utils/cache/lsyscache.c:1702 -#, c-format -msgid "no binary input function available for type %s" -msgstr "" - -#: utils/adt/arrayfuncs.c:1046 -#, c-format -msgid "improper binary format in array element %d" -msgstr "" - -#: utils/adt/arrayfuncs.c:1125 -#: utils/cache/lsyscache.c:1738 -#, c-format -msgid "no binary output function available for type %s" -msgstr "" - -#: utils/adt/arrayfuncs.c:1475 -msgid "slices of fixed-length arrays not implemented" -msgstr "" - -#: utils/adt/arrayfuncs.c:1613 -#: utils/adt/arrayfuncs.c:1618 -#: utils/adt/arrayfuncs.c:1658 -#: utils/adt/arrayfuncs.c:1680 -#: utils/adt/arrayfuncs.c:1692 -#: utils/adt/arrayfuncs.c:1847 -#: utils/adt/arrayfuncs.c:1864 -#: utils/adt/arrayfuncs.c:1875 -#: utils/adt/arrayfuncs.c:1884 -#: utils/adt/arrayfuncs.c:1895 -#, fuzzy -msgid "invalid array subscripts" -msgstr "Os/2 Biskaart Skikking" - -#: utils/adt/arrayfuncs.c:1809 -msgid "updates on slices of fixed-length arrays not implemented" -msgstr "" - -#: utils/adt/arrayfuncs.c:1907 -#, fuzzy -msgid "source array too small" -msgstr "'ANCHOR_BUF_SIZE' is te klein" - -#: utils/adt/arrayfuncs.c:2131 -#: utils/adt/arrayfuncs.c:3027 -msgid "null array elements not supported" -msgstr "" - -#: utils/adt/arrayfuncs.c:2371 -#: utils/adt/arrayfuncs.c:2526 -msgid "cannot compare arrays of different element types" -msgstr "" - -#: utils/adt/arrayfuncs.c:2543 -#, c-format -msgid "could not identify a comparison function for type %s" -msgstr "" - -#: utils/adt/arrayfuncs.c:2917 -msgid "could not determine target array type" -msgstr "" - -#: utils/adt/arrayfuncs.c:2923 -#, fuzzy -msgid "target type is not an array" -msgstr "Rekening tipe is nie ondersteunde" - -#: utils/adt/arrayfuncs.c:2935 -msgid "array coercion to domain type elements not currently supported" -msgstr "" - -#: utils/adt/ascii.c:68 -#, c-format -msgid "encoding conversion from %s to ASCII not supported" -msgstr "" - -#: utils/adt/bool.c:80 -#, c-format -msgid "invalid input syntax for type boolean: \"%s\"" -msgstr "" - -#: utils/adt/cash.c:198 -#, c-format -msgid "invalid input syntax for type money: \"%s\"" -msgstr "" - -#: utils/adt/cash.c:496 -#: utils/adt/cash.c:548 -#: utils/adt/cash.c:601 -#: utils/adt/cash.c:653 -#: utils/adt/char.c:186 -#: utils/adt/float.c:597 -#: utils/adt/float.c:661 -#: utils/adt/float.c:1903 -#: utils/adt/float.c:1965 -#: utils/adt/geo_ops.c:3809 -#: utils/adt/int.c:652 -#: utils/adt/int.c:717 -#: utils/adt/int.c:758 -#: utils/adt/int.c:799 -#: utils/adt/int.c:813 -#: utils/adt/int.c:827 -#: utils/adt/int.c:841 -#: utils/adt/int.c:855 -#: utils/adt/int8.c:534 -#: utils/adt/int8.c:563 -#: utils/adt/int8.c:641 -#: utils/adt/int8.c:682 -#: utils/adt/numeric.c:3678 -#: utils/adt/timestamp.c:2002 -msgid "division by zero" -msgstr "deling deur nul" - -#: utils/adt/date.c:87 -#: utils/adt/datetime.c:1309 -#: utils/adt/datetime.c:2073 -msgid "date/time value \"current\" is no longer supported" -msgstr "" - -#: utils/adt/date.c:745 -#: utils/adt/date.c:788 -#: utils/adt/date.c:1350 -#: utils/adt/date.c:1387 -#: utils/adt/date.c:2289 -#: utils/adt/datetime.c:1617 -#: utils/adt/datetime.c:1642 -#: utils/adt/datetime.c:1667 -#: utils/adt/formatting.c:2891 -#: utils/adt/formatting.c:2916 -#: utils/adt/formatting.c:2975 -#: utils/adt/nabstime.c:630 -#: utils/adt/nabstime.c:673 -#: utils/adt/nabstime.c:703 -#: utils/adt/nabstime.c:746 -#: utils/adt/timestamp.c:155 -#: utils/adt/timestamp.c:382 -#: utils/adt/timestamp.c:1735 -#: utils/adt/timestamp.c:1756 -#: utils/adt/timestamp.c:1813 -#: utils/adt/timestamp.c:1836 -#: utils/adt/timestamp.c:2218 -#: utils/adt/timestamp.c:2329 -#: utils/adt/timestamp.c:2563 -#: utils/adt/timestamp.c:2621 -#: utils/adt/timestamp.c:2678 -#: utils/adt/timestamp.c:2737 -#: utils/adt/timestamp.c:3041 -#: utils/adt/timestamp.c:3147 -#: utils/adt/timestamp.c:3154 -#: utils/adt/timestamp.c:3167 -#: utils/adt/timestamp.c:3175 -#: utils/adt/timestamp.c:3249 -#: utils/adt/timestamp.c:3368 -#: utils/adt/timestamp.c:3376 -#: utils/adt/timestamp.c:3655 -#: utils/adt/timestamp.c:3662 -#: utils/adt/timestamp.c:3689 -#: utils/adt/timestamp.c:3693 -#, fuzzy -msgid "timestamp out of range" -msgstr "Opsie %s is buite bereik!" - -#: utils/adt/date.c:815 -msgid "cannot convert reserved abstime value to date" -msgstr "" - -#: utils/adt/date.c:876 -#, c-format -msgid "invalid input syntax for type date: \"%s\"" -msgstr "" - -#: utils/adt/date.c:1604 -#, c-format -msgid "invalid input syntax for type time: \"%s\"" -msgstr "" - -#: utils/adt/date.c:1638 -#: utils/adt/date.c:1708 -#: utils/adt/date.c:1727 -#, fuzzy, c-format -msgid "\"time\" units \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: utils/adt/date.c:2367 -#, c-format -msgid "invalid input syntax for type time with time zone: \"%s\"" -msgstr "" - -#: utils/adt/date.c:2401 -#: utils/adt/date.c:2485 -#: utils/adt/date.c:2504 -#, c-format -msgid "\"time with time zone\" units \"%s\" not recognized" -msgstr "" - -#: utils/adt/date.c:2534 -#: utils/adt/date.c:2571 -#: utils/adt/timestamp.c:3569 -#: utils/adt/timestamp.c:3594 -#: utils/adt/timestamp.c:3721 -#: utils/adt/timestamp.c:3745 -#, fuzzy, c-format -msgid "time zone \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: utils/adt/date.c:2593 -#, fuzzy, c-format -msgid "\"interval\" time zone \"%s\" not valid" -msgstr "Die tyd gespesifiseer is nie geldige." - -#: utils/adt/datetime.c:1491 -#: utils/adt/datetime.c:2355 -#: utils/adt/formatting.c:3176 -#, c-format -msgid "inconsistent use of year %04d and \"BC\"" -msgstr "" - -#: utils/adt/datetime.c:3301 -#: utils/adt/datetime.c:3308 -#, c-format -msgid "date/time field value out of range: \"%s\"" -msgstr "" - -#: utils/adt/datetime.c:3310 -msgid "Perhaps you need a different \"datestyle\" setting." -msgstr "" - -#: utils/adt/datetime.c:3315 -#, c-format -msgid "interval field value out of range: \"%s\"" -msgstr "" - -#: utils/adt/datetime.c:3321 -#, c-format -msgid "time zone displacement out of range: \"%s\"" -msgstr "" - -#. translator: first %s is inet or cidr -#: utils/adt/datetime.c:3328 -#: utils/adt/network.c:90 -#, c-format -msgid "invalid input syntax for type %s: \"%s\"" -msgstr "" - -#: utils/adt/datum.c:80 -#: utils/adt/datum.c:92 -#, fuzzy -msgid "invalid Datum pointer" -msgstr "Null wyser argument" - -#: utils/adt/encode.c:55 -#: utils/adt/encode.c:91 -#, fuzzy, c-format -msgid "unrecognized encoding: \"%s\"" -msgstr "Stel Enkodering" - -#: utils/adt/encode.c:150 -#, fuzzy, c-format -msgid "invalid hexadecimal digit: \"%c\"" -msgstr "- 'n non-digit karakter\n" - -#: utils/adt/encode.c:178 -msgid "invalid hexadecimal data: odd number of digits" -msgstr "" - -#: utils/adt/encode.c:295 -#, fuzzy -msgid "unexpected \"=\"" -msgstr "Onverwagte argument '%1'." - -#: utils/adt/encode.c:307 -msgid "invalid symbol" -msgstr "ongeldige simbool" - -#: utils/adt/encode.c:327 -msgid "invalid end sequence" -msgstr "ongeldige afsluitreeks" - -#: utils/adt/encode.c:436 -#: utils/adt/encode.c:501 -#: utils/adt/varlena.c:118 -#: utils/adt/varlena.c:158 -msgid "invalid input syntax for type bytea" -msgstr "" - -#: utils/adt/float.c:135 -msgid "type \"real\" value out of range: overflow" -msgstr "" - -#: utils/adt/float.c:139 -msgid "type \"real\" value out of range: underflow" -msgstr "" - -#: utils/adt/float.c:164 -msgid "type \"double precision\" value out of range: overflow" -msgstr "" - -#: utils/adt/float.c:168 -msgid "type \"double precision\" value out of range: underflow" -msgstr "" - -#: utils/adt/float.c:200 -#, c-format -msgid "invalid input syntax for type real: \"%s\"" -msgstr "" - -#: utils/adt/float.c:208 -#, c-format -msgid "\"%s\" is out of range for type real" -msgstr "" - -#: utils/adt/float.c:220 -msgid "deprecated input syntax for type real: \"\"" -msgstr "" - -#: utils/adt/float.c:221 -#: utils/adt/float.c:335 -#: utils/adt/oid.c:60 -msgid "This input will be rejected in a future release of PostgreSQL." -msgstr "" - -#: utils/adt/float.c:314 -#: utils/adt/numeric.c:3156 -#: utils/adt/numeric.c:3182 -#, c-format -msgid "invalid input syntax for type double precision: \"%s\"" -msgstr "" - -#: utils/adt/float.c:322 -#, c-format -msgid "\"%s\" is out of range for type double precision" -msgstr "" - -#: utils/adt/float.c:334 -msgid "deprecated input syntax for type double precision: \"\"" -msgstr "" - -#: utils/adt/float.c:933 -#: utils/adt/float.c:952 -#: utils/adt/float.c:999 -#: utils/adt/float.c:1018 -#: utils/adt/int.c:294 -#: utils/adt/int8.c:111 -#: utils/adt/int8.c:774 -#: utils/adt/int8.c:799 -#: utils/adt/int8.c:837 -#: utils/adt/int8.c:876 -#: utils/adt/numeric.c:1640 -#: utils/adt/numeric.c:1651 -#: utils/adt/numeric.c:1696 -#: utils/adt/numeric.c:1744 -#: utils/adt/numeric.c:1755 -#: utils/adt/varbit.c:1210 -#: utils/adt/varbit.c:1275 -#, fuzzy -msgid "integer out of range" -msgstr "Opsie %s is buite bereik!" - -#: utils/adt/float.c:1254 -#: utils/adt/numeric.c:4074 -msgid "cannot take square root of a negative number" -msgstr "" - -#: utils/adt/float.c:1300 -#: utils/adt/float.c:1330 -#, fuzzy -msgid "result is out of range" -msgstr "tyd %s is buite bereik" - -#: utils/adt/float.c:1350 -#: utils/adt/float.c:1376 -msgid "cannot take logarithm of zero" -msgstr "" - -#: utils/adt/float.c:1355 -#: utils/adt/float.c:1381 -#: utils/adt/numeric.c:4291 -msgid "cannot take logarithm of a negative number" -msgstr "" - -#: utils/adt/float.c:1408 -#: utils/adt/float.c:1433 -#: utils/adt/float.c:1458 -#: utils/adt/float.c:1484 -#: utils/adt/float.c:1509 -#: utils/adt/float.c:1534 -#: utils/adt/float.c:1560 -#: utils/adt/float.c:1585 -#, fuzzy -msgid "input is out of range" -msgstr "tyd %s is buite bereik" - -#: utils/adt/formatting.c:984 -#, fuzzy -msgid "\"9\" must be ahead of \"PR\"" -msgstr "Opsie %s moet 'n nommer wees" - -#: utils/adt/formatting.c:1003 -#, fuzzy -msgid "\"0\" must be ahead of \"PR\"" -msgstr "Opsie %s moet 'n nommer wees" - -#: utils/adt/formatting.c:1032 -msgid "multiple decimal points" -msgstr "veelvuldige desimale punte" - -#: utils/adt/formatting.c:1039 -#: utils/adt/formatting.c:1144 -msgid "cannot use \"V\" and decimal point together" -msgstr "" - -#: utils/adt/formatting.c:1054 -#, fuzzy -msgid "not unique \"S\"" -msgstr "Unieke Identifiseerder" - -#: utils/adt/formatting.c:1061 -msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" -msgstr "" - -#: utils/adt/formatting.c:1085 -msgid "cannot use \"S\" and \"MI\" together" -msgstr "" - -#: utils/adt/formatting.c:1098 -msgid "cannot use \"S\" and \"PL\" together" -msgstr "" - -#: utils/adt/formatting.c:1111 -msgid "cannot use \"S\" and \"SG\" together" -msgstr "" - -#: utils/adt/formatting.c:1123 -msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" -msgstr "" - -#: utils/adt/formatting.c:1153 -#, fuzzy -msgid "\"E\" is not supported" -msgstr "Die protokol %1 is nie ondersteunde." - -#: utils/adt/formatting.c:1423 -#, fuzzy, c-format -msgid "\"%s\" is not a number" -msgstr " is nie 'n prime-number omdat\n" - -#: utils/adt/formatting.c:1686 -#, fuzzy -msgid "invalid AM/PM string" -msgstr "E383: Ongeldige soekstring: %s" - -#: utils/adt/formatting.c:2032 -#, fuzzy -msgid "\"TZ\"/\"tz\" not supported" -msgstr "Opsie is nie ondersteun nie" - -#: utils/adt/formatting.c:2042 -#, fuzzy, c-format -msgid "invalid value for %s" -msgstr "ongeldige waarde vir 'ai_flags'" - -#: utils/adt/formatting.c:3137 -msgid "AM/PM hour must be between 1 and 12" -msgstr "" - -#: utils/adt/formatting.c:3211 -msgid "cannot calculate day of year without year information" -msgstr "" - -#: utils/adt/formatting.c:3988 -#, fuzzy -msgid "\"RN\" not supported" -msgstr "Opsie is nie ondersteun nie" - -#: utils/adt/geo_ops.c:292 -#: utils/adt/geo_ops.c:3930 -#: utils/adt/geo_ops.c:4820 -#, fuzzy -msgid "too many points requested" -msgstr "Te veel redigeer-parameters" - -#: utils/adt/geo_ops.c:315 -#, fuzzy -msgid "could not format \"path\" value" -msgstr "Kon nie stel Des Waarde" - -#: utils/adt/geo_ops.c:390 -#, c-format -msgid "invalid input syntax for type box: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:903 -#, c-format -msgid "invalid input syntax for type line: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:910 -#: utils/adt/geo_ops.c:977 -#: utils/adt/geo_ops.c:992 -#: utils/adt/geo_ops.c:1004 -#, fuzzy -msgid "type \"line\" not yet implemented" -msgstr "Jammer - eienskappe nie nog geimplementeer!" - -#: utils/adt/geo_ops.c:1329 -#: utils/adt/geo_ops.c:1352 -#, c-format -msgid "invalid input syntax for type path: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:1389 -msgid "invalid number of points in external \"path\" value" -msgstr "" - -#: utils/adt/geo_ops.c:1730 -#, c-format -msgid "invalid input syntax for type point: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:1958 -#, c-format -msgid "invalid input syntax for type lseg: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:2550 -#, fuzzy -msgid "function \"dist_lb\" not implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: utils/adt/geo_ops.c:3063 -#, fuzzy -msgid "function \"close_lb\" not implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: utils/adt/geo_ops.c:3342 -msgid "cannot create bounding box for empty polygon" -msgstr "" - -#: utils/adt/geo_ops.c:3366 -#: utils/adt/geo_ops.c:3378 -#, c-format -msgid "invalid input syntax for type polygon: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:3418 -msgid "invalid number of points in external \"polygon\" value" -msgstr "" - -#: utils/adt/geo_ops.c:3728 -#, fuzzy -msgid "function \"poly_distance\" not implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: utils/adt/geo_ops.c:4040 -#, fuzzy -msgid "function \"path_center\" not implemented" -msgstr "Hierdie funksie is nie nog geimplementeer." - -#: utils/adt/geo_ops.c:4057 -msgid "open path cannot be converted to polygon" -msgstr "" - -#: utils/adt/geo_ops.c:4224 -#: utils/adt/geo_ops.c:4234 -#: utils/adt/geo_ops.c:4249 -#: utils/adt/geo_ops.c:4255 -#, c-format -msgid "invalid input syntax for type circle: \"%s\"" -msgstr "" - -#: utils/adt/geo_ops.c:4277 -#: utils/adt/geo_ops.c:4285 -#, fuzzy -msgid "could not format \"circle\" value" -msgstr "Kon nie stel Des Waarde" - -#: utils/adt/geo_ops.c:4312 -msgid "invalid radius in external \"circle\" value" -msgstr "" - -#: utils/adt/geo_ops.c:4806 -msgid "cannot convert circle with radius zero to polygon" -msgstr "" - -#: utils/adt/geo_ops.c:4811 -#, fuzzy -msgid "must request at least 2 points" -msgstr "Jy moet verskaf na minste 'n naam!" - -#: utils/adt/geo_ops.c:4855 -#: utils/adt/geo_ops.c:4878 -msgid "cannot convert empty polygon to circle" -msgstr "" - -#: utils/adt/int.c:134 -msgid "int2vector has too many elements" -msgstr "" - -#: utils/adt/int.c:1063 -#: utils/adt/int8.c:978 -msgid "step size may not equal zero" -msgstr "" - -#: utils/adt/int8.c:96 -#: utils/adt/int8.c:124 -#, c-format -msgid "invalid input syntax for type bigint: \"%s\"" -msgstr "" - -#: utils/adt/int8.c:893 -#, fuzzy -msgid "OID out of range" -msgstr "Opsie %s is buite bereik!" - -#: utils/adt/oracle_compat.c:207 -#: utils/adt/oracle_compat.c:304 -#: utils/adt/oracle_compat.c:928 -#, fuzzy -msgid "requested length too large" -msgstr "Pad-lengte te lank" - -#: utils/adt/mac.c:65 -#, c-format -msgid "invalid input syntax for type macaddr: \"%s\"" -msgstr "" - -#: utils/adt/mac.c:72 -#, c-format -msgid "invalid octet value in \"macaddr\" value: \"%s\"" -msgstr "" - -#: utils/adt/mac.c:190 -msgid "text too long to convert to MAC address" -msgstr "" - -#: utils/adt/nabstime.c:244 -#: utils/adt/nabstime.c:280 -#, fuzzy, c-format -msgid "invalid time zone name: \"%s\"" -msgstr "Name=Gnome Tyd Volger" - -#: utils/adt/nabstime.c:656 -#: utils/adt/nabstime.c:729 -msgid "cannot convert abstime \"invalid\" to timestamp" -msgstr "" - -#: utils/adt/nabstime.c:882 -#, c-format -msgid "invalid input syntax for type tinterval: \"%s\"" -msgstr "" - -#: utils/adt/nabstime.c:945 -msgid "invalid status in external \"tinterval\" value" -msgstr "" - -#: utils/adt/nabstime.c:1037 -msgid "cannot convert reltime \"invalid\" to interval" -msgstr "" - -#: utils/adt/network.c:102 -#, fuzzy, c-format -msgid "invalid cidr value: \"%s\"" -msgstr "ongeldige waarde vir sslmode: \"%s\"\n" - -#: utils/adt/network.c:103 -#: utils/adt/network.c:229 -msgid "Value has bits set to right of mask." -msgstr "" - -#: utils/adt/network.c:149 -#: utils/adt/network.c:503 -#: utils/adt/network.c:529 -#: utils/adt/network.c:565 -#, fuzzy, c-format -msgid "could not format inet value: %m" -msgstr "Kon nie stel Des Waarde" - -#: utils/adt/network.c:194 -msgid "invalid address family in external \"inet\" value" -msgstr "" - -#: utils/adt/network.c:199 -msgid "invalid bits in external \"inet\" value" -msgstr "" - -#: utils/adt/network.c:205 -msgid "invalid type in external \"inet\" value" -msgstr "" - -#: utils/adt/network.c:210 -msgid "invalid length in external \"inet\" value" -msgstr "" - -#: utils/adt/network.c:228 -#, fuzzy -msgid "invalid external \"cidr\" value" -msgstr "E180: Ongeldige voltooiingswaarde: %s" - -#: utils/adt/network.c:315 -#, fuzzy, c-format -msgid "invalid mask length: %d" -msgstr "%s: ongeldige suffikslengte" - -#: utils/adt/not_in.c:64 -#: utils/adt/regproc.c:1110 -#: utils/adt/regproc.c:1115 -#: utils/adt/varlena.c:1636 -#: utils/adt/varlena.c:1641 -msgid "invalid name syntax" -msgstr "ongeldige naamsintaks" - -#: utils/adt/not_in.c:65 -#, fuzzy -msgid "Must provide \"relationname.columnname\"." -msgstr "Jy moet verskaf 'n non-empty naam." - -#: utils/adt/numeric.c:403 -msgid "invalid length in external \"numeric\" value" -msgstr "" - -#: utils/adt/numeric.c:414 -msgid "invalid sign in external \"numeric\" value" -msgstr "" - -#: utils/adt/numeric.c:424 -msgid "invalid digit in external \"numeric\" value" -msgstr "" - -#: utils/adt/numeric.c:1631 -#: utils/adt/numeric.c:1687 -#: utils/adt/numeric.c:1735 -#, fuzzy -msgid "cannot convert NaN to integer" -msgstr "kan nie U+%04X omskakel na 'n plaaslike karakterstel nie" - -#: utils/adt/numeric.c:2578 -#: utils/adt/numeric.c:2601 -#: utils/adt/numeric.c:2625 -#: utils/adt/numeric.c:2632 -#: utils/adt/numeric.c:2646 -#, c-format -msgid "invalid input syntax for type numeric: \"%s\"" -msgstr "" - -#: utils/adt/numeric.c:2944 -msgid "value overflows numeric format" -msgstr "" - -#: utils/adt/numeric.c:3014 -#, fuzzy -msgid "numeric field overflow" -msgstr "Vertoon veld etikette" - -#: utils/adt/numeric.c:3015 -#, c-format -msgid "The absolute value is greater than or equal to 10^%d for field with precision %d, scale %d." -msgstr "" - -#: utils/adt/numeric.c:4164 -msgid "argument for function \"exp\" too big" -msgstr "" - -#: utils/adt/numeric.c:4540 -msgid "zero raised to zero is undefined" -msgstr "" - -#: utils/adt/numutils.c:71 -#: utils/adt/numutils.c:85 -#: utils/adt/numutils.c:90 -#, c-format -msgid "invalid input syntax for integer: \"%s\"" -msgstr "" - -#: utils/adt/numutils.c:104 -#, c-format -msgid "value \"%s\" is out of range for type integer" -msgstr "" - -#: utils/adt/numutils.c:110 -#, c-format -msgid "value \"%s\" is out of range for type shortint" -msgstr "" - -#: utils/adt/numutils.c:116 -#, c-format -msgid "value \"%s\" is out of range for 8-bit integer" -msgstr "" - -#: utils/adt/oid.c:47 -#: utils/adt/oid.c:66 -#: utils/adt/oid.c:87 -#, c-format -msgid "invalid input syntax for type oid: \"%s\"" -msgstr "" - -#: utils/adt/oid.c:59 -msgid "deprecated input syntax for type oid: \"\"" -msgstr "" - -#: utils/adt/oid.c:72 -#: utils/adt/oid.c:110 -#, c-format -msgid "value \"%s\" is out of range for type oid" -msgstr "" - -#: utils/adt/oid.c:188 -msgid "oidvector has too many elements" -msgstr "" - -#: utils/adt/ri_triggers.c:337 -#: utils/adt/ri_triggers.c:2739 -#: utils/adt/ri_triggers.c:3238 -#: utils/adt/ri_triggers.c:3275 -#, c-format -msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" -msgstr "" - -#: utils/adt/ri_triggers.c:340 -#: utils/adt/ri_triggers.c:2742 -msgid "MATCH FULL does not allow mixing of null and nonnull key values." -msgstr "" - -#: utils/adt/ri_triggers.c:2482 -#: utils/adt/ri_triggers.c:2967 -#, c-format -msgid "function \"%s\" called with wrong number of trigger arguments" -msgstr "" - -#: utils/adt/ri_triggers.c:2500 -#: utils/adt/ri_triggers.c:2977 -#, c-format -msgid "no target table given for trigger \"%s\" on table \"%s\"" -msgstr "" - -#: utils/adt/ri_triggers.c:2503 -#: utils/adt/ri_triggers.c:2980 -msgid "Remove this referential integrity trigger and its mates, then do ALTER TABLE ADD CONSTRAINT." -msgstr "" - -#: utils/adt/ri_triggers.c:2887 -#: utils/adt/ri_triggers.c:2897 -#: utils/adt/ri_triggers.c:3337 -#, c-format -msgid "table \"%s\" does not have column \"%s\" referenced by constraint \"%s\"" -msgstr "" - -#: utils/adt/ri_triggers.c:2917 -#, c-format -msgid "function \"%s\" was not called by trigger manager" -msgstr "" - -#: utils/adt/ri_triggers.c:2926 -#, c-format -msgid "function \"%s\" must be fired AFTER ROW" -msgstr "" - -#: utils/adt/ri_triggers.c:2934 -#, c-format -msgid "function \"%s\" must be fired for INSERT" -msgstr "" - -#: utils/adt/ri_triggers.c:2940 -#, c-format -msgid "function \"%s\" must be fired for UPDATE" -msgstr "" - -#: utils/adt/ri_triggers.c:2947 -#, c-format -msgid "function \"%s\" must be fired for INSERT or UPDATE" -msgstr "" - -#: utils/adt/ri_triggers.c:2954 -#, c-format -msgid "function \"%s\" must be fired for DELETE" -msgstr "" - -#: utils/adt/ri_triggers.c:3205 -#, c-format -msgid "referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave unexpected result" -msgstr "" - -#: utils/adt/ri_triggers.c:3209 -msgid "This is most likely due to a rule having rewritten the query." -msgstr "" - -#: utils/adt/ri_triggers.c:3240 -#, fuzzy, c-format -msgid "No rows were found in \"%s\"." -msgstr "Nee vlakke gevind in l�er" - -#: utils/adt/ri_triggers.c:3277 -#, fuzzy, c-format -msgid "Key (%s)=(%s) is not present in table \"%s\"." -msgstr "Die Win sleutel is nie toegelaat in hierdie konteks." - -#: utils/adt/ri_triggers.c:3283 -#, c-format -msgid "update or delete on \"%s\" violates foreign key constraint \"%s\" on \"%s\"" -msgstr "" - -#: utils/adt/ri_triggers.c:3286 -#, c-format -msgid "Key (%s)=(%s) is still referenced from table \"%s\"." -msgstr "" - -#: utils/adt/pseudotypes.c:38 -#: utils/adt/pseudotypes.c:64 -msgid "cannot accept a value of type record" -msgstr "" - -#: utils/adt/pseudotypes.c:51 -#: utils/adt/pseudotypes.c:77 -msgid "cannot display a value of type record" -msgstr "" - -#: utils/adt/pseudotypes.c:147 -msgid "cannot accept a value of type any" -msgstr "" - -#: utils/adt/pseudotypes.c:160 -msgid "cannot display a value of type any" -msgstr "" - -#: utils/adt/pseudotypes.c:174 -#: utils/adt/pseudotypes.c:202 -msgid "cannot accept a value of type anyarray" -msgstr "" - -#: utils/adt/pseudotypes.c:252 -msgid "cannot accept a value of type trigger" -msgstr "" - -#: utils/adt/pseudotypes.c:265 -msgid "cannot display a value of type trigger" -msgstr "" - -#: utils/adt/pseudotypes.c:279 -msgid "cannot accept a value of type language_handler" -msgstr "" - -#: utils/adt/pseudotypes.c:292 -msgid "cannot display a value of type language_handler" -msgstr "" - -#: utils/adt/pseudotypes.c:306 -msgid "cannot accept a value of type internal" -msgstr "" - -#: utils/adt/pseudotypes.c:319 -msgid "cannot display a value of type internal" -msgstr "" - -#: utils/adt/pseudotypes.c:333 -msgid "cannot accept a value of type opaque" -msgstr "" - -#: utils/adt/pseudotypes.c:346 -msgid "cannot display a value of type opaque" -msgstr "" - -#: utils/adt/pseudotypes.c:360 -msgid "cannot accept a value of type anyelement" -msgstr "" - -#: utils/adt/pseudotypes.c:373 -msgid "cannot display a value of type anyelement" -msgstr "" - -#: utils/adt/regexp.c:178 -#, fuzzy, c-format -msgid "invalid regular expression: %s" -msgstr "Ongeldige gewone uitdrukking." - -#: utils/adt/regproc.c:122 -#: utils/adt/regproc.c:142 -#, fuzzy, c-format -msgid "more than one function named \"%s\"" -msgstr "E93: Meer as een treffer vir %s" - -#: utils/adt/regproc.c:471 -#: utils/adt/regproc.c:491 -#, fuzzy, c-format -msgid "more than one operator named %s" -msgstr "E93: Meer as een treffer vir %s" - -#: utils/adt/regproc.c:644 -#: utils/adt/regproc.c:1276 -msgid "too many arguments" -msgstr "te veel parameters" - -#: utils/adt/regproc.c:645 -msgid "Provide two argument types for operator." -msgstr "" - -#: utils/adt/regproc.c:1174 -#, fuzzy -msgid "expected a left parenthesis" -msgstr "Links Kliek Aksie" - -#: utils/adt/regproc.c:1190 -#, fuzzy -msgid "expected a right parenthesis" -msgstr "Uitvee Woord Regterkant" - -#: utils/adt/regproc.c:1209 -#, fuzzy -msgid "expected a type name" -msgstr "Tipe die naam van die %1 speler." - -#: utils/adt/regproc.c:1241 -#, fuzzy -msgid "improper type name" -msgstr "Tipe die naam van die %1 speler." - -#: utils/adt/ruleutils.c:1530 -#, c-format -msgid "rule \"%s\" has unsupported event type %d" -msgstr "" - -#: utils/adt/selfuncs.c:3374 -#: utils/adt/selfuncs.c:3761 -msgid "case insensitive matching not supported on type bytea" -msgstr "" - -#: utils/adt/selfuncs.c:3479 -#: utils/adt/selfuncs.c:3922 -msgid "regular-expression matching not supported on type bytea" -msgstr "" - -#: utils/adt/tid.c:66 -#: utils/adt/tid.c:74 -#: utils/adt/tid.c:82 -#, c-format -msgid "invalid input syntax for type tid: \"%s\"" -msgstr "" - -#: utils/adt/timestamp.c:100 -#: utils/adt/timestamp.c:326 -#, fuzzy, c-format -msgid "timestamp out of range: \"%s\"" -msgstr "Opsie %s is buite bereik!" - -#: utils/adt/timestamp.c:118 -#: utils/adt/timestamp.c:344 -#: utils/adt/timestamp.c:506 -#, c-format -msgid "date/time value \"%s\" is no longer supported" -msgstr "" - -#: utils/adt/timestamp.c:258 -#, fuzzy, c-format -msgid "timestamp(%d) precision must be between %d and %d" -msgstr "Naaste tel moet wees tussen 1 en 10." - -#: utils/adt/timestamp.c:499 -#: utils/adt/timestamp.c:2213 -#: utils/adt/timestamp.c:2324 -#: utils/adt/timestamp.c:2837 -#, fuzzy -msgid "interval out of range" -msgstr "Opsie %s is buite bereik!" - -#: utils/adt/timestamp.c:831 -#, fuzzy, c-format -msgid "interval(%d) precision must be between %d and %d" -msgstr "Naaste tel moet wees tussen 1 en 10." - -#: utils/adt/timestamp.c:1689 -msgid "cannot subtract infinite timestamps" -msgstr "" - -#: utils/adt/timestamp.c:2384 -#, c-format -msgid "invalid input syntax for type timestamp: \"%s\"" -msgstr "" - -#: utils/adt/timestamp.c:2444 -#, c-format -msgid "invalid input syntax for type timestamp with time zone: \"%s\"" -msgstr "" - -#: utils/adt/timestamp.c:2505 -#, c-format -msgid "invalid input syntax for type interval: \"%s\"" -msgstr "" - -#: utils/adt/timestamp.c:2543 -#: utils/adt/timestamp.c:2627 -#: utils/adt/timestamp.c:3017 -#: utils/adt/timestamp.c:3193 -#, fuzzy, c-format -msgid "timestamp units \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: utils/adt/timestamp.c:2613 -#: utils/adt/timestamp.c:3126 -#: utils/adt/timestamp.c:3183 -#, fuzzy, c-format -msgid "timestamp units \"%s\" not supported" -msgstr "'ai_family' nie ondersteunde" - -#: utils/adt/timestamp.c:2659 -#: utils/adt/timestamp.c:2743 -#: utils/adt/timestamp.c:3225 -#: utils/adt/timestamp.c:3393 -#, c-format -msgid "timestamp with time zone units \"%s\" not recognized" -msgstr "" - -#: utils/adt/timestamp.c:2727 -#: utils/adt/timestamp.c:3346 -#: utils/adt/timestamp.c:3384 -#, c-format -msgid "timestamp with time zone units \"%s\" not supported" -msgstr "" - -#: utils/adt/timestamp.c:2775 -#: utils/adt/timestamp.c:2846 -#: utils/adt/timestamp.c:3425 -#: utils/adt/timestamp.c:3537 -#, fuzzy, c-format -msgid "interval units \"%s\" not recognized" -msgstr "Drukker tipe nie herken." - -#: utils/adt/timestamp.c:2830 -#: utils/adt/timestamp.c:3507 -#, fuzzy, c-format -msgid "interval units \"%s\" not supported" -msgstr "'ai_family' nie ondersteunde" - -#: utils/adt/timestamp.c:2870 -msgid "cannot calculate week number without year information" -msgstr "" - -#: utils/adt/timestamp.c:3620 -#: utils/adt/timestamp.c:3771 -#, c-format -msgid "interval time zone \"%s\" must not specify month" -msgstr "" - -#: utils/adt/varbit.c:109 -#: utils/adt/varbit.c:263 -#, c-format -msgid "bit string length %d does not match type bit(%d)" -msgstr "" - -#: utils/adt/varbit.c:131 -#: utils/adt/varbit.c:370 -#, fuzzy, c-format -msgid "\"%c\" is not a valid binary digit" -msgstr "" -"Hierdie Url \n" -" %1 \n" -" is nie geldige." - -#: utils/adt/varbit.c:156 -#: utils/adt/varbit.c:395 -#, fuzzy, c-format -msgid "\"%c\" is not a valid hexadecimal digit" -msgstr "" -"Hierdie Url \n" -" %1 \n" -" is nie geldige." - -#: utils/adt/varbit.c:348 -#: utils/adt/varbit.c:532 -#, c-format -msgid "bit string too long for type bit varying(%d)" -msgstr "" - -#: utils/adt/varbit.c:472 -msgid "invalid length in external bit string" -msgstr "" - -#: utils/adt/varbit.c:905 -msgid "cannot AND bit strings of different sizes" -msgstr "" - -#: utils/adt/varbit.c:946 -msgid "cannot OR bit strings of different sizes" -msgstr "" - -#: utils/adt/varbit.c:992 -msgid "cannot XOR bit strings of different sizes" -msgstr "" - -#: utils/adt/varbit.c:1257 -#: utils/adt/varbit.c:1290 -msgid "64-bit integers not supported on this platform" -msgstr "" - -#: utils/adt/varchar.c:105 -#: utils/adt/varchar.c:225 -#, c-format -msgid "value too long for type character(%d)" -msgstr "" - -#: utils/adt/varchar.c:383 -#: utils/adt/varchar.c:475 -#, c-format -msgid "value too long for type character varying(%d)" -msgstr "" - -#: utils/adt/varlena.c:582 -#: utils/adt/varlena.c:646 -#: utils/adt/varlena.c:1312 -msgid "negative substring length not allowed" -msgstr "" - -#: utils/adt/varlena.c:1407 -#: utils/adt/varlena.c:1438 -#: utils/adt/varlena.c:1474 -#: utils/adt/varlena.c:1517 -#, fuzzy, c-format -msgid "index %d out of valid range, 0..%d" -msgstr "re�lnommer buite omvang" - -#: utils/adt/varlena.c:1529 -#, fuzzy -msgid "new bit must be 0 or 1" -msgstr "Rekursie beperk moet wees 1 of 2." - -#: utils/adt/varlena.c:2014 -msgid "field position must be greater than zero" -msgstr "" - -#: utils/cache/lsyscache.c:1625 -#: utils/cache/lsyscache.c:1661 -#: utils/cache/lsyscache.c:1697 -#: utils/cache/lsyscache.c:1733 -#, fuzzy, c-format -msgid "type %s is only a shell" -msgstr "Die protokol %1 is slegs 'n filter protokol." - -#: utils/cache/lsyscache.c:1630 -#, c-format -msgid "no input function available for type %s" -msgstr "" - -#: utils/cache/lsyscache.c:1666 -#, c-format -msgid "no output function available for type %s" -msgstr "" - -#: utils/cache/relcache.c:3136 -#, c-format -msgid "could not create relation-cache initialization file \"%s\": %m" -msgstr "" - -#: utils/cache/relcache.c:3138 -msgid "Continuing anyway, but there's something wrong." -msgstr "" - -#: utils/error/elog.c:460 -msgid "error during error recovery, giving up" -msgstr "" - -#: utils/error/elog.c:888 -#, c-format -msgid "could not reopen file \"%s\" as stderr: %m" -msgstr "" - -#: utils/error/elog.c:901 -#, c-format -msgid "could not reopen file \"%s\" as stdout: %m" -msgstr "" - -#: utils/error/elog.c:1058 -#: utils/error/elog.c:1060 -msgid "[unknown]" -msgstr "[onbekend]" - -#: utils/error/elog.c:1192 -#: utils/error/elog.c:1344 -#: utils/error/elog.c:1407 -msgid "missing error text" -msgstr "ontbrekende foutboodskap" - -#: utils/error/elog.c:1195 -#: utils/error/elog.c:1410 -#, fuzzy, c-format -msgid " at character %d" -msgstr "Ongeldige karakter <%s>" - -#: utils/error/elog.c:1204 -msgid "DETAIL: " -msgstr "DETAIL: " - -#: utils/error/elog.c:1211 -msgid "HINT: " -msgstr "WENK:" - -#: utils/error/elog.c:1218 -msgid "CONTEXT: " -msgstr "KONTEKS:" - -#: utils/error/elog.c:1226 -#, c-format -msgid "%sLOCATION: %s, %s:%d\n" -msgstr "" - -#: utils/error/elog.c:1231 -#, c-format -msgid "%sLOCATION: %s:%d\n" -msgstr "" - -#: utils/error/elog.c:1243 -msgid "STATEMENT: " -msgstr "STELLING:" - -#: utils/error/elog.c:1515 -#, fuzzy, c-format -msgid "operating system error %d" -msgstr "'n stelsel fout voorgekom." - -#: utils/error/elog.c:1538 -msgid "DEBUG" -msgstr "ONTFOUT" - -#: utils/error/elog.c:1542 -msgid "LOG" -msgstr "LOG" - -#: utils/error/elog.c:1545 -#, fuzzy -msgid "INFO" -msgstr "Info" - -#: utils/error/elog.c:1548 -msgid "NOTICE" -msgstr "KENNISGEWING" - -#: utils/error/elog.c:1551 -msgid "WARNING" -msgstr "WAARSKUWING" - -#: utils/error/elog.c:1554 -msgid "ERROR" -msgstr "FOUT" - -#: utils/error/elog.c:1557 -msgid "FATAL" -msgstr "FATAAL" - -#: utils/error/elog.c:1560 -msgid "PANIC" -msgstr "WANHOOP" - -#: utils/fmgr/fmgr.c:247 -#, c-format -msgid "internal function \"%s\" is not in internal lookup table" -msgstr "" - -#: utils/fmgr/fmgr.c:446 -#, c-format -msgid "unrecognized API version %d reported by info function \"%s\"" -msgstr "" - -#: utils/fmgr/fmgr.c:761 -#: utils/fmgr/fmgr.c:1625 -#, c-format -msgid "function %u has too many arguments (%d, maximum is %d)" -msgstr "" - -#: utils/fmgr/dfmgr.c:106 -#: utils/fmgr/dfmgr.c:208 -#: utils/fmgr/dfmgr.c:262 -#, fuzzy, c-format -msgid "could not access file \"%s\": %m" -msgstr "Kon nie skep l�er" - -#: utils/fmgr/dfmgr.c:144 -#, fuzzy, c-format -msgid "could not load library \"%s\": %s" -msgstr "" -"Kon nie dlopen biblioteek '%1'.\n" -"%2" - -#: utils/fmgr/dfmgr.c:174 -#, fuzzy, c-format -msgid "could not find function \"%s\" in file \"%s\"" -msgstr "Kon die hulpbroninsluitl�er %s nie vind nie." - -#: utils/fmgr/dfmgr.c:369 -#, fuzzy, c-format -msgid "GetModuleFileName failed (%i)" -msgstr "Installasie het misluk" - -#: utils/fmgr/dfmgr.c:374 -#, c-format -msgid "unexpected failure in determining PKGLIBDIR (%s)" -msgstr "" - -#: utils/fmgr/dfmgr.c:385 -msgid "invalid macro name in dynamic library path" -msgstr "" - -#: utils/fmgr/dfmgr.c:437 -msgid "zero-length component in parameter \"dynamic_library_path\"" -msgstr "" - -#: utils/fmgr/dfmgr.c:450 -msgid "component in parameter \"dynamic_library_path\" is not an absolute path" -msgstr "" - -#: utils/init/miscinit.c:378 -msgid "permission denied to set session authorization" -msgstr "" - -#: utils/init/miscinit.c:404 -#, fuzzy, c-format -msgid "invalid user ID: %d" -msgstr "Speler Gebruiker Id" - -#: utils/init/miscinit.c:494 -#, fuzzy, c-format -msgid "could not create lock file \"%s\": %m" -msgstr "Kon nie skep etiket l�er" - -#: utils/init/miscinit.c:508 -#, fuzzy, c-format -msgid "could not open lock file \"%s\": %m" -msgstr "Kon nie open skrif tipe l�er" - -#: utils/init/miscinit.c:514 -#, fuzzy, c-format -msgid "could not read lock file \"%s\": %m" -msgstr "Kon nie uit l�er %s lees nie." - -#: utils/init/miscinit.c:545 -#, fuzzy, c-format -msgid "lock file \"%s\" already exists" -msgstr "Ruill�er bestaan alreeds!" - -#: utils/init/miscinit.c:548 -#, c-format -msgid "Is another %s (PID %d) running in data directory \"%s\"?" -msgstr "" - -#: utils/init/miscinit.c:551 -#, c-format -msgid "Is another %s (PID %d) using socket file \"%s\"?" -msgstr "" - -#: utils/init/miscinit.c:580 -#, c-format -msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use" -msgstr "" - -#: utils/init/miscinit.c:583 -#, c-format -msgid "If you're sure there are no old server processes still running, remove the shared memory block with the command \"ipcrm\", or just delete the file \"%s\"." -msgstr "" - -#: utils/init/miscinit.c:600 -#, c-format -msgid "could not remove old lock file \"%s\": %m" -msgstr "" - -#: utils/init/miscinit.c:602 -msgid "The file seems accidentally left over, but it could not be removed. Please remove the file by hand and try again." -msgstr "" - -#: utils/init/miscinit.c:624 -#: utils/init/miscinit.c:634 -#, fuzzy, c-format -msgid "could not write lock file \"%s\": %m" -msgstr "Kon nie skryf die projek l�er." - -#: utils/init/miscinit.c:744 -#: utils/misc/guc.c:4147 -#, fuzzy, c-format -msgid "could not read from file \"%s\": %m" -msgstr "Kon nie uit l�er %s lees nie." - -#: utils/init/miscinit.c:835 -#: utils/init/miscinit.c:848 -#, fuzzy, c-format -msgid "\"%s\" is not a valid data directory" -msgstr "%s is nie 'n gids of 'n geldige 'cscope' databasis nie" - -#: utils/init/miscinit.c:837 -#, fuzzy, c-format -msgid "File \"%s\" is missing." -msgstr "Handtekening L�er %1 is kort." - -#: utils/init/miscinit.c:850 -#, fuzzy, c-format -msgid "File \"%s\" does not contain valid data." -msgstr "Die l�er %1 doen nie bevat geldige Xml." - -#: utils/init/miscinit.c:852 -#, fuzzy -msgid "You may need to initdb." -msgstr "Jy benodig na spesifiseer die l�er na open!" - -#: utils/init/miscinit.c:860 -#, c-format -msgid "The data directory was initialized by PostgreSQL version %ld.%ld, which is not compatible with this version %s." -msgstr "" - -#: utils/init/miscinit.c:902 -msgid "invalid list syntax for parameter \"preload_libraries\"" -msgstr "" - -#: utils/init/miscinit.c:947 -#, c-format -msgid "preloaded library \"%s\" with initialization function \"%s\"" -msgstr "" - -#: utils/init/miscinit.c:951 -#, fuzzy, c-format -msgid "preloaded library \"%s\"" -msgstr "Voeg by biblioteek:" - -#: utils/init/postinit.c:118 -#, c-format -msgid "database \"%s\", OID %u, has disappeared from pg_database" -msgstr "" - -#: utils/init/postinit.c:129 -#, c-format -msgid "database \"%s\" is not currently accepting connections" -msgstr "" - -#: utils/init/postinit.c:277 -#, fuzzy, c-format -msgid "The database subdirectory \"%s\" is missing." -msgstr "Sommige informasie is kort!" - -#: utils/init/postinit.c:282 -#, fuzzy, c-format -msgid "could not access directory \"%s\": %m" -msgstr "Kon Nie Skep Gids" - -#: utils/init/postinit.c:291 -#, fuzzy, c-format -msgid "could not change directory to \"%s\": %m" -msgstr "waarskuwing: kan nie chdir uitvoer na gids %s toe nie" - -#: utils/init/postinit.c:373 -msgid "no users are defined in this database system" -msgstr "" - -#: utils/init/postinit.c:374 -#, c-format -msgid "You should immediately run CREATE USER \"%s\" WITH SYSID %d CREATEUSER;." -msgstr "" - -#: utils/init/postinit.c:410 -msgid "connection limit exceeded for non-superusers" -msgstr "" - -#: utils/mb/conv.c:376 -#, c-format -msgid "ignoring unconvertible UTF-8 character 0x%04x" -msgstr "" - -#: utils/mb/conv.c:406 -#, fuzzy, c-format -msgid "invalid encoding number: %d" -msgstr "ongeldige buffernommer" - -#: utils/mb/conv.c:445 -#, c-format -msgid "ignoring unconvertible %s character 0x%04x" -msgstr "" - -#: utils/mb/encnames.c:445 -#, fuzzy -msgid "encoding name too long" -msgstr "E75: Naam te lank" - -#: utils/mb/wchar.c:640 -msgid "Unicode characters greater than or equal to 0x10000 are not supported" -msgstr "" - -#: utils/mb/wchar.c:669 -#, c-format -msgid "invalid byte sequence for encoding \"%s\": 0x%s" -msgstr "" - -#: utils/mb/mbutils.c:252 -#, c-format -msgid "default conversion function for encoding \"%s\" to \"%s\" does not exist" -msgstr "" - -#: utils/mb/mbutils.c:326 -#, fuzzy, c-format -msgid "invalid source encoding name \"%s\"" -msgstr "Spesifiseer asb. die kodering van die bron." - -#: utils/mb/mbutils.c:331 -#, fuzzy, c-format -msgid "invalid destination encoding name \"%s\"" -msgstr "E158: Ongeldige buffernaam: %s" - -#: utils/misc/guc.c:249 -msgid "Ungrouped" -msgstr "" - -#: utils/misc/guc.c:251 -#, fuzzy -msgid "Connections and Authentication" -msgstr "Verstek Geldigheidsverklaring Sertifikaat" - -#: utils/misc/guc.c:253 -msgid "Connections and Authentication / Connection Settings" -msgstr "" - -#: utils/misc/guc.c:255 -msgid "Connections and Authentication / Security and Authentication" -msgstr "" - -#: utils/misc/guc.c:257 -msgid "Resource Usage" -msgstr "Hulpbrongebruik" - -#: utils/misc/guc.c:259 -msgid "Resource Usage / Memory" -msgstr "Hulpbrongebruik / geheue" - -#: utils/misc/guc.c:261 -msgid "Resource Usage / Free Space Map" -msgstr "" - -#: utils/misc/guc.c:263 -msgid "Resource Usage / Kernel Resources" -msgstr "" - -#: utils/misc/guc.c:265 -#, fuzzy -msgid "Write-Ahead Log" -msgstr "kppp - log aansig" - -#: utils/misc/guc.c:267 -msgid "Write-Ahead Log / Settings" -msgstr "" - -#: utils/misc/guc.c:269 -msgid "Write-Ahead Log / Checkpoints" -msgstr "" - -#: utils/misc/guc.c:271 -#, fuzzy -msgid "Query Tuning" -msgstr "Klanke instel" - -#: utils/misc/guc.c:273 -msgid "Query Tuning / Planner Method Configuration" -msgstr "" - -#: utils/misc/guc.c:275 -msgid "Query Tuning / Planner Cost Constants" -msgstr "" - -#: utils/misc/guc.c:277 -msgid "Query Tuning / Genetic Query Optimizer" -msgstr "" - -#: utils/misc/guc.c:279 -msgid "Query Tuning / Other Planner Options" -msgstr "" - -#: utils/misc/guc.c:281 -#, fuzzy -msgid "Reporting and Logging" -msgstr "Doen tyd afteken" - -#: utils/misc/guc.c:283 -msgid "Reporting and Logging / Syslog" -msgstr "" - -#: utils/misc/guc.c:285 -msgid "Reporting and Logging / When to Log" -msgstr "" - -#: utils/misc/guc.c:287 -msgid "Reporting and Logging / What to Log" -msgstr "" - -#: utils/misc/guc.c:289 -msgid "Statistics" -msgstr "Statistieke" - -#: utils/misc/guc.c:291 -msgid "Statistics / Monitoring" -msgstr "Statistieke / Monitering" - -#: utils/misc/guc.c:293 -msgid "Statistics / Query and Index Statistics Collector" -msgstr "" - -#: utils/misc/guc.c:295 -#, fuzzy -msgid "Client Connection Defaults" -msgstr "Herstel na verstekwaardes" - -#: utils/misc/guc.c:297 -msgid "Client Connection Defaults / Statement Behavior" -msgstr "" - -#: utils/misc/guc.c:299 -msgid "Client Connection Defaults / Locale and Formatting" -msgstr "" - -#: utils/misc/guc.c:301 -#, fuzzy -msgid "Client Connection Defaults / Other Defaults" -msgstr "Verbinding geweier deur ander bediener!" - -#: utils/misc/guc.c:303 -#, fuzzy -msgid "Lock Management" -msgstr "L�er Bestuuring" - -#: utils/misc/guc.c:305 -#, fuzzy -msgid "Version and Platform Compatibility" -msgstr "Projeknaam en weergawe:" - -#: utils/misc/guc.c:307 -msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" -msgstr "" - -#: utils/misc/guc.c:309 -msgid "Version and Platform Compatibility / Other Platforms and Clients" -msgstr "" - -#: utils/misc/guc.c:311 -#, fuzzy -msgid "Developer Options" -msgstr "opneem opsies" - -#: utils/misc/guc.c:313 -#, fuzzy -msgid "Compiled-in Options" -msgstr "Herlaaistelsel hoofopsies" - -#: utils/misc/guc.c:365 -msgid "Enables the planner's use of sequential-scan plans." -msgstr "" - -#: utils/misc/guc.c:373 -msgid "Enables the planner's use of index-scan plans." -msgstr "" - -#: utils/misc/guc.c:381 -msgid "Enables the planner's use of TID scan plans." -msgstr "" - -#: utils/misc/guc.c:389 -msgid "Enables the planner's use of explicit sort steps." -msgstr "" - -#: utils/misc/guc.c:397 -msgid "Enables the planner's use of hashed aggregation plans." -msgstr "" - -#: utils/misc/guc.c:405 -msgid "Enables the planner's use of nested-loop join plans." -msgstr "" - -#: utils/misc/guc.c:413 -msgid "Enables the planner's use of merge join plans." -msgstr "" - -#: utils/misc/guc.c:421 -msgid "Enables the planner's use of hash join plans." -msgstr "" - -#: utils/misc/guc.c:429 -msgid "Enables genetic query optimization." -msgstr "" - -#: utils/misc/guc.c:430 -msgid "This algorithm attempts to do planning without exhaustive searching." -msgstr "" - -#: utils/misc/guc.c:439 -msgid "Shows whether the current user is a superuser." -msgstr "" - -#: utils/misc/guc.c:448 -msgid "Makes the server accept TCP/IP connections." -msgstr "" - -#: utils/misc/guc.c:456 -#, fuzzy -msgid "Enables SSL connections." -msgstr "Herstel alle verbindings" - -#: utils/misc/guc.c:464 -msgid "Forces synchronization of updates to disk." -msgstr "" - -#: utils/misc/guc.c:465 -msgid "The server will use the fsync() system call in several places to make sure that updates are physically written to disk. This insures that a database cluster will recover to a consistent state after an operating system or hardware crash." -msgstr "" - -#: utils/misc/guc.c:475 -msgid "Continues processing past damaged page headers." -msgstr "" - -#: utils/misc/guc.c:476 -msgid "Detection of a damaged page header normally causes PostgreSQL to report an error, aborting the current transaction. Setting zero_damaged_pages to true causes the system to instead report a warning, zero out the damaged page, and continue processing. This behavior will destroy data, namely all the rows on the damaged page." -msgstr "" - -#: utils/misc/guc.c:488 -#, fuzzy -msgid "Runs the server silently." -msgstr "klank bediener opstelling" - -#: utils/misc/guc.c:489 -msgid "If this parameter is set, the server will automatically run in the background and any controlling terminals are dissociated." -msgstr "" - -#: utils/misc/guc.c:497 -msgid "Logs each successful connection." -msgstr "" - -#: utils/misc/guc.c:505 -msgid "Logs end of a session, including duration" -msgstr "" - -#: utils/misc/guc.c:513 -msgid "Prefixes server log messages with a time stamp." -msgstr "" - -#: utils/misc/guc.c:521 -msgid "Prefixes server log messages with the server PID." -msgstr "" - -#: utils/misc/guc.c:531 -msgid "Turns on various assertion checks." -msgstr "" - -#: utils/misc/guc.c:532 -#, fuzzy -msgid "This is a debugging aid." -msgstr "Hierdie eiendom is Gaan" - -#: utils/misc/guc.c:543 -#: utils/misc/guc.c:633 -#: utils/misc/guc.c:706 -#: utils/misc/guc.c:715 -#: utils/misc/guc.c:724 -#: utils/misc/guc.c:733 -#: utils/misc/guc.c:1116 -#: utils/misc/guc.c:1125 -#: utils/misc/guc.c:1193 -#, fuzzy -msgid "no description available" -msgstr "Nee beskrywing beskikbaar." - -#: utils/misc/guc.c:552 -msgid "Logs each SQL statement." -msgstr "" - -#: utils/misc/guc.c:560 -msgid "Logs the duration each completed SQL statement." -msgstr "" - -#: utils/misc/guc.c:568 -msgid "Prints the parse tree to the server log." -msgstr "" - -#: utils/misc/guc.c:576 -msgid "Prints the parse tree after rewriting to server log." -msgstr "" - -#: utils/misc/guc.c:584 -msgid "Prints the execution plan to server log." -msgstr "" - -#: utils/misc/guc.c:592 -msgid "Indents parse and plan tree displays." -msgstr "" - -#: utils/misc/guc.c:600 -msgid "Writes parser performance statistics to the server log." -msgstr "" - -#: utils/misc/guc.c:608 -msgid "Writes planner performance statistics to the server log." -msgstr "" - -#: utils/misc/guc.c:616 -msgid "Writes executor performance statistics to the server log." -msgstr "" - -#: utils/misc/guc.c:624 -msgid "Writes cumulative performance statistics to the server log." -msgstr "" - -#: utils/misc/guc.c:644 -msgid "Uses the indented output format for EXPLAIN VERBOSE." -msgstr "" - -#: utils/misc/guc.c:652 -msgid "Starts the server statistics-collection subprocess." -msgstr "" - -#: utils/misc/guc.c:660 -msgid "Zeroes collected statistics on server restart." -msgstr "" - -#: utils/misc/guc.c:668 -msgid "Collects statistics about executing commands." -msgstr "" - -#: utils/misc/guc.c:669 -msgid "Enables the collection of statistics on the currently executing command of each session, along with the time at which that command began execution." -msgstr "" - -#: utils/misc/guc.c:678 -msgid "Collects row-level statistics on database activity." -msgstr "" - -#: utils/misc/guc.c:686 -msgid "Collects block-level statistics on database activity." -msgstr "" - -#: utils/misc/guc.c:695 -msgid "Generates debugging output for LISTEN and NOTIFY." -msgstr "" - -#: utils/misc/guc.c:744 -#, fuzzy -msgid "Logs the host name in the connection logs." -msgstr "Tipe in 'n unieke naam vir hierdie verbinding" - -#: utils/misc/guc.c:745 -msgid "By default, connection logs only show the IP address of the connecting host. If you want them to show the host name you can turn this on, but depending on your host name resolution setup it might impose a non-negligible performance penalty." -msgstr "" - -#: utils/misc/guc.c:755 -msgid "Logs the outgoing port number of the connecting host." -msgstr "" - -#: utils/misc/guc.c:764 -msgid "Causes subtables to be included by default in various commands." -msgstr "" - -#: utils/misc/guc.c:772 -msgid "Interprets ACST, CST, EST, and SAT as Australian time zones." -msgstr "" - -#: utils/misc/guc.c:773 -msgid "Otherwise they are interpreted as North/South American time zones and Saturday." -msgstr "" - -#: utils/misc/guc.c:781 -#, fuzzy -msgid "Encrypt passwords." -msgstr "Onthou wagwoorde" - -#: utils/misc/guc.c:782 -msgid "When a password is specified in CREATE USER or ALTER USER without writing either ENCRYPTED or UNENCRYPTED, this parameter determines whether the password is to be encrypted." -msgstr "" - -#: utils/misc/guc.c:791 -msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." -msgstr "" - -#: utils/misc/guc.c:792 -msgid "When turned on, expressions of the form expr = NULL (or NULL = expr) are treated as expr IS NULL, that is, they return true if expr evaluates to the null value, and false otherwise. The correct behavior of expr = NULL is to always return null (unknown)." -msgstr "" - -#: utils/misc/guc.c:803 -msgid "Enables per-database user names." -msgstr "" - -#: utils/misc/guc.c:812 -msgid "This parameter doesn't do anything." -msgstr "" - -#: utils/misc/guc.c:813 -msgid "It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-vintage clients." -msgstr "" - -#: utils/misc/guc.c:821 -msgid "Sets the default read-only status of new transactions." -msgstr "" - -#: utils/misc/guc.c:829 -msgid "Sets the current transaction's read-only status." -msgstr "" - -#: utils/misc/guc.c:838 -msgid "Automatically adds missing table references to FROM clauses." -msgstr "" - -#: utils/misc/guc.c:846 -msgid "Check function bodies during CREATE FUNCTION." -msgstr "" - -#: utils/misc/guc.c:854 -msgid "By default, newly-created tables should have OIDs" -msgstr "" - -#: utils/misc/guc.c:863 -msgid "Datetimes are integer based" -msgstr "" - -#: utils/misc/guc.c:878 -msgid "Emit WAL-related debugging output." -msgstr "" - -#: utils/misc/guc.c:898 -#, fuzzy -msgid "Sets the default statistics target." -msgstr "verstel die verstek knoppie kleur." - -#: utils/misc/guc.c:899 -msgid "This applies to table columns that have not had a column-specific target set via ALTER TABLE SET STATISTICS." -msgstr "" - -#: utils/misc/guc.c:907 -msgid "Sets the FROM-list size beyond which subqueries are not collapsed." -msgstr "" - -#: utils/misc/guc.c:909 -msgid "The planner will merge subqueries into upper queries if the resulting FROM list would have no more than this many items." -msgstr "" - -#: utils/misc/guc.c:918 -msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." -msgstr "" - -#: utils/misc/guc.c:920 -msgid "The planner will flatten explicit inner JOIN constructs into lists of FROM items whenever a list of no more than this many items would result." -msgstr "" - -#: utils/misc/guc.c:929 -msgid "Sets the threshold of FROM items beyond which GEQO is used." -msgstr "" - -#: utils/misc/guc.c:937 -msgid "GEQO: effort is used to set the default for other GEQO parameters." -msgstr "" - -#: utils/misc/guc.c:945 -msgid "GEQO: number of individuals in the population." -msgstr "" - -#: utils/misc/guc.c:946 -#: utils/misc/guc.c:954 -msgid "Zero selects a suitable default value." -msgstr "" - -#: utils/misc/guc.c:953 -msgid "GEQO: number of iterations of the algorithm." -msgstr "" - -#: utils/misc/guc.c:962 -msgid "The time in milliseconds to wait on lock before checking for deadlock." -msgstr "" - -#: utils/misc/guc.c:972 -msgid "Uses syslog for logging." -msgstr "" - -#: utils/misc/guc.c:973 -msgid "If this parameter is 1, messages go both to syslog and the standard output. A value of 2 sends output only to syslog. (Some messages will still go to the standard output/error.) The default is 0, which means syslog is off." -msgstr "" - -#: utils/misc/guc.c:992 -msgid "Sets the maximum number of concurrent connections." -msgstr "Stel die maksimum aantal gelyktydige verbindings." - -#: utils/misc/guc.c:1001 -msgid "Sets the number of connection slots reserved for superusers." -msgstr "" - -#: utils/misc/guc.c:1010 -msgid "Sets the number of shared memory buffers used by the server." -msgstr "" - -#: utils/misc/guc.c:1019 -msgid "Sets the TCP port the server listens on." -msgstr "Stel die TCP-poort waarna die bediener luister." - -#: utils/misc/guc.c:1028 -msgid "Sets the access permissions of the Unix-domain socket." -msgstr "" - -#: utils/misc/guc.c:1029 -msgid "Unix-domain sockets use the usual Unix file system permission set. The parameter value is expected to be an numeric mode specification in the form accepted by the chmod and umask system calls. (To use the customary octal format the number must start with a 0 (zero).)" -msgstr "" - -#: utils/misc/guc.c:1041 -msgid "Sets the maximum memory to be used for query workspaces." -msgstr "" - -#: utils/misc/guc.c:1042 -msgid "This much memory may be used by each internal sort operation and hash table before switching to temporary disk files." -msgstr "" - -#: utils/misc/guc.c:1052 -msgid "Sets the maximum memory to be used for maintenance operations." -msgstr "" - -#: utils/misc/guc.c:1053 -msgid "This includes operations such as VACUUM and CREATE INDEX." -msgstr "" - -#: utils/misc/guc.c:1061 -msgid "Vacuum cost for a page found in the buffer cache." -msgstr "" - -#: utils/misc/guc.c:1070 -msgid "Vacuum cost for a page not found in the buffer cache." -msgstr "" - -#: utils/misc/guc.c:1079 -msgid "Vacuum cost for a page dirtied by vacuum." -msgstr "" - -#: utils/misc/guc.c:1088 -msgid "Vacuum cost amount available before napping." -msgstr "" - -#: utils/misc/guc.c:1097 -msgid "Vacuum cost delay in milliseconds." -msgstr "" - -#: utils/misc/guc.c:1106 -msgid "Sets the maximum number of simultaneously open files for each server process." -msgstr "" - -#: utils/misc/guc.c:1135 -msgid "Sets the maximum expression nesting depth." -msgstr "" - -#: utils/misc/guc.c:1144 -msgid "Sets the maximum allowed duration (in milliseconds) of any statement." -msgstr "" - -#: utils/misc/guc.c:1145 -msgid "A value of 0 turns off the timeout." -msgstr "" - -#: utils/misc/guc.c:1153 -msgid "Sets the maximum number of tables and indexes for which free space is tracked." -msgstr "" - -#: utils/misc/guc.c:1162 -msgid "Sets the maximum number of disk pages for which free space is tracked." -msgstr "" - -#: utils/misc/guc.c:1172 -msgid "Sets the maximum number of locks per transaction." -msgstr "" - -#: utils/misc/guc.c:1173 -msgid "The shared lock table is sized on the assumption that at most max_locks_per_transaction * max_connections distinct objects will need to be locked at any one time." -msgstr "" - -#: utils/misc/guc.c:1183 -msgid "Sets the maximum time in seconds to complete client authentication." -msgstr "" - -#: utils/misc/guc.c:1203 -msgid "Sets the maximum distance in log segments between automatic WAL checkpoints." -msgstr "" - -#: utils/misc/guc.c:1212 -msgid "Sets the maximum time in seconds between automatic WAL checkpoints." -msgstr "" - -#: utils/misc/guc.c:1221 -msgid "Logs if filling of checkpoint segments happens more frequently than this (in seconds)." -msgstr "" - -#: utils/misc/guc.c:1223 -msgid "Write a message to the server log if checkpoints caused by the filling of checkpoint segment files happens more frequently than this number of seconds. Zero turns off the warning." -msgstr "" - -#: utils/misc/guc.c:1233 -msgid "Sets the number of disk-page buffers in shared memory for WAL." -msgstr "" - -#: utils/misc/guc.c:1242 -msgid "Sets the delay in microseconds between transaction commit and flushing WAL to disk." -msgstr "" - -#: utils/misc/guc.c:1252 -msgid "Sets the minimum concurrent open transactions before performing commit_delay." -msgstr "" - -#: utils/misc/guc.c:1262 -msgid "Sets the number of digits displayed for floating-point values." -msgstr "" - -#: utils/misc/guc.c:1263 -msgid "This affects real, double precision, and geometric data types. The parameter value is added to the standard number of digits (FLT_DIG or DBL_DIG as appropriate)." -msgstr "" - -#: utils/misc/guc.c:1273 -msgid "Sets the minimum execution time in milliseconds above which statements will be logged." -msgstr "" - -#: utils/misc/guc.c:1275 -msgid "Zero prints all queries. The default is -1 (turning this feature off)." -msgstr "" - -#: utils/misc/guc.c:1283 -msgid "Interval to report shared buffer status in seconds" -msgstr "" - -#: utils/misc/guc.c:1292 -msgid "Background writer sleep time between rounds in milliseconds" -msgstr "" - -#: utils/misc/guc.c:1301 -msgid "Background writer percentage of dirty buffers to flush per round" -msgstr "" - -#: utils/misc/guc.c:1310 -msgid "Background writer maximum number of pages to flush per round" -msgstr "" - -#: utils/misc/guc.c:1319 -msgid "Shows the maximum number of function arguments" -msgstr "" - -#: utils/misc/guc.c:1329 -msgid "Shows the maximum number of index keys" -msgstr "" - -#: utils/misc/guc.c:1339 -msgid "Shows the maximum identifier length" -msgstr "" - -#: utils/misc/guc.c:1349 -#, fuzzy -msgid "Shows size of a disk block" -msgstr "Kan nie stel kaset blok grootte." - -#: utils/misc/guc.c:1368 -msgid "Sets the planner's assumption about size of the disk cache." -msgstr "" - -#: utils/misc/guc.c:1369 -msgid "That is, the portion of the kernel's disk cache that will be used for PostgreSQL data files. This is measured in disk pages, which are normally 8 kB each." -msgstr "" - -#: utils/misc/guc.c:1378 -msgid "Sets the planner's estimate of the cost of a nonsequentially fetched disk page." -msgstr "" - -#: utils/misc/guc.c:1380 -msgid "This is measured as a multiple of the cost of a sequential page fetch. A higher value makes it more likely a sequential scan will be used, a lower value makes it more likely an index scan will be used." -msgstr "" - -#: utils/misc/guc.c:1390 -msgid "Sets the planner's estimate of the cost of processing each tuple (row)." -msgstr "" - -#: utils/misc/guc.c:1391 -#: utils/misc/guc.c:1401 -#: utils/misc/guc.c:1410 -msgid "This is measured as a fraction of the cost of a sequential page fetch." -msgstr "" - -#: utils/misc/guc.c:1399 -msgid "Sets the planner's estimate of processing cost for each index tuple (row) during index scan." -msgstr "" - -#: utils/misc/guc.c:1409 -msgid "Sets the planner's estimate of processing cost of each operator in WHERE." -msgstr "" - -#: utils/misc/guc.c:1419 -msgid "GEQO: selective pressure within the population." -msgstr "" - -#: utils/misc/guc.c:1429 -msgid "Sets the seed for random-number generation." -msgstr "" - -#: utils/misc/guc.c:1448 -msgid "Sets the client's character set encoding." -msgstr "" - -#: utils/misc/guc.c:1458 -msgid "Sets the message levels that are sent to the client." -msgstr "" - -#: utils/misc/guc.c:1459 -msgid "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, and ERROR. Each level includes all the levels that follow it. The later the level, the fewer messages are sent." -msgstr "" - -#: utils/misc/guc.c:1470 -msgid "Sets the message levels that are logged." -msgstr "" - -#: utils/misc/guc.c:1471 -msgid "Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, INFO, NOTICE, WARNING, ERROR, LOG, FATAL, and PANIC. Each level includes all the levels that follow it." -msgstr "" - -#: utils/misc/guc.c:1481 -msgid "Sets the verbosity of logged messages." -msgstr "" - -#: utils/misc/guc.c:1482 -msgid "Valid values are \"terse\", \"default\", and \"verbose\"." -msgstr "" - -#: utils/misc/guc.c:1490 -msgid "Causes all statements generating error at or above this level to be logged." -msgstr "" - -#: utils/misc/guc.c:1491 -msgid "All SQL statements that cause an error of the specified level or a higher level are logged." -msgstr "" - -#: utils/misc/guc.c:1500 -msgid "Controls information prefixed to each log line" -msgstr "" - -#: utils/misc/guc.c:1501 -msgid "if blank no prefix is used" -msgstr "" - -#: utils/misc/guc.c:1510 -msgid "Sets the display format for date and time values." -msgstr "" - -#: utils/misc/guc.c:1511 -msgid "Also controls interpretation of ambiguous date inputs." -msgstr "" - -#: utils/misc/guc.c:1521 -msgid "Sets the transaction isolation level of each new transaction." -msgstr "" - -#: utils/misc/guc.c:1522 -msgid "Each SQL transaction has an isolation level, which can be either \"read uncommitted\", \"read committed\", \"repeatable read\", or \"serializable\"." -msgstr "" - -#: utils/misc/guc.c:1531 -msgid "Sets the path for dynamically loadable modules." -msgstr "" - -#: utils/misc/guc.c:1532 -msgid "If a dynamically loadable module needs to be opened and the specified name does not have a directory component (i.e., the name does not contain a slash), the system will search this path for the specified file." -msgstr "" - -#: utils/misc/guc.c:1543 -msgid "Sets the location of the Kerberos server key file." -msgstr "" - -#: utils/misc/guc.c:1552 -msgid "Sets the Rendezvous broadcast service name." -msgstr "" - -#: utils/misc/guc.c:1563 -msgid "Shows the collation order locale." -msgstr "" - -#: utils/misc/guc.c:1573 -msgid "Shows the character classification and case conversion locale." -msgstr "" - -#: utils/misc/guc.c:1583 -msgid "Sets the language in which messages are displayed." -msgstr "" - -#: utils/misc/guc.c:1592 -msgid "Sets the locale for formatting monetary amounts." -msgstr "" - -#: utils/misc/guc.c:1601 -msgid "Sets the locale for formatting numbers." -msgstr "" - -#: utils/misc/guc.c:1610 -msgid "Sets the locale for formatting date and time values." -msgstr "" - -#: utils/misc/guc.c:1619 -msgid "Lists shared libraries to preload into server." -msgstr "" - -#: utils/misc/guc.c:1629 -#, fuzzy -msgid "Sets the regular expression \"flavor\"." -msgstr "Gebruik Gewone Uitdrukking Ooreenstemmende" - -#: utils/misc/guc.c:1630 -msgid "This can be set to advanced, extended, or basic." -msgstr "" - -#: utils/misc/guc.c:1638 -msgid "Sets the schema search order for names that are not schema-qualified." -msgstr "" - -#: utils/misc/guc.c:1649 -msgid "Sets the server (database) character set encoding." -msgstr "" - -#: utils/misc/guc.c:1660 -msgid "Shows the server version." -msgstr "Wys die bedienerweergawe" - -#: utils/misc/guc.c:1671 -msgid "Sets the session user name." -msgstr "Stel die sessie se gebruikersnaam" - -#: utils/misc/guc.c:1682 -msgid "Sets the syslog \"facility\" to be used when syslog enabled." -msgstr "" - -#: utils/misc/guc.c:1683 -msgid "Valid values are LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7." -msgstr "" - -#: utils/misc/guc.c:1691 -msgid "Sets the program name used to identify PostgreSQL messages in syslog." -msgstr "" - -#: utils/misc/guc.c:1702 -msgid "Sets the time zone for displaying and interpreting time stamps." -msgstr "" - -#: utils/misc/guc.c:1711 -msgid "Sets the current transaction's isolation level." -msgstr "" - -#: utils/misc/guc.c:1721 -msgid "Sets the owning group of the Unix-domain socket." -msgstr "" - -#: utils/misc/guc.c:1722 -msgid "(The owning user of the socket is always the user that starts the server.)" -msgstr "" - -#: utils/misc/guc.c:1731 -msgid "Sets the directory where the Unix-domain socket will be created." -msgstr "" - -#: utils/misc/guc.c:1740 -msgid "Sets the host name or IP address to listen to." -msgstr "" - -#: utils/misc/guc.c:1749 -msgid "Selects the method used for forcing WAL updates out to disk." -msgstr "" - -#: utils/misc/guc.c:2621 -#: utils/misc/guc.c:3223 -#: utils/misc/guc.c:3259 -#: utils/misc/guc.c:3315 -#: utils/misc/guc.c:3609 -#, fuzzy, c-format -msgid "unrecognized configuration parameter \"%s\"" -msgstr "Invoer parameter naam" - -#: utils/misc/guc.c:2640 -#, fuzzy, c-format -msgid "parameter \"%s\" cannot be changed" -msgstr "Kbabel kan nie wees beginne." - -#: utils/misc/guc.c:2652 -#, c-format -msgid "parameter \"%s\" cannot be changed after server start" -msgstr "" - -#: utils/misc/guc.c:2662 -#, c-format -msgid "parameter \"%s\" cannot be changed now" -msgstr "" - -#: utils/misc/guc.c:2692 -#, c-format -msgid "parameter \"%s\" cannot be set after connection start" -msgstr "" - -#: utils/misc/guc.c:2702 -#: utils/misc/guc.c:2769 -#: utils/misc/guc.c:2866 -#: utils/misc/guc.c:2962 -#: utils/misc/guc.c:3061 -#, c-format -msgid "permission denied to set parameter \"%s\"" -msgstr "" - -#: utils/misc/guc.c:2757 -#, fuzzy, c-format -msgid "parameter \"%s\" requires a Boolean value" -msgstr "Opsie '%s' vereis 'n waarde, '=' verwag" - -#: utils/misc/guc.c:2771 -msgid "Must be superuser to change this value to false." -msgstr "" - -#: utils/misc/guc.c:2793 -#: utils/misc/guc.c:2890 -#, fuzzy, c-format -msgid "invalid value for parameter \"%s\": %d" -msgstr "ongeldige waarde vir 'ai_flags'" - -#: utils/misc/guc.c:2845 -#, fuzzy, c-format -msgid "parameter \"%s\" requires an integer value" -msgstr "Asseblief invoer 'n heelgetal waarde <= %1" - -#: utils/misc/guc.c:2853 -#, c-format -msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" -msgstr "" - -#: utils/misc/guc.c:2868 -msgid "Must be superuser to increase this value or set it to zero." -msgstr "" - -#: utils/misc/guc.c:2942 -#, fuzzy, c-format -msgid "parameter \"%s\" requires a numeric value" -msgstr "Opsie '%s' vereis 'n waarde, '=' verwag" - -#: utils/misc/guc.c:2950 -#, c-format -msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" -msgstr "" - -#: utils/misc/guc.c:2964 -#: utils/misc/guc.c:3063 -msgid "Must be superuser to increase this value." -msgstr "" - -#: utils/misc/guc.c:2986 -#, fuzzy, c-format -msgid "invalid value for parameter \"%s\": %g" -msgstr "ongeldige waarde vir 'ai_flags'" - -#: utils/misc/guc.c:3117 -#, fuzzy, c-format -msgid "invalid value for parameter \"%s\": \"%s\"" -msgstr "ongeldige waarde vir 'ai_flags'" - -#: utils/misc/guc.c:3324 -#, fuzzy, c-format -msgid "SET %s takes only one argument" -msgstr "slegs een parameter mag gespesifiseer word" - -#: utils/misc/guc.c:3428 -#, fuzzy -msgid "SET requires parameter name" -msgstr "Stel die projek naam hier." - -#: utils/misc/guc.c:4266 -#, c-format -msgid "could not parse setting for parameter \"%s\"" -msgstr "" - -#: utils/misc/guc.c:4623 -msgid "SET AUTOCOMMIT TO OFF is no longer supported" -msgstr "" - -#: guc-file.l:268 -#, c-format -msgid "syntax error in file \"%s\" line %u, near token \"%s\"" -msgstr "" - -#: utils/mmgr/aset.c:336 -#, c-format -msgid "Failed while creating memory context \"%s\"." -msgstr "" - -#: utils/mmgr/aset.c:502 -#: utils/mmgr/aset.c:699 -#: utils/mmgr/aset.c:892 -#, c-format -msgid "Failed on request of size %lu." -msgstr "" - -#: utils/mmgr/portalmem.c:170 -#, fuzzy, c-format -msgid "cursor \"%s\" already exists" -msgstr "Argief Alreeds Bestaan" - -#: utils/mmgr/portalmem.c:174 -#, fuzzy, c-format -msgid "closing existing cursor \"%s\"" -msgstr "Hardloop na plekaanduier" - -#: utils/sort/logtape.c:202 -#, c-format -msgid "could not write block %ld of temporary file: %m" -msgstr "" - -#: utils/sort/logtape.c:204 -msgid "Perhaps out of disk space?" -msgstr "Miskien te min skyfspasie?" - -#: utils/sort/logtape.c:221 -#, c-format -msgid "could not read block %ld of temporary file: %m" -msgstr "" - -#: utils/sort/tuplesort.c:2081 -msgid "could not create unique index" -msgstr "kon nie unieke indeks skep nie" - -#: utils/sort/tuplesort.c:2082 -msgid "Table contains duplicated values." -msgstr "" - diff --git a/src/backend/po/cs.po b/src/backend/po/cs.po deleted file mode 100644 index 7ba035ced0..0000000000 --- a/src/backend/po/cs.po +++ /dev/null @@ -1,12398 +0,0 @@ -# Czech translation of PostgreSQL backend messages. -# Karel Zak <[email protected]>, 2001. -# -msgid "" -msgstr "" -"Project-Id-Version: PostgreSQL 7.2\n" -"POT-Creation-Date: 2001-12-07 04:15-0500\n" -"PO-Revision-Date: 2001-12-08 22:22+0200\n" -"Last-Translator: Karel Zak <[email protected]>\n" -"Language-Team: Karel Zak <[email protected]>\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=ISO-8859-2\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../access/common/heaptuple.c:171 -msgid "heap_attisnull: zero attnum disallowed" -msgstr "heap_attisnull: nulov� attnum nen� dovoleno" - -#: ../access/common/heaptuple.c:174 -msgid "heap_attisnull: undefined negative attnum" -msgstr "heap_attisnull: nedefinovan� negativn� attnum" - -#: ../access/common/heaptuple.c:457 -#, c-format -msgid "heap_getsysattr: invalid attnum %d" -msgstr "heap_getsysattr: neplatn� attnum %d" - -#: ../access/common/heaptuple.c:582 -#, c-format -msgid "heap_formtuple: numberOfAttributes of %d > %d" -msgstr "heap_formtuple: numberOfAttributes z %d > %d" - -#: ../access/common/heaptuple.c:685 -#, c-format -msgid "heap_modifytuple: repl is \\%3d" -msgstr "heap_modifytuple: repl je \\%3d" - -#: ../access/common/indextuple.c:55 -#, c-format -msgid "index_formtuple: numberOfAttributes %d > %d" -msgstr "" - -#: ../access/common/indextuple.c:162 -#, c-format -msgid "index_formtuple: data takes %lu bytes, max is %d" -msgstr "index_formtuple: data zab�raj� %lu byt�, maximum je %d" - -#: ../access/common/printtup.c:49 -#, c-format -msgid "getTypeOutputInfo: Cache lookup of type %u failed" -msgstr "getTypeOutputInfo: hled�n� typu %u v cache selhalo" - -#: ../access/common/tupdesc.c:596 -#, c-format -msgid "DefineRelation: no such type %s" -msgstr "DefineRelation: nen� typ %s" - -#: ../access/gist/gist.c:173 ../access/hash/hash.c:72 -#: ../access/nbtree/nbtree.c:129 ../access/rtree/rtree.c:128 -#, c-format -msgid "%s already contains data" -msgstr "%s ji� obsahuje data" - -#: ../access/gist/gist.c:400 ../access/gist/gist.c:599 -#, c-format -msgid "gist: failed to add index item to %s" -msgstr "gist: selhalo p�id�n� indexov� polo�ky do %s" - -#: ../access/gist/gist.c:1655 -#, c-format -msgid "initGISTstate: numberOfAttributes %d > %d" -msgstr "" - -#: ../access/gist/gist.c:1917 -#, c-format -msgid "%sPage: %d %s blk: %d maxoff: %d free: %d" -msgstr "" - -#: ../access/gist/gist.c:1927 -#, c-format -msgid "%s Tuple. blk: %d size: %d" -msgstr "" - -#: ../access/gist/gist.c:1942 -msgid "gist_redo: unimplemented" -msgstr "gist_redo: neimplementov�no" - -#: ../access/gist/gist.c:1948 -msgid "gist_undo: unimplemented" -msgstr "gist_undo: neimplementov�no" - -#: ../access/gist/gistscan.c:273 -#, c-format -msgid "GiST scan list corrupted -- cannot find 0x%p" -msgstr "GiST scan list poru�en -- nelze nal�zt 0x%p" - -#: ../access/gist/gistscan.c:409 -#, c-format -msgid "Bad operation in GiST scan adjust: %d" -msgstr "" - -#: ../access/hash/hash.c:471 -msgid "hash_redo: unimplemented" -msgstr "hash_redo: neimplementov�no" - -#: ../access/hash/hash.c:477 -msgid "hash_undo: unimplemented" -msgstr "hash_undo: neimplementov�no" - -#: ../access/hash/hashinsert.c:51 -msgid "Hash indices valid for only one index key." -msgstr "Hash ukazatel je platn� pouze pro jeden kl�� indexu." - -#: ../access/hash/hashinsert.c:166 -msgid "hash item too large" -msgstr "p��li� velk� hash polo�ka" - -#: ../access/hash/hashinsert.c:231 -#, c-format -msgid "_hash_pgaddtup: failed to add index item to %s" -msgstr "_hash_pgaddtup: selhalo p�id�n� indexov� polo�ky do %s" - -#: ../access/hash/hashovfl.c:61 -msgid "_hash_addovflpage: problem with _hash_getovfladdr." -msgstr "_hash_addovflpage: probl�m s _hash_getovfladdr." - -#: ../access/hash/hashovfl.c:196 -msgid "overflow_page: problem with _hash_initbitmap." -msgstr "overflow_page: probl�m s _hash_initbitmap." - -#: ../access/hash/hashovfl.c:568 -#, c-format -msgid "_hash_squeezebucket: failed to add index item to %s" -msgstr "_hash_squeezebucket: selhalo p�id�n� indexov� polo�ky do %s" - -#: ../access/hash/hashpage.c:93 -#, c-format -msgid "Cannot initialize non-empty hash table %s" -msgstr "Nelze inicializovat nepr�zdnou hash tabulku %s" - -#: ../access/hash/hashpage.c:151 -msgid "Problem with _hash_initbitmap." -msgstr "Probl�m s _hash_initbitmap." - -#: ../access/hash/hashpage.c:196 -msgid "_hash_getbuf: internal error: hash AM does not use P_NEW" -msgstr "_hash_getbuf: intern� chyba: hash AM nepou��v� P_NEW" - -#: ../access/hash/hashpage.c:204 -#, c-format -msgid "_hash_getbuf: invalid access (%d) on new blk: %s" -msgstr "_hash_getbuf: neplatn� p��stup (%d) na nov�m blk: %s" - -#: ../access/hash/hashpage.c:231 -#, c-format -msgid "_hash_relbuf: invalid access (%d) on blk %x: %s" -msgstr "_hash_relbuf: neplatn� p��stup (%d) na blk %x: %s" - -#: ../access/hash/hashpage.c:290 -#, c-format -msgid "_hash_chgbufaccess: invalid access (%d) on blk %x: %s" -msgstr "_hash_chgbufaccess: neplatn� p��stup (%d) na blk %x: %s" - -#: ../access/hash/hashpage.c:335 -#, c-format -msgid "_hash_setpagelock: invalid access (%d) on blk %x: %s" -msgstr "_hash_setpagelock: neplatn� p��stup (%d) na blk %x: %s" - -#: ../access/hash/hashpage.c:359 -#, c-format -msgid "_hash_unsetpagelock: invalid access (%d) on blk %x: %s" -msgstr "_hash_unsetpagelock: neplatn� p��stup (%d) na blk %x: %s" - -#: ../access/hash/hashpage.c:547 ../access/hash/hashpage.c:684 -#, c-format -msgid "_hash_splitpage: empty overflow page %d" -msgstr "" - -#: ../access/hash/hashpage.c:586 -#, c-format -msgid "_hash_splitpage: empty ovfl page %d!" -msgstr "" - -#: ../access/hash/hashpage.c:639 -#, c-format -msgid "_hash_splitpage: failed to add index item to %s" -msgstr "_hash_splitpage: selhalo p�id�n� indexov� polo�ky do %s" - -#: ../access/hash/hashscan.c:103 -#, c-format -msgid "hash scan list trashed; can't find 0x%p" -msgstr "hash scan list poru�en: nelze nal�zt 0x%p" - -#: ../access/hash/hashutil.c:81 -msgid "hash indices cannot include null keys" -msgstr "hash ukazatel nem��e obsahovat nulov� kl��" - -#: ../access/heap/heapam.c:145 -#, c-format -msgid "heapgettup(%s, tid=0x%x[%d,%d], dir=%d, ...)" -msgstr "" - -#: ../access/heap/heapam.c:151 -#, c-format -msgid "heapgettup(%s, tid=0x%x, dir=%d, ...)" -msgstr "" - -#: ../access/heap/heapam.c:154 -#, c-format -msgid "heapgettup(..., b=0x%x, nkeys=%d, key=0x%x" -msgstr "" - -#: ../access/heap/heapam.c:156 -#, c-format -msgid "heapgettup: relation(%c)=`%s', %p" -msgstr "" - -#: ../access/heap/heapam.c:204 ../access/heap/heapam.c:239 -#: ../access/heap/heapam.c:280 ../access/heap/heapam.c:373 -msgid "heapgettup: failed ReadBuffer" -msgstr "heapgettup: selhal ReadBuffer" - -#: ../access/heap/heapam.c:475 -#, c-format -msgid "Relation %u does not exist" -msgstr "Relace %u neexistuje" - -#: ../access/heap/heapam.c:521 ../catalog/heap.c:963 -#, c-format -msgid "Relation \"%s\" does not exist" -msgstr "Relace \"%s\" neexistuje" - -#: ../access/heap/heapam.c:573 ../access/heap/heapam.c:598 -#, c-format -msgid "%s is an index relation" -msgstr "%s nen� index" - -#: ../access/heap/heapam.c:576 ../access/heap/heapam.c:601 -#, c-format -msgid "%s is a special relation" -msgstr "%s je speci�ln� relace" - -#: ../access/heap/heapam.c:633 -msgid "heap_beginscan: !RelationIsValid(relation)" -msgstr "" - -#: ../access/heap/heapam.c:748 -#, c-format -msgid "heap_getnext([%s,nkeys=%d],backw=%d) called" -msgstr "" - -#: ../access/heap/heapam.c:752 -msgid "heap_getnext returning EOS" -msgstr "heap_getnext vrac� EOS" - -#: ../access/heap/heapam.c:755 -msgid "heap_getnext returning tuple" -msgstr "heap_getnext vrac� tuple" - -#: ../access/heap/heapam.c:778 -msgid "heap_getnext: NULL relscan" -msgstr "" - -#: ../access/heap/heapam.c:876 -#, c-format -msgid "heap_fetch: %s relation: ReadBuffer(%lx) failed" -msgstr "heap_fetch: %s relace: ReadBuffer(%lx) selhal" - -#: ../access/heap/heapam.c:965 -#, c-format -msgid "heap_get_latest_tid: %s relation: ReadBuffer(%lx) failed" -msgstr "heap_get_latest_tid: %s relace: ReadBuffer(%lx) selhal" - -#: ../access/heap/heapam.c:1168 -msgid "heap_delete: failed ReadBuffer" -msgstr "heap_delete: selhal ReadBuffer" - -#: ../access/heap/heapam.c:1187 -msgid "heap_delete: (am)invalid tid" -msgstr "heap_delete: neplatn� tid" - -#: ../access/heap/heapam.c:1307 -msgid "simple_heap_delete: tuple already updated by self" -msgstr "simple_heap_delete: tuple ji� byla aktualizov�na" - -#: ../access/heap/heapam.c:1315 -msgid "simple_heap_delete: tuple concurrently updated" -msgstr "simple_heap_delete: tuple byla aktualizov�na soub�n�" - -#: ../access/heap/heapam.c:1319 ../executor/execMain.c:1349 -#, c-format -msgid "Unknown status %u from heap_delete" -msgstr "Nezn�m� status %u z heap_delete" - -#: ../access/heap/heapam.c:1354 -msgid "heap_update: failed ReadBuffer" -msgstr "heap_update: selhal ReadBuffer" - -#: ../access/heap/heapam.c:1379 -msgid "heap_update: (am)invalid tid" -msgstr "heap_update: neplatn� tid" - -#: ../access/heap/heapam.c:1624 -msgid "simple_heap_update: tuple already updated by self" -msgstr "simple_heap_update: tuple byla aktualizov�na" - -#: ../access/heap/heapam.c:1632 -msgid "simple_heap_update: tuple concurrently updated" -msgstr "simple_heap_update: tuple byla aktualizov�na soub�n�" - -#: ../access/heap/heapam.c:1636 ../executor/execMain.c:1485 -#, c-format -msgid "Unknown status %u from heap_update" -msgstr "Nezn�m� status %u z heap_update" - -#: ../access/heap/heapam.c:1659 -msgid "heap_mark4update: failed ReadBuffer" -msgstr "heap_mark4update: selhal ReadBuffer" - -#: ../access/heap/heapam.c:1676 -msgid "heap_mark4update: (am)invalid tid" -msgstr "heap_mark4update: neplatn� tid" - -#: ../access/heap/heapam.c:1961 -msgid "heap_clean_redo: no block" -msgstr "heap_clean_redo: nen� blok" - -#: ../access/heap/heapam.c:1965 -msgid "heap_clean_redo: uninitialized page" -msgstr "heap_clean_redo: neinicializovan� str�nka" - -#: ../access/heap/heapam.c:2018 -#, c-format -msgid "heap_delete_%sdo: no block" -msgstr "heap_delete_%sdo: nen� blok" - -#: ../access/heap/heapam.c:2022 -#, c-format -msgid "heap_delete_%sdo: uninitialized page" -msgstr "heap_delete_%sdo: neinicializovan� str�nka" - -#: ../access/heap/heapam.c:2034 -msgid "heap_delete_undo: bad page LSN" -msgstr "heap_delete_undo: �patn� LSN str�nky" - -#: ../access/heap/heapam.c:2041 -#, c-format -msgid "heap_delete_%sdo: invalid lp" -msgstr "heap_delete_%sdo: neplatn� lp" - -#: ../access/heap/heapam.c:2057 -msgid "heap_delete_undo: unimplemented" -msgstr "heap_delete_undo: neimplemenov�no" - -#: ../access/heap/heapam.c:2083 -#, c-format -msgid "heap_insert_%sdo: uninitialized page" -msgstr "heap_insert_%sdo: neinicializovan� str�nka" - -#: ../access/heap/heapam.c:2110 -msgid "heap_insert_redo: invalid max offset number" -msgstr "heap_insert_redo: neplatn� maxim�ln� ��slo offsetu" - -#: ../access/heap/heapam.c:2134 -msgid "heap_insert_redo: failed to add tuple" -msgstr "heap_insert_redo: selhalo p�id�n� do tuple" - -#: ../access/heap/heapam.c:2144 -msgid "heap_insert_undo: bad page LSN" -msgstr "heap_insert_undo: �patn� LSN str�nky" - -#: ../access/heap/heapam.c:2146 -msgid "heap_insert_undo: unimplemented" -msgstr "heap_insert_undo: neimplemenov�no" - -#: ../access/heap/heapam.c:2177 -#, c-format -msgid "heap_update_%sdo: no block" -msgstr "heap_update_%sdo: nen� block" - -#: ../access/heap/heapam.c:2181 -#, c-format -msgid "heap_update_%sdo: uninitialized old page" -msgstr "heap_update_%sdo: neninicializovan� star� str�nka" - -#: ../access/heap/heapam.c:2195 -msgid "heap_update_undo: bad old tuple page LSN" -msgstr "heap_update_undo: �patn� LSN star� tuple str�nky" - -#: ../access/heap/heapam.c:2202 -#, c-format -msgid "heap_update_%sdo: invalid lp" -msgstr "heap_update_%sdo: neplatn� lp" - -#: ../access/heap/heapam.c:2230 ../access/heap/heapam.c:2335 -msgid "heap_update_undo: unimplemented" -msgstr "heap_update_undo: neimplementov�no" - -#: ../access/heap/heapam.c:2251 -#, c-format -msgid "heap_update_%sdo: uninitialized page" -msgstr "heap_update_%sdo: neninicializovan� str�nka" - -#: ../access/heap/heapam.c:2278 -msgid "heap_update_redo: invalid max offset number" -msgstr "heap_update_redo: neplatn� maxim�ln� ��slo offsetu" - -#: ../access/heap/heapam.c:2324 -msgid "heap_update_redo: failed to add tuple" -msgstr "heap_update_redo: selhalo p�id�n� do tuple" - -#: ../access/heap/heapam.c:2333 -msgid "heap_update_undo: bad new tuple page LSN" -msgstr "heap_update_undo: �patn� LSN nov� tuple str�nky" - -#: ../access/heap/heapam.c:2351 -msgid "_heap_unlock_tuple: can't open relation" -msgstr "_heap_unlock_tuple: nelze otev��t relaci" - -#: ../access/heap/heapam.c:2356 -msgid "_heap_unlock_tuple: can't read buffer" -msgstr "_heap_unlock_tuple: nelze ��st buffer" - -#: ../access/heap/heapam.c:2360 -msgid "_heap_unlock_tuple: uninitialized page" -msgstr "_heap_unlock_tuple: neinicializovan� str�nka" - -#: ../access/heap/heapam.c:2364 -msgid "_heap_unlock_tuple: invalid itemid" -msgstr "_heap_unlock_tuple: neplatn� id itemu" - -#: ../access/heap/heapam.c:2368 -msgid "_heap_unlock_tuple: unused/deleted tuple in rollback" -msgstr "_heap_unlock_tuple: nepou�it�/smazan� tuple v rollback" - -#: ../access/heap/heapam.c:2374 -msgid "_heap_unlock_tuple: invalid xmax/cmax in rollback" -msgstr "_heap_unlock_tuple: neplatn� xmax/cmax v rollback" - -#: ../access/heap/heapam.c:2398 -#, c-format -msgid "heap_redo: unknown op code %u" -msgstr "heap_redo: nezn�m� op k�d %u" - -#: ../access/heap/heapam.c:2418 -#, c-format -msgid "heap_undo: unknown op code %u" -msgstr "heap_undo: nezn�m� op k�d %u" - -#: ../access/heap/hio.c:53 -msgid "RelationPutHeapTuple: failed to add tuple" -msgstr "RelationPutHeapTuple: selhalo p�id�n� do tuple" - -#: ../access/heap/hio.c:112 -#, c-format -msgid "Tuple is too big: size %lu, max size %ld" -msgstr "Tuple je p��li� velk�: velikost %lu, maxim�ln� velikost %ld" - -#: ../access/heap/hio.c:273 -#, c-format -msgid "Tuple is too big: size %lu" -msgstr "Tuple je p��li� velk�: velikost %lu" - -#: ../access/heap/tuptoaster.c:838 -msgid "Failed to build TOAST tuple" -msgstr "Selhala tvorba TOAST tuple" - -#: ../access/heap/tuptoaster.c:854 -msgid "Failed to insert index entry for TOAST tuple" -msgstr "Selhalo p�id�n� indexov�ho z�znamu pro TOAST tuple" - -#: ../access/heap/tuptoaster.c:1037 -#, c-format -msgid "unexpected chunk number %d for toast value %u" -msgstr "neo�ek�van� ��slo chunku %d pro TOAST prom�nnou %u" - -#: ../access/heap/tuptoaster.c:1043 ../access/heap/tuptoaster.c:1050 -#, c-format -msgid "unexpected chunk size %d in chunk %d for toast value %u" -msgstr "neo�ek�van� velikost chunku %d v chunku %d pro TOAST prom�nnou %u" - -#: ../access/heap/tuptoaster.c:1055 -#, c-format -msgid "chunk %d for toast value %u appears multiple times" -msgstr "chunk %d pro TOAST prom�nnou %u se objevil v�cekr�t" - -#: ../access/heap/tuptoaster.c:1073 -#, c-format -msgid "not all toast chunks found for value %u" -msgstr "nebyly nalezeny v�echny TOAST chunky pro prom�nnou %u" - -#: ../access/index/genam.c:103 -msgid "RelationGetIndexScan: relation invalid" -msgstr "RelationGetIndexScan: neplatn� relace" - -#: ../access/index/genam.c:148 -msgid "IndexScanEnd: invalid scan" -msgstr "IndexScanEnd: neplatn� scan" - -#: ../access/index/genam.c:176 -msgid "IndexScanRestart: invalid scan" -msgstr "IndexScanRestart: neplatn� scan" - -#: ../access/index/genam.c:237 -msgid "IndexScanRestorePosition: no mark to restore" -msgstr "IndexScanRestorePosition: nen� zna�ka pro obnovu" - -#: ../access/index/indexam.c:90 ../access/index/indexam.c:99 -#, c-format -msgid "index_%s: invalid %s regproc" -msgstr "index_%s: neplatn� %s regproc" - -#: ../access/index/indexam.c:130 ../access/index/indexam.c:152 -#, c-format -msgid "%s is not an index relation" -msgstr "%s nen� index" - -#: ../access/index/istrat.c:248 -#, c-format -msgid "StrategyTermEvaluate: impossible case %d" -msgstr "StrategyTermEvaluate: nemo�n� volba %d" - -#: ../access/index/istrat.c:323 -#, c-format -msgid "RelationGetStrategy: impossible case %d" -msgstr "RelationGetStrategy: nemo�n� volba %d" - -#: ../access/index/istrat.c:329 -msgid "RelationGetStrategy: corrupted evaluation" -msgstr "RelationGetStrategy: �patn� vyhodnocen�" - -#: ../access/index/istrat.c:448 -#, c-format -msgid "RelationInvokeStrategy: cannot evaluate strategy %d" -msgstr "RelationInvokeStrategy: nelze vyhodnotit strategii %d" - -#: ../access/index/istrat.c:472 -#, c-format -msgid "FillScanKeyEntry: unknown operator %u" -msgstr "FillScanKeyEntry: nezn�m� oper�tor %u" - -#: ../access/index/istrat.c:482 -#, c-format -msgid "FillScanKeyEntry: no procedure for operator %u" -msgstr "FillScanKeyEntry: nen� procedura pro oper�tor %u" - -#: ../access/index/istrat.c:527 -#, c-format -msgid "IndexSupportInitialize: no pg_index entry for index %u" -msgstr "IndexSupportInitialize: v pg_index nen� z�znam pro index %u" - -#: ../access/index/istrat.c:541 -msgid "IndexSupportInitialize: bogus pg_index tuple" -msgstr "IndexSupportInitialize: chybn� tuple v pg_index" - -#: ../access/nbtree/nbtinsert.c:246 -#, c-format -msgid "Cannot insert a duplicate key into unique index %s" -msgstr "Nelze vlo�it duplik�tn� kl�� do unik�tn�ho indexu %s" - -#: ../access/nbtree/nbtinsert.c:362 -#, c-format -msgid "btree: index item size %lu exceeds maximum %lu" -msgstr "btree: velikost %lu polo�ky indexu p�ekra�uje maximum %lu" - -#: ../access/nbtree/nbtinsert.c:492 -msgid "btree: concurrent ROOT page split" -msgstr "btree: soub�n� ROOT str�nka rozd�lena" - -#: ../access/nbtree/nbtinsert.c:502 -#, c-format -msgid "bt_insertonpg[%s]: no root page found" -msgstr "bt_insertonpg[%s]: nenalezena root str�nka" - -#: ../access/nbtree/nbtinsert.c:505 -#, c-format -msgid "bt_insertonpg[%s]: root page unfound - fixing upper levels" -msgstr "bt_insertonpg[%s]: nenalezena root str�nka - opraveny vy��� urovn�" - -#: ../access/nbtree/nbtinsert.c:552 -#, c-format -msgid "" -"_bt_getstackbuf: my bits moved right off the end of the world!\n" -"\tRecreate index %s." -msgstr "" -"_bt_getstackbuf: m� bity byly posunuty doprava mimo r�mec tohoto sv�ta!\n" -"\tP�ed�lat index %s." - -#: ../access/nbtree/nbtinsert.c:555 -#, c-format -msgid "bt_insertonpg[%s]: parent page unfound - fixing branch" -msgstr "bt_insertonpg[%s]: str�nka rodi�e nenalezena - v�tev opravov�na" - -#: ../access/nbtree/nbtinsert.c:720 -msgid "btree: failed to add hikey to the right sibling" -msgstr "btree: selhalo p�id�n� kl��e do prav�ho sourozence" - -#: ../access/nbtree/nbtinsert.c:746 -msgid "btree: failed to add hikey to the left sibling" -msgstr "btree: selhalo p�id�n� kl��e do lev�ho sourozence" - -#: ../access/nbtree/nbtinsert.c:1075 -#, c-format -msgid "_bt_findsplitloc: can't find a feasible split point for %s" -msgstr "_bt_findsplitloc: nelze naj�t vhodn� bod rozd�len� pro %s" - -#: ../access/nbtree/nbtinsert.c:1302 -msgid "btree: failed to add leftkey to new root page" -msgstr "btree: selhalo p�id�n� lev�ho kl��e do nov� ko�enov� str�nky" - -#: ../access/nbtree/nbtinsert.c:1319 -msgid "btree: failed to add rightkey to new root page" -msgstr "btree: selhalo p�id�n� prav�ho kl��e do nov� ko�enov� str�nky" - -#: ../access/nbtree/nbtinsert.c:1403 -msgid "bt_fixroot: not valid old root page" -msgstr "bt_fixroot: neplatn� star� ko�enov� str�nka" - -#: ../access/nbtree/nbtinsert.c:1534 -#, c-format -msgid "bt_fixtree[%s]: invalid start page (need to recreate index)" -msgstr "bt_fixtree[%s]: neplatn� po��te�n� str�nka (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1560 -#, c-format -msgid "bt_fixtree[%s]: fixing root page" -msgstr "bt_fixtree[%s]: ko�enov� str�nka opravov�na" - -#: ../access/nbtree/nbtinsert.c:1608 -#, c-format -msgid "bt_fixlevel[%s]: invalid maxoff on start page (need to recreate index)" -msgstr "bt_fixlevel[%s]: neplatn� maxoff po��te�n� str�nky (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1615 -#, c-format -msgid "" -"bt_fixtlevel[%s]: non-leftmost child page of leftmost parent (need to " -"recreate index)" -msgstr "" -"bt_fixtlevel[%s]: lev� krajn� rodi� obsahuje ne-lev�ho potomka (nutno" -"p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1618 -#, c-format -msgid "bt_fixtlevel[%s]: invalid start child (need to recreate index)" -msgstr "bt_fixtlevel[%s]: neplatn� po��te�n� potomek (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1644 -#, c-format -msgid "bt_fixlevel[%s]: invalid item order(1) (need to recreate index)" -msgstr "bt_fixlevel[%s]: neplatn� za�azen� polo�ky(1) (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1676 -#, c-format -msgid "bt_fixlevel[%s]: pointer disappeared (need to recreate index)" -msgstr "bt_fixlevel[%s]: ukazatel ztracen (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1695 -#, c-format -msgid "bt_fixlevel[%s]: invalid item order(2) (need to recreate index)" -msgstr "bt_fixlevel[%s]: neplatn� za�azen� polo�ky(2) (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1709 -#, c-format -msgid "bt_fixlevel[%s]: invalid item order(3) (need to recreate index)" -msgstr "bt_fixlevel[%s]: neplatn� za�azen� polo�ky(3) (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1839 -#, c-format -msgid "bt_fixbranch[%s]: left pointer unfound (need to recreate index)" -msgstr "bt_fixbranch[%s]: lev� ukazatel nenalezen (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1846 -#, c-format -msgid "bt_fixbranch[%s]: invalid item order (need to recreate index)" -msgstr "bt_fixlevel[%s]: neplatn� za�azen� polo�ky (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1855 -#, c-format -msgid "bt_fixbranch[%s]: right pointer unfound(1) (need to recreate index)" -msgstr "bt_fixbranch[%s]: prav� ukazatel nenalezen(1) (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1863 -#, c-format -msgid "bt_fixbranch[%s]: right pointer unfound(2) (need to recreate index)" -msgstr "bt_fixbranch[%s]: prav� ukazatel nenalezen(2) (nutno p�ed�lat index)" - -#: ../access/nbtree/nbtinsert.c:1911 -#, c-format -msgid "bt_fixbranch[%s]: fixing upper levels" -msgstr "bt_fixbranch[%s]: vrchn� �rove� opravov�na" - -#: ../access/nbtree/nbtinsert.c:1942 -#, c-format -msgid "bt_fixup[%s]: checking/fixing upper levels" -msgstr "bt_fixup[%s]: vrchn� �rove� kontrolov�na/opravov�na" - -#: ../access/nbtree/nbtinsert.c:1957 -#, c-format -msgid "bt_fixup[%s]: fixing root page" -msgstr "bt_fixup[%s]: ko�enov� str�nka opravov�na" - -#: ../access/nbtree/nbtinsert.c:2020 -#, c-format -msgid "btree: failed to add item to the %s for %s" -msgstr "btree: selhalo p�id�n� polo�ky do %s pro %s" - -#: ../access/nbtree/nbtpage.c:66 -#, c-format -msgid "Cannot initialize non-empty btree %s" -msgstr "Nelze inicializovat nepr�zdn� btree %s" - -#: ../access/nbtree/nbtpage.c:127 -#, c-format -msgid "Index %s is not a btree" -msgstr "Index %s nen� btree" - -#: ../access/nbtree/nbtpage.c:131 -#, c-format -msgid "Version mismatch on %s: version %d file, version %d code" -msgstr "Neplatn� spojen� verz� %s: verze souboru je %d, verze k�du %d" - -#: ../access/nbtree/nbtpage.c:256 -#, c-format -msgid "bt_getroot[%s]: fixing root page" -msgstr "bt_getroot[%s]: ko�enov� str�nka opravov�na" - -#: ../access/nbtree/nbtree.c:747 -#, c-format -msgid "" -"_bt_restscan: my bits moved right off the end of the world!\n" -"\tRecreate index %s." -msgstr "" -"_bt_restscan: m� bity byly posunuty doprava mimo r�mec tohoto sv�ta!\n" -"\tP�ed�lat index %s." - -#: ../access/nbtree/nbtree.c:777 -msgid "_bt_restore_page: can't add item to page" -msgstr "_bt_restore_page: nelze p�idat polo�ku do str�nky" - -#: ../access/nbtree/nbtree.c:800 -msgid "btree_delete_redo: block unfound" -msgstr "btree_delete_redo: blok nenalezen" - -#: ../access/nbtree/nbtree.c:803 -msgid "btree_delete_redo: uninitialized page" -msgstr "btree_delete_redo: neninicializovan� str�nka" - -#: ../access/nbtree/nbtree.c:839 -#, c-format -msgid "btree_insert_%sdo: block unfound" -msgstr "btree_insert_%sdo: blok nenalezen" - -#: ../access/nbtree/nbtree.c:842 -#, c-format -msgid "btree_insert_%sdo: uninitialized page" -msgstr "btree_insert_%sdo: neninicializovan� str�nka" - -#: ../access/nbtree/nbtree.c:856 -msgid "btree_insert_redo: failed to add item" -msgstr "btree_insert_redo: nelze p�idat polo�ku do str�nky" - -#: ../access/nbtree/nbtree.c:865 -msgid "btree_insert_undo: bad page LSN" -msgstr "btree_insert_undo: �patn� LSN str�nky" - -#: ../access/nbtree/nbtree.c:873 -msgid "btree_insert_undo: unimplemented" -msgstr "btree_insert_undo: neimplementov�no" - -#: ../access/nbtree/nbtree.c:900 -#, c-format -msgid "btree_split_%s: lost left sibling" -msgstr "btree_split_%s: ztracen lev� sourozenec" - -#: ../access/nbtree/nbtree.c:906 -msgid "btree_split_undo: uninitialized left sibling" -msgstr "btree_split_undo: neninicializov�n lev� sourozenec" - -#: ../access/nbtree/nbtree.c:929 -msgid "btree_split_undo: bad left sibling LSN" -msgstr "btree_split_undo: �patn� LSN lev�ho sourozence" - -#: ../access/nbtree/nbtree.c:930 ../access/nbtree/nbtree.c:969 -msgid "btree_split_undo: unimplemented" -msgstr "btree_split_undo: neimplementov�no" - -#: ../access/nbtree/nbtree.c:938 -#, c-format -msgid "btree_split_%s: lost right sibling" -msgstr "btree_split_%s: ztracen prav� sourozenec" - -#: ../access/nbtree/nbtree.c:944 -msgid "btree_split_undo: uninitialized right sibling" -msgstr "btree_split_undo: neinicializov�n prav� sourozenec" - -#: ../access/nbtree/nbtree.c:968 -msgid "btree_split_undo: bad right sibling LSN" -msgstr "btree_split_undo: �patn� LSN prav�ho sourozence" - -#: ../access/nbtree/nbtree.c:982 -msgid "btree_split_redo: lost next right page" -msgstr "btree_split_redo: ztracena n�sleduj�c� prav� str�nka" - -#: ../access/nbtree/nbtree.c:986 -msgid "btree_split_redo: uninitialized next right page" -msgstr "btree_split_redo: neinicializov�na n�sledujic� prav� str�nka" - -#: ../access/nbtree/nbtree.c:1023 -msgid "btree_newroot_redo: no root page" -msgstr "btree_newroot_redo: nen� ko�enov� str�nka" - -#: ../access/nbtree/nbtree.c:1026 -msgid "btree_newroot_redo: no metapage" -msgstr "btree_newroot_redo: nen� metapage" - -#: ../access/nbtree/nbtree.c:1080 -#, c-format -msgid "btree_redo: unknown op code %u" -msgstr "btree_redo: nezn�m� op k�d %u" - -#: ../access/nbtree/nbtree.c:1100 -#, c-format -msgid "btree_undo: unknown op code %u" -msgstr "btree_undo: nezn�m� op k�d %u" - -#: ../access/nbtree/nbtsearch.c:546 -msgid "_bt_first: btree doesn't support is(not)null, yet" -msgstr "_bt_first: btree zat�m nepodporuje je/nen� null" - -#: ../access/nbtree/nbtsearch.c:694 -msgid "_bt_first: equal items disappeared?" -msgstr "_bt_first: shodn� polo�ky se ztratily?" - -#: ../access/nbtree/nbtsearch.c:1004 -#, c-format -msgid "Illegal scan direction %d" -msgstr "Nedovolen� scan p��kaz %d" - -#: ../access/nbtree/nbtsort.c:285 -msgid "btree: failed to add item to the page in _bt_sort" -msgstr "btree: selhalo p�id�n� polo�ky do str�nky v _bt_sort" - -#: ../access/nbtree/nbtsort.c:350 -#, c-format -msgid "btree: index item size %lu exceeds maximum %ld" -msgstr "btree: velikost polo�ky indexu %lu p�ekro�ila maximum %ld" - -#: ../access/nbtree/nbtutils.c:219 -msgid "_bt_orderkeys: key(s) for attribute 1 missed" -msgstr "_bt_orderkeys: chyb�j�c� kl�� pro atribut 1" - -#: ../access/nbtree/nbtutils.c:286 -#, c-format -msgid "_bt_orderkeys: key(s) for attribute %d missed" -msgstr "_bt_orderkeys: chyb�j�c� kl�� pro atribut %d" - -#: ../access/nbtree/nbtutils.c:402 -#, c-format -msgid "_bt_orderkeys: unable to identify operator %u" -msgstr "_bt_orderkeys: nelze identifikovat oper�tor %u" - -#: ../access/rtree/rtree.c:330 -#, c-format -msgid "rtdoinsert: failed to add index item to %s" -msgstr "rtdoinsert: selhalo p�id�n� polo�ky indexu do %s" - -#: ../access/rtree/rtree.c:522 ../access/rtree/rtree.c:546 -#, c-format -msgid "rtdosplit: failed to add index item to %s" -msgstr "rtdosplit: selhalo p�id�n� polo�ky indexu do %s" - -#: ../access/rtree/rtree.c:642 -msgid "Variable-length rtree keys are not supported." -msgstr "Kl�� s prom�nnou d�lkou nen� pro rtree podporov�n." - -#: ../access/rtree/rtree.c:662 -#, c-format -msgid "rtintinsert: failed to add index item to %s" -msgstr "rtintinsert: selhalo p�id�n� polo�ky indexu do %s" - -#: ../access/rtree/rtree.c:688 ../access/rtree/rtree.c:693 -#, c-format -msgid "rtnewroot: failed to add index item to %s" -msgstr "rtnewroot: selhalo p�id�n� polo�ky indexu do %s" - -#: ../access/rtree/rtree.c:780 -#, c-format -msgid "rtree: index item size %lu exceeds maximum %lu" -msgstr "rtree: velikost polo�ky indexu %lu p�ekro�ila maximum %lu" - -#: ../access/rtree/rtree.c:1065 -msgid "rtpicksplit: failed to find a workable page split" -msgstr "" - -#: ../access/rtree/rtree.c:1348 -msgid "rtree_redo: unimplemented" -msgstr "rtree_redo: neimplementov�no" - -#: ../access/rtree/rtree.c:1354 -msgid "rtree_undo: unimplemented" -msgstr "rtree_undo: neimplementov�no" - -#: ../access/rtree/rtscan.c:270 -#, c-format -msgid "rtree scan list corrupted -- cannot find 0x%p" -msgstr "rtree scan list poru�en -- nelze nal�zt 0x%p" - -#: ../access/rtree/rtscan.c:406 -#, c-format -msgid "Bad operation in rtree scan adjust: %d" -msgstr "" - -#: ../access/transam/clog.c:547 ../access/transam/clog.c:599 -#, c-format -msgid "open of %s failed: %m" -msgstr "otev�en� z %s selhalo: %m" - -#: ../access/transam/clog.c:548 -#, c-format -msgid "clog file %s doesn't exist, reading as zeroes" -msgstr "clog soubor %s neexistuje, �teno jako nuly" - -#: ../access/transam/clog.c:554 ../access/transam/clog.c:607 -#, c-format -msgid "lseek of clog file %u, offset %u failed: %m" -msgstr "lseek clog souboru %u, offsetu %u selhal: %m" - -#: ../access/transam/clog.c:559 -#, c-format -msgid "read of clog file %u, offset %u failed: %m" -msgstr "�ten� clog souboru %u, offsetu %u selhalo: %m" - -#: ../access/transam/clog.c:603 ../access/transam/xlog.c:1308 -#, c-format -msgid "creation of file %s failed: %m" -msgstr "tvorba souboru %s selhala: %m" - -#: ../access/transam/clog.c:616 -#, c-format -msgid "write of clog file %u, offset %u failed: %m" -msgstr "z�pis do clog souboru %u, offsetu %u selhalo: %m" - -#: ../access/transam/clog.c:835 -msgid "unable to truncate commit log: apparent wraparound" -msgstr "nelze o��znout commit log" - -#: ../access/transam/clog.c:890 -#, c-format -msgid "could not open transaction-commit log directory (%s): %m" -msgstr "nelze otev��t adres�� transak�n�ho commit logu (%s): %m" - -#: ../access/transam/clog.c:906 -#, c-format -msgid "removing commit log file %s" -msgstr "odstra�ov�n commit log soubor %s" - -#: ../access/transam/clog.c:915 -#, c-format -msgid "could not read transaction-commit log directory (%s): %m" -msgstr "nelze ��st adres�� transak�n�ho commit logu (%s): %m" - -#: ../access/transam/xact.c:439 -msgid "You may only have 2^32-1 commands per transaction" -msgstr "M��ete m�t pouze 2^32-1 p��kaz� v r�mci transakce" - -#: ../access/transam/xact.c:923 -msgid "CommitTransaction and not in in-progress state" -msgstr "" - -#: ../access/transam/xact.c:1047 -msgid "AbortTransaction and not in in-progress state" -msgstr "" - -#: ../access/transam/xact.c:1126 -msgid "CleanupTransaction and not in abort state" -msgstr "" - -#: ../access/transam/xact.c:1166 -msgid "StartTransactionCommand: unexpected TBLOCK_BEGIN" -msgstr "StartTransactionCommand: neo�ek�van� TBLOCK_BEGIN" - -#: ../access/transam/xact.c:1187 -msgid "StartTransactionCommand: unexpected TBLOCK_END" -msgstr "StartTransactionCommand: neo�ek�van� TBLOCK_END" - -#: ../access/transam/xact.c:1210 -msgid "StartTransactionCommand: unexpected TBLOCK_ENDABORT" -msgstr "StartTransactionCommand: neo�ek�van� TBLOCK_ENDABORT" - -#: ../access/transam/xact.c:1390 -msgid "BEGIN: already a transaction in progress" -msgstr "BEGIN: transakce ji� prob�h�" - -#: ../access/transam/xact.c:1451 -msgid "COMMIT: no transaction in progress" -msgstr "COMMIT: transakce neprob�h�" - -#: ../access/transam/xact.c:1488 ../access/transam/xact.c:1535 -msgid "ROLLBACK: no transaction in progress" -msgstr "ROLLBACK: transakce neprob�h�" - -#: ../access/transam/xact.c:1609 ../access/transam/xact.c:1620 -#, c-format -msgid "xact_redo: unknown op code %u" -msgstr "xact_redo: nezn�m� op code %u" - -#: ../access/transam/xact.c:1618 -msgid "xact_undo: can't undo committed xaction" -msgstr "" - -#: ../access/transam/xact.c:1655 -msgid "XactPushRollback: already installed" -msgstr "XactPushRollback: ji� instalov�n" - -#: ../access/transam/xlog.c:492 -#, c-format -msgid "XLogInsert: invalid info mask %02X" -msgstr "XLogInsert: neplatn� info maska %02X" - -#: ../access/transam/xlog.c:597 -#, c-format -msgid "XLogInsert: can backup %d blocks at most" -msgstr "XLogInsert: lze zaz�lohovat nanejv��e %d blok�" - -#: ../access/transam/xlog.c:615 -#, c-format -msgid "XLogInsert: invalid record length %u" -msgstr "XLogInsert: neplatn� d�lka z�znamu %u" - -#: ../access/transam/xlog.c:763 ../access/transam/xlog.c:2550 -#: ../tcop/postgres.c:488 ../utils/adt/varchar.c:87 ../utils/adt/varchar.c:431 -#: ../utils/adt/varlena.c:192 scan.l:59 -#, c-format -msgid "%s" -msgstr "" - -#: ../access/transam/xlog.c:995 -#, c-format -msgid "XLogWrite: write request %X/%X is past end of log %X/%X" -msgstr "XLogWrite: po�adavek z�pisu %X/%X je za konec logu %X/%X" - -#: ../access/transam/xlog.c:1012 ../access/transam/xlog.c:1126 -#: ../access/transam/xlog.c:3241 -#, c-format -msgid "close of log file %u, segment %u failed: %m" -msgstr "uzav�en� log souboru %u, segmentu %u selhalo: %m" - -#: ../access/transam/xlog.c:1025 -msgid "XLogWrite: new log file created - consider increasing WAL_FILES" -msgstr "" - -#: ../access/transam/xlog.c:1051 -msgid "XLogWrite: time for a checkpoint, signaling postmaster" -msgstr "XLogWrite: �as pro kontroln� bod, signalizov�no postmastrem" - -#: ../access/transam/xlog.c:1070 -#, c-format -msgid "lseek of log file %u, segment %u, offset %u failed: %m" -msgstr "lseek log souboru %u, segmentu %u, offsetu %u selhalo: %m" - -#: ../access/transam/xlog.c:1082 -#, c-format -msgid "write of log file %u, segment %u, offset %u failed: %m" -msgstr "z�pis log souboru %u, segmentu %u, offsetu %u selhalo: %m" - -#: ../access/transam/xlog.c:1173 -#, c-format -msgid "XLogFlush%s%s: request %X/%X; write %X/%X; flush %X/%X\n" -msgstr "" - -#: ../access/transam/xlog.c:1238 -#, c-format -msgid "XLogFlush: request %X/%X is not satisfied --- flushed only to %X/%X" -msgstr "" - -#: ../access/transam/xlog.c:1286 ../access/transam/xlog.c:1367 -#: ../access/transam/xlog.c:1477 ../access/transam/xlog.c:1481 -#, c-format -msgid "open of %s (log file %u, segment %u) failed: %m" -msgstr "otev�en� %s (log soubor %u, segment %u) selhalo: %m" - -#: ../access/transam/xlog.c:1335 -#, c-format -msgid "ZeroFill failed to write %s: %m" -msgstr "ZeroFill selhal z�pis %s: %m" - -#: ../access/transam/xlog.c:1340 -#, c-format -msgid "fsync of file %s failed: %m" -msgstr "fsync souboru %s selhal: %m" - -#: ../access/transam/xlog.c:1445 -#, c-format -msgid "" -"link from %s to %s (initialization of log file %u, segment %u) failed: %m" -msgstr "" -"odkaz z %s do %s (inicializace log souboru %u, segmentu %u) selhal: %m" - -#: ../access/transam/xlog.c:1450 -#, c-format -msgid "" -"rename from %s to %s (initialization of log file %u, segment %u) failed: %m" -msgstr "" -"p�ejmenov�n� z %s do %s (inicializace log souboru %u, segmentu %u) selhala: %m" - -#: ../access/transam/xlog.c:1542 -#, c-format -msgid "could not open transaction log directory (%s): %m" -msgstr "nelze otev��t adres�� transak�n�ho commit logu (%s): %m" - -#: ../access/transam/xlog.c:1557 -#, c-format -msgid "archiving transaction log file %s" -msgstr "archivace transak�n�ho log souboru %s" - -#: ../access/transam/xlog.c:1559 -msgid "archiving log files is not implemented!" -msgstr "archivace log souboru nen� implementov�na!" - -#: ../access/transam/xlog.c:1573 -#, c-format -msgid "recycled transaction log file %s" -msgstr "recyklov�n soubor transak�n�ho logu %s" - -#: ../access/transam/xlog.c:1579 -#, c-format -msgid "removing transaction log file %s" -msgstr "odstran�n soubor transak�n�ho logu %s" - -#: ../access/transam/xlog.c:1588 -#, c-format -msgid "could not read transaction log directory (%s): %m" -msgstr "nelze ��st adres�� transak�n�ho commit logu (%s): %m" - -#: ../access/transam/xlog.c:1661 -#, c-format -msgid "ReadRecord: bad resource manager data checksum in record at %X/%X" -msgstr "ReadRecord: �patn� kontroln� sou�ty dat resource manageru v z�znamu na %X/%X" - -#: ../access/transam/xlog.c:1683 -#, c-format -msgid "ReadRecord: bad checksum of backup block %d in record at %X/%X" -msgstr "ReadRecord: �patn� kontroln� sou�ty z�lo�n�ho bloku %d v z�znamu na %X/%X" - -#: ../access/transam/xlog.c:1752 -#, c-format -msgid "ReadRecord: invalid record offset at %X/%X" -msgstr "ReadRecord: neplatn� offset z�znamu na %X/%X" - -#: ../access/transam/xlog.c:1775 -#, c-format -msgid "ReadRecord: lseek of log file %u, segment %u, offset %u failed: %m" -msgstr "ReadRecord: lseek log souboru %u, segmentu %u, offsetu %u selhal: %m" - -#: ../access/transam/xlog.c:1781 ../access/transam/xlog.c:1865 -#, c-format -msgid "ReadRecord: read of log file %u, segment %u, offset %u failed: %m" -msgstr "ReadRecord: �ten� log souboru %u, segmentu %u, offsetu %u selhalo: %m" - -#: ../access/transam/xlog.c:1791 -#, c-format -msgid "ReadRecord: contrecord is requested by %X/%X" -msgstr "" - -#: ../access/transam/xlog.c:1805 -#, c-format -msgid "ReadRecord: record with zero length at %X/%X" -msgstr "ReadRecord: z�znam s nulovou d�lkou na %X/%X" - -#: ../access/transam/xlog.c:1829 -#, c-format -msgid "ReadRecord: record length %u at %X/%X too long" -msgstr "ReadRecord: d�lka z�znamu %u na %X/%X je p��li� dlouh�" - -#: ../access/transam/xlog.c:1835 -#, c-format -msgid "ReadRecord: invalid resource manager id %u at %X/%X" -msgstr "ReadRecord: neplatn� resource manager id %u na %X/%X" - -#: ../access/transam/xlog.c:1873 -#, c-format -msgid "" -"ReadRecord: there is no ContRecord flag in log file %u, segment %u, offset %u" -msgstr "" -"ReadRecord: v log souboru %u, segmentu %u, offsetu %u nen� ContRecord p��znak" - -#: ../access/transam/xlog.c:1881 -#, c-format -msgid "" -"ReadRecord: invalid ContRecord length %u in log file %u, segment %u, offset %" -"u" -msgstr "" -"ReadRecord: neplatn� d�lka ContRecord %u v log souboru %u, segmentu %u, offsetu %" -"u" - -#: ../access/transam/xlog.c:1945 -#, c-format -msgid "" -"ReadRecord: invalid magic number %04X in log file %u, segment %u, offset %u" -msgstr "" -"ReadRecord: neplatn� \"magic number\" %04X v log souboru %u, segmentu %u, offsetu %u" - -#: ../access/transam/xlog.c:1951 -#, c-format -msgid "" -"ReadRecord: invalid info bits %04X in log file %u, segment %u, offset %u" -msgstr "" -"ReadRecord: neplatn� info bity %04X v log souboru %u, segmentu %u, offsetu %u" - -#: ../access/transam/xlog.c:1959 -#, c-format -msgid "" -"ReadRecord: unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" -msgstr "" -"ReadRecord: neo�ek�van� pageaddr %X/%X v log souboru %u, segmentu %u, offsetu %u" - -#. translator: SUI = startup id -#: ../access/transam/xlog.c:1981 -#, c-format -msgid "" -"ReadRecord: out-of-sequence SUI %u (after %u) in log file %u, segment %u, " -"offset %u" -msgstr "" -"ReadRecord: SUI %u (po %u) v log souboru %u, segmentu %u, offsetu %u " -"je mimo posloupnost" - -#: ../access/transam/xlog.c:2033 -msgid "invalid LC_COLLATE setting" -msgstr "neplatn� LC_COLLATE nastaven�" - -#: ../access/transam/xlog.c:2037 -msgid "invalid LC_CTYPE setting" -msgstr "neplatn� LC_CTYPE nastaven�" - -#: ../access/transam/xlog.c:2046 -#, c-format -msgid "" -"Initializing database with %s collation order.\n" -"\tThis locale setting will prevent use of index optimization for\n" -"\tLIKE and regexp searches. If you are concerned about speed of\n" -"\tsuch queries, you may wish to set LC_COLLATE to \"C\" and\n" -"\tre-initdb. For more information see the Administrator's Guide." -msgstr "" -"Datab�ze inicializov�na s %s �azen�m.\n" -"\tToto nastaven� locales znemo��uje optimalizovan� pou�it� indexu pro\n" -"\tLIKE a regexp vyhled�v�n�. Pokud je pro v�s zaj�mav� rychlost dotaz�,\n" -"\tm��ete nastavit LC_COLLATE na \"C\" a reinicializovat initdb. Pro v�ce\n" -"\tinformac� �t�te Administrator's Guide." - -#: ../access/transam/xlog.c:2072 -msgid "sizeof(ControlFileData) is larger than BLCKSZ; fix either one" -msgstr "sizeof(ControlFileData) je v�t�� ne� BLCKSZ; opravte jednu z hodnot" - -#: ../access/transam/xlog.c:2080 -#, c-format -msgid "WriteControlFile: could not create control file (%s): %m" -msgstr "WriteControlFile: nelze vytvo�it kontroln� soubor (%s): %m" - -#: ../access/transam/xlog.c:2089 -#, c-format -msgid "WriteControlFile: write to control file failed: %m" -msgstr "WriteControlFile: nelze zapsat do kontroln�ho souboru: %m" - -#: ../access/transam/xlog.c:2093 -#, c-format -msgid "WriteControlFile: fsync of control file failed: %m" -msgstr "WriteControlFile: fsync kontroln�ho souboru selhal: %m" - -#: ../access/transam/xlog.c:2109 ../access/transam/xlog.c:2206 -#, c-format -msgid "could not open control file (%s): %m" -msgstr "nelze otev��t kontroln� soubor (%s): %m" - -#: ../access/transam/xlog.c:2112 -#, c-format -msgid "read from control file failed: %m" -msgstr "�ten� z kontroln�ho souboru selhalo: %m" - -#: ../access/transam/xlog.c:2124 -#, c-format -msgid "" -"The database cluster was initialized with PG_CONTROL_VERSION %d,\n" -"\tbut the server was compiled with PG_CONTROL_VERSION %d.\n" -"\tIt looks like you need to initdb." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s PG_CONTROL_VERSION %d,\n" -"\tale server byl kompilov�n s PG_CONTROL_VERSION %d.\n" -"\tVypad� to, �e pot�ebujete initdb." - -#: ../access/transam/xlog.c:2137 -msgid "invalid checksum in control file" -msgstr "chybn� kontroln� sou�et v kontroln�m souboru" - -#: ../access/transam/xlog.c:2153 -#, c-format -msgid "" -"The database cluster was initialized with CATALOG_VERSION_NO %d,\n" -"\tbut the backend was compiled with CATALOG_VERSION_NO %d.\n" -"\tIt looks like you need to initdb." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s CATALOG_VERSION_NO %d,\n" -"\tale server byl kompilov�n s CATALOG_VERSION_NO %d.\n" -"\tVypad� to, �e pot�ebujete initdb." - -#: ../access/transam/xlog.c:2159 -#, c-format -msgid "" -"The database cluster was initialized with BLCKSZ %d,\n" -"\tbut the backend was compiled with BLCKSZ %d.\n" -"\tIt looks like you need to initdb." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s BLCKSZ %d,\n" -"\tale server byl kompilov�n s BLCKSZ %d.\n" -"\tVypad� to, �e pot�ebujete initdb." - -#: ../access/transam/xlog.c:2165 -#, c-format -msgid "" -"The database cluster was initialized with RELSEG_SIZE %d,\n" -"\tbut the backend was compiled with RELSEG_SIZE %d.\n" -"\tIt looks like you need to initdb." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s RELSEG_SIZE %d,\n" -"\tale server byl kompilov�n s RELSEG_SIZE %d.\n" -"\tVypad� to, �e pot�ebujete initdb." - -#: ../access/transam/xlog.c:2172 -#, c-format -msgid "" -"The database cluster was initialized with LC_COLLATE '%s',\n" -"\twhich is not recognized by setlocale().\n" -"\tIt looks like you need to initdb." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s LC_COLLATE '%s',\n" -"\tkter� setlocale() nep�ipou�t�.\n" -"\tVypad� to, �e pot�ebujete initdb." - -#: ../access/transam/xlog.c:2178 -#, c-format -msgid "" -"The database cluster was initialized with LC_CTYPE '%s',\n" -"\twhich is not recognized by setlocale().\n" -"\tIt looks like you need to initdb." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s LC_CTYPE '%s',\n" -"\tkter� setlocale() nep�ipou�t�.\n" -"\tVypad� to, �e pot�ebujete initdb." - -#: ../access/transam/xlog.c:2186 -#, c-format -msgid "" -"The database cluster was initialized with LC_COLLATE '%s' and\n" -"\tLC_CTYPE '%s', but the server was compiled without locale support.\n" -"\tIt looks like you need to initdb or recompile." -msgstr "" -"Seskupen� datab�z� bylo inicializov�no s LC_COLLATE '%s' a \n" -"\tLC_CTYPE '%s', ale server byl kompilov�n bez podpory locales.\n" -"\tVypad� to, �e pot�ebujete initdb nebo rekompilovat." - -#: ../access/transam/xlog.c:2214 -#, c-format -msgid "write to control file failed: %m" -msgstr "z�pis do kontroln�ho souboru selhal: %m" - -#: ../access/transam/xlog.c:2218 -#, c-format -msgid "fsync of control file failed: %m" -msgstr "fsync kontroln�ho souboru selhal: %m" - -#: ../access/transam/xlog.c:2358 -#, c-format -msgid "BootStrapXLOG failed to write log file: %m" -msgstr "BootStrapXLOG selhal z�pis do log souboru: %m" - -#: ../access/transam/xlog.c:2362 -#, c-format -msgid "BootStrapXLOG failed to fsync log file: %m" -msgstr "BootStrapXLOG selhal fsync log souboru: %m" - -#: ../access/transam/xlog.c:2428 -msgid "control file context is broken" -msgstr "kontext kontroln�ho souboru je poru�en" - -#: ../access/transam/xlog.c:2431 -#, c-format -msgid "database system was shut down at %s" -msgstr "datab�zov� syst�m byl ukon�en %s" - -#: ../access/transam/xlog.c:2434 -#, c-format -msgid "database system shutdown was interrupted at %s" -msgstr "ukon�ov�n� datab�zov�ho syst�mu bylo p�eru�eno %s" - -#: ../access/transam/xlog.c:2437 -#, c-format -msgid "" -"database system was interrupted being in recovery at %s\n" -"\tThis propably means that some data blocks are corrupted\n" -"\tand you will have to use the last backup for recovery." -msgstr "" -"datab�zov� syst�m byl nestandardn� ukon�en a zotaven� je z %s\n" -"\tTo pravd�pobn� znamen�, �e n�kter� bloky dat jsou po�kozeny\n" -"\ta m�li byste pou��t posledn� z�lohu pro zotaven�." - -#: ../access/transam/xlog.c:2442 -#, c-format -msgid "database system was interrupted at %s" -msgstr "datab�zov� syst�m byt p�eru�en %s" - -#: ../access/transam/xlog.c:2453 -#, c-format -msgid "checkpoint record is at %X/%X" -msgstr "checkpoint z�znam je %X/%X " - -#: ../access/transam/xlog.c:2462 -#, c-format -msgid "using previous checkpoint record at %X/%X" -msgstr "pou�it p�edchoz� checkpoint z�znam na %X/%X" - -#: ../access/transam/xlog.c:2467 -msgid "unable to locate a valid checkpoint record" -msgstr "nelze lokalizovat platn� checkpoint z�znam" - -#: ../access/transam/xlog.c:2473 -#, c-format -msgid "redo record is at %X/%X; undo record is at %X/%X; shutdown %s" -msgstr "redo z�znam je na %X/%X; undo z�znam is na %X/%X; ukon�en� %s" - -#: ../access/transam/xlog.c:2477 -#, c-format -msgid "next transaction id: %u; next oid: %u" -msgstr "dal�� id transakce: %u; dal�� oid: %u" - -#: ../access/transam/xlog.c:2480 -msgid "invalid next transaction id" -msgstr "neplatn� dal�� id transakce" - -#: ../access/transam/xlog.c:2491 -msgid "invalid redo in checkpoint record" -msgstr "neplatn� redo v checkpoint z�znamu" - -#: ../access/transam/xlog.c:2499 -msgid "invalid redo/undo record in shutdown checkpoint" -msgstr "" - -#: ../access/transam/xlog.c:2508 -msgid "" -"database system was not properly shut down; automatic recovery in progress" -msgstr "" -"datab�zov� syst�m nebyl korektn� ukon�en; prob�h� automatick� zotaven�" - -#: ../access/transam/xlog.c:2528 -#, c-format -msgid "redo starts at %X/%X" -msgstr "redo za��n� na %X/%X" - -#: ../access/transam/xlog.c:2559 -#, c-format -msgid "redo done at %X/%X" -msgstr "redo kon�� na %X/%X" - -#: ../access/transam/xlog.c:2565 -msgid "redo is not required" -msgstr "redo nen� vy�adov�no" - -#: ../access/transam/xlog.c:2647 -#, c-format -msgid "undo starts at %X/%X" -msgstr "undo za��n� na %X/%X" - -#: ../access/transam/xlog.c:2657 -#, c-format -msgid "undo done at %X/%X" -msgstr "undo kon�� na %X/%X" - -#: ../access/transam/xlog.c:2661 -msgid "undo is not required" -msgstr "undo nen� vy�adov�no" - -#: ../access/transam/xlog.c:2695 -msgid "database system is ready" -msgstr "datab�zov� syst�m je v po��dku" - -#: ../access/transam/xlog.c:2727 -msgid "invalid primary checkpoint link in control file" -msgstr "neplatn� prim�rn� checkpoint odkaz v kontroln�m souboru" - -#: ../access/transam/xlog.c:2728 -msgid "invalid secondary checkpoint link in control file" -msgstr "neplatn� sekund�rn� checkpoint odkaz v kontroln�m souboru" - -#: ../access/transam/xlog.c:2737 -msgid "invalid primary checkpoint record" -msgstr "neplatn� prim�rn� checkpoint z�znam" - -#: ../access/transam/xlog.c:2738 -msgid "invalid secondary checkpoint record" -msgstr "neplatn� sekund�rn� checkpoint z�znam" - -#: ../access/transam/xlog.c:2744 -msgid "invalid resource manager id in primary checkpoint record" -msgstr "neplatn� resource manaher id v prim�rn�m chekpoint z�znamu" - -#: ../access/transam/xlog.c:2745 -msgid "invalid resource manager id in secondary checkpoint record" -msgstr "neplatn� resource manaher id v sekund�rn�m chekpoint z�znamu" - -#: ../access/transam/xlog.c:2752 -msgid "invalid xl_info in primary checkpoint record" -msgstr "neplatn� xl_info v prim�rn�m checkpoint z�znamu" - -#: ../access/transam/xlog.c:2753 -msgid "invalid xl_info in secondary checkpoint record" -msgstr "neplatn� xl_info v prim�rn�m sekund�rn�m z�znamu" - -#: ../access/transam/xlog.c:2759 -msgid "invalid length of primary checkpoint record" -msgstr "neplatn� d�lka prim�rn�ho chekpoit z�znamu" - -#: ../access/transam/xlog.c:2760 -msgid "invalid length of secondary checkpoint record" -msgstr "neplatn� d�lka sekund�rn�ho chekpoit z�znamu" - -#: ../access/transam/xlog.c:2808 -msgid "shutting down" -msgstr "ukon�en�" - -#: ../access/transam/xlog.c:2819 -msgid "database system is shut down" -msgstr "datab�zov� syst�m je ukon�en" - -#: ../access/transam/xlog.c:2837 -msgid "CreateCheckPoint: cannot be called inside transaction block" -msgstr "CreateCheckPoint: nelze volat uvnit� transak�n�ho bloku" - -#: ../access/transam/xlog.c:2935 -msgid "active transaction while database system is shutting down" -msgstr "aktivn� transakce b�hem ukon�ov�n� datab�zov�ho syst�mu" - -#: ../access/transam/xlog.c:2982 -msgid "" -"concurrent transaction log activity while database system is shutting down" -msgstr "" -"aktivita soub�n�ho transak�n�ho logu b�hem ukon�ov�n� datab�zov�ho syst�mu" - -#: ../access/transam/xlog.c:3220 -#, c-format -msgid "bogus wal_sync_method %s" -msgstr "neplatn� wal_sync_method %s" - -#: ../access/transam/xlog.c:3236 ../access/transam/xlog.c:3262 -#, c-format -msgid "fsync of log file %u, segment %u failed: %m" -msgstr "fsync log souboru %u, segmentu %u selhalo: %m" - -#: ../access/transam/xlog.c:3268 -#, c-format -msgid "fdatasync of log file %u, segment %u failed: %m" -msgstr "fdatasync log souboru %u, segmentu %u selhalo: %m" - -#: ../access/transam/xlog.c:3276 -#, c-format -msgid "bogus wal_sync_method %d" -msgstr "neplatn� wal_sync_method %d" - -#: ../access/transam/xlogutils.c:252 -msgid "_xl_remove_hash_entry: file was not found in cache" -msgstr "_xl_remove_hash_entry: soubor nelze nal�zt v cache" - -#: ../access/transam/xlogutils.c:349 -msgid "XLogOpenRelation: out of memory for cache" -msgstr "XLogOpenRelation: nedostatek pam�ti pro cache" - -#: ../access/transam/xlogutils.c:352 -msgid "XLogOpenRelation: file found on insert into cache" -msgstr "XLogOpenRelation: soubor namezen p�i vkl�d�n� do cache" - -#: ../bootstrap/bootstrap.c:190 -msgid "" -"Usage:\n" -" postgres -boot [-d] [-D datadir] [-F] [-o file] [-x num] dbname\n" -" -d debug mode\n" -" -D datadir data directory\n" -" -F turn off fsync\n" -" -o file send debug output to file\n" -" -x num internal use\n" -msgstr "" -"Pou�it�:\n" -" postgres -boot [-d] [-D adres��] [-F] [-o soubor] [-x ��slo] jm�no_db\n" -" -d debug m�d\n" -" -D adres�� datov� adres��\n" -" -F vypnut fsync\n" -" -o soubor ulo�it debug v�stup do souboru\n" -" -x ��slo intern� pou�it�\n" - -#: ../bootstrap/bootstrap.c:297 ../postmaster/postmaster.c:290 -#, c-format -msgid "" -"%s does not know where to find the database system data.\n" -"You must specify the directory that contains the database system\n" -"either by specifying the -D invocation option or by setting the\n" -"PGDATA environment variable.\n" -"\n" -msgstr "" -"%s neum� ur�it kde naj�t syst�mov� data datab�ze.\n" -"Mus�te specifikovat adres�� kter� obsahuje datab�zov� syst�m,\n" -"toto lze nastavit parametrem serveru -D nebo prom�nnou prost�ed�\n" -"s n�zvem PGDATA.\n" -"\n" - -#: ../bootstrap/bootstrap.c:395 -#, c-format -msgid "Unsupported XLOG op %d" -msgstr "Nepodporovan� XLOG op %d" - -#: ../bootstrap/bootstrap.c:499 -#, c-format -msgid "open relation %s, attrsize %d" -msgstr "otev�en� relace %s, attrsize %d" - -#: ../bootstrap/bootstrap.c:528 -#, c-format -msgid "create attribute %d name %s len %d num %d type %u" -msgstr "" - -#: ../bootstrap/bootstrap.c:548 -#, c-format -msgid "closerel: close of '%s' when '%s' was expected" -msgstr "" - -#: ../bootstrap/bootstrap.c:552 -#, c-format -msgid "closerel: close of '%s' before any relation was opened" -msgstr "" - -#: ../bootstrap/bootstrap.c:558 -msgid "no open relation to close" -msgstr "" - -#: ../bootstrap/bootstrap.c:562 -#, c-format -msgid "close relation %s" -msgstr "" - -#: ../bootstrap/bootstrap.c:586 -msgid "warning: no open relations allowed with 'create' command" -msgstr "" - -#: ../bootstrap/bootstrap.c:598 ../bootstrap/bootstrap.c:610 -#, c-format -msgid "column %s %s" -msgstr "" - -#: ../bootstrap/bootstrap.c:659 -#, c-format -msgid "inserting row oid %u, %d columns" -msgstr "" - -#: ../bootstrap/bootstrap.c:670 -msgid "row inserted" -msgstr "" - -#: ../bootstrap/bootstrap.c:693 -#, c-format -msgid "inserting column %d value '%s'" -msgstr "" - -#: ../bootstrap/bootstrap.c:700 -msgid "Typ != NULL" -msgstr "" - -#: ../bootstrap/bootstrap.c:707 -#, c-format -msgid "unable to find atttypid %u in Typ list" -msgstr "" - -#: ../bootstrap/bootstrap.c:719 ../bootstrap/bootstrap.c:742 -#, c-format -msgid " -> %s" -msgstr "" - -#: ../bootstrap/bootstrap.c:730 -#, c-format -msgid "type oid %u not found" -msgstr "" - -#: ../bootstrap/bootstrap.c:732 -#, c-format -msgid "Typ == NULL, typeindex = %u" -msgstr "" - -#: ../bootstrap/bootstrap.c:746 -msgid "inserted" -msgstr "" - -#: ../bootstrap/bootstrap.c:757 -#, c-format -msgid "inserting column %d NULL" -msgstr "" - -#: ../bootstrap/bootstrap.c:804 -msgid "Memory manager fault: cleanup called twice.\n" -msgstr "Chyba memory manageru: vymaz�n� vol�no dvakr�t\n" - -#: ../bootstrap/bootstrap.c:845 -#, c-format -msgid "external type: %s" -msgstr "" - -#: ../bootstrap/bootstrap.c:869 -#, c-format -msgid "Error: unknown type '%s'.\n" -msgstr "Chyba: nezn�m� typ '%s'.\n" - -#: ../bootstrap/bootstrap.c:885 -msgid "AllocateAttribute: malloc failed" -msgstr "AllocateAttribute: malloc selhal" - -#: ../bootstrap/bootstrap.c:1036 -msgid "" -"There are too many string constants and identifiers for the compiler to " -"handle." -msgstr "" - -#: bootparse.y:58 -msgid "start transaction" -msgstr "start transakce" - -#: bootparse.y:67 -msgid "commit transaction" -msgstr "commit transakce" - -#: bootparse.y:160 -#, c-format -msgid "creating bootstrap relation %s..." -msgstr "vytv��ena bootstrap relace %s..." - -#: bootparse.y:163 -#, c-format -msgid "creating relation %s..." -msgstr "vytv��ena relace %s..." - -#: bootparse.y:182 -msgid "create bootstrap: warning, open relation exists, closing first" -msgstr "" - -#: bootparse.y:191 -msgid "bootstrap relation created" -msgstr "bootstrap relace vyrvo�ena" - -#: bootparse.y:206 -#, c-format -msgid "relation created with oid %u" -msgstr "relace vytvo�ena s oid %u" - -#: bootparse.y:219 -#, c-format -msgid "inserting row with oid %u..." -msgstr "vkl�d�na ��dka s oid %u..." - -#: bootparse.y:221 -msgid "inserting row..." -msgstr "vkl�d�na ��dka..." - -#: bootparse.y:228 -#, c-format -msgid "incorrect number of columns in row (expected %d, got %d)" -msgstr "nespr�vn� mno�stv� sloupc� v ��dce (o�ek�v�no %d, je %d)" - -#: bootparse.y:232 -msgid "relation not open" -msgstr "relace nen� otev�ena" - -#: bootparse.y:303 -msgid "too many columns" -msgstr "p��li� mnoho sloupc�" - -#: bootscanner.l:127 -#, c-format -msgid "syntax error at line %d: unexpected character %s" -msgstr "chyba syntaxe na ��dce %d: neo�ek�van� znak %s" - -#: bootscanner.l:143 -#, c-format -msgid "syntax error at line %d: unexpected token %s" -msgstr "chyba syntaxe na ��dce %d: neo�ek�van� symbol %s" - -#: ../catalog/aclchk.c:56 -#, c-format -msgid "acl size = %d, # acls = %d" -msgstr "" - -#: ../catalog/aclchk.c:60 -#, c-format -msgid "\tacl[%d]: %s" -msgstr "" - -#: ../catalog/aclchk.c:97 ../commands/trigger.c:80 ../tcop/utility.c:375 -#: ../tcop/utility.c:692 ../tcop/utility.c:851 ../utils/init/miscinit.c:494 -#: ../utils/misc/guc.c:931 -msgid "permission denied" -msgstr "p��stup odm�tnut" - -#: ../catalog/aclchk.c:107 -#, c-format -msgid "relation \"%s\" not found" -msgstr "relace \"%s\" nenalezena" - -#: ../catalog/aclchk.c:113 -#, c-format -msgid "\"%s\" is an index" -msgstr "\"%s\" je index" - -#: ../catalog/aclchk.c:209 -#, c-format -msgid "non-existent group \"%s\"" -msgstr "neexistuj�c� skupina \"%s\"" - -#: ../catalog/aclchk.c:279 -#, c-format -msgid "in_group: group %u not found" -msgstr "in_group: skupina %u nenalezena" - -#: ../catalog/aclchk.c:306 -msgid "aclcheck: null ACL, returning OK" -msgstr "aclcheck: nulov� ACL, vr�cen OK" - -#: ../catalog/aclchk.c:321 -msgid "aclcheck: zero-length ACL, returning OK" -msgstr "aclcheck: nulov� d�lka ACL, vr�cen OK" - -#: ../catalog/aclchk.c:330 -msgid "aclcheck: first entry in ACL is not 'world' entry" -msgstr "aclcheck: prvn� z�znam v ACL nen� 'world' z�znam" - -#: ../catalog/aclchk.c:334 -#, c-format -msgid "aclcheck: using world=%d" -msgstr "aclcheck: pou�ito world=%d" - -#: ../catalog/aclchk.c:350 -#, c-format -msgid "aclcheck: found user %u/%d" -msgstr "aclcheck: nalezen u�ivatel %u/%d" - -#: ../catalog/aclchk.c:367 ../catalog/aclchk.c:388 -#, c-format -msgid "aclcheck: found group %u/%d" -msgstr "aclcheck: nalezena skupina %u/%d" - -#: ../catalog/aclchk.c:400 -#, c-format -msgid "aclcheck: bogus ACL id type: %d" -msgstr "aclcheck: fale�n� ACL id typ: %d" - -#: ../catalog/aclchk.c:430 -#, c-format -msgid "pg_aclcheck: invalid user id %u" -msgstr "pg_aclcheck: neplatn� id %u" - -#: ../catalog/aclchk.c:446 -#, c-format -msgid "pg_aclcheck: catalog update to \"%s\": permission denied" -msgstr "pg_aclcheck: update katalogu na \"%s\": p��stup odm�tnut" - -#: ../catalog/aclchk.c:459 -#, c-format -msgid "pg_aclcheck: \"%s\" is superuser" -msgstr "pg_aclcheck: \"%s\" je superu�ivatel" - -#: ../catalog/aclchk.c:476 -#, c-format -msgid "pg_aclcheck: class \"%s\" not found" -msgstr "pg_aclcheck: class \"%s\" nenalezen" - -#: ../catalog/aclchk.c:526 -#, c-format -msgid "pg_ownercheck: invalid user id %u" -msgstr "pg_ownercheck: neplatn� id u�ivatele %u" - -#: ../catalog/aclchk.c:536 ../catalog/aclchk.c:598 ../catalog/aclchk.c:649 -#, c-format -msgid "pg_ownercheck: user \"%s\" is superuser" -msgstr "pg_ownercheck: u�ivatel \"%s\" je superu�ivatel" - -#: ../catalog/aclchk.c:553 -#, c-format -msgid "pg_ownercheck: class \"%s\" not found" -msgstr "pg_ownercheck: class \"%s\" nenalezen" - -#: ../catalog/aclchk.c:559 -#, c-format -msgid "pg_ownercheck: type \"%s\" not found" -msgstr "pg_ownercheck: typ \"%s\" nenalezen" - -#: ../catalog/aclchk.c:564 -#, c-format -msgid "pg_ownercheck: invalid cache id: %d" -msgstr "pg_ownercheck: neplatn� id cache: %d" - -#: ../catalog/aclchk.c:588 -#, c-format -msgid "pg_oper_ownercheck: invalid user id %u" -msgstr "pg_oper_ownercheck: neplatn� id u�ivatele %u" - -#: ../catalog/aclchk.c:612 -#, c-format -msgid "pg_ownercheck: operator %u not found" -msgstr "pg_ownercheck: oper�tor %u nenalezen" - -#: ../catalog/aclchk.c:639 -#, c-format -msgid "pg_func_ownercheck: invalid user id %u" -msgstr "pg_func_ownercheck: neplatn� id u�ivatele %u" - -#: ../catalog/aclchk.c:691 -#, c-format -msgid "pg_aggr_ownercheck: invalid user id %u" -msgstr "pg_aggr_ownercheck: neplatn� id u�ivatele %u" - -#: ../catalog/aclchk.c:701 -#, c-format -msgid "pg_aggr_ownercheck: user \"%s\" is superuser" -msgstr "pg_aggr_ownercheck: u�ivatel \"%s\" je superu�ivatel" - -#: ../catalog/heap.c:160 ../catalog/heap.c:163 -#, c-format -msgid "SystemAttributeDefinition: invalid attribute number %d" -msgstr "SystemAttributeDefinition: neplatn� ��slo atributu %d" - -#: ../catalog/heap.c:234 -#, c-format -msgid "" -"invalid relation name \"%s\"; the 'pg_' name prefix is reserved for system " -"catalogs" -msgstr "" -"neplatn� jm�no relace \"%s\"; 'pg_' prefix je reservov�n pro syst�mov� " -"katalogy" - -#: ../catalog/heap.c:380 -#, c-format -msgid "name of column \"%s\" conflicts with an existing system column" -msgstr "jm�no sloupce \"%s\" je v konfliktu s ji� existuj�c�m syst�mov�m sloupcem" - -#: ../catalog/heap.c:383 -#, c-format -msgid "" -"Attribute '%s' has an unknown type\n" -"\tProceeding with relation creation anyway" -msgstr "" -"Atribut '%s' je nezn�m�ho typu\n" -"\tRelace je i beztak vytv��ena" - -#: ../catalog/heap.c:397 -#, c-format -msgid "column name \"%s\" is duplicated" -msgstr "jm�no sloupce \"%s\" duplik�tn�" - -#: ../catalog/heap.c:734 -#, c-format -msgid "Number of columns is out of range (1 to %d)" -msgstr "Mno�stv� sloupc� je mimo rozsah (1 a� %d)" - -#: ../catalog/heap.c:742 -#, c-format -msgid "Relation '%s' already exists" -msgstr "Relace '%s' ji� existuje" - -#: ../catalog/heap.c:877 -#, c-format -msgid "Relation \"%s\" inherits from \"%s\"" -msgstr "Relace \"%s\" d�d� z \"%s\"" - -#: ../catalog/heap.c:880 -#, c-format -msgid "Relation %u inherits from \"%s\"" -msgstr "Relace %u d�d� z \"%s\"" - -#: ../catalog/heap.c:1076 -msgid "TRUNCATE TABLE cannot run inside a transaction block" -msgstr "TRUNCATE TABLE nelze prov�d�t uvnit� transakce" - -#: ../catalog/heap.c:1186 -#, c-format -msgid "DeleteTypeTuple: type \"%s\" does not exist" -msgstr "DeleteTypeTuple: typ \"%s\" neexistuje" - -#: ../catalog/heap.c:1226 -#, c-format -msgid "DeleteTypeTuple: column of type %s exists in relation %u" -msgstr "DeleteTypeTuple: sloupec typu %s existuje v relaci %u" - -#: ../catalog/heap.c:1297 -#, c-format -msgid "System relation \"%s\" may not be dropped" -msgstr "Syst�mov� relace \"%s\" nem��e b�t odstran�na" - -#: ../catalog/heap.c:1306 -#, c-format -msgid "heap_drop_with_catalog: FlushRelationBuffers returned %d" -msgstr "heap_drop_with_catalog: FlushRelationBuffers vr�til %d" - -#: ../catalog/heap.c:1448 ../parser/parse_relation.c:923 -#: ../utils/adt/ruleutils.c:2737 -#, c-format -msgid "cache lookup of attribute %d in relation %u failed" -msgstr "selhalo prohled�v�n� cache na atribut %d v tabulce %u" - -#: ../catalog/heap.c:1639 -msgid "cannot use column references in DEFAULT clause" -msgstr "nelze pou��t reference sloupce v DEFAULT podm�nce" - -#: ../catalog/heap.c:1645 -msgid "cannot use subselects in DEFAULT clause" -msgstr "nelze pou��t subselect v DEFAULT podm�nce" - -#: ../catalog/heap.c:1647 -msgid "cannot use aggregate functions in DEFAULT clause" -msgstr "nelze pou��t aggreg�tn� funkci v DEFAULT podm�nce" - -#: ../catalog/heap.c:1669 ../optimizer/prep/preptlist.c:402 -#, c-format -msgid "" -"Column \"%s\" is of type %s but default expression is of type %s\n" -"\tYou will need to rewrite or cast the expression" -msgstr "" -"Sloupce \"%s\" je typu %s, ale implicitn� v�raz je typu %s\n" -"\tMus�te p�epsat nebo p�etypovat v�raz" - -#: ../catalog/heap.c:1719 ../catalog/heap.c:1733 ../commands/creatinh.c:110 -#, c-format -msgid "Duplicate CHECK constraint name: '%s'" -msgstr "Duplik�tn� CHECK omezen� jm�nem: '%s'" - -#: ../catalog/heap.c:1800 -#, c-format -msgid "CHECK constraint expression '%s' does not yield boolean result" -msgstr "v�raz CHECK omezen� '%s' ned�v� boolean v�sledek" - -#: ../catalog/heap.c:1807 -#, c-format -msgid "Only relation \"%s\" can be referenced in CHECK constraint expression" -msgstr "Pouze relace \"%s\" m��e b�t ve v�razu CHECK omezen�" - -#: ../catalog/heap.c:1814 -msgid "cannot use subselect in CHECK constraint expression" -msgstr "nelze pou��t subselect ve v�razu CHECK omezen�" - -#: ../catalog/heap.c:1816 -msgid "cannot use aggregate function in CHECK constraint expression" -msgstr "nelze pou��t aggreg�tn� funkci ve v�razu CHECK omezen�" - -#:./catalog/heap.c:1857 ../catalog/heap.c:2044 ../utils/adt/ruleutils.c:2713 -#, c-format -msgid "cache lookup of relation %u failed" -msgstr "selhalo hled�n� relace %u v cache" - -#: ../catalog/heap.c:2037 -msgid "check count became negative" -msgstr "kontroln� sou�et nem��e b�t z�porn�" - -#: ../catalog/index.c:117 -#, c-format -msgid "index named \"%s\" already exists" -msgstr "index jm�nem \"%s\" ji� existuje" - -#: ../catalog/index.c:123 -#, c-format -msgid "cannot create index on non-existent relation \"%s\"" -msgstr "nelze vytvo�it index pro neexistuj�c� relaci \"%s\"" - -#: ../catalog/index.c:153 -#, c-format -msgid "Function %u does not exist" -msgstr "Funkce %u neexistuje" - -#: ../catalog/index.c:172 ../catalog/index.c:306 -#, c-format -msgid "Opclass %u does not exist" -msgstr "Opclass %u neexistuje" - -#: ../catalog/index.c:186 ../catalog/index.c:319 -#, c-format -msgid "Type %u does not exist" -msgstr "Typ %u neexistuje" - -#: ../catalog/index.c:266 -#, c-format -msgid "cannot create index: column %d does not exist" -msgstr "nelze vytvo�it index: sloupec %d neexistuje" - -#: ../catalog/index.c:679 -msgid "must index at least one column" -msgstr "index mus� m�t alespo� jeden sloupec" - -#: ../catalog/index.c:683 -msgid "User-defined indexes on system catalogs are not supported" -msgstr "U��vatelem definovan� index na syst�mov� katalogy nen� podporov�n" - -#: ../catalog/index.c:864 ../catalog/index.c:912 -#, c-format -msgid "index_drop: cache lookup failed for index %u" -msgstr "index_drop: selhalo prohled�v�n� cache na index %u" - -#: ../catalog/index.c:924 -#, c-format -msgid "index_drop: FlushRelationBuffers returned %d" -msgstr "" - -#: ../catalog/index.c:1142 -#, c-format -msgid "LockClassinfoForUpdate couldn't lock relid %u" -msgstr "LockClassinfoForUpdate nelze zamknout relid %u" - -#: ../catalog/index.c:1153 -msgid "The tuple isn't committed" -msgstr "Tuple nen� commitnuta" - -#: ../catalog/index.c:1156 -msgid "The tuple is already deleted" -msgstr "Tuple je ji� smaz�na" - -#: ../catalog/index.c:1177 -#, c-format -msgid "IndexesAreActive couldn't lock %u" -msgstr "IndexesAreActive nelze zamknout %u" - -#: ../catalog/index.c:1180 -#, c-format -msgid "relation %u isn't an indexable relation" -msgstr "relace %u nen� indexovateln� relace" - -#: ../catalog/index.c:1252 -#, c-format -msgid "setRelhasindex: cannot find relation %u in pg_class" -msgstr "setRelhasindex: nelze naj�t relaci %u v pg_class" - -#: ../catalog/index.c:1325 -msgid "setNewRelfilenode impossible to lock class tuple" -msgstr "" - -#: ../catalog/index.c:1455 -#, c-format -msgid "UpdateStats: cannot find relation %u in pg_class" -msgstr "UpdateStats: nelze nal�zt relaci %u v pg_class" - -#: ../catalog/index.c:1726 -msgid "IndexBuildHeapScan: concurrent insert in progress" -msgstr "IndexBuildHeapScan: prob�h� konkuren�n� insert" - -#: ../catalog/index.c:1740 -msgid "IndexBuildHeapScan: concurrent delete in progress" -msgstr "IndexBuildHeapScan: prob�h� konkuren�n� delete" - -#: ../catalog/index.c:1745 ../commands/vacuum.c:1133 -#: ../commands/vacuumlazy.c:356 ../commands/vacuumlazy.c:835 -msgid "Unexpected HeapTupleSatisfiesVacuum result" -msgstr "Neo�ek�van� v�sledek HeapTupleSatisfiesVacuum" - -#: ../catalog/index.c:1832 -#, c-format -msgid "IndexGetRelation: can't find index id %u" -msgstr "IndexGetRelation: nelze nal�zt index id %u" - -#: ../catalog/index.c:1881 -msgid "REINDEX cannot run inside a transaction block" -msgstr "REINDEX nelze prov�d�t b�hem transakce" - -#: ../catalog/index.c:1895 -msgid "reindex_index: can't open index relation" -msgstr "reindex_index: nelze otev��t indexovou relaci" - -#: ../catalog/index.c:1907 -#, c-format -msgid "reindex_index: index %u not found in pg_index" -msgstr "reindex_index: index %u nenalezen v pg_index" - -#: ../catalog/index.c:1921 -msgid "reindex_index: can't open heap relation" -msgstr "reindex_index: nelze otev��t heap relaci" - -#: ../catalog/index.c:2045 -#, c-format -msgid "the target relation %u is nailed" -msgstr "" - -#: ../catalog/index.c:2061 -#, c-format -msgid "the target relation %u is shared" -msgstr "c�lov� relace %u je sd�lena" - -#: ../catalog/indexing.c:162 -#, c-format -msgid "CatalogIndexInsert: index %u not found" -msgstr "CatalogIndexInsert: index %u nelze naj�t" - -#: ../catalog/pg_aggregate.c:75 -msgid "no aggregate name supplied" -msgstr "" - -#: ../catalog/pg_aggregate.c:78 -msgid "aggregate must have a transition function" -msgstr "" - -#: ../catalog/pg_aggregate.c:91 -#, c-format -msgid "data type %s does not exist" -msgstr "datov� type %s nenexistuje" - -#: ../catalog/pg_aggregate.c:102 -#, c-format -msgid "aggregate function \"%s\" with base type %s already exists" -msgstr "aggreg�tn� funkce \"%s\" s z�kladn�m typem %s ji� existuje" - -#: ../catalog/pg_aggregate.c:110 -#, c-format -msgid "data type %s does not exit" -msgstr "datov� type %s nenexistuje" - -#: ../catalog/pg_aggregate.c:133 -#, c-format -msgid "return type of transition function %s is not %s" -msgstr "n�vratov� hodnota p�echodn� funkce %s nen� %s" - -#: ../catalog/pg_aggregate.c:146 -msgid "" -"must not omit initval when transfn is strict and transtype is not compatible " -"with input type" -msgstr "" - -#: ../catalog/pg_aggregate.c:203 -msgid "AggregateCreate: heap_formtuple failed" -msgstr "AggregateCreate: heap_formtuple selhal" - -#: ../catalog/pg_aggregate.c:205 -msgid "AggregateCreate: heap_insert failed" -msgstr "AggregateCreate: heap_insert selhal" - -#: ../catalog/pg_aggregate.c:238 -#, c-format -msgid "AggNameGetInitVal: cache lookup failed for aggregate '%s'" -msgstr "AggNameGetInitVal: selhalo hled�n� aggregatn� funkce '%s' v cache" - -#: ../catalog/pg_aggregate.c:263 -#, c-format -msgid "" -"AggNameGetInitVal: cache lookup failed on aggregate transition function " -"return type %u" -msgstr "" -"AggNameGetInitVal: selhalo hled�n� n�vratov�ho typu %u aggregatn� " -"p�echodn� funkce" - - -#: ../catalog/pg_largeobject.c:128 -#, c-format -msgid "LargeObjectDrop: large object %u not found" -msgstr "LargeObjectDrop: large object %u nenalezen" - -#: ../catalog/pg_operator.c:229 -#, c-format -msgid "left type \"%s\" of operator %s does not exist" -msgstr "lev� typ \"%s\" oper�toru %s neexistuje" - -#: ../catalog/pg_operator.c:238 -#, c-format -msgid "right type \"%s\" of operator %s does not exist" -msgstr "prav� typ \"%s\" oper�toru %s neexistuje" - -#: ../catalog/pg_operator.c:244 -#, c-format -msgid "operator %s must have at least one operand type" -msgstr "oper�tor %s mus� m�t alespo� jeden operand typ" - -#: ../catalog/pg_operator.c:299 ../catalog/pg_operator.c:517 -#, c-format -msgid "\"%s\" is not a valid operator name" -msgstr "\"%s\" nen� platn� jm�no oper�toru" - -#: ../catalog/pg_operator.c:312 -msgid "OperatorShellMake: the operand types are not valid" -msgstr "OperatorShellMake: typy operandu nejsou platn�" - -#: ../catalog/pg_operator.c:505 -#, c-format -msgid "OperatorDef: operator \"%s\" already defined" -msgstr "OperatorDef: oper�tor \"%s\" je ji� definov�n" - -#: ../catalog/pg_operator.c:529 -#, c-format -msgid "left type \"%s\" does not exist" -msgstr "lev� typ \"%s\" neexistuje" - -#: ../catalog/pg_operator.c:538 -#, c-format -msgid "right type \"%s\" does not exist" -msgstr "prav� typ \"%s\" neexistuje" - -#: ../catalog/pg_operator.c:544 -msgid "operator must have at least one operand type" -msgstr "oper�tor mus� m�t alespo� jeden operand typ" - -#: ../catalog/pg_operator.c:739 -#, c-format -msgid "OperatorDef: can't create operator shell \"%s\"" -msgstr "" - -#: ../catalog/pg_operator.c:751 -msgid "operator cannot be its own negator or sort operator" -msgstr "" - -#: ../catalog/pg_operator.c:806 -#, c-format -msgid "OperatorDef: operator %u not found" -msgstr "OperatorDef: oper�tor %u nenalezen" - -#: ../catalog/pg_operator.c:1057 -msgid "at least one of leftarg or rightarg must be specified" -msgstr "alespo� jeden lev� nebo prav� argument mus� b�t specifikov�n" - -#: ../catalog/pg_operator.c:1063 -msgid "only binary operators can have commutators" -msgstr "" - -#: ../catalog/pg_operator.c:1065 -msgid "only binary operators can have join selectivity" -msgstr "" - -#: ../catalog/pg_operator.c:1067 -msgid "only binary operators can hash" -msgstr "" - -#: ../catalog/pg_operator.c:1069 -msgid "only binary operators can have sort links" -msgstr "" - -#: ../catalog/pg_proc.c:89 -#, c-format -msgid "language '%s' does not exist" -msgstr "jazyk '%s' neexistuje" - -#: ../catalog/pg_proc.c:99 ../commands/comment.c:636 ../commands/remove.c:298 -#, c-format -msgid "functions cannot have more than %d arguments" -msgstr "funkce nemohou m�t v�ce jak %d parametr�" - -#: ../catalog/pg_proc.c:105 -msgid "SQL functions cannot have arguments of type \"opaque\"" -msgstr "SQL funkce nemohou m�t parametry typu \"opaque\"" - -#: ../catalog/pg_proc.c:113 -#, c-format -msgid "argument type %s does not exist" -msgstr "typ %s parametru neexistuje" - -#: ../catalog/pg_proc.c:116 -#, c-format -msgid "argument type %s is only a shell" -msgstr "" - -#: ../catalog/pg_proc.c:121 -msgid "functions cannot accept set arguments" -msgstr "" - -#: ../catalog/pg_proc.c:159 -msgid "lookup for procedure by source needs fix (Jan)" -msgstr "" - -#: ../catalog/pg_proc.c:167 -msgid "SQL functions cannot return type \"opaque\"" -msgstr "SQL funkce nemohou vracet typ \"opaque\"" - -#: ../catalog/pg_proc.c:176 -#, c-format -msgid "ProcedureCreate: type %s is not yet defined" -msgstr "ProcedureCreate: typ %s nen� definov�n" - -#: ../catalog/pg_proc.c:180 -#, c-format -msgid "could not create type %s" -msgstr "nelze vytvo�it typ %s" - -#: ../catalog/pg_proc.c:184 -#, c-format -msgid "return type %s is only a shell" -msgstr "" - -#: ../catalog/pg_proc.c:197 -#, c-format -msgid "method %s already an attribute of type %s" -msgstr "metoda %s ji� je atributem typu %s" - -#: ../catalog/pg_proc.c:232 -#, c-format -msgid "there is no built-in function named \"%s\"" -msgstr "built-in funkce jm�nem \"%s\" neexistuje" - -#: ../catalog/pg_proc.c:308 -#, c-format -msgid "function %s already exists with same argument types" -msgstr "funkce %s ji� existuje s stejn�mi typy parametr�" - -#: ../catalog/pg_proc.c:311 -#, c-format -msgid "ProcedureCreate: you do not have permission to replace function %s" -msgstr "ProcedureCreate: nem�te optr�vn�n� nahradit funkci %s" - -#: ../catalog/pg_proc.c:320 -msgid "" -"ProcedureCreate: cannot change return type of existing function.\n" -"\tUse DROP FUNCTION first." -msgstr "" -"ProcedureCreate: nelze nahradit n�vratovou hodnotu existuj�c� funkce.\n" -"\tNejd��ve pou�ite DROP FUNCTION." - -#: ../catalog/pg_proc.c:381 -#, c-format -msgid "function declared to return %s, but no SELECT provided" -msgstr "funkce je deklaruje, �e vrac� %s, ale SELECT nen� definiv�n" - -#: ../catalog/pg_proc.c:399 -msgid "function declared with no return type, but final statement is a SELECT" -msgstr "funkce je deklarov�na bez navratov� hodnoty, ale fin�ln� povel je SELECT" - -#: ../catalog/pg_proc.c:405 -#, c-format -msgid "function declared to return %s, but final statement is not a SELECT" -msgstr "funkce deklaruje, �e vrac� %s, ale fin�ln� povel nen� SELECT" - -#: ../catalog/pg_proc.c:422 -#, c-format -msgid "function declared to return %s returns multiple columns in final SELECT" -msgstr "" - -#: ../catalog/pg_proc.c:427 -#, c-format -msgid "return type mismatch in function: declared to return %s, returns %s" -msgstr "chaotick� n�vratov� hodnota ve funkci: deklarov�n je %s, vrac� %s " - -#: ../catalog/pg_proc.c:458 ../catalog/pg_proc.c:484 -#, c-format -msgid "" -"function declared to return %s does not SELECT the right number of columns (%" -"d)" -msgstr "" - -#: ../catalog/pg_proc.c:474 -#, c-format -msgid "function declared to return %s returns %s instead of %s at column %d" -msgstr "" - -#: ../catalog/pg_type.c:307 ../catalog/pg_type.c:538 -#, c-format -msgid "type named %s already exists" -msgstr "type jm�nem %s ji� existuje" - -#: ../catalog/pg_type.c:317 ../catalog/pg_type.c:533 -#, c-format -msgid "type %s does not exist" -msgstr "type %s neexistuje" - -#: ../catalog/pg_type.c:325 -#, c-format -msgid "TypeCreate: invalid type internal size %d" -msgstr "TypeCreate: %d je neplatn� intern� velikost typu" - -#: ../catalog/pg_type.c:328 -#, c-format -msgid "TypeCreate: invalid type external size %d" -msgstr "TypeCreate: %d je neplatn� extern� velikost typu" - -#: ../catalog/pg_type.c:332 -msgid "TypeCreate: fixed size types must have storage PLAIN" -msgstr "" - -#: ../catalog/pg_type.c:467 -#, c-format -msgid "type %s already exists" -msgstr "type %s ji� existuje" - -#: ../commands/_deadcode/recipe.c:42 -msgid "You must compile with TIOGA defined in order to use recipes\n" -msgstr "" - -#: ../commands/_deadcode/recipe.c:179 -msgid "beginRecipe: Currently eyes cannot have more than one input" -msgstr "" - -#: ../commands/_deadcode/recipe.c:188 -#, c-format -msgid "beginRecipe: eyes[%d] = %s\n" -msgstr "" - -#: ../commands/_deadcode/recipe.c:240 -#, c-format -msgid "adding tee plan node to the root of the %s\n" -msgstr "" - -#: ../commands/_deadcode/recipe.c:288 -#, c-format -msgid "beginRecipe: cursor named %s is now available" -msgstr "" - -#: ../commands/_deadcode/recipe.c:393 -msgid "tg_rewriteQuery: Whoa! why is my qual a List???" -msgstr "" - -#: ../commands/_deadcode/recipe.c:502 -#, c-format -msgid "tg_replaceNumberedParam: unexpected paramkind value of %d" -msgstr "" - -#: ../commands/_deadcode/recipe.c:613 -#, c-format -msgid "" -"tg_rewriteParamsInExpr:can't substitute for parameter %d when that input is " -"unconnected" -msgstr "" - -#: ../commands/_deadcode/recipe.c:627 -#, c-format -msgid "tg_rewriteParamsInExpr: unexpected paramkind value of %d" -msgstr "" - -#: ../commands/_deadcode/recipe.c:698 -#, c-format -msgid "getParamTypes: Ingredients cannot take > %d arguments" -msgstr "" - -#: ../commands/_deadcode/recipe.c:704 -msgid "getParamTypes: Ingredient functions cannot take type 'opaque'" -msgstr "" - -#: ../commands/_deadcode/recipe.c:710 -#, c-format -msgid "getParamTypes: arg type '%s' is not defined" -msgstr "" - -#: ../commands/_deadcode/recipe.c:712 -#, c-format -msgid "getParamTypes: arg type '%s' is only a shell" -msgstr "" - -#: ../commands/_deadcode/recipe.c:837 ../commands/_deadcode/recipe.c:880 -#, c-format -msgid "calling parser with %s" -msgstr "" - -#: ../commands/_deadcode/recipe.c:847 ../commands/_deadcode/recipe.c:887 -msgid "tg_parseSubQuery: parser produced > 1 query tree" -msgstr "" - -#: ../commands/_deadcode/recipe.c:892 -msgid "tg_parseSubQuery: can't parse recipe graph ingredients yet!" -msgstr "" - -#: ../commands/_deadcode/recipe.c:895 -msgid "tg_parseSubQuery: can't parse compiled ingredients yet!" -msgstr "" - -#: ../commands/_deadcode/recipe.c:898 -#, c-format -msgid "tg_parseSubQuery: unknown srcLang: %d" -msgstr "" - -#: ../commands/_deadcode/recipe.c:940 -msgid "tg_parseSubQuery: can't handle eye nodes yet" -msgstr "" - -#: ../commands/_deadcode/recipe.c:1034 -msgid "tg_parseSubQuery: unexpected result from TupleDescInitEntry" -msgstr "" - -#: ../commands/_deadcode/recipe.c:1045 -msgid "tg_parseSubQuery: can't handle embedded recipes yet!" -msgstr "" - -#: ../commands/_deadcode/recipe.c:1047 -#, c-format -msgid "unknown nodeType: %d" -msgstr "" - -#: ../commands/_deadcode/recipe.c:1158 -#, c-format -msgid "appendTeeQuery: teeNodeName '%s' not found in teeInfo" -msgstr "" - -#: ../commands/_deadcode/recipe.c:1304 -msgid "replaceTeeScans didn't find the corresponding tee plan" -msgstr "" - -#: ../commands/_deadcode/version.c:185 -msgid "Unable to expand all -- amopenr failed " -msgstr "" - -#: ../commands/analyze.c:210 -#, c-format -msgid "Skipping \"%s\" --- only table or database owner can ANALYZE it" -msgstr "P�eskakuji \"%s\" --- ALALYZE m��e prov�d�t pouze vlastn�k tabulky nebo datab�ze" - -#: ../commands/analyze.c:217 -#, c-format -msgid "Analyzing %s" -msgstr "Analyzuje se %s" - -#: ../commands/analyze.c:244 -#, c-format -msgid "ANALYZE: there is no attribute %s in %s" -msgstr "ANALYZE: nen� atribut %s v %s" - -#: ../commands/analyze.c:417 ../utils/adt/ruleutils.c:1880 -#: ../utils/adt/ruleutils.c:1915 ../utils/adt/ruleutils.c:2237 -#, c-format -msgid "cache lookup of type %u failed" -msgstr "selhalo hled�n� typu %u v cache" - -#: ../commands/analyze.c:620 -#, c-format -msgid "acquire_sample_rows: ReadBuffer(%s,%u) failed" -msgstr "acquire_sample_rows: ReadBuffer(%s,%u) selhal" - -#: ../commands/async.c:153 -#, c-format -msgid "Async_Notify: %s" -msgstr "" - -#: ../commands/async.c:201 -#, c-format -msgid "Async_Listen: %s" -msgstr "" - -#: ../commands/async.c:224 -#, c-format -msgid "Async_Listen: We are already listening on %s" -msgstr "" - -#: ../commands/async.c:303 -#, c-format -msgid "Async_Unlisten %s" -msgstr "" - -#: ../commands/async.c:361 -msgid "Async_UnlistenAll" -msgstr "" - -#: ../commands/async.c:463 -msgid "AtCommit_Notify" -msgstr "" - -#: ../commands/async.c:495 -msgid "AtCommit_Notify: notifying self" -msgstr "" - -#: ../commands/async.c:502 -#, c-format -msgid "AtCommit_Notify: notifying pid %d" -msgstr "" - -#: ../commands/async.c:558 -msgid "AtCommit_Notify: done" -msgstr "" - -#: ../commands/async.c:631 -msgid "Async_NotifyHandler: perform async notify" -msgstr "" - -#: ../commands/async.c:636 -msgid "Async_NotifyHandler: done" -msgstr "" - -#: ../commands/async.c:703 -msgid "EnableNotifyInterrupt: perform async notify" -msgstr "" - -#: ../commands/async.c:708 -msgid "EnableNotifyInterrupt: done" -msgstr "" - -#: ../commands/async.c:759 -msgid "ProcessIncomingNotify" -msgstr "" - -#: ../commands/async.c:795 -#, c-format -msgid "ProcessIncomingNotify: received %s from %d" -msgstr "" - -#: ../commands/async.c:837 -msgid "ProcessIncomingNotify: done" -msgstr "" - -#: ../commands/async.c:864 -#, c-format -msgid "NOTIFY for %s" -msgstr "" - -#: ../commands/cluster.c:97 -#, c-format -msgid "CLUSTER: no pg_index entry for index %u" -msgstr "CLUSTER: v pg_index nen� z�znam o indexu %u " - -#: ../commands/cluster.c:100 -#, c-format -msgid "CLUSTER: \"%s\" is not an index for table \"%s\"" -msgstr "CLUSTER: \"%s\" nen� index pro tabulku \"%s\"" - -#: ../commands/command.c:113 -msgid "PerformPortalFetch: missing portal name" -msgstr "PerformPortalFetch: chybn� jm�no port�lu" - -#: ../commands/command.c:123 -#, c-format -msgid "PerformPortalFetch: portal \"%s\" not found" -msgstr "PerformPortalFetch: port�l \"%s\" nenalezen" - -#: ../commands/command.c:245 -msgid "PerformPortalClose: missing portal name" -msgstr "PerformPortalClose: chybn� jm�no port�lu" - -#: ../commands/command.c:255 -#, c-format -msgid "PerformPortalClose: portal \"%s\" not found" -msgstr "PerformPortalClose: port�l \"%s\" nenalezen" - -#: ../commands/command.c:325 ../commands/command.c:548 -#: ../commands/command.c:1054 ../tcop/utility.c:372 -#, c-format -msgid "ALTER TABLE: relation \"%s\" is a system catalog" -msgstr "ALTER TABLE: relace \"%s\" je syst�mov� katalog" - -#: ../commands/command.c:328 ../commands/command.c:552 -#: ../commands/command.c:721 ../commands/command.c:1058 -#: ../commands/command.c:1195 ../commands/command.c:1511 -#: ../commands/command.c:1584 ../commands/command.c:1662 -msgid "ALTER TABLE: permission denied" -msgstr "ALTER TABLE: p��stup odm�tnut" - -#: ../commands/command.c:337 ../commands/command.c:558 -#: ../commands/command.c:727 ../commands/command.c:1068 -#: ../commands/command.c:1205 ../commands/command.c:1530 -#: ../commands/command.c:1672 -#, c-format -msgid "ALTER TABLE: relation \"%s\" is not a table" -msgstr "ALTER TABLE: relace \"%s\" nen� tabulka" - -#: ../commands/command.c:394 -msgid "" -"Adding columns with defaults is not implemented.\n" -"\tAdd the column, then use ALTER TABLE SET DEFAULT." -msgstr "" -"P�id�n� sloupc� s defautl nastven�m nen� implementov�no.\n" -"\tP�idejte sloupec a n�sledn� pou��te ALTER TABLE SET DEFAULT." - -#: ../commands/command.c:398 -msgid "" -"Adding NOT NULL columns is not implemented.\n" -"\tAdd the column, then use ALTER TABLE ADD CONSTRAINT." -msgstr "" -"P�id�n� NOT NULL sloupc� en� implementov�no.\n" -"\tP�idejte sloupec a n�sledn� pou��te ALTER TABLE ADD CONSTRAINT." - -#: ../commands/command.c:409 ../commands/command.c:1088 -#: ../commands/command.c:1600 ../commands/command.c:1686 -#, c-format -msgid "ALTER TABLE: relation \"%s\" not found" -msgstr "ALTER TABLE: relace \"%s\" nenalezena" - -#: ../commands/command.c:416 -#, c-format -msgid "ALTER TABLE: column name \"%s\" already exists in table \"%s\"" -msgstr "ALTER TABLE: sloupec jm�nem \"%s\" ji� existuje v tabulce \"%s\"" - -#: ../commands/command.c:422 -#, c-format -msgid "ALTER TABLE: relations limited to %d columns" -msgstr "ALTER TABLE: relace jsou limitov�n� %d sloupci" - -#: ../commands/command.c:443 -#, c-format -msgid "ALTER TABLE: type \"%s\" does not exist" -msgstr "ALTER TABLE: typ \"%s\" neexituje" - -#: ../commands/command.c:606 ../commands/command.c:780 -#, c-format -msgid "ALTER TABLE: relation \"%s\" has no column \"%s\"" -msgstr "ALTER TABLE: relace \"%s\" nem� sloupec \"%s\"" - -#: ../commands/command.c:784 -#, c-format -msgid "ALTER TABLE: cannot change system attribute \"%s\"" -msgstr "ALTER TABLE: nelze m�mit syst�mov� atribut \"%s\"" - -#: ../commands/command.c:966 -msgid "target column is used in a constraint" -msgstr "c�lov� sloupec je pou�it v podm�nce" - -#: ../commands/command.c:1001 -msgid "target column is used in an index" -msgstr "c�lov� sloupec je pou�it v indexu" - -#: ../commands/command.c:1045 -msgid "ALTER TABLE / DROP COLUMN with inherit option is not supported yet" -msgstr "ALTER TABLE / DROP COLUMN s parametrem d�di�nosti nen� zat�m podporov�n" - -#: ../commands/command.c:1078 -msgid "ALTER TABLE: cannot drop a column on table that is inherited from" -msgstr "ALTER TABLE: nelze odstranit sloupec v tabulce kter� je d�d�na z" - -#: ../commands/command.c:1099 ../commands/command.c:1697 -msgid "couldn't lock pg_class tuple" -msgstr "nelze zamknout pg_class z�znam" - -#: ../commands/command.c:1114 -#, c-format -msgid "ALTER TABLE: column name \"%s\" doesn't exist in table \"%s\"" -msgstr "ALTER TABLE: sloupec jm�nem \"%s\" neexistuje v tabulce \"%s\"" - -#: ../commands/command.c:1120 -#, c-format -msgid "ALTER TABLE: column name \"%s\" was already dropped" -msgstr "ALTER TABLE: sloupec jm�nem \"%s\" ji� byl odstran�n" - -#: ../commands/command.c:1129 -msgid "the column is referenced" -msgstr "na sloupec je odkazov�no" - -#: ../commands/command.c:1176 -msgid "ALTER TABLE / DROP COLUMN is not implemented" -msgstr "ALTER TABLE / DROP COLUMN nen� implementov�no" - -#: ../commands/command.c:1297 -#, c-format -msgid "CHECK '%s' does not yield boolean result" -msgstr "CHECK '%s' nevrac� boolean v�sledek" - -#: ../commands/command.c:1305 -#, c-format -msgid "Only relation '%s' can be referenced in CHECK" -msgstr "Pouze relace '%s' m��e b�t pou�ita v CHECK" - -#: ../commands/command.c:1348 -#, c-format -msgid "AlterTableAddConstraint: rejected due to CHECK constraint %s" -msgstr "AlterTableAddConstraint: odm�tnut� zp�soben� CHECK omezen�m %s" - -#: ../commands/command.c:1363 -msgid "" -"ALTER TABLE / ADD CONSTRAINT is not implemented for that constraint type." -msgstr "" - -#: ../commands/command.c:1379 -msgid "" -"ALTER TABLE / ADD CONSTRAINT: Unable to reference temporary table from " -"permanent table constraint." -msgstr "" - -#: ../commands/command.c:1388 -#, c-format -msgid "referenced table \"%s\" not a relation" -msgstr "odkazovan� tabulka \"%s\" nen� relace" - -#: ../commands/command.c:1485 -msgid "" -"ALTER TABLE / ADD CONSTRAINT unable to determine type of constraint passed" -msgstr "" - -#: ../commands/command.c:1519 -msgid "ALTER TABLE / DROP CONSTRAINT does not support the CASCADE keyword" -msgstr "ALTER TABLE / DROP CONSTRAINT nepodporuje CASCADE" - -#: ../commands/command.c:1560 -#, c-format -msgid "ALTER TABLE / DROP CONSTRAINT: %s does not exist" -msgstr "ALTER TABLE / DROP CONSTRAINT: %s neexistuje" - -#: ../commands/command.c:1564 -msgid "Multiple constraints dropped" -msgstr "" - -#: ../commands/command.c:1612 -#, c-format -msgid "ALTER TABLE: relation \"%s\" is not a table, index, view, or sequence" -msgstr "ALTER TABLE: relace \"%s\" nen� tabulka, index, view nebo sequence" - -#: ../commands/command.c:1715 -#, c-format -msgid "ALTER TABLE: relation \"%s\" already has a toast table" -msgstr "ALTER TABLE: relace \"%s\" ji� m� toast tabulku" - -#: ../commands/command.c:1732 -#, c-format -msgid "ALTER TABLE: relation \"%s\" does not need a toast table" -msgstr "ALTER TABLE: relace \"%s\" nepot�ebuje toast tabulku" - -#: ../commands/command.c:1917 -msgid "LOCK TABLE: permission denied" -msgstr "LOCK TABLE: p��stup odm�tnut" - -#: ../commands/command.c:1923 -#, c-format -msgid "LOCK TABLE: %s is not a table" -msgstr "LOCK TABLE: %s nen� tabulkou" - -#: ../commands/comment.c:112 -#, c-format -msgid "An attempt was made to comment on a unknown type: %d" -msgstr "Pokus o vytvo�en� koment��e na neexistuj�c� objekt: %d" - -#: ../commands/comment.c:332 ../commands/comment.c:393 -#, c-format -msgid "you are not permitted to comment on class '%s'" -msgstr "nem�te opr�vn�n� ke koment��i objektu '%s'" - -#: ../commands/comment.c:348 -#, c-format -msgid "relation '%s' is not an index" -msgstr "relace '%s' nen� index" - -#: ../commands/comment.c:352 -#, c-format -msgid "relation '%s' is not a table" -msgstr "relace '%s' nen� tabulka" - -#: ../commands/comment.c:356 -#, c-format -msgid "relation '%s' is not a view" -msgstr "relace '%s' nen� view" - -#: ../commands/comment.c:360 -#, c-format -msgid "relation '%s' is not a sequence" -msgstr "relace '%s' nen� sequence" - -#: ../commands/comment.c:403 -#, c-format -msgid "'%s' is not an attribute of class '%s'" -msgstr "'%s' nen� atributem objektu '%s'" - -#: ../commands/comment.c:447 -#, c-format -msgid "database '%s' does not exist" -msgstr "datab�ze '%s' neexistuje" - -#: ../commands/comment.c:453 -#, c-format -msgid "you are not permitted to comment on database '%s'" -msgstr "nem�te opr�vn�n� ke koment��i datab�ze '%s'" - -#: ../commands/comment.c:489 -#, c-format -msgid "you are not permitted to comment on rule '%s'" -msgstr "nem�te opr�vn�n� ke koment��i rule '%s'" - -#: ../commands/comment.c:498 -#, c-format -msgid "rule '%s' does not exist" -msgstr "rule '%s' neexistuje" - -#: ../commands/comment.c:531 -#, c-format -msgid "you are not permitted to comment on type '%s'" -msgstr "nem�te opr�vn�n� ke koment��i typu '%s'" - -#: ../commands/comment.c:540 ../commands/comment.c:574 -#, c-format -msgid "type '%s' does not exist" -msgstr "typ '%s' neexistuje" - -#: ../commands/comment.c:584 -#, c-format -msgid "you are not permitted to comment on aggregate '%s' for all types" -msgstr "nem�te opr�vn�n� ke koment��i aggregatu '%s' pro v�echny typy" - -#: ../commands/comment.c:587 -#, c-format -msgid "you are not permitted to comment on aggregate '%s' for type %s" -msgstr "nem�te opr�vn�n� ke koment��i aggregatu '%s' pro typ %s" - -#: ../commands/comment.c:653 -#, c-format -msgid "CommentProc: type '%s' not found" -msgstr "CommentProc: typ '%s' nelze naj�t" - -#: ../commands/comment.c:660 -#, c-format -msgid "you are not permitted to comment on function '%s'" -msgstr "nem�te opr�vn�n� ke koment��i funkce '%s'" - -#: ../commands/comment.c:723 -#, c-format -msgid "left type '%s' does not exist" -msgstr "lev� typ '%s' neexistuje" - -#: ../commands/comment.c:732 -#, c-format -msgid "right type '%s' does not exist" -msgstr "prav� typ '%s' neexistuje" - -#: ../commands/comment.c:744 -#, c-format -msgid "operator '%s' is of an illegal type'" -msgstr "oper�tor '%s' je ileg�ln�ho typu" - -#: ../commands/comment.c:754 -#, c-format -msgid "operator '%s' does not exist" -msgstr "oper�tor '%s' neexistuje" - -#: ../commands/comment.c:761 -#, c-format -msgid "you are not permitted to comment on operator '%s'" -msgstr "nem�te opr�vn�n� ke koment��i opetr�toru '%s'" - -#: ../commands/comment.c:769 -#, c-format -msgid "operator '%s' does not have an underlying function" -msgstr "oper�tor '%s' nem� pod��zenou funkci" - -#: ../commands/comment.c:802 -#, c-format -msgid "you are not permitted to comment on trigger '%s' %s '%s'" -msgstr "nem�te opr�vn�n� ke koment��i triggeru '%s' %s '%s'" - -#: ../commands/comment.c:821 -#, c-format -msgid "trigger '%s' defined for relation '%s' does not exist" -msgstr "trigger '%s' definovan� pro relaci '%s' nenexistuje" - -#: ../commands/copy.c:116 -#, c-format -msgid "CopySendData: %m" -msgstr "" - -#: ../commands/copy.c:278 ../commands/trigger.c:319 ../executor/execMain.c:424 -#: ../executor/execMain.c:454 ../storage/ipc/shmqueue.c:234 -#: ../storage/ipc/shmqueue.c:254 ../tcop/utility.c:273 ../tcop/utility.c:554 -#: ../tcop/utility.c:876 ../tcop/utility.c:891 -#, c-format -msgid "%s: %s" -msgstr "" - -#: ../commands/copy.c:280 -msgid "" -"You must have Postgres superuser privilege to do a COPY directly to or from " -"a file. Anyone can COPY to stdout or from stdin. Psql's \\copy command " -"also works for anyone." -msgstr "" -"M�s�te m�t superu�ivatelsk� opr�vn�n� Postgresu pro p��m� COPY z/do souboru. " -"Kdokoliv m��e pou��t COPY na stdout nebo do stdin. P��kaz \\copy (psql) " -"takt� m��e pou��t kdokoliv." - -#: ../commands/copy.c:289 -msgid "COPY BINARY is not supported to stdout or from stdin" -msgstr "COPY BINARY nen� podporov�no na stdout nebo z stdin" - -#: ../commands/copy.c:295 -msgid "COPY delimiter must be a single character" -msgstr "COPY odd�lova� mus� b�t jeden znak" - -#: ../commands/copy.c:311 ../commands/copy.c:343 -#, c-format -msgid "You cannot copy view %s" -msgstr "Nelze kop�rovat view %s" - -#: ../commands/copy.c:313 -#, c-format -msgid "You cannot change sequence relation %s" -msgstr "Nelze zm�mit relaci sequence %s" - -#: ../commands/copy.c:315 ../commands/copy.c:347 -#, c-format -msgid "You cannot copy object %s" -msgstr "Nelze kop�rovat objekt %s" - -#: ../commands/copy.c:331 -#, c-format -msgid "" -"COPY command, running in backend with effective uid %d, could not open file " -"'%s' for reading. Errno = %s (%d)." -msgstr "" -"p��kaz COPY, b��c� na serveru s efektivn�m uid %d, nem��e otev��t soubor " -"'%s' pro �ten�. Errno = %s (%d)." - -#: ../commands/copy.c:345 -#, c-format -msgid "You cannot copy sequence %s" -msgstr "Nelze kop�rovat sequenci %s" - -#: ../commands/copy.c:369 -msgid "Relative path not allowed for server side COPY command." -msgstr "Relativn� cesta nen� dovolena u serverov� varianty COPY p��kazu." - -#: ../commands/copy.c:377 -#, c-format -msgid "" -"COPY command, running in backend with effective uid %d, could not open file " -"'%s' for writing. Errno = %s (%d)." -msgstr "" -"p��kaz COPY, b��c� na serveru s efektivn�m uid %d, nem��e otev��t soubor " -"'%s' pro z�pis. Errno = %s (%d)." - -#: ../commands/copy.c:426 -#, c-format -msgid "COPY: table %s does not have OIDs" -msgstr "COPY: tabulka %s nem� OIDs" - -#: ../commands/copy.c:446 -#, c-format -msgid "COPY: couldn't lookup info for type %u" -msgstr "COPY: nelze naj�t informace o typu %u" - -#: ../commands/copy.c:693 -msgid "COPY BINARY: file signature not recognized" -msgstr "COPY BINARY: podpis souboru nen� uzn�n" - -#: ../commands/copy.c:698 -msgid "COPY BINARY: incompatible integer layout" -msgstr "COPY BINARY: nekompatibiln� integer vrstva" - -#: ../commands/copy.c:702 -msgid "COPY BINARY: bogus file header (missing flags)" -msgstr "COPY BINARY: chybn� hlavi�ka souboru (chybn� p��znaky)" - -#: ../commands/copy.c:706 -msgid "COPY BINARY: unrecognized critical flags in header" -msgstr "" - -#: ../commands/copy.c:711 -msgid "COPY BINARY: bogus file header (missing length)" -msgstr "COPY BINARY: chybn� hlavi�ka souboru (chyb�j�c� d�lka)" - -#: ../commands/copy.c:717 -msgid "COPY BINARY: bogus file header (wrong length)" -msgstr "COPY BINARY: chybn� hlavi�ka souboru (�patn� d�lka)" - -#: ../commands/copy.c:756 -msgid "COPY TEXT: NULL Oid" -msgstr "" - -#: ../commands/copy.c:764 -msgid "COPY TEXT: Invalid Oid" -msgstr "COPY TEXT: neplatn� Oid" - -#: ../commands/copy.c:802 -#, c-format -msgid "COPY BINARY: tuple field count is %d, expected %d" -msgstr "COPY BINARY: po�et pol��ek tuple je %d, ale o�ek�v�no je %d" - -#: ../commands/copy.c:809 ../commands/copy.c:815 ../commands/copy.c:824 -#: ../commands/copy.c:838 ../commands/copy.c:847 ../commands/copy.c:859 -#: ../commands/copy.c:875 -msgid "COPY BINARY: unexpected EOF" -msgstr "COPY BINARY: neo�ek�van� EOF" - -#: ../commands/copy.c:811 -#, c-format -msgid "COPY BINARY: sizeof(Oid) is %d, expected %d" -msgstr "COPY BINARY: sizeof(Oid) je %d, ale o�ek�v�no je %d" - -#: ../commands/copy.c:817 -msgid "COPY BINARY: Invalid Oid" -msgstr "COPY BINARY: neplatn� Oid" - -#: ../commands/copy.c:828 -#, c-format -msgid "COPY BINARY: sizeof(field %d) is %d, expected %d" -msgstr "COPY BINARY: sizeof(polo�ka %d) je %d, ale o�ek�v�no je %d" - -#: ../commands/copy.c:840 -msgid "COPY BINARY: bogus varlena length" -msgstr "COPY BINARY: chybn� d�lka varlena" - -#: ../commands/copy.c:973 -#, c-format -msgid "GetInputFunction: Cache lookup of type %u failed" -msgstr "GetInputFunction: selhalo hledan� typu %u v cache" - -#: ../commands/copy.c:989 -#, c-format -msgid "GetTypeElement: Cache lookup of type %u failed" -msgstr "GetTypeElement: selhalo hledan� typu %u v cache" - -#: ../commands/copy.c:1005 -msgid "CopyReadNewline: extra fields ignored" -msgstr "CopyReadNewline: dodate�n� polo�ky ignorov�ny" - -#: ../commands/copy.c:1141 -msgid "CopyReadAttribute: end of record marker corrupted" -msgstr "" - -#: ../commands/creatinh.c:81 -msgid "DefineRelation: please inherit from a relation or define an attribute" -msgstr "" - -#: ../commands/creatinh.c:329 -#, c-format -msgid "CREATE TABLE: attribute \"%s\" duplicated" -msgstr "" - -#: ../commands/creatinh.c:344 -#, c-format -msgid "CREATE TABLE: inherited relation \"%s\" duplicated" -msgstr "" - -#: ../commands/creatinh.c:367 -#, c-format -msgid "CREATE TABLE: inherited relation \"%s\" is not a table" -msgstr "" - -#: ../commands/creatinh.c:370 -#, c-format -msgid "CREATE TABLE: cannot inherit from temp relation \"%s\"" -msgstr "" - -#: ../commands/creatinh.c:377 -#, c-format -msgid "you do not own table \"%s\"" -msgstr "" - -#: ../commands/creatinh.c:413 -#, c-format -msgid "CREATE TABLE: cache lookup failed for type %u" -msgstr "" - -#: ../commands/creatinh.c:428 -#, c-format -msgid "" -"CREATE TABLE: merging multiple inherited definitions of attribute \"%s\"" -msgstr "" - -#: ../commands/creatinh.c:433 -#, c-format -msgid "CREATE TABLE: inherited attribute \"%s\" type conflict (%s and %s)" -msgstr "" - -#: ../commands/creatinh.c:567 -#, c-format -msgid "CREATE TABLE: merging attribute \"%s\" with inherited definition" -msgstr "" - -#: ../commands/creatinh.c:572 -#, c-format -msgid "CREATE TABLE: attribute \"%s\" type conflict (%s and %s)" -msgstr "" - -#: ../commands/creatinh.c:606 -#, c-format -msgid "" -"CREATE TABLE: attribute \"%s\" inherits conflicting default values\n" -"\tTo resolve the conflict, specify a default explicitly" -msgstr "" - -#: ../commands/creatinh.c:843 -#, c-format -msgid "setRelhassubclassInRelation: cache lookup failed for relation %u" -msgstr "" - -#: ../commands/dbcommands.c:84 ../commands/dbcommands.c:317 -msgid "current user name is invalid" -msgstr "" - -#: ../commands/dbcommands.c:87 -msgid "CREATE DATABASE: permission denied" -msgstr "" - -#: ../commands/dbcommands.c:91 -msgid "CREATE DATABASE: may not be called in a transaction block" -msgstr "" - -#: ../commands/dbcommands.c:102 ../commands/dbcommands.c:233 -#, c-format -msgid "CREATE DATABASE: database \"%s\" already exists" -msgstr "" - -#: ../commands/dbcommands.c:114 -#, c-format -msgid "CREATE DATABASE: template \"%s\" does not exist" -msgstr "" - -#: ../commands/dbcommands.c:124 -#, c-format -msgid "CREATE DATABASE: permission to copy \"%s\" denied" -msgstr "" - -#: ../commands/dbcommands.c:143 -#, c-format -msgid "" -"CREATE DATABASE: source database \"%s\" is being accessed by other users" -msgstr "" - -#: ../commands/dbcommands.c:152 -msgid "CREATE DATABASE: invalid backend encoding" -msgstr "" - -#: ../commands/dbcommands.c:172 ../commands/dbcommands.c:174 -#: ../commands/dbcommands.c:176 -msgid "database path may not contain single quotes" -msgstr "" - -#: ../commands/dbcommands.c:199 -#, c-format -msgid "CREATE DATABASE: unable to create database directory '%s': %m" -msgstr "" - -#: ../commands/dbcommands.c:207 -#, c-format -msgid "CREATE DATABASE: could not link '%s' to '%s': %m" -msgstr "" - -#: ../commands/dbcommands.c:217 -msgid "CREATE DATABASE: could not initialize database directory" -msgstr "" - -#: ../commands/dbcommands.c:219 -msgid "" -"CREATE DATABASE: could not initialize database directory; delete failed as " -"well" -msgstr "" - -#: ../commands/dbcommands.c:311 -msgid "DROP DATABASE: cannot be executed on the currently open database" -msgstr "" - -#: ../commands/dbcommands.c:314 -msgid "DROP DATABASE: may not be called in a transaction block" -msgstr "" - -#: ../commands/dbcommands.c:332 -#, c-format -msgid "DROP DATABASE: database \"%s\" does not exist" -msgstr "" - -#: ../commands/dbcommands.c:335 -msgid "DROP DATABASE: permission denied" -msgstr "" - -#: ../commands/dbcommands.c:343 -msgid "DROP DATABASE: database is marked as a template" -msgstr "" - -#: ../commands/dbcommands.c:352 -#, c-format -msgid "DROP DATABASE: database \"%s\" is being accessed by other users" -msgstr "" - -#: ../commands/dbcommands.c:369 -#, c-format -msgid "" -"DROP DATABASE: Database \"%s\" doesn't exist despite earlier reports to the " -"contrary" -msgstr "" - -#: ../commands/dbcommands.c:532 -msgid "Relative paths are not allowed as database locations" -msgstr "" - -#: ../commands/dbcommands.c:534 -msgid "Absolute paths are not allowed as database locations" -msgstr "" - -#: ../commands/dbcommands.c:544 -#, c-format -msgid "Postmaster environment variable '%s' not set" -msgstr "" - -#: ../commands/dbcommands.c:546 -#, c-format -msgid "Postmaster environment variable '%s' must be absolute path" -msgstr "" - -#: ../commands/dbcommands.c:578 -#, c-format -msgid "could not remove '%s': %m" -msgstr "" - -#: ../commands/dbcommands.c:587 -#, c-format -msgid "database directory '%s' could not be removed" -msgstr "" - -#: ../commands/define.c:149 -msgid "untrusted function has been decommissioned." -msgstr "" - -#: ../commands/define.c:160 -#, c-format -msgid "Unrecognized function attribute '%s' ignored" -msgstr "" - -#: ../commands/define.c:202 -#, c-format -msgid "CREATE FUNCTION: only one AS item needed for %s language" -msgstr "" - -#: ../commands/define.c:261 -#, c-format -msgid "" -"Only users with Postgres superuser privilege are permitted to create a " -"function in the '%s' language.\n" -"\tOthers may use the 'sql' language or the created procedural languages." -msgstr "" - -#: ../commands/define.c:282 -#, c-format -msgid "" -"Unrecognized language specified in a CREATE FUNCTION: '%s'.\n" -"\tPre-installed languages are SQL, C, and internal.\n" -"\tAdditional languages may be installed using 'createlang'." -msgstr "" - -#: ../commands/define.c:292 -#, c-format -msgid "Language '%s' isn't defined as PL" -msgstr "" - -#: ../commands/define.c:299 -#, c-format -msgid "" -"Only users with Postgres superuser privilege are permitted to create a " -"function in the '%s' language." -msgstr "" - -#: ../commands/define.c:387 -msgid "setof type not implemented for leftarg" -msgstr "" - -#: ../commands/define.c:394 -msgid "setof type not implemented for rightarg" -msgstr "" - -#: ../commands/define.c:401 -msgid "CREATE OPERATOR: precedence not implemented" -msgstr "" - -#: ../commands/define.c:406 -msgid "CREATE OPERATOR: associativity not implemented" -msgstr "" - -#: ../commands/define.c:432 -#, c-format -msgid "DefineOperator: attribute \"%s\" not recognized" -msgstr "" - -#: ../commands/define.c:441 -msgid "Define: \"procedure\" unspecified" -msgstr "" - -#: ../commands/define.c:503 -#, c-format -msgid "DefineAggregate: attribute \"%s\" not recognized" -msgstr "" - -#: ../commands/define.c:511 -msgid "Define: \"basetype\" unspecified" -msgstr "" - -#: ../commands/define.c:513 -msgid "Define: \"stype\" unspecified" -msgstr "" - -#: ../commands/define.c:515 -msgid "Define: \"sfunc\" unspecified" -msgstr "" - -#: ../commands/define.c:556 -#, c-format -msgid "DefineType: type names must be %d characters or less" -msgstr "" - -#: ../commands/define.c:610 -#, c-format -msgid "DefineType: \"%s\" alignment not recognized" -msgstr "" - -#: ../commands/define.c:626 -#, c-format -msgid "DefineType: \"%s\" storage not recognized" -msgstr "" - -#: ../commands/define.c:631 -#, c-format -msgid "DefineType: attribute \"%s\" not recognized" -msgstr "" - -#: ../commands/define.c:640 -msgid "Define: \"input\" unspecified" -msgstr "" - -#: ../commands/define.c:642 -msgid "Define: \"output\" unspecified" -msgstr "" - -#: ../commands/define.c:697 ../commands/define.c:749 -#, c-format -msgid "Define: \"%s\" requires a parameter" -msgstr "" - -#: ../commands/define.c:720 ../commands/define.c:770 -#, c-format -msgid "Define: cannot interpret argument of \"%s\"" -msgstr "" - -#: ../commands/define.c:730 ../commands/define.c:739 -#, c-format -msgid "Define: \"%s\" requires a numeric value" -msgstr "" - -#: ../commands/define.c:756 -#, c-format -msgid "Define: \"%s\" requires an integral value" -msgstr "" - -#: ../commands/define.c:773 -#, c-format -msgid "Define: invalid argument for \"%s\"" -msgstr "" - -#: ../commands/explain.c:54 -#, c-format -msgid "(transaction aborted): %s" -msgstr "" - -#: ../commands/explain.c:62 -msgid "Utility statements have no plan structure" -msgstr "" - -#: ../commands/explain.c:72 -msgid "Query rewrites to nothing" -msgstr "" - -#: ../commands/explain.c:97 -msgid "" -"QUERY PLAN:\n" -"\n" -"NOTIFY\n" -msgstr "" - -#: ../commands/explain.c:99 -msgid "" -"QUERY PLAN:\n" -"\n" -"UTILITY\n" -msgstr "" - -#: ../commands/explain.c:155 -#, c-format -msgid "" -"QUERY DUMP:\n" -"\n" -"%s" -msgstr "" - -#: ../commands/explain.c:168 -#, c-format -msgid "" -"QUERY PLAN:\n" -"\n" -"%s" -msgstr "" - -#: ../commands/indexcmds.c:87 -msgid "DefineIndex: must specify at least one attribute" -msgstr "" - -#: ../commands/indexcmds.c:89 -#, c-format -msgid "Cannot use more than %d attributes in an index" -msgstr "" - -#: ../commands/indexcmds.c:96 -#, c-format -msgid "DefineIndex: relation \"%s\" not found" -msgstr "" - -#: ../commands/indexcmds.c:107 -#, c-format -msgid "DefineIndex: access method \"%s\" not found" -msgstr "" - -#: ../commands/indexcmds.c:113 -#, c-format -msgid "DefineIndex: access method \"%s\" does not support UNIQUE indexes" -msgstr "" - -#: ../commands/indexcmds.c:116 -#, c-format -msgid "DefineIndex: access method \"%s\" does not support multi-column indexes" -msgstr "" - -#: ../commands/indexcmds.c:135 -msgid "Existing indexes are inactive. REINDEX first" -msgstr "" - -#: ../commands/indexcmds.c:153 -msgid "Functional index can only have one attribute" -msgstr "" - -#: ../commands/indexcmds.c:157 -#, c-format -msgid "Index function can take at most %d arguments" -msgstr "" - -#: ../commands/indexcmds.c:212 -msgid "Partial-index predicates may refer only to the base relation" -msgstr "" - -#: ../commands/indexcmds.c:220 -msgid "Cannot use subselect in index predicate" -msgstr "" - -#: ../commands/indexcmds.c:222 -msgid "Cannot use aggregate in index predicate" -msgstr "" - -#: ../commands/indexcmds.c:229 -msgid "Cannot use non-cachable function in index predicate" -msgstr "" - -#: ../commands/indexcmds.c:270 ../commands/indexcmds.c:361 -#, c-format -msgid "DefineIndex: attribute \"%s\" not found" -msgstr "" - -#: ../commands/indexcmds.c:295 -msgid "" -"DefineIndex: functional index must use a real function, not a type coercion\n" -"\tTry specifying the index opclass you want to use, instead" -msgstr "" - -#: ../commands/indexcmds.c:302 -msgid "DefineIndex: cannot index on a function returning a set" -msgstr "" - -#: ../commands/indexcmds.c:319 -msgid "DefineIndex: index function must be marked iscachable" -msgstr "" - -#: ../commands/indexcmds.c:354 -msgid "missing attribute for define index" -msgstr "" - -#: ../commands/indexcmds.c:388 -#, c-format -msgid "" -"data type %s has no default operator class for access method \"%s\"\n" -"\tYou must specify an operator class for the index or define a\n" -"\tdefault operator class for the data type" -msgstr "" - -#: ../commands/indexcmds.c:404 -#, c-format -msgid "" -"DefineIndex: operator class \"%s\" not supported by access method \"%s\"" -msgstr "" - -#: ../commands/indexcmds.c:412 -#, c-format -msgid "operator class \"%s\" does not accept data type %s" -msgstr "" - -#: ../commands/indexcmds.c:476 -#, c-format -msgid "pg_opclass contains multiple default opclasses for data tyype %s" -msgstr "" - -#: ../commands/indexcmds.c:502 ../commands/indexcmds.c:539 -#, c-format -msgid "index \"%s\" does not exist" -msgstr "" - -#: ../commands/indexcmds.c:505 ../commands/indexcmds.c:542 -#: ../commands/indexcmds.c:581 -#, c-format -msgid "relation \"%s\" is of type \"%c\"" -msgstr "" - -#: ../commands/indexcmds.c:533 ../commands/indexcmds.c:572 -msgid "REINDEX cannot run inside a BEGIN/END block" -msgstr "" - -#: ../commands/indexcmds.c:548 -#, c-format -msgid "index \"%s\" wasn't reindexed" -msgstr "" - -#: ../commands/indexcmds.c:578 -#, c-format -msgid "table \"%s\" does not exist" -msgstr "" - -#: ../commands/indexcmds.c:585 -#, c-format -msgid "table \"%s\" wasn't reindexed" -msgstr "" - -#: ../commands/indexcmds.c:615 -msgid "REINDEX DATABASE: Can be executed only on the currently open database." -msgstr "" - -#: ../commands/indexcmds.c:618 -msgid "REINDEX DATABASE: Permission denied." -msgstr "" - -#: ../commands/indexcmds.c:626 -msgid "REINDEX DATABASE cannot run inside a BEGIN/END block" -msgstr "" - -#: ../commands/indexcmds.c:680 -#, c-format -msgid "relation %u was reindexed" -msgstr "" - -#: ../commands/proclang.c:72 -msgid "" -"Only users with Postgres superuser privilege are permitted to create " -"procedural languages" -msgstr "" - -#: ../commands/proclang.c:84 -#, c-format -msgid "Language %s already exists" -msgstr "" - -#: ../commands/proclang.c:97 -#, c-format -msgid "PL handler function %s() doesn't exist" -msgstr "" - -#: ../commands/proclang.c:100 -#, c-format -msgid "PL handler function %s() isn't of return type Opaque" -msgstr "" - -#: ../commands/proclang.c:157 -msgid "" -"Only users with Postgres superuser privilege are permitted to drop " -"procedural languages" -msgstr "" - -#: ../commands/proclang.c:172 -#, c-format -msgid "Language %s doesn't exist" -msgstr "" - -#: ../commands/proclang.c:175 -#, c-format -msgid "Language %s isn't a created procedural language" -msgstr "" - -#: ../commands/remove.c:59 ../commands/remove.c:66 -#, c-format -msgid "RemoveOperator: type '%s' does not exist" -msgstr "" - -#: ../commands/remove.c:87 -#, c-format -msgid "RemoveOperator: operator '%s': permission denied" -msgstr "" - -#: ../commands/remove.c:100 -#, c-format -msgid "" -"RemoveOperator: binary operator '%s' taking '%s' and '%s' does not exist" -msgstr "" - -#: ../commands/remove.c:107 -#, c-format -msgid "RemoveOperator: right unary operator '%s' taking '%s' does not exist" -msgstr "" - -#: ../commands/remove.c:113 -#, c-format -msgid "RemoveOperator: left unary operator '%s' taking '%s' does not exist" -msgstr "" - -#: ../commands/remove.c:245 -#, c-format -msgid "RemoveType: type '%s': permission denied" -msgstr "" - -#: ../commands/remove.c:254 ../commands/remove.c:269 -#, c-format -msgid "RemoveType: type '%s' does not exist" -msgstr "" - -#: ../commands/remove.c:316 -#, c-format -msgid "RemoveFunction: type '%s' not found" -msgstr "" - -#: ../commands/remove.c:322 -#, c-format -msgid "RemoveFunction: function '%s': permission denied" -msgstr "" - -#: ../commands/remove.c:340 -#, c-format -msgid "Removing built-in function \"%s\"" -msgstr "" - -#: ../commands/remove.c:374 -#, c-format -msgid "RemoveAggregate: type '%s' does not exist" -msgstr "" - -#: ../commands/remove.c:382 -#, c-format -msgid "RemoveAggregate: aggregate '%s' for all types: permission denied" -msgstr "" - -#: ../commands/remove.c:385 -#, c-format -msgid "RemoveAggregate: aggregate '%s' for type %s: permission denied" -msgstr "" - -#: ../commands/rename.c:91 -#, c-format -msgid "renameatt: class \"%s\" is a system catalog" -msgstr "" - -#: ../commands/rename.c:95 -#, c-format -msgid "renameatt: you do not own class \"%s\"" -msgstr "" - -#: ../commands/rename.c:139 -#, c-format -msgid "renameatt: can't find catalog entry for inheriting class with oid %u" -msgstr "" - -#: ../commands/rename.c:159 -#, c-format -msgid "renameatt: attribute \"%s\" does not exist" -msgstr "" - -#: ../commands/rename.c:162 -#, c-format -msgid "renameatt: system attribute \"%s\" not renamed" -msgstr "" - -#: ../commands/rename.c:169 -#, c-format -msgid "renameatt: attribute \"%s\" exists" -msgstr "" - -#: ../commands/rename.c:206 -#, c-format -msgid "renameatt: can't find index id %u" -msgstr "" - -#: ../commands/rename.c:281 -#, c-format -msgid "renamerel: system relation \"%s\" may not be renamed" -msgstr "" - -#: ../commands/rename.c:285 -#, c-format -msgid "" -"renamerel: Illegal class name: \"%s\" -- pg_ is reserved for system catalogs" -msgstr "" - -#: ../commands/rename.c:331 -#, c-format -msgid "renamerel: relation \"%s\" does not exist" -msgstr "" - -#: ../commands/rename.c:334 -#, c-format -msgid "renamerel: relation \"%s\" exists" -msgstr "" - -#: ../commands/sequence.c:189 -msgid "DefineSequence: ReadBuffer failed" -msgstr "" - -#: ../commands/sequence.c:268 -#, c-format -msgid "%s.nextval: you don't have permissions to set sequence %s" -msgstr "" - -#: ../commands/sequence.c:320 -#, c-format -msgid "%s.nextval: reached MAXVALUE (" -msgstr "" - -#: ../commands/sequence.c:320 ../commands/sequence.c:336 -#: ../commands/sequence.c:461 ../commands/sequence.c:785 -#: ../commands/sequence.c:799 ../commands/sequence.c:802 -msgid ")" -msgstr "" - -#: ../commands/sequence.c:336 -#, c-format -msgid "%s.nextval: reached MINVALUE (" -msgstr "" - -#: ../commands/sequence.c:400 -#, c-format -msgid "%s.nextval: WriteBuffer failed" -msgstr "" - -#: ../commands/sequence.c:414 -#, c-format -msgid "%s.currval: you don't have permissions to read sequence %s" -msgstr "" - -#: ../commands/sequence.c:421 -#, c-format -msgid "%s.currval is not yet defined in this session" -msgstr "" - -#: ../commands/sequence.c:452 -#, c-format -msgid "%s.setval: you don't have permissions to set sequence %s" -msgstr "" - -#: ../commands/sequence.c:461 -#, c-format -msgid "%s.setval: value " -msgstr "" - -#: ../commands/sequence.c:461 -msgid " is out of bounds (" -msgstr "" - -#: ../commands/sequence.c:461 -msgid "," -msgstr "" - -#: ../commands/sequence.c:505 -#, c-format -msgid "%s.setval: WriteBuffer failed" -msgstr "" - -#: ../commands/sequence.c:607 -#, c-format -msgid "%s.%s: invalid number of blocks in sequence" -msgstr "" - -#: ../commands/sequence.c:612 -#, c-format -msgid "%s.%s: ReadBuffer failed" -msgstr "" - -#: ../commands/sequence.c:620 -#, c-format -msgid "%s.%s: bad magic (%08X)" -msgstr "" - -#: ../commands/sequence.c:657 -#, c-format -msgid "%s.%s: %s is not a sequence" -msgstr "" - -#: ../commands/sequence.c:668 -#, c-format -msgid "%s.%s: sequence was re-created" -msgstr "" - -#: ../commands/sequence.c:682 ../commands/sequence.c:685 -msgid "Memory exhausted in init_sequence" -msgstr "" - -#: ../commands/sequence.c:751 -msgid "DefineSequence: CYCLE ??" -msgstr "" - -#: ../commands/sequence.c:755 -#, c-format -msgid "DefineSequence: option \"%s\" not recognized" -msgstr "" - -#: ../commands/sequence.c:762 -msgid "DefineSequence: can't INCREMENT by 0" -msgstr "" - -#: ../commands/sequence.c:785 -msgid "DefineSequence: MINVALUE (" -msgstr "" - -#: ../commands/sequence.c:785 -msgid ") can't be >= MAXVALUE (" -msgstr "" - -#: ../commands/sequence.c:799 ../commands/sequence.c:802 -msgid "DefineSequence: START value (" -msgstr "" - -#: ../commands/sequence.c:799 -msgid ") can't be < MINVALUE (" -msgstr "" - -#: ../commands/sequence.c:802 -msgid ") can't be > MAXVALUE (" -msgstr "" - -#: ../commands/sequence.c:808 -msgid "DefineSequence: CACHE (" -msgstr "" - -#: ../commands/sequence.c:808 -msgid ") can't be <= 0" -msgstr "" - -#: ../commands/sequence.c:817 -#, c-format -msgid "DefineSequence: \"%s\" value unspecified" -msgstr "" - -#: ../commands/sequence.c:831 -#, c-format -msgid "DefineSequence: \"%s\" value must be integer" -msgstr "" - -#: ../commands/sequence.c:848 -#, c-format -msgid "seq_redo: unknown op code %u" -msgstr "" - -#: ../commands/sequence.c:856 -#, c-format -msgid "seq_redo: can't read block of %u/%u" -msgstr "" - -#: ../commands/sequence.c:870 -msgid "seq_redo: failed to add item to page" -msgstr "" - -#: ../commands/trigger.c:75 -#, c-format -msgid "CreateTrigger: can't create trigger for system relation %s" -msgstr "" - -#: ../commands/trigger.c:114 -msgid "CreateTrigger: STATEMENT triggers are unimplemented, yet" -msgstr "" - -#: ../commands/trigger.c:122 -msgid "CreateTrigger: double INSERT event specified" -msgstr "" - -#: ../commands/trigger.c:127 -msgid "CreateTrigger: double DELETE event specified" -msgstr "" - -#: ../commands/trigger.c:132 -msgid "CreateTrigger: double UPDATE event specified" -msgstr "" - -#: ../commands/trigger.c:136 -msgid "CreateTrigger: unknown event specified" -msgstr "" - -#: ../commands/trigger.c:156 -#, c-format -msgid "CreateTrigger: trigger %s already defined on relation %s" -msgstr "" - -#: ../commands/trigger.c:172 -#, c-format -msgid "CreateTrigger: function %s() does not exist" -msgstr "" - -#: ../commands/trigger.c:175 -#, c-format -msgid "CreateTrigger: function %s() must return OPAQUE" -msgstr "" - -#: ../commands/trigger.c:189 -#, c-format -msgid "CreateTrigger: cache lookup for language %u failed" -msgstr "" - -#: ../commands/trigger.c:192 -msgid "CreateTrigger: only internal, C and PL functions are supported" -msgstr "" - -#: ../commands/trigger.c:284 -#, c-format -msgid "CreateTrigger: relation %s not found in pg_class" -msgstr "" - -#: ../commands/trigger.c:350 -#, c-format -msgid "DropTrigger: there is no trigger %s on relation %s" -msgstr "" - -#: ../commands/trigger.c:353 -#, c-format -msgid "DropTrigger: found (and deleted) %d triggers %s on relation %s" -msgstr "" - -#: ../commands/trigger.c:368 -#, c-format -msgid "DropTrigger: relation %s not found in pg_class" -msgstr "" - -#: ../commands/trigger.c:439 -#, c-format -msgid "RelationRemoveTriggers: relation %u not found in pg_class" -msgstr "" - -#: ../commands/trigger.c:475 -#, c-format -msgid "" -"DROP TABLE implicitly drops referential integrity trigger from table \"%s\"" -msgstr "" - -#: ../commands/trigger.c:566 -#, c-format -msgid "RelationBuildTriggers: unexpected record found for rel %s" -msgstr "" - -#: ../commands/trigger.c:601 -#, c-format -msgid "RelationBuildTriggers: tgargs IS NULL for rel %s" -msgstr "" - -#: ../commands/trigger.c:623 -#, c-format -msgid "RelationBuildTriggers: %d record(s) not found for rel %s" -msgstr "" - -#: ../commands/trigger.c:882 -#, c-format -msgid "ExecCallTriggerFunc: function %u returned NULL" -msgstr "" - -#: ../commands/trigger.c:1119 ../executor/execMain.c:1062 -#: ../executor/execMain.c:1333 ../executor/execMain.c:1465 -msgid "Can't serialize access due to concurrent update" -msgstr "" - -#: ../commands/trigger.c:1142 ../executor/execMain.c:1083 -#, c-format -msgid "Unknown status %u from heap_mark4update" -msgstr "" - -#: ../commands/trigger.c:1154 -msgid "GetTupleForTrigger: failed ReadBuffer" -msgstr "" - -#: ../commands/trigger.c:1345 -msgid "DeferredTriggerExecute: failed to fetch old tuple" -msgstr "" - -#: ../commands/trigger.c:1353 -msgid "DeferredTriggerExecute: failed to fetch new tuple" -msgstr "" - -#: ../commands/trigger.c:1374 -#, c-format -msgid "DeferredTriggerExecute: can't find trigger %u" -msgstr "" - -#: ../commands/trigger.c:1619 -msgid "DeferredTriggerBeginXact() called while inside transaction" -msgstr "" - -#: ../commands/trigger.c:1827 -msgid "unnamed constraints cannot be set explicitly" -msgstr "" - -#: ../commands/trigger.c:1878 -#, c-format -msgid "Constraint '%s' is not deferrable" -msgstr "" - -#: ../commands/trigger.c:1893 -#, c-format -msgid "Constraint '%s' does not exist" -msgstr "" - -#: ../commands/trigger.c:2008 -msgid "DeferredTriggerSaveEvent() called outside of transaction" -msgstr "" - -#: ../commands/user.c:81 -#, c-format -msgid "write_password_file: unable to write %s: %m" -msgstr "" - -#: ../commands/user.c:130 -#, c-format -msgid "Invalid user name '%s'" -msgstr "" - -#: ../commands/user.c:133 -#, c-format -msgid "Invalid user password '%s'" -msgstr "" - -#: ../commands/user.c:168 -#, c-format -msgid "%s: %m" -msgstr "" - -#: ../commands/user.c:176 -#, c-format -msgid "rename %s to %s: %m" -msgstr "" - -#: ../commands/user.c:252 ../commands/user.c:262 ../commands/user.c:268 -#: ../commands/user.c:274 ../commands/user.c:280 ../commands/user.c:286 -msgid "CREATE USER: conflicting options" -msgstr "" - -#: ../commands/user.c:290 -#, c-format -msgid "CREATE USER: option \"%s\" not recognized" -msgstr "" - -#: ../commands/user.c:302 -msgid "user id must be positive" -msgstr "" - -#: ../commands/user.c:317 -msgid "CREATE USER: permission denied" -msgstr "" - -#: ../commands/user.c:356 -#, c-format -msgid "CREATE USER: user name \"%s\" already exists" -msgstr "" - -#: ../commands/user.c:359 -#, c-format -msgid "CREATE USER: sysid %d is already assigned" -msgstr "" - -#: ../commands/user.c:389 ../commands/user.c:627 -msgid "CREATE USER: password encryption failed" -msgstr "" - -#: ../commands/user.c:494 ../commands/user.c:504 ../commands/user.c:510 -#: ../commands/user.c:516 -msgid "ALTER USER: conflicting options" -msgstr "" - -#: ../commands/user.c:520 -#, c-format -msgid "ALTER USER: option \"%s\" not recognized" -msgstr "" - -#: ../commands/user.c:543 -msgid "ALTER USER: permission denied" -msgstr "" - -#: ../commands/user.c:547 -msgid "ALTER USER: password changes cannot be rolled back" -msgstr "" - -#: ../commands/user.c:561 -#, c-format -msgid "ALTER USER: user \"%s\" does not exist" -msgstr "" - -#: ../commands/user.c:698 -msgid "DROP USER: permission denied" -msgstr "" - -#: ../commands/user.c:701 -msgid "DROP USER cannot be rolled back completely" -msgstr "" - -#: ../commands/user.c:728 -#, c-format -msgid "DROP USER: user \"%s\" does not exist%s" -msgstr "" - -#: ../commands/user.c:734 -msgid "current user cannot be dropped" -msgstr "" - -#: ../commands/user.c:736 -msgid "session user cannot be dropped" -msgstr "" - -#: ../commands/user.c:763 -#, c-format -msgid "DROP USER: user \"%s\" owns database \"%s\", cannot be removed%s" -msgstr "" - -#: ../commands/user.c:843 -#, c-format -msgid "CheckPgUserAclNotNull: \"%s\" not found" -msgstr "" - -#: ../commands/user.c:848 -#, c-format -msgid "" -"To use passwords, you have to revoke permissions on %s so normal users " -"cannot read the passwords. Try 'REVOKE ALL ON \"%s\" FROM PUBLIC'." -msgstr "" - -#: ../commands/user.c:890 ../commands/user.c:896 -msgid "CREATE GROUP: conflicting options" -msgstr "" - -#: ../commands/user.c:900 -#, c-format -msgid "CREATE GROUP: option \"%s\" not recognized" -msgstr "" - -#: ../commands/user.c:908 -msgid "group id must be positive" -msgstr "" - -#: ../commands/user.c:919 -msgid "CREATE GROUP: permission denied" -msgstr "" - -#: ../commands/user.c:952 -#, c-format -msgid "CREATE GROUP: group name \"%s\" already exists" -msgstr "" - -#: ../commands/user.c:955 -#, c-format -msgid "CREATE GROUP: group sysid %d is already assigned" -msgstr "" - -#: ../commands/user.c:1045 -#, c-format -msgid "%s: permission denied" -msgstr "" - -#: ../commands/user.c:1057 -#, c-format -msgid "%s: group \"%s\" does not exist" -msgstr "" - -#: ../commands/user.c:1121 -#, c-format -msgid "AlterGroup: unknown tag %s" -msgstr "" - -#: ../commands/user.c:1133 -#, c-format -msgid "%s: user \"%s\" is already in group \"%s\"" -msgstr "" - -#: ../commands/user.c:1185 -#, c-format -msgid "ALTER GROUP: group \"%s\" does not have any members" -msgstr "" - -#: ../commands/user.c:1238 -#, c-format -msgid "ALTER GROUP: user \"%s\" is not in group \"%s\"" -msgstr "" - -#: ../commands/user.c:1304 -msgid "DROP GROUP: permission denied" -msgstr "" - -#: ../commands/user.c:1333 -#, c-format -msgid "DROP GROUP: group \"%s\" does not exist" -msgstr "" - -#: ../commands/vacuum.c:187 -#, c-format -msgid "%s cannot run inside a BEGIN/END block" -msgstr "" - -#: ../commands/vacuum.c:403 -#, c-format -msgid "%s: can not process indexes, views or special system tables" -msgstr "" - -#: ../commands/vacuum.c:427 -#, c-format -msgid "%s: table not found" -msgstr "" - -#: ../commands/vacuum.c:471 -msgid "" -"oldest Xmin is far in the past --- close open transactions soon to avoid " -"wraparound problems" -msgstr "" - -#: ../commands/vacuum.c:517 -#, c-format -msgid "pg_class entry for relid %u vanished during vacuuming" -msgstr "" - -#: ../commands/vacuum.c:584 ../utils/misc/superuser.c:73 -#, c-format -msgid "database %u does not exist" -msgstr "" - -#: ../commands/vacuum.c:655 -#, c-format -msgid "" -"Some databases have not been vacuumed in %d transactions.\n" -"\tBetter vacuum them within %d transactions,\n" -"\tor you may have a wraparound failure." -msgstr "" - -#: ../commands/vacuum.c:735 -#, c-format -msgid "Skipping \"%s\" --- only table or database owner can VACUUM it" -msgstr "" - -#: ../commands/vacuum.c:907 -#, c-format -msgid "VACUUM (full_vacuum_rel): FlushRelationBuffers returned %d" -msgstr "" - -#: ../commands/vacuum.c:974 ../commands/vacuumlazy.c:211 -#, c-format -msgid "--Relation %s--" -msgstr "" - -#: ../commands/vacuum.c:1004 ../commands/vacuumlazy.c:265 -#, c-format -msgid "Rel %s: Uninitialized page %u - fixing" -msgstr "" - -#: ../commands/vacuum.c:1118 -#, c-format -msgid "" -"Rel %s: TID %u/%u: InsertTransactionInProgress %u - can't shrink relation" -msgstr "" - -#: ../commands/vacuum.c:1128 -#, c-format -msgid "" -"Rel %s: TID %u/%u: DeleteTransactionInProgress %u - can't shrink relation" -msgstr "" - -#: ../commands/vacuum.c:1146 ../commands/vacuumlazy.c:369 -#, c-format -msgid "Rel %s: TID %u/%u: OID IS INVALID. TUPGONE %d." -msgstr "" - -#: ../commands/vacuum.c:1283 -#, c-format -msgid "" -"Pages %u: Changed %u, reaped %u, Empty %u, New %u; Tup %.0f: Vac %.0f, Keep/" -"VTL %.0f/%u, UnUsed %.0f, MinLen %lu, MaxLen %lu; Re-using: Free/Avail. " -"Space %.0f/%.0f; EndEmpty/Avail. Pages %u/%u.\n" -"\t%s" -msgstr "" - -#: ../commands/vacuum.c:1504 -msgid "Invalid XID in t_cmin" -msgstr "" - -#: ../commands/vacuum.c:1506 -msgid "HEAP_MOVED_IN was not expected" -msgstr "" - -#: ../commands/vacuum.c:1539 -msgid "HEAP_MOVED_OFF was expected" -msgstr "" - -#: ../commands/vacuum.c:1569 -msgid "No one parent tuple was found" -msgstr "" - -#: ../commands/vacuum.c:1607 -msgid "" -"Child itemid in update-chain marked as unused - can't continue repair_frag" -msgstr "" - -#: ../commands/vacuum.c:1686 -msgid "Parent tuple was not found" -msgstr "" - -#: ../commands/vacuum.c:1694 -msgid "Parent itemid marked as unused" -msgstr "" - -#: ../commands/vacuum.c:1726 -msgid "Too old parent tuple found - can't continue repair_frag" -msgstr "" - -#: ../commands/vacuum.c:1855 -#, c-format -msgid "moving chain: failed to add item with len = %lu to page %u" -msgstr "" - -#: ../commands/vacuum.c:1978 -#, c-format -msgid "" -"failed to add item with len = %lu to page %u (free space %lu, nusd %u, noff %" -"u)" -msgstr "" - -#: ../commands/vacuum.c:2046 -msgid "Invalid XID in t_cmin (4)" -msgstr "" - -#: ../commands/vacuum.c:2048 -msgid "HEAP_MOVED_IN was not expected (2)" -msgstr "" - -#: ../commands/vacuum.c:2182 -msgid "Invalid XID in t_cmin (2)" -msgstr "" - -#: ../commands/vacuum.c:2191 -msgid "HEAP_MOVED_OFF/HEAP_MOVED_IN was expected" -msgstr "" - -#: ../commands/vacuum.c:2201 -#, c-format -msgid "" -"Rel %s: Pages: %u --> %u; Tuple(s) moved: %u.\n" -"\t%s" -msgstr "" - -#: ../commands/vacuum.c:2261 -msgid "Invalid XID in t_cmin (3)" -msgstr "" - -#: ../commands/vacuum.c:2268 -msgid "HEAP_MOVED_OFF was expected (2)" -msgstr "" - -#: ../commands/vacuum.c:2303 -#, c-format -msgid "VACUUM (repair_frag): FlushRelationBuffers returned %d" -msgstr "" - -#: ../commands/vacuum.c:2366 -#, c-format -msgid "VACUUM (vacuum_heap): FlushRelationBuffers returned %d" -msgstr "" - -#: ../commands/vacuum.c:2372 -#, c-format -msgid "Rel %s: Pages: %u --> %u." -msgstr "" - -#: ../commands/vacuum.c:2446 ../commands/vacuumlazy.c:588 -#, c-format -msgid "" -"Index %s: Pages %u; Tuples %.0f.\n" -"\t%s" -msgstr "" - -#: ../commands/vacuum.c:2459 ../commands/vacuum.c:2513 -#, c-format -msgid "" -"Index %s: NUMBER OF INDEX' TUPLES (%.0f) IS NOT THE SAME AS HEAP' (%.0f).\n" -"\tRecreate the index." -msgstr "" - -#: ../commands/vacuum.c:2500 ../commands/vacuumlazy.c:635 -#, c-format -msgid "" -"Index %s: Pages %u; Tuples %.0f: Deleted %.0f.\n" -"\t%s" -msgstr "" - -#: ../commands/vacuum.c:2828 -#, c-format -msgid "vac_is_partial_index: index %u not found" -msgstr "" - -#: ../commands/vacuumlazy.c:431 -#, c-format -msgid "" -"Pages %u: Changed %u, Empty %u; Tup %.0f: Vac %.0f, Keep %.0f, UnUsed %.0f.\n" -"\tTotal %s" -msgstr "" - -#: ../commands/vacuumlazy.c:480 -#, c-format -msgid "" -"Removed %d tuples in %d pages.\n" -"\t%s" -msgstr "" - -#: ../commands/vacuumlazy.c:710 -#, c-format -msgid "VACUUM (lazy_truncate_heap): FlushRelationBuffers returned %d" -msgstr "" - -#: ../commands/vacuumlazy.c:745 -#, c-format -msgid "" -"Truncated %u --> %u pages.\n" -"\t%s" -msgstr "" - -#: ../commands/variable.c:113 -#, c-format -msgid "Syntax error near \"%s\": empty setting" -msgstr "" - -#: ../commands/variable.c:140 ../commands/variable.c:174 -#, c-format -msgid "Syntax error near \"%s\"" -msgstr "" - -#: ../commands/variable.c:150 -#, c-format -msgid "Syntax error near \"=%s\"" -msgstr "" - -#: ../commands/variable.c:249 -#, c-format -msgid "Bad value for date style (%s)" -msgstr "" - -#: ../commands/variable.c:253 -msgid "Conflicting settings for date" -msgstr "" - -#: ../commands/variable.c:402 -msgid "SET TIME ZONE illegal INTERVAL; month not allowed" -msgstr "" - -#: ../commands/variable.c:426 -msgid "Unable to process SET TIME ZONE command; internal coding error" -msgstr "" - -#: ../commands/variable.c:455 ../commands/variable.c:519 -#, c-format -msgid "Unable to set TZ environment variable to %s" -msgstr "" - -#: ../commands/variable.c:485 -#, c-format -msgid "Time zone is '%s'" -msgstr "" - -#: ../commands/variable.c:487 -msgid "Time zone is unset" -msgstr "" - -#: ../commands/variable.c:531 -msgid "Unable to clear TZ environment variable" -msgstr "" - -#: ../commands/variable.c:560 ../commands/variable.c:591 -msgid "SET TRANSACTION ISOLATION LEVEL must be called before any query" -msgstr "" - -#: ../commands/variable.c:569 -#, c-format -msgid "invalid transaction isolation level: %s" -msgstr "" - -#: ../commands/variable.c:579 -msgid "TRANSACTION ISOLATION LEVEL is SERIALIZABLE" -msgstr "" - -#: ../commands/variable.c:581 -msgid "TRANSACTION ISOLATION LEVEL is READ COMMITTED" -msgstr "" - -#: ../commands/variable.c:626 -msgid "Seed for random number generator is unavailable" -msgstr "" - -#: ../commands/variable.c:670 -#, c-format -msgid "Client encoding '%s' is not supported" -msgstr "" - -#: ../commands/variable.c:672 -msgid "No client encoding is specified" -msgstr "" - -#: ../commands/variable.c:678 -#, c-format -msgid "Conversion between %s and %s is not supported" -msgstr "" - -#: ../commands/variable.c:685 -#, c-format -msgid "Client encoding %s is not supported" -msgstr "" - -#: ../commands/variable.c:693 -#, c-format -msgid "Current client encoding is '%s'" -msgstr "" - -#: ../commands/variable.c:730 -msgid "SET SERVER_ENCODING is not supported" -msgstr "" - -#: ../commands/variable.c:737 -#, c-format -msgid "Current server encoding is '%s'" -msgstr "" - -#: ../commands/variable.c:744 -msgid "RESET SERVER_ENCODING is not supported" -msgstr "" - -#: ../commands/variable.c:817 ../utils/misc/guc.c:1228 -#, c-format -msgid "%s is %s" -msgstr "" - -#: ../commands/view.c:80 -msgid "attempted to define virtual relation with no attrs" -msgstr "" - -#: ../executor/_deadcode/nodeTee.c:325 -msgid "A Tee node can only be executed from its left or right parent\n" -msgstr "" - -#: ../executor/execAmi.c:161 -msgid "ExecBeginScan: scanDesc = NULL, heap_beginscan failed." -msgstr "" - -#: ../executor/execAmi.c:198 -msgid "ExecCloseR: not a scan node!" -msgstr "" - -#: ../executor/execAmi.c:365 -#, c-format -msgid "ExecReScan: node type %d not supported" -msgstr "" - -#: ../executor/execAmi.c:434 -#, c-format -msgid "ExecMarkPos: node type %d not supported" -msgstr "" - -#: ../executor/execAmi.c:471 -#, c-format -msgid "ExecRestrPos: node type %d not supported" -msgstr "" - -#: ../executor/execMain.c:242 -#, c-format -msgid "ExecutorRun: Unknown feature %d" -msgstr "" - -#: ../executor/execMain.c:448 -#, c-format -msgid "ExecCheckRTEPerms: bogus operation %d" -msgstr "" - -#: ../executor/execMain.c:805 -#, c-format -msgid "You can't change sequence relation %s" -msgstr "" - -#: ../executor/execMain.c:809 -#, c-format -msgid "You can't change toast relation %s" -msgstr "" - -#: ../executor/execMain.c:813 -#, c-format -msgid "You can't change view relation %s" -msgstr "" - -#: ../executor/execMain.c:1014 -msgid "ExecutePlan: NO (junk) `ctid' was found!" -msgstr "" - -#: ../executor/execMain.c:1018 -msgid "ExecutePlan: (junk) `ctid' is NULL!" -msgstr "" - -#: ../executor/execMain.c:1043 -#, c-format -msgid "ExecutePlan: NO (junk) `%s' was found!" -msgstr "" - -#: ../executor/execMain.c:1048 -#, c-format -msgid "ExecutePlan: (junk) `%s' is NULL!" -msgstr "" - -#: ../executor/execMain.c:1134 -msgid "ExecutePlan: unknown operation in queryDesc" -msgstr "" - -#: ../executor/execMain.c:1398 -msgid "ExecReplace: replace can't run without transactions" -msgstr "" - -#: ../executor/execMain.c:1595 -#, c-format -msgid "%s: Fail to add null value in not null attribute %s" -msgstr "" - -#: ../executor/execMain.c:1605 -#, c-format -msgid "%s: rejected due to CHECK constraint %s" -msgstr "" - -#: ../executor/execMain.c:1649 -#, c-format -msgid "EvalPlanQual: can't find RTE %d" -msgstr "" - -#: ../executor/execMain.c:1668 -msgid "EvalPlanQual: t_xmin is uncommitted ?!" -msgstr "" - -#: ../executor/execProcnode.c:222 -#, c-format -msgid "ExecInitNode: node type %d unsupported" -msgstr "" - -#: ../executor/execProcnode.c:351 -#, c-format -msgid "ExecProcNode: node type %d unsupported" -msgstr "" - -#: ../executor/execProcnode.c:435 -#, c-format -msgid "ExecCountSlotsNode: node type %d unsupported" -msgstr "" - -#: ../executor/execProcnode.c:557 -#, c-format -msgid "ExecEndNode: node type %d unsupported" -msgstr "" - -#: ../executor/execProcnode.c:728 -#, c-format -msgid "ExecGetTupType: node type %d unsupported" -msgstr "" - -#: ../executor/execQual.c:143 ../executor/execQual.c:165 -#, c-format -msgid "ExecEvalArrayRef: can only handle %d dimensions" -msgstr "" - -#: ../executor/execQual.c:187 -msgid "ExecEvalArrayRef: upper and lower indices mismatch" -msgstr "" - -#: ../executor/execQual.c:265 -msgid "ExecEvalAggref: no aggregates in this expression context" -msgstr "" - -#: ../executor/execQual.c:467 -msgid "ExecEvalParam: new/old params with same id & diff names" -msgstr "" - -#: ../executor/execQual.c:476 -#, c-format -msgid "ExecEvalParam: invalid paramkind %d" -msgstr "" - -#: ../executor/execQual.c:490 -#, c-format -msgid "ExecEvalParam: Unknown value for parameter %s" -msgstr "" - -#: ../executor/execQual.c:524 -msgid "GetAttributeByNum: Invalid attribute number" -msgstr "" - -#: ../executor/execQual.c:527 -msgid "GetAttributeByNum: cannot access system attributes here" -msgstr "" - -#: ../executor/execQual.c:530 -msgid "GetAttributeByNum: a NULL isNull flag was passed" -msgstr "" - -#: ../executor/execQual.c:558 -msgid "GetAttributeByName: Invalid attribute name" -msgstr "" - -#: ../executor/execQual.c:561 -msgid "GetAttributeByName: a NULL isNull flag was passed" -msgstr "" - -#: ../executor/execQual.c:583 -#, c-format -msgid "GetAttributeByName: attribute %s not found" -msgstr "" - -#: ../executor/execQual.c:628 -msgid "Functions and operators can take only one set argument" -msgstr "" - -#: ../executor/execQual.c:681 ../executor/execQual.c:716 -#: ../executor/execQual.c:1707 ../executor/functions.c:546 -#: ../executor/functions.c:572 ../utils/adt/sets.c:203 -msgid "Set-valued function called in context that cannot accept a set" -msgstr "" - -#: ../executor/execQual.c:1146 -#, c-format -msgid "ExecEvalNullTest: unexpected nulltesttype %d" -msgstr "" - -#: ../executor/execQual.c:1226 -#, c-format -msgid "ExecEvalBooleanTest: unexpected booltesttype %d" -msgstr "" - -#: ../executor/execQual.c:1382 ../executor/execQual.c:1421 -#, c-format -msgid "ExecEvalExpr: unknown expression type %d" -msgstr "" - -#: ../executor/execQual.c:1767 -msgid "ExecTargetList: fjoin nodes not currently supported" -msgstr "" - -#: ../executor/execTuples.c:258 -msgid "" -"Plan requires more slots than are available\n" -"\tsend mail to your local executor guru to fix this" -msgstr "" - -#: ../executor/execUtils.c:534 -#, c-format -msgid "ExecOpenIndices: index %u not found" -msgstr "" - -#: ../executor/functions.c:172 -#, c-format -msgid "init_sql_fcache: Cache lookup failed for procedure %u" -msgstr "" - -#: ../executor/functions.c:184 -#, c-format -msgid "init_sql_fcache: Cache lookup failed for type %u" -msgstr "" - -#: ../executor/functions.c:241 -#, c-format -msgid "init_sql_fcache: null prosrc for procedure %u" -msgstr "" - -#: ../executor/instrument.c:40 -msgid "InstrStartTimer called twice in a row" -msgstr "" - -#: ../executor/instrument.c:56 -msgid "InstrStopNode without start" -msgstr "" - -#: ../executor/nodeAgg.c:760 -msgid "ExecInitAgg: could not find any aggregate functions" -msgstr "" - -#: ../executor/nodeAgg.c:858 -#, c-format -msgid "ExecAgg: cache lookup failed for aggregate %s(%s)" -msgstr "" - -#: ../executor/nodeAgg.c:901 -#, c-format -msgid "Aggregate %s needs to have compatible input type and transition type" -msgstr "" - -#: ../executor/nodeAgg.c:923 ../executor/nodeGroup.c:495 -#, c-format -msgid "Unable to identify an equality operator for type '%s'" -msgstr "" - -#: ../executor/nodeAppend.c:293 -msgid "ExecAppend: subnode is NULL" -msgstr "" - -#: ../executor/nodeHash.c:66 -msgid "ExecHash: hash table is NULL." -msgstr "" - -#: ../executor/nodeHash.c:312 ../executor/nodeHash.c:491 -#: ../executor/nodeHash.c:725 -msgid "Insufficient memory for hash table." -msgstr "" - -#: ../executor/nodeHashjoin.c:358 -#, c-format -msgid "ExecInitHashJoin: unsupported join type %d" -msgstr "" - -#: ../executor/nodeHashjoin.c:530 ../executor/nodeHashjoin.c:538 -msgid "Read from hashjoin temp file failed" -msgstr "" - -#: ../executor/nodeHashjoin.c:594 ../executor/nodeHashjoin.c:599 -msgid "Failed to rewind hash temp file" -msgstr "" - -#: ../executor/nodeHashjoin.c:670 ../executor/nodeHashjoin.c:673 -msgid "Write to hashjoin temp file failed" -msgstr "" - -#: ../executor/nodeIndexscan.c:726 -msgid "ExecInitIndexScan: indxqual not an opclause!" -msgstr "" - -#: ../executor/nodeIndexscan.c:852 ../executor/nodeIndexscan.c:915 -#, c-format -msgid "ExecInitIndexScan: %s" -msgstr "" - -#: ../executor/nodeIndexscan.c:1002 -#, c-format -msgid "indexes of the relation %u was inactivated" -msgstr "" - -#: ../executor/nodeMergejoin.c:137 -msgid "MJFormSkipQual: op not an Oper!" -msgstr "" - -#: ../executor/nodeMergejoin.c:151 -#, c-format -msgid "MJFormSkipQual: operator %u not found" -msgstr "" - -#: ../executor/nodeMergejoin.c:168 -#, c-format -msgid "MJFormSkipQual: mergejoin operator %u has no matching %s op" -msgstr "" - -#: ../executor/nodeMergejoin.c:430 -#, c-format -msgid "ExecMergeJoin: unsupported join type %d" -msgstr "" - -#: ../executor/nodeMergejoin.c:1414 -#, c-format -msgid "ExecMergeJoin: invalid join state %d, aborting" -msgstr "" - -#: ../executor/nodeMergejoin.c:1494 -msgid "RIGHT JOIN is only supported with mergejoinable join conditions" -msgstr "" - -#: ../executor/nodeMergejoin.c:1509 ../optimizer/path/joinpath.c:939 -msgid "FULL JOIN is only supported with mergejoinable join conditions" -msgstr "" - -#: ../executor/nodeMergejoin.c:1512 -#, c-format -msgid "ExecInitMergeJoin: unsupported join type %d" -msgstr "" - -#: ../executor/nodeNestloop.c:318 -#, c-format -msgid "ExecInitNestLoop: unsupported join type %d" -msgstr "" - -#: ../executor/nodeSetOp.c:174 -#, c-format -msgid "ExecSetOp: bogus command code %d" -msgstr "" - -#: ../executor/nodeSort.c:52 -msgid "ExtractSortKeys: keycount <= 0" -msgstr "" - -#: ../executor/nodeSubplan.c:53 -msgid "ExecSubPlan: can't set parent params from subquery" -msgstr "" - -#: ../executor/nodeSubplan.c:120 ../executor/nodeSubplan.c:142 -#: ../executor/nodeSubplan.c:385 -msgid "More than one tuple returned by a subselect used as an expression." -msgstr "" - -#: ../executor/nodeSubplan.c:180 -msgid "ExecSubPlan: failed to find placeholder for subplan result" -msgstr "" - -#: ../executor/nodeSubplan.c:358 -msgid "ExecSetParamPlan: ANY/ALL subselect unsupported" -msgstr "" - -#: ../executor/nodeSubplan.c:468 -msgid "ExecReScanSetParamPlan: direct correlated subquery unsupported, yet" -msgstr "" - -#: ../executor/nodeSubplan.c:470 -msgid "ExecReScanSetParamPlan: setParam list is NULL" -msgstr "" - -#: ../executor/nodeSubplan.c:472 -msgid "ExecReScanSetParamPlan: extParam list of plan is NULL" -msgstr "" - -#: ../executor/spi.c:69 -msgid "SPI_connect: no connection(s) expected" -msgstr "" - -#: ../executor/spi.c:75 -msgid "SPI_connect: some connection(s) expected" -msgstr "" - -#: ../executor/spi.c:81 -msgid "Memory exhausted in SPI_connect" -msgstr "" - -#: ../executor/spi.c:154 -msgid "Memory exhausted in SPI_finish" -msgstr "" - -#: ../executor/spi.c:320 ../executor/spi.c:347 ../executor/spi.c:376 -#: ../executor/spi.c:415 ../executor/spi.c:655 ../executor/spi.c:1300 -msgid "SPI: stack corrupted" -msgstr "" - -#: ../executor/spi.c:722 -msgid "cannot open multi-query plan as cursor" -msgstr "" - -#: ../executor/spi.c:727 -msgid "plan in SPI_cursor_open() is not a SELECT" -msgstr "" - -#: ../executor/spi.c:729 -msgid "plan in SPI_cursor_open() must NOT be a DECLARE already" -msgstr "" - -#: ../executor/spi.c:731 -msgid "plan in SPI_cursor_open() must NOT be a SELECT INTO" -msgstr "" - -#: ../executor/spi.c:761 -#, c-format -msgid "cursor \"%s\" already in use" -msgstr "" - -#: ../executor/spi.c:766 -#, c-format -msgid "failed to create portal \"%s\"" -msgstr "" - -#: ../executor/spi.c:860 ../executor/spi.c:1213 -msgid "invalid portal in SPI cursor operation" -msgstr "" - -#: ../executor/spi.c:885 -msgid "SPI: improper call to spi_printtup" -msgstr "" - -#: ../executor/spi.c:887 -msgid "SPI: stack corrupted in spi_printtup" -msgstr "" - -#: ../executor/spi.c:1165 -msgid "SPI_select: retrieve into portal not implemented" -msgstr "" - -#: ../executor/spi.c:1175 -msgid "SPI_select: # of processed tuples check failed" -msgstr "" - -#: ../executor/spi.c:1266 -msgid "SPI_fetch: # of processed tuples check failed" -msgstr "" - -#: ../lib/dllist.c:41 -msgid "Memory exhausted in DLNewList" -msgstr "" - -#: ../lib/dllist.c:84 -msgid "Memory exhausted in DLNewElem" -msgstr "" - -#: ../libpq/auth.c:473 -#, c-format -msgid "%s authentication failed for user \"%s\"" -msgstr "" - -#: ../libpq/auth.c:495 -msgid "Missing or erroneous pg_hba.conf file, see postmaster log for details" -msgstr "" - -#: ../libpq/auth.c:526 -#, c-format -msgid "No pg_hba.conf entry for host %s, user %s, database %s" -msgstr "" - -#: ../libpq/auth.c:560 -#, c-format -msgid "pg_local_sendauth: can't do setsockopt: %s\n" -msgstr "" - -#: ../libpq/be-fsstubs.c:85 -#, c-format -msgid "lo_open(%u,%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:103 -#, c-format -msgid "cannot open large object %u" -msgstr "" - -#: ../libpq/be-fsstubs.c:123 -#, c-format -msgid "lo_close: invalid large obj descriptor (%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:127 -#, c-format -msgid "lo_close(%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:159 -#, c-format -msgid "lo_read: invalid large obj descriptor (%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:181 -#, c-format -msgid "lo_write: invalid large obj descriptor (%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:207 -#, c-format -msgid "lo_lseek: invalid large obj descriptor (%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:262 -#, c-format -msgid "lo_tell: invalid large object descriptor (%d)" -msgstr "" - -#: ../libpq/be-fsstubs.c:364 -msgid "" -"You must have Postgres superuser privilege to use server-side lo_import().\n" -"\tAnyone can use the client-side lo_import() provided by libpq." -msgstr "" - -#: ../libpq/be-fsstubs.c:379 -#, c-format -msgid "lo_import: can't open unix file \"%s\": %m" -msgstr "" - -#: ../libpq/be-fsstubs.c:387 -#, c-format -msgid "lo_import: can't create inv object for \"%s\"" -msgstr "" - -#: ../libpq/be-fsstubs.c:398 -#, c-format -msgid "lo_import: error while reading \"%s\"" -msgstr "" - -#: ../libpq/be-fsstubs.c:427 -msgid "" -"You must have Postgres superuser privilege to use server-side lo_export().\n" -"\tAnyone can use the client-side lo_export() provided by libpq." -msgstr "" - -#: ../libpq/be-fsstubs.c:437 -#, c-format -msgid "lo_export: can't open inv object %u" -msgstr "" - -#: ../libpq/be-fsstubs.c:455 -#, c-format -msgid "lo_export: can't open unix file \"%s\": %m" -msgstr "" - -#: ../libpq/be-fsstubs.c:465 -#, c-format -msgid "lo_export: error while writing \"%s\"" -msgstr "" - -#: ../libpq/crypt.c:68 -#, c-format -msgid "could not open %s: %m" -msgstr "" - -#: ../libpq/pqcomm.c:512 -#, c-format -msgid "pq_recvbuf: recv() failed: %m" -msgstr "" - -#: ../libpq/pqcomm.c:518 -msgid "pq_recvbuf: unexpected EOF on client connection" -msgstr "" - -#: ../libpq/pqcomm.c:692 -#, c-format -msgid "pq_flush: send() failed: %m" -msgstr "" - -#: ../libpq/pqcomm.c:726 -#, c-format -msgid "pq_eof: recv() failed: %m" -msgstr "" - -#: ../libpq/pqformat.c:200 -#, c-format -msgid "pq_sendint: unsupported size %d" -msgstr "" - -#: ../main/main.c:85 -#, c-format -msgid "%s: setsysinfo failed: %s\n" -msgstr "" - -#: ../main/main.c:155 -msgid "" -"\"root\" execution of the PostgreSQL server is not permitted.\n" -"\n" -"The server must be started under an unprivileged user id to prevent\n" -"a possible system security compromise. See the documentation for\n" -"more information on how to properly start the server.\n" -"\n" -msgstr "" - -#: ../main/main.c:175 -#, c-format -msgid "%s: real and effective user ids must match\n" -msgstr "" - -#: ../main/main.c:224 -#, c-format -msgid "%s: invalid current euid %d\n" -msgstr "" - -#: ../nodes/copyfuncs.c:2976 -#, c-format -msgid "copyObject: don't know how to copy node type %d" -msgstr "" - -#: ../nodes/equalfuncs.c:201 -#, c-format -msgid "_equalParam: Invalid paramkind value: %d" -msgstr "" - -#: ../nodes/equalfuncs.c:2127 -#, c-format -msgid "equal: don't know whether nodes of type %d are equal" -msgstr "" - -#: ../nodes/list.c:162 -msgid "tryout to nconc a list to itself" -msgstr "" - -#: ../nodes/outfuncs.c:1294 -#, c-format -msgid "_outValue: don't know how to print type %d " -msgstr "" - -#: ../nodes/outfuncs.c:1696 -#, c-format -msgid "_outNode: don't know how to print type %d " -msgstr "" - -#: ../nodes/print.c:211 -#, c-format -msgid "Cache lookup for type %u failed" -msgstr "" - -#: ../nodes/read.c:296 -msgid "nodeRead: did not find '}' at end of plan node" -msgstr "" - -#: ../nodes/read.c:376 -#, c-format -msgid "nodeRead: Bad type %d" -msgstr "" - -#: ../nodes/readfuncs.c:70 -msgid "toIntList: unexpected datatype" -msgstr "" - -#: ../nodes/readfuncs.c:104 -msgid "toOidList: unexpected datatype" -msgstr "" - -#: ../nodes/readfuncs.c:797 -#, c-format -msgid "_readExpr: unknown opType \"%.*s\"" -msgstr "" - -#: ../nodes/readfuncs.c:2023 -#, c-format -msgid "badly formatted planstring \"%.10s\"..." -msgstr "" - -#: ../nodes/readfuncs.c:2056 ../nodes/readfuncs.c:2088 -#, c-format -msgid "readDatum: expected '%s', got '%s'; length = %lu" -msgstr "" - -#: ../nodes/readfuncs.c:2063 -#, c-format -msgid "readDatum: byval & length = %lu" -msgstr "" - -#: ../optimizer/geqo/geqo_erx.c:336 -msgid "gimme_gene: Internal error - minimum_count not set" -msgstr "" - -#: ../optimizer/geqo/geqo_erx.c:362 -msgid "gimme_gene: neither shared nor minimum number nor random edge found" -msgstr "" - -#: ../optimizer/geqo/geqo_erx.c:422 -msgid "edge_failure(1): no edge found via random decision and total_edges == 4" -msgstr "" - -#: ../optimizer/geqo/geqo_erx.c:447 -msgid "edge_failure(2): no edge found via random decision and remainig edges" -msgstr "" - -#: ../optimizer/geqo/geqo_erx.c:465 -msgid "edge_failure(3): no edge found via looking for the last ununsed point" -msgstr "" - -#: ../optimizer/geqo/geqo_erx.c:470 -msgid "edge_failure: no edge detected" -msgstr "" - -#: ../optimizer/geqo/geqo_eval.c:139 -msgid "gimme_tree: failed to construct join rel" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:123 -msgid "geqo_main: using edge recombination crossover [ERX]" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:127 -msgid "geqo_main: using partially matched crossover [PMX]" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:131 -msgid "geqo_main: using cycle crossover [CX]" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:136 -msgid "geqo_main: using position crossover [PX]" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:141 -msgid "geqo_main: using order crossover [OX1]" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:146 -msgid "geqo_main: using order crossover [OX2]" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:217 -#, c-format -msgid "[GEQO] failures: %d, average: %d" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:220 -msgid "[GEQO] No edge failures detected." -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:226 -#, c-format -msgid "[GEQO] mutations: %d, generations: %d" -msgstr "" - -#: ../optimizer/geqo/geqo_main.c:228 -msgid "[GEQO] No mutations processed." -msgstr "" - -#: ../optimizer/geqo/geqo_misc.c:42 -msgid "avg_pool: pool_size of zero" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:96 -msgid "Needed to do a second round of predmig!\n" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:130 -msgid "called xfunc_predmig with bad inputs" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:327 -msgid "Didn't find matching node in original stream" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:338 -msgid "pulling up in xfunc_predmig_pullup!" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:385 -msgid "didn't succeed in pulling up in xfunc_prdmig_pullup" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:780 -msgid "bad pointers in stream" -msgstr "" - -#: ../optimizer/path/_deadcode/predmig.c:787 -msgid "Joins got reordered!" -msgstr "" - -#: ../optimizer/path/_deadcode/xfunc.c:455 -#: ../optimizer/path/_deadcode/xfunc.c:706 -#: ../optimizer/path/_deadcode/xfunc.c:843 -#: ../optimizer/path/_deadcode/xfunc.c:1178 -msgid "Clause node of undetermined type" -msgstr "" - -#: ../optimizer/path/_deadcode/xfunc.c:491 -msgid "Oper's function is undefined" -msgstr "" - -#: ../optimizer/path/_deadcode/xfunc.c:501 -#: ../optimizer/path/_deadcode/xfunc.c:677 -#: ../optimizer/path/_deadcode/xfunc.c:1306 -#, c-format -msgid "Cache lookup failed for procedure %u" -msgstr "" - -#: ../optimizer/path/_deadcode/xfunc.c:616 -#: ../optimizer/path/_deadcode/xfunc.c:1324 -#, c-format -msgid "Cache lookup failed for type %u" -msgstr "" - -#: ../optimizer/path/_deadcode/xfunc.c:1405 -msgid "xfunc_LispRemove: didn't find a match!" -msgstr "" - -#: ../optimizer/path/allpaths.c:192 -msgid "SELECT FOR UPDATE is not supported for inherit queries" -msgstr "" - -#: ../optimizer/path/clausesel.c:522 -#, c-format -msgid "clause_selectivity: s1 %f" -msgstr "" - -#: ../optimizer/path/costsize.c:1229 -#, c-format -msgid "set_joinrel_size_estimates: unsupported join type %d" -msgstr "" - -#: ../optimizer/path/indxpath.c:506 -msgid "extract_or_indexqual_conditions: no matching clause" -msgstr "" - -#: ../optimizer/path/indxpath.c:1302 -msgid "pred_test_simple_clause: unknown test_op" -msgstr "" - -#: ../optimizer/path/indxpath.c:1330 -msgid "pred_test_simple_clause: null test result" -msgstr "" - -#: ../optimizer/path/indxpath.c:2008 -#, c-format -msgid "prefix_quals: unexpected operator %u" -msgstr "" - -#: ../optimizer/path/indxpath.c:2019 -#, c-format -msgid "prefix_quals: no = operator for type %u" -msgstr "" - -#: ../optimizer/path/indxpath.c:2034 -#, c-format -msgid "prefix_quals: no >= operator for type %u" -msgstr "" - -#: ../optimizer/path/indxpath.c:2050 -#, c-format -msgid "prefix_quals: no < operator for type %u" -msgstr "" - -#: ../optimizer/path/indxpath.c:2099 -#, c-format -msgid "network_prefix_quals: unexpected operator %u" -msgstr "" - -#: ../optimizer/path/indxpath.c:2112 -#, c-format -msgid "network_prefix_quals: no %s operator for type %u" -msgstr "" - -#: ../optimizer/path/indxpath.c:2127 -#, c-format -msgid "network_prefix_quals: no <= operator for type %u" -msgstr "" - -#: ../optimizer/path/joinpath.c:172 -#, c-format -msgid "sort_inner_and_outer: unexpected join type %d" -msgstr "" - -#: ../optimizer/path/joinpath.c:343 -#, c-format -msgid "match_unsorted_outer: unexpected join type %d" -msgstr "" - -#: ../optimizer/path/joinpath.c:602 -#, c-format -msgid "match_unsorted_inner: unexpected join type %d" -msgstr "" - -#: ../optimizer/path/joinrels.c:226 -#, c-format -msgid "make_rels_by_joins: failed to build any %d-way joins" -msgstr "" - -#: ../optimizer/path/joinrels.c:381 -#, c-format -msgid "make_jointree_rel: unexpected node type %d" -msgstr "" - -#: ../optimizer/path/joinrels.c:438 -#, c-format -msgid "make_join_rel: unsupported join type %d" -msgstr "" - -#: ../optimizer/path/pathkeys.c:872 -msgid "" -"make_pathkeys_for_mergeclauses: can't identify which side of mergeclause to " -"use" -msgstr "" - -#: ../optimizer/plan/createplan.c:133 -#, c-format -msgid "create_plan: unknown pathtype %d" -msgstr "" - -#: ../optimizer/plan/createplan.c:202 -#, c-format -msgid "create_scan_plan: unknown node type: %d" -msgstr "" - -#: ../optimizer/plan/createplan.c:282 -#, c-format -msgid "create_join_plan: unknown node type: %d" -msgstr "" - -#: ../optimizer/plan/createplan.c:980 -msgid "fix_indxqual_sublist: indexqual clause is not binary opclause" -msgstr "" - -#: ../optimizer/plan/createplan.c:1017 -msgid "fix_indxqual_sublist: failed to find substitute op" -msgstr "" - -#: ../optimizer/plan/createplan.c:1079 -msgid "fix_indxqual_operand: var is not index attribute" -msgstr "" - -#: ../optimizer/plan/createplan.c:1497 -msgid "make_sort_from_pathkeys: cannot find tlist item to sort" -msgstr "" - -#: ../optimizer/plan/initsplan.c:151 -#, c-format -msgid "add_missing_rels_to_query: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/initsplan.c:274 ../optimizer/plan/planner.c:412 -msgid "UNION JOIN is not implemented yet" -msgstr "" - -#: ../optimizer/plan/initsplan.c:278 -#, c-format -msgid "distribute_quals_to_rels: unsupported join type %d" -msgstr "" - -#: ../optimizer/plan/initsplan.c:288 -#, c-format -msgid "distribute_quals_to_rels: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/initsplan.c:325 -msgid "" -"SELECT FOR UPDATE cannot be applied to the nullable side of an OUTER JOIN" -msgstr "" - -#: ../optimizer/plan/initsplan.c:387 -msgid "JOIN qualification may not refer to other relations" -msgstr "" - -#: ../optimizer/plan/initsplan.c:545 -msgid "distribute_qual_to_rels: can't cope with variable-free clause" -msgstr "" - -#: ../optimizer/plan/initsplan.c:689 -#, c-format -msgid "Unable to identify an equality operator for types '%s' and '%s'" -msgstr "" - -#: ../optimizer/plan/initsplan.c:700 -#, c-format -msgid "" -"Equality operator for types '%s' and '%s' should be mergejoinable, but isn't" -msgstr "" - -#: ../optimizer/plan/planmain.c:218 -#, c-format -msgid "Internal error: no jointree entry for rel %s (%d)" -msgstr "" - -#: ../optimizer/plan/planmain.c:241 -msgid "subplanner: failed to construct a relation" -msgstr "" - -#: ../optimizer/plan/planner.c:415 -#, c-format -msgid "pull_up_subqueries: unexpected join type %d" -msgstr "" - -#: ../optimizer/plan/planner.c:421 -#, c-format -msgid "pull_up_subqueries: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/planner.c:442 -msgid "is_simple_subquery: subquery is bogus" -msgstr "" - -#: ../optimizer/plan/planner.c:517 -#, c-format -msgid "resolvenew_in_jointree: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/planner.c:596 -#, c-format -msgid "preprocess_jointree: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/planner.c:682 -#, c-format -msgid "preprocess_qual_conditions: unexpected node type %d" -msgstr "" - -#: ../optimizer/plan/planner.c:797 ../parser/analyze.c:2067 -#: ../parser/analyze.c:2234 ../parser/analyze.c:2695 -msgid "SELECT FOR UPDATE is not allowed with UNION/INTERSECT/EXCEPT" -msgstr "" - -#: ../optimizer/plan/planner.c:850 -msgid "SELECT FOR UPDATE is not allowed in subselects" -msgstr "" - -#: ../optimizer/plan/planner.c:1452 ../optimizer/plan/planner.c:1458 -msgid "postprocess_setop_tlist: resjunk output columns not implemented" -msgstr "" - -#: ../optimizer/plan/setrefs.c:192 -#, c-format -msgid "set_plan_references: unknown plan type %d" -msgstr "" - -#: ../optimizer/plan/setrefs.c:413 -msgid "join_references: variable not in subplan target lists" -msgstr "" - -#: ../optimizer/plan/setrefs.c:474 -msgid "replace_vars_with_subplan_refs: variable not in subplan target list" -msgstr "" - -#: ../optimizer/plan/subselect.c:140 -msgid "make_subplan: invalid expression structure (SubLink already processed?)" -msgstr "" - -#: ../optimizer/plan/subselect.c:142 -msgid "" -"make_subplan: invalid expression structure (subquery already processed?)" -msgstr "" - -#: ../optimizer/plan/subselect.c:280 ../optimizer/plan/subselect.c:429 -#, c-format -msgid "cache lookup failed for operator %u" -msgstr "" - -#: ../optimizer/plan/subselect.c:692 -#, c-format -msgid "SS_finalize_plan: node %d unsupported" -msgstr "" - -#: ../optimizer/plan/subselect.c:713 -msgid "SS_finalize_plan: plan shouldn't reference subplan's variable" -msgstr "" - -#: ../optimizer/prep/preptlist.c:66 -msgid "preprocess_targetlist: subquery cannot be result relation" -msgstr "" - -#: ../optimizer/prep/preptlist.c:213 -msgid "expand_targetlist: unexpected command_type" -msgstr "" - -#: ../optimizer/prep/preptlist.c:246 -#, c-format -msgid "Unexpected assignment to attribute \"%s\"" -msgstr "" - -#: ../optimizer/prep/preptlist.c:315 ../optimizer/prep/preptlist.c:327 -#, c-format -msgid "Multiple assignments to same attribute \"%s\"" -msgstr "" - -#: ../optimizer/prep/prepunion.c:194 -#, c-format -msgid "recurse_set_operations: unexpected node %d" -msgstr "" - -#: ../optimizer/prep/prepunion.c:314 -msgid "generate_nonunion_plan: bogus operation code" -msgstr "" - -#: ../optimizer/util/clauses.c:78 -#, c-format -msgid "make_clause: unsupported type %d" -msgstr "" - -#: ../optimizer/util/clauses.c:441 -msgid "Aggregate function calls may not be nested" -msgstr "" - -#: ../optimizer/util/clauses.c:655 -#, c-format -msgid "Sub-SELECT uses un-GROUPed attribute %s.%s from outer query" -msgstr "" - -#: ../optimizer/util/clauses.c:946 -msgid "CommuteClause: applied to non-binary-operator clause" -msgstr "" - -#: ../optimizer/util/clauses.c:954 -#, c-format -msgid "CommuteClause: no commutator for operator %u" -msgstr "" - -#: ../optimizer/util/clauses.c:1179 -#, c-format -msgid "eval_const_expressions: unexpected opType %d" -msgstr "" - -#: ../optimizer/util/clauses.c:1445 ../utils/cache/lsyscache.c:536 -#: ../utils/cache/lsyscache.c:557 -#, c-format -msgid "Function OID %u does not exist" -msgstr "" - -#: ../optimizer/util/clauses.c:1796 -#, c-format -msgid "expression_tree_walker: Unexpected node type %d" -msgstr "" - -#: ../optimizer/util/clauses.c:2171 -#, c-format -msgid "expression_tree_mutator: Unexpected node type %d" -msgstr "" - -#: ../optimizer/util/pathnode.c:125 -msgid "Unable to devise a query plan for the given query" -msgstr "" - -#: ../optimizer/util/plancat.c:57 -#, c-format -msgid "get_relation_info: Relation %u not found" -msgstr "" - -#: ../optimizer/util/plancat.c:112 -#, c-format -msgid "find_secondary_indexes: index %u not found" -msgstr "" - -#: ../optimizer/util/plancat.c:185 -#, c-format -msgid "find_secondary_indexes: no amop %u %d" -msgstr "" - -#: ../optimizer/util/plancat.c:239 -#, c-format -msgid "restriction_selectivity: bad value %f" -msgstr "" - -#: ../optimizer/util/plancat.c:272 -#, c-format -msgid "join_selectivity: bad value %f" -msgstr "" - -#: ../optimizer/util/plancat.c:344 -#, c-format -msgid "has_subclass: Relation %u not found" -msgstr "" - -#: ../optimizer/util/relnode.c:68 -msgid "build_base_rel: rel already exists as 'other' rel" -msgstr "" - -#: ../optimizer/util/relnode.c:108 -msgid "build_other_rel: rel already exists as base rel" -msgstr "" - -#: ../optimizer/util/relnode.c:201 -#, c-format -msgid "find_base_rel: no relation entry for relid %d" -msgstr "" - -#: ../optimizer/util/tlist.c:239 -msgid "" -"get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist" -msgstr "" - -#: ../parser/analyze.c:228 -msgid "CREATE VIEW specifies more column names than columns" -msgstr "" - -#: ../parser/analyze.c:413 -msgid "INSERT ... SELECT may not specify INTO" -msgstr "" - -#: ../parser/analyze.c:497 -msgid "INSERT has more expressions than target columns" -msgstr "" - -#: ../parser/analyze.c:707 -msgid "parser: unrecognized node (internal error)" -msgstr "" - -#: ../parser/analyze.c:826 -#, c-format -msgid "%s will create implicit sequence '%s' for SERIAL column '%s.%s'" -msgstr "" - -#: ../parser/analyze.c:867 ../parser/analyze.c:875 -#, c-format -msgid "%s/(NOT) NULL conflicting declaration for '%s.%s'" -msgstr "" - -#: ../parser/analyze.c:883 -#, c-format -msgid "%s/DEFAULT multiple values specified for '%s.%s'" -msgstr "" - -#: ../parser/analyze.c:933 ../parser/analyze.c:972 -msgid "parser: unrecognized constraint (internal error)" -msgstr "" - -#: ../parser/analyze.c:968 -msgid "parser: illegal context for constraint (internal error)" -msgstr "" - -#: ../parser/analyze.c:1012 -#, c-format -msgid "%s / PRIMARY KEY multiple primary keys for table '%s' are not allowed" -msgstr "" - -#: ../parser/analyze.c:1080 ../parser/analyze.c:3029 -#, c-format -msgid "inherited table \"%s\" is not a relation" -msgstr "" - -#: ../parser/analyze.c:1107 -#, c-format -msgid "" -"inherited attribute \"%s\" cannot be a PRIMARY KEY because it is not marked " -"NOT NULL" -msgstr "" - -#: ../parser/analyze.c:1136 -#, c-format -msgid "" -"Existing attribute \"%s\" cannot be a PRIMARY KEY because it is not marked " -"NOT NULL" -msgstr "" - -#: ../parser/analyze.c:1143 -#, c-format -msgid "%s: column \"%s\" named in key does not exist" -msgstr "" - -#: ../parser/analyze.c:1151 -#, c-format -msgid "%s: column \"%s\" appears twice in %s constraint" -msgstr "" - -#: ../parser/analyze.c:1238 -#, c-format -msgid "%s: failed to make implicit index name" -msgstr "" - -#: ../parser/analyze.c:1241 -#, c-format -msgid "%s / %s%s will create implicit index '%s' for table '%s'" -msgstr "" - -#: ../parser/analyze.c:1265 -#, c-format -msgid "%s will create implicit trigger(s) for FOREIGN KEY check(s)" -msgstr "" - -#: ../parser/analyze.c:1293 ../parser/analyze.c:1324 ../parser/analyze.c:1381 -#, c-format -msgid "Can only have %d keys in a foreign key" -msgstr "" - -#: ../parser/analyze.c:1336 ../parser/analyze.c:2914 -#, c-format -msgid "PRIMARY KEY for referenced table \"%s\" not found" -msgstr "" - -#: ../parser/analyze.c:1398 ../parser/analyze.c:2854 -#, c-format -msgid "" -"UNIQUE constraint matching given keys for referenced table \"%s\" not found" -msgstr "" - -#: ../parser/analyze.c:1453 -#, c-format -msgid "" -"number of key attributes in referenced table must be equal to foreign key\n" -"\tIllegal FOREIGN KEY definition references \"%s\"" -msgstr "" - -#: ../parser/analyze.c:1514 -msgid "Only one ON DELETE action can be specified for FOREIGN KEY constraint" -msgstr "" - -#: ../parser/analyze.c:1586 -msgid "Only one ON UPDATE action can be specified for FOREIGN KEY constraint" -msgstr "" - -#: ../parser/analyze.c:1732 ../parser/analyze.c:1849 -#, c-format -msgid "transformRuleStmt: unexpected event type %d" -msgstr "" - -#: ../parser/analyze.c:1741 -msgid "Rule WHERE condition may not contain references to other relations" -msgstr "" - -#: ../parser/analyze.c:1809 -msgid "" -"Rules with WHERE conditions may only have SELECT, INSERT, UPDATE, or DELETE " -"actions" -msgstr "" - -#: ../parser/analyze.c:1833 -msgid "ON SELECT rule may not use OLD" -msgstr "" - -#: ../parser/analyze.c:1835 -msgid "ON SELECT rule may not use NEW" -msgstr "" - -#: ../parser/analyze.c:1842 -msgid "ON INSERT rule may not use OLD" -msgstr "" - -#: ../parser/analyze.c:1846 -msgid "ON DELETE rule may not use NEW" -msgstr "" - -#: ../parser/analyze.c:1911 ../parser/analyze.c:2131 -msgid "DECLARE CURSOR must not specify INTO" -msgstr "" - -#: ../parser/analyze.c:1913 ../parser/analyze.c:2133 -msgid "" -"DECLARE/UPDATE is not supported\n" -"\tCursors must be READ ONLY" -msgstr "" - -#: ../parser/analyze.c:1923 ../parser/analyze.c:2143 -msgid "DECLARE CURSOR may only be used in begin/end transaction blocks" -msgstr "" - -#: ../parser/analyze.c:2195 -msgid "" -"ORDER BY on a UNION/INTERSECT/EXCEPT result must be on one of the result " -"columns" -msgstr "" - -#: ../parser/analyze.c:2229 -msgid "INTO is only allowed on first SELECT of UNION/INTERSECT/EXCEPT" -msgstr "" - -#: ../parser/analyze.c:2231 -msgid "Portal may not appear in UNION/INTERSECT/EXCEPT" -msgstr "" - -#: ../parser/analyze.c:2326 -#, c-format -msgid "Each %s query must have the same number of columns" -msgstr "" - -#: ../parser/analyze.c:2384 -#, c-format -msgid "getSetColTypes: unexpected node %d" -msgstr "" - -#: ../parser/analyze.c:2395 -msgid "CREATE TABLE AS specifies too many column names" -msgstr "" - -#: ../parser/analyze.c:2478 ../parser/analyze.c:2487 -msgid "UPDATE target count mismatch --- internal error" -msgstr "" - -#: ../parser/analyze.c:2567 -msgid "Unexpected node type in ALTER TABLE ADD CONSTRAINT" -msgstr "" - -#: ../parser/analyze.c:2640 -#, c-format -msgid "Unsupported type %d in transformTypeRefs" -msgstr "" - -#: ../parser/analyze.c:2681 -#, c-format -msgid "unsupported expression in %%TYPE" -msgstr "" - -#: ../parser/analyze.c:2684 -#, c-format -msgid "%s.%s%%TYPE converted to %s" -msgstr "" - -#: ../parser/analyze.c:2697 -msgid "SELECT FOR UPDATE is not allowed with DISTINCT clause" -msgstr "" - -#: ../parser/analyze.c:2699 -msgid "SELECT FOR UPDATE is not allowed with GROUP BY clause" -msgstr "" - -#: ../parser/analyze.c:2701 -msgid "SELECT FOR UPDATE is not allowed with AGGREGATE" -msgstr "" - -#: ../parser/analyze.c:2766 -#, c-format -msgid "FOR UPDATE: relation \"%s\" not found in FROM clause" -msgstr "" - -#: ../parser/analyze.c:2813 -#, c-format -msgid "transformFkeyCheckAttrs: index %u not found" -msgstr "" - -#: ../parser/analyze.c:2899 -#, c-format -msgid "transformFkeyGetPrimaryKey: index %u not found" -msgstr "" - -#: ../parser/analyze.c:2970 -#, c-format -msgid "relationHasPrimaryKey: index %u not found" -msgstr "" - -#: ../parser/analyze.c:3010 -#, c-format -msgid "Unable to lookup type %s" -msgstr "" - -#: ../parser/analyze.c:3063 -#, c-format -msgid "%s: column \"%s\" referenced in foreign key constraint does not exist" -msgstr "" - -#: ../parser/analyze.c:3104 -msgid "Misplaced DEFERRABLE clause" -msgstr "" - -#: ../parser/analyze.c:3106 ../parser/analyze.c:3115 -msgid "Multiple DEFERRABLE/NOT DEFERRABLE clauses not allowed" -msgstr "" - -#: ../parser/analyze.c:3113 -msgid "Misplaced NOT DEFERRABLE clause" -msgstr "" - -#: ../parser/analyze.c:3120 ../parser/analyze.c:3138 gram.y:1914 gram.y:1927 -msgid "INITIALLY DEFERRED constraint must be DEFERRABLE" -msgstr "" - -#: ../parser/analyze.c:3125 -msgid "Misplaced INITIALLY DEFERRED clause" -msgstr "" - -#: ../parser/analyze.c:3127 ../parser/analyze.c:3145 -msgid "Multiple INITIALLY IMMEDIATE/DEFERRED clauses not allowed" -msgstr "" - -#: ../parser/analyze.c:3143 -msgid "Misplaced INITIALLY IMMEDIATE clause" -msgstr "" - -#: ../parser/parse_agg.c:118 -#, c-format -msgid "Attribute %s.%s must be GROUPed or used in an aggregate function" -msgstr "" - -#: ../parser/parse_agg.c:156 -msgid "Aggregates not allowed in WHERE clause" -msgstr "" - -#: ../parser/parse_agg.c:158 -msgid "Aggregates not allowed in JOIN conditions" -msgstr "" - -#: ../parser/parse_agg.c:174 -msgid "Aggregates not allowed in GROUP BY clause" -msgstr "" - -#: ../parser/parse_agg.c:249 -#, c-format -msgid "%s: aggregate '%s' for all types does not exist" -msgstr "" - -#: ../parser/parse_agg.c:252 -#, c-format -msgid "%s: aggregate '%s' for type %s does not exist" -msgstr "" - -#: ../parser/parse_clause.c:189 -msgid "Bogus InhOption value" -msgstr "" - -#: ../parser/parse_clause.c:296 -#, c-format -msgid "JOIN/USING clause must return type boolean, not type %s" -msgstr "" - -#: ../parser/parse_clause.c:332 -#, c-format -msgid "JOIN/ON clause must return type boolean, not type %s" -msgstr "" - -#: ../parser/parse_clause.c:352 -#, c-format -msgid "JOIN/ON clause refers to \"%s\", which is not part of JOIN" -msgstr "" - -#: ../parser/parse_clause.c:412 -msgid "sub-select in FROM must have an alias" -msgstr "" - -#: ../parser/parse_clause.c:434 ../parser/parse_clause.c:437 -msgid "Unexpected parse analysis result for subselect in FROM" -msgstr "" - -#: ../parser/parse_clause.c:440 -msgid "Expected SELECT query from subselect in FROM" -msgstr "" - -#: ../parser/parse_clause.c:442 -msgid "Subselect in FROM may not have SELECT INTO" -msgstr "" - -#: ../parser/parse_clause.c:642 -#, c-format -msgid "Common column name \"%s\" appears more than once in left table" -msgstr "" - -#: ../parser/parse_clause.c:648 -#, c-format -msgid "JOIN/USING column \"%s\" not found in left table" -msgstr "" - -#: ../parser/parse_clause.c:659 -#, c-format -msgid "Common column name \"%s\" appears more than once in right table" -msgstr "" - -#: ../parser/parse_clause.c:665 -#, c-format -msgid "JOIN/USING column \"%s\" not found in right table" -msgstr "" - -#: ../parser/parse_clause.c:743 -#, c-format -msgid "Column alias list for \"%s\" has wrong number of entries (need %d)" -msgstr "" - -#: ../parser/parse_clause.c:755 -#, c-format -msgid "" -"transformFromClauseItem: unexpected node (internal error)\n" -"\t%s" -msgstr "" - -#: ../parser/parse_clause.c:777 -#, c-format -msgid "WHERE clause must return type boolean, not type %s" -msgstr "" - -#: ../parser/parse_clause.c:873 -#, c-format -msgid "%s '%s' is ambiguous" -msgstr "" - -#: ../parser/parse_clause.c:892 -#, c-format -msgid "Non-integer constant in %s" -msgstr "" - -#: ../parser/parse_clause.c:905 -#, c-format -msgid "%s position %d is not in target list" -msgstr "" - -#: ../parser/parse_clause.c:1047 -msgid "For SELECT DISTINCT, ORDER BY expressions must appear in target list" -msgstr "" - -#: ../parser/parse_clause.c:1085 -msgid "SELECT DISTINCT ON expressions must match initial ORDER BY expressions" -msgstr "" - -#: ../parser/parse_clause.c:1109 -msgid "" -"transformDistinctClause: failed to add DISTINCT ON clause to target list" -msgstr "" - -#: ../parser/parse_coerce.c:136 -#, c-format -msgid "coerce_type: conversion function %s produced %s" -msgstr "" - -#: ../parser/parse_coerce.c:388 -#, c-format -msgid "%s types \"%s\" and \"%s\" not matched" -msgstr "" - -#: ../parser/parse_coerce.c:443 -#, c-format -msgid "%s unable to convert to type \"%s\"" -msgstr "" - -#: ../parser/parse_expr.c:103 -#, c-format -msgid "Expression too complex: nesting depth exceeds max_expr_depth = %d" -msgstr "" - -#: ../parser/parse_expr.c:132 -#, c-format -msgid "Parameter '$%d' is out of range" -msgstr "" - -#: ../parser/parse_expr.c:211 -#, c-format -msgid "left-hand side of AND is type '%s', not '%s'" -msgstr "" - -#: ../parser/parse_expr.c:216 -#, c-format -msgid "right-hand side of AND is type '%s', not '%s'" -msgstr "" - -#: ../parser/parse_expr.c:237 -#, c-format -msgid "left-hand side of OR is type '%s', not '%s'" -msgstr "" - -#: ../parser/parse_expr.c:242 -#, c-format -msgid "right-hand side of OR is type '%s', not '%s'" -msgstr "" - -#: ../parser/parse_expr.c:260 -#, c-format -msgid "argument to NOT is type '%s', not '%s'" -msgstr "" - -#: ../parser/parse_expr.c:311 ../parser/parse_expr.c:315 -msgid "Bad query in subselect" -msgstr "" - -#: ../parser/parse_expr.c:337 -msgid "Subselect must have a field" -msgstr "" - -#: ../parser/parse_expr.c:341 -msgid "Subselect must have only one field" -msgstr "" - -#: ../parser/parse_expr.c:370 -#, c-format -msgid "Row comparison cannot use '%s'" -msgstr "" - -#: ../parser/parse_expr.c:393 -msgid "Subselect has too many fields" -msgstr "" - -#: ../parser/parse_expr.c:409 -#, c-format -msgid "" -"'%s' result type of '%s' must return '%s' to be used with quantified " -"predicate subquery" -msgstr "" - -#: ../parser/parse_expr.c:421 -msgid "Subselect has too few fields" -msgstr "" - -#: ../parser/parse_expr.c:461 -msgid "WHEN clause must have a boolean result" -msgstr "" - -#: ../parser/parse_expr.c:574 -#, c-format -msgid "transformExpr: unexpected booltesttype %d" -msgstr "" - -#: ../parser/parse_expr.c:579 -#, c-format -msgid "Argument of %s must be boolean" -msgstr "" - -#: ../parser/parse_expr.c:609 -#, c-format -msgid "transformExpr: does not know how to transform node %d (internal error)" -msgstr "" - -#: ../parser/parse_expr.c:668 -#, c-format -msgid "Attribute '%s' not found" -msgstr "" - -#: ../parser/parse_expr.c:728 -msgid "Cannot get type for untransformed sublink" -msgstr "" - -#: ../parser/parse_expr.c:756 -#, c-format -msgid "Do not know how to get type for %d node" -msgstr "" - -#: ../parser/parse_expr.c:902 ../utils/adt/ruleutils.c:447 -#: ../utils/adt/ruleutils.c:2050 ../utils/adt/ruleutils.c:2146 -#, c-format -msgid "cache lookup for proc %u failed" -msgstr "" - -#: ../parser/parse_expr.c:927 ../utils/adt/ruleutils.c:2160 -#, c-format -msgid "cache lookup for type %u failed" -msgstr "" - -#: ../parser/parse_expr.c:982 -#, c-format -msgid "Cannot cast this expression to type '%s'" -msgstr "" - -#: ../parser/parse_expr.c:1032 -#, c-format -msgid "Cannot cast type '%s' to '%s'" -msgstr "" - -#: ../parser/parse_func.c:154 -#, c-format -msgid "Cannot pass more than %d arguments to a function" -msgstr "" - -#: ../parser/parse_func.c:161 -#, c-format -msgid "Function '%s' does not allow NULL input" -msgstr "" - -#: ../parser/parse_func.c:204 -#, c-format -msgid "Type '%s' is not a relation type" -msgstr "" - -#: ../parser/parse_func.c:211 ../parser/parse_func.c:483 -#, c-format -msgid "No such attribute or function '%s'" -msgstr "" - -#: ../parser/parse_func.c:227 -msgid "Aggregate functions may only have one parameter" -msgstr "" - -#: ../parser/parse_func.c:230 -msgid "Aggregate functions cannot be applied to relation names" -msgstr "" - -#: ../parser/parse_func.c:286 -#, c-format -msgid "Unable to select an aggregate function %s(%s)" -msgstr "" - -#: ../parser/parse_func.c:297 -#, c-format -msgid "There is no aggregate function %s(%s)" -msgstr "" - -#: ../parser/parse_func.c:350 ../parser/parse_func.c:395 -#, c-format -msgid "No such attribute or function %s.%s" -msgstr "" - -#: ../parser/parse_func.c:359 -#, c-format -msgid "Cannot pass result of join %s to a function" -msgstr "" - -#: ../parser/parse_func.c:366 -#, c-format -msgid "ParseFuncOrColumn: unexpected node type %d" -msgstr "" - -#: ../parser/parse_func.c:400 -#, c-format -msgid "Cannot pass result of sub-select %s to a function" -msgstr "" - -#: ../parser/parse_func.c:1714 -#, c-format -msgid "Function '%s(%s)' does not exist%s%s" -msgstr "" - -#: ../parser/parse_func.c:1720 -#, c-format -msgid "%s: function '%s(%s)' does not exist%s%s" -msgstr "" - -#: ../parser/parse_node.c:185 -#, c-format -msgid "Relation %s does not have attribute %d" -msgstr "" - -#: ../parser/parse_node.c:209 -#, c-format -msgid "Subquery %s does not have attribute %d" -msgstr "" - -#: ../parser/parse_node.c:263 -#, c-format -msgid "transformArraySubscripts: Cache lookup failed for array type %u" -msgstr "" - -#: ../parser/parse_node.c:269 -#, c-format -msgid "transformArraySubscripts: type %s is not an array" -msgstr "" - -#: ../parser/parse_node.c:277 -#, c-format -msgid "transformArraySubscripts: Cache lookup failed for array element type %u" -msgstr "" - -#: ../parser/parse_node.c:332 ../parser/parse_node.c:352 -msgid "array index expressions must be integers" -msgstr "" - -#: ../parser/parse_node.c:373 -#, c-format -msgid "" -"Array assignment requires type '%s' but expression is of type '%s'\n" -"\tYou will need to rewrite or cast the expression" -msgstr "" - -#: ../parser/parse_node.c:486 -#, c-format -msgid "make_const: unknown type %d" -msgstr "" - -#: ../parser/parse_oper.c:50 -#, c-format -msgid "" -"Unable to identify an ordering operator '%s' for type '%s'\n" -"\tUse an explicit ordering operator or modify the query" -msgstr "" - -#: ../parser/parse_oper.c:923 -#, c-format -msgid "" -"Left hand side of operator '%s' has an unknown type\n" -"\tProbably a bad attribute name" -msgstr "" - -#: ../parser/parse_oper.c:927 -#, c-format -msgid "" -"Right hand side of operator %s has an unknown type\n" -"\tProbably a bad attribute name" -msgstr "" - -#: ../parser/parse_oper.c:930 -#, c-format -msgid "" -"Unable to identify an operator '%s' for types '%s' and '%s'\n" -"\tYou will have to retype this query using an explicit cast" -msgstr "" - -#: ../parser/parse_oper.c:945 -#, c-format -msgid "" -"operand of prefix operator '%s' has an unknown type\n" -"\t(probably an invalid column reference)" -msgstr "" - -#: ../parser/parse_oper.c:949 -#, c-format -msgid "" -"operand of postfix operator '%s' has an unknown type\n" -"\t(probably an invalid column reference)" -msgstr "" - -#: ../parser/parse_oper.c:956 -#, c-format -msgid "" -"Unable to identify a prefix operator '%s' for type '%s'\n" -"\tYou may need to add parentheses or an explicit cast" -msgstr "" - -#: ../parser/parse_oper.c:960 -#, c-format -msgid "" -"Unable to identify a postfix operator '%s' for type '%s'\n" -"\tYou may need to add parentheses or an explicit cast" -msgstr "" - -#: ../parser/parse_relation.c:139 -#, c-format -msgid "scanNameSpaceForRefname: unexpected node type %d" -msgstr "" - -#: ../parser/parse_relation.c:150 -#, c-format -msgid "Table name \"%s\" specified more than once" -msgstr "" - -#: ../parser/parse_relation.c:203 -#, c-format -msgid "checkNameSpaceConflicts: unexpected node type %d" -msgstr "" - -#: ../parser/parse_relation.c:238 -msgid "RTERangeTablePosn: RTE not found (internal error)" -msgstr "" - -#: ../parser/parse_relation.c:268 ../parser/parse_relation.c:330 -#: ../parser/parse_relation.c:396 -#, c-format -msgid "Column reference \"%s\" is ambiguous" -msgstr "" - -#: ../parser/parse_relation.c:390 -#, c-format -msgid "colnameToVar: unexpected node type %d" -msgstr "" - -#: ../parser/parse_relation.c:444 -#, c-format -msgid "qualifiedNameToVar: unexpected node type %d" -msgstr "" - -#: ../parser/parse_relation.c:500 ../parser/parse_relation.c:593 -#, c-format -msgid "Table \"%s\" has %d columns available but %d columns specified" -msgstr "" - -#: ../parser/parse_relation.c:915 -#, c-format -msgid "Invalid attnum %d for rangetable entry %s" -msgstr "" - -#: ../parser/parse_relation.c:951 -#, c-format -msgid "Relation '%s' does not have attribute '%s'" -msgstr "" - -#: ../parser/parse_relation.c:995 -#, c-format -msgid "attnumAttName: invalid attribute number %d" -msgstr "" - -#: ../parser/parse_relation.c:1017 -#, c-format -msgid "attnumTypeId: invalid attribute number %d" -msgstr "" - -#: ../parser/parse_relation.c:1044 -#, c-format -msgid "Adding missing FROM-clause entry%s for table \"%s\"" -msgstr "" - -#: ../parser/parse_target.c:61 -msgid "You can't use relation names alone in the target list, try relation.*." -msgstr "" - -#: ../parser/parse_target.c:143 -#, c-format -msgid "transformTargetList: unexpected node type %d" -msgstr "" - -#: ../parser/parse_target.c:204 -#, c-format -msgid "Cannot assign to system attribute '%s'" -msgstr "" - -#: ../parser/parse_target.c:264 -#, c-format -msgid "" -"column \"%s\" is of type '%s' but expression is of type '%s'\n" -"\tYou will need to rewrite or cast the expression" -msgstr "" - -#: ../parser/parse_target.c:384 -#, c-format -msgid "Attribute '%s' specified more than once" -msgstr "" - -#: ../parser/parse_target.c:434 -#, c-format -msgid "" -"ExpandAllTables: unexpected node (internal error)\n" -"\t%s" -msgstr "" - -#: ../parser/parse_target.c:440 -msgid "Wildcard with no tables specified not allowed" -msgstr "" - -#: ../parser/parse_type.c:50 ../parser/parse_type.c:221 -#, c-format -msgid "Unable to locate type oid %u in catalog" -msgstr "" - -#: ../parser/parse_type.c:62 -msgid "typenameType: Null typename" -msgstr "" - -#: ../parser/parse_type.c:68 -#, c-format -msgid "Unable to locate type name '%s' in catalog" -msgstr "" - -#: ../parser/parse_type.c:77 -msgid "typeTypeId() called with NULL type struct" -msgstr "" - -#: ../parser/parse_type.c:200 -#, c-format -msgid "typeidOutfunc: Invalid type - oid = %u" -msgstr "" - -#: ../parser/parse_type.c:246 -#, c-format -msgid "typeidTypeRelid: Invalid type - oid = %u" -msgstr "" - -#: ../parser/parse_type.c:295 ../parser/parse_type.c:311 -#: ../parser/parse_type.c:313 ../parser/parse_type.c:319 -#: ../parser/parse_type.c:324 ../parser/parse_type.c:328 -#, c-format -msgid "Invalid type name '%s'" -msgstr "" - -#: scan.l:283 -msgid "Unterminated /* comment" -msgstr "" - -#: scan.l:293 -#, c-format -msgid "invalid bit string input: '%s'" -msgstr "" - -#: scan.l:306 -msgid "unterminated bit string literal" -msgstr "" - -#: scan.l:325 -#, c-format -msgid "Bad hexadecimal integer input '%s'" -msgstr "" - -#: scan.l:330 -msgid "Unterminated hexadecimal integer" -msgstr "" - -#: scan.l:349 -msgid "Unterminated quoted string" -msgstr "" - -#: scan.l:359 -msgid "zero-length delimited identifier" -msgstr "" - -#: scan.l:365 scan.l:369 scan.l:520 scan.l:524 -#, c-format -msgid "identifier \"%s\" will be truncated to \"%.*s\"" -msgstr "" - -#: scan.l:383 -msgid "Unterminated quoted identifier" -msgstr "" - -#: scan.l:540 -#, c-format -msgid "parser: %s at or near \"%s\"" -msgstr "" - -#: scan.l:609 -msgid "Unput() failed.\n" -msgstr "" - -#: gram.y:741 -msgid "ALTER SCHEMA not yet supported" -msgstr "" - -#: gram.y:848 -msgid "SET must have at least one argument" -msgstr "" - -#: gram.y:1263 gram.y:1268 gram.y:3601 gram.y:3606 -msgid "GLOBAL TEMPORARY TABLE is not currently supported" -msgstr "" - -#: gram.y:1303 -#, c-format -msgid "CREATE TABLE / COLLATE %s not yet implemented; clause ignored" -msgstr "" - -#: gram.y:1559 -msgid "FOREIGN KEY/MATCH PARTIAL not yet implemented" -msgstr "" - -#: gram.y:1614 -msgid "CREATE TABLE AS may not specify INTO" -msgstr "" - -#: gram.y:2173 -msgid "FETCH / RELATIVE at current position is not supported" -msgstr "" - -#: gram.y:2301 -msgid "FETCH / ABSOLUTE not supported, using RELATIVE" -msgstr "" - -#: gram.y:2418 -msgid "" -"WITH GRANT OPTION is not supported. Only relation owners can set privileges" -msgstr "" - -#: gram.y:2607 -msgid "CREATE FUNCTION / OUT parameters are not supported" -msgstr "" - -#: gram.y:2612 -msgid "CREATE FUNCTION / INOUT parameters are not supported" -msgstr "" - -#: gram.y:2701 -msgid "parser: argument type missing (use NONE for unary operators)" -msgstr "" - -#: gram.y:2961 -msgid "COMMIT / CHAIN not yet supported" -msgstr "" - -#: gram.y:3081 -#, c-format -msgid "%s is not a valid encoding name" -msgstr "" - -#: ../utils/adt/ascii.c:33 gram.y:3084 gram.y:3096 -msgid "Multi-byte support is not enabled" -msgstr "" - -#: gram.y:3093 -#, c-format -msgid "%d is not a valid encoding code" -msgstr "" - -#: gram.y:3679 -msgid "LIMIT must not be negative" -msgstr "" - -#: gram.y:3720 -msgid "OFFSET must not be negative" -msgstr "" - -#: gram.y:3825 -msgid "" -"sub-SELECT in FROM must have an alias\n" -"\tFor example, FROM (SELECT ...) [AS] foo" -msgstr "" - -#: gram.y:4125 -msgid "precision for FLOAT must be at least 1" -msgstr "" - -#: gram.y:4131 -msgid "precision for FLOAT must be less than 16" -msgstr "" - -#: gram.y:4142 gram.y:4153 -#, c-format -msgid "NUMERIC precision %d must be between 1 and %d" -msgstr "" - -#: gram.y:4145 -#, c-format -msgid "NUMERIC scale %d must be between 0 and precision %d" -msgstr "" - -#: gram.y:4168 gram.y:4179 -#, c-format -msgid "DECIMAL precision %d must be between 1 and %d" -msgstr "" - -#: gram.y:4171 -#, c-format -msgid "DECIMAL scale %d must be between 0 and precision %d" -msgstr "" - -#: gram.y:4201 gram.y:4239 -#, c-format -msgid "length for type '%s' must be at least 1" -msgstr "" - -#: gram.y:4204 gram.y:4242 -#, c-format -msgid "length for type '%s' cannot exceed %d" -msgstr "" - -#: gram.y:4316 -#, c-format -msgid "TIMESTAMP(%d)%s precision must be between %d and %d" -msgstr "" - -#: gram.y:4344 -#, c-format -msgid "TIME(%d)%s precision must be between %d and %d" -msgstr "" - -#: gram.y:4471 -msgid "Wrong number of parameters on left side of OVERLAPS expression" -msgstr "" - -#: gram.y:4476 -msgid "Wrong number of parameters on right side of OVERLAPS expression" -msgstr "" - -#: gram.y:5037 -#, c-format -msgid "CURRENT_TIME(%d) precision must be between %d and %d" -msgstr "" - -#: gram.y:5091 -#, c-format -msgid "CURRENT_TIMESTAMP(%d) precision must be between %d and %d" -msgstr "" - -#: gram.y:6017 -msgid "OLD used in non-rule query" -msgstr "" - -#: gram.y:6024 -msgid "NEW used in non-rule query" -msgstr "" - -#: gram.y:6108 -msgid "Unequal number of entries in row expression" -msgstr "" - -#: gram.y:6136 -#, c-format -msgid "Operator '%s' not implemented for row expressions" -msgstr "" - -#: gram.y:6171 -msgid "Multiple ORDER BY clauses not allowed" -msgstr "" - -#: gram.y:6177 -msgid "Multiple FOR UPDATE clauses not allowed" -msgstr "" - -#: gram.y:6183 -msgid "Multiple OFFSET clauses not allowed" -msgstr "" - -#: gram.y:6189 -msgid "Multiple LIMIT clauses not allowed" -msgstr "" - -#: ../port/beos/sem.c:159 -msgid "beos : semctl error : GETNCNT not implemented" -msgstr "" - -#: ../port/beos/sem.c:174 -msgid "beos : semctl error : unknown flag" -msgstr "" - -#: ../port/beos/support.c:45 -msgid "Error loading BeOS support server : can't create communication ports" -msgstr "" - -#: ../port/beos/support.c:71 -msgid "Can't load this add-on " -msgstr "" - -#: ../port/beos/support.c:95 -msgid "Can't load this add-on : map text error" -msgstr "" - -#: ../port/beos/support.c:111 -msgid "Can't load this add-on : map data error" -msgstr "" - -#: ../port/beos/support.c:129 -#, c-format -msgid "loading symbol '%s' failed " -msgstr "" - -#: ../port/dynloader/beos.c:55 -msgid "add-on not loaded correctly" -msgstr "" - -#: ../port/dynloader/beos.c:66 -msgid "error while unloading add-on" -msgstr "" - -#: ../port/dynloader/bsdi.c:59 ../port/dynloader/linux.c:67 -msgid "dld: Cannot link C library!" -msgstr "" - -#: ../port/dynloader/bsdi.c:66 ../port/dynloader/linux.c:74 -msgid "dld: Cannot link math library!" -msgstr "" - -#: ../port/dynloader/bsdi.c:75 ../port/dynloader/linux.c:83 -msgid "dld: Undefined:" -msgstr "" - -#: ../port/dynloader/bsdi.c:78 ../port/dynloader/linux.c:86 -#: ../port/dynloader/ultrix4.c:61 -#, c-format -msgid " %s" -msgstr "" - -#: ../port/dynloader/linux.c:31 -msgid "dynamic load not supported" -msgstr "" - -#: ../port/dynloader/ultrix4.c:58 -msgid "dl: Undefined:" -msgstr "" - -#: ../postmaster/pgstat.c:697 -msgid "Only database superusers can reset statistic counters" -msgstr "" - -#: ../postmaster/pgstat.c:2101 -msgid "PGSTAT: Creation of DB hash table failed" -msgstr "" - -#: ../postmaster/pgstat.c:2147 ../postmaster/pgstat.c:2184 -#: ../postmaster/pgstat.c:2257 ../postmaster/pgstat.c:2298 -#: ../postmaster/pgstat.c:2329 ../postmaster/pgstat.c:2385 -#: ../postmaster/pgstat.c:2426 -msgid "PGSTAT: corrupted pgstat.stat file" -msgstr "" - -#: ../postmaster/pgstat.c:2169 -msgid "PGSTAT: DB hash table out of memory" -msgstr "" - -#: ../postmaster/pgstat.c:2222 -msgid "PGSTAT: failed to initialize hash table for new database entry\n" -msgstr "" - -#: ../postmaster/pgstat.c:2282 -msgid "PGSTAT: Tab hash table out of memory" -msgstr "" - -#: ../postmaster/postmaster.c:310 -#, c-format -msgid "data directory %s was not found" -msgstr "" - -#: ../postmaster/postmaster.c:312 -#, c-format -msgid "could not read permissions of directory %s: %m" -msgstr "" - -#: ../postmaster/postmaster.c:317 -#, c-format -msgid "" -"data directory %s has group or world access; permissions should be u=rwx " -"(0700)" -msgstr "" - -#: ../postmaster/postmaster.c:331 -#, c-format -msgid "" -"%s does not find the database system.\n" -"Expected to find it in the PGDATA directory \"%s\",\n" -"but unable to open file \"%s\": %s\n" -"\n" -msgstr "" - -#: ../postmaster/postmaster.c:431 ../postmaster/postmaster.c:442 -#: ../postmaster/postmaster.c:584 ../postmaster/postmaster.c:640 -#, c-format -msgid "Try '%s --help' for more information.\n" -msgstr "" - -#: ../postmaster/postmaster.c:441 -#, c-format -msgid "invalid argument -- %s" -msgstr "" - -#: ../postmaster/postmaster.c:468 -msgid "Assert checking is not compiled in." -msgstr "" - -#: ../postmaster/postmaster.c:570 ../tcop/postgres.c:1430 -#, c-format -msgid "--%s requires argument" -msgstr "" - -#: ../postmaster/postmaster.c:572 ../tcop/postgres.c:1432 -#, c-format -msgid "-c %s requires argument" -msgstr "" - -#: ../postmaster/postmaster.c:599 -msgid "" -"The number of buffers (-B) must be at least twice the number of allowed " -"connections (-N) and at least 16." -msgstr "" - -#: ../postmaster/postmaster.c:630 ../tcop/postgres.c:1563 -#, c-format -msgid "%s: could not locate executable, bailing out..." -msgstr "" - -#: ../postmaster/postmaster.c:639 -msgid "For SSL, TCP/IP connections must be enabled." -msgstr "" - -#: ../postmaster/postmaster.c:686 -msgid "cannot create INET stream port" -msgstr "" - -#: ../postmaster/postmaster.c:698 -msgid "cannot create UNIX stream port" -msgstr "" - -#: ../postmaster/postmaster.c:790 -#, c-format -msgid "fork failed: %s" -msgstr "" - -#: ../postmaster/postmaster.c:808 -#, c-format -msgid "cannot disassociate from controlling TTY: %s" -msgstr "" - -#: ../postmaster/postmaster.c:828 -#, c-format -msgid "" -"%s is the PostgreSQL server.\n" -"\n" -msgstr "" - -#: ../postmaster/postmaster.c:829 -#, c-format -msgid "" -"Usage:\n" -" %s [options...]\n" -"\n" -msgstr "" - -#: ../postmaster/postmaster.c:830 -msgid "Options:\n" -msgstr "" - -#: ../postmaster/postmaster.c:832 -msgid " -A 1|0 enable/disable run-time assert checking\n" -msgstr "" - -#: ../postmaster/postmaster.c:834 -#, c-format -msgid " -B NBUFFERS number of shared buffers (default %d)\n" -msgstr "" - -#: ../postmaster/postmaster.c:835 -msgid " -c NAME=VALUE set run-time parameter\n" -msgstr "" - -#: ../postmaster/postmaster.c:836 -msgid " -d 1-5 debugging level\n" -msgstr "" - -#: ../postmaster/postmaster.c:837 -msgid " -D DATADIR database directory\n" -msgstr "" - -#: ../postmaster/postmaster.c:838 -msgid " -F turn fsync off\n" -msgstr "" - -#: ../postmaster/postmaster.c:839 -msgid " -h HOSTNAME host name or IP address to listen on\n" -msgstr "" - -#: ../postmaster/postmaster.c:840 -msgid " -i enable TCP/IP connections\n" -msgstr "" - -#: ../postmaster/postmaster.c:841 -msgid " -k DIRECTORY Unix-domain socket location\n" -msgstr "" - -#: ../postmaster/postmaster.c:843 -msgid " -l enable SSL connections\n" -msgstr "" - -#: ../postmaster/postmaster.c:845 -#, c-format -msgid " -N MAX-CONNECT maximum number of allowed connections (default %d)\n" -msgstr "" - -#: ../postmaster/postmaster.c:847 -msgid " -o OPTIONS pass 'OPTIONS' to each backend server\n" -msgstr "" - -#: ../postmaster/postmaster.c:848 -#, c-format -msgid " -p PORT port number to listen on (default %d)\n" -msgstr "" - -#: ../postmaster/postmaster.c:849 -msgid "" -" -S silent mode (start in background without logging output)\n" -msgstr "" - -#: ../postmaster/postmaster.c:851 -msgid "" -"\n" -"Developer options:\n" -msgstr "" - -#: ../postmaster/postmaster.c:852 -msgid "" -" -n do not reinitialize shared memory after abnormal exit\n" -msgstr "" - -#: ../postmaster/postmaster.c:853 -msgid " -s send SIGSTOP to all backend servers if one dies\n" -msgstr "" - -#: ../postmaster/postmaster.c:855 -msgid "" -"\n" -"Please read the documentation for the complete list of run-time\n" -"configuration settings and how to set them on the command line or in\n" -"the configuration file.\n" -"\n" -"Report bugs to <[email protected]>.\n" -msgstr "" - -#: ../postmaster/postmaster.c:937 -#, c-format -msgid "ServerLoop: select failed: %m" -msgstr "" - -#: ../postmaster/postmaster.c:1063 ../postmaster/postmaster.c:1077 -msgid "incomplete startup packet" -msgstr "" - -#: ../postmaster/postmaster.c:1071 -msgid "invalid length of startup packet" -msgstr "" - -#: ../postmaster/postmaster.c:1110 -#, c-format -msgid "failed to send SSL negotiation response: %s" -msgstr "" - -#: ../postmaster/postmaster.c:1122 -#, c-format -msgid "failed to initialize SSL connection: %s (%m)" -msgstr "" - -#: ../postmaster/postmaster.c:1142 -msgid "unsupported frontend protocol" -msgstr "" - -#: ../postmaster/postmaster.c:1169 -msgid "no PostgreSQL user name specified in startup packet" -msgstr "" - -#: ../postmaster/postmaster.c:1181 -msgid "The database system is starting up" -msgstr "" - -#: ../postmaster/postmaster.c:1184 -msgid "The database system is shutting down" -msgstr "" - -#: ../postmaster/postmaster.c:1187 -msgid "The database system is in recovery mode" -msgstr "" - -#: ../postmaster/postmaster.c:1190 ../storage/ipc/sinval.c:53 -#: ../storage/lmgr/proc.c:1091 -msgid "Sorry, too many clients already" -msgstr "" - -#: ../postmaster/postmaster.c:1221 -#, c-format -msgid "processCancelRequest: CheckPointPID in cancel request for process %d" -msgstr "" - -#: ../postmaster/postmaster.c:1236 -#, c-format -msgid "processing cancel request: sending SIGINT to process %d" -msgstr "" - -#: ../postmaster/postmaster.c:1244 -#, c-format -msgid "bad key in cancel request for process %d" -msgstr "" - -#: ../postmaster/postmaster.c:1253 -#, c-format -msgid "bad pid in cancel request for process %d" -msgstr "" - -#: ../postmaster/postmaster.c:1296 -msgid "ConnCreate: malloc failed" -msgstr "" - -#: ../postmaster/postmaster.c:1418 -#, c-format -msgid "pmdie %d" -msgstr "" - -#: ../postmaster/postmaster.c:1432 -msgid "smart shutdown request" -msgstr "" - -#: ../postmaster/postmaster.c:1444 ../postmaster/postmaster.c:1488 -#, c-format -msgid "shutdown process %d already running" -msgstr "" - -#: ../postmaster/postmaster.c:1462 -msgid "fast shutdown request" -msgstr "" - -#: ../postmaster/postmaster.c:1468 -msgid "aborting any active transactions" -msgstr "" - -#: ../postmaster/postmaster.c:1504 -msgid "immediate shutdown request" -msgstr "" - -#: ../postmaster/postmaster.c:1540 -msgid "reaping dead processes" -msgstr "" - -#: ../postmaster/postmaster.c:1557 -msgid "statistics collector process" -msgstr "" - -#: ../postmaster/postmaster.c:1570 -msgid "shutdown process" -msgstr "" - -#: ../postmaster/postmaster.c:1581 -msgid "startup process" -msgstr "" - -#: ../postmaster/postmaster.c:1583 -msgid "aborting startup due to startup process failure" -msgstr "" - -#: ../postmaster/postmaster.c:1592 -#, c-format -msgid "startup process %d died while shutdown process %d already running" -msgstr "" - -#: ../postmaster/postmaster.c:1624 -msgid "" -"all server processes terminated; reinitializing shared memory and semaphores" -msgstr "" - -#: ../postmaster/postmaster.c:1663 -msgid "child process" -msgstr "" - -#: ../postmaster/postmaster.c:1708 -msgid "server process" -msgstr "" - -#: ../postmaster/postmaster.c:1709 -msgid "terminating any other active server processes" -msgstr "" - -#: ../postmaster/postmaster.c:1731 -#, c-format -msgid "CleanupProc: sending %s to process %d" -msgstr "" - -#: ../postmaster/postmaster.c:1776 -#, c-format -msgid "%s (pid %d) exited with exit code %d" -msgstr "" - -#: ../postmaster/postmaster.c:1779 -#, c-format -msgid "%s (pid %d) was terminated by signal %d" -msgstr "" - -#: ../postmaster/postmaster.c:1782 -#, c-format -msgid "%s (pid %d) exited with unexpected status %d" -msgstr "" - -#: ../postmaster/postmaster.c:1806 -#, c-format -msgid "SignalChildren: sending signal %d to process %d" -msgstr "" - -#: ../postmaster/postmaster.c:1841 -msgid "out of memory; connection startup aborted" -msgstr "" - -#: ../postmaster/postmaster.c:1876 -msgid "connection startup failed" -msgstr "" - -#: ../postmaster/postmaster.c:1891 -#, c-format -msgid "connection startup failed (fork failure): %s" -msgstr "" - -#: ../postmaster/postmaster.c:1898 -#, c-format -msgid "BackendStartup: forked pid=%d socket=%d" -msgstr "" - -#: ../postmaster/postmaster.c:2022 -msgid "DoBackend: Unable to set timer for auth timeout" -msgstr "" - -#: ../postmaster/postmaster.c:2099 -msgid "DoBackend: Unable to disable timer for auth timeout" -msgstr "" - -#: ../postmaster/postmaster.c:2103 -#, c-format -msgid "connection: host=%s user=%s database=%s" -msgstr "" - -#: ../postmaster/postmaster.c:2406 -#, c-format -msgid "failed to create SSL context: %s" -msgstr "" - -#: ../postmaster/postmaster.c:2413 -#, c-format -msgid "failed to load server certificate (%s): %s" -msgstr "" - -#: ../postmaster/postmaster.c:2420 -#, c-format -msgid "failed to load private key file (%s): %s" -msgstr "" - -#: ../postmaster/postmaster.c:2426 -#, c-format -msgid "check of private key failed: %s" -msgstr "" - -#: ../postmaster/postmaster.c:2555 -#, c-format -msgid "could not launch startup process (fork failure): %s" -msgstr "" - -#: ../postmaster/postmaster.c:2559 -#, c-format -msgid "could not launch checkpoint process (fork failure): %s" -msgstr "" - -#: ../postmaster/postmaster.c:2564 -#, c-format -msgid "could not launch shutdown process (fork failure): %s" -msgstr "" - -#: ../postmaster/postmaster.c:2587 -msgid "CheckPointDataBase: malloc failed" -msgstr "" - -#: ../postmaster/postmaster.c:2627 -#, c-format -msgid "cannot create file %s: %s" -msgstr "" - -#: ../postmaster/postmaster.c:2639 -#, c-format -msgid "writing file %s failed" -msgstr "" - -#: ../rewrite/rewriteDefine.c:62 -#, c-format -msgid "Attempt to insert rule \"%s\" failed: already exists" -msgstr "" - -#: ../rewrite/rewriteDefine.c:129 -msgid "rules not allowed for insert or delete events to an attribute" -msgstr "" - -#: ../rewrite/rewriteDefine.c:198 -msgid "attribute level rules currently not supported" -msgstr "" - -#: ../rewrite/rewriteDefine.c:218 -msgid "" -"rule actions on OLD currently not supported\n" -"\tuse views or triggers instead" -msgstr "" - -#: ../rewrite/rewriteDefine.c:221 -msgid "" -"rule actions on NEW currently not supported\n" -"\tuse triggers instead" -msgstr "" - -#: ../rewrite/rewriteDefine.c:239 -msgid "" -"instead nothing rules on select currently not supported\n" -"\tuse views instead" -msgstr "" - -#: ../rewrite/rewriteDefine.c:247 -msgid "multiple action rules on select currently not supported" -msgstr "" - -#: ../rewrite/rewriteDefine.c:254 -msgid "only instead-select rules currently supported on select" -msgstr "" - -#: ../rewrite/rewriteDefine.c:260 -msgid "event qualifications not supported for rules on select" -msgstr "" - -#: ../rewrite/rewriteDefine.c:278 -msgid "select rule's target list has too many entries" -msgstr "" - -#: ../rewrite/rewriteDefine.c:284 -#, c-format -msgid "select rule's target entry %d has different column name from %s" -msgstr "" - -#: ../rewrite/rewriteDefine.c:287 -#, c-format -msgid "select rule's target entry %d has different type from attribute %s" -msgstr "" - -#: ../rewrite/rewriteDefine.c:298 -#, c-format -msgid "select rule's target entry %d has different size from attribute %s" -msgstr "" - -#: ../rewrite/rewriteDefine.c:302 -msgid "select rule's target list has too few entries" -msgstr "" - -#: ../rewrite/rewriteDefine.c:315 -#, c-format -msgid "\"%s\" is already a view" -msgstr "" - -#: ../rewrite/rewriteDefine.c:326 -#, c-format -msgid "view rule for \"%s\" must be named \"%s\"" -msgstr "" - -#: ../rewrite/rewriteDefine.c:345 -#, c-format -msgid "Relation \"%s\" is not empty. Cannot convert it to view" -msgstr "" - -#: ../rewrite/rewriteDefine.c:503 -#, c-format -msgid "RenameRewriteRule: rule \"%s\" does not exist" -msgstr "" - -#: ../rewrite/rewriteDefine.c:507 -#, c-format -msgid "Attempt to rename rule \"%s\" failed: \"%s\" already exists" -msgstr "" - -#: ../rewrite/rewriteHandler.c:272 -msgid "ApplyRetrieveRule: expected just one rule action" -msgstr "" - -#: ../rewrite/rewriteHandler.c:274 -msgid "ApplyRetrieveRule: can't handle qualified ON SELECT rule" -msgstr "" - -#: ../rewrite/rewriteHandler.c:276 -msgid "ApplyRetrieveRule: can't handle per-attribute ON SELECT rule" -msgstr "" - -#: ../rewrite/rewriteHandler.c:490 ../rewrite/rewriteHandler.c:777 -#, c-format -msgid "Relation \"%s\" with OID %u no longer exists" -msgstr "" - -#: ../rewrite/rewriteHandler.c:557 -msgid "fireRIRrules: failed to remove aggs from qual" -msgstr "" - -#: ../rewrite/rewriteHandler.c:829 -#, c-format -msgid "query rewritten %d times, may contain cycles" -msgstr "" - -#: ../rewrite/rewriteHandler.c:953 -msgid "Cannot insert into a view without an appropriate rule" -msgstr "" - -#: ../rewrite/rewriteHandler.c:956 -msgid "Cannot update a view without an appropriate rule" -msgstr "" - -#: ../rewrite/rewriteHandler.c:959 -msgid "Cannot delete from a view without an appropriate rule" -msgstr "" - -#: ../rewrite/rewriteHandler.c:962 -#, c-format -msgid "QueryRewrite: unexpected commandType %d" -msgstr "" - -#: ../rewrite/rewriteManip.c:557 ../rewrite/rewriteManip.c:564 -msgid "getInsertSelectQuery: expected to find SELECT subquery" -msgstr "" - -#: ../rewrite/rewriteManip.c:575 -msgid "getInsertSelectQuery: can't find rule placeholders" -msgstr "" - -#: ../rewrite/rewriteManip.c:609 ../rewrite/rewriteManip.c:649 -msgid "Conditional utility statements are not implemented" -msgstr "" - -#: ../rewrite/rewriteManip.c:772 -msgid "ResolveNew: can't handle whole-tuple reference" -msgstr "" - -#: ../rewrite/rewriteRemove.c:44 -#, c-format -msgid "Rule or view \"%s\" not found" -msgstr "" - -#: ../rewrite/rewriteRemove.c:53 ../utils/adt/tid.c:156 -#, c-format -msgid "Relation %u not found" -msgstr "" - -#: ../rewrite/rewriteRemove.c:93 -#, c-format -msgid "Rule \"%s\" not found" -msgstr "" - -#: ../rewrite/rewriteRemove.c:114 -msgid "Cannot remove a view's SELECT rule" -msgstr "" - -#: ../rewrite/rewriteSupport.c:100 -#, c-format -msgid "SetRelationRuleStatus: cache lookup failed for relation %u" -msgstr "" - -#: ../storage/buffer/buf_table.c:58 -msgid "couldn't initialize shared buffer pool Hash Tbl" -msgstr "" - -#: ../storage/buffer/buf_table.c:100 -msgid "BufTableDelete: BufferLookup table corrupted" -msgstr "" - -#: ../storage/buffer/buf_table.c:131 -msgid "BufTableInsert: BufferLookup table out of memory" -msgstr "" - -#: ../storage/buffer/buf_table.c:138 -msgid "BufTableInsert: BufferLookup table corrupted" -msgstr "" - -#: ../storage/buffer/bufmgr.c:258 -msgid "BufRead: buffer table broken after IO error" -msgstr "" - -#: ../storage/buffer/bufmgr.c:428 -#, c-format -msgid "BufferAlloc: cannot write block %u for %u/%u" -msgstr "" - -#: ../storage/buffer/bufmgr.c:446 -#, c-format -msgid "BufferAlloc: content of block %u (%u/%u) changed while flushing" -msgstr "" - -#: ../storage/buffer/bufmgr.c:538 -msgid "buffer wasn't in the buffer table" -msgstr "" - -#: ../storage/buffer/bufmgr.c:546 -msgid "Buffer in lookup table twice" -msgstr "" - -#: ../storage/buffer/bufmgr.c:807 -#, c-format -msgid "BufferSync: cannot write %u for %u/%u" -msgstr "" - -#: ../storage/buffer/bufmgr.c:978 -#, c-format -msgid "" -"Buffer Leak: [%03d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, " -"flags=0x%x, refcount=%d %ld)" -msgstr "" - -#: ../storage/buffer/bufmgr.c:1374 ../storage/buffer/bufmgr.c:1406 -#, c-format -msgid "" -"[%02d] (freeNext=%d, freePrev=%d, rel=%u/%u, blockNum=%u, flags=0x%x, " -"refcount=%d %ld)" -msgstr "" - -#: ../storage/buffer/bufmgr.c:1507 -#, c-format -msgid "" -"FlushRelationBuffers(%s (local), %u): block %u is dirty, could not flush it" -msgstr "" - -#: ../storage/buffer/bufmgr.c:1517 -#, c-format -msgid "FlushRelationBuffers(%s (local), %u): block %u is referenced (%ld)" -msgstr "" - -#: ../storage/buffer/bufmgr.c:1569 -#, c-format -msgid "FlushRelationBuffers: cannot write %u for %u/%u" -msgstr "" - -#: ../storage/buffer/bufmgr.c:1595 -#, c-format -msgid "" -"FlushRelationBuffers(%s, %u): block %u is referenced (private %ld, global %d)" -msgstr "" - -#: ../storage/buffer/bufmgr.c:1825 -msgid "buffer alloc trace error and can't open log file" -msgstr "" - -#: ../storage/buffer/bufmgr.c:2018 -#, c-format -msgid "LockBuffer: unknown lock mode %d" -msgstr "" - -#: ../storage/buffer/bufmgr.c:2049 ../storage/buffer/bufmgr.c:2056 -msgid "LockBufferForCleanup: wrong local pin count" -msgstr "" - -#: ../storage/buffer/bufmgr.c:2078 -msgid "Multiple backends attempting to wait for pincount 1" -msgstr "" - -#: ../storage/buffer/bufmgr.c:2201 -#, c-format -msgid "write error may be permanent: cannot write block %u for %u/%u" -msgstr "" - -#: ../storage/buffer/freelist.c:201 -msgid "out of free buffers: time to abort!" -msgstr "" - -#: ../storage/buffer/localbuf.c:94 -msgid "no empty local buffer." -msgstr "" - -#: ../storage/buffer/localbuf.c:138 -msgid "Out of memory in LocalBufferAlloc" -msgstr "" - -#: ../storage/file/buffile.c:477 -#, c-format -msgid "BufFileSeek: invalid whence: %d" -msgstr "" - -#: ../storage/file/fd.c:273 -#, c-format -msgid "BasicOpenFile: not enough descs, retry, er= %d" -msgstr "" - -#: ../storage/file/fd.c:307 -#, c-format -msgid "pg_nofile: sysconf(_SC_OPEN_MAX) failed; using %ld" -msgstr "" - -#: ../storage/file/fd.c:329 -#, c-format -msgid "" -"pg_nofile: insufficient file descriptors available to start backend.\n" -"\tSystem allows %ld, we need at least %d." -msgstr "" - -#: ../storage/file/fd.c:367 -#, c-format -msgid "Delete %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:387 -#, c-format -msgid "LruDelete %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:422 -#, c-format -msgid "Insert %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:444 -#, c-format -msgid "LruInsert %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:466 -#, c-format -msgid "RE_OPEN FAILED: %d" -msgstr "" - -#: ../storage/file/fd.c:471 -msgid "RE_OPEN SUCCESS" -msgstr "" - -#: ../storage/file/fd.c:495 -#, c-format -msgid "ReleaseLruFile. Opened %d" -msgstr "" - -#: ../storage/file/fd.c:516 -#, c-format -msgid "AllocateVfd. Size %d" -msgstr "" - -#: ../storage/file/fd.c:523 -msgid "AllocateVfd: no room for VFD array" -msgstr "" - -#: ../storage/file/fd.c:555 -msgid "AllocateVfd: no room to enlarge VFD array" -msgstr "" - -#: ../storage/file/fd.c:588 -#, c-format -msgid "FreeVfd: %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:638 -#, c-format -msgid "FileAccess %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:690 -msgid "fileNameOpenFile: NULL fname" -msgstr "" - -#: ../storage/file/fd.c:692 -#, c-format -msgid "fileNameOpenFile: %s %x %o" -msgstr "" - -#: ../storage/file/fd.c:712 -#, c-format -msgid "fileNameOpenFile: success %d" -msgstr "" - -#: ../storage/file/fd.c:719 -msgid "fileNameOpenFile: no room to save VFD filename" -msgstr "" - -#: ../storage/file/fd.c:812 -#, c-format -msgid "Failed to create temporary file %s" -msgstr "" - -#: ../storage/file/fd.c:831 -#, c-format -msgid "FileClose: %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:880 -#, c-format -msgid "FileUnlink: %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:896 -#, c-format -msgid "FileRead: %d (%s) %ld %d %p" -msgstr "" - -#: ../storage/file/fd.c:917 -#, c-format -msgid "FileWrite: %d (%s) %ld %d %p" -msgstr "" - -#: ../storage/file/fd.c:943 -#, c-format -msgid "FileSeek: %d (%s) %ld %ld %d" -msgstr "" - -#: ../storage/file/fd.c:953 ../storage/file/fd.c:974 -#, c-format -msgid "FileSeek: invalid offset: %ld" -msgstr "" - -#: ../storage/file/fd.c:964 ../storage/file/fd.c:986 -#, c-format -msgid "FileSeek: invalid whence: %d" -msgstr "" - -#: ../storage/file/fd.c:1001 -#, c-format -msgid "FileTell %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:1014 -#, c-format -msgid "FileTruncate %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:1113 -#, c-format -msgid "FileMarkDirty: %d (%s)" -msgstr "" - -#: ../storage/file/fd.c:1143 -#, c-format -msgid "AllocateFile: Allocated %d" -msgstr "" - -#: ../storage/file/fd.c:1146 -msgid "AllocateFile: too many private FDs demanded" -msgstr "" - -#: ../storage/file/fd.c:1160 -#, c-format -msgid "AllocateFile: not enough descs, retry, er= %d" -msgstr "" - -#: ../storage/file/fd.c:1176 -#, c-format -msgid "FreeFile: Allocated %d" -msgstr "" - -#: ../storage/file/fd.c:1189 -msgid "FreeFile: file was not obtained from AllocateFile" -msgstr "" - -#: ../storage/freespace/freespace.c:178 ../storage/freespace/freespace.c:193 -#: ../storage/freespace/freespace.c:201 -msgid "Insufficient shared memory for free space map" -msgstr "" - -#: ../storage/freespace/freespace.c:530 -msgid "FreeSpaceMap hashtable out of memory" -msgstr "" - -#: ../storage/freespace/freespace.c:599 -msgid "FreeSpaceMap hashtable corrupted" -msgstr "" - -#: ../storage/freespace/freespace.c:772 -msgid "fsm_record_free_space: unexpected match" -msgstr "" - -#: ../storage/freespace/freespace.c:891 -msgid "insert_fsm_page_entry: entry already exists!" -msgstr "" - -#: ../storage/freespace/freespace.c:900 -msgid "insert_fsm_page_entry: failed to insert entry!" -msgstr "" - -#: ../storage/ipc/ipc.c:135 -#, c-format -msgid "proc_exit(%d)" -msgstr "" - -#: ../storage/ipc/ipc.c:154 -#, c-format -msgid "exit(%d)" -msgstr "" - -#: ../storage/ipc/ipc.c:168 -#, c-format -msgid "shmem_exit(%d)" -msgstr "" - -#: ../storage/ipc/ipc.c:194 -msgid "Out of on_proc_exit slots" -msgstr "" - -#: ../storage/ipc/ipc.c:213 -msgid "Out of on_shmem_exit slots" -msgstr "" - -#: ../storage/ipc/ipci.c:109 -msgid "Couldn't create the lock table" -msgstr "" - -#: ../storage/ipc/shmem.c:157 -msgid "ShmemAlloc: out of memory" -msgstr "" - -#: ../storage/ipc/shmem.c:203 -msgid "InitShmemIndex: couldn't initialize Shmem Index" -msgstr "" - -#: ../storage/ipc/shmem.c:214 -msgid "InitShmemIndex: Shmem Index out of memory" -msgstr "" - -#: ../storage/ipc/shmem.c:332 -msgid "ShmemInitStruct: Shmem Index out of memory" -msgstr "" - -#: ../storage/ipc/shmem.c:347 -msgid "ShmemInitStruct: ShmemIndex entry size is wrong" -msgstr "" - -#: ../storage/ipc/shmem.c:364 -#, c-format -msgid "ShmemInitStruct: cannot allocate '%s'" -msgstr "" - -#: ../storage/ipc/sinval.c:51 -msgid "Backend cache invalidation initialization failed" -msgstr "" - -#: ../storage/ipc/sinval.c:69 -msgid "SendSharedInvalidMessage: SI buffer overflow" -msgstr "" - -#: ../storage/ipc/sinval.c:111 -msgid "ReceiveSharedInvalidMessages: cache state reset" -msgstr "" - -#: ../storage/ipc/sinval.c:312 ../storage/ipc/sinval.c:322 -msgid "Memory exhausted in GetSnapshotData" -msgstr "" - -#: ../storage/ipc/sinvaladt.c:122 -#, c-format -msgid "SIBackendInit: backend id %d" -msgstr "" - -#: ../storage/ipc/sinvaladt.c:222 -#, c-format -msgid "SIInsertDataEntry: table is 70%% full, signaling postmaster" -msgstr "" - -#: ../storage/large_object/inv_api.c:49 -msgid "getbytealen: VARSIZE(data) < VARHDRSZ. This is internal error." -msgstr "" - -#: ../storage/large_object/inv_api.c:75 -#, c-format -msgid "inv_create: large object %u already exists. This is internal error." -msgstr "" - -#: ../storage/large_object/inv_api.c:108 -#, c-format -msgid "inv_create: invalid flags: %d" -msgstr "" - -#: ../storage/large_object/inv_api.c:127 -#, c-format -msgid "inv_open: large object %u not found" -msgstr "" - -#: ../storage/large_object/inv_api.c:145 -#, c-format -msgid "inv_open: invalid flags: %d" -msgstr "" - -#: ../storage/large_object/inv_api.c:254 -#, c-format -msgid "inv_getsize: large object %u not found" -msgstr "" - -#: ../storage/large_object/inv_api.c:267 ../storage/large_object/inv_api.c:272 -#: ../storage/large_object/inv_api.c:280 -#, c-format -msgid "inv_seek: invalid offset: %d" -msgstr "" - -#: ../storage/large_object/inv_api.c:285 -#, c-format -msgid "inv_seek: invalid whence: %d" -msgstr "" - -#: ../storage/lmgr/deadlock.c:273 -msgid "DeadLockCheckRecurse: inconsistent results" -msgstr "" - -#: ../storage/lmgr/lmgr.c:105 -msgid "InitLockTable: couldn't initialize lock table" -msgstr "" - -#: ../storage/lmgr/lmgr.c:114 -msgid "InitLockTable: couldn't rename long-term lock table" -msgstr "" - -#: ../storage/lmgr/lmgr.c:155 -msgid "LockRelation: LockAcquire failed" -msgstr "" - -#: ../storage/lmgr/lmgr.c:244 -msgid "LockRelationForSession: LockAcquire failed" -msgstr "" - -#: ../storage/lmgr/lmgr.c:282 -msgid "LockPage: LockAcquire failed" -msgstr "" - -#: ../storage/lmgr/lmgr.c:323 -msgid "XactLockTableInsert: LockAcquire failed" -msgstr "" - -#: ../storage/lmgr/lmgr.c:346 -msgid "XactLockTableWait: LockAcquire failed" -msgstr "" - -#: ../storage/lmgr/lock.c:111 -#, c-format -msgid "" -"%s: lock(%lx) tbl(%d) rel(%u) db(%u) obj(%u) grantMask(%x) req(%d,%d,%d,%d,%" -"d,%d,%d)=%d grant(%d,%d,%d,%d,%d,%d,%d)=%d wait(%d) type(%s)" -msgstr "" - -#: ../storage/lmgr/lock.c:137 -#, c-format -msgid "" -"%s: holder(%lx) lock(%lx) tbl(%d) proc(%lx) xid(%u) hold(%d,%d,%d,%d,%d,%d,%" -"d)=%d" -msgstr "" - -#: ../storage/lmgr/lock.c:251 -#, c-format -msgid "LockMethodTableInit: too many lock types %d greater than %d" -msgstr "" - -#: ../storage/lmgr/lock.c:282 ../storage/lmgr/lock.c:323 -#: ../storage/lmgr/lock.c:343 -#, c-format -msgid "LockMethodTableInit: couldn't initialize %s" -msgstr "" - -#: ../storage/lmgr/lock.c:464 -#, c-format -msgid "LockAcquire: user lock [%u] %s" -msgstr "" - -#: ../storage/lmgr/lock.c:475 -#, c-format -msgid "LockAcquire: bad lock table %d" -msgstr "" - -#: ../storage/lmgr/lock.c:493 -#, c-format -msgid "LockAcquire: lock table %d is out of memory" -msgstr "" - -#: ../storage/lmgr/lock.c:540 -msgid "LockAcquire: holder table out of memory" -msgstr "" - -#: ../storage/lmgr/lock.c:585 -#, c-format -msgid "Deadlock risk: raising lock level from %s to %s on object %u/%u/%u" -msgstr "" - -#: ../storage/lmgr/lock.c:665 -msgid "LockAcquire: remove holder, table corrupted" -msgstr "" - -#: ../storage/lmgr/lock.c:922 -msgid "deadlock detected" -msgstr "" - -#: ../storage/lmgr/lock.c:1003 -#, c-format -msgid "LockRelease: user lock tag [%u] %d" -msgstr "" - -#: ../storage/lmgr/lock.c:1013 -msgid "lockMethodTable is null in LockRelease" -msgstr "" - -#: ../storage/lmgr/lock.c:1035 -msgid "LockRelease: no such lock" -msgstr "" - -#: ../storage/lmgr/lock.c:1058 -msgid "LockRelease: no lock with this tag" -msgstr "" - -#: ../storage/lmgr/lock.c:1061 -msgid "LockRelease: holder table corrupted" -msgstr "" - -#: ../storage/lmgr/lock.c:1075 -#, c-format -msgid "LockRelease: you don't own a lock of type %s" -msgstr "" - -#: ../storage/lmgr/lock.c:1129 -msgid "LockRelease: remove lock, table corrupted" -msgstr "" - -#: ../storage/lmgr/lock.c:1158 -msgid "LockRelease: remove holder, table corrupted" -msgstr "" - -#: ../storage/lmgr/lock.c:1199 -#, c-format -msgid "LockReleaseAll: lockmethod=%d, pid=%d" -msgstr "" - -#: ../storage/lmgr/lock.c:1207 -#, c-format -msgid "LockReleaseAll: bad lockmethod %d" -msgstr "" - -#: ../storage/lmgr/lock.c:1311 -msgid "LockReleaseAll: holder table corrupted" -msgstr "" - -#: ../storage/lmgr/lock.c:1329 -msgid "LockReleaseAll: cannot remove lock from HTAB" -msgstr "" - -#: ../storage/lmgr/lock.c:1344 -msgid "LockReleaseAll: done" -msgstr "" - -#: ../storage/lmgr/lock.c:1463 -msgid "DumpAllLocks: holder->tag.lock = NULL" -msgstr "" - -#: ../storage/lmgr/proc.c:212 -msgid "InitProcess: Proc Header uninitialized" -msgstr "" - -#: ../storage/lmgr/proc.c:215 -msgid "InitProcess: you already exist" -msgstr "" - -#: ../storage/lmgr/proc.c:238 -msgid "cannot create new proc: out of memory" -msgstr "" - -#: ../storage/lmgr/proc.c:301 -msgid "InitDummyProcess: Proc Header uninitialized" -msgstr "" - -#: ../storage/lmgr/proc.c:304 -msgid "InitDummyProcess: you already exist" -msgstr "" - -#: ../storage/lmgr/proc.c:310 -#, c-format -msgid "InitDummyProcess: DummyProc is in use by PID %d" -msgstr "" - -#: ../storage/lmgr/proc.c:696 -msgid "ProcSleep: Unable to set timer for process wakeup" -msgstr "" - -#: ../storage/lmgr/proc.c:718 -msgid "ProcSleep: Unable to disable timer for process wakeup" -msgstr "" - -#: ../storage/lmgr/lwlock.c:70 -#, c-format -msgid "%s(%d): excl %d shared %d head %p" -msgstr "" - -#: ../storage/lmgr/lwlock.c:173 -msgid "No more LWLockIds available" -msgstr "" - -#: ../storage/lmgr/lwlock.c:242 -msgid "LWLockAcquire: can't wait without a PROC structure" -msgstr "" - -#: ../storage/lmgr/lwlock.c:389 -#, c-format -msgid "LWLockRelease: lock %d is not held" -msgstr "" - -#: ../storage/lmgr/spin.c:165 -msgid "s_init_lock_sema: not enough semaphores" -msgstr "" - -#: ../storage/page/bufpage.c:112 -msgid "PageAddItem: tried overwrite after maxoff" -msgstr "" - -#: ../storage/page/bufpage.c:121 -msgid "PageAddItem: tried overwrite of used ItemId" -msgstr "" - -#: ../storage/page/bufpage.c:296 -#, c-format -msgid "" -"PageRepairFragmentation: corrupted page pointers: lower = %u, upper = %u, " -"special = %u" -msgstr "" - -#: ../storage/page/bufpage.c:338 -#, c-format -msgid "PageRepairFragmentation: corrupted item pointer %u" -msgstr "" - -#: ../storage/page/bufpage.c:351 -#, c-format -msgid "PageRepairFragmentation: corrupted item lengths, total %u, avail %u" -msgstr "" - -#: ../storage/smgr/md.c:252 ../storage/smgr/md.c:442 ../storage/smgr/md.c:485 -#: ../storage/smgr/md.c:519 ../storage/smgr/md.c:564 -msgid "seekpos too big!" -msgstr "" - -#: ../storage/smgr/md.c:287 -msgid "segment too big!" -msgstr "" - -#: ../storage/smgr/md.c:341 -msgid "segment too big on relopen!" -msgstr "" - -#: ../storage/smgr/md.c:574 -#, c-format -msgid "mdblindwrt: lseek(%ld) failed: %m" -msgstr "" - -#: ../storage/smgr/md.c:588 -#, c-format -msgid "mdblindwrt: write() failed: %m" -msgstr "" - -#: ../storage/smgr/md.c:594 -#, c-format -msgid "mdblindwrt: close() failed: %m" -msgstr "" - -#: ../storage/smgr/md.c:679 -msgid "segment too big in mdnblocks!" -msgstr "" - -#: ../storage/smgr/md.c:699 -#, c-format -msgid "cannot count blocks for %s -- open failed: %m" -msgstr "" - -#: ../storage/smgr/md.c:891 -msgid "_fdvec_alloc error" -msgstr "" - -#: ../storage/smgr/md.c:973 -msgid "segment too big on openseg!" -msgstr "" - -#: ../storage/smgr/md.c:992 -#, c-format -msgid "_mdfd_getrelnfd: cannot open relation %s: %m" -msgstr "" - -#: ../storage/smgr/md.c:1035 -#, c-format -msgid "cannot open segment %u of relation %s (target block %u): %m" -msgstr "" - -#: ../storage/smgr/md.c:1088 -#, c-format -msgid "_mdfd_blind_getseg: couldn't open %s: %m" -msgstr "" - -#: ../storage/smgr/mm.c:189 -msgid "main memory storage mgr hash table out of memory" -msgstr "" - -#: ../storage/smgr/mm.c:232 -msgid "mmunlink: cache hash table corrupted" -msgstr "" - -#: ../storage/smgr/mm.c:249 -msgid "mmunlink: rel cache hash table corrupted" -msgstr "" - -#: ../storage/smgr/mm.c:312 -msgid "mmextend: rel cache hash table corrupt" -msgstr "" - -#: ../storage/smgr/mm.c:323 -msgid "mmextend: cache hash table corrupt" -msgstr "" - -#: ../storage/smgr/mm.c:434 -msgid "mmwrite: hash table missing requested page" -msgstr "" - -#: ../storage/smgr/smgr.c:135 -#, c-format -msgid "initialization failed on %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:157 -#, c-format -msgid "shutdown failed on %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:177 -#, c-format -msgid "cannot create %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:247 -#, c-format -msgid "" -"cannot extend %s: %m.\n" -"\tCheck free disk space." -msgstr "" - -#: ../storage/smgr/smgr.c:269 ../utils/init/miscinit.c:897 -#: ../utils/misc/database.c:149 -#, c-format -msgid "cannot open %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:283 -#, c-format -msgid "cannot close %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:306 -#, c-format -msgid "cannot read block %d of %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:328 -#, c-format -msgid "cannot write block %d of %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:345 -#, c-format -msgid "cannot flush block %d of %s to stable store: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:376 -#, c-format -msgid "cannot write block %d of %u/%u blind: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:402 -#, c-format -msgid "cannot mark block %d of %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:423 -#, c-format -msgid "cannot mark block %d of %u/%u blind: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:450 -#, c-format -msgid "cannot count blocks for %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:482 -#, c-format -msgid "cannot truncate %s to %u blocks: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:524 -#, c-format -msgid "cannot unlink %u/%u: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:547 -#, c-format -msgid "transaction commit failed on %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:566 -#, c-format -msgid "transaction abort failed on %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:585 -#, c-format -msgid "storage sync failed on %s: %m" -msgstr "" - -#: ../storage/smgr/smgr.c:599 -#, c-format -msgid "illegal storage manager number %d" -msgstr "" - -#: ../storage/smgr/smgrtype.c:51 -#, c-format -msgid "smgrin: unknown storage manager name '%s'" -msgstr "" - -#: ../storage/smgr/smgrtype.c:62 -#, c-format -msgid "Illegal storage manager id %d" -msgstr "" - -#: ../tcop/fastpath.c:172 -#, c-format -msgid "fetch_fp_info: cache lookup for function %u failed" -msgstr "" - -#: ../tcop/fastpath.c:272 -#, c-format -msgid "" -"HandleFunctionRequest: actual arguments (%d) != registered arguments (%d)" -msgstr "" - -#: ../tcop/fastpath.c:291 ../tcop/fastpath.c:303 -#, c-format -msgid "HandleFunctionRequest: bogus argsize %d" -msgstr "" - -#: ../tcop/fastpath.c:316 -#, c-format -msgid "HandleFunctionRequest: bogus argsize %d, should be %d" -msgstr "" - -#: ../tcop/fastpath.c:334 ../tcop/postgres.c:679 -msgid "" -"current transaction is aborted, queries ignored until end of transaction " -"block" -msgstr "" - -#: ../tcop/postgres.c:287 -#, c-format -msgid "Socket command type %c unknown" -msgstr "" - -#: ../tcop/postgres.c:371 -#, c-format -msgid "query: %s" -msgstr "" - -#: ../tcop/postgres.c:430 -msgid "parse tree:" -msgstr "" - -#: ../tcop/postgres.c:434 -#, c-format -msgid "parse tree: %s" -msgstr "" - -#: ../tcop/postgres.c:465 -msgid "pg_analyze_and_rewrite: copyObject failed on parse tree" -msgstr "" - -#: ../tcop/postgres.c:474 ../tcop/postgres.c:484 -msgid "rewritten parse tree:" -msgstr "" - -#: ../tcop/postgres.c:528 -msgid "pg_plan_query: copyObject failed on plan tree" -msgstr "" - -#: ../tcop/postgres.c:542 -msgid "plan:" -msgstr "" - -#: ../tcop/postgres.c:546 -#, c-format -msgid "plan: %s" -msgstr "" - -#: ../tcop/postgres.c:745 -#, c-format -msgid "ProcessUtility: %s" -msgstr "" - -#: ../tcop/postgres.c:747 -msgid "ProcessUtility" -msgstr "" - -#: ../tcop/postgres.c:780 -msgid "ProcessQuery" -msgstr "" - -#: ../tcop/postgres.c:839 -msgid "StartTransactionCommand" -msgstr "" - -#: ../tcop/postgres.c:851 -msgid "CommitTransactionCommand" -msgstr "" - -#: ../tcop/postgres.c:878 -msgid "" -"Message from PostgreSQL backend:\n" -"\tThe Postmaster has informed me that some other backend\n" -"\tdied abnormally and possibly corrupted shared memory.\n" -"\tI have rolled back the current transaction and am\n" -"\tgoing to terminate your database system connection and exit.\n" -"\tPlease reconnect to the database system and repeat your query." -msgstr "" - -#: ../tcop/postgres.c:996 -msgid "" -"floating point exception! The last floating point operation either exceeded " -"legal ranges or was a divide by zero" -msgstr "" - -#: ../tcop/postgres.c:1028 -msgid "This connection has been terminated by the administrator." -msgstr "" - -#: ../tcop/postgres.c:1034 -msgid "Query was canceled." -msgstr "" - -#: ../tcop/postgres.c:1175 -msgid "Assert checking is not compiled in" -msgstr "" - -#: ../tcop/postgres.c:1396 -msgid "only one -x flag is allowed" -msgstr "" - -#: ../tcop/postgres.c:1414 -msgid "use -x {off,nor,nopull,nopm,pullall,wait}" -msgstr "" - -#: ../tcop/postgres.c:1453 -msgid "" -"Query statistics are disabled because parser, planner, or executor " -"statistics are on." -msgstr "" - -#: ../tcop/postgres.c:1533 ../tcop/postgres.c:1545 -#, c-format -msgid "" -"%s: invalid command line arguments\n" -"Try -? for help." -msgstr "" - -#: ../tcop/postgres.c:1553 -#, c-format -msgid "%s: user name undefined and no database specified\n" -msgstr "" - -#: ../tcop/postgres.c:1605 -msgid "InitPostgres" -msgstr "" - -#: ../tcop/postgres.c:1688 -msgid "AbortCurrentTransaction" -msgstr "" - -#: ../tcop/postgres.c:1877 -msgid "unknown frontend message was received" -msgstr "" - -#: ../tcop/postgres.c:2009 -#, c-format -msgid "" -"%s\n" -"%s" -msgstr "" - -#: ../tcop/postgres.c:2031 -#, c-format -msgid "Assert test successfull (val = %d)" -msgstr "" - -#: ../tcop/postgres.c:2034 -#, c-format -msgid "Assert checking is disabled (val = %d)" -msgstr "" - -#: ../tcop/pquery.c:119 -#, c-format -msgid "CreateOperationTag: unknown operation type %d" -msgstr "" - -#: ../tcop/pquery.c:147 -#, c-format -msgid "Closing pre-existing portal \"%s\"" -msgstr "" - -#: ../tcop/utility.c:89 -#, c-format -msgid "\"%s\" is not %s %s. Use DROP %s to remove %s %s" -msgstr "" - -#: ../tcop/utility.c:93 -#, c-format -msgid "\"%s\" is not %s %s" -msgstr "" - -#: ../tcop/utility.c:113 -#, c-format -msgid "%s \"%s\" does not exist" -msgstr "" - -#: ../tcop/utility.c:121 -#, c-format -msgid "you do not own %s \"%s\"" -msgstr "" - -#: ../tcop/utility.c:126 -#, c-format -msgid "%s \"%s\" is a system %s" -msgstr "" - -#: ../tcop/utility.c:303 -#, c-format -msgid "TRUNCATE cannot be used on system tables. '%s' is a system table" -msgstr "" - -#: ../tcop/utility.c:309 -#, c-format -msgid "TRUNCATE cannot be used on sequences. '%s' is a sequence" -msgstr "" - -#: ../tcop/utility.c:312 -#, c-format -msgid "TRUNCATE cannot be used on views. '%s' is a view" -msgstr "" - -#: ../tcop/utility.c:317 -#, c-format -msgid "you do not own class \"%s\"" -msgstr "" - -#: ../tcop/utility.c:467 -msgid "T_AlterTableStmt: unknown subtype" -msgstr "" - -#: ../tcop/utility.c:611 -msgid "CREATE VERSION is not currently implemented" -msgstr "" - -#: ../tcop/utility.c:689 -#, c-format -msgid "CLUSTER: relation \"%s\" is a system catalog" -msgstr "" - -#: ../tcop/utility.c:869 -#, c-format -msgid "" -"\"%s\" is a system index. call REINDEX under standalone postgres with -O -P " -"options" -msgstr "" - -#: ../tcop/utility.c:872 -#, c-format -msgid "" -"\"%s\" is a system index. call REINDEX under standalone postgres with -P -O " -"options" -msgstr "" - -#: ../tcop/utility.c:884 -#, c-format -msgid "" -"\"%s\" is a system table. call REINDEX under standalone postgres with -O -P " -"options" -msgstr "" - -#: ../tcop/utility.c:887 -#, c-format -msgid "" -"\"%s\" is a system table. call REINDEX under standalone postgres with -P -O " -"options" -msgstr "" - -#: ../tcop/utility.c:897 -msgid "must be called under standalone postgres with -O -P options" -msgstr "" - -#: ../tcop/utility.c:899 -msgid "must be called under standalone postgres with -P -O options" -msgstr "" - -#: ../tcop/utility.c:912 -#, c-format -msgid "ProcessUtility: command #%d unsupported" -msgstr "" - -#: ../tioga/tgRecipe.c:81 -#, c-format -msgid "" -"TextArray2ArrTgString: badly formed string, must have %c as first character\n" -msgstr "" - -#: ../tioga/tgRecipe.c:91 -msgid "TextArray2ArrTgString: text string ended prematurely\n" -msgstr "" - -#: ../tioga/tgRecipe.c:97 -msgid "textArray2ArrTgString: missing a begin quote\n" -msgstr "" - -#: ../tioga/tgRecipe.c:102 -msgid "textArray2ArrTgString: missing an end quote\n" -msgstr "" - -#: ../tioga/tgRecipe.c:138 -#, c-format -msgid "Element named %s not found in recipe named %s" -msgstr "" - -#: ../tioga/tgRecipe.c:162 -#, c-format -msgid "Node named %s not found in recipe named %s" -msgstr "" - -#: ../tioga/tgRecipe.c:248 -#, c-format -msgid "fillTgNode: unknown nodeType field value : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:326 -#, c-format -msgid "fillTgElement(): unknown srcLang field value : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:336 -#, c-format -msgid "fillTgElement(): unknown elemType field value : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:376 -#, c-format -msgid "lookupEdges(): Error while executing query : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:377 ../tioga/tgRecipe.c:540 ../tioga/tgRecipe.c:559 -#: ../tioga/tgRecipe.c:596 ../tioga/tgRecipe.c:707 -#, c-format -msgid "result = %s, error is %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:402 -msgid "lookupEdges(): SANITY CHECK failed. Edge with invalid fromPort value!" -msgstr "" - -#: ../tioga/tgRecipe.c:407 -msgid "lookupEdges(): SANITY CHECK failed. Edge with invalid toPort value!!" -msgstr "" - -#: ../tioga/tgRecipe.c:416 -msgid "lookupEdges(): SANITY CHECK failed. Edge with bad fromNode value!" -msgstr "" - -#: ../tioga/tgRecipe.c:422 -msgid "lookupEdges(): SANITY CHECK failed. Edge with bad toNode value!" -msgstr "" - -#: ../tioga/tgRecipe.c:469 -msgid "Internal Error: connectTee() called with a null origToNode" -msgstr "" - -#: ../tioga/tgRecipe.c:539 ../tioga/tgRecipe.c:558 -#, c-format -msgid "fillAllNodes(): Error while executing query : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:595 -#, c-format -msgid "fillAllElements(): Error while executing query : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:706 -#, c-format -msgid "retrieveRecipe: Error while executing query : %s\n" -msgstr "" - -#: ../tioga/tgRecipe.c:715 -#, c-format -msgid "retrieveRecipe(): No recipe named %s exists\n" -msgstr "" - -#: ../tioga/tgRecipe.c:720 -#, c-format -msgid "retrieveRecipe(): Multiple (%d) recipes named %s exists\n" -msgstr "" - -#: ../utils/adt/nabstime.c:370 ../utils/adt/nabstime.c:403 -#, c-format -msgid "Invalid timezone '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:507 -#, c-format -msgid "Bad (length) abstime external representation '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:511 -#, c-format -msgid "Bad abstime external representation '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:541 -#, c-format -msgid "Bad abstime (internal coding error) '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:732 ../utils/adt/nabstime.c:798 -msgid "Unable to convert timestamp to abstime" -msgstr "" - -#: ../utils/adt/nabstime.c:756 -msgid "Unable to convert abstime 'invalid' to timestamp" -msgstr "" - -#: ../utils/adt/nabstime.c:817 -msgid "Unable to convert abstime 'invalid' to timestamptz" -msgstr "" - -#: ../utils/adt/nabstime.c:860 -#, c-format -msgid "Bad (length) reltime external representation '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:864 -#, c-format -msgid "Bad reltime external representation '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:874 -#, c-format -msgid "Bad reltime (internal coding error) '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:932 -#, c-format -msgid "Unable to decode tinterval '%s'" -msgstr "" - -#: ../utils/adt/nabstime.c:1033 -msgid "Unable to convert reltime 'invalid' to interval" -msgstr "" - -#: ../utils/adt/acl.c:89 -#, c-format -msgid "getid: identifier must be <%d characters" -msgstr "" - -#: ../utils/adt/acl.c:125 -#, c-format -msgid "aclparse: input = '%s'" -msgstr "" - -#: ../utils/adt/acl.c:137 -msgid "aclparse: bad keyword, must be [group|user]" -msgstr "" - -#: ../utils/adt/acl.c:140 -msgid "aclparse: a name must follow the [group|user] keyword" -msgstr "" - -#: ../utils/adt/acl.c:157 -#, c-format -msgid "aclparse: mode change flag must use \"%s\"" -msgstr "" - -#: ../utils/adt/acl.c:188 -#, c-format -msgid "aclparse: mode flags must use \"%s\"" -msgstr "" - -#: ../utils/adt/acl.c:207 -#, c-format -msgid "aclparse: correctly read [%x %d %x], modechg=%x" -msgstr "" - -#: ../utils/adt/acl.c:227 -#, c-format -msgid "makeacl: invalid size: %d" -msgstr "" - -#: ../utils/adt/acl.c:257 -msgid "aclitemin: cannot accept anything but = ACLs" -msgstr "" - -#: ../utils/adt/acl.c:261 -msgid "aclitemin: extra garbage at end of specification" -msgstr "" - -#: ../utils/adt/acl.c:329 -#, c-format -msgid "aclitemout: bad ai_idtype: %d" -msgstr "" - -#: ../utils/adt/acl.c:450 -msgid "aclinsert3: insertion before world ACL??" -msgstr "" - -#: ../utils/adt/acl.c:559 -msgid "aclremove: removal of the world ACL??" -msgstr "" - -#: ../utils/adt/acl.c:830 ../utils/adt/acl.c:901 ../utils/adt/acl.c:1026 -#, c-format -msgid "has_table_privilege: invalid relation oid %u" -msgstr "" - -#: ../utils/adt/acl.c:962 -#, c-format -msgid "has_table_privilege: invalid privilege type %s" -msgstr "" - -#: ../utils/adt/acl.c:1064 -#, c-format -msgid "has_table_privilege: relation \"%s\" does not exist" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:157 -#, c-format -msgid "array_in: more than %d dimensions" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:160 ../utils/adt/arrayfuncs.c:169 -msgid "array_in: missing dimension value" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:177 -msgid "array_in: missing ']' in array declaration" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:182 -msgid "array_in: upper_bound cannot be < lower_bound" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:191 -msgid "array_in: Need to specify dimension" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:200 -msgid "array_in: missing assignment operator" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:226 -msgid "array_in: missing left brace" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:291 -#, c-format -msgid "malformed array constant: %s" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:415 ../utils/adt/arrayfuncs.c:450 -msgid "array_in: illformed array constant" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:867 -msgid "Slices of fixed-length arrays not implemented" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:982 ../utils/adt/arrayfuncs.c:984 -#: ../utils/adt/arrayfuncs.c:1001 ../utils/adt/arrayfuncs.c:1021 -#: ../utils/adt/arrayfuncs.c:1031 ../utils/adt/arrayfuncs.c:1155 -#: ../utils/adt/arrayfuncs.c:1170 ../utils/adt/arrayfuncs.c:1179 -#: ../utils/adt/arrayfuncs.c:1186 -msgid "Invalid array subscripts" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:1144 -msgid "Updates on slices of fixed-length arrays not implemented" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:1197 -msgid "Source array too small" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:1325 -#, c-format -msgid "array_map: invalid nargs: %d" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:1327 -msgid "array_map: null input array" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:1371 -msgid "array_map: cannot handle NULL in array" -msgstr "" - -#: ../utils/adt/arrayfuncs.c:1549 -#, c-format -msgid "array_out: Cache lookup failed for type %u" -msgstr "" - -#: ../utils/adt/ascii.c:107 -#, c-format -msgid "pg_to_ascii(): unsupported encoding from %s" -msgstr "" - -#: ../utils/adt/bool.c:77 -#, c-format -msgid "Bad boolean external representation '%s'" -msgstr "" - -#: ../utils/adt/cash.c:209 -#, c-format -msgid "Bad money external representation %s" -msgstr "" - -#: ../utils/adt/cash.c:318 ../utils/adt/cash.c:331 -msgid "Memory allocation failed, can't output cash" -msgstr "" - -#: ../utils/adt/cash.c:471 ../utils/adt/cash.c:521 -msgid "cash_div: divide by 0.0 error" -msgstr "" - -#: ../utils/adt/cash.c:572 -msgid "cash_div_int4: divide by 0 error" -msgstr "" - -#: ../utils/adt/cash.c:622 -msgid "cash_div: divide by 0 error" -msgstr "" - -#: ../utils/adt/date.c:58 -#, c-format -msgid "Bad date external representation '%s'" -msgstr "" - -#: ../utils/adt/date.c:66 -msgid "" -"Date CURRENT no longer supported\n" -"\tdate_in() internal coding error" -msgstr "" - -#: ../utils/adt/date.c:76 -#, c-format -msgid "Unrecognized date external representation '%s'" -msgstr "" - -#: ../utils/adt/date.c:256 ../utils/adt/date.c:325 ../utils/adt/date.c:747 -#: ../utils/adt/date.c:1371 -msgid "Unable to convert timestamp to date" -msgstr "" - -#: ../utils/adt/date.c:290 -msgid "Unable to convert date to tm" -msgstr "" - -#: ../utils/adt/date.c:350 -msgid "Unable to convert reserved abstime value to date" -msgstr "" - -#: ../utils/adt/date.c:409 -msgid "Bad date external representation (too long)" -msgstr "" - -#: ../utils/adt/date.c:447 ../utils/adt/date.c:956 -#, c-format -msgid "Bad time external representation '%s'" -msgstr "" - -#: ../utils/adt/date.c:915 -msgid "Bad time external representation (too long)" -msgstr "" - -#: ../utils/adt/date.c:1443 -msgid "Bad timetz external representation (too long)" -msgstr "" - -#: ../utils/adt/date.c:1474 ../utils/adt/date.c:1557 -#, c-format -msgid "TIMETZ units '%s' not recognized" -msgstr "" - -#: ../utils/adt/date.c:1547 -#, c-format -msgid "TIMETZ units '%s' not supported" -msgstr "" - -#: ../utils/adt/date.c:1585 ../utils/adt/date.c:1609 -#: ../utils/adt/timestamp.c:2807 ../utils/adt/timestamp.c:2829 -#: ../utils/adt/timestamp.c:2945 ../utils/adt/timestamp.c:2988 -#, c-format -msgid "Time zone '%s' not recognized" -msgstr "" - -#: ../utils/adt/date.c:1629 ../utils/adt/timestamp.c:2852 -#: ../utils/adt/timestamp.c:3018 -#, c-format -msgid "INTERVAL time zone '%s' not legal (month specified)" -msgstr "" - -#: ../utils/adt/datetime.c:1069 ../utils/adt/datetime.c:1450 -msgid "'CURRENT' is no longer supported" -msgstr "" - -#: ../utils/adt/datetime.c:1228 ../utils/adt/datetime.c:1685 -#: ../utils/adt/formatting.c:3053 -#, c-format -msgid "Inconsistent use of year %04d and 'BC'" -msgstr "" - -#: ../utils/adt/datum.c:71 -msgid "datumGetSize: Invalid Datum Pointer" -msgstr "" - -#: ../utils/adt/encode.c:53 ../utils/adt/encode.c:87 -#, c-format -msgid "No such encoding as '%s'" -msgstr "" - -#: ../utils/adt/encode.c:62 -msgid "Overflow - encode estimate too small" -msgstr "" - -#: ../utils/adt/encode.c:96 -msgid "Overflow - decode estimate too small" -msgstr "" - -#: ../utils/adt/encode.c:144 -#, c-format -msgid "Bad hex code: '%c'" -msgstr "" - -#: ../utils/adt/encode.c:170 -msgid "hex_decode: invalid data" -msgstr "" - -#: ../utils/adt/encode.c:284 -msgid "base64: unexpected '='" -msgstr "" - -#: ../utils/adt/encode.c:294 -msgid "base64: Invalid symbol" -msgstr "" - -#: ../utils/adt/encode.c:312 -msgid "base64: invalid end sequence" -msgstr "" - -#: ../utils/adt/encode.c:419 ../utils/adt/encode.c:482 -msgid "decode: Bad input string for type bytea" -msgstr "" - -#: ../utils/adt/float.c:147 -msgid "Bad float4 input format -- overflow" -msgstr "" - -#: ../utils/adt/float.c:149 -msgid "Bad float4 input format -- underflow" -msgstr "" - -#: ../utils/adt/float.c:171 -msgid "Bad float8 input format -- overflow" -msgstr "" - -#: ../utils/adt/float.c:173 -msgid "Bad float8 input format -- underflow" -msgstr "" - -#: ../utils/adt/float.c:204 -#, c-format -msgid "Bad float4 input format '%s'" -msgstr "" - -#: ../utils/adt/float.c:209 -#, c-format -msgid "Input '%s' is out of range for float4" -msgstr "" - -#: ../utils/adt/float.c:269 ../utils/adt/numeric.c:1685 -#, c-format -msgid "Bad float8 input format '%s'" -msgstr "" - -#: ../utils/adt/float.c:274 -#, c-format -msgid "Input '%s' is out of range for float8" -msgstr "" - -#: ../utils/adt/float.c:493 -msgid "float4div: divide by zero error" -msgstr "" - -#: ../utils/adt/float.c:555 -msgid "float8div: divide by zero error" -msgstr "" - -#: ../utils/adt/float.c:805 -msgid "dtoi4: integer out of range" -msgstr "" - -#: ../utils/adt/float.c:822 -msgid "dtoi2: integer out of range" -msgstr "" - -#: ../utils/adt/float.c:867 -msgid "ftoi4: integer out of range" -msgstr "" - -#: ../utils/adt/float.c:884 -msgid "ftoi2: integer out of range" -msgstr "" - -#: ../utils/adt/float.c:1074 -msgid "can't take sqrt of a negative number" -msgstr "" - -#: ../utils/adt/float.c:1118 -msgid "pow() result is out of range" -msgstr "" - -#: ../utils/adt/float.c:1146 -msgid "exp() result is out of range" -msgstr "" - -#: ../utils/adt/float.c:1164 ../utils/adt/float.c:1185 -msgid "can't take log of zero" -msgstr "" - -#: ../utils/adt/float.c:1166 ../utils/adt/float.c:1187 -msgid "can't take log of a negative number" -msgstr "" - -#: ../utils/adt/float.c:1212 -#, c-format -msgid "acos(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1235 -#, c-format -msgid "asin(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1258 -#, c-format -msgid "atan(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1282 -#, c-format -msgid "atan2(%f,%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1305 -#, c-format -msgid "cos(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1328 -#, c-format -msgid "cot(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1352 -#, c-format -msgid "sin(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1375 -#, c-format -msgid "tan(%f) input is out of range" -msgstr "" - -#: ../utils/adt/float.c:1486 -#, c-format -msgid "%s: expected 3-element float8 array" -msgstr "" - -#: ../utils/adt/float.c:1681 -msgid "float48div: divide by zero" -msgstr "" - -#: ../utils/adt/float.c:1741 -msgid "float84div: divide by zero" -msgstr "" - -#: ../utils/adt/format_type.c:141 ../utils/adt/format_type.c:159 -#, c-format -msgid "could not locate data type with oid %u in catalog" -msgstr "" - -#: ../utils/adt/format_type.c:297 -#, c-format -msgid "Invalid INTERVAL typmod 0x%x" -msgstr "" - -#: ../utils/adt/formatting.c:396 -#, c-format -msgid "" -"TMFC:\n" -"hh %d\n" -"am %d\n" -"pm %d\n" -"mi %d\n" -"ss %d\n" -"ssss %d\n" -"d %d\n" -"dd %d\n" -"ddd %d\n" -"mm %d\n" -"ms: %d\n" -"yyyy %d\n" -"bc %d\n" -"iw %d\n" -"ww %d\n" -"w %d\n" -"cc %d\n" -"q %d\n" -"j %d\n" -"us: %d" -msgstr "" - -#: ../utils/adt/formatting.c:402 -#, c-format -msgid "" -"TM:\n" -"sec %d\n" -"year %d\n" -"min %d\n" -"wday %d\n" -"hour %d\n" -"yday %d\n" -"mday %d\n" -"nisdst %d\n" -"mon %d\n" -msgstr "" - -#: ../utils/adt/formatting.c:981 -msgid "to_char/to_number(): '9' must be ahead of 'PR'." -msgstr "" - -#: ../utils/adt/formatting.c:998 -msgid "to_char/to_number(): '0' must be ahead of 'PR'." -msgstr "" - -#: ../utils/adt/formatting.c:1025 -msgid "to_char/to_number(): not unique decimal point." -msgstr "" - -#: ../utils/adt/formatting.c:1030 ../utils/adt/formatting.c:1117 -msgid "to_char/to_number(): can't use 'V' and decimal poin together." -msgstr "" - -#: ../utils/adt/formatting.c:1043 -msgid "to_char/to_number(): not unique 'S'." -msgstr "" - -#: ../utils/adt/formatting.c:1048 -msgid "to_char/to_number(): can't use 'S' and 'PL'/'MI'/'SG'/'PR' together." -msgstr "" - -#: ../utils/adt/formatting.c:1070 -msgid "to_char/to_number(): can't use 'S' and 'MI' together." -msgstr "" - -#: ../utils/adt/formatting.c:1079 -msgid "to_char/to_number(): can't use 'S' and 'PL' together." -msgstr "" - -#: ../utils/adt/formatting.c:1088 -msgid "to_char/to_number(): can't use 'S' and 'SG' together." -msgstr "" - -#: ../utils/adt/formatting.c:1098 -msgid "to_char/to_number(): can't use 'PR' and 'S'/'PL'/'MI'/'SG' together." -msgstr "" - -#: ../utils/adt/formatting.c:1124 -msgid "to_char/to_number(): 'E' is not supported." -msgstr "" - -#: ../utils/adt/formatting.c:1148 -msgid "to_char/number(): run parser." -msgstr "" - -#: ../utils/adt/formatting.c:1344 -msgid "to_from-char(): DUMP FORMAT" -msgstr "" - -#: ../utils/adt/formatting.c:1349 -#, c-format -msgid "%d:\t NODE_TYPE_ACTION '%s'\t(%s,%s)" -msgstr "" - -#: ../utils/adt/formatting.c:1352 -#, c-format -msgid "%d:\t NODE_TYPE_CHAR '%c'" -msgstr "" - -#: ../utils/adt/formatting.c:1355 -#, c-format -msgid "%d:\t NODE_TYPE_END" -msgstr "" - -#: ../utils/adt/formatting.c:1359 -#, c-format -msgid "%d:\t UnKnown NODE !!!" -msgstr "" - -#: ../utils/adt/formatting.c:1383 -#, c-format -msgid "get_th: '%s' is not number." -msgstr "" - -#: ../utils/adt/formatting.c:1551 -msgid "TO-FROM_CHAR: Dump KeyWord Index:" -msgstr "" - -#: ../utils/adt/formatting.c:1557 -#, c-format -msgid "\t%c: %s, " -msgstr "" - -#: ../utils/adt/formatting.c:1563 -#, c-format -msgid "\t(%d) %c %d" -msgstr "" - -#: ../utils/adt/formatting.c:1566 -#, c-format -msgid "" -"\n" -"\t\tUsed positions: %d,\n" -"\t\tFree positions: %d" -msgstr "" - -#: ../utils/adt/formatting.c:1638 -msgid "to_timestamp(): bad AM/PM string" -msgstr "" - -#: ../utils/adt/formatting.c:1974 -msgid "to_timestamp(): TZ/tz not supported." -msgstr "" - -#: ../utils/adt/formatting.c:1982 -#, c-format -msgid "to_timestamp(): bad value for %s" -msgstr "" - -#: ../utils/adt/formatting.c:2590 ../utils/adt/formatting.c:3182 -#, c-format -msgid "Cache is full (%d)" -msgstr "" - -#: ../utils/adt/formatting.c:2598 ../utils/adt/formatting.c:3199 -#, c-format -msgid "OLD: '%s' AGE: %d" -msgstr "" - -#: ../utils/adt/formatting.c:2609 ../utils/adt/formatting.c:3211 -#, c-format -msgid "NEW (%d)" -msgstr "" - -#: ../utils/adt/formatting.c:2774 ../utils/adt/formatting.c:2800 -msgid "to_char(): Unable to convert timestamp to tm" -msgstr "" - -#: utils/adt/formatting.c:2870 -msgid "January" -msgstr "Leden" - -#: utils/adt/formatting.c:2873 -msgid "February" -msgstr "�nor" - -#: utils/adt/formatting.c:2876 -msgid "March" -msgstr "B�ezen" - -#: utils/adt/formatting.c:2879 -msgid "April" -msgstr "Duben" - -#: utils/adt/formatting.c:2882 -msgid "May" -msgstr "Kv�ten" - -#: utils/adt/formatting.c:2885 -msgid "June" -msgstr "�erven" - -#: utils/adt/formatting.c:2888 -msgid "July" -msgstr "�ervenec" - -#: utils/adt/formatting.c:2891 -msgid "August" -msgstr "Srpen" - -#: utils/adt/formatting.c:2894 -msgid "September" -msgstr "Z���" - -#: utils/adt/formatting.c:2897 -msgid "October" -msgstr "��jen" - -#: utils/adt/formatting.c:2900 -msgid "November" -msgstr "Listopad" - -#: utils/adt/formatting.c:2903 -msgid "December" -msgstr "Prosinec" - -#: utils/adt/formatting.c:2918 -msgid "Jan" -msgstr "Led" - -#: utils/adt/formatting.c:2921 -msgid "Feb" -msgstr "�no" - -#: utils/adt/formatting.c:2924 -msgid "Mar" -msgstr "B�e" - -#: utils/adt/formatting.c:2927 -msgid "Apr" -msgstr "Dub" - -#. translator: Translate this as the abbreviation of "May". -#. In English, it is both the full month name and the -#. abbreviation, so this hack is needed to distinguish -#. them. The translation also needs to start with S:, -#. which will be stripped at run time. -#: utils/adt/formatting.c:2936 -msgid "S:May" -msgstr "S:Kv�" - -#: utils/adt/formatting.c:2939 -msgid "Jun" -msgstr "�rn" - -#: utils/adt/formatting.c:2942 -msgid "Jul" -msgstr "�rc" - -#: utils/adt/formatting.c:2945 -msgid "Aug" -msgstr "Srp" - -#: utils/adt/formatting.c:2948 -msgid "Sep" -msgstr "Z��" - -#: utils/adt/formatting.c:2951 -msgid "Oct" -msgstr "��j" - -#: utils/adt/formatting.c:2954 -msgid "Nov" -msgstr "Lis" - -#: utils/adt/formatting.c:2957 -msgid "Dec" -msgstr "Pro" - -#: utils/adt/formatting.c:2972 -msgid "Sunday" -msgstr "Ned�le" - -#: utils/adt/formatting.c:2975 -msgid "Monday" -msgstr "Pond�l�" - -#: utils/adt/formatting.c:2978 -msgid "Tuesday" -msgstr "�ter�" - -#: utils/adt/formatting.c:2981 -msgid "Wednesday" -msgstr "St�eda" - -#: utils/adt/formatting.c:2984 -msgid "Thursday" -msgstr "�tvrtek" - -#: utils/adt/formatting.c:2987 -msgid "Friday" -msgstr "P�tek" - -#: utils/adt/formatting.c:2990 -msgid "Saturday" -msgstr "Sobota" - -#: utils/adt/formatting.c:3005 -msgid "Sun" -msgstr "Ne" - -#: utils/adt/formatting.c:3008 -msgid "Mon" -msgstr "Po" - -#: utils/adt/formatting.c:3011 -msgid "Tue" -msgstr "Ut" - -#: utils/adt/formatting.c:3014 -msgid "Wed" -msgstr "St" - -#: utils/adt/formatting.c:3017 -msgid "Thu" -msgstr "�t" - -#: utils/adt/formatting.c:3020 -msgid "Fri" -msgstr "P�" - -#: utils/adt/formatting.c:3023 -msgid "Sat" -msgstr "So" - -#: ../utils/adt/formatting.c:2976 -msgid "to_timestamp(): AM/PM hour must be between 1 and 12" -msgstr "" - -#: ../utils/adt/formatting.c:3085 -msgid "to_timestamp() cat't convert yday without year information" -msgstr "" - -#: ../utils/adt/formatting.c:3113 -msgid "to_timestamp(): can't convert 'tm' to timestamp." -msgstr "" - -#: ../utils/adt/formatting.c:3261 -#, c-format -msgid "REMOVING ENTRY (%s)" -msgstr "" - -#: ../utils/adt/formatting.c:3493 -msgid "CALL: get_last_relevant_decnum()" -msgstr "" - -#: ../utils/adt/formatting.c:3518 -msgid " --- scan start --- " -msgstr "" - -#: ../utils/adt/formatting.c:3539 -#, c-format -msgid "Try read sign (%c)." -msgstr "" - -#: ../utils/adt/formatting.c:3551 -#, c-format -msgid "Try read locale sign (%c)." -msgstr "" - -#: ../utils/adt/formatting.c:3570 -#, c-format -msgid "Try read sipmle sign (%c)." -msgstr "" - -#: ../utils/adt/formatting.c:3611 -#, c-format -msgid "Read digit (%c)." -msgstr "" - -#: ../utils/adt/formatting.c:3622 -#, c-format -msgid "Try read decimal point (%c)." -msgstr "" - -#: ../utils/adt/formatting.c:3637 -#, c-format -msgid "Try read locale point (%c)." -msgstr "" - -#: ../utils/adt/formatting.c:3670 -#, c-format -msgid "SIGN_WROTE: %d, CURRENT: %d, NUMBER_P: '%s', INOUT: '%s'" -msgstr "" - -#: ../utils/adt/formatting.c:3685 -#, c-format -msgid "Writing sign to position: %d" -msgstr "" - -#: ../utils/adt/formatting.c:3727 -#, c-format -msgid "Writing bracket to position %d" -msgstr "" - -#: ../utils/adt/formatting.c:3749 -#, c-format -msgid "Writing blank space to position %d" -msgstr "" - -#: ../utils/adt/formatting.c:3764 -#, c-format -msgid "Writing zero to position %d" -msgstr "" - -#: ../utils/adt/formatting.c:3782 -#, c-format -msgid "Writing decimal point to position %d" -msgstr "" - -#: ../utils/adt/formatting.c:3835 -#, c-format -msgid "Writing digit '%c' to position %d" -msgstr "" - -#: ../utils/adt/formatting.c:3878 -msgid "to_number(): RN is not supported" -msgstr "" - -#: ../utils/adt/formatting.c:4000 -#, c-format -msgid "" -"\n" -"\tNUM: '%s'\n" -"\tPRE: %d\n" -"\tPOST: %d\n" -"\tNUM_COUNT: %d\n" -"\tNUM_PRE: %d\n" -"\tSIGN_POS: %d\n" -"\tSIGN_WROTE: %s\n" -"\tZERO: %s\n" -"\tZERO_START: %d\n" -"\tZERO_END: %d\n" -"\tLAST_RELEVANT: %s" -msgstr "" - -#: ../utils/adt/formatting.c:4265 -#, c-format -msgid "TO_NUMBER (number): '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:294 -msgid "Unable to format path" -msgstr "" - -#: ../utils/adt/geo_ops.c:366 -#, c-format -msgid "Bad box external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:824 -#, c-format -msgid "Bad line external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:829 ../utils/adt/geo_ops.c:892 -msgid "line not yet implemented" -msgstr "" - -#: ../utils/adt/geo_ops.c:1219 ../utils/adt/geo_ops.c:1240 -#, c-format -msgid "Bad path external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:1556 -#, c-format -msgid "Bad point external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:1752 -#, c-format -msgid "Bad lseg external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:2312 -msgid "dist_lb not implemented" -msgstr "" - -#: ../utils/adt/geo_ops.c:2834 -msgid "close_lb not implemented" -msgstr "" - -#: ../utils/adt/geo_ops.c:3111 -msgid "Unable to create bounding box for empty polygon" -msgstr "" - -#: ../utils/adt/geo_ops.c:3133 ../utils/adt/geo_ops.c:3144 -#, c-format -msgid "Bad polygon external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:3432 -msgid "poly_distance not implemented" -msgstr "" - -#: ../utils/adt/geo_ops.c:3511 -msgid "point_div: divide by 0.0 error" -msgstr "" - -#: ../utils/adt/geo_ops.c:3738 -msgid "path_center not implemented" -msgstr "" - -#: ../utils/adt/geo_ops.c:3753 -msgid "Open path cannot be converted to polygon" -msgstr "" - -#: ../utils/adt/geo_ops.c:3919 ../utils/adt/geo_ops.c:3927 -#: ../utils/adt/geo_ops.c:3940 ../utils/adt/geo_ops.c:3944 -#, c-format -msgid "Bad circle external representation '%s'" -msgstr "" - -#: ../utils/adt/geo_ops.c:3964 ../utils/adt/geo_ops.c:3970 -msgid "Unable to format circle" -msgstr "" - -#: ../utils/adt/geo_ops.c:4450 -msgid "Unable to convert circle to polygon" -msgstr "" - -#: ../utils/adt/geo_ops.c:4484 ../utils/adt/geo_ops.c:4505 -msgid "Unable to convert polygon to circle" -msgstr "" - -#: ../utils/adt/int.c:96 -msgid "int2vector value has too many values" -msgstr "" - -#: ../utils/adt/int.c:250 -#, c-format -msgid "i4toi2: '%d' causes int2 underflow" -msgstr "" - -#: ../utils/adt/int.c:252 -#, c-format -msgid "i4toi2: '%d' causes int2 overflow" -msgstr "" - -#: ../utils/adt/int8.c:98 ../utils/adt/int8.c:108 -#, c-format -msgid "Bad int8 external representation \"%s\"" -msgstr "" - -#: ../utils/adt/int8.c:104 -#, c-format -msgid "int8 value out of range: \"%s\"" -msgstr "" - -#: ../utils/adt/int8.c:127 -msgid "Unable to format int8" -msgstr "" - -#: ../utils/adt/int8.c:716 -msgid "int8 conversion to int4 is out of range" -msgstr "" - -#: ../utils/adt/int8.c:739 -msgid "int8 conversion to int2 is out of range" -msgstr "" - -#: ../utils/adt/int8.c:775 -msgid "Floating point conversion to int8 is out of range" -msgstr "" - -#: ../utils/adt/like.c:493 ../utils/adt/like_match.c:288 -msgid "ESCAPE string must be empty or one character" -msgstr "" - -#: ../utils/adt/mac.c:51 -#, c-format -msgid "macaddr_in: error in parsing \"%s\"" -msgstr "" - -#: ../utils/adt/mac.c:56 -#, c-format -msgid "macaddr_in: illegal address \"%s\"" -msgstr "" - -#: ../utils/adt/mac.c:129 -msgid "Text is too long to convert to MAC address" -msgstr "" - -#: ../utils/adt/network.c:66 -#, c-format -msgid "invalid %s value '%s'" -msgstr "" - -#: ../utils/adt/network.c:77 -#, c-format -msgid "invalid CIDR value '%s': has bits set to right of mask" -msgstr "" - -#: ../utils/adt/network.c:129 ../utils/adt/network.c:470 -#, c-format -msgid "unable to print address (%s)" -msgstr "" - -#: ../utils/adt/network.c:139 ../utils/adt/network.c:403 -#: ../utils/adt/network.c:440 ../utils/adt/network.c:474 -#: ../utils/adt/network.c:520 ../utils/adt/network.c:560 -#: ../utils/adt/network.c:602 ../utils/adt/network.c:638 -#, c-format -msgid "unknown address family (%d)" -msgstr "" - -#: ../utils/adt/network.c:186 -#, c-format -msgid "set_masklen - invalid value '%d'" -msgstr "" - -#: ../utils/adt/network.c:227 ../utils/adt/network.c:316 -#: ../utils/adt/network.c:336 ../utils/adt/network.c:356 -#: ../utils/adt/network.c:376 -#, c-format -msgid "cannot compare address families %d and %d" -msgstr "" - -#: ../utils/adt/network.c:399 ../utils/adt/network.c:430 -#, c-format -msgid "unable to print host (%s)" -msgstr "" - -#: ../utils/adt/network.c:657 -#, c-format -msgid "convert_network_to_scalar: unsupported type %u" -msgstr "" - -#: ../utils/adt/not_in.c:65 -msgid "int4notin: must provide relationname.attributename" -msgstr "" - -#: ../utils/adt/not_in.c:76 -#, c-format -msgid "int4notin: unknown attribute %s for relation %s" -msgstr "" - -#: ../utils/adt/numeric.c:1500 -msgid "Cannot convert NaN to int4" -msgstr "" - -#: ../utils/adt/numeric.c:1550 -msgid "Cannot convert NaN to int8" -msgstr "" - -#: ../utils/adt/numeric.c:1601 -msgid "Cannot convert NaN to int2" -msgstr "" - -#: ../utils/adt/numeric.c:1767 -msgid "do_numeric_accum: expected 3-element numeric array" -msgstr "" - -#: ../utils/adt/numeric.c:1858 -msgid "numeric_avg: expected 3-element numeric array" -msgstr "" - -#: ../utils/adt/numeric.c:1893 -msgid "numeric_variance: expected 3-element numeric array" -msgstr "" - -#: ../utils/adt/numeric.c:1960 -msgid "numeric_stddev: expected 3-element numeric array" -msgstr "" - -#: ../utils/adt/numeric.c:2142 -msgid "int2_avg_accum: expected 2-element int8 array" -msgstr "" - -#: ../utils/adt/numeric.c:2162 -msgid "int4_avg_accum: expected 2-element int8 array" -msgstr "" - -#: ../utils/adt/numeric.c:2180 -msgid "int8_avg: expected 2-element int8 array" -msgstr "" - -#: ../utils/adt/numeric.c:2371 ../utils/adt/numeric.c:2386 -#: ../utils/adt/numeric.c:2404 ../utils/adt/numeric.c:2408 -#: ../utils/adt/numeric.c:2419 -#, c-format -msgid "Bad numeric input format '%s'" -msgstr "" - -#: ../utils/adt/numeric.c:2738 -#, c-format -msgid "" -"overflow on numeric ABS(value) >= 10^%d for field with precision %d scale %d" -msgstr "" - -#: ../utils/adt/numeric.c:3148 -msgid "division by zero on numeric" -msgstr "" - -#: ../utils/adt/numeric.c:3453 -msgid "math error on numeric - cannot compute SQRT of negative value" -msgstr "" - -#: ../utils/adt/numeric.c:3539 -msgid "argument for EXP() too big" -msgstr "" - -#: ../utils/adt/numeric.c:3606 -msgid "math error on numeric - cannot compute LN of value <= zero" -msgstr "" - -#: ../utils/adt/numutils.c:61 -msgid "pg_atoi: NULL pointer!" -msgstr "" - -#: ../utils/adt/numutils.c:73 ../utils/adt/numutils.c:85 -#: ../utils/adt/numutils.c:90 ../utils/adt/numutils.c:98 -#: ../utils/adt/numutils.c:103 ../utils/adt/numutils.c:110 -#: ../utils/adt/numutils.c:115 -#, c-format -msgid "pg_atoi: error reading \"%s\": %m" -msgstr "" - -#: ../utils/adt/numutils.c:75 -#, c-format -msgid "pg_atoi: error in \"%s\": can't parse \"%s\"" -msgstr "" - -#: ../utils/adt/numutils.c:119 -#, c-format -msgid "pg_atoi: invalid result size: %d" -msgstr "" - -#: ../utils/adt/oid.c:46 -#, c-format -msgid "%s: error reading \"%s\": %m" -msgstr "" - -#: ../utils/adt/oid.c:49 ../utils/adt/oid.c:63 -#, c-format -msgid "%s: error in \"%s\": can't parse \"%s\"" -msgstr "" - -#: ../utils/adt/oid.c:84 -#, c-format -msgid "%s: error reading \"%s\": %s" -msgstr "" - -#: ../utils/adt/oid.c:138 -msgid "oidvector value has too many values" -msgstr "" - -#: ../utils/adt/pg_locale.c:89 -#, c-format -msgid "" -"CURRENT LOCALE ENVIRONMENT:\n" -"\n" -"LANG: \t%s\n" -"LC_CTYPE:\t%s\n" -"LC_NUMERIC:\t%s\n" -"LC_TIME:\t%s\n" -"LC_COLLATE:\t%s\n" -"LC_MONETARY:\t%s\n" -"LC_MESSAGES:\t%s\n" -msgstr "" - -#: ../utils/adt/pg_locale.c:98 -#, c-format -msgid "" -"CURRENT LOCALE ENVIRONMENT:\n" -"\n" -"LANG: \t%s\n" -"LC_CTYPE:\t%s\n" -"LC_NUMERIC:\t%s\n" -"LC_TIME:\t%s\n" -"LC_COLLATE:\t%s\n" -"LC_MONETARY:\t%s\n" -msgstr "" - -#: ../utils/adt/pg_locale.c:122 -#, c-format -msgid "pg_setlocale(): 'LC_COLLATE=%s' cannot be honored." -msgstr "" - -#: ../utils/adt/pg_locale.c:126 -#, c-format -msgid "pg_setlocale(): 'LC_CTYPE=%s' cannot be honored." -msgstr "" - -#: ../utils/adt/pg_locale.c:130 -#, c-format -msgid "pg_setlocale(): 'LC_NUMERIC=%s' cannot be honored." -msgstr "" - -#: ../utils/adt/pg_locale.c:134 -#, c-format -msgid "pg_setlocale(): 'LC_TIME=%s' cannot be honored." -msgstr "" - -#: ../utils/adt/pg_locale.c:138 -#, c-format -msgid "pg_setlocale(): 'LC_MONETARY=%s' cannot be honored." -msgstr "" - -#: ../utils/adt/pg_locale.c:143 -#, c-format -msgid "pg_setlocale(): 'LC_MESSAGES=%s' cannot be honored." -msgstr "" - -#: ../utils/adt/pgstatfuncs.c:186 -msgid "" -"pg_stat_get_backend_idset: called in context that does not accept a set " -"result" -msgstr "" - -#: ../utils/adt/pgstatfuncs.c:191 -msgid "No function memory context in set-function" -msgstr "" - -#: ../utils/adt/regexp.c:143 -#, c-format -msgid "Invalid regular expression: %s" -msgstr "" - -#: ../utils/adt/regproc.c:61 -#, c-format -msgid "No procedure with oid %s" -msgstr "" - -#: ../utils/adt/regproc.c:128 -#, c-format -msgid "" -"There is more than one procedure named %s.\n" -"\tSupply the pg_proc oid inside single quotes." -msgstr "" - -#: ../utils/adt/regproc.c:130 -#, c-format -msgid "No procedure with name %s" -msgstr "" - -#: ../utils/adt/ri_triggers.c:175 -msgid "RI_FKey_check() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:178 -msgid "RI_FKey_check() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:181 -msgid "RI_FKey_check() must be fired for INSERT or UPDATE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:189 -msgid "wrong # of arguments in call to RI_FKey_check()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:191 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_check()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:254 ../utils/adt/ri_triggers.c:365 -msgid "SPI_connect() failed in RI_FKey_check()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:261 ../utils/adt/ri_triggers.c:443 -msgid "SPI_execp() failed in RI_FKey_check()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:266 -#, c-format -msgid "%s referential integrity violation - no rows found in %s" -msgstr "" - -#: ../utils/adt/ri_triggers.c:272 ../utils/adt/ri_triggers.c:455 -msgid "SPI_finish() failed in RI_FKey_check()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:282 ../utils/adt/ri_triggers.c:686 -#: ../utils/adt/ri_triggers.c:900 ../utils/adt/ri_triggers.c:1093 -#: ../utils/adt/ri_triggers.c:1317 ../utils/adt/ri_triggers.c:1528 -#: ../utils/adt/ri_triggers.c:1750 ../utils/adt/ri_triggers.c:1954 -#: ../utils/adt/ri_triggers.c:2207 ../utils/adt/ri_triggers.c:2456 -#: ../utils/adt/ri_triggers.c:2732 ../utils/adt/ri_triggers.c:2813 -msgid "MATCH PARTIAL not yet supported" -msgstr "" - -#: ../utils/adt/ri_triggers.c:318 -#, c-format -msgid "" -"%s referential integrity violation - MATCH FULL doesn't allow mixing of NULL " -"and NON-NULL key values" -msgstr "" - -#: ../utils/adt/ri_triggers.c:342 -msgid "MATCH PARTIAL not yet implemented" -msgstr "" - -#: ../utils/adt/ri_triggers.c:448 -#, c-format -msgid "" -"%s referential integrity violation - key referenced from %s not found in %s" -msgstr "" - -#: ../utils/adt/ri_triggers.c:462 -msgid "internal error #1 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:527 -msgid "RI_FKey_noaction_del() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:530 -msgid "RI_FKey_noaction_del() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:532 -msgid "RI_FKey_noaction_del() must be fired for DELETE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:540 -msgid "wrong # of arguments in call to RI_FKey_noaction_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:542 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_noaction_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:597 -msgid "SPI_connect() failed in RI_FKey_noaction_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:666 -msgid "SPI_execp() failed in RI_FKey_noaction_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:671 ../utils/adt/ri_triggers.c:885 -#: ../utils/adt/ri_triggers.c:1513 ../utils/adt/ri_triggers.c:1735 -#, c-format -msgid "%s referential integrity violation - key in %s still referenced from %s" -msgstr "" - -#: ../utils/adt/ri_triggers.c:678 -msgid "SPI_finish() failed in RI_FKey_noaction_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:693 -msgid "internal error #2 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:733 -msgid "RI_FKey_noaction_upd() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:736 -msgid "RI_FKey_noaction_upd() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:738 -msgid "RI_FKey_noaction_upd() must be fired for UPDATE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:746 -msgid "wrong # of arguments in call to RI_FKey_noaction_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:748 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_noaction_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:811 -msgid "SPI_connect() failed in RI_FKey_noaction_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:880 -msgid "SPI_execp() failed in RI_FKey_noaction_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:892 -msgid "SPI_finish() failed in RI_FKey_noaction_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:907 -msgid "internal error #3 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:943 -msgid "RI_FKey_cascade_del() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:946 -msgid "RI_FKey_cascade_del() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:948 -msgid "RI_FKey_cascade_del() must be fired for DELETE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:956 -msgid "wrong # of arguments in call to RI_FKey_cascade_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:958 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_cascade_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1014 -msgid "SPI_connect() failed in RI_FKey_cascade_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1080 -msgid "SPI_execp() failed in RI_FKey_cascade_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1085 -msgid "SPI_finish() failed in RI_FKey_cascade_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1100 -msgid "internal error #4 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1138 -msgid "RI_FKey_cascade_upd() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1141 -msgid "RI_FKey_cascade_upd() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1143 -msgid "RI_FKey_cascade_upd() must be fired for UPDATE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1151 -msgid "wrong # of arguments in call to RI_FKey_cascade_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1153 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_cascade_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1217 -msgid "SPI_connect() failed in RI_FKey_cascade_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1304 -msgid "SPI_execp() failed in RI_FKey_cascade_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1309 -msgid "SPI_finish() failed in RI_FKey_cascade_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1324 -msgid "internal error #5 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1367 -msgid "RI_FKey_restrict_del() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1370 -msgid "RI_FKey_restrict_del() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1372 -msgid "RI_FKey_restrict_del() must be fired for DELETE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1380 -msgid "wrong # of arguments in call to RI_FKey_restrict_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1382 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_restrict_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1438 -msgid "SPI_connect() failed in RI_FKey_restrict_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1508 -msgid "SPI_execp() failed in RI_FKey_restrict_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1520 -msgid "SPI_finish() failed in RI_FKey_restrict_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1535 -msgid "internal error #6 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1579 -msgid "RI_FKey_restrict_upd() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1582 -msgid "RI_FKey_restrict_upd() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1584 -msgid "RI_FKey_restrict_upd() must be fired for UPDATE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1592 -msgid "wrong # of arguments in call to RI_FKey_restrict_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1594 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_restrict_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1658 -msgid "SPI_connect() failed in RI_FKey_restrict_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1730 -msgid "SPI_execp() failed in RI_FKey_restrict_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1742 -msgid "SPI_finish() failed in RI_FKey_restrict_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1757 -msgid "internal error #7 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1793 -msgid "RI_FKey_setnull_del() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1796 -msgid "RI_FKey_setnull_del() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1798 -msgid "RI_FKey_setnull_del() must be fired for DELETE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1806 -msgid "wrong # of arguments in call to RI_FKey_setnull_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1808 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_setnull_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1864 -msgid "SPI_connect() failed in RI_FKey_setnull_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1941 -msgid "SPI_execp() failed in RI_FKey_setnull_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1946 -msgid "SPI_finish() failed in RI_FKey_setnull_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:1961 -msgid "internal error #8 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2000 -msgid "RI_FKey_setnull_upd() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2003 -msgid "RI_FKey_setnull_upd() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2005 -msgid "RI_FKey_setnull_upd() must be fired for UPDATE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2013 -msgid "wrong # of arguments in call to RI_FKey_setnull_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2015 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_setnull_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2081 -msgid "SPI_connect() failed in RI_FKey_setnull_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2194 -msgid "SPI_execp() failed in RI_FKey_setnull_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2199 -msgid "SPI_finish() failed in RI_FKey_setnull_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2214 -msgid "internal error #9 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2250 -msgid "RI_FKey_setdefault_del() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2253 -msgid "RI_FKey_setdefault_del() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2255 -msgid "RI_FKey_setdefault_del() must be fired for DELETE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2263 -msgid "wrong # of arguments in call to RI_FKey_setdefault_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2265 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_setdefault_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2320 -msgid "SPI_connect() failed in RI_FKey_setdefault_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2443 -msgid "SPI_execp() failed in RI_FKey_setdefault_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2448 -msgid "SPI_finish() failed in RI_FKey_setdefault_del()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2463 -msgid "internal error #10 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2501 -msgid "RI_FKey_setdefault_upd() not fired by trigger manager" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2504 -msgid "RI_FKey_setdefault_upd() must be fired AFTER ROW" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2506 -msgid "RI_FKey_setdefault_upd() must be fired for UPDATE" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2514 -msgid "wrong # of arguments in call to RI_FKey_setdefault_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2516 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_setdefault_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2581 -msgid "SPI_connect() failed in RI_FKey_setdefault_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2719 -msgid "SPI_execp() failed in RI_FKey_setdefault_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2724 -msgid "SPI_finish() failed in RI_FKey_setdefault_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2739 -msgid "internal error #11 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2770 -msgid "wrong # of arguments in call to RI_FKey_keyequal_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2772 -#, c-format -msgid "too many keys (%d max) in call to RI_FKey_keyequal_upd()" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2820 -msgid "internal error #12 in ri_triggers.c" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2853 -#, c-format -msgid "unrecognized referential integrity MATCH type '%s'" -msgstr "" - -#: ../utils/adt/ri_triggers.c:2903 ../utils/adt/ri_triggers.c:2911 -#, c-format -msgid "constraint %s: table %s does not have an attribute %s" -msgstr "" - -#: ../utils/adt/ri_triggers.c:3040 -msgid "out of memory for RI plan cache" -msgstr "" - -#: ../utils/adt/ri_triggers.c:3234 -#, c-format -msgid "ri_AttributesEqual(): cannot find '=' operator for type %u" -msgstr "" - -#: ../utils/adt/ri_triggers.c:3252 -msgid "out of memory for RI operator cache" -msgstr "" - -#: ../utils/adt/ruleutils.c:178 -msgid "get_ruledef: cannot connect to SPI manager" -msgstr "" - -#: ../utils/adt/ruleutils.c:193 ../utils/adt/ruleutils.c:286 -#, c-format -msgid "SPI_prepare() failed for \"%s\"" -msgstr "" - -#: ../utils/adt/ruleutils.c:205 -#, c-format -msgid "failed to get pg_rewrite tuple for %s" -msgstr "" - -#: ../utils/adt/ruleutils.c:209 ../utils/adt/ruleutils.c:234 -msgid "get_ruledef: SPI_finish() failed" -msgstr "" - -#: ../utils/adt/ruleutils.c:271 -msgid "get_viewdef: cannot connect to SPI manager" -msgstr "" - -#: ../utils/adt/ruleutils.c:299 -#, c-format -msgid "failed to get pg_rewrite tuple for view %s" -msgstr "" - -#: ../utils/adt/ruleutils.c:323 -msgid "get_viewdef: SPI_finish() failed" -msgstr "" - -#: ../utils/adt/ruleutils.c:361 -#, c-format -msgid "syscache lookup for index %u failed" -msgstr "" - -#: ../utils/adt/ruleutils.c:371 ../utils/adt/ruleutils.c:381 -#, c-format -msgid "syscache lookup for relid %u failed" -msgstr "" - -#: ../utils/adt/ruleutils.c:392 -#, c-format -msgid "lookup for AM %u failed" -msgstr "" - -#: ../utils/adt/ruleutils.c:746 -#, c-format -msgid "get_ruledef: rule %s has unsupported event type %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:943 -#, c-format -msgid "get_ruledef of %s: query command type %d not implemented yet" -msgstr "" - -#: ../utils/adt/ruleutils.c:1163 -#, c-format -msgid "get_setop_query: unexpected set op %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:1174 -#, c-format -msgid "get_setop_query: unexpected node %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:1230 -msgid "get_insert_query_def: too many RTEs in INSERT!" -msgstr "" - -#: ../utils/adt/ruleutils.c:1377 -msgid "get_utility_query_def: unexpected statement type" -msgstr "" - -#: ../utils/adt/ruleutils.c:1404 -#, c-format -msgid "get_names_for_var: bogus varlevelsup %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:1549 -#, c-format -msgid "find_alias_in_namespace: unexpected node type %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:1660 -#, c-format -msgid "phony_equal: unexpected node type %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:1745 -#, c-format -msgid "cache lookup for operator %u failed" -msgstr "" - -#: ../utils/adt/ruleutils.c:1762 -msgid "get_rule_expr: bogus oprkind" -msgstr "" - -#: ../utils/adt/ruleutils.c:1802 -#, c-format -msgid "get_rule_expr: expr opType %d not supported" -msgstr "" - -#: ../utils/adt/ruleutils.c:1885 -#, c-format -msgid "Argument type %s of FieldSelect is not a tuple type" -msgstr "" - -#: ../utils/adt/ruleutils.c:1974 -#, c-format -msgid "get_rule_expr: unexpected nulltesttype %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:2007 -#, c-format -msgid "get_rule_expr: unexpected booltesttype %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:2019 -#, c-format -msgid "get_ruledef of %s: unknown node type %d in get_rule_expr()" -msgstr "" - -#: ../utils/adt/ruleutils.c:2380 -#, c-format -msgid "get_sublink_expr: unsupported sublink type %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:2524 -#, c-format -msgid "get_from_clause_item: unknown join type %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:2575 -#, c-format -msgid "get_from_clause_item: unexpected node type %d" -msgstr "" - -#: ../utils/adt/ruleutils.c:2602 ../utils/cache/lsyscache.c:275 -#, c-format -msgid "cache lookup failed for opclass %u" -msgstr "" - -#: ../utils/adt/ruleutils.c:2632 -msgid "tleIsArrayAssign: I'm confused ..." -msgstr "" - -#: ../utils/adt/selfuncs.c:842 -#, c-format -msgid "patternsel: no = operator for type %u" -msgstr "" - -#: ../utils/adt/selfuncs.c:1026 ../utils/adt/selfuncs.c:1103 -#: ../utils/adt/selfuncs.c:1144 ../utils/adt/selfuncs.c:1174 -#, c-format -msgid "booltestsel: unexpected booltesttype %d" -msgstr "" - -#: ../utils/adt/selfuncs.c:1215 ../utils/adt/selfuncs.c:1272 -#, c-format -msgid "nulltestsel: unexpected nulltesttype %d" -msgstr "" - -#: ../utils/adt/selfuncs.c:1844 -#, c-format -msgid "convert_numeric_to_scalar: unsupported type %u" -msgstr "" - -#: ../utils/adt/selfuncs.c:2034 -#, c-format -msgid "convert_string_datum: unsupported type %u" -msgstr "" - -#: ../utils/adt/selfuncs.c:2205 -#, c-format -msgid "convert_timevalue_to_scalar: unsupported type %u" -msgstr "" - -#: ../utils/adt/selfuncs.c:2598 -msgid "pattern_fixed_prefix: bogus ptype" -msgstr "" - -#: ../utils/adt/selfuncs.c:2627 -#, c-format -msgid "prefix_selectivity: no >= operator for type %u" -msgstr "" - -#: ../utils/adt/selfuncs.c:2650 -#, c-format -msgid "prefix_selectivity: no < operator for type %u" -msgstr "" - -#: ../utils/adt/selfuncs.c:2885 -msgid "pattern_selectivity: bogus ptype" -msgstr "" - -#: ../utils/adt/selfuncs.c:2914 -msgid "Invalid LC_COLLATE setting" -msgstr "" - -#: ../utils/adt/selfuncs.c:3037 -#, c-format -msgid "string_lessthan: unexpected datatype %u" -msgstr "" - -#: ../utils/adt/sets.c:84 -#, c-format -msgid "SetDefine: unable to define set %s" -msgstr "" - -#: ../utils/adt/tid.c:54 -#, c-format -msgid "invalid tid format: '%s'" -msgstr "" - -#: ../utils/adt/tid.c:181 -#, c-format -msgid "Relation %s not found" -msgstr "" - -#: ../utils/adt/timestamp.c:68 ../utils/adt/timestamp.c:192 -#, c-format -msgid "Bad timestamp external representation '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:74 -#, c-format -msgid "TIMESTAMP out of range '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:90 -#, c-format -msgid "TIMESTAMP '%s' no longer supported" -msgstr "" - -#: ../utils/adt/timestamp.c:95 -#, c-format -msgid "TIMESTAMP '%s' not parsed; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:123 -msgid "Unable to format timestamp; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:198 -#, c-format -msgid "TIMESTAMP WITH TIME ZONE out of range '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:214 -#, c-format -msgid "TIMESTAMP WITH TIME ZONE '%s' no longer supported" -msgstr "" - -#: ../utils/adt/timestamp.c:219 -#, c-format -msgid "TIMESTAMP WITH TIME ZONE '%s' not parsed; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:248 -msgid "Unable to format timestamp with time zone; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:308 ../utils/adt/timestamp.c:316 -#, c-format -msgid "Bad interval external representation '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:321 -#, c-format -msgid "Interval '%s' no longer supported" -msgstr "" - -#: ../utils/adt/timestamp.c:325 -#, c-format -msgid "Interval '%s' not parsed; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:345 -msgid "Unable to encode interval; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:348 -msgid "Unable to format interval; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:470 -msgid "AdjustIntervalForTypmod(): internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:1194 -msgid "Unable to subtract non-finite timestamps" -msgstr "" - -#: ../utils/adt/timestamp.c:1252 -msgid "" -"Unable to add TIMESTAMP and INTERVAL\n" -"\ttimestamp_pl_span() internal error encoding timestamp" -msgstr "" - -#: ../utils/adt/timestamp.c:1259 -msgid "" -"Unable to add TIMESTAMP and INTERVAL\n" -"\ttimestamp_pl_span() internal error decoding timestamp" -msgstr "" - -#: ../utils/adt/timestamp.c:1342 -msgid "" -"Unable to add TIMESTAMP and INTERVAL\n" -"\ttimestamptz_pl_span() internal error encoding timestamp" -msgstr "" - -#: ../utils/adt/timestamp.c:1347 -msgid "" -"Unable to add TIMESTAMP and INTERVAL\n" -"\ttimestamptz_pl_span() internal error decoding timestamp" -msgstr "" - -#: ../utils/adt/timestamp.c:1529 -msgid "interval_div: divide by 0.0 error" -msgstr "" - -#: ../utils/adt/timestamp.c:1566 -msgid "interval_accum: expected 2-element interval array" -msgstr "" - -#: ../utils/adt/timestamp.c:1608 -msgid "interval_avg: expected 2-element interval array" -msgstr "" - -#: ../utils/adt/timestamp.c:1730 -msgid "" -"Unable to encode INTERVAL\n" -"\ttimestamp_age() internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:1734 -msgid "" -"Unable to decode TIMESTAMP\n" -"\ttimestamp_age() internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:1839 ../utils/adt/timestamp.c:1842 -msgid "Unable to decode TIMESTAMP" -msgstr "" - -#: ../utils/adt/timestamp.c:1895 -msgid "TIMESTAMP bad external representation (too long)" -msgstr "" - -#: ../utils/adt/timestamp.c:1951 -msgid "TIMESTAMP WITH TIME ZONE bad external representation (too long)" -msgstr "" - -#: ../utils/adt/timestamp.c:2008 -msgid "INTERVAL bad external representation (too long)" -msgstr "" - -#: ../utils/adt/timestamp.c:2041 ../utils/adt/timestamp.c:2099 -#: ../utils/adt/timestamp.c:2388 ../utils/adt/timestamp.c:2503 -#, c-format -msgid "TIMESTAMP units '%s' not recognized" -msgstr "" - -#: ../utils/adt/timestamp.c:2090 ../utils/adt/timestamp.c:2468 -#: ../utils/adt/timestamp.c:2496 -#, c-format -msgid "TIMESTAMP units '%s' not supported" -msgstr "" - -#: ../utils/adt/timestamp.c:2095 -#, c-format -msgid "Unable to truncate TIMESTAMP to '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:2128 ../utils/adt/timestamp.c:2187 -#: ../utils/adt/timestamp.c:2533 ../utils/adt/timestamp.c:2658 -#, c-format -msgid "TIMESTAMP WITH TIME ZONE units '%s' not recognized" -msgstr "" - -#: ../utils/adt/timestamp.c:2176 ../utils/adt/timestamp.c:2623 -#: ../utils/adt/timestamp.c:2652 -#, c-format -msgid "TIMESTAMP WITH TIME ZONE units '%s' not supported" -msgstr "" - -#: ../utils/adt/timestamp.c:2183 -#, c-format -msgid "Unable to truncate TIMESTAMP WITH TIME ZONE to '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:2216 ../utils/adt/timestamp.c:2279 -#: ../utils/adt/timestamp.c:2686 ../utils/adt/timestamp.c:2779 -#, c-format -msgid "INTERVAL units '%s' not recognized" -msgstr "" - -#: ../utils/adt/timestamp.c:2264 ../utils/adt/timestamp.c:2754 -#, c-format -msgid "INTERVAL units '%s' not supported" -msgstr "" - -#: ../utils/adt/timestamp.c:2268 -#, c-format -msgid "Unable to truncate INTERVAL to '%s'" -msgstr "" - -#: ../utils/adt/timestamp.c:2273 -msgid "Unable to decode INTERVAL; internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:2301 -msgid "isoweek2date(): can't convert without year information" -msgstr "" - -#: ../utils/adt/timestamp.c:2482 ../utils/adt/timestamp.c:2489 -msgid "Unable to encode TIMESTAMP" -msgstr "" - -#: ../utils/adt/timestamp.c:2638 ../utils/adt/timestamp.c:2645 -msgid "Unable to encode TIMESTAMP WITH TIME ZONE" -msgstr "" - -#: ../utils/adt/timestamp.c:2763 -msgid "" -"Unable to decode INTERVAL\n" -"\tinterval_part() internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:2880 -msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE (tm)" -msgstr "" - -#: ../utils/adt/timestamp.c:2885 -msgid "Unable to convert TIMESTAMP to TIMESTAMP WITH TIME ZONE" -msgstr "" - -#: ../utils/adt/timestamp.c:2910 -msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP (tm)" -msgstr "" - -#: ../utils/adt/timestamp.c:2913 -msgid "Unable to convert TIMESTAMP WITH TIME ZONE to TIMESTAMP" -msgstr "" - -#: ../utils/adt/timestamp.c:2967 -msgid "" -"Unable to decode TIMESTAMP WITH TIME ZONE\n" -"\ttimestamptz_zone() internal coding error" -msgstr "" - -#: ../utils/adt/timestamp.c:3028 -msgid "" -"Unable to decode TIMESTAMP WITH TIME ZONE\n" -"\ttimestamptz_izone() internal coding error" -msgstr "" - -#: ../utils/adt/varbit.c:101 ../utils/adt/varbit.c:217 -#, c-format -msgid "bit string length does not match type bit(%d)" -msgstr "" - -#: ../utils/adt/varbit.c:122 ../utils/adt/varbit.c:329 -#, c-format -msgid "cannot parse %c as a binary digit" -msgstr "" - -#: ../utils/adt/varbit.c:143 ../utils/adt/varbit.c:350 -#, c-format -msgid "cannot parse %c as a hex digit" -msgstr "" - -#: ../utils/adt/varbit.c:308 ../utils/adt/varbit.c:423 -#, c-format -msgid "bit string too long for type bit varying(%d)" -msgstr "" - -#: ../utils/adt/varbit.c:815 -msgid "cannot AND bit strings of different sizes" -msgstr "" - -#: ../utils/adt/varbit.c:853 -msgid "cannot OR bit strings of different sizes" -msgstr "" - -#: ../utils/adt/varbit.c:897 -msgid "cannot XOR bit strings of different sizes" -msgstr "" - -#: ../utils/adt/varbit.c:1112 -msgid "bit string is too large to fit in type integer" -msgstr "" - -#: ../utils/adt/varbit.c:1200 -#, c-format -msgid "S. %d %d em=%2x sm=%2x r=%d" -msgstr "" - -#: ../utils/adt/varchar.c:120 ../utils/adt/varchar.c:132 -#: ../utils/adt/varchar.c:232 ../utils/adt/varchar.c:245 -#, c-format -msgid "value too long for type character(%d)" -msgstr "" - -#: ../utils/adt/varchar.c:448 ../utils/adt/varchar.c:519 -#: ../utils/adt/varchar.c:527 -#, c-format -msgid "value too long for type character varying(%d)" -msgstr "" - -#: ../utils/adt/varlena.c:71 ../utils/adt/varlena.c:109 -msgid "Bad input string for type bytea" -msgstr "" - -#: ../utils/adt/varlena.c:842 -#, c-format -msgid "byteaGetByte: index %d out of range [0..%d]" -msgstr "" - -#: ../utils/adt/varlena.c:871 -#, c-format -msgid "byteaGetBit: index %d out of range [0..%d]" -msgstr "" - -#: ../utils/adt/varlena.c:905 -#, c-format -msgid "byteaSetByte: index %d out of range [0..%d]" -msgstr "" - -#: ../utils/adt/varlena.c:946 -#, c-format -msgid "byteaSetBit: index %d out of range [0..%d]" -msgstr "" - -#: ../utils/adt/varlena.c:956 -msgid "byteaSetBit: new bit must be 0 or 1" -msgstr "" - -#: ../utils/mb/conv.c:1220 -msgid "Could not convert UTF-8 to ISO8859-1" -msgstr "" - -#: ../utils/mb/conv.c:1300 -#, c-format -msgid "utf_to_local: could not convert UTF-8 (0x%04x). Ignored" -msgstr "" - -#: ../utils/mb/conv.c:1399 -#, c-format -msgid "Invalid encoding number %d" -msgstr "" - -#: ../utils/mb/conv.c:1436 -#, c-format -msgid "local_to_utf: could not convert (0x%04x) %s to UTF-8. Ignored" -msgstr "" - -#: ../utils/mb/encnames.c:350 -msgid "pg_char_to_encname_struct(): encoding name too long" -msgstr "" - -#: ../utils/mb/mbutils.c:251 -#, c-format -msgid "Invalid source encoding name %s" -msgstr "" - -#: ../utils/mb/mbutils.c:253 -#, c-format -msgid "Invalid destination encoding name %s" -msgstr "" - -#: ../utils/mb/mbutils.c:257 -#, c-format -msgid "Conversion from %s to %s is not possible" -msgstr "" - -#: ../utils/mb/mbutils.c:269 -msgid "Encoding conversion failed" -msgstr "" - -#: ../utils/mb/mbutils.c:445 -msgid "SetDatabaseEncoding(): invalid database encoding" -msgstr "" - -#: ../utils/cache/catcache.c:127 -#, c-format -msgid "GetCCHashFunc: type %u unsupported as catcache key" -msgstr "" - -#: ../utils/cache/catcache.c:182 -#, c-format -msgid "CatalogCacheInitializeCache: cache @%p %s" -msgstr "" - -#: ../utils/cache/catcache.c:188 -#, c-format -msgid "CatalogCacheInitializeCache: load %d/%d w/%d, %u" -msgstr "" - -#: ../utils/cache/catcache.c:192 -#, c-format -msgid "CatalogCacheInitializeCache: load %d/%d w/%d" -msgstr "" - -#: ../utils/cache/catcache.c:261 -msgid "CatalogCacheInit: only sys attr supported is OID" -msgstr "" - -#: ../utils/cache/catcache.c:328 -#, c-format -msgid "CCComputeHashIndex: %d cc_nkeys" -msgstr "" - -#: ../utils/cache/catcache.c:392 -#, c-format -msgid "CCComputeTupleHashIndex: %d cc_nkeys" -msgstr "" - -#: ../utils/cache/catcache.c:517 -#, c-format -msgid "Cache reference leak: cache %s (%d), tuple %u has count %d" -msgstr "" - -#: ../utils/cache/catcache.c:680 -#, c-format -msgid "InitCatCache: rel=%s id=%d nkeys=%d size=%d\n" -msgstr "" - -#: ../utils/cache/catcache.c:803 -#, c-format -msgid "IndexScanOK: %s not found in %s" -msgstr "" - -#: ../utils/cache/fcache.c:30 -msgid "init_fcache: too many arguments" -msgstr "" - -#: ../utils/cache/inval.c:396 -#, c-format -msgid "ExecuteInvalidationMessage: bogus message id %d" -msgstr "" - -#: ../utils/cache/lsyscache.c:70 -#, c-format -msgid "op_requires_recheck: op %u is not a member of opclass %u" -msgstr "" - -#: ../utils/cache/lsyscache.c:242 -#, c-format -msgid "cache lookup failed for relation %u attribute %d" -msgstr "" - -#: ../utils/cache/lsyscache.c:411 -#, c-format -msgid "Operator OID %u does not exist" -msgstr "" - -#: ../utils/cache/lsyscache.c:697 -#, c-format -msgid "cache lookup failed for type %u" -msgstr "" - -#: ../utils/cache/lsyscache.c:771 -#, c-format -msgid "get_typdefault: failed to lookup type %u" -msgstr "" - -#: ../utils/cache/lsyscache.c:978 -msgid "get_attstatsslot: stavalues is null" -msgstr "" - -#: ../utils/cache/lsyscache.c:998 -#, c-format -msgid "get_attstatsslot: Cache lookup failed for type %u" -msgstr "" - -#: ../utils/cache/lsyscache.c:1034 -msgid "get_attstatsslot: stanumbers is null" -msgstr "" - -#: ../utils/cache/lsyscache.c:1045 -msgid "get_attstatsslot: stanumbers is bogus" -msgstr "" - -#: ../utils/cache/lsyscache.c:1103 ../utils/init/miscinit.c:461 -#, c-format -msgid "user \"%s\" does not exist" -msgstr "" - -#: ../utils/cache/relcache.c:147 ../utils/cache/relcache.c:155 -#: ../utils/cache/relcache.c:163 -msgid "out of memory for relation descriptor cache" -msgstr "" - -#: ../utils/cache/relcache.c:210 ../utils/cache/relcache.c:215 -#: ../utils/cache/relcache.c:220 -msgid "trying to delete a reldesc that does not exist." -msgstr "" - -#: ../utils/cache/relcache.c:316 ../utils/cache/relcache.c:381 -msgid "ScanPgRelation: bad buildinfo" -msgstr "" - -#: ../utils/cache/relcache.c:592 -#, c-format -msgid "catalog is missing %d attribute%s for relid %u" -msgstr "" - -#: ../utils/cache/relcache.c:662 -#, c-format -msgid "cannot find attribute %d of relation %s" -msgstr "" - -#: ../utils/cache/relcache.c:1067 -#, c-format -msgid "RelationBuildDesc: can't open %s: %m" -msgstr "" - -#: ../utils/cache/relcache.c:1306 -#, c-format -msgid "fixrdesc: no pg_class entry for %s" -msgstr "" - -#: ../utils/cache/relcache.c:1315 -#, c-format -msgid "fixrdesc: no existing relcache entry for %s" -msgstr "" - -#: ../utils/cache/relcache.c:1547 -#, c-format -msgid "RelationReloadClassinfo system relation id=%d doesn't exist" -msgstr "" - -#: ../utils/cache/relcache.c:1674 -#, c-format -msgid "RelationClearRelation: relation %u deleted while still in use" -msgstr "" - -#: ../utils/cache/relcache.c:1775 -#, c-format -msgid "Local relation %s not found in list" -msgstr "" - -#: ../utils/cache/relcache.c:1823 -msgid "inval call to RFI" -msgstr "" - -#: ../utils/cache/relcache.c:2298 -#, c-format -msgid "AttrDefaultFetch: second record found for attr %s in rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2306 -#, c-format -msgid "AttrDefaultFetch: adbin IS NULL for attr %s in rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2319 -#, c-format -msgid "AttrDefaultFetch: unexpected record found for attr %d in rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2325 -#, c-format -msgid "AttrDefaultFetch: %d record not found for rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2399 -#, c-format -msgid "RelCheckFetch: unexpected record found for rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2406 -#, c-format -msgid "RelCheckFetch: rcname IS NULL for rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2414 -#, c-format -msgid "RelCheckFetch: rcbin IS NULL for rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2425 -#, c-format -msgid "RelCheckFetch: %d record not found for rel %s" -msgstr "" - -#: ../utils/cache/relcache.c:2845 -#, c-format -msgid "" -"Cannot create init file %s: %m\n" -"\tContinuing anyway, but there's something wrong." -msgstr "" - -#: ../utils/cache/relcache.c:2914 -msgid "cannot write init file -- descriptor length" -msgstr "" - -#: ../utils/cache/relcache.c:2918 -msgid "cannot write init file -- reldesc" -msgstr "" - -#: ../utils/cache/relcache.c:2924 -msgid "cannot write init file -- am tuple form length" -msgstr "" - -#: ../utils/cache/relcache.c:2927 -msgid "cannot write init file -- am tuple form" -msgstr "" - -#: ../utils/cache/relcache.c:2933 -msgid "cannot write init file -- relation tuple form length" -msgstr "" - -#: ../utils/cache/relcache.c:2936 -msgid "cannot write init file -- relation tuple form" -msgstr "" - -#: ../utils/cache/relcache.c:2944 -#, c-format -msgid "cannot write init file -- length of attdesc %d" -msgstr "" - -#: ../utils/cache/relcache.c:2947 -#, c-format -msgid "cannot write init file -- attdesc %d" -msgstr "" - -#: ../utils/cache/relcache.c:2955 -msgid "cannot write init file -- strategy map length" -msgstr "" - -#: ../utils/cache/relcache.c:2958 -msgid "cannot write init file -- strategy map" -msgstr "" - -#: ../utils/cache/relcache.c:2964 -msgid "cannot write init file -- support vector length" -msgstr "" - -#: ../utils/cache/relcache.c:2967 -msgid "cannot write init file -- support vector" -msgstr "" - -#: ../utils/cache/relcache.c:2981 -#, c-format -msgid "" -"Cannot rename init file %s to %s: %m\n" -"\tContinuing anyway, but there's something wrong." -msgstr "" - -#: ../utils/cache/syscache.c:407 -#, c-format -msgid "InitCatalogCache: Can't init cache %s (%d)" -msgstr "" - -#: ../utils/cache/syscache.c:439 -#, c-format -msgid "SearchSysCache: Bad cache id %d" -msgstr "" - -#: ../utils/cache/syscache.c:575 -#, c-format -msgid "SysCacheGetAttr: Bad cache id %d" -msgstr "" - -#: ../utils/cache/syscache.c:578 -#, c-format -msgid "SysCacheGetAttr: missing cache data for id %d" -msgstr "" - -#: ../utils/cache/temprel.c:161 -#, c-format -msgid "Cannot rename temp table \"%s\": temp table \"%s\" already exists" -msgstr "" - -#: ../utils/cache/temprel.c:193 -#, c-format -msgid "" -"Cannot rename \"%s\" to \"%s\": a temp table by that name already exists" -msgstr "" - -#. translator: This string will be truncated at 31 characters. -#: ../utils/error/elog.c:176 -#, c-format -msgid "copy: line %d, " -msgstr "" - -#. translator: This must fit in fmt_fixedbuf. -#: ../utils/error/elog.c:199 ../utils/error/elog.c:295 -msgid "elog: out of memory" -msgstr "" - -#: ../utils/error/elog.c:417 -msgid "elog: error during error recovery, giving up!" -msgstr "" - -#: ../utils/error/elog.c:462 -#, c-format -msgid "DebugFileOpen: open of %s: %m" -msgstr "" - -#: ../utils/error/elog.c:471 -#, c-format -msgid "DebugFileOpen: %s reopen as stderr: %m" -msgstr "" - -#: ../utils/error/elog.c:483 -#, c-format -msgid "DebugFileOpen: %s reopen as stdout: %m" -msgstr "" - -#: ../utils/error/elog.c:500 -msgid "DebugFileOpen: could not open debugging file" -msgstr "" - -#: ../utils/error/elog.c:704 -msgid "Numerical result out of range" -msgstr "" - -#: ../utils/error/elog.c:718 -#, c-format -msgid "operating system error %d" -msgstr "" - -#: ../utils/error/elog.c:735 -msgid "DEBUG: " -msgstr "" - -#: ../utils/error/elog.c:738 -msgid "NOTICE: " -msgstr "" - -#: ../utils/error/elog.c:741 -msgid "ERROR: " -msgstr "" - -#: ../utils/error/elog.c:744 -msgid "FATAL 1: " -msgstr "" - -#: ../utils/error/elog.c:747 -msgid "FATAL 2: " -msgstr "" - -#: ../utils/fmgr/dfmgr.c:98 -#, c-format -msgid "stat failed on file '%s': %m" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:115 -msgid "Out of memory in load_external_function" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:128 -#, c-format -msgid "Load of file %s failed: %s" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:155 -#, c-format -msgid "Can't find function %s in file %s" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:185 -#, c-format -msgid "LOAD: could not open file '%s': %m" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:240 -#, c-format -msgid "stat failed on %s: %s" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:335 -msgid "invalid macro name in dynamic library path" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:385 -msgid "zero length dynamic_library_path component" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:396 -msgid "dynamic_library_path component is not absolute" -msgstr "" - -#: ../utils/fmgr/dfmgr.c:403 -#, c-format -msgid "find_in_dynamic_libpath: trying %s" -msgstr "" - -#: ../utils/fmgr/fmgr.c:172 -#, c-format -msgid "fmgr_info: function %u: cache lookup failed" -msgstr "" - -#: ../utils/fmgr/fmgr.c:206 -#, c-format -msgid "fmgr_info: function %s not in internal table" -msgstr "" - -#: ../utils/fmgr/fmgr.c:253 -#, c-format -msgid "fmgr: Could not extract prosrc for %u from pg_proc" -msgstr "" - -#: ../utils/fmgr/fmgr.c:260 -#, c-format -msgid "fmgr: Could not extract probin for %u from pg_proc" -msgstr "" - -#: ../utils/fmgr/fmgr.c:293 -#, c-format -msgid "Unknown function API version %d" -msgstr "" - -#: ../utils/fmgr/fmgr.c:318 -#, c-format -msgid "fmgr_info: cache lookup for language %u failed" -msgstr "" - -#: ../utils/fmgr/fmgr.c:334 -#, c-format -msgid "fmgr_info: language %u has old-style handler" -msgstr "" - -#: ../utils/fmgr/fmgr.c:339 -#, c-format -msgid "fmgr_info: function %u: unsupported language %u" -msgstr "" - -#: ../utils/fmgr/fmgr.c:387 -#, c-format -msgid "Null result from %s" -msgstr "" - -#: ../utils/fmgr/fmgr.c:395 -#, c-format -msgid "Unknown version %d reported by %s" -msgstr "" - -#: ../utils/fmgr/fmgr.c:463 -msgid "Internal error: fmgr_oldstyle received NULL pointer" -msgstr "" - -#: ../utils/fmgr/fmgr.c:612 -#, c-format -msgid "fmgr_oldstyle: function %u: too many arguments (%d > %d)" -msgstr "" - -#: ../utils/fmgr/fmgr.c:632 -msgid "Untrusted functions not supported" -msgstr "" - -#: ../utils/fmgr/fmgr.c:661 -#, c-format -msgid "DirectFunctionCall1: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:682 -#, c-format -msgid "DirectFunctionCall2: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:705 -#, c-format -msgid "DirectFunctionCall3: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:729 -#, c-format -msgid "DirectFunctionCall4: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:754 -#, c-format -msgid "DirectFunctionCall5: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:781 -#, c-format -msgid "DirectFunctionCall6: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:809 -#, c-format -msgid "DirectFunctionCall7: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:838 -#, c-format -msgid "DirectFunctionCall8: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:869 -#, c-format -msgid "DirectFunctionCall9: function %p returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:895 -#, c-format -msgid "FunctionCall1: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:917 -#, c-format -msgid "FunctionCall2: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:941 -#, c-format -msgid "FunctionCall3: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:966 -#, c-format -msgid "FunctionCall4: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:992 -#, c-format -msgid "FunctionCall5: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1020 -#, c-format -msgid "FunctionCall6: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1049 -#, c-format -msgid "FunctionCall7: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1079 -#, c-format -msgid "FunctionCall8: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1111 -#, c-format -msgid "FunctionCall9: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1142 -#, c-format -msgid "OidFunctionCall1: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1167 -#, c-format -msgid "OidFunctionCall2: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1194 -#, c-format -msgid "OidFunctionCall3: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1222 -#, c-format -msgid "OidFunctionCall4: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1251 -#, c-format -msgid "OidFunctionCall5: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1282 -#, c-format -msgid "OidFunctionCall6: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1314 -#, c-format -msgid "OidFunctionCall7: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1347 -#, c-format -msgid "OidFunctionCall8: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1382 -#, c-format -msgid "OidFunctionCall9: function %u returned NULL" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1421 -#, c-format -msgid "fmgr: function %u: too many arguments (%d > %d)" -msgstr "" - -#: ../utils/fmgr/fmgr.c:1433 -#, c-format -msgid "fmgr: function %u returned NULL" -msgstr "" - -#: ../utils/hash/dynahash.c:663 -#, c-format -msgid "hash_search: bogus action %d" -msgstr "" - -#: ../utils/hash/dynahash.c:936 ../utils/hash/dynahash.c:938 -#, c-format -msgid "Hash table '%s' corrupted" -msgstr "" - -#: ../utils/init/miscinit.c:136 ../utils/init/miscinit.c:155 -#: ../utils/init/miscinit.c:163 ../utils/init/miscinit.c:321 -#: ../utils/misc/guc.c:719 ../utils/misc/guc.c:726 ../utils/misc/guc.c:1082 -#: ../utils/misc/guc.c:1095 ../utils/misc/guc.c:1113 ../utils/misc/guc.c:1121 -#: ../utils/misc/guc.c:1276 ../utils/misc/guc.c:1282 ../utils/misc/guc.c:1289 -#: guc-file.l:148 guc-file.l:267 guc-file.l:308 -msgid "out of memory" -msgstr "" - -#: ../utils/init/miscinit.c:149 -#, c-format -msgid "cannot get current working directory: %m" -msgstr "" - -#: ../utils/init/miscinit.c:209 ../utils/init/miscinit.c:216 -msgid "" -"convert is not supported. To use convert, you need to enable multibyte " -"capability" -msgstr "" - -#: ../utils/init/miscinit.c:516 -#, c-format -msgid "invalid user id %u" -msgstr "" - -#: ../utils/init/miscinit.c:598 -#, c-format -msgid "Can't create lock file %s: %m" -msgstr "" - -#: ../utils/init/miscinit.c:609 ../utils/init/miscinit.c:612 -#, c-format -msgid "Can't read lock file %s: %m" -msgstr "" - -#: ../utils/init/miscinit.c:622 -#, c-format -msgid "Bogus data in lock file %s" -msgstr "" - -#: ../utils/init/miscinit.c:697 -#, c-format -msgid "" -"Can't remove old lock file %s: %m\n" -"\tThe file seems accidentally left, but I couldn't remove it.\n" -"\tPlease remove the file by hand and try again." -msgstr "" - -#: ../utils/init/miscinit.c:718 -#, c-format -msgid "Can't write lock file %s: %m" -msgstr "" - -#: ../utils/init/miscinit.c:809 -#, c-format -msgid "Failed to rewrite %s: %m" -msgstr "" - -#: ../utils/init/miscinit.c:815 -#, c-format -msgid "Failed to read %s: %m" -msgstr "" - -#: ../utils/init/miscinit.c:828 -#, c-format -msgid "Bogus data in %s" -msgstr "" - -#: ../utils/init/miscinit.c:853 -#, c-format -msgid "Failed to write %s: %m" -msgstr "" - -#: ../utils/init/miscinit.c:895 -#, c-format -msgid "File %s is missing. This is not a valid data directory." -msgstr "" - -#: ../utils/init/miscinit.c:902 -#, c-format -msgid "File %s does not contain valid data. You need to initdb." -msgstr "" - -#: ../utils/init/miscinit.c:907 -#, c-format -msgid "" -"The data directory was initialized by PostgreSQL version %ld.%ld, which is " -"not compatible with this version %s." -msgstr "" - -#: ../utils/init/postinit.c:110 -#, c-format -msgid "Database \"%s\", OID %u, has disappeared from pg_database" -msgstr "" - -#: ../utils/init/postinit.c:119 -#, c-format -msgid "Database \"%s\" is not currently accepting connections" -msgstr "" - -#: ../utils/init/postinit.c:131 -#, c-format -msgid "" -"database was initialized with MULTIBYTE encoding %d,\n" -"\tbut the backend was compiled without multibyte support.\n" -"\tlooks like you need to initdb or recompile." -msgstr "" - -#: ../utils/init/postinit.c:238 -#, c-format -msgid "Database \"%s\" does not exist in the system catalog." -msgstr "" - -#: ../utils/init/postinit.c:246 -#, c-format -msgid "" -"Database \"%s\" does not exist.\n" -"\tThe database subdirectory '%s' is missing." -msgstr "" - -#: ../utils/init/postinit.c:253 -#, c-format -msgid "Unable to change directory to '%s': %m" -msgstr "" - -#: ../utils/init/postinit.c:282 -#, c-format -msgid "InitPostgres: bad backend id %d" -msgstr "" - -#: ../utils/init/postinit.c:330 -msgid "There are currently no users defined in this database system." -msgstr "" - -#: ../utils/init/postinit.c:331 -#, c-format -msgid "" -"You should immediately run 'CREATE USER \"%s\" WITH SYSID %d CREATEUSER;'." -msgstr "" - -#: ../utils/misc/guc.c:884 -#, c-format -msgid "'%s' is not a valid option name" -msgstr "" - -#: ../utils/misc/guc.c:899 -#, c-format -msgid "'%s' cannot be changed after server start" -msgstr "" - -#: ../utils/misc/guc.c:903 -#, c-format -msgid "'%s' cannot be changed now" -msgstr "" - -#: ../utils/misc/guc.c:927 -#, c-format -msgid "'%s' cannot be set after connection start" -msgstr "" - -#: ../utils/misc/guc.c:953 -#, c-format -msgid "option '%s' requires a boolean value" -msgstr "" - -#: ../utils/misc/guc.c:985 -#, c-format -msgid "option '%s' expects an integer value" -msgstr "" - -#: ../utils/misc/guc.c:990 -#, c-format -msgid "option '%s' value %d is outside of permissible range [%d .. %d]" -msgstr "" - -#: ../utils/misc/guc.c:997 -#, c-format -msgid "invalid value for option '%s': %d" -msgstr "" - -#: ../utils/misc/guc.c:1029 -#, c-format -msgid "option '%s' expects a real number" -msgstr "" - -#: ../utils/misc/guc.c:1034 -#, c-format -msgid "option '%s' value %g is outside of permissible range [%g .. %g]" -msgstr "" - -#: ../utils/misc/guc.c:1041 -#, c-format -msgid "invalid value for option '%s': %g" -msgstr "" - -#: ../utils/misc/guc.c:1071 -#, c-format -msgid "invalid value for option '%s': '%s'" -msgstr "" - -#: ../utils/misc/guc.c:1170 -#, c-format -msgid "Option '%s' is not recognized" -msgstr "" - -#: ../utils/misc/guc.c:1344 -msgid "bogus transaction isolation level" -msgstr "" - -#: guc-file.l:159 -msgid "could not read configuration file `" -msgstr "" - -#: guc-file.l:159 -#, c-format -msgid "': %s" -msgstr "" - -#: guc-file.l:259 -#, c-format -msgid ":%u: syntax error, token=\"%s\"" -msgstr "" - -#: ../utils/mmgr/aset.c:331 -#, c-format -msgid "Memory exhausted in AllocSetContextCreate(%lu)" -msgstr "" - -#: ../utils/mmgr/aset.c:493 ../utils/mmgr/aset.c:690 -#, c-format -msgid "Memory exhausted in AllocSetAlloc(%lu)" -msgstr "" - -#: ../utils/mmgr/aset.c:739 -#, c-format -msgid "AllocSetFree: detected write past chunk end in %s %p" -msgstr "" - -#: ../utils/mmgr/aset.c:760 -#, c-format -msgid "AllocSetFree: cannot find block containing chunk %p" -msgstr "" - -#: ../utils/mmgr/aset.c:814 -#, c-format -msgid "AllocSetRealloc: detected write past chunk end in %s %p" -msgstr "" - -#: ../utils/mmgr/aset.c:854 -#, c-format -msgid "AllocSetRealloc: cannot find block containing chunk %p" -msgstr "" - -#: ../utils/mmgr/aset.c:867 -#, c-format -msgid "Memory exhausted in AllocSetReAlloc(%lu)" -msgstr "" - -#: ../utils/mmgr/aset.c:1024 -#, c-format -msgid "AllocSetCheck: %s: empty block %p" -msgstr "" - -#: ../utils/mmgr/aset.c:1046 -#, c-format -msgid "AllocSetCheck: %s: req size > alloc size for chunk %p in block %p" -msgstr "" - -#: ../utils/mmgr/aset.c:1049 -#, c-format -msgid "AllocSetCheck: %s: bad size %lu for chunk %p in block %p" -msgstr "" - -#: ../utils/mmgr/aset.c:1055 -#, c-format -msgid "AllocSetCheck: %s: bad single-chunk %p in block %p" -msgstr "" - -#: ../utils/mmgr/aset.c:1064 -#, c-format -msgid "AllocSetCheck: %s: bogus aset link in block %p, chunk %p" -msgstr "" - -#: ../utils/mmgr/aset.c:1071 -#, c-format -msgid "AllocSetCheck: %s: detected write past chunk end in block %p, chunk %p" -msgstr "" - -#: ../utils/mmgr/aset.c:1081 -#, c-format -msgid "AllocSetCheck: %s: found inconsistent memory block %p" -msgstr "" - -#: ../utils/mmgr/mcxt.c:417 -#, c-format -msgid "MemoryContextAlloc: invalid request size %lu" -msgstr "" - -#: ../utils/mmgr/mcxt.c:477 -#, c-format -msgid "repalloc: invalid request size %lu" -msgstr "" - -#: ../utils/mmgr/portalmem.c:78 -msgid "out of memory in PortalHashTable" -msgstr "" - -#: ../utils/mmgr/portalmem.c:80 -msgid "trying to insert a portal name that exists." -msgstr "" - -#: ../utils/mmgr/portalmem.c:93 -msgid "trying to delete portal name that does not exist." -msgstr "" - -#: ../utils/mmgr/portalmem.c:196 -#, c-format -msgid "CreatePortal: portal \"%s\" already exists" -msgstr "" - -#: ../utils/sort/logtape.c:199 -#, c-format -msgid "" -"ltsWriteBlock: failed to write block %ld of temporary file\n" -"\t\tPerhaps out of disk space?" -msgstr "" - -#: ../utils/sort/logtape.c:214 -#, c-format -msgid "ltsReadBlock: failed to read block %ld of temporary file" -msgstr "" - -#: ../utils/sort/logtape.c:569 -msgid "LogicalTapeWrite: impossible state" -msgstr "" - -#: ../utils/sort/logtape.c:831 -msgid "LogicalTapeBackspace: unexpected end of tape" -msgstr "" - -#: ../utils/sort/logtape.c:888 ../utils/sort/logtape.c:898 -msgid "LogicalTapeSeek: unexpected end of tape" -msgstr "" - -#: ../utils/sort/tuplesort.c:723 -msgid "tuplesort_puttuple: invalid state" -msgstr "" - -#: ../utils/sort/tuplesort.c:770 -msgid "tuplesort_performsort: invalid state" -msgstr "" - -#: ../utils/sort/tuplesort.c:888 ../utils/sort/tuplesort.c:903 -msgid "tuplesort_gettuple: bogus tuple len in backward scan" -msgstr "" - -#: ../utils/sort/tuplesort.c:955 -msgid "tuplesort_gettuple: invalid state" -msgstr "" - -#: ../utils/sort/tuplesort.c:1515 -msgid "tuplesort_rescan: invalid state" -msgstr "" - -#: ../utils/sort/tuplesort.c:1542 -msgid "tuplesort_markpos: invalid state" -msgstr "" - -#: ../utils/sort/tuplesort.c:1567 -msgid "tuplesort_restorepos failed" -msgstr "" - -#: ../utils/sort/tuplesort.c:1571 -msgid "tuplesort_restorepos: invalid state" -msgstr "" - -#: ../utils/sort/tuplesort.c:1690 -msgid "tuplesort: unexpected end of tape" -msgstr "" - -#: ../utils/sort/tuplesort.c:1692 ../utils/sort/tuplesort.c:1805 -#: ../utils/sort/tuplesort.c:1809 ../utils/sort/tuplesort.c:1938 -#: ../utils/sort/tuplesort.c:1942 ../utils/sort/tuplesort.c:2007 -#: ../utils/sort/tuplesort.c:2011 -msgid "tuplesort: unexpected end of data" -msgstr "" - -#: ../utils/sort/tuplesort.c:1891 -msgid "Cannot create unique index. Table contains non-unique values" -msgstr "" - -#: ../utils/sort/tuplesort.c:1975 -msgid "copytup_datum() should not be called" -msgstr "" - -#: ../utils/sort/tuplesort.c:2131 -#, c-format -msgid "SelectSortFunction: cache lookup failed for operator %u" -msgstr "" - -#: ../utils/sort/tuplesort.c:2212 -#, c-format -msgid "Invalid SortFunctionKind %d" -msgstr "" - -#: ../utils/sort/tuplestore.c:313 -msgid "tuplestore_puttuple: invalid state" -msgstr "" - -#: ../utils/sort/tuplestore.c:349 -msgid "tuplestore_donestoring: seek(0) failed" -msgstr "" - -#: ../utils/sort/tuplestore.c:357 -msgid "tuplestore_donestoring: invalid state" -msgstr "" - -#: ../utils/sort/tuplestore.c:475 ../utils/sort/tuplestore.c:490 -msgid "tuplestore_gettuple: bogus tuple len in backward scan" -msgstr "" - -#: ../utils/sort/tuplestore.c:495 -msgid "tuplestore_gettuple: invalid state" -msgstr "" - -#: ../utils/sort/tuplestore.c:531 -msgid "tuplestore_rescan: seek(0) failed" -msgstr "" - -#: ../utils/sort/tuplestore.c:538 -msgid "tuplestore_rescan: invalid state" -msgstr "" - -#: ../utils/sort/tuplestore.c:564 -msgid "tuplestore_markpos: invalid state" -msgstr "" - -#: ../utils/sort/tuplestore.c:589 -msgid "tuplestore_restorepos failed" -msgstr "" - -#: ../utils/sort/tuplestore.c:593 -msgid "tuplestore_restorepos: invalid state" -msgstr "" - -#: ../utils/sort/tuplestore.c:609 -msgid "tuplestore: unexpected end of tape" -msgstr "" - -#: ../utils/sort/tuplestore.c:611 ../utils/sort/tuplestore.c:679 -#: ../utils/sort/tuplestore.c:683 -msgid "tuplestore: unexpected end of data" -msgstr "" - -#: ../utils/sort/tuplestore.c:621 ../utils/sort/tuplestore.c:651 -#: ../utils/sort/tuplestore.c:654 ../utils/sort/tuplestore.c:658 -msgid "tuplestore: write failed" -msgstr "" diff --git a/src/backend/po/de.po b/src/backend/po/de.po index 3c8d400812..14405982fb 100644 --- a/src/backend/po/de.po +++ b/src/backend/po/de.po @@ -1,7 +1,7 @@ # German message translation file for PostgreSQL server # Peter Eisentraut <[email protected]>, 2001 - 2009. # -# pgtranslation Id: postgres.po,v 1.52 2009/03/25 14:09:40 petere Exp $ +# pgtranslation Id: postgres.po,v 1.56 2009/06/24 15:30:16 petere Exp $ # # Use these quotes: �%s� # @@ -9,127 +9,918 @@ msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.4\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2009-03-24 22:40+0000\n" -"PO-Revision-Date: 2009-03-25 16:02+0200\n" +"POT-Creation-Date: 2009-06-24 14:40+0000\n" +"PO-Revision-Date: 2009-06-24 18:29+0300\n" "Last-Translator: Peter Eisentraut <[email protected]>\n" "Language-Team: German <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: access/common/heaptuple.c:686 access/common/heaptuple.c:1438 +#: libpq/auth.c:224 #, c-format -msgid "number of columns (%d) exceeds limit (%d)" -msgstr "Anzahl der Spalten (%d) �berschreitet Maximum (%d)" +msgid "authentication failed for user \"%s\": host rejected" +msgstr "Authentifizierung f�r Benutzer �%s� fehlgeschlagen: Host abgelehnt" -#: access/common/indextuple.c:57 +#: libpq/auth.c:227 #, c-format -msgid "number of index columns (%d) exceeds limit (%d)" -msgstr "Anzahl der Indexspalten (%d) �berschreitet Maximum (%d)" +msgid "Kerberos 5 authentication failed for user \"%s\"" +msgstr "Kerberos-5-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" -#: access/common/indextuple.c:168 +#: libpq/auth.c:230 #, c-format -msgid "index row requires %lu bytes, maximum size is %lu" -msgstr "Indexzeile ben�tigt %lu Bytes, Maximalgr��e ist %lu" +msgid "GSSAPI authentication failed for user \"%s\"" +msgstr "GSSAPI-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" -#: access/common/printtup.c:278 tcop/fastpath.c:180 tcop/fastpath.c:552 -#: tcop/postgres.c:1630 +#: libpq/auth.c:233 #, c-format -msgid "unsupported format code: %d" -msgstr "nicht unterst�tzter Formatcode: %d" +msgid "SSPI authentication failed for user \"%s\"" +msgstr "SSPI-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" -#: access/common/reloptions.c:283 -msgid "user-defined relation parameter types limit exceeded" +#: libpq/auth.c:236 +#, c-format +msgid "\"trust\" authentication failed for user \"%s\"" +msgstr "�trust�-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" + +#: libpq/auth.c:239 +#, c-format +msgid "Ident authentication failed for user \"%s\"" +msgstr "Ident-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" + +#: libpq/auth.c:243 +#, c-format +msgid "password authentication failed for user \"%s\"" +msgstr "Passwort-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" + +#: libpq/auth.c:246 +#, c-format +msgid "PAM authentication failed for user \"%s\"" +msgstr "PAM-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" + +#: libpq/auth.c:249 +#, c-format +msgid "LDAP authentication failed for user \"%s\"" +msgstr "LDAP-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" + +#: libpq/auth.c:252 +#, c-format +msgid "authentication failed for user \"%s\": invalid authentication method" msgstr "" +"Authentifizierung f�r Benutzer �%s� fehlgeschlagen: ung�ltige " +"Authentifizierungsmethode" -#: access/common/reloptions.c:583 -msgid "RESET must not include values for parameters" -msgstr "RESET darf keinen Parameterwert enthalten" +#: libpq/auth.c:281 +msgid "missing or erroneous pg_hba.conf file" +msgstr "fehlende oder fehlerhafter pg_hba.conf-Datei" + +#: libpq/auth.c:282 +msgid "See server log for details." +msgstr "Einzelheiten finden Sie im Serverlog." -#: access/common/reloptions.c:615 +#: libpq/auth.c:303 +msgid "connection requires a valid client certificate" +msgstr "Verbindung erfordert ein g�ltiges Client-Zertifikat" + +#: libpq/auth.c:344 +msgid "SSL on" +msgstr "SSL an" + +#: libpq/auth.c:344 +msgid "SSL off" +msgstr "SSL aus" + +#: libpq/auth.c:342 #, c-format -msgid "unrecognized parameter namespace \"%s\"" -msgstr "unbekannter Parameter-Namensraum �%s�" +msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" +msgstr "kein pg_hba.conf-Eintrag f�r Host �%s�, Benutzer �%s�, Datenbank �%s�, %s" -#: access/common/reloptions.c:855 +#: libpq/auth.c:348 #, c-format -msgid "unrecognized parameter \"%s\"" -msgstr "unbekannter Parameter �%s�" +msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" +msgstr "kein pg_hba.conf-Eintrag f�r Host �%s�, Benutzer �%s�, Datenbank �%s�" -#: access/common/reloptions.c:880 +#: libpq/auth.c:404 #, c-format -msgid "parameter \"%s\" specified more than once" -msgstr "Parameter �%s� mehrmals angegeben" +msgid "could not enable credential reception: %m" +msgstr "konnte Empfang von Credentials nicht einschalten: %m" -#: access/common/reloptions.c:895 -#, fuzzy, c-format -msgid "invalid value for boolean option \"%s\": %s" -msgstr "ung�ltiger Wert f�r Parameter �%s�: �%s�" +#: libpq/auth.c:417 libpq/hba.c:856 +msgid "" +"MD5 authentication is not supported when \"db_user_namespace\" is enabled" +msgstr "" +"MD5-Authentifizierung wird nicht unterst�tzt, wenn �db_user_namespace� " +"angeschaltet ist" -#: access/common/reloptions.c:906 -#, fuzzy, c-format -msgid "invalid value for integer option \"%s\": %s" -msgstr "ung�ltiger Wert f�r Parameter �%s�: �%s�" +#: libpq/auth.c:534 +#, c-format +msgid "expected password response, got message type %d" +msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen" -#: access/common/reloptions.c:911 access/common/reloptions.c:929 +#: libpq/auth.c:562 +msgid "invalid password packet size" +msgstr "ung�ltige Gr��e des Passwortpakets" + +#: libpq/auth.c:566 +msgid "received password packet" +msgstr "Passwortpaket empfangen" + +#: libpq/auth.c:624 #, c-format -msgid "value %s out of bounds for option \"%s\"" -msgstr "Wert %s ist au�erhalb des g�ltigen Bereichs f�r Option �%s�" +msgid "Kerberos initialization returned error %d" +msgstr "Kerberos-Initialisierung ergab Fehler %d" -#: access/common/reloptions.c:913 +#: libpq/auth.c:634 #, c-format -msgid "Valid values are between \"%d\" and \"%d\"." -msgstr "G�ltige Werte sind zwischen �%d� und �%d�." +msgid "Kerberos keytab resolving returned error %d" +msgstr "Aufl�sung der Kerberos-Keytab ergab Fehler %d" -#: access/common/reloptions.c:924 -#, fuzzy, c-format -msgid "invalid value for floating point option \"%s\": %s" -msgstr "ung�ltiger Wert f�r Parameter �%s�: �%s�" +#: libpq/auth.c:658 +#, c-format +msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" +msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") ergab Fehler %d" -#: access/common/reloptions.c:931 +#: libpq/auth.c:706 #, c-format -msgid "Valid values are between \"%f\" and \"%f\"." -msgstr "G�ltige Werte sind zwischen �%f� und �%f�." +msgid "Kerberos recvauth returned error %d" +msgstr "Kerberos recvauth ergab Fehler %d" -#: access/common/tupdesc.c:547 parser/parse_relation.c:1194 +#: libpq/auth.c:729 #, c-format -msgid "column \"%s\" cannot be declared SETOF" -msgstr "Spalte �%s� kann nicht als SETOF deklariert werden" +msgid "Kerberos unparse_name returned error %d" +msgstr "Kerberos unparse_name ergab Fehler %d" -#: access/gin/ginarrayproc.c:30 -msgid "array must not contain null values" -msgstr "Array darf keine NULL-Werte enthalten" +#: libpq/auth.c:852 +#, c-format +msgid "%s: %s" +msgstr "%s: %s" -#: access/gin/ginscan.c:164 -msgid "GIN indexes do not support whole-index scans" -msgstr "GIN-Indexe unterst�tzen keine Scans des ganzen Index" +#: libpq/auth.c:878 +msgid "GSSAPI is not supported in protocol version 2" +msgstr "GSSAPI wird in Protokollversion 2 nicht unterst�tzt" + +#: libpq/auth.c:897 libpq/auth.c:1251 libpq/auth.c:1319 libpq/auth.c:1926 +#: utils/mmgr/aset.c:385 utils/mmgr/aset.c:564 utils/mmgr/aset.c:747 +#: utils/mmgr/aset.c:953 utils/adt/formatting.c:1493 +#: utils/adt/formatting.c:1549 utils/adt/formatting.c:1606 +#: utils/adt/regexp.c:209 utils/adt/varlena.c:3037 utils/adt/varlena.c:3058 +#: utils/mb/mbutils.c:335 utils/mb/mbutils.c:596 utils/hash/dynahash.c:363 +#: utils/hash/dynahash.c:435 utils/hash/dynahash.c:929 utils/misc/guc.c:2746 +#: utils/misc/guc.c:2759 utils/misc/guc.c:2772 utils/init/miscinit.c:212 +#: utils/init/miscinit.c:233 utils/init/miscinit.c:243 utils/fmgr/dfmgr.c:224 +#: commands/sequence.c:928 lib/stringinfo.c:245 storage/buffer/buf_init.c:164 +#: storage/buffer/localbuf.c:347 storage/file/fd.c:336 storage/file/fd.c:719 +#: storage/file/fd.c:837 storage/ipc/procarray.c:392 +#: storage/ipc/procarray.c:708 storage/ipc/procarray.c:715 +#: postmaster/postmaster.c:1857 postmaster/postmaster.c:1890 +#: postmaster/postmaster.c:2954 postmaster/postmaster.c:3683 +#: postmaster/postmaster.c:3764 postmaster/postmaster.c:4332 +msgid "out of memory" +msgstr "Speicher aufgebraucht" + +#: libpq/auth.c:933 +#, c-format +msgid "expected GSS response, got message type %d" +msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen" + +#: libpq/auth.c:996 +msgid "accepting GSS security context failed" +msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen" + +#: libpq/auth.c:1022 +msgid "retrieving GSS user name failed" +msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen" + +#: libpq/auth.c:1095 +#, c-format +msgid "SSPI error %x" +msgstr "SSPI-Fehler %x" + +#: libpq/auth.c:1099 +#, c-format +msgid "%s (%x)" +msgstr "%s (%x)" + +#: libpq/auth.c:1139 +msgid "SSPI is not supported in protocol version 2" +msgstr "SSL wird in Protokollversion 2 nicht unterst�tzt" + +#: libpq/auth.c:1154 +msgid "could not acquire SSPI credentials" +msgstr "konnte SSPI-Credentials nicht erhalten" + +#: libpq/auth.c:1171 +#, c-format +msgid "expected SSPI response, got message type %d" +msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen" + +#: libpq/auth.c:1243 +msgid "could not accept SSPI security context" +msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren" + +#: libpq/auth.c:1299 +msgid "could not get token from SSPI security context" +msgstr "konnte kein Token vom SSPI-Sicherheitskontext erhalten" + +#: libpq/auth.c:1542 +#, c-format +msgid "could not create socket for Ident connection: %m" +msgstr "konnte Socket f�r Ident-Verbindung nicht erzeugen: %m" + +#: libpq/auth.c:1557 +#, c-format +msgid "could not bind to local address \"%s\": %m" +msgstr "konnte nicht mit lokaler Adresse �%s� verbinden: %m" + +#: libpq/auth.c:1569 +#, c-format +msgid "could not connect to Ident server at address \"%s\", port %s: %m" +msgstr "konnte nicht mit Ident-Server auf Adresse �%s�, Port %s verbinden: %m" + +#: libpq/auth.c:1589 +#, c-format +msgid "could not send query to Ident server at address \"%s\", port %s: %m" +msgstr "" +"konnte Anfrage an Ident-Server auf Adresse �%s�, Port %s nicht senden: %m" + +#: libpq/auth.c:1604 +#, c-format +msgid "" +"could not receive response from Ident server at address \"%s\", port %s: %m" +msgstr "" +"konnte Antwort von Ident-Server auf Adresse �%s�, Port %s nicht empfangen: %m" + +#: libpq/auth.c:1614 +#, c-format +msgid "invalidly formatted response from Ident server: \"%s\"" +msgstr "ung�ltig formatierte Antwort vom Ident-Server: �%s�" + +#: libpq/auth.c:1649 libpq/auth.c:1679 libpq/auth.c:1707 libpq/auth.c:1783 +#, c-format +msgid "could not get peer credentials: %m" +msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m" + +#: libpq/auth.c:1658 libpq/auth.c:1688 libpq/auth.c:1725 libpq/auth.c:1794 +#, c-format +msgid "local user with ID %d does not exist" +msgstr "lokaler Benutzer mit ID %d existiert nicht" + +#: libpq/auth.c:1715 +#, c-format +msgid "could not get effective UID from peer credentials: %m" +msgstr "konnte effektive UID nicht aus Peer-Credentials ermitteln: %m" + +#: libpq/auth.c:1805 +msgid "" +"Ident authentication is not supported on local connections on this platform" +msgstr "" +"Ident-Authentifizierung auf lokalen Verbindungen wird auf dieser Plattform " +"nicht unterst�tzt" + +#: libpq/auth.c:1874 +#, c-format +msgid "error from underlying PAM layer: %s" +msgstr "Fehler von der unteren PAM-Ebene: %s" + +#: libpq/auth.c:1879 +#, c-format +msgid "unsupported PAM conversation %d/%s" +msgstr "nicht unterst�tze PAM-Konversation %d/%s" + +#: libpq/auth.c:1911 +msgid "empty password returned by client" +msgstr "Client gab leeres Passwort zur�ck" + +#: libpq/auth.c:1971 +#, c-format +msgid "could not create PAM authenticator: %s" +msgstr "konnte PAM-Authenticator nicht erzeugen: %s" + +#: libpq/auth.c:1982 +#, c-format +msgid "pam_set_item(PAM_USER) failed: %s" +msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s" + +#: libpq/auth.c:1993 +#, c-format +msgid "pam_set_item(PAM_CONV) failed: %s" +msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s" + +#: libpq/auth.c:2004 +#, c-format +msgid "pam_authenticate failed: %s" +msgstr "pam_authenticate fehlgeschlagen: %s" + +#: libpq/auth.c:2015 +#, c-format +msgid "pam_acct_mgmt failed: %s" +msgstr "pam_acct_mgmt fehlgeschlagen: %s" + +#: libpq/auth.c:2026 +#, c-format +msgid "could not release PAM authenticator: %s" +msgstr "konnte PAM-Authenticator nicht freigeben: %s" + +#: libpq/auth.c:2056 +msgid "LDAP server not specified" +msgstr "LDAP-Server nicht angegeben" + +#: libpq/auth.c:2074 libpq/auth.c:2078 +#, c-format +msgid "could not initialize LDAP: error code %d" +msgstr "konnte LDAP nicht initialisieren: Fehlercode %d" + +#: libpq/auth.c:2088 +#, c-format +msgid "could not set LDAP protocol version: error code %d" +msgstr "konnte LDAP-Protokollversion nicht setzen: Fehlercode %d" + +#: libpq/auth.c:2117 +msgid "could not load wldap32.dll" +msgstr "konnte wldap32.dll nicht laden" + +#: libpq/auth.c:2125 +msgid "could not load function _ldap_start_tls_sA in wldap32.dll" +msgstr "konnte Funktion _ldap_start_tls_sA in wldap32.dll nicht laden" + +#: libpq/auth.c:2126 +msgid "LDAP over SSL is not supported on this platform." +msgstr "LDAP �ber SSL wird auf dieser Plattform nicht unterst�tzt" + +#: libpq/auth.c:2141 +#, c-format +msgid "could not start LDAP TLS session: error code %d" +msgstr "konnte LDAP-TLS-Sitzung nicht �ffnen: Fehlercode %d" + +#: libpq/auth.c:2158 +#, c-format +msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" +msgstr "" +"LDAP-Login fehlgeschlagen f�r Benutzer �%s� auf Server �%s�: Fehlercode %d" + +#: libpq/auth.c:2183 +#, c-format +msgid "" +"Certificate login failed for user \"%s\": client certificate contains no " +"username" +msgstr "" +"Login mit Zertifikat f�r Benutzer �%s� fehlgeschlagen: Client-Zertifikat " +"enth�lt keinen Benutzernamen" + +#: libpq/be-fsstubs.c:127 libpq/be-fsstubs.c:157 libpq/be-fsstubs.c:172 +#: libpq/be-fsstubs.c:197 libpq/be-fsstubs.c:244 libpq/be-fsstubs.c:483 +#, c-format +msgid "invalid large-object descriptor: %d" +msgstr "ung�ltiger Large-Object-Deskriptor: %d" + +#: libpq/be-fsstubs.c:177 +#, c-format +msgid "large object descriptor %d was not opened for writing" +msgstr "Large-Objekt-Deskriptor %d wurde nicht zum Schreiben ge�ffnet" + +#: libpq/be-fsstubs.c:357 +msgid "must be superuser to use server-side lo_import()" +msgstr "nur Superuser k�nnen das serverseitige lo_import() verwenden" + +#: libpq/be-fsstubs.c:358 +msgid "Anyone can use the client-side lo_import() provided by libpq." +msgstr "Jeder kann das clientseitige lo_import() von libpq verwenden." + +#: libpq/be-fsstubs.c:371 +#, c-format +msgid "could not open server file \"%s\": %m" +msgstr "konnte Serverdatei �%s� nicht �ffnen: %m" + +#: libpq/be-fsstubs.c:393 +#, c-format +msgid "could not read server file \"%s\": %m" +msgstr "konnte Serverdatei �%s� nicht lesen: %m" + +#: libpq/be-fsstubs.c:423 +msgid "must be superuser to use server-side lo_export()" +msgstr "nur Superuser k�nnen das serverseitige lo_export() verwenden" + +#: libpq/be-fsstubs.c:424 +msgid "Anyone can use the client-side lo_export() provided by libpq." +msgstr "Jeder kann das clientseitige lo_export() von libpq verwenden." + +#: libpq/be-fsstubs.c:448 +#, c-format +msgid "could not create server file \"%s\": %m" +msgstr "konnte Serverdatei �%s� nicht erstellen: %m" + +#: libpq/be-fsstubs.c:460 +#, c-format +msgid "could not write server file \"%s\": %m" +msgstr "konnte Serverdatei �%s� nicht schreiben: %m" + +#: libpq/be-secure.c:275 libpq/be-secure.c:369 +#, c-format +msgid "SSL error: %s" +msgstr "SSL-Fehler: %s" + +#: libpq/be-secure.c:284 libpq/be-secure.c:378 libpq/be-secure.c:934 +#, c-format +msgid "unrecognized SSL error code: %d" +msgstr "unbekannter SSL-Fehlercode: %d" + +#: libpq/be-secure.c:323 libpq/be-secure.c:327 libpq/be-secure.c:337 +msgid "SSL renegotiation failure" +msgstr "Fehler bei SSL-Neuverhandlung" + +#: libpq/be-secure.c:331 +msgid "SSL failed to send renegotiation request" +msgstr "SSL konnte keine neue Verhandlungsanfrage senden" + +#: libpq/be-secure.c:726 +#, c-format +msgid "could not create SSL context: %s" +msgstr "konnte SSL-Kontext nicht erzeugen: %s" + +#: libpq/be-secure.c:736 +#, c-format +msgid "could not load server certificate file \"%s\": %s" +msgstr "konnte Serverzertifikatsdatei �%s� nicht laden: %s" + +#: libpq/be-secure.c:742 +#, c-format +msgid "could not access private key file \"%s\": %m" +msgstr "konnte auf private Schl�sseldatei �%s� nicht zugreifen: %m" + +#: libpq/be-secure.c:757 +#, c-format +msgid "private key file \"%s\" has group or world access" +msgstr "private Schl�sseldatei �%s� erlaubt Zugriff von Gruppe oder Welt" + +#: libpq/be-secure.c:759 +msgid "Permissions should be u=rw (0600) or less." +msgstr "Rechte sollten u=rw (0600) oder weniger sein." + +#: libpq/be-secure.c:766 +#, c-format +msgid "could not load private key file \"%s\": %s" +msgstr "konnte private Schl�sseldatei �%s� nicht laden: %s" + +#: libpq/be-secure.c:771 +#, c-format +msgid "check of private key failed: %s" +msgstr "�berpr�fung des privaten Schl�ssels fehlgeschlagen: %s" + +#: libpq/be-secure.c:800 +#, c-format +msgid "could not access root certificate file \"%s\": %m" +msgstr "konnte nicht auf Root-Zertifikat-Datei �%s� zugreifen: %m" + +#: libpq/be-secure.c:813 +#, c-format +msgid "could not load root certificate file \"%s\": %s" +msgstr "konnte Root-Zertifikat-Datei �%s� nicht laden: %s" + +#: libpq/be-secure.c:835 +#, c-format +msgid "SSL certificate revocation list file \"%s\" ignored" +msgstr "SSL-Certificate-Revocation-List-Datei �%s� ignoriert" + +#: libpq/be-secure.c:837 +msgid "SSL library does not support certificate revocation lists." +msgstr "SSL-Bibliothek unterst�tzt keine Certificate-Revocation-Lists." + +#: libpq/be-secure.c:843 +#, c-format +msgid "SSL certificate revocation list file \"%s\" not found, skipping: %s" +msgstr "" +"SSL-Certificate-Revocation-List-Datei �%s� nicht gefunden, wird �bersprungen: " +"%s" + +#: libpq/be-secure.c:845 +msgid "Certificates will not be checked against revocation list." +msgstr "Zertifikate werden nicht gegen die Revocation-Liste gepr�ft." + +#: libpq/be-secure.c:879 +#, c-format +msgid "could not initialize SSL connection: %s" +msgstr "konnte SSL-Verbindung nicht initialisieren: %s" + +#: libpq/be-secure.c:888 +#, c-format +msgid "could not set SSL socket: %s" +msgstr "konnte SSL-Socket nicht setzen: %s" + +#: libpq/be-secure.c:914 +#, c-format +msgid "could not accept SSL connection: %m" +msgstr "konnte SSL-Verbindung nicht annehmen: %m" + +#: libpq/be-secure.c:918 libpq/be-secure.c:929 +msgid "could not accept SSL connection: EOF detected" +msgstr "konnte SSL-Verbindung nicht annehmen: EOF entdeckt" + +#: libpq/be-secure.c:923 +#, c-format +msgid "could not accept SSL connection: %s" +msgstr "konnte SSL-Verbindung nicht annehmen: %s" + +#: libpq/be-secure.c:961 +#, c-format +msgid "SSL connection from \"%s\"" +msgstr "SSL-Verbindung von �%s�" + +#: libpq/be-secure.c:1005 +msgid "no SSL error reported" +msgstr "kein SSL-Fehler berichtet" + +#: libpq/be-secure.c:1009 +#, c-format +msgid "SSL error code %lu" +msgstr "SSL-Fehlercode %lu" + +#: libpq/hba.c:152 +#, c-format +msgid "authentication file token too long, skipping: \"%s\"" +msgstr "Token in Authentifizierungsdatei zu lang, wird �bersprungen: �%s�" + +#: libpq/hba.c:341 +#, c-format +msgid "could not open secondary authentication file \"@%s\" as \"%s\": %m" +msgstr "konnte sekund�re Authentifizierungsdatei �@%s� nicht als �%s� �ffnen: %m" + +#. translator: the second %s is a list of auth methods +#: libpq/hba.c:582 +#, c-format +msgid "" +"authentication option \"%s\" is only valid for authentication methods %s" +msgstr "" +"Authentifizierungsoption �%s� ist nur g�ltig f�r Authentifizierungsmethoden %s" + +#: libpq/hba.c:584 libpq/hba.c:600 libpq/hba.c:646 libpq/hba.c:669 +#: libpq/hba.c:681 libpq/hba.c:694 libpq/hba.c:709 libpq/hba.c:737 +#: libpq/hba.c:762 libpq/hba.c:776 libpq/hba.c:789 libpq/hba.c:817 +#: libpq/hba.c:885 libpq/hba.c:896 libpq/hba.c:908 libpq/hba.c:919 +#: libpq/hba.c:942 libpq/hba.c:971 libpq/hba.c:983 libpq/hba.c:996 +#: libpq/hba.c:1030 libpq/hba.c:1074 tsearch/ts_locale.c:173 +#, c-format +msgid "line %d of configuration file \"%s\"" +msgstr "Zeile %d in Konfigurationsdatei �%s�" + +#: libpq/hba.c:598 +#, c-format +msgid "authentication method \"%s\" requires argument \"%s\" to be set" +msgstr "Authentifizierungsmethode �%s� ben�tigt Argument �%s�" + +#: libpq/hba.c:644 +msgid "hostssl not supported on this platform" +msgstr "hostssl wird auf dieser Plattform nicht unterst�tzt" + +#: libpq/hba.c:645 +msgid "compile with --enable-ssl to use SSL connections" +msgstr "kompilieren Sie mit --enable-ssl um SSL-Verbindungen zu verwenden" + +#: libpq/hba.c:667 +#, c-format +msgid "invalid connection type \"%s\"" +msgstr "ung�ltiger Verbindungstyp �%s�" + +#: libpq/hba.c:680 +msgid "end-of-line before database specification" +msgstr "Zeilenende vor Datenbankangabe" + +#: libpq/hba.c:693 +msgid "end-of-line before role specification" +msgstr "Zeilenende vor Rollenangabe" + +#: libpq/hba.c:708 +msgid "end-of-line before IP address specification" +msgstr "Zeilenende vor IP-Adressangabe" + +#: libpq/hba.c:735 +#, c-format +msgid "invalid IP address \"%s\": %s" +msgstr "ung�ltige IP-Adresse �%s�: %s" + +#: libpq/hba.c:760 +#, c-format +msgid "invalid CIDR mask in address \"%s\"" +msgstr "ung�ltige CIDR-Maske in Adresse �%s�" + +#: libpq/hba.c:775 +msgid "end-of-line before netmask specification" +msgstr "Zeilenende vor Netzmaskenangabe" + +#: libpq/hba.c:787 +#, c-format +msgid "invalid IP mask \"%s\": %s" +msgstr "ung�ltige IP-Maske �%s�: %s" + +#: libpq/hba.c:803 +#, c-format +msgid "IP address and mask do not match in file \"%s\" line %d" +msgstr "IP-Adresse und -Maske passen nicht zusammen in Datei �%s� Zeile %d" + +#: libpq/hba.c:816 +msgid "end-of-line before authentication method" +msgstr "Zeilenende vor Authentifizierungsmethode" + +#: libpq/hba.c:883 +#, c-format +msgid "invalid authentication method \"%s\"" +msgstr "ung�ltige Authentifizierungsmethode �%s�" + +#: libpq/hba.c:894 +#, c-format +msgid "invalid authentication method \"%s\": not supported on this platform" +msgstr "" +"ung�ltige Authentifizierungsmethode �%s�: auf dieser Platform nicht " +"unterst�tzt" -#: access/gin/ginscan.c:212 -msgid "GIN index does not support search with void query" -msgstr "GIN-Index unterst�tzt keine Suche mit leerer Anfrage" +#: libpq/hba.c:907 +msgid "krb5 authentication is not supported on local sockets" +msgstr "krb5-Authentifizierung wird auf lokalen Verbindungen nicht unterst�tzt" + +#: libpq/hba.c:918 +msgid "cert authentication is only supported on hostssl connections" +msgstr "cert-Authentifizierung wird nur auf �hostssl�-Verbindungen unterst�tzt" + +#: libpq/hba.c:941 +#, c-format +msgid "authentication option not in name=value format: %s" +msgstr "Authentifizierungsoption nicht im Format name=wert: %s" + +#: libpq/hba.c:956 +msgid "ident, krb5, gssapi, sspi and cert" +msgstr "ident, krb5, gssapi, sspi und cert" + +#: libpq/hba.c:970 +msgid "clientcert can only be configured for \"hostssl\" rows" +msgstr "clientcert kann nur f�r �hostssl�-Zeilen konfiguriert werden" + +#: libpq/hba.c:981 +msgid "" +"client certificates can only be checked if a root certificate store is " +"available" +msgstr "" +"Client-Zertifikate k�nnen nur �berpr�ft werden, wenn Wurzelzertifikat " +"verf�gbar ist" + +#: libpq/hba.c:982 +msgid "make sure the root certificate store is present and readable" +msgstr "stellen Sie sicher, dass das Wurzelzertifikat vorhanden und lesbar ist" + +#: libpq/hba.c:995 +msgid "clientcert can not be set to 0 when using \"cert\" authentication" +msgstr "" +"clientcert kann nicht auf 0 gesetzt sein, wenn �cert�-Authentifizierung " +"verwendet wird" + +#: libpq/hba.c:1029 +#, c-format +msgid "invalid LDAP port number: \"%s\"" +msgstr "ung�ltige LDAP-Portnummer: �%s�" + +#: libpq/hba.c:1055 libpq/hba.c:1063 +msgid "krb5, gssapi and sspi" +msgstr "krb5, gssapi und sspi" + +#: libpq/hba.c:1073 +#, c-format +msgid "unknown authentication option name: \"%s\"" +msgstr "unbekannter Authentifizierungsoptionsname: �%s�" + +#: libpq/hba.c:1231 access/transam/xlog.c:2285 access/transam/xlog.c:3851 +#: access/transam/xlog.c:3941 access/transam/xlog.c:4039 +#: utils/init/miscinit.c:993 utils/init/miscinit.c:1099 +#: utils/init/postinit.c:94 utils/init/postinit.c:134 utils/error/elog.c:1394 +#: postmaster/autovacuum.c:1808 ../port/copydir.c:119 +#, c-format +msgid "could not open file \"%s\": %m" +msgstr "konnte Datei �%s� nicht �ffnen: %m" + +#: libpq/hba.c:1320 guc-file.l:403 +#, c-format +msgid "could not open configuration file \"%s\": %m" +msgstr "konnte Konfigurationsdatei �%s� nicht �ffnen: %m" + +#: libpq/hba.c:1498 +#, c-format +msgid "invalid regular expression \"%s\": %s" +msgstr "ung�ltiger regul�rer Ausdruck �%s�: %s" + +#: libpq/hba.c:1520 +#, c-format +msgid "regular expression match for \"%s\" failed: %s" +msgstr "Suche nach regul�rem Ausdruck f�r �%s� fehlgeschlagen: %s" + +#: libpq/hba.c:1537 +#, c-format +msgid "" +"regular expression \"%s\" has no subexpressions as requested by " +"backreference in \"%s\"" +msgstr "" +"regul�rer Ausdruck �%s� hat keine Teilausdr�cke wie von der Backreference in " +"�%s� verlangt" + +#: libpq/hba.c:1603 +#, c-format +msgid "missing entry in file \"%s\" at end of line %d" +msgstr "fehlender Eintrag in Datei �%s� am Ende von Zeile %d" + +#: libpq/hba.c:1644 +#, c-format +msgid "provided username (%s) and authenticated username (%s) don't match" +msgstr "" +"angegebener Benutzername (%s) und authentifizierter Benutzername (%s) " +"stimmen nicht �berein" + +#: libpq/hba.c:1665 +#, c-format +msgid "no match in usermap for user \"%s\" authenticated as \"%s\"" +msgstr "" +"kein passender Eintrag in Usermap f�r Benutzer �%s�, authentifiziert als �%s�" + +#: libpq/hba.c:1667 +#, c-format +msgid "usermap \"%s\"" +msgstr "Usermap �%s�" + +#: libpq/hba.c:1690 +#, c-format +msgid "could not open Ident usermap file \"%s\": %m" +msgstr "konnte Ident-Usermap-Datei �%s� nicht �ffnen: %m" + +#: libpq/pqcomm.c:289 +#, c-format +msgid "could not translate host name \"%s\", service \"%s\" to address: %s" +msgstr "konnte Hostname �%s�, Dienst �%s� nicht in Adresse �bersetzen: %s" + +#: libpq/pqcomm.c:293 +#, c-format +msgid "could not translate service \"%s\" to address: %s" +msgstr "konnte Dienst �%s� nicht in Adresse �bersetzen: %s" + +#: libpq/pqcomm.c:320 +#, c-format +msgid "could not bind to all requested addresses: MAXLISTEN (%d) exceeded" +msgstr "" +"konnte nicht an alle verlangten Adressen binden: MAXLISTEN (%d) �berschritten" + +#: libpq/pqcomm.c:329 +msgid "IPv4" +msgstr "IPv4" + +#: libpq/pqcomm.c:333 +msgid "IPv6" +msgstr "IPv6" + +#: libpq/pqcomm.c:338 +msgid "Unix" +msgstr "Unix" + +#: libpq/pqcomm.c:343 +#, c-format +msgid "unrecognized address family %d" +msgstr "unbekannte Adressfamilie %d" -#: access/gist/gistutil.c:406 +#. translator: %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:354 +#, c-format +msgid "could not create %s socket: %m" +msgstr "konnte %s-Socket nicht erstellen: %m" + +#: libpq/pqcomm.c:379 +#, c-format +msgid "setsockopt(SO_REUSEADDR) failed: %m" +msgstr "setsockopt(SO_REUSEADDR) fehlgeschlagen: %m" + +#: libpq/pqcomm.c:394 +#, c-format +msgid "setsockopt(IPV6_V6ONLY) failed: %m" +msgstr "setsockopt(IPV6_V6ONLY) fehlgeschlagen: %m" + +#. translator: %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:413 +#, c-format +msgid "could not bind %s socket: %m" +msgstr "konnte %s-Socket nicht binden: %m" + +#: libpq/pqcomm.c:416 +#, c-format +msgid "" +"Is another postmaster already running on port %d? If not, remove socket file " +"\"%s\" and retry." +msgstr "" +"L�uft bereits ein anderer Postmaster auf Port %d? Wenn nicht, entfernen Sie " +"die Socketdatei �%s� und versuchen Sie erneut." + +#: libpq/pqcomm.c:419 +#, c-format +msgid "" +"Is another postmaster already running on port %d? If not, wait a few seconds " +"and retry." +msgstr "" +"L�uft bereits ein anderer Postmaster auf Port %d? Wenn nicht, warten Sie " +"einige Sekunden und versuchen Sie erneut." + +#. translator: %s is IPv4, IPv6, or Unix +#: libpq/pqcomm.c:452 +#, c-format +msgid "could not listen on %s socket: %m" +msgstr "konnte nicht auf %s-Socket h�ren: %m" + +#: libpq/pqcomm.c:532 +#, c-format +msgid "group \"%s\" does not exist" +msgstr "Gruppe �%s� existiert nicht" + +#: libpq/pqcomm.c:542 +#, c-format +msgid "could not set group of file \"%s\": %m" +msgstr "konnte Gruppe von Datei �%s� nicht setzen: %m" + +#: libpq/pqcomm.c:553 +#, c-format +msgid "could not set permissions of file \"%s\": %m" +msgstr "konnte Zugriffsrechte von Datei �%s� nicht setzen: %m" + +#: libpq/pqcomm.c:583 +#, c-format +msgid "could not accept new connection: %m" +msgstr "konnte neue Verbindung nicht akzeptieren: %m" + +#: libpq/pqcomm.c:769 +#, c-format +msgid "could not receive data from client: %m" +msgstr "konnte Daten vom Client nicht empfangen: %m" + +#: libpq/pqcomm.c:956 +msgid "unexpected EOF within message length word" +msgstr "unerwartetes EOF im Message-L�ngenwort" + +#: libpq/pqcomm.c:967 +msgid "invalid message length" +msgstr "ung�ltige Message-L�nge" + +#: libpq/pqcomm.c:989 libpq/pqcomm.c:999 +msgid "incomplete message from client" +msgstr "unvollst�ndige Message vom Client" + +#: libpq/pqcomm.c:1108 +#, c-format +msgid "could not send data to client: %m" +msgstr "konnte Daten nicht an den Client senden: %m" + +#: libpq/pqformat.c:463 +msgid "no data left in message" +msgstr "keine Daten in Message �brig" + +#: libpq/pqformat.c:529 +msgid "binary value is out of range for type bigint" +msgstr "bin�rer Wert ist au�erhalb des g�ltigen Bereichs f�r Typ bigint" + +#: libpq/pqformat.c:611 libpq/pqformat.c:629 libpq/pqformat.c:650 +#: utils/adt/arrayfuncs.c:1345 utils/adt/rowtypes.c:551 +msgid "insufficient data left in message" +msgstr "nicht genug Daten in Message �brig" + +#: libpq/pqformat.c:691 +msgid "invalid string in message" +msgstr "ung�ltige Zeichenkette in Message" + +#: libpq/pqformat.c:707 +msgid "invalid message format" +msgstr "ung�ltiges Message-Format" + +#: access/gist/gistsplit.c:372 +#, c-format +msgid "picksplit method for column %d of index \"%s\" failed" +msgstr "Picksplit-Methode f�r Spalte %d von Index �%s� fehlgeschlagen" + +#: access/gist/gistsplit.c:374 +msgid "" +"The index is not optimal. To optimize it, contact a developer, or try to use " +"the column as the second one in the CREATE INDEX command." +msgstr "Der Index ist nicht optimal. Um ihn zu optimieren, kontaktieren Sie einen Entwickler oder versuchen Sie, die Spalte als die zweite im CREATE-INDEX-Befehl zu verwenden." + +#: access/gist/gistutil.c:407 #, c-format msgid "index \"%s\" needs VACUUM or REINDEX to finish crash recovery" msgstr "" "Index �%s� ben�tigt VACUUM oder REINDEX um Wiederherstellung nach Absturz " "abzuschlie�en" -#: access/gist/gistutil.c:587 access/hash/hashutil.c:169 -#: access/nbtree/nbtpage.c:432 +#: access/gist/gistutil.c:588 access/nbtree/nbtpage.c:432 +#: access/hash/hashutil.c:169 #, c-format msgid "index \"%s\" contains unexpected zero page at block %u" msgstr "Index �%s� enth�lt unerwartete Nullseite bei Block %u" -#: access/gist/gistutil.c:590 access/gist/gistutil.c:601 +#: access/gist/gistutil.c:591 access/gist/gistutil.c:602 +#: access/nbtree/nbtpage.c:435 access/nbtree/nbtpage.c:446 #: access/hash/hashutil.c:172 access/hash/hashutil.c:183 #: access/hash/hashutil.c:195 access/hash/hashutil.c:216 -#: access/nbtree/nbtpage.c:435 access/nbtree/nbtpage.c:446 msgid "Please REINDEX it." msgstr "Bitte f�hren Sie REINDEX f�r den Index aus." -#: access/gist/gistutil.c:598 access/hash/hashutil.c:180 -#: access/hash/hashutil.c:192 access/nbtree/nbtpage.c:443 +#: access/gist/gistutil.c:599 access/nbtree/nbtpage.c:443 +#: access/hash/hashutil.c:180 access/hash/hashutil.c:192 #, c-format msgid "index \"%s\" contains corrupted page at block %u" msgstr "Index �%s� enth�lt korrupte Seite bei Block %u" @@ -152,106 +943,84 @@ msgstr "" msgid "Incomplete insertion detected during crash replay." msgstr "Unvollst�ndige Einf�geoperation beim Crash-Replay entdeckt." -#: access/hash/hashinsert.c:77 +#: access/common/heaptuple.c:686 access/common/heaptuple.c:1438 #, c-format -msgid "index row size %lu exceeds hash maximum %lu" -msgstr "Gr��e der Indexzeile %lu �berschreitet Maximum f�r Hash-Index %lu" - -#: access/hash/hashinsert.c:80 -msgid "Values larger than a buffer page cannot be indexed." -msgstr "" -"Werte, die gr��er sind als eine Pufferseite, k�nnen nicht indiziert werden." +msgid "number of columns (%d) exceeds limit (%d)" +msgstr "Anzahl der Spalten (%d) �berschreitet Maximum (%d)" -#: access/hash/hashovfl.c:546 +#: access/common/indextuple.c:57 #, c-format -msgid "out of overflow pages in hash index \"%s\"" -msgstr "keine �berlaufseiten in Hash-Index �%s� mehr" - -#: access/hash/hashsearch.c:147 -msgid "hash indexes do not support whole-index scans" -msgstr "Hash-Indexe unterst�tzen keine Scans des ganzen Index" +msgid "number of index columns (%d) exceeds limit (%d)" +msgstr "Anzahl der Indexspalten (%d) �berschreitet Maximum (%d)" -#: access/hash/hashutil.c:208 +#: access/common/indextuple.c:168 #, c-format -msgid "index \"%s\" is not a hash index" -msgstr "Index �%s� ist kein Hash-Index" +msgid "index row requires %lu bytes, maximum size is %lu" +msgstr "Indexzeile ben�tigt %lu Bytes, Maximalgr��e ist %lu" -#: access/hash/hashutil.c:214 +#: access/common/printtup.c:278 tcop/postgres.c:1630 tcop/fastpath.c:180 +#: tcop/fastpath.c:552 #, c-format -msgid "index \"%s\" has wrong hash version" -msgstr "Index �%s� hat falsche Hash-Version" +msgid "unsupported format code: %d" +msgstr "nicht unterst�tzter Formatcode: %d" -#: access/heap/heapam.c:975 -#, c-format -msgid "could not obtain lock on relation \"%s\"" -msgstr "konnte Sperre f�r Relation �%s� nicht setzen" +#: access/common/reloptions.c:285 +msgid "user-defined relation parameter types limit exceeded" +msgstr "Wertebereich des Typs f�r benutzerdefinierte Relationsparameter �berschritten" -#: access/heap/heapam.c:980 -#, c-format -msgid "could not obtain lock on relation with OID %u" -msgstr "konnte Sperre f�r Relation mit OID %u nicht setzen" +#: access/common/reloptions.c:584 +msgid "RESET must not include values for parameters" +msgstr "RESET darf keinen Parameterwert enthalten" -#: access/heap/heapam.c:1114 access/heap/heapam.c:1142 -#: access/heap/heapam.c:1172 catalog/aclchk.c:880 +#: access/common/reloptions.c:617 #, c-format -msgid "\"%s\" is an index" -msgstr "�%s� ist ein Index" +msgid "unrecognized parameter namespace \"%s\"" +msgstr "unbekannter Parameter-Namensraum �%s�" -#: access/heap/heapam.c:1119 access/heap/heapam.c:1147 -#: access/heap/heapam.c:1177 catalog/aclchk.c:887 commands/tablecmds.c:2062 -#: commands/tablecmds.c:6244 commands/tablecmds.c:7531 +#: access/common/reloptions.c:857 #, c-format -msgid "\"%s\" is a composite type" -msgstr "�%s� ist ein zusammengesetzter Typ" +msgid "unrecognized parameter \"%s\"" +msgstr "unbekannter Parameter �%s�" -#: access/heap/heapam.c:3191 access/heap/heapam.c:3222 -#: access/heap/heapam.c:3257 +#: access/common/reloptions.c:882 #, c-format -msgid "could not obtain lock on row in relation \"%s\"" -msgstr "konnte Sperre f�r Zeile in Relation �%s� nicht setzen" +msgid "parameter \"%s\" specified more than once" +msgstr "Parameter �%s� mehrmals angegeben" -#: access/heap/hio.c:174 access/heap/rewriteheap.c:592 +#: access/common/reloptions.c:897 #, c-format -msgid "row is too big: size %lu, maximum size %lu" -msgstr "Zeile ist zu gro�: Gr��e ist %lu, Maximalgr��e ist %lu" +msgid "invalid value for boolean option \"%s\": %s" +msgstr "ung�ltiger Wert f�r Boole'sche Option �%s�: �%s�" -#: access/index/indexam.c:149 commands/comment.c:502 commands/indexcmds.c:1279 -#: commands/tablecmds.c:212 commands/tablecmds.c:2258 +#: access/common/reloptions.c:908 #, c-format -msgid "\"%s\" is not an index" -msgstr "�%s� ist kein Index" +msgid "invalid value for integer option \"%s\": %s" +msgstr "ung�ltiger Wert f�r ganzzahlige Option �%s�: �%s�" -#: access/nbtree/nbtinsert.c:300 +#: access/common/reloptions.c:913 access/common/reloptions.c:931 #, c-format -msgid "duplicate key value violates unique constraint \"%s\"" -msgstr "doppelter Schl�sselwert verletzt Unique-Constraint �%s�" +msgid "value %s out of bounds for option \"%s\"" +msgstr "Wert %s ist au�erhalb des g�ltigen Bereichs f�r Option �%s�" -#: access/nbtree/nbtinsert.c:421 access/nbtree/nbtsort.c:483 +#: access/common/reloptions.c:915 #, c-format -msgid "index row size %lu exceeds btree maximum, %lu" -msgstr "Indexzeilengr��e %lu �berschreitet Maximalgr��e f�r B-Tree, %lu" +msgid "Valid values are between \"%d\" and \"%d\"." +msgstr "G�ltige Werte sind zwischen �%d� und �%d�." -#: access/nbtree/nbtinsert.c:424 access/nbtree/nbtsort.c:486 -msgid "" -"Values larger than 1/3 of a buffer page cannot be indexed.\n" -"Consider a function index of an MD5 hash of the value, or use full text " -"indexing." -msgstr "" -"Werte, die gr��er sind als 1/3 einer Pufferseite, k�nnen nicht indiziert " -"werden.\n" -"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder " -"verwenden Sie Volltextindizierung." +#: access/common/reloptions.c:926 +#, c-format +msgid "invalid value for floating point option \"%s\": %s" +msgstr "ung�ltiger Wert f�r Gleitkommaoption �%s�: �%s�" -#: access/nbtree/nbtpage.c:160 access/nbtree/nbtpage.c:364 +#: access/common/reloptions.c:933 #, c-format -msgid "index \"%s\" is not a btree" -msgstr "Index �%s� ist kein B-Tree" +msgid "Valid values are between \"%f\" and \"%f\"." +msgstr "G�ltige Werte sind zwischen �%f� und �%f�." -#: access/nbtree/nbtpage.c:166 access/nbtree/nbtpage.c:370 +#: access/common/tupdesc.c:547 parser/parse_relation.c:1194 #, c-format -msgid "version mismatch in index \"%s\": file version %d, code version %d" -msgstr "" -"keine Versions�bereinstimmung in Index �%s�: Dateiversion %d, Code-Version %d" +msgid "column \"%s\" cannot be declared SETOF" +msgstr "Spalte �%s� kann nicht als SETOF deklariert werden" #: access/transam/slru.c:614 #, c-format @@ -310,139 +1079,147 @@ msgstr "entferne Datei �%s�" msgid "transaction identifier \"%s\" is too long" msgstr "Transaktionsbezeichner �%s� ist zu lang" -#: access/transam/twophase.c:262 +#: access/transam/twophase.c:235 +msgid "prepared transactions are disabled" +msgstr "vorbereitete Transaktion sind abgeschaltet" + +#: access/transam/twophase.c:236 +msgid "Set max_prepared_transactions to a nonzero value." +msgstr "Setzen Sie max_prepared_transactions auf einen Wert h�her als null." + +#: access/transam/twophase.c:269 #, c-format msgid "transaction identifier \"%s\" is already in use" msgstr "Transaktionsbezeichner �%s� wird bereits verwendet" -#: access/transam/twophase.c:271 +#: access/transam/twophase.c:278 msgid "maximum number of prepared transactions reached" msgstr "maximale Anzahl vorbereiteter Transaktionen erreicht" -#: access/transam/twophase.c:272 +#: access/transam/twophase.c:279 #, c-format msgid "Increase max_prepared_transactions (currently %d)." msgstr "Erh�hen Sie max_prepared_transactions (aktuell %d)." -#: access/transam/twophase.c:392 +#: access/transam/twophase.c:399 #, c-format msgid "prepared transaction with identifier \"%s\" is busy" msgstr "vorbereitete Transaktion mit Bezeichner �%s� ist besch�ftigt" -#: access/transam/twophase.c:400 +#: access/transam/twophase.c:407 msgid "permission denied to finish prepared transaction" msgstr "keine Berechtigung um vorbereitete Transaktion abzuschlie�en" -#: access/transam/twophase.c:401 +#: access/transam/twophase.c:408 msgid "Must be superuser or the user that prepared the transaction." msgstr "" "Sie m�ssen Superuser oder der Benutzer sein, der die Transaktion vorbereitet " "hat." -#: access/transam/twophase.c:412 +#: access/transam/twophase.c:419 msgid "prepared transaction belongs to another database" msgstr "vorbereitete Transaktion geh�rt zu einer anderen Datenbank" -#: access/transam/twophase.c:413 +#: access/transam/twophase.c:420 msgid "" "Connect to the database where the transaction was prepared to finish it." msgstr "" "Verbinden Sie sich mit der Datenbank, wo die Transaktion vorbereitet wurde, " "um sie zu beenden." -#: access/transam/twophase.c:427 +#: access/transam/twophase.c:434 #, c-format msgid "prepared transaction with identifier \"%s\" does not exist" msgstr "vorbereitete Transaktion mit Bezeichner �%s� existiert nicht" -#: access/transam/twophase.c:879 +#: access/transam/twophase.c:886 msgid "two-phase state file maximum length exceeded" msgstr "maximale L�nge der Zweiphasen-Statusdatei �berschritten" -#: access/transam/twophase.c:897 +#: access/transam/twophase.c:904 #, c-format msgid "could not create two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei �%s� nicht erstellen: %m" -#: access/transam/twophase.c:911 access/transam/twophase.c:928 -#: access/transam/twophase.c:977 access/transam/twophase.c:1344 -#: access/transam/twophase.c:1351 +#: access/transam/twophase.c:918 access/transam/twophase.c:935 +#: access/transam/twophase.c:984 access/transam/twophase.c:1351 +#: access/transam/twophase.c:1358 #, c-format msgid "could not write two-phase state file: %m" msgstr "konnte Zweiphasen-Statusdatei nicht schreiben: %m" -#: access/transam/twophase.c:937 +#: access/transam/twophase.c:944 #, c-format msgid "could not seek in two-phase state file: %m" msgstr "konnte Positionszeiger in Zweiphasen-Statusdatei nicht setzen: %m" -#: access/transam/twophase.c:983 access/transam/twophase.c:1369 +#: access/transam/twophase.c:990 access/transam/twophase.c:1376 #, c-format msgid "could not close two-phase state file: %m" msgstr "konnte Zweiphasen-Statusdatei nicht schlie�en: %m" -#: access/transam/twophase.c:1054 access/transam/twophase.c:1449 +#: access/transam/twophase.c:1061 access/transam/twophase.c:1456 #, c-format msgid "could not open two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei �%s� nicht �ffnen: %m" -#: access/transam/twophase.c:1070 +#: access/transam/twophase.c:1077 #, c-format msgid "could not stat two-phase state file \"%s\": %m" msgstr "konnte �stat� f�r Zweiphasen-Statusdatei �%s� nicht ausf�hren: %m" -#: access/transam/twophase.c:1101 +#: access/transam/twophase.c:1108 #, c-format msgid "could not read two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei �%s� nicht lesen: %m" -#: access/transam/twophase.c:1165 +#: access/transam/twophase.c:1172 #, c-format msgid "two-phase state file for transaction %u is corrupt" msgstr "Zweiphasen-Statusdatei f�r Transaktion %u ist verf�lscht" -#: access/transam/twophase.c:1306 +#: access/transam/twophase.c:1313 #, c-format msgid "could not remove two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei �%s� nicht l�schen: %m" -#: access/transam/twophase.c:1335 +#: access/transam/twophase.c:1342 #, c-format msgid "could not recreate two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei �%s� nicht wieder erstellen: %m" -#: access/transam/twophase.c:1363 +#: access/transam/twophase.c:1370 #, c-format msgid "could not fsync two-phase state file: %m" msgstr "konnte Zweiphasen-Statusdatei nicht fsyncen: %m" -#: access/transam/twophase.c:1458 +#: access/transam/twophase.c:1465 #, c-format msgid "could not fsync two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statusdatei �%s� nicht fsyncen: %m" -#: access/transam/twophase.c:1465 +#: access/transam/twophase.c:1472 #, c-format msgid "could not close two-phase state file \"%s\": %m" msgstr "konnte Zweiphasen-Statistikdatei �%s� nicht schlie�en: %m" -#: access/transam/twophase.c:1523 +#: access/transam/twophase.c:1530 #, c-format msgid "removing future two-phase state file \"%s\"" msgstr "entferne Zweiphasen-Statusdatei aus der Zukunft �%s�" -#: access/transam/twophase.c:1539 access/transam/twophase.c:1550 -#: access/transam/twophase.c:1638 +#: access/transam/twophase.c:1546 access/transam/twophase.c:1557 +#: access/transam/twophase.c:1645 #, c-format msgid "removing corrupt two-phase state file \"%s\"" msgstr "entferne verf�lschte Zweiphasen-Statusdatei �%s�" -#: access/transam/twophase.c:1627 +#: access/transam/twophase.c:1634 #, c-format msgid "removing stale two-phase state file \"%s\"" msgstr "entferne abgelaufene Zweiphasen-Statusdatei �%s�" -#: access/transam/twophase.c:1645 +#: access/transam/twophase.c:1652 #, c-format msgid "recovering prepared transaction %u" msgstr "Wiederherstellung der vorbereiteten Transaktion %u" @@ -459,58 +1236,65 @@ msgstr "" #: access/transam/varsup.c:89 #, c-format msgid "" -"Stop the postmaster and use a standalone backend to vacuum database \"%s\"." +"Stop the postmaster and use a standalone backend to vacuum database \"%s\".\n" +"You might also need to commit or roll back old prepared transactions." msgstr "" "Halten Sie den Postmaster an und verwenden Sie ein Standalone-Backend, um " -"VACUUM in der Datenbank �%s� auszuf�hren." +"VACUUM in der Datenbank �%s� auszuf�hren.\n" +"Eventuell m�ssen Sie auch alte vorbereitete Transaktionen committen oder " +"zur�ckrollen." -#: access/transam/varsup.c:93 access/transam/varsup.c:299 +#: access/transam/varsup.c:94 access/transam/varsup.c:301 #, c-format msgid "database \"%s\" must be vacuumed within %u transactions" msgstr "Datenbank �%s� muss innerhalb von %u Transaktionen gevacuumt werden" -#: access/transam/varsup.c:96 access/transam/varsup.c:302 -#, fuzzy, c-format -msgid "To avoid a database shutdown, execute a database-wide VACUUM in \"%s\"." +#: access/transam/varsup.c:97 access/transam/varsup.c:304 +#, c-format +msgid "" +"To avoid a database shutdown, execute a database-wide VACUUM in \"%s\".\n" +"You might also need to commit or roll back old prepared transactions." msgstr "" "Um ein Abschalten der Datenbank zu vermeiden, f�hren Sie in �%s� ein VACUUM " -"�ber die komplette Datenbank aus." +"�ber die komplette Datenbank aus.\n" +"Eventuell m�ssen Sie auch alte vorbereitete Transaktionen committen oder " +"zur�ckrollen." -#: access/transam/varsup.c:282 +#: access/transam/varsup.c:284 #, c-format msgid "transaction ID wrap limit is %u, limited by database \"%s\"" msgstr "" "Grenze f�r Transaktionsnummern�berlauf ist %u, begrenzt durch Datenbank �%s�" -#: access/transam/xact.c:622 +#: access/transam/xact.c:621 msgid "cannot have more than 2^32-1 commands in a transaction" msgstr "kann nicht mehr als 2^32-1 Befehle in einer Transaktion ausf�hren" -#: access/transam/xact.c:1105 +#: access/transam/xact.c:1103 #, c-format msgid "maximum number of committed subtransactions (%d) exceeded" msgstr "maximale Anzahl committeter Subtransaktionen (%d) erreicht" -#: access/transam/xact.c:1823 +#: access/transam/xact.c:1820 msgid "cannot PREPARE a transaction that has operated on temporary tables" msgstr "" "PREPARE kann nicht in einer Transaktion ausgef�hrt werden, die tempor�re " "Tabellen bearbeitet hat" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2611 +#: access/transam/xact.c:2606 #, c-format msgid "%s cannot run inside a transaction block" msgstr "%s kann nicht in einem Transaktionsblock laufen" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2621 +#: access/transam/xact.c:2616 #, c-format msgid "%s cannot run inside a subtransaction" msgstr "%s kann nicht in einer Subtransaktion laufen" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2631 +#: access/transam/xact.c:2626 #, c-format msgid "%s cannot be executed from a function or multi-command string" msgstr "" @@ -518,117 +1302,108 @@ msgstr "" "heraus ausgef�hrt werden" #. translator: %s represents an SQL statement name -#: access/transam/xact.c:2682 +#: access/transam/xact.c:2677 #, c-format msgid "%s can only be used in transaction blocks" msgstr "%s kann nur in Transaktionsbl�cken verwendet werden" -#: access/transam/xact.c:2864 +#: access/transam/xact.c:2859 msgid "there is already a transaction in progress" msgstr "eine Transaktion ist bereits begonnen" -#: access/transam/xact.c:3031 access/transam/xact.c:3123 +#: access/transam/xact.c:3026 access/transam/xact.c:3118 msgid "there is no transaction in progress" msgstr "keine Transaktion offen" -#: access/transam/xact.c:3217 access/transam/xact.c:3267 -#: access/transam/xact.c:3273 access/transam/xact.c:3317 -#: access/transam/xact.c:3365 access/transam/xact.c:3371 +#: access/transam/xact.c:3212 access/transam/xact.c:3262 +#: access/transam/xact.c:3268 access/transam/xact.c:3312 +#: access/transam/xact.c:3360 access/transam/xact.c:3366 msgid "no such savepoint" msgstr "Savepoint existiert nicht" -#: access/transam/xact.c:4006 +#: access/transam/xact.c:4000 msgid "cannot have more than 2^32-1 subtransactions in a transaction" msgstr "kann nicht mehr als 2^32-1 Subtransaktionen in einer Transaktion haben" -#: access/transam/xlog.c:1155 +#: access/transam/xlog.c:1159 #, c-format msgid "could not create archive status file \"%s\": %m" msgstr "konnte Archivstatusdatei �%s� nicht erstellen: %m" -#: access/transam/xlog.c:1163 +#: access/transam/xlog.c:1167 #, c-format msgid "could not write archive status file \"%s\": %m" msgstr "konnte Archivstatusdatei �%s� nicht schreiben: %m" -#: access/transam/xlog.c:1618 access/transam/xlog.c:3322 +#: access/transam/xlog.c:1622 access/transam/xlog.c:3437 #, c-format msgid "could not seek in log file %u, segment %u to offset %u: %m" msgstr "" "konnte Positionszeiger von Logdatei %u, Segment %u nicht auf %u setzen: %m" -#: access/transam/xlog.c:1635 +#: access/transam/xlog.c:1639 #, c-format msgid "could not write to log file %u, segment %u at offset %u, length %lu: %m" msgstr "" "konnte nicht in Logdatei %u, Segment %u bei Position %u, L�nge %lu " "schreiben: %m" -#: access/transam/xlog.c:1822 -#, fuzzy, c-format +#: access/transam/xlog.c:1826 +#, c-format msgid "updated min recovery point to %X/%X" -msgstr "Recovery-Restart-Punkt bei %X/%X" +msgstr "minimaler Recovery-Punkt auf %X/%X aktualisiert" -#: access/transam/xlog.c:2142 access/transam/xlog.c:2244 -#: access/transam/xlog.c:2477 access/transam/xlog.c:2544 -#: access/transam/xlog.c:2553 +#: access/transam/xlog.c:2146 access/transam/xlog.c:2248 +#: access/transam/xlog.c:2481 access/transam/xlog.c:2548 +#: access/transam/xlog.c:2557 #, c-format msgid "could not open file \"%s\" (log file %u, segment %u): %m" msgstr "konnte Datei �%s� nicht �ffnen (Logdatei %u, Segment %u): %m" -#: access/transam/xlog.c:2167 access/transam/xlog.c:2296 -#: access/transam/xlog.c:3905 access/transam/xlog.c:7036 -#: access/transam/xlog.c:7171 postmaster/postmaster.c:3421 +#: access/transam/xlog.c:2171 access/transam/xlog.c:2300 +#: access/transam/xlog.c:4020 access/transam/xlog.c:7206 +#: access/transam/xlog.c:7341 postmaster/postmaster.c:3482 #: ../port/copydir.c:126 #, c-format msgid "could not create file \"%s\": %m" msgstr "kann Datei �%s� nicht erstellen: %m" -#: access/transam/xlog.c:2199 access/transam/xlog.c:2328 -#: access/transam/xlog.c:3957 access/transam/xlog.c:3995 commands/copy.c:1291 -#: commands/tablespace.c:706 commands/tablespace.c:712 -#: postmaster/postmaster.c:3431 postmaster/postmaster.c:3441 -#: utils/init/miscinit.c:1042 utils/init/miscinit.c:1051 utils/misc/guc.c:6752 -#: utils/misc/guc.c:6777 ../port/copydir.c:148 +#: access/transam/xlog.c:2203 access/transam/xlog.c:2332 +#: access/transam/xlog.c:4072 access/transam/xlog.c:4110 utils/misc/guc.c:6770 +#: utils/misc/guc.c:6795 utils/init/miscinit.c:1042 utils/init/miscinit.c:1051 +#: commands/copy.c:1290 commands/tablespace.c:706 commands/tablespace.c:712 +#: postmaster/postmaster.c:3492 postmaster/postmaster.c:3502 +#: ../port/copydir.c:148 #, c-format msgid "could not write to file \"%s\": %m" msgstr "konnte nicht in Datei �%s� schreiben: %m" -#: access/transam/xlog.c:2207 access/transam/xlog.c:2335 -#: access/transam/xlog.c:4001 ../port/copydir.c:158 +#: access/transam/xlog.c:2211 access/transam/xlog.c:2339 +#: access/transam/xlog.c:4116 ../port/copydir.c:158 #, c-format msgid "could not fsync file \"%s\": %m" msgstr "konnte Datei �%s� nicht fsyncen: %m" -#: access/transam/xlog.c:2212 access/transam/xlog.c:2340 -#: access/transam/xlog.c:4006 ../port/copydir.c:163 +#: access/transam/xlog.c:2216 access/transam/xlog.c:2344 +#: access/transam/xlog.c:4121 ../port/copydir.c:163 #, c-format msgid "could not close file \"%s\": %m" msgstr "konnte Datei �%s� nicht schlie�en: %m" -#: access/transam/xlog.c:2281 access/transam/xlog.c:3736 -#: access/transam/xlog.c:3826 access/transam/xlog.c:3924 libpq/hba.c:1227 -#: postmaster/autovacuum.c:1789 utils/error/elog.c:1307 -#: utils/init/miscinit.c:993 utils/init/miscinit.c:1099 -#: utils/init/postinit.c:94 utils/init/postinit.c:134 ../port/copydir.c:119 -#, c-format -msgid "could not open file \"%s\": %m" -msgstr "konnte Datei �%s� nicht �ffnen: %m" - -#: access/transam/xlog.c:2309 access/transam/xlog.c:3936 -#: access/transam/xlog.c:7143 access/transam/xlog.c:7193 -#: access/transam/xlog.c:7485 access/transam/xlog.c:7510 -#: access/transam/xlog.c:7548 utils/adt/genfile.c:132 ../port/copydir.c:137 +#: access/transam/xlog.c:2313 access/transam/xlog.c:4051 +#: access/transam/xlog.c:7313 access/transam/xlog.c:7363 +#: access/transam/xlog.c:7655 access/transam/xlog.c:7680 +#: access/transam/xlog.c:7718 utils/adt/genfile.c:132 ../port/copydir.c:137 #, c-format msgid "could not read file \"%s\": %m" msgstr "konnte Datei �%s� nicht lesen: %m" -#: access/transam/xlog.c:2312 +#: access/transam/xlog.c:2316 #, c-format msgid "not enough data in file \"%s\"" msgstr "nicht genug Daten in Datei �%s�" -#: access/transam/xlog.c:2429 +#: access/transam/xlog.c:2433 #, c-format msgid "" "could not link file \"%s\" to \"%s\" (initialization of log file %u, segment " @@ -637,7 +1412,7 @@ msgstr "" "konnte Datei �%s� nicht nach �%s� linken (Initialisierung von Logdatei %u, " "Segment %u): %m" -#: access/transam/xlog.c:2450 +#: access/transam/xlog.c:2454 #, c-format msgid "" "could not rename file \"%s\" to \"%s\" (initialization of log file %u, " @@ -646,184 +1421,189 @@ msgstr "" "konnte Datei �%s� nicht in �%s� umbenennen (Initialisierung von Logdatei %u, " "Segment %u): %m" -#: access/transam/xlog.c:2582 +#: access/transam/xlog.c:2586 #, c-format msgid "could not close log file %u, segment %u: %m" msgstr "konnte Logdatei %u, Segment %u nicht schlie�en: %m" -#: access/transam/xlog.c:2650 access/transam/xlog.c:2800 -#: access/transam/xlog.c:7019 utils/adt/dbsize.c:62 utils/adt/dbsize.c:209 +#: access/transam/xlog.c:2654 access/transam/xlog.c:2804 +#: access/transam/xlog.c:7189 utils/adt/dbsize.c:62 utils/adt/dbsize.c:209 #: utils/adt/dbsize.c:278 utils/adt/genfile.c:166 ../port/copydir.c:81 #, c-format msgid "could not stat file \"%s\": %m" msgstr "konnte �stat� f�r Datei �%s� nicht ausf�hren: %m" -#: access/transam/xlog.c:2658 access/transam/xlog.c:7198 +#: access/transam/xlog.c:2662 access/transam/xlog.c:7368 #: commands/tablespace.c:631 #, c-format msgid "could not remove file \"%s\": %m" msgstr "konnte Datei �%s� nicht l�schen: %m" -#: access/transam/xlog.c:2781 +#: access/transam/xlog.c:2785 #, c-format msgid "archive file \"%s\" has wrong size: %lu instead of %lu" msgstr "Archivdatei �%s� hat falsche Gr��e: %lu statt %lu" -#: access/transam/xlog.c:2788 +#: access/transam/xlog.c:2792 #, c-format msgid "restored log file \"%s\" from archive" msgstr "Logdatei �%s� aus Archiv wiederhergestellt" -#: access/transam/xlog.c:2838 +#: access/transam/xlog.c:2842 #, c-format msgid "could not restore file \"%s\" from archive: return code %d" msgstr "konnte Datei �%s� nicht aus Archiv wiederherstellen: R�ckgabecode %d" -#: access/transam/xlog.c:2911 access/transam/xlog.c:3037 +#: access/transam/xlog.c:2959 +#, c-format +msgid "recovery_end_command \"%s\": return code %d" +msgstr "recovery_end_command �%s�: R�ckgabecode %d" + +#: access/transam/xlog.c:3024 access/transam/xlog.c:3152 #, c-format msgid "could not open transaction log directory \"%s\": %m" msgstr "konnte Transaktionslog-Verzeichnis �%s� nicht �ffnen: %m" -#: access/transam/xlog.c:2946 +#: access/transam/xlog.c:3061 #, c-format msgid "recycled transaction log file \"%s\"" msgstr "Transaktionslogdatei �%s� wird wiederverwendet" -#: access/transam/xlog.c:2960 +#: access/transam/xlog.c:3075 #, c-format msgid "removing transaction log file \"%s\"" msgstr "entferne Transaktionslogdatei �%s�" -#: access/transam/xlog.c:2997 access/transam/xlog.c:3007 +#: access/transam/xlog.c:3112 access/transam/xlog.c:3122 #, c-format msgid "required WAL directory \"%s\" does not exist" msgstr "ben�tigtes WAL-Verzeichnis �%s� existiert nicht" -#: access/transam/xlog.c:3013 +#: access/transam/xlog.c:3128 #, c-format msgid "creating missing WAL directory \"%s\"" msgstr "erzeuge fehlendes WAL-Verzeichnis �%s�" -#: access/transam/xlog.c:3016 +#: access/transam/xlog.c:3131 #, c-format msgid "could not create missing directory \"%s\": %m" msgstr "konnte fehlendes Verzeichnis �%s� nicht erzeugen: %m" -#: access/transam/xlog.c:3050 +#: access/transam/xlog.c:3165 #, c-format msgid "removing transaction log backup history file \"%s\"" msgstr "entferne Transaktionslog-Backup-History-Datei �%s�" -#: access/transam/xlog.c:3169 +#: access/transam/xlog.c:3284 #, c-format msgid "incorrect hole size in record at %X/%X" msgstr "falsche Lochgr��e im Datensatz bei %X/%X" -#: access/transam/xlog.c:3182 +#: access/transam/xlog.c:3297 #, c-format msgid "incorrect total length in record at %X/%X" msgstr "falsche Gesamtl�nge im Datensatz bei %X/%X" -#: access/transam/xlog.c:3195 +#: access/transam/xlog.c:3310 #, c-format msgid "incorrect resource manager data checksum in record at %X/%X" msgstr "falsche Resource-Manager-Daten-Pr�fsumme im Datensatz bei %X/%X" -#: access/transam/xlog.c:3264 access/transam/xlog.c:3352 +#: access/transam/xlog.c:3379 access/transam/xlog.c:3467 #, c-format msgid "invalid record offset at %X/%X" msgstr "ung�ltiger Datensatz-Offset bei %X/%X" -#: access/transam/xlog.c:3306 access/transam/xlog.c:3330 -#: access/transam/xlog.c:3495 +#: access/transam/xlog.c:3421 access/transam/xlog.c:3445 +#: access/transam/xlog.c:3610 #, c-format msgid "could not read from log file %u, segment %u, offset %u: %m" msgstr "konnte nicht aus Logdatei %u, Segment %u bei Position %u lesen: %m" -#: access/transam/xlog.c:3360 +#: access/transam/xlog.c:3475 #, c-format msgid "contrecord is requested by %X/%X" msgstr "Contrecord-Eintrag ist bei %X/%X" -#: access/transam/xlog.c:3377 +#: access/transam/xlog.c:3492 #, c-format msgid "invalid xlog switch record at %X/%X" msgstr "ung�ltiger Xlog-Switch-Datensatz bei %X/%X" -#: access/transam/xlog.c:3385 +#: access/transam/xlog.c:3500 #, c-format msgid "record with zero length at %X/%X" msgstr "Datensatz mit L�nge null bei %X/%X" -#: access/transam/xlog.c:3394 +#: access/transam/xlog.c:3509 #, c-format msgid "invalid record length at %X/%X" msgstr "ung�ltige Datensatzl�nge bei %X/%X" -#: access/transam/xlog.c:3401 +#: access/transam/xlog.c:3516 #, c-format msgid "invalid resource manager ID %u at %X/%X" msgstr "ung�ltige Resource-Manager-ID %u bei %X/%X" -#: access/transam/xlog.c:3414 access/transam/xlog.c:3430 +#: access/transam/xlog.c:3529 access/transam/xlog.c:3545 #, c-format msgid "record with incorrect prev-link %X/%X at %X/%X" msgstr "Datensatz mit inkorrektem Prev-Link %X/%X bei %X/%X" -#: access/transam/xlog.c:3459 +#: access/transam/xlog.c:3574 #, c-format msgid "record length %u at %X/%X too long" msgstr "Datensatzl�nge %u bei %X/%X zu gro�" -#: access/transam/xlog.c:3504 +#: access/transam/xlog.c:3619 #, c-format msgid "there is no contrecord flag in log file %u, segment %u, offset %u" msgstr "es gibt keine Contrecord-Flag in Logdatei %u, Segment %u, Offset %u" -#: access/transam/xlog.c:3514 +#: access/transam/xlog.c:3629 #, c-format msgid "invalid contrecord length %u in log file %u, segment %u, offset %u" msgstr "ung�ltige Contrecord-L�nge %u in Logdatei %u, Segment %u, Offset %u" -#: access/transam/xlog.c:3603 +#: access/transam/xlog.c:3718 #, c-format msgid "invalid magic number %04X in log file %u, segment %u, offset %u" msgstr "ung�ltige magische Zahl %04X in Logdatei %u, Segment %u, Offset %u" -#: access/transam/xlog.c:3610 access/transam/xlog.c:3656 +#: access/transam/xlog.c:3725 access/transam/xlog.c:3771 #, c-format msgid "invalid info bits %04X in log file %u, segment %u, offset %u" msgstr "ung�ltige Infobits %04X in Logdatei %u, Segment %u, Offset %u" -#: access/transam/xlog.c:3632 access/transam/xlog.c:3640 -#: access/transam/xlog.c:3647 +#: access/transam/xlog.c:3747 access/transam/xlog.c:3755 +#: access/transam/xlog.c:3762 msgid "WAL file is from different system" msgstr "WAL-Datei stammt von einem anderen System" -#: access/transam/xlog.c:3633 +#: access/transam/xlog.c:3748 #, c-format msgid "WAL file SYSID is %s, pg_control SYSID is %s" msgstr "SYSID in WAL-Datei ist %s, SYSID in pg_control ist %s" -#: access/transam/xlog.c:3641 +#: access/transam/xlog.c:3756 msgid "Incorrect XLOG_SEG_SIZE in page header." msgstr "Falscher XLOG_SEG_SIZE-Wert in Page-Header." -#: access/transam/xlog.c:3648 +#: access/transam/xlog.c:3763 msgid "Incorrect XLOG_BLCKSZ in page header." msgstr "Falscher XLOG_BLCKSZ-Wert in Page-Header." -#: access/transam/xlog.c:3666 +#: access/transam/xlog.c:3781 #, c-format msgid "unexpected pageaddr %X/%X in log file %u, segment %u, offset %u" msgstr "unerwartete Page-Adresse %X/%X in Logdatei %u, Segment %u, Offset %u" -#: access/transam/xlog.c:3678 +#: access/transam/xlog.c:3793 #, c-format msgid "unexpected timeline ID %u in log file %u, segment %u, offset %u" msgstr "unerwartete Timeline-ID %u in Logdatei %u, Segment %u, Offset %u" -#: access/transam/xlog.c:3696 +#: access/transam/xlog.c:3811 #, c-format msgid "" "out-of-sequence timeline ID %u (after %u) in log file %u, segment %u, offset " @@ -832,90 +1612,90 @@ msgstr "" "Timeline-ID %u nicht in richtiger Reihenfolge (nach %u) in Logdatei %u, " "Segment %u, Offset %u" -#: access/transam/xlog.c:3765 +#: access/transam/xlog.c:3880 #, c-format msgid "syntax error in history file: %s" msgstr "Syntaxfehler in History-Datei: %s" -#: access/transam/xlog.c:3766 +#: access/transam/xlog.c:3881 msgid "Expected a numeric timeline ID." msgstr "Eine numerische Timeline-ID wurde erwartet." -#: access/transam/xlog.c:3771 +#: access/transam/xlog.c:3886 #, c-format msgid "invalid data in history file: %s" msgstr "ung�ltige Daten in History-Datei: %s" -#: access/transam/xlog.c:3772 +#: access/transam/xlog.c:3887 msgid "Timeline IDs must be in increasing sequence." msgstr "Timeline-IDs m�ssen in aufsteigender Folge sein." -#: access/transam/xlog.c:3785 +#: access/transam/xlog.c:3900 #, c-format msgid "invalid data in history file \"%s\"" msgstr "ung�ltige Daten in History-Datei �%s�" -#: access/transam/xlog.c:3786 +#: access/transam/xlog.c:3901 msgid "Timeline IDs must be less than child timeline's ID." msgstr "Timeline-IDs m�ssen kleiner als die Timeline-ID des Kindes sein." -#: access/transam/xlog.c:4023 +#: access/transam/xlog.c:4138 #, c-format msgid "could not link file \"%s\" to \"%s\": %m" msgstr "konnte Datei �%s� nicht nach �%s� linken: %m" -#: access/transam/xlog.c:4030 access/transam/xlog.c:4837 -#: access/transam/xlog.c:4878 access/transam/xlog.c:5276 -#: postmaster/pgarch.c:704 utils/init/flatfiles.c:289 -#: utils/init/flatfiles.c:673 +#: access/transam/xlog.c:4145 access/transam/xlog.c:4959 +#: access/transam/xlog.c:5012 access/transam/xlog.c:5410 +#: utils/init/flatfiles.c:289 utils/init/flatfiles.c:673 +#: postmaster/pgarch.c:704 #, c-format msgid "could not rename file \"%s\" to \"%s\": %m" msgstr "konnte Datei �%s� nicht in �%s� umbenennen: %m" -#: access/transam/xlog.c:4112 +#: access/transam/xlog.c:4227 #, c-format msgid "could not create control file \"%s\": %m" msgstr "konnte Kontrolldatei �%s� nicht erzeugen: %m" -#: access/transam/xlog.c:4123 access/transam/xlog.c:4348 +#: access/transam/xlog.c:4238 access/transam/xlog.c:4463 #, c-format msgid "could not write to control file: %m" msgstr "konnte nicht in Kontrolldatei schreiben: %m" -#: access/transam/xlog.c:4129 access/transam/xlog.c:4354 +#: access/transam/xlog.c:4244 access/transam/xlog.c:4469 #, c-format msgid "could not fsync control file: %m" msgstr "konnte Kontrolldatei nicht fsyncen: %m" -#: access/transam/xlog.c:4134 access/transam/xlog.c:4359 +#: access/transam/xlog.c:4249 access/transam/xlog.c:4474 #, c-format msgid "could not close control file: %m" msgstr "konnte Kontrolldatei nicht schlie�en: %m" -#: access/transam/xlog.c:4152 access/transam/xlog.c:4337 +#: access/transam/xlog.c:4267 access/transam/xlog.c:4452 #, c-format msgid "could not open control file \"%s\": %m" msgstr "konnte Kontrolldatei �%s� nicht �ffnen: %m" -#: access/transam/xlog.c:4158 +#: access/transam/xlog.c:4273 #, c-format msgid "could not read from control file: %m" msgstr "konnte nicht aus Kontrolldatei lesen: %m" -#: access/transam/xlog.c:4171 access/transam/xlog.c:4180 -#: access/transam/xlog.c:4204 access/transam/xlog.c:4211 -#: access/transam/xlog.c:4218 access/transam/xlog.c:4223 -#: access/transam/xlog.c:4230 access/transam/xlog.c:4237 -#: access/transam/xlog.c:4244 access/transam/xlog.c:4251 -#: access/transam/xlog.c:4258 access/transam/xlog.c:4265 -#: access/transam/xlog.c:4274 access/transam/xlog.c:4281 -#: access/transam/xlog.c:4290 access/transam/xlog.c:4297 -#: access/transam/xlog.c:4306 access/transam/xlog.c:4313 +#: access/transam/xlog.c:4286 access/transam/xlog.c:4295 +#: access/transam/xlog.c:4319 access/transam/xlog.c:4326 +#: access/transam/xlog.c:4333 access/transam/xlog.c:4338 +#: access/transam/xlog.c:4345 access/transam/xlog.c:4352 +#: access/transam/xlog.c:4359 access/transam/xlog.c:4366 +#: access/transam/xlog.c:4373 access/transam/xlog.c:4380 +#: access/transam/xlog.c:4389 access/transam/xlog.c:4396 +#: access/transam/xlog.c:4405 access/transam/xlog.c:4412 +#: access/transam/xlog.c:4421 access/transam/xlog.c:4428 #: utils/init/miscinit.c:1117 msgid "database files are incompatible with server" msgstr "Datenbankdateien sind inkompatibel mit Server" -#: access/transam/xlog.c:4172 +#: access/transam/xlog.c:4287 #, c-format msgid "" "The database cluster was initialized with PG_CONTROL_VERSION %d (0x%08x), " @@ -925,7 +1705,7 @@ msgstr "" "initialisiert, aber der Server wurde mit PG_CONTROL_VERSION %d (0x%08x) " "kompiliert." -#: access/transam/xlog.c:4176 +#: access/transam/xlog.c:4291 msgid "" "This could be a problem of mismatched byte ordering. It looks like you need " "to initdb." @@ -933,7 +1713,7 @@ msgstr "" "Das Problem k�nnte eine falsche Byte-Reihenfolge sein. Es sieht so aus, dass " "Sie initdb ausf�hren m�ssen." -#: access/transam/xlog.c:4181 +#: access/transam/xlog.c:4296 #, c-format msgid "" "The database cluster was initialized with PG_CONTROL_VERSION %d, but the " @@ -942,16 +1722,16 @@ msgstr "" "Der Datenbank-Cluster wurde mit PG_CONTROL_VERSION %d initialisiert, aber " "der Server wurde mit PG_CONTROL_VERSION %d kompiliert." -#: access/transam/xlog.c:4184 access/transam/xlog.c:4208 -#: access/transam/xlog.c:4215 access/transam/xlog.c:4220 +#: access/transam/xlog.c:4299 access/transam/xlog.c:4323 +#: access/transam/xlog.c:4330 access/transam/xlog.c:4335 msgid "It looks like you need to initdb." msgstr "Es sieht so aus, dass Sie initdb ausf�hren m�ssen." -#: access/transam/xlog.c:4195 +#: access/transam/xlog.c:4310 msgid "incorrect checksum in control file" msgstr "falsche Pr�fsumme in Kontrolldatei" -#: access/transam/xlog.c:4205 +#: access/transam/xlog.c:4320 #, c-format msgid "" "The database cluster was initialized with CATALOG_VERSION_NO %d, but the " @@ -960,7 +1740,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit CATALOG_VERSION_NO %d initialisiert, aber " "der Server wurde mit CATALOG_VERSION_NO %d kompiliert." -#: access/transam/xlog.c:4212 +#: access/transam/xlog.c:4327 #, c-format msgid "" "The database cluster was initialized with MAXALIGN %d, but the server was " @@ -969,7 +1749,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit MAXALIGN %d initialisiert, aber der Server " "wurde mit MAXALIGN %d kompiliert." -#: access/transam/xlog.c:4219 +#: access/transam/xlog.c:4334 msgid "" "The database cluster appears to use a different floating-point number format " "than the server executable." @@ -977,7 +1757,7 @@ msgstr "" "Der Datenbank-Cluster verwendet anscheinend ein anderes " "Flie�kommazahlenformat als das Serverprogramm." -#: access/transam/xlog.c:4224 +#: access/transam/xlog.c:4339 #, c-format msgid "" "The database cluster was initialized with BLCKSZ %d, but the server was " @@ -986,18 +1766,18 @@ msgstr "" "Der Datenbank-Cluster wurde mit BLCKSZ %d initialisiert, aber der Server " "wurde mit BLCKSZ %d kompiliert." -#: access/transam/xlog.c:4227 access/transam/xlog.c:4234 -#: access/transam/xlog.c:4241 access/transam/xlog.c:4248 -#: access/transam/xlog.c:4255 access/transam/xlog.c:4262 -#: access/transam/xlog.c:4269 access/transam/xlog.c:4277 -#: access/transam/xlog.c:4284 access/transam/xlog.c:4293 -#: access/transam/xlog.c:4300 access/transam/xlog.c:4309 -#: access/transam/xlog.c:4316 +#: access/transam/xlog.c:4342 access/transam/xlog.c:4349 +#: access/transam/xlog.c:4356 access/transam/xlog.c:4363 +#: access/transam/xlog.c:4370 access/transam/xlog.c:4377 +#: access/transam/xlog.c:4384 access/transam/xlog.c:4392 +#: access/transam/xlog.c:4399 access/transam/xlog.c:4408 +#: access/transam/xlog.c:4415 access/transam/xlog.c:4424 +#: access/transam/xlog.c:4431 msgid "It looks like you need to recompile or initdb." msgstr "" "Es sieht so aus, dass Sie neu kompilieren oder initdb ausf�hren m�ssen." -#: access/transam/xlog.c:4231 +#: access/transam/xlog.c:4346 #, c-format msgid "" "The database cluster was initialized with RELSEG_SIZE %d, but the server was " @@ -1006,7 +1786,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit RELSEG_SIZE %d initialisiert, aber der " "Server wurde mit RELSEGSIZE %d kompiliert." -#: access/transam/xlog.c:4238 +#: access/transam/xlog.c:4353 #, c-format msgid "" "The database cluster was initialized with XLOG_BLCKSZ %d, but the server was " @@ -1015,7 +1795,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit XLOG_BLCKSZ %d initialisiert, aber der " "Server wurde mit XLOG_BLCKSZ %d kompiliert." -#: access/transam/xlog.c:4245 +#: access/transam/xlog.c:4360 #, c-format msgid "" "The database cluster was initialized with XLOG_SEG_SIZE %d, but the server " @@ -1024,7 +1804,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit XLOG_SEG_SIZE %d initialisiert, aber der " "Server wurde mit XLOG_SEG_SIZE %d kompiliert." -#: access/transam/xlog.c:4252 +#: access/transam/xlog.c:4367 #, c-format msgid "" "The database cluster was initialized with NAMEDATALEN %d, but the server was " @@ -1033,7 +1813,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit NAMEDATALEN %d initialisiert, aber der " "Server wurde mit NAMEDATALEN %d kompiliert." -#: access/transam/xlog.c:4259 +#: access/transam/xlog.c:4374 #, c-format msgid "" "The database cluster was initialized with INDEX_MAX_KEYS %d, but the server " @@ -1042,7 +1822,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit INDEX_MAX_KEYS %d initialisiert, aber der " "Server wurde mit INDEX_MAX_KEYS %d kompiliert." -#: access/transam/xlog.c:4266 +#: access/transam/xlog.c:4381 #, c-format msgid "" "The database cluster was initialized with TOAST_MAX_CHUNK_SIZE %d, but the " @@ -1051,7 +1831,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit TOAST_MAX_CHUNK_SIZE %d initialisiert, aber " "der Server wurde mit TOAST_MAX_CHUNK_SIZE %d kompiliert." -#: access/transam/xlog.c:4275 +#: access/transam/xlog.c:4390 msgid "" "The database cluster was initialized without HAVE_INT64_TIMESTAMP but the " "server was compiled with HAVE_INT64_TIMESTAMP." @@ -1059,7 +1839,7 @@ msgstr "" "Der Datenbank-Cluster wurde ohne HAVE_INT64_TIMESTAMP initialisiert, aber " "der Server wurde mit HAE_INT64_TIMESTAMP kompiliert." -#: access/transam/xlog.c:4282 +#: access/transam/xlog.c:4397 msgid "" "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the " "server was compiled without HAVE_INT64_TIMESTAMP." @@ -1067,7 +1847,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit HAVE_INT64_TIMESTAMP initialisiert, aber der " "Server wurde ohne HAE_INT64_TIMESTAMP kompiliert." -#: access/transam/xlog.c:4291 +#: access/transam/xlog.c:4406 msgid "" "The database cluster was initialized without USE_FLOAT4_BYVAL but the server " "was compiled with USE_FLOAT4_BYVAL." @@ -1075,7 +1855,7 @@ msgstr "" "Der Datenbank-Cluster wurde ohne USE_FLOAT4_BYVAL initialisiert, aber der " "Server wurde mit USE_FLOAT4_BYVAL kompiliert." -#: access/transam/xlog.c:4298 +#: access/transam/xlog.c:4413 msgid "" "The database cluster was initialized with USE_FLOAT4_BYVAL but the server " "was compiled without USE_FLOAT4_BYVAL." @@ -1083,7 +1863,7 @@ msgstr "" "Der Datenbank-Cluster wurde mit USE_FLOAT4_BYVAL initialisiert, aber der " "Server wurde ohne USE_FLOAT4_BYVAL kompiliert." -#: access/transam/xlog.c:4307 +#: access/transam/xlog.c:4422 msgid "" "The database cluster was initialized without USE_FLOAT8_BYVAL but the server " "was compiled with USE_FLOAT8_BYVAL." @@ -1091,7 +1871,7 @@ msgstr "" "Der Datenbank-Cluster wurde ohne USE_FLOAT8_BYVAL initialisiert, aber der " "Server wurde mit USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4314 +#: access/transam/xlog.c:4429 msgid "" "The database cluster was initialized with USE_FLOAT8_BYVAL but the server " "was compiled without USE_FLOAT8_BYVAL." @@ -1099,143 +1879,148 @@ msgstr "" "Der Datenbank-Cluster wurde mit USE_FLOAT8_BYVAL initialisiert, aber der " "Server wurde ohne USE_FLOAT8_BYVAL kompiliert." -#: access/transam/xlog.c:4542 +#: access/transam/xlog.c:4657 #, c-format msgid "could not write bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht schreiben: %m" -#: access/transam/xlog.c:4548 +#: access/transam/xlog.c:4663 #, c-format msgid "could not fsync bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht fsyncen: %m" -#: access/transam/xlog.c:4553 +#: access/transam/xlog.c:4668 #, c-format msgid "could not close bootstrap transaction log file: %m" msgstr "konnte Bootstrap-Transaktionslogdatei nicht schlie�en: %m" -#: access/transam/xlog.c:4614 +#: access/transam/xlog.c:4729 #, c-format msgid "could not open recovery command file \"%s\": %m" msgstr "konnte Recovery-Kommandodatei �%s� nicht �ffnen: %m" -#: access/transam/xlog.c:4619 +#: access/transam/xlog.c:4734 msgid "starting archive recovery" msgstr "starte Wiederherstellung aus Archiv" -#: access/transam/xlog.c:4664 +#: access/transam/xlog.c:4779 #, c-format msgid "restore_command = '%s'" msgstr "restore_command = '%s'" -#: access/transam/xlog.c:4678 +#: access/transam/xlog.c:4786 +#, c-format +msgid "recovery_end_command = '%s'" +msgstr "recovery_end_command = '%s'" + +#: access/transam/xlog.c:4800 #, c-format msgid "recovery_target_timeline is not a valid number: \"%s\"" msgstr "recovery_target_timeline ist keine g�ltige Zahl: �%s�" -#: access/transam/xlog.c:4683 +#: access/transam/xlog.c:4805 #, c-format msgid "recovery_target_timeline = %u" msgstr "recovery_target_timeline = %u" -#: access/transam/xlog.c:4686 +#: access/transam/xlog.c:4808 msgid "recovery_target_timeline = latest" msgstr "recovery_target_timeline = latest" -#: access/transam/xlog.c:4694 +#: access/transam/xlog.c:4816 #, c-format msgid "recovery_target_xid is not a valid number: \"%s\"" msgstr "recovery_target_xid ist keine g�ltige Zahl: �%s�" -#: access/transam/xlog.c:4697 +#: access/transam/xlog.c:4819 #, c-format msgid "recovery_target_xid = %u" msgstr "recovery_target_xid = %u" -#: access/transam/xlog.c:4722 +#: access/transam/xlog.c:4844 #, c-format msgid "recovery_target_time = '%s'" msgstr "recovery_target_time = '%s'" -#: access/transam/xlog.c:4733 +#: access/transam/xlog.c:4855 msgid "parameter \"recovery_target_inclusive\" requires a Boolean value" msgstr "Parameter �recovery_target_inclusive� erfordert einen Boole'schen Wert" -#: access/transam/xlog.c:4735 +#: access/transam/xlog.c:4857 #, c-format msgid "recovery_target_inclusive = %s" msgstr "recovery_target_inclusive = %s" -#: access/transam/xlog.c:4739 +#: access/transam/xlog.c:4861 #, c-format msgid "unrecognized recovery parameter \"%s\"" msgstr "unbekannter Recovery-Parameter �%s�" -#: access/transam/xlog.c:4747 +#: access/transam/xlog.c:4869 #, c-format msgid "syntax error in recovery command file: %s" msgstr "Syntaxfehler in Recovery-Kommandodatei: %s" -#: access/transam/xlog.c:4749 +#: access/transam/xlog.c:4871 msgid "Lines should have the format parameter = 'value'." msgstr "Die Zeilen m�ssen das Format parameter = 'wert' haben." -#: access/transam/xlog.c:4754 +#: access/transam/xlog.c:4876 #, c-format msgid "recovery command file \"%s\" did not specify restore_command" msgstr "Recovery-Kommandodatei �%s� hat kein restore_command angegeben" -#: access/transam/xlog.c:4773 +#: access/transam/xlog.c:4895 #, c-format msgid "recovery target timeline %u does not exist" msgstr "recovery_target_timeline %u existiert nicht" -#: access/transam/xlog.c:4882 +#: access/transam/xlog.c:5016 msgid "archive recovery complete" msgstr "Wiederherstellung aus Archiv abgeschlossen" -#: access/transam/xlog.c:4972 +#: access/transam/xlog.c:5106 #, c-format msgid "recovery stopping after commit of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4977 +#: access/transam/xlog.c:5111 #, c-format msgid "recovery stopping before commit of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Commit der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4985 +#: access/transam/xlog.c:5119 #, c-format msgid "recovery stopping after abort of transaction %u, time %s" msgstr "Wiederherstellung beendet nach Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:4990 +#: access/transam/xlog.c:5124 #, c-format msgid "recovery stopping before abort of transaction %u, time %s" msgstr "Wiederherstellung beendet vor Abbruch der Transaktion %u, Zeit %s" -#: access/transam/xlog.c:5040 +#: access/transam/xlog.c:5174 msgid "control file contains invalid data" msgstr "Kontrolldatei enth�lt ung�ltige Daten" -#: access/transam/xlog.c:5044 +#: access/transam/xlog.c:5178 #, c-format msgid "database system was shut down at %s" msgstr "Datenbanksystem wurde am %s heruntergefahren" -#: access/transam/xlog.c:5048 +#: access/transam/xlog.c:5182 #, c-format msgid "database system shutdown was interrupted; last known up at %s" msgstr "" "Datenbanksystem wurde beim Herunterfahren unterbrochen; letzte bekannte " "Aktion am %s" -#: access/transam/xlog.c:5052 +#: access/transam/xlog.c:5186 #, c-format msgid "database system was interrupted while in recovery at %s" msgstr "Datenbanksystem wurde w�hrend der Wiederherstellung am %s unterbrochen" -#: access/transam/xlog.c:5054 +#: access/transam/xlog.c:5188 msgid "" "This probably means that some data is corrupted and you will have to use the " "last backup for recovery." @@ -1243,14 +2028,14 @@ msgstr "" "Das bedeutet wahrscheinlich, dass einige Daten verf�lscht sind und Sie die " "letzte Datensicherung zur Wiederherstellung verwenden m�ssen." -#: access/transam/xlog.c:5058 +#: access/transam/xlog.c:5192 #, c-format msgid "database system was interrupted while in recovery at log time %s" msgstr "" "Datenbanksystem wurde w�hrend der Wiederherstellung bei Logzeit %s " "unterbrochen" -#: access/transam/xlog.c:5060 +#: access/transam/xlog.c:5194 msgid "" "If this has occurred more than once some data might be corrupted and you " "might need to choose an earlier recovery target." @@ -1259,26 +2044,26 @@ msgstr "" "m�glicherweise verf�lscht und Sie m�ssen ein fr�heres Wiederherstellungsziel " "w�hlen." -#: access/transam/xlog.c:5064 +#: access/transam/xlog.c:5198 #, c-format msgid "database system was interrupted; last known up at %s" msgstr "Datenbanksystem wurde unterbrochen; letzte bekannte Aktion am %s" -#: access/transam/xlog.c:5103 +#: access/transam/xlog.c:5237 #, c-format msgid "requested timeline %u is not a child of database system timeline %u" msgstr "angeforderte Timeline %u ist kein Kind der Datenbanksystem-Timeline %u" -#: access/transam/xlog.c:5117 access/transam/xlog.c:5141 +#: access/transam/xlog.c:5251 access/transam/xlog.c:5275 #, c-format msgid "checkpoint record is at %X/%X" msgstr "Checkpoint-Eintrag ist bei %X/%X" -#: access/transam/xlog.c:5124 +#: access/transam/xlog.c:5258 msgid "could not locate required checkpoint record" msgstr "konnte den n�tigen Checkpoint-Datensatz nicht finden" -#: access/transam/xlog.c:5125 +#: access/transam/xlog.c:5259 #, c-format msgid "" "If you are not restoring from a backup, try removing the file \"%s/" @@ -1287,242 +2072,241 @@ msgstr "" "Wenn Sie kein Backup wiederherstellen, versuchen Sie, die Datei �%s/" "backup_label� zu l�schen." -#: access/transam/xlog.c:5151 +#: access/transam/xlog.c:5285 #, c-format msgid "using previous checkpoint record at %X/%X" msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X" -#: access/transam/xlog.c:5157 +#: access/transam/xlog.c:5291 msgid "could not locate a valid checkpoint record" msgstr "konnte keinen g�ltigen Checkpoint-Datensatz finden" -#: access/transam/xlog.c:5166 +#: access/transam/xlog.c:5300 #, c-format msgid "redo record is at %X/%X; shutdown %s" msgstr "Redo-Eintrag ist bei %X/%X; Shutdown %s" -#: access/transam/xlog.c:5170 +#: access/transam/xlog.c:5304 #, c-format msgid "next transaction ID: %u/%u; next OID: %u" msgstr "n�chste Transaktions-ID: %u/%u; n�chste OID: %u" -#: access/transam/xlog.c:5174 +#: access/transam/xlog.c:5308 #, c-format msgid "next MultiXactId: %u; next MultiXactOffset: %u" msgstr "n�chste MultiXactId: %u; n�chster MultiXactOffset: %u" -#: access/transam/xlog.c:5178 +#: access/transam/xlog.c:5312 msgid "invalid next transaction ID" msgstr "ung�ltige n�chste Transaktions-ID" -#: access/transam/xlog.c:5196 +#: access/transam/xlog.c:5330 msgid "invalid redo in checkpoint record" msgstr "ung�ltiges Redo im Checkpoint-Datensatz" -#: access/transam/xlog.c:5207 +#: access/transam/xlog.c:5341 msgid "invalid redo record in shutdown checkpoint" msgstr "ung�ltiger Redo-Datensatz im Shutdown-Checkpoint" -#: access/transam/xlog.c:5232 +#: access/transam/xlog.c:5366 msgid "automatic recovery in progress" msgstr "automatische Wiederherstellung l�uft" -#: access/transam/xlog.c:5238 +#: access/transam/xlog.c:5372 msgid "" "database system was not properly shut down; automatic recovery in progress" msgstr "" "Datenbanksystem wurde nicht richtig heruntergefahren; automatische " "Wiederherstellung l�uft" -#: access/transam/xlog.c:5320 +#: access/transam/xlog.c:5455 #, c-format msgid "redo starts at %X/%X" msgstr "Redo beginnt bei %X/%X" -#: access/transam/xlog.c:5324 +#: access/transam/xlog.c:5459 #, c-format msgid "redo starts at %X/%X, consistency will be reached at %X/%X" -msgstr "" +msgstr "Redo beginnt bei %X/%X, Konsistenz wird bei %X/%X erreicht werden" -#: access/transam/xlog.c:5393 +#: access/transam/xlog.c:5528 msgid "consistent recovery state reached" -msgstr "" +msgstr "konsistenter Wiederherstellungszustand erreicht" -#: access/transam/xlog.c:5448 +#: access/transam/xlog.c:5582 #, c-format msgid "redo done at %X/%X" msgstr "Redo fertig bei %X/%X" -#: access/transam/xlog.c:5452 access/transam/xlog.c:6563 +#: access/transam/xlog.c:5586 access/transam/xlog.c:6717 #, c-format msgid "last completed transaction was at log time %s" msgstr "letzte vollst�ndige Transaktion war bei Logzeit %s" -#: access/transam/xlog.c:5460 +#: access/transam/xlog.c:5594 msgid "redo is not required" msgstr "Redo nicht n�tig" -#: access/transam/xlog.c:5480 -#, fuzzy +#: access/transam/xlog.c:5614 msgid "requested recovery stop point is before consistent recovery point" -msgstr "angeforderter Recovery-Endpunkt ist vor der Endzeit des Backup-Dumps" +msgstr "angeforderter Recovery-Endpunkt ist vor konsistentem Recovery-Punkt" -#: access/transam/xlog.c:5483 +#: access/transam/xlog.c:5617 msgid "WAL ends before consistent recovery point" -msgstr "" +msgstr "WAL endet vor einem konsistenten Wiederherstellungspunkt" -#: access/transam/xlog.c:5504 +#: access/transam/xlog.c:5638 #, c-format msgid "selected new timeline ID: %u" msgstr "gew�hlte neue Timeline-ID: %u" -#: access/transam/xlog.c:5725 +#: access/transam/xlog.c:5865 msgid "invalid primary checkpoint link in control file" msgstr "ung�ltige prim�re Checkpoint-Verkn�pfung in Kontrolldatei" -#: access/transam/xlog.c:5729 +#: access/transam/xlog.c:5869 msgid "invalid secondary checkpoint link in control file" msgstr "ung�ltige sekund�re Checkpoint-Verkn�pfung in Kontrolldatei" -#: access/transam/xlog.c:5733 +#: access/transam/xlog.c:5873 msgid "invalid checkpoint link in backup_label file" msgstr "ung�ltige Checkpoint-Verkn�pfung in backup_label-Datei" -#: access/transam/xlog.c:5747 +#: access/transam/xlog.c:5887 msgid "invalid primary checkpoint record" msgstr "ung�ltiger prim�rer Checkpoint-Datensatz" -#: access/transam/xlog.c:5751 +#: access/transam/xlog.c:5891 msgid "invalid secondary checkpoint record" msgstr "ung�ltiger sekund�rer Checkpoint-Datensatz" -#: access/transam/xlog.c:5755 +#: access/transam/xlog.c:5895 msgid "invalid checkpoint record" msgstr "ung�ltiger Checkpoint-Datensatz" -#: access/transam/xlog.c:5766 +#: access/transam/xlog.c:5906 msgid "invalid resource manager ID in primary checkpoint record" msgstr "ung�ltige Resource-Manager-ID im prim�ren Checkpoint-Datensatz" -#: access/transam/xlog.c:5770 +#: access/transam/xlog.c:5910 msgid "invalid resource manager ID in secondary checkpoint record" msgstr "ung�ltige Resource-Manager-ID im sekund�ren Checkpoint-Datensatz" -#: access/transam/xlog.c:5774 +#: access/transam/xlog.c:5914 msgid "invalid resource manager ID in checkpoint record" msgstr "ung�ltige Resource-Manager-ID im Checkpoint-Datensatz" -#: access/transam/xlog.c:5786 +#: access/transam/xlog.c:5926 msgid "invalid xl_info in primary checkpoint record" msgstr "ung�ltige xl_info im prim�ren Checkpoint-Datensatz" -#: access/transam/xlog.c:5790 +#: access/transam/xlog.c:5930 msgid "invalid xl_info in secondary checkpoint record" msgstr "ung�ltige xl_info im sekund�ren Checkpoint-Datensatz" -#: access/transam/xlog.c:5794 +#: access/transam/xlog.c:5934 msgid "invalid xl_info in checkpoint record" msgstr "ung�ltige xl_info im Checkpoint-Datensatz" -#: access/transam/xlog.c:5806 +#: access/transam/xlog.c:5946 msgid "invalid length of primary checkpoint record" msgstr "ung�ltige L�nge des prim�ren Checkpoint-Datensatzes" -#: access/transam/xlog.c:5810 +#: access/transam/xlog.c:5950 msgid "invalid length of secondary checkpoint record" msgstr "ung�ltige L�nge des sekund�ren Checkpoint-Datensatzes" -#: access/transam/xlog.c:5814 +#: access/transam/xlog.c:5954 msgid "invalid length of checkpoint record" msgstr "ung�ltige L�nge des Checkpoint-Datensatzes" -#: access/transam/xlog.c:5948 +#: access/transam/xlog.c:6088 msgid "shutting down" msgstr "fahre herunter" -#: access/transam/xlog.c:5959 +#: access/transam/xlog.c:6110 msgid "database system is shut down" msgstr "Datenbanksystem ist heruntergefahren" -#: access/transam/xlog.c:6087 +#: access/transam/xlog.c:6238 msgid "hurrying in-progress restartpoint" -msgstr "" +msgstr "in Gang befindlicher Restart-Punkt wird beschleunigt" -#: access/transam/xlog.c:6313 +#: access/transam/xlog.c:6464 msgid "" "concurrent transaction log activity while database system is shutting down" msgstr "" "gleichzeitige Transaktionslog-Aktivit�t w�hrend das Datenbanksystem " "herunterf�hrt" -#: access/transam/xlog.c:6491 +#: access/transam/xlog.c:6644 msgid "skipping restartpoint, recovery has already ended" -msgstr "" +msgstr "Restart-Punkt �bersprungen, Wiederherstellung ist bereits beendet" -#: access/transam/xlog.c:6515 -#, fuzzy, c-format +#: access/transam/xlog.c:6669 +#, c-format msgid "skipping restartpoint, already performed at %X/%X" -msgstr "verwende vorherigen Checkpoint-Eintrag bei %X/%X" +msgstr "Restart-Punkt wird �bersprungen, schon bei %X/%X erledigt" -#: access/transam/xlog.c:6558 +#: access/transam/xlog.c:6712 #, c-format msgid "recovery restart point at %X/%X" msgstr "Recovery-Restart-Punkt bei %X/%X" -#: access/transam/xlog.c:6681 +#: access/transam/xlog.c:6835 #, c-format msgid "unexpected timeline ID %u (after %u) in checkpoint record" msgstr "unerwartete Timeline-ID %u (nach %u) im Checkpoint-Datensatz" -#: access/transam/xlog.c:6713 +#: access/transam/xlog.c:6867 #, c-format msgid "unexpected timeline ID %u (should be %u) in checkpoint record" msgstr "unerwartete Timeline-ID %u (sollte %u sein) im Checkpoint-Datensatz" -#: access/transam/xlog.c:6849 access/transam/xlog.c:6872 +#: access/transam/xlog.c:7003 access/transam/xlog.c:7026 #, c-format msgid "could not fsync log file %u, segment %u: %m" msgstr "konnte Logdatei %u, Segment %u nicht fsyncen: %m" -#: access/transam/xlog.c:6880 +#: access/transam/xlog.c:7034 #, c-format msgid "could not fsync write-through log file %u, segment %u: %m" msgstr "konnte Write-Through-Logdatei %u, Segment %u nicht fsyncen: %m" -#: access/transam/xlog.c:6889 +#: access/transam/xlog.c:7043 #, c-format msgid "could not fdatasync log file %u, segment %u: %m" msgstr "konnte Logdatei %u, Segment %u nicht fdatasyncen: %m" -#: access/transam/xlog.c:6931 access/transam/xlog.c:7103 +#: access/transam/xlog.c:7086 access/transam/xlog.c:7273 msgid "must be superuser to run a backup" msgstr "nur Superuser k�nnen ein Backup ausf�hren" -#: access/transam/xlog.c:6936 access/transam/xlog.c:6942 -#: access/transam/xlog.c:7108 +#: access/transam/xlog.c:7091 access/transam/xlog.c:7097 +#: access/transam/xlog.c:7278 msgid "WAL archiving is not active" msgstr "WAL-Archivierung ist nicht aktiv" -#: access/transam/xlog.c:6937 access/transam/xlog.c:7109 +#: access/transam/xlog.c:7092 access/transam/xlog.c:7279 msgid "archive_mode must be enabled at server start." msgstr "archive_mode muss beim Start des Servers eingeschaltet sein." -#: access/transam/xlog.c:6943 +#: access/transam/xlog.c:7098 msgid "" "archive_command must be defined before online backups can be made safely." msgstr "" "archive_command muss definiert werden, bevor sichere Online-Backups gemacht " "werden k�nnen." -#: access/transam/xlog.c:6971 access/transam/xlog.c:7025 +#: access/transam/xlog.c:7126 access/transam/xlog.c:7195 msgid "a backup is already in progress" msgstr "ein Backup l�uft bereits" -#: access/transam/xlog.c:6972 +#: access/transam/xlog.c:7127 msgid "Run pg_stop_backup() and try again." msgstr "F�hren Sie pg_stop_backup() aus und versuchen Sie es nochmal." -#: access/transam/xlog.c:7026 +#: access/transam/xlog.c:7196 #, c-format msgid "" "If you're sure there is no backup in progress, remove file \"%s\" and try " @@ -1531,72 +2315,5256 @@ msgstr "" "Wenn Sie sicher sind, dass noch kein Backup l�uft, entfernen Sie die Datei �%" "s� und versuchen Sie es noch einmal." -#: access/transam/xlog.c:7047 access/transam/xlog.c:7184 +#: access/transam/xlog.c:7217 access/transam/xlog.c:7354 #, c-format msgid "could not write file \"%s\": %m" msgstr "konnte Datei �%s� nicht schreiben: %m" -#: access/transam/xlog.c:7147 +#: access/transam/xlog.c:7317 msgid "a backup is not in progress" msgstr "es l�uft kein Backup" -#: access/transam/xlog.c:7159 access/transam/xlog.c:7500 -#: access/transam/xlog.c:7506 access/transam/xlog.c:7537 -#: access/transam/xlog.c:7543 +#: access/transam/xlog.c:7329 access/transam/xlog.c:7670 +#: access/transam/xlog.c:7676 access/transam/xlog.c:7707 +#: access/transam/xlog.c:7713 #, c-format msgid "invalid data in file \"%s\"" msgstr "ung�ltige Daten in Datei �%s�" -#: access/transam/xlog.c:7239 +#: access/transam/xlog.c:7409 #, c-format msgid "" "pg_stop_backup still waiting for archive to complete (%d seconds elapsed)" msgstr "" +"pg_stop_backup wartet immer noch, dass die Archivierung abschlie�t (%d " +"Sekunden abgelaufen)" -#: access/transam/xlog.c:7264 +#: access/transam/xlog.c:7434 msgid "must be superuser to switch transaction log files" msgstr "nur Superuser k�nnen Transaktionslogdateien umschalten" -#: access/transam/xlog.c:7361 access/transam/xlog.c:7427 +#: access/transam/xlog.c:7531 access/transam/xlog.c:7597 #, c-format msgid "could not parse transaction log location \"%s\"" msgstr "konnte Transaktionslogposition �%s� nicht interpretieren" -#: access/transam/xlog.c:7571 +#: access/transam/xlog.c:7741 #, c-format msgid "xlog redo %s" msgstr "xlog redo %s" -#: access/transam/xlog.c:7611 +#: access/transam/xlog.c:7781 msgid "online backup mode cancelled" -msgstr "" +msgstr "Online-Sicherungsmodus storniert" -#: access/transam/xlog.c:7612 +#: access/transam/xlog.c:7782 #, c-format msgid "\"%s\" was renamed to \"%s\"." msgstr "�%s� wurde in �%s� umbenannt." -#: access/transam/xlog.c:7619 +#: access/transam/xlog.c:7789 msgid "online backup mode was not cancelled" -msgstr "" +msgstr "Online-Sicherungsmodus wurde nicht storniert" -#: access/transam/xlog.c:7620 -#, fuzzy, c-format +#: access/transam/xlog.c:7790 +#, c-format msgid "Could not rename \"%s\" to \"%s\": %m." -msgstr "konnte Datei �%s� nicht in �%s� umbenennen: %m" +msgstr "Konnte �%s� nicht in �%s� umbenennen: %m." + +#: access/gin/ginarrayproc.c:30 +msgid "array must not contain null values" +msgstr "Array darf keine NULL-Werte enthalten" + +#: access/gin/ginscan.c:164 access/gin/ginscan.c:227 +msgid "GIN indexes do not support whole-index scans" +msgstr "GIN-Indexe unterst�tzen keine Scans des ganzen Index" + +#: access/nbtree/nbtinsert.c:300 +#, c-format +msgid "duplicate key value violates unique constraint \"%s\"" +msgstr "doppelter Schl�sselwert verletzt Unique-Constraint �%s�" + +#: access/nbtree/nbtinsert.c:421 access/nbtree/nbtsort.c:483 +#, c-format +msgid "index row size %lu exceeds btree maximum, %lu" +msgstr "Indexzeilengr��e %lu �berschreitet Maximalgr��e f�r B-Tree, %lu" + +#: access/nbtree/nbtinsert.c:424 access/nbtree/nbtsort.c:486 +msgid "" +"Values larger than 1/3 of a buffer page cannot be indexed.\n" +"Consider a function index of an MD5 hash of the value, or use full text " +"indexing." +msgstr "" +"Werte, die gr��er sind als 1/3 einer Pufferseite, k�nnen nicht indiziert " +"werden.\n" +"Erstellen Sie eventuell einen Funktionsindex auf einen MD5-Hash oder " +"verwenden Sie Volltextindizierung." + +#: access/nbtree/nbtpage.c:160 access/nbtree/nbtpage.c:364 +#, c-format +msgid "index \"%s\" is not a btree" +msgstr "Index �%s� ist kein B-Tree" + +#: access/nbtree/nbtpage.c:166 access/nbtree/nbtpage.c:370 +#, c-format +msgid "version mismatch in index \"%s\": file version %d, code version %d" +msgstr "" +"keine Versions�bereinstimmung in Index �%s�: Dateiversion %d, Code-Version %d" + +#: access/heap/heapam.c:1073 access/heap/heapam.c:1101 +#: access/heap/heapam.c:1131 catalog/aclchk.c:880 +#, c-format +msgid "\"%s\" is an index" +msgstr "�%s� ist ein Index" + +#: access/heap/heapam.c:1078 access/heap/heapam.c:1106 +#: access/heap/heapam.c:1136 catalog/aclchk.c:887 commands/tablecmds.c:2061 +#: commands/tablecmds.c:6250 commands/tablecmds.c:7541 +#, c-format +msgid "\"%s\" is a composite type" +msgstr "�%s� ist ein zusammengesetzter Typ" + +#: access/heap/heapam.c:3150 access/heap/heapam.c:3181 +#: access/heap/heapam.c:3216 +#, c-format +msgid "could not obtain lock on row in relation \"%s\"" +msgstr "konnte Sperre f�r Zeile in Relation �%s� nicht setzen" + +#: access/heap/hio.c:174 access/heap/rewriteheap.c:592 +#, c-format +msgid "row is too big: size %lu, maximum size %lu" +msgstr "Zeile ist zu gro�: Gr��e ist %lu, Maximalgr��e ist %lu" + +#: access/index/indexam.c:149 commands/comment.c:502 commands/indexcmds.c:1324 +#: commands/tablecmds.c:211 commands/tablecmds.c:2258 +#, c-format +msgid "\"%s\" is not an index" +msgstr "�%s� ist kein Index" + +#: access/hash/hashinsert.c:77 +#, c-format +msgid "index row size %lu exceeds hash maximum %lu" +msgstr "Gr��e der Indexzeile %lu �berschreitet Maximum f�r Hash-Index %lu" + +#: access/hash/hashinsert.c:80 +msgid "Values larger than a buffer page cannot be indexed." +msgstr "" +"Werte, die gr��er sind als eine Pufferseite, k�nnen nicht indiziert werden." + +#: access/hash/hashovfl.c:546 +#, c-format +msgid "out of overflow pages in hash index \"%s\"" +msgstr "keine �berlaufseiten in Hash-Index �%s� mehr" + +#: access/hash/hashsearch.c:152 +msgid "hash indexes do not support whole-index scans" +msgstr "Hash-Indexe unterst�tzen keine Scans des ganzen Index" + +#: access/hash/hashutil.c:208 +#, c-format +msgid "index \"%s\" is not a hash index" +msgstr "Index �%s� ist kein Hash-Index" + +#: access/hash/hashutil.c:214 +#, c-format +msgid "index \"%s\" has wrong hash version" +msgstr "Index �%s� hat falsche Hash-Version" + +#: utils/mmgr/aset.c:386 +#, c-format +msgid "Failed while creating memory context \"%s\"." +msgstr "Fehler w�hrend der Erzeugung des Speicherkontexts �%s�." + +#: utils/mmgr/aset.c:565 utils/mmgr/aset.c:748 utils/mmgr/aset.c:954 +#, c-format +msgid "Failed on request of size %lu." +msgstr "Fehler bei Anfrage mit Gr��e %lu." + +#: utils/mmgr/portalmem.c:207 +#, c-format +msgid "cursor \"%s\" already exists" +msgstr "Cursor �%s� existiert bereits" + +#: utils/mmgr/portalmem.c:211 +#, c-format +msgid "closing existing cursor \"%s\"" +msgstr "bestehender Cursor �%s� wird geschlossen" + +#: utils/mmgr/portalmem.c:590 +msgid "cannot PREPARE a transaction that has created a cursor WITH HOLD" +msgstr "" +"PREPARE kann nicht in einer Transaktion ausgef�hrt werden, die einen Cursor " +"mit WITH HOLD erzeugt hat" + +#: utils/mmgr/portalmem.c:889 utils/fmgr/funcapi.c:60 commands/prepare.c:749 +#: executor/execQual.c:1473 executor/execQual.c:1498 executor/execQual.c:1859 +#: executor/execQual.c:5018 executor/functions.c:644 foreign/foreign.c:281 +msgid "set-valued function called in context that cannot accept a set" +msgstr "" +"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine " +"Mengenergebnisse verarbeiten kann" + +#: utils/mmgr/portalmem.c:893 commands/prepare.c:753 foreign/foreign.c:286 +msgid "materialize mode required, but it is not allowed in this context" +msgstr "" +"Materialisierungsmodus wird ben�tigt, ist aber in diesem Zusammenhang nicht " +"erlaubt" + +#: utils/adt/acl.c:160 utils/adt/name.c:87 +msgid "identifier too long" +msgstr "Bezeichner zu lang" + +#: utils/adt/acl.c:161 utils/adt/name.c:88 +#, c-format +msgid "Identifier must be less than %d characters." +msgstr "Bezeichner muss weniger als %d Zeichen haben." + +#: utils/adt/acl.c:247 +#, c-format +msgid "unrecognized key word: \"%s\"" +msgstr "unbekanntes Schl�sselwort: �%s�" + +#: utils/adt/acl.c:248 +msgid "ACL key word must be \"group\" or \"user\"." +msgstr "ACL-Schl�sselwort muss �group� oder �user� sein." + +#: utils/adt/acl.c:253 +msgid "missing name" +msgstr "Name fehlt" + +#: utils/adt/acl.c:254 +msgid "A name must follow the \"group\" or \"user\" key word." +msgstr "Auf das Schl�sselwort �group� oder �user� muss ein Name folgen." + +#: utils/adt/acl.c:260 +msgid "missing \"=\" sign" +msgstr "�=�-Zeichen fehlt" + +#: utils/adt/acl.c:313 +#, c-format +msgid "invalid mode character: must be one of \"%s\"" +msgstr "ung�ltiges Moduszeichen: muss eines aus �%s� sein" + +#: utils/adt/acl.c:335 +msgid "a name must follow the \"/\" sign" +msgstr "auf das �/�-Zeichen muss ein Name folgen" + +#: utils/adt/acl.c:343 +#, c-format +msgid "defaulting grantor to user ID %u" +msgstr "nicht angegebener Grantor wird auf user ID %u gesetzt" + +#: utils/adt/acl.c:433 +msgid "ACL array contains wrong data type" +msgstr "ACL-Array enth�lt falschen Datentyp" + +#: utils/adt/acl.c:437 +msgid "ACL arrays must be one-dimensional" +msgstr "ACL-Arrays m�ssen eindimensional sein" + +#: utils/adt/acl.c:441 +msgid "ACL arrays must not contain null values" +msgstr "ACL-Array darf keine NULL-Werte enthalten" + +#: utils/adt/acl.c:465 +msgid "extra garbage at the end of the ACL specification" +msgstr "�berfl�ssiger M�ll am Ende der ACL-Angabe" + +#: utils/adt/acl.c:994 +msgid "grant options cannot be granted back to your own grantor" +msgstr "Grant-Optionen k�nnen nicht an den eigenen Grantor gegeben werden" + +#: utils/adt/acl.c:1055 +msgid "dependent privileges exist" +msgstr "abh�ngige Privilegien existieren" + +#: utils/adt/acl.c:1056 +msgid "Use CASCADE to revoke them too." +msgstr "Verwenden Sie CASCADE um diese auch zu entziehen." + +#: utils/adt/acl.c:1335 +msgid "aclinsert is no longer supported" +msgstr "aclinsert wird nicht mehr unterst�tzt" + +#: utils/adt/acl.c:1345 +msgid "aclremove is no longer supported" +msgstr "aclremove wird nicht mehr unterst�tzt" + +#: utils/adt/acl.c:1431 utils/adt/acl.c:1485 +#, c-format +msgid "unrecognized privilege type: \"%s\"" +msgstr "unbekannter Privilegtyp: �%s�" + +#: utils/adt/acl.c:2303 utils/adt/ruleutils.c:1358 catalog/aclchk.c:636 +#: commands/analyze.c:276 commands/comment.c:579 commands/copy.c:3404 +#: commands/sequence.c:1301 commands/tablecmds.c:3823 +#: commands/tablecmds.c:3915 commands/tablecmds.c:3962 +#: commands/tablecmds.c:4058 commands/tablecmds.c:4119 +#: commands/tablecmds.c:4183 commands/tablecmds.c:5567 +#: commands/tablecmds.c:5705 parser/analyze.c:1720 +#: parser/parse_relation.c:2056 parser/parse_relation.c:2111 +#: parser/parse_target.c:804 parser/parse_type.c:117 +#, c-format +msgid "column \"%s\" of relation \"%s\" does not exist" +msgstr "Spalte �%s� von Relation �%s� existiert nicht" + +#: utils/adt/acl.c:2514 utils/adt/dbsize.c:144 utils/init/postinit.c:420 +#: utils/init/postinit.c:539 utils/init/postinit.c:555 catalog/aclchk.c:500 +#: commands/comment.c:626 commands/dbcommands.c:759 commands/dbcommands.c:903 +#: commands/dbcommands.c:1010 commands/dbcommands.c:1187 +#: commands/dbcommands.c:1374 commands/dbcommands.c:1446 +#: commands/dbcommands.c:1533 +#, c-format +msgid "database \"%s\" does not exist" +msgstr "Datenbank �%s� existiert nicht" + +#: utils/adt/acl.c:2909 utils/adt/regproc.c:118 utils/adt/regproc.c:139 +#: utils/adt/regproc.c:291 +#, c-format +msgid "function \"%s\" does not exist" +msgstr "Funktion �%s� existiert nicht" + +#: utils/adt/acl.c:3115 catalog/aclchk.c:528 commands/comment.c:1195 +#: commands/functioncmds.c:805 commands/proclang.c:433 commands/proclang.c:506 +#: commands/proclang.c:550 +#, c-format +msgid "language \"%s\" does not exist" +msgstr "Sprache �%s� existiert nicht" + +#: utils/adt/acl.c:3321 catalog/aclchk.c:548 catalog/namespace.c:338 +#: catalog/namespace.c:2124 catalog/namespace.c:2165 catalog/namespace.c:2213 +#: catalog/namespace.c:3120 commands/comment.c:736 commands/schemacmds.c:190 +#: commands/schemacmds.c:267 commands/schemacmds.c:343 +#, c-format +msgid "schema \"%s\" does not exist" +msgstr "Schema �%s� existiert nicht" + +#: utils/adt/acl.c:3695 utils/adt/dbsize.c:240 catalog/aclchk.c:577 +#: commands/comment.c:665 commands/dbcommands.c:431 commands/dbcommands.c:1043 +#: commands/indexcmds.c:212 commands/tablecmds.c:400 commands/tablecmds.c:6509 +#: commands/tablespace.c:415 commands/tablespace.c:770 +#: commands/tablespace.c:837 commands/tablespace.c:931 +#: commands/tablespace.c:1055 executor/execMain.c:2884 +#, c-format +msgid "tablespace \"%s\" does not exist" +msgstr "Tablespace �%s� existiert nicht" + +#: utils/adt/acl.c:4200 +#, c-format +msgid "must be member of role \"%s\"" +msgstr "Berechtigung nur f�r Mitglied von Rolle �%s�" + +#: utils/adt/array_userfuncs.c:49 +msgid "could not determine input data types" +msgstr "konnte Eingabedatentypen nicht bestimmen" + +#: utils/adt/array_userfuncs.c:83 +msgid "neither input type is an array" +msgstr "keiner der Eingabedatentypen ist ein Array" + +#: utils/adt/array_userfuncs.c:104 utils/adt/array_userfuncs.c:114 +#: utils/adt/float.c:1100 utils/adt/float.c:1159 utils/adt/float.c:2716 +#: utils/adt/float.c:2732 utils/adt/int.c:613 utils/adt/int.c:642 +#: utils/adt/int.c:663 utils/adt/int.c:683 utils/adt/int.c:705 +#: utils/adt/int.c:730 utils/adt/int.c:744 utils/adt/int.c:759 +#: utils/adt/int.c:894 utils/adt/int.c:915 utils/adt/int.c:942 +#: utils/adt/int.c:977 utils/adt/int.c:998 utils/adt/int.c:1025 +#: utils/adt/int.c:1052 utils/adt/int.c:1106 utils/adt/int8.c:1195 +#: utils/adt/numeric.c:2035 utils/adt/numeric.c:2044 utils/adt/varbit.c:1377 +msgid "integer out of range" +msgstr "integer ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/array_userfuncs.c:122 +msgid "argument must be empty or one-dimensional array" +msgstr "Argument muss entweder leer oder ein eindimensionales Array sein" + +#: utils/adt/array_userfuncs.c:225 utils/adt/array_userfuncs.c:264 +#: utils/adt/array_userfuncs.c:301 utils/adt/array_userfuncs.c:330 +#: utils/adt/array_userfuncs.c:358 +msgid "cannot concatenate incompatible arrays" +msgstr "inkompatible Arrays k�nnen nicht aneinandergeh�ngt werden" + +#: utils/adt/array_userfuncs.c:226 +#, c-format +msgid "" +"Arrays with element types %s and %s are not compatible for concatenation." +msgstr "" +"Arrays mit Elementtypen %s und %s sind nicht kompatibel f�r Aneinanderh�ngen." + +#: utils/adt/array_userfuncs.c:265 +#, c-format +msgid "Arrays of %d and %d dimensions are not compatible for concatenation." +msgstr "" +"Arrays mit %d und %d Dimensionen sind nicht kompatibel f�r Aneinanderh�ngen." + +#: utils/adt/array_userfuncs.c:302 +msgid "" +"Arrays with differing element dimensions are not compatible for " +"concatenation." +msgstr "" +"Arrays mit unterschiedlichen Elementdimensionen sind nicht kompatibel f�r " +"Aneinanderh�ngen." + +#: utils/adt/array_userfuncs.c:331 utils/adt/array_userfuncs.c:359 +msgid "Arrays with differing dimensions are not compatible for concatenation." +msgstr "" +"Arrays mit unterschiedlichen Dimensionen sind nicht kompatibel f�r " +"Aneinanderh�ngen." + +#: utils/adt/array_userfuncs.c:425 utils/adt/arrayfuncs.c:1186 +#: utils/adt/arrayfuncs.c:2841 utils/adt/arrayfuncs.c:4521 +#, c-format +msgid "invalid number of dimensions: %d" +msgstr "ung�ltige Anzahl Dimensionen: %d" + +#: utils/adt/array_userfuncs.c:429 utils/adt/arrayfuncs.c:203 +#: utils/adt/arrayfuncs.c:455 utils/adt/arrayfuncs.c:1190 +#: utils/adt/arrayfuncs.c:2845 utils/adt/arrayfuncs.c:4525 +#: executor/execQual.c:293 executor/execQual.c:321 executor/execQual.c:2907 +#, c-format +msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" +msgstr "Anzahl der Arraydimensionen (%d) �berschreitet erlaubtes Maximum (%d)" + +#: utils/adt/array_userfuncs.c:485 +msgid "could not determine input data type" +msgstr "konnte Eingabedatentypen nicht bestimmen" + +#: utils/adt/arrayfuncs.c:210 utils/adt/arrayfuncs.c:222 +msgid "missing dimension value" +msgstr "Dimensionswert fehlt" + +#: utils/adt/arrayfuncs.c:232 +msgid "missing \"]\" in array dimensions" +msgstr "�]� in Arraydimensionen fehlt" + +#: utils/adt/arrayfuncs.c:240 utils/adt/arrayfuncs.c:2370 +#: utils/adt/arrayfuncs.c:2398 utils/adt/arrayfuncs.c:2413 +msgid "upper bound cannot be less than lower bound" +msgstr "Obergrenze kann nicht kleiner als Untergrenze sein" + +#: utils/adt/arrayfuncs.c:252 utils/adt/arrayfuncs.c:278 +msgid "array value must start with \"{\" or dimension information" +msgstr "Arraywert muss mit �{� oder Dimensionsinformationen anfangen" + +#: utils/adt/arrayfuncs.c:266 +msgid "missing assignment operator" +msgstr "fehlender Zuweisungsoperator" + +#: utils/adt/arrayfuncs.c:283 utils/adt/arrayfuncs.c:289 +msgid "array dimensions incompatible with array literal" +msgstr "Arraydimensionen sind inkompatibel mit Arraykonstante" + +#: utils/adt/arrayfuncs.c:392 utils/adt/arrayfuncs.c:407 +#: utils/adt/arrayfuncs.c:416 utils/adt/arrayfuncs.c:430 +#: utils/adt/arrayfuncs.c:450 utils/adt/arrayfuncs.c:478 +#: utils/adt/arrayfuncs.c:483 utils/adt/arrayfuncs.c:523 +#: utils/adt/arrayfuncs.c:544 utils/adt/arrayfuncs.c:563 +#: utils/adt/arrayfuncs.c:673 utils/adt/arrayfuncs.c:682 +#: utils/adt/arrayfuncs.c:712 utils/adt/arrayfuncs.c:727 +#: utils/adt/arrayfuncs.c:780 +#, c-format +msgid "malformed array literal: \"%s\"" +msgstr "fehlerhafte Arraykonstante: �%s�" + +#: utils/adt/arrayfuncs.c:490 executor/execQual.c:2927 +#: executor/execQual.c:2954 +msgid "" +"multidimensional arrays must have array expressions with matching dimensions" +msgstr "" +"mehrdimensionale Arrays m�ssen Arraysausdr�cke mit gleicher Anzahl " +"Dimensionen haben" + +#: utils/adt/arrayfuncs.c:819 utils/adt/arrayfuncs.c:1407 +#: utils/adt/arrayfuncs.c:2725 utils/adt/arrayfuncs.c:2873 +#: utils/adt/arrayfuncs.c:4621 utils/adt/arrayutils.c:93 +#: utils/adt/arrayutils.c:102 utils/adt/arrayutils.c:109 +#, c-format +msgid "array size exceeds the maximum allowed (%d)" +msgstr "Arraygr��e �berschreitet erlaubtes Maximum (%d)" + +#: utils/adt/arrayfuncs.c:1197 +msgid "invalid array flags" +msgstr "ung�ltige Array-Flags" + +#: utils/adt/arrayfuncs.c:1205 +msgid "wrong element type" +msgstr "falscher Elementtyp" + +#: utils/adt/arrayfuncs.c:1241 utils/cache/lsyscache.c:2394 +#, c-format +msgid "no binary input function available for type %s" +msgstr "keine bin�re Eingabefunktion verf�gbar f�r Typ %s" + +#: utils/adt/arrayfuncs.c:1381 +#, c-format +msgid "improper binary format in array element %d" +msgstr "falsches Bin�rformat in Arrayelement %d" + +#: utils/adt/arrayfuncs.c:1463 utils/cache/lsyscache.c:2429 +#, c-format +msgid "no binary output function available for type %s" +msgstr "keine bin�re Ausgabefunktion verf�gbar f�r Typ %s" + +#: utils/adt/arrayfuncs.c:1837 +msgid "slices of fixed-length arrays not implemented" +msgstr "" +"Ausw�hlen von St�cken aus Arrays mit fester L�nge ist nicht implementiert" + +#: utils/adt/arrayfuncs.c:2010 utils/adt/arrayfuncs.c:2032 +#: utils/adt/arrayfuncs.c:2066 utils/adt/arrayfuncs.c:2352 +#: utils/adt/arrayfuncs.c:4501 utils/adt/arrayfuncs.c:4533 +#: utils/adt/arrayfuncs.c:4550 +msgid "wrong number of array subscripts" +msgstr "falsche Anzahl Arrayindizes" + +#: utils/adt/arrayfuncs.c:2015 utils/adt/arrayfuncs.c:2108 +#: utils/adt/arrayfuncs.c:2403 +msgid "array subscript out of range" +msgstr "Arrayindex au�erhalb des g�ltigen Bereichs" + +#: utils/adt/arrayfuncs.c:2020 +msgid "cannot assign null value to an element of a fixed-length array" +msgstr "Array mit fester L�nge kann keinen NULL-Wert enthalten" + +#: utils/adt/arrayfuncs.c:2306 +msgid "updates on slices of fixed-length arrays not implemented" +msgstr "" +"Aktualisieren von St�cken aus Arrays mit fester L�nge ist nicht implementiert" + +#: utils/adt/arrayfuncs.c:2342 utils/adt/arrayfuncs.c:2429 +msgid "source array too small" +msgstr "Quellarray ist zu klein" + +#: utils/adt/arrayfuncs.c:2980 +msgid "null array element not allowed in this context" +msgstr "NULL-Werte im Array sind in diesem Zusammenhang nicht erlaubt" + +#: utils/adt/arrayfuncs.c:3041 utils/adt/arrayfuncs.c:3248 +#: utils/adt/arrayfuncs.c:3448 +msgid "cannot compare arrays of different element types" +msgstr "kann Arrays mit verschiedenen Elementtypen nicht vergleichen" + +#: utils/adt/arrayfuncs.c:3064 utils/adt/arrayfuncs.c:3465 +#: utils/adt/rowtypes.c:1133 parser/parse_oper.c:259 +#, c-format +msgid "could not identify an equality operator for type %s" +msgstr "konnte keinen Ist-Gleich-Operator f�r Typ %s ermitteln" + +#: utils/adt/arrayfuncs.c:3265 utils/adt/rowtypes.c:907 +#: executor/execQual.c:4674 +#, c-format +msgid "could not identify a comparison function for type %s" +msgstr "konnte keine Vergleichsfunktion f�r Typ %s ermitteln" + +#: utils/adt/arrayfuncs.c:4399 utils/adt/arrayfuncs.c:4439 +msgid "dimension array or low bound array cannot be NULL" +msgstr "Dimensions-Array oder Untergrenzen-Array kann nicht NULL sein" + +#: utils/adt/arrayfuncs.c:4502 utils/adt/arrayfuncs.c:4534 +msgid "Dimension array must be one dimensional." +msgstr "Dimensions-Array muss eindimensional sein." + +#: utils/adt/arrayfuncs.c:4507 utils/adt/arrayfuncs.c:4539 +msgid "wrong range of array subscripts" +msgstr "falscher Bereich der Arrayindizes" + +#: utils/adt/arrayfuncs.c:4508 utils/adt/arrayfuncs.c:4540 +msgid "Lower bound of dimension array must be one." +msgstr "Untergrenze des Dimensions-Arrays muss eins sein." + +#: utils/adt/arrayfuncs.c:4513 utils/adt/arrayfuncs.c:4545 +msgid "dimension values cannot be null" +msgstr "Dimensionswerte d�rfen nicht NULL sein" + +#: utils/adt/arrayfuncs.c:4551 +msgid "Low bound array has different size than dimensions array." +msgstr "Untergrenzen-Array hat andere Gr��e als Dimensions-Array." + +#: utils/adt/arrayutils.c:209 +msgid "typmod array must be type cstring[]" +msgstr "Typmod-Array muss Typ cstring[] haben." + +#: utils/adt/arrayutils.c:214 +msgid "typmod array must be one-dimensional" +msgstr "Typmod-Arrays m�ssen eindimensional sein" + +#: utils/adt/arrayutils.c:219 +msgid "typmod array must not contain nulls" +msgstr "Typmod-Array darf keine NULL-Werte enthalten" + +#: utils/adt/ascii.c:75 +#, c-format +msgid "encoding conversion from %s to ASCII not supported" +msgstr "Kodierungsumwandlung zwischen %s und ASCII wird nicht unterst�tzt" + +#: utils/adt/ascii.c:126 commands/dbcommands.c:234 +#, c-format +msgid "%s is not a valid encoding name" +msgstr "%s ist kein g�ltiger Kodierungsname" + +#: utils/adt/ascii.c:144 commands/dbcommands.c:224 +#, c-format +msgid "%d is not a valid encoding code" +msgstr "%d ist kein g�ltiger Kodierungscode" + +#: utils/adt/bool.c:153 +#, c-format +msgid "invalid input syntax for type boolean: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ boolean: �%s�" + +#: utils/adt/cash.c:232 +#, c-format +msgid "invalid input syntax for type money: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ money: �%s�" + +#: utils/adt/cash.c:524 utils/adt/cash.c:575 utils/adt/cash.c:624 +#: utils/adt/cash.c:676 utils/adt/cash.c:726 utils/adt/float.c:763 +#: utils/adt/float.c:827 utils/adt/float.c:2475 utils/adt/float.c:2538 +#: utils/adt/geo_ops.c:3958 utils/adt/int.c:719 utils/adt/int.c:860 +#: utils/adt/int.c:955 utils/adt/int.c:1039 utils/adt/int.c:1065 +#: utils/adt/int.c:1085 utils/adt/int8.c:604 utils/adt/int8.c:651 +#: utils/adt/int8.c:829 utils/adt/int8.c:924 utils/adt/int8.c:1008 +#: utils/adt/int8.c:1103 utils/adt/numeric.c:4183 utils/adt/numeric.c:4466 +#: utils/adt/timestamp.c:2865 +msgid "division by zero" +msgstr "Division durch Null" + +#: utils/adt/char.c:169 +msgid "\"char\" out of range" +msgstr "\"char\" ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/date.c:66 utils/adt/timestamp.c:92 utils/adt/varbit.c:44 +#: utils/adt/varchar.c:43 +msgid "invalid type modifier" +msgstr "ung�ltige Typmodifikation" + +#: utils/adt/date.c:71 +#, c-format +msgid "TIME(%d)%s precision must not be negative" +msgstr "Pr�zision von TIME(%d)%s darf nicht negativ sein" + +#: utils/adt/date.c:77 +#, c-format +msgid "TIME(%d)%s precision reduced to maximum allowed, %d" +msgstr "Pr�zision von TIME(%d)%s auf erlaubten H�chstwert %d reduziert" + +#: utils/adt/date.c:142 utils/adt/datetime.c:1181 utils/adt/datetime.c:1926 +msgid "date/time value \"current\" is no longer supported" +msgstr "Datum/Zeitwert �current� wird nicht mehr unterst�tzt" + +#: utils/adt/date.c:167 +#, c-format +msgid "date out of range: \"%s\"" +msgstr "date ist au�erhalb des g�ltigen Bereichs: �%s�" + +#: utils/adt/date.c:347 +msgid "cannot subtract infinite dates" +msgstr "kann unendliche date-Werte nicht subtrahieren" + +#: utils/adt/date.c:404 utils/adt/date.c:441 +msgid "date out of range for timestamp" +msgstr "Datum ist au�erhalb des g�ltigen Bereichs f�r Typ �timestamp�" + +#: utils/adt/date.c:868 utils/adt/date.c:915 utils/adt/date.c:1471 +#: utils/adt/date.c:1508 utils/adt/date.c:2382 utils/adt/formatting.c:2961 +#: utils/adt/formatting.c:2993 utils/adt/formatting.c:3061 +#: utils/adt/nabstime.c:480 utils/adt/nabstime.c:523 utils/adt/nabstime.c:553 +#: utils/adt/nabstime.c:596 utils/adt/timestamp.c:226 +#: utils/adt/timestamp.c:264 utils/adt/timestamp.c:486 +#: utils/adt/timestamp.c:526 utils/adt/timestamp.c:2525 +#: utils/adt/timestamp.c:2546 utils/adt/timestamp.c:2559 +#: utils/adt/timestamp.c:2568 utils/adt/timestamp.c:2626 +#: utils/adt/timestamp.c:2649 utils/adt/timestamp.c:2662 +#: utils/adt/timestamp.c:2673 utils/adt/timestamp.c:3103 +#: utils/adt/timestamp.c:3233 utils/adt/timestamp.c:3274 +#: utils/adt/timestamp.c:3362 utils/adt/timestamp.c:3409 +#: utils/adt/timestamp.c:3520 utils/adt/timestamp.c:3833 +#: utils/adt/timestamp.c:3970 utils/adt/timestamp.c:3977 +#: utils/adt/timestamp.c:3991 utils/adt/timestamp.c:4001 +#: utils/adt/timestamp.c:4064 utils/adt/timestamp.c:4204 +#: utils/adt/timestamp.c:4214 utils/adt/timestamp.c:4429 +#: utils/adt/timestamp.c:4508 utils/adt/timestamp.c:4515 +#: utils/adt/timestamp.c:4542 utils/adt/timestamp.c:4546 +#: utils/adt/timestamp.c:4603 utils/adt/xml.c:1689 utils/adt/xml.c:1696 +#: utils/adt/xml.c:1716 utils/adt/xml.c:1723 +msgid "timestamp out of range" +msgstr "timestamp ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/date.c:941 +msgid "cannot convert reserved abstime value to date" +msgstr "kann reservierten �abstime�-Wert nicht in �date� umwandeln" + +#: utils/adt/date.c:1095 utils/adt/date.c:1102 utils/adt/date.c:1870 +#: utils/adt/date.c:1877 +msgid "time out of range" +msgstr "time ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/date.c:1748 utils/adt/date.c:1765 +#, c-format +msgid "\"time\" units \"%s\" not recognized" +msgstr "�time�-Einheit �%s� nicht erkannt" + +#: utils/adt/date.c:1887 +msgid "time zone displacement out of range" +msgstr "Zeitzonenunterschied ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/date.c:2512 utils/adt/date.c:2529 +#, c-format +msgid "\"time with time zone\" units \"%s\" not recognized" +msgstr "�time with time zone�-Einheit �%s� nicht erkannt" + +#: utils/adt/date.c:2587 utils/adt/datetime.c:925 utils/adt/datetime.c:1657 +#: utils/adt/timestamp.c:4441 utils/adt/timestamp.c:4614 +#, c-format +msgid "time zone \"%s\" not recognized" +msgstr "Zeitzone �%s� nicht erkannt" + +#: utils/adt/date.c:2627 +#, c-format +msgid "\"interval\" time zone \"%s\" not valid" +msgstr "�interval�-Zeitzone �%s� nicht g�ltig" + +#: utils/adt/datetime.c:3513 utils/adt/datetime.c:3520 +#, c-format +msgid "date/time field value out of range: \"%s\"" +msgstr "Datum/Zeit-Feldwert ist au�erhalb des g�ltigen Bereichs: �%s�" + +#: utils/adt/datetime.c:3522 +msgid "Perhaps you need a different \"datestyle\" setting." +msgstr "M�glicherweise ben�tigen Sie eine andere �datestyle�-Einstellung." + +#: utils/adt/datetime.c:3527 +#, c-format +msgid "interval field value out of range: \"%s\"" +msgstr "�interval�-Feldwert ist au�erhalb des g�ltigen Bereichs: �%s�" + +#: utils/adt/datetime.c:3533 +#, c-format +msgid "time zone displacement out of range: \"%s\"" +msgstr "Zeitzonenunterschied ist au�erhalb des g�ltigen Bereichs: �%s�" + +#. translator: first %s is inet or cidr +#: utils/adt/datetime.c:3540 utils/adt/network.c:107 +#, c-format +msgid "invalid input syntax for type %s: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ %s: �%s�" + +#: utils/adt/datum.c:80 utils/adt/datum.c:92 +msgid "invalid Datum pointer" +msgstr "ung�ltiger �Datum�-Zeiger" + +#: utils/adt/dbsize.c:102 utils/adt/dbsize.c:189 +#, c-format +msgid "could not open tablespace directory \"%s\": %m" +msgstr "konnte Tablespace-Verzeichnis �%s� nicht �ffnen: %m" -#: bootstrap/bootstrap.c:294 postmaster/postmaster.c:658 tcop/postgres.c:3106 +#: utils/adt/dbsize.c:122 catalog/aclchk.c:2486 catalog/aclchk.c:3499 +#, c-format +msgid "database with OID %u does not exist" +msgstr "Datenbank mit OID %u existiert nicht" + +#: utils/adt/domains.c:80 +#, c-format +msgid "type %s is not a domain" +msgstr "Typ %s ist keine Dom�ne" + +#: utils/adt/domains.c:128 executor/execQual.c:3699 +#, c-format +msgid "domain %s does not allow null values" +msgstr "Dom�ne %s erlaubt keine NULL-Werte" + +#: utils/adt/domains.c:164 executor/execQual.c:3728 +#, c-format +msgid "value for domain %s violates check constraint \"%s\"" +msgstr "Wert f�r Dom�ne %s verletzt Check-Constraint �%s�" + +#: utils/adt/encode.c:55 utils/adt/encode.c:91 +#, c-format +msgid "unrecognized encoding: \"%s\"" +msgstr "unbekannte Kodierung: �%s�" + +#: utils/adt/encode.c:150 +#, c-format +msgid "invalid hexadecimal digit: \"%c\"" +msgstr "ung�ltige hexadezimale Ziffer: �%c�" + +#: utils/adt/encode.c:178 +msgid "invalid hexadecimal data: odd number of digits" +msgstr "ung�ltige hexadezimale Daten: ungerade Anzahl Ziffern" + +#: utils/adt/encode.c:295 +msgid "unexpected \"=\"" +msgstr "unerwartetes �%s�" + +#: utils/adt/encode.c:307 +msgid "invalid symbol" +msgstr "ung�ltiges Symbol" + +#: utils/adt/encode.c:327 +msgid "invalid end sequence" +msgstr "ung�ltige Endsequenz" + +#: utils/adt/encode.c:441 utils/adt/encode.c:506 utils/adt/varlena.c:211 +#: utils/adt/varlena.c:252 +msgid "invalid input syntax for type bytea" +msgstr "ung�ltige Eingabesyntax f�r Typ bytea" + +#: utils/adt/enum.c:44 utils/adt/enum.c:55 utils/adt/enum.c:108 +#: utils/adt/enum.c:119 +#, c-format +msgid "invalid input value for enum %s: \"%s\"" +msgstr "ung�ltiger Eingabewert f�r Enum %s: �%s�" + +#: utils/adt/enum.c:80 utils/adt/enum.c:146 +#, c-format +msgid "invalid internal value for enum: %u" +msgstr "ung�ltiger interner Wert f�r Enum: %u" + +#: utils/adt/enum.c:266 utils/adt/enum.c:307 utils/adt/enum.c:356 +#: utils/adt/enum.c:376 +msgid "could not determine actual enum type" +msgstr "konnte tats�chlichen Enum-Typen nicht bestimmen" + +#: utils/adt/float.c:54 +msgid "value out of range: overflow" +msgstr "Wert ist au�erhalb des g�ltigen Bereichs: �berlauf" + +#: utils/adt/float.c:59 +msgid "value out of range: underflow" +msgstr "Wert ist au�erhalb des g�ltigen Bereichs: Unterlauf" + +#: utils/adt/float.c:205 utils/adt/float.c:246 utils/adt/float.c:297 +#, c-format +msgid "invalid input syntax for type real: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ real: �%s�" + +#: utils/adt/float.c:241 +#, c-format +msgid "\"%s\" is out of range for type real" +msgstr "�%s� ist au�erhalb des g�ltigen Bereichs f�r Typ real" + +#: utils/adt/float.c:398 utils/adt/float.c:439 utils/adt/float.c:490 +#: utils/adt/numeric.c:3645 utils/adt/numeric.c:3671 +#, c-format +msgid "invalid input syntax for type double precision: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ double precision: �%s�" + +#: utils/adt/float.c:434 +#, c-format +msgid "\"%s\" is out of range for type double precision" +msgstr "�%s� ist au�erhalb des g�ltigen Bereichs f�r Typ double precision" + +#: utils/adt/float.c:1118 utils/adt/float.c:1176 utils/adt/int.c:339 +#: utils/adt/int.c:775 utils/adt/int.c:804 utils/adt/int.c:825 +#: utils/adt/int.c:845 utils/adt/int.c:873 utils/adt/int.c:1121 +#: utils/adt/int8.c:1220 utils/adt/numeric.c:2136 utils/adt/numeric.c:2147 +msgid "smallint out of range" +msgstr "smallint ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/float.c:1302 utils/adt/numeric.c:4859 +msgid "cannot take square root of a negative number" +msgstr "Quadratwurzel von negativer Zahl kann nicht ermittelt werden" + +#: utils/adt/float.c:1344 utils/adt/numeric.c:1948 +msgid "zero raised to a negative power is undefined" +msgstr "null hoch eine negative Zahl ist undefiniert" + +#: utils/adt/float.c:1348 utils/adt/numeric.c:1954 +msgid "a negative number raised to a non-integer power yields a complex result" +msgstr "" +"eine negative Zahl hoch eine nicht ganze Zahl ergibt ein komplexes Ergebnis" + +#: utils/adt/float.c:1414 utils/adt/float.c:1444 utils/adt/numeric.c:5077 +msgid "cannot take logarithm of zero" +msgstr "Logarithmus von null kann nicht ermittelt werden" + +#: utils/adt/float.c:1418 utils/adt/float.c:1448 utils/adt/numeric.c:5081 +msgid "cannot take logarithm of a negative number" +msgstr "Logarithmus negativer Zahlen kann nicht ermittelt werden" + +#: utils/adt/float.c:1475 utils/adt/float.c:1496 utils/adt/float.c:1517 +#: utils/adt/float.c:1539 utils/adt/float.c:1560 utils/adt/float.c:1581 +#: utils/adt/float.c:1603 utils/adt/float.c:1624 +msgid "input is out of range" +msgstr "Eingabe ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/float.c:2692 utils/adt/numeric.c:955 +msgid "count must be greater than zero" +msgstr "Anzahl muss gr��er als null sein" + +#: utils/adt/float.c:2697 utils/adt/numeric.c:962 +msgid "operand, lower bound and upper bound cannot be NaN" +msgstr "Operand, Untergrenze und Obergrenze d�rfen nicht NaN sein" + +#: utils/adt/float.c:2703 +msgid "lower and upper bounds must be finite" +msgstr "Untergrenze und Obergrenze m�ssen endlich sein" + +#: utils/adt/float.c:2741 utils/adt/numeric.c:975 +msgid "lower bound cannot equal upper bound" +msgstr "Untergrenze kann nicht gleich der Obergrenze sein" + +#: utils/adt/formatting.c:489 +msgid "invalid format specification for an interval value" +msgstr "ung�ltige Formatangabe f�r Intervall-Wert" + +#: utils/adt/formatting.c:490 +msgid "Intervals are not tied to specific calendar dates." +msgstr "Intervalle beziehen sich nicht auf bestimmte Kalenderdaten." + +#: utils/adt/formatting.c:1055 +msgid "\"9\" must be ahead of \"PR\"" +msgstr "�9� muss vor �PR� stehen" + +#: utils/adt/formatting.c:1074 +msgid "\"0\" must be ahead of \"PR\"" +msgstr "�0� muss vor �PR� stehen" + +#: utils/adt/formatting.c:1103 +msgid "multiple decimal points" +msgstr "mehrere Dezimalpunkte" + +#: utils/adt/formatting.c:1110 utils/adt/formatting.c:1214 +msgid "cannot use \"V\" and decimal point together" +msgstr "�V� und Dezimalpunkt k�nnen nicht zusammen verwendet werden" + +#: utils/adt/formatting.c:1125 +msgid "cannot use \"S\" twice" +msgstr "�S� kann nicht zweimal verwendet werden" + +#: utils/adt/formatting.c:1132 +msgid "cannot use \"S\" and \"PL\"/\"MI\"/\"SG\"/\"PR\" together" +msgstr "�S� und �PL�/�MI�/�SG�/�PR� k�nnen nicht zusammen verwendet werden" + +#: utils/adt/formatting.c:1155 +msgid "cannot use \"S\" and \"MI\" together" +msgstr "�S� und �MI� k�nnen nicht zusammen verwendet werden" + +#: utils/adt/formatting.c:1168 +msgid "cannot use \"S\" and \"PL\" together" +msgstr "�S� und �PL� k�nnen nicht zusammen verwendet werden" + +#: utils/adt/formatting.c:1181 +msgid "cannot use \"S\" and \"SG\" together" +msgstr "�S� und �SG� k�nnen nicht zusammen verwendet werden" + +#: utils/adt/formatting.c:1193 +msgid "cannot use \"PR\" and \"S\"/\"PL\"/\"MI\"/\"SG\" together" +msgstr "�PR� und �S�/�PL�/�MI�/�SG� k�nnen nicht zusammen verwendet werden" + +#: utils/adt/formatting.c:1223 +msgid "\"E\" is not supported" +msgstr "�E� wird nicht unterst�tzt" + +#: utils/adt/formatting.c:1413 +#, c-format +msgid "\"%s\" is not a number" +msgstr "�%s� ist keine Zahl" + +#: utils/adt/formatting.c:1790 +msgid "invalid combination of date conventions" +msgstr "ung�ltige Kombination von Datumskonventionen" + +#: utils/adt/formatting.c:1791 +msgid "" +"Do not mix Gregorian and ISO week date conventions in a formatting template." +msgstr "" +"Die Gregorianische und die ISO-Konvention f�r Wochendaten k�nnen nicht einer " +"Formatvorlage gemischt werden." + +#: utils/adt/formatting.c:1808 +#, c-format +msgid "conflicting values for \"%s\" field in formatting string" +msgstr "widerspr�chliche Werte f�r das Feld �%s� in Formatzeichenkette" + +#: utils/adt/formatting.c:1810 +msgid "This value contradicts a previous setting for the same field type." +msgstr "" +"Der Wert widerspricht einer vorherigen Einstellung f�r den selben Feldtyp." + +#: utils/adt/formatting.c:1871 +#, c-format +msgid "source string too short for \"%s\" formatting field" +msgstr "Quellzeichenkette zu kurz f�r Formatfeld �%s�" + +#: utils/adt/formatting.c:1873 +#, c-format +msgid "Field requires %d characters, but only %d remain." +msgstr "Feld ben�tigt %d Zeichen, aber nur %d verbleiben." + +#: utils/adt/formatting.c:1876 utils/adt/formatting.c:1890 +msgid "" +"If your source string is not fixed-width, try using the \"FM\" modifier." +msgstr "" +"Wenn die Quellzeichenkette keine feste Breite hat, versuchen Sie den " +"Modifikator �%s�." + +#: utils/adt/formatting.c:1886 utils/adt/formatting.c:1899 +#: utils/adt/formatting.c:2029 +#, c-format +msgid "invalid value \"%s\" for \"%s\"" +msgstr "ung�ltiger Wert �%s� f�r �%s�" + +#: utils/adt/formatting.c:1888 +#, c-format +msgid "Field requires %d characters, but only %d could be parsed." +msgstr "Feld ben�tigt %d Zeichen, aber nur %d konnten geparst werden." + +#: utils/adt/formatting.c:1901 +msgid "Value must be an integer." +msgstr "Der Wert muss eine ganze Zahl sein." + +#: utils/adt/formatting.c:1906 +#, c-format +msgid "value for \"%s\" in source string is out of range" +msgstr "" +"Wert f�r �%s� in der Eingabezeichenkette ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/formatting.c:1908 +#, c-format +msgid "Value must be in the range %d to %d." +msgstr "Der Wert muss im Bereich %d bis %d sein." + +#: utils/adt/formatting.c:2031 +msgid "The given value did not match any of the allowed values for this field." +msgstr "" +"Der angegebene Wert stimmte mit keinem der f�r dieses Feld zul�ssigen Werte " +"�berein." + +#: utils/adt/formatting.c:2593 +msgid "\"TZ\"/\"tz\" format patterns are not supported in to_date" +msgstr "Formatmuster �TZ�/�tz� werden in to_date nicht unterst�tzt" + +#: utils/adt/formatting.c:2694 +msgid "invalid input string for \"Y,YYY\"" +msgstr "ung�ltige Eingabe f�r �Y,YYY�" + +#: utils/adt/formatting.c:3208 +#, c-format +msgid "hour \"%d\" is invalid for the 12-hour clock" +msgstr "Stunde �%d� ist bei einer 12-Stunden-Uhr ung�ltig" + +#: utils/adt/formatting.c:3210 +msgid "Use the 24-hour clock, or give an hour between 1 and 12." +msgstr "" +"Verwenden Sie die 24-Stunden-Uhr oder geben Sie eine Stunde zwischen 1 und " +"12 an." + +#: utils/adt/formatting.c:3248 +#, c-format +msgid "inconsistent use of year %04d and \"BC\"" +msgstr "inkonsistente Verwendung von Jahr %04d und �BC�" + +#: utils/adt/formatting.c:3295 +msgid "cannot calculate day of year without year information" +msgstr "kann Tag des Jahres nicht berechnen ohne Jahrinformationen" + +#: utils/adt/formatting.c:4156 +msgid "\"RN\" not supported" +msgstr "�RN� wird nicht unterst�tzt" + +#: utils/adt/genfile.c:57 +msgid "reference to parent directory (\"..\") not allowed" +msgstr "Verweis auf �bergeordnetes Verzeichnis (�..�) nicht erlaubt" + +#: utils/adt/genfile.c:71 +msgid "absolute path not allowed" +msgstr "absoluter Pfad nicht erlaubt" + +#: utils/adt/genfile.c:98 +msgid "must be superuser to read files" +msgstr "nur Superuser k�nnen Dateien lesen" + +#: utils/adt/genfile.c:105 commands/copy.c:1748 +#, c-format +msgid "could not open file \"%s\" for reading: %m" +msgstr "konnte Datei �%s� nicht zum Lesen �ffnen: %m" + +#: utils/adt/genfile.c:112 +#, c-format +msgid "could not seek in file \"%s\": %m" +msgstr "konnte Positionszeiger in Datei �%s� nicht setzen: %m" + +#: utils/adt/genfile.c:117 +msgid "requested length cannot be negative" +msgstr "verlangte L�nge darf nicht negativ sein" + +#: utils/adt/genfile.c:123 utils/adt/oracle_compat.c:181 +#: utils/adt/oracle_compat.c:279 utils/adt/oracle_compat.c:755 +#: utils/adt/oracle_compat.c:1045 +msgid "requested length too large" +msgstr "verlangte L�nge zu gro�" + +#: utils/adt/genfile.c:159 +msgid "must be superuser to get file information" +msgstr "nur Superuser k�nnen Dateiinformationen lesen" + +#: utils/adt/genfile.c:223 +msgid "must be superuser to get directory listings" +msgstr "nur Superuser k�nnen Verzeichnislisten lesen" + +#: utils/adt/genfile.c:240 utils/adt/misc.c:210 utils/misc/tzparser.c:345 +#: commands/tablespace.c:581 storage/file/fd.c:1530 +#: postmaster/postmaster.c:1089 ../port/copydir.c:65 +#, c-format +msgid "could not open directory \"%s\": %m" +msgstr "konnte Verzeichnis �%s� nicht �ffnen: %m" + +#: utils/adt/geo_ops.c:292 utils/adt/geo_ops.c:4079 utils/adt/geo_ops.c:4996 +msgid "too many points requested" +msgstr "zu viele Punkte verlangt" + +#: utils/adt/geo_ops.c:315 +msgid "could not format \"path\" value" +msgstr "konnte �path�-Wert nicht formatieren" + +#: utils/adt/geo_ops.c:390 +#, c-format +msgid "invalid input syntax for type box: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ box: �%s�" + +#: utils/adt/geo_ops.c:954 +#, c-format +msgid "invalid input syntax for type line: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ line: �%s�" + +#: utils/adt/geo_ops.c:961 utils/adt/geo_ops.c:1028 utils/adt/geo_ops.c:1043 +#: utils/adt/geo_ops.c:1055 +msgid "type \"line\" not yet implemented" +msgstr "Typ �line� ist noch nicht implementiert" + +#: utils/adt/geo_ops.c:1402 utils/adt/geo_ops.c:1425 +#, c-format +msgid "invalid input syntax for type path: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ path: �%s�" + +#: utils/adt/geo_ops.c:1464 +msgid "invalid number of points in external \"path\" value" +msgstr "ung�ltige Anzahl Punkte in externem �path�-Wert" + +#: utils/adt/geo_ops.c:1805 +#, c-format +msgid "invalid input syntax for type point: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ point: �%s�" + +#: utils/adt/geo_ops.c:2033 +#, c-format +msgid "invalid input syntax for type lseg: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ lseg: �%s�" + +#: utils/adt/geo_ops.c:2623 +msgid "function \"dist_lb\" not implemented" +msgstr "Funktion �dist_lb� ist nicht implementiert" + +#: utils/adt/geo_ops.c:3136 +msgid "function \"close_lb\" not implemented" +msgstr "Funktion �close_lb� ist nicht implementiert" + +#: utils/adt/geo_ops.c:3415 +msgid "cannot create bounding box for empty polygon" +msgstr "kann kein umschlie�endes Rechteck f�r leeres Polygon berechnen" + +#: utils/adt/geo_ops.c:3439 utils/adt/geo_ops.c:3451 +#, c-format +msgid "invalid input syntax for type polygon: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ polygon: �%s�" + +#: utils/adt/geo_ops.c:3491 +msgid "invalid number of points in external \"polygon\" value" +msgstr "ung�ltige Anzahl Punkte in externem �polygon�-Wert" + +#: utils/adt/geo_ops.c:3877 +msgid "function \"poly_distance\" not implemented" +msgstr "Funktion �poly_distance� ist nicht implementiert" + +#: utils/adt/geo_ops.c:4189 +msgid "function \"path_center\" not implemented" +msgstr "Funktion �path_center� ist nicht implementiert" + +#: utils/adt/geo_ops.c:4206 +msgid "open path cannot be converted to polygon" +msgstr "offener Pfad kann nicht in Polygon umgewandelt werden" + +#: utils/adt/geo_ops.c:4373 utils/adt/geo_ops.c:4383 utils/adt/geo_ops.c:4398 +#: utils/adt/geo_ops.c:4404 +#, c-format +msgid "invalid input syntax for type circle: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ circle: �%s�" + +#: utils/adt/geo_ops.c:4426 utils/adt/geo_ops.c:4434 +msgid "could not format \"circle\" value" +msgstr "konnte �circle�-Wert nicht formatieren" + +#: utils/adt/geo_ops.c:4461 +msgid "invalid radius in external \"circle\" value" +msgstr "ung�ltiger Radius in externem �circle�-Wert" + +#: utils/adt/geo_ops.c:4982 +msgid "cannot convert circle with radius zero to polygon" +msgstr "kann Kreis mit Radius null nicht in Polygon umwandeln" + +#: utils/adt/geo_ops.c:4987 +msgid "must request at least 2 points" +msgstr "mindestens 2 Punkte m�ssen angefordert werden" + +#: utils/adt/geo_ops.c:5031 utils/adt/geo_ops.c:5054 +msgid "cannot convert empty polygon to circle" +msgstr "kann leeres Polygon nicht in Kreis umwandeln" + +#: utils/adt/int.c:161 +msgid "int2vector has too many elements" +msgstr "int2vector-Wert hat zu viele Elemente" + +#: utils/adt/int.c:234 +msgid "invalid int2vector data" +msgstr "ung�ltige int2vector-Daten" + +#: utils/adt/int.c:1309 utils/adt/int8.c:1357 utils/adt/timestamp.c:4701 +#: utils/adt/timestamp.c:4782 +msgid "step size cannot equal zero" +msgstr "Schrittgr��e kann nicht gleich null sein" + +#: utils/adt/int8.c:101 utils/adt/int8.c:136 utils/adt/numutils.c:53 +#: utils/adt/numutils.c:63 utils/adt/numutils.c:105 +#, c-format +msgid "invalid input syntax for integer: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r ganze Zahl: �%s�" + +#: utils/adt/int8.c:117 +#, c-format +msgid "value \"%s\" is out of range for type bigint" +msgstr "Wert �%s� ist au�erhalb des g�ltigen Bereichs f�r Typ bigint" + +#: utils/adt/int8.c:506 utils/adt/int8.c:535 utils/adt/int8.c:556 +#: utils/adt/int8.c:589 utils/adt/int8.c:617 utils/adt/int8.c:635 +#: utils/adt/int8.c:681 utils/adt/int8.c:698 utils/adt/int8.c:767 +#: utils/adt/int8.c:788 utils/adt/int8.c:815 utils/adt/int8.c:842 +#: utils/adt/int8.c:863 utils/adt/int8.c:884 utils/adt/int8.c:911 +#: utils/adt/int8.c:946 utils/adt/int8.c:967 utils/adt/int8.c:994 +#: utils/adt/int8.c:1021 utils/adt/int8.c:1042 utils/adt/int8.c:1063 +#: utils/adt/int8.c:1090 utils/adt/int8.c:1258 utils/adt/int8.c:1297 +#: utils/adt/numeric.c:2088 utils/adt/varbit.c:1456 +msgid "bigint out of range" +msgstr "bigint ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/int8.c:1314 +msgid "OID out of range" +msgstr "OID ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/like_match.c:103 +msgid "LIKE pattern must not end with escape character" +msgstr "LIKE-Muster darf nicht mit Escape-Zeichen enden" + +#: utils/adt/like_match.c:289 utils/adt/regexp.c:681 +msgid "invalid escape string" +msgstr "ung�ltige ESCAPE-Zeichenkette" + +#: utils/adt/like_match.c:290 utils/adt/regexp.c:682 +msgid "Escape string must be empty or one character." +msgstr "ESCAPE-Zeichenkette muss null oder ein Zeichen lang sein" + +#: utils/adt/mac.c:65 +#, c-format +msgid "invalid input syntax for type macaddr: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ macaddr: �%s�" + +#: utils/adt/mac.c:72 +#, c-format +msgid "invalid octet value in \"macaddr\" value: \"%s\"" +msgstr "ung�ltiger Oktettwert in �macaddr�-Wert: �%s�" + +#: utils/adt/misc.c:79 +msgid "must be superuser to signal other server processes" +msgstr "nur Superuser k�nnen Signale an andere Serverprozesse senden" + +#: utils/adt/misc.c:88 +#, c-format +msgid "PID %d is not a PostgreSQL server process" +msgstr "PID %d ist kein PostgreSQL-Serverprozess" + +#: utils/adt/misc.c:101 storage/lmgr/proc.c:932 +#, c-format +msgid "could not send signal to process %d: %m" +msgstr "konnte Signal nicht an Prozess %d senden: %m" + +#: utils/adt/misc.c:125 +msgid "must be superuser to signal the postmaster" +msgstr "nur Superuser k�nnen Signale an den Postmaster senden" + +#: utils/adt/misc.c:130 +#, c-format +msgid "failed to send signal to postmaster: %m" +msgstr "konnte Signal nicht an Postmaster senden: %m" + +#: utils/adt/misc.c:147 +msgid "must be superuser to rotate log files" +msgstr "nur Superuser k�nnen Logdateien rotieren" + +#: utils/adt/misc.c:152 +msgid "rotation not possible because log collection not active" +msgstr "Rotierung nicht m�glich, weil Logsammlung nicht aktiv ist" + +#: utils/adt/misc.c:193 +msgid "global tablespace never has databases" +msgstr "globaler Tablespace hat niemals Datenbanken" + +#: utils/adt/misc.c:213 +#, c-format +msgid "%u is not a tablespace OID" +msgstr "%u ist keine Tablespace-OID" + +#: utils/adt/misc.c:349 +msgid "unreserved" +msgstr "unreserviert" + +#: utils/adt/misc.c:353 +msgid "unreserved (cannot be function or type name)" +msgstr "unreserviert (kann nicht Funktions- oder Typname sein)" + +#: utils/adt/misc.c:357 +msgid "reserved (can be function or type name)" +msgstr "reserviert (kann Funktions- oder Typname sein)" + +#: utils/adt/misc.c:361 +msgid "reserved" +msgstr "reserviert" + +#: utils/adt/nabstime.c:160 +#, c-format +msgid "invalid time zone name: \"%s\"" +msgstr "ung�ltiger Zeitzonenname: �%s�" + +#: utils/adt/nabstime.c:506 utils/adt/nabstime.c:579 +msgid "cannot convert abstime \"invalid\" to timestamp" +msgstr "kann �abstime�-Wert �invalid� nicht �timestamp� umwandeln" + +#: utils/adt/nabstime.c:798 +msgid "invalid status in external \"tinterval\" value" +msgstr "ung�ltiger Status in externem �tinterval�-Wert" + +#: utils/adt/nabstime.c:875 +msgid "cannot convert reltime \"invalid\" to interval" +msgstr "kann �reltime�-Wert �invalid� nicht in �interval� umwandeln" + +#: utils/adt/nabstime.c:1557 +#, c-format +msgid "invalid input syntax for type tinterval: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ tinterval: �%s�" + +#: utils/adt/network.c:118 +#, c-format +msgid "invalid cidr value: \"%s\"" +msgstr "ung�ltiger cidr-Wert: �%s�" + +#: utils/adt/network.c:119 utils/adt/network.c:249 +msgid "Value has bits set to right of mask." +msgstr "Wert hat gesetzte Bits rechts von der Maske." + +#: utils/adt/network.c:160 utils/adt/network.c:614 utils/adt/network.c:639 +#: utils/adt/network.c:664 +#, c-format +msgid "could not format inet value: %m" +msgstr "konnte inet-Wert nicht formatieren: %m" + +#. translator: %s is inet or cidr +#: utils/adt/network.c:217 +#, c-format +msgid "invalid address family in external \"%s\" value" +msgstr "ung�ltige Adressfamilie in externem �%s�-Wert" + +#. translator: %s is inet or cidr +#: utils/adt/network.c:224 +#, c-format +msgid "invalid bits in external \"%s\" value" +msgstr "ung�ltige Bits in externem �%s�-Wert" + +#. translator: %s is inet or cidr +#: utils/adt/network.c:233 +#, c-format +msgid "invalid length in external \"%s\" value" +msgstr "ung�ltige L�nge in externem �%s�-Wert" + +#: utils/adt/network.c:248 +msgid "invalid external \"cidr\" value" +msgstr "ung�ltiger externer �cidr�-Wert" + +#: utils/adt/network.c:370 utils/adt/network.c:397 +#, c-format +msgid "invalid mask length: %d" +msgstr "ung�ltige Maskenl�nge: %d" + +#: utils/adt/network.c:682 +#, c-format +msgid "could not format cidr value: %m" +msgstr "konnte cidr-Wert nicht formatieren: %m" + +#: utils/adt/network.c:1255 +msgid "cannot AND inet values of different sizes" +msgstr "bin�res �Und� nicht mit �inet�-Werten unterschiedlicher Gr��e m�glich" + +#: utils/adt/network.c:1287 +msgid "cannot OR inet values of different sizes" +msgstr "bin�res �Oder� nicht mit �inet�-Werten unterschiedlicher Gr��e m�glich" + +#: utils/adt/network.c:1348 utils/adt/network.c:1424 +msgid "result is out of range" +msgstr "Ergebnis ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/network.c:1389 +msgid "cannot subtract inet values of different sizes" +msgstr "Subtraktion von �inet�-Werten unterschiedlicher Gr��e nicht m�glich" + +#: utils/adt/numeric.c:351 utils/adt/numeric.c:378 utils/adt/numeric.c:3072 +#: utils/adt/numeric.c:3095 utils/adt/numeric.c:3119 utils/adt/numeric.c:3126 +#, c-format +msgid "invalid input syntax for type numeric: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ numeric: �%s�" + +#: utils/adt/numeric.c:455 +msgid "invalid length in external \"numeric\" value" +msgstr "ung�ltige L�nge in externem �numeric�-Wert" + +#: utils/adt/numeric.c:466 +msgid "invalid sign in external \"numeric\" value" +msgstr "ung�ltiges Vorzeichen in externem �numeric�-Wert" + +#: utils/adt/numeric.c:476 +msgid "invalid digit in external \"numeric\" value" +msgstr "ung�ltige Ziffer in externem �numeric�-Wert" + +#: utils/adt/numeric.c:607 utils/adt/numeric.c:621 +#, c-format +msgid "NUMERIC precision %d must be between 1 and %d" +msgstr "Pr�zision von NUMERIC (%d) muss zwischen 1 und %d liegen" + +#: utils/adt/numeric.c:612 +#, c-format +msgid "NUMERIC scale %d must be between 0 and precision %d" +msgstr "Skala von NUMERIC (%d) muss zwischen 0 und %d liegen" + +#: utils/adt/numeric.c:630 +msgid "invalid NUMERIC type modifier" +msgstr "ung�ltiker Modifikator f�r Typ NUMERIC" + +#: utils/adt/numeric.c:1663 utils/adt/numeric.c:3430 +msgid "value overflows numeric format" +msgstr "Wert verursacht �berlauf im �numeric�-Format" + +#: utils/adt/numeric.c:2011 +msgid "cannot convert NaN to integer" +msgstr "kann NaN nicht in integer umwandeln" + +#: utils/adt/numeric.c:2079 +msgid "cannot convert NaN to bigint" +msgstr "kann NaN nicht in bigint umwandeln" + +#: utils/adt/numeric.c:2127 +msgid "cannot convert NaN to smallint" +msgstr "kann NaN nicht in smallint umwandeln" + +#: utils/adt/numeric.c:3500 +msgid "numeric field overflow" +msgstr "Feld�berlauf bei Typ �numeric�" + +#: utils/adt/numeric.c:3501 +#, c-format +msgid "" +"A field with precision %d, scale %d must round to an absolute value less " +"than %s%d." +msgstr "" +"Ein Feld mit Pr�zision %d, Skala %d muss beim Runden einen Betrag von " +"weniger als %s%d ergeben." + +#: utils/adt/numeric.c:4949 +msgid "argument for function \"exp\" too big" +msgstr "Argument f�r Funktion �exp� zu gro�" + +#: utils/adt/numutils.c:77 +#, c-format +msgid "value \"%s\" is out of range for type integer" +msgstr "Wert �%s� ist au�erhalb des g�ltigen Bereichs f�r Typ integer" + +#: utils/adt/numutils.c:83 +#, c-format +msgid "value \"%s\" is out of range for type smallint" +msgstr "Wert �%s� ist au�erhalb des g�ltigen Bereichs f�r Typ smallint" + +#: utils/adt/numutils.c:89 +#, c-format +msgid "value \"%s\" is out of range for 8-bit integer" +msgstr "Wert �%s� ist au�erhalb des g�ltigen Bereichs f�r 8-Bit-Ganzzahl" + +#: utils/adt/oid.c:43 utils/adt/oid.c:57 utils/adt/oid.c:63 utils/adt/oid.c:84 +#, c-format +msgid "invalid input syntax for type oid: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ �oid�: �%s�" + +#: utils/adt/oid.c:69 utils/adt/oid.c:107 +#, c-format +msgid "value \"%s\" is out of range for type oid" +msgstr "Wert �%s� ist au�erhalb des g�ltigen Bereichs f�r Typ �oid�" + +#: utils/adt/oid.c:212 +msgid "oidvector has too many elements" +msgstr "oidvector-Wert hat zu viele Elemente" + +#: utils/adt/oid.c:285 +msgid "invalid oidvector data" +msgstr "ung�ltige oidvector-Daten" + +#: utils/adt/oracle_compat.c:892 +msgid "requested character too large" +msgstr "verlangtes Zeichen zu gro�" + +#: utils/adt/oracle_compat.c:938 utils/adt/oracle_compat.c:992 +#, c-format +msgid "requested character too large for encoding: %d" +msgstr "gew�nschtes Zeichen ist zu gro� f�r die Kodierung: %d" + +#: utils/adt/oracle_compat.c:985 +msgid "null character not permitted" +msgstr "Null-Zeichen ist nicht erlaubt" + +#: utils/adt/pseudotypes.c:94 +msgid "cannot accept a value of type any" +msgstr "kann keinen Wert vom Typ any annehmen" + +#: utils/adt/pseudotypes.c:107 +msgid "cannot display a value of type any" +msgstr "kann keinen Wert vom Typ any anzeigen" + +#: utils/adt/pseudotypes.c:121 utils/adt/pseudotypes.c:149 +msgid "cannot accept a value of type anyarray" +msgstr "kann keinen Wert vom Typ anyarray annehmen" + +#: utils/adt/pseudotypes.c:174 +msgid "cannot accept a value of type anyenum" +msgstr "kann keinen Wert vom Typ anyenum annehmen" + +#: utils/adt/pseudotypes.c:224 +msgid "cannot accept a value of type trigger" +msgstr "kann keinen Wert vom Typ trigger annehmen" + +#: utils/adt/pseudotypes.c:237 +msgid "cannot display a value of type trigger" +msgstr "kann keinen Wert vom Typ trigger anzeigen" + +#: utils/adt/pseudotypes.c:251 +msgid "cannot accept a value of type language_handler" +msgstr "kann keinen Wert vom Typ language_handler annehmen" + +#: utils/adt/pseudotypes.c:264 +msgid "cannot display a value of type language_handler" +msgstr "kann keinen Wert vom Typ language_handler anzeigen" + +#: utils/adt/pseudotypes.c:278 +msgid "cannot accept a value of type internal" +msgstr "kann keinen Wert vom Typ internal annehmen" + +#: utils/adt/pseudotypes.c:291 +msgid "cannot display a value of type internal" +msgstr "kann keinen Wert vom Typ internal anzeigen" + +#: utils/adt/pseudotypes.c:305 +msgid "cannot accept a value of type opaque" +msgstr "kann keinen Wert vom Typ opaque annehmen" + +#: utils/adt/pseudotypes.c:318 +msgid "cannot display a value of type opaque" +msgstr "kann keinen Wert vom Typ opaque anzeigen" + +#: utils/adt/pseudotypes.c:332 +msgid "cannot accept a value of type anyelement" +msgstr "kann keinen Wert vom Typ anyelement annehmen" + +#: utils/adt/pseudotypes.c:345 +msgid "cannot display a value of type anyelement" +msgstr "kann keinen Wert vom Typ anyelement anzeigen" + +#: utils/adt/pseudotypes.c:358 +msgid "cannot accept a value of type anynonarray" +msgstr "kann keinen Wert vom Typ anynonarray annehmen" + +#: utils/adt/pseudotypes.c:371 +msgid "cannot display a value of type anynonarray" +msgstr "kann keinen Wert vom Typ anynonarray anzeigen" + +#: utils/adt/pseudotypes.c:384 +msgid "cannot accept a value of a shell type" +msgstr "kann keinen Wert eines H�llentyps annehmen" + +#: utils/adt/pseudotypes.c:397 +msgid "cannot display a value of a shell type" +msgstr "kann keinen Wert eines H�llentyps anzeigen" + +#: utils/adt/regexp.c:194 tsearch/spell.c:365 +#, c-format +msgid "invalid regular expression: %s" +msgstr "ung�ltiger regul�rer Ausdruck: %s" + +#: utils/adt/regexp.c:273 utils/adt/varlena.c:2588 +#, c-format +msgid "regular expression failed: %s" +msgstr "regul�rer Ausdruck fehlgeschlagen: %s" + +#: utils/adt/regexp.c:408 +#, c-format +msgid "invalid regexp option: \"%c\"" +msgstr "ung�ltige Option f�r regul�ren Ausdruck: �%c�" + +#: utils/adt/regexp.c:864 +msgid "regexp_split does not support the global option" +msgstr "regexp_split unterst�tzt die �Global�-Option nicht" + +#: utils/adt/regproc.c:123 utils/adt/regproc.c:143 +#, c-format +msgid "more than one function named \"%s\"" +msgstr "es gibt mehrere Funktionen namens �%s�" + +#: utils/adt/regproc.c:468 utils/adt/regproc.c:488 utils/adt/regproc.c:649 +#: parser/parse_oper.c:124 parser/parse_oper.c:762 +#, c-format +msgid "operator does not exist: %s" +msgstr "Operator existiert nicht: %s" + +#: utils/adt/regproc.c:472 utils/adt/regproc.c:492 +#, c-format +msgid "more than one operator named %s" +msgstr "es gibt mehrere Operatoren namens %s" + +#: utils/adt/regproc.c:636 gram.y:5043 +msgid "missing argument" +msgstr "Argument fehlt" + +#: utils/adt/regproc.c:637 gram.y:5044 +msgid "Use NONE to denote the missing argument of a unary operator." +msgstr "" +"Verwenden Sie NONE um das fehlende Argument eines un�ren Operators anzugeben." + +#: utils/adt/regproc.c:641 utils/adt/regproc.c:1501 utils/adt/ruleutils.c:5230 +#: utils/adt/ruleutils.c:5267 utils/adt/ruleutils.c:5301 +msgid "too many arguments" +msgstr "zu viele Argumente" + +#: utils/adt/regproc.c:642 +msgid "Provide two argument types for operator." +msgstr "Geben Sie zwei Argumente f�r den Operator an." + +#: utils/adt/regproc.c:818 catalog/namespace.c:275 commands/lockcmds.c:118 +#: parser/parse_relation.c:877 parser/parse_relation.c:885 +#, c-format +msgid "relation \"%s\" does not exist" +msgstr "Relation �%s� existiert nicht" + +#: utils/adt/regproc.c:983 commands/functioncmds.c:126 +#: commands/tablecmds.c:215 commands/typecmds.c:648 commands/typecmds.c:2535 +#: parser/parse_func.c:1311 parser/parse_type.c:199 +#, c-format +msgid "type \"%s\" does not exist" +msgstr "Typ �%s� existiert nicht" + +#: utils/adt/regproc.c:1336 utils/adt/regproc.c:1341 utils/adt/varlena.c:1989 +#: utils/adt/varlena.c:1994 +msgid "invalid name syntax" +msgstr "ung�ltige Namenssyntax" + +#: utils/adt/regproc.c:1399 +msgid "expected a left parenthesis" +msgstr "linke Klammer erwartet" + +#: utils/adt/regproc.c:1415 +msgid "expected a right parenthesis" +msgstr "rechte Klammer erwartet" + +#: utils/adt/regproc.c:1434 +msgid "expected a type name" +msgstr "Typname erwartet" + +#: utils/adt/regproc.c:1466 +msgid "improper type name" +msgstr "falscher Typname" + +#: utils/adt/ri_triggers.c:373 utils/adt/ri_triggers.c:433 +#: utils/adt/ri_triggers.c:596 utils/adt/ri_triggers.c:836 +#: utils/adt/ri_triggers.c:1024 utils/adt/ri_triggers.c:1186 +#: utils/adt/ri_triggers.c:1374 utils/adt/ri_triggers.c:1545 +#: utils/adt/ri_triggers.c:1728 utils/adt/ri_triggers.c:1899 +#: utils/adt/ri_triggers.c:2115 utils/adt/ri_triggers.c:2297 +#: utils/adt/ri_triggers.c:2500 utils/adt/ri_triggers.c:2548 +#: utils/adt/ri_triggers.c:2593 utils/adt/ri_triggers.c:2721 gram.y:2429 +msgid "MATCH PARTIAL not yet implemented" +msgstr "MATCH PARTIAL ist noch nicht implementiert" + +#: utils/adt/ri_triggers.c:407 utils/adt/ri_triggers.c:2803 +#: utils/adt/ri_triggers.c:3461 utils/adt/ri_triggers.c:3498 +#, c-format +msgid "insert or update on table \"%s\" violates foreign key constraint \"%s\"" +msgstr "" +"Einf�gen oder Aktualisieren in Tabelle �%s� verletzt Fremdschl�ssel-" +"Constraint �%s�" + +#: utils/adt/ri_triggers.c:410 utils/adt/ri_triggers.c:2806 +msgid "MATCH FULL does not allow mixing of null and nonnull key values." +msgstr "" +"MATCH FULL erlaubt das Mischen von Schl�sseln, die NULL und nicht NULL sind, " +"nicht" + +#: utils/adt/ri_triggers.c:3003 +#, c-format +msgid "function \"%s\" was not called by trigger manager" +msgstr "Funktion �%s� wurde nicht von Triggermanager aufgerufen" + +#: utils/adt/ri_triggers.c:3012 +#, c-format +msgid "function \"%s\" must be fired AFTER ROW" +msgstr "Funktion �%s� muss AFTER ROW ausgel�st werden" + +#: utils/adt/ri_triggers.c:3020 +#, c-format +msgid "function \"%s\" must be fired for INSERT" +msgstr "Funktion �%s� muss von INSERT ausgel�st werden" + +#: utils/adt/ri_triggers.c:3026 +#, c-format +msgid "function \"%s\" must be fired for UPDATE" +msgstr "Funktion �%s� muss von UPDATE ausgel�st werden" + +#: utils/adt/ri_triggers.c:3033 +#, c-format +msgid "function \"%s\" must be fired for INSERT or UPDATE" +msgstr "Funktion �%s� muss von INSERT oder UPDATE ausgel�st werden" + +#: utils/adt/ri_triggers.c:3040 +#, c-format +msgid "function \"%s\" must be fired for DELETE" +msgstr "Funktion �%s� muss von DELETE ausgel�st werden" + +#: utils/adt/ri_triggers.c:3069 +#, c-format +msgid "no pg_constraint entry for trigger \"%s\" on table \"%s\"" +msgstr "kein �pg_constraint�-Eintrag f�r Trigger �%s� f�r Tabelle �%s�" + +#: utils/adt/ri_triggers.c:3071 +msgid "" +"Remove this referential integrity trigger and its mates, then do ALTER TABLE " +"ADD CONSTRAINT." +msgstr "" +"Entfernen Sie diesen Referentielle-Integrit�ts-Trigger und seine Partner und " +"f�hren Sie dann ALTER TABLE ADD CONSTRAINT aus." + +#: utils/adt/ri_triggers.c:3428 +#, c-format +msgid "" +"referential integrity query on \"%s\" from constraint \"%s\" on \"%s\" gave " +"unexpected result" +msgstr "" +"RI-Anfrage in Tabelle �%s� f�r Constraint �%s� von Tabelle �%s� ergab " +"unerwartetes Ergebnis" + +#: utils/adt/ri_triggers.c:3432 +msgid "This is most likely due to a rule having rewritten the query." +msgstr "" +"Das liegt h�chstwahrscheinlich daran, dass eine Regel die Anfrage " +"umgeschrieben hat." + +#: utils/adt/ri_triggers.c:3463 +#, c-format +msgid "No rows were found in \"%s\"." +msgstr "In �%s� wurden keine Zeilen gefunden." + +#: utils/adt/ri_triggers.c:3500 +#, c-format +msgid "Key (%s)=(%s) is not present in table \"%s\"." +msgstr "Schl�ssel (%s)=(%s) ist nicht in Tabelle �%s� vorhanden." + +#: utils/adt/ri_triggers.c:3506 +#, c-format +msgid "" +"update or delete on table \"%s\" violates foreign key constraint \"%s\" on " +"table \"%s\"" +msgstr "" +"Aktualisieren oder L�schen in Tabelle �%s� verletzt Fremdschl�ssel-Constraint " +"�%s� von Tabelle �%s�" + +#: utils/adt/ri_triggers.c:3509 +#, c-format +msgid "Key (%s)=(%s) is still referenced from table \"%s\"." +msgstr "Auf Schl�ssel (%s)=(%s) wird noch aus Tabelle �%s� verwiesen." + +#: utils/adt/rowtypes.c:98 utils/adt/rowtypes.c:467 +msgid "input of anonymous composite types is not implemented" +msgstr "Eingabe anonymer zusammengesetzter Typen ist nicht implementiert" + +#: utils/adt/rowtypes.c:145 utils/adt/rowtypes.c:173 utils/adt/rowtypes.c:196 +#: utils/adt/rowtypes.c:204 utils/adt/rowtypes.c:256 utils/adt/rowtypes.c:264 +#, c-format +msgid "malformed record literal: \"%s\"" +msgstr "fehlerhafte Record-Konstante: �%s�" + +#: utils/adt/rowtypes.c:146 +msgid "Missing left parenthesis." +msgstr "Linke Klammer fehlt." + +#: utils/adt/rowtypes.c:174 +msgid "Too few columns." +msgstr "Zu wenige Spalten." + +#: utils/adt/rowtypes.c:198 utils/adt/rowtypes.c:206 +msgid "Unexpected end of input." +msgstr "Unerwartetes Ende der Eingabe." + +#: utils/adt/rowtypes.c:257 +msgid "Too many columns." +msgstr "Zu viele Spalten." + +#: utils/adt/rowtypes.c:265 +msgid "Junk after right parenthesis." +msgstr "M�ll nach rechter Klammer." + +#: utils/adt/rowtypes.c:516 +#, c-format +msgid "wrong number of columns: %d, expected %d" +msgstr "falsche Anzahl der Spalten: %d, erwartet wurden %d" + +#: utils/adt/rowtypes.c:543 +#, c-format +msgid "wrong data type: %u, expected %u" +msgstr "falscher Datentyp: %u, erwartet wurde %u" + +#: utils/adt/rowtypes.c:604 +#, c-format +msgid "improper binary format in record column %d" +msgstr "falsches Bin�rformat in Record-Spalte %d" + +#: utils/adt/rowtypes.c:890 utils/adt/rowtypes.c:1116 +#, c-format +msgid "cannot compare dissimilar column types %s and %s at record column %d" +msgstr "" +"kann unterschiedliche Spaltentyp %s und %s in Record-Spalte %d nicht " +"vergleichen" + +#: utils/adt/rowtypes.c:968 utils/adt/rowtypes.c:1179 +msgid "cannot compare record types with different numbers of columns" +msgstr "" +"kann Record-Typen mit unterschiedlicher Anzahl Spalten nicht vergleichen" + +#: utils/adt/ruleutils.c:1473 commands/functioncmds.c:976 +#: commands/functioncmds.c:1082 commands/functioncmds.c:1147 +#: commands/functioncmds.c:1302 +#, c-format +msgid "\"%s\" is an aggregate function" +msgstr "�%s� ist eine Aggregatfunktion" + +#: utils/adt/ruleutils.c:2083 +#, c-format +msgid "rule \"%s\" has unsupported event type %d" +msgstr "Regel �%s� hat nicht unterst�tzten Ereignistyp %d" + +#: utils/adt/selfuncs.c:4487 utils/adt/selfuncs.c:4928 +msgid "case insensitive matching not supported on type bytea" +msgstr "" +"Mustersuche ohne R�cksicht auf Gro�-/Kleinschreibung wird f�r Typ bytea " +"nicht unterst�tzt" + +#: utils/adt/selfuncs.c:4593 utils/adt/selfuncs.c:5088 +msgid "regular-expression matching not supported on type bytea" +msgstr "" +"Mustersuche mit regul�ren Ausdr�cken wird f�r Typ bytea nicht unterst�tzt" + +#: utils/adt/tid.c:70 utils/adt/tid.c:78 utils/adt/tid.c:86 +#, c-format +msgid "invalid input syntax for type tid: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ tid: �%s�" + +#: utils/adt/timestamp.c:97 +#, c-format +msgid "TIMESTAMP(%d)%s precision must not be negative" +msgstr "Pr�zision von TIMESTAMP(%d)%s darf nicht negativ sein" + +#: utils/adt/timestamp.c:103 +#, c-format +msgid "TIMESTAMP(%d)%s precision reduced to maximum allowed, %d" +msgstr "Pr�zision von TIMESTAMP(%d)%s auf erlaubten H�chstwert %d reduziert" + +#: utils/adt/timestamp.c:171 utils/adt/timestamp.c:430 +#, c-format +msgid "timestamp out of range: \"%s\"" +msgstr "timestamp ist au�erhalb des g�ltigen Bereichs: �%s�" + +#: utils/adt/timestamp.c:189 utils/adt/timestamp.c:448 +#: utils/adt/timestamp.c:659 +#, c-format +msgid "date/time value \"%s\" is no longer supported" +msgstr "Datum/Zeit-Wert �%s� wird nicht mehr unterst�tzt" + +#: utils/adt/timestamp.c:365 +#, c-format +msgid "timestamp(%d) precision must be between %d and %d" +msgstr "Pr�zision von timestamp(%d) muss zwischen %d und %d sein" + +#: utils/adt/timestamp.c:653 utils/adt/timestamp.c:3098 +#: utils/adt/timestamp.c:3228 utils/adt/timestamp.c:3613 +msgid "interval out of range" +msgstr "interval-Wert ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/timestamp.c:782 utils/adt/timestamp.c:815 +msgid "invalid INTERVAL type modifier" +msgstr "ung�ltiger Modifikator f�r Typ INTERVAL" + +#: utils/adt/timestamp.c:798 +#, c-format +msgid "INTERVAL(%d) precision must not be negative" +msgstr "INTERVAL(%d)-Pr�zision darf nicht negativ sein" + +#: utils/adt/timestamp.c:804 +#, c-format +msgid "INTERVAL(%d) precision reduced to maximum allowed, %d" +msgstr "INTERVAL(%d)-Pr�zision auf erlaubtes Maximum %d reduziert" + +#: utils/adt/timestamp.c:1096 +#, c-format +msgid "interval(%d) precision must be between %d and %d" +msgstr "Pr�zision von interval(%d) muss zwischen %d und %d sein" + +#: utils/adt/timestamp.c:2301 +msgid "cannot subtract infinite timestamps" +msgstr "kann unendliche timestamp-Werte nicht subtrahieren" + +#: utils/adt/timestamp.c:3354 utils/adt/timestamp.c:3950 +#: utils/adt/timestamp.c:4009 +#, c-format +msgid "timestamp units \"%s\" not supported" +msgstr "�timestamp�-Einheit �%s� nicht unterst�tzt" + +#: utils/adt/timestamp.c:3368 utils/adt/timestamp.c:4019 +#, c-format +msgid "timestamp units \"%s\" not recognized" +msgstr "�timestamp�-Einheit �%s� nicht erkannt" + +#: utils/adt/timestamp.c:3509 utils/adt/timestamp.c:4181 +#: utils/adt/timestamp.c:4222 +#, c-format +msgid "timestamp with time zone units \"%s\" not supported" +msgstr "�timestamp with time zone�-Einheit �%s� nicht unterst�tzt" + +#: utils/adt/timestamp.c:3526 utils/adt/timestamp.c:4231 +#, c-format +msgid "timestamp with time zone units \"%s\" not recognized" +msgstr "�timestamp with time zone�-Einheit �%s� nicht erkannt" + +#: utils/adt/timestamp.c:3606 utils/adt/timestamp.c:4337 +#, c-format +msgid "interval units \"%s\" not supported" +msgstr "�interval�-Einheit �%s� nicht unterst�tzt" + +#: utils/adt/timestamp.c:3622 utils/adt/timestamp.c:4364 +#, c-format +msgid "interval units \"%s\" not recognized" +msgstr "�interval�-Einheit �%s� nicht erkannt" + +#: utils/adt/timestamp.c:4434 utils/adt/timestamp.c:4607 +#, c-format +msgid "could not convert to time zone \"%s\"" +msgstr "konnte nicht in Zeitzone �%s� umwandeln" + +#: utils/adt/timestamp.c:4466 utils/adt/timestamp.c:4640 +#, c-format +msgid "interval time zone \"%s\" must not specify month" +msgstr "Intervall-Zeitzone �%s� darf keinen Monat angeben" + +#: utils/adt/trigfuncs.c:41 +msgid "suppress_redundant_updates_trigger: must be called as trigger" +msgstr "suppress_redundant_updates_trigger: muss als Trigger aufgerufen werden" + +#: utils/adt/trigfuncs.c:47 +msgid "suppress_redundant_updates_trigger: must be called on update" +msgstr "suppress_redundant_updates_trigger: muss bei UPDATE aufgerufen werden" + +#: utils/adt/trigfuncs.c:53 +msgid "suppress_redundant_updates_trigger: must be called before update" +msgstr "" +"suppress_redundant_updates_trigger: muss vor dem UPDATE aufgerufen werden" + +#: utils/adt/trigfuncs.c:59 +msgid "suppress_redundant_updates_trigger: must be called for each row" +msgstr "" +"suppress_redundant_updates_trigger: muss f�r jede Zeile aufgerufen werden" + +#: utils/adt/tsgistidx.c:100 +msgid "gtsvector_in not implemented" +msgstr "gtsvector_in ist nicht implementiert" + +#: utils/adt/tsquery.c:156 utils/adt/tsquery.c:392 +#: utils/adt/tsvector_parser.c:136 +#, c-format +msgid "syntax error in tsquery: \"%s\"" +msgstr "Syntaxfehler in tsquery: �%s�" + +#: utils/adt/tsquery.c:177 +#, c-format +msgid "no operand in tsquery: \"%s\"" +msgstr "kein Operand in tsquery: �%s�" + +#: utils/adt/tsquery.c:250 +#, c-format +msgid "value is too big in tsquery: \"%s\"" +msgstr "Wert ist zu gro� in tsquery: �%s�" + +#: utils/adt/tsquery.c:255 +#, c-format +msgid "operand is too long in tsquery: \"%s\"" +msgstr "Operator ist zu lang in tsquery: �%s�" + +#: utils/adt/tsquery.c:283 +#, c-format +msgid "word is too long in tsquery: \"%s\"" +msgstr "Wort ist zu lang in tsquery: �%s�" + +#: utils/adt/tsquery.c:512 +#, c-format +msgid "text-search query doesn't contain lexemes: \"%s\"" +msgstr "Textsucheanfrage enth�lt keine Lexeme: �%s�" + +#: utils/adt/tsquery_cleanup.c:285 +msgid "" +"text-search query contains only stop words or doesn't contain lexemes, " +"ignored" +msgstr "" +"Textsucheanfrage enth�lt nur Stoppw�rter oder enth�lt keine Lexeme, ignoriert" + +#: utils/adt/tsquery_rewrite.c:296 +msgid "ts_rewrite query must return two tsquery columns" +msgstr "ts_rewrite-Anfrage muss zwei tsquery-Spalten zur�ckgeben" + +#: utils/adt/tsrank.c:404 +msgid "array of weight must be one-dimensional" +msgstr "Gewichtungs-Array muss eindimensional sein" + +#: utils/adt/tsrank.c:409 +msgid "array of weight is too short" +msgstr "Gewichtungs-Array ist zu kurz" + +#: utils/adt/tsrank.c:414 +msgid "array of weight must not contain nulls" +msgstr "Gewichtungs-Array darf keine NULL-Werte enthalten" + +#: utils/adt/tsrank.c:423 utils/adt/tsrank.c:749 +msgid "weight out of range" +msgstr "Gewichtung ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/tsvector.c:215 +#, c-format +msgid "word is too long (%ld bytes, max %ld bytes)" +msgstr "Wort ist zu lang (%ld Bytes, maximal %ld Bytes)" + +#: utils/adt/tsvector.c:222 +#, c-format +msgid "string is too long for tsvector (%ld bytes, max %ld bytes)" +msgstr "Zeichenkette ist zu lang f�r tsvector (%ld Bytes, maximal %ld Bytes)" + +#: utils/adt/tsvector.c:272 utils/adt/tsvector_op.c:514 tsearch/to_tsany.c:165 +#, c-format +msgid "string is too long for tsvector (%d bytes, max %d bytes)" +msgstr "Zeichenkette ist zu lang f�r tsvector (%d Bytes, maximal %d Bytes)" + +#: utils/adt/tsvector_op.c:1098 +msgid "ts_stat query must return one tsvector column" +msgstr "ts_stat-Anfrage muss eine tsvector-Spalte zur�ckgeben" + +#: utils/adt/tsvector_op.c:1278 +#, c-format +msgid "tsvector column \"%s\" does not exist" +msgstr "tsvector-Spalte �%s� existiert nicht" + +#: utils/adt/tsvector_op.c:1284 +#, c-format +msgid "column \"%s\" is not of tsvector type" +msgstr "Spalte �%s� hat nicht Typ tsvector" + +#: utils/adt/tsvector_op.c:1296 +#, c-format +msgid "configuration column \"%s\" does not exist" +msgstr "Konfigurationsspalte �%s� existiert nicht" + +#: utils/adt/tsvector_op.c:1302 +#, c-format +msgid "column \"%s\" is not of regconfig type" +msgstr "Spalte �%s� hat nicht Typ regconfig" + +#: utils/adt/tsvector_op.c:1309 +#, c-format +msgid "configuration column \"%s\" must not be null" +msgstr "Konfigurationsspalte �%s� darf nicht NULL sein" + +#: utils/adt/tsvector_op.c:1322 +#, c-format +msgid "text search configuration name \"%s\" must be schema-qualified" +msgstr "Textsuchekonfigurationsname �%s� muss Schemaqualifikation haben" + +#: utils/adt/tsvector_op.c:1342 commands/copy.c:3409 commands/indexcmds.c:835 +#: commands/tablecmds.c:1913 parser/parse_expr.c:466 +#, c-format +msgid "column \"%s\" does not exist" +msgstr "Spalte �%s� existiert nicht" + +#: utils/adt/tsvector_op.c:1347 +#, c-format +msgid "column \"%s\" is not of a character type" +msgstr "Spalte �%s� hat keinen Zeichentyp" + +#: utils/adt/tsvector_parser.c:137 +#, c-format +msgid "syntax error in tsvector: \"%s\"" +msgstr "Syntaxfehler in tsvector: �%s�" + +#: utils/adt/tsvector_parser.c:202 +#, c-format +msgid "there is no escaped character: \"%s\"" +msgstr "es gibt kein escaptes Zeichen: �%s�" + +#: utils/adt/tsvector_parser.c:319 +#, c-format +msgid "wrong position info in tsvector: \"%s\"" +msgstr "falsche Positionsinformationen in tsvector: �%s�" + +#: utils/adt/uuid.c:128 +#, c-format +msgid "invalid input syntax for uuid: \"%s\"" +msgstr "ung�ltige Eingabesyntax f�r Typ uuid: �%s�" + +#: utils/adt/varbit.c:49 utils/adt/varchar.c:48 +#, c-format +msgid "length for type %s must be at least 1" +msgstr "L�nge von Typ %s muss mindestens 1 sein" + +#: utils/adt/varbit.c:54 utils/adt/varchar.c:52 +#, c-format +msgid "length for type %s cannot exceed %d" +msgstr "L�nge von Typ %s kann %d nicht �berschreiten" + +#: utils/adt/varbit.c:157 utils/adt/varbit.c:297 utils/adt/varbit.c:353 +#, c-format +msgid "bit string length %d does not match type bit(%d)" +msgstr "L�nge der Bitkette %d stimmt nicht mit Typ bit(%d) �berein" + +#: utils/adt/varbit.c:179 utils/adt/varbit.c:477 +#, c-format +msgid "\"%c\" is not a valid binary digit" +msgstr "�%c� ist keine g�ltige Bin�rziffer" + +#: utils/adt/varbit.c:204 utils/adt/varbit.c:502 +#, c-format +msgid "\"%c\" is not a valid hexadecimal digit" +msgstr "�%c� ist keine g�ltige Hexadezimalziffer" + +#: utils/adt/varbit.c:288 utils/adt/varbit.c:589 +msgid "invalid length in external bit string" +msgstr "ung�ltige L�nge in externer Bitkette" + +#: utils/adt/varbit.c:455 utils/adt/varbit.c:598 utils/adt/varbit.c:659 +#, c-format +msgid "bit string too long for type bit varying(%d)" +msgstr "Bitkette ist zu lang f�r Typ bit varying(%d)" + +#: utils/adt/varbit.c:1048 +msgid "cannot AND bit strings of different sizes" +msgstr "bin�res �Und� nicht mit Bitketten unterschiedlicher L�nge m�glich" + +#: utils/adt/varbit.c:1089 +msgid "cannot OR bit strings of different sizes" +msgstr "bin�res �Oder� nicht mit Bitketten unterschiedlicher L�nge m�glich" + +#: utils/adt/varbit.c:1135 +msgid "cannot XOR bit strings of different sizes" +msgstr "" +"bin�res �Exklusiv-Oder� nicht mit Bitketten unterschiedlicher L�nge m�glich" + +#: utils/adt/varchar.c:152 utils/adt/varchar.c:305 +#, c-format +msgid "value too long for type character(%d)" +msgstr "Wert zu lang f�r Typ character(%d)" + +#: utils/adt/varchar.c:473 utils/adt/varchar.c:594 +#, c-format +msgid "value too long for type character varying(%d)" +msgstr "Wert zu lang f�r Typ character varying(%d)" + +#: utils/adt/varlena.c:670 utils/adt/varlena.c:734 utils/adt/varlena.c:1684 +msgid "negative substring length not allowed" +msgstr "negative Teilzeichenkettenl�nge nicht erlaubt" + +#: utils/adt/varlena.c:1213 utils/adt/varlena.c:1226 +#, c-format +msgid "could not convert string to UTF-16: error %lu" +msgstr "konnte Zeichenkette nicht in UTF-16 umwandeln: Fehler %lu" + +#: utils/adt/varlena.c:1236 +#, c-format +msgid "could not compare Unicode strings: %m" +msgstr "konnte Unicode-Zeichenketten nicht vergleichen: %m" + +#: utils/adt/varlena.c:1779 utils/adt/varlena.c:1810 utils/adt/varlena.c:1846 +#: utils/adt/varlena.c:1889 +#, c-format +msgid "index %d out of valid range, 0..%d" +msgstr "Index %d ist au�erhalb des g�ltigen Bereichs, 0..%d" + +#: utils/adt/varlena.c:1901 +msgid "new bit must be 0 or 1" +msgstr "neues Bit muss 0 oder 1 sein" + +#: utils/adt/varlena.c:2681 +msgid "field position must be greater than zero" +msgstr "Feldposition muss gr��er als null sein" + +#: utils/adt/windowfuncs.c:243 +msgid "argument of ntile must be greater than zero" +msgstr "Argument von ntile muss gr��er als null sein" + +#: utils/adt/windowfuncs.c:465 +msgid "argument of nth_value must be greater than zero" +msgstr "Argument von nth_value muss gr��er als null sein" + +#: utils/adt/xml.c:137 +msgid "unsupported XML feature" +msgstr "nicht unterst�tzte XML-Funktionalit�t" + +#: utils/adt/xml.c:138 +msgid "This functionality requires the server to be built with libxml support." +msgstr "" +"Diese Funktionalit�t verlangt, dass der Server mit Libxml-Unterst�tzung " +"gebaut wird." + +#: utils/adt/xml.c:139 +msgid "You need to rebuild PostgreSQL using --with-libxml." +msgstr "Sie m�ssen PostgreSQL mit --with-libxml neu bauen." + +#: utils/adt/xml.c:158 utils/mb/mbutils.c:477 +#, c-format +msgid "invalid encoding name \"%s\"" +msgstr "ung�ltiger Kodierungsname �%s�" + +#: utils/adt/xml.c:397 utils/adt/xml.c:402 +msgid "invalid XML comment" +msgstr "ung�ltiger XML-Kommentar" + +#: utils/adt/xml.c:531 +msgid "not an XML document" +msgstr "kein XML-Dokument" + +#: utils/adt/xml.c:683 utils/adt/xml.c:706 +msgid "invalid XML processing instruction" +msgstr "ung�ltige XML-Verarbeitungsanweisung" + +#: utils/adt/xml.c:684 +#, c-format +msgid "XML processing instruction target name cannot be \"%s\"." +msgstr "Die Zielangabe der XML-Verarbeitungsanweisung darf nicht �%s� sein." + +#: utils/adt/xml.c:707 +msgid "XML processing instruction cannot contain \"?>\"." +msgstr "XML-Verarbeitungsanweisung darf nicht �?>� enthalten." + +#: utils/adt/xml.c:786 +msgid "xmlvalidate is not implemented" +msgstr "xmlvalidate ist nicht implementiert" + +#: utils/adt/xml.c:861 +msgid "could not initialize XML library" +msgstr "konnte XML-Bibliothek nicht initialisieren" + +#: utils/adt/xml.c:862 +#, c-format +msgid "" +"libxml2 has incompatible char type: sizeof(char)=%u, sizeof(xmlChar)=%u." +msgstr "" +"libxml2 hat inkompatiblen char-Typ: sizeof(char)=%u, sizeof(xmlChar)=%u." + +#: utils/adt/xml.c:1339 utils/adt/xml.c:1340 utils/adt/xml.c:1346 +#: utils/adt/xml.c:1417 utils/misc/guc.c:4749 utils/misc/guc.c:5017 +#: utils/fmgr/dfmgr.c:381 tcop/postgres.c:3990 catalog/dependency.c:903 +#: catalog/dependency.c:904 catalog/dependency.c:910 catalog/dependency.c:911 +#: catalog/dependency.c:922 catalog/dependency.c:923 commands/tablecmds.c:609 +#: commands/trigger.c:574 commands/trigger.c:590 commands/trigger.c:602 +#: commands/user.c:909 commands/user.c:910 storage/lmgr/deadlock.c:942 +#: storage/lmgr/deadlock.c:943 nodes/print.c:85 +#, c-format +msgid "%s" +msgstr "%s" + +#: utils/adt/xml.c:1393 +msgid "Invalid character value." +msgstr "Ung�ltiger Zeichenwert." + +#: utils/adt/xml.c:1396 +msgid "Space required." +msgstr "Leerzeichen ben�tigt." + +#: utils/adt/xml.c:1399 +msgid "standalone accepts only 'yes' or 'no'." +msgstr "standalone akzeptiert nur �yes� oder �no�." + +#: utils/adt/xml.c:1402 +msgid "Malformed declaration: missing version." +msgstr "Fehlerhafte Deklaration: Version fehlt." + +#: utils/adt/xml.c:1405 +msgid "Missing encoding in text declaration." +msgstr "Fehlende Kodierung in Textdeklaration." + +#: utils/adt/xml.c:1408 +msgid "Parsing XML declaration: '?>' expected." +msgstr "Beim Parsen der XML-Deklaration: �?>� erwartet." + +#: utils/adt/xml.c:1411 +#, c-format +msgid "Unrecognized libxml error code: %d." +msgstr "Unbekannter Libxml-Fehlercode: %d." + +#: utils/adt/xml.c:1666 +msgid "date out of range" +msgstr "date ist au�erhalb des g�ltigen Bereichs" + +#: utils/adt/xml.c:1667 +msgid "XML does not support infinite date values." +msgstr "XML unterst�tzt keine unendlichen Datumswerte." + +#: utils/adt/xml.c:1690 utils/adt/xml.c:1717 +msgid "XML does not support infinite timestamp values." +msgstr "XML unterst�tzt keine unendliche timestamp-Werte." + +#: utils/adt/xml.c:2007 utils/adt/xml.c:2171 commands/portalcmds.c:168 +#: commands/portalcmds.c:222 executor/execCurrent.c:66 +#, c-format +msgid "cursor \"%s\" does not exist" +msgstr "Cursor �%s� existiert nicht" + +#: utils/adt/xml.c:2086 +msgid "invalid query" +msgstr "ung�ltige Anfrage" + +#: utils/adt/xml.c:3319 +msgid "invalid array for XML namespace mapping" +msgstr "ung�ltiges Array for XML-Namensraumabbildung" + +#: utils/adt/xml.c:3320 +msgid "" +"The array must be two-dimensional with length of the second axis equal to 2." +msgstr "" +"Das Array muss zweidimensional sein und die L�nge der zweiten Achse muss " +"gleich 2 sein." + +#: utils/adt/xml.c:3344 +msgid "empty XPath expression" +msgstr "leerer XPath-Ausdruck" + +#: utils/adt/xml.c:3392 +msgid "neither namespace name nor URI may be null" +msgstr "weder Namensraumname noch URI d�rfen NULL sein" + +#: utils/adt/xml.c:3399 +#, c-format +msgid "could not register XML namespace with name \"%s\" and URI \"%s\"" +msgstr "konnte XML-Namensraum mit Namen �%s� und URI �%s� nicht registrieren" + +#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:126 +#: utils/mb/conversion_procs/utf8_and_win/utf8_and_win.c:153 +#, c-format +msgid "unexpected encoding ID %d for WIN character sets" +msgstr "unerwartete Kodierungs-ID %d f�r WIN-Zeichensatz" + +#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:136 +#: utils/mb/conversion_procs/utf8_and_iso8859/utf8_and_iso8859.c:163 +#, c-format +msgid "unexpected encoding ID %d for ISO 8859 character sets" +msgstr "unerwartete Kodierungs-ID %d f�r ISO-8859-Zeichensatz" + +#: utils/mb/conv.c:509 +#, c-format +msgid "invalid encoding number: %d" +msgstr "ung�ltige Kodierungsnummer: %d" + +#: utils/mb/encnames.c:564 +msgid "encoding name too long" +msgstr "Kodierungsname zu lang" + +#: utils/mb/mbutils.c:240 commands/variable.c:665 +#, c-format +msgid "conversion between %s and %s is not supported" +msgstr "Umwandlung zwischen %s und %s wird nicht unterst�tzt" + +#: utils/mb/mbutils.c:310 +#, c-format +msgid "" +"default conversion function for encoding \"%s\" to \"%s\" does not exist" +msgstr "Standardumwandlung von Kodierung �%s� nach �%s� existiert nicht" + +#: utils/mb/mbutils.c:336 utils/mb/mbutils.c:597 +#, c-format +msgid "String of %d bytes is too long for encoding conversion." +msgstr "Zeichenkette mit %d Bytes ist zu lang f�r Kodierungsumwandlung." + +#: utils/mb/mbutils.c:423 +#, c-format +msgid "invalid source encoding name \"%s\"" +msgstr "ung�ltiger Quellkodierungsname �%s�" + +#: utils/mb/mbutils.c:428 +#, c-format +msgid "invalid destination encoding name \"%s\"" +msgstr "ung�ltiger Zielkodierungsname �%s�" + +#: utils/mb/mbutils.c:529 +#, c-format +msgid "invalid byte value for encoding \"%s\": 0x%02x" +msgstr "ung�ltiger Byte-Wert f�r Kodierung �%s�: 0x%02x" + +#: utils/mb/mbutils.c:724 +msgid "invalid multibyte character for locale" +msgstr "ung�ltiges Mehrbytezeichen f�r Locale" + +#: utils/mb/mbutils.c:725 +msgid "" +"The server's LC_CTYPE locale is probably incompatible with the database " +"encoding." +msgstr "" +"Die LC_CTYPE-Locale des Servers ist wahrscheinlich mit der Kodierung der " +"Datenbank inkompatibel." + +#: utils/mb/wchar.c:1609 +#, c-format +msgid "invalid byte sequence for encoding \"%s\": 0x%s" +msgstr "ung�ltige Byte-Sequenz f�r Kodierung �%s�: 0x%s" + +#: utils/mb/wchar.c:1612 +msgid "" +"This error can also happen if the byte sequence does not match the encoding " +"expected by the server, which is controlled by \"client_encoding\"." +msgstr "" +"Dieser Fehler kann auch auftreten, wenn die Bytesequenz nicht mit der " +"Kodierung �bereinstimmt, die der Server erwartet, welche durch " +"�client_encoding� bestimmt wird." + +#: utils/mb/wchar.c:1641 +#, c-format +msgid "character 0x%s of encoding \"%s\" has no equivalent in \"%s\"" +msgstr "Zeichen 0x%s in Kodierung �%s� hat keine Entsprechung in �%s�" + +#: utils/sort/logtape.c:213 +#, c-format +msgid "could not write block %ld of temporary file: %m" +msgstr "konnte Block %ld von tempor�rer Datei nicht schreiben: %m" + +#: utils/sort/logtape.c:215 +msgid "Perhaps out of disk space?" +msgstr "Vielleicht kein Platz mehr auf der Festplatte?" + +#: utils/sort/logtape.c:232 +#, c-format +msgid "could not read block %ld of temporary file: %m" +msgstr "konnte Block %ld von tempor�rer Datei nicht lesen: %m" + +#: utils/sort/tuplesort.c:2806 +#, c-format +msgid "could not create unique index \"%s\"" +msgstr "konnte Unique Index �%s� nicht erstellen" + +#: utils/sort/tuplesort.c:2808 +msgid "Table contains duplicated values." +msgstr "Tabelle enth�lt doppelte Werte." + +#: utils/hash/dynahash.c:925 storage/lmgr/lock.c:583 storage/lmgr/lock.c:649 +#: storage/lmgr/lock.c:2051 storage/lmgr/lock.c:2339 storage/lmgr/lock.c:2404 +#: storage/lmgr/proc.c:186 storage/lmgr/proc.c:199 storage/ipc/shmem.c:190 +#: storage/ipc/shmem.c:359 +msgid "out of shared memory" +msgstr "Shared Memory aufgebraucht" + +#: utils/misc/guc.c:466 +msgid "Ungrouped" +msgstr "Ungruppiert" + +#: utils/misc/guc.c:468 +msgid "File Locations" +msgstr "Dateipfade" + +#: utils/misc/guc.c:470 +msgid "Connections and Authentication" +msgstr "Verbindungen und Authentifizierung" + +#: utils/misc/guc.c:472 +msgid "Connections and Authentication / Connection Settings" +msgstr "Verbindungen und Authentifizierung / Verbindungseinstellungen" + +#: utils/misc/guc.c:474 +msgid "Connections and Authentication / Security and Authentication" +msgstr "Verbindungen und Authentifizierung / Sicherheit und Authentifizierung" + +#: utils/misc/guc.c:476 +msgid "Resource Usage" +msgstr "Resourcenbenutzung" + +#: utils/misc/guc.c:478 +msgid "Resource Usage / Memory" +msgstr "Resourcenbenutzung / Speicher" + +#: utils/misc/guc.c:480 +msgid "Resource Usage / Kernel Resources" +msgstr "Resourcenbenutzung / Kernelresourcen" + +#: utils/misc/guc.c:482 +msgid "Write-Ahead Log" +msgstr "Write-Ahead Log" + +#: utils/misc/guc.c:484 +msgid "Write-Ahead Log / Settings" +msgstr "Write-Ahead Log / Einstellungen" + +#: utils/misc/guc.c:486 +msgid "Write-Ahead Log / Checkpoints" +msgstr "Write-Ahead Log / Checkpoints" + +#: utils/misc/guc.c:488 +msgid "Query Tuning" +msgstr "Anfragetuning" + +#: utils/misc/guc.c:490 +msgid "Query Tuning / Planner Method Configuration" +msgstr "Anfragetuning / Planermethoden" + +#: utils/misc/guc.c:492 +msgid "Query Tuning / Planner Cost Constants" +msgstr "Anfragetuning / Planerkosten" + +#: utils/misc/guc.c:494 +msgid "Query Tuning / Genetic Query Optimizer" +msgstr "Anfragetuning / Genetischer Anfrageoptimierer" + +#: utils/misc/guc.c:496 +msgid "Query Tuning / Other Planner Options" +msgstr "Anfragetuning / Andere Planeroptionen" + +#: utils/misc/guc.c:498 +msgid "Reporting and Logging" +msgstr "Berichte und Logging" + +#: utils/misc/guc.c:500 +msgid "Reporting and Logging / Where to Log" +msgstr "Berichte und Logging / Wohin geloggt wird" + +#: utils/misc/guc.c:502 +msgid "Reporting and Logging / When to Log" +msgstr "Berichte und Logging / Wann geloggt wird" + +#: utils/misc/guc.c:504 +msgid "Reporting and Logging / What to Log" +msgstr "Berichte und Logging / Was geloggt wird" + +#: utils/misc/guc.c:506 +msgid "Statistics" +msgstr "Statistiken" + +#: utils/misc/guc.c:508 +msgid "Statistics / Monitoring" +msgstr "Statistiken / �berwachung" + +#: utils/misc/guc.c:510 +msgid "Statistics / Query and Index Statistics Collector" +msgstr "Statistiken / Statistiksammler f�r Anfragen und Indexe" + +#: utils/misc/guc.c:512 +msgid "Autovacuum" +msgstr "Autovacuum" + +#: utils/misc/guc.c:514 +msgid "Client Connection Defaults" +msgstr "Standardeinstellungen f�r Clientverbindungen" + +#: utils/misc/guc.c:516 +msgid "Client Connection Defaults / Statement Behavior" +msgstr "Standardeinstellungen f�r Clientverbindungen / Anweisungsverhalten" + +#: utils/misc/guc.c:518 +msgid "Client Connection Defaults / Locale and Formatting" +msgstr "Standardeinstellungen f�r Clientverbindungen / Locale und Formatierung" + +#: utils/misc/guc.c:520 +msgid "Client Connection Defaults / Other Defaults" +msgstr "Standardeinstellungen f�r Clientverbindungen / Andere" + +#: utils/misc/guc.c:522 +msgid "Lock Management" +msgstr "Sperrenverwaltung" + +#: utils/misc/guc.c:524 +msgid "Version and Platform Compatibility" +msgstr "Versions- und Plattformkompatibilit�t" + +#: utils/misc/guc.c:526 +msgid "Version and Platform Compatibility / Previous PostgreSQL Versions" +msgstr "Versions- und Plattformkompatibilit�t / Fr�here PostgreSQL-Versionen" + +#: utils/misc/guc.c:528 +msgid "Version and Platform Compatibility / Other Platforms and Clients" +msgstr "Versions- und Plattformkompatibilit�t / Andere Plattformen und Clients" + +#: utils/misc/guc.c:530 +msgid "Preset Options" +msgstr "Voreingestellte Optionen" + +#: utils/misc/guc.c:532 +msgid "Customized Options" +msgstr "Angepasste Optionen" + +#: utils/misc/guc.c:534 +msgid "Developer Options" +msgstr "Entwickleroptionen" + +#: utils/misc/guc.c:588 +msgid "Enables the planner's use of sequential-scan plans." +msgstr "Erm�glicht sequenzielle Scans in Planer." + +#: utils/misc/guc.c:596 +msgid "Enables the planner's use of index-scan plans." +msgstr "Erm�glicht Index-Scans im Planer." + +#: utils/misc/guc.c:604 +msgid "Enables the planner's use of bitmap-scan plans." +msgstr "Erm�glicht Bitmap-Scans im Planer." + +#: utils/misc/guc.c:612 +msgid "Enables the planner's use of TID scan plans." +msgstr "Erm�glicht TID-Scans im Planer." + +#: utils/misc/guc.c:620 +msgid "Enables the planner's use of explicit sort steps." +msgstr "Erm�glicht Sortierschritte im Planer." + +#: utils/misc/guc.c:628 +msgid "Enables the planner's use of hashed aggregation plans." +msgstr "Erm�glicht Hash-Aggregierung im Planer." + +#: utils/misc/guc.c:636 +msgid "Enables the planner's use of nested-loop join plans." +msgstr "Erm�glicht Nested-Loop-Verbunde im Planer." + +#: utils/misc/guc.c:644 +msgid "Enables the planner's use of merge join plans." +msgstr "Erm�glicht Merge-Verbunde im Planer." + +#: utils/misc/guc.c:652 +msgid "Enables the planner's use of hash join plans." +msgstr "Erm�glicht Hash-Verbunde im Planer." + +#: utils/misc/guc.c:660 +msgid "Enables genetic query optimization." +msgstr "Erm�glicht genetische Anfrageoptimierung." + +#: utils/misc/guc.c:661 +msgid "This algorithm attempts to do planning without exhaustive searching." +msgstr "" +"Dieser Algorithmus versucht das Planen ohne ersch�pfende Suche durchzuf�hren." + +#: utils/misc/guc.c:670 +msgid "Shows whether the current user is a superuser." +msgstr "Zeigt, ob der aktuelle Benutzer ein Superuser ist." + +#: utils/misc/guc.c:679 +msgid "Enables SSL connections." +msgstr "Erm�glicht SSL-Verbindungen." + +#: utils/misc/guc.c:687 +msgid "Forces synchronization of updates to disk." +msgstr "Erzwingt die Synchronisierung von Aktualisierungen auf Festplatte." + +#: utils/misc/guc.c:688 +msgid "" +"The server will use the fsync() system call in several places to make sure " +"that updates are physically written to disk. This insures that a database " +"cluster will recover to a consistent state after an operating system or " +"hardware crash." +msgstr "" +"Der Server verwendet den Systemaufruf fsync() an mehreren Stellen um " +"sicherzustellen, dass Daten�nderungen physikalisch auf die Festplatte " +"geschrieben werden. Das stellt sicher, dass der Datenbankcluster nach einem " +"Betriebssystemabsturz oder Hardwarefehler in einem korrekten Zustand " +"wiederhergestellt werden kann." + +#: utils/misc/guc.c:698 +msgid "Sets immediate fsync at commit." +msgstr "Setzt sofortiges Fsync beim Committen." + +#: utils/misc/guc.c:706 +msgid "Continues processing past damaged page headers." +msgstr "Setzt die Verarbeitung trotz kaputter Seitenk�pfe fort." + +#: utils/misc/guc.c:707 +msgid "" +"Detection of a damaged page header normally causes PostgreSQL to report an " +"error, aborting the current transaction. Setting zero_damaged_pages to true " +"causes the system to instead report a warning, zero out the damaged page, " +"and continue processing. This behavior will destroy data, namely all the " +"rows on the damaged page." +msgstr "" +"Wenn eine kaputter Seitenkopf entdeckt wird, gibt PostgreSQL normalerweise " +"ein Fehler aus und bricht die aktuelle Transaktion ab. Wenn " +"�zero_damaged_pages� an ist, dann wird eine Warnung ausgegeben, die kaputte " +"Seiten mit Nullen gef�llt und die Verarbeitung geht weiter. Dieses Verhalten " +"zerst�rt Daten, n�mlich alle Zeilen in der kaputten Seite." + +#: utils/misc/guc.c:719 +msgid "Writes full pages to WAL when first modified after a checkpoint." +msgstr "" +"Schreibt volle Seiten in den WAL, sobald sie nach einem Checkpoint ge�ndert " +"werden." + +#: utils/misc/guc.c:720 +msgid "" +"A page write in process during an operating system crash might be only " +"partially written to disk. During recovery, the row changes stored in WAL " +"are not enough to recover. This option writes pages when first modified " +"after a checkpoint to WAL so full recovery is possible." +msgstr "" +"Ein Seitenschreibvorgang w�hrend eines Betriebssystemabsturzes k�nnte " +"eventuell nur teilweise geschrieben worden sein. Bei der Wiederherstellung " +"sind die im WAL gespeicherten Zeilen�nderungen nicht ausreichend. Diese " +"Option schreibt Seiten, sobald sie nach einem Checkpoint ge�ndert worden " +"sind, damit eine volle Wiederherstellung m�glich ist." + +#: utils/misc/guc.c:731 +msgid "Runs the server silently." +msgstr "Startet den Server ohne Ausgabe." + +#: utils/misc/guc.c:732 +msgid "" +"If this parameter is set, the server will automatically run in the " +"background and any controlling terminals are dissociated." +msgstr "" +"Wenn dieser Parameter gesetzt ist, dann wird der Server automatisch im " +"Hintergrund gestartet und alle kontrollierenden Terminals werden abgetrennt." + +#: utils/misc/guc.c:740 +msgid "Logs each checkpoint." +msgstr "Schreibt jeden Checkpoint in den Log." + +#: utils/misc/guc.c:748 +msgid "Logs each successful connection." +msgstr "Schreibt jede erfolgreiche Verbindung in den Log." + +#: utils/misc/guc.c:756 +msgid "Logs end of a session, including duration." +msgstr "Schreibt jedes Verbindungsende mit Sitzungszeit in den Log." + +#: utils/misc/guc.c:764 +msgid "Turns on various assertion checks." +msgstr "Schaltet diverse Assertion-Pr�fungen ein." + +#: utils/misc/guc.c:765 +msgid "This is a debugging aid." +msgstr "Das ist eine Debug-Hilfe." + +#: utils/misc/guc.c:779 utils/misc/guc.c:861 utils/misc/guc.c:920 +#: utils/misc/guc.c:929 utils/misc/guc.c:938 utils/misc/guc.c:947 +#: utils/misc/guc.c:1513 utils/misc/guc.c:1522 +msgid "No description available." +msgstr "Keine Beschreibung verf�gbar." + +#: utils/misc/guc.c:788 +msgid "Logs the duration of each completed SQL statement." +msgstr "Loggt die Dauer jeder abgeschlossenen SQL-Anweisung." + +#: utils/misc/guc.c:796 +msgid "Logs each query's parse tree." +msgstr "Scheibt den Parsebaum jeder Anfrage in den Log." + +#: utils/misc/guc.c:804 +msgid "Logs each query's rewritten parse tree." +msgstr "Schreibt den umgeschriebenen Parsebaum jeder Anfrage in den Log." + +#: utils/misc/guc.c:812 +msgid "Logs each query's execution plan." +msgstr "Schreibt der Ausf�hrungsplan jeder Anfrage in den Log." + +#: utils/misc/guc.c:820 +msgid "Indents parse and plan tree displays." +msgstr "R�ckt die Anzeige von Parse- und Planb�umen ein." + +#: utils/misc/guc.c:828 +msgid "Writes parser performance statistics to the server log." +msgstr "Schreibt Parser-Leistungsstatistiken in den Serverlog." + +#: utils/misc/guc.c:836 +msgid "Writes planner performance statistics to the server log." +msgstr "Schreibt Planer-Leistungsstatistiken in den Serverlog." + +#: utils/misc/guc.c:844 +msgid "Writes executor performance statistics to the server log." +msgstr "Schreibt Executor-Leistungsstatistiken in den Serverlog." + +#: utils/misc/guc.c:852 +msgid "Writes cumulative performance statistics to the server log." +msgstr "Schreibt Gesamtleistungsstatistiken in den Serverlog." + +#: utils/misc/guc.c:872 +msgid "Collects information about executing commands." +msgstr "Sammelt Informationen �ber ausgef�hrte Befehle." + +#: utils/misc/guc.c:873 +msgid "" +"Enables the collection of information on the currently executing command of " +"each session, along with the time at which that command began execution." +msgstr "" +"Schaltet die Sammlung von Informationen �ber den aktuell ausgef�hrten Befehl " +"jeder Sitzung ein, einschlie�lich der Zeit, and dem die Befehlsausf�hrung " +"begann." + +#: utils/misc/guc.c:882 +msgid "Collects statistics on database activity." +msgstr "Sammelt Statistiken �ber Datenbankaktivit�t." + +#: utils/misc/guc.c:891 +msgid "Updates the process title to show the active SQL command." +msgstr "" +"Der Prozesstitel wird aktualisiert, um den aktuellen SQL-Befehl anzuzeigen." + +#: utils/misc/guc.c:892 +msgid "" +"Enables updating of the process title every time a new SQL command is " +"received by the server." +msgstr "" +"Erm�glicht das Aktualisieren des Prozesstitels bei jedem von Server " +"empfangenen neuen SQL-Befehl." + +#: utils/misc/guc.c:900 +msgid "Starts the autovacuum subprocess." +msgstr "Startet den Autovacuum-Prozess." + +#: utils/misc/guc.c:909 +msgid "Generates debugging output for LISTEN and NOTIFY." +msgstr "Erzeugt Debug-Ausgabe f�r LISTEN und NOTIFY." + +#: utils/misc/guc.c:958 +msgid "Logs long lock waits." +msgstr "Schreibt Meldungen �ber langes Warten auf Sperren in den Log." + +#: utils/misc/guc.c:967 +msgid "Logs the host name in the connection logs." +msgstr "Schreibt den Hostnamen jeder Verbindung in den Log." + +#: utils/misc/guc.c:968 +msgid "" +"By default, connection logs only show the IP address of the connecting host. " +"If you want them to show the host name you can turn this on, but depending " +"on your host name resolution setup it might impose a non-negligible " +"performance penalty." +msgstr "" +"In der Standardeinstellung zeigen die Verbindungslogs nur die IP-Adresse der " +"Clienthosts. Wenn Sie den Hostnamen auch anzeigen wollen, dann k�nnen Sie " +"diese Option anschalten, aber je nachdem, wie Ihr DNS eingerichtet ist, kann " +"das die Leistung nicht unerheblich beeintr�chtigen." + +#: utils/misc/guc.c:978 +msgid "Causes subtables to be included by default in various commands." +msgstr "Schlie�t abgeleitete Tabellen in diverse Befehle automatisch ein." + +#: utils/misc/guc.c:986 +msgid "Encrypt passwords." +msgstr "Verschl�sselt Passw�rter." + +#: utils/misc/guc.c:987 +msgid "" +"When a password is specified in CREATE USER or ALTER USER without writing " +"either ENCRYPTED or UNENCRYPTED, this parameter determines whether the " +"password is to be encrypted." +msgstr "" +"Wenn in CREATE USER oder ALTER USER ein Passwort ohne ENCRYPTED oder " +"UNENCRYPTED angegeben ist, bestimmt dieser Parameter, ob das Passwort " +"verschl�sselt wird." + +#: utils/misc/guc.c:996 +msgid "Treats \"expr=NULL\" as \"expr IS NULL\"." +msgstr "Behandelt �ausdruck=NULL� als �ausdruck IS NULL�." + +#: utils/misc/guc.c:997 +msgid "" +"When turned on, expressions of the form expr = NULL (or NULL = expr) are " +"treated as expr IS NULL, that is, they return true if expr evaluates to the " +"null value, and false otherwise. The correct behavior of expr = NULL is to " +"always return null (unknown)." +msgstr "" +"Wenn an, dann werden Ausdr�cke der Form ausdruck = NULL (oder NULL = " +"ausdruck) wie ausdruck IS NULL behandelt, das hei�t, sie ergeben wahr, wenn " +"das Ergebnis von ausdruck der NULL-Wert ist, und ansonsten falsch. Das " +"korrekte Verhalten von ausdruck = NULL ist immer den NULL-Wert (f�r " +"unbekannt) zur�ckzugeben." + +#: utils/misc/guc.c:1008 +msgid "Enables per-database user names." +msgstr "Erm�glicht Datenbank-lokale Benutzernamen." + +#: utils/misc/guc.c:1017 +msgid "This parameter doesn't do anything." +msgstr "Dieser Parameter macht nichts." + +#: utils/misc/guc.c:1018 +msgid "" +"It's just here so that we won't choke on SET AUTOCOMMIT TO ON from 7.3-" +"vintage clients." +msgstr "" +"Er ist nur hier, damit es keine Probleme mit 7.3-Clients gibt, die SET " +"AUTOCOMMIT TO ON ausf�hren." + +#: utils/misc/guc.c:1026 +msgid "Sets the default read-only status of new transactions." +msgstr "" +"Setzt den Standardwert f�r die Read-Only-Einstellung einer neuen Transaktion." + +#: utils/misc/guc.c:1034 +msgid "Sets the current transaction's read-only status." +msgstr "Setzt die Read-Only-Einstellung der aktuellen Transaktion." + +#: utils/misc/guc.c:1043 +msgid "Automatically adds missing table references to FROM clauses." +msgstr "F�gt automatisch fehlende Tabellenverweise in die FROM-Klausel ein." + +#: utils/misc/guc.c:1051 +msgid "Check function bodies during CREATE FUNCTION." +msgstr "Pr�ft Funktionsk�rper bei der Ausf�hrung von CREATE FUNCTION." + +#: utils/misc/guc.c:1059 +msgid "Enable input of NULL elements in arrays." +msgstr "Erm�glicht die Eingabe von NULL-Elementen in Arrays." + +#: utils/misc/guc.c:1060 +msgid "" +"When turned on, unquoted NULL in an array input value means a null value; " +"otherwise it is taken literally." +msgstr "" +"Wenn dies eingeschaltet ist, wird ein nicht gequotetes NULL in einem Array-" +"Eingabewert als NULL-Wert interpretiert, ansonsten als Zeichenkette." + +#: utils/misc/guc.c:1069 +msgid "Create new tables with OIDs by default." +msgstr "Erzeugt neue Tabellen standardm��ig mit OIDs." + +#: utils/misc/guc.c:1077 +msgid "" +"Start a subprocess to capture stderr output and/or csvlogs into log files." +msgstr "" +"Startet einen Subprozess, um die Stderr-Ausgabe und/oder CSV-Logs in " +"Logdateien auszugeben." + +#: utils/misc/guc.c:1085 +msgid "Truncate existing log files of same name during log rotation." +msgstr "K�rzt existierende Logdateien mit dem selben Namen beim Rotieren." + +#: utils/misc/guc.c:1095 +msgid "Emit information about resource usage in sorting." +msgstr "Gibt Informationen �ber die Ressourcenverwendung beim Sortieren aus." + +#: utils/misc/guc.c:1108 +msgid "Generate debugging output for synchronized scanning." +msgstr "Erzeugt Debug-Ausgabe f�r synchronisiertes Scannen." + +#: utils/misc/guc.c:1122 +msgid "Enable bounded sorting using heap sort." +msgstr "Erm�glicht Bounded Sorting mittels Heap-Sort." + +#: utils/misc/guc.c:1134 +msgid "Emit WAL-related debugging output." +msgstr "Gibt diverse Debug-Meldungen �ber WAL aus." + +#: utils/misc/guc.c:1145 +msgid "Datetimes are integer based." +msgstr "Datum/Zeit verwendet intern ganze Zahlen." + +#: utils/misc/guc.c:1159 +msgid "" +"Sets whether Kerberos and GSSAPI user names should be treated as case-" +"insensitive." +msgstr "" +"Bestimmt, ob Gro�-/Kleinschreibung bei Kerberos- und GSSAPI-Benutzernamen " +"ignoriert werden soll." + +#: utils/misc/guc.c:1168 +msgid "Warn about backslash escapes in ordinary string literals." +msgstr "Warnt bei Backslash-Escapes in normalen Zeichenkettenkonstanten." + +#: utils/misc/guc.c:1177 +msgid "Causes '...' strings to treat backslashes literally." +msgstr "" +"Bewirkt, dass Zeichenketten der Art '...' Backslashes als normales Zeichen " +"behandeln." + +#: utils/misc/guc.c:1187 +msgid "Enable synchronized sequential scans." +msgstr "Erm�glicht synchronisierte sequenzielle Scans." + +#: utils/misc/guc.c:1196 +msgid "Allows archiving of WAL files using archive_command." +msgstr "Erlaubt die Archivierung von WAL-Dateien mittels archive_command." + +#: utils/misc/guc.c:1205 +msgid "Allows modifications of the structure of system tables." +msgstr "Erlaubt �nderungen an der Struktur von Systemtabellen." + +#: utils/misc/guc.c:1215 +msgid "Disables reading from system indexes." +msgstr "Schaltet das Lesen aus Systemindexen ab." + +#: utils/misc/guc.c:1216 +msgid "" +"It does not prevent updating the indexes, so it is safe to use. The worst " +"consequence is slowness." +msgstr "" +"Das Aktualisieren der Indexe wird nicht verhindert, also ist die Verwendung " +"unbedenklich. Schlimmstenfalls wird alles langsamer." + +#: utils/misc/guc.c:1235 +msgid "" +"Forces a switch to the next xlog file if a new file has not been started " +"within N seconds." +msgstr "" +"Erzwingt das Umschalten zur n�chsten Transaktionslogdatei, wenn seit N " +"Sekunden keine neue Datei begonnen worden ist." + +#: utils/misc/guc.c:1245 +msgid "Waits N seconds on connection startup after authentication." +msgstr "" +"Wartet beim Starten einer Verbindung N Sekunden nach der Authentifizierung." + +#: utils/misc/guc.c:1246 utils/misc/guc.c:1584 +msgid "This allows attaching a debugger to the process." +msgstr "Das erm�glicht es, einen Debugger in den Prozess einzuh�ngen." + +#: utils/misc/guc.c:1254 +msgid "Sets the default statistics target." +msgstr "Setzt das voreingestellte Statistikziel." + +#: utils/misc/guc.c:1255 +msgid "" +"This applies to table columns that have not had a column-specific target set " +"via ALTER TABLE SET STATISTICS." +msgstr "" +"Diese Einstellung gilt f�r Tabellenspalten, f�r die kein spaltenspezifisches " +"Ziel mit ALTER TABLE SET STATISTICS gesetzt worden ist." + +#: utils/misc/guc.c:1263 +msgid "Sets the FROM-list size beyond which subqueries are not collapsed." +msgstr "" +"Setzt die Gr��e der FROM-Liste, ab der Unteranfragen nicht kollabiert werden." + +#: utils/misc/guc.c:1265 +msgid "" +"The planner will merge subqueries into upper queries if the resulting FROM " +"list would have no more than this many items." +msgstr "" +"Der Planer bindet Unteranfragen in die �bergeordneten Anfragen ein, wenn die " +"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben w�rde." + +#: utils/misc/guc.c:1274 +msgid "Sets the FROM-list size beyond which JOIN constructs are not flattened." +msgstr "" +"Setzt die Gr��e der FROM-Liste, ab der JOIN-Konstrukte nicht aufgel�st " +"werden." + +#: utils/misc/guc.c:1276 +msgid "" +"The planner will flatten explicit JOIN constructs into lists of FROM items " +"whenever a list of no more than this many items would result." +msgstr "" +"Der Planer l�st ausdr�ckliche JOIN-Konstrukte in FROM-Listen auf, wenn die " +"daraus resultierende FROM-Liste nicht mehr als so viele Elemente haben w�rde." + +#: utils/misc/guc.c:1285 +msgid "Sets the threshold of FROM items beyond which GEQO is used." +msgstr "" +"Setzt die Anzahl der Elemente in der FROM-Liste, ab der GEQO verwendet wird." + +#: utils/misc/guc.c:1293 +msgid "GEQO: effort is used to set the default for other GEQO parameters." +msgstr "" +"GEQO: wird f�r die Berechnung der Vorgabewerte anderer GEQO-Parameter " +"verwendet." + +#: utils/misc/guc.c:1301 +msgid "GEQO: number of individuals in the population." +msgstr "GEQO: Anzahl der Individien in der Bev�lkerung." + +#: utils/misc/guc.c:1302 utils/misc/guc.c:1310 +msgid "Zero selects a suitable default value." +msgstr "Null w�hlt einen passenden Vorgabewert." + +#: utils/misc/guc.c:1309 +msgid "GEQO: number of iterations of the algorithm." +msgstr "GEQO: Anzahl der Iterationen im Algorithmus." + +#: utils/misc/guc.c:1319 +msgid "Sets the time to wait on a lock before checking for deadlock." +msgstr "Setzt die Zeit, die gewartet wird, bis auf Verklemmung gepr�ft wird." + +#: utils/misc/guc.c:1337 +msgid "Sets the maximum number of concurrent connections." +msgstr "Setzt die maximale Anzahl gleichzeitiger Verbindungen." + +#: utils/misc/guc.c:1346 +msgid "Sets the number of connection slots reserved for superusers." +msgstr "Setzt die Anzahl der f�r Superuser reservierten Verbindungen." + +#: utils/misc/guc.c:1355 +msgid "Sets the number of shared memory buffers used by the server." +msgstr "Setzt die Anzahl der vom Server verwendeten Shared-Memory-Puffer." + +#: utils/misc/guc.c:1365 +msgid "Sets the maximum number of temporary buffers used by each session." +msgstr "" +"Setzt die maximale Anzahl der von jeder Sitzung verwendeten tempor�ren " +"Puffer." + +#: utils/misc/guc.c:1375 +msgid "Sets the TCP port the server listens on." +msgstr "Setzt den TCP-Port, auf dem der Server auf Verbindungen wartet." + +#: utils/misc/guc.c:1384 +msgid "Sets the access permissions of the Unix-domain socket." +msgstr "Setzt die Zugriffsrechte f�r die Unix-Domain-Socket." + +#: utils/misc/guc.c:1385 +msgid "" +"Unix-domain sockets use the usual Unix file system permission set. The " +"parameter value is expected to be a numeric mode specification in the form " +"accepted by the chmod and umask system calls. (To use the customary octal " +"format the number must start with a 0 (zero).)" +msgstr "" +"Unix-Domain-Sockets verwenden die �blichen Zugriffsrechte f�r Unix-" +"Dateisysteme. Der Wert dieser Option muss ein numerischer Wert in der von " +"den Systemaufrufen chmod und umask verwendeten Form sein. (Um das " +"gebr�uchliche Oktalformat zu verwenden, muss die Zahl mit 0 (einer Null) " +"anfangen.)" + +#: utils/misc/guc.c:1397 +msgid "Sets the maximum memory to be used for query workspaces." +msgstr "Setzt die maximale Speichergr��e f�r Anfrage-Arbeitsbereiche." + +#: utils/misc/guc.c:1398 +msgid "" +"This much memory can be used by each internal sort operation and hash table " +"before switching to temporary disk files." +msgstr "" +"Gibt die Speichermenge an, die f�r interne Sortiervorg�nge und Hashtabellen " +"verwendet werden kann, bevor auf tempor�re Dateien umgeschaltet wird." + +#: utils/misc/guc.c:1409 +msgid "Sets the maximum memory to be used for maintenance operations." +msgstr "Setzt die maximale Speichergr��e f�r Wartungsoperationen." + +#: utils/misc/guc.c:1410 +msgid "This includes operations such as VACUUM and CREATE INDEX." +msgstr "Das schlie�t Operationen wie VACUUM und CREATE INDEX ein." + +#: utils/misc/guc.c:1419 +msgid "Sets the maximum stack depth, in kilobytes." +msgstr "Setzt die maximale Stackgr��e, in Kilobytes." + +#: utils/misc/guc.c:1429 +msgid "Vacuum cost for a page found in the buffer cache." +msgstr "Vacuum-Kosten f�r eine im Puffer-Cache gefundene Seite." + +#: utils/misc/guc.c:1438 +msgid "Vacuum cost for a page not found in the buffer cache." +msgstr "Vacuum-Kosten f�r eine nicht im Puffer-Cache gefundene Seite." + +#: utils/misc/guc.c:1447 +msgid "Vacuum cost for a page dirtied by vacuum." +msgstr "Vacuum-Kosten f�r eine durch Vacuum schmutzig gemachte Seite." + +#: utils/misc/guc.c:1456 +msgid "Vacuum cost amount available before napping." +msgstr "Verf�gbare Vacuum-Kosten vor Nickerchen." + +#: utils/misc/guc.c:1465 +msgid "Vacuum cost delay in milliseconds." +msgstr "Vacuum-Kosten-Verz�gerung in Millisekunden." + +#: utils/misc/guc.c:1475 +msgid "Vacuum cost delay in milliseconds, for autovacuum." +msgstr "Vacuum-Kosten-Verz�gerung in Millisekunden, f�r Autovacuum." + +#: utils/misc/guc.c:1485 +msgid "Vacuum cost amount available before napping, for autovacuum." +msgstr "Verf�gbare Vacuum-Kosten vor Nickerchen, f�r Autovacuum." + +#: utils/misc/guc.c:1494 +msgid "" +"Sets the maximum number of simultaneously open files for each server process." +msgstr "" +"Setzt die maximale Zahl gleichzeitig ge�ffneter Dateien f�r jeden " +"Serverprozess." + +#: utils/misc/guc.c:1503 +msgid "Sets the maximum number of simultaneously prepared transactions." +msgstr "" +"Setzt die maximale Anzahl von gleichzeitig vorbereiteten Transaktionen." + +#: utils/misc/guc.c:1533 +msgid "Sets the maximum allowed duration of any statement." +msgstr "Setzt die maximal erlaubte Dauer jeder Anweisung." + +#: utils/misc/guc.c:1534 +msgid "A value of 0 turns off the timeout." +msgstr "Der Wert 0 schaltet die Zeitpr�fung aus." + +#: utils/misc/guc.c:1543 +msgid "Minimum age at which VACUUM should freeze a table row." +msgstr "Mindestalter, bei dem VACUUM eine Tabellenzeile einfrieren soll." + +#: utils/misc/guc.c:1552 +msgid "Age at which VACUUM should scan whole table to freeze tuples." +msgstr "" +"Alter, bei dem VACUUM die ganze Tabelle durchsuchen soll, um Zeilen " +"einzufrieren." + +#: utils/misc/guc.c:1561 +msgid "Sets the maximum number of locks per transaction." +msgstr "Setzt die maximale Anzahl Sperren pro Transaktion." + +#: utils/misc/guc.c:1562 +msgid "" +"The shared lock table is sized on the assumption that at most " +"max_locks_per_transaction * max_connections distinct objects will need to be " +"locked at any one time." +msgstr "" +"Die globale Sperrentabelle wird mit der Annahme angelegt, das h�chstens " +"max_locks_per_transaction * max_connections verschiedene Objekte " +"gleichzeitig gesperrt werden m�ssen." + +#: utils/misc/guc.c:1572 +msgid "Sets the maximum allowed time to complete client authentication." +msgstr "Setzt die maximale Zeit um die Client-Authentifizierung zu beenden." + +#: utils/misc/guc.c:1583 +msgid "Waits N seconds on connection startup before authentication." +msgstr "" +"Wartet beim Starten einer Verbindung N Sekunden vor der Authentifizierung." + +#: utils/misc/guc.c:1593 +msgid "" +"Sets the maximum distance in log segments between automatic WAL checkpoints." +msgstr "" +"Setzt die maximale Anzahl Logsegmente zwischen automatischen WAL-Checkpoints." + +#: utils/misc/guc.c:1602 +msgid "Sets the maximum time between automatic WAL checkpoints." +msgstr "Setzt die maximale Zeit zwischen automatischen WAL-Checkpoints." + +#: utils/misc/guc.c:1612 +msgid "" +"Enables warnings if checkpoint segments are filled more frequently than this." +msgstr "" +"Schreibt eine Logmeldung, wenn Checkpoint-Segmente h�ufiger als dieser Wert " +"gef�llt werden." + +#: utils/misc/guc.c:1614 +msgid "" +"Write a message to the server log if checkpoints caused by the filling of " +"checkpoint segment files happens more frequently than this number of " +"seconds. Zero turns off the warning." +msgstr "" +"Schreibe Meldung in den Serverlog, wenn Checkpoints, die durch F�llen der " +"Checkpoint-Segmente ausgel�st werden, h�ufiger als dieser Wert in Sekunden " +"passieren. Null schaltet die Warnung ab." + +#: utils/misc/guc.c:1625 +msgid "Sets the number of disk-page buffers in shared memory for WAL." +msgstr "Setzt die Anzahl Diskseitenpuffer f�r WAL im Shared Memory." + +#: utils/misc/guc.c:1635 +msgid "WAL writer sleep time between WAL flushes." +msgstr "Schlafzeit zwischen WAL-Flush-Operationen des WAL-Writers." + +#: utils/misc/guc.c:1645 +msgid "" +"Sets the delay in microseconds between transaction commit and flushing WAL " +"to disk." +msgstr "" +"Setzt die Verz�gerung in Millisekunden zwischen Transaktionsabschluss und " +"dem Schreiben von WAL auf die Festplatte." + +#: utils/misc/guc.c:1655 +msgid "" +"Sets the minimum concurrent open transactions before performing commit_delay." +msgstr "" +"Setzt die minimale Anzahl gleichzeitig offener Transaktionen bevor " +"�commit_delay� angewendet wird." + +#: utils/misc/guc.c:1665 +msgid "Sets the number of digits displayed for floating-point values." +msgstr "Setzt die Anzahl ausgegebener Ziffern f�r Flie�kommawerte." + +#: utils/misc/guc.c:1666 +msgid "" +"This affects real, double precision, and geometric data types. The parameter " +"value is added to the standard number of digits (FLT_DIG or DBL_DIG as " +"appropriate)." +msgstr "" +"Diese Einstellung betrifft real, double precision und geometrische " +"Datentypen. Der Parameterwert wird zur Standardziffernanzahl (FLT_DIG bzw. " +"DBL_DIG) hinzuaddiert." + +#: utils/misc/guc.c:1676 +msgid "Sets the minimum execution time above which statements will be logged." +msgstr "" +"Setzt die minimale Ausf�hrungszeit, �ber der Anweisungen geloggt werden." + +#: utils/misc/guc.c:1678 +msgid "Zero prints all queries. -1 turns this feature off." +msgstr "Null zeigt alle Anfragen. -1 schaltet dieses Feature aus." + +#: utils/misc/guc.c:1687 +msgid "" +"Sets the minimum execution time above which autovacuum actions will be " +"logged." +msgstr "" +"Setzt die minimale Ausf�hrungszeit, �ber der Autovacuum-Aktionen geloggt " +"werden." + +#: utils/misc/guc.c:1689 +msgid "Zero prints all actions. -1 turns autovacuum logging off." +msgstr "" +"Null gibt alls Aktionen aus. -1 schaltet die Log-Aufzeichnung �ber " +"Autovacuum aus." + +#: utils/misc/guc.c:1698 +msgid "Background writer sleep time between rounds." +msgstr "Schlafzeit zwischen Durchl�ufen des Background-Writers." + +#: utils/misc/guc.c:1708 +msgid "Background writer maximum number of LRU pages to flush per round." +msgstr "" +"Maximale Anzahl der vom Background-Writer pro Durchlauf zu flushenden LRU-" +"Seiten." + +#: utils/misc/guc.c:1723 +msgid "" +"Number of simultaneous requests that can be handled efficiently by the disk " +"subsystem." +msgstr "" +"Anzahl simultaner Anfragen, die das Festplattensubsystem effizient " +"bearbeiten kann." + +#: utils/misc/guc.c:1724 +msgid "" +"For RAID arrays, this should be approximately the number of drive spindles " +"in the array." +msgstr "" +"F�r RAID-Arrays sollte dies ungef�hr die Anzahl Spindeln im Array sein." + +#: utils/misc/guc.c:1737 +msgid "Automatic log file rotation will occur after N minutes." +msgstr "Automatische Rotation der Logdateien geschieht nach N Minuten." + +#: utils/misc/guc.c:1747 +msgid "Automatic log file rotation will occur after N kilobytes." +msgstr "Automatische Rotation der Logdateien geschieht nach N Kilobytes." + +#: utils/misc/guc.c:1757 +msgid "Shows the maximum number of function arguments." +msgstr "Setzt die maximale Anzahl von Funktionsargumenten." + +#: utils/misc/guc.c:1767 +msgid "Shows the maximum number of index keys." +msgstr "Zeigt die maximale Anzahl von Indexschl�sseln." + +#: utils/misc/guc.c:1777 +msgid "Shows the maximum identifier length." +msgstr "Zeigt die maximale L�nge von Bezeichnern." + +#: utils/misc/guc.c:1787 +msgid "Shows the size of a disk block." +msgstr "Zeigt die Gr��e eines Diskblocks." + +#: utils/misc/guc.c:1797 +msgid "Shows the number of pages per disk file." +msgstr "Zeigt die Anzahl Seiten pro Diskdatei." + +#: utils/misc/guc.c:1807 +msgid "Shows the block size in the write ahead log." +msgstr "Zeigt die Blockgr��e im Write-Ahead-Log." + +#: utils/misc/guc.c:1817 +msgid "Shows the number of pages per write ahead log segment." +msgstr "Zeit die Anzahl Seiten pro Write-Ahead-Log-Segment." + +#: utils/misc/guc.c:1830 +msgid "Time to sleep between autovacuum runs." +msgstr "Wartezeit zwischen Autovacuum-Durchl�ufen." + +#: utils/misc/guc.c:1839 +msgid "Minimum number of tuple updates or deletes prior to vacuum." +msgstr "Mindestanzahl an ge�nderten oder gel�schten Tupeln vor einem Vacuum." + +#: utils/misc/guc.c:1847 +msgid "Minimum number of tuple inserts, updates or deletes prior to analyze." +msgstr "" +"Mindestanzahl an Einf�ge-, �nderungs- oder L�schoperationen von einem " +"Analyze." + +#: utils/misc/guc.c:1856 +msgid "" +"Age at which to autovacuum a table to prevent transaction ID wraparound." +msgstr "" +"Alter, nach dem eine Tabelle automatisch gevacuumt wird, um " +"Transaktionsnummern�berlauf zu verhindern." + +#: utils/misc/guc.c:1865 +msgid "" +"Sets the maximum number of simultaneously running autovacuum worker " +"processes." +msgstr "" +"Setzt die maximale Anzahl gleichzeitig laufender Autovacuum-Worker-Prozesse." + +#: utils/misc/guc.c:1874 +msgid "Time between issuing TCP keepalives." +msgstr "Zeit zwischen TCP-Keepalive-Sendungen." + +#: utils/misc/guc.c:1875 utils/misc/guc.c:1885 +msgid "A value of 0 uses the system default." +msgstr "Der Wert 0 verwendet die Systemvoreinstellung." + +#: utils/misc/guc.c:1884 +msgid "Time between TCP keepalive retransmits." +msgstr "Zeit zwischen TCP-Keepalive-Neu�bertragungen." + +#: utils/misc/guc.c:1894 +msgid "Maximum number of TCP keepalive retransmits." +msgstr "Maximale Anzahl an TCP-Keepalive-Neu�bertragungen." + +#: utils/misc/guc.c:1895 +msgid "" +"This controls the number of consecutive keepalive retransmits that can be " +"lost before a connection is considered dead. A value of 0 uses the system " +"default." +msgstr "" +"Dies bestimmt die Anzahl von aufeinanderfolgenden Keepalive-" +"Neu�bertragungen, die verloren gehen d�rfen, bis die Verbindung als tot " +"betrachtet wird. Der Wert 0 verwendet die Betriebssystemvoreinstellung." + +#: utils/misc/guc.c:1905 +msgid "Sets the maximum allowed result for exact search by GIN." +msgstr "" +"Setzt die maximal erlaubte Anzahl Ergebnisse f�r eine genaue Suche mit GIN." + +#: utils/misc/guc.c:1915 +msgid "Sets the planner's assumption about the size of the disk cache." +msgstr "Setzt die Annahme des Planers �ber die Gr��e des Festplatten-Caches." + +#: utils/misc/guc.c:1916 +msgid "" +"That is, the portion of the kernel's disk cache that will be used for " +"PostgreSQL data files. This is measured in disk pages, which are normally 8 " +"kB each." +msgstr "" +"Setzt die Annahme des Planers �ber die effektive Gr��e des Diskcaches (das " +"hei�t des Teils des Diskcaches vom Kernel, der f�r die Datendateien von " +"PostgreSQL verwendet wird). Das wird in Diskseiten gemessen, welche " +"normalerweise 8 kB gro� sind." + +#: utils/misc/guc.c:1928 +msgid "Shows the server version as an integer." +msgstr "Zeigt die Serverversion als Zahl." + +#: utils/misc/guc.c:1938 +msgid "Log the use of temporary files larger than this number of kilobytes." +msgstr "" +"Schreibt Meldungen �ber die Verwendung von tempor�ren Dateien in den Log, " +"wenn sie gr��er als diese Anzahl an Kilobytes sind." + +#: utils/misc/guc.c:1939 +msgid "Zero logs all files. The default is -1 (turning this feature off)." +msgstr "" +"Null loggt alle Dateien. Die Standardeinstellung ist -1 (wodurch dieses " +"Feature ausgeschaltet wird)." + +#: utils/misc/guc.c:1948 +msgid "Sets the size reserved for pg_stat_activity.current_query, in bytes." +msgstr "" +"Setzt die f�r pg_stat_activity.current_query reservierte Gr��e, in Bytes." + +#: utils/misc/guc.c:1966 +msgid "" +"Sets the planner's estimate of the cost of a sequentially fetched disk page." +msgstr "" +"Setzt den vom Planer gesch�tzten Aufwand, um eine sequenzielle Diskseite zu " +"lesen." + +#: utils/misc/guc.c:1975 +msgid "" +"Sets the planner's estimate of the cost of a nonsequentially fetched disk " +"page." +msgstr "" +"Setzt den vom Planer gesch�tzten Aufwand, um eine nichtsequenzielle " +"Diskseite zu lesen." + +#: utils/misc/guc.c:1984 +msgid "Sets the planner's estimate of the cost of processing each tuple (row)." +msgstr "" +"Setzt den vom Planer gesch�tzten Aufwand f�r die Verarbeitung einer Zeile." + +#: utils/misc/guc.c:1993 +msgid "" +"Sets the planner's estimate of the cost of processing each index entry " +"during an index scan." +msgstr "" +"Setzt den vom Planer gesch�tzten Aufwand f�r die Verarbeitung eines " +"Indexeintrags w�hrend eines Index-Scans." + +#: utils/misc/guc.c:2002 +msgid "" +"Sets the planner's estimate of the cost of processing each operator or " +"function call." +msgstr "" +"Setzt den vom Planer gesch�tzten Aufwand f�r die Verarbeitung eines " +"Operators oder Funktionsaufrufs." + +#: utils/misc/guc.c:2012 +msgid "" +"Sets the planner's estimate of the fraction of a cursor's rows that will be " +"retrieved." +msgstr "" +"Setzt den vom Planer gesch�tzten Anteil der Cursor-Zeilen, die ausgelesen " +"werden werden." + +#: utils/misc/guc.c:2022 +msgid "GEQO: selective pressure within the population." +msgstr "GEQO: selektiver Auswahldruck in der Bev�lkerung." + +#: utils/misc/guc.c:2032 +msgid "Multiple of the average buffer usage to free per round." +msgstr "" +"Vielfaches der durchschnittlichen freizugebenden Pufferverwendung pro Runde." + +#: utils/misc/guc.c:2041 +msgid "Sets the seed for random-number generation." +msgstr "Setzt den Ausgangswert f�r die Zufallszahlenerzeugung." + +#: utils/misc/guc.c:2051 +msgid "" +"Number of tuple updates or deletes prior to vacuum as a fraction of " +"reltuples." +msgstr "" +"Anzahl ge�nderter oder gel�schter Tupel vor einem Vacuum, relativ zu " +"reltuples." + +#: utils/misc/guc.c:2059 +msgid "" +"Number of tuple inserts, updates or deletes prior to analyze as a fraction " +"of reltuples." +msgstr "" +"Anzahl eingef�gter, ge�nderter oder gel�schter Tupel vor einem Analyze, " +"relativ zu reltuples." + +#: utils/misc/guc.c:2068 +msgid "" +"Time spent flushing dirty buffers during checkpoint, as fraction of " +"checkpoint interval." +msgstr "" +"Zeit, die damit verbracht wird, modifizierte Puffer w�hrend eines " +"Checkpoints zur�ckzuschreiben, als Bruchteil des Checkpoint-Intervalls." + +#: utils/misc/guc.c:2086 +msgid "Sets the shell command that will be called to archive a WAL file." +msgstr "" +"Setzt den Shell-Befehl, der aufgerufen wird, um eine WAL-Datei zu " +"archivieren." + +#: utils/misc/guc.c:2095 +msgid "Sets the client's character set encoding." +msgstr "Setzt die Zeichensatzkodierung des Clients." + +#: utils/misc/guc.c:2105 +msgid "Controls information prefixed to each log line." +msgstr "Bestimmt die Informationen, die vor jede Logzeile geschrieben werden." + +#: utils/misc/guc.c:2106 +msgid "If blank, no prefix is used." +msgstr "Wenn leer, dann wird kein Pr�fix verwendet." + +#: utils/misc/guc.c:2114 +msgid "Sets the time zone to use in log messages." +msgstr "Setzt die in Logmeldungen verwendete Zeitzone." + +#: utils/misc/guc.c:2123 +msgid "Sets the display format for date and time values." +msgstr "Setzt das Ausgabeformat f�r Datums- und Zeitwerte." + +#: utils/misc/guc.c:2124 +msgid "Also controls interpretation of ambiguous date inputs." +msgstr "Kontrolliert auch die Interpretation von zweideutigen Datumseingaben." + +#: utils/misc/guc.c:2134 +msgid "Sets the default tablespace to create tables and indexes in." +msgstr "Setzt den Standard-Tablespace f�r Tabellen und Indexe." + +#: utils/misc/guc.c:2135 +msgid "An empty string selects the database's default tablespace." +msgstr "Eine leere Zeichenkette w�hlt den Standard-Tablespace der Datenbank." + +#: utils/misc/guc.c:2144 +msgid "Sets the tablespace(s) to use for temporary tables and sort files." +msgstr "" +"Setzt den oder die Tablespaces f�r tempor�re Tabellen und Sortierdateien." + +#: utils/misc/guc.c:2154 +msgid "Sets the path for dynamically loadable modules." +msgstr "Setzt den Pfad f�r ladbare dynamische Bibliotheken." + +#: utils/misc/guc.c:2155 +msgid "" +"If a dynamically loadable module needs to be opened and the specified name " +"does not have a directory component (i.e., the name does not contain a " +"slash), the system will search this path for the specified file." +msgstr "" +"Wenn ein dynamisch ladbares Modul ge�ffnet werden muss und der angegebene " +"Name keine Verzeichniskomponente hat (das hei�t er enth�lt keinen " +"Schr�gstrich), dann sucht das System in diesem Pfad nach der angegebenen " +"Datei." + +#: utils/misc/guc.c:2167 +msgid "Sets the location of the Kerberos server key file." +msgstr "Setzt den Ort der Kerberos-Server-Schl�sseldatei." + +#: utils/misc/guc.c:2177 +msgid "Sets the name of the Kerberos service." +msgstr "Setzt den Namen des Kerberos-Service." + +#: utils/misc/guc.c:2186 +msgid "Sets the Bonjour broadcast service name." +msgstr "Setzt den Servicenamen f�r den Bonjour-Broadcast-Dienst." + +#: utils/misc/guc.c:2197 +msgid "Shows the collation order locale." +msgstr "Zeigt die Locale f�r die Sortierreihenfolge." + +#: utils/misc/guc.c:2207 +msgid "Shows the character classification and case conversion locale." +msgstr "Zeigt die Locale f�r Zeichenklassifizierung und Gro�-/Kleinschreibung." + +#: utils/misc/guc.c:2217 +msgid "Sets the language in which messages are displayed." +msgstr "Setzt die Sprache, in der Mitteilungen ausgegeben werden." + +#: utils/misc/guc.c:2226 +msgid "Sets the locale for formatting monetary amounts." +msgstr "Setzt die Locale f�r die Formatierung von Geldbetr�gen." + +#: utils/misc/guc.c:2235 +msgid "Sets the locale for formatting numbers." +msgstr "Setzt die Locale f�r die Formatierung von Zahlen." + +#: utils/misc/guc.c:2244 +msgid "Sets the locale for formatting date and time values." +msgstr "Setzt die Locale f�r die Formatierung von Datums- und Zeitwerten." + +#: utils/misc/guc.c:2253 +msgid "Lists shared libraries to preload into server." +msgstr "" +"Listet dynamische Bibliotheken, die vorab in den Server geladen werden." + +#: utils/misc/guc.c:2263 +msgid "Lists shared libraries to preload into each backend." +msgstr "" +"Listet dynamische Bibliotheken, die vorab in jeden Serverprozess geladen " +"werden." + +#: utils/misc/guc.c:2273 +msgid "Sets the schema search order for names that are not schema-qualified." +msgstr "Setzt die Schemasuchreihenfolge f�r Namen ohne Schemaqualifikation." + +#: utils/misc/guc.c:2284 +msgid "Sets the server (database) character set encoding." +msgstr "Setzt die Zeichensatzkodierung des Servers (der Datenbank)." + +#: utils/misc/guc.c:2295 +msgid "Shows the server version." +msgstr "Zeigt die Serverversion." + +#: utils/misc/guc.c:2306 +msgid "Sets the current role." +msgstr "Setzt die aktuelle Rolle." + +#: utils/misc/guc.c:2317 +msgid "Sets the session user name." +msgstr "Setzt den Sitzungsbenutzernamen." + +#: utils/misc/guc.c:2327 +msgid "Sets the destination for server log output." +msgstr "Setzt das Ziel f�r die Serverlogausgabe." + +#: utils/misc/guc.c:2328 +msgid "" +"Valid values are combinations of \"stderr\", \"syslog\", \"csvlog\", and " +"\"eventlog\", depending on the platform." +msgstr "" +"G�ltige Werte sind Kombinationen von �stderr�, �syslog�, �csvlog� und " +"�eventlog�, je nach Plattform." + +#: utils/misc/guc.c:2338 +msgid "Sets the destination directory for log files." +msgstr "Bestimmt das Zielverzeichnis f�r Logdateien." + +#: utils/misc/guc.c:2339 +msgid "Can be specified as relative to the data directory or as absolute path." +msgstr "" +"Kann relativ zum Datenverzeichnis oder als absoluter Pfad angegeben werden." + +#: utils/misc/guc.c:2348 +msgid "Sets the file name pattern for log files." +msgstr "Bestimmt das Dateinamenmuster f�r Logdateien." + +#: utils/misc/guc.c:2359 +msgid "Sets the program name used to identify PostgreSQL messages in syslog." +msgstr "" +"Setzt den Programmnamen, mit dem PostgreSQL-Meldungen im Syslog " +"identifiziert werden." + +#: utils/misc/guc.c:2370 +msgid "Sets the time zone for displaying and interpreting time stamps." +msgstr "" +"Setzt die Zeitzone, in der Zeitangaben interpretiert und ausgegeben werden." + +#: utils/misc/guc.c:2379 +msgid "Selects a file of time zone abbreviations." +msgstr "W�hlt eine Datei mit Zeitzonenabk�rzungen." + +#: utils/misc/guc.c:2388 +msgid "Sets the current transaction's isolation level." +msgstr "Zeigt den Isolationsgrad der aktuellen Transaktion." + +#: utils/misc/guc.c:2398 +msgid "Sets the owning group of the Unix-domain socket." +msgstr "Setzt die Eigent�mergruppe der Unix-Domain-Socket." + +#: utils/misc/guc.c:2399 +msgid "" +"The owning user of the socket is always the user that starts the server." +msgstr "Der Eigent�mer ist immer der Benutzer, der den Server startet." + +#: utils/misc/guc.c:2408 +msgid "Sets the directory where the Unix-domain socket will be created." +msgstr "" +"Setzt das Verzeichnis, in dem die Unix-Domain-Socket erzeugt werden soll." + +#: utils/misc/guc.c:2418 +msgid "Sets the host name or IP address(es) to listen to." +msgstr "" +"Setzt den Hostnamen oder die IP-Adresse(n), auf der auf Verbindungen " +"gewartet wird." + +#: utils/misc/guc.c:2428 +msgid "Sets the list of known custom variable classes." +msgstr "Bestimmt die Liste der bekannten benutzerdefinierten Variablenklassen." + +#: utils/misc/guc.c:2438 +msgid "Sets the server's data directory." +msgstr "Setzt das Datenverzeichnis des Servers." + +#: utils/misc/guc.c:2448 +msgid "Sets the server's main configuration file." +msgstr "Setzt die Hauptkonfigurationsdatei des Servers." + +#: utils/misc/guc.c:2458 +msgid "Sets the server's \"hba\" configuration file." +msgstr "Setzt die �hba�-Konfigurationsdatei des Servers." + +#: utils/misc/guc.c:2468 +msgid "Sets the server's \"ident\" configuration file." +msgstr "Setzt die �ident�-Konfigurationsdatei des Servers." + +#: utils/misc/guc.c:2478 +msgid "Writes the postmaster PID to the specified file." +msgstr "Schreibt die Postmaster-PID in die angegebene Datei." + +#: utils/misc/guc.c:2488 +msgid "Writes temporary statistics files to the specified directory." +msgstr "Schreibt tempor�re Statistikdateien in das angegebene Verzeichnis." + +#: utils/misc/guc.c:2498 +msgid "Sets default text search configuration." +msgstr "Setzt die vorgegebene Textsuchekonfiguration." + +#: utils/misc/guc.c:2508 +msgid "Sets the list of allowed SSL ciphers." +msgstr "Setzt die Liste der erlaubten SSL-Verschl�sselungsalgorithmen." + +#: utils/misc/guc.c:2528 +msgid "Sets whether \"\\'\" is allowed in string literals." +msgstr "Bestimmt, ob �\\'� in Zeichenkettenkonstanten erlaubt ist." + +#: utils/misc/guc.c:2537 +msgid "Sets the message levels that are sent to the client." +msgstr "Setzt die Meldungstypen, die an den Client gesendet werden." + +#: utils/misc/guc.c:2538 utils/misc/guc.c:2587 utils/misc/guc.c:2597 +msgid "" +"Each level includes all the levels that follow it. The later the level, the " +"fewer messages are sent." +msgstr "" +"Jeder Wert schlie�t alle ihm folgenden Werte mit ein. Je weiter hinten der " +"Wert steht, desto weniger Meldungen werden gesendet werden." + +#: utils/misc/guc.c:2547 +msgid "Enables the planner to use constraints to optimize queries." +msgstr "" +"Erm�glicht dem Planer die Verwendung von Constraints um Anfragen zu " +"optimieren." + +#: utils/misc/guc.c:2548 +msgid "" +"Table scans will be skipped if their constraints guarantee that no rows " +"match the query." +msgstr "" +"Tabellen-Scans werden �bersprungen, wenn deren Constraints garantieren, dass " +"keine Zeile mit der Abfrage �bereinstimmt." + +#: utils/misc/guc.c:2558 +msgid "Sets the transaction isolation level of each new transaction." +msgstr "Setzt den Transaktionsisolationsgrad neuer Transaktionen." + +#: utils/misc/guc.c:2567 +msgid "Sets the display format for interval values." +msgstr "Setzt das Ausgabeformat f�r Intervallwerte." + +#: utils/misc/guc.c:2577 +msgid "Sets the verbosity of logged messages." +msgstr "Setzt den Detailgrad von geloggten Meldungen." + +#: utils/misc/guc.c:2586 +msgid "Sets the message levels that are logged." +msgstr "Setzt die Meldungstypen, die geloggt werden." + +#: utils/misc/guc.c:2596 +msgid "" +"Causes all statements generating error at or above this level to be logged." +msgstr "" +"Schreibt alle Anweisungen, die einen Fehler auf dieser Stufe oder h�her " +"verursachen, in den Log." + +#: utils/misc/guc.c:2606 +msgid "Sets the type of statements logged." +msgstr "Setzt die Anweisungsarten, die geloggt werden." + +#: utils/misc/guc.c:2616 +msgid "Sets the syslog \"facility\" to be used when syslog enabled." +msgstr "" +"Setzt die zu verwendende Syslog-�Facility�, wenn Syslog angeschaltet ist." + +#: utils/misc/guc.c:2626 +msgid "Sets the regular expression \"flavor\"." +msgstr "Setzt den Stil der regul�ren Ausdr�cke." + +#: utils/misc/guc.c:2635 +msgid "Sets the session's behavior for triggers and rewrite rules." +msgstr "Setzt das Sitzungsverhalten f�r Trigger und Regeln." + +#: utils/misc/guc.c:2645 +msgid "Collects function-level statistics on database activity." +msgstr "Sammelt Statistiken auf Funktionsebene �ber Datenbankaktivit�t." + +#: utils/misc/guc.c:2654 +msgid "Selects the method used for forcing WAL updates to disk." +msgstr "" +"W�hlt die Methode, um das Schreiben von WAL-�nderungen auf die Festplatte zu " +"erzwingen." + +#: utils/misc/guc.c:2664 +msgid "Sets how binary values are to be encoded in XML." +msgstr "Setzt, wie bin�re Werte in XML kodiert werden." + +#: utils/misc/guc.c:2673 +msgid "" +"Sets whether XML data in implicit parsing and serialization operations is to " +"be considered as documents or content fragments." +msgstr "" +"Setzt, ob XML-Daten in impliziten Parse- und Serialisierungsoperationen als " +"Dokument oder Fragment betrachtet werden sollen." + +#: utils/misc/guc.c:3443 +#, c-format +msgid "" +"%s does not know where to find the server configuration file.\n" +"You must specify the --config-file or -D invocation option or set the PGDATA " +"environment variable.\n" +msgstr "" +"%s wei� nicht, wo die Serverkonfigurationsdatei zu finden ist.\n" +"Sie m�ssen die Kommandozeilenoption --config-file oder -D angegeben oder\n" +"die Umgebungsvariable PGDATA setzen.\n" + +#: utils/misc/guc.c:3462 +#, c-format +msgid "%s cannot access the server configuration file \"%s\": %s\n" +msgstr "%s kann nicht auf die Serverkonfigurationsdatei �%s� zugreifen: %s\n" + +#: utils/misc/guc.c:3482 +#, c-format +msgid "" +"%s does not know where to find the database system data.\n" +"This can be specified as \"data_directory\" in \"%s\", or by the -D " +"invocation option, or by the PGDATA environment variable.\n" +msgstr "" +"%s wei� nicht, wo die Systemdaten f�r das Datenbanksystem\n" +"zu finden sind. Sie k�nnen dies mit �data_directory� in �%s�, mit der\n" +"Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" + +#: utils/misc/guc.c:3513 +#, c-format +msgid "" +"%s does not know where to find the \"hba\" configuration file.\n" +"This can be specified as \"hba_file\" in \"%s\", or by the -D invocation " +"option, or by the PGDATA environment variable.\n" +msgstr "" +"%s wei� nicht, wo die �hba�-Konfigurationsdatei zu finden ist.\n" +"Sie k�nnen dies mit �hba_file� in �%s�, mit der\n" +"Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" + +#: utils/misc/guc.c:3536 +#, c-format +msgid "" +"%s does not know where to find the \"ident\" configuration file.\n" +"This can be specified as \"ident_file\" in \"%s\", or by the -D invocation " +"option, or by the PGDATA environment variable.\n" +msgstr "" +"%s wei� nicht, wo die �ident�-Konfigurationsdatei zu finden ist.\n" +"Sie k�nnen dies mit �ident_file� in �%s�, mit der\n" +"Kommandozeilenoption -D oder der Umgebungsvariable PGDATA angeben.\n" + +#: utils/misc/guc.c:4134 utils/misc/guc.c:4302 +msgid "Value exceeds integer range." +msgstr "Wert �berschreitet Bereich f�r ganze Zahlen." + +#: utils/misc/guc.c:4157 +msgid "Valid units for this parameter are \"kB\", \"MB\", and \"GB\"." +msgstr "G�ltige Einheiten f�r diesen Parameter sind �kB�, �MB� und �GB�." + +#: utils/misc/guc.c:4216 +msgid "" +"Valid units for this parameter are \"ms\", \"s\", \"min\", \"h\", and \"d\"." +msgstr "G�ltige Einheiten f�r diesen Parameter sind �ms�, �s�, �min�, �h� und �d�." + +#: utils/misc/guc.c:4524 utils/misc/guc.c:5143 utils/misc/guc.c:5191 +#: utils/misc/guc.c:5312 utils/misc/guc.c:5892 utils/misc/guc.c:6033 +#: guc-file.l:216 +#, c-format +msgid "unrecognized configuration parameter \"%s\"" +msgstr "unbekannter Konfigurationsparameter �%s�" + +#: utils/misc/guc.c:4551 +#, c-format +msgid "parameter \"%s\" cannot be changed" +msgstr "Parameter �%s� kann nicht ge�ndert werden" + +#: utils/misc/guc.c:4568 utils/misc/guc.c:4577 guc-file.l:263 +#, c-format +msgid "attempted change of parameter \"%s\" ignored" +msgstr "versuchte �nderung des Parameters �%s� ignoriert" + +#: utils/misc/guc.c:4570 utils/misc/guc.c:4579 guc-file.l:265 +msgid "This parameter cannot be changed after server start." +msgstr "" +"Dieser Parameter kann nach dem Start des Servers nicht ge�ndert werden." + +#: utils/misc/guc.c:4588 +#, c-format +msgid "parameter \"%s\" cannot be changed now" +msgstr "Parameter �%s� kann jetzt nicht ge�ndert werden" + +#: utils/misc/guc.c:4618 +#, c-format +msgid "parameter \"%s\" cannot be set after connection start" +msgstr "Parameter �%s� kann nach Start der Verbindung nicht ge�ndert werden" + +#: utils/misc/guc.c:4628 +#, c-format +msgid "permission denied to set parameter \"%s\"" +msgstr "keine Berechtigung um Parameter �%s� zu setzen" + +#: utils/misc/guc.c:4681 +#, c-format +msgid "parameter \"%s\" requires a Boolean value" +msgstr "Parameter �%s� erfordert einen Boole'schen Wert" + +#: utils/misc/guc.c:4703 utils/misc/guc.c:4778 +#, c-format +msgid "invalid value for parameter \"%s\": %d" +msgstr "ung�ltiger Wert f�r Parameter �%s�: %d" + +#: utils/misc/guc.c:4747 utils/misc/guc.c:4949 utils/misc/guc.c:5015 +#: utils/misc/guc.c:5041 guc-file.l:177 +#, c-format +msgid "invalid value for parameter \"%s\": \"%s\"" +msgstr "ung�ltiger Wert f�r Parameter �%s�: �%s�" + +#: utils/misc/guc.c:4756 +#, c-format +msgid "%d is outside the valid range for parameter \"%s\" (%d .. %d)" +msgstr "%d ist au�erhalb des g�ltigen Bereichs f�r Parameter �%s� (%d ... %d)" + +#: utils/misc/guc.c:4820 +#, c-format +msgid "parameter \"%s\" requires a numeric value" +msgstr "Parameter �%s� erfordert einen numerischen Wert" + +#: utils/misc/guc.c:4828 +#, c-format +msgid "%g is outside the valid range for parameter \"%s\" (%g .. %g)" +msgstr "%g ist au�erhalb des g�ltigen Bereichs f�r Parameter �%s� (%g ... %g)" + +#: utils/misc/guc.c:4850 +#, c-format +msgid "invalid value for parameter \"%s\": %g" +msgstr "ung�ltiger Wert f�r Parameter �%s�: %g" + +#: utils/misc/guc.c:5147 utils/misc/guc.c:5195 utils/misc/guc.c:6037 +#, c-format +msgid "must be superuser to examine \"%s\"" +msgstr "nur Superuser k�nnen �%s� ansehen" + +#: utils/misc/guc.c:5321 +#, c-format +msgid "SET %s takes only one argument" +msgstr "SET %s darf nur ein Argument haben" + +#: utils/misc/guc.c:5548 +msgid "SET requires parameter name" +msgstr "SET ben�tigt Parameternamen" + +#: utils/misc/guc.c:5663 +#, c-format +msgid "attempt to redefine parameter \"%s\"" +msgstr "Versuch, den Parameter �%s� zu redefinieren" + +#: utils/misc/guc.c:6863 utils/init/miscinit.c:1002 commands/copy.c:2180 +#, c-format +msgid "could not read from file \"%s\": %m" +msgstr "konnte nicht aus Datei �%s� lesen: %m" + +#: utils/misc/guc.c:6974 +#, c-format +msgid "could not parse setting for parameter \"%s\"" +msgstr "konnte Wert von Parameter �%s� nicht lesen" + +#: utils/misc/guc.c:7165 +msgid "invalid list syntax for parameter \"log_destination\"" +msgstr "ung�ltige Listensyntax f�r Parameter �log_destination�" + +#: utils/misc/guc.c:7189 +#, c-format +msgid "unrecognized \"log_destination\" key word: \"%s\"" +msgstr "unbekanntes �log_destination�-Schl�sselwort: �%s�" + +#: utils/misc/guc.c:7264 +msgid "SET AUTOCOMMIT TO OFF is no longer supported" +msgstr "SET AUTOCOMMIT TO OFF wird nicht mehr unterst�tzt" + +#: utils/misc/guc.c:7336 +msgid "assertion checking is not supported by this build" +msgstr "Assert-Pr�fungen werden von dieser Installation nicht unterst�tzt" + +#: utils/misc/guc.c:7351 +msgid "SSL is not supported by this build" +msgstr "SSL wird von dieser Installation nicht unterst�tzt" + +#: utils/misc/guc.c:7365 +msgid "cannot enable parameter when \"log_statement_stats\" is true" +msgstr "kann Parameter nicht einschalten, wenn �log_statement_stats� an ist" + +#: utils/misc/guc.c:7381 +msgid "" +"cannot enable \"log_statement_stats\" when \"log_parser_stats\", " +"\"log_planner_stats\", or \"log_executor_stats\" is true" +msgstr "" +"kann �log_statement_stats� nicht einschalten, wenn �log_parser_stats�, " +"�log_planner_stats� oder �log_executor_stats� an ist" + +#: utils/misc/guc.c:7399 +msgid "cannot set transaction read-write mode inside a read-only transaction" +msgstr "" +"kann den Read/Write-Modus einer Transaktion nicht in einer Read-Only-" +"Transaktion setzen" + +#: utils/misc/help_config.c:131 +msgid "internal error: unrecognized run-time parameter type\n" +msgstr "interner Fehler: unbekannter Parametertyp\n" + +#: utils/misc/tzparser.c:63 +#, c-format +msgid "" +"time zone abbreviation \"%s\" is too long (maximum %d characters) in time " +"zone file \"%s\", line %d" +msgstr "" +"Zeitzonenabk�rzung �%s� ist zu lang (maximal %d Zeichen) in Zeitzonendatei �%" +"s�, Zeile %d" + +#: utils/misc/tzparser.c:72 +#, c-format +msgid "" +"time zone offset %d is not a multiple of 900 sec (15 min) in time zone file " +"\"%s\", line %d" +msgstr "" +"Zeitzonenabstand %d ist kein Vielfaches von 900 s (15 min) in Zeitzonendatei " +"�%s�, Zeile %d" + +#: utils/misc/tzparser.c:86 +#, c-format +msgid "time zone offset %d is out of range in time zone file \"%s\", line %d" +msgstr "" +"Zeitzonenabstand %d ist au�erhalb des g�ltigen Bereichs in Zeitzonendatei �%" +"s�, Zeile %d" + +#: utils/misc/tzparser.c:123 +#, c-format +msgid "missing time zone abbreviation in time zone file \"%s\", line %d" +msgstr "fehlende Zeitzonenabk�rzung in Zeitzonendatei �%s�, Zeile %d" + +#: utils/misc/tzparser.c:134 +#, c-format +msgid "missing time zone offset in time zone file \"%s\", line %d" +msgstr "fehlender Zeitzonenabstand in Zeitzonendatei �%s�, Zeile %d" + +#: utils/misc/tzparser.c:143 +#, c-format +msgid "invalid number for time zone offset in time zone file \"%s\", line %d" +msgstr "ung�ltige Zahl f�r Zeitzonenabstand in Zeitzonendatei �%s�, Zeile %d" + +#: utils/misc/tzparser.c:168 +#, c-format +msgid "invalid syntax in time zone file \"%s\", line %d" +msgstr "ung�ltige Syntax in Zeitzonendatei �%s�, Zeile %d" + +#: utils/misc/tzparser.c:234 +#, c-format +msgid "time zone abbreviation \"%s\" is multiply defined" +msgstr "Zeitzonenabk�rzung �%s� ist mehrfach definiert" + +#: utils/misc/tzparser.c:236 +#, c-format +msgid "" +"Entry in time zone file \"%s\", line %d, conflicts with entry in file \"%s" +"\", line %d." +msgstr "" +"Eintrag in Zeitzonendatei �%s�, Zeile %d, steht im Konflikt mit Eintrag in " +"Datei �%s�, Zeile %d." + +#: utils/misc/tzparser.c:303 +#, c-format +msgid "invalid time zone file name \"%s\"" +msgstr "ung�ltiger Zeitzonen-Dateiname �%s�" + +#: utils/misc/tzparser.c:318 +#, c-format +msgid "time zone file recursion limit exceeded in file \"%s\"" +msgstr "Rekursionsbeschr�nkung f�r Zeitzonendatei �berschritten in Datei �%s�" + +#: utils/misc/tzparser.c:347 postmaster/postmaster.c:1091 +#, c-format +msgid "" +"This may indicate an incomplete PostgreSQL installation, or that the file \"%" +"s\" has been moved away from its proper location." +msgstr "" +"Dies kann auf eine unvollst�ndige PostgreSQL-Installation hindeuten, oder " +"darauf, dass die Datei �%s� von ihrer richtigen Stelle verschoben worden ist." + +#: utils/misc/tzparser.c:361 utils/misc/tzparser.c:376 +#, c-format +msgid "could not read time zone file \"%s\": %m" +msgstr "konnte Zeitzonendatei �%s� nicht lesen: %m" + +#: utils/misc/tzparser.c:388 +#, c-format +msgid "line is too long in time zone file \"%s\", line %d" +msgstr "Zeile ist zu lang in Zeitzonendatei �%s�, Zeile %d" + +#: utils/misc/tzparser.c:413 +#, c-format +msgid "@INCLUDE without file name in time zone file \"%s\", line %d" +msgstr "@INCLUDE ohne Dateiname in Zeitzonendatei �%s�, Zeile %d" + +#: guc-file.l:379 +#, c-format +msgid "" +"could not open configuration file \"%s\": maximum nesting depth exceeded" +msgstr "" +"konnte Konfigurationsdatei �%s� nicht �ffnen: maximale Verschachtelungstiefe " +"�berschritten" + +#: guc-file.l:542 +#, c-format +msgid "syntax error in file \"%s\" line %u, near end of line" +msgstr "Syntaxfehler in Datei �%s�, Zeile %u, am Ende der Zeile" + +#: guc-file.l:547 +#, c-format +msgid "syntax error in file \"%s\" line %u, near token \"%s\"" +msgstr "Syntaxfehler in Datei �%s�, Zeile %u, bei �%s�" + +#: utils/init/flatfiles.c:209 utils/init/flatfiles.c:279 +#: utils/init/flatfiles.c:408 utils/init/flatfiles.c:663 +#, c-format +msgid "could not write to temporary file \"%s\": %m" +msgstr "konnte nicht in tempor�re Datei �%s� schreiben: %m" + +#: utils/init/flatfiles.c:249 +#, c-format +msgid "invalid database name \"%s\"" +msgstr "ung�ltiger Datenbankname �%s�" + +#: utils/init/flatfiles.c:505 +#, c-format +msgid "invalid role name \"%s\"" +msgstr "ung�ltiger Rollenname �%s�" + +#: utils/init/flatfiles.c:512 +#, c-format +msgid "invalid role password \"%s\"" +msgstr "ung�ltiges Rollenpasswort �%s�" + +#: utils/init/miscinit.c:177 +#, c-format +msgid "could not change directory to \"%s\": %m" +msgstr "konnte nicht in Verzeichnis �%s� wechseln: %m" + +#: utils/init/miscinit.c:421 utils/cache/lsyscache.c:2750 commands/user.c:566 +#: commands/user.c:748 commands/user.c:858 commands/user.c:1012 +#: commands/variable.c:752 commands/variable.c:882 +#, c-format +msgid "role \"%s\" does not exist" +msgstr "Rolle �%s� existiert nicht" + +#: utils/init/miscinit.c:451 +#, c-format +msgid "role \"%s\" is not permitted to log in" +msgstr "Rolle �%s� hat keine Berechtigung zum Einloggen" + +#: utils/init/miscinit.c:469 +#, c-format +msgid "too many connections for role \"%s\"" +msgstr "zu viele Verbindungen von Rolle �%s�" + +#: utils/init/miscinit.c:544 +msgid "permission denied to set session authorization" +msgstr "keine Berechtigung um Sitzungsauthorisierung zu setzen" + +#: utils/init/miscinit.c:626 +#, c-format +msgid "invalid role OID: %u" +msgstr "ung�ltige Rollen-OID: %u" + +#: utils/init/miscinit.c:718 +#, c-format +msgid "could not create lock file \"%s\": %m" +msgstr "konnte Sperrdatei �%s� nicht erstellen: %m" + +#: utils/init/miscinit.c:732 +#, c-format +msgid "could not open lock file \"%s\": %m" +msgstr "konnte Sperrdatei �%s� nicht �ffnen: %m" + +#: utils/init/miscinit.c:738 +#, c-format +msgid "could not read lock file \"%s\": %m" +msgstr "konnte Sperrdatei �%s� nicht lesen: %m" + +#: utils/init/miscinit.c:801 +#, c-format +msgid "lock file \"%s\" already exists" +msgstr "Sperrdatei �%s� existiert bereits" + +#: utils/init/miscinit.c:805 +#, c-format +msgid "Is another postgres (PID %d) running in data directory \"%s\"?" +msgstr "" +"L�uft bereits ein anderer postgres-Prozess (PID %d) im Datenverzeichnis �%s�?" + +#: utils/init/miscinit.c:807 +#, c-format +msgid "Is another postmaster (PID %d) running in data directory \"%s\"?" +msgstr "" +"L�uft bereits ein anderer postmaster-Prozess (PID %d) im Datenverzeichnis �%" +"s�?" + +#: utils/init/miscinit.c:810 +#, c-format +msgid "Is another postgres (PID %d) using socket file \"%s\"?" +msgstr "" +"Verwendet bereits ein anderer postgres-Prozess (PID %d) die Socketdatei �%s�?" + +#: utils/init/miscinit.c:812 +#, c-format +msgid "Is another postmaster (PID %d) using socket file \"%s\"?" +msgstr "" +"Verwendet bereits ein anderer postmaster-Prozess (PID %d) die Socketdatei �%" +"s�?" + +#: utils/init/miscinit.c:840 +#, c-format +msgid "pre-existing shared memory block (key %lu, ID %lu) is still in use" +msgstr "" +"bereits bestehender Shared-Memory-Block (Schl�ssel %lu, ID %lu) wird noch " +"benutzt" + +#: utils/init/miscinit.c:843 +#, c-format +msgid "" +"If you're sure there are no old server processes still running, remove the " +"shared memory block or just delete the file \"%s\"." +msgstr "" +"Wenn Sie sich sicher sind, dass kein alter Serverprozess mehr l�uft, " +"entfernen Sie den Shared-Memory-Block oder l�schen Sie einfach die Datei �%s�." + +#: utils/init/miscinit.c:860 +#, c-format +msgid "could not remove old lock file \"%s\": %m" +msgstr "konnte alte Sperrdatei �%s� nicht l�schen: %m" + +#: utils/init/miscinit.c:862 +msgid "" +"The file seems accidentally left over, but it could not be removed. Please " +"remove the file by hand and try again." +msgstr "" +"Die Datei ist anscheinend aus Versehen �brig geblieben, konnte aber nicht " +"gel�scht werden. Bitte entfernen Sie die Datei von Hand und versuchen Sie es " +"erneut." + +#: utils/init/miscinit.c:884 utils/init/miscinit.c:894 +#, c-format +msgid "could not write lock file \"%s\": %m" +msgstr "konnte Sperrdatei �%s� nicht schreiben: %m" + +#: utils/init/miscinit.c:1093 utils/init/miscinit.c:1106 +#, c-format +msgid "\"%s\" is not a valid data directory" +msgstr "�%s� ist kein g�ltiges Datenverzeichnis" + +#: utils/init/miscinit.c:1095 +#, c-format +msgid "File \"%s\" is missing." +msgstr "Die Datei �%s� fehlt." + +#: utils/init/miscinit.c:1108 +#, c-format +msgid "File \"%s\" does not contain valid data." +msgstr "Die Datei �%s� enth�lt keine g�ltigen Daten." + +#: utils/init/miscinit.c:1110 +msgid "You might need to initdb." +msgstr "Sie m�ssen m�glicherweise initdb ausf�hren." + +#: utils/init/miscinit.c:1118 +#, c-format +msgid "" +"The data directory was initialized by PostgreSQL version %ld.%ld, which is " +"not compatible with this version %s." +msgstr "" +"Das Datenverzeichnis wurde von PostgreSQL Version %ld.%ld initialisiert, " +"welche nicht mit dieser Version %s kompatibel ist." + +#: utils/init/miscinit.c:1166 +#, c-format +msgid "invalid list syntax in parameter \"%s\"" +msgstr "ung�ltige Listensyntax f�r Parameter �%s�" + +#: utils/init/miscinit.c:1203 +#, c-format +msgid "loaded library \"%s\"" +msgstr "Bibliothek �%s� geladen" + +#: utils/init/postinit.c:177 +#, c-format +msgid "database \"%s\" has disappeared from pg_database" +msgstr "Datenbank �%s� ist aus pg_database verschwunden" + +#: utils/init/postinit.c:179 +#, c-format +msgid "Database OID %u now seems to belong to \"%s\"." +msgstr "Datenbank-OID %u geh�rt jetzt anscheinend zu �%s�." + +#: utils/init/postinit.c:199 +#, c-format +msgid "database \"%s\" is not currently accepting connections" +msgstr "Datenbank �%s� akzeptiert gegenw�rtig keine Verbindungen" + +#: utils/init/postinit.c:212 +#, c-format +msgid "permission denied for database \"%s\"" +msgstr "keine Berechtigung f�r Datenbank �%s�" + +#: utils/init/postinit.c:213 +msgid "User does not have CONNECT privilege." +msgstr "Benutzer hat das CONNECT-Privileg nicht." + +#: utils/init/postinit.c:230 +#, c-format +msgid "too many connections for database \"%s\"" +msgstr "zu viele Verbindungen f�r Datenbank �%s�" + +#: utils/init/postinit.c:252 utils/init/postinit.c:259 +msgid "database locale is incompatible with operating system" +msgstr "Datenbank-Locale ist inkompatibel mit Betriebssystem" + +#: utils/init/postinit.c:253 +#, c-format +msgid "" +"The database was initialized with LC_COLLATE \"%s\", which is not " +"recognized by setlocale()." +msgstr "" +"Die Datenbank wurde mit LC_COLLATE �%s� initialisiert, was von setlocale() " +"nicht erkannt wird." + +#: utils/init/postinit.c:255 utils/init/postinit.c:262 +msgid "" +"Recreate the database with another locale or install the missing locale." +msgstr "" +"Erzeugen Sie die Datenbank neu mit einer anderen Locale oder installieren " +"Sie die fehlende Locale." + +#: utils/init/postinit.c:260 +#, c-format +msgid "" +"The database was initialized with LC_CTYPE \"%s\", which is not recognized " +"by setlocale()." +msgstr "" +"Die Datenbank wurde mit LC_CTYPE �%s� initialisiert, was von setlocale() " +"nicht erkannt wird." + +#: utils/init/postinit.c:410 +#, c-format +msgid "database %u does not exist" +msgstr "Datenbank %u existiert nicht" + +#: utils/init/postinit.c:541 +msgid "It seems to have just been dropped or renamed." +msgstr "Sie wurde anscheinend gerade gel�scht oder umbenannt." + +#: utils/init/postinit.c:557 +#, c-format +msgid "The database subdirectory \"%s\" is missing." +msgstr "Das Datenbankunterverzeichnis �%s� fehlt." + +#: utils/init/postinit.c:562 +#, c-format +msgid "could not access directory \"%s\": %m" +msgstr "konnte nicht auf Verzeichnis �%s� zugreifen: %m" + +#: utils/init/postinit.c:595 +msgid "no roles are defined in this database system" +msgstr "in diesem Datenbanksystem sind keine Rollen definiert" + +#: utils/init/postinit.c:596 +#, c-format +msgid "You should immediately run CREATE USER \"%s\" CREATEUSER;." +msgstr "Sie sollten sofort CREATE USER \"%s\" CREATEUSER; ausf�hren." + +#: utils/init/postinit.c:626 +msgid "must be superuser to connect during database shutdown" +msgstr "" +"nur Superuser k�nnen w�hrend des Herunterfahrens der Datenbank verbinden" + +#: utils/init/postinit.c:636 +msgid "connection limit exceeded for non-superusers" +msgstr "Verbindungsh�chstgrenze f�r Nicht-Superuser �berschritten" + +#: utils/error/assert.c:37 +msgid "TRAP: ExceptionalCondition: bad arguments\n" +msgstr "TRAP: ExceptionalCondition: fehlerhafte Argumente\n" + +#: utils/error/assert.c:40 +#, c-format +msgid "TRAP: %s(\"%s\", File: \"%s\", Line: %d)\n" +msgstr "TRAP: %s(�%s�, Datei: �%s�, Zeile: %d)\n" + +#: utils/error/elog.c:1404 +#, c-format +msgid "could not reopen file \"%s\" as stderr: %m" +msgstr "konnte Datei �%s� nicht als stderr neu �ffnen: %m" + +#: utils/error/elog.c:1417 +#, c-format +msgid "could not reopen file \"%s\" as stdout: %m" +msgstr "konnte Datei �%s� nicht als stdou neu �ffnen: %m" + +#: utils/error/elog.c:1727 utils/error/elog.c:1737 +msgid "[unknown]" +msgstr "[unbekannt]" + +#: utils/error/elog.c:2077 utils/error/elog.c:2359 utils/error/elog.c:2437 +msgid "missing error text" +msgstr "fehlender Fehlertext" + +#: utils/error/elog.c:2080 utils/error/elog.c:2083 utils/error/elog.c:2440 +#: utils/error/elog.c:2443 +#, c-format +msgid " at character %d" +msgstr " bei Zeichen %d" + +#: utils/error/elog.c:2093 utils/error/elog.c:2100 +msgid "DETAIL: " +msgstr "DETAIL: " + +#: utils/error/elog.c:2107 +msgid "HINT: " +msgstr "TIPP: " + +#: utils/error/elog.c:2114 +msgid "QUERY: " +msgstr "ANFRAGE: " + +#: utils/error/elog.c:2121 +msgid "CONTEXT: " +msgstr "ZUSAMMENHANG: " + +#: utils/error/elog.c:2131 +#, c-format +msgid "LOCATION: %s, %s:%d\n" +msgstr "ORT: %s, %s:%d\n" + +#: utils/error/elog.c:2138 +#, c-format +msgid "LOCATION: %s:%d\n" +msgstr "ORT: %s:%d\n" + +#: utils/error/elog.c:2152 +msgid "STATEMENT: " +msgstr "ANWEISUNG: " + +#: utils/error/elog.c:2249 +msgid "Not safe to send CSV data\n" +msgstr "Senden von CSV-Daten ist nicht sicher\n" + +#. translator: This string will be truncated at 47 +#. characters expanded. +#: utils/error/elog.c:2552 +#, c-format +msgid "operating system error %d" +msgstr "Betriebssystemfehler %d" + +#: utils/error/elog.c:2575 +msgid "DEBUG" +msgstr "DEBUG" + +#: utils/error/elog.c:2579 +msgid "LOG" +msgstr "LOG" + +#: utils/error/elog.c:2582 +msgid "INFO" +msgstr "INFO" + +#: utils/error/elog.c:2585 +msgid "NOTICE" +msgstr "HINWEIS" + +#: utils/error/elog.c:2588 +msgid "WARNING" +msgstr "WARNUNG" + +#: utils/error/elog.c:2591 +msgid "ERROR" +msgstr "FEHLER" + +#: utils/error/elog.c:2594 +msgid "FATAL" +msgstr "FATAL" + +#: utils/error/elog.c:2597 +msgid "PANIC" +msgstr "PANIK" + +#: utils/fmgr/dfmgr.c:125 +#, c-format +msgid "could not find function \"%s\" in file \"%s\"" +msgstr "konnte Funktion �%s� nicht in Datei �%s� finden" + +#: utils/fmgr/dfmgr.c:204 utils/fmgr/dfmgr.c:406 utils/fmgr/dfmgr.c:453 +#, c-format +msgid "could not access file \"%s\": %m" +msgstr "konnte nicht auf Datei �%s� zugreifen: %m" + +#: utils/fmgr/dfmgr.c:242 +#, c-format +msgid "could not load library \"%s\": %s" +msgstr "konnte Bibliothek �%s� nicht laden: %s" + +#: utils/fmgr/dfmgr.c:274 +#, c-format +msgid "incompatible library \"%s\": missing magic block" +msgstr "inkompatible Bibliothek �%s�: magischer Block fehlt" + +#: utils/fmgr/dfmgr.c:276 +msgid "Extension libraries are required to use the PG_MODULE_MAGIC macro." +msgstr "Erweiterungsbibliotheken m�ssen das Makro PG_MODULE_MAGIC verwenden." + +#: utils/fmgr/dfmgr.c:312 +#, c-format +msgid "incompatible library \"%s\": version mismatch" +msgstr "inkompatible Bibliothek �%s�: Version stimmt nicht �berein" + +#: utils/fmgr/dfmgr.c:314 +#, c-format +msgid "Server is version %d.%d, library is version %d.%d." +msgstr "Serverversion ist %d.%d, Bibliotheksversion ist %d.%d." + +#: utils/fmgr/dfmgr.c:333 +#, c-format +msgid "Server has FUNC_MAX_ARGS = %d, library has %d." +msgstr "Server hat FUNC_MAX_ARGS = %d, Bibliothek hat %d." + +#: utils/fmgr/dfmgr.c:342 +#, c-format +msgid "Server has INDEX_MAX_KEYS = %d, library has %d." +msgstr "Server hat INDEX_MAX_KEYS = %d, Bibliothek hat %d." + +#: utils/fmgr/dfmgr.c:351 +#, c-format +msgid "Server has NAMEDATALEN = %d, library has %d." +msgstr "Server hat NAMEDATALEN = %d, Bibliothek hat %d." + +#: utils/fmgr/dfmgr.c:360 +#, c-format +msgid "Server has FLOAT4PASSBYVAL = %s, library has %s." +msgstr "Server hat FLOAT4PASSBYVAL = %s, Bibliothek hat %s." + +#: utils/fmgr/dfmgr.c:369 +#, c-format +msgid "Server has FLOAT8PASSBYVAL = %s, library has %s." +msgstr "Server hat FLOAT8PASSBYVAL = %s, Bibliothek hat %s." + +#: utils/fmgr/dfmgr.c:376 +msgid "Magic block has unexpected length or padding difference." +msgstr "Magischer Block hat unerwartete L�nge oder unterschiedliches Padding." + +#: utils/fmgr/dfmgr.c:379 +#, c-format +msgid "incompatible library \"%s\": magic block mismatch" +msgstr "inkompatible Bibliothek �%s�: magischer Block stimmt �berein" + +#: utils/fmgr/dfmgr.c:537 +#, c-format +msgid "access to library \"%s\" is not allowed" +msgstr "Zugriff auf Bibliothek �%s� ist nicht erlaubt" + +#: utils/fmgr/dfmgr.c:564 +#, c-format +msgid "invalid macro name in dynamic library path: %s" +msgstr "ung�ltiger Makroname in Parameter �dynamic_library_path�: %s" + +#: utils/fmgr/dfmgr.c:609 +msgid "zero-length component in parameter \"dynamic_library_path\"" +msgstr "eine Komponente im Parameter �dynamic_library_path� hat L�nge null" + +#: utils/fmgr/dfmgr.c:628 +msgid "component in parameter \"dynamic_library_path\" is not an absolute path" +msgstr "" +"eine Komponente im Parameter �dynamic_library_path� ist kein absoluter Pfad" + +#: utils/fmgr/fmgr.c:266 +#, c-format +msgid "internal function \"%s\" is not in internal lookup table" +msgstr "interne Funktion �%s� ist nicht in der internen Suchtabelle" + +#: utils/fmgr/fmgr.c:472 +#, c-format +msgid "unrecognized API version %d reported by info function \"%s\"" +msgstr "Info-Funktion �%2$s� berichtete unbekannte API-Version %1$d" + +#: utils/fmgr/fmgr.c:843 utils/fmgr/fmgr.c:2075 +#, c-format +msgid "function %u has too many arguments (%d, maximum is %d)" +msgstr "Funktion %u hat zu viele Argumente (%d, Maximum ist %d)" + +#: utils/fmgr/funcapi.c:356 +#, c-format +msgid "" +"could not determine actual result type for function \"%s\" declared to " +"return type %s" +msgstr "" +"konnte tats�chlichen Ergebnistyp von Funktion �%s� mit deklarierten " +"R�ckgabetyp %s nicht bestimmen" + +#: utils/fmgr/funcapi.c:1105 utils/fmgr/funcapi.c:1136 +msgid "number of aliases does not match number of columns" +msgstr "Anzahl der Aliasnamen stimmt nicht mit der Anzahl der Spalten �berein" + +#: utils/fmgr/funcapi.c:1130 +msgid "no column alias was provided" +msgstr "Spaltenalias fehlt" + +#: utils/fmgr/funcapi.c:1154 +msgid "could not determine row description for function returning record" +msgstr "" +"konnte Zeilenbeschreibung f�r Funktion, die �record� zur�ckgibt, nicht " +"ermitteln" + +#: utils/cache/lsyscache.c:2319 utils/cache/lsyscache.c:2354 +#: utils/cache/lsyscache.c:2389 utils/cache/lsyscache.c:2424 +#, c-format +msgid "type %s is only a shell" +msgstr "Typ %s ist nur eine H�lle" + +#: utils/cache/lsyscache.c:2324 +#, c-format +msgid "no input function available for type %s" +msgstr "keine Eingabefunktion verf�gbar f�r Typ %s" + +#: utils/cache/lsyscache.c:2359 +#, c-format +msgid "no output function available for type %s" +msgstr "keine Ausgabefunktion verf�gbar f�r Typ %s" + +#: utils/cache/plancache.c:527 +msgid "cached plan must not change result type" +msgstr "gecachter Plan darf den Ergebnistyp nicht �ndern" + +#: utils/cache/relcache.c:3707 +#, c-format +msgid "could not create relation-cache initialization file \"%s\": %m" +msgstr "konnte Initialisierungsdatei f�r Relationscache �%s� nicht erzeugen: %m" + +#: utils/cache/relcache.c:3709 +msgid "Continuing anyway, but there's something wrong." +msgstr "Setze trotzdem fort, aber irgendwas stimmt nicht." + +#: utils/cache/typcache.c:146 parser/parse_type.c:205 +#, c-format +msgid "type \"%s\" is only a shell" +msgstr "Typ �%s� ist nur eine H�lle" + +#: utils/cache/typcache.c:326 +#, c-format +msgid "type %s is not composite" +msgstr "Typ %s ist kein zusammengesetzter Typ" + +#: utils/cache/typcache.c:340 +msgid "record type has not been registered" +msgstr "Record-Typ wurde nicht registriert" + +#: tsearch/dict_ispell.c:52 tsearch/dict_thesaurus.c:615 +msgid "multiple DictFile parameters" +msgstr "mehrere DictFile-Parameter" + +#: tsearch/dict_ispell.c:63 +msgid "multiple AffFile parameters" +msgstr "mehrere AffFile-Parameter" + +#: tsearch/dict_ispell.c:74 tsearch/dict_simple.c:50 +#: snowball/dict_snowball.c:206 +msgid "multiple StopWords parameters" +msgstr "mehrere �StopWords�-Parameter" + +#: tsearch/dict_ispell.c:82 +#, c-format +msgid "unrecognized Ispell parameter: \"%s\"" +msgstr "unbekannter Ispell-Parameter: �%s�" + +#: tsearch/dict_ispell.c:96 +msgid "missing AffFile parameter" +msgstr "Parameter �AffFile� fehlt" + +#: tsearch/dict_ispell.c:102 tsearch/dict_thesaurus.c:639 +msgid "missing DictFile parameter" +msgstr "Parameter �DictFile� fehlt" + +#: tsearch/dict_simple.c:59 +msgid "multiple Accept parameters" +msgstr "mehrere �Accept�-Parameter" + +#: tsearch/dict_simple.c:67 +#, c-format +msgid "unrecognized simple dictionary parameter: \"%s\"" +msgstr "unbekannter Parameter f�r das einfache W�rterbuch: �%s�" + +#: tsearch/dict_synonym.c:99 +#, c-format +msgid "unrecognized synonym parameter: \"%s\"" +msgstr "unbekannter Synonymparameter: �%s�" + +#: tsearch/dict_synonym.c:106 +msgid "missing Synonyms parameter" +msgstr "Parameter �Synonyms� fehlt" + +#: tsearch/dict_synonym.c:113 +#, c-format +msgid "could not open synonym file \"%s\": %m" +msgstr "konnte Synonymdatei �%s� nicht �ffnen: %m" + +#: tsearch/dict_thesaurus.c:180 +#, c-format +msgid "could not open thesaurus file \"%s\": %m" +msgstr "konnte Thesaurusdatei �%s� nicht �ffnen: %m" + +#: tsearch/dict_thesaurus.c:213 +msgid "unexpected delimiter" +msgstr "unerwartetes Trennzeichen" + +#: tsearch/dict_thesaurus.c:263 tsearch/dict_thesaurus.c:279 +msgid "unexpected end of line or lexeme" +msgstr "unerwartetes Ende der Zeile oder des Lexems" + +#: tsearch/dict_thesaurus.c:288 +msgid "unexpected end of line" +msgstr "unerwartetes Ende der Zeile" + +#: tsearch/dict_thesaurus.c:413 +#, c-format +msgid "" +"thesaurus sample word \"%s\" isn't recognized by subdictionary (rule %d)" +msgstr "" +"Thesaurus-Beispielwort �%s� wird nicht vom Unterw�rterbuch erkannt (Regel %d)" + +#: tsearch/dict_thesaurus.c:419 +#, c-format +msgid "thesaurus sample word \"%s\" is a stop word (rule %d)" +msgstr "Thesaurus-Beispielwort �%s� ist ein Stoppwort (Regel %d)" + +#: tsearch/dict_thesaurus.c:422 +msgid "Use \"?\" to represent a stop word within a sample phrase." +msgstr "Verwenden Sie �?�, um ein Stoppwort in einem Beispielsatz darzustellen." + +#: tsearch/dict_thesaurus.c:567 +#, c-format +msgid "thesaurus substitute word \"%s\" is a stop word (rule %d)" +msgstr "Thesaurus-Ersatzwort �%s� ist ein Stoppwort (Regel %d)" + +#: tsearch/dict_thesaurus.c:574 +#, c-format +msgid "" +"thesaurus substitute word \"%s\" isn't recognized by subdictionary (rule %d)" +msgstr "" +"Thesaurus-Ersatzwort �%s� wird nicht vom Unterw�rterbuch erkannt (Regel %d)" + +#: tsearch/dict_thesaurus.c:586 +#, c-format +msgid "thesaurus substitute phrase is empty (rule %d)" +msgstr "Thesaurus-Ersatzausdruck ist leer (Regel %d)" + +#: tsearch/dict_thesaurus.c:624 +msgid "multiple Dictionary parameters" +msgstr "mehrere �Dictionary�-Parameter" + +#: tsearch/dict_thesaurus.c:631 +#, c-format +msgid "unrecognized Thesaurus parameter: \"%s\"" +msgstr "unbekannter Thesaurus-Parameter: �%s�" + +#: tsearch/dict_thesaurus.c:643 +msgid "missing Dictionary parameter" +msgstr "Parameter �Dictionary� fehlt" + +#: tsearch/spell.c:204 +#, c-format +msgid "could not open dictionary file \"%s\": %m" +msgstr "konnte W�rterbuchdatei �%s� nicht �ffnen: %m" + +#: tsearch/spell.c:444 tsearch/spell.c:461 tsearch/spell.c:478 +#: tsearch/spell.c:495 tsearch/spell.c:517 gram.y:10787 gram.y:10804 +msgid "syntax error" +msgstr "Syntaxfehler" + +#: tsearch/spell.c:522 tsearch/spell.c:772 tsearch/spell.c:792 +msgid "multibyte flag character is not allowed" +msgstr "Mehrbytemarkierungszeichen ist nicht erlaubt" + +#: tsearch/spell.c:557 tsearch/spell.c:615 tsearch/spell.c:710 +#, c-format +msgid "could not open affix file \"%s\": %m" +msgstr "konnte Affixdatei �%s� nicht �ffnen: %m" + +#: tsearch/spell.c:603 +msgid "Ispell dictionary supports only default flag value" +msgstr "Ispell-W�rterbuch unterst�tzt nur den Default-Flag-Wert" + +#: tsearch/spell.c:803 +msgid "wrong affix file format for flag" +msgstr "falsches Affixdateiformat f�r Flag" + +#: tsearch/ts_locale.c:168 +#, c-format +msgid "line %d of configuration file \"%s\": \"%s\"" +msgstr "Zeile %d in Konfigurationsdatei �%s�: �%s�" + +#: tsearch/ts_locale.c:288 +#, c-format +msgid "conversion from wchar_t to server encoding failed: %m" +msgstr "Umwandlung von wchar_t in Serverkodierung fehlgeschlagen: %m" + +#: tsearch/ts_parse.c:384 tsearch/ts_parse.c:391 tsearch/ts_parse.c:554 +#: tsearch/ts_parse.c:561 +msgid "word is too long to be indexed" +msgstr "Wort ist zu lang um indiziert zu werden" + +#: tsearch/ts_parse.c:385 tsearch/ts_parse.c:392 tsearch/ts_parse.c:555 +#: tsearch/ts_parse.c:562 +#, c-format +msgid "Words longer than %d characters are ignored." +msgstr "W�rter, die l�nger als %d Zeichen sind, werden ignoriert." + +#: tsearch/ts_utils.c:53 +#, c-format +msgid "invalid text search configuration file name \"%s\"" +msgstr "ung�ltiger Textsuchekonfigurationsdateiname �%s�" + +#: tsearch/ts_utils.c:91 +#, c-format +msgid "could not open stop-word file \"%s\": %m" +msgstr "konnte Stoppwortdatei �%s� nicht �ffnen: %m" + +#: tsearch/wparser.c:314 +msgid "text search parser does not support headline creation" +msgstr "Textsucheparser unterst�tzt die Erzeugung von Headlines nicht" + +#: tsearch/wparser_def.c:2435 +#, c-format +msgid "unrecognized headline parameter: \"%s\"" +msgstr "unbekannter Headline-Parameter: �%s�" + +#: tsearch/wparser_def.c:2444 +msgid "MinWords should be less than MaxWords" +msgstr "�MinWords� sollte kleiner als �MaxWords� sein" + +#: tsearch/wparser_def.c:2448 +msgid "MinWords should be positive" +msgstr "�MinWords� sollte positiv sein" + +#: tsearch/wparser_def.c:2452 +msgid "ShortWord should be >= 0" +msgstr "�ShortWord� sollte >= 0 sein" + +#: tsearch/wparser_def.c:2456 +msgid "MaxFragments should be >= 0" +msgstr "�MaxFragments� sollte >= 0 sein" + +#: tcop/postgres.c:326 tcop/postgres.c:349 tcop/fastpath.c:292 +#: commands/copy.c:514 commands/copy.c:533 commands/copy.c:537 +msgid "unexpected EOF on client connection" +msgstr "unerwartetes EOF auf Client-Verbindung" + +#: tcop/postgres.c:376 tcop/postgres.c:388 tcop/postgres.c:399 +#: tcop/postgres.c:411 tcop/postgres.c:3839 +#, c-format +msgid "invalid frontend message type %d" +msgstr "ung�ltiger Frontend-Message-Typ %d" + +#: tcop/postgres.c:832 +#, c-format +msgid "statement: %s" +msgstr "Anweisung: %s" + +#: tcop/postgres.c:891 tcop/postgres.c:1200 tcop/postgres.c:1480 +#: tcop/postgres.c:1916 tcop/postgres.c:2233 tcop/postgres.c:2313 +#: tcop/fastpath.c:305 +msgid "" +"current transaction is aborted, commands ignored until end of transaction " +"block" +msgstr "" +"aktuelle Transaktion wurde abgebrochen, Befehle werden bis zum Ende der " +"Transaktion ignoriert" + +#: tcop/postgres.c:1060 tcop/postgres.c:1346 tcop/postgres.c:1757 +#: tcop/postgres.c:1973 tcop/fastpath.c:409 +#, c-format +msgid "duration: %s ms" +msgstr "Dauer: %s ms" + +#: tcop/postgres.c:1065 +#, c-format +msgid "duration: %s ms statement: %s" +msgstr "Dauer: %s ms Anweisung: %s" + +#: tcop/postgres.c:1115 +#, c-format +msgid "parse %s: %s" +msgstr "Parsen %s: %s" + +#: tcop/postgres.c:1173 +msgid "cannot insert multiple commands into a prepared statement" +msgstr "kann nicht mehrere Befehle in vorbereitete Anweisung einf�gen" + +#: tcop/postgres.c:1239 commands/prepare.c:122 parser/analyze.c:2209 +#, c-format +msgid "could not determine data type of parameter $%d" +msgstr "konnte Datentyp von Parameter $%d nicht ermitteln" + +#: tcop/postgres.c:1351 +#, c-format +msgid "duration: %s ms parse %s: %s" +msgstr "Dauer: %s ms Parsen %s: %s" + +#: tcop/postgres.c:1397 +#, c-format +msgid "bind %s to %s" +msgstr "Binden %s an %s" + +#: tcop/postgres.c:1416 tcop/postgres.c:2213 +msgid "unnamed prepared statement does not exist" +msgstr "unbenannte vorbereitete Anweisung existiert nicht" + +#: tcop/postgres.c:1458 +#, c-format +msgid "bind message has %d parameter formats but %d parameters" +msgstr "Binden-Nachricht hat %d Parameterformate aber %d Parameter" + +#: tcop/postgres.c:1464 +#, c-format +msgid "" +"bind message supplies %d parameters, but prepared statement \"%s\" requires %" +"d" +msgstr "" +"Binden-Nachricht enth�lt %d Parameter, aber vorbereitete Anweisung �%s� " +"erfordert %d" + +#: tcop/postgres.c:1623 +#, c-format +msgid "incorrect binary data format in bind parameter %d" +msgstr "falsches Bin�rdatenformat in Binden-Parameter %d" + +#: tcop/postgres.c:1762 +#, c-format +msgid "duration: %s ms bind %s%s%s: %s" +msgstr "Dauer: %s ms Binden %s%s%s: %s" + +#: tcop/postgres.c:1810 tcop/postgres.c:2299 +#, c-format +msgid "portal \"%s\" does not exist" +msgstr "Portal �%s� existiert nicht" + +#: tcop/postgres.c:1897 tcop/postgres.c:1981 +msgid "execute fetch from" +msgstr "Ausf�hren Fetch von" + +#: tcop/postgres.c:1898 tcop/postgres.c:1982 +msgid "execute" +msgstr "Ausf�hren" + +#: tcop/postgres.c:1895 +#, c-format +msgid "%s %s%s%s: %s" +msgstr "%s %s%s%s: %s" + +#: tcop/postgres.c:1978 +#, c-format +msgid "duration: %s ms %s %s%s%s: %s" +msgstr "Dauer: %s ms %s %s%s%s: %s" + +#: tcop/postgres.c:2104 +#, c-format +msgid "prepare: %s" +msgstr "Vorbereiten: %s" + +#: tcop/postgres.c:2167 +#, c-format +msgid "parameters: %s" +msgstr "Parameter: %s" + +#: tcop/postgres.c:2489 +msgid "terminating connection because of crash of another server process" +msgstr "breche Verbindung ab wegen Absturz eines anderen Serverprozesses" + +#: tcop/postgres.c:2490 +msgid "" +"The postmaster has commanded this server process to roll back the current " +"transaction and exit, because another server process exited abnormally and " +"possibly corrupted shared memory." +msgstr "" +"Der Postmaster hat diesen Serverprozess angewiesen, die aktuelle Transaktion " +"zur�ckzurollen und die Sitzung zu beenden, weil ein anderer Serverprozess " +"abnormal beendet wurde und m�glicherweise das Shared Memory verf�lscht hat." + +#: tcop/postgres.c:2494 +msgid "" +"In a moment you should be able to reconnect to the database and repeat your " +"command." +msgstr "" +"In einem Moment sollten Sie wieder mit der Datenbank verbinden und Ihren " +"Befehl wiederholen k�nnen." + +#: tcop/postgres.c:2613 +msgid "floating-point exception" +msgstr "Flie�kommafehler" + +#: tcop/postgres.c:2614 +msgid "" +"An invalid floating-point operation was signaled. This probably means an out-" +"of-range result or an invalid operation, such as division by zero." +msgstr "" +"Eine ung�ltige Flie�kommaoperation wurde signalisiert. Das bedeutet " +"wahrscheinlich ein Ergebnis au�erhalb des g�ltigen Bereichs oder eine " +"ung�ltige Operation, zum Beispiel Division durch null." + +#: tcop/postgres.c:2651 +msgid "terminating autovacuum process due to administrator command" +msgstr "breche Autovacuum-Prozess ab aufgrund von Anweisung des Administrators" + +#: tcop/postgres.c:2655 +msgid "terminating connection due to administrator command" +msgstr "breche Verbindung ab aufgrund von Anweisung des Administrators" + +#: tcop/postgres.c:2666 +msgid "canceling statement due to statement timeout" +msgstr "storniere Anfrage wegen Zeit�berschreitung" + +#: tcop/postgres.c:2670 +msgid "canceling autovacuum task" +msgstr "storniere Autovacuum-Aufgabe" + +#: tcop/postgres.c:2674 +msgid "canceling statement due to user request" +msgstr "storniere Anfrage wegen Benutzeraufforderung" + +#: tcop/postgres.c:2718 +msgid "stack depth limit exceeded" +msgstr "Grenze f�r Stacktiefe �berschritten" + +#: tcop/postgres.c:2719 +msgid "" +"Increase the configuration parameter \"max_stack_depth\", after ensuring the " +"platform's stack depth limit is adequate." +msgstr "" +"Erh�hen Sie den Konfigurationsparameter �max_stack_depth�, nachdem Sie " +"sichergestellt haben, dass die Stacktiefenbegrenzung Ihrer Plattform " +"ausreichend ist." + +#: tcop/postgres.c:2735 +#, c-format +msgid "\"max_stack_depth\" must not exceed %ldkB" +msgstr "�max_stack_depth� darf %ldkB nicht �berschreiten" + +#: tcop/postgres.c:2737 +msgid "" +"Increase the platform's stack depth limit via \"ulimit -s\" or local " +"equivalent." +msgstr "" +"Erh�hen Sie die Stacktiefenbegrenzung Ihrer Plattform mit �ulimit -s� oder " +"der lokalen Entsprechung." + +#: tcop/postgres.c:3114 bootstrap/bootstrap.c:294 postmaster/postmaster.c:652 #, c-format msgid "--%s requires a value" msgstr "--%s ben�tigt einen Wert" -#: bootstrap/bootstrap.c:299 postmaster/postmaster.c:663 tcop/postgres.c:3111 +#: tcop/postgres.c:3119 bootstrap/bootstrap.c:299 postmaster/postmaster.c:657 #, c-format msgid "-c %s requires a value" msgstr "-c %s ben�tigt einen Wert" -#: bootstrap/bootstrap.c:310 postmaster/postmaster.c:675 -#: postmaster/postmaster.c:688 +#: tcop/postgres.c:3254 +msgid "invalid command-line arguments for server process" +msgstr "ung�ltige Kommandozeilenargumente f�r Serverprozess" + +#: tcop/postgres.c:3255 tcop/postgres.c:3269 +#, c-format +msgid "Try \"%s --help\" for more information." +msgstr "Versuchen Sie �%s --help� f�r weitere Informationen." + +#: tcop/postgres.c:3267 +#, c-format +msgid "%s: invalid command-line arguments" +msgstr "%s: ung�ltige Kommandozeilenargumente" + +#: tcop/postgres.c:3277 +#, c-format +msgid "%s: no database nor user name specified" +msgstr "%s: weder Datenbankname noch Benutzername angegeben" + +#: tcop/postgres.c:3749 +#, c-format +msgid "invalid CLOSE message subtype %d" +msgstr "ung�ltiger Subtyp %d von CLOSE-Message" + +#: tcop/postgres.c:3782 +#, c-format +msgid "invalid DESCRIBE message subtype %d" +msgstr "ung�ltiger Subtyp %d von DESCRIBE-Message" + +#: tcop/postgres.c:4020 +#, c-format +msgid "" +"disconnection: session time: %d:%02d:%02d.%03d user=%s database=%s host=%s%s%" +"s" +msgstr "" +"Verbindungsende: Sitzungszeit: %d:%02d:%02d.%03d Benutzer=%s Datenbank=%s " +"Host=%s%s%s" + +#: tcop/pquery.c:668 +#, c-format +msgid "bind message has %d result formats but query has %d columns" +msgstr "Bind-Message hat %d Ergebnisspalten, aber Anfrage hat %d Spalten" + +#: tcop/pquery.c:745 tcop/pquery.c:1366 commands/portalcmds.c:329 +#, c-format +msgid "portal \"%s\" cannot be run" +msgstr "Portal �%s� kann nicht ausgef�hrt werden" + +#: tcop/pquery.c:979 +msgid "cursor can only scan forward" +msgstr "Cursor kann nur vorw�rts scannen" + +#: tcop/pquery.c:980 +msgid "Declare it with SCROLL option to enable backward scan." +msgstr "" +"Deklarieren Sie ihn mit der Option SCROLL um r�ckwarts scannen zu k�nnen." + +#: tcop/utility.c:90 commands/tablecmds.c:732 commands/tablecmds.c:1042 +#: commands/tablecmds.c:1860 commands/tablecmds.c:3243 +#: commands/tablecmds.c:3272 commands/tablecmds.c:4603 commands/trigger.c:121 +#: commands/trigger.c:809 rewrite/rewriteDefine.c:259 +#, c-format +msgid "permission denied: \"%s\" is a system catalog" +msgstr "keine Berechtigung: �%s� ist ein Systemkatalog" + +#: tcop/utility.c:218 commands/copy.c:1007 executor/execMain.c:636 +msgid "transaction is read-only" +msgstr "Transaktion ist Read-Only" + +#: tcop/utility.c:1021 +msgid "must be superuser to do CHECKPOINT" +msgstr "nur Superuser k�nnen CHECKPOINT ausf�hren" + +#: tcop/fastpath.c:109 tcop/fastpath.c:483 tcop/fastpath.c:613 +#, c-format +msgid "invalid argument size %d in function call message" +msgstr "ung�ltige Argumentgr��e %d in Funktionsaufruf-Message" + +#: tcop/fastpath.c:223 catalog/aclchk.c:2542 catalog/aclchk.c:3230 +#, c-format +msgid "function with OID %u does not exist" +msgstr "Funktion mit OID %u existiert nicht" + +#: tcop/fastpath.c:333 +#, c-format +msgid "fastpath function call: \"%s\" (OID %u)" +msgstr "Fastpath-Funktionsaufruf: �%s� (OID %u)" + +#: tcop/fastpath.c:413 +#, c-format +msgid "duration: %s ms fastpath function call: \"%s\" (OID %u)" +msgstr "Dauer: %s ms Fastpath-Funktionsaufruf: �%s� (OID %u)" + +#: tcop/fastpath.c:451 tcop/fastpath.c:578 +#, c-format +msgid "function call message contains %d arguments but function requires %d" +msgstr "" +"Funktionsaufruf-Message enth�lt %d Argumente, aber Funktion ben�tigt %d" + +#: tcop/fastpath.c:459 +#, c-format +msgid "function call message contains %d argument formats but %d arguments" +msgstr "Funktionsaufruf-Message enth�lt %d Argumentformate aber %d Argumente" + +#: tcop/fastpath.c:546 tcop/fastpath.c:629 +#, c-format +msgid "incorrect binary data format in function argument %d" +msgstr "falsches Bin�rdatenformat in Funktionsargument %d" + +#: bootstrap/bootstrap.c:310 postmaster/postmaster.c:669 +#: postmaster/postmaster.c:682 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Versuchen Sie �%s --help� f�r weitere Informationen.\n" @@ -1679,58 +7647,9 @@ msgstr "ung�ltiger Privilegtyp %s f�r Fremdserver" msgid "column privileges are only valid for relations" msgstr "Spaltenprivilegien sind nur f�r Relation g�ltig" -#: catalog/aclchk.c:500 commands/comment.c:626 commands/dbcommands.c:740 -#: commands/dbcommands.c:884 commands/dbcommands.c:989 -#: commands/dbcommands.c:1165 commands/dbcommands.c:1352 -#: commands/dbcommands.c:1424 commands/dbcommands.c:1511 utils/adt/acl.c:2514 -#: utils/adt/dbsize.c:144 utils/init/postinit.c:415 utils/init/postinit.c:534 -#: utils/init/postinit.c:550 -#, c-format -msgid "database \"%s\" does not exist" -msgstr "Datenbank �%s� existiert nicht" - -#: catalog/aclchk.c:528 commands/comment.c:1195 commands/functioncmds.c:805 -#: commands/proclang.c:433 commands/proclang.c:506 commands/proclang.c:550 -#: utils/adt/acl.c:3115 -#, c-format -msgid "language \"%s\" does not exist" -msgstr "Sprache �%s� existiert nicht" - -#: catalog/aclchk.c:548 catalog/namespace.c:338 catalog/namespace.c:2124 -#: catalog/namespace.c:2165 catalog/namespace.c:2213 catalog/namespace.c:3117 -#: commands/comment.c:736 commands/schemacmds.c:190 commands/schemacmds.c:267 -#: commands/schemacmds.c:343 utils/adt/acl.c:3321 -#, c-format -msgid "schema \"%s\" does not exist" -msgstr "Schema �%s� existiert nicht" - -#: catalog/aclchk.c:577 commands/comment.c:665 commands/dbcommands.c:412 -#: commands/dbcommands.c:1022 commands/indexcmds.c:210 -#: commands/tablecmds.c:401 commands/tablecmds.c:6503 -#: commands/tablespace.c:415 commands/tablespace.c:770 -#: commands/tablespace.c:837 commands/tablespace.c:931 -#: commands/tablespace.c:1055 executor/execMain.c:2884 utils/adt/acl.c:3695 -#: utils/adt/dbsize.c:240 -#, c-format -msgid "tablespace \"%s\" does not exist" -msgstr "Tablespace �%s� existiert nicht" - -#: catalog/aclchk.c:636 commands/analyze.c:276 commands/comment.c:579 -#: commands/copy.c:3404 commands/sequence.c:1301 commands/tablecmds.c:3820 -#: commands/tablecmds.c:3912 commands/tablecmds.c:3959 -#: commands/tablecmds.c:4055 commands/tablecmds.c:4116 -#: commands/tablecmds.c:4180 commands/tablecmds.c:5561 -#: commands/tablecmds.c:5699 parser/analyze.c:1718 -#: parser/parse_relation.c:2056 parser/parse_relation.c:2111 -#: parser/parse_target.c:804 parser/parse_type.c:117 utils/adt/acl.c:2303 -#: utils/adt/ruleutils.c:1334 -#, c-format -msgid "column \"%s\" of relation \"%s\" does not exist" -msgstr "Spalte �%s� von Relation �%s� existiert nicht" - #: catalog/aclchk.c:895 commands/comment.c:509 commands/sequence.c:945 -#: commands/tablecmds.c:200 commands/tablecmds.c:2046 -#: commands/tablecmds.c:2266 commands/tablecmds.c:7490 +#: commands/tablecmds.c:199 commands/tablecmds.c:2045 +#: commands/tablecmds.c:2266 commands/tablecmds.c:7500 #, c-format msgid "\"%s\" is not a sequence" msgstr "�%s� ist keine Sequenz" @@ -1754,272 +7673,262 @@ msgstr "ung�ltiger Privilegtyp %s f�r Spalte" msgid "sequence \"%s\" only supports SELECT column privileges" msgstr "Sequenz �%s� unterst�tzt nur den Spaltenprivilegientyp SELECT" -#: catalog/aclchk.c:1667 +#: catalog/aclchk.c:1668 #, c-format msgid "language \"%s\" is not trusted" msgstr "Sprache �%s� ist nicht �trusted�" -#: catalog/aclchk.c:1669 +#: catalog/aclchk.c:1670 msgid "Only superusers can use untrusted languages." msgstr "Nur Superuser k�nnen nicht vertrauensw�rdige Sprachen verwenden." -#: catalog/aclchk.c:2023 +#: catalog/aclchk.c:2024 #, c-format msgid "unrecognized privilege type \"%s\"" msgstr "unbekannter Privilegtyp �%s�" -#: catalog/aclchk.c:2072 +#: catalog/aclchk.c:2073 #, c-format msgid "permission denied for column %s" msgstr "keine Berechtigung f�r Spalte %s" -#: catalog/aclchk.c:2074 +#: catalog/aclchk.c:2075 #, c-format msgid "permission denied for relation %s" msgstr "keine Berechtigung f�r Relation %s" -#: catalog/aclchk.c:2076 commands/sequence.c:467 commands/sequence.c:662 +#: catalog/aclchk.c:2077 commands/sequence.c:467 commands/sequence.c:662 #: commands/sequence.c:706 commands/sequence.c:742 #, c-format msgid "permission denied for sequence %s" msgstr "keine Berechtigung f�r Sequenz %s" -#: catalog/aclchk.c:2078 +#: catalog/aclchk.c:2079 #, c-format msgid "permission denied for database %s" msgstr "keine Berechtigung f�r Datenbank %s" -#: catalog/aclchk.c:2080 +#: catalog/aclchk.c:2081 #, c-format msgid "permission denied for function %s" msgstr "keine Berechtigung f�r Funktion %s" -#: catalog/aclchk.c:2082 +#: catalog/aclchk.c:2083 #, c-format msgid "permission denied for operator %s" msgstr "keine Berechtigung f�r Operator %s" -#: catalog/aclchk.c:2084 +#: catalog/aclchk.c:2085 #, c-format msgid "permission denied for type %s" msgstr "keine Berechtigung f�r Typ %s" -#: catalog/aclchk.c:2086 +#: catalog/aclchk.c:2087 #, c-format msgid "permission denied for language %s" msgstr "keine Berechtigung f�r Sprache %s" -#: catalog/aclchk.c:2088 +#: catalog/aclchk.c:2089 #, c-format msgid "permission denied for schema %s" msgstr "keine Berechtigung f�r Schema %s" -#: catalog/aclchk.c:2090 +#: catalog/aclchk.c:2091 #, c-format msgid "permission denied for operator class %s" msgstr "keine Berechtigung f�r Operatorklasse %s" -#: catalog/aclchk.c:2092 +#: catalog/aclchk.c:2093 #, c-format msgid "permission denied for operator family %s" msgstr "keine Berechtigung f�r Operatorfamilie %s" -#: catalog/aclchk.c:2094 +#: catalog/aclchk.c:2095 #, c-format msgid "permission denied for conversion %s" msgstr "keine Berechtigung f�r Konversion %s" -#: catalog/aclchk.c:2096 +#: catalog/aclchk.c:2097 #, c-format msgid "permission denied for tablespace %s" msgstr "keine Berechtigung f�r Tablespace %s" -#: catalog/aclchk.c:2098 +#: catalog/aclchk.c:2099 #, c-format msgid "permission denied for text search dictionary %s" msgstr "keine Berechtigung f�r Textsuchew�rterbuch %s" -#: catalog/aclchk.c:2100 +#: catalog/aclchk.c:2101 #, c-format msgid "permission denied for text search configuration %s" msgstr "keine Berechtigung f�r Textsuchekonfiguration %s" -#: catalog/aclchk.c:2102 +#: catalog/aclchk.c:2103 #, c-format msgid "permission denied for foreign-data wrapper %s" msgstr "keine Berechtigung f�r Fremddaten-Wrapper %s" -#: catalog/aclchk.c:2104 +#: catalog/aclchk.c:2105 #, c-format msgid "permission denied for foreign server %s" msgstr "keine Berechtigung f�r Fremdserver %s" -#: catalog/aclchk.c:2110 catalog/aclchk.c:2112 +#: catalog/aclchk.c:2111 catalog/aclchk.c:2113 #, c-format msgid "must be owner of relation %s" msgstr "Berechtigung nur f�r Eigent�mer der Relation %s" -#: catalog/aclchk.c:2114 +#: catalog/aclchk.c:2115 #, c-format msgid "must be owner of sequence %s" msgstr "Berechtigung nur f�r Eigent�mer der Sequenz %s" -#: catalog/aclchk.c:2116 +#: catalog/aclchk.c:2117 #, c-format msgid "must be owner of database %s" msgstr "Berechtigung nur f�r Eigent�mer der Datenbank %s" -#: catalog/aclchk.c:2118 +#: catalog/aclchk.c:2119 #, c-format msgid "must be owner of function %s" msgstr "Berechtigung nur f�r Eigent�mer der Funktion %s" -#: catalog/aclchk.c:2120 +#: catalog/aclchk.c:2121 #, c-format msgid "must be owner of operator %s" msgstr "Berechtigung nur f�r Eigent�mer des Operators %s" -#: catalog/aclchk.c:2122 +#: catalog/aclchk.c:2123 #, c-format msgid "must be owner of type %s" msgstr "Berechtigung nur f�r Eigent�mer des Typs %s" -#: catalog/aclchk.c:2124 +#: catalog/aclchk.c:2125 #, c-format msgid "must be owner of language %s" msgstr "Berechtigung nur f�r Eigent�mer der Sprache %s" -#: catalog/aclchk.c:2126 +#: catalog/aclchk.c:2127 #, c-format msgid "must be owner of schema %s" msgstr "Berechtigung nur f�r Eigent�mer des Schemas %s" -#: catalog/aclchk.c:2128 +#: catalog/aclchk.c:2129 #, c-format msgid "must be owner of operator class %s" msgstr "Berechtigung nur f�r Eigent�mer der Operatorklasse %s" -#: catalog/aclchk.c:2130 +#: catalog/aclchk.c:2131 #, c-format msgid "must be owner of operator family %s" msgstr "Berechtigung nur f�r Eigent�mer der Operatorfamilie %s" -#: catalog/aclchk.c:2132 +#: catalog/aclchk.c:2133 #, c-format msgid "must be owner of conversion %s" msgstr "Berechtigung nur f�r Eigent�mer der Konversion %s" -#: catalog/aclchk.c:2134 +#: catalog/aclchk.c:2135 #, c-format msgid "must be owner of tablespace %s" msgstr "Berechtigung nur f�r Eigent�mer des Tablespace %s" -#: catalog/aclchk.c:2136 +#: catalog/aclchk.c:2137 #, c-format msgid "must be owner of text search dictionary %s" msgstr "Berechtigung nur f�r Eigent�mer des Textsuchew�rterbuches %s" -#: catalog/aclchk.c:2138 +#: catalog/aclchk.c:2139 #, c-format msgid "must be owner of text search configuration %s" msgstr "Berechtigung nur f�r Eigent�mer der Textsuchekonfiguration %s" -#: catalog/aclchk.c:2140 +#: catalog/aclchk.c:2141 #, c-format msgid "must be owner of foreign-data wrapper %s" msgstr "Berechtigung nur f�r Eigent�mer des Fremddaten-Wrappers %s" -#: catalog/aclchk.c:2142 +#: catalog/aclchk.c:2143 #, c-format msgid "must be owner of foreign server %s" msgstr "Berechtigung nur f�r Eigent�mer des Fremdservers %s" -#: catalog/aclchk.c:2184 +#: catalog/aclchk.c:2185 #, c-format msgid "permission denied for column %s of relation %s" msgstr "keine Berechtigung f�r Spalte %s von Relation %s" -#: catalog/aclchk.c:2213 +#: catalog/aclchk.c:2214 #, c-format msgid "role with OID %u does not exist" msgstr "Rolle mit OID %u existiert nicht" -#: catalog/aclchk.c:2304 catalog/aclchk.c:2312 +#: catalog/aclchk.c:2305 catalog/aclchk.c:2313 #, c-format msgid "attribute %d of relation with OID %u does not exist" msgstr "Attribut %d der Relation mit OID %u existiert nicht" -#: catalog/aclchk.c:2389 catalog/aclchk.c:3145 +#: catalog/aclchk.c:2390 catalog/aclchk.c:3146 #, c-format msgid "relation with OID %u does not exist" msgstr "Relation mit OID %u existiert nicht" -#: catalog/aclchk.c:2485 catalog/aclchk.c:3498 utils/adt/dbsize.c:122 -#, c-format -msgid "database with OID %u does not exist" -msgstr "Datenbank mit OID %u existiert nicht" - -#: catalog/aclchk.c:2541 catalog/aclchk.c:3229 tcop/fastpath.c:223 -#, c-format -msgid "function with OID %u does not exist" -msgstr "Funktion mit OID %u existiert nicht" - -#: catalog/aclchk.c:2597 catalog/aclchk.c:3257 +#: catalog/aclchk.c:2598 catalog/aclchk.c:3258 #, c-format msgid "language with OID %u does not exist" msgstr "Sprache mit OID %u existiert nicht" -#: catalog/aclchk.c:2681 catalog/aclchk.c:3285 +#: catalog/aclchk.c:2682 catalog/aclchk.c:3286 #, c-format msgid "schema with OID %u does not exist" msgstr "Schema mit OID %u existiert nicht" -#: catalog/aclchk.c:2747 catalog/aclchk.c:3324 +#: catalog/aclchk.c:2748 catalog/aclchk.c:3325 #, c-format msgid "tablespace with OID %u does not exist" msgstr "Tablespace mit OID %u existiert nicht" -#: catalog/aclchk.c:2807 +#: catalog/aclchk.c:2808 #, c-format msgid "foreign-data wrapper with OID %u does not exist" msgstr "Fremddaten-Wrapper mit OID %u existiert nicht" -#: catalog/aclchk.c:2870 catalog/aclchk.c:3469 +#: catalog/aclchk.c:2871 catalog/aclchk.c:3470 #, c-format msgid "foreign server with OID %u does not exist" msgstr "Fremdserver mit OID %u existiert nicht" -#: catalog/aclchk.c:3173 +#: catalog/aclchk.c:3174 #, c-format msgid "type with OID %u does not exist" msgstr "Typ mit OID %u existiert nicht" -#: catalog/aclchk.c:3201 +#: catalog/aclchk.c:3202 #, c-format msgid "operator with OID %u does not exist" msgstr "Operator mit OID %u existiert nicht" -#: catalog/aclchk.c:3353 +#: catalog/aclchk.c:3354 #, c-format msgid "operator class with OID %u does not exist" msgstr "Operatorklasse mit OID %u existiert nicht" -#: catalog/aclchk.c:3382 +#: catalog/aclchk.c:3383 #, c-format msgid "operator family with OID %u does not exist" msgstr "Operatorfamilie mit OID %u existiert nicht" -#: catalog/aclchk.c:3411 +#: catalog/aclchk.c:3412 #, c-format msgid "text search dictionary with OID %u does not exist" msgstr "Textsuchew�rterbuch mit OID %u existiert nicht" -#: catalog/aclchk.c:3440 +#: catalog/aclchk.c:3441 #, c-format msgid "text search configuration with OID %u does not exist" msgstr "Textsuchekonfiguration mit OID %u existiert nicht" -#: catalog/aclchk.c:3526 +#: catalog/aclchk.c:3527 #, c-format msgid "conversion with OID %u does not exist" msgstr "Konversion mit OID %u existiert nicht" @@ -2029,253 +7938,249 @@ msgid "invalid fork name" msgstr "ung�ltiger Fork-Name" #: catalog/catalog.c:76 -msgid "Valid fork names are 'main' and 'fsm'" -msgstr "" +msgid "Valid fork names are \"main\", \"fsm\", and \"vm\"." +msgstr "G�ltige Fork-Namen sind �main�, �fsm� und �vm�." -#: catalog/dependency.c:568 +#: catalog/dependency.c:569 #, c-format msgid "cannot drop %s because %s requires it" msgstr "kann %s nicht l�schen, wird von %s ben�tigt" -#: catalog/dependency.c:571 +#: catalog/dependency.c:572 #, c-format msgid "You can drop %s instead." msgstr "Sie k�nnen stattdessen %s l�schen." -#: catalog/dependency.c:724 catalog/pg_shdepend.c:547 +#: catalog/dependency.c:725 catalog/pg_shdepend.c:547 #, c-format msgid "cannot drop %s because it is required by the database system" msgstr "kann %s nicht l�schen, wird vom Datenbanksystem ben�tigt" -#: catalog/dependency.c:838 +#: catalog/dependency.c:839 #, c-format msgid "drop auto-cascades to %s" msgstr "L�schvorgang l�scht automatisch %s" -#: catalog/dependency.c:850 catalog/dependency.c:859 +#: catalog/dependency.c:851 catalog/dependency.c:860 #, c-format msgid "%s depends on %s" msgstr "%s h�ngt von %s ab" -#: catalog/dependency.c:871 catalog/dependency.c:880 +#: catalog/dependency.c:872 catalog/dependency.c:881 #, c-format msgid "drop cascades to %s" msgstr "L�schvorgang l�scht ebenfalls %s" -#: catalog/dependency.c:888 catalog/pg_shdepend.c:658 +#: catalog/dependency.c:889 catalog/pg_shdepend.c:658 #, c-format msgid "" "\n" +"and %d other object (see server log for list)" +msgid_plural "" +"\n" "and %d other objects (see server log for list)" -msgstr "" +msgstr[0] "" +"\n" +"und %d weiteres Objekt (Liste im Serverlog)" +msgstr[1] "" "\n" "und %d weitere Objekte (Liste im Serverlog)" -#: catalog/dependency.c:897 +#: catalog/dependency.c:901 #, c-format msgid "cannot drop %s because other objects depend on it" msgstr "kann %s nicht l�schen, weil andere Objekte davon abh�ngen" -#: catalog/dependency.c:899 catalog/dependency.c:900 catalog/dependency.c:906 -#: catalog/dependency.c:907 catalog/dependency.c:916 catalog/dependency.c:917 -#: commands/trigger.c:612 commands/trigger.c:628 commands/trigger.c:640 -#: commands/user.c:909 commands/user.c:910 nodes/print.c:85 -#: storage/lmgr/deadlock.c:942 storage/lmgr/deadlock.c:943 -#: tcop/postgres.c:3982 utils/adt/xml.c:1312 utils/adt/xml.c:1313 -#: utils/adt/xml.c:1319 utils/adt/xml.c:1390 utils/fmgr/dfmgr.c:381 -#: utils/misc/guc.c:4736 utils/misc/guc.c:5004 -#, c-format -msgid "%s" -msgstr "%s" - -#: catalog/dependency.c:901 catalog/dependency.c:908 +#: catalog/dependency.c:905 catalog/dependency.c:912 msgid "Use DROP ... CASCADE to drop the dependent objects too." msgstr "" "Verwenden Sie DROP ... CASCADE um die abh�ngigen Objekte ebenfalls zu " "l�schen." -#: catalog/dependency.c:905 -#, fuzzy +#: catalog/dependency.c:909 msgid "cannot drop desired object(s) because other objects depend on them" -msgstr "kann %s nicht l�schen, weil andere Objekte davon abh�ngen" +msgstr "" +"kann gew�nschte Objekte nicht l�schen, weil andere Objekte davon abh�ngen" #. translator: %d always has a value larger than 1 -#: catalog/dependency.c:914 +#: catalog/dependency.c:918 #, c-format -msgid "drop cascades to %d other objects" -msgstr "L�schvorgang l�scht ebenfalls %d weitere Objekte" +msgid "drop cascades to %d other object" +msgid_plural "drop cascades to %d other objects" +msgstr[0] "L�schvorgang l�scht ebenfalls %d weiteres Objekt" +msgstr[1] "L�schvorgang l�scht ebenfalls %d weitere Objekte" -#: catalog/dependency.c:2069 +#: catalog/dependency.c:2075 #, c-format msgid " column %s" msgstr " Spalte %s" -#: catalog/dependency.c:2075 +#: catalog/dependency.c:2081 #, c-format msgid "function %s" msgstr "Funktion %s" -#: catalog/dependency.c:2080 +#: catalog/dependency.c:2086 #, c-format msgid "type %s" msgstr "Typ %s" -#: catalog/dependency.c:2110 +#: catalog/dependency.c:2116 #, c-format msgid "cast from %s to %s" msgstr "Typumwandlung von %s in %s" -#: catalog/dependency.c:2138 +#: catalog/dependency.c:2144 #, c-format msgid "constraint %s on %s" msgstr "Constraint %s f�r %s" -#: catalog/dependency.c:2144 +#: catalog/dependency.c:2150 #, c-format msgid "constraint %s" msgstr "Constraint %s" -#: catalog/dependency.c:2162 +#: catalog/dependency.c:2168 #, c-format msgid "conversion %s" msgstr "Konversion %s" -#: catalog/dependency.c:2199 +#: catalog/dependency.c:2205 #, c-format msgid "default for %s" msgstr "Vorgabewert f�r %s" -#: catalog/dependency.c:2217 +#: catalog/dependency.c:2223 #, c-format msgid "language %s" msgstr "Sprache %s" -#: catalog/dependency.c:2224 +#: catalog/dependency.c:2230 #, c-format msgid "operator %s" msgstr "Operator %s" -#: catalog/dependency.c:2258 +#: catalog/dependency.c:2264 #, c-format msgid "operator class %s for access method %s" msgstr "Operatorklasse %s f�r Zugriffsmethode %s" -#: catalog/dependency.c:2307 -#, fuzzy, c-format +#: catalog/dependency.c:2314 +#, c-format msgid "operator %d %s of %s" -msgstr "Operator %d %s von " +msgstr "Operator %d %s von %s" -#: catalog/dependency.c:2353 -#, fuzzy, c-format +#: catalog/dependency.c:2361 +#, c-format msgid "function %d %s of %s" -msgstr "Funktion %d %s von " +msgstr "Funktion %d %s von %s" -#: catalog/dependency.c:2390 +#: catalog/dependency.c:2398 #, c-format msgid "rule %s on " msgstr "Regel %s f�r " -#: catalog/dependency.c:2425 +#: catalog/dependency.c:2433 #, c-format msgid "trigger %s on " msgstr "Trigger %s f�r " -#: catalog/dependency.c:2442 +#: catalog/dependency.c:2450 #, c-format msgid "schema %s" msgstr "Schema %s" -#: catalog/dependency.c:2456 +#: catalog/dependency.c:2464 #, c-format msgid "text search parser %s" msgstr "Textsucheparser %s" -#: catalog/dependency.c:2472 +#: catalog/dependency.c:2480 #, c-format msgid "text search dictionary %s" msgstr "Textsuchew�rterbuch %s" -#: catalog/dependency.c:2488 +#: catalog/dependency.c:2496 #, c-format msgid "text search template %s" msgstr "Textsuchevorlage %s" -#: catalog/dependency.c:2504 +#: catalog/dependency.c:2512 #, c-format msgid "text search configuration %s" msgstr "Textsuchekonfiguration %s" -#: catalog/dependency.c:2512 +#: catalog/dependency.c:2520 #, c-format msgid "role %s" msgstr "Rolle %s" -#: catalog/dependency.c:2525 +#: catalog/dependency.c:2533 #, c-format msgid "database %s" msgstr "Datenbank %s" -#: catalog/dependency.c:2537 +#: catalog/dependency.c:2545 #, c-format msgid "tablespace %s" msgstr "Tablespace %s" -#: catalog/dependency.c:2546 +#: catalog/dependency.c:2554 #, c-format msgid "foreign-data wrapper %s" msgstr "Fremddaten-Wrapper %s" -#: catalog/dependency.c:2555 +#: catalog/dependency.c:2563 #, c-format msgid "server %s" msgstr "Server %s" -#: catalog/dependency.c:2581 -#, fuzzy, c-format +#: catalog/dependency.c:2589 +#, c-format msgid "user mapping for %s" -msgstr "Liste der Dom�nen" +msgstr "Benutzerabbildung f�r %s" -#: catalog/dependency.c:2625 +#: catalog/dependency.c:2633 #, c-format msgid "table %s" msgstr "Tabelle %s" -#: catalog/dependency.c:2629 +#: catalog/dependency.c:2637 #, c-format msgid "index %s" msgstr "Index %s" -#: catalog/dependency.c:2633 +#: catalog/dependency.c:2641 #, c-format msgid "sequence %s" msgstr "Sequenz %s" -#: catalog/dependency.c:2637 +#: catalog/dependency.c:2645 #, c-format msgid "uncataloged table %s" msgstr "nicht katalogisierte Tabelle %s" -#: catalog/dependency.c:2641 +#: catalog/dependency.c:2649 #, c-format msgid "toast table %s" msgstr "TOAST-Tabelle %s" -#: catalog/dependency.c:2645 +#: catalog/dependency.c:2653 #, c-format msgid "view %s" msgstr "Sicht %s" -#: catalog/dependency.c:2649 +#: catalog/dependency.c:2657 #, c-format msgid "composite type %s" msgstr "zusammengesetzter Typ %s" -#: catalog/dependency.c:2654 +#: catalog/dependency.c:2662 #, c-format msgid "relation %s" msgstr "Relation %s" -#: catalog/dependency.c:2695 +#: catalog/dependency.c:2703 #, c-format msgid "operator family %s for access method %s" msgstr "Operatorfamilie %s f�r Zugriffsmethode %s" @@ -2290,7 +8195,7 @@ msgid "System catalog modifications are currently disallowed." msgstr "�nderungen an Systemkatalogen sind gegenw�rtig nicht erlaubt." #: catalog/heap.c:362 commands/tablecmds.c:1156 commands/tablecmds.c:1481 -#: commands/tablecmds.c:3594 +#: commands/tablecmds.c:3597 #, c-format msgid "tables can have at most %d columns" msgstr "Tabellen k�nnen h�chstens %d Spalten haben" @@ -2319,18 +8224,18 @@ msgstr "Relation wird trotzdem erzeugt." msgid "column \"%s\" has pseudo-type %s" msgstr "Spalte �%s� hat Pseudotyp %s" -#: catalog/heap.c:864 catalog/index.c:595 commands/tablecmds.c:2113 +#: catalog/heap.c:866 catalog/index.c:595 commands/tablecmds.c:2112 #, c-format msgid "relation \"%s\" already exists" msgstr "Relation �%s� existiert bereits" -#: catalog/heap.c:881 catalog/pg_type.c:379 catalog/pg_type.c:656 +#: catalog/heap.c:883 catalog/pg_type.c:379 catalog/pg_type.c:656 #: commands/typecmds.c:219 commands/typecmds.c:796 commands/typecmds.c:1122 #, c-format msgid "type \"%s\" already exists" msgstr "Typ �%s� existiert bereits" -#: catalog/heap.c:882 +#: catalog/heap.c:884 msgid "" "A relation has an associated type of the same name, so you must use a name " "that doesn't conflict with any existing type." @@ -2338,89 +8243,87 @@ msgstr "" "Eine Relation hat einen zugeh�rigen Typ mit dem selben Namen, daher m�ssen " "Sie einen Namen w�hlen, der nicht mit einem bestehenden Typ kollidiert." -#: catalog/heap.c:903 catalog/index.c:589 commands/tablecmds.c:6687 +#: catalog/heap.c:905 catalog/index.c:589 commands/tablecmds.c:6693 msgid "only shared relations can be placed in pg_global tablespace" msgstr "" "nur geteilte Relationen k�nnen in den Tablespace �pg_global� gelegt werden" -#: catalog/heap.c:1432 -#, fuzzy, c-format +#: catalog/heap.c:1434 +#, c-format msgid "" "cannot drop \"%s\" because it is being used by active queries in this session" msgstr "" -"%s mit Relation �%s� nicht m�glich, weil sie von aktiven Anfragen in dieser " -"Sitzung verwendet wird" +"kann �%s� nicht l�schen, weil sie von aktiven Anfragen in dieser Sitzung " +"verwendet wird" -#: catalog/heap.c:1883 +#: catalog/heap.c:1885 #, c-format msgid "check constraint \"%s\" already exists" msgstr "Check-Constraint �%s� existiert bereits" -#: catalog/heap.c:2027 catalog/pg_constraint.c:613 commands/tablecmds.c:4425 +#: catalog/heap.c:2029 catalog/pg_constraint.c:613 commands/tablecmds.c:4430 #, c-format msgid "constraint \"%s\" for relation \"%s\" already exists" msgstr "Constraint �%s� existiert bereits f�r Relation �%s�" -#: catalog/heap.c:2031 +#: catalog/heap.c:2033 #, c-format msgid "merging constraint \"%s\" with inherited definition" msgstr "Constraint �%s� wird mit geerbter Definition zusammengef�hrt" -#: catalog/heap.c:2130 +#: catalog/heap.c:2132 msgid "cannot use column references in default expression" msgstr "Spaltenverweise k�nnen nicht in Vorgabeausdr�cken verwendet werden" -#: catalog/heap.c:2138 +#: catalog/heap.c:2140 msgid "default expression must not return a set" msgstr "Vorgabeausdruck kann keine Ergebnismenge zur�ckgeben" -#: catalog/heap.c:2146 +#: catalog/heap.c:2148 msgid "cannot use subquery in default expression" msgstr "Unteranfragen k�nnen nicht in Vorgabeausdr�cken verwendet werden" -#: catalog/heap.c:2150 +#: catalog/heap.c:2152 msgid "cannot use aggregate function in default expression" msgstr "Aggregatfunktionen k�nnen nicht in Vorgabeausdr�cken verwendet werden" -#: catalog/heap.c:2154 -#, fuzzy +#: catalog/heap.c:2156 msgid "cannot use window function in default expression" -msgstr "Aggregatfunktionen k�nnen nicht in Vorgabeausdr�cken verwendet werden" +msgstr "Fensterfunktionen k�nnen nicht in Vorgabeausdr�cken verwendet werden" -#: catalog/heap.c:2173 rewrite/rewriteHandler.c:942 +#: catalog/heap.c:2175 rewrite/rewriteHandler.c:942 #, c-format msgid "column \"%s\" is of type %s but default expression is of type %s" msgstr "Spalte �%s� hat Typ %s, aber der Vorgabeausdruck hat Typ %s" -#: catalog/heap.c:2178 commands/prepare.c:370 parser/parse_node.c:367 +#: catalog/heap.c:2180 commands/prepare.c:370 parser/parse_node.c:367 #: parser/parse_target.c:471 parser/parse_target.c:730 #: parser/parse_target.c:740 rewrite/rewriteHandler.c:947 msgid "You will need to rewrite or cast the expression." msgstr "Sie m�ssen den Ausdruck umschreiben oder eine Typumwandlung vornehmen." -#: catalog/heap.c:2214 +#: catalog/heap.c:2216 #, c-format msgid "only table \"%s\" can be referenced in check constraint" msgstr "nur Verweise auf Tabelle �%s� sind im Check-Constraint zugelassen" -#: catalog/heap.c:2223 commands/typecmds.c:2258 +#: catalog/heap.c:2225 commands/typecmds.c:2258 msgid "cannot use subquery in check constraint" msgstr "Unteranfragen k�nnen nicht in Check-Constraints verwendet werden" -#: catalog/heap.c:2227 commands/typecmds.c:2262 +#: catalog/heap.c:2229 commands/typecmds.c:2262 msgid "cannot use aggregate function in check constraint" msgstr "Aggregatfunktionen k�nnen nicht in Check-Constraints verwendet werden" -#: catalog/heap.c:2231 commands/typecmds.c:2266 -#, fuzzy +#: catalog/heap.c:2233 commands/typecmds.c:2266 msgid "cannot use window function in check constraint" -msgstr "Aggregatfunktionen k�nnen nicht in Check-Constraints verwendet werden" +msgstr "Fensterfunktionen k�nnen nicht in Check-Constraints verwendet werden" -#: catalog/heap.c:2450 +#: catalog/heap.c:2452 msgid "unsupported ON COMMIT and foreign key combination" msgstr "nicht unterst�tzte Kombination aus ON COMMIT und Fremdschl�ssel" -#: catalog/heap.c:2451 +#: catalog/heap.c:2453 #, c-format msgid "" "Table \"%s\" references \"%s\", but they do not have the same ON COMMIT " @@ -2429,18 +8332,18 @@ msgstr "" "Tabelle �%s� verweist auf �%s�, aber sie haben nicht die gleiche ON-COMMIT-" "Einstellung" -#: catalog/heap.c:2456 +#: catalog/heap.c:2458 msgid "cannot truncate a table referenced in a foreign key constraint" msgstr "" "kann eine Tabelle, die in einen Fremdschl�ssel-Constraint eingebunden ist, " "nicht leeren" -#: catalog/heap.c:2457 +#: catalog/heap.c:2459 #, c-format msgid "Table \"%s\" references \"%s\"." msgstr "Tabelle �%s� verweist auf �%s�." -#: catalog/heap.c:2459 +#: catalog/heap.c:2461 #, c-format msgid "Truncate table \"%s\" at the same time, or use TRUNCATE ... CASCADE." msgstr "" @@ -2461,17 +8364,17 @@ msgstr "" msgid "shared indexes cannot be created after initdb" msgstr "Cluster-globale Indexe k�nnen nicht nach initdb erzeugt werden" -#: catalog/index.c:2269 +#: catalog/index.c:2270 msgid "cannot reindex temporary tables of other sessions" msgstr "kann tempor�re Tabellen anderer Sitzungen nicht reindizieren" -#: catalog/index.c:2291 +#: catalog/index.c:2292 #, c-format msgid "shared index \"%s\" can only be reindexed in stand-alone mode" msgstr "" "Cluster-globaler Index �%s� kann nur im Einzelbenutzermodus reindiziert werden" -#: catalog/namespace.c:229 catalog/namespace.c:303 commands/trigger.c:3550 +#: catalog/namespace.c:229 catalog/namespace.c:303 commands/trigger.c:3514 #, c-format msgid "cross-database references are not implemented: \"%s.%s.%s\"" msgstr "Verweise auf andere Datenbanken sind nicht implementiert: �%s.%s.%s�" @@ -2480,17 +8383,11 @@ msgstr "Verweise auf andere Datenbanken sind nicht implementiert: �%s.%s.%s�" msgid "temporary tables cannot specify a schema name" msgstr "tempor�re Tabellen k�nnen keinen Schemanamen angeben" -#: catalog/namespace.c:270 parser/parse_relation.c:864 +#: catalog/namespace.c:270 commands/lockcmds.c:113 parser/parse_relation.c:864 #, c-format msgid "relation \"%s.%s\" does not exist" msgstr "Relation �%s.%s� existiert nicht" -#: catalog/namespace.c:275 parser/parse_relation.c:877 -#: parser/parse_relation.c:885 utils/adt/regproc.c:818 -#, c-format -msgid "relation \"%s\" does not exist" -msgstr "Relation �%s� existiert nicht" - #: catalog/namespace.c:356 catalog/namespace.c:2230 msgid "no schema has been selected to create in" msgstr "kein Schema f�r die Objekterzeugung ausgew�hlt" @@ -2521,8 +8418,8 @@ msgstr "Textsuchekonfiguration �%s� existiert nicht" msgid "cross-database references are not implemented: %s" msgstr "Verweise auf andere Datenbanken sind nicht implementiert: %s" -#: catalog/namespace.c:2082 gram.y:3445 gram.y:9937 parser/parse_expr.c:612 -#: parser/parse_target.c:919 +#: catalog/namespace.c:2082 parser/parse_expr.c:612 parser/parse_target.c:919 +#: gram.y:3434 gram.y:9931 #, c-format msgid "improper qualified name (too many dotted names): %s" msgstr "falscher qualifizierter Name (zu viele Namensteile): %s" @@ -2532,7 +8429,7 @@ msgstr "falscher qualifizierter Name (zu viele Namensteile): %s" msgid "improper relation name (too many dotted names): %s" msgstr "falscher Relationsname (zu viele Namensteile): %s" -#: catalog/namespace.c:2833 +#: catalog/namespace.c:2836 #, c-format msgid "permission denied to create temporary tables in database \"%s\"" msgstr "keine Berechtigung um tempor�re Tabellen in Datenbank �%s� zu erzeugen" @@ -2562,7 +8459,7 @@ msgstr "" "Anfangswert darf nicht ausgelassen werden, wenn �bergangsfunktion strikt ist " "und �bergangstyp nicht mit Eingabetyp kompatibel ist" -#: catalog/pg_aggregate.c:177 catalog/pg_proc.c:194 +#: catalog/pg_aggregate.c:177 catalog/pg_proc.c:196 msgid "cannot determine result data type" msgstr "kann Ergebnisdatentyp nicht bestimmen" @@ -2574,11 +8471,11 @@ msgstr "" "Eine Aggregatfunktion, die einen polymorphischen Typ zur�ckgibt, muss " "mindestens ein polymorphisches Argument haben." -#: catalog/pg_aggregate.c:190 catalog/pg_proc.c:200 +#: catalog/pg_aggregate.c:190 catalog/pg_proc.c:202 msgid "unsafe use of pseudo-type \"internal\"" msgstr "unsichere Verwendung des Pseudotyps �internal�" -#: catalog/pg_aggregate.c:191 catalog/pg_proc.c:201 +#: catalog/pg_aggregate.c:191 catalog/pg_proc.c:203 msgid "" "A function returning \"internal\" must have at least one \"internal\" " "argument." @@ -2595,7 +8492,7 @@ msgstr "" #: catalog/pg_aggregate.c:332 commands/typecmds.c:1274 #: commands/typecmds.c:1325 commands/typecmds.c:1356 commands/typecmds.c:1379 #: commands/typecmds.c:1400 commands/typecmds.c:1427 commands/typecmds.c:1454 -#: parser/parse_func.c:238 parser/parse_func.c:1372 +#: parser/parse_func.c:236 parser/parse_func.c:1291 #, c-format msgid "function %s does not exist" msgstr "Funktion %s existiert nicht" @@ -2673,29 +8570,24 @@ msgid "only binary operators can hash" msgstr "nur bin�re Operatoren k�nnen eine Hash-Funktion haben" #: catalog/pg_operator.c:390 -#, fuzzy msgid "only boolean operators can have negators" -msgstr "nur bin�re Operatoren k�nnen Kommutatoren haben" +msgstr "nur Boole'sche Operatoren k�nnen Negatoren haben" #: catalog/pg_operator.c:394 -#, fuzzy msgid "only boolean operators can have restriction selectivity" -msgstr "nur bin�re Operatoren k�nnen Join-Selectivity haben" +msgstr "nur Boole'sche Operatoren k�nnen Restriction-Selectivity haben" #: catalog/pg_operator.c:398 -#, fuzzy msgid "only boolean operators can have join selectivity" -msgstr "nur bin�re Operatoren k�nnen Join-Selectivity haben" +msgstr "nur Boole'sche Operatoren k�nnen Join-Selectivity haben" #: catalog/pg_operator.c:402 -#, fuzzy msgid "only boolean operators can merge join" -msgstr "nur bin�re Operatoren k�nnen an einem Merge-Verbund teilnehmen" +msgstr "nur Boole'sche Operatoren k�nnen an einem Merge-Verbund teilnehmen" #: catalog/pg_operator.c:406 -#, fuzzy msgid "only boolean operators can hash" -msgstr "nur bin�re Operatoren k�nnen eine Hash-Funktion haben" +msgstr "nur Boole'sche Operatoren k�nnen eine Hash-Funktion haben" #: catalog/pg_operator.c:418 #, c-format @@ -2706,12 +8598,14 @@ msgstr "Operator %s existiert bereits" msgid "operator cannot be its own negator or sort operator" msgstr "Operator kann nicht sein eigener Negator oder Sortierungsoperator sein" -#: catalog/pg_proc.c:115 parser/parse_func.c:1416 parser/parse_func.c:1454 +#: catalog/pg_proc.c:115 parser/parse_func.c:1335 parser/parse_func.c:1375 #, c-format -msgid "functions cannot have more than %d arguments" -msgstr "Funktionen k�nnen nicht mehr als %d Argumente haben" +msgid "functions cannot have more than %d argument" +msgid_plural "functions cannot have more than %d arguments" +msgstr[0] "Funktionen k�nnen nicht mehr als %d Argument haben" +msgstr[1] "Funktionen k�nnen nicht mehr als %d Argumente haben" -#: catalog/pg_proc.c:195 +#: catalog/pg_proc.c:197 msgid "" "A function returning a polymorphic type must have at least one polymorphic " "argument." @@ -2719,75 +8613,73 @@ msgstr "" "Eine Funktion, die einen polymorphischen Typ zur�ckgibt, muss mindestens ein " "polymorphisches Argument haben." -#: catalog/pg_proc.c:213 +#: catalog/pg_proc.c:215 #, c-format msgid "\"%s\" is already an attribute of type %s" msgstr "�%s� ist schon ein Attribut von Typ %s" -#: catalog/pg_proc.c:351 +#: catalog/pg_proc.c:354 #, c-format msgid "function \"%s\" already exists with same argument types" msgstr "Funktion �%s� existiert bereits mit den selben Argumenttypen" -#: catalog/pg_proc.c:365 catalog/pg_proc.c:387 +#: catalog/pg_proc.c:368 catalog/pg_proc.c:390 msgid "cannot change return type of existing function" msgstr "kann R�ckgabetyp einer bestehenden Funktion nicht �ndern" -#: catalog/pg_proc.c:366 catalog/pg_proc.c:389 catalog/pg_proc.c:412 -#: catalog/pg_proc.c:438 +#: catalog/pg_proc.c:369 catalog/pg_proc.c:392 catalog/pg_proc.c:415 +#: catalog/pg_proc.c:441 msgid "Use DROP FUNCTION first." msgstr "Verwenden Sie zuerst DROP FUNCTION." -#: catalog/pg_proc.c:388 +#: catalog/pg_proc.c:391 msgid "Row type defined by OUT parameters is different." msgstr "Der von OUT-Parametern bestimmte Zeilentyp ist verschieden." -#: catalog/pg_proc.c:411 -#, fuzzy +#: catalog/pg_proc.c:414 msgid "cannot remove parameter defaults from existing function" -msgstr "kann R�ckgabetyp einer bestehenden Funktion nicht �ndern" +msgstr "kann Parametervorgabewerte einer bestehenden Funktion nicht entfernen" -#: catalog/pg_proc.c:437 -#, fuzzy +#: catalog/pg_proc.c:440 msgid "cannot change data type of existing parameter default value" -msgstr "kann R�ckgabetyp einer bestehenden Funktion nicht �ndern" +msgstr "kann Datentyp eines bestehenden Parametervorgabewerts nicht �ndern" -#: catalog/pg_proc.c:449 +#: catalog/pg_proc.c:452 #, c-format msgid "function \"%s\" is an aggregate function" msgstr "Funktion �%s� ist eine Aggregatfunktion" -#: catalog/pg_proc.c:454 +#: catalog/pg_proc.c:457 #, c-format msgid "function \"%s\" is not an aggregate function" msgstr "Funktion �%s� ist keine Aggregatfunktion" -#: catalog/pg_proc.c:462 -#, fuzzy, c-format +#: catalog/pg_proc.c:465 +#, c-format msgid "function \"%s\" is a window function" -msgstr "Funktion %s ist nicht eindeutig" +msgstr "Funktion %s ist eine Fensterfunktion" -#: catalog/pg_proc.c:467 -#, fuzzy, c-format +#: catalog/pg_proc.c:470 +#, c-format msgid "function \"%s\" is not a window function" -msgstr "Funktion �%s� ist keine Aggregatfunktion" +msgstr "Funktion �%s� ist keine Fensterfunktion" -#: catalog/pg_proc.c:592 +#: catalog/pg_proc.c:595 #, c-format msgid "there is no built-in function named \"%s\"" msgstr "es gibt keine eingebaute Funktion namens %s" -#: catalog/pg_proc.c:687 +#: catalog/pg_proc.c:690 #, c-format msgid "SQL functions cannot return type %s" msgstr "SQL-Funktionen k�nnen keinen R�ckgabetyp �%s� haben" -#: catalog/pg_proc.c:702 +#: catalog/pg_proc.c:705 #, c-format msgid "SQL functions cannot have arguments of type %s" msgstr "SQL-Funktionen k�nnen keine Argumente vom Typ �%s� haben" -#: catalog/pg_proc.c:774 executor/functions.c:942 +#: catalog/pg_proc.c:777 executor/functions.c:943 #, c-format msgid "SQL function \"%s\"" msgstr "SQL-Funktion �%s�" @@ -2799,9 +8691,9 @@ msgstr "ung�ltige interne Typgr��e %d" #: catalog/pg_type.c:240 catalog/pg_type.c:248 catalog/pg_type.c:256 #: catalog/pg_type.c:265 -#, fuzzy, c-format +#, c-format msgid "alignment \"%c\" is invalid for passed-by-value type of size %d" -msgstr "interne Gr��e %d ist ung�ltig f�r Typen mit Wert�bergabe" +msgstr "Ausrichtung �%c� ist ung�ltig f�r Typen mit Wert�bergabe mit Gr��e %d" #: catalog/pg_type.c:272 #, c-format @@ -2809,9 +8701,9 @@ msgid "internal size %d is invalid for passed-by-value type" msgstr "interne Gr��e %d ist ung�ltig f�r Typen mit Wert�bergabe" #: catalog/pg_type.c:281 catalog/pg_type.c:287 -#, fuzzy, c-format +#, c-format msgid "alignment \"%c\" is invalid for variable-length type" -msgstr "interne Gr��e %d ist ung�ltig f�r Typen mit Wert�bergabe" +msgstr "Ausrichtung �%c� ist ung�ltig f�r Typen variabler L�nge" #: catalog/pg_type.c:295 msgid "fixed-size types must have storage PLAIN" @@ -2822,42 +8714,50 @@ msgstr "Typen mit fester Gr��e m�ssen Storage-Typ PLAIN haben" msgid "could not form array type name for type \"%s\"" msgstr "konnte keinen Arraytypnamen f�r Datentyp �%s� erzeugen" -#: catalog/pg_shdepend.c:662 +#: catalog/pg_shdepend.c:665 #, c-format msgid "" "\n" +"and objects in %d other database (see server log for list)" +msgid_plural "" +"\n" "and objects in %d other databases (see server log for list)" -msgstr "" +msgstr[0] "" +"\n" +"und Objekte in %d anderen Datenbank (Liste im Serverlog)" +msgstr[1] "" "\n" "und Objekte in %d anderen Datenbanken (Liste im Serverlog)" -#: catalog/pg_shdepend.c:973 +#: catalog/pg_shdepend.c:979 #, c-format msgid "role %u was concurrently dropped" msgstr "Rolle %u wurde gleichzeitig gel�scht" -#: catalog/pg_shdepend.c:992 +#: catalog/pg_shdepend.c:998 #, c-format msgid "tablespace %u was concurrently dropped" msgstr "Tablespace %u wurde gleichzeitig gel�scht" -#: catalog/pg_shdepend.c:1036 +#: catalog/pg_shdepend.c:1042 #, c-format msgid "owner of %s" msgstr "Eigent�mer von %s" -#: catalog/pg_shdepend.c:1038 +#: catalog/pg_shdepend.c:1044 #, c-format msgid "access to %s" msgstr "Zugriff auf %s" #. translator: %s will always be "database %s" -#: catalog/pg_shdepend.c:1046 +#: catalog/pg_shdepend.c:1052 #, c-format -msgid "%d objects in %s" -msgstr "%d Objekte in %s" +msgid "%d object in %s" +msgid_plural "%d objects in %s" +msgstr[0] "%d Objekt in %s" +msgstr[1] "%d Objekte in %s" -#: catalog/pg_shdepend.c:1154 catalog/pg_shdepend.c:1284 +#: catalog/pg_shdepend.c:1163 catalog/pg_shdepend.c:1293 #, c-format msgid "" "cannot drop objects owned by %s because they are required by the database " @@ -2866,15 +8766,15 @@ msgstr "" "kann Objekte, die %s geh�ren, nicht l�schen, weil sie vom Datenbanksystem " "ben�tigt werden" -#: catalog/toasting.c:84 commands/comment.c:516 commands/indexcmds.c:172 -#: commands/indexcmds.c:1313 commands/lockcmds.c:83 commands/tablecmds.c:194 -#: commands/tablecmds.c:1029 commands/tablecmds.c:3228 commands/trigger.c:116 -#: commands/trigger.c:841 +#: catalog/toasting.c:94 commands/comment.c:516 commands/indexcmds.c:174 +#: commands/indexcmds.c:1358 commands/lockcmds.c:140 commands/tablecmds.c:193 +#: commands/tablecmds.c:1029 commands/tablecmds.c:3231 commands/trigger.c:115 +#: commands/trigger.c:803 #, c-format msgid "\"%s\" is not a table" msgstr "�%s� ist keine Tabelle" -#: catalog/toasting.c:132 +#: catalog/toasting.c:143 msgid "shared tables cannot be toasted after initdb" msgstr "" "Cluster-globale Tabellen k�nnen nach initdb nicht mehr getoastet werden" @@ -2949,12 +8849,12 @@ msgstr "" msgid "analyzing \"%s.%s\"" msgstr "analysiere �%s.%s�" -#: commands/analyze.c:539 +#: commands/analyze.c:531 #, c-format msgid "automatic analyze of table \"%s.%s.%s\" system usage: %s" msgstr "automatisches Analysieren von Tabelle �%s.%s.%s� Systembenutzung: %s" -#: commands/analyze.c:1124 +#: commands/analyze.c:1117 #, c-format msgid "" "\"%s\": scanned %d of %u pages, containing %.0f live rows and %.0f dead " @@ -2963,7 +8863,7 @@ msgstr "" "�%s�: %d von %u Seiten gelesen, enthalten %.0f lebende Zeilen und %.0f tote " "Zeilen; %d Zeilen in Stichprobe, sch�tzungsweise %.0f Zeilen insgesamt" -#: commands/async.c:345 +#: commands/async.c:344 msgid "cannot PREPARE a transaction that has executed LISTEN or UNLISTEN" msgstr "" "PREPARE kann nicht in einer Transaktion ausgef�hrt werden, die LISTEN oder " @@ -2978,15 +8878,15 @@ msgstr "kann tempor�re Tabellen anderer Sitzungen nicht clustern" msgid "there is no previously clustered index for table \"%s\"" msgstr "es gibt keinen bereits geclusterten Index f�r Tabelle �%s�" -#: commands/cluster.c:168 commands/tablecmds.c:6467 +#: commands/cluster.c:168 commands/tablecmds.c:6473 #, c-format msgid "index \"%s\" for table \"%s\" does not exist" msgstr "Index �%s� f�r Tabelle �%s� existiert nicht" #: commands/cluster.c:348 -#, fuzzy, c-format +#, c-format msgid "clustering \"%s.%s\"" -msgstr "vacuume �%s.%s�" +msgstr "clustere �%s.%s�" #: commands/cluster.c:378 #, c-format @@ -3054,8 +8954,8 @@ msgstr "kann nicht anhand des ung�ltigen Index �%s� clustern" msgid "\"%s\" is a system catalog" msgstr "�%s� ist ein Systemkatalog" -#: commands/comment.c:523 commands/tablecmds.c:206 commands/tablecmds.c:2052 -#: commands/tablecmds.c:2274 commands/tablecmds.c:7498 commands/view.c:162 +#: commands/comment.c:523 commands/tablecmds.c:205 commands/tablecmds.c:2051 +#: commands/tablecmds.c:2274 commands/tablecmds.c:7508 commands/view.c:162 #, c-format msgid "\"%s\" is not a view" msgstr "�%s� ist keine Sicht" @@ -3096,14 +8996,14 @@ msgstr "es gibt mehrere Regeln namens �%s�" msgid "Specify a relation name as well as a rule name." msgstr "Geben Sie einen Relationsnamen und einen Regelnamen an." -#: commands/comment.c:841 rewrite/rewriteDefine.c:672 -#: rewrite/rewriteDefine.c:735 rewrite/rewriteRemove.c:63 +#: commands/comment.c:841 rewrite/rewriteDefine.c:689 +#: rewrite/rewriteDefine.c:752 rewrite/rewriteRemove.c:63 #, c-format msgid "rule \"%s\" for relation \"%s\" does not exist" msgstr "Regel �%s� f�r Relation �%s� existiert nicht" -#: commands/comment.c:1036 commands/trigger.c:772 commands/trigger.c:972 -#: commands/trigger.c:1083 +#: commands/comment.c:1036 commands/trigger.c:734 commands/trigger.c:934 +#: commands/trigger.c:1045 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist" msgstr "Trigger �%s� f�r Tabelle �%s� existiert nicht" @@ -3132,7 +9032,7 @@ msgstr "Sprachname kann nicht qualifiziert werden" msgid "must be superuser to comment on procedural language" msgstr "nur Superuser k�nnen Kommentare f�r prozedurale Sprachen erzeugen" -#: commands/comment.c:1238 commands/comment.c:1324 commands/indexcmds.c:284 +#: commands/comment.c:1238 commands/comment.c:1324 commands/indexcmds.c:286 #: commands/opclasscmds.c:290 commands/opclasscmds.c:682 #: commands/opclasscmds.c:785 commands/opclasscmds.c:1517 #: commands/opclasscmds.c:1580 commands/opclasscmds.c:1748 @@ -3142,8 +9042,8 @@ msgstr "nur Superuser k�nnen Kommentare f�r prozedurale Sprachen erzeugen" msgid "access method \"%s\" does not exist" msgstr "Zugriffsmethode �%s� existiert nicht" -#: commands/comment.c:1267 commands/comment.c:1277 commands/indexcmds.c:968 -#: commands/indexcmds.c:978 commands/opclasscmds.c:1529 +#: commands/comment.c:1267 commands/comment.c:1277 commands/indexcmds.c:1013 +#: commands/indexcmds.c:1023 commands/opclasscmds.c:1529 #: commands/opclasscmds.c:1533 commands/opclasscmds.c:1770 #: commands/opclasscmds.c:1781 commands/opclasscmds.c:1969 #: commands/opclasscmds.c:1980 @@ -3190,9 +9090,9 @@ msgid "destination encoding \"%s\" does not exist" msgstr "Zielkodierung �%s� existiert nicht" #: commands/conversioncmds.c:90 -#, fuzzy, c-format +#, c-format msgid "encoding conversion function %s must return type \"void\"" -msgstr "typmod_in-Funktion %s muss Typ �integer� zur�ckgeben" +msgstr "Kodierungskonversionsfunktion %s muss Typ �void� zur�ckgeben" #: commands/conversioncmds.c:159 #, c-format @@ -3223,11 +9123,6 @@ msgstr "Verbindung w�hrend COPY nach STDOUT verloren" msgid "could not read from COPY file: %m" msgstr "konnte nicht aus COPY-Datei lesen: %m" -#: commands/copy.c:514 commands/copy.c:533 commands/copy.c:537 -#: tcop/fastpath.c:292 tcop/postgres.c:326 tcop/postgres.c:349 -msgid "unexpected EOF on client connection" -msgstr "unerwartetes EOF auf Client-Verbindung" - #: commands/copy.c:549 #, c-format msgid "COPY from stdin failed: %s" @@ -3244,8 +9139,8 @@ msgstr "unerwarteter Messagetyp 0x%02X w�hrend COPY FROM STDIN" #: commands/copy.c:818 commands/dbcommands.c:145 commands/dbcommands.c:153 #: commands/dbcommands.c:161 commands/dbcommands.c:169 #: commands/dbcommands.c:177 commands/dbcommands.c:185 -#: commands/dbcommands.c:193 commands/dbcommands.c:1301 -#: commands/dbcommands.c:1309 commands/functioncmds.c:452 +#: commands/dbcommands.c:193 commands/dbcommands.c:1323 +#: commands/dbcommands.c:1331 commands/functioncmds.c:452 #: commands/functioncmds.c:542 commands/functioncmds.c:550 #: commands/functioncmds.c:558 commands/sequence.c:1017 #: commands/sequence.c:1025 commands/sequence.c:1033 commands/sequence.c:1041 @@ -3274,8 +9169,8 @@ msgid "cannot specify NULL in BINARY mode" msgstr "NULL kann nicht im BINARY-Modus angegeben werden" #: commands/copy.c:862 -msgid "COPY delimiter must be a single ASCII character" -msgstr "DELIMITER f�r COPY muss ein einzelnes ASCII-Zeichen sein" +msgid "COPY delimiter must be a single one-byte character" +msgstr "DELIMITER f�r COPY muss ein einzelnes Ein-Byte-Zeichen sein" #: commands/copy.c:869 msgid "COPY delimiter cannot be newline or carriage return" @@ -3300,8 +9195,8 @@ msgid "COPY quote available only in CSV mode" msgstr "Quote-Zeichen f�r COPY ist nur im CSV-Modus verf�gbar" #: commands/copy.c:909 -msgid "COPY quote must be a single ASCII character" -msgstr "Quote-Zeichen f�r COPY muss ein einzelnes ACII-Zeichen sein" +msgid "COPY quote must be a single one-byte character" +msgstr "Quote-Zeichen f�r COPY muss ein einzelnes Ein-Byte-Zeichen sein" #: commands/copy.c:914 msgid "COPY delimiter and quote must be different" @@ -3312,8 +9207,8 @@ msgid "COPY escape available only in CSV mode" msgstr "Escape-Zeichen f�r COPY ist nur im CSV-Modus verf�gbar" #: commands/copy.c:925 -msgid "COPY escape must be a single ASCII character" -msgstr "Escape-Zeichen f�r COPY muss ein einzelnes ASCII-Zeichen sein" +msgid "COPY escape must be a single one-byte character" +msgstr "Escape-Zeichen f�r COPY muss ein einzelnes Ein-Byte-Zeichen sein" #: commands/copy.c:931 msgid "COPY force quote available only in CSV mode" @@ -3351,207 +9246,193 @@ msgstr "" "Jeder kann COPY mit STDOUT oder STDIN verwenden. Der Befehl \\\\copy in psql " "funktioniert auch f�r jeden." -#: commands/copy.c:1008 executor/execMain.c:636 tcop/utility.c:218 -msgid "transaction is read-only" -msgstr "Transaktion ist Read-Only" - -#: commands/copy.c:1014 +#: commands/copy.c:1013 #, c-format msgid "table \"%s\" does not have OIDs" msgstr "Tabelle �%s� hat keine OIDs" -#: commands/copy.c:1031 +#: commands/copy.c:1030 msgid "COPY (SELECT) WITH OIDS is not supported" msgstr "COPY (SELECT) WITH OIDS wird nicht unterst�tzt" -#: commands/copy.c:1058 +#: commands/copy.c:1057 msgid "COPY (SELECT INTO) is not supported" msgstr "COPY (SELECT INTO) wird nicht unterst�tzt" -#: commands/copy.c:1110 +#: commands/copy.c:1109 #, c-format msgid "FORCE QUOTE column \"%s\" not referenced by COPY" msgstr "FORCE-QUOTE-Spalte �%s� wird von COPY nicht verwendet" -#: commands/copy.c:1132 +#: commands/copy.c:1131 #, c-format msgid "FORCE NOT NULL column \"%s\" not referenced by COPY" msgstr "Spalte �%s� mit FORCE NOT NULL wird von COPY nicht verwendet" -#: commands/copy.c:1210 +#: commands/copy.c:1209 #, c-format msgid "cannot copy from view \"%s\"" msgstr "kann nicht aus Sicht �%s� kopieren" -#: commands/copy.c:1212 +#: commands/copy.c:1211 msgid "Try the COPY (SELECT ...) TO variant." msgstr "Versuchen Sie die Variante COPY (SELECT ...) TO." -#: commands/copy.c:1216 +#: commands/copy.c:1215 #, c-format msgid "cannot copy from sequence \"%s\"" msgstr "kann nicht aus Sequenz �%s� kopieren" -#: commands/copy.c:1221 +#: commands/copy.c:1220 #, c-format msgid "cannot copy from non-table relation \"%s\"" msgstr "kann nicht aus Relation �%s�, die keine Tabelle ist, kopieren" -#: commands/copy.c:1245 +#: commands/copy.c:1244 msgid "relative path not allowed for COPY to file" msgstr "relativer Pfad bei COPY in Datei nicht erlaubt" -#: commands/copy.c:1254 +#: commands/copy.c:1253 #, c-format msgid "could not open file \"%s\" for writing: %m" msgstr "konnte Datei �%s� nicht zum Schreiben �ffnen: %m" -#: commands/copy.c:1261 commands/copy.c:1756 +#: commands/copy.c:1260 commands/copy.c:1755 #, c-format msgid "\"%s\" is a directory" msgstr "�%s� ist ein Verzeichnis" -#: commands/copy.c:1547 +#: commands/copy.c:1546 #, c-format msgid "COPY %s, line %d, column %s" msgstr "COPY %s, Zeile %d, Spalte %s" -#: commands/copy.c:1551 commands/copy.c:1596 +#: commands/copy.c:1550 commands/copy.c:1595 #, c-format msgid "COPY %s, line %d" msgstr "COPY %s, Zeile %d" -#: commands/copy.c:1562 +#: commands/copy.c:1561 #, c-format msgid "COPY %s, line %d, column %s: \"%s\"" msgstr "COPY %s, Zeile %d, Spalte %s: �%s�" -#: commands/copy.c:1570 +#: commands/copy.c:1569 #, c-format msgid "COPY %s, line %d, column %s: null input" msgstr "COPY %s, Zeile %d, Spalte %s: NULL Eingabe" -#: commands/copy.c:1582 +#: commands/copy.c:1581 #, c-format msgid "COPY %s, line %d: \"%s\"" msgstr "COPY %s, Zeile %d: �%s�" -#: commands/copy.c:1684 +#: commands/copy.c:1683 #, c-format msgid "cannot copy to view \"%s\"" msgstr "kann nicht in Sicht �%s� kopieren" -#: commands/copy.c:1689 +#: commands/copy.c:1688 #, c-format msgid "cannot copy to sequence \"%s\"" msgstr "kann nicht in Sequenz �%s� kopieren" -#: commands/copy.c:1694 +#: commands/copy.c:1693 #, c-format msgid "cannot copy to non-table relation \"%s\"" msgstr "kann nicht in Relation �%s� kopieren, die keine Tabelle ist" -#: commands/copy.c:1749 utils/adt/genfile.c:105 -#, c-format -msgid "could not open file \"%s\" for reading: %m" -msgstr "konnte Datei �%s� nicht zum Lesen �ffnen: %m" - -#: commands/copy.c:1857 +#: commands/copy.c:1856 msgid "COPY file signature not recognized" msgstr "COPY-Datei-Signatur nicht erkannt" -#: commands/copy.c:1862 +#: commands/copy.c:1861 msgid "invalid COPY file header (missing flags)" msgstr "ung�ltiger COPY-Dateikopf (Flags fehlen)" -#: commands/copy.c:1868 +#: commands/copy.c:1867 msgid "unrecognized critical flags in COPY file header" msgstr "unbekannte kritische Flags im COPY-Dateikopf" -#: commands/copy.c:1874 +#: commands/copy.c:1873 msgid "invalid COPY file header (missing length)" msgstr "ung�ltiger COPY-Dateikopf (L�nge fehlt)" -#: commands/copy.c:1881 +#: commands/copy.c:1880 msgid "invalid COPY file header (wrong length)" msgstr "ung�ltiger COPY-Dateikopf (falsche L�nge)" -#: commands/copy.c:1972 +#: commands/copy.c:1971 msgid "missing data for OID column" msgstr "fehlende Daten f�r OID-Spalte" -#: commands/copy.c:1978 +#: commands/copy.c:1977 msgid "null OID in COPY data" msgstr "OID ist NULL in COPY-Daten" -#: commands/copy.c:1988 commands/copy.c:2060 +#: commands/copy.c:1987 commands/copy.c:2059 msgid "invalid OID in COPY data" msgstr "ung�ltige OID in COPY-Daten" -#: commands/copy.c:2003 +#: commands/copy.c:2002 #, c-format msgid "missing data for column \"%s\"" msgstr "fehlende Daten f�r Spalte �%s�" -#: commands/copy.c:2044 +#: commands/copy.c:2043 #, c-format msgid "row field count is %d, expected %d" msgstr "Feldanzahl in Zeile ist %d, erwartet wurden %d" -#: commands/copy.c:2181 utils/init/miscinit.c:1002 utils/misc/guc.c:6845 -#, c-format -msgid "could not read from file \"%s\": %m" -msgstr "konnte nicht aus Datei �%s� lesen: %m" - -#: commands/copy.c:2458 commands/copy.c:2475 +#: commands/copy.c:2457 commands/copy.c:2474 msgid "literal carriage return found in data" msgstr "Carriage-Return-Zeichen in Daten gefunden" -#: commands/copy.c:2459 commands/copy.c:2476 +#: commands/copy.c:2458 commands/copy.c:2475 msgid "unquoted carriage return found in data" msgstr "ungequotetes Carriage-Return-Zeichen in Daten gefunden" -#: commands/copy.c:2461 commands/copy.c:2478 +#: commands/copy.c:2460 commands/copy.c:2477 msgid "Use \"\\r\" to represent carriage return." msgstr "Verwenden Sie �\\r� um ein Carriage-Return-Zeichen darzustellen." -#: commands/copy.c:2462 commands/copy.c:2479 +#: commands/copy.c:2461 commands/copy.c:2478 msgid "Use quoted CSV field to represent carriage return." msgstr "" "Verwenden Sie ein gequotetes CSV-Feld, um ein Carriage-Return-Zeichen " "darzustellen." -#: commands/copy.c:2491 +#: commands/copy.c:2490 msgid "literal newline found in data" msgstr "Newline-Zeichen in Daten gefunden" -#: commands/copy.c:2492 +#: commands/copy.c:2491 msgid "unquoted newline found in data" msgstr "ungequotetes Newline-Zeichen in Daten gefunden" -#: commands/copy.c:2494 +#: commands/copy.c:2493 msgid "Use \"\\n\" to represent newline." msgstr "Verwenden Sie �\\n� um ein Newline-Zeichen darzustellen." -#: commands/copy.c:2495 +#: commands/copy.c:2494 msgid "Use quoted CSV field to represent newline." msgstr "" "Verwenden Sie ein gequotetes CSV-Feld, um ein Newline-Zeichen darzustellen." -#: commands/copy.c:2541 commands/copy.c:2577 +#: commands/copy.c:2540 commands/copy.c:2576 msgid "end-of-copy marker does not match previous newline style" msgstr "COPY-Ende-Markierung stimmt nicht mit vorherigem Newline-Stil �berein" -#: commands/copy.c:2550 commands/copy.c:2566 +#: commands/copy.c:2549 commands/copy.c:2565 msgid "end-of-copy marker corrupt" msgstr "COPY-Ende-Markierung verf�lscht" -#: commands/copy.c:2693 commands/copy.c:2728 commands/copy.c:2908 -#: commands/copy.c:2943 +#: commands/copy.c:2692 commands/copy.c:2727 commands/copy.c:2907 +#: commands/copy.c:2942 msgid "extra data after last expected column" msgstr "zus�tzliche Daten nach letzter erwarteter Spalte" -#: commands/copy.c:2990 +#: commands/copy.c:2989 msgid "unterminated CSV quoted field" msgstr "Quotes in CSV-Feld nicht abgeschlossen" @@ -3567,12 +9448,6 @@ msgstr "ung�ltige Feldgr��e" msgid "incorrect binary data format" msgstr "falsches Bin�rdatenformat" -#: commands/copy.c:3409 commands/indexcmds.c:790 commands/tablecmds.c:1914 -#: parser/parse_expr.c:466 utils/adt/tsvector_op.c:1339 -#, c-format -msgid "column \"%s\" does not exist" -msgstr "Spalte �%s� existiert nicht" - #: commands/copy.c:3416 commands/tablecmds.c:1178 parser/parse_target.c:820 #: parser/parse_target.c:831 #, c-format @@ -3587,21 +9462,11 @@ msgstr "LOCATION wird nicht mehr unterst�tzt" msgid "Consider using tablespaces instead." msgstr "Verwenden Sie stattdessen Tablespaces." -#: commands/dbcommands.c:224 utils/adt/ascii.c:144 -#, c-format -msgid "%d is not a valid encoding code" -msgstr "%d ist kein g�ltiger Kodierungscode" - -#: commands/dbcommands.c:234 utils/adt/ascii.c:126 -#, c-format -msgid "%s is not a valid encoding name" -msgstr "%s ist kein g�ltiger Kodierungsname" - -#: commands/dbcommands.c:252 commands/dbcommands.c:1333 commands/user.c:250 +#: commands/dbcommands.c:252 commands/dbcommands.c:1355 commands/user.c:250 #: commands/user.c:547 -#, fuzzy, c-format +#, c-format msgid "invalid connection limit: %d" -msgstr "ung�ltiger Verbindungstyp: %s" +msgstr "ung�ltige Verbindungsh�chstgrenze: %d" #: commands/dbcommands.c:271 msgid "permission denied to create database" @@ -3623,58 +9488,86 @@ msgid "invalid server encoding %d" msgstr "ung�ltige Serverkodierung %d" #: commands/dbcommands.c:328 commands/dbcommands.c:332 -#, fuzzy, c-format +#, c-format msgid "invalid locale name %s" -msgstr "ung�ltiger Rollenname �%s�" +msgstr "ung�ltiger Locale-Name %s" -#: commands/dbcommands.c:362 commands/dbcommands.c:375 -#, fuzzy, c-format +#: commands/dbcommands.c:365 commands/dbcommands.c:379 +#, c-format msgid "encoding %s does not match locale %s" -msgstr "Encoding %s stimmt nicht mit der Server-Locale %s �berein" +msgstr "Kodierung %s stimmt nicht mit Locale %s �berein" + +#: commands/dbcommands.c:368 +#, c-format +msgid "The chosen LC_CTYPE setting requires encoding %s." +msgstr "Die gew�hlte LC_CTYPE-Einstellung verlangt die Kodierung %s." + +#: commands/dbcommands.c:382 +#, c-format +msgid "The chosen LC_COLLATE setting requires encoding %s." +msgstr "Die gew�hlte LC_COLLATE-Einstellung verlangt die Kodierung %s." -#: commands/dbcommands.c:365 -#, fuzzy, c-format -msgid "The chosen CTYPE setting requires encoding %s." -msgstr "Die LC_TYPE-Locale des Servers verlangt die Kodierung %s." +#: commands/dbcommands.c:400 +#, c-format +msgid "" +"new encoding (%s) is incompatible with the encoding of the template database " +"(%s)" +msgstr "" +"neue Kodierung (%s) ist inkompatibel mit der Kodierung der Template-" +"Datenbank (%s)" -#: commands/dbcommands.c:378 -#, fuzzy, c-format -msgid "The chosen COLLATE setting requires encoding %s." -msgstr "Die LC_TYPE-Locale des Servers verlangt die Kodierung %s." +#: commands/dbcommands.c:403 +msgid "" +"Use the same encoding as in the template database, or use template0 as " +"template." +msgstr "" +"Verwenden Sie die gleiche Kodierung wie die Template-Datenbank oder " +"verwenden Sie template0 als Template." -#: commands/dbcommands.c:392 +#: commands/dbcommands.c:408 #, c-format msgid "" -"new collation is incompatible with the collation of the template database (%" -"s)" +"new collation (%s) is incompatible with the collation of the template " +"database (%s)" msgstr "" +"neue Sortierreihenfolge (%s) ist inkompatibel mit der Sortierreihenfolge der " +"Template-Datenbank (%s)" -#: commands/dbcommands.c:393 +#: commands/dbcommands.c:410 msgid "" "Use the same collation as in the template database, or use template0 as " -"template" +"template." msgstr "" +"Verwenden Sie die gleiche Sortierreihenfolge wie die Template-Datenbank oder " +"verwenden Sie template0 als Template." -#: commands/dbcommands.c:397 +#: commands/dbcommands.c:415 #, c-format -msgid "new ctype is incompatible with the ctype of the template database (%s)" +msgid "" +"new LC_CTYPE (%s) is incompatible with the LC_CTYPE of the template database " +"(%s)" msgstr "" +"neues LC_CTYPE (%s) ist inkompatibel mit dem LC_CTYPE der Template-Datenbank " +"(%s)" -#: commands/dbcommands.c:398 +#: commands/dbcommands.c:417 msgid "" -"Use the same ctype as in the template database, or use template0 as template" +"Use the same LC_CTYPE as in the template database, or use template0 as " +"template." msgstr "" +"Verwenden Sie das gleiche LC_CTYPE wie die Template-Datenbank oder verwenden " +"Sie template0 als Template." -#: commands/dbcommands.c:425 commands/dbcommands.c:1039 +#: commands/dbcommands.c:444 commands/dbcommands.c:1060 msgid "pg_global cannot be used as default tablespace" msgstr "pg_global kann nicht als Standard-Tablespace verwendet werden" -#: commands/dbcommands.c:451 +#: commands/dbcommands.c:470 #, c-format msgid "cannot assign new default tablespace \"%s\"" msgstr "kann neuen Standard-Tablespace �%s� nicht setzen" -#: commands/dbcommands.c:453 +#: commands/dbcommands.c:472 #, c-format msgid "" "There is a conflict because database \"%s\" already has some tables in this " @@ -3683,235 +9576,238 @@ msgstr "" "Es gibt einen Konflikt, weil Datenbank �%s� schon einige Tabellen in diesem " "Tablespace hat." -#: commands/dbcommands.c:473 commands/dbcommands.c:904 +#: commands/dbcommands.c:492 commands/dbcommands.c:923 #, c-format msgid "database \"%s\" already exists" msgstr "Datenbank �%s� existiert bereits" -#: commands/dbcommands.c:487 +#: commands/dbcommands.c:506 #, c-format msgid "source database \"%s\" is being accessed by other users" msgstr "auf Quelldatenbank �%s� wird gerade von anderen Benutzern zugegriffen" -#: commands/dbcommands.c:747 +#: commands/dbcommands.c:766 #, c-format msgid "database \"%s\" does not exist, skipping" msgstr "Datenbank �%s� existiert nicht, wird �bersprungen" -#: commands/dbcommands.c:768 +#: commands/dbcommands.c:787 msgid "cannot drop a template database" msgstr "Template-Datenbank kann nicht gel�scht werden" -#: commands/dbcommands.c:774 +#: commands/dbcommands.c:793 msgid "cannot drop the currently open database" msgstr "kann aktuell ge�ffnete Datenbank nicht l�schen" -#: commands/dbcommands.c:785 commands/dbcommands.c:926 -#: commands/dbcommands.c:1061 +#: commands/dbcommands.c:804 commands/dbcommands.c:945 +#: commands/dbcommands.c:1082 #, c-format msgid "database \"%s\" is being accessed by other users" msgstr "auf Datenbank �%s� wird von anderen Benutzern zugegriffen" -#: commands/dbcommands.c:895 +#: commands/dbcommands.c:914 msgid "permission denied to rename database" msgstr "keine Berechtigung um Datenbank umzubenennen" -#: commands/dbcommands.c:915 +#: commands/dbcommands.c:934 msgid "current database cannot be renamed" msgstr "aktuelle Datenbank kann nicht umbenannt werden" -#: commands/dbcommands.c:1013 -#, fuzzy +#: commands/dbcommands.c:1034 msgid "cannot change the tablespace of the currently open database" -msgstr "kann aktuell ge�ffnete Datenbank nicht l�schen" +msgstr "kann den Tablespace der aktuell ge�ffneten Datenbank nicht �ndern" -#: commands/dbcommands.c:1100 -#, fuzzy, c-format +#: commands/dbcommands.c:1122 +#, c-format msgid "some relations of database \"%s\" are already in tablespace \"%s\"" -msgstr "Relation �%s� ist bereits in Schema �%s�" +msgstr "einige Relationen von Datenbank �%s� ist bereits in Tablespace �%s�" -#: commands/dbcommands.c:1102 -#, fuzzy +#: commands/dbcommands.c:1124 msgid "" "You must move them back to the database's default tablespace before using " "this command." -msgstr "Eine leere Zeichenkette w�hlt den Standard-Tablespace der Datenbank." +msgstr "" +"Sie m�ssen sie zur�ck in den Standard-Tablespace der Datenbank verschieben, " +"bevor Sie diesen Befehl verwenden k�nnen." -#: commands/dbcommands.c:1232 commands/dbcommands.c:1783 -#: commands/dbcommands.c:1978 commands/dbcommands.c:2014 +#: commands/dbcommands.c:1254 commands/dbcommands.c:1805 +#: commands/dbcommands.c:2000 commands/dbcommands.c:2036 #, c-format msgid "some useless files may be left behind in old database directory \"%s\"" msgstr "" "einige nutzlose Dateien wurde m�glicherweise im alten Datenbankverzeichnis �%" "s� zur�ckgelassen" -#: commands/dbcommands.c:1550 +#: commands/dbcommands.c:1572 msgid "permission denied to change owner of database" msgstr "keine Berechtigung um Eigent�mer der Datenbank zu �ndern" -#: commands/dbcommands.c:1871 +#: commands/dbcommands.c:1893 #, c-format msgid "" "There are %d other session(s) and %d prepared transaction(s) using the " "database." msgstr "" +"%d andere Sitzung(en) und %d vorbereitete Transaktion(en) verwenden die " +"Datenbank." -#: commands/dbcommands.c:1874 +#: commands/dbcommands.c:1896 #, c-format msgid "There are %d other session(s) using the database." -msgstr "" +msgstr "%d andere Sitzung(en) verwenden die Datenbank." -#: commands/dbcommands.c:1877 -#, fuzzy, c-format +#: commands/dbcommands.c:1899 +#, c-format msgid "There are %d prepared transaction(s) using the database." -msgstr "vorbereitete Transaktion geh�rt zu einer anderen Datenbank" +msgstr "%d vorbereitete Transaktion(en) verwenden die Datenbank." -#: commands/define.c:64 commands/define.c:223 commands/define.c:255 -#: commands/define.c:283 +#: commands/define.c:67 commands/define.c:213 commands/define.c:245 +#: commands/define.c:273 #, c-format msgid "%s requires a parameter" msgstr "%s erfordert einen Parameter" -#: commands/define.c:111 commands/define.c:122 commands/define.c:190 -#: commands/define.c:208 +#: commands/define.c:106 commands/define.c:117 commands/define.c:180 +#: commands/define.c:198 #, c-format msgid "%s requires a numeric value" msgstr "%s erfordert einen numerischen Wert" -#: commands/define.c:168 +#: commands/define.c:166 #, c-format msgid "%s requires a Boolean value" msgstr "%s erfordert einen Boole'schen Wert" -#: commands/define.c:237 +#: commands/define.c:227 #, c-format msgid "argument of %s must be a name" msgstr "Argument von %s muss ein Name sein" -#: commands/define.c:267 +#: commands/define.c:257 #, c-format msgid "argument of %s must be a type name" msgstr "Argument von %s muss ein Typname sein" -#: commands/define.c:292 +#: commands/define.c:282 #, c-format msgid "%s requires an integer value" msgstr "%s erfordert einen ganzzahligen Wert" -#: commands/define.c:313 +#: commands/define.c:303 #, c-format msgid "invalid argument for %s: \"%s\"" msgstr "ung�ltiges Argument f�r %s: �%s�" -#: commands/foreigncmds.c:133 commands/foreigncmds.c:142 +#: commands/foreigncmds.c:131 commands/foreigncmds.c:140 #, c-format msgid "option \"%s\" not found" msgstr "Option �%s� nicht gefunden" -#: commands/foreigncmds.c:151 -#, fuzzy, c-format +#: commands/foreigncmds.c:150 +#, c-format msgid "option \"%s\" provided more than once" -msgstr "Spalte �%s� mehrmals angegeben" +msgstr "Option �%s� mehrmals angegeben" -#: commands/foreigncmds.c:209 commands/foreigncmds.c:217 +#: commands/foreigncmds.c:208 commands/foreigncmds.c:216 #, c-format msgid "permission denied to change owner of foreign-data wrapper \"%s\"" msgstr "keine Berechtigung um Eigent�mer des Fremddaten-Wrappers �%s� zu �ndern" -#: commands/foreigncmds.c:211 -#, fuzzy +#: commands/foreigncmds.c:210 msgid "Must be superuser to change owner of a foreign-data wrapper." -msgstr "�ndert die Definition eines Triggers" +msgstr "Nur Superuser k�nnen den Eigent�mer eines Fremddaten-Wrappers �ndern." -#: commands/foreigncmds.c:219 +#: commands/foreigncmds.c:218 msgid "The owner of a foreign-data wrapper must be a superuser." msgstr "Der Eigent�mer eines Fremddaten-Wrappers muss ein Superuser sein." -#: commands/foreigncmds.c:230 commands/foreigncmds.c:456 -#: commands/foreigncmds.c:556 foreign/foreign.c:94 +#: commands/foreigncmds.c:229 commands/foreigncmds.c:454 +#: commands/foreigncmds.c:552 foreign/foreign.c:94 #, c-format msgid "foreign-data wrapper \"%s\" does not exist" msgstr "Fremddaten-Wrapper �%s� existiert nicht" -#: commands/foreigncmds.c:274 commands/foreigncmds.c:728 -#: commands/foreigncmds.c:816 commands/foreigncmds.c:1095 +#: commands/foreigncmds.c:273 commands/foreigncmds.c:723 +#: commands/foreigncmds.c:811 commands/foreigncmds.c:1089 #: foreign/foreign.c:187 #, c-format msgid "server \"%s\" does not exist" msgstr "Server �%s� existiert nicht" -#: commands/foreigncmds.c:351 +#: commands/foreigncmds.c:350 #, c-format msgid "permission denied to create foreign-data wrapper \"%s\"" msgstr "keine Berechtigung um Fremddaten-Wrapper �%s� zu erzeugen" -#: commands/foreigncmds.c:353 +#: commands/foreigncmds.c:352 msgid "Must be superuser to create a foreign-data wrapper." msgstr "Nur Superuser k�nnen Fremddaten-Wrapper anlegen." -#: commands/foreigncmds.c:364 +#: commands/foreigncmds.c:363 #, c-format msgid "foreign-data wrapper \"%s\" already exists" msgstr "Fremddaten-Wrapper �%s� existiert bereits" -#: commands/foreigncmds.c:445 +#: commands/foreigncmds.c:443 #, c-format msgid "permission denied to alter foreign-data wrapper \"%s\"" msgstr "keine Berechtigung um Fremddaten-Wrapper �%s� zu �ndern" -#: commands/foreigncmds.c:447 +#: commands/foreigncmds.c:445 msgid "Must be superuser to alter a foreign-data wrapper." msgstr "Nur Superuser k�nnen Fremddaten-Wrapper �ndern." -#: commands/foreigncmds.c:476 +#: commands/foreigncmds.c:474 msgid "" "changing the foreign-data wrapper validator can cause the options for " "dependent objects to become invalid" msgstr "" +"durch �ndern des Validators des Fremddaten-Wrappers k�nnen die Optionen von " +"abh�ngigen Objekten ung�ltig werden" -#: commands/foreigncmds.c:547 -#, fuzzy, c-format +#: commands/foreigncmds.c:543 +#, c-format msgid "permission denied to drop foreign-data wrapper \"%s\"" -msgstr "keine Berechtigung um Datenbank �%s� zu kopieren" +msgstr "keine Berechtigung um Fremddaten-Wrapper �%s� zu l�schen" -#: commands/foreigncmds.c:549 -#, fuzzy +#: commands/foreigncmds.c:545 msgid "Must be superuser to drop a foreign-data wrapper." -msgstr "Nur Superuser k�nnen Tablespaces anlegen." +msgstr "Nur Superuser k�nnen Fremddaten-Wrapper l�schen." -#: commands/foreigncmds.c:561 -#, fuzzy, c-format +#: commands/foreigncmds.c:557 +#, c-format msgid "foreign-data wrapper \"%s\" does not exist, skipping" -msgstr "Datenbank �%s� existiert nicht, wird �bersprungen" +msgstr "Fremddaten-Wrapper �%s� existiert nicht, wird �bersprungen" -#: commands/foreigncmds.c:630 +#: commands/foreigncmds.c:626 #, c-format msgid "server \"%s\" already exists" msgstr "Server �%s� existiert bereits" -#: commands/foreigncmds.c:820 +#: commands/foreigncmds.c:815 #, c-format msgid "server \"%s\" does not exist, skipping" msgstr "Server �%s� existiert nicht, wird �bersprungen" -#: commands/foreigncmds.c:926 -#, fuzzy, c-format +#: commands/foreigncmds.c:921 +#, c-format msgid "user mapping \"%s\" already exists for server %s" -msgstr "Relation �%s� existiert bereits in Schema �%s�" +msgstr "Benutzerabbildung �%s� existiert bereits f�r Server �%s�" -#: commands/foreigncmds.c:1004 commands/foreigncmds.c:1112 -#, fuzzy, c-format +#: commands/foreigncmds.c:998 commands/foreigncmds.c:1106 +#, c-format msgid "user mapping \"%s\" does not exist for the server" -msgstr "Schema �%s� existiert nicht" +msgstr "Benutzerabbildung �%s� existiert f�r den Server nicht" -#: commands/foreigncmds.c:1098 +#: commands/foreigncmds.c:1092 msgid "server does not exist, skipping" msgstr "Server existiert nicht, wird �bersprungen" -#: commands/foreigncmds.c:1117 -#, fuzzy, c-format +#: commands/foreigncmds.c:1111 +#, c-format msgid "user mapping \"%s\" does not exist for the server, skipping" -msgstr "Schema �%s� existiert nicht, wird �bersprungen" +msgstr "" +"Benutzerabbildung �%s� existiert nicht f�r den Server, wird �bersprungen" #: commands/functioncmds.c:98 #, c-format @@ -3923,13 +9819,6 @@ msgstr "SQL-Funktion kann keinen H�llen-R�ckgabetyp %s haben" msgid "return type %s is only a shell" msgstr "R�ckgabetyp %s ist nur eine H�lle" -#: commands/functioncmds.c:126 commands/tablecmds.c:216 -#: commands/typecmds.c:648 commands/typecmds.c:2535 parser/parse_func.c:1392 -#: parser/parse_type.c:199 utils/adt/regproc.c:983 -#, c-format -msgid "type \"%s\" does not exist" -msgstr "Typ �%s� existiert nicht" - #: commands/functioncmds.c:132 parser/parse_type.c:264 #, c-format msgid "type modifier cannot be specified for shell type \"%s\"" @@ -3972,33 +9861,33 @@ msgid "VARIADIC parameter must be an array" msgstr "VARIADIC-Parameter muss ein Array sein" #: commands/functioncmds.c:299 -#, fuzzy msgid "only input parameters can have default values" -msgstr "nur bin�re Operatoren k�nnen Kommutatoren haben" +msgstr "nur Eingabeparameter k�nnen Vorgabewerte haben" #: commands/functioncmds.c:311 -#, fuzzy msgid "cannot use table references in parameter default value" -msgstr "Spaltenverweise k�nnen nicht in Vorgabeausdr�cken verwendet werden" +msgstr "" +"Tabellenverweise k�nnen nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:327 -#, fuzzy msgid "cannot use subquery in parameter default value" -msgstr "Unteranfragen k�nnen nicht in EXECUTE-Parameter verwendet werden" +msgstr "Unteranfragen k�nnen nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:331 -#, fuzzy msgid "cannot use aggregate function in parameter default value" -msgstr "Aggregatfunktionen k�nnen nicht in EXECUTE-Parameter verwendet werden" +msgstr "" +"Aggregatfunktionen k�nnen nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:335 -#, fuzzy msgid "cannot use window function in parameter default value" -msgstr "Aggregatfunktionen k�nnen nicht in EXECUTE-Parameter verwendet werden" +msgstr "" +"Fensterfunktionen k�nnen nicht in Parametervorgabewerten verwendet werden" #: commands/functioncmds.c:345 msgid "input parameters after one with a default value must also have defaults" msgstr "" +"Eingabeparameter hinter einem mit Vorgabewert m�ssen auch einen Vorgabewert " +"haben" #: commands/functioncmds.c:584 msgid "no function body specified" @@ -4051,13 +9940,6 @@ msgstr "" msgid "function %s(%s) does not exist, skipping" msgstr "Funktion %s(%s) existiert nicht, wird �bersprungen" -#: commands/functioncmds.c:976 commands/functioncmds.c:1082 -#: commands/functioncmds.c:1147 commands/functioncmds.c:1302 -#: utils/adt/ruleutils.c:1449 -#, c-format -msgid "\"%s\" is an aggregate function" -msgstr "�%s� ist eine Aggregatfunktion" - #: commands/functioncmds.c:978 msgid "Use DROP AGGREGATE to drop aggregate functions." msgstr "Verwenden Sie DROP AGGREGATE um Aggregatfunktionen zu l�schen." @@ -4092,12 +9974,12 @@ msgid "cast function must take one to three arguments" msgstr "Typumwandlungsfunktion muss ein bis drei Argumente haben" #: commands/functioncmds.c:1544 -#, fuzzy msgid "" "argument of cast function must match or be binary-coercible from source data " "type" msgstr "" -"Argument der Typumwandlungsfunktion muss mit Quelldatentyp �bereinstimmen" +"Argument der Typumwandlungsfunktion muss mit Quelldatentyp �bereinstimmen " +"oder in ihn bin�r-umwandelbar sein" #: commands/functioncmds.c:1548 msgid "second argument of cast function must be type integer" @@ -4108,12 +9990,12 @@ msgid "third argument of cast function must be type boolean" msgstr "drittes Argument der Typumwandlungsfunktion muss Typ boolean haben" #: commands/functioncmds.c:1556 -#, fuzzy msgid "" "return data type of cast function must match or be binary-coercible to " "target data type" msgstr "" -"R�ckgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp �bereinstimmen" +"R�ckgabetyp der Typumwandlungsfunktion muss mit Zieldatentyp �bereinstimmen " +"oder in ihn bin�r-umwandelbar sein" #: commands/functioncmds.c:1567 msgid "cast function must not be volatile" @@ -4124,9 +10006,8 @@ msgid "cast function must not be an aggregate function" msgstr "Typumwandlungsfunktion darf keine Aggregatfunktion sein" #: commands/functioncmds.c:1576 -#, fuzzy msgid "cast function must not be a window function" -msgstr "Typumwandlungsfunktion darf keine Aggregatfunktion sein" +msgstr "Typumwandlungsfunktion darf keine Fensterfunktion sein" #: commands/functioncmds.c:1580 msgid "cast function must not return a set" @@ -4141,19 +10022,16 @@ msgid "source and target data types are not physically compatible" msgstr "Quelldatentyp und Zieldatentyp sind nicht physikalisch kompatibel" #: commands/functioncmds.c:1636 -#, fuzzy msgid "composite data types are not binary-compatible" -msgstr "Quelldatentyp und Zieldatentyp sind nicht physikalisch kompatibel" +msgstr "zusammengesetzte Datentypen sind nicht bin�rkompatibel" #: commands/functioncmds.c:1642 -#, fuzzy msgid "enum data types are not binary-compatible" -msgstr "Quelldatentyp und Zieldatentyp sind nicht physikalisch kompatibel" +msgstr "Enum-Datentypen sind nicht bin�rkompatibel" #: commands/functioncmds.c:1648 -#, fuzzy msgid "array data types are not binary-compatible" -msgstr "Quelldatentyp und Zieldatentyp sind nicht physikalisch kompatibel" +msgstr "Array-Datentypen sind nicht bin�rkompatibel" #: commands/functioncmds.c:1658 msgid "source data type and target data type are the same" @@ -4174,12 +10052,12 @@ msgstr "Typumwandlung von Typ %s in Typ %s existiert nicht, wird �bersprungen" msgid "function \"%s\" is already in schema \"%s\"" msgstr "Funktion �%s� ist bereits in Schema �%s�" -#: commands/functioncmds.c:1880 commands/tablecmds.c:7559 +#: commands/functioncmds.c:1880 commands/tablecmds.c:7569 #: commands/typecmds.c:2761 msgid "cannot move objects into or out of temporary schemas" msgstr "Objekte k�nnen nicht in oder aus tempor�ren Schemas verschoben werden" -#: commands/functioncmds.c:1886 commands/tablecmds.c:7565 +#: commands/functioncmds.c:1886 commands/tablecmds.c:7575 #: commands/typecmds.c:2767 msgid "cannot move objects into or out of TOAST schema" msgstr "Objekte k�nnen nicht in oder aus TOAST-Schemas verschoben werden" @@ -4189,94 +10067,94 @@ msgstr "Objekte k�nnen nicht in oder aus TOAST-Schemas verschoben werden" msgid "function \"%s\" already exists in schema \"%s\"" msgstr "Funktion �%s� existiert bereits in Schema �%s�" -#: commands/indexcmds.c:147 +#: commands/indexcmds.c:149 msgid "must specify at least one column" msgstr "mindestens eine Spalte muss angegeben werden" -#: commands/indexcmds.c:151 +#: commands/indexcmds.c:153 #, c-format msgid "cannot use more than %d columns in an index" msgstr "Index kann nicht mehr als %d Spalten enthalten" -#: commands/indexcmds.c:181 +#: commands/indexcmds.c:183 msgid "cannot create indexes on temporary tables of other sessions" msgstr "kann keine Indexe f�r tempor�re Tabellen anderer Sitzungen erzeugen" -#: commands/indexcmds.c:274 +#: commands/indexcmds.c:276 msgid "substituting access method \"gist\" for obsolete method \"rtree\"" msgstr "ersetze Zugriffsmethode �gist� f�r obsolete Methode �rtree�" -#: commands/indexcmds.c:293 +#: commands/indexcmds.c:295 #, c-format msgid "access method \"%s\" does not support unique indexes" msgstr "Zugriffsmethode �%s� unterst�tzt keine Unique Indexe" -#: commands/indexcmds.c:298 +#: commands/indexcmds.c:300 #, c-format msgid "access method \"%s\" does not support multicolumn indexes" msgstr "Zugriffsmethode �%s� unterst�tzt keine mehrspaltigen Indexe" -#: commands/indexcmds.c:331 parser/parse_utilcmd.c:1001 -#: parser/parse_utilcmd.c:1084 +#: commands/indexcmds.c:333 parser/parse_utilcmd.c:1001 +#: parser/parse_utilcmd.c:1085 #, c-format msgid "multiple primary keys for table \"%s\" are not allowed" msgstr "mehrere Prim�rschl�ssel f�r Tabelle �%s� nicht erlaubt" -#: commands/indexcmds.c:348 +#: commands/indexcmds.c:350 msgid "primary keys cannot be expressions" msgstr "Prim�rschl�ssel k�nnen keine Ausdr�cke sein" -#: commands/indexcmds.c:378 commands/indexcmds.c:785 -#: parser/parse_utilcmd.c:1199 +#: commands/indexcmds.c:380 commands/indexcmds.c:830 +#: parser/parse_utilcmd.c:1200 #, c-format msgid "column \"%s\" named in key does not exist" msgstr "Spalte �%s�, die im Schl�ssel verwendet wird, existiert nicht" -#: commands/indexcmds.c:433 +#: commands/indexcmds.c:435 #, c-format msgid "%s %s will create implicit index \"%s\" for table \"%s\"" msgstr "%s %s erstellt implizit einen Index �%s� f�r Tabelle �%s�" -#: commands/indexcmds.c:726 +#: commands/indexcmds.c:771 msgid "cannot use subquery in index predicate" msgstr "Unteranfragen k�nnen nicht im Indexpr�dikat verwendet werden" -#: commands/indexcmds.c:730 +#: commands/indexcmds.c:775 msgid "cannot use aggregate in index predicate" msgstr "Aggregatfunktionen k�nnen nicht im Indexpr�dikat verwendet werden" -#: commands/indexcmds.c:739 +#: commands/indexcmds.c:784 msgid "functions in index predicate must be marked IMMUTABLE" msgstr "Funktionen im Indexpr�dikat m�ssen als IMMUTABLE markiert sein" -#: commands/indexcmds.c:824 +#: commands/indexcmds.c:869 msgid "cannot use subquery in index expression" msgstr "Unteranfragen k�nnen nicht in Indexausdr�cken verwendet werden" -#: commands/indexcmds.c:828 +#: commands/indexcmds.c:873 msgid "cannot use aggregate function in index expression" msgstr "Aggregatfunktionen k�nnen nicht in Indexausdr�cken verwendet werden" -#: commands/indexcmds.c:838 +#: commands/indexcmds.c:883 msgid "functions in index expression must be marked IMMUTABLE" msgstr "Funktionen im Indexausdruck m�ssen als IMMUTABLE markiert sein" -#: commands/indexcmds.c:875 +#: commands/indexcmds.c:920 #, c-format msgid "access method \"%s\" does not support ASC/DESC options" msgstr "Zugriffsmethode �%s� unterst�tzt die Optionen ASC/DESC nicht" -#: commands/indexcmds.c:880 +#: commands/indexcmds.c:925 #, c-format msgid "access method \"%s\" does not support NULLS FIRST/LAST options" msgstr "Zugriffsmethode �%s� unterst�tzt die Optionen NULLS FIRST/LAST nicht" -#: commands/indexcmds.c:936 +#: commands/indexcmds.c:981 #, c-format msgid "data type %s has no default operator class for access method \"%s\"" msgstr "Datentyp %s hat keine Standardoperatorklasse f�r Zugriffsmethode �%s�" -#: commands/indexcmds.c:938 +#: commands/indexcmds.c:983 msgid "" "You must specify an operator class for the index or define a default " "operator class for the data type." @@ -4284,37 +10162,47 @@ msgstr "" "Sie m�ssen f�r den Index eine Operatorklasse angeben oder eine " "Standardoperatorklasse f�r den Datentyp definieren." -#: commands/indexcmds.c:991 +#: commands/indexcmds.c:1036 #, c-format msgid "operator class \"%s\" does not accept data type %s" msgstr "Operatorklasse �%s� akzeptiert Datentyp %s nicht" -#: commands/indexcmds.c:1081 +#: commands/indexcmds.c:1126 #, c-format msgid "there are multiple default operator classes for data type %s" msgstr "es gibt mehrere Standardoperatorklassen f�r Datentyp %s" -#: commands/indexcmds.c:1325 +#: commands/indexcmds.c:1370 #, c-format msgid "shared table \"%s\" can only be reindexed in stand-alone mode" msgstr "" "Cluster-globale Tabelle �%s� kann nur im Einzelbenutzermodus reindiziert " "werden" -#: commands/indexcmds.c:1332 +#: commands/indexcmds.c:1377 #, c-format msgid "table \"%s\" has no indexes" msgstr "Tabelle �%s� hat keine Indexe" -#: commands/indexcmds.c:1360 +#: commands/indexcmds.c:1405 msgid "can only reindex the currently open database" msgstr "aktuell ge�ffnete Datenbank kann nicht reindiziert werden" -#: commands/indexcmds.c:1450 +#: commands/indexcmds.c:1496 #, c-format msgid "table \"%s\" was reindexed" msgstr "Tabelle �%s� wurde neu indiziert" +#: commands/lockcmds.c:84 +#, c-format +msgid "could not obtain lock on relation \"%s\"" +msgstr "konnte Sperre f�r Relation �%s� nicht setzen" + +#: commands/lockcmds.c:89 +#, c-format +msgid "could not obtain lock on relation with OID %u" +msgstr "konnte Sperre f�r Relation mit OID %u nicht setzen" + #: commands/opclasscmds.c:197 commands/opclasscmds.c:715 #, c-format msgid "operator family \"%s\" for access method \"%s\" already exists" @@ -4475,14 +10363,14 @@ msgid "at least one of leftarg or rightarg must be specified" msgstr "entweder leftarg oder rightarg (oder beides) muss angegeben werden" #: commands/operatorcmds.c:216 -#, fuzzy, c-format +#, c-format msgid "restriction estimator function %s must return type \"float8\"" -msgstr "Typsendefunktion %s muss Typ �bytea� zur�ckgeben" +msgstr "Restriktionssch�tzfunktion %s muss Typ �float8� zur�ckgeben" #: commands/operatorcmds.c:255 -#, fuzzy, c-format +#, c-format msgid "join estimator function %s must return type \"float8\"" -msgstr "typmod_in-Funktion %s muss Typ �integer� zur�ckgeben" +msgstr "Join-Sch�tzfunktion %s muss Typ �float8� zur�ckgeben" #: commands/operatorcmds.c:306 #, c-format @@ -4494,17 +10382,6 @@ msgstr "Operator %s existiert nicht, wird �bersprungen" msgid "invalid cursor name: must not be empty" msgstr "ung�ltiger Cursorname: darf nicht leer sein" -#: commands/portalcmds.c:168 commands/portalcmds.c:222 -#: executor/execCurrent.c:66 utils/adt/xml.c:1945 utils/adt/xml.c:2109 -#, c-format -msgid "cursor \"%s\" does not exist" -msgstr "Cursor �%s� existiert nicht" - -#: commands/portalcmds.c:329 tcop/pquery.c:745 tcop/pquery.c:1365 -#, c-format -msgid "portal \"%s\" cannot be run" -msgstr "Portal �%s� kann nicht ausgef�hrt werden" - #: commands/portalcmds.c:402 msgid "could not reposition held cursor" msgstr "konnte gehaltenen Cursor nicht umpositionieren" @@ -4513,11 +10390,6 @@ msgstr "konnte gehaltenen Cursor nicht umpositionieren" msgid "invalid statement name: must not be empty" msgstr "ung�ltiger Anweisungsname: darf nicht leer sein" -#: commands/prepare.c:122 parser/analyze.c:2207 tcop/postgres.c:1239 -#, c-format -msgid "could not determine data type of parameter $%d" -msgstr "konnte Datentyp von Parameter $%d nicht ermitteln" - #: commands/prepare.c:140 msgid "utility statements cannot be prepared" msgstr "Utility-Anweisungen k�nnen nicht vorbereitet werden" @@ -4545,9 +10417,8 @@ msgid "cannot use aggregate function in EXECUTE parameter" msgstr "Aggregatfunktionen k�nnen nicht in EXECUTE-Parameter verwendet werden" #: commands/prepare.c:353 -#, fuzzy msgid "cannot use window function in EXECUTE parameter" -msgstr "Aggregatfunktionen k�nnen nicht in EXECUTE-Parameter verwendet werden" +msgstr "Fensterfunktionen k�nnen nicht in EXECUTE-Parameter verwendet werden" #: commands/prepare.c:366 #, c-format @@ -4565,20 +10436,6 @@ msgstr "vorbereitete Anweisung �%s� existiert bereits" msgid "prepared statement \"%s\" does not exist" msgstr "vorbereitete Anweisung �%s� existiert nicht" -#: commands/prepare.c:749 executor/execQual.c:1447 executor/execQual.c:1472 -#: executor/execQual.c:1833 executor/execQual.c:5006 executor/functions.c:644 -#: foreign/foreign.c:281 utils/fmgr/funcapi.c:60 utils/mmgr/portalmem.c:889 -msgid "set-valued function called in context that cannot accept a set" -msgstr "" -"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine " -"Mengenergebnisse verarbeiten kann" - -#: commands/prepare.c:753 foreign/foreign.c:285 utils/mmgr/portalmem.c:893 -msgid "materialize mode required, but it is not allowed in this context" -msgstr "" -"Materialisierungsmodus wird ben�tigt, ist aber in diesem Zusammenhang nicht " -"erlaubt" - #: commands/proclang.c:83 commands/proclang.c:514 #, c-format msgid "language \"%s\" already exists" @@ -4662,26 +10519,6 @@ msgid "setval: value %s is out of bounds for sequence \"%s\" (%s..%s)" msgstr "" "setval: Wert %s ist au�erhalb des g�ltigen Bereichs von Sequenz �%s� (%s..%s)" -#: commands/sequence.c:928 lib/stringinfo.c:245 libpq/auth.c:897 -#: libpq/auth.c:1251 libpq/auth.c:1319 libpq/auth.c:1926 -#: postmaster/postmaster.c:1819 postmaster/postmaster.c:1852 -#: postmaster/postmaster.c:2909 postmaster/postmaster.c:3622 -#: postmaster/postmaster.c:3703 postmaster/postmaster.c:4267 -#: storage/buffer/buf_init.c:164 storage/buffer/localbuf.c:347 -#: storage/file/fd.c:336 storage/file/fd.c:714 storage/file/fd.c:832 -#: storage/ipc/procarray.c:391 storage/ipc/procarray.c:707 -#: storage/ipc/procarray.c:714 utils/adt/formatting.c:1493 -#: utils/adt/formatting.c:1549 utils/adt/formatting.c:1606 -#: utils/adt/regexp.c:209 utils/adt/varlena.c:3031 utils/adt/varlena.c:3052 -#: utils/mb/mbutils.c:286 utils/mb/mbutils.c:548 utils/fmgr/dfmgr.c:224 -#: utils/hash/dynahash.c:363 utils/hash/dynahash.c:435 -#: utils/hash/dynahash.c:929 utils/init/miscinit.c:212 -#: utils/init/miscinit.c:233 utils/init/miscinit.c:243 utils/misc/guc.c:2740 -#: utils/misc/guc.c:2753 utils/misc/guc.c:2766 utils/mmgr/aset.c:386 -#: utils/mmgr/aset.c:565 utils/mmgr/aset.c:748 utils/mmgr/aset.c:954 -msgid "out of memory" -msgstr "Speicher aufgebraucht" - #: commands/sequence.c:1088 msgid "INCREMENT must not be zero" msgstr "INCREMENT darf nicht null sein" @@ -4724,7 +10561,7 @@ msgstr "ung�ltige OWNED BY Option" msgid "Specify OWNED BY table.column or OWNED BY NONE." msgstr "Geben Sie OWNED BY tabelle.spalte oder OWNED BY NONE an." -#: commands/sequence.c:1283 commands/tablecmds.c:4589 +#: commands/sequence.c:1283 commands/tablecmds.c:4597 #, c-format msgid "referenced relation \"%s\" is not a table" msgstr "Relation �%s�, auf die verwiesen wird, ist keine Tabelle" @@ -4737,88 +10574,80 @@ msgstr "Sequenz muss selben Eigent�mer wie die verkn�pfte Tabelle haben" msgid "sequence must be in same schema as table it is linked to" msgstr "Sequenz muss im selben Schema wie die verkn�pfte Tabelle sein" -#: commands/tablecmds.c:192 +#: commands/tablecmds.c:191 #, c-format msgid "table \"%s\" does not exist" msgstr "Tabelle �%s� existiert nicht" -#: commands/tablecmds.c:193 +#: commands/tablecmds.c:192 #, c-format msgid "table \"%s\" does not exist, skipping" msgstr "Tabelle �%s� existiert nicht, wird �bersprungen" -#: commands/tablecmds.c:195 +#: commands/tablecmds.c:194 msgid "Use DROP TABLE to remove a table." msgstr "Verwenden Sie DROP TABLE um eine Tabelle zu l�schen." -#: commands/tablecmds.c:198 +#: commands/tablecmds.c:197 #, c-format msgid "sequence \"%s\" does not exist" msgstr "Sequenz �%s� existiert nicht" -#: commands/tablecmds.c:199 +#: commands/tablecmds.c:198 #, c-format msgid "sequence \"%s\" does not exist, skipping" msgstr "Sequenz �%s� existiert nicht, wird �bersprungen" -#: commands/tablecmds.c:201 +#: commands/tablecmds.c:200 msgid "Use DROP SEQUENCE to remove a sequence." msgstr "Verwenden Sie DROP SEQUENCE um eine Sequenz zu l�schen." -#: commands/tablecmds.c:204 +#: commands/tablecmds.c:203 #, c-format msgid "view \"%s\" does not exist" msgstr "Sicht �%s� existiert nicht" -#: commands/tablecmds.c:205 +#: commands/tablecmds.c:204 #, c-format msgid "view \"%s\" does not exist, skipping" msgstr "Sicht �%s� existiert nicht, wird �bersprungen" -#: commands/tablecmds.c:207 +#: commands/tablecmds.c:206 msgid "Use DROP VIEW to remove a view." msgstr "Verwenden Sie DROP VIEW um eine Sicht zu l�schen." -#: commands/tablecmds.c:210 +#: commands/tablecmds.c:209 #, c-format msgid "index \"%s\" does not exist" msgstr "Index �%s� existiert nicht" -#: commands/tablecmds.c:211 +#: commands/tablecmds.c:210 #, c-format msgid "index \"%s\" does not exist, skipping" msgstr "Index �%s� existiert nicht, wird �bersprungen" -#: commands/tablecmds.c:213 +#: commands/tablecmds.c:212 msgid "Use DROP INDEX to remove an index." msgstr "Verwenden Sie DROP INDEX um einen Index zu l�schen." -#: commands/tablecmds.c:217 commands/typecmds.c:654 +#: commands/tablecmds.c:216 commands/typecmds.c:654 #, c-format msgid "type \"%s\" does not exist, skipping" msgstr "Typ �%s� existiert nicht, wird �bersprungen" -#: commands/tablecmds.c:218 +#: commands/tablecmds.c:217 #, c-format msgid "\"%s\" is not a type" msgstr "�%s� ist kein Typ" -#: commands/tablecmds.c:219 +#: commands/tablecmds.c:218 msgid "Use DROP TYPE to remove a type." msgstr "Verwenden Sie DROP TYPE um einen Typen zu l�schen." -#: commands/tablecmds.c:371 executor/execMain.c:2860 +#: commands/tablecmds.c:370 executor/execMain.c:2860 msgid "ON COMMIT can only be used on temporary tables" msgstr "ON COMMIT kann nur mit tempor�ren Tabellen verwendet werden" -#: commands/tablecmds.c:733 commands/tablecmds.c:1042 -#: commands/tablecmds.c:1860 commands/tablecmds.c:3240 -#: commands/tablecmds.c:3269 commands/tablecmds.c:4595 commands/trigger.c:122 -#: commands/trigger.c:847 tcop/utility.c:90 -#, c-format -msgid "permission denied: \"%s\" is a system catalog" -msgstr "keine Berechtigung: �%s� ist ein Systemkatalog" - #: commands/tablecmds.c:843 #, c-format msgid "truncate cascades to table \"%s\"" @@ -4834,17 +10663,17 @@ msgid "cannot truncate temporary tables of other sessions" msgstr "kann tempor�re Tabellen anderer Sitzungen nicht leeren" #: commands/tablecmds.c:1203 parser/parse_utilcmd.c:557 -#: parser/parse_utilcmd.c:1162 +#: parser/parse_utilcmd.c:1163 #, c-format msgid "inherited relation \"%s\" is not a table" msgstr "geerbte Relation �%s� ist keine Tabelle" -#: commands/tablecmds.c:1209 commands/tablecmds.c:6908 +#: commands/tablecmds.c:1209 commands/tablecmds.c:6913 #, c-format msgid "cannot inherit from temporary relation \"%s\"" msgstr "von tempor�rer Relation �%s� kann nicht geerbt werden" -#: commands/tablecmds.c:1226 commands/tablecmds.c:6936 +#: commands/tablecmds.c:1226 commands/tablecmds.c:6941 #, c-format msgid "relation \"%s\" would be inherited from more than once" msgstr "von der Relation �%s� w�rde mehrmals geerbt werden" @@ -4860,9 +10689,9 @@ msgid "inherited column \"%s\" has a type conflict" msgstr "geerbte Spalte �%s� hat Typkonflikt" #: commands/tablecmds.c:1291 commands/tablecmds.c:1449 -#: parser/parse_coerce.c:301 parser/parse_coerce.c:1486 -#: parser/parse_coerce.c:1505 parser/parse_coerce.c:1550 -#: parser/parse_expr.c:1871 +#: parser/parse_coerce.c:302 parser/parse_coerce.c:1488 +#: parser/parse_coerce.c:1507 parser/parse_coerce.c:1552 +#: parser/parse_expr.c:1872 #, c-format msgid "%s versus %s" msgstr "%s gegen %s" @@ -4895,34 +10724,34 @@ msgstr "" "Check-Constraint-Name �%s� erscheint mehrmals, aber mit unterschiedlichen " "Ausdr�cken" -#: commands/tablecmds.c:1904 +#: commands/tablecmds.c:1903 #, c-format msgid "inherited column \"%s\" must be renamed in child tables too" msgstr "" "vererbte Spalte �%s� muss ebenso in den abgeleiteten Tabellen umbenannt werden" -#: commands/tablecmds.c:1922 +#: commands/tablecmds.c:1921 #, c-format msgid "cannot rename system column \"%s\"" msgstr "Systemspalte �%s� kann nicht umbenannt werden" -#: commands/tablecmds.c:1932 +#: commands/tablecmds.c:1931 #, c-format msgid "cannot rename inherited column \"%s\"" msgstr "kann vererbte Spalte �%s� nicht umbenennen" -#: commands/tablecmds.c:1943 commands/tablecmds.c:3582 +#: commands/tablecmds.c:1942 commands/tablecmds.c:3585 #, c-format msgid "column \"%s\" of relation \"%s\" already exists" msgstr "Spalte �%s� von Relation �%s� existiert bereits" -#: commands/tablecmds.c:2064 commands/tablecmds.c:6246 -#: commands/tablecmds.c:7533 +#: commands/tablecmds.c:2063 commands/tablecmds.c:6252 +#: commands/tablecmds.c:7543 msgid "Use ALTER TYPE instead." msgstr "Verwenden Sie stattdessen ALTER TYPE." #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2189 +#: commands/tablecmds.c:2188 #, c-format msgid "" "cannot %s \"%s\" because it is being used by active queries in this session" @@ -4931,161 +10760,162 @@ msgstr "" "Sitzung verwendet wird" #. translator: first %s is a SQL command, eg ALTER TABLE -#: commands/tablecmds.c:2198 +#: commands/tablecmds.c:2197 #, c-format msgid "cannot %s \"%s\" because it has pending trigger events" msgstr "" "%s mit Relation �%s� nicht m�glich, weil es anstehende Trigger-Ereignisse " "daf�r gibt" -#: commands/tablecmds.c:2789 +#: commands/tablecmds.c:2792 #, c-format msgid "cannot rewrite system relation \"%s\"" msgstr "Systemrelation �%s� kann nicht neu geschrieben werden" -#: commands/tablecmds.c:2799 +#: commands/tablecmds.c:2802 msgid "cannot rewrite temporary tables of other sessions" msgstr "kann tempor�re Tabellen anderer Sitzungen nicht neu schreiben" -#: commands/tablecmds.c:3125 +#: commands/tablecmds.c:3128 #, c-format msgid "column \"%s\" contains null values" msgstr "Spalte �%s� enth�lt NULL-Werte" -#: commands/tablecmds.c:3139 +#: commands/tablecmds.c:3142 #, c-format msgid "check constraint \"%s\" is violated by some row" msgstr "Check-Constraint �%s� wird von irgendeiner Zeile verletzt" -#: commands/tablecmds.c:3222 +#: commands/tablecmds.c:3225 rewrite/rewriteDefine.c:253 #, c-format msgid "\"%s\" is not a table or view" msgstr "�%s� ist keine Tabelle oder Sicht" -#: commands/tablecmds.c:3258 commands/tablecmds.c:4009 +#: commands/tablecmds.c:3261 commands/tablecmds.c:4012 #, c-format msgid "\"%s\" is not a table or index" msgstr "�%s� ist keine Tabelle und kein Index" -#: commands/tablecmds.c:3413 +#: commands/tablecmds.c:3416 #, c-format msgid "cannot alter table \"%s\" because column \"%s\".\"%s\" uses its rowtype" msgstr "" "kann Tabelle �%s� nicht �ndern, weil Spalte �%s.%s� ihren Zeilentyp verwendet" -#: commands/tablecmds.c:3420 +#: commands/tablecmds.c:3423 #, c-format msgid "cannot alter type \"%s\" because column \"%s\".\"%s\" uses it" msgstr "kann Typ �%s� nicht �ndern, weil Spalte �%s.%s� ihn verwendet" -#: commands/tablecmds.c:3491 +#: commands/tablecmds.c:3494 msgid "column must be added to child tables too" msgstr "Spalte muss ebenso in den abgeleiteten Tabellen hinzugef�gt werden" -#: commands/tablecmds.c:3536 commands/tablecmds.c:7089 +#: commands/tablecmds.c:3539 commands/tablecmds.c:7097 #, c-format msgid "child table \"%s\" has different type for column \"%s\"" msgstr "abgeleitete Tabelle �%s� hat unterschiedlichen Typ f�r Spalte �%s�" -#: commands/tablecmds.c:3543 -#, fuzzy, c-format +#: commands/tablecmds.c:3546 +#, c-format msgid "child table \"%s\" has a conflicting \"%s\" column" -msgstr "Constraint �%s� fehlt in abgeleiteter Tabelle" +msgstr "abgeleitete Tabelle �%s� hat eine widerspr�chliche Spalte �%s�" -#: commands/tablecmds.c:3555 +#: commands/tablecmds.c:3558 #, c-format msgid "merging definition of column \"%s\" for child \"%s\"" -msgstr "Definition von Spalte �%s� f�r abgeleitete Tabelle �%s� wird zusammengef�hrt" +msgstr "" +"Definition von Spalte �%s� f�r abgeleitete Tabelle �%s� wird zusammengef�hrt" -#: commands/tablecmds.c:3829 commands/tablecmds.c:3921 -#: commands/tablecmds.c:3966 commands/tablecmds.c:4062 -#: commands/tablecmds.c:4123 commands/tablecmds.c:5570 +#: commands/tablecmds.c:3832 commands/tablecmds.c:3924 +#: commands/tablecmds.c:3969 commands/tablecmds.c:4065 +#: commands/tablecmds.c:4126 commands/tablecmds.c:5576 #, c-format msgid "cannot alter system column \"%s\"" msgstr "Systemspalte �%s� kann nicht ge�ndert werden" -#: commands/tablecmds.c:3865 +#: commands/tablecmds.c:3868 #, c-format msgid "column \"%s\" is in a primary key" msgstr "Spalte �%s� ist in einem Prim�rschl�ssel" -#: commands/tablecmds.c:4036 +#: commands/tablecmds.c:4039 #, c-format msgid "statistics target %d is too low" msgstr "Statistikziel %d ist zu niedrig" -#: commands/tablecmds.c:4044 +#: commands/tablecmds.c:4047 #, c-format msgid "lowering statistics target to %d" msgstr "setze Statistikziel auf %d herab" -#: commands/tablecmds.c:4104 +#: commands/tablecmds.c:4107 #, c-format msgid "invalid storage type \"%s\"" msgstr "ung�ltiger Storage-Typ �%s�" -#: commands/tablecmds.c:4135 +#: commands/tablecmds.c:4138 #, c-format msgid "column data type %s can only have storage PLAIN" msgstr "Spaltendatentyp %s kann nur Storage-Typ PLAIN" -#: commands/tablecmds.c:4190 +#: commands/tablecmds.c:4193 #, c-format msgid "cannot drop system column \"%s\"" msgstr "Systemspalte �%s� kann nicht gel�scht werden" -#: commands/tablecmds.c:4197 +#: commands/tablecmds.c:4200 #, c-format msgid "cannot drop inherited column \"%s\"" msgstr "geerbte Spalte �%s� kann nicht gel�scht werden" -#: commands/tablecmds.c:4526 +#: commands/tablecmds.c:4532 msgid "constraint must be added to child tables too" msgstr "Constraint muss ebenso in den abgeleiteten Tabellen hinzugef�gt werden" -#: commands/tablecmds.c:4611 +#: commands/tablecmds.c:4619 msgid "cannot reference temporary table from permanent table constraint" msgstr "" "tempor�re Tabelle kann nicht in permanentem Tabellen-Constraint benutzt " "werden" -#: commands/tablecmds.c:4618 +#: commands/tablecmds.c:4626 msgid "cannot reference permanent table from temporary table constraint" msgstr "" "permanente Tabelle kann nicht in tempor�ren Tabellen-Constraint benutzt " "werden" -#: commands/tablecmds.c:4678 +#: commands/tablecmds.c:4686 msgid "number of referencing and referenced columns for foreign key disagree" msgstr "" "Anzahl der Quell- und Zielspalten im Fremdschl�ssel stimmt nicht �berein" -#: commands/tablecmds.c:4769 +#: commands/tablecmds.c:4777 #, c-format msgid "foreign key constraint \"%s\" cannot be implemented" msgstr "Fremdschl�ssel-Constraint �%s� kann nicht implementiert werden" -#: commands/tablecmds.c:4772 +#: commands/tablecmds.c:4780 #, c-format msgid "Key columns \"%s\" and \"%s\" are of incompatible types: %s and %s." msgstr "Schl�sselspalten �%s� und �%s� haben inkompatible Typen: %s und %s." -#: commands/tablecmds.c:4865 +#: commands/tablecmds.c:4873 #, c-format msgid "column \"%s\" referenced in foreign key constraint does not exist" msgstr "Spalte �%s�, die im Fremdschl�ssel verwendet wird, existiert nicht" -#: commands/tablecmds.c:4870 +#: commands/tablecmds.c:4878 #, c-format msgid "cannot have more than %d keys in a foreign key" msgstr "Fremdschl�ssel kann nicht mehr als %d Schl�ssel haben" -#: commands/tablecmds.c:4943 +#: commands/tablecmds.c:4951 #, c-format msgid "there is no primary key for referenced table \"%s\"" msgstr "in Tabelle �%s�, auf die verwiesen wird, gibt es keinen Prim�rschl�ssel" -#: commands/tablecmds.c:5077 +#: commands/tablecmds.c:5085 #, c-format msgid "" "there is no unique constraint matching given keys for referenced table \"%s\"" @@ -5093,166 +10923,167 @@ msgstr "" "in Tabelle �%s�, auf die verwiesen wird, gibt es keinen Unique Constraint, " "der auf die angegebenen Schl�ssel passt" -#: commands/tablecmds.c:5401 +#: commands/tablecmds.c:5405 #, c-format msgid "cannot drop inherited constraint \"%s\" of relation \"%s\"" msgstr "geerbter Constraint �%s� von Relation �%s� kann nicht gel�scht werden" -#: commands/tablecmds.c:5425 commands/tablecmds.c:5526 +#: commands/tablecmds.c:5429 commands/tablecmds.c:5532 #, c-format msgid "constraint \"%s\" of relation \"%s\" does not exist" msgstr "Constraint �%s� von Relation �%s� existiert nicht" -#: commands/tablecmds.c:5577 +#: commands/tablecmds.c:5583 #, c-format msgid "cannot alter inherited column \"%s\"" msgstr "kann vererbte Spalte �%s� nicht �ndern" -#: commands/tablecmds.c:5612 +#: commands/tablecmds.c:5618 msgid "transform expression must not return a set" msgstr "Umwandlungsausdruck kann keine Ergebnismenge zur�ckgeben" -#: commands/tablecmds.c:5618 +#: commands/tablecmds.c:5624 msgid "cannot use subquery in transform expression" msgstr "Unteranfragen k�nnen in Umwandlungsausdr�cken nicht verwendet werden" -#: commands/tablecmds.c:5622 +#: commands/tablecmds.c:5628 msgid "cannot use aggregate function in transform expression" msgstr "" "Aggregatfunktionen k�nnen in Umwandlungsausdr�cken nicht verwendet werden" -#: commands/tablecmds.c:5626 -#, fuzzy +#: commands/tablecmds.c:5632 msgid "cannot use window function in transform expression" msgstr "" -"Aggregatfunktionen k�nnen in Umwandlungsausdr�cken nicht verwendet werden" +"Fensterfunktionen k�nnen in Umwandlungsausdr�cken nicht verwendet werden" -#: commands/tablecmds.c:5644 +#: commands/tablecmds.c:5650 #, c-format msgid "column \"%s\" cannot be cast to type %s" msgstr "Spalte �%s� kann nicht in Typ %s umgewandelt werden" -#: commands/tablecmds.c:5670 +#: commands/tablecmds.c:5676 #, c-format msgid "type of inherited column \"%s\" must be changed in child tables too" msgstr "" "Typ der vererbten Spalte �%s� muss ebenso in den abgeleiteten Tabellen " "ge�ndert werden" -#: commands/tablecmds.c:5709 +#: commands/tablecmds.c:5715 #, c-format msgid "cannot alter type of column \"%s\" twice" msgstr "Typ der Spalte �%s� kann nicht zweimal ge�ndert werden" -#: commands/tablecmds.c:5743 +#: commands/tablecmds.c:5749 #, c-format msgid "default for column \"%s\" cannot be cast to type %s" msgstr "Vorgabewert der Spalte �%s� kann nicht in Typ %s umgewandelt werden" -#: commands/tablecmds.c:5869 +#: commands/tablecmds.c:5875 msgid "cannot alter type of a column used by a view or rule" msgstr "" "Typ einer Spalte, die von einer Sicht oder Regel verwendet wird, kann nicht " "ge�ndert werden" -#: commands/tablecmds.c:5870 +#: commands/tablecmds.c:5876 #, c-format msgid "%s depends on column \"%s\"" msgstr "%s h�ngt von Spalte �%s� ab" -#: commands/tablecmds.c:6214 +#: commands/tablecmds.c:6220 #, c-format msgid "cannot change owner of index \"%s\"" msgstr "kann Eigent�mer des Index �%s� nicht �ndern" -#: commands/tablecmds.c:6216 +#: commands/tablecmds.c:6222 msgid "Change the ownership of the index's table, instead." msgstr "�ndern Sie stattdessen den Eigent�mer der Tabelle des Index." -#: commands/tablecmds.c:6232 +#: commands/tablecmds.c:6238 #, c-format msgid "cannot change owner of sequence \"%s\"" msgstr "kann Eigent�mer der Sequenz �%s� nicht �ndern" -#: commands/tablecmds.c:6234 commands/tablecmds.c:7523 +#: commands/tablecmds.c:6240 commands/tablecmds.c:7533 #, c-format msgid "Sequence \"%s\" is linked to table \"%s\"." msgstr "Sequenz �%s� ist mit Tabelle �%s� verkn�pft." -#: commands/tablecmds.c:6255 commands/tablecmds.c:7541 +#: commands/tablecmds.c:6261 commands/tablecmds.c:7551 #, c-format msgid "\"%s\" is not a table, view, or sequence" msgstr "�%s� ist keine Tabelle, Sicht oder Sequenz" -#: commands/tablecmds.c:6514 +#: commands/tablecmds.c:6520 msgid "cannot have multiple SET TABLESPACE subcommands" msgstr "mehrere SET TABLESPACE Unterbefehle sind ung�ltig" -#: commands/tablecmds.c:6568 +#: commands/tablecmds.c:6574 #, c-format msgid "\"%s\" is not a table, index, or TOAST table" msgstr "�%s� ist weder Tabelle, Index noch TOAST-Tabelle" -#: commands/tablecmds.c:6680 +#: commands/tablecmds.c:6686 #, c-format msgid "cannot move system relation \"%s\"" msgstr "Systemrelation �%s� kann nicht verschoben werden" -#: commands/tablecmds.c:6696 +#: commands/tablecmds.c:6702 msgid "cannot move temporary tables of other sessions" msgstr "tempor�re Tabellen anderer Sitzungen k�nnen nicht verschoben werden" -#: commands/tablecmds.c:6960 +#: commands/tablecmds.c:6968 msgid "circular inheritance not allowed" msgstr "zirkul�re Vererbung ist nicht erlaubt" -#: commands/tablecmds.c:6961 +#: commands/tablecmds.c:6969 #, c-format msgid "\"%s\" is already a child of \"%s\"." msgstr "�%s� ist schon von �%s� abgeleitet." -#: commands/tablecmds.c:6969 +#: commands/tablecmds.c:6977 #, c-format msgid "table \"%s\" without OIDs cannot inherit from table \"%s\" with OIDs" msgstr "Tabelle �%s� ohne OIDs kann nicht von Tabelle �%s� mit OIDs erben" -#: commands/tablecmds.c:7096 +#: commands/tablecmds.c:7104 #, c-format msgid "column \"%s\" in child table must be marked NOT NULL" msgstr "Spalte �%s� in abgeleiteter Tabelle muss als NOT NULL markiert sein" -#: commands/tablecmds.c:7112 +#: commands/tablecmds.c:7120 #, c-format msgid "child table is missing column \"%s\"" msgstr "Spalte �%s� fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:7191 +#: commands/tablecmds.c:7199 #, c-format msgid "child table \"%s\" has different definition for check constraint \"%s\"" -msgstr "abgeleitete Tabelle �%s� hat unterschiedliche Definition f�r Check-Constraint �%s�" +msgstr "" +"abgeleitete Tabelle �%s� hat unterschiedliche Definition f�r Check-Constraint " +"�%s�" -#: commands/tablecmds.c:7215 +#: commands/tablecmds.c:7223 #, c-format msgid "child table is missing constraint \"%s\"" msgstr "Constraint �%s� fehlt in abgeleiteter Tabelle" -#: commands/tablecmds.c:7296 +#: commands/tablecmds.c:7304 #, c-format msgid "relation \"%s\" is not a parent of relation \"%s\"" msgstr "Relation �%s� ist keine Basisrelation von Relation �%s�" -#: commands/tablecmds.c:7522 +#: commands/tablecmds.c:7532 msgid "cannot move an owned sequence into another schema" msgstr "" "einer Tabelle zugeordnete Sequenz kann nicht in ein anderes Schema " "verschoben werden" -#: commands/tablecmds.c:7551 +#: commands/tablecmds.c:7561 #, c-format msgid "relation \"%s\" is already in schema \"%s\"" msgstr "Relation �%s� ist bereits in Schema �%s�" -#: commands/tablecmds.c:7616 +#: commands/tablecmds.c:7626 #, c-format msgid "relation \"%s\" already exists in schema \"%s\"" msgstr "Relation �%s� existiert bereits in Schema �%s�" @@ -5338,12 +11169,6 @@ msgstr "Tablespace �%s� existiert nicht, wird �bersprungen" msgid "tablespace \"%s\" is not empty" msgstr "Tablespace �%s� ist nicht leer" -#: commands/tablespace.c:581 storage/file/fd.c:1525 utils/adt/genfile.c:240 -#: utils/adt/misc.c:210 ../port/copydir.c:65 -#, c-format -msgid "could not open directory \"%s\": %m" -msgstr "konnte Verzeichnis �%s� nicht �ffnen: %m" - #: commands/tablespace.c:611 commands/tablespace.c:648 #, c-format msgid "could not remove directory \"%s\": %m" @@ -5359,94 +11184,78 @@ msgstr "konnte symbolische Verkn�pfung �%s� nicht l�schen: %m" msgid "tablespace %u is not empty" msgstr "Tablespace %u ist nicht leer" -#: commands/trigger.c:162 -msgid "multiple INSERT events specified" -msgstr "mehrere INSERT-Ereignisse angegeben" - -#: commands/trigger.c:169 -msgid "multiple DELETE events specified" -msgstr "mehrere DELETE-Ereignisse angegeben" - -#: commands/trigger.c:176 -msgid "multiple UPDATE events specified" -msgstr "mehrere UPDATE-Ereignisse angegeben" - -#: commands/trigger.c:183 -msgid "multiple TRUNCATE events specified" -msgstr "mehrere TRUNCATE-Ereignisse angegeben" - -#: commands/trigger.c:189 +#: commands/trigger.c:158 msgid "TRUNCATE FOR EACH ROW triggers are not supported" msgstr "TRUNCATE FOR EACH ROW-Trigger werden nicht unterst�tzt" -#: commands/trigger.c:212 +#: commands/trigger.c:174 #, c-format msgid "changing return type of function %s from \"opaque\" to \"trigger\"" msgstr "�ndere R�ckgabetyp von Funktion %s von �opaque� in �trigger�" -#: commands/trigger.c:219 +#: commands/trigger.c:181 #, c-format msgid "function %s must return type \"trigger\"" msgstr "Funktion %s muss Typ �trigger� zur�ckgeben" -#: commands/trigger.c:297 commands/trigger.c:930 +#: commands/trigger.c:259 commands/trigger.c:892 #, c-format msgid "trigger \"%s\" for relation \"%s\" already exists" msgstr "Trigger �%s� f�r Relation �%s� existiert bereits" -#: commands/trigger.c:499 +#: commands/trigger.c:461 msgid "Found referenced table's UPDATE trigger." msgstr "UPDATE-Trigger der Zieltabelle wurde gefunden." -#: commands/trigger.c:500 +#: commands/trigger.c:462 msgid "Found referenced table's DELETE trigger." msgstr "DELETE-Trigger der Zieltabelle wurde gefunden." -#: commands/trigger.c:501 +#: commands/trigger.c:463 msgid "Found referencing table's trigger." msgstr "Trigger der Quelltabelle wurde gefunden." -#: commands/trigger.c:610 commands/trigger.c:626 +#: commands/trigger.c:572 commands/trigger.c:588 #, c-format msgid "ignoring incomplete trigger group for constraint \"%s\" %s" msgstr "unvollst�ndige Triggergruppe f�r Constraint \"%s\" %s ignoriert" -#: commands/trigger.c:638 +#: commands/trigger.c:600 #, c-format msgid "converting trigger group into constraint \"%s\" %s" msgstr "Triggergruppe wird in Constraint \"%s\" %s umgewandelt" -#: commands/trigger.c:776 +#: commands/trigger.c:738 #, c-format msgid "trigger \"%s\" for table \"%s\" does not exist, skipping" msgstr "Trigger �%s� f�r Tabelle �%s� existiert nicht, wird �bersprungen" -#: commands/trigger.c:1051 +#: commands/trigger.c:1013 #, c-format msgid "permission denied: \"%s\" is a system trigger" msgstr "keine Berechtigung: �%s� ist ein Systemtrigger" -#: commands/trigger.c:1601 +#: commands/trigger.c:1563 #, c-format msgid "trigger function %u returned null value" msgstr "Triggerfunktion %u gab NULL-Wert zur�ck" -#: commands/trigger.c:1669 commands/trigger.c:1800 commands/trigger.c:1948 -#: commands/trigger.c:2099 +#: commands/trigger.c:1631 commands/trigger.c:1762 commands/trigger.c:1910 +#: commands/trigger.c:2061 msgid "BEFORE STATEMENT trigger cannot return a value" msgstr "Trigger f�r BEFORE STATEMENT kann keinen Wert zur�ckgeben" -#: commands/trigger.c:2156 executor/execMain.c:1600 executor/execMain.c:1912 +#: commands/trigger.c:2118 executor/execMain.c:1600 executor/execMain.c:1912 #: executor/execMain.c:2090 msgid "could not serialize access due to concurrent update" msgstr "kann Zugriff nicht serialisieren wegen gleichzeitiger Aktualisierung" -#: commands/trigger.c:3644 +#: commands/trigger.c:3608 #, c-format msgid "constraint \"%s\" is not deferrable" msgstr "Constraint �%s� ist nicht verschiebbar" -#: commands/trigger.c:3670 +#: commands/trigger.c:3634 #, c-format msgid "constraint \"%s\" does not exist" msgstr "Constraint �%s� existiert nicht" @@ -5593,9 +11402,8 @@ msgid "invalid parameter list format: \"%s\"" msgstr "ung�ltiges Parameterlistenformat: �%s�" #: commands/typecmds.c:163 -#, fuzzy msgid "must be superuser to create a base type" -msgstr "Nur Superuser k�nnen Tablespaces anlegen." +msgstr "nur Superuser k�nnen Basistypen anlegen" #: commands/typecmds.c:268 #, c-format @@ -5605,7 +11413,7 @@ msgstr "Typ-Attribut �%s� nicht erkannt" #: commands/typecmds.c:322 #, c-format msgid "invalid type category \"%s\": must be simple ASCII" -msgstr "" +msgstr "ung�ltige Typenkategorie �%s�: muss einfacher ASCII-Wert sein" #: commands/typecmds.c:341 #, c-format @@ -5799,13 +11607,6 @@ msgstr "Rollenname �%s� ist reserviert" msgid "role \"%s\" already exists" msgstr "Rolle �%s� existiert bereits" -#: commands/user.c:566 commands/user.c:748 commands/user.c:858 -#: commands/user.c:1012 commands/variable.c:752 commands/variable.c:882 -#: utils/cache/lsyscache.c:2748 utils/init/miscinit.c:421 -#, c-format -msgid "role \"%s\" does not exist" -msgstr "Rolle �%s� existiert nicht" - #: commands/user.c:579 commands/user.c:759 commands/user.c:1291 #: commands/user.c:1430 msgid "must be superuser to alter superusers" @@ -5938,7 +11739,7 @@ msgstr "" "�berspringe �%s� --- nur Eigent�mer der Tabelle oder der Datenbank kann sie " "vacuumen" -#: commands/vacuum.c:1135 +#: commands/vacuum.c:1136 #, c-format msgid "" "skipping \"%s\" --- cannot vacuum indexes, views, or special system tables" @@ -5946,12 +11747,12 @@ msgstr "" "�berspringe �%s� --- kann Indexe, Sichten oder spezielle Systemtabellen nicht " "vacuumen" -#: commands/vacuum.c:1371 commands/vacuumlazy.c:286 +#: commands/vacuum.c:1371 commands/vacuumlazy.c:288 #, c-format msgid "vacuuming \"%s.%s\"" msgstr "vacuume �%s.%s�" -#: commands/vacuum.c:1430 commands/vacuumlazy.c:406 +#: commands/vacuum.c:1430 commands/vacuumlazy.c:408 #, c-format msgid "relation \"%s\" page %u is uninitialized --- fixing" msgstr "" @@ -6026,23 +11827,23 @@ msgstr "" msgid "\"%s\": moved %u row versions, truncated %u to %u pages" msgstr "�%s�: %u Zeilenversionen verschoben, von %u auf %u Seiten verk�rzt" -#: commands/vacuum.c:2765 commands/vacuumlazy.c:799 commands/vacuumlazy.c:892 -#: commands/vacuumlazy.c:1013 +#: commands/vacuum.c:2765 commands/vacuumlazy.c:802 commands/vacuumlazy.c:895 +#: commands/vacuumlazy.c:1022 #, c-format msgid "%s." msgstr "%s." -#: commands/vacuum.c:3319 commands/vacuumlazy.c:1010 +#: commands/vacuum.c:3319 commands/vacuumlazy.c:1019 #, c-format msgid "\"%s\": truncated %u to %u pages" msgstr "�%s�: von %u auf %u Seiten verk�rzt" -#: commands/vacuum.c:3407 commands/vacuum.c:3478 commands/vacuumlazy.c:926 +#: commands/vacuum.c:3412 commands/vacuum.c:3489 commands/vacuumlazy.c:935 #, c-format msgid "index \"%s\" now contains %.0f row versions in %u pages" msgstr "Index �%s� enth�lt %.0f Zeilenversionen in %u Seiten" -#: commands/vacuum.c:3411 +#: commands/vacuum.c:3416 #, c-format msgid "" "%u index pages have been deleted, %u are currently reusable.\n" @@ -6051,7 +11852,7 @@ msgstr "" "%u Indexseiten wurden gel�scht, %u sind gegenw�rtig wiederverwendbar.\n" "%s." -#: commands/vacuum.c:3425 commands/vacuum.c:3498 +#: commands/vacuum.c:3431 commands/vacuum.c:3510 #, c-format msgid "" "index \"%s\" contains %.0f row versions, but table contains %.0f row versions" @@ -6059,11 +11860,11 @@ msgstr "" "Index �%s� enth�lt %.0f Zeilenversionen, aber Tabelle enth�lt %.0f " "Zeilenversionen" -#: commands/vacuum.c:3428 commands/vacuum.c:3501 +#: commands/vacuum.c:3434 commands/vacuum.c:3513 msgid "Rebuild the index with REINDEX." msgstr "Bauen Sie den Index mit REINDEX neu." -#: commands/vacuum.c:3482 commands/vacuumlazy.c:930 +#: commands/vacuum.c:3493 commands/vacuumlazy.c:939 #, c-format msgid "" "%.0f index row versions were removed.\n" @@ -6074,7 +11875,7 @@ msgstr "" "%u Indexseiten wurden gel�scht, %u sind gegenw�rtig wiederverwendbar.\n" "%s." -#: commands/vacuumlazy.c:232 +#: commands/vacuumlazy.c:234 #, c-format msgid "" "automatic vacuum of table \"%s.%s.%s\": index scans: %d\n" @@ -6087,22 +11888,22 @@ msgstr "" "Tuple: %.0f entfernt, %.0f noch vorhanden\n" "Systembenutzung: %s" -#: commands/vacuumlazy.c:730 +#: commands/vacuumlazy.c:733 #, c-format msgid "\"%s\": removed %.0f row versions in %u pages" msgstr "�%s�: %.0f Zeilenversionen in %u Seiten entfernt" -#: commands/vacuumlazy.c:735 -#, fuzzy, c-format +#: commands/vacuumlazy.c:738 +#, c-format msgid "" "\"%s\": found %.0f removable, %.0f nonremovable row versions in %u out of %u " "pages" msgstr "" -"�%s�: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u Seiten " -"gefunden" +"�%s�: %.0f entfernbare, %.0f nicht entfernbare Zeilenversionen in %u von %u " +"Seiten gefunden" -#: commands/vacuumlazy.c:738 -#, fuzzy, c-format +#: commands/vacuumlazy.c:741 +#, c-format msgid "" "%.0f dead row versions cannot be removed yet.\n" "There were %.0f unused item pointers.\n" @@ -6111,16 +11912,15 @@ msgid "" msgstr "" "%.0f tote Zeilenversionen k�nnen noch nicht entfernt werden.\n" "Es gibt %.0f unbenutzte Itemzeiger.\n" -"%u Seiten enthalten n�tzlichen freien Platz.\n" "%u Seiten sind vollkommen leer.\n" "%s." -#: commands/vacuumlazy.c:796 +#: commands/vacuumlazy.c:799 #, c-format msgid "\"%s\": removed %d row versions in %d pages" msgstr "�%s�: %d Zeilenversionen in %d Seiten entfernt" -#: commands/vacuumlazy.c:889 +#: commands/vacuumlazy.c:892 #, c-format msgid "scanned index \"%s\" to remove %d row versions" msgstr "Index �%s� gelesen und %d Zeilenversionen entfernt" @@ -6171,11 +11971,6 @@ msgstr "" "SET TRANSACTION ISOLATION LEVEL kann nicht in einer Subtransaktion " "aufgerufen werden" -#: commands/variable.c:665 utils/mb/mbutils.c:192 -#, c-format -msgid "conversion between %s and %s is not supported" -msgstr "Umwandlung zwischen %s und %s wird nicht unterst�tzt" - #: commands/variable.c:731 msgid "cannot set session authorization within security-definer function" msgstr "" @@ -6231,13 +12026,13 @@ msgstr "Cursor �%s� wurde aus einer vorherigen Transaktion beibehalten" #: executor/execCurrent.c:110 #, c-format msgid "cursor \"%s\" has multiple FOR UPDATE/SHARE references to table \"%s\"" -msgstr "" +msgstr "Cursor �%s� hat mehrere FOR UPDATE/SHARE-Verweise auf Tabelle �%s�" #: executor/execCurrent.c:119 #, c-format msgid "" "cursor \"%s\" does not have a FOR UPDATE/SHARE reference to table \"%s\"" -msgstr "" +msgstr "Cursor �%s� hat keinen FOR UPDATE/SHARE-Verweis auf Tabelle �%s�" #: executor/execCurrent.c:129 executor/execCurrent.c:176 #, c-format @@ -6249,7 +12044,7 @@ msgstr "Cursor �%s� ist nicht auf eine Zeile positioniert" msgid "cursor \"%s\" is not a simply updatable scan of table \"%s\"" msgstr "Cursor �%s� ist kein einfach aktualisierbarer Scan der Tabelle �%s�" -#: executor/execCurrent.c:228 executor/execQual.c:890 +#: executor/execCurrent.c:228 executor/execQual.c:893 #, c-format msgid "no value found for parameter %d" msgstr "kein Wert f�r Parameter %d gefunden" @@ -6283,8 +12078,8 @@ msgid "cannot change relation \"%s\"" msgstr "kann Relation �%s� nicht �ndern" #: executor/execMain.c:1183 executor/execMain.c:1193 executor/execMain.c:1210 -#: executor/execMain.c:1218 executor/execQual.c:618 executor/execQual.c:634 -#: executor/execQual.c:644 +#: executor/execMain.c:1218 executor/execQual.c:618 executor/execQual.c:637 +#: executor/execQual.c:647 msgid "table row type and query-specified row type do not match" msgstr "" "Zeilentyp der Tabelle und der von der Anfrage angegebene Zeilentyp stimmen " @@ -6294,7 +12089,7 @@ msgstr "" msgid "Query has too many columns." msgstr "Anfrage hat zu viele Spalten." -#: executor/execMain.c:1194 executor/execQual.c:635 +#: executor/execMain.c:1194 executor/execQual.c:638 #, c-format msgid "Table has type %s at ordinal position %d, but query expects %s." msgstr "Tabelle hat Typ %s auf Position %d, aber Anfrage erwartet %s." @@ -6318,103 +12113,101 @@ msgstr "NULL-Wert in Spalte �%s� verletzt Not-Null-Constraint" msgid "new row for relation \"%s\" violates check constraint \"%s\"" msgstr "neue Zeile f�r Relation �%s� verletzt Check-Constraint �%s�" -#: executor/execQual.c:293 executor/execQual.c:321 executor/execQual.c:2882 -#: utils/adt/array_userfuncs.c:429 utils/adt/arrayfuncs.c:203 -#: utils/adt/arrayfuncs.c:455 utils/adt/arrayfuncs.c:1190 -#: utils/adt/arrayfuncs.c:2845 utils/adt/arrayfuncs.c:4513 -#, c-format -msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)" -msgstr "Anzahl der Arraydimensionen (%d) �berschreitet erlaubtes Maximum (%d)" - #: executor/execQual.c:306 executor/execQual.c:334 msgid "array subscript in assignment must not be null" msgstr "Arrayindex in Zuweisung darf nicht NULL sein" -#: executor/execQual.c:559 executor/execQual.c:3792 +#: executor/execQual.c:559 executor/execQual.c:3817 #, c-format msgid "attribute %d has wrong type" msgstr "Attribut %d hat falschen Typ" -#: executor/execQual.c:560 executor/execQual.c:3793 +#: executor/execQual.c:560 executor/execQual.c:3818 #, c-format msgid "Table has type %s, but query expects %s." msgstr "Tabelle hat Typ %s, aber Anfrage erwartet %s." #: executor/execQual.c:619 #, c-format -msgid "Table row contains %d attributes, but query expects %d." -msgstr "Tabellenzeile enth�lt %d Attribute, aber Anfrage erwartet %d." +msgid "Table row contains %d attribute, but query expects %d." +msgid_plural "Table row contains %d attributes, but query expects %d." +msgstr[0] "Tabellenzeile enth�lt %d Attribut, aber Anfrage erwartet %d." +msgstr[1] "Tabellenzeile enth�lt %d Attribute, aber Anfrage erwartet %d." -#: executor/execQual.c:645 executor/execQual.c:1337 +#: executor/execQual.c:648 executor/execQual.c:1363 #, c-format msgid "Physical storage mismatch on dropped attribute at ordinal position %d." msgstr "" "Physischer Speicher stimmt nicht �berein mit gel�schtem Attribut auf " "Position %d." -#: executor/execQual.c:1044 parser/parse_func.c:92 parser/parse_func.c:262 +#: executor/execQual.c:1047 parser/parse_func.c:88 parser/parse_func.c:260 #: parser/parse_func.c:541 #, c-format -msgid "cannot pass more than %d arguments to a function" -msgstr "kann nicht mehr als %d Argumente an Funktion �bergeben" +msgid "cannot pass more than %d argument to a function" +msgid_plural "cannot pass more than %d arguments to a function" +msgstr[0] "kann nicht mehr als %d Argument an Funktion �bergeben" +msgstr[1] "kann nicht mehr als %d Argumente an Funktion �bergeben" -#: executor/execQual.c:1220 +#: executor/execQual.c:1231 msgid "functions and operators can take at most one set argument" msgstr "Funktionen und Operatoren k�nnen h�chstens ein Mengenargument haben" -#: executor/execQual.c:1256 -#, fuzzy +#: executor/execQual.c:1281 msgid "" "function returning setof record called in context that cannot accept type " "record" msgstr "" -"Funktion mit Mengenergebnis in einem Zusammenhang aufgerufen, der keine " -"Mengenergebnisse verarbeiten kann" +"Funktion mit Ergebnis SETOF RECORD in einem Zusammenhang aufgerufen, der den " +"Typ RECORD nicht verarbeiten kann" -#: executor/execQual.c:1312 executor/execQual.c:1326 executor/execQual.c:1336 +#: executor/execQual.c:1336 executor/execQual.c:1352 executor/execQual.c:1362 msgid "function return row and query-specified return row do not match" msgstr "" "von Funktion zur�ckgegebene Zeile und von der Anfrage angegebene " "zur�ckzugebende Zeile stimmen nicht �berein" -#: executor/execQual.c:1313 +#: executor/execQual.c:1337 #, c-format -msgid "Returned row contains %d attributes, but query expects %d." -msgstr "Zur�ckgegebene Zeile enth�lt %d Attribute, aber Anfrage erwartet %d." +msgid "Returned row contains %d attribute, but query expects %d." +msgid_plural "Returned row contains %d attributes, but query expects %d." +msgstr[0] "Zur�ckgegebene Zeile enth�lt %d Attribut, aber Anfrage erwartet %d." +msgstr[1] "" +"Zur�ckgegebene Zeile enth�lt %d Attribute, aber Anfrage erwartet %d." -#: executor/execQual.c:1327 +#: executor/execQual.c:1353 #, c-format msgid "Returned type %s at ordinal position %d, but query expects %s." msgstr "R�ckgabetyp war %s auf Position %d, aber Anfrage erwartet %s." -#: executor/execQual.c:1580 executor/execQual.c:1998 +#: executor/execQual.c:1606 executor/execQual.c:2024 msgid "table-function protocol for materialize mode was not followed" msgstr "" "Tabellenfunktionsprotokoll f�r Materialisierungsmodus wurde nicht befolgt" -#: executor/execQual.c:1600 executor/execQual.c:2005 +#: executor/execQual.c:1626 executor/execQual.c:2031 #, c-format msgid "unrecognized table-function returnMode: %d" msgstr "unbekannter returnMode von Tabellenfunktion: %d" -#: executor/execQual.c:1920 +#: executor/execQual.c:1946 msgid "function returning set of rows cannot return null value" msgstr "" "Funktion, die eine Zeilenmenge zur�ckgibt, kann keinen NULL-Wert zur�ckgeben" -#: executor/execQual.c:2166 +#: executor/execQual.c:2191 msgid "IS DISTINCT FROM does not support set arguments" msgstr "IS DISTINCT FROM unterst�tzt keine Mengenargumente" -#: executor/execQual.c:2241 +#: executor/execQual.c:2266 msgid "op ANY/ALL (array) does not support set arguments" msgstr "op ANY/ALL (array) unterst�tzt keine Mengenargumente" -#: executor/execQual.c:2860 +#: executor/execQual.c:2885 msgid "cannot merge incompatible arrays" msgstr "kann inkompatible Arrays nicht verschmelzen" -#: executor/execQual.c:2861 +#: executor/execQual.c:2886 #, c-format msgid "" "Array with element type %s cannot be included in ARRAY construct with " @@ -6423,53 +12216,28 @@ msgstr "" "Arrayelement mit Typ %s kann nicht in ARRAY-Konstrukt mit Elementtyp %s " "verwendet werden." -#: executor/execQual.c:2902 executor/execQual.c:2929 -#: utils/adt/arrayfuncs.c:490 -msgid "" -"multidimensional arrays must have array expressions with matching dimensions" -msgstr "" -"mehrdimensionale Arrays m�ssen Arraysausdr�cke mit gleicher Anzahl " -"Dimensionen haben" - -#: executor/execQual.c:3444 +#: executor/execQual.c:3469 msgid "NULLIF does not support set arguments" msgstr "NULLIF unterst�tzt keine Mengenargumente" -#: executor/execQual.c:3674 utils/adt/domains.c:128 -#, c-format -msgid "domain %s does not allow null values" -msgstr "Dom�ne %s erlaubt keine NULL-Werte" - -#: executor/execQual.c:3703 utils/adt/domains.c:164 -#, c-format -msgid "value for domain %s violates check constraint \"%s\"" -msgstr "Wert f�r Dom�ne %s verletzt Check-Constraint �%s�" - -#: executor/execQual.c:4167 optimizer/util/clauses.c:547 parser/parse_agg.c:74 +#: executor/execQual.c:4192 optimizer/util/clauses.c:547 parser/parse_agg.c:74 msgid "aggregate function calls cannot be nested" msgstr "Aufrufe von Aggregatfunktionen k�nnen nicht geschachtelt werden" -#: executor/execQual.c:4205 optimizer/util/clauses.c:620 +#: executor/execQual.c:4230 optimizer/util/clauses.c:621 #: parser/parse_agg.c:121 -#, fuzzy msgid "window function calls cannot be nested" -msgstr "Aufrufe von Aggregatfunktionen k�nnen nicht geschachtelt werden" +msgstr "Aufrufe von Fensterfunktionen k�nnen nicht geschachtelt werden" -#: executor/execQual.c:4405 +#: executor/execQual.c:4430 msgid "target type is not an array" msgstr "Zieltyp ist kein Array" -#: executor/execQual.c:4518 +#: executor/execQual.c:4543 #, c-format msgid "ROW() column has type %s instead of type %s" msgstr "ROW()-Spalte hat Typ %s statt Typ %s" -#: executor/execQual.c:4649 utils/adt/arrayfuncs.c:3265 -#: utils/adt/rowtypes.c:907 -#, c-format -msgid "could not identify a comparison function for type %s" -msgstr "konnte keine Vergleichsfunktion f�r Typ %s ermitteln" - #. translator: %s is a SQL statement name #: executor/functions.c:153 #, c-format @@ -6497,63 +12265,63 @@ msgid "could not determine actual type of argument declared %s" msgstr "" "konnte tats�chlichen Typ von Argument mit deklarierten Typ %s nicht bestimmen" -#: executor/functions.c:929 +#: executor/functions.c:930 #, c-format msgid "SQL function \"%s\" statement %d" msgstr "SQL-Funktion �%s� Anweisung %d" -#: executor/functions.c:948 +#: executor/functions.c:949 #, c-format msgid "SQL function \"%s\" during startup" msgstr "SQL-Funktion �%s� beim Start" -#: executor/functions.c:1077 executor/functions.c:1113 -#: executor/functions.c:1125 executor/functions.c:1212 -#: executor/functions.c:1224 executor/functions.c:1249 +#: executor/functions.c:1078 executor/functions.c:1114 +#: executor/functions.c:1126 executor/functions.c:1213 +#: executor/functions.c:1225 executor/functions.c:1250 #, c-format msgid "return type mismatch in function declared to return %s" msgstr "R�ckgabetyp von Funktion stimmt nicht �berein; deklariert als %s" -#: executor/functions.c:1079 +#: executor/functions.c:1080 msgid "" "Function's final statement must be SELECT or INSERT/UPDATE/DELETE RETURNING." msgstr "" "Die letzte Anweisung der Funktion muss ein SELECT oder INSERT/UPDATE/DELETE " "RETURNING sein." -#: executor/functions.c:1115 +#: executor/functions.c:1116 msgid "Final statement must return exactly one column." msgstr "Die letzte Anweisung muss genau eine Spalte zur�ckgeben." -#: executor/functions.c:1127 +#: executor/functions.c:1128 #, c-format msgid "Actual return type is %s." msgstr "Eigentlicher R�ckgabetyp ist %s." -#: executor/functions.c:1214 +#: executor/functions.c:1215 msgid "Final statement returns too many columns." msgstr "Die letzte Anweisung gibt zu viele Spalten zur�ck." -#: executor/functions.c:1226 +#: executor/functions.c:1227 #, c-format msgid "Final statement returns %s instead of %s at column %d." msgstr "Die letzte Anweisung ergibt %s statt %s in Spalte %d." -#: executor/functions.c:1251 +#: executor/functions.c:1252 msgid "Final statement returns too few columns." msgstr "Die letzte Anweisung gibt zu wenige Spalten zur�ck." -#: executor/functions.c:1265 +#: executor/functions.c:1266 #, c-format msgid "return type %s is not supported for SQL functions" msgstr "R�ckgabetyp %s wird nicht von SQL-Funktionen unterst�tzt" -#: executor/nodeAgg.c:1537 executor/nodeWindowAgg.c:1501 +#: executor/nodeAgg.c:1543 executor/nodeWindowAgg.c:1502 #, c-format msgid "aggregate %u needs to have compatible input type and transition type" msgstr "Aggregatfunktion %u muss kompatiblen Eingabe- und �bergangstyp haben" -#: executor/nodeAgg.c:1558 +#: executor/nodeAgg.c:1564 msgid "DISTINCT is supported only for single-argument aggregates" msgstr "" "DISTINCT wird nur f�r Aggregatfunktionen mit einem Argument unterst�tzt" @@ -6620,872 +12388,372 @@ msgstr "Plan mit mehreren Anfragen kann nicht als Cursor ge�ffnet werden" msgid "cannot open %s query as cursor" msgstr "%s kann nicht als Cursor ge�ffnet werden" -#: executor/spi.c:1186 parser/analyze.c:1873 +#: executor/spi.c:1186 parser/analyze.c:1875 msgid "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE is not supported" msgstr "DECLARE SCROLL CURSOR ... FOR UPDATE/SHARE wird nicht unterst�tzt" -#: executor/spi.c:1187 parser/analyze.c:1874 +#: executor/spi.c:1187 parser/analyze.c:1876 msgid "Scrollable cursors must be READ ONLY." msgstr "Scrollbare Cursor m�ssen READ ONLY sein." -#: executor/spi.c:2061 +#: executor/spi.c:2062 #, c-format msgid "SQL statement \"%s\"" msgstr "SQL-Anweisung �%s�" #: foreign/foreign.c:240 -#, fuzzy, c-format +#, c-format msgid "user mapping not found for \"%s\"" -msgstr "Admin-Option f�r Rolle �%s� wird ben�tigt" +msgstr "Benutzerabbildung f�r �%s� nicht gefunden" -#: foreign/foreign.c:416 -#, fuzzy, c-format +#: foreign/foreign.c:418 +#, c-format msgid "invalid option \"%s\"" -msgstr "ung�ltige Option f�r regul�ren Ausdruck: �%c�" +msgstr "ung�ltige Option �%s�" -#: foreign/foreign.c:417 -#, fuzzy, c-format +#: foreign/foreign.c:419 +#, c-format msgid "Valid options in this context are: %s" -msgstr "ung�ltiger Zeitzonenname: �%s�" +msgstr "G�ltige Optionen in diesem Zusammenhang sind: %s" #: lib/stringinfo.c:246 #, c-format msgid "Cannot enlarge string buffer containing %d bytes by %d more bytes." msgstr "Kann Zeichenkettenpuffer mit %d Bytes nicht um %d Bytes vergr��ern." -#: libpq/auth.c:224 -#, c-format -msgid "authentication failed for user \"%s\": host rejected" -msgstr "Authentifizierung f�r Benutzer �%s� fehlgeschlagen: Host abgelehnt" - -#: libpq/auth.c:227 -#, c-format -msgid "Kerberos 5 authentication failed for user \"%s\"" -msgstr "Kerberos-5-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:230 -#, c-format -msgid "GSSAPI authentication failed for user \"%s\"" -msgstr "GSSAPI-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:233 -#, c-format -msgid "SSPI authentication failed for user \"%s\"" -msgstr "SSPI-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:236 -#, c-format -msgid "\"trust\" authentication failed for user \"%s\"" -msgstr "�trust�-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:239 -#, c-format -msgid "Ident authentication failed for user \"%s\"" -msgstr "Ident-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:243 -#, c-format -msgid "password authentication failed for user \"%s\"" -msgstr "Passwort-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:246 -#, c-format -msgid "PAM authentication failed for user \"%s\"" -msgstr "PAM-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" +#: storage/buffer/bufmgr.c:129 storage/buffer/bufmgr.c:233 +msgid "cannot access temporary tables of other sessions" +msgstr "auf tempor�re Tabellen anderer Sitzungen kann nicht zugegriffen werden" -#: libpq/auth.c:249 +#: storage/buffer/bufmgr.c:361 #, c-format -msgid "LDAP authentication failed for user \"%s\"" -msgstr "LDAP-Authentifizierung f�r Benutzer �%s� fehlgeschlagen" - -#: libpq/auth.c:252 -#, c-format -msgid "authentication failed for user \"%s\": invalid authentication method" -msgstr "" -"Authentifizierung f�r Benutzer �%s� fehlgeschlagen: ung�ltige " -"Authentifizierungsmethode" - -#: libpq/auth.c:281 -msgid "missing or erroneous pg_hba.conf file" -msgstr "fehlende oder fehlerhafter pg_hba.conf-Datei" - -#: libpq/auth.c:282 -msgid "See server log for details." -msgstr "Einzelheiten finden Sie im Serverlog." - -#: libpq/auth.c:304 -msgid "connection requires a valid client certificate" -msgstr "Verbindung erfordert ein g�ltiges Client-Zertifikat" - -#: libpq/auth.c:344 -msgid "SSL on" -msgstr "SSL an" - -#: libpq/auth.c:344 -msgid "SSL off" -msgstr "SSL aus" - -#: libpq/auth.c:342 -#, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\", %s" -msgstr "kein pg_hba.conf-Eintrag f�r Host �%s�, Benutzer �%s�, Datenbank �%s�, %s" - -#: libpq/auth.c:348 -#, c-format -msgid "no pg_hba.conf entry for host \"%s\", user \"%s\", database \"%s\"" -msgstr "kein pg_hba.conf-Eintrag f�r Host �%s�, Benutzer �%s�, Datenbank �%s�" - -#: libpq/auth.c:404 -#, c-format -msgid "could not enable credential reception: %m" -msgstr "konnte Empfang von Credentials nicht einschalten: %m" - -#: libpq/auth.c:417 libpq/hba.c:855 -msgid "" -"MD5 authentication is not supported when \"db_user_namespace\" is enabled" -msgstr "MD5-Authentifizierung wird nicht unterst�tzt, wenn �db_user_namespace� angeschaltet ist" - -#: libpq/auth.c:534 -#, c-format -msgid "expected password response, got message type %d" -msgstr "Passwort-Antwort erwartet, Message-Typ %d empfangen" - -#: libpq/auth.c:562 -msgid "invalid password packet size" -msgstr "ung�ltige Gr��e des Passwortpakets" - -#: libpq/auth.c:566 -msgid "received password packet" -msgstr "Passwortpaket empfangen" - -#: libpq/auth.c:624 -#, c-format -msgid "Kerberos initialization returned error %d" -msgstr "Kerberos-Initialisierung ergab Fehler %d" - -#: libpq/auth.c:634 -#, c-format -msgid "Kerberos keytab resolving returned error %d" -msgstr "Aufl�sung der Kerberos-Keytab ergab Fehler %d" - -#: libpq/auth.c:658 -#, c-format -msgid "Kerberos sname_to_principal(\"%s\", \"%s\") returned error %d" -msgstr "Kerberos sname_to_principal(\"%s\", \"%s\") ergab Fehler %d" - -#: libpq/auth.c:706 -#, c-format -msgid "Kerberos recvauth returned error %d" -msgstr "Kerberos recvauth ergab Fehler %d" - -#: libpq/auth.c:729 -#, c-format -msgid "Kerberos unparse_name returned error %d" -msgstr "Kerberos unparse_name ergab Fehler %d" - -#: libpq/auth.c:852 -#, c-format -msgid "%s: %s" -msgstr "%s: %s" - -#: libpq/auth.c:878 -msgid "GSSAPI is not supported in protocol version 2" -msgstr "GSSAPI wird in Protokollversion 2 nicht unterst�tzt" - -#: libpq/auth.c:933 -#, c-format -msgid "expected GSS response, got message type %d" -msgstr "GSS-Antwort erwartet, Message-Typ %d empfangen" - -#: libpq/auth.c:996 -msgid "accepting GSS security context failed" -msgstr "Annahme des GSS-Sicherheitskontexts fehlgeschlagen" - -#: libpq/auth.c:1022 -msgid "retrieving GSS user name failed" -msgstr "Abfrage des GSS-Benutzernamens fehlgeschlagen" - -#: libpq/auth.c:1095 -#, c-format -msgid "SSPI error %x" -msgstr "SSPI-Fehler %x" - -#: libpq/auth.c:1099 -#, c-format -msgid "%s (%x)" -msgstr "%s (%x)" - -#: libpq/auth.c:1139 -msgid "SSPI is not supported in protocol version 2" -msgstr "SSL wird in Protokollversion 2 nicht unterst�tzt" - -#: libpq/auth.c:1154 -msgid "could not acquire SSPI credentials" -msgstr "konnte SSPI-Credentials nicht erhalten" - -#: libpq/auth.c:1171 -#, c-format -msgid "expected SSPI response, got message type %d" -msgstr "SSPI-Antwort erwartet, Message-Typ %d empfangen" - -#: libpq/auth.c:1243 -msgid "could not accept SSPI security context" -msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren" - -#: libpq/auth.c:1299 -#, fuzzy -msgid "could not get token from SSPI security context" -msgstr "konnte SSPI-Sicherheitskontext nicht akzeptieren" - -#: libpq/auth.c:1542 -#, c-format -msgid "could not create socket for Ident connection: %m" -msgstr "konnte Socket f�r Ident-Verbindung nicht erzeugen: %m" - -#: libpq/auth.c:1557 -#, c-format -msgid "could not bind to local address \"%s\": %m" -msgstr "konnte nicht mit lokaler Adresse �%s� verbinden: %m" - -#: libpq/auth.c:1569 -#, c-format -msgid "could not connect to Ident server at address \"%s\", port %s: %m" -msgstr "konnte nicht mit Ident-Server auf Adresse �%s�, Port %s verbinden: %m" - -#: libpq/auth.c:1589 -#, c-format -msgid "could not send query to Ident server at address \"%s\", port %s: %m" -msgstr "" -"konnte Anfrage an Ident-Server auf Adresse �%s�, Port %s nicht senden: %m" +msgid "unexpected data beyond EOF in block %u of relation %s" +msgstr "unerwartete Daten hinter Dateiende in Block %u von Relation %s" -#: libpq/auth.c:1604 -#, c-format +#: storage/buffer/bufmgr.c:363 msgid "" -"could not receive response from Ident server at address \"%s\", port %s: %m" +"This has been seen to occur with buggy kernels; consider updating your " +"system." msgstr "" -"konnte Antwort von Ident-Server auf Adresse �%s�, Port %s nicht empfangen: %m" - -#: libpq/auth.c:1614 -#, c-format -msgid "invalidly formatted response from Ident server: \"%s\"" -msgstr "ung�ltig formatierte Antwort vom Ident-Server: �%s�" - -#: libpq/auth.c:1649 libpq/auth.c:1679 libpq/auth.c:1707 libpq/auth.c:1783 -#, c-format -msgid "could not get peer credentials: %m" -msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m" +"Das scheint mit fehlerhaften Kernels vorzukommen; Sie sollten eine " +"Systemaktualisierung in Betracht ziehen." -#: libpq/auth.c:1658 libpq/auth.c:1688 libpq/auth.c:1725 libpq/auth.c:1794 +#: storage/buffer/bufmgr.c:435 #, c-format -msgid "local user with ID %d does not exist" -msgstr "lokaler Benutzer mit ID %d existiert nicht" - -#: libpq/auth.c:1715 -#, fuzzy, c-format -msgid "could not get effective UID from peer credentials: %m" -msgstr "konnte Credentials von Gegenstelle nicht ermitteln: %m" - -#: libpq/auth.c:1805 -msgid "" -"Ident authentication is not supported on local connections on this platform" +msgid "invalid page header in block %u of relation %s; zeroing out page" msgstr "" -"Ident-Authentifizierung auf lokalen Verbindungen wird auf dieser Plattform " -"nicht unterst�tzt" +"ung�ltiger Seitenkopf in Block %u von Relation %s; f�lle Seite mit Nullen" -#: libpq/auth.c:1874 +#: storage/buffer/bufmgr.c:443 #, c-format -msgid "error from underlying PAM layer: %s" -msgstr "Fehler von der unteren PAM-Ebene: %s" +msgid "invalid page header in block %u of relation %s" +msgstr "ung�ltiger Seitenkopf in Block %u von Relation %s" -#: libpq/auth.c:1879 +#: storage/buffer/bufmgr.c:2716 #, c-format -msgid "unsupported PAM conversation %d/%s" -msgstr "nicht unterst�tze PAM-Konversation %d/%s" +msgid "could not write block %u of %s" +msgstr "konnte Block %u von %s nicht schreiben" -#: libpq/auth.c:1911 -msgid "empty password returned by client" -msgstr "Client gab leeres Passwort zur�ck" +#: storage/buffer/bufmgr.c:2718 +msgid "Multiple failures --- write error might be permanent." +msgstr "Mehrere Fehlschl�ge --- Schreibfehler ist m�glicherweise dauerhaft." -#: libpq/auth.c:1971 +#: storage/buffer/bufmgr.c:2739 #, c-format -msgid "could not create PAM authenticator: %s" -msgstr "konnte PAM-Authenticator nicht erzeugen: %s" +msgid "writing block %u of relation %s" +msgstr "schreibe Block %u von Relation %s" -#: libpq/auth.c:1982 -#, c-format -msgid "pam_set_item(PAM_USER) failed: %s" -msgstr "pam_set_item(PAM_USER) fehlgeschlagen: %s" +#: storage/buffer/localbuf.c:188 +msgid "no empty local buffer available" +msgstr "kein leerer lokaler Puffer verf�gbar" -#: libpq/auth.c:1993 +#: storage/smgr/md.c:261 #, c-format -msgid "pam_set_item(PAM_CONV) failed: %s" -msgstr "pam_set_item(PAM_CONV) fehlgeschlagen: %s" +msgid "could not create relation %s: %m" +msgstr "konnte Relation %s nicht erstellen: %m" -#: libpq/auth.c:2004 +#: storage/smgr/md.c:348 storage/smgr/md.c:1173 #, c-format -msgid "pam_authenticate failed: %s" -msgstr "pam_authenticate fehlgeschlagen: %s" +msgid "could not remove relation %s: %m" +msgstr "konnte Relation %s nicht entfernen: %m" -#: libpq/auth.c:2015 +#: storage/smgr/md.c:372 #, c-format -msgid "pam_acct_mgmt failed: %s" -msgstr "pam_acct_mgmt fehlgeschlagen: %s" +msgid "could not remove segment %u of relation %s: %m" +msgstr "konnte Segment %u der Relation %s nicht entfernen: %m" -#: libpq/auth.c:2026 +#: storage/smgr/md.c:417 #, c-format -msgid "could not release PAM authenticator: %s" -msgstr "konnte PAM-Authenticator nicht freigeben: %s" - -#: libpq/auth.c:2056 -msgid "LDAP server not specified" -msgstr "LDAP-Server nicht angegeben" +msgid "cannot extend relation %s beyond %u blocks" +msgstr "konnte Relation %s nicht auf �ber %u Bl�cke erweitern: %m" -#: libpq/auth.c:2074 libpq/auth.c:2078 +#: storage/smgr/md.c:439 storage/smgr/md.c:600 storage/smgr/md.c:673 #, c-format -msgid "could not initialize LDAP: error code %d" -msgstr "konnte LDAP nicht initialisieren: Fehlercode %d" +msgid "could not seek to block %u of relation %s: %m" +msgstr "konnte Positionszeiger nicht auf Block %u der Relation %s setzen: %m" -#: libpq/auth.c:2088 +#: storage/smgr/md.c:448 #, c-format -msgid "could not set LDAP protocol version: error code %d" -msgstr "konnte LDAP-Protokollversion nicht setzen: Fehlercode %d" - -#: libpq/auth.c:2117 -msgid "could not load wldap32.dll" -msgstr "konnte wldap32.dll nicht laden" - -#: libpq/auth.c:2125 -msgid "could not load function _ldap_start_tls_sA in wldap32.dll" -msgstr "konnte Funktion _ldap_start_tls_sA in wldap32.dll nicht laden" - -#: libpq/auth.c:2126 -msgid "LDAP over SSL is not supported on this platform." -msgstr "LDAP �ber SSL wird auf dieser Plattform nicht unterst�tzt" +msgid "could not extend relation %s: %m" +msgstr "konnte Relation %s nicht erweitern: %m" -#: libpq/auth.c:2141 -#, c-format -msgid "could not start LDAP TLS session: error code %d" -msgstr "konnte LDAP-TLS-Sitzung nicht �ffnen: Fehlercode %d" +#: storage/smgr/md.c:450 storage/smgr/md.c:457 storage/smgr/md.c:699 +msgid "Check free disk space." +msgstr "Pr�fen Sie den freien Festplattenplatz." -#: libpq/auth.c:2158 +#: storage/smgr/md.c:454 #, c-format -msgid "LDAP login failed for user \"%s\" on server \"%s\": error code %d" -msgstr "" -"LDAP-Login fehlgeschlagen f�r Benutzer �%s� auf Server �%s�: Fehlercode %d" - -#: libpq/auth.c:2183 -#, fuzzy, c-format -msgid "" -"Certificate login fail |