Chinese NLS patch, the third try.

Started by Weiping Heover 24 years ago10 messagespatches
Jump to latest
#1Weiping He
laser@zhengmai.com.cn

the attachement is about 80K,tried yesterday,
but still not show. :(
give another try.

Attachments:

zh_CN.po.diff.tar.gzapplication/x-gzip; name=zh_CN.po.diff.tar.gzDownload+2-3
#2Bruce Momjian
bruce@momjian.us
In reply to: Weiping He (#1)
Re: Chinese NLS patch, the third try.

the attachement is about 80K,tried yesterday,
but still not show. :(
give another try.

Unfortunately, all the patches fail to apply. My guess is that some
other patch was applied in between. Can you get a CVS snapshot and
submit a patch that matches the current file contents? Thanks.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Weiping He
laser@zhengmai.com.cn
In reply to: Bruce Momjian (#2)
Re: Chinese NLS patch, the third try.

Bruce Momjian wrote:

the attachement is about 80K,tried yesterday,
but still not show. :(
give another try.

Unfortunately, all the patches fail to apply. My guess is that some
other patch was applied in between. Can you get a CVS snapshot and
submit a patch that matches the current file contents? Thanks.

if you've apply the patch mentioned in:
http://fts.postgresql.org/db/mw/msg.html?mid=1080901
then forget this one, (if not, please let me know, I'll try to get
snapshot and update it again.)it's the same with the one mentioned in above
link.
I've sent them serveral times is because I can't see they appeared
in the patch list, whereas my mail without that attachement appear
almost at once, don't know why :(, and now the problem is I *can't*
connect to anonymous CVS:
---------------------8<-------------------------------------
postgres@laser:~/pgsql$ cvs -z3 update -d -P
cvs update: authorization failed: server anoncvs.postgresql.org rejected
access
to /projects/cvsroot for user anoncvs
---------------------8<-------------------------------------
what's happening?

regards laser

#4Bruce Momjian
bruce@momjian.us
In reply to: Weiping He (#3)
Re: Chinese NLS patch, the third try.

if you've apply the patch mentioned in:
http://fts.postgresql.org/db/mw/msg.html?mid=1080901
then forget this one, (if not, please let me know, I'll try to get
snapshot and update it again.)it's the same with the one mentioned in above
link.
I've sent them serveral times is because I can't see they appeared
in the patch list, whereas my mail without that attachement appear
almost at once, don't know why :(, and now the problem is I *can't*
connect to anonymous CVS:
---------------------8<-------------------------------------
postgres@laser:~/pgsql$ cvs -z3 update -d -P
cvs update: authorization failed: server anoncvs.postgresql.org rejected
access
to /projects/cvsroot for user anoncvs

OK, I think the anoncvs server was fixed yesterday. Also, the patch you
mentioned is the one I used and it didn't apply cleanly. If you can get
into CVS, please send a new copy. If you can't get into CVS, perhaps
the snapshots would work for you.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#5Weiping He
laser@zhengmai.com.cn
In reply to: Bruce Momjian (#4)
Re: Chinese NLS patch, the third try.

OK, I think the anoncvs server was fixed yesterday. Also, the patch you
mentioned is the one I used and it didn't apply cleanly. If you can get
into CVS, please send a new copy. If you can't get into CVS, perhaps
the snapshots would work for you.

I'v download a snapshot and generated new patchs, it's at:

http://laser.zhengmai.com.cn/download/backend_zh_CN.po.diff.gz

it's still a little bit large, about 68K, so I still put it there and
not come with this mail.

the anonymous CVS still can't work, and it seems that those
.po files for psql & pg_dump I've submit is OK with what's in
snapshot, so I didn't send them.

regards laser

#6Bruce Momjian
bruce@momjian.us
In reply to: Weiping He (#5)
Re: Chinese NLS patch, the third try.

OK, I think the anoncvs server was fixed yesterday. Also, the patch you
mentioned is the one I used and it didn't apply cleanly. If you can get
into CVS, please send a new copy. If you can't get into CVS, perhaps
the snapshots would work for you.

I'v download a snapshot and generated new patchs, it's at:

http://laser.zhengmai.com.cn/download/backend_zh_CN.po.diff.gz

Applied.

the anonymous CVS still can't work, and it seems that those
.po files for psql & pg_dump I've submit is OK with what's in
snapshot, so I didn't send them.

pg_dump doesn't apply cleanly here. Please send over the other two
diffs.

Thanks.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#7Weiping He
laser@zhengmai.com.cn
In reply to: Bruce Momjian (#6)
Re: Chinese NLS patch, the third try.

Bruce Momjian wrote:

OK, I think the anoncvs server was fixed yesterday. Also, the patch you
mentioned is the one I used and it didn't apply cleanly. If you can get
into CVS, please send a new copy. If you can't get into CVS, perhaps
the snapshots would work for you.

I'v download a snapshot and generated new patchs, it's at:

http://laser.zhengmai.com.cn/download/backend_zh_CN.po.diff.gz

Applied.

the anonymous CVS still can't work, and it seems that those
.po files for psql & pg_dump I've submit is OK with what's in
snapshot, so I didn't send them.

pg_dump doesn't apply cleanly here. Please send over the other two
diffs.

Ok, here are those patches, and still the libpq's patch I've forgot
last time.

regards laser

Attachments:

libpq-zh_CN.po.difftext/plain; charset=gb2312; name=libpq-zh_CN.po.diffDownload+104-104
pg_dump-zh_CN.po.difftext/plain; charset=gb2312; name=pg_dump-zh_CN.po.diffDownload+4-4
psql-zh_CN.po.difftext/plain; charset=gb2312; name=psql-zh_CN.po.diffDownload+2-2
#8Bruce Momjian
bruce@momjian.us
In reply to: Weiping He (#7)
Re: Chinese NLS patch, the third try.

I applied pgsql and pg_dump. libpq does not apply cleanly. Please
resubmit.

---------------------------------------------------------------------------

Bruce Momjian wrote:

OK, I think the anoncvs server was fixed yesterday. Also, the patch you
mentioned is the one I used and it didn't apply cleanly. If you can get
into CVS, please send a new copy. If you can't get into CVS, perhaps
the snapshots would work for you.

I'v download a snapshot and generated new patchs, it's at:

http://laser.zhengmai.com.cn/download/backend_zh_CN.po.diff.gz

Applied.

the anonymous CVS still can't work, and it seems that those
.po files for psql & pg_dump I've submit is OK with what's in
snapshot, so I didn't send them.

pg_dump doesn't apply cleanly here. Please send over the other two
diffs.

Ok, here are those patches, and still the libpq's patch I've forgot
last time.

regards laser

*** zh_CN.po.old	Mon Nov 26 20:37:21 2001
--- zh_CN.po	Mon Nov 26 20:38:11 2001
***************
*** 6,13 ****
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-10-07 12:07+0800\n"
! "PO-Revision-Date: 2001-10-08 23:49:06+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
--- 6,13 ----
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-11-26 20:37+0800\n"
! "PO-Revision-Date: 2001-11-26 20:37:52+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
***************
*** 19,35 ****
msgid "Kerberos 4 error: %s\n"
msgstr "Kerberos 4 ������������: %s\n"

! #: fe-auth.c:392
#, c-format
msgid "could not set socket to blocking mode: %s\n"
msgstr "����������������������������������������������������������: %s\n"

! #: fe-auth.c:408
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr "kerberos 5 ����������������: %*s\n"

! #: fe-auth.c:428
#, c-format
msgid "could not restore non-blocking mode on socket: %s\n"
msgstr "����������������������������: %s ��������������������������������\n"
--- 19,35 ----
msgid "Kerberos 4 error: %s\n"
msgstr "Kerberos 4 ������������: %s\n"

! #: fe-auth.c:391
#, c-format
msgid "could not set socket to blocking mode: %s\n"
msgstr "����������������������������������������������������������: %s\n"

! #: fe-auth.c:407
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr "kerberos 5 ����������������: %*s\n"

! #: fe-auth.c:427
#, c-format
msgid "could not restore non-blocking mode on socket: %s\n"
msgstr "����������������������������: %s ��������������������������������\n"
***************
*** 73,89 ****
msgid "could not determine the PostgreSQL user name to use\n"
msgstr "���������������������������� PostgreSQL ��������������\n"

! #: fe-connect.c:705
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "����������������������������������������������������������������: %s\n"

! #: fe-connect.c:729
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "������������������������������������������ TCP ������������������: %s\n"

! #: fe-connect.c:749
#, c-format
msgid ""
"could not connect to server: %s\n"
--- 73,89 ----
msgid "could not determine the PostgreSQL user name to use\n"
msgstr "���������������������������� PostgreSQL ��������������\n"

! #: fe-connect.c:703
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "����������������������������������������������������������������: %s\n"

! #: fe-connect.c:727
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "������������������������������������������ TCP ������������������: %s\n"

! #: fe-connect.c:747
#, c-format
msgid ""
"could not connect to server: %s\n"
***************
*** 94,100 ****
"\t������������������������������������������������������������������ Unix ��������������������\n"
"\t\"%s\"��������������������������������������?\n"

! #: fe-connect.c:758
#, c-format
msgid ""
"could not connect to server: %s\n"
--- 94,100 ----
"\t������������������������������������������������������������������ Unix ��������������������\n"
"\t\"%s\"��������������������������������������?\n"

! #: fe-connect.c:756
#, c-format
msgid ""
"could not connect to server: %s\n"
***************
*** 105,151 ****
"\t�������������������������������������������� %s ��������������������������������������������������������\n"
"%s �������� TCP/IP ������������?\n"

! #: fe-connect.c:823
#, c-format
msgid "invalid host address: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:842
#, c-format
msgid "unknown host name: %s\n"
msgstr "����������������������: %s\n"

! #: fe-connect.c:884
#, c-format
msgid "could not create socket: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:947
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "�������������������� SSL ��������������: %s\n"

! #: fe-connect.c:955
#, c-format
msgid "could not receive server response to SSL negotiation packet: %s\n"
msgstr "���������������������������������������� SSL ����������������������������: %s\n"

! #: fe-connect.c:969
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:979
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:997
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "�������������� SSL ������������������������������: %c\n"

! #: fe-connect.c:1006
msgid "server does not support SSL, but SSL was required\n"
msgstr "�������������������������������� SSL, ���������������������������� SSL\n"

--- 105,151 ----
"\t�������������������������������������������� %s ��������������������������������������������������������\n"
"%s �������� TCP/IP ������������?\n"

! #: fe-connect.c:820
#, c-format
msgid "invalid host address: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:839
#, c-format
msgid "unknown host name: %s\n"
msgstr "����������������������: %s\n"

! #: fe-connect.c:881
#, c-format
msgid "could not create socket: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:944
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "�������������������� SSL ��������������: %s\n"

! #: fe-connect.c:952
#, c-format
msgid "could not receive server response to SSL negotiation packet: %s\n"
msgstr "���������������������������������������� SSL ����������������������������: %s\n"

! #: fe-connect.c:966
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:976
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:999
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "�������������� SSL ������������������������������: %c\n"

! #: fe-connect.c:1008
msgid "server does not support SSL, but SSL was required\n"
msgstr "�������������������������������� SSL, ���������������������������� SSL\n"

***************
*** 173,310 ****
msgid "expected authentication request from server, but received %c\n"
msgstr "������������������������������������������������������������, ���������� %c\n"

! #: fe-connect.c:1433
msgid "unexpected message from server during startup\n"
msgstr "����������������������������������������������������������������������������������������\n"

! #: fe-connect.c:1492
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr "������������������������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1592
#, c-format
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
msgstr "�������������� setenv ���� %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1633
#, c-format
msgid "invalid encoding name in PGCLIENTENCODING: %s\n"
msgstr "������ PGCLIENTENCODING ������������������������������: %s\n"

! #: fe-connect.c:1758
#, c-format
msgid "invalid state %c, probably indicative of memory corruption\n"
msgstr "������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:2379 fe-connect.c:2388 fe-exec.c:1193 fe-lobj.c:536
msgid "out of memory\n"
msgstr "����������������\n"

! #: fe-connect.c:2427
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "������������������������������������������� \"%s\" �������������������� \"=\"\n"

! #: fe-connect.c:2476
msgid "unterminated quoted string in connection info string\n"
msgstr "��������������������������������������������������������������������������\n"

! #: fe-connect.c:2510
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "���������������������������� \"%s\"\n"

! #: fe-connect.c:2695
msgid "connection pointer is NULL\n"
msgstr "�������������������������� NULL\n"

! #: fe-exec.c:635
msgid "command string is a null pointer\n"
msgstr "������������������������������������������������\n"

! #: fe-exec.c:643
msgid "no connection to the server\n"
msgstr "����������������������������������������������\n"

! #: fe-exec.c:650
msgid "another command is already in progress\n"
msgstr "������������������������������������������������������������\n"

! #: fe-exec.c:853
#, c-format
msgid "message type 0x%02x arrived from server while idle\n"
msgstr "������������������������������������������������������������������ 0x%02x ��������������\n"

! #: fe-exec.c:896
#, c-format
msgid ""
"unexpected character %c following empty query response (\"I\" message)\n"
msgstr "��������������������������������������������������������������� %c (\"I\" ��������)\n"

! #: fe-exec.c:954
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)\n"
msgstr "�������������������������������������������������������������������������������������������������� (\"D\" ��������) (\"T\" ��������)\n"

! #: fe-exec.c:971
msgid ""
"server sent binary data (\"B\" message) without prior row description (\"T\" "
"message)\n"
msgstr "�������������������������������������������������������������������������������������������������� (\"B\" ��������) (\"T\" ��������)\n"

! #: fe-exec.c:987
#, c-format
msgid "unexpected response from server; first received character was \"%c\"\n"
msgstr "����������������������������������������������������; �������������������������������������� \"%c\"\n"

! #: fe-exec.c:1281
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "��������������� asyncStatus(����������): %d\n"

! #: fe-exec.c:1331
msgid "COPY state must be terminated first\n"
msgstr "COPY ������������������������������\n"

! #: fe-exec.c:1682
msgid "no COPY in progress\n"
msgstr "���������������������������������� COPY\n"

! #: fe-exec.c:1721
msgid "lost synchronization with server, resetting connection\n"
msgstr "���������������������������������������, ������������������������\n"

! #: fe-exec.c:1786
msgid "connection in wrong state\n"
msgstr "��������������������������������\n"

! #: fe-exec.c:1888 fe-exec.c:1922
#, c-format
msgid "protocol error: id=0x%x\n"
msgstr "�����������������: id=0x%x\n"

! #: fe-exec.c:1957
msgid "invalid ExecStatusType code"
msgstr "�������� ExecStatusType ������������"

! #: fe-exec.c:2010 fe-exec.c:2043
#, c-format
msgid "column number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2032
#, c-format
msgid "row number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2228
#, c-format
msgid "could not interpret result from server: %s\n"
msgstr "���������������������������������������������������������: %s\n"

! #: fe-exec.c:2244
msgid "no row count available\n"
msgstr "�����������������������������\n"

--- 173,310 ----
msgid "expected authentication request from server, but received %c\n"
msgstr "������������������������������������������������������������, ���������� %c\n"

! #: fe-connect.c:1432
msgid "unexpected message from server during startup\n"
msgstr "����������������������������������������������������������������������������������������\n"

! #: fe-connect.c:1491
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr "������������������������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1590
#, c-format
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
msgstr "�������������� setenv ���� %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1630
#, c-format
msgid "invalid encoding name in PGCLIENTENCODING: %s\n"
msgstr "������ PGCLIENTENCODING ������������������������������: %s\n"

! #: fe-connect.c:1755
#, c-format
msgid "invalid state %c, probably indicative of memory corruption\n"
msgstr "������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:2374 fe-connect.c:2383 fe-exec.c:1184 fe-lobj.c:536
msgid "out of memory\n"
msgstr "����������������\n"

! #: fe-connect.c:2422
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "������������������������������������������� \"%s\" �������������������� \"=\"\n"

! #: fe-connect.c:2471
msgid "unterminated quoted string in connection info string\n"
msgstr "��������������������������������������������������������������������������\n"

! #: fe-connect.c:2505
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "���������������������������� \"%s\"\n"

! #: fe-connect.c:2720
msgid "connection pointer is NULL\n"
msgstr "�������������������������� NULL\n"

! #: fe-exec.c:633
msgid "command string is a null pointer\n"
msgstr "������������������������������������������������\n"

! #: fe-exec.c:641
msgid "no connection to the server\n"
msgstr "����������������������������������������������\n"

! #: fe-exec.c:648
msgid "another command is already in progress\n"
msgstr "������������������������������������������������������������\n"

! #: fe-exec.c:846
#, c-format
msgid "message type 0x%02x arrived from server while idle\n"
msgstr "������������������������������������������������������������������ 0x%02x ��������������\n"

! #: fe-exec.c:888
#, c-format
msgid ""
"unexpected character %c following empty query response (\"I\" message)\n"
msgstr "��������������������������������������������������������������� %c (\"I\" ��������)\n"

! #: fe-exec.c:945
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)\n"
msgstr "�������������������������������������������������������������������������������������������������� (\"D\" ��������) (\"T\" ��������)\n"

! #: fe-exec.c:962
msgid ""
"server sent binary data (\"B\" message) without prior row description (\"T\" "
"message)\n"
msgstr "�������������������������������������������������������������������������������������������������� (\"B\" ��������) (\"T\" ��������)\n"

! #: fe-exec.c:978
#, c-format
msgid "unexpected response from server; first received character was \"%c\"\n"
msgstr "����������������������������������������������������; �������������������������������������� \"%c\"\n"

! #: fe-exec.c:1271
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "��������������� asyncStatus(����������): %d\n"

! #: fe-exec.c:1321
msgid "COPY state must be terminated first\n"
msgstr "COPY ������������������������������\n"

! #: fe-exec.c:1672
msgid "no COPY in progress\n"
msgstr "���������������������������������� COPY\n"

! #: fe-exec.c:1711
msgid "lost synchronization with server, resetting connection\n"
msgstr "���������������������������������������, ������������������������\n"

! #: fe-exec.c:1776
msgid "connection in wrong state\n"
msgstr "��������������������������������\n"

! #: fe-exec.c:1878 fe-exec.c:1912
#, c-format
msgid "protocol error: id=0x%x\n"
msgstr "�����������������: id=0x%x\n"

! #: fe-exec.c:1947
msgid "invalid ExecStatusType code"
msgstr "�������� ExecStatusType ������������"

! #: fe-exec.c:2000 fe-exec.c:2033
#, c-format
msgid "column number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2022
#, c-format
msgid "row number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2217
#, c-format
msgid "could not interpret result from server: %s\n"
msgstr "���������������������������������������������������������: %s\n"

! #: fe-exec.c:2233
msgid "no row count available\n"
msgstr "�����������������������������\n"

***************
*** 369,375 ****
msgid "cannot determine OID of function lowrite\n"
msgstr "������������������������ lowrite ������ OID\n"

! #: fe-misc.c:131
#, c-format
msgid "could not flush enough data (space available: %d, space needed %d)\n"
msgstr "���������������������������������������� (����������������: %d, ���������������� %d)\n"
--- 369,375 ----
msgid "cannot determine OID of function lowrite\n"
msgstr "������������������������ lowrite ������ OID\n"

! #: fe-misc.c:130
#, c-format
msgid "could not flush enough data (space available: %d, space needed %d)\n"
msgstr "���������������������������������������� (����������������: %d, ���������������� %d)\n"
***************
*** 384,395 ****
msgid "integer of size %lu not supported by pqPutInt\n"
msgstr "pgPutInt �������������������� %lu ������������������\n"

! #: fe-misc.c:355 fe-misc.c:389 fe-misc.c:778
#, c-format
msgid "select() failed: %s\n"
msgstr "select() ��������: %s\n"

! #: fe-misc.c:416 fe-misc.c:616 fe-misc.c:757
msgid "connection not open\n"
msgstr "��������������������\n"

--- 384,395 ----
msgid "integer of size %lu not supported by pqPutInt\n"
msgstr "pgPutInt �������������������� %lu ������������������\n"

! #: fe-misc.c:355 fe-misc.c:389 fe-misc.c:777
#, c-format
msgid "select() failed: %s\n"
msgstr "select() ��������: %s\n"

! #: fe-misc.c:416 fe-misc.c:616 fe-misc.c:756
msgid "connection not open\n"
msgstr "��������������������\n"

***************
*** 398,404 ****
msgid "could not receive data from server: %s\n"
msgstr "����������������������������������������������������: %s\n"

! #: fe-misc.c:590 fe-misc.c:675
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
--- 398,404 ----
msgid "could not receive data from server: %s\n"
msgstr "����������������������������������������������������: %s\n"

! #: fe-misc.c:590 fe-misc.c:674
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
***************
*** 408,414 ****
"\t������������������������������������������������������������������������������������������\n"
"���������������������������������������������������������������������������\n"

! #: fe-misc.c:691
#, c-format
msgid "could not send data to server: %s\n"
msgstr "�����������������������������������������������������: %s\n"
--- 408,414 ----
"\t������������������������������������������������������������������������������������������\n"
"���������������������������������������������������������������������������\n"

! #: fe-misc.c:690
#, c-format
msgid "could not send data to server: %s\n"
msgstr "�����������������������������������������������������: %s\n"

*** zh_CN.po.old	Mon Nov 26 20:34:27 2001
--- zh_CN.po	Mon Nov 26 20:35:03 2001
***************
*** 5,12 ****
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-11-18 00:25+0800\n"
! "PO-Revision-Date: 2001-10-08 23:32:24+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
--- 5,12 ----
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-11-25 18:48+0800\n"
! "PO-Revision-Date: 2001-11-26 20:34:44+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
*** zh_CN.po.old	Mon Nov 26 20:30:31 2001
--- zh_CN.po	Mon Nov 26 20:30:40 2001
***************
*** 6,12 ****
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-11-18 00:22+0800\n"
"PO-Revision-Date: 2001-11-16 20:30:10+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
--- 6,12 ----
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-11-25 18:39+0800\n"
"PO-Revision-Date: 2001-11-16 20:30:10+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#9Weiping He
laser@zhengmai.com.cn
In reply to: Bruce Momjian (#8)
Re: Chinese NLS patch, the third try.

Bruce Momjian wrote:

I applied pgsql and pg_dump. libpq does not apply cleanly. Please
resubmit.

---------------------------------------------------------------------------

Ok, here it is, it's against the current cvs -- I can connect the anony cvs now,
cheers!

regards laser

Attachments:

libpq-zh_CN.po.difftext/plain; charset=gb2312; name=libpq-zh_CN.po.diffDownload+174-174
#10Bruce Momjian
bruce@momjian.us
In reply to: Weiping He (#9)
Re: Chinese NLS patch, the third try.

Patch applied. Thanks.

---------------------------------------------------------------------------

Bruce Momjian wrote:

I applied pgsql and pg_dump. libpq does not apply cleanly. Please
resubmit.

---------------------------------------------------------------------------

Ok, here it is, it's against the current cvs -- I can connect the anony cvs now,
cheers!

regards laser

Index: zh_CN.po
===================================================================
RCS file: /projects/cvsroot/pgsql/src/interfaces/libpq/zh_CN.po,v
retrieving revision 1.1
diff -c -r1.1 zh_CN.po
*** zh_CN.po	2001/10/04 15:44:14	1.1
--- zh_CN.po	2001/11/27 12:35:29
***************
*** 1,69 ****
# simplified Chinese translation file for libpq
# Weiping He <laser@zhengmai.com.cn>, 2001
#
! #, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-10-01 10:02+0800\n"
! "PO-Revision-Date: 2001-10-01 23:42:27+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
! "Content-Type: text/plain; charset=gb_2312\n"
"Content-Transfer-Encoding: 8bit\n"

! #: fe-auth.c:229
#, c-format
msgid "Kerberos 4 error: %s\n"
msgstr "Kerberos 4 ������������: %s\n"

! #: fe-auth.c:393
#, c-format
msgid "could not set socket to blocking mode: %s\n"
msgstr "����������������������������������������������������������: %s\n"

! #: fe-auth.c:409
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr "kerberos 5 ����������������: %*s\n"

! #: fe-auth.c:429
#, c-format
msgid "could not restore non-blocking mode on socket: %s\n"
! msgstr "����������������������������: %s ��������������������������������\n"

! #: fe-auth.c:573
msgid "Kerberos 4 authentication failed\n"
msgstr "Kerberos 4 ����������������\n"

! #: fe-auth.c:579
msgid "Kerberos 4 authentication not supported\n"
msgstr "�������������� Kerberos 4 ��������\n"

! #: fe-auth.c:590
msgid "Kerberos 5 authentication failed\n"
msgstr "Kerberos 5 ����������������\n"

! #: fe-auth.c:596
msgid "Kerberos 5 authentication not supported\n"
msgstr "�������������� Kerberos 5 ��������\n"

! #: fe-auth.c:623
! msgid "SCM_CRED authentication method not supported\n"
! msgstr "�������������� SCM_CRED ����������������\n"
!
! #: fe-auth.c:630
#, c-format
msgid "authentication method %u not supported\n"
msgstr "�������������� %u ����������������\n"

! #: fe-auth.c:667
#, c-format
msgid "invalid authentication service name \"%s\", ignored\n"
msgstr "������������������������������������������ \"%s\"\n"

! #: fe-auth.c:724
#, c-format
msgid "fe_getauthname: invalid authentication system: %d\n"
msgstr "fe_getauthname: ��������������������������: %d\n"
--- 1,70 ----
# simplified Chinese translation file for libpq
# Weiping He <laser@zhengmai.com.cn>, 2001
#
! # $Header$
! #
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.2\n"
! "POT-Creation-Date: 2001-11-27 20:20+0800\n"
! "PO-Revision-Date: 2001-11-27 20:22:06+0800\n"
"Last-Translator: Weiping He <laser@zhengmai.com.cn>\n"
"Language-Team: Weiping He <laser@zhengmai.com.cn>\n"
"MIME-Version: 1.0\n"
! "Content-Type: text/plain; charset=GB2312\n"
"Content-Transfer-Encoding: 8bit\n"

! #: fe-auth.c:228
#, c-format
msgid "Kerberos 4 error: %s\n"
msgstr "Kerberos 4 ������������: %s\n"

! #: fe-auth.c:391
#, c-format
msgid "could not set socket to blocking mode: %s\n"
msgstr "����������������������������������������������������������: %s\n"

! #: fe-auth.c:407
#, c-format
msgid "Kerberos 5 authentication rejected: %*s\n"
msgstr "kerberos 5 ����������������: %*s\n"

! #: fe-auth.c:427
#, c-format
msgid "could not restore non-blocking mode on socket: %s\n"
! msgstr "����������������������������: %s ��������������������������������\n"

! #: fe-auth.c:490
! msgid "SCM_CRED authentication method not supported\n"
! msgstr "�������������� SCM_CRED ����������������\n"
!
! #: fe-auth.c:576
msgid "Kerberos 4 authentication failed\n"
msgstr "Kerberos 4 ����������������\n"

! #: fe-auth.c:582
msgid "Kerberos 4 authentication not supported\n"
msgstr "�������������� Kerberos 4 ��������\n"

! #: fe-auth.c:593
msgid "Kerberos 5 authentication failed\n"
msgstr "Kerberos 5 ����������������\n"

! #: fe-auth.c:599
msgid "Kerberos 5 authentication not supported\n"
msgstr "�������������� Kerberos 5 ��������\n"

! #: fe-auth.c:627
#, c-format
msgid "authentication method %u not supported\n"
msgstr "�������������� %u ����������������\n"

! #: fe-auth.c:664
#, c-format
msgid "invalid authentication service name \"%s\", ignored\n"
msgstr "������������������������������������������ \"%s\"\n"

! #: fe-auth.c:721
#, c-format
msgid "fe_getauthname: invalid authentication system: %d\n"
msgstr "fe_getauthname: ��������������������������: %d\n"
***************
*** 72,88 ****
msgid "could not determine the PostgreSQL user name to use\n"
msgstr "���������������������������� PostgreSQL ��������������\n"

! #: fe-connect.c:705
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "����������������������������������������������������������������: %s\n"

! #: fe-connect.c:729
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "������������������������������������������ TCP ������������������: %s\n"

! #: fe-connect.c:749
#, c-format
msgid ""
"could not connect to server: %s\n"
--- 73,89 ----
msgid "could not determine the PostgreSQL user name to use\n"
msgstr "���������������������������� PostgreSQL ��������������\n"

! #: fe-connect.c:703
#, c-format
msgid "could not set socket to non-blocking mode: %s\n"
msgstr "����������������������������������������������������������������: %s\n"

! #: fe-connect.c:727
#, c-format
msgid "could not set socket to TCP no delay mode: %s\n"
msgstr "������������������������������������������ TCP ������������������: %s\n"

! #: fe-connect.c:747
#, c-format
msgid ""
"could not connect to server: %s\n"
***************
*** 93,99 ****
"\t������������������������������������������������������������������ Unix ��������������������\n"
"\t\"%s\"��������������������������������������?\n"

! #: fe-connect.c:758
#, c-format
msgid ""
"could not connect to server: %s\n"
--- 94,100 ----
"\t������������������������������������������������������������������ Unix ��������������������\n"
"\t\"%s\"��������������������������������������?\n"

! #: fe-connect.c:756
#, c-format
msgid ""
"could not connect to server: %s\n"
***************
*** 104,150 ****
"\t�������������������������������������������� %s ��������������������������������������������������������\n"
"%s �������� TCP/IP ������������?\n"

! #: fe-connect.c:823
#, c-format
msgid "invalid host address: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:842
#, c-format
msgid "unknown host name: %s\n"
msgstr "����������������������: %s\n"

! #: fe-connect.c:884
#, c-format
msgid "could not create socket: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:947
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "�������������������� SSL ��������������: %s\n"

! #: fe-connect.c:955
#, c-format
msgid "could not receive server response to SSL negotiation packet: %s\n"
msgstr "���������������������������������������� SSL ����������������������������: %s\n"

! #: fe-connect.c:969
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:979
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:997
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "�������������� SSL ������������������������������: %c\n"

! #: fe-connect.c:1006
msgid "server does not support SSL, but SSL was required\n"
msgstr "�������������������������������� SSL, ���������������������������� SSL\n"

--- 105,151 ----
"\t�������������������������������������������� %s ��������������������������������������������������������\n"
"%s �������� TCP/IP ������������?\n"

! #: fe-connect.c:820
#, c-format
msgid "invalid host address: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:839
#, c-format
msgid "unknown host name: %s\n"
msgstr "����������������������: %s\n"

! #: fe-connect.c:881
#, c-format
msgid "could not create socket: %s\n"
msgstr "����������������������������������: %s\n"

! #: fe-connect.c:944
#, c-format
msgid "could not send SSL negotiation packet: %s\n"
msgstr "�������������������� SSL ��������������: %s\n"

! #: fe-connect.c:952
#, c-format
msgid "could not receive server response to SSL negotiation packet: %s\n"
msgstr "���������������������������������������� SSL ����������������������������: %s\n"

! #: fe-connect.c:966
#, c-format
msgid "could not create SSL context: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:976
#, c-format
msgid "could not establish SSL connection: %s\n"
msgstr "�������������������� SSL ������������: %s\n"

! #: fe-connect.c:999
#, c-format
msgid "received invalid response to SSL negotiation: %c\n"
msgstr "�������������� SSL ������������������������������: %c\n"

! #: fe-connect.c:1008
msgid "server does not support SSL, but SSL was required\n"
msgstr "�������������������������������� SSL, ���������������������������� SSL\n"

***************
*** 172,379 ****
msgid "expected authentication request from server, but received %c\n"
msgstr "������������������������������������������������������������, ���������� %c\n"

! #: fe-connect.c:1433
msgid "unexpected message from server during startup\n"
msgstr "����������������������������������������������������������������������������������������\n"

! #: fe-connect.c:1492
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr "������������������������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1592
#, c-format
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
msgstr "�������������� setenv ���� %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1633
#, c-format
msgid "invalid encoding name in PGCLIENTENCODING: %s\n"
msgstr "������ PGCLIENTENCODING ������������������������������: %s\n"

! #: fe-connect.c:1758
#, c-format
msgid "invalid state %c, probably indicative of memory corruption\n"
msgstr "������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:2379 fe-connect.c:2388 fe-exec.c:1128 fe-lobj.c:527
msgid "out of memory\n"
msgstr "����������������\n"

! #: fe-connect.c:2427
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "������������������������������������������� \"%s\" �������������������� \"=\"\n"

! #: fe-connect.c:2476
msgid "unterminated quoted string in connection info string\n"
msgstr "��������������������������������������������������������������������������\n"

! #: fe-connect.c:2510
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "���������������������������� \"%s\"\n"

! #: fe-connect.c:2695
msgid "connection pointer is NULL\n"
msgstr "�������������������������� NULL\n"

! #: fe-exec.c:570
msgid "command string is a null pointer\n"
msgstr "������������������������������������������������\n"

! #: fe-exec.c:578
msgid "no connection to the server\n"
msgstr "����������������������������������������������\n"

! #: fe-exec.c:585
msgid "another command is already in progress\n"
msgstr "������������������������������������������������������������\n"

! #: fe-exec.c:788
#, c-format
msgid "message type 0x%02x arrived from server while idle\n"
msgstr "������������������������������������������������������������������ 0x%02x ��������������\n"

! #: fe-exec.c:831
#, c-format
msgid ""
"unexpected character %c following empty query response (\"I\" message)\n"
! msgstr ""
! "��������������������������������������������������������������� %c (\"I\" ��������)\n"

! #: fe-exec.c:889
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)\n"
! msgstr ""
! "�������������������������������������������������������������������������������������������������� (\"D\" ��������) (\"T\" "
! "��������)\n"

! #: fe-exec.c:906
msgid ""
"server sent binary data (\"B\" message) without prior row description (\"T\" "
"message)\n"
! msgstr ""
! "�������������������������������������������������������������������������������������������������� (\"B\" ��������) (\"T\" "
! "��������)\n"

! #: fe-exec.c:922
#, c-format
msgid "unexpected response from server; first received character was \"%c\"\n"
msgstr "����������������������������������������������������; �������������������������������������� \"%c\"\n"

! #: fe-exec.c:1216
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "��������������� asyncStatus(����������): %d\n"

! #: fe-exec.c:1266
msgid "COPY state must be terminated first\n"
msgstr "COPY ������������������������������\n"

! #: fe-exec.c:1617
msgid "no COPY in progress\n"
msgstr "���������������������������������� COPY\n"

! #: fe-exec.c:1656
msgid "lost synchronization with server, resetting connection\n"
msgstr "���������������������������������������, ������������������������\n"

! #: fe-exec.c:1721
msgid "connection in wrong state\n"
msgstr "��������������������������������\n"

! #: fe-exec.c:1823 fe-exec.c:1857
#, c-format
msgid "protocol error: id=0x%x\n"
msgstr "�����������������: id=0x%x\n"

! #: fe-exec.c:1892
msgid "invalid ExecStatusType code"
msgstr "�������� ExecStatusType ������������"

! #: fe-exec.c:1945 fe-exec.c:1978
#, c-format
msgid "column number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:1967
#, c-format
msgid "row number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2163
#, c-format
msgid "could not interpret result from server: %s\n"
msgstr "���������������������������������������������������������: %s\n"

! #: fe-exec.c:2179
msgid "no row count available\n"
msgstr "�����������������������������\n"

! #: fe-lobj.c:398 fe-lobj.c:477
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr "���������������������� \"%s\": %s\n"

! #: fe-lobj.c:410
#, c-format
msgid "could not create large object for file \"%s\"\n"
msgstr "������������������ \"%s\" ���������������������������\n"

! #: fe-lobj.c:419 fe-lobj.c:466
#, c-format
msgid "could not open large object %u\n"
msgstr "��������������������������� %u\n"

! #: fe-lobj.c:433
#, c-format
msgid "error while reading file \"%s\"\n"
msgstr "���������������� \"%s\" ��������������\n"

! #: fe-lobj.c:491
#, c-format
msgid "error while writing to file \"%s\"\n"
msgstr "���������������� \"%s\" ��������������\n"

! #: fe-lobj.c:555
msgid "query to initialize large object functions did not return data\n"
msgstr "�������������������������������������������������������������������������\n"

! #: fe-lobj.c:593
msgid "cannot determine OID of function lo_open\n"
msgstr "������������������������ lo_open ������ OID\n"

! #: fe-lobj.c:600
msgid "cannot determine OID of function lo_close\n"
msgstr "������������������������ lo_close ������ OID\n"

! #: fe-lobj.c:607
msgid "cannot determine OID of function lo_creat\n"
msgstr "������������������������ lo_creat ������ OID\n"

! #: fe-lobj.c:614
msgid "cannot determine OID of function lo_unlink\n"
msgstr "������������������������ lo_unlink ������ OID\n"

! #: fe-lobj.c:621
msgid "cannot determine OID of function lo_lseek\n"
msgstr "������������������������ lo_lseek ������ OID\n"

! #: fe-lobj.c:628
msgid "cannot determine OID of function lo_tell\n"
msgstr "������������������������ lo_tell ������ OID\n"

! #: fe-lobj.c:635
msgid "cannot determine OID of function loread\n"
msgstr "������������������������ loread ������ OID\n"

! #: fe-lobj.c:642
msgid "cannot determine OID of function lowrite\n"
msgstr "������������������������ lowrite ������ OID\n"

! #: fe-misc.c:131
#, c-format
msgid "could not flush enough data (space available: %d, space needed %d)\n"
msgstr "���������������������������������������� (����������������: %d, ���������������� %d)\n"
--- 173,375 ----
msgid "expected authentication request from server, but received %c\n"
msgstr "������������������������������������������������������������, ���������� %c\n"

! #: fe-connect.c:1432
msgid "unexpected message from server during startup\n"
msgstr "����������������������������������������������������������������������������������������\n"

! #: fe-connect.c:1491
#, c-format
msgid "invalid connection state %c, probably indicative of memory corruption\n"
msgstr "������������������������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1590
#, c-format
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
msgstr "�������������� setenv ���� %c, ����������������������������������������������������������\n"

! #: fe-connect.c:1630
#, c-format
msgid "invalid encoding name in PGCLIENTENCODING: %s\n"
msgstr "������ PGCLIENTENCODING ������������������������������: %s\n"

! #: fe-connect.c:1755
#, c-format
msgid "invalid state %c, probably indicative of memory corruption\n"
msgstr "������������ %c, ����������������������������������������������������������\n"

! #: fe-connect.c:2374 fe-connect.c:2383 fe-exec.c:1184 fe-lobj.c:536
msgid "out of memory\n"
msgstr "����������������\n"

! #: fe-connect.c:2422
#, c-format
msgid "missing \"=\" after \"%s\" in connection info string\n"
msgstr "������������������������������������������� \"%s\" �������������������� \"=\"\n"

! #: fe-connect.c:2471
msgid "unterminated quoted string in connection info string\n"
msgstr "��������������������������������������������������������������������������\n"

! #: fe-connect.c:2505
#, c-format
msgid "invalid connection option \"%s\"\n"
msgstr "���������������������������� \"%s\"\n"

! #: fe-connect.c:2720
msgid "connection pointer is NULL\n"
msgstr "�������������������������� NULL\n"

! #: fe-exec.c:633
msgid "command string is a null pointer\n"
msgstr "������������������������������������������������\n"

! #: fe-exec.c:641
msgid "no connection to the server\n"
msgstr "����������������������������������������������\n"

! #: fe-exec.c:648
msgid "another command is already in progress\n"
msgstr "������������������������������������������������������������\n"

! #: fe-exec.c:846
#, c-format
msgid "message type 0x%02x arrived from server while idle\n"
msgstr "������������������������������������������������������������������ 0x%02x ��������������\n"

! #: fe-exec.c:888
#, c-format
msgid ""
"unexpected character %c following empty query response (\"I\" message)\n"
! msgstr "��������������������������������������������������������������� %c (\"I\" ��������)\n"

! #: fe-exec.c:945
msgid ""
"server sent data (\"D\" message) without prior row description (\"T\" "
"message)\n"
! msgstr "�������������������������������������������������������������������������������������������������� (\"D\" ��������) (\"T\" ��������)\n"

! #: fe-exec.c:962
msgid ""
"server sent binary data (\"B\" message) without prior row description (\"T\" "
"message)\n"
! msgstr "�������������������������������������������������������������������������������������������������� (\"B\" ��������) (\"T\" ��������)\n"

! #: fe-exec.c:978
#, c-format
msgid "unexpected response from server; first received character was \"%c\"\n"
msgstr "����������������������������������������������������; �������������������������������������� \"%c\"\n"

! #: fe-exec.c:1271
#, c-format
msgid "unexpected asyncStatus: %d\n"
msgstr "��������������� asyncStatus(����������): %d\n"

! #: fe-exec.c:1321
msgid "COPY state must be terminated first\n"
msgstr "COPY ������������������������������\n"

! #: fe-exec.c:1672
msgid "no COPY in progress\n"
msgstr "���������������������������������� COPY\n"

! #: fe-exec.c:1711
msgid "lost synchronization with server, resetting connection\n"
msgstr "���������������������������������������, ������������������������\n"

! #: fe-exec.c:1776
msgid "connection in wrong state\n"
msgstr "��������������������������������\n"

! #: fe-exec.c:1878 fe-exec.c:1912
#, c-format
msgid "protocol error: id=0x%x\n"
msgstr "�����������������: id=0x%x\n"

! #: fe-exec.c:1947
msgid "invalid ExecStatusType code"
msgstr "�������� ExecStatusType ������������"

! #: fe-exec.c:2000 fe-exec.c:2033
#, c-format
msgid "column number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2022
#, c-format
msgid "row number %d is out of range 0..%d\n"
msgstr "�������������� %d ���������������������� 0..%d\n"

! #: fe-exec.c:2217
#, c-format
msgid "could not interpret result from server: %s\n"
msgstr "���������������������������������������������������������: %s\n"

! #: fe-exec.c:2233
msgid "no row count available\n"
msgstr "�����������������������������\n"

! #: fe-lobj.c:400 fe-lobj.c:483
#, c-format
msgid "could not open file \"%s\": %s\n"
msgstr "���������������������� \"%s\": %s\n"

! #: fe-lobj.c:412
#, c-format
msgid "could not create large object for file \"%s\"\n"
msgstr "������������������ \"%s\" ���������������������������\n"

! #: fe-lobj.c:422 fe-lobj.c:472
#, c-format
msgid "could not open large object %u\n"
msgstr "��������������������������� %u\n"

! #: fe-lobj.c:437
#, c-format
msgid "error while reading file \"%s\"\n"
msgstr "���������������� \"%s\" ��������������\n"

! #: fe-lobj.c:498
#, c-format
msgid "error while writing to file \"%s\"\n"
msgstr "���������������� \"%s\" ��������������\n"

! #: fe-lobj.c:564
msgid "query to initialize large object functions did not return data\n"
msgstr "�������������������������������������������������������������������������\n"

! #: fe-lobj.c:602
msgid "cannot determine OID of function lo_open\n"
msgstr "������������������������ lo_open ������ OID\n"

! #: fe-lobj.c:609
msgid "cannot determine OID of function lo_close\n"
msgstr "������������������������ lo_close ������ OID\n"

! #: fe-lobj.c:616
msgid "cannot determine OID of function lo_creat\n"
msgstr "������������������������ lo_creat ������ OID\n"

! #: fe-lobj.c:623
msgid "cannot determine OID of function lo_unlink\n"
msgstr "������������������������ lo_unlink ������ OID\n"

! #: fe-lobj.c:630
msgid "cannot determine OID of function lo_lseek\n"
msgstr "������������������������ lo_lseek ������ OID\n"

! #: fe-lobj.c:637
msgid "cannot determine OID of function lo_tell\n"
msgstr "������������������������ lo_tell ������ OID\n"

! #: fe-lobj.c:644
msgid "cannot determine OID of function loread\n"
msgstr "������������������������ loread ������ OID\n"

! #: fe-lobj.c:651
msgid "cannot determine OID of function lowrite\n"
msgstr "������������������������ lowrite ������ OID\n"

! #: fe-misc.c:130
#, c-format
msgid "could not flush enough data (space available: %d, space needed %d)\n"
msgstr "���������������������������������������� (����������������: %d, ���������������� %d)\n"
***************
*** 388,399 ****
msgid "integer of size %lu not supported by pqPutInt\n"
msgstr "pgPutInt �������������������� %lu ������������������\n"

! #: fe-misc.c:355 fe-misc.c:389 fe-misc.c:778
#, c-format
msgid "select() failed: %s\n"
msgstr "select() ��������: %s\n"

! #: fe-misc.c:416 fe-misc.c:616 fe-misc.c:757
msgid "connection not open\n"
msgstr "��������������������\n"

--- 384,395 ----
msgid "integer of size %lu not supported by pqPutInt\n"
msgstr "pgPutInt �������������������� %lu ������������������\n"

! #: fe-misc.c:355 fe-misc.c:389 fe-misc.c:777
#, c-format
msgid "select() failed: %s\n"
msgstr "select() ��������: %s\n"

! #: fe-misc.c:416 fe-misc.c:616 fe-misc.c:756
msgid "connection not open\n"
msgstr "��������������������\n"

***************
*** 402,408 ****
msgid "could not receive data from server: %s\n"
msgstr "����������������������������������������������������: %s\n"

! #: fe-misc.c:590 fe-misc.c:675
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
--- 398,404 ----
msgid "could not receive data from server: %s\n"
msgstr "����������������������������������������������������: %s\n"

! #: fe-misc.c:590 fe-misc.c:674
msgid ""
"server closed the connection unexpectedly\n"
"\tThis probably means the server terminated abnormally\n"
***************
*** 412,418 ****
"\t������������������������������������������������������������������������������������������\n"
"���������������������������������������������������������������������������\n"

! #: fe-misc.c:691
#, c-format
msgid "could not send data to server: %s\n"
msgstr "�����������������������������������������������������: %s\n"
--- 408,414 ----
"\t������������������������������������������������������������������������������������������\n"
"���������������������������������������������������������������������������\n"

! #: fe-misc.c:690
#, c-format
msgid "could not send data to server: %s\n"
msgstr "�����������������������������������������������������: %s\n"

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026