mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Translation updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/nls.mk,v 1.20 2005/01/14 08:57:06 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/nls.mk,v 1.21 2007/10/27 00:13:43 petere Exp $
|
||||
CATALOG_NAME := libpq
|
||||
AVAIL_LANGUAGES := af cs de es fr hr it ko nb pl pt_BR ru sk sl sv tr zh_CN zh_TW
|
||||
AVAIL_LANGUAGES := af cs de es fr hr it ko nb pl pt_BR ru sk sl sv ta tr zh_CN zh_TW
|
||||
GETTEXT_FILES := fe-auth.c fe-connect.c fe-exec.c fe-lobj.c fe-misc.c fe-protocol2.c fe-protocol3.c fe-secure.c
|
||||
GETTEXT_TRIGGERS:= libpq_gettext pqInternalNotice:2
|
||||
|
@@ -1,81 +1,109 @@
|
||||
# German message translation file for libpq
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2001 - 2006.
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2001 - 2007.
|
||||
#
|
||||
# pgtranslation Id: libpq.po,v 1.3 2006/10/21 11:48:36 petere Exp $
|
||||
# pgtranslation Id: libpq.po,v 1.6 2007/09/25 16:24:03 petere Exp $
|
||||
#
|
||||
# Use these quotes: <20>%s<>
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.2\n"
|
||||
"Project-Id-Version: PostgreSQL 8.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2006-10-21 01:20-0300\n"
|
||||
"PO-Revision-Date: 2006-10-21 10:56+0200\n"
|
||||
"POT-Creation-Date: 2007-09-24 19:21-0300\n"
|
||||
"PO-Revision-Date: 2007-09-25 17:48+0200\n"
|
||||
"Last-Translator: Peter Eisentraut <peter_e@gmx.net>\n"
|
||||
"Language-Team: German <peter_e@gmx.net>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-1\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: fe-auth.c:258
|
||||
#: fe-auth.c:268
|
||||
#, c-format
|
||||
msgid "could not set socket to blocking mode: %s\n"
|
||||
msgstr "konnte Socket nicht auf blockierenden Modus umstellen: %s\n"
|
||||
|
||||
#: fe-auth.c:276 fe-auth.c:280
|
||||
#: fe-auth.c:286 fe-auth.c:290
|
||||
#, c-format
|
||||
msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
msgstr "Authentifizierung mit Kerberos 5 abgelehnt: %*s\n"
|
||||
|
||||
#: fe-auth.c:306
|
||||
#: fe-auth.c:316
|
||||
#, c-format
|
||||
msgid "could not restore non-blocking mode on socket: %s\n"
|
||||
msgstr ""
|
||||
"konnte den nicht blockierenden Modus auf dem Socket nicht wieder herstellen: "
|
||||
"%s\n"
|
||||
|
||||
#: fe-auth.c:375
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED-Authentifizierungsmethode nicht unterst<73>tzt\n"
|
||||
#: fe-auth.c:439
|
||||
msgid "GSSAPI continuation error"
|
||||
msgstr "GSSAPI-Fortsetzungsfehler"
|
||||
|
||||
#: fe-auth.c:398 fe-connect.c:1276 fe-connect.c:2418 fe-connect.c:2635
|
||||
#: fe-connect.c:2965 fe-connect.c:2974 fe-connect.c:3111 fe-connect.c:3151
|
||||
#: fe-connect.c:3169 fe-exec.c:2751 fe-lobj.c:616 fe-protocol2.c:1027
|
||||
#: fe-protocol3.c:1330
|
||||
#: fe-auth.c:467
|
||||
msgid "duplicate GSS auth request\n"
|
||||
msgstr ""
|
||||
|
||||
#: fe-auth.c:487
|
||||
msgid "GSSAPI name import error"
|
||||
msgstr "GSSAPI-Namensimportfehler"
|
||||
|
||||
#: fe-auth.c:573
|
||||
msgid "SSPI continuation error"
|
||||
msgstr "SSPI-Fortsetzungsfehler"
|
||||
|
||||
#: fe-auth.c:584 fe-auth.c:649 fe-auth.c:675 fe-auth.c:772 fe-connect.c:1299
|
||||
#: fe-connect.c:2532 fe-connect.c:2749 fe-connect.c:3078 fe-connect.c:3087
|
||||
#: fe-connect.c:3224 fe-connect.c:3264 fe-connect.c:3282 fe-exec.c:2751
|
||||
#: fe-lobj.c:669 fe-protocol2.c:1027 fe-protocol3.c:1330
|
||||
msgid "out of memory\n"
|
||||
msgstr "Speicher aufgebraucht\n"
|
||||
|
||||
#: fe-auth.c:461
|
||||
#: fe-auth.c:669
|
||||
msgid "hostname must be specified\n"
|
||||
msgstr ""
|
||||
|
||||
#: fe-auth.c:748
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED-Authentifizierungsmethode nicht unterst<73>tzt\n"
|
||||
|
||||
#: fe-auth.c:830
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "Authentifizierung mit Kerberos 4 nicht unterst<73>tzt\n"
|
||||
|
||||
#: fe-auth.c:478
|
||||
#: fe-auth.c:846
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "Authentifizierung mit Kerberos 5 nicht unterst<73>tzt\n"
|
||||
|
||||
#: fe-auth.c:506
|
||||
#: fe-auth.c:910
|
||||
msgid "GSSAPI authentication not supported\n"
|
||||
msgstr "Authentifizierung mit GSSAPI nicht unterst<73>tzt\n"
|
||||
|
||||
#: fe-auth.c:933
|
||||
msgid "SSPI authentication not supported\n"
|
||||
msgstr "Authentifizierung mit SSPI nicht unterst<73>tzt\n"
|
||||
|
||||
#: fe-auth.c:962
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "Authentifizierungsmethode %u nicht unterst<73>tzt\n"
|
||||
|
||||
#: fe-connect.c:486
|
||||
#: fe-connect.c:496
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "ung<6E>ltiger sslmode-Wert: <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:506
|
||||
#: fe-connect.c:516
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr ""
|
||||
"sslmode-Wert <20>%s<> ist ung<6E>ltig, wenn SSL-Unterst<73>tzung nicht einkompiliert "
|
||||
"worden ist\n"
|
||||
|
||||
#: fe-connect.c:672
|
||||
#: fe-connect.c:695
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "konnte Socket nicht auf TCP <20>No Delay<61>-Modus umstellen: %s\n"
|
||||
|
||||
#: fe-connect.c:702
|
||||
#: fe-connect.c:725
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -86,7 +114,7 @@ msgstr ""
|
||||
"\tL<74>uft der Server lokal und akzeptiert er Verbindungen\n"
|
||||
"\tauf dem Unix-Domain-Socket <20>%s<>?\n"
|
||||
|
||||
#: fe-connect.c:712
|
||||
#: fe-connect.c:735
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -97,172 +125,177 @@ msgstr ""
|
||||
"\tL<74>uft der Server auf dem Host <20>%s<> und akzeptiert er\n"
|
||||
"\tTCP/IP-Verbindungen auf Port %s?\n"
|
||||
|
||||
#: fe-connect.c:802
|
||||
#: fe-connect.c:825
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "konnte Hostname <20>%s<> nicht in Adresse <20>bersetzen: %s\n"
|
||||
|
||||
#: fe-connect.c:806
|
||||
#: fe-connect.c:829
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "konnte Unix-Domain-Socket-Pfad <20>%s<> nicht in Adresse <20>bersetzen: %s\n"
|
||||
|
||||
#: fe-connect.c:1007
|
||||
#: fe-connect.c:1030
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "ung<6E>ltiger Verbindungszustand, m<>glicherweise ein Speicherproblem\n"
|
||||
|
||||
#: fe-connect.c:1050
|
||||
#: fe-connect.c:1073
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "konnte Socket nicht erzeugen: %s\n"
|
||||
|
||||
#: fe-connect.c:1073
|
||||
#: fe-connect.c:1096
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "konnte Socket nicht auf nicht-blockierenden Modus umstellen: %s\n"
|
||||
|
||||
#: fe-connect.c:1085
|
||||
#: fe-connect.c:1108
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "konnte Socket nicht auf <20>Close on exec<65>-Modus umstellen: %s\n"
|
||||
|
||||
#: fe-connect.c:1172
|
||||
#: fe-connect.c:1195
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "konnte Socket-Fehlerstatus nicht ermitteln: %s\n"
|
||||
|
||||
#: fe-connect.c:1210
|
||||
#: fe-connect.c:1233
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "konnte Client-Adresse vom Socket nicht ermitteln: %s\n"
|
||||
|
||||
#: fe-connect.c:1254
|
||||
#: fe-connect.c:1277
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "konnte Paket zur SSL-Verhandlung nicht senden: %s\n"
|
||||
|
||||
#: fe-connect.c:1289
|
||||
#: fe-connect.c:1312
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "konnte Startpaket nicht senden: %s\n"
|
||||
|
||||
#: fe-connect.c:1354 fe-connect.c:1371
|
||||
#: fe-connect.c:1377 fe-connect.c:1394
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "Server unterst<73>tzt kein SSL, aber SSL wurde verlangt\n"
|
||||
|
||||
#: fe-connect.c:1387
|
||||
#: fe-connect.c:1410
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "ung<6E>ltige Antwort auf SSL-Verhandlungspaket empfangen: %c\n"
|
||||
|
||||
#: fe-connect.c:1444 fe-connect.c:1476
|
||||
#: fe-connect.c:1486 fe-connect.c:1519
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr ""
|
||||
"Authentifizierungsanfrage wurde vom Server erwartet, aber %c wurde "
|
||||
"empfangen\n"
|
||||
|
||||
#: fe-connect.c:1708
|
||||
#: fe-connect.c:1696
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%i)"
|
||||
msgstr "Speicher aufgebraucht beim Anlegen des GSSAPI-Puffers (%i)"
|
||||
|
||||
#: fe-connect.c:1785
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "unerwartete Nachricht vom Server beim Start\n"
|
||||
|
||||
#: fe-connect.c:1776
|
||||
#: fe-connect.c:1853
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "ung<6E>ltiger Verbindungszustand %c, m<>glicherweise ein Speicherproblem\n"
|
||||
|
||||
#: fe-connect.c:2431
|
||||
#: fe-connect.c:2545
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "ung<6E>ltige LDAP-URL <20>%s<>: Schema muss ldap:// sein\n"
|
||||
|
||||
#: fe-connect.c:2446
|
||||
#: fe-connect.c:2560
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "ung<6E>ltige LDAP-URL <20>%s<>: Distinguished Name fehlt\n"
|
||||
|
||||
#: fe-connect.c:2457 fe-connect.c:2510
|
||||
#: fe-connect.c:2571 fe-connect.c:2624
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "ung<6E>ltige LDAP-URL <20>%s<>: muss genau ein Attribut haben\n"
|
||||
|
||||
#: fe-connect.c:2467 fe-connect.c:2524
|
||||
#: fe-connect.c:2581 fe-connect.c:2638
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "ung<6E>ltige LDAP-URL <20>%s<>: Suchbereich fehlt (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:2478
|
||||
#: fe-connect.c:2592
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "ung<6E>ltige LDAP-URL <20>%s<>: kein Filter\n"
|
||||
|
||||
#: fe-connect.c:2499
|
||||
#: fe-connect.c:2613
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "ung<6E>ltige LDAP-URL <20>%s<>: ung<6E>ltige Portnummer\n"
|
||||
|
||||
#: fe-connect.c:2533
|
||||
#: fe-connect.c:2647
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "konnte LDAP-Struktur nicht erzeugen\n"
|
||||
|
||||
#: fe-connect.c:2575
|
||||
#: fe-connect.c:2689
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "Suche auf LDAP-Server fehlgeschlagen: %s\n"
|
||||
|
||||
#: fe-connect.c:2586
|
||||
#: fe-connect.c:2700
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "LDAP-Suche ergab mehr als einen Eintrag\n"
|
||||
|
||||
#: fe-connect.c:2587 fe-connect.c:2599
|
||||
#: fe-connect.c:2701 fe-connect.c:2713
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "kein Eintrag gefunden bei LDAP-Suche\n"
|
||||
|
||||
#: fe-connect.c:2610 fe-connect.c:2623
|
||||
#: fe-connect.c:2724 fe-connect.c:2737
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "Attribut hat keine Werte bei LDAP-Suche\n"
|
||||
|
||||
#: fe-connect.c:2674 fe-connect.c:2692 fe-connect.c:3013
|
||||
#: fe-connect.c:2788 fe-connect.c:2806 fe-connect.c:3126
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "fehlendes <20>=<3D> nach <20>%s<> in der Zeichenkette der Verbindungsdaten\n"
|
||||
|
||||
#: fe-connect.c:2755 fe-connect.c:3095
|
||||
#: fe-connect.c:2869 fe-connect.c:3208
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "ung<6E>ltige Verbindungsoption <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:2768 fe-connect.c:3062
|
||||
#: fe-connect.c:2882 fe-connect.c:3175
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr ""
|
||||
"fehlendes schlie<69>endes Anf<6E>hrungszeichen (\") in der Zeichenkette der "
|
||||
"Verbindugsdaten\n"
|
||||
|
||||
#: fe-connect.c:2811
|
||||
#: fe-connect.c:2925
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "FEHLER: Servicedatei <20>%s<> nicht gefunden\n"
|
||||
|
||||
#: fe-connect.c:2824
|
||||
#: fe-connect.c:2938
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "FEHLER: Zeile %d zu lang in Servicedatei <20>%s<>\n"
|
||||
|
||||
#: fe-connect.c:2896 fe-connect.c:2923
|
||||
#: fe-connect.c:3010 fe-connect.c:3037
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "FEHLER: Syntaxfehler in Servicedatei <20>%s<>, Zeile %d\n"
|
||||
|
||||
#: fe-connect.c:3338
|
||||
#: fe-connect.c:3450
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "Verbindung ist ein NULL-Zeiger\n"
|
||||
|
||||
#: fe-connect.c:3599
|
||||
#: fe-connect.c:3724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "WARNUNG: Passwortdatei <20>%s<> ist keine normale Datei\n"
|
||||
|
||||
#: fe-connect.c:3609
|
||||
#: fe-connect.c:3734
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: password file \"%s\" has world or group read access; permission "
|
||||
@@ -353,59 +386,63 @@ msgstr "konnte Ergebnis vom Server nicht interpretieren: %s"
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "unvollst<73>ndiges Mehrbyte-Zeichen\n"
|
||||
|
||||
#: fe-lobj.c:325
|
||||
#: fe-lobj.c:150
|
||||
msgid "cannot determine OID of function lo_truncate\n"
|
||||
msgstr "kann OID der Funktion lo_truncate nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:378
|
||||
msgid "cannot determine OID of function lo_create\n"
|
||||
msgstr "kann OID der Funktion lo_create nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:449 fe-lobj.c:544
|
||||
#: fe-lobj.c:502 fe-lobj.c:597
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "konnte Datei <20>%s<> nicht <20>ffnen: %s\n"
|
||||
|
||||
#: fe-lobj.c:495
|
||||
#: fe-lobj.c:548
|
||||
#, c-format
|
||||
msgid "could not read from file \"%s\": %s\n"
|
||||
msgstr "konnte nicht aus Datei <20>%s<> nicht lesen: %s\n"
|
||||
|
||||
#: fe-lobj.c:559 fe-lobj.c:583
|
||||
#: fe-lobj.c:612 fe-lobj.c:636
|
||||
#, c-format
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "konnte nicht in Datei <20>%s<> schreiben: %s\n"
|
||||
|
||||
#: fe-lobj.c:662
|
||||
#: fe-lobj.c:717
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr ""
|
||||
"Abfrage zur Initialisierung der Large-Object-Funktionen ergab keine Daten\n"
|
||||
|
||||
#: fe-lobj.c:702
|
||||
#: fe-lobj.c:758
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "kann OID der Funktion lo_open nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:709
|
||||
#: fe-lobj.c:765
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "kann OID der Funktion lo_close nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:716
|
||||
#: fe-lobj.c:772
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "kann OID der Funktion lo_open nicht ermitteln\n"
|
||||
msgstr "kann OID der Funktion lo_creat nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:723
|
||||
#: fe-lobj.c:779
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "kann OID der Funktion lo_unlink nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:730
|
||||
#: fe-lobj.c:786
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "kann OID der Funktion lo_lseek nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:737
|
||||
#: fe-lobj.c:793
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "kann OID der Funktion lo_tell nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:744
|
||||
#: fe-lobj.c:800
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "kann OID der Funktion loread nicht ermitteln\n"
|
||||
|
||||
#: fe-lobj.c:751
|
||||
#: fe-lobj.c:807
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "kann OID der Funktion lowrite nicht ermitteln\n"
|
||||
|
||||
@@ -534,7 +571,8 @@ msgstr ""
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr ""
|
||||
"Synchronisation mit Server verloren: Nachrichtentyp <20>%c<> erhalten, L<>nge %d\n"
|
||||
"Synchronisation mit Server verloren: Nachrichtentyp <20>%c<> empfangen, L<>nge %"
|
||||
"d\n"
|
||||
|
||||
#: fe-protocol3.c:640
|
||||
msgid "unexpected field count in \"D\" message\n"
|
||||
@@ -589,128 +627,142 @@ msgstr "ZEILE %d: "
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: Text COPY OUT nicht ausgef<65>hrt\n"
|
||||
|
||||
#: fe-secure.c:212
|
||||
#: fe-secure.c:218
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "konnte SSL-Verbindung nicht aufbauen: %s\n"
|
||||
|
||||
#: fe-secure.c:283 fe-secure.c:379 fe-secure.c:869
|
||||
#: fe-secure.c:289 fe-secure.c:385 fe-secure.c:927
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "SSL-SYSCALL-Fehler: %s\n"
|
||||
|
||||
#: fe-secure.c:288 fe-secure.c:385 fe-secure.c:873
|
||||
#: fe-secure.c:294 fe-secure.c:391 fe-secure.c:931
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL-SYSCALL-Fehler: Dateiende entdeckt\n"
|
||||
|
||||
#: fe-secure.c:300 fe-secure.c:396 fe-secure.c:892
|
||||
#: fe-secure.c:306 fe-secure.c:402 fe-secure.c:950
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "SSL-Fehler: %s\n"
|
||||
|
||||
#: fe-secure.c:310 fe-secure.c:406 fe-secure.c:902
|
||||
#: fe-secure.c:316 fe-secure.c:412 fe-secure.c:960
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "unbekannter SSL-Fehlercode: %d\n"
|
||||
|
||||
#: fe-secure.c:476
|
||||
#: fe-secure.c:482
|
||||
#, c-format
|
||||
msgid "error querying socket: %s\n"
|
||||
msgstr "Fehler beim Auslesen der Socket: %s\n"
|
||||
|
||||
#: fe-secure.c:503
|
||||
#: fe-secure.c:509
|
||||
#, c-format
|
||||
msgid "could not get information about host \"%s\": %s\n"
|
||||
msgstr "konnte Informationen <20>ber Host <20>%s<> nicht ermitteln: %s\n"
|
||||
|
||||
#: fe-secure.c:522
|
||||
#: fe-secure.c:528
|
||||
msgid "unsupported protocol\n"
|
||||
msgstr "nicht unterst<73>tztes Protokoll\n"
|
||||
|
||||
#: fe-secure.c:544
|
||||
#: fe-secure.c:550
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
|
||||
msgstr "Server Common-Name <20>%s<> entspricht nicht %ld.%ld.%ld.%ld\n"
|
||||
|
||||
#: fe-secure.c:551
|
||||
#: fe-secure.c:557
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to peer address\n"
|
||||
msgstr "Server Common-Name <20>%s<> entspricht nicht der Peer-Adresse\n"
|
||||
|
||||
#: fe-secure.c:584
|
||||
#: fe-secure.c:589
|
||||
msgid "could not get user information\n"
|
||||
msgstr "konnte Benutzerinformationen nicht ermitteln\n"
|
||||
|
||||
#: fe-secure.c:593
|
||||
#: fe-secure.c:598
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "konnte Zertifikatdatei <20>%s<> nicht <20>ffnen: %s\n"
|
||||
|
||||
#: fe-secure.c:602
|
||||
#: fe-secure.c:607
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "konnte Zertifikatdatei <20>%s<> nicht lesen: %s\n"
|
||||
|
||||
#: fe-secure.c:615
|
||||
#: fe-secure.c:627
|
||||
msgid "invalid value of PGSSLKEY environment variable\n"
|
||||
msgstr "ung<6E>ltiger Wert der Umgebungsvariable PGSSLKEY\n"
|
||||
|
||||
#: fe-secure.c:639
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "konnte SSL-Engine <20>%s<> nicht laden: %s\n"
|
||||
|
||||
#: fe-secure.c:653
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "konnte privaten SSL-Schl<68>ssel <20>%s<> nicht von Engine <20>%s<> lesen: %s\n"
|
||||
|
||||
#: fe-secure.c:669
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "Zertifikat vorhanden, aber keine private Schl<68>sseldatei <20>%s<>\n"
|
||||
|
||||
#: fe-secure.c:624
|
||||
#: fe-secure.c:678
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has wrong permissions\n"
|
||||
msgstr "private Schl<68>sseldatei <20>%s<> hat falsche Zugriffsrechte\n"
|
||||
|
||||
#: fe-secure.c:632
|
||||
#: fe-secure.c:686
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
msgstr "konnte private Schl<68>sseldatei <20>%s<> nicht <20>ffnen: %s\n"
|
||||
|
||||
#: fe-secure.c:641
|
||||
#: fe-secure.c:695
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "private Schl<68>sseldatei <20>%s<> w<>hrend der Ausf<73>hrung ge<67>ndert\n"
|
||||
|
||||
#: fe-secure.c:650
|
||||
#: fe-secure.c:704
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
msgstr "konnte private Schl<68>sseldatei <20>%s<> nicht lesen: %s\n"
|
||||
|
||||
#: fe-secure.c:664
|
||||
#: fe-secure.c:719
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "Zertifikat passt nicht zur privaten Schl<68>sseldatei <20>%s<>: %s\n"
|
||||
|
||||
#: fe-secure.c:750
|
||||
#: fe-secure.c:808
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "konnte SSL-Kontext nicht erzeugen: %s\n"
|
||||
|
||||
#: fe-secure.c:791
|
||||
#: fe-secure.c:849
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "konnte Root-Zertifikat-Datei <20>%s<> nicht lesen: %s\n"
|
||||
|
||||
#: fe-secure.c:811
|
||||
#: fe-secure.c:869
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "SSL-Bibliothek unterst<73>tzt keine CRL-Zertifikate (Datei <20>%s<>)\n"
|
||||
|
||||
#: fe-secure.c:922
|
||||
#: fe-secure.c:980
|
||||
#, c-format
|
||||
msgid "certificate could not be validated: %s\n"
|
||||
msgstr "Zertifikat konnte nicht validiert werden: %s\n"
|
||||
|
||||
#: fe-secure.c:936
|
||||
#: fe-secure.c:994
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "Zertifikat konnte nicht ermittelt werden: %s\n"
|
||||
|
||||
#: fe-secure.c:1016
|
||||
#: fe-secure.c:1074
|
||||
msgid "no SSL error reported"
|
||||
msgstr "kein SSL-Fehler berichtet"
|
||||
|
||||
#: fe-secure.c:1026
|
||||
#: fe-secure.c:1083
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSL-Fehlercode %lu"
|
||||
|
@@ -1,289 +1,325 @@
|
||||
# translation of libpq.po to
|
||||
# translation of libpq-fr.po to
|
||||
# translation of libpq-fr.po to FR_fr
|
||||
# French message translation file for libpq
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.15 2006/10/21 21:03:04 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/po/fr.po,v 1.16 2007/10/27 00:13:43 petere Exp $
|
||||
#
|
||||
# Use these quotes: <20>%s<>
|
||||
# Use these quotes: <20> %s <EFBFBD>
|
||||
# Peter Eisentraut <peter_e@gmx.net>, 2001.
|
||||
# Lo<4C>c Hennequin <loic.hennequin@wanadoo.fr>, 2002.
|
||||
# Guillaume Lelarge <gleu@wanadoo.fr>, 2003, 2004, 2005.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq-fr\n"
|
||||
"Project-Id-Version: libpq\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2006-10-16 01:19-0300\n"
|
||||
"PO-Revision-Date: 2006-10-16 20:49+0100\n"
|
||||
"Last-Translator: Guillaume Lelarge <gleu@wanadoo.fr>\n"
|
||||
"Language-Team: <pgsql-fr-general@postgresql.org>\n"
|
||||
"POT-Creation-Date: 2007-09-29 10:17-0300\n"
|
||||
"PO-Revision-Date: 2007-09-29 16:55+0100\n"
|
||||
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
|
||||
"Language-Team: <fr@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.10.2\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#: fe-auth.c:258
|
||||
#: fe-auth.c:268
|
||||
#, c-format
|
||||
msgid "could not set socket to blocking mode: %s\n"
|
||||
msgstr "impossible d'activer le mode bloquant pour le socket : %s\n"
|
||||
msgstr "n'a pas pu activer le mode bloquant pour la socket : %s\n"
|
||||
|
||||
#: fe-auth.c:276
|
||||
#: fe-auth.c:280
|
||||
#: fe-auth.c:286
|
||||
#: fe-auth.c:290
|
||||
#, c-format
|
||||
msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
msgstr "authentification Kerberos 5 rejet<65>e : %*s\n"
|
||||
|
||||
#: fe-auth.c:306
|
||||
#: fe-auth.c:316
|
||||
#, c-format
|
||||
msgid "could not restore non-blocking mode on socket: %s\n"
|
||||
msgstr "impossible de r<>tablir le mode non-bloquant pour le socket : %s\n"
|
||||
msgstr "n'a pas pu r<>tablir le mode non-bloquant pour la socket : %s\n"
|
||||
|
||||
#: fe-auth.c:375
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "m<EFBFBD>thode d'authentification SCM_CRED non support<72>e\n"
|
||||
#: fe-auth.c:439
|
||||
msgid "GSSAPI continuation error"
|
||||
msgstr "erreur de continuation de GSSAPI"
|
||||
|
||||
#: fe-auth.c:398
|
||||
#: fe-connect.c:1276
|
||||
#: fe-connect.c:2418
|
||||
#: fe-connect.c:2635
|
||||
#: fe-connect.c:2965
|
||||
#: fe-connect.c:2974
|
||||
#: fe-connect.c:3111
|
||||
#: fe-connect.c:3151
|
||||
#: fe-connect.c:3169
|
||||
#: fe-auth.c:467
|
||||
msgid "duplicate GSS authentication request\n"
|
||||
msgstr "requ<71>te d'authentification GSS dupliqu<71>e\n"
|
||||
|
||||
#: fe-auth.c:487
|
||||
msgid "GSSAPI name import error"
|
||||
msgstr "erreur d'import du nom GSSAPI"
|
||||
|
||||
#: fe-auth.c:573
|
||||
msgid "SSPI continuation error"
|
||||
msgstr "erreur de continuation de SSPI"
|
||||
|
||||
#: fe-auth.c:584
|
||||
#: fe-auth.c:649
|
||||
#: fe-auth.c:675
|
||||
#: fe-auth.c:772
|
||||
#: fe-connect.c:1299
|
||||
#: fe-connect.c:2532
|
||||
#: fe-connect.c:2749
|
||||
#: fe-connect.c:3078
|
||||
#: fe-connect.c:3087
|
||||
#: fe-connect.c:3224
|
||||
#: fe-connect.c:3264
|
||||
#: fe-connect.c:3282
|
||||
#: fe-exec.c:2751
|
||||
#: fe-lobj.c:616
|
||||
#: fe-lobj.c:669
|
||||
#: fe-protocol2.c:1027
|
||||
#: fe-protocol3.c:1330
|
||||
msgid "out of memory\n"
|
||||
msgstr "m<>moire <20>puis<69>e\n"
|
||||
|
||||
#: fe-auth.c:461
|
||||
#: fe-auth.c:669
|
||||
msgid "host name must be specified\n"
|
||||
msgstr "le nom d'h<>te doit <20>tre sp<73>cifi<66>\n"
|
||||
|
||||
#: fe-auth.c:748
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "m<>thode d'authentification SCM_CRED non support<72>e\n"
|
||||
|
||||
#: fe-auth.c:830
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "authentification Kerberos 4 non-support<72>e\n"
|
||||
|
||||
#: fe-auth.c:478
|
||||
#: fe-auth.c:846
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "authentification Kerberos 5 non-support<72>e\n"
|
||||
|
||||
#: fe-auth.c:506
|
||||
#: fe-auth.c:910
|
||||
msgid "GSSAPI authentication not supported\n"
|
||||
msgstr "authentification GSSAPI non support<72>e\n"
|
||||
|
||||
#: fe-auth.c:933
|
||||
msgid "SSPI authentication not supported\n"
|
||||
msgstr "authentification SSPI non support<72>e\n"
|
||||
|
||||
#: fe-auth.c:962
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "m<>thode d'authentification %u non-support<72>e\n"
|
||||
|
||||
#: fe-connect.c:486
|
||||
#: fe-connect.c:496
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "valeur sslmode non-valide: <20>%s<>\n"
|
||||
msgstr "valeur sslmode non-valide: <20> %s <EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:506
|
||||
#: fe-connect.c:516
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "valeur sslmode <20>%s<> incorrecte car le support SSL n'est pas <20>t<EFBFBD> compil<69> initialement\n"
|
||||
msgstr "valeur sslmode <20> %s <EFBFBD> invalide si le support SSL n'est pas compil<69> initialement\n"
|
||||
|
||||
#: fe-connect.c:672
|
||||
#: fe-connect.c:695
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "impossible d'activer le mode sans d<>lai de TCP pour le socket: %s\n"
|
||||
msgstr "n'a pas pu activer le mode TCP sans d<>lai pour la socket : %s\n"
|
||||
|
||||
#: fe-connect.c:702
|
||||
#: fe-connect.c:725
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
"\tIs the server running locally and accepting\n"
|
||||
"\tconnections on Unix domain socket \"%s\"?\n"
|
||||
msgstr ""
|
||||
"impossible de se connecter au serveur: %s\n"
|
||||
"\tEst-ce que le serveur tourne sur l'h<>te local\n"
|
||||
"\tet accepte des connexions au socket Unix <20>%s<EFBFBD>?\n"
|
||||
"n'a pas pu se connecter au serveur : %s\n"
|
||||
"\tLe serveur est-il actif localement\n"
|
||||
"\tet accepte-t-il les connexions sur la socket Unix <20> %s <20> ?\n"
|
||||
|
||||
#: fe-connect.c:712
|
||||
#: fe-connect.c:735
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
"\tIs the server running on host \"%s\" and accepting\n"
|
||||
"\tTCP/IP connections on port %s?\n"
|
||||
msgstr ""
|
||||
"impossible de se connecter au serveur: %s\n"
|
||||
"\tEst-ce que le serveur tourne sur l'h<>te <20>%s<>\n"
|
||||
"\tet accepte des connexions TCP/IP sur le port %s?\n"
|
||||
"n'a pas pu se connecter au serveur : %s\n"
|
||||
"\tLe serveur est-il actif sur l'h<>te <20> %s <EFBFBD>\n"
|
||||
"\tet accepte-t-il les connexions TCP/IP sur le port %s ?\n"
|
||||
|
||||
#: fe-connect.c:802
|
||||
#: fe-connect.c:825
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "impossible de traduire le nom d'h<>te %s en adresse: %s\n"
|
||||
msgstr "n'a pas pu traduire le nom d'h<>te %s en adresse : %s\n"
|
||||
|
||||
#: fe-connect.c:806
|
||||
#: fe-connect.c:829
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "impossible de traduire le chemin de socket du domaine Unix <20>%s<> vers l'adresse : %s\n"
|
||||
msgstr "n'a pas pu traduire le chemin de socket du domaine Unix <20> %s <EFBFBD> en adresse : %s\n"
|
||||
|
||||
#: fe-connect.c:1007
|
||||
#: fe-connect.c:1030
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "<22>tat non-valable de connexion, probablement une indication de m<>moire corrompue\n"
|
||||
|
||||
#: fe-connect.c:1050
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "impossible de cr<63>er le socket : %s\n"
|
||||
msgstr "<22>tat de connexion invalide, indique probablement une corruption de m<>moire\n"
|
||||
|
||||
#: fe-connect.c:1073
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "impossible d'activer le mode non-bloquant pour le socket: %s\n"
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "n'a pas pu cr<63>er la socket : %s\n"
|
||||
|
||||
#: fe-connect.c:1085
|
||||
#: fe-connect.c:1096
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "n'a pas pu activer le mode non-bloquant pour la socket: %s\n"
|
||||
|
||||
#: fe-connect.c:1108
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "impossible de param<61>trer le socket pour se fermer sur le mode exec : %s\n"
|
||||
msgstr "n'a pas pu param<61>trer le socket en mode close-on-exec : %s\n"
|
||||
|
||||
#: fe-connect.c:1172
|
||||
#: fe-connect.c:1195
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "impossible de d<>terminer le statut d'erreur de socket : %s\n"
|
||||
msgstr "n'a pas pu d<>terminer le statut d'erreur de la socket : %s\n"
|
||||
|
||||
#: fe-connect.c:1210
|
||||
#: fe-connect.c:1233
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "impossible d'obtenir l'adresse du client du socket : %s\n"
|
||||
msgstr "n'a pas pu obtenir l'adresse du client depuis la socket : %s\n"
|
||||
|
||||
#: fe-connect.c:1254
|
||||
#: fe-connect.c:1277
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "impossible de transmettre le paquet de n<>gociation SSL : %s\n"
|
||||
msgstr "n'a pas pu transmettre le paquet de n<>gociation SSL : %s\n"
|
||||
|
||||
#: fe-connect.c:1289
|
||||
#: fe-connect.c:1312
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "impossible de transmettre le paquet de d<>marrage : %s\n"
|
||||
msgstr "n'a pas pu transmettre le paquet de d<>marrage : %s\n"
|
||||
|
||||
#: fe-connect.c:1354
|
||||
#: fe-connect.c:1371
|
||||
#: fe-connect.c:1377
|
||||
#: fe-connect.c:1394
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "le serveur ne supporte pas SSL, mais SSL <20>tait exig<EFBFBD>\n"
|
||||
msgstr "le serveur ne supporte pas SSL, mais SSL <20>tait demand<EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:1387
|
||||
#: fe-connect.c:1410
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "r<EFBFBD>ponse non valable au n<>gociation SSL a <20>t<EFBFBD> re<72>ue: %c\n"
|
||||
msgstr "a re<72>u une r<>ponse invalide <20> la n<>gociation SSL : %c\n"
|
||||
|
||||
#: fe-connect.c:1444
|
||||
#: fe-connect.c:1476
|
||||
#: fe-connect.c:1486
|
||||
#: fe-connect.c:1519
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "requ<71>te d'authentification attendue du serveur, mais %c a <20>t<EFBFBD> re<72>u\n"
|
||||
msgstr "attendait une requ<EFBFBD>te d'authentification en provenance du serveur, mais a re<72>u %c\n"
|
||||
|
||||
#: fe-connect.c:1708
|
||||
#: fe-connect.c:1696
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%i)"
|
||||
msgstr "m<>moire insuffisante pour l'allocation du tampon GSSAPI (%i)"
|
||||
|
||||
#: fe-connect.c:1785
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "message inattendu du serveur lors de d<>marrage\n"
|
||||
|
||||
#: fe-connect.c:1776
|
||||
#: fe-connect.c:1853
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "<22>tat non-valable de connexion (%c), probablement une indication de m<>moire corrompue\n"
|
||||
msgstr "<22>tat de connexion invalide (%c), indique probablement une corruption de m<>moire\n"
|
||||
|
||||
#: fe-connect.c:2431
|
||||
#: fe-connect.c:2545
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : le sch<63>ma doit <20>tre ldap ://\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : le sch<63>ma doit <20>tre ldap://\n"
|
||||
|
||||
#: fe-connect.c:2446
|
||||
#: fe-connect.c:2560
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : manque le <20> distinguished name <20>\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : le <20> distinguished name <20> manque\n"
|
||||
|
||||
#: fe-connect.c:2457
|
||||
#: fe-connect.c:2510
|
||||
#: fe-connect.c:2571
|
||||
#: fe-connect.c:2624
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : doit avoir exactement un attribut\n"
|
||||
|
||||
#: fe-connect.c:2467
|
||||
#: fe-connect.c:2524
|
||||
#: fe-connect.c:2581
|
||||
#: fe-connect.c:2638
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : doit avoir une <20>chelle de recherche (base/un/sous)\n"
|
||||
|
||||
#: fe-connect.c:2478
|
||||
#: fe-connect.c:2592
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : aucun filtre\n"
|
||||
|
||||
#: fe-connect.c:2499
|
||||
#: fe-connect.c:2613
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "URL LDAP invalide <20> %s <20> : num<75>ro de port invalide\n"
|
||||
|
||||
#: fe-connect.c:2533
|
||||
#: fe-connect.c:2647
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "n'a pas pu cr<63>er la structure LDAP\n"
|
||||
|
||||
#: fe-connect.c:2575
|
||||
#: fe-connect.c:2689
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "<22>chec de la recherche sur le serveur LDAP : %s\n"
|
||||
|
||||
#: fe-connect.c:2586
|
||||
#: fe-connect.c:2700
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "plus d'une entr<74>e trouv<75>e dans la recherche LDAP\n"
|
||||
msgstr "plus d'une entr<74>e trouv<75>es dans la recherche LDAP\n"
|
||||
|
||||
#: fe-connect.c:2587
|
||||
#: fe-connect.c:2599
|
||||
#: fe-connect.c:2701
|
||||
#: fe-connect.c:2713
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "aucune entr<74>e trouv<75>e dans la recherche LDAP\n"
|
||||
|
||||
#: fe-connect.c:2610
|
||||
#: fe-connect.c:2623
|
||||
#: fe-connect.c:2724
|
||||
#: fe-connect.c:2737
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "l'attribut n'a pas de valeurs sur la recherche LDAP\n"
|
||||
msgstr "l'attribut n'a pas de valeurs apr<EFBFBD>s recherche LDAP\n"
|
||||
|
||||
#: fe-connect.c:2674
|
||||
#: fe-connect.c:2692
|
||||
#: fe-connect.c:3013
|
||||
#: fe-connect.c:2788
|
||||
#: fe-connect.c:2806
|
||||
#: fe-connect.c:3126
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "<22>=<EFBFBD> manquant apr<70>s <20>%s<> dans la cha<68>ne de param<61>tres de connexion\n"
|
||||
msgstr "<22> = <EFBFBD> manquant apr<70>s <20> %s <EFBFBD> dans la cha<68>ne des param<61>tres de connexion\n"
|
||||
|
||||
#: fe-connect.c:2755
|
||||
#: fe-connect.c:3095
|
||||
#: fe-connect.c:2869
|
||||
#: fe-connect.c:3208
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "option de connexion non-valable <20>%s<>\n"
|
||||
msgstr "option de connexion invalide <20> %s <EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2768
|
||||
#: fe-connect.c:3062
|
||||
#: fe-connect.c:2882
|
||||
#: fe-connect.c:3175
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "guillemets non referm<72>s dans la cha<68>ne de param<61>tres de connexion\n"
|
||||
msgstr "guillemets non referm<72>s dans la cha<68>ne des param<61>tres de connexion\n"
|
||||
|
||||
#: fe-connect.c:2811
|
||||
#: fe-connect.c:2925
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "ERREUR : fichier de service <20>%s<> introuvable\n"
|
||||
msgstr "ERREUR : fichier de service <20> %s <EFBFBD> introuvable\n"
|
||||
|
||||
#: fe-connect.c:2824
|
||||
#: fe-connect.c:2938
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "ERREUR : ligne %d trop longue dans le fichier service <20>%s<>\n"
|
||||
msgstr "ERREUR : ligne %d trop longue dans le fichier service <20> %s <EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2896
|
||||
#: fe-connect.c:2923
|
||||
#: fe-connect.c:3010
|
||||
#: fe-connect.c:3037
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "ERREUR : erreur de syntaxe dans le fichier service <20>%s<>, ligne %d\n"
|
||||
msgstr "ERREUR : erreur de syntaxe dans le fichier service <20> %s <EFBFBD>, ligne %d\n"
|
||||
|
||||
#: fe-connect.c:3338
|
||||
#: fe-connect.c:3450
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "le pointeur de connexion a la valeur NULL\n"
|
||||
msgstr "le pointeur de connexion est NULL\n"
|
||||
|
||||
#: fe-connect.c:3599
|
||||
#: fe-connect.c:3724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "ATTENTION : le fichier des mots de passe <20>%s<> n'est pas un fichier simple.\n"
|
||||
msgstr "ATTENTION : le fichier de mots de passe <20> %s <EFBFBD> n'est pas un fichier texte.\n"
|
||||
|
||||
#: fe-connect.c:3609
|
||||
#: fe-connect.c:3734
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has world or group read access; permission should be u=rw (0600)\n"
|
||||
msgstr "ATTENTION : le fichier des mots de passe <20>%s<> a des droits d'acc<63>s groupe ou universel; les droits devraient <20>tre u=rw (0600)\n"
|
||||
msgstr "ATTENTION : le fichier de mots de passe <20> %s <EFBFBD> a des droits d'acc<63>s en lecture pour le groupe ou universel ; les droits devraient <20>tre u=rw (0600)\n"
|
||||
|
||||
#: fe-exec.c:498
|
||||
msgid "NOTICE"
|
||||
@@ -293,12 +329,12 @@ msgstr "NOTIFICATION"
|
||||
#: fe-exec.c:739
|
||||
#: fe-exec.c:779
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "la chaine de commande est un pointeur nul\n"
|
||||
msgstr "la cha<EFBFBD>ne de commande est un pointeur nul\n"
|
||||
|
||||
#: fe-exec.c:772
|
||||
#: fe-exec.c:867
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "la cha<68>ne de commande est un pointeur null\n"
|
||||
msgstr "le nom de l'instruction est un pointeur null\n"
|
||||
|
||||
#: fe-exec.c:787
|
||||
#: fe-exec.c:941
|
||||
@@ -317,12 +353,12 @@ msgstr "une autre commande est d
|
||||
|
||||
#: fe-exec.c:1015
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "la longueur doit <20>tre indiqu<71>e pour le param<61>tre binaire\n"
|
||||
msgstr "la longueur doit <20>tre indiqu<71>e pour les param<61>tres binaires\n"
|
||||
|
||||
#: fe-exec.c:1262
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "asyncStatus inattendu: %d\n"
|
||||
msgstr "asyncStatus inattendu : %d\n"
|
||||
|
||||
#: fe-exec.c:1388
|
||||
msgid "COPY terminated by new PQexec"
|
||||
@@ -346,7 +382,7 @@ msgstr "aucun COPY en cours\n"
|
||||
|
||||
#: fe-exec.c:2000
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "mauvais <20>tat de connexion\n"
|
||||
msgstr "connexion dans un <20>tat erron<EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:2031
|
||||
msgid "invalid ExecStatusType code"
|
||||
@@ -377,60 +413,64 @@ msgstr "impossible d'interpr
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "caract<63>re multi-octet incomplet\n"
|
||||
|
||||
#: fe-lobj.c:325
|
||||
#: fe-lobj.c:150
|
||||
msgid "cannot determine OID of function lo_truncate\n"
|
||||
msgstr "n'a pas pu d<>terminer l'OID de la fonction lo_truncate\n"
|
||||
|
||||
#: fe-lobj.c:378
|
||||
msgid "cannot determine OID of function lo_create\n"
|
||||
msgstr "n'a pas pu d<>terminer l'OID de la fonction lo_create\n"
|
||||
|
||||
#: fe-lobj.c:449
|
||||
#: fe-lobj.c:544
|
||||
#: fe-lobj.c:502
|
||||
#: fe-lobj.c:597
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "impossible d'ouvrir le fichier <20>%s<> : %s\n"
|
||||
msgstr "impossible d'ouvrir le fichier <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-lobj.c:495
|
||||
#: fe-lobj.c:548
|
||||
#, c-format
|
||||
msgid "could not read from file \"%s\": %s\n"
|
||||
msgstr "impossible de lire le fichier <20> %s <20> : %s\n"
|
||||
|
||||
#: fe-lobj.c:559
|
||||
#: fe-lobj.c:583
|
||||
#: fe-lobj.c:612
|
||||
#: fe-lobj.c:636
|
||||
#, c-format
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "impossible d'<27>crire dans le fichier <20> %s <20> : %s\n"
|
||||
|
||||
#: fe-lobj.c:662
|
||||
#: fe-lobj.c:717
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr "la requ<71>te d'initialisation des fonctions de grands objets ne renvoie pas de donn<6E>es\n"
|
||||
|
||||
#: fe-lobj.c:702
|
||||
#: fe-lobj.c:758
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lo_open\n"
|
||||
|
||||
#: fe-lobj.c:709
|
||||
#: fe-lobj.c:765
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lo_close\n"
|
||||
|
||||
#: fe-lobj.c:716
|
||||
#: fe-lobj.c:772
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lo_creat\n"
|
||||
|
||||
#: fe-lobj.c:723
|
||||
#: fe-lobj.c:779
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lo_unlink\n"
|
||||
|
||||
#: fe-lobj.c:730
|
||||
#: fe-lobj.c:786
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lo_lseek\n"
|
||||
|
||||
#: fe-lobj.c:737
|
||||
#: fe-lobj.c:793
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lo_tell\n"
|
||||
|
||||
#: fe-lobj.c:744
|
||||
#: fe-lobj.c:800
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction loread\n"
|
||||
|
||||
#: fe-lobj.c:751
|
||||
#: fe-lobj.c:807
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "impossible de d<>terminer l'OID de la fonction lowrite\n"
|
||||
|
||||
@@ -503,21 +543,21 @@ msgstr "Le message de type 0x%02x est arriv
|
||||
#: fe-protocol2.c:462
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "Caract<63>re %c inattendue suivant une r<>ponse de requ<71>te vide (message <20>I<EFBFBD>)"
|
||||
msgstr "Caract<63>re %c inattendue suivant une r<>ponse de requ<71>te vide (message <20> I <EFBFBD>)"
|
||||
|
||||
#: fe-protocol2.c:516
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
|
||||
msgstr "le serveur a envoy<6F> des donn<6E>es (message <20>D<EFBFBD>) sans description pr<70>alable de la ligne (message <20>T<EFBFBD>)"
|
||||
msgstr "le serveur a envoy<6F> des donn<6E>es (message <20> D <EFBFBD>) sans description pr<70>alable de la ligne (message <20> T <EFBFBD>)"
|
||||
|
||||
#: fe-protocol2.c:532
|
||||
msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
msgstr "le serveur a envoy<6F> des donn<6E>es binaires (message <20>B<EFBFBD>) sans description pr<70>alable de la ligne (message <20>T<EFBFBD>)"
|
||||
msgstr "le serveur a envoy<6F> des donn<6E>es binaires (message <20> B <EFBFBD>) sans description pr<70>alable de la ligne (message <20> T <EFBFBD>)"
|
||||
|
||||
#: fe-protocol2.c:547
|
||||
#: fe-protocol3.c:376
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "r<>ponse inattendue du serveur, le premier caract<63>re re<72>u <20>tant <20>%c<>\n"
|
||||
msgstr "r<>ponse inattendue du serveur, le premier caract<63>re re<72>u <20>tant <20> %c <EFBFBD>\n"
|
||||
|
||||
#: fe-protocol2.c:768
|
||||
#: fe-protocol3.c:695
|
||||
@@ -543,21 +583,21 @@ msgstr "erreur de protocole : id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:338
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
|
||||
msgstr "le serveur a envoy<6F> des donn<6E>es (message <20>D<EFBFBD>) sans description pr<70>alable de la ligne (message <20>T<EFBFBD>)\n"
|
||||
msgstr "le serveur a envoy<6F> des donn<6E>es (message <20> D <EFBFBD>) sans description pr<70>alable de la ligne (message <20> T <EFBFBD>)\n"
|
||||
|
||||
#: fe-protocol3.c:397
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "Le contenu du message ne correspond pas avec la longueur du type de message <20>%c<>\n"
|
||||
msgstr "Le contenu du message ne correspond pas avec la longueur du type de message <20> %c <EFBFBD>\n"
|
||||
|
||||
#: fe-protocol3.c:418
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "synchronisation perdue avec le serveur : a re<72>u le type de message <20>%c<>, longueur %d\n"
|
||||
msgstr "synchronisation perdue avec le serveur : a re<72>u le type de message <20> %c <EFBFBD>, longueur %d\n"
|
||||
|
||||
#: fe-protocol3.c:640
|
||||
msgid "unexpected field count in \"D\" message\n"
|
||||
msgstr "nombre de champs inattendus dans le message <20>D<EFBFBD>\n"
|
||||
msgstr "nombre de champs inattendus dans le message <20> D <EFBFBD>\n"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:782
|
||||
@@ -609,150 +649,151 @@ msgstr "LIGNE %d : "
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline : ne va pas r<>aliser un COPY OUT au format texte\n"
|
||||
|
||||
#: fe-secure.c:212
|
||||
#: fe-secure.c:218
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "impossible d'<27>tablir la connexion SSL : %s\n"
|
||||
|
||||
#: fe-secure.c:283
|
||||
#: fe-secure.c:379
|
||||
#: fe-secure.c:869
|
||||
#: fe-secure.c:289
|
||||
#: fe-secure.c:385
|
||||
#: fe-secure.c:927
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "erreur SYSCALL SSL : %s\n"
|
||||
|
||||
#: fe-secure.c:288
|
||||
#: fe-secure.c:385
|
||||
#: fe-secure.c:873
|
||||
#: fe-secure.c:294
|
||||
#: fe-secure.c:391
|
||||
#: fe-secure.c:931
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "erreur SYSCALL SSL : EOF d<>tect<63>\n"
|
||||
|
||||
#: fe-secure.c:300
|
||||
#: fe-secure.c:396
|
||||
#: fe-secure.c:892
|
||||
#: fe-secure.c:306
|
||||
#: fe-secure.c:402
|
||||
#: fe-secure.c:950
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "erreur SSL : %s\n"
|
||||
|
||||
#: fe-secure.c:310
|
||||
#: fe-secure.c:406
|
||||
#: fe-secure.c:902
|
||||
#: fe-secure.c:316
|
||||
#: fe-secure.c:412
|
||||
#: fe-secure.c:960
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "code d'erreur SSL inconnu : %d\n"
|
||||
|
||||
#: fe-secure.c:476
|
||||
#: fe-secure.c:482
|
||||
#, c-format
|
||||
msgid "error querying socket: %s\n"
|
||||
msgstr "erreur durant l'appel au socket : <20>%s<>\n"
|
||||
msgstr "erreur durant l'appel au socket : <20> %s <EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:503
|
||||
#: fe-secure.c:509
|
||||
#, c-format
|
||||
msgid "could not get information about host \"%s\": %s\n"
|
||||
msgstr "impossible d'obtenir les informations concernant l'h<>te <20>%s<> : %s\n"
|
||||
msgstr "impossible d'obtenir les informations concernant l'h<>te <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:522
|
||||
#: fe-secure.c:528
|
||||
msgid "unsupported protocol\n"
|
||||
msgstr "protocole non-support<72>\n"
|
||||
|
||||
#: fe-secure.c:544
|
||||
#: fe-secure.c:550
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
|
||||
msgstr "impossible de traduire le nom courant <20>%s<> vers %ld.%ld.%ld.%ld\n"
|
||||
msgstr "impossible de traduire le nom courant <20> %s <EFBFBD> vers %ld.%ld.%ld.%ld\n"
|
||||
|
||||
#: fe-secure.c:551
|
||||
#: fe-secure.c:557
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to peer address\n"
|
||||
msgstr "le nom courant du serveur <20>%s<> n'a pas pu <20>tre traduit en une adresse de pair\n"
|
||||
msgstr "le nom courant du serveur <20> %s <EFBFBD> n'a pas pu <20>tre traduit en une adresse de pair\n"
|
||||
|
||||
#: fe-secure.c:584
|
||||
#: fe-secure.c:589
|
||||
msgid "could not get user information\n"
|
||||
msgstr "impossible d'obtenir les informations utilisateur\n"
|
||||
|
||||
#: fe-secure.c:593
|
||||
#: fe-secure.c:598
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "impossible d'ouvrir le certificat <20>%s<> : %s\n"
|
||||
msgstr "impossible d'ouvrir le certificat <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:602
|
||||
#: fe-secure.c:607
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "impossible de lire le certificat <20>%s<> : %s\n"
|
||||
msgstr "impossible de lire le certificat <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:615
|
||||
#: fe-secure.c:627
|
||||
msgid "invalid value of PGSSLKEY environment variable\n"
|
||||
msgstr "valeur invalide de la variable d'environnement PGSSLKEY\n"
|
||||
|
||||
#: fe-secure.c:639
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "n'a pas pu charger le moteur SSL <20> %s <20> : %s\n"
|
||||
|
||||
#: fe-secure.c:653
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "n'a pas pu lire la cl<63> priv<69>e SSL <20> %s <20> <20> partir du moteur <20> %s <20> : %s\n"
|
||||
|
||||
#: fe-secure.c:669
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "le certificat est pr<70>sent, mais la cl<63> priv<69>e <20>%s<> est absente\n"
|
||||
msgstr "le certificat est pr<70>sent, mais la cl<63> priv<69>e <20> %s <EFBFBD> est absente\n"
|
||||
|
||||
#: fe-secure.c:624
|
||||
#: fe-secure.c:678
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has wrong permissions\n"
|
||||
msgstr "les droits de la cl<63> priv<69>e <20>%s<> ne sont pas corrects\n"
|
||||
msgstr "les droits de la cl<63> priv<69>e <20> %s <EFBFBD> ne sont pas corrects\n"
|
||||
|
||||
#: fe-secure.c:632
|
||||
#: fe-secure.c:686
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
msgstr "n'a pas pu ouvrir le fichier de cl<63> priv<69>e <20>%s<> : %s\n"
|
||||
msgstr "n'a pas pu ouvrir le fichier de cl<63> priv<69>e <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:641
|
||||
#: fe-secure.c:695
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "la cl<63> priv<69>e <20>%s<> a <20>t<EFBFBD> modifi<66>e durant l'ex<65>cution\n"
|
||||
msgstr "la cl<63> priv<69>e <20> %s <EFBFBD> a <20>t<EFBFBD> modifi<66>e durant l'ex<65>cution\n"
|
||||
|
||||
#: fe-secure.c:650
|
||||
#: fe-secure.c:704
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
msgstr "impossible de lire la cl<63> priv<69>e <20>%s<> : %s\n"
|
||||
msgstr "impossible de lire la cl<63> priv<69>e <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:664
|
||||
#: fe-secure.c:719
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "le certificat ne correspond pas <20> la cl<63> priv<69>e <20>%s<> : %s\n"
|
||||
msgstr "le certificat ne correspond pas <20> la cl<63> priv<69>e <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:750
|
||||
#: fe-secure.c:808
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "impossible de cr<63>er le contexte SSL : %s\n"
|
||||
|
||||
#: fe-secure.c:791
|
||||
#: fe-secure.c:849
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "impossible de lire le certificat racine <20>%s<> : %s\n"
|
||||
msgstr "impossible de lire le certificat racine <20> %s <EFBFBD> : %s\n"
|
||||
|
||||
#: fe-secure.c:811
|
||||
#: fe-secure.c:869
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "la biblioth<74>que SSL ne supporte pas les certificats CRL (fichier <20> %s <20>)\n"
|
||||
|
||||
#: fe-secure.c:922
|
||||
#: fe-secure.c:980
|
||||
#, c-format
|
||||
msgid "certificate could not be validated: %s\n"
|
||||
msgstr "le certificat n'a pas pu <20>tre valid<69> : %s\n"
|
||||
|
||||
#: fe-secure.c:936
|
||||
#: fe-secure.c:994
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "le certificat n'a pas pu <20>tre obtenu : %s\n"
|
||||
|
||||
#: fe-secure.c:1016
|
||||
#: fe-secure.c:1074
|
||||
msgid "no SSL error reported"
|
||||
msgstr "aucune erreur SSL report<72>e"
|
||||
|
||||
#: fe-secure.c:1026
|
||||
#: fe-secure.c:1083
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "erreur SSL : %lu"
|
||||
|
||||
#~ msgid "could not create large object for file \"%s\"\n"
|
||||
#~ msgstr "impossible de cr<63>er le grand objet du fichier <20>%s<>\n"
|
||||
#~ msgid "could not open large object %u\n"
|
||||
#~ msgstr "impossible d'ouvrir le grand objet %u\n"
|
||||
#~ msgid "error while reading file \"%s\"\n"
|
||||
#~ msgstr "erreur durant la lecture du fichier <20>%s<>\n"
|
||||
#~ msgid "error while writing to file \"%s\"\n"
|
||||
#~ msgstr "erreur durant l'<27>criture du fichier <20>%s<>\n"
|
||||
#~ msgid "invalid authentication service name \"%s\", ignored\n"
|
||||
#~ msgstr "nom invalide de service d'authentification <20>%s<>, ignor<6F>\n"
|
||||
#~ msgid "fe_getauthname: invalid authentication system: %d\n"
|
||||
#~ msgstr "fe_getauthname: syst<73>me invalide d'authentification: %d\n"
|
||||
|
||||
|
@@ -3,93 +3,73 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.0\n"
|
||||
"POT-Creation-Date: 2004-12-13 21:53+0900\n"
|
||||
"PO-Revision-Date: 2004-12-13 22:19+0900\n"
|
||||
"Project-Id-Version: PostgreSQL 8.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-02-07 00:41+0900\n"
|
||||
"PO-Revision-Date: 2006-12-07 04:37+0900\n"
|
||||
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
|
||||
"Language-Team: Korean <ioseph@uri.sarang.net>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=euc-kr\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: fe-auth.c:232
|
||||
#, c-format
|
||||
msgid "Kerberos 4 error: %s\n"
|
||||
msgstr "Kerberos 4 <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-auth.c:394
|
||||
#: fe-auth.c:258
|
||||
#, c-format
|
||||
msgid "could not set socket to blocking mode: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> blocking <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-auth.c:411 fe-auth.c:415
|
||||
#: fe-auth.c:276 fe-auth.c:280
|
||||
#, c-format
|
||||
msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
msgstr "Kerberos 5 <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %*s\n"
|
||||
|
||||
#: fe-auth.c:441
|
||||
#: fe-auth.c:306
|
||||
#, c-format
|
||||
msgid "could not restore non-blocking mode on socket: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> non-blocking <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ǵ<EFBFBD><C7B5><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-auth.c:508
|
||||
#: fe-auth.c:375
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:530 fe-connect.c:1410 fe-connect.c:2625 fe-connect.c:2634
|
||||
#: fe-connect.c:3213 fe-lobj.c:556 fe-protocol2.c:1007 fe-protocol3.c:958
|
||||
#: fe-auth.c:398 fe-connect.c:1276 fe-connect.c:2437 fe-connect.c:2654
|
||||
#: fe-connect.c:2984 fe-connect.c:2993 fe-connect.c:3130 fe-connect.c:3170
|
||||
#: fe-connect.c:3188 fe-exec.c:2751 fe-lobj.c:616 fe-protocol2.c:1027
|
||||
#: fe-protocol3.c:1330
|
||||
msgid "out of memory\n"
|
||||
msgstr "<22><EFBFBD><DEB8><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:600
|
||||
msgid "Kerberos 4 authentication failed\n"
|
||||
msgstr "Kerberos 4 <20><><EFBFBD><EFBFBD> <20><><EFBFBD>е<EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:608
|
||||
#: fe-auth.c:461
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "Kerberos 4 <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:619
|
||||
msgid "Kerberos 5 authentication failed\n"
|
||||
msgstr "Kerberos 5 <20><><EFBFBD><EFBFBD> <20><><EFBFBD>е<EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:627
|
||||
#: fe-auth.c:478
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "Kerberos 5 <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:655
|
||||
#: fe-auth.c:506
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "%u <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:692
|
||||
#, c-format
|
||||
msgid "invalid authentication service name \"%s\", ignored\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD>: \"%s\", <20><><EFBFBD>õ<EFBFBD>\n"
|
||||
|
||||
#: fe-auth.c:764
|
||||
#, c-format
|
||||
msgid "fe_getauthname: invalid authentication system: %d\n"
|
||||
msgstr "fe_getauthname: <20>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ý<EFBFBD><C3BD><EFBFBD>: %d\n"
|
||||
|
||||
#: fe-connect.c:463
|
||||
#: fe-connect.c:486
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> sslmode <20><>: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:483
|
||||
#: fe-connect.c:506
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr ""
|
||||
"SSL <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʰ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> sslmode <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD> Ÿ"
|
||||
"<22><>ġ <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:799
|
||||
#: fe-connect.c:672
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> TCP<43><50> no delay <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:830
|
||||
#: fe-connect.c:702
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -100,7 +80,7 @@ msgstr ""
|
||||
"\t<><74><EFBFBD><EFBFBD>ȣ<EFBFBD><C8A3>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,\n"
|
||||
"\t\"%s\" <20><><EFBFBD>н<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>캸<EFBFBD>ʽÿ<CABD>.\n"
|
||||
|
||||
#: fe-connect.c:842
|
||||
#: fe-connect.c:712
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -111,260 +91,333 @@ msgstr ""
|
||||
"\t\"%s\" ȣ<><C8A3>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,\n"
|
||||
"\t%s <20><>Ʈ<EFBFBD><C6AE> TCP/IP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>캸<EFBFBD>ʽÿ<CABD>.\n"
|
||||
|
||||
#: fe-connect.c:926
|
||||
#: fe-connect.c:802
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "\"%s\" ȣ<><C8A3>Ʈ <20≯<EFBFBD><CCB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>: <20><><EFBFBD><EFBFBD> <20>ּ<EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:930
|
||||
#: fe-connect.c:806
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD>н<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>θ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD>: <20><><EFBFBD><EFBFBD> <20>ּ<EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1134
|
||||
#: fe-connect.c:1007
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>, <20><EFBFBD><DEB8><EFBFBD> <20>ջ<EFBFBD><D5BB><EFBFBD> <20><><EFBFBD>ɼ<EFBFBD><C9BC><EFBFBD> ŭ\n"
|
||||
|
||||
#: fe-connect.c:1177
|
||||
#: fe-connect.c:1050
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1200
|
||||
#: fe-connect.c:1073
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> non-blocking <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1212
|
||||
#: fe-connect.c:1085
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> close-on-exec <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1304
|
||||
#: fe-connect.c:1172
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD>¸<EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1343
|
||||
#: fe-connect.c:1210
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "<22><><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD> Ŭ<><C5AC><EFBFBD>̾<EFBFBD>Ʈ <20>ּҸ<D6BC> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1388
|
||||
#: fe-connect.c:1254
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD> <20><>Ŷ<EFBFBD><C5B6> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1423
|
||||
#: fe-connect.c:1289
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><>Ŷ<EFBFBD><C5B6> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1463
|
||||
#, c-format
|
||||
msgid "could not receive server response to SSL negotiation packet: %s\n"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD> <20><>Ŷ<EFBFBD><C5B6> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:1482 fe-connect.c:1499
|
||||
#: fe-connect.c:1354 fe-connect.c:1371
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SSL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʴµ<CAB4>, SSL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>䱸<EFBFBD><E4B1B8><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:1515
|
||||
#: fe-connect.c:1387
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %c\n"
|
||||
|
||||
#: fe-connect.c:1572 fe-connect.c:1604
|
||||
#: fe-connect.c:1463 fe-connect.c:1495
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>䱸<EFBFBD><E4B1B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, %c <20><EFBFBD><DEBE><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:1840
|
||||
#: fe-connect.c:1727
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʴ<EFBFBD> <20><EFBFBD><DEBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:1910
|
||||
#: fe-connect.c:1795
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %c, <20><EFBFBD><DEB8><EFBFBD> <20>ջ<EFBFBD><D5BB><EFBFBD> <20><><EFBFBD>ɼ<EFBFBD><C9BC><EFBFBD> ŭ\n"
|
||||
|
||||
#: fe-connect.c:2673
|
||||
#: fe-connect.c:2450
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> LDAP URL \"%s\": <20><>Ű<EFBFBD><C5B0><EFBFBD><EFBFBD> ldap:// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2465
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> LDAP URL \"%s\": <20>ĺ<EFBFBD><C4BA><EFBFBD> <20≯<EFBFBD><CCB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2476 fe-connect.c:2529
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> LDAP URL \"%s\": <20><> <20>ϳ<EFBFBD><CFB3><EFBFBD> <20>Ӽ<EFBFBD><D3BC><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2486 fe-connect.c:2543
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> LDAP URL \"%s\": <20>˻<EFBFBD><CBBB><EFBFBD><EFBFBD><EFBFBD>(base/one/sub)<29><> <20><><EFBFBD><EFBFBD><EFBFBD>ؾ<EFBFBD><D8BE><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2497
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> LDAP URL \"%s\": <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2518
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> LDAP URL \"%s\": <20><>Ʈ<EFBFBD><C6AE>ȣ<EFBFBD><C8A3> <20>߸<EFBFBD><DFB8><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2552
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "LDAP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2594
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "LDAP <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ã<><C3A3> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-connect.c:2605
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "LDAP <20>˻<EFBFBD><CBBB><EFBFBD><EFBFBD><EFBFBD> <20>ϳ<EFBFBD> <20>̻<EFBFBD><CCBB><EFBFBD> <20><>Ʈ<EFBFBD><C6AE><EFBFBD><EFBFBD> <20>߰ߵǾ<DFB5><C7BE><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2606 fe-connect.c:2618
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "LDAP <20>˻<EFBFBD><CBBB><EFBFBD><EFBFBD><EFBFBD> <20>ش<EFBFBD> <20><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2629 fe-connect.c:2642
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "LDAP <20>˻<EFBFBD><CBBB><EFBFBD><EFBFBD><EFBFBD> <20>Ӽ<EFBFBD><D3BC><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2693 fe-connect.c:2711 fe-connect.c:3032
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "<22><><EFBFBD>Ṯ<EFBFBD>ڿ<EFBFBD><DABF><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"=\" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2722
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "<22><><EFBFBD>Ṯ<EFBFBD>ڿ<EFBFBD><DABF><EFBFBD><EFBFBD><EFBFBD> <20>ϼ<EFBFBD><CFBC><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ǥ<EFBFBD><C7A5><EFBFBD>ڿ<EFBFBD><DABF><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2756
|
||||
#: fe-connect.c:2774 fe-connect.c:3114
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ɼ<EFBFBD> \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:2978
|
||||
#: fe-connect.c:2787 fe-connect.c:3081
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "<22><><EFBFBD>Ṯ<EFBFBD>ڿ<EFBFBD><DABF><EFBFBD><EFBFBD><EFBFBD> <20>ϼ<EFBFBD><CFBC><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ǥ<EFBFBD><C7A5><EFBFBD>ڿ<EFBFBD><DABF><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2830
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>: \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ã<><C3A3> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2843
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>: %d<><64>° <20><><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>Ͽ<EFBFBD><CFBF><EFBFBD> <20>ʹ<EFBFBD> <20><><EFBFBD>ϴ<EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:2915 fe-connect.c:2942
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>: \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> %d<><64>° <20>ٿ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:3357
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ͱ<EFBFBD> NULL\n"
|
||||
|
||||
#: fe-connect.c:3235
|
||||
#: fe-connect.c:3618
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>: \"%s\" <20>н<EFBFBD><D0BD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> plain <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ƴ<EFBFBD>\n"
|
||||
|
||||
#: fe-connect.c:3628
|
||||
#, c-format
|
||||
msgid ""
|
||||
"WARNING: Password file %s has world or group read access; permission should "
|
||||
"be u=rw (0600)\n"
|
||||
"WARNING: password file \"%s\" has world or group read access; permission "
|
||||
"should be u=rw (0600)\n"
|
||||
msgstr ""
|
||||
"<22><><EFBFBD><EFBFBD>: %s <20>н<EFBFBD><D0BD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>б<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ġ <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: u=rw "
|
||||
"(0600), chmod <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>\n"
|
||||
"<22><><EFBFBD><EFBFBD>: \"%s\" <20>н<EFBFBD><D0BD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>б<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ġ <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>: <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> (u=rw, "
|
||||
"0600), chmod <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ֽʽÿ<CABD>\n"
|
||||
|
||||
#: fe-exec.c:479
|
||||
#: fe-exec.c:498
|
||||
msgid "NOTICE"
|
||||
msgstr "<22>˸<EFBFBD>"
|
||||
|
||||
#: fe-exec.c:648 fe-exec.c:700 fe-exec.c:740
|
||||
#: fe-exec.c:682 fe-exec.c:739 fe-exec.c:779
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD>ڿ<EFBFBD><DABF><EFBFBD> null <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:733 fe-exec.c:823
|
||||
#: fe-exec.c:772 fe-exec.c:867
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20≯<EFBFBD><CCB8><EFBFBD> null <20><><EFBFBD><EFBFBD>Ʈ(<28><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>)<29>Դϴ<D4B4>\n"
|
||||
|
||||
#: fe-exec.c:748 fe-exec.c:897 fe-exec.c:1572
|
||||
#: fe-exec.c:787 fe-exec.c:941 fe-exec.c:1570 fe-exec.c:1766
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "<22>Լ<EFBFBD><D4BC><EFBFBD> <20><><EFBFBD> <20><><EFBFBD><EFBFBD> 3<><33> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>䱸<EFBFBD>ϰ<EFBFBD> <20>ֽ<EFBFBD><D6BD>ϴ<EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:854
|
||||
#: fe-exec.c:898
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:861
|
||||
#: fe-exec.c:905
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "ó<><C3B3> <20>߿<EFBFBD> <20>̹<EFBFBD> <20>ٸ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:1199
|
||||
#: fe-exec.c:1015
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20>ڷ<EFBFBD> <20><><EFBFBD>ڸ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD≯<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>ؾ<EFBFBD><D8BE><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:1262
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ȭ<EFBFBD><C8AD><EFBFBD><EFBFBD>: %d\n"
|
||||
|
||||
#: fe-exec.c:1326
|
||||
#: fe-exec.c:1388
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "<22><> PQexec ȣ<><C8A3><EFBFBD><EFBFBD> COPY <20>۾<EFBFBD><DBBE><EFBFBD> <20><><EFBFBD><EFBFBD> <20>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>"
|
||||
|
||||
#: fe-exec.c:1334
|
||||
#: fe-exec.c:1396
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "COPY IN <20><><EFBFBD>°<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:1354
|
||||
#: fe-exec.c:1416
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "COPY OUT <20><><EFBFBD>°<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:1464 fe-exec.c:1529 fe-exec.c:1614 fe-protocol2.c:1153
|
||||
#: fe-protocol3.c:1115
|
||||
#: fe-exec.c:1658 fe-exec.c:1723 fe-exec.c:1808 fe-protocol2.c:1172
|
||||
#: fe-protocol3.c:1486
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "ó<><C3B3> <20><><EFBFBD> COPY<50><59> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:1806
|
||||
#: fe-exec.c:2000
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-exec.c:1837
|
||||
#: fe-exec.c:2031
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> ExecStatusType <20>ڵ<EFBFBD>"
|
||||
|
||||
#: fe-exec.c:1901 fe-exec.c:1924
|
||||
#: fe-exec.c:2095 fe-exec.c:2118
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "%d <20><>° <20>÷<EFBFBD><C3B7><EFBFBD> 0..%d <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EEB3B5>"
|
||||
|
||||
#: fe-exec.c:1917
|
||||
#: fe-exec.c:2111
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "%d <20><>° <20>ο<EFBFBD>(row)<29><> 0..%d <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EEB3B5>"
|
||||
|
||||
#: fe-exec.c:2199
|
||||
#: fe-exec.c:2133
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "%d<><64><EFBFBD><EFBFBD> <20><><EFBFBD>ڴ<EFBFBD> 0..%d <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EEB3B5>"
|
||||
|
||||
#: fe-exec.c:2420
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD> <20><><EFBFBD><EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>ų <20><> <20><><EFBFBD><EFBFBD>: %s"
|
||||
|
||||
#: fe-lobj.c:410 fe-lobj.c:495
|
||||
#: fe-exec.c:2659
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "<22>ϼ<EFBFBD><CFBC><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><>Ƽ<EFBFBD><C6BC><EFBFBD><EFBFBD>Ʈ <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:325
|
||||
msgid "cannot determine OID of function lo_create\n"
|
||||
msgstr "lo_create <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:449 fe-lobj.c:544
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-lobj.c:422
|
||||
#: fe-lobj.c:495
|
||||
#, c-format
|
||||
msgid "could not create large object for file \"%s\"\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> large object<63><74> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
msgid "could not read from file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-lobj.c:432 fe-lobj.c:482
|
||||
#: fe-lobj.c:559 fe-lobj.c:583
|
||||
#, c-format
|
||||
msgid "could not open large object %u\n"
|
||||
msgstr "%u large object<EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-lobj.c:447
|
||||
#, c-format
|
||||
msgid "error while reading file \"%s\"\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>д<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:510 fe-lobj.c:523
|
||||
#, c-format
|
||||
msgid "error while writing to file \"%s\"\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:601
|
||||
#: fe-lobj.c:662
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr "large object function<6F><6E> <20>ʱ<EFBFBD>ȭ <20>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʾ<EFBFBD><CABE><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:639
|
||||
#: fe-lobj.c:702
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "lo_open <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:646
|
||||
#: fe-lobj.c:709
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "lo_close <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:653
|
||||
#: fe-lobj.c:716
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "lo_create <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:660
|
||||
#: fe-lobj.c:723
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "lo_unlink <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:667
|
||||
#: fe-lobj.c:730
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "lo_lseek <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:674
|
||||
#: fe-lobj.c:737
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "lo_tell <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:681
|
||||
#: fe-lobj.c:744
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "loread <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-lobj.c:688
|
||||
#: fe-lobj.c:751
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "lowrite <20>Լ<EFBFBD><D4BC><EFBFBD> OID <20><><EFBFBD>縦 <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-misc.c:228
|
||||
#: fe-misc.c:227
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqGetInt"
|
||||
msgstr "%lu <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ũ<><C5A9><EFBFBD><EFBFBD> pqGetInt <20>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
||||
|
||||
#: fe-misc.c:264
|
||||
#: fe-misc.c:263
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqPutInt"
|
||||
msgstr "%lu <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> ũ<><C5A9><EFBFBD><EFBFBD> pqPutInt <20>Լ<EFBFBD><D4BC><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>"
|
||||
|
||||
#: fe-misc.c:544 fe-misc.c:748
|
||||
#: fe-misc.c:543 fe-misc.c:745
|
||||
msgid "connection not open\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-misc.c:610 fe-misc.c:701
|
||||
#: fe-misc.c:608 fe-misc.c:698
|
||||
#, c-format
|
||||
msgid "could not receive data from server: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-misc.c:718 fe-misc.c:786
|
||||
#: fe-misc.c:715 fe-misc.c:783
|
||||
msgid ""
|
||||
"server closed the connection unexpectedly\n"
|
||||
"\tThis probably means the server terminated abnormally\n"
|
||||
@@ -374,35 +427,35 @@ msgstr ""
|
||||
"\t<>̷<EFBFBD> ó<><C3B3><EFBFBD><EFBFBD> Ŭ<><C5AC><EFBFBD>̾<EFBFBD>Ʈ<EFBFBD><C6AE> <20>䱸<EFBFBD><E4B1B8> ó<><C3B3><EFBFBD>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>̳<EFBFBD>\n"
|
||||
"\tó<74><C3B3><EFBFBD>ϱ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>ڱ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD><EFBFBD> <20>ǹ<EFBFBD><C7B9><EFBFBD>\n"
|
||||
|
||||
#: fe-misc.c:803
|
||||
#: fe-misc.c:800
|
||||
#, c-format
|
||||
msgid "could not send data to server: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-misc.c:923
|
||||
#: fe-misc.c:919
|
||||
msgid "timeout expired\n"
|
||||
msgstr "<22>ð<EFBFBD> <20>ʰ<EFBFBD>\n"
|
||||
|
||||
#: fe-misc.c:968
|
||||
#: fe-misc.c:964
|
||||
msgid "socket not open\n"
|
||||
msgstr "<22><>Ĺ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-misc.c:991
|
||||
#: fe-misc.c:987
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-protocol2.c:91
|
||||
#: fe-protocol2.c:89
|
||||
#, c-format
|
||||
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> ȯ<>溯<EFBFBD><E6BAAF> <20><><EFBFBD><EFBFBD> %c, <20><EFBFBD><DEB8><EFBFBD> <20>ջ<EFBFBD><D5BB><EFBFBD> <20><><EFBFBD>ɼ<EFBFBD><C9BC><EFBFBD> ŭ\n"
|
||||
|
||||
#: fe-protocol2.c:333
|
||||
#: fe-protocol2.c:330
|
||||
#, c-format
|
||||
msgid "invalid state %c, probably indicative of memory corruption\n"
|
||||
msgstr "<22>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD><EFBFBD> %c, <20><EFBFBD><DEB8><EFBFBD> <20>ջ<EFBFBD><D5BB><EFBFBD> <20><><EFBFBD>ɼ<EFBFBD><C9BC><EFBFBD> ŭ\n"
|
||||
|
||||
#: fe-protocol2.c:423 fe-protocol3.c:183
|
||||
#: fe-protocol2.c:419 fe-protocol3.c:185
|
||||
#, c-format
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>(idle)<29><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> 0x%02x <20><><EFBFBD><EFBFBD> <20><EFBFBD><DEBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><DEBE><EFBFBD>"
|
||||
@@ -412,217 +465,237 @@ msgstr "
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>(\"I\" <20><EFBFBD><DEBD><EFBFBD>)<29><> <20><><EFBFBD>̾<EFBFBD> %c<><63> <20>߸<EFBFBD><DFB8><EFBFBD> <20><><EFBFBD>ڰ<EFBFBD> <20><><EFBFBD><EFBFBD>"
|
||||
|
||||
#: fe-protocol2.c:517
|
||||
#: fe-protocol2.c:516
|
||||
msgid ""
|
||||
"server sent data (\"D\" message) without prior row description (\"T\" "
|
||||
"message)"
|
||||
msgstr ""
|
||||
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ο<EFBFBD>(row) <20><><EFBFBD><EFBFBD>(\"T\" <20><EFBFBD><DEBD><EFBFBD>) <20><><EFBFBD><EFBFBD> <20>ڷ<EFBFBD>(\"D\" <20><EFBFBD><DEBD><EFBFBD>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: fe-protocol2.c:533
|
||||
#: fe-protocol2.c:532
|
||||
msgid ""
|
||||
"server sent binary data (\"B\" message) without prior row description (\"T\" "
|
||||
"message)"
|
||||
msgstr ""
|
||||
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ο<EFBFBD>(row) <20><><EFBFBD><EFBFBD>(\"T\" <20><EFBFBD><DEBD><EFBFBD>) <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ڷ<EFBFBD>(\"B\" <20><EFBFBD><DEBD><EFBFBD>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ο<EFBFBD>(row) <20><><EFBFBD><EFBFBD>(\"T\" <20><EFBFBD><DEBD><EFBFBD>) <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ڷ<EFBFBD>(\"B\" <20><EFBFBD><DEBD><EFBFBD>)<29><> <20><>"
|
||||
"<22><><EFBFBD><EFBFBD>"
|
||||
|
||||
#: fe-protocol2.c:548 fe-protocol3.c:344
|
||||
#: fe-protocol2.c:547 fe-protocol3.c:376
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA><EFBFBD> <20><><EFBFBD><EFBFBD>ġ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><EFBFBD><DEBE><EFBFBD>; \"%c\" <20><><EFBFBD>ڸ<EFBFBD> ù<><C3B9><EFBFBD>ڷ<EFBFBD> <20><EFBFBD><DEBE><EFBFBD>\n"
|
||||
|
||||
#: fe-protocol2.c:760 fe-protocol3.c:577
|
||||
#: fe-protocol2.c:768 fe-protocol3.c:695
|
||||
msgid "out of memory for query result\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> ó<><C3B3><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><EFBFBD><DEB8><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-protocol2.c:1196 fe-protocol3.c:1184
|
||||
#: fe-protocol2.c:1215 fe-protocol3.c:1554
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1208
|
||||
#: fe-protocol2.c:1227
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ȭ<EFBFBD><C8AD> <20><><EFBFBD><EFBFBD>, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20>õ<EFBFBD><C3B5><EFBFBD>"
|
||||
|
||||
#: fe-protocol2.c:1343 fe-protocol2.c:1375 fe-protocol3.c:1387
|
||||
#: fe-protocol2.c:1361 fe-protocol2.c:1393 fe-protocol3.c:1756
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:306
|
||||
#: fe-protocol3.c:338
|
||||
msgid ""
|
||||
"server sent data (\"D\" message) without prior row description (\"T\" "
|
||||
"message)\n"
|
||||
msgstr ""
|
||||
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20>ο<EFBFBD>(row) <20><><EFBFBD><EFBFBD>(\"T\" <20><EFBFBD><DEBD><EFBFBD>) <20><><EFBFBD><EFBFBD> <20>ڷ<EFBFBD>(\"D\" <20><EFBFBD><DEBD><EFBFBD>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-protocol3.c:365
|
||||
#: fe-protocol3.c:397
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "<22><EFBFBD><DEBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%c\" <20><EFBFBD><DEBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD≯<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-protocol3.c:386
|
||||
#: fe-protocol3.c:418
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ȭ<EFBFBD><C8AD> <20><><EFBFBD><EFBFBD>: \"%c\" <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> %d <20><EFBFBD><DEBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-protocol3.c:522
|
||||
#: fe-protocol3.c:640
|
||||
msgid "unexpected field count in \"D\" message\n"
|
||||
msgstr "\"D\" <20><EFBFBD><DEBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>ġ <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:651 fe-protocol3.c:659
|
||||
#: fe-protocol3.c:782 fe-protocol3.c:801
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " <20><>ġ: %s"
|
||||
|
||||
#: fe-protocol3.c:668
|
||||
#: fe-protocol3.c:814
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-protocol3.c:671
|
||||
#: fe-protocol3.c:817
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "<22><>Ʈ: %s\n"
|
||||
|
||||
#: fe-protocol3.c:674
|
||||
#: fe-protocol3.c:820
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-protocol3.c:677
|
||||
#: fe-protocol3.c:823
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-protocol3.c:689
|
||||
#: fe-protocol3.c:835
|
||||
msgid "LOCATION: "
|
||||
msgstr "<22><>ġ: "
|
||||
|
||||
#: fe-protocol3.c:691
|
||||
#: fe-protocol3.c:837
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:693
|
||||
#: fe-protocol3.c:839
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1000
|
||||
#: fe-protocol3.c:1064
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "<22><> %d: "
|
||||
|
||||
#: fe-protocol3.c:1372
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: text COPY OUT <20>۾<EFBFBD><DBBE><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:271
|
||||
#: fe-secure.c:212
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ȯ<><C8AE><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:342 fe-secure.c:437 fe-secure.c:1057
|
||||
#: fe-secure.c:283 fe-secure.c:379 fe-secure.c:869
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "SSL SYSCALL <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:347 fe-secure.c:443 fe-secure.c:1061
|
||||
#: fe-secure.c:288 fe-secure.c:385 fe-secure.c:873
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL SYSCALL <20><><EFBFBD><EFBFBD>: EOF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:359 fe-secure.c:454 fe-secure.c:1080
|
||||
#: fe-secure.c:300 fe-secure.c:396 fe-secure.c:892
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:369 fe-secure.c:464 fe-secure.c:1090
|
||||
#: fe-secure.c:310 fe-secure.c:406 fe-secure.c:902
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "<22><> <20><> <20><><EFBFBD><EFBFBD> SSL <20><><EFBFBD><EFBFBD> <20>ڵ<EFBFBD>: %d\n"
|
||||
|
||||
#: fe-secure.c:533
|
||||
#: fe-secure.c:476
|
||||
#, c-format
|
||||
msgid "error querying socket: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:561
|
||||
#: fe-secure.c:503
|
||||
#, c-format
|
||||
msgid "could not get information about host \"%s\": %s\n"
|
||||
msgstr "\"%s\" ȣ<><C8A3>Ʈ<EFBFBD><C6AE> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:580
|
||||
#: fe-secure.c:522
|
||||
msgid "unsupported protocol\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>ʴ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:602
|
||||
#: fe-secure.c:544
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
|
||||
msgstr ""
|
||||
"\"%s\" <20><><EFBFBD><EFBFBD> <20>Ϲ<EFBFBD><CFB9><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD><CCB8><EFBFBD> %ld.%ld.%ld.%ld <20>ּҷ<D6BC> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>մϴ<D5B4>.\n"
|
||||
|
||||
#: fe-secure.c:609
|
||||
#: fe-secure.c:551
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to peer address\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD> <20>Ϲ<EFBFBD><CFB9><EFBFBD><EFBFBD><EFBFBD> <20≯<EFBFBD><CCB8><EFBFBD> peer <20>ּҷ<D6BC> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>մϴ<D5B4>\n"
|
||||
|
||||
#: fe-secure.c:791
|
||||
#: fe-secure.c:584
|
||||
msgid "could not get user information\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:801
|
||||
#: fe-secure.c:593
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:810
|
||||
#: fe-secure.c:602
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:824
|
||||
#: fe-secure.c:615
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>, \"%s\" <20><><EFBFBD><EFBFBD>Ű<EFBFBD><C5B0> <20>ƴմϴ<D5B4>.\n"
|
||||
|
||||
#: fe-secure.c:832
|
||||
#: fe-secure.c:624
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has wrong permissions\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD>Ű<EFBFBD><C5B0> <20><><EFBFBD>ٱ<EFBFBD><D9B1><EFBFBD><EFBFBD><EFBFBD> <20>߸<EFBFBD><DFB8>Ǿ<EFBFBD><C7BE>ֽ<EFBFBD><D6BD>ϴ<EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:839
|
||||
#: fe-secure.c:632
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD>Ű <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:847
|
||||
#: fe-secure.c:641
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "ó<><C3B3><EFBFBD>ϴ<EFBFBD> <20><><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD>Ű<EFBFBD><C5B0> <20><><EFBFBD><EFBFBD><EFBFBD>Ǿ<EFBFBD><C7BE><EFBFBD><EFBFBD>ϴ<EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:855
|
||||
#: fe-secure.c:650
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><><EFBFBD><EFBFBD>Ű <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:869
|
||||
#: fe-secure.c:664
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD>Ű <20><><EFBFBD>ϰ<EFBFBD> <20><><EFBFBD><EFBFBD> <20>ʽ<EFBFBD><CABD>ϴ<EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:951
|
||||
#: fe-secure.c:750
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "SSL context<78><74> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:996
|
||||
#: fe-secure.c:791
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" <20><>Ʈ <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> <20><> <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:1110
|
||||
#: fe-secure.c:811
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "SSL <20><><EFBFBD>̺귯<CCBA><EAB7AF><EFBFBD><EFBFBD> CRL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> (\"%s\" <20><><EFBFBD><EFBFBD>)<29><> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD>\n"
|
||||
|
||||
#: fe-secure.c:922
|
||||
#, c-format
|
||||
msgid "certificate could not be validated: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Ÿ<><C5B8>ġ <20><><EFBFBD>մϴ<D5B4>: %s\n"
|
||||
|
||||
#: fe-secure.c:1124
|
||||
#: fe-secure.c:936
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD>߽<EFBFBD><DFBD>ϴ<EFBFBD>: %s\n"
|
||||
|
||||
#: fe-secure.c:1016
|
||||
msgid "no SSL error reported"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
#: fe-secure.c:1026
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSL <20><><EFBFBD><EFBFBD> <20><>ȣ %lu"
|
||||
|
File diff suppressed because it is too large
Load Diff
794
src/interfaces/libpq/po/ta.po
Normal file
794
src/interfaces/libpq/po/ta.po
Normal file
@@ -0,0 +1,794 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# This file is put in the public domain.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Postgres Tamil Translation\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-09-21 09:19-0300\n"
|
||||
"PO-Revision-Date: 2007-10-14 11:58+0530\n"
|
||||
"Last-Translator: ஆமாச்சு <amachu@ubuntu.com>\n"
|
||||
"Language-Team: Ubuntu Tamil Team <ubuntu-l10n-tam@lists.ubuntu.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Tamil\n"
|
||||
"X-Poedit-Country: INDIA\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
#: fe-auth.c:268
|
||||
#, c-format
|
||||
msgid "could not set socket to blocking mode: %s\n"
|
||||
msgstr "தடுப்பு முறைக்கு சாக்கெட்டினை அமைக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-auth.c:286
|
||||
#: fe-auth.c:290
|
||||
#, c-format
|
||||
msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
msgstr "கேர்பரோஸ் 5 அங்கீகாரம் மறுக்கப்பட்டது: %*s\n"
|
||||
|
||||
#: fe-auth.c:316
|
||||
#, c-format
|
||||
msgid "could not restore non-blocking mode on socket: %s\n"
|
||||
msgstr "தடையில்லா முறையினை சாக்கெட்டின் மீது மீட்டமைக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-auth.c:439
|
||||
msgid "GSSAPI continuation error"
|
||||
msgstr "GSSAPI தொடர்வதில் வழு"
|
||||
|
||||
#: fe-auth.c:467
|
||||
msgid "duplicate GSS auth request\n"
|
||||
msgstr "போலி GSS அங்கீகாரத்துக்கான கோரிக்கை\n"
|
||||
|
||||
#: fe-auth.c:487
|
||||
msgid "GSSAPI name import error"
|
||||
msgstr "GSSAPI பெயர் இறக்க வழு"
|
||||
|
||||
#: fe-auth.c:573
|
||||
msgid "SSPI continuation error"
|
||||
msgstr "SSPI தொடர்வதில் வழு"
|
||||
|
||||
#: fe-auth.c:584
|
||||
#: fe-auth.c:649
|
||||
#: fe-auth.c:675
|
||||
#: fe-auth.c:772
|
||||
#: fe-connect.c:1299
|
||||
#: fe-connect.c:2532
|
||||
#: fe-connect.c:2749
|
||||
#: fe-connect.c:3078
|
||||
#: fe-connect.c:3087
|
||||
#: fe-connect.c:3224
|
||||
#: fe-connect.c:3264
|
||||
#: fe-connect.c:3282
|
||||
#: fe-exec.c:2751
|
||||
#: fe-lobj.c:669
|
||||
#: fe-protocol2.c:1027
|
||||
#: fe-protocol3.c:1330
|
||||
msgid "out of memory\n"
|
||||
msgstr "நினைவைத் தாண்டி\n"
|
||||
|
||||
#: fe-auth.c:669
|
||||
msgid "hostname must be specified\n"
|
||||
msgstr "தருநர் பெயர் கொடுக்கப் பட வேண்டும்\n"
|
||||
|
||||
#: fe-auth.c:748
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED அங்கீகார முறை ஆதரிக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-auth.c:830
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "கேபராஸ் 4 அங்கீகாரம் ஆதரிக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-auth.c:846
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "கேபராஸ் 5 அங்கீகாரம் ஆதரிக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-auth.c:910
|
||||
msgid "GSSAPI authentication not supported\n"
|
||||
msgstr "GSSAPI அங்கீகாரம் ஆதரிக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-auth.c:933
|
||||
msgid "SSPI authentication not supported\n"
|
||||
msgstr "SSPI அங்கீகாரம் ஆதரிக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-auth.c:962
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "அங்கீகார முறையான %u ஆதரிக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-connect.c:496
|
||||
#, c-format
|
||||
msgid "invalid sslmode value: \"%s\"\n"
|
||||
msgstr "செல்லுபடியாகாத ssimode மதிப்பு: \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:516
|
||||
#, c-format
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "SSL ஆதரவு ஒடுக்கம் பெறாத போது ssimode மதிப்பு \"%s\" செல்லுபடியாகாது\n"
|
||||
|
||||
#: fe-connect.c:695
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "TCP காத்திரா நிலைக்கு சாக்கெட்டினை அமைக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:725
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
"\tIs the server running locally and accepting\n"
|
||||
"\tconnections on Unix domain socket \"%s\"?\n"
|
||||
msgstr ""
|
||||
"வழங்கியுடன் இணைக்க இயலவில்லை: %s\n"
|
||||
" \t வழங்கி உள்ளூர இயங்கி\n"
|
||||
" யுனிக்ஸ் டொமைன் சாக்கெட் களிலிருந்து இணைபுகளைப் பெறுகிறதா\"%s\"?\n"
|
||||
|
||||
#: fe-connect.c:735
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
"\tIs the server running on host \"%s\" and accepting\n"
|
||||
"\tTCP/IP connections on port %s?\n"
|
||||
msgstr ""
|
||||
"வழங்கியுடன் இணைக்க இயலவில்லை: %s\n"
|
||||
"\t தருநரில் வழங்கி இயங்குகிறதா \"%s\" மேலும் \n"
|
||||
"\tTCP/IP இணைப்புகளை %s துறையில் பெறுகின்றதா?\n"
|
||||
|
||||
#: fe-connect.c:825
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "தருநர் பெயர் \"%s\" னை %s முகவரிக்கு மொழிபெயர்க்க இயலவில்லை\n"
|
||||
|
||||
#: fe-connect.c:829
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "யுனிக்ஸ் டொமைன் சாக்கெட் பாதையினை \"%s\" முகவரி %s க்கு மாற்ற இயலவில்லை\n"
|
||||
|
||||
#: fe-connect.c:1030
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "செல்லுபடியாகாத இணைப்பு நிலை, நினைவு மழுங்கியதற்கான சமிக்ஞையாக இருக்கலாம்\n"
|
||||
|
||||
#: fe-connect.c:1073
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "சாக்கெட்டினை உருவாக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1096
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "தடையில்லா முறைக்கு சாக்கெட்டினை அமைக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1108
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "close-on-exec நிலையில் சாக்கெட்டினை அமைக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1195
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "சாக்கெட் வழு நிலையை பெற இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1233
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "வாங்கியின் முகவரியினை சாக்கெட்டிலிருந்து பெற இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1277
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "SSL மத்தியஸ்த பொட்டலத்தை அனுப்ப இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1312
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "துவக்க பொட்டலத்தை அனுப்ப இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-connect.c:1377
|
||||
#: fe-connect.c:1394
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "SSL ஆதாவினை வழங்கி ஆதரிக்கவில்லை, ஆனால் SSL தேவைப் படுகின்றது\n"
|
||||
|
||||
#: fe-connect.c:1410
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "SSL மத்தியஸ்தத்துக்கு ஒவ்வாத பதில் கிடைத்தது: %c\n"
|
||||
|
||||
#: fe-connect.c:1486
|
||||
#: fe-connect.c:1519
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "அங்கீகார கோரிக்கை எதிர்பார்க்கப் பட்டது, பெற்றதோ %c\n"
|
||||
|
||||
#: fe-connect.c:1696
|
||||
#, c-format
|
||||
msgid "out of memory allocating GSSAPI buffer (%i)"
|
||||
msgstr "GSSAPI நிலையாநினைவினை(%i) ஒதுக்குகையில் நினைவகன்றது"
|
||||
|
||||
#: fe-connect.c:1785
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "துவங்குகையில் வழங்கியிலிருந்து எதிர்பாராத தகவல்\n"
|
||||
|
||||
#: fe-connect.c:1853
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "செல்லத்தகாத நினைவு நிலை \"%c, நினைவு பழுதடைந்திருக்கலாம்\n"
|
||||
|
||||
#: fe-connect.c:2545
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "செல்லாத LDAP URL \"%s\": திட்டம் கட்டாயம் ldap ஆக இருக்க வேண்டும்://\n"
|
||||
|
||||
#: fe-connect.c:2560
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "செல்லாத LDAP URL \"%s\": தனித்துவம் வாய்ந்த பெயர் விடுபட்டுள்ளது\n"
|
||||
|
||||
#: fe-connect.c:2571
|
||||
#: fe-connect.c:2624
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "LDAP இணைப்பு செல்லாது \"%s\": குறைந்தது ஒரு இணைப்பாவது கொண்டிருக்க வேண்டும்\n"
|
||||
|
||||
#: fe-connect.c:2581
|
||||
#: fe-connect.c:2638
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "LDAP இணைப்பு செல்லாது \"%s\": தேடுவதற்கான வரம்பு கொண்டிருத்தல் வேண்டும் (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:2592
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "LDAP இணைப்பு செல்லாது \"%s\": வழிகட்டு இல்லை\n"
|
||||
|
||||
#: fe-connect.c:2613
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "LDAP இணைப்பு செல்லாது \"%s\": துறை எண் செல்லாது\n"
|
||||
|
||||
#: fe-connect.c:2647
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "LDAP கட்டமைப்பை உருவாக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-connect.c:2689
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "LDAP வழங்கியில் தேடல் செயலிழந்தது: %s\n"
|
||||
|
||||
#: fe-connect.c:2700
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "LDAP தேடலில் ஒன்றுக்கு மேற்பட்ட பதிவு கிடைத்துள்ளது\n"
|
||||
|
||||
#: fe-connect.c:2701
|
||||
#: fe-connect.c:2713
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "LDAP தேடலில் எந்தவொரு பதிவும் கிடைக்கவில்லை\n"
|
||||
|
||||
#: fe-connect.c:2724
|
||||
#: fe-connect.c:2737
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "LDAP தேடலில் பண்பிற்கு மதிப்பு எதுவும் இல்லை\n"
|
||||
|
||||
#: fe-connect.c:2788
|
||||
#: fe-connect.c:2806
|
||||
#: fe-connect.c:3126
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "தொடர்புக்கான தகவல் சரத்தில் \"%s\" க்குப் பிறகு \"=\" இல்லை\n"
|
||||
|
||||
#: fe-connect.c:2869
|
||||
#: fe-connect.c:3208
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "செல்லுபடியாகாத இணைப்புத் தேர்வு \"%s\" \n"
|
||||
|
||||
#: fe-connect.c:2882
|
||||
#: fe-connect.c:3175
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "தொடர்புக்கான தகவல் சரத்தில் நிறைவுபெறாத மேற்கோளிடப் பட்ட சரம்\n"
|
||||
|
||||
#: fe-connect.c:2925
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "வழு: \"%s\" சேவை கோப்பினைக் காணவில்லை\n"
|
||||
|
||||
#: fe-connect.c:2938
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "வழு: சேவைக் கோப்பில் %d வரி மிகப் பெரிதாக உள்ளது\"%s\"\n"
|
||||
|
||||
#: fe-connect.c:3010
|
||||
#: fe-connect.c:3037
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "வழு: சேவைக் கோப்பு \"%s\" ன் வரி %d ல் நெறி வழு\n"
|
||||
|
||||
#: fe-connect.c:3450
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "இணைப்புச் சுட்டி NULL ஆக உள்ளது\n"
|
||||
|
||||
#: fe-connect.c:3724
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "எச்சரிக்கை: கடவுச் சொல்லுக்கானக் கோப்பு \"%s\" ஒரு சாதாரணக் கோப்பு இல்லை\n"
|
||||
|
||||
#: fe-connect.c:3734
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has world or group read access; permission should be u=rw (0600)\n"
|
||||
msgstr "எச்சரிக்கை: கடவுச் சொல் கோப்பு \"%s\" அனைவரும் அல்லது குழுமம் அணுக ஏதுவாய் உள்ளது; u=rw (0600) ஆக அனுமதி இருத்தல் நல்லது\n"
|
||||
|
||||
#: fe-exec.c:498
|
||||
msgid "NOTICE"
|
||||
msgstr "அறிவிப்பு"
|
||||
|
||||
#: fe-exec.c:682
|
||||
#: fe-exec.c:739
|
||||
#: fe-exec.c:779
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "ஆணைச் சரம் ஒரு வெற்றுச் சுட்டி\n"
|
||||
|
||||
#: fe-exec.c:772
|
||||
#: fe-exec.c:867
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "வாசகத்தின் பெயர் ஒரு வெற்றுச் சுட்டி\n"
|
||||
|
||||
#: fe-exec.c:787
|
||||
#: fe-exec.c:941
|
||||
#: fe-exec.c:1570
|
||||
#: fe-exec.c:1766
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "செயற்பாட்டுக்கு குறைந்த பட்சம் நெறி 3.0 தேவைப் படுகிறது\n"
|
||||
|
||||
#: fe-exec.c:898
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "வழங்கிக்கு இணைப்பு எதுவும் இல்லை\n"
|
||||
|
||||
#: fe-exec.c:905
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "மற்றொரு ஆணை நிறைவேற்றப் பட்டுக்கொண்டிருக்கிறது\n"
|
||||
|
||||
#: fe-exec.c:1015
|
||||
msgid "length must be given for binary parameter\n"
|
||||
msgstr "இரும காரணிக்கு நீளம் கட்டாயம் கொடுக்கப்பட்டிருத்தல் வேண்டும்\n"
|
||||
|
||||
#: fe-exec.c:1262
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
msgstr "எதிர்பாராத பொருந்தா நிலை: %d\n"
|
||||
|
||||
#: fe-exec.c:1388
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "PQexec ஆல் நகலெடுப்பது நிறுத்தப் பட்டது"
|
||||
|
||||
#: fe-exec.c:1396
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "அக நகல் நிலை முதலில் நிறுத்தப் பட வேண்டும்\n"
|
||||
|
||||
#: fe-exec.c:1416
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "புற நகல் நிலை முதலில் நிறுத்தப் பட வேண்டும்\n"
|
||||
|
||||
#: fe-exec.c:1658
|
||||
#: fe-exec.c:1723
|
||||
#: fe-exec.c:1808
|
||||
#: fe-protocol2.c:1172
|
||||
#: fe-protocol3.c:1486
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "நகலாக்கம் எதுவும் நடைபெறவில்லை\n"
|
||||
|
||||
#: fe-exec.c:2000
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "இணைப்பு தவறான நிலையில் உள்ளது\n"
|
||||
|
||||
#: fe-exec.c:2031
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "ExecStatusType குறியீடு செல்லுபடியாகாது"
|
||||
|
||||
#: fe-exec.c:2095
|
||||
#: fe-exec.c:2118
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "நெடுவரிசை எண் %d வரம்புக்குக்கு 0.. %d வெளியே உள்ளது\" "
|
||||
|
||||
#: fe-exec.c:2111
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "குறுக்கு வரிசை எண் %d வரம்புக்கு 0.. %d வெளியே உள்ளது"
|
||||
|
||||
#: fe-exec.c:2133
|
||||
#, c-format
|
||||
msgid "parameter number %d is out of range 0..%d"
|
||||
msgstr "காரணி எண் %d வரம்புக்கு வெளியே உள்ளது 0.. %d"
|
||||
|
||||
#: fe-exec.c:2420
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "வழங்கியிலிருந்து முடிவை கணிக்க இயலவில்லை: %s"
|
||||
|
||||
#: fe-exec.c:2659
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "பூர்த்தியாகாத மல்டிபைட் எழுத்து\n"
|
||||
|
||||
#: fe-lobj.c:150
|
||||
msgid "cannot determine OID of function lo_truncate\n"
|
||||
msgstr "lo_truncate செயற்பாட்டின் OID னைக் கண்டுபிடிக்க முடியவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:378
|
||||
msgid "cannot determine OID of function lo_create\n"
|
||||
msgstr "lo_create செயற்பாட்டின் OID யினைக் கணடுபிக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:502
|
||||
#: fe-lobj.c:597
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "\"%s\": %s கோப்பினைத் திறக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:548
|
||||
#, c-format
|
||||
msgid "could not read from file \"%s\": %s\n"
|
||||
msgstr "\"%s\": கோப்பிலிருந்து வாசிக்க இயலவில்லை %s\n"
|
||||
|
||||
#: fe-lobj.c:612
|
||||
#: fe-lobj.c:636
|
||||
#, c-format
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "\"%s\": கோப்பினுள் இணைக்க இயலவில்லை %s\n"
|
||||
|
||||
#: fe-lobj.c:717
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr "பெரும் பொருள் செயற்பாடுகளைத் துவக்க கோரியது தரவெதையும் திரும்பத் தரவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:758
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "செயற்பாடு lo_open ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:765
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "செயற்பாடு lo_close ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:772
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "செயற்பாடு lo_creat ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:779
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "செயற்பாடு lo_unlink ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:786
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "செயற்பாடு lo_lseek ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:793
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "செயற்பாடு lo_tell ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:800
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "செயற்பாடு loread ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-lobj.c:807
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "செயற்பாடு lowrite ஐக் கொண்ட OID யினை கண்டெடுக்க இயலவில்லை\n"
|
||||
|
||||
#: fe-misc.c:227
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqGetInt"
|
||||
msgstr "%lu அளவினைக் கொண்ட எண் pqGetInt ஆல் ஆதரிக்கப் படவில்லை"
|
||||
|
||||
#: fe-misc.c:263
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqPutInt"
|
||||
msgstr "%lu அளவினைக் கொண்ட எண் pqPutInt ஆல் ஆதரிக்கப் படவில்லை"
|
||||
|
||||
#: fe-misc.c:543
|
||||
#: fe-misc.c:745
|
||||
msgid "connection not open\n"
|
||||
msgstr " இணைப்பு இல்லை\n"
|
||||
|
||||
#: fe-misc.c:608
|
||||
#: fe-misc.c:698
|
||||
#, c-format
|
||||
msgid "could not receive data from server: %s\n"
|
||||
msgstr "வழங்கியிலிருந்து தரவினைப் பெற இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-misc.c:715
|
||||
#: fe-misc.c:783
|
||||
msgid ""
|
||||
"server closed the connection unexpectedly\n"
|
||||
"\tThis probably means the server terminated abnormally\n"
|
||||
"\tbefore or while processing the request.\n"
|
||||
msgstr ""
|
||||
"இணைப்பினை வழங்கி திடீரெனத் துண்டித்துக் கொண்டது\n"
|
||||
" \tகோரிக்கையினை நிறைவேற்றுகிற சமயம்\n"
|
||||
" \tவழங்கி திடீரென செயலற்று போயிருக்கலாம்.\n"
|
||||
|
||||
#: fe-misc.c:800
|
||||
#, c-format
|
||||
msgid "could not send data to server: %s\n"
|
||||
msgstr "வழங்கிக்கு தரவினை அனுப்ப இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-misc.c:919
|
||||
msgid "timeout expired\n"
|
||||
msgstr "காலநிர்ணயம் காலாவதியானது\n"
|
||||
|
||||
#: fe-misc.c:964
|
||||
msgid "socket not open\n"
|
||||
msgstr "சாக்கெட் திறக்கப் படவில்லை\n"
|
||||
|
||||
#: fe-misc.c:987
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() பலனலிக்கவில்லை: %s\n"
|
||||
|
||||
#: fe-protocol2.c:89
|
||||
#, c-format
|
||||
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
|
||||
msgstr "ஏற்பில்லா setenv நிலை %c, நினைவு மழுங்கியமைக்கான சமிக்ஞையாக இருக்கலாம்\n"
|
||||
|
||||
#: fe-protocol2.c:330
|
||||
#, c-format
|
||||
msgid "invalid state %c, probably indicative of memory corruption\n"
|
||||
msgstr "ஏற்பில்லா நிலை %c, நினைவு மழுங்கியமைக்கான சமிக்ஞையாக இருக்கலாம்\n"
|
||||
|
||||
#: fe-protocol2.c:419
|
||||
#: fe-protocol3.c:185
|
||||
#, c-format
|
||||
msgid "message type 0x%02x arrived from server while idle"
|
||||
msgstr "செயலற்று இருந்த போது 0x%02x செய்தி வந்தது"
|
||||
|
||||
#: fe-protocol2.c:462
|
||||
#, c-format
|
||||
msgid "unexpected character %c following empty query response (\"I\" message)"
|
||||
msgstr "வெற்று கோரிக்கையின் பதிலைத் தொடரந்து எதிபாராத எழுத்து %c (\"I\" message)"
|
||||
|
||||
#: fe-protocol2.c:516
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)"
|
||||
msgstr "குறுக்கு வரிசை குறித்த முன் விவரமில்லாது (\"T\"message) வழங்கி தரவினை அனுப்பியது (\"D\"message)"
|
||||
|
||||
#: fe-protocol2.c:532
|
||||
msgid "server sent binary data (\"B\" message) without prior row description (\"T\" message)"
|
||||
msgstr "குறுக்கு வரிசை குறித்த முன் விவரமில்லாது (\"T\"message) வழங்கி இருமத் தரவினை அனுப்பியது (\"B\"message)"
|
||||
|
||||
#: fe-protocol2.c:547
|
||||
#: fe-protocol3.c:376
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "வழங்கியிடமிருந்து எதிர்பாராத தகவல்; முதலில் பெறப் பட்ட எழுத்து \"%c\"\n"
|
||||
|
||||
#: fe-protocol2.c:768
|
||||
#: fe-protocol3.c:695
|
||||
msgid "out of memory for query result\n"
|
||||
msgstr "விண்ணப்பத்தின் முடிவு நினைவுக்கு அப்பால் உள்ளன\n"
|
||||
|
||||
#: fe-protocol2.c:1215
|
||||
#: fe-protocol3.c:1554
|
||||
#, c-format
|
||||
msgid "%s"
|
||||
msgstr "%s"
|
||||
|
||||
#: fe-protocol2.c:1227
|
||||
msgid "lost synchronization with server, resetting connection"
|
||||
msgstr "வழங்கியுடனான பொருந்தும் தனமையில் பாதிப்பு, இணைப்பு மீண்டும் கொணரப்படுகிறது"
|
||||
|
||||
#: fe-protocol2.c:1361
|
||||
#: fe-protocol2.c:1393
|
||||
#: fe-protocol3.c:1756
|
||||
#, c-format
|
||||
msgid "protocol error: id=0x%x\n"
|
||||
msgstr "நெறி வழு: id=0x%x\n"
|
||||
|
||||
#: fe-protocol3.c:338
|
||||
msgid "server sent data (\"D\" message) without prior row description (\"T\" message)\n"
|
||||
msgstr "குறுக்கு வரிசை குறித்த முன் விவரமில்லாது (\"T\"message) வழங்கி தரவினை அனுப்பியது (\"D\"message)\n"
|
||||
|
||||
#: fe-protocol3.c:397
|
||||
#, c-format
|
||||
msgid "message contents do not agree with length in message type \"%c\"\n"
|
||||
msgstr "தகவல் வகையிலுள்ள நீளத்துடன் தகவல் விவரங்கள் ஒத்துப் போகவில்லை \"%c\"\n"
|
||||
|
||||
#: fe-protocol3.c:418
|
||||
#, c-format
|
||||
msgid "lost synchronization with server: got message type \"%c\", length %d\n"
|
||||
msgstr "வழங்கியுடன் பொருந்தா நிலை ஏற்பட்டுள்ளது: தகவல் வகை \"%c\" பெறப்பட்டது, நீளம் %d\n"
|
||||
|
||||
#: fe-protocol3.c:640
|
||||
msgid "unexpected field count in \"D\" message\n"
|
||||
msgstr "\"D\" தகவலில் எதிர்பாராத கள எண்ணிக்கை\n"
|
||||
|
||||
#. translator: %s represents a digit string
|
||||
#: fe-protocol3.c:782
|
||||
#: fe-protocol3.c:801
|
||||
#, c-format
|
||||
msgid " at character %s"
|
||||
msgstr " %s எழுத்தில்"
|
||||
|
||||
#: fe-protocol3.c:814
|
||||
#, c-format
|
||||
msgid "DETAIL: %s\n"
|
||||
msgstr "விவரம்: %s\n"
|
||||
|
||||
#: fe-protocol3.c:817
|
||||
#, c-format
|
||||
msgid "HINT: %s\n"
|
||||
msgstr "துப்பு: %s\n"
|
||||
|
||||
#: fe-protocol3.c:820
|
||||
#, c-format
|
||||
msgid "QUERY: %s\n"
|
||||
msgstr "விண்ணப்பம்: %s\n"
|
||||
|
||||
#: fe-protocol3.c:823
|
||||
#, c-format
|
||||
msgid "CONTEXT: %s\n"
|
||||
msgstr "இடம்: %s\n"
|
||||
|
||||
#: fe-protocol3.c:835
|
||||
msgid "LOCATION: "
|
||||
msgstr "இருப்பிடம்: "
|
||||
|
||||
#: fe-protocol3.c:837
|
||||
#, c-format
|
||||
msgid "%s, "
|
||||
msgstr "%s, "
|
||||
|
||||
#: fe-protocol3.c:839
|
||||
#, c-format
|
||||
msgid "%s:%s"
|
||||
msgstr "%s:%s"
|
||||
|
||||
#: fe-protocol3.c:1064
|
||||
#, c-format
|
||||
msgid "LINE %d: "
|
||||
msgstr "வரி %d: "
|
||||
|
||||
#: fe-protocol3.c:1372
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: உரை COPY OUT செய்யப் படுலதில்லை\n"
|
||||
|
||||
#: fe-secure.c:218
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "SSL இணைப்பினை ஏற்படுத்த இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-secure.c:289
|
||||
#: fe-secure.c:385
|
||||
#: fe-secure.c:927
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "SYS SYSCALL வழு: %s\n"
|
||||
|
||||
#: fe-secure.c:294
|
||||
#: fe-secure.c:391
|
||||
#: fe-secure.c:931
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SYS SYSCALL வழு: EOF அடையப்பட்டது\n"
|
||||
|
||||
#: fe-secure.c:306
|
||||
#: fe-secure.c:402
|
||||
#: fe-secure.c:950
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "SSL வழு: %s\n"
|
||||
|
||||
#: fe-secure.c:316
|
||||
#: fe-secure.c:412
|
||||
#: fe-secure.c:960
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "இனங்காண இயலாத SSL வழு குறி: %d\n"
|
||||
|
||||
#: fe-secure.c:482
|
||||
#, c-format
|
||||
msgid "error querying socket: %s\n"
|
||||
msgstr "சாக்கெட்டுக்காக் கோரியதில் வழு: %s\n"
|
||||
|
||||
#: fe-secure.c:509
|
||||
#, c-format
|
||||
msgid "could not get information about host \"%s\": %s\n"
|
||||
msgstr "தருநர் குறித்த விவரங்களைப் பெற இயலவில்லை\"%s\":%s\n"
|
||||
|
||||
#: fe-secure.c:528
|
||||
msgid "unsupported protocol\n"
|
||||
msgstr "ஆதரிக்கப் படாத நெறி\n"
|
||||
|
||||
#: fe-secure.c:550
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
|
||||
msgstr "வழங்கியின் பொதுப் பெயர் \"%s\" %ld.%ld.%ld.%ld க்கு இட்டுச் செல்லவில்லை\n"
|
||||
|
||||
#: fe-secure.c:557
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to peer address\n"
|
||||
msgstr "வழங்கியின் பொதுப் பெயரால் \"%s\" தலை முகவரியினைத் துவங்க இயலவில்லை\n"
|
||||
|
||||
#: fe-secure.c:589
|
||||
msgid "could not get user information\n"
|
||||
msgstr "பயனர் விவரங்களை பெற இயலவில்லை\n"
|
||||
|
||||
#: fe-secure.c:598
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "சான்றுக் கோப்பினைத் திறக்க இயலவில்லை \"%s\": %s\n"
|
||||
|
||||
#: fe-secure.c:607
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "சான்றுக் கோப்பினை வாசிக்க இயலவில்லை \"%s\": %s\n"
|
||||
|
||||
#: fe-secure.c:627
|
||||
msgid "invalid value of PGSSLKEY environment variable\n"
|
||||
msgstr "சூழல் மாறி PGSSLKEY க்கு செல்லத்தகாத மதிப்பு\n"
|
||||
|
||||
#: fe-secure.c:639
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "SSL என்ஜின்களை ஏற்றவில்லை \"%s\": %s\n"
|
||||
|
||||
#: fe-secure.c:653
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "என்ஜினிலிருந்து \"%s\": %s தனிப்பட்ட SSL திறவியினை வாசிக்க இயலவில்லை \"%s\"\n"
|
||||
|
||||
#: fe-secure.c:669
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "சான்று உள்ளது, ஆனால் தனித் துருப்புக் கோப்பினைக் காணவில்லை \"%s\"\n"
|
||||
|
||||
#: fe-secure.c:678
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has wrong permissions\n"
|
||||
msgstr "தனித் துருப்புக் கோப்பு \"%s\" தவறான அனுமதிகளைக் கொண்டுள்ளது\n"
|
||||
|
||||
#: fe-secure.c:686
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
msgstr "தனித் துருப்புக் கோப்பினைத் திறக்க இயலவில்லை \"%s\":%s\n"
|
||||
|
||||
#: fe-secure.c:695
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "செயல்படுத்தும் போது தனித் துருப்புக் கோப்பு \"%s\" மாற்றப் பட்டுள்ளது\n"
|
||||
|
||||
#: fe-secure.c:704
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
msgstr "தனித் துருப்புக் கோப்பினை வாசிக்க இயலவில்லை \"%s\":%s\n"
|
||||
|
||||
#: fe-secure.c:719
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "சான்று தனித் துருப்புக் கோப்புடன் பொருந்தவில்லை \"%s\": %s\n"
|
||||
|
||||
#: fe-secure.c:808
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "SSL சூழலை உருவாக்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-secure.c:849
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "\"மூல சான்றினை வாசிக்க இயவில்லை \"%s\": %s\n"
|
||||
|
||||
#: fe-secure.c:869
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "CRL சான்றுகளை SSL நிரலகம் ஆதரிக்கவில்லை (கோப்பு \"%s\")\n"
|
||||
|
||||
#: fe-secure.c:980
|
||||
#, c-format
|
||||
msgid "certificate could not be validated: %s\n"
|
||||
msgstr "சான்றிதழை சரி பார்க்க இயலவில்லை: %s\n"
|
||||
|
||||
#: fe-secure.c:994
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "சான்று கிடைக்கப் பெறவில்லை: %s\n"
|
||||
|
||||
#: fe-secure.c:1074
|
||||
msgid "no SSL error reported"
|
||||
msgstr "SSL வழு எதுவும் தெரிவிக்கப் படவில்லை"
|
||||
|
||||
#: fe-secure.c:1083
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSL வழுக் குறி %lu"
|
||||
|
@@ -1,11 +1,11 @@
|
||||
# translation of libpq.po to Turkish
|
||||
# Devrim GUNDUZ <devrim@PostgreSQL.org> 2004, 2005, 2006.
|
||||
# Nicolai TUFAR <ntufar@gmail.com> 2004, 2005, 2006.
|
||||
# Devrim GUNDUZ <devrim@PostgreSQL.org> 2004, 2005, 2006, 2007.
|
||||
# Nicolai TUFAR <ntufar@gmail.com> 2004, 2005, 2006, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libpq-tr\n"
|
||||
"POT-Creation-Date: 2005-04-02 07:16+0100\n"
|
||||
"PO-Revision-Date: 2006-11-08 20:54+0200\n"
|
||||
"PO-Revision-Date: 2007-03-05 11:51+0200\n"
|
||||
"Last-Translator: Nicolai Tufar <ntufar@gmail.com>\n"
|
||||
"Language-Team: Turkish <ceviri@postgresql.org.tr>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -36,16 +36,16 @@ msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "SCM_CRED yetkilendirme yöntemi desteklenmiyor.\n"
|
||||
|
||||
#: fe-auth.c:398
|
||||
#: fe-connect.c:1276
|
||||
#: fe-connect.c:2418
|
||||
#: fe-connect.c:2635
|
||||
#: fe-connect.c:2965
|
||||
#: fe-connect.c:2974
|
||||
#: fe-connect.c:3111
|
||||
#: fe-connect.c:3151
|
||||
#: fe-connect.c:3169
|
||||
#: fe-connect.c:1289
|
||||
#: fe-connect.c:2450
|
||||
#: fe-connect.c:2667
|
||||
#: fe-connect.c:2997
|
||||
#: fe-connect.c:3006
|
||||
#: fe-connect.c:3143
|
||||
#: fe-connect.c:3183
|
||||
#: fe-connect.c:3201
|
||||
#: fe-exec.c:2751
|
||||
#: fe-lobj.c:616
|
||||
#: fe-lobj.c:669
|
||||
#: fe-protocol2.c:1027
|
||||
#: fe-protocol3.c:1330
|
||||
msgid "out of memory\n"
|
||||
@@ -74,12 +74,12 @@ msgstr "geçersiz sslmode değeri: \"%s\"\n"
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "\"%s\" ssl modu, SSL desteği derlenmeyince geçersizdir.\n"
|
||||
|
||||
#: fe-connect.c:672
|
||||
#: fe-connect.c:685
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "could not set socket to TCP no delay mode: %s\n"
|
||||
|
||||
#: fe-connect.c:702
|
||||
#: fe-connect.c:715
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -90,7 +90,7 @@ msgstr ""
|
||||
"\tSunucu yerelde çalışıyor ve Unix domain\n"
|
||||
"\tsoketleri üzerinden bağlantılara izin veriyor mu? \"%s\"?\n"
|
||||
|
||||
#: fe-connect.c:712
|
||||
#: fe-connect.c:725
|
||||
#, c-format
|
||||
msgid ""
|
||||
"could not connect to server: %s\n"
|
||||
@@ -101,179 +101,179 @@ msgstr ""
|
||||
"\tSunucu \"%s\" sunucunda çalışıyor ve\n"
|
||||
"\t\"%s\" portundan bağlantılara izin veriyor mu?\n"
|
||||
|
||||
#: fe-connect.c:802
|
||||
#: fe-connect.c:815
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "\"%s\" makine adı bir adrese çevirilemedi: %s\n"
|
||||
|
||||
#: fe-connect.c:806
|
||||
#: fe-connect.c:819
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "\"%s\" Unix domain soket yolu adrese çevirilemedi: %s\n"
|
||||
|
||||
#: fe-connect.c:1007
|
||||
#: fe-connect.c:1020
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "Geçersiz bağlantı durumu, hafızanın zarar görmüş olmasının işareti olabilir\n"
|
||||
|
||||
#: fe-connect.c:1050
|
||||
#: fe-connect.c:1063
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "soket yaratılamadı: %s\n"
|
||||
|
||||
#: fe-connect.c:1073
|
||||
#: fe-connect.c:1086
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "could not set socket to non-blocking mode: %s\n"
|
||||
|
||||
#: fe-connect.c:1085
|
||||
#: fe-connect.c:1098
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "soket close-on-exec moduna ayarlanamadı: %s\n"
|
||||
|
||||
#: fe-connect.c:1172
|
||||
#: fe-connect.c:1185
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "soket hata durumu alınamadı: %s\n"
|
||||
|
||||
#: fe-connect.c:1210
|
||||
#: fe-connect.c:1223
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "soketten istemci adresi alınamadı: %s\n"
|
||||
|
||||
#: fe-connect.c:1254
|
||||
#: fe-connect.c:1267
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "could not send SSL negotiation packet: %s\n"
|
||||
|
||||
#: fe-connect.c:1289
|
||||
#: fe-connect.c:1302
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "başlangıç paketi gönderilemedi: %s\n"
|
||||
|
||||
#: fe-connect.c:1354
|
||||
#: fe-connect.c:1371
|
||||
#: fe-connect.c:1367
|
||||
#: fe-connect.c:1384
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "sunucu SSL desteklemiyor, ama SSL gerekli idi\n"
|
||||
|
||||
#: fe-connect.c:1387
|
||||
#: fe-connect.c:1400
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "ssl görüşmesine geçersiz yanıt alındı: %c\n"
|
||||
|
||||
#: fe-connect.c:1444
|
||||
#: fe-connect.c:1476
|
||||
#: fe-connect.c:1508
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "sunucudan yetkilendirme isteği beklendi ancak %c alındı\n"
|
||||
|
||||
#: fe-connect.c:1708
|
||||
#: fe-connect.c:1740
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "başlangıç sırasında sunucudan beklenmeyen bir mesaj alındı\n"
|
||||
|
||||
#: fe-connect.c:1776
|
||||
#: fe-connect.c:1808
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "%c - geçersiz bağlantı durumu, bellek zarar görmüş olabilir\n"
|
||||
|
||||
#: fe-connect.c:2431
|
||||
#: fe-connect.c:2463
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": scheme must be ldap://\n"
|
||||
msgstr "geçersiz LDAP URL \"%s\": şema, ldap:// ile başlamalıdir\n"
|
||||
|
||||
#: fe-connect.c:2446
|
||||
#: fe-connect.c:2478
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": missing distinguished name\n"
|
||||
msgstr "geçersiz LDAP URL \"%s\": distinguished name eksik\n"
|
||||
|
||||
#: fe-connect.c:2457
|
||||
#: fe-connect.c:2510
|
||||
#: fe-connect.c:2489
|
||||
#: fe-connect.c:2542
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have exactly one attribute\n"
|
||||
msgstr "geçersiz LDAP URL \"%s\": tam bir attribute içermelidir\n"
|
||||
|
||||
#: fe-connect.c:2467
|
||||
#: fe-connect.c:2524
|
||||
#: fe-connect.c:2499
|
||||
#: fe-connect.c:2556
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": must have search scope (base/one/sub)\n"
|
||||
msgstr "geçersiz LDAP URL \"%s\": arama kapsamı içermelidir (base/one/sub)\n"
|
||||
|
||||
#: fe-connect.c:2478
|
||||
#: fe-connect.c:2510
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": no filter\n"
|
||||
msgstr "geçersiz LDAP URL \"%s\": filtere eksik\n"
|
||||
|
||||
#: fe-connect.c:2499
|
||||
#: fe-connect.c:2531
|
||||
#, c-format
|
||||
msgid "invalid LDAP URL \"%s\": invalid port number\n"
|
||||
msgstr "geçersiz LDAP URL \"%s\": geçersiz port numarası\n"
|
||||
|
||||
#: fe-connect.c:2533
|
||||
#: fe-connect.c:2565
|
||||
msgid "could not create LDAP structure\n"
|
||||
msgstr "LDAP yapısı oluşturma hatası\n"
|
||||
|
||||
#: fe-connect.c:2575
|
||||
#: fe-connect.c:2607
|
||||
#, c-format
|
||||
msgid "lookup on LDAP server failed: %s\n"
|
||||
msgstr "LDAP sonucunda sorgulama hatası: %s\n"
|
||||
|
||||
#: fe-connect.c:2586
|
||||
#: fe-connect.c:2618
|
||||
msgid "more than one entry found on LDAP lookup\n"
|
||||
msgstr "LDAP sorgusu sonucunda birden fazla giriş bulundu\n"
|
||||
|
||||
#: fe-connect.c:2587
|
||||
#: fe-connect.c:2599
|
||||
#: fe-connect.c:2619
|
||||
#: fe-connect.c:2631
|
||||
msgid "no entry found on LDAP lookup\n"
|
||||
msgstr "LDAP sorgusu sonucunda hiçbir giriş bulunamadı\n"
|
||||
|
||||
#: fe-connect.c:2610
|
||||
#: fe-connect.c:2623
|
||||
#: fe-connect.c:2642
|
||||
#: fe-connect.c:2655
|
||||
msgid "attribute has no values on LDAP lookup\n"
|
||||
msgstr "LDAP sorgusu sonucunda bulunan attribute, hiçbir değer içermiyor\n"
|
||||
|
||||
#: fe-connect.c:2674
|
||||
#: fe-connect.c:2692
|
||||
#: fe-connect.c:3013
|
||||
#: fe-connect.c:2706
|
||||
#: fe-connect.c:2724
|
||||
#: fe-connect.c:3045
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "bağlantı bilgi katarında \"%s\" bilgisinden sonra \"=\" işareti eksik\n"
|
||||
|
||||
#: fe-connect.c:2755
|
||||
#: fe-connect.c:3095
|
||||
#: fe-connect.c:2787
|
||||
#: fe-connect.c:3127
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "geçersiz bağlantı seçeneği \"%s\"\n"
|
||||
|
||||
#: fe-connect.c:2768
|
||||
#: fe-connect.c:3062
|
||||
#: fe-connect.c:2800
|
||||
#: fe-connect.c:3094
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "bağlantı bilgi katarında sonlandırılmamış tırnaklı katar\n"
|
||||
|
||||
#: fe-connect.c:2811
|
||||
#: fe-connect.c:2843
|
||||
#, c-format
|
||||
msgid "ERROR: service file \"%s\" not found\n"
|
||||
msgstr "HATA: \"%s\" servis dosyası bulunamadı\n"
|
||||
|
||||
#: fe-connect.c:2824
|
||||
#: fe-connect.c:2856
|
||||
#, c-format
|
||||
msgid "ERROR: line %d too long in service file \"%s\"\n"
|
||||
msgstr "HATA: \"%2$s\" servis dosyasında %1$d no'lu satır çok uzun \n"
|
||||
|
||||
#: fe-connect.c:2896
|
||||
#: fe-connect.c:2923
|
||||
#: fe-connect.c:2928
|
||||
#: fe-connect.c:2955
|
||||
#, c-format
|
||||
msgid "ERROR: syntax error in service file \"%s\", line %d\n"
|
||||
msgstr "ERROR: \"%s\" servis dosyasında yazım hatası, satır no %d\n"
|
||||
|
||||
#: fe-connect.c:3338
|
||||
#: fe-connect.c:3370
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "bağlantı belirteci NULL'dur\n"
|
||||
|
||||
#: fe-connect.c:3599
|
||||
#: fe-connect.c:3631
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" is not a plain file\n"
|
||||
msgstr "UYARI: \"%s\" password dosyası düz metin dosyası değildir\n"
|
||||
|
||||
#: fe-connect.c:3609
|
||||
#: fe-connect.c:3641
|
||||
#, c-format
|
||||
msgid "WARNING: password file \"%s\" has world or group read access; permission should be u=rw (0600)\n"
|
||||
msgstr "UYARI: \"%s\" şifre dosyası herkes ya da grup tarafından erişilebilir durumda; dosyanın izinleri u=rw olmalı (0600)\n"
|
||||
@@ -370,60 +370,64 @@ msgstr "sunucudan gelen yanıt yorumlanamadı: %s"
|
||||
msgid "incomplete multibyte character\n"
|
||||
msgstr "tamamlanmamış çoklu bayt karakteri\n"
|
||||
|
||||
#: fe-lobj.c:325
|
||||
#: fe-lobj.c:150
|
||||
msgid "cannot determine OID of function lo_truncate\n"
|
||||
msgstr "lo_truncate fonksiyonunun OID'si belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:378
|
||||
msgid "cannot determine OID of function lo_create\n"
|
||||
msgstr "lo_create fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:449
|
||||
#: fe-lobj.c:544
|
||||
#: fe-lobj.c:502
|
||||
#: fe-lobj.c:597
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "\"%s\" dosyası açılamadı: %s\n"
|
||||
|
||||
#: fe-lobj.c:495
|
||||
#: fe-lobj.c:548
|
||||
#, c-format
|
||||
msgid "could not read from file \"%s\": %s\n"
|
||||
msgstr "\"%s\" dosyasından okuma hatası: %s\n"
|
||||
|
||||
#: fe-lobj.c:559
|
||||
#: fe-lobj.c:583
|
||||
#: fe-lobj.c:612
|
||||
#: fe-lobj.c:636
|
||||
#, c-format
|
||||
msgid "could not write to file \"%s\": %s\n"
|
||||
msgstr "\"%s\" dosyasına yazılamadı: %s\n"
|
||||
|
||||
#: fe-lobj.c:662
|
||||
#: fe-lobj.c:717
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr "large object fonksiyonlarını ilklendirecek sorgu veri döndürmedi\n"
|
||||
|
||||
#: fe-lobj.c:702
|
||||
#: fe-lobj.c:758
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "lo_open fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:709
|
||||
#: fe-lobj.c:765
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "lo_close fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:716
|
||||
#: fe-lobj.c:772
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "lo_create fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:723
|
||||
#: fe-lobj.c:779
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "lo_unlink fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:730
|
||||
#: fe-lobj.c:786
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "lo_lseek fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:737
|
||||
#: fe-lobj.c:793
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "lo_tell fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:744
|
||||
#: fe-lobj.c:800
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "loread fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
#: fe-lobj.c:751
|
||||
#: fe-lobj.c:807
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "lowrite fonksiyonunun OID'i belirlenemiyor\n"
|
||||
|
||||
@@ -602,136 +606,150 @@ msgstr "SATIR %d: "
|
||||
msgid "PQgetline: not doing text COPY OUT\n"
|
||||
msgstr "PQgetline: COPY OUT metnini yapmıyor\n"
|
||||
|
||||
#: fe-secure.c:212
|
||||
#: fe-secure.c:218
|
||||
#, c-format
|
||||
msgid "could not establish SSL connection: %s\n"
|
||||
msgstr "SSL bağlantısı sağlanamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:283
|
||||
#: fe-secure.c:379
|
||||
#: fe-secure.c:869
|
||||
#: fe-secure.c:289
|
||||
#: fe-secure.c:385
|
||||
#: fe-secure.c:927
|
||||
#, c-format
|
||||
msgid "SSL SYSCALL error: %s\n"
|
||||
msgstr "SSL SYSCALL hatası: %s\n"
|
||||
|
||||
#: fe-secure.c:288
|
||||
#: fe-secure.c:385
|
||||
#: fe-secure.c:873
|
||||
#: fe-secure.c:294
|
||||
#: fe-secure.c:391
|
||||
#: fe-secure.c:931
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL SYSCALL hatası: EOF bulundu\n"
|
||||
|
||||
#: fe-secure.c:300
|
||||
#: fe-secure.c:396
|
||||
#: fe-secure.c:892
|
||||
#: fe-secure.c:306
|
||||
#: fe-secure.c:402
|
||||
#: fe-secure.c:950
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
msgstr "SSL hatası: %s\n"
|
||||
|
||||
#: fe-secure.c:310
|
||||
#: fe-secure.c:406
|
||||
#: fe-secure.c:902
|
||||
#: fe-secure.c:316
|
||||
#: fe-secure.c:412
|
||||
#: fe-secure.c:960
|
||||
#, c-format
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "tanımlanamayan SSL hata kodu: %d\n"
|
||||
|
||||
#: fe-secure.c:476
|
||||
#: fe-secure.c:482
|
||||
#, c-format
|
||||
msgid "error querying socket: %s\n"
|
||||
msgstr "soketi sorgularken hata oluştu: %s\n"
|
||||
|
||||
#: fe-secure.c:503
|
||||
#: fe-secure.c:509
|
||||
#, c-format
|
||||
msgid "could not get information about host \"%s\": %s\n"
|
||||
msgstr "\"%s\" sunucusu hakkında bilgi alınamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:522
|
||||
#: fe-secure.c:528
|
||||
msgid "unsupported protocol\n"
|
||||
msgstr "desteklenmeyen protokol\n"
|
||||
|
||||
#: fe-secure.c:544
|
||||
#: fe-secure.c:550
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to %ld.%ld.%ld.%ld\n"
|
||||
msgstr "Sunucu ortak adı olan \"%s\" %ld.%ld.%ld.%ld adresine çözülemiyor\n"
|
||||
|
||||
#: fe-secure.c:551
|
||||
#: fe-secure.c:557
|
||||
#, c-format
|
||||
msgid "server common name \"%s\" does not resolve to peer address\n"
|
||||
msgstr "Sunucu ortak adı olan \"%s\" eş (peer) adresine çözülemiyor\n"
|
||||
|
||||
#: fe-secure.c:584
|
||||
#: fe-secure.c:589
|
||||
msgid "could not get user information\n"
|
||||
msgstr "kullanıcı bilgisi alınamadı\n"
|
||||
|
||||
#: fe-secure.c:593
|
||||
#: fe-secure.c:598
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" sertifikası açılamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:602
|
||||
#: fe-secure.c:607
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\" sertifikası okunamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:615
|
||||
#: fe-secure.c:627
|
||||
msgid "invalid value of PGSSLKEY environment variable\n"
|
||||
msgstr "PGSSLKEY ortam değişkeni için geçersiz değer\n"
|
||||
|
||||
#: fe-secure.c:639
|
||||
#, c-format
|
||||
msgid "could not load SSL engine \"%s\": %s\n"
|
||||
msgstr "\"%s\" SSL motoru yüklenemedi: %s\n"
|
||||
|
||||
#: fe-secure.c:653
|
||||
#, c-format
|
||||
msgid "could not read private SSL key \"%s\" from engine \"%s\": %s\n"
|
||||
msgstr "\"%2$s\" motorundan \"%1$s\" SSL özel anahtarı okunamadı: %3$s\n"
|
||||
|
||||
#: fe-secure.c:669
|
||||
#, c-format
|
||||
msgid "certificate present, but not private key file \"%s\"\n"
|
||||
msgstr "Sertifika mevcut ancak özel anahtar mevcut değil \"%s\"\n"
|
||||
|
||||
#: fe-secure.c:624
|
||||
#: fe-secure.c:678
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" has wrong permissions\n"
|
||||
msgstr "\"%s\" özel anahtarı yanlış izinlere sahip\n"
|
||||
|
||||
#: fe-secure.c:632
|
||||
#: fe-secure.c:686
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
msgstr "\"%s\" özel anahtar dosyası açılamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:641
|
||||
#: fe-secure.c:695
|
||||
#, c-format
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "\"%s\" özel anahtar dosyası çalışma anında açılamadı\n"
|
||||
|
||||
#: fe-secure.c:650
|
||||
#: fe-secure.c:704
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
msgstr "\"%s\" özel anahtar dosyası okunamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:664
|
||||
#: fe-secure.c:719
|
||||
#, c-format
|
||||
msgid "certificate does not match private key file \"%s\": %s\n"
|
||||
msgstr "Sertifika, \"%s\" özel anahtar dosyası ile uyuşmuyor: %s\n"
|
||||
|
||||
#: fe-secure.c:750
|
||||
#: fe-secure.c:808
|
||||
#, c-format
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "SSL içeriği yaratılamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:791
|
||||
#: fe-secure.c:849
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
msgstr "\"%s\"kök sertifika dosyası okunamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:811
|
||||
#: fe-secure.c:869
|
||||
#, c-format
|
||||
msgid "SSL library does not support CRL certificates (file \"%s\")\n"
|
||||
msgstr "Kurulu SSL kütüphanesi CRL sertifikaları desteklemiyor (dosya adı \"%s\")\n"
|
||||
|
||||
#: fe-secure.c:922
|
||||
#: fe-secure.c:980
|
||||
#, c-format
|
||||
msgid "certificate could not be validated: %s\n"
|
||||
msgstr "sertifika doğrulanamadı: %s\n"
|
||||
|
||||
#: fe-secure.c:936
|
||||
#: fe-secure.c:994
|
||||
#, c-format
|
||||
msgid "certificate could not be obtained: %s\n"
|
||||
msgstr "sertifika elde edilemedi: %s\n"
|
||||
|
||||
#: fe-secure.c:1016
|
||||
#: fe-secure.c:1074
|
||||
msgid "no SSL error reported"
|
||||
msgstr "SSL hata yok"
|
||||
|
||||
#: fe-secure.c:1026
|
||||
#: fe-secure.c:1083
|
||||
#, c-format
|
||||
msgid "SSL error code %lu"
|
||||
msgstr "SSL hata kodu: %lu"
|
||||
|
Reference in New Issue
Block a user