Tizen 2.1 base
[external/popt.git] / po / zh_CN.po
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 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: popt 1.14\n"
10 "Report-Msgid-Bugs-To: <popt-devel@rpm5.org>\n"
11 "POT-Creation-Date: 2010-02-17 13:35-0500\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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: popt.c:47
20 msgid "unknown errno"
21 msgstr "未知的错误"
22
23 #: popt.c:1290
24 #, c-format
25 msgid "option type (%u) not implemented in popt\n"
26 msgstr "选项类别 (%u) 没有在 popt 中实现\n"
27
28 #: popt.c:1711
29 msgid "missing argument"
30 msgstr "缺少参数"
31
32 #: popt.c:1713
33 msgid "unknown option"
34 msgstr "未知的选项"
35
36 #: popt.c:1715
37 msgid "mutually exclusive logical operations requested"
38 msgstr "需要 XOR 逻辑运算"
39
40 #: popt.c:1717
41 msgid "opt->arg should not be NULL"
42 msgstr "opt->arg 不应该为 NULL"
43
44 #: popt.c:1719
45 msgid "aliases nested too deeply"
46 msgstr "别名嵌套太深"
47
48 #: popt.c:1721
49 msgid "error in parameter quoting"
50 msgstr "参数引号错误"
51
52 #: popt.c:1723
53 msgid "invalid numeric value"
54 msgstr "无效的数值"
55
56 #: popt.c:1725
57 msgid "number too large or too small"
58 msgstr "数值太大或太小"
59
60 #: popt.c:1727
61 msgid "memory allocation failed"
62 msgstr "内存分配错误"
63
64 #: popt.c:1729
65 msgid "config file failed sanity test"
66 msgstr ""
67
68 #: popt.c:1733
69 msgid "unknown error"
70 msgstr "未知的错误"
71
72 #: popthelp.c:75 popthelp.c:86
73 msgid "Show this help message"
74 msgstr "显示这个帮助信息"
75
76 #: popthelp.c:76 popthelp.c:87
77 msgid "Display brief usage message"
78 msgstr "显示简短的使用说明"
79
80 #: popthelp.c:90
81 msgid "Display option defaults in message"
82 msgstr "在信息中显示默认的选项"
83
84 #: popthelp.c:92
85 msgid "Terminate options"
86 msgstr "终止选项"
87
88 #: popthelp.c:191
89 msgid "Help options:"
90 msgstr "帮助选项:"
91
92 #: popthelp.c:192
93 msgid "Options implemented via popt alias/exec:"
94 msgstr "通过 popt alias/exec 实现的选项:"
95
96 #: popthelp.c:200
97 msgid "NONE"
98 msgstr "NONE"
99
100 #: popthelp.c:202
101 msgid "VAL"
102 msgstr "VAL"
103
104 #: popthelp.c:206
105 msgid "INT"
106 msgstr "INT"
107
108 #: popthelp.c:207
109 msgid "SHORT"
110 msgstr ""
111
112 #: popthelp.c:208
113 msgid "LONG"
114 msgstr "LONG"
115
116 #: popthelp.c:209
117 msgid "LONGLONG"
118 msgstr "LONGLONG"
119
120 #: popthelp.c:210
121 msgid "STRING"
122 msgstr "STRING"
123
124 #: popthelp.c:211
125 msgid "FLOAT"
126 msgstr "FLOAT"
127
128 #: popthelp.c:212
129 msgid "DOUBLE"
130 msgstr "DOUBLE"
131
132 #: popthelp.c:215
133 msgid "ARG"
134 msgstr "ARG"
135
136 #: popthelp.c:649
137 msgid "Usage:"
138 msgstr "用法:"
139
140 #: popthelp.c:672
141 msgid "[OPTION...]"
142 msgstr "[选项...]"