|
28.
|
|
|
%s argument: The character '%c ' is not a valid conversion specifier.
|
|
|
TRANSLATORS: An error message.
The %s placeholder expands to a command-line option.
The %c placeholder expands to an unknown format directive.
|
|
|
|
%s argument: tegnet «%c » er en ugyldig spesifikasjon av konverteringsformat.
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:377
|
|
29.
|
|
|
%s argument: The character that terminates the format directive is not a valid conversion specifier.
|
|
|
TRANSLATORS: An error message.
The %s placeholder expands to a command-line option.
|
|
|
|
%s argument: tegnet som avslutter formatdirektivet er en ugyldig spesifikasjon av konverteringsformat.
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:383
|
|
30.
|
|
|
%s argument: The format string consumes more than one argument: %u argument.
|
|
|
%s argument: The format string consumes more than one argument: %u arguments.
|
|
|
TRANSLATORS: An error message.
The %s placeholder expands to a command-line option.
The %u placeholder expands to the number of arguments consumed by the format string.
|
|
|
|
%s argument: formatstrengen utgjør mer enn ett argument: %u argument.
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
%s argument: formatstrengen utgjør mer enn ett argument: %u argumenter.
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:399
|
|
31.
|
|
|
cannot convert byte substitution to Unicode: %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:457
|
|
32.
|
|
|
cannot convert unicode substitution to target encoding: %s
|
|
|
TRANSLATORS: An error message.
The %s placeholder expands to a piece of text, specified through --unicode-subst.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/iconv.c:497
|
|
33.
|
|
|
cannot convert byte substitution to wide string: %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:538
|
|
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.
|
|
|
|
%s :%u :%u : klarer ikke å konvertere
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
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
|