1 # translation of libiconv-1.12.po to Danish
2 # Copyright (C) 2002, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the libiconv package.
5 # Christian Rose <menthos@menthos.com>, 2002.
6 # Daniel Nylander <po@danielnylander.se>, 2006, 2007, 2008.
7 # Keld Simonsen <keld@keldix.com>, 2009, 2017.
10 "Project-Id-Version: libiconv-1.15-pre1\n"
11 "Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
12 "POT-Creation-Date: 2022-02-12 13:29+0100\n"
13 "PO-Revision-Date: 2017-12-17 16:31+0100\n"
14 "Last-Translator: Keld Simonsen <keld@keldix.com>\n"
15 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
18 "Content-Type: text/plain; charset=iso-8859-1\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "X-Bugs: Report translation errors to the Language-Team address.\n"
21 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22 "X-Generator: KBabel 1.11.4\n"
24 #. TRANSLATORS: The first line of the short usage message.
26 msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
27 msgstr "Brug: iconv [-c] [-s] [-f fra-kode] [-t til-kode] [fil ...]"
29 #. TRANSLATORS: The second line of the short usage message.
30 #. Align it correctly against the first line.
33 msgstr "eller: iconv -l"
37 msgid "Try '%s --help' for more information.\n"
38 msgstr "Prøv '%s --help' for mere information.\n"
40 #. TRANSLATORS: The first line of the long usage message.
41 #. The %s placeholder expands to the program name.
44 msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
45 msgstr "Brug: %s [FLAG...] [-f KODNING] [-t KODNING] [INPUTFIL...]\n"
47 #. TRANSLATORS: The second line of the long usage message.
48 #. Align it correctly against the first line.
49 #. The %s placeholder expands to the program name.
53 msgstr "eller: %s -l\n"
55 #. TRANSLATORS: Description of the iconv program.
58 msgid "Converts text from one encoding to another encoding.\n"
59 msgstr "Konverterer tekst fra én kodning til en anden kodning.\n"
63 msgid "Options controlling the input and output format:\n"
64 msgstr "Flag som styrer formatet på inddata og uddata:\n"
69 " -f ENCODING, --from-code=ENCODING\n"
70 " the encoding of the input\n"
72 " -f KODNING, --from-code=KODNING\n"
73 " kodningen på inddata\n"
78 " -t ENCODING, --to-code=ENCODING\n"
79 " the encoding of the output\n"
81 " -t KODNING, --to-code=KODNING\n"
82 " kodningen på uddata\n"
86 msgid "Options controlling conversion problems:\n"
87 msgstr "Flag som kontrollerer konverteringsproblemer:\n"
91 msgid " -c discard unconvertible characters\n"
92 msgstr " -c smid tegn væk som ikke kan konverteres\n"
97 " --unicode-subst=FORMATSTRING\n"
98 " substitution for unconvertible Unicode characters\n"
100 " --unicode-subst=FORMATSTRENG\n"
101 " erstatning af UCS-tegn som ikke kan konverteres\n"
105 msgid " --byte-subst=FORMATSTRING substitution for unconvertible bytes\n"
106 msgstr " --byte-subst=FORMATSTRENG erstatning for ikke konverterbare byte\n"
108 # Breda tegn? Finns det bedre ord?
112 " --widechar-subst=FORMATSTRING\n"
113 " substitution for unconvertible wide characters\n"
115 " --widechar-subst=FORMATSTRENG\n"
116 " erstatning for ikke konverterbare brede tegn\n"
120 msgid "Options controlling error output:\n"
121 msgstr "Flag som kontrollerer fejludskrift:\n"
125 msgid " -s, --silent suppress error messages about conversion problems\n"
126 msgstr " -s, --silent undertryk fejlmeddelelser om konverteringsproblemer\n"
130 msgid "Informative output:\n"
131 msgstr "Informativt uddata:\n"
135 msgid " -l, --list list the supported encodings\n"
136 msgstr " -l, --list list de kodninger som understøttes\n"
140 msgid " --help display this help and exit\n"
141 msgstr " --help vis denne hjælpetekst og afslut\n"
145 msgid " --version output version information and exit\n"
146 msgstr " --version udskriv versionsinformation og afslut\n"
148 #. TRANSLATORS: The first placeholder is the web address of the Savannah
149 #. project of this package. The second placeholder is the bug-reporting
150 #. email address for this package. Please add _another line_ saying
151 #. "Report translation bugs to <...>\n" with the address for translation
152 #. bugs (typically your translation team's web or email address).
156 "Report bugs in the bug tracker at <%s>\n"
157 "or by email to <%s>.\n"
160 #. TRANSLATORS: The %s placeholder is the web address of the GPL license.
162 #, fuzzy, c-format, no-wrap
164 #| "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
165 #| "This is free software: you are free to change and redistribute it.\n"
166 #| "There is NO WARRANTY, to the extent permitted by law.\n"
168 "License GPLv3+: GNU GPL version 3 or later <%s>\n"
169 "This is free software: you are free to change and redistribute it.\n"
170 "There is NO WARRANTY, to the extent permitted by law.\n"
172 "Licens GPLv3+: GNU GPL version 3 eller senere <http://gnu.org/licenses/gpl.html>\n"
173 "Dette er frit programmel: du kan ændre og distribuere det.\n"
174 "Der gives INGEN GARANTI, så vidt lov tillader.\n"
176 #. TRANSLATORS: The %s placeholder expands to an author's name.
179 msgid "Written by %s.\n"
180 msgstr "Skrevet af %s.\n"
182 #. TRANSLATORS: An error message.
183 #. The %s placeholder expands to a command-line option.
187 "%s argument: A format directive with a variable width is not allowed here."
189 "Argument %s: Et formatdirektiv med en variabel bredde tillades ikke her."
191 #. TRANSLATORS: An error message.
192 #. The %s placeholder expands to a command-line option.
196 "%s argument: A format directive with a variable precision is not allowed "
199 "Argument %s: Et formatdirektiv med en variabel præcision tillades ikke her."
201 #. TRANSLATORS: An error message.
202 #. The %s placeholder expands to a command-line option.
205 msgid "%s argument: A format directive with a size is not allowed here."
206 msgstr "Argument %s: Et formatdirektiv med en størrelse tillades ikke her."
208 #. TRANSLATORS: An error message.
209 #. The %s placeholder expands to a command-line option.
212 msgid "%s argument: The string ends in the middle of a directive."
213 msgstr "Argument %s: Strengen stopper midt i et direktiv."
215 #. TRANSLATORS: An error message.
216 #. The %s placeholder expands to a command-line option.
217 #. The %c placeholder expands to an unknown format directive.
220 msgid "%s argument: The character '%c' is not a valid conversion specifier."
222 "Argument %s: Tegnet \"%c\" er ikke en gyldig konverteringsspecificering."
224 #. TRANSLATORS: An error message.
225 #. The %s placeholder expands to a command-line option.
229 "%s argument: The character that terminates the format directive is not a "
230 "valid conversion specifier."
232 "Argument %s: Tegnet som afslutter formatdirektivet er ikke en gyldig "
233 "konverteringsspecificering."
235 #. TRANSLATORS: An error message.
236 #. The %s placeholder expands to a command-line option.
237 #. The %u placeholder expands to the number of arguments consumed by the format string.
241 "%s argument: The format string consumes more than one argument: %u argument."
243 "%s argument: The format string consumes more than one argument: %u arguments."
245 "Argument %s: Formatstrengen forbruger mere end ét argument: %u argument."
247 "Argument %s: Formatstrengen forbruger mere end ét argument: %u argumenter."
249 #. TRANSLATORS: An error message.
250 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
253 msgid "cannot convert byte substitution to Unicode: %s"
254 msgstr "kan ikke konvertere byte-erstatning til UCS: %s"
256 #. TRANSLATORS: An error message.
257 #. The %s placeholder expands to a piece of text, specified through --unicode-subst.
260 msgid "cannot convert unicode substitution to target encoding: %s"
261 msgstr "kan ikke konvertere UCS-erstatning til målkodning: %s"
263 #. TRANSLATORS: An error message.
264 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
267 msgid "cannot convert byte substitution to wide string: %s"
268 msgstr "kan ikke konvertere byte-erstatning til bred streng: %s"
270 #. TRANSLATORS: An error message.
271 #. The %s placeholder expands to a piece of text, specified through --widechar-subst.
274 msgid "cannot convert widechar substitution to target encoding: %s"
275 msgstr "kan ikke konvertere bredtegns-erstatning til målkodning: %s"
277 #. TRANSLATORS: An error message.
278 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
281 msgid "cannot convert byte substitution to target encoding: %s"
282 msgstr "kan ikke konvertere byte-erstatning til målkodning: %s"
284 #. TRANSLATORS: An error message.
285 #. The placeholders expand to the input file name, a line number, and a column number.
288 msgid "%s:%u:%u: cannot convert"
289 msgstr "%s:%u:%u: kan ikke konvertere"
291 #. TRANSLATORS: An error message.
292 #. The placeholders expand to the input file name, a line number, and a column number.
293 #. A "shift sequence" is a sequence of bytes that changes the state of the converter;
294 #. this concept exists only for "stateful" encodings like ISO-2022-JP.
297 msgid "%s:%u:%u: incomplete character or shift sequence"
298 msgstr "%s:%u:%u: ufuldstændigt tegn eller skiftesekvens"
300 #. TRANSLATORS: The first part of an error message.
301 #. It is followed by a colon and a detail message.
302 #. The placeholders expand to the input file name, a line number, and a column number.
308 #. TRANSLATORS: An error message.
309 #. The placeholder expands to the input file name.
312 msgid "%s: I/O error"
313 msgstr "%s: Ind/ud-fejl"
315 #. TRANSLATORS: An error message.
316 #. The placeholder expands to the encoding name, specified through --from-code.
319 msgid "conversion from %s unsupported"
320 msgstr "konvertering fra %s understøttes ikke"
322 #. TRANSLATORS: An error message.
323 #. The placeholder expands to the encoding name, specified through --to-code.
326 msgid "conversion to %s unsupported"
327 msgstr "konvertering til %s understøttes ikke"
329 #. TRANSLATORS: An error message.
330 #. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
333 msgid "conversion from %s to %s unsupported"
334 msgstr "konvertering fra %s til %s understøttes ikke"
336 #. TRANSLATORS: Additional advice after an error message.
337 #. The %s placeholder expands to the program name.
340 msgid "try '%s -l' to get the list of supported encodings"
341 msgstr "prøv \"%s -l\" for at få vist listen af understøttede kodninger"
343 #. TRANSLATORS: A filename substitute denoting standard input.
346 msgstr "(standard ind)"
348 #. TRANSLATORS: The first part of an error message.
349 #. It is followed by a colon and a detail message.
350 #. The %s placeholder expands to the input file name.
356 #. TRANSLATORS: An error message.
362 #~ msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
364 #~ "Meddel fejl til <bug-gnu-libiconv@gnu.org>.\n"
365 #~ "Send synspunkter på oversættelsen til <dansk@dansk-gruppen.dk>.\n"