1# Traditional Chinese Messages for libiconv
2# Copyright (C) 2003, 05 Free Software Foundation, Inc.
3# Wang Jian <lark@linux.net.cn>, 2003
4# Wei-Lun Chao <chaoweilun@pcmail.com.tw>, 2005
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: libiconv 1.9.1\n"
9"Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
10"POT-Creation-Date: 2006-07-19 21:16+0200\n"
11"PO-Revision-Date: 2005-08-25 10:54+0800\n"
12"Last-Translator: Wei-Lun Chao <chaoweilun@pcmail.com.tw>\n"
13"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Plural-Forms: nplurals=1; plural=0;\n"
18
19#: src/iconv.c:107
20msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
21msgstr "���������iconv [-c] [-s] [-f ������������] [-t ������������] [������ ...]"
22
23#: src/iconv.c:109
24msgid "or:    iconv -l"
25msgstr "������  iconv -l"
26
27#: src/iconv.c:111
28#, c-format
29msgid "Try `%s --help' for more information.\n"
30msgstr ""
31
32#: src/iconv.c:114
33#, c-format, no-wrap
34msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
35msgstr ""
36
37#: src/iconv.c:118
38#, fuzzy, c-format, no-wrap
39msgid "or:    %s -l\n"
40msgstr "������  iconv -l"
41
42#: src/iconv.c:123
43#, c-format, no-wrap
44msgid "Converts text from one encoding to another encoding.\n"
45msgstr ""
46
47#: src/iconv.c:127
48#, c-format, no-wrap
49msgid "Options controlling the input and output format:\n"
50msgstr ""
51
52#: src/iconv.c:130
53#, c-format, no-wrap
54msgid ""
55"  -f ENCODING, --from-code=ENCODING\n"
56"                              the encoding of the input\n"
57msgstr ""
58
59#: src/iconv.c:134
60#, c-format, no-wrap
61msgid ""
62"  -t ENCODING, --to-code=ENCODING\n"
63"                              the encoding of the output\n"
64msgstr ""
65
66#: src/iconv.c:139
67#, c-format, no-wrap
68msgid "Options controlling conversion problems:\n"
69msgstr ""
70
71#: src/iconv.c:142
72#, c-format, no-wrap
73msgid "  -c                          discard unconvertible characters\n"
74msgstr ""
75
76#: src/iconv.c:145
77#, c-format, no-wrap
78msgid ""
79"  --unicode-subst=FORMATSTRING\n"
80"                              substitution for unconvertible Unicode characters\n"
81msgstr ""
82
83#: src/iconv.c:149
84#, c-format, no-wrap
85msgid "  --byte-subst=FORMATSTRING   substitution for unconvertible bytes\n"
86msgstr ""
87
88#: src/iconv.c:152
89#, c-format, no-wrap
90msgid ""
91"  --widechar-subst=FORMATSTRING\n"
92"                              substitution for unconvertible wide characters\n"
93msgstr ""
94
95#: src/iconv.c:157
96#, c-format, no-wrap
97msgid "Options controlling error output:\n"
98msgstr ""
99
100#: src/iconv.c:160
101#, c-format, no-wrap
102msgid "  -s, --silent                suppress error messages about conversion problems\n"
103msgstr ""
104
105#: src/iconv.c:164
106#, c-format, no-wrap
107msgid "Informative output:\n"
108msgstr ""
109
110#: src/iconv.c:167
111#, c-format, no-wrap
112msgid "  -l, --list                  list the supported encodings\n"
113msgstr ""
114
115#: src/iconv.c:170
116#, c-format, no-wrap
117msgid "  --help                      display this help and exit\n"
118msgstr ""
119
120#: src/iconv.c:173
121#, c-format, no-wrap
122msgid "  --version                   output version information and exit\n"
123msgstr ""
124
125#: src/iconv.c:176
126msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
127msgstr ""
128
129#: src/iconv.c:186
130#, c-format
131msgid ""
132"This is free software; see the source for copying conditions.  There is NO\n"
133"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
134msgstr ""
135"���������������������������������������������������������������������������������������������������������\n"
136"������������������������\n"
137
138#: src/iconv.c:189
139#, c-format
140msgid "Written by %s.\n"
141msgstr "������ %s���\n"
142
143#: src/iconv.c:280
144#, c-format
145msgid ""
146"%s argument: A format directive with a variable width is not allowed here."
147msgstr ""
148
149#: src/iconv.c:291
150#, c-format
151msgid ""
152"%s argument: A format directive with a variable precision is not allowed "
153"here."
154msgstr ""
155
156#: src/iconv.c:303
157#, c-format
158msgid "%s argument: A format directive with a size is not allowed here."
159msgstr ""
160
161#: src/iconv.c:341
162#, c-format
163msgid "%s argument: The string ends in the middle of a directive."
164msgstr ""
165
166#: src/iconv.c:343
167#, c-format
168msgid "%s argument: The character '%c' is not a valid conversion specifier."
169msgstr ""
170
171#: src/iconv.c:345
172#, c-format
173msgid ""
174"%s argument: The character that terminates the format directive is not a "
175"valid conversion specifier."
176msgstr ""
177
178#: src/iconv.c:356
179#, c-format
180msgid ""
181"%s argument: The format string consumes more than one argument: %u argument."
182msgid_plural ""
183"%s argument: The format string consumes more than one argument: %u arguments."
184msgstr[0] ""
185
186#: src/iconv.c:411
187#, c-format
188msgid "cannot convert byte substitution to Unicode: %s"
189msgstr ""
190
191#: src/iconv.c:447
192#, c-format
193msgid "cannot convert unicode substitution to target encoding: %s"
194msgstr ""
195
196#: src/iconv.c:484
197#, c-format
198msgid "cannot convert byte substitution to wide string: %s"
199msgstr ""
200
201#: src/iconv.c:521
202#, c-format
203msgid "cannot convert widechar substitution to target encoding: %s"
204msgstr ""
205
206#: src/iconv.c:558
207#, c-format
208msgid "cannot convert byte substitution to target encoding: %s"
209msgstr ""
210
211#: src/iconv.c:592 src/iconv.c:636 src/iconv.c:710
212#, fuzzy, c-format
213msgid "%s:%u:%u: incomplete character or shift sequence"
214msgstr "iconv���%s���������������������������������������\n"
215
216#: src/iconv.c:625 src/iconv.c:700
217#, fuzzy, c-format
218msgid "%s:%u:%u: cannot convert"
219msgstr "iconv���%s���������������\n"
220
221#: src/iconv.c:667 src/iconv.c:730
222#, fuzzy, c-format
223msgid "%s:%u:%u"
224msgstr "iconv���%s���"
225
226#: src/iconv.c:742
227#, fuzzy, c-format
228msgid "%s: I/O error"
229msgstr "iconv���%s���������������������\n"
230
231#: src/iconv.c:926
232#, fuzzy, c-format
233msgid "conversion from %s unsupported"
234msgstr "iconv��������������� %s ������������\n"
235
236#: src/iconv.c:928
237#, fuzzy, c-format
238msgid "conversion to %s unsupported"
239msgstr "iconv��������������������� %s\n"
240
241#: src/iconv.c:930
242#, fuzzy, c-format
243msgid "conversion from %s to %s unsupported"
244msgstr "iconv��������������� %s ��������� %s\n"
245
246#: src/iconv.c:931
247#, c-format
248msgid "try '%s -l' to get the list of supported encodings"
249msgstr ""
250
251#: src/iconv.c:985
252msgid "(stdin)"
253msgstr "(������������)"
254
255#: src/iconv.c:993
256#, c-format
257msgid "%s"
258msgstr ""
259
260#: src/iconv.c:1004
261#, fuzzy, c-format
262msgid "I/O error"
263msgstr "iconv���������������������\n"
264
265#~ msgid "iconv: %s: "
266#~ msgstr "iconv���%s���"
267
268#~ msgid ""
269#~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
270#~ msgstr ""
271#~ "���������iconv [--binary] [-c] [-s] [-f ������������] [-t ������������] [������ ...]"
272