|
34.
|
|
|
cannot convert widechar substitution to target encoding: %s
|
|
|
TRANSLATORS: An error message.
The %s placeholder expands to a piece of text, specified through --widechar-subst.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:579
|
|
35.
|
|
|
cannot convert byte substitution to target encoding: %s
|
|
|
TRANSLATORS: An error message.
The %s placeholder expands to a piece of text, specified through --byte-subst.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:620
|
|
36.
|
|
|
%s :%u :%u : cannot convert
|
|
|
TRANSLATORS: An error message.
The placeholders expand to the input file name, a line number, and a column number.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:639
|
|
37.
|
|
|
%s :%u :%u : incomplete character or shift sequence
|
|
|
TRANSLATORS: An error message.
The placeholders expand to the input file name, a line number, and a column number.
A "shift sequence" is a sequence of bytes that changes the state of the converter;
this concept exists only for "stateful" encodings like ISO-2022-JP.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:653
|
|
38.
|
|
|
%s :%u :%u
|
|
|
TRANSLATORS: The first part of an error message.
It is followed by a colon and a detail message.
The placeholders expand to the input file name, a line number, and a column number.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:666
|
|
39.
|
|
|
%s : I/O error
|
|
|
TRANSLATORS: An error message.
The placeholder expands to the input file name.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:821
|
|
40.
|
|
|
conversion from %s unsupported
|
|
|
TRANSLATORS: An error message.
The placeholder expands to the encoding name, specified through --from-code.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:1009
|
|
41.
|
|
|
conversion to %s unsupported
|
|
|
TRANSLATORS: An error message.
The placeholder expands to the encoding name, specified through --to-code.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:1015
|
|
42.
|
|
|
conversion from %s to %s unsupported
|
|
|
TRANSLATORS: An error message.
The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:1021
|
|
43.
|
|
|
try '%s -l' to get the list of supported encodings
|
|
|
TRANSLATORS: Additional advice after an error message.
The %s placeholder expands to the program name.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:1026
|