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
8 "Project-Id-Version: libiconv 1.9.1\n"
9 "Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
10 "POT-Creation-Date: 2011-08-07 15:24+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"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
20 #. TRANSLATORS: The first line of the short usage message.
22 msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
23 msgstr "用法:iconv [-c] [-s] [-f 來源編碼] [-t 目的編碼] [檔案 ...]"
25 #. TRANSLATORS: The second line of the short usage message.
26 #. Align it correctly against the first line.
33 msgid "Try `%s --help' for more information.\n"
36 #. TRANSLATORS: The first line of the long usage message.
37 #. The %s placeholder expands to the program name.
40 msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
43 #. TRANSLATORS: The second line of the long usage message.
44 #. Align it correctly against the first line.
45 #. The %s placeholder expands to the program name.
47 #, fuzzy, c-format, no-wrap
51 #. TRANSLATORS: Description of the iconv program.
54 msgid "Converts text from one encoding to another encoding.\n"
59 msgid "Options controlling the input and output format:\n"
65 " -f ENCODING, --from-code=ENCODING\n"
66 " the encoding of the input\n"
72 " -t ENCODING, --to-code=ENCODING\n"
73 " the encoding of the output\n"
78 msgid "Options controlling conversion problems:\n"
83 msgid " -c discard unconvertible characters\n"
89 " --unicode-subst=FORMATSTRING\n"
90 " substitution for unconvertible Unicode characters\n"
95 msgid " --byte-subst=FORMATSTRING substitution for unconvertible bytes\n"
101 " --widechar-subst=FORMATSTRING\n"
102 " substitution for unconvertible wide characters\n"
107 msgid "Options controlling error output:\n"
112 msgid " -s, --silent suppress error messages about conversion problems\n"
117 msgid "Informative output:\n"
122 msgid " -l, --list list the supported encodings\n"
127 msgid " --help display this help and exit\n"
132 msgid " --version output version information and exit\n"
135 #. TRANSLATORS: The placeholder indicates the bug-reporting address
136 #. for this package. Please add _another line_ saying
137 #. "Report translation bugs to <...>\n" with the address for translation
138 #. bugs (typically your translation team's web or email address).
140 msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
146 "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
147 "This is free software: you are free to change and redistribute it.\n"
148 "There is NO WARRANTY, to the extent permitted by law.\n"
151 #. TRANSLATORS: The %s placeholder expands to an author's name.
154 msgid "Written by %s.\n"
157 #. TRANSLATORS: An error message.
158 #. The %s placeholder expands to a command-line option.
162 "%s argument: A format directive with a variable width is not allowed here."
165 #. TRANSLATORS: An error message.
166 #. The %s placeholder expands to a command-line option.
170 "%s argument: A format directive with a variable precision is not allowed "
174 #. TRANSLATORS: An error message.
175 #. The %s placeholder expands to a command-line option.
178 msgid "%s argument: A format directive with a size is not allowed here."
181 #. TRANSLATORS: An error message.
182 #. The %s placeholder expands to a command-line option.
185 msgid "%s argument: The string ends in the middle of a directive."
188 #. TRANSLATORS: An error message.
189 #. The %s placeholder expands to a command-line option.
190 #. The %c placeholder expands to an unknown format directive.
193 msgid "%s argument: The character '%c' is not a valid conversion specifier."
196 #. TRANSLATORS: An error message.
197 #. The %s placeholder expands to a command-line option.
201 "%s argument: The character that terminates the format directive is not a "
202 "valid conversion specifier."
205 #. TRANSLATORS: An error message.
206 #. The %s placeholder expands to a command-line option.
207 #. The %u placeholder expands to the number of arguments consumed by the format string.
211 "%s argument: The format string consumes more than one argument: %u argument."
213 "%s argument: The format string consumes more than one argument: %u arguments."
216 #. TRANSLATORS: An error message.
217 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
220 msgid "cannot convert byte substitution to Unicode: %s"
223 #. TRANSLATORS: An error message.
224 #. The %s placeholder expands to a piece of text, specified through --unicode-subst.
227 msgid "cannot convert unicode substitution to target encoding: %s"
230 #. TRANSLATORS: An error message.
231 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
234 msgid "cannot convert byte substitution to wide string: %s"
237 #. TRANSLATORS: An error message.
238 #. The %s placeholder expands to a piece of text, specified through --widechar-subst.
241 msgid "cannot convert widechar substitution to target encoding: %s"
244 #. TRANSLATORS: An error message.
245 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
248 msgid "cannot convert byte substitution to target encoding: %s"
251 #. TRANSLATORS: An error message.
252 #. The placeholders expand to the input file name, a line number, and a column number.
255 msgid "%s:%u:%u: cannot convert"
256 msgstr "iconv:%s:無法轉換\n"
258 #. TRANSLATORS: An error message.
259 #. The placeholders expand to the input file name, a line number, and a column number.
260 #. A "shift sequence" is a sequence of bytes that changes the state of the converter;
261 #. this concept exists only for "stateful" encodings like ISO-2022-JP.
264 msgid "%s:%u:%u: incomplete character or shift sequence"
265 msgstr "iconv:%s:不完整的字元或是換碼序列\n"
267 #. TRANSLATORS: The first part of an error message.
268 #. It is followed by a colon and a detail message.
269 #. The placeholders expand to the input file name, a line number, and a column number.
275 #. TRANSLATORS: An error message.
276 #. The placeholder expands to the input file name.
279 msgid "%s: I/O error"
280 msgstr "iconv:%s:輸入輸出錯誤\n"
282 #. TRANSLATORS: An error message.
283 #. The placeholder expands to the encoding name, specified through --from-code.
286 msgid "conversion from %s unsupported"
287 msgstr "iconv:不支援從 %s 進行轉換\n"
289 #. TRANSLATORS: An error message.
290 #. The placeholder expands to the encoding name, specified through --to-code.
293 msgid "conversion to %s unsupported"
294 msgstr "iconv:不支援轉換到 %s\n"
296 #. TRANSLATORS: An error message.
297 #. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
300 msgid "conversion from %s to %s unsupported"
301 msgstr "iconv:不支援從 %s 轉換到 %s\n"
303 #. TRANSLATORS: Additional advice after an error message.
304 #. The %s placeholder expands to the program name.
307 msgid "try '%s -l' to get the list of supported encodings"
310 #. TRANSLATORS: A filename substitute denoting standard input.
315 #. TRANSLATORS: The first part of an error message.
316 #. It is followed by a colon and a detail message.
317 #. The %s placeholder expands to the input file name.
323 #. TRANSLATORS: An error message.
327 msgstr "iconv:輸入輸出錯誤\n"
330 #~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
332 #~ "用法:iconv [--binary] [-c] [-s] [-f 來源編碼] [-t 目的編碼] [檔案 ...]"
335 #~ "This is free software; see the source for copying conditions. There is "
337 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
340 #~ "這是自由軟體;請檢視原始碼中的複製條件。本軟體不提供任何擔保,包括銷售\n"
343 #~ msgid "iconv: %s: "
344 #~ msgstr "iconv:%s:"