mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Remove DOS line endings ("\r\n") from several .po files. DOS line endings
are inconsistent with the rest of the .po files, and apparently cause problems for Sun's cc. Per report on IRC from "bitvector2".
This commit is contained in:
25686
src/backend/po/zh_TW.po
25686
src/backend/po/zh_TW.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,145 +1,145 @@
|
||||
# 2004-12-13 Zhenbang Wei <forth@zbwei.net>
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.0\n"
|
||||
"POT-Creation-Date: 2004-12-13 01:05+0000\n"
|
||||
"PO-Revision-Date: 2004-12-13 14:29+0800\n"
|
||||
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
|
||||
"Language-Team: Zhenbang Wei <forth@zbwei.net>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: pg_config.c:36
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"%s provides information about the installed version of PostgreSQL.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"%s 顯示已安裝的PostgreSQL資訊。\n"
|
||||
"\n"
|
||||
|
||||
#: pg_config.c:37
|
||||
msgid "Usage:\n"
|
||||
msgstr "使用方法:\n"
|
||||
|
||||
#: pg_config.c:38
|
||||
#, c-format
|
||||
msgid ""
|
||||
" %s OPTION...\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
" %s 選項...\n"
|
||||
"\n"
|
||||
|
||||
#: pg_config.c:39
|
||||
msgid "Options:\n"
|
||||
msgstr "選項:\n"
|
||||
|
||||
#: pg_config.c:40
|
||||
msgid " --bindir show location of user executables\n"
|
||||
msgstr " --bindir 顯示執行檔位置\n"
|
||||
|
||||
#: pg_config.c:41
|
||||
msgid ""
|
||||
" --includedir show location of C header files of the client\n"
|
||||
" interfaces\n"
|
||||
msgstr " --includedir 顯使用戶端介面C標頭檔位置\n"
|
||||
|
||||
#: pg_config.c:43
|
||||
msgid ""
|
||||
" --includedir-server show location of C header files for the server\n"
|
||||
msgstr " --includedir-server 顯示伺服器C標頭檔位置\n"
|
||||
|
||||
#: pg_config.c:44
|
||||
msgid " --libdir show location of object code libraries\n"
|
||||
msgstr " --libdir 顯示程式庫位置\n"
|
||||
|
||||
#: pg_config.c:45
|
||||
msgid " --pkglibdir show location of dynamically loadable modules\n"
|
||||
msgstr " --pkglibdir 顯示可動態載入模組位置\n"
|
||||
|
||||
#: pg_config.c:46
|
||||
msgid " --pgxs show location of extension makefile\n"
|
||||
msgstr " --pgxs 顯示外掛程式makefile位置\n"
|
||||
|
||||
#: pg_config.c:47
|
||||
msgid ""
|
||||
" --configure show options given to \"configure\" script when\n"
|
||||
" PostgreSQL was built\n"
|
||||
msgstr ""
|
||||
" --configure 顯示編譯PostgreSQL時'configure'命令搞\n"
|
||||
" 所使用的參數\n"
|
||||
|
||||
#: pg_config.c:49
|
||||
msgid " --version show the PostgreSQL version, then exit\n"
|
||||
msgstr " --version 顯示PostgreSQL版?然後束\n"
|
||||
|
||||
#: pg_config.c:50
|
||||
msgid ""
|
||||
" --help show this help, then exit\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
" --help 顯示這份說明然後結束\n"
|
||||
"\n"
|
||||
|
||||
#: pg_config.c:51
|
||||
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
msgstr "回報錯誤至<pgsql-bugs@postgresql.org>。\n"
|
||||
|
||||
#: pg_config.c:57
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Try \"%s --help\" for more information\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"執行\"%s --help\"取得更多資訊\n"
|
||||
|
||||
#: pg_config.c:75
|
||||
#, c-format
|
||||
msgid "%s: argument required\n"
|
||||
msgstr "%s:不能省略參數\n"
|
||||
|
||||
#: pg_config.c:104
|
||||
#, c-format
|
||||
msgid "%s: invalid argument: %s\n"
|
||||
msgstr "%s:無效的參數:%s\n"
|
||||
|
||||
#: pg_config.c:113
|
||||
#, c-format
|
||||
msgid "%s: could not find own executable\n"
|
||||
msgstr "%s:找不到執行檔\n"
|
||||
|
||||
#: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350
|
||||
#, c-format
|
||||
msgid "could not identify current directory: %s"
|
||||
msgstr "無法識別目前的目錄:%s"
|
||||
|
||||
#: ../../port/exec.c:323 ../../port/exec.c:359
|
||||
#, c-format
|
||||
msgid "could not change directory to \"%s\""
|
||||
msgstr "無法切換目錄至\"%s\""
|
||||
|
||||
#: ../../port/exec.c:338
|
||||
#, c-format
|
||||
msgid "could not read symbolic link \"%s\""
|
||||
msgstr "無法讀取符號連結\"%s\""
|
||||
|
||||
#: ../../port/exec.c:569
|
||||
#, c-format
|
||||
msgid "child process exited with exit code %d"
|
||||
msgstr "子行程結束,結束代碼 %d"
|
||||
|
||||
#: ../../port/exec.c:572
|
||||
#, c-format
|
||||
msgid "child process was terminated by signal %d"
|
||||
msgstr "子行程被信號 %d 結束"
|
||||
|
||||
#: ../../port/exec.c:575
|
||||
#, c-format
|
||||
msgid "child process exited with unrecognized status %d"
|
||||
# 2004-12-13 Zhenbang Wei <forth@zbwei.net>
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.0\n"
|
||||
"POT-Creation-Date: 2004-12-13 01:05+0000\n"
|
||||
"PO-Revision-Date: 2004-12-13 14:29+0800\n"
|
||||
"Last-Translator: Zhenbang Wei <forth@zbwei.net>\n"
|
||||
"Language-Team: Zhenbang Wei <forth@zbwei.net>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: pg_config.c:36
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"%s provides information about the installed version of PostgreSQL.\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"%s 顯示已安裝的PostgreSQL資訊。\n"
|
||||
"\n"
|
||||
|
||||
#: pg_config.c:37
|
||||
msgid "Usage:\n"
|
||||
msgstr "使用方法:\n"
|
||||
|
||||
#: pg_config.c:38
|
||||
#, c-format
|
||||
msgid ""
|
||||
" %s OPTION...\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
" %s 選項...\n"
|
||||
"\n"
|
||||
|
||||
#: pg_config.c:39
|
||||
msgid "Options:\n"
|
||||
msgstr "選項:\n"
|
||||
|
||||
#: pg_config.c:40
|
||||
msgid " --bindir show location of user executables\n"
|
||||
msgstr " --bindir 顯示執行檔位置\n"
|
||||
|
||||
#: pg_config.c:41
|
||||
msgid ""
|
||||
" --includedir show location of C header files of the client\n"
|
||||
" interfaces\n"
|
||||
msgstr " --includedir 顯使用戶端介面C標頭檔位置\n"
|
||||
|
||||
#: pg_config.c:43
|
||||
msgid ""
|
||||
" --includedir-server show location of C header files for the server\n"
|
||||
msgstr " --includedir-server 顯示伺服器C標頭檔位置\n"
|
||||
|
||||
#: pg_config.c:44
|
||||
msgid " --libdir show location of object code libraries\n"
|
||||
msgstr " --libdir 顯示程式庫位置\n"
|
||||
|
||||
#: pg_config.c:45
|
||||
msgid " --pkglibdir show location of dynamically loadable modules\n"
|
||||
msgstr " --pkglibdir 顯示可動態載入模組位置\n"
|
||||
|
||||
#: pg_config.c:46
|
||||
msgid " --pgxs show location of extension makefile\n"
|
||||
msgstr " --pgxs 顯示外掛程式makefile位置\n"
|
||||
|
||||
#: pg_config.c:47
|
||||
msgid ""
|
||||
" --configure show options given to \"configure\" script when\n"
|
||||
" PostgreSQL was built\n"
|
||||
msgstr ""
|
||||
" --configure 顯示編譯PostgreSQL時'configure'命令搞\n"
|
||||
" 所使用的參數\n"
|
||||
|
||||
#: pg_config.c:49
|
||||
msgid " --version show the PostgreSQL version, then exit\n"
|
||||
msgstr " --version 顯示PostgreSQL版?然後束\n"
|
||||
|
||||
#: pg_config.c:50
|
||||
msgid ""
|
||||
" --help show this help, then exit\n"
|
||||
"\n"
|
||||
msgstr ""
|
||||
" --help 顯示這份說明然後結束\n"
|
||||
"\n"
|
||||
|
||||
#: pg_config.c:51
|
||||
msgid "Report bugs to <pgsql-bugs@postgresql.org>.\n"
|
||||
msgstr "回報錯誤至<pgsql-bugs@postgresql.org>。\n"
|
||||
|
||||
#: pg_config.c:57
|
||||
#, c-format
|
||||
msgid ""
|
||||
"\n"
|
||||
"Try \"%s --help\" for more information\n"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"執行\"%s --help\"取得更多資訊\n"
|
||||
|
||||
#: pg_config.c:75
|
||||
#, c-format
|
||||
msgid "%s: argument required\n"
|
||||
msgstr "%s:不能省略參數\n"
|
||||
|
||||
#: pg_config.c:104
|
||||
#, c-format
|
||||
msgid "%s: invalid argument: %s\n"
|
||||
msgstr "%s:無效的參數:%s\n"
|
||||
|
||||
#: pg_config.c:113
|
||||
#, c-format
|
||||
msgid "%s: could not find own executable\n"
|
||||
msgstr "%s:找不到執行檔\n"
|
||||
|
||||
#: ../../port/exec.c:193 ../../port/exec.c:307 ../../port/exec.c:350
|
||||
#, c-format
|
||||
msgid "could not identify current directory: %s"
|
||||
msgstr "無法識別目前的目錄:%s"
|
||||
|
||||
#: ../../port/exec.c:323 ../../port/exec.c:359
|
||||
#, c-format
|
||||
msgid "could not change directory to \"%s\""
|
||||
msgstr "無法切換目錄至\"%s\""
|
||||
|
||||
#: ../../port/exec.c:338
|
||||
#, c-format
|
||||
msgid "could not read symbolic link \"%s\""
|
||||
msgstr "無法讀取符號連結\"%s\""
|
||||
|
||||
#: ../../port/exec.c:569
|
||||
#, c-format
|
||||
msgid "child process exited with exit code %d"
|
||||
msgstr "子行程結束,結束代碼 %d"
|
||||
|
||||
#: ../../port/exec.c:572
|
||||
#, c-format
|
||||
msgid "child process was terminated by signal %d"
|
||||
msgstr "子行程被信號 %d 結束"
|
||||
|
||||
#: ../../port/exec.c:575
|
||||
#, c-format
|
||||
msgid "child process exited with unrecognized status %d"
|
||||
msgstr "子行程結束,不明狀態代碼 %d"
|
@ -1,6 +1,6 @@
|
||||
# simplified Chinese translation file for pg_controldata and friends
|
||||
# Bao Wei <weibao@forevertek.com>, 2002.
|
||||
#
|
||||
# simplified Chinese translation file for pg_controldata and friends
|
||||
# Bao Wei <weibao@forevertek.com>, 2002.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.0\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
# simplified Chinese translation file for pg_resetxlog and friends
|
||||
# Bao Wei <weibao@forevertek.com>, 2002.
|
||||
#
|
||||
# simplified Chinese translation file for pg_resetxlog and friends
|
||||
# Bao Wei <weibao@forevertek.com>, 2002.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 8.0\n"
|
||||
|
@ -1,8 +1,8 @@
|
||||
# simplified Chinese translation file for psql
|
||||
# Weiping He <laser@zhengmai.com.cn>, 2002.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/bin/psql/po/zh_CN.po,v 1.9 2005/01/06 09:07:15 petere Exp $
|
||||
#
|
||||
# simplified Chinese translation file for psql
|
||||
# Weiping He <laser@zhengmai.com.cn>, 2002.
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/bin/psql/po/zh_CN.po,v 1.9.6.1 2006/01/01 10:14:21 neilc Exp $
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PostgreSQL 7.4\n"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
# simplified Chinese translation file for libpq
|
||||
# Bao Wei <weibao@forevertek.com>, 2002
|
||||
# simplified Chinese translation file for libpq
|
||||
# Bao Wei <weibao@forevertek.com>, 2002
|
||||
#
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/po/zh_CN.po,v 1.8 2005/01/06 09:07:17 petere Exp $
|
||||
# $PostgreSQL: pgsql/src/interfaces/libpq/po/zh_CN.po,v 1.8.6.1 2006/01/01 10:14:21 neilc Exp $
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
@ -15,75 +15,75 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=GB2312\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
# fe-auth.c:232
|
||||
# fe-auth.c:232
|
||||
#: fe-auth.c:232
|
||||
#, c-format
|
||||
msgid "Kerberos 4 error: %s\n"
|
||||
msgstr "Kerberos 4 <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
# fe-auth.c:395
|
||||
# fe-auth.c:395
|
||||
#: fe-auth.c:394
|
||||
#, c-format
|
||||
msgid "could not set socket to blocking mode: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><D7BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD>ģʽ: %s\n"
|
||||
|
||||
# fe-auth.c:412 fe-auth.c:416
|
||||
# fe-auth.c:412 fe-auth.c:416
|
||||
#: fe-auth.c:411 fe-auth.c:415
|
||||
#, c-format
|
||||
msgid "Kerberos 5 authentication rejected: %*s\n"
|
||||
msgstr "kerberos 5 <20><>֤<EFBFBD>ܾ<EFBFBD>: %*s\n"
|
||||
|
||||
# fe-auth.c:440
|
||||
# fe-auth.c:440
|
||||
#: fe-auth.c:441
|
||||
#, c-format
|
||||
msgid "could not restore non-blocking mode on socket: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><D7BD><EFBFBD>: %s <20>ϻָ<CFBB><D6B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģʽ\n"
|
||||
|
||||
# fe-auth.c:503
|
||||
# fe-auth.c:503
|
||||
#: fe-auth.c:508
|
||||
msgid "SCM_CRED authentication method not supported\n"
|
||||
msgstr "<22><>֧<EFBFBD><D6A7> SCM_CRED <20><>֤<EFBFBD><D6A4>ʽ\n"
|
||||
|
||||
# fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
|
||||
# fe-lobj.c:536
|
||||
# fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
|
||||
# fe-lobj.c:536
|
||||
#: 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
|
||||
msgid "out of memory\n"
|
||||
msgstr "<22>ڴ<EFBFBD><DAB4>þ<EFBFBD>\n"
|
||||
|
||||
# fe-auth.c:589
|
||||
# fe-auth.c:589
|
||||
#: fe-auth.c:600
|
||||
msgid "Kerberos 4 authentication failed\n"
|
||||
msgstr "Kerberos 4 <20><>֤ʧ<D6A4><CAA7>\n"
|
||||
|
||||
# fe-auth.c:595
|
||||
# fe-auth.c:595
|
||||
#: fe-auth.c:608
|
||||
msgid "Kerberos 4 authentication not supported\n"
|
||||
msgstr "<22><>֧<EFBFBD><D6A7> Kerberos 4 <20><>֤\n"
|
||||
|
||||
# fe-auth.c:606
|
||||
# fe-auth.c:606
|
||||
#: fe-auth.c:619
|
||||
msgid "Kerberos 5 authentication failed\n"
|
||||
msgstr "Kerberos 5 <20><>֤ʧ<D6A4><CAA7>\n"
|
||||
|
||||
# fe-auth.c:612
|
||||
# fe-auth.c:612
|
||||
#: fe-auth.c:627
|
||||
msgid "Kerberos 5 authentication not supported\n"
|
||||
msgstr "<22><>֧<EFBFBD><D6A7> Kerberos 5 <20><>֤\n"
|
||||
|
||||
# fe-auth.c:640
|
||||
# fe-auth.c:640
|
||||
#: fe-auth.c:655
|
||||
#, c-format
|
||||
msgid "authentication method %u not supported\n"
|
||||
msgstr "<22><>֧<EFBFBD><D6A7> %u <20><>֤<EFBFBD><D6A4>ʽ\n"
|
||||
|
||||
# fe-auth.c:677
|
||||
# fe-auth.c:677
|
||||
#: fe-auth.c:692
|
||||
#, c-format
|
||||
msgid "invalid authentication service name \"%s\", ignored\n"
|
||||
msgstr "<22><><EFBFBD>ԷǷ<D4B7><C7B7><EFBFBD>֤<EFBFBD><D6A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\"\n"
|
||||
|
||||
# fe-auth.c:734
|
||||
# fe-auth.c:734
|
||||
#: fe-auth.c:764
|
||||
#, c-format
|
||||
msgid "fe_getauthname: invalid authentication system: %d\n"
|
||||
@ -99,13 +99,13 @@ msgstr "
|
||||
msgid "sslmode value \"%s\" invalid when SSL support is not compiled in\n"
|
||||
msgstr "<22><>Ч<EFBFBD><D0A7> sslmode ֵ \"%s\" <20><>û<EFBFBD>а<EFBFBD> SSL ֧<>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ\n"
|
||||
|
||||
# fe-connect.c:732
|
||||
# fe-connect.c:732
|
||||
#: fe-connect.c:799
|
||||
#, c-format
|
||||
msgid "could not set socket to TCP no delay mode: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><D7BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ TCP <20><><EFBFBD>ӳ<EFBFBD>ģʽ: %s\n"
|
||||
|
||||
# fe-connect.c:752
|
||||
# fe-connect.c:752
|
||||
#: fe-connect.c:830
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -117,7 +117,7 @@ msgstr ""
|
||||
"\t<><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD><C7B7>ڱ<EFBFBD><DAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>в<EFBFBD><D0B2><EFBFBD><EFBFBD><EFBFBD> Unix <20><><EFBFBD><EFBFBD><D7BD><EFBFBD>\n"
|
||||
"\t\"%s\"<22><><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>?\n"
|
||||
|
||||
# fe-connect.c:761
|
||||
# fe-connect.c:761
|
||||
#: fe-connect.c:842
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -129,122 +129,122 @@ msgstr ""
|
||||
"\t<><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD>в<EFBFBD><D0B2><EFBFBD><EFBFBD><D7BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڶ˿<DAB6>\n"
|
||||
"%s <20>ϵ<EFBFBD> TCP/IP <20><><EFBFBD><EFBFBD>?\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
# fe-misc.c:702
|
||||
#: fe-connect.c:926
|
||||
#, c-format
|
||||
msgid "could not translate host name \"%s\" to address: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD>ַ: %s\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
# fe-misc.c:702
|
||||
#: fe-connect.c:930
|
||||
#, c-format
|
||||
msgid "could not translate Unix-domain socket path \"%s\" to address: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD> Unix-domian <20><EFBFBD><D7BD><EFBFBD>·<EFBFBD><C2B7> \"%s\" <20><><EFBFBD><EFBFBD>ַ: %s\n"
|
||||
|
||||
# fe-connect.c:1232
|
||||
# fe-connect.c:1232
|
||||
#: fe-connect.c:1134
|
||||
msgid "invalid connection state, probably indicative of memory corruption\n"
|
||||
msgstr "<22><>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬, <20><><EFBFBD><EFBFBD><EFBFBD>Ǵ洢<C7B4><E6B4A2><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1>ƻ<EFBFBD><C6BB>ı<EFBFBD>־\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
# fe-connect.c:891
|
||||
#: fe-connect.c:1177
|
||||
#, c-format
|
||||
msgid "could not create socket: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D7BD><EFBFBD>: %s\n"
|
||||
|
||||
# fe-connect.c:708
|
||||
# fe-connect.c:708
|
||||
#: fe-connect.c:1200
|
||||
#, c-format
|
||||
msgid "could not set socket to non-blocking mode: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><D7BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ģʽ: %s\n"
|
||||
|
||||
# fe-auth.c:395
|
||||
# fe-auth.c:395
|
||||
#: fe-connect.c:1212
|
||||
#, c-format
|
||||
msgid "could not set socket to close-on-exec mode: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><D7BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊִ<CEAA><D6B4>ʱ<EFBFBD>ر<EFBFBD> (close-on-exec) ģʽ: %s\n"
|
||||
|
||||
# fe-connect.c:1263
|
||||
# fe-connect.c:1263
|
||||
#: fe-connect.c:1304
|
||||
#, c-format
|
||||
msgid "could not get socket error status: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD>ȡ<EFBFBD><EFBFBD><D7BD>ִ<EFBFBD><D6B4><EFBFBD>״̬: %s\n"
|
||||
|
||||
# fe-connect.c:1283
|
||||
# fe-connect.c:1283
|
||||
#: fe-connect.c:1343
|
||||
#, c-format
|
||||
msgid "could not get client address from socket: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><D7BD>ֻ<EFBFBD>ȡ<EFBFBD>ͻ<EFBFBD><CDBB>˵<EFBFBD>ַ: %s\n"
|
||||
|
||||
# fe-connect.c:959
|
||||
# fe-connect.c:959
|
||||
#: fe-connect.c:1388
|
||||
#, c-format
|
||||
msgid "could not send SSL negotiation packet: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD> SSL <20><><EFBFBD>ְ<EFBFBD>: %s\n"
|
||||
|
||||
# fe-connect.c:1322
|
||||
# fe-connect.c:1322
|
||||
#: fe-connect.c:1423
|
||||
#, c-format
|
||||
msgid "could not send startup packet: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
# fe-connect.c:972
|
||||
# fe-connect.c:972
|
||||
#: fe-connect.c:1463
|
||||
#, c-format
|
||||
msgid "could not receive server response to SSL negotiation packet: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7>յ<EFBFBD><D5B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SSL <20><><EFBFBD>ְ<EFBFBD><D6B0><EFBFBD><EFBFBD><EFBFBD>Ӧ: %s\n"
|
||||
|
||||
# fe-connect.c:1010
|
||||
# fe-connect.c:1010
|
||||
#: fe-connect.c:1482 fe-connect.c:1499
|
||||
msgid "server does not support SSL, but SSL was required\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֧<EFBFBD><D6A7> SSL, <20><><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA>ʹ<EFBFBD><CAB9> SSL\n"
|
||||
|
||||
# fe-connect.c:1001
|
||||
# fe-connect.c:1001
|
||||
#: fe-connect.c:1515
|
||||
#, c-format
|
||||
msgid "received invalid response to SSL negotiation: %c\n"
|
||||
msgstr "<22>յ<EFBFBD><D5B5><EFBFBD> SSL <20><><EFBFBD>ֵ<EFBFBD><D6B5><EFBFBD>Ч<EFBFBD><D0A7>Ӧ: %c\n"
|
||||
|
||||
# fe-connect.c:1378
|
||||
# fe-connect.c:1378
|
||||
#: fe-connect.c:1572 fe-connect.c:1604
|
||||
#, c-format
|
||||
msgid "expected authentication request from server, but received %c\n"
|
||||
msgstr "<22>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD>Է<EFBFBD><D4B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֤<EFBFBD><D6A4><EFBFBD><EFBFBD>, ȴ<>յ<EFBFBD> %c\n"
|
||||
|
||||
# fe-connect.c:1490
|
||||
# fe-connect.c:1490
|
||||
#: fe-connect.c:1840
|
||||
msgid "unexpected message from server during startup\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>յ<EFBFBD><D5B5><EFBFBD><EFBFBD>Է<EFBFBD><D4B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ķ<EFBFBD>Ԥ<EFBFBD><D4A4><EFBFBD><EFBFBD>Ϣ\n"
|
||||
|
||||
# fe-connect.c:1549
|
||||
# fe-connect.c:1549
|
||||
#: fe-connect.c:1910
|
||||
#, c-format
|
||||
msgid "invalid connection state %c, probably indicative of memory corruption\n"
|
||||
msgstr "<22><>Ч<EFBFBD><D0A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>״̬ %c, <20><><EFBFBD><EFBFBD><EFBFBD>Ǵ洢<C7B4><E6B4A2><EFBFBD><EFBFBD><EFBFBD>ݱ<EFBFBD><DDB1>ƻ<EFBFBD><C6BB>ı<EFBFBD>־\n"
|
||||
|
||||
# fe-connect.c:2475
|
||||
# fe-connect.c:2475
|
||||
#: fe-connect.c:2673
|
||||
#, c-format
|
||||
msgid "missing \"=\" after \"%s\" in connection info string\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD>ִ<EFBFBD><D6B4><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD>ȱ<EFBFBD><C8B1> \"=\"\n"
|
||||
|
||||
# fe-connect.c:2524
|
||||
# fe-connect.c:2524
|
||||
#: fe-connect.c:2722
|
||||
msgid "unterminated quoted string in connection info string\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϣ<EFBFBD>ִ<EFBFBD><D6B4><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD>\n"
|
||||
|
||||
# fe-connect.c:2558
|
||||
# fe-connect.c:2558
|
||||
#: fe-connect.c:2756
|
||||
#, c-format
|
||||
msgid "invalid connection option \"%s\"\n"
|
||||
msgstr "<22>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD>ѡ<EFBFBD><D1A1> \"%s\"\n"
|
||||
|
||||
# fe-connect.c:2744
|
||||
# fe-connect.c:2744
|
||||
#: fe-connect.c:2978
|
||||
msgid "connection pointer is NULL\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8><EFBFBD><EFBFBD> NULL\n"
|
||||
|
||||
# fe-connect.c:2953
|
||||
# fe-connect.c:2953
|
||||
#: fe-connect.c:3235
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -256,12 +256,12 @@ msgstr "
|
||||
msgid "NOTICE"
|
||||
msgstr "ע<><D7A2>"
|
||||
|
||||
# fe-exec.c:737
|
||||
# fe-exec.c:737
|
||||
#: fe-exec.c:648 fe-exec.c:700 fe-exec.c:740
|
||||
msgid "command string is a null pointer\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD>ִ<EFBFBD><D6B4><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>\n"
|
||||
|
||||
# fe-exec.c:737
|
||||
# fe-exec.c:737
|
||||
#: fe-exec.c:733 fe-exec.c:823
|
||||
msgid "statement name is a null pointer\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD>ָ<EFBFBD><D6B8>\n"
|
||||
@ -270,17 +270,17 @@ msgstr "
|
||||
msgid "function requires at least protocol version 3.0\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ 3.0 <20>汾<EFBFBD><E6B1BE>Э<EFBFBD><D0AD>\n"
|
||||
|
||||
# fe-exec.c:745
|
||||
# fe-exec.c:745
|
||||
#: fe-exec.c:854
|
||||
msgid "no connection to the server\n"
|
||||
msgstr "û<>е<EFBFBD><D0B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-exec.c:752
|
||||
# fe-exec.c:752
|
||||
#: fe-exec.c:861
|
||||
msgid "another command is already in progress\n"
|
||||
msgstr "<22>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>һ<EFBFBD><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD>\n"
|
||||
|
||||
# fe-exec.c:1371
|
||||
# fe-exec.c:1371
|
||||
#: fe-exec.c:1199
|
||||
#, c-format
|
||||
msgid "unexpected asyncStatus: %d\n"
|
||||
@ -290,149 +290,149 @@ msgstr "
|
||||
msgid "COPY terminated by new PQexec"
|
||||
msgstr "COPY <20><>һ<EFBFBD><D2BB><EFBFBD>µ<EFBFBD> PQexec <20><>ֹ"
|
||||
|
||||
# fe-exec.c:1421
|
||||
# fe-exec.c:1421
|
||||
#: fe-exec.c:1334
|
||||
msgid "COPY IN state must be terminated first\n"
|
||||
msgstr "COPY IN ״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD>Ƚ<EFBFBD><C8BD><EFBFBD>\n"
|
||||
|
||||
# fe-exec.c:1421
|
||||
# fe-exec.c:1421
|
||||
#: fe-exec.c:1354
|
||||
msgid "COPY OUT state must be terminated first\n"
|
||||
msgstr "COPY OUT ״̬<D7B4><CCAC><EFBFBD><EFBFBD><EFBFBD>Ƚ<EFBFBD><C8BD><EFBFBD>\n"
|
||||
|
||||
# fe-exec.c:1780
|
||||
# fe-exec.c:1780
|
||||
#: fe-exec.c:1464 fe-exec.c:1529 fe-exec.c:1614 fe-protocol2.c:1153
|
||||
#: fe-protocol3.c:1115
|
||||
msgid "no COPY in progress\n"
|
||||
msgstr "û<><C3BB><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD><EFBFBD> COPY\n"
|
||||
|
||||
# fe-exec.c:1884
|
||||
# fe-exec.c:1884
|
||||
#: fe-exec.c:1806
|
||||
msgid "connection in wrong state\n"
|
||||
msgstr "<22><><EFBFBD>Ӵ<EFBFBD><D3B4>ڴ<EFBFBD><DAB4><EFBFBD>״̬\n"
|
||||
|
||||
# fe-exec.c:2055
|
||||
# fe-exec.c:2055
|
||||
#: fe-exec.c:1837
|
||||
msgid "invalid ExecStatusType code"
|
||||
msgstr "<22>Ƿ<EFBFBD> ExecStatusType <20><><EFBFBD><EFBFBD>"
|
||||
|
||||
# fe-exec.c:2108 fe-exec.c:2141
|
||||
# fe-exec.c:2108 fe-exec.c:2141
|
||||
#: fe-exec.c:1901 fe-exec.c:1924
|
||||
#, c-format
|
||||
msgid "column number %d is out of range 0..%d"
|
||||
msgstr "<22>к<EFBFBD><D0BA><EFBFBD> %d <20><><EFBFBD><EFBFBD><EFBFBD>˷<EFBFBD>Χ 0..%d"
|
||||
|
||||
# fe-exec.c:2130
|
||||
# fe-exec.c:2130
|
||||
#: fe-exec.c:1917
|
||||
#, c-format
|
||||
msgid "row number %d is out of range 0..%d"
|
||||
msgstr "<22>к<EFBFBD><D0BA><EFBFBD> %d <20><><EFBFBD><EFBFBD><EFBFBD>˷<EFBFBD>Χ 0..%d"
|
||||
|
||||
# fe-exec.c:2325
|
||||
# fe-exec.c:2325
|
||||
#: fe-exec.c:2199
|
||||
#, c-format
|
||||
msgid "could not interpret result from server: %s"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Է<EFBFBD><D4B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ľ<EFBFBD><C4BD><EFBFBD>: %s"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-lobj.c:410 fe-lobj.c:495
|
||||
#, c-format
|
||||
msgid "could not open file \"%s\": %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD> \"%s\": %s\n"
|
||||
|
||||
# fe-lobj.c:412
|
||||
# fe-lobj.c:412
|
||||
#: fe-lobj.c:422
|
||||
#, c-format
|
||||
msgid "could not create large object for file \"%s\"\n"
|
||||
msgstr "<22><EFBFBD>Ϊ<EFBFBD>ļ<EFBFBD> \"%s\" <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-lobj.c:422 fe-lobj.c:472
|
||||
# fe-lobj.c:422 fe-lobj.c:472
|
||||
#: fe-lobj.c:432 fe-lobj.c:482
|
||||
#, c-format
|
||||
msgid "could not open large object %u\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><F2BFAAB4><EFBFBD><EFBFBD><EFBFBD> %u\n"
|
||||
|
||||
# fe-lobj.c:437
|
||||
# fe-lobj.c:437
|
||||
#: fe-lobj.c:447
|
||||
#, c-format
|
||||
msgid "error while reading file \"%s\"\n"
|
||||
msgstr "<22><>ȡ<EFBFBD>ļ<EFBFBD> \"%s\" ʱ<><CAB1><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-lobj.c:498
|
||||
# fe-lobj.c:498
|
||||
#: fe-lobj.c:510 fe-lobj.c:523
|
||||
#, c-format
|
||||
msgid "error while writing to file \"%s\"\n"
|
||||
msgstr "д<><D0B4><EFBFBD>ļ<EFBFBD> \"%s\" ʱ<><CAB1><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-lobj.c:564
|
||||
# fe-lobj.c:564
|
||||
#: fe-lobj.c:601
|
||||
msgid "query to initialize large object functions did not return data\n"
|
||||
msgstr "<22><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>IJ<EFBFBD>ѯû<D1AF>з<EFBFBD><D0B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-lobj.c:602
|
||||
# fe-lobj.c:602
|
||||
#: fe-lobj.c:639
|
||||
msgid "cannot determine OID of function lo_open\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lo_open <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:609
|
||||
# fe-lobj.c:609
|
||||
#: fe-lobj.c:646
|
||||
msgid "cannot determine OID of function lo_close\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lo_close <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:616
|
||||
# fe-lobj.c:616
|
||||
#: fe-lobj.c:653
|
||||
msgid "cannot determine OID of function lo_creat\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lo_creat <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:623
|
||||
# fe-lobj.c:623
|
||||
#: fe-lobj.c:660
|
||||
msgid "cannot determine OID of function lo_unlink\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lo_unlink <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:630
|
||||
# fe-lobj.c:630
|
||||
#: fe-lobj.c:667
|
||||
msgid "cannot determine OID of function lo_lseek\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lo_lseek <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:637
|
||||
# fe-lobj.c:637
|
||||
#: fe-lobj.c:674
|
||||
msgid "cannot determine OID of function lo_tell\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lo_tell <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:644
|
||||
# fe-lobj.c:644
|
||||
#: fe-lobj.c:681
|
||||
msgid "cannot determine OID of function loread\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> loread <20><> OID\n"
|
||||
|
||||
# fe-lobj.c:651
|
||||
# fe-lobj.c:651
|
||||
#: fe-lobj.c:688
|
||||
msgid "cannot determine OID of function lowrite\n"
|
||||
msgstr "<22><EFBFBD><DEB7>жϺ<D0B6><CFBA><EFBFBD> lowrite <20><> OID\n"
|
||||
|
||||
# fe-misc.c:303
|
||||
# fe-misc.c:303
|
||||
#: fe-misc.c:228
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqGetInt"
|
||||
msgstr "pgGetInt <20><>֧<EFBFBD>ִ<EFBFBD>СΪ %lu <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
# fe-misc.c:341
|
||||
# fe-misc.c:341
|
||||
#: fe-misc.c:264
|
||||
#, c-format
|
||||
msgid "integer of size %lu not supported by pqPutInt"
|
||||
msgstr "pgPutInt <20><>֧<EFBFBD>ִ<EFBFBD>СΪ %lu <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
|
||||
# fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
|
||||
# fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
|
||||
#: fe-misc.c:544 fe-misc.c:748
|
||||
msgid "connection not open\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-misc.c:515 fe-misc.c:595
|
||||
# fe-misc.c:515 fe-misc.c:595
|
||||
#: fe-misc.c:610 fe-misc.c:701
|
||||
#, c-format
|
||||
msgid "could not receive data from server: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7>ӷ<EFBFBD><D3B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
# fe-misc.c:612 fe-misc.c:686
|
||||
# fe-misc.c:612 fe-misc.c:686
|
||||
#: fe-misc.c:718 fe-misc.c:786
|
||||
msgid ""
|
||||
"server closed the connection unexpectedly\n"
|
||||
@ -443,7 +443,7 @@ msgstr ""
|
||||
"\t<><74><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ͨ<EFBFBD><CDA8><EFBFBD><EFBFBD>ζ<EFBFBD>ŷ<EFBFBD><C5B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮ǰ\n"
|
||||
"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֹ\n"
|
||||
|
||||
# fe-misc.c:702
|
||||
# fe-misc.c:702
|
||||
#: fe-misc.c:803
|
||||
#, c-format
|
||||
msgid "could not send data to server: %s\n"
|
||||
@ -453,24 +453,24 @@ msgstr "
|
||||
msgid "timeout expired\n"
|
||||
msgstr "<22><>ʱ<EFBFBD><CAB1>\n"
|
||||
|
||||
# fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
|
||||
# fe-misc.c:450 fe-misc.c:642 fe-misc.c:798
|
||||
#: fe-misc.c:968
|
||||
msgid "socket not open\n"
|
||||
msgstr "<22><EFBFBD><D7BD><EFBFBD>δ<EFBFBD><CEB4><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-misc.c:389 fe-misc.c:423 fe-misc.c:838
|
||||
# fe-misc.c:389 fe-misc.c:423 fe-misc.c:838
|
||||
#: fe-misc.c:991
|
||||
#, c-format
|
||||
msgid "select() failed: %s\n"
|
||||
msgstr "select() ʧ<><CAA7>: %s\n"
|
||||
|
||||
# fe-connect.c:1549
|
||||
# fe-connect.c:1549
|
||||
#: fe-protocol2.c:91
|
||||
#, c-format
|
||||
msgid "invalid setenv state %c, probably indicative of memory corruption\n"
|
||||
msgstr "<22><>Ч<EFBFBD><D0A7> setenv ״̬ %c, <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ汻<DAB4>ƻ<EFBFBD>\n"
|
||||
|
||||
# fe-connect.c:1549
|
||||
# fe-connect.c:1549
|
||||
#: fe-protocol2.c:333
|
||||
#, c-format
|
||||
msgid "invalid state %c, probably indicative of memory corruption\n"
|
||||
@ -502,14 +502,14 @@ msgstr ""
|
||||
"server sent binary data (\"B\" message) without prior row description (\"T\" "
|
||||
"message)"
|
||||
|
||||
# fe-connect.c:1378
|
||||
# fe-connect.c:1378
|
||||
#: fe-protocol2.c:548 fe-protocol3.c:344
|
||||
#, c-format
|
||||
msgid "unexpected response from server; first received character was \"%c\"\n"
|
||||
msgstr "<22><><EFBFBD>Է<EFBFBD><D4B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ļ<EFBFBD>ִ, <20><>һ<EFBFBD><D2BB><EFBFBD>յ<EFBFBD><D5B5><EFBFBD><EFBFBD>ַ<EFBFBD><D6B7><EFBFBD> \"%c\"\n"
|
||||
|
||||
# fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
|
||||
# fe-lobj.c:536
|
||||
# fe-connect.c:2427 fe-connect.c:2436 fe-connect.c:2933 fe-exec.c:1284
|
||||
# fe-lobj.c:536
|
||||
#: fe-protocol2.c:760 fe-protocol3.c:577
|
||||
msgid "out of memory for query result\n"
|
||||
msgstr "Ϊ<><CEAA>ѯ<EFBFBD><D1AF><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD><DAB4>þ<EFBFBD>\n"
|
||||
@ -608,7 +608,7 @@ msgstr "SSL SYSCALL
|
||||
msgid "SSL SYSCALL error: EOF detected\n"
|
||||
msgstr "SSL SYSCALL <20><><EFBFBD><EFBFBD>: <20><><EFBFBD>ֽ<EFBFBD><D6BD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-auth.c:232
|
||||
# fe-auth.c:232
|
||||
#: fe-secure.c:359 fe-secure.c:454 fe-secure.c:1080
|
||||
#, c-format
|
||||
msgid "SSL error: %s\n"
|
||||
@ -619,13 +619,13 @@ msgstr "SSL
|
||||
msgid "unrecognized SSL error code: %d\n"
|
||||
msgstr "δ֪<CEB4><D6AA> SSL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>: %d\n"
|
||||
|
||||
# fe-lobj.c:498
|
||||
# fe-lobj.c:498
|
||||
#: fe-secure.c:533
|
||||
#, c-format
|
||||
msgid "error querying socket: %s\n"
|
||||
msgstr "<22><>ѯ<EFBFBD><EFBFBD><D7BD>ִ<EFBFBD><D6B4><EFBFBD>: %s\n"
|
||||
|
||||
# fe-connect.c:1263
|
||||
# fe-connect.c:1263
|
||||
#: fe-secure.c:561
|
||||
#, c-format
|
||||
msgid "could not get information about host \"%s\": %s\n"
|
||||
@ -645,18 +645,18 @@ msgstr "
|
||||
msgid "server common name \"%s\" does not resolve to peer address\n"
|
||||
msgstr "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> \"%s\" <20><><EFBFBD>ܽ<EFBFBD><DCBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Զ˵<D4B6>ַ\n"
|
||||
|
||||
# fe-connect.c:1263
|
||||
# fe-connect.c:1263
|
||||
#: fe-secure.c:791
|
||||
msgid "could not get user information\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD>ȡ<EFBFBD>û<EFBFBD><C3BB><EFBFBD>Ϣ\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure.c:801
|
||||
#, c-format
|
||||
msgid "could not open certificate file \"%s\": %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD>֤<EFBFBD><D6A4><EFBFBD>ļ<EFBFBD> \"%s\": %s\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure.c:810
|
||||
#, c-format
|
||||
msgid "could not read certificate file \"%s\": %s\n"
|
||||
@ -672,7 +672,7 @@ msgstr "
|
||||
msgid "private key file \"%s\" has wrong permissions\n"
|
||||
msgstr "˽Կ<CBBD>ļ<EFBFBD> \"%s\" <20>д<EFBFBD><D0B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\n"
|
||||
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
# fe-lobj.c:400 fe-lobj.c:483
|
||||
#: fe-secure.c:839
|
||||
#, c-format
|
||||
msgid "could not open private key file \"%s\": %s\n"
|
||||
@ -683,7 +683,7 @@ msgstr "
|
||||
msgid "private key file \"%s\" changed during execution\n"
|
||||
msgstr "<22><>ִ<EFBFBD>й<EFBFBD><D0B9><EFBFBD><EFBFBD><EFBFBD>˽Կ<CBBD>ļ<EFBFBD> \"%s\" <20>ı<EFBFBD><C4B1><EFBFBD>\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
# fe-connect.c:891
|
||||
#: fe-secure.c:855
|
||||
#, c-format
|
||||
msgid "could not read private key file \"%s\": %s\n"
|
||||
@ -699,7 +699,7 @@ msgstr "֤
|
||||
msgid "could not create SSL context: %s\n"
|
||||
msgstr "<22><EFBFBD><DEB7><EFBFBD><EFBFBD><EFBFBD> SSL <20><><EFBFBD><EFBFBD>: %s\n"
|
||||
|
||||
# fe-connect.c:891
|
||||
# fe-connect.c:891
|
||||
#: fe-secure.c:996
|
||||
#, c-format
|
||||
msgid "could not read root certificate file \"%s\": %s\n"
|
||||
|
Reference in New Issue
Block a user