1# Swedish messages for libiconv.
2# Copyright (C) 2002 Free Software Foundation, Inc.
3# Christian Rose <menthos@menthos.com>, 2002.
4# This file is distributed under the same license as the libiconv package.
5# Christian Rose <menthos@menthos.com>, 2002.
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-05-30 19:23+0200\n"
13"Last-Translator: Christian Rose <menthos@menthos.com>\n"
14"Language-Team: Swedish <sv@li.org>\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 "Anv�ndning: iconv [-c] [-s] [-f fr�nkod] [-t tillkod] [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"Detta �r fri programvara; se k�llkoden f�r kopieringsvillkor. Det finns\n"
136"INGEN garanti; inte ens f�r S�LJBARHET eller L�MPLIGHET F�R N�GOT\n"
137"SPECIELLT �NDAM�L.\n"
138
139#: src/iconv.c:189
140#, c-format
141msgid "Written by %s.\n"
142msgstr "Skrivet av %s.\n"
143
144#: src/iconv.c:280
145#, c-format
146msgid ""
147"%s argument: A format directive with a variable width is not allowed here."
148msgstr ""
149
150#: src/iconv.c:291
151#, c-format
152msgid ""
153"%s argument: A format directive with a variable precision is not allowed "
154"here."
155msgstr ""
156
157#: src/iconv.c:303
158#, c-format
159msgid "%s argument: A format directive with a size is not allowed here."
160msgstr ""
161
162#: src/iconv.c:341
163#, c-format
164msgid "%s argument: The string ends in the middle of a directive."
165msgstr ""
166
167#: src/iconv.c:343
168#, c-format
169msgid "%s argument: The character '%c' is not a valid conversion specifier."
170msgstr ""
171
172#: src/iconv.c:345
173#, c-format
174msgid ""
175"%s argument: The character that terminates the format directive is not a "
176"valid conversion specifier."
177msgstr ""
178
179#: src/iconv.c:356
180#, c-format
181msgid ""
182"%s argument: The format string consumes more than one argument: %u argument."
183msgid_plural ""
184"%s argument: The format string consumes more than one argument: %u arguments."
185msgstr[0] ""
186msgstr[1] ""
187
188#: src/iconv.c:411
189#, c-format
190msgid "cannot convert byte substitution to Unicode: %s"
191msgstr ""
192
193#: src/iconv.c:447
194#, c-format
195msgid "cannot convert unicode substitution to target encoding: %s"
196msgstr ""
197
198#: src/iconv.c:484
199#, c-format
200msgid "cannot convert byte substitution to wide string: %s"
201msgstr ""
202
203#: src/iconv.c:521
204#, c-format
205msgid "cannot convert widechar substitution to target encoding: %s"
206msgstr ""
207
208#: src/iconv.c:558
209#, c-format
210msgid "cannot convert byte substitution to target encoding: %s"
211msgstr ""
212
213#: src/iconv.c:592 src/iconv.c:636 src/iconv.c:710
214#, fuzzy, c-format
215msgid "%s:%u:%u: incomplete character or shift sequence"
216msgstr "iconv: %s: ofullst�ndigt tecken eller skiftsekvens\n"
217
218#: src/iconv.c:625 src/iconv.c:700
219#, fuzzy, c-format
220msgid "%s:%u:%u: cannot convert"
221msgstr "iconv: %s: kan inte konvertera\n"
222
223#: src/iconv.c:667 src/iconv.c:730
224#, fuzzy, c-format
225msgid "%s:%u:%u"
226msgstr "iconv: %s: "
227
228#: src/iconv.c:742
229#, fuzzy, c-format
230msgid "%s: I/O error"
231msgstr "iconv: %s: in-/utmatningsfel\n"
232
233#: src/iconv.c:926
234#, fuzzy, c-format
235msgid "conversion from %s unsupported"
236msgstr "iconv: konvertering fr�n %s st�ds inte\n"
237
238#: src/iconv.c:928
239#, fuzzy, c-format
240msgid "conversion to %s unsupported"
241msgstr "iconv: konvertering till %s st�ds inte\n"
242
243#: src/iconv.c:930
244#, fuzzy, c-format
245msgid "conversion from %s to %s unsupported"
246msgstr "iconv: konvertering fr�n %s till %s st�ds inte\n"
247
248#: src/iconv.c:931
249#, c-format
250msgid "try '%s -l' to get the list of supported encodings"
251msgstr ""
252
253#: src/iconv.c:985
254msgid "(stdin)"
255msgstr "(standard in)"
256
257#: src/iconv.c:993
258#, c-format
259msgid "%s"
260msgstr ""
261
262#: src/iconv.c:1004
263#, fuzzy, c-format
264msgid "I/O error"
265msgstr "iconv: I/O-fel\n"
266
267#~ msgid "iconv: %s: "
268#~ msgstr "iconv: %s: "
269
270#~ msgid ""
271#~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
272#~ msgstr ""
273#~ "Anv�ndning: iconv [--binary] [-c] [-s] [-f fr�nkod] [-t tillkod] [fil ...]"
274