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