1# translation of translation.po to 2# Simplified Chinese Messages for popt 3# Copyright (C) 2005, 2007 Free Software Foundation, Inc. 4# Wei-Lun Chao <chaoweilun@pcmail.com.tw>, 2005. 5# LI Daobing <lidaobing@gmail.com>, 2007, 2008. 6# 7msgid "" 8msgstr "" 9"Project-Id-Version: popt 1.14\n" 10"Report-Msgid-Bugs-To: <rpm-maint@lists.rpm.org>\n" 11"POT-Creation-Date: 2020-06-23 13:29+0300\n" 12"PO-Revision-Date: 2008-02-18 20:16+0800\n" 13"Last-Translator: LI Daobing <lidaobing@gmail.com>\n" 14"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" 15"Language: zh_CN\n" 16"MIME-Version: 1.0\n" 17"Content-Type: text/plain; charset=UTF-8\n" 18"Content-Transfer-Encoding: 8bit\n" 19 20#: src/popt.c:46 21msgid "unknown errno" 22msgstr "未知的错误" 23 24#: src/popt.c:1206 25#, c-format 26msgid "option type (%u) not implemented in popt\n" 27msgstr "选项类别 (%u) 没有在 popt 中实现\n" 28 29#: src/popt.c:1625 30msgid "missing argument" 31msgstr "缺少参数" 32 33#: src/popt.c:1627 34msgid "unknown option" 35msgstr "未知的选项" 36 37#: src/popt.c:1629 38msgid "mutually exclusive logical operations requested" 39msgstr "需要 XOR 逻辑运算" 40 41#: src/popt.c:1631 42msgid "opt->arg should not be NULL" 43msgstr "opt->arg 不应该为 NULL" 44 45#: src/popt.c:1633 46msgid "aliases nested too deeply" 47msgstr "别名嵌套太深" 48 49#: src/popt.c:1635 50msgid "error in parameter quoting" 51msgstr "参数引号错误" 52 53#: src/popt.c:1637 54msgid "invalid numeric value" 55msgstr "无效的数值" 56 57#: src/popt.c:1639 58msgid "number too large or too small" 59msgstr "数值太大或太小" 60 61#: src/popt.c:1641 62msgid "memory allocation failed" 63msgstr "内存分配错误" 64 65#: src/popt.c:1643 66msgid "config file failed sanity test" 67msgstr "" 68 69#: src/popt.c:1647 70msgid "unknown error" 71msgstr "未知的错误" 72 73#: src/popthelp.c:64 src/popthelp.c:72 74msgid "Show this help message" 75msgstr "显示这个帮助信息" 76 77#: src/popthelp.c:65 src/popthelp.c:73 78msgid "Display brief usage message" 79msgstr "显示简短的使用说明" 80 81#: src/popthelp.c:76 82msgid "Display option defaults in message" 83msgstr "在信息中显示默认的选项" 84 85#: src/popthelp.c:78 86msgid "Terminate options" 87msgstr "终止选项" 88 89#: src/popthelp.c:170 90msgid "Help options:" 91msgstr "帮助选项:" 92 93#: src/popthelp.c:171 94msgid "Options implemented via popt alias/exec:" 95msgstr "通过 popt alias/exec 实现的选项:" 96 97#: src/popthelp.c:179 98msgid "NONE" 99msgstr "NONE" 100 101#: src/popthelp.c:181 102msgid "VAL" 103msgstr "VAL" 104 105#: src/popthelp.c:185 106msgid "INT" 107msgstr "INT" 108 109#: src/popthelp.c:186 110msgid "SHORT" 111msgstr "" 112 113#: src/popthelp.c:187 114msgid "LONG" 115msgstr "LONG" 116 117#: src/popthelp.c:188 118msgid "LONGLONG" 119msgstr "LONGLONG" 120 121#: src/popthelp.c:189 122msgid "STRING" 123msgstr "STRING" 124 125#: src/popthelp.c:190 126msgid "FLOAT" 127msgstr "FLOAT" 128 129#: src/popthelp.c:191 130msgid "DOUBLE" 131msgstr "DOUBLE" 132 133#: src/popthelp.c:194 134msgid "ARG" 135msgstr "ARG" 136 137#: src/popthelp.c:616 138msgid "Usage:" 139msgstr "用法:" 140 141#: src/popthelp.c:638 142msgid "[OPTION...]" 143msgstr "[选项...]" 144