# Traditional Chinese translation for pg_resetxlog.
# 2003-02-11 Zhenbang Wei <forth@zbwei.net>
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 7.3\n"
"POT-Creation-Date: 2002-12-12 04:18-0500\n"
"PO-Revision-Date: 2003-02-11 01:00:00+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=Big5\n"
"Content-Transfer-Encoding: 8bit\n"

#: pg_resetxlog.c:144
#, c-format
msgid "%s: invalid argument for -x option\n"
msgstr "%s: 不能做為 -x 選項的參數\n"

#: pg_resetxlog.c:145 pg_resetxlog.c:160 pg_resetxlog.c:175 pg_resetxlog.c:182
#: pg_resetxlog.c:188 pg_resetxlog.c:196
#, c-format
msgid "Try '%s --help' for more information.\n"
msgstr "輸入 '%s --help' 以顯示更多的訊息。\n"

#: pg_resetxlog.c:150
#, c-format
msgid "%s: transaction ID (-x) must not be 0\n"
msgstr "%s: 交易 ID (-x) 不能為 0\n"

#: pg_resetxlog.c:159
#, c-format
msgid "%s: invalid argument for -o option\n"
msgstr "%s: 不能做為 -o 選項的參數\n"

#: pg_resetxlog.c:165
#, c-format
msgid "%s: OID (-o) must not be 0\n"
msgstr "%s: OID (-o) 不能為 0\n"

#: pg_resetxlog.c:174 pg_resetxlog.c:181
#, c-format
msgid "%s: invalid argument for -l option\n"
msgstr "%s: 不能做為 -l 選項的參數\n"

#: pg_resetxlog.c:195
#, c-format
msgid "%s: no data directory specified\n"
msgstr "%s: 沒有指定資料目錄\n"

#: pg_resetxlog.c:215 pg_resetxlog.c:311
#, c-format
msgid "%s: could not open %s for reading: %s\n"
msgstr "%s: 無法開啟 %s 讀取資料: %s\n"

#: pg_resetxlog.c:221
#, c-format
msgid ""
"%s: lock file %s exists\n"
"Is a server running? If not, delete the lock file and try again.\n"
msgstr ""
"%s: 鎖定檔案 %s 已經存在\n"
"是否已有伺服器在執行？如果沒有，請將鎖定檔案刪除然後再試一次。\n"

#: pg_resetxlog.c:260
msgid ""
"\n"
"If these values seem acceptable, use -f to force reset.\n"
msgstr ""
"\n"
"如果這些值可接受，用 -f 強制重置。\n"

#: pg_resetxlog.c:272
msgid ""
"The database server was not shut down cleanly.\n"
"Resetting the transaction log may cause data to be lost.\n"
"If you want to proceed anyway, use -f to force reset.\n"
msgstr ""
"資料庫伺服器沒有正常關閉，\n"
"重置交易日誌有可能會導致資料遺失，\n"
"如果你仍想繼續，用 -f 強制重置。\n"

#: pg_resetxlog.c:285
msgid "Transaction log reset\n"
msgstr "交易日誌重置\n"

#: pg_resetxlog.c:314
#, c-format
msgid ""
"If you are sure the data directory path is correct, do\n"
"  touch %s\n"
"and try again.\n"
msgstr ""
"如果你確定資料目錄路徑是正確的，執行\n"
"  touch %s\n"
"然後再試一次. \n"

#: pg_resetxlog.c:327
#, c-format
msgid "%s: could not read %s: %s\n"
msgstr "%s: 無法讀取 %s: %s\n"

#: pg_resetxlog.c:350
#, c-format
msgid "%s: pg_control exists but has invalid CRC; proceed with caution\n"
msgstr "%s: pg_control 已存在，但有無效的CRC；提出警告並繼續執行\n"

#: pg_resetxlog.c:359
#, c-format
msgid "%s: pg_control exists but is broken or unknown version; ignoring it\n"
msgstr "%s: pg_control 已存在，但是已經損壞或版本不合，所以將忽略它\n"

#: pg_resetxlog.c:410
#, c-format
msgid "%s: invalid LC_COLLATE setting\n"
msgstr "%s: 無效的 LC_COLLATE 設定\n"

#: pg_resetxlog.c:417
#, c-format
msgid "%s: invalid LC_CTYPE setting\n"
msgstr "%s: 無效的 LC_CTYPE 設定\n"

#: pg_resetxlog.c:439
msgid ""
"Guessed pg_control values:\n"
"\n"
msgstr ""
"猜測的 pg_control 值:\n"
"\n"

#: pg_resetxlog.c:441
msgid ""
"pg_control values:\n"
"\n"
msgstr ""
"pg_control 值:\n"
"\n"

#: pg_resetxlog.c:443
#, c-format
msgid "pg_control version number:            %u\n"
msgstr "pg_control 版本:            %u\n"

#: pg_resetxlog.c:444
#, c-format
msgid "Catalog version number:               %u\n"
msgstr "Catalog 版本:               %u\n"

#: pg_resetxlog.c:445
#, c-format
msgid "Current log file ID:                  %u\n"
msgstr "目前日誌檔案ID:                  %u\n"

#: pg_resetxlog.c:446
#, c-format
msgid "Next log file segment:                %u\n"
msgstr "下一個日誌檔案區段:                %u\n"

#: pg_resetxlog.c:447
#, c-format
msgid "Latest checkpoint's StartUpID:        %u\n"
msgstr "最新檢查點的 StartUpID:        %u\n"

