1# Danish messages for libiconv.
2# Copyright (C) 2002 Free Software Foundation, Inc.
3# Keld Simonsen <keld@dkuug.dk>, 2002.
4# Christian Rose <menthos@menthos.com>, 2002.
5# This file is distributed under the same license as the libiconv package.
6#
7msgid ""
8msgstr ""
9"Project-Id-Version: libiconv-1.8\n"
10"Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
11"POT-Creation-Date: 2006-07-19 21:16+0200\n"
12"PO-Revision-Date: 2002-11-09 19:23+0100\n"
13"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
14"Language-Team: Danish <dansk@klid.dk>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=iso-8859-1\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: src/iconv.c:107
20msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
21msgstr "Brug: iconv [-c] [-s] [-f frakode] [-t tilkode] [fil ...]"
22
23#: src/iconv.c:109
24msgid "or:    iconv -l"
25msgstr "eller: iconv -l"
26
27#: src/iconv.c:111
28#, c-format
29msgid "Try `%s --help' for more information.\n"
30msgstr ""
31
32#: src/iconv.c:114
33#, c-format, no-wrap
34msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
35msgstr ""
36
37#: src/iconv.c:118
38#, fuzzy, c-format, no-wrap
39msgid "or:    %s -l\n"
40msgstr "eller: iconv -l"
41
42#: src/iconv.c:123
43#, c-format, no-wrap
44msgid "Converts text from one encoding to another encoding.\n"
45msgstr ""
46
47#: src/iconv.c:127
48#, c-format, no-wrap
49msgid "Options controlling the input and output format:\n"
50msgstr ""
51
52#: src/iconv.c:130
53#, c-format, no-wrap
54msgid ""
55"  -f ENCODING, --from-code=ENCODING\n"
56"                              the encoding of the input\n"
57msgstr ""
58
59#: src/iconv.c:134
60#, c-format, no-wrap
61msgid ""
62"  -t ENCODING, --to-code=ENCODING\n"
63"                              the encoding of the output\n"
64msgstr ""
65
66#: src/iconv.c:139
67#, c-format, no-wrap
68msgid "Options controlling conversion problems:\n"
69msgstr ""
70
71#: src/iconv.c:142
72#, c-format, no-wrap
73msgid "  -c                          discard unconvertible characters\n"
74msgstr ""
75
76#: src/iconv.c:145
77#, c-format, no-wrap
78msgid ""
79"  --unicode-subst=FORMATSTRING\n"
80"                              substitution for unconvertible Unicode characters\n"
81msgstr ""
82
83#: src/iconv.c:149
84#, c-format, no-wrap
85msgid "  --byte-subst=FORMATSTRING   substitution for unconvertible bytes\n"
86msgstr ""
87
88#: src/iconv.c:152
89#, c-format, no-wrap
90msgid ""
91"  --widechar-subst=FORMATSTRING\n"
92"                              substitution for unconvertible wide characters\n"
93msgstr ""
94
95#: src/iconv.c:157
96#, c-format, no-wrap
97msgid "Options controlling error output:\n"
98msgstr ""
99
100#: src/iconv.c:160
101#, c-format, no-wrap
102msgid "  -s, --silent                suppress error messages about conversion problems\n"
103msgstr ""
104
105#: src/iconv.c:164
106#, c-format, no-wrap
107msgid "Informative output:\n"
108msgstr ""
109
110#: src/iconv.c:167
111#, c-format, no-wrap
112msgid "  -l, --list                  list the supported encodings\n"
113msgstr ""
114
115#: src/iconv.c:170
116#, c-format, no-wrap
117msgid "  --help                      display this help and exit\n"
118msgstr ""
119
120#: src/iconv.c:173
121#, c-format, no-wrap
122msgid "  --version                   output version information and exit\n"
123msgstr ""
124
125#: src/iconv.c:176
126msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
127msgstr ""
128
129#: src/iconv.c:186
130#, c-format
131msgid ""
132"This is free software; see the source for copying conditions.  There is NO\n"
133"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
134msgstr ""
135"Dette er frit programmel; se kildekoden for kopieringsbetingelser. Der "
136"gives\n"
137"INGEN garanti; ikke engang for SALGBARHED eller EGNETHED FOR NOGET\n"
138"S�RLIGT FORM�L.\n"
139
140#: src/iconv.c:189
141#, c-format
142msgid "Written by %s.\n"
143msgstr "Skrevet af %s.\n"
144
145#: src/iconv.c:280
146#, c-format
147msgid ""
148"%s argument: A format directive with a variable width is not allowed here."
149msgstr ""
150
151#: src/iconv.c:291
152#, c-format
153msgid ""
154"%s argument: A format directive with a variable precision is not allowed "
155"here."
156msgstr ""
157
158#: src/iconv.c:303
159#, c-format
160msgid "%s argument: A format directive with a size is not allowed here."
161msgstr ""
162
163#: src/iconv.c:341
164#, c-format
165msgid "%s argument: The string ends in the middle of a directive."
166msgstr ""
167
168#: src/iconv.c:343
169#, c-format
170msgid "%s argument: The character '%c' is not a valid conversion specifier."
171msgstr ""
172
173#: src/iconv.c:345
174#, c-format
175msgid ""
176"%s argument: The character that terminates the format directive is not a "
177"valid conversion specifier."
178msgstr ""
179
180#: src/iconv.c:356
181#, c-format
182msgid ""
183"%s argument: The format string consumes more than one argument: %u argument."
184msgid_plural ""
185"%s argument: The format string consumes more than one argument: %u arguments."
186msgstr[0] ""
187msgstr[1] ""
188
189#: src/iconv.c:411
190#, c-format
191msgid "cannot convert byte substitution to Unicode: %s"
192msgstr ""
193
194#: src/iconv.c:447
195#, c-format
196msgid "cannot convert unicode substitution to target encoding: %s"
197msgstr ""
198
199#: src/iconv.c:484
200#, c-format
201msgid "cannot convert byte substitution to wide string: %s"
202msgstr ""
203
204#: src/iconv.c:521
205#, c-format
206msgid "cannot convert widechar substitution to target encoding: %s"
207msgstr ""
208
209#: src/iconv.c:558
210#, c-format
211msgid "cannot convert byte substitution to target encoding: %s"
212msgstr ""
213
214#: src/iconv.c:592 src/iconv.c:636 src/iconv.c:710
215#, fuzzy, c-format
216msgid "%s:%u:%u: incomplete character or shift sequence"
217msgstr "iconv: %s: ufuldst�ndigt tegn eller skiftesekvens\n"
218
219#: src/iconv.c:625 src/iconv.c:700
220#, fuzzy, c-format
221msgid "%s:%u:%u: cannot convert"
222msgstr "iconv: %s: kan ikke konvertere\n"
223
224#: src/iconv.c:667 src/iconv.c:730
225#, fuzzy, c-format
226msgid "%s:%u:%u"
227msgstr "iconv: %s: "
228
229#: src/iconv.c:742
230#, fuzzy, c-format
231msgid "%s: I/O error"
232msgstr "iconv: %s: ind-/udskriftsfejl\n"
233
234#: src/iconv.c:926
235#, fuzzy, c-format
236msgid "conversion from %s unsupported"
237msgstr "iconv: konvertering fra %s underst�ttes ikke\n"
238
239#: src/iconv.c:928
240#, fuzzy, c-format
241msgid "conversion to %s unsupported"
242msgstr "iconv: konvertering til %s underst�ttes ikke\n"
243
244#: src/iconv.c:930
245#, fuzzy, c-format
246msgid "conversion from %s to %s unsupported"
247msgstr "iconv: konvertering fra %s til %s underst�ttes ikke\n"
248
249#: src/iconv.c:931
250#, c-format
251msgid "try '%s -l' to get the list of supported encodings"
252msgstr ""
253
254#: src/iconv.c:985
255msgid "(stdin)"
256msgstr "(standard ind)"
257
258#: src/iconv.c:993
259#, c-format
260msgid "%s"
261msgstr ""
262
263#: src/iconv.c:1004
264#, fuzzy, c-format
265msgid "I/O error"
266msgstr "iconv: I/O-fejl\n"
267
268#~ msgid "iconv: %s: "
269#~ msgstr "iconv: %s: "
270
271#~ msgid ""
272#~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
273#~ msgstr ""
274#~ "Brug: iconv [--binary] [-c] [-s] [-f frakode] [-t tilkode] [fil ...]"
275