1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Free Software Foundation, Inc.
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\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: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
20#: src/iconv.c:107
21msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
22msgstr ""
23
24#: src/iconv.c:109
25msgid "or:    iconv -l"
26msgstr ""
27
28#: src/iconv.c:111
29#, c-format
30msgid "Try `%s --help' for more information.\n"
31msgstr ""
32
33#: src/iconv.c:114
34#, c-format, no-wrap
35msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
36msgstr ""
37
38#: src/iconv.c:118
39#, c-format, no-wrap
40msgid "or:    %s -l\n"
41msgstr ""
42
43#: src/iconv.c:123
44#, c-format, no-wrap
45msgid "Converts text from one encoding to another encoding.\n"
46msgstr ""
47
48#: src/iconv.c:127
49#, c-format, no-wrap
50msgid "Options controlling the input and output format:\n"
51msgstr ""
52
53#: src/iconv.c:130
54#, c-format, no-wrap
55msgid ""
56"  -f ENCODING, --from-code=ENCODING\n"
57"                              the encoding of the input\n"
58msgstr ""
59
60#: src/iconv.c:134
61#, c-format, no-wrap
62msgid ""
63"  -t ENCODING, --to-code=ENCODING\n"
64"                              the encoding of the output\n"
65msgstr ""
66
67#: src/iconv.c:139
68#, c-format, no-wrap
69msgid "Options controlling conversion problems:\n"
70msgstr ""
71
72#: src/iconv.c:142
73#, c-format, no-wrap
74msgid "  -c                          discard unconvertible characters\n"
75msgstr ""
76
77#: src/iconv.c:145
78#, c-format, no-wrap
79msgid ""
80"  --unicode-subst=FORMATSTRING\n"
81"                              substitution for unconvertible Unicode characters\n"
82msgstr ""
83
84#: src/iconv.c:149
85#, c-format, no-wrap
86msgid "  --byte-subst=FORMATSTRING   substitution for unconvertible bytes\n"
87msgstr ""
88
89#: src/iconv.c:152
90#, c-format, no-wrap
91msgid ""
92"  --widechar-subst=FORMATSTRING\n"
93"                              substitution for unconvertible wide characters\n"
94msgstr ""
95
96#: src/iconv.c:157
97#, c-format, no-wrap
98msgid "Options controlling error output:\n"
99msgstr ""
100
101#: src/iconv.c:160
102#, c-format, no-wrap
103msgid "  -s, --silent                suppress error messages about conversion problems\n"
104msgstr ""
105
106#: src/iconv.c:164
107#, c-format, no-wrap
108msgid "Informative output:\n"
109msgstr ""
110
111#: src/iconv.c:167
112#, c-format, no-wrap
113msgid "  -l, --list                  list the supported encodings\n"
114msgstr ""
115
116#: src/iconv.c:170
117#, c-format, no-wrap
118msgid "  --help                      display this help and exit\n"
119msgstr ""
120
121#: src/iconv.c:173
122#, c-format, no-wrap
123msgid "  --version                   output version information and exit\n"
124msgstr ""
125
126#: src/iconv.c:176
127msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
128msgstr ""
129
130#: src/iconv.c:186
131#, c-format
132msgid ""
133"This is free software; see the source for copying conditions.  There is NO\n"
134"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
135msgstr ""
136
137#: src/iconv.c:189
138#, c-format
139msgid "Written by %s.\n"
140msgstr ""
141
142#: src/iconv.c:280
143#, c-format
144msgid ""
145"%s argument: A format directive with a variable width is not allowed here."
146msgstr ""
147
148#: src/iconv.c:291
149#, c-format
150msgid ""
151"%s argument: A format directive with a variable precision is not allowed "
152"here."
153msgstr ""
154
155#: src/iconv.c:303
156#, c-format
157msgid "%s argument: A format directive with a size is not allowed here."
158msgstr ""
159
160#: src/iconv.c:341
161#, c-format
162msgid "%s argument: The string ends in the middle of a directive."
163msgstr ""
164
165#: src/iconv.c:343
166#, c-format
167msgid "%s argument: The character '%c' is not a valid conversion specifier."
168msgstr ""
169
170#: src/iconv.c:345
171#, c-format
172msgid ""
173"%s argument: The character that terminates the format directive is not a "
174"valid conversion specifier."
175msgstr ""
176
177#: src/iconv.c:356
178#, c-format
179msgid ""
180"%s argument: The format string consumes more than one argument: %u argument."
181msgid_plural ""
182"%s argument: The format string consumes more than one argument: %u arguments."
183msgstr[0] ""
184msgstr[1] ""
185
186#: src/iconv.c:411
187#, c-format
188msgid "cannot convert byte substitution to Unicode: %s"
189msgstr ""
190
191#: src/iconv.c:447
192#, c-format
193msgid "cannot convert unicode substitution to target encoding: %s"
194msgstr ""
195
196#: src/iconv.c:484
197#, c-format
198msgid "cannot convert byte substitution to wide string: %s"
199msgstr ""
200
201#: src/iconv.c:521
202#, c-format
203msgid "cannot convert widechar substitution to target encoding: %s"
204msgstr ""
205
206#: src/iconv.c:558
207#, c-format
208msgid "cannot convert byte substitution to target encoding: %s"
209msgstr ""
210
211#: src/iconv.c:592 src/iconv.c:636 src/iconv.c:710
212#, c-format
213msgid "%s:%u:%u: incomplete character or shift sequence"
214msgstr ""
215
216#: src/iconv.c:625 src/iconv.c:700
217#, c-format
218msgid "%s:%u:%u: cannot convert"
219msgstr ""
220
221#: src/iconv.c:667 src/iconv.c:730
222#, c-format
223msgid "%s:%u:%u"
224msgstr ""
225
226#: src/iconv.c:742
227#, c-format
228msgid "%s: I/O error"
229msgstr ""
230
231#: src/iconv.c:926
232#, c-format
233msgid "conversion from %s unsupported"
234msgstr ""
235
236#: src/iconv.c:928
237#, c-format
238msgid "conversion to %s unsupported"
239msgstr ""
240
241#: src/iconv.c:930
242#, c-format
243msgid "conversion from %s to %s unsupported"
244msgstr ""
245
246#: src/iconv.c:931
247#, c-format
248msgid "try '%s -l' to get the list of supported encodings"
249msgstr ""
250
251#: src/iconv.c:985
252msgid "(stdin)"
253msgstr ""
254
255#: src/iconv.c:993
256#, c-format
257msgid "%s"
258msgstr ""
259
260#: src/iconv.c:1004
261#, c-format
262msgid "I/O error"
263msgstr ""
264