|
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.
|
|
|
|
%s :%u :%u
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:666
|
|
39.
|
|
|
%s : I/O error
|
|
|
TRANSLATORS: An error message.
The placeholder expands to the input file name.
|
|
|
|
%s : inn-/utfeil
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
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.
|
|
|
|
konvertering fra %s støttes ikke
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
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.
|
|
|
|
konvertering til %s støttes ikke
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
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.
|
|
|
|
konvertering fra %s til %s støttes ikke
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
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.
|
|
|
|
skriv «%s -l» for å vise lista over støttede kodeformat
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:1026
|
|
44.
|
|
|
(stdin)
|
|
|
TRANSLATORS: A filename substitute denoting standard input.
|
|
|
|
(stdin)
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:1083
|
|
45.
|
|
|
%s
|
|
|
TRANSLATORS: The first part of an error message.
It is followed by a colon and a detail message.
The %s placeholder expands to the input file name.
|
|
|
|
%s
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:1095
|
|
46.
|
|
|
I/O error
|
|
|
TRANSLATORS: An error message.
|
|
|
|
Inn-/utfeil
|
|
Translated and reviewed by
Åka Sikrom
|
|
|
|
Located in
src/iconv.c:1109
|