#: pg_resetxlog.c:448
#, c-format
msgid "Latest checkpoint's NextXID:          %u\n"
msgstr "最新檢查點的 NextXID:          %u\n"

#: pg_resetxlog.c:449
#, c-format
msgid "Latest checkpoint's NextOID:          %u\n"
msgstr "最新檢查點的 NextOID:          %u\n"

#: pg_resetxlog.c:450
#, c-format
msgid "Database block size:                  %u\n"
msgstr "資料庫區塊大小:                  %u\n"

#: pg_resetxlog.c:451
#, c-format
msgid "Blocks per segment of large relation: %u\n"
msgstr "大型關聯的區段塊數: %u\n"

#: pg_resetxlog.c:452
#, c-format
msgid "Maximum length of identifiers:        %u\n"
msgstr "識別字的最大長度:        %u\n"

#: pg_resetxlog.c:453
#, c-format
msgid "Maximum number of function arguments: %u\n"
msgstr "函式參數的最大個數: %u\n"

#: pg_resetxlog.c:454
#, c-format
msgid "Date/time type storage:               %s\n"
msgstr "日期/時間類型的存儲:               %s\n"

#: pg_resetxlog.c:455
msgid "64-bit integers"
msgstr "64位元整數"

#: pg_resetxlog.c:455
msgid "Floating point"
msgstr "浮點數"

#: pg_resetxlog.c:456
#, c-format
msgid "Maximum length of locale name:        %u\n"
msgstr "locale名稱的最大長度:        %u\n"

#: pg_resetxlog.c:457
#, c-format
msgid "LC_COLLATE:                           %s\n"
msgstr ""

#: pg_resetxlog.c:458
#, c-format
msgid "LC_CTYPE:                             %s\n"
msgstr ""

#: pg_resetxlog.c:511
#, c-format
msgid ""
"%s: internal error -- sizeof(ControlFileData) is too large ... fix xlog.c\n"
msgstr ""
"%s: 內部錯誤 -- sizeof(ControlFileData) 太大 ... 修正 xlog.c\n"

#: pg_resetxlog.c:524
#, c-format
msgid "%s: could not create pg_control file: %s\n"
msgstr "%s: 無法建立 pg_control 檔案: %s\n"

#: pg_resetxlog.c:535
#, c-format
msgid "%s: could not write pg_control file: %s\n"
msgstr "%s: 無法寫入 pg_control 檔案: %s\n"

#: pg_resetxlog.c:542 pg_resetxlog.c:683
#, c-format
msgid "%s: fsync error: %s\n"
msgstr "%s: fsync 錯誤: %s\n"

#: pg_resetxlog.c:563
#, c-format
msgid "%s: could not open directory %s: %s\n"
msgstr "%s: 無法開啟目錄 %s: %s\n"

#: pg_resetxlog.c:577
#, c-format
msgid "%s: could not delete file %s: %s\n"
msgstr "%s: 無法刪除檔案 %s: %s\n"

#: pg_resetxlog.c:587
#, c-format
msgid "%s: could not read from directory %s: %s\n"
msgstr "%s: 無法從目錄 %s 中讀取: %s\n"

#: pg_resetxlog.c:650
#, c-format
msgid "%s: could not open %s: %s\n"
msgstr "%s: 無法開啟 %s: %s\n"

#: pg_resetxlog.c:661 pg_resetxlog.c:675
#, c-format
msgid "%s: could not write %s: %s\n"
msgstr "%s: 無法寫入 %s: %s\n"

#: pg_resetxlog.c:694
#, c-format
msgid ""
"%s resets the PostgreSQL transaction log.\n"
"\n"
msgstr ""
"%s 重置 PostgreSQL 交易日誌。\n"
"\n"

#: pg_resetxlog.c:695
#, c-format
msgid ""
"Usage:\n"
"  %s [OPTION]... DATADIR\n"
"\n"
msgstr ""
"使用方法:\n"
"  %s [選項] 資料目錄\n"
"\n"

#: pg_resetxlog.c:696
msgid "Options:\n"
msgstr "選項:\n"

#: pg_resetxlog.c:697
msgid "  -f              force update to be done\n"
msgstr "  -f              強制更新\n"

#: pg_resetxlog.c:698
msgid ""
"  -l FILEID,SEG   force minimum WAL starting location for new transaction "
"log\n"
msgstr ""
"  -l FILEID,SEG   在新的交易日誌中強制最小 WAL 起始位置\n"

#: pg_resetxlog.c:699
msgid ""
"  -n              no update, just show extracted control values (for "
"testing)\n"
msgstr ""
"  -n              未更新，只顯示取得的控制值(測試用)\n"

#: pg_resetxlog.c:700
msgid "  -o OID          set next OID\n"
msgstr "  -o OID          設定下一個OID\n"

#: pg_resetxlog.c:701
msgid "  -x XID          set next transaction ID\n"
msgstr "  -x XID          設定下一個交易ID\n"

#: pg_resetxlog.c:702
msgid "  --help          show this help, then exit\n"
msgstr "  --help          顯示選項說明然後結束\n"

#: pg_resetxlog.c:703
msgid "  --version       output version information, then exit\n"
msgstr "  --version       顯示版本資訊然後結束\n"

#: pg_resetxlog.c:704
msgid ""
"\n"
"Report bugs to <pgsql-bugs@postgresql.org>.\n"
msgstr ""
"\n"
"請向<pgsql-bugs@postgresql.org>回報錯誤。\n"
