1# Traditional Chinese Messages for popt 2# Copyright (C) 2005 Free Software Foundation, Inc. 3# Wei-Lun Chao <chaoweilun@pcmail.com.tw>, 2005 4# 5msgid "" 6msgstr "" 7"Project-Id-Version: popt 1.11\n" 8"Report-Msgid-Bugs-To: <rpm-maint@lists.rpm.org>\n" 9"POT-Creation-Date: 2022-09-16 10:04+0300\n" 10"PO-Revision-Date: 2005-04-08 17:52+0800\n" 11"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n" 12"Language-Team: zh_TW <zh-l10n@linux.org.tw>\n" 13"Language: zh_TW\n" 14"MIME-Version: 1.0\n" 15"Content-Type: text/plain; charset=UTF-8\n" 16"Content-Transfer-Encoding: 8bit\n" 17 18#: src/popt.c:46 19msgid "unknown errno" 20msgstr "未知的錯誤" 21 22#: src/popt.c:1200 23#, fuzzy, c-format 24msgid "option type (%u) not implemented in popt\n" 25msgstr "選項類型 (%d) 沒有在 popt 中實作\n" 26 27#: src/popt.c:1638 28msgid "missing argument" 29msgstr "缺少引數" 30 31#: src/popt.c:1640 32msgid "option does not take an argument" 33msgstr "" 34 35#: src/popt.c:1642 36msgid "unknown option" 37msgstr "未知的選項" 38 39#: src/popt.c:1644 40msgid "mutually exclusive logical operations requested" 41msgstr "需要相互獨立的邏輯運算" 42 43#: src/popt.c:1646 44msgid "opt->arg should not be NULL" 45msgstr "opt->arg 不應為 NULL" 46 47#: src/popt.c:1648 48msgid "aliases nested too deeply" 49msgstr "巢狀別名太深" 50 51#: src/popt.c:1650 52msgid "error in parameter quoting" 53msgstr "參數引號錯誤" 54 55#: src/popt.c:1652 56msgid "invalid numeric value" 57msgstr "不正確的數值" 58 59#: src/popt.c:1654 60msgid "number too large or too small" 61msgstr "數字太大或太小" 62 63#: src/popt.c:1656 64msgid "memory allocation failed" 65msgstr "記憶體配置錯誤" 66 67#: src/popt.c:1658 68msgid "config file failed sanity test" 69msgstr "" 70 71#: src/popt.c:1662 72msgid "unknown error" 73msgstr "未知的錯誤" 74 75#: src/popthelp.c:64 src/popthelp.c:72 76msgid "Show this help message" 77msgstr "顯示本說明訊息" 78 79#: src/popthelp.c:65 src/popthelp.c:73 80msgid "Display brief usage message" 81msgstr "顯示簡短的使用說明" 82 83#: src/popthelp.c:76 84msgid "Display option defaults in message" 85msgstr "在訊息中顯示預設選項" 86 87#: src/popthelp.c:78 88msgid "Terminate options" 89msgstr "" 90 91#: src/popthelp.c:170 92msgid "Help options:" 93msgstr "" 94 95#: src/popthelp.c:171 96msgid "Options implemented via popt alias/exec:" 97msgstr "" 98 99#: src/popthelp.c:179 100msgid "NONE" 101msgstr "NONE" 102 103#: src/popthelp.c:181 104msgid "VAL" 105msgstr "VAL" 106 107#: src/popthelp.c:185 108msgid "INT" 109msgstr "INT" 110 111#: src/popthelp.c:186 112msgid "SHORT" 113msgstr "" 114 115#: src/popthelp.c:187 116msgid "LONG" 117msgstr "LONG" 118 119#: src/popthelp.c:188 120#, fuzzy 121msgid "LONGLONG" 122msgstr "LONG" 123 124#: src/popthelp.c:189 125msgid "STRING" 126msgstr "STRING" 127 128#: src/popthelp.c:190 129msgid "FLOAT" 130msgstr "FLOAT" 131 132#: src/popthelp.c:191 133msgid "DOUBLE" 134msgstr "DOUBLE" 135 136#: src/popthelp.c:194 137msgid "ARG" 138msgstr "ARG" 139 140#: src/popthelp.c:615 141msgid "Usage:" 142msgstr "用法:" 143 144#: src/popthelp.c:640 145msgid "[OPTION...]" 146msgstr "[選項...]" 147