Update after gnulib changed.
[libiconv.git] / po / sl.po
blob3ff95973e91430e80e88a23051ea6477ec636054
1 # -*- mode:po; coding:utf-8; -*- Slovenian messages for libiconv.
2 # Copyright (C) 2002, 2006, 2007, 2008 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the libiconv package.
4 # Primož Peterlin <primozz.peterlin@gmail.com>, 2002, 2006, 2007, 2008.
5 # $Id: libiconv-1.12.sl.po 1.3 2008/04/27 19:23:24 Primoz Exp $
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libiconv 1.12\n"
10 "Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
11 "POT-Creation-Date: 2022-02-12 13:29+0100\n"
12 "PO-Revision-Date: 2008-04-26 09:48+0200\n"
13 "Last-Translator: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>\n"
14 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
15 "Language: sl\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "X-Bugs: Report translation errors to the Language-Team address.\n"
20 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
21 "n%100==4 ? 3 : 0);\n"
23 #. TRANSLATORS: The first line of the short usage message.
24 #: src/iconv.c:104
25 msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
26 msgstr "Uporaba: iconv [-c] [-s] [-f vh_nabor] [-t izh_nabor] [datoteka ...]<"
28 #. TRANSLATORS: The second line of the short usage message.
29 #. Align it correctly against the first line.
30 #: src/iconv.c:108
31 msgid "or:    iconv -l"
32 msgstr "ali:     iconv -l"
34 #: src/iconv.c:110
35 #, fuzzy, c-format
36 #| msgid "Try `%s --help' for more information.\n"
37 msgid "Try '%s --help' for more information.\n"
38 msgstr "Poskusite »%s --help« za več informacij.\n"
40 #. TRANSLATORS: The first line of the long usage message.
41 #. The %s placeholder expands to the program name.
42 #: src/iconv.c:115
43 #, c-format, no-wrap
44 msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
45 msgstr "Uporaba: %s [IZBIRA...] [-f KODIRANJE] [-t KODIRANJE] [DATOTEKA...]\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.
50 #: src/iconv.c:122
51 #, c-format, no-wrap
52 msgid "or:    %s -l\n"
53 msgstr "ali:     %s -l\n"
55 #. TRANSLATORS: Description of the iconv program.
56 #: src/iconv.c:128
57 #, c-format, no-wrap
58 msgid "Converts text from one encoding to another encoding.\n"
59 msgstr "Pretvori besedilo iz enega kodnega nabora v drugega.\n"
61 #: src/iconv.c:132
62 #, c-format, no-wrap
63 msgid "Options controlling the input and output format:\n"
64 msgstr "Izbire, ki določajo vhodni in izhodni zapis:\n"
66 #: src/iconv.c:135
67 #, c-format, no-wrap
68 msgid ""
69 "  -f ENCODING, --from-code=ENCODING\n"
70 "                              the encoding of the input\n"
71 msgstr ""
72 "  -f KODIRANJE, --from-code=KODIRANJE\n"
73 "                              kodni nabor vhoda\n"
75 #: src/iconv.c:139
76 #, c-format, no-wrap
77 msgid ""
78 "  -t ENCODING, --to-code=ENCODING\n"
79 "                              the encoding of the output\n"
80 msgstr ""
81 "  -t KODIRANJE, --to-code=KODIRANJE\n"
82 "                              kodni nabor izhoda\n"
84 #: src/iconv.c:144
85 #, c-format, no-wrap
86 msgid "Options controlling conversion problems:\n"
87 msgstr "Izbire, ki določajo odziv na težave pri pretvorbi:\n"
89 #: src/iconv.c:147
90 #, c-format, no-wrap
91 msgid "  -c                          discard unconvertible characters\n"
92 msgstr "  -c                          zavrzi znake, ki jih ni mogoče pretvoriti\n"
94 #: src/iconv.c:150
95 #, c-format, no-wrap
96 msgid ""
97 "  --unicode-subst=FORMATSTRING\n"
98 "                              substitution for unconvertible Unicode characters\n"
99 msgstr ""
100 "  --unicode-subst=OBLIKOVNI_NIZ\n"
101 "                              zamenjava za nepretvorljive unikodne znake\n"
103 #: src/iconv.c:154
104 #, c-format, no-wrap
105 msgid "  --byte-subst=FORMATSTRING   substitution for unconvertible bytes\n"
106 msgstr "  --byte-subst=OBLIKOVNI_NIZ  zamenjava za nepretvorljive bajte\n"
108 #: src/iconv.c:157
109 #, c-format, no-wrap
110 msgid ""
111 "  --widechar-subst=FORMATSTRING\n"
112 "                              substitution for unconvertible wide characters\n"
113 msgstr ""
114 "  --widechar-subst=OBLIKOVNI_NIZ\n"
115 "                              zamenjava za nepretvorljive široke znake\n"
117 #: src/iconv.c:162
118 #, c-format, no-wrap
119 msgid "Options controlling error output:\n"
120 msgstr "Izbire, ki določajo izpis napak:\n"
122 #: src/iconv.c:165
123 #, c-format, no-wrap
124 msgid "  -s, --silent                suppress error messages about conversion problems\n"
125 msgstr "  -s, --silent                brez poročil o napakah pri pretvorbi\n"
127 #: src/iconv.c:169
128 #, c-format, no-wrap
129 msgid "Informative output:\n"
130 msgstr "Informativni izpis:\n"
132 #: src/iconv.c:172
133 #, c-format, no-wrap
134 msgid "  -l, --list                  list the supported encodings\n"
135 msgstr "  -l, --list                  izpiši podprte nabore znakov\n"
137 #: src/iconv.c:175
138 #, c-format, no-wrap
139 msgid "  --help                      display this help and exit\n"
140 msgstr "  --help                      izpiši ta navodila in končaj\n"
142 #: src/iconv.c:178
143 #, c-format, no-wrap
144 msgid "  --version                   output version information and exit\n"
145 msgstr "  --version                   izpiši informacijo o različici in končaj\n"
147 #. TRANSLATORS: The first placeholder is the web address of the Savannah
148 #. project of this package.  The second placeholder is the bug-reporting
149 #. email address for this package.  Please add _another line_ saying
150 #. "Report translation bugs to <...>\n" with the address for translation
151 #. bugs (typically your translation team's web or email address).
152 #: src/iconv.c:186
153 #, c-format
154 msgid ""
155 "Report bugs in the bug tracker at <%s>\n"
156 "or by email to <%s>.\n"
157 msgstr ""
159 #. TRANSLATORS: The %s placeholder is the web address of the GPL license.
160 #: src/iconv.c:202
161 #, fuzzy, c-format, no-wrap
162 #| msgid ""
163 #| "License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n"
164 #| "This is free software: you are free to change and redistribute it.\n"
165 #| "There is NO WARRANTY, to the extent permitted by law.\n"
166 msgid ""
167 "License GPLv3+: GNU GPL version 3 or later <%s>\n"
168 "This is free software: you are free to change and redistribute it.\n"
169 "There is NO WARRANTY, to the extent permitted by law.\n"
170 msgstr ""
171 "GPLv2+: GNU GPL, 2. izdaja ali poznejša <http://www.gnu.org/licenses/gpl.html>\n"
172 "To je prosto programje; lahko ga redistribuirate in/ali spreminjate.\n"
173 "Za izdelek ni NOBENEGA JAMSTVA, do z zakonom dovoljene meje.\n"
175 #. TRANSLATORS: The %s placeholder expands to an author's name.
176 #: src/iconv.c:208
177 #, c-format
178 msgid "Written by %s.\n"
179 msgstr "Avtor %s.\n"
181 #. TRANSLATORS: An error message.
182 #. The %s placeholder expands to a command-line option.
183 #: src/iconv.c:302
184 #, c-format
185 msgid ""
186 "%s argument: A format directive with a variable width is not allowed here."
187 msgstr "argument %s: oblikovna direktiva z nestalno širino tu ni dovoljena."
189 #. TRANSLATORS: An error message.
190 #. The %s placeholder expands to a command-line option.
191 #: src/iconv.c:317
192 #, c-format
193 msgid ""
194 "%s argument: A format directive with a variable precision is not allowed "
195 "here."
196 msgstr ""
197 "argument %s: oblikovna direktiva z nestalno natančnostjo tu ni dovoljena."
199 #. TRANSLATORS: An error message.
200 #. The %s placeholder expands to a command-line option.
201 #: src/iconv.c:333
202 #, c-format
203 msgid "%s argument: A format directive with a size is not allowed here."
204 msgstr "argument %s: oblikovna direktiva z velikostjo tu ni dovoljena."
206 #. TRANSLATORS: An error message.
207 #. The %s placeholder expands to a command-line option.
208 #: src/iconv.c:375
209 #, c-format
210 msgid "%s argument: The string ends in the middle of a directive."
211 msgstr "argument %s: niz se konča sredi direktive."
213 #. TRANSLATORS: An error message.
214 #. The %s placeholder expands to a command-line option.
215 #. The %c placeholder expands to an unknown format directive.
216 #: src/iconv.c:382
217 #, c-format
218 msgid "%s argument: The character '%c' is not a valid conversion specifier."
219 msgstr "argument %s: znak %c ni veljavno določilo pretvorbe."
221 #. TRANSLATORS: An error message.
222 #. The %s placeholder expands to a command-line option.
223 #: src/iconv.c:388
224 #, c-format
225 msgid ""
226 "%s argument: The character that terminates the format directive is not a "
227 "valid conversion specifier."
228 msgstr ""
229 "argument %s: znak, ki zaključuje oblikovno direktivo, ni veljavno določilo "
230 "pretvorbe."
232 #. TRANSLATORS: An error message.
233 #. The %s placeholder expands to a command-line option.
234 #. The %u placeholder expands to the number of arguments consumed by the format string.
235 #: src/iconv.c:404
236 #, c-format
237 msgid ""
238 "%s argument: The format string consumes more than one argument: %u argument."
239 msgid_plural ""
240 "%s argument: The format string consumes more than one argument: %u arguments."
241 msgstr[0] ""
242 "argument %s: oblikovni niz porabi več kot en argument: %u argumentov."
243 msgstr[1] "argument %s: oblikovni niz porabi več kot en argument: %u argument."
244 msgstr[2] ""
245 "argument %s: oblikovni niz porabi več kot en argument: %u argumenta."
246 msgstr[3] ""
247 "argument %s: oblikovni niz porabi več kot en argument: %u argumente."
249 #. TRANSLATORS: An error message.
250 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
251 #: src/iconv.c:462
252 #, c-format
253 msgid "cannot convert byte substitution to Unicode: %s"
254 msgstr "nadomestnega bajta ni mogoče pretvoriti v unikod: %s"
256 #. TRANSLATORS: An error message.
257 #. The %s placeholder expands to a piece of text, specified through --unicode-subst.
258 #: src/iconv.c:502
259 #, c-format
260 msgid "cannot convert unicode substitution to target encoding: %s"
261 msgstr "nadomestnega unikoda ni mogoče pretvoriti v ciljni nabor: %s"
263 #. TRANSLATORS: An error message.
264 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
265 #: src/iconv.c:543
266 #, c-format
267 msgid "cannot convert byte substitution to wide string: %s"
268 msgstr "nadomestnega bajta ni mogoče pretvoriti v široki niz: %s"
270 #. TRANSLATORS: An error message.
271 #. The %s placeholder expands to a piece of text, specified through --widechar-subst.
272 #: src/iconv.c:584
273 #, c-format
274 msgid "cannot convert widechar substitution to target encoding: %s"
275 msgstr "pretvorba nadomestnega širokega znaka v ciljni nabor ni mogoča: %s"
277 #. TRANSLATORS: An error message.
278 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
279 #: src/iconv.c:625
280 #, c-format
281 msgid "cannot convert byte substitution to target encoding: %s"
282 msgstr "pretvorba nadomestnega bajta v ciljni nabor ni mogoča: %s"
284 #. TRANSLATORS: An error message.
285 #. The placeholders expand to the input file name, a line number, and a column number.
286 #: src/iconv.c:644
287 #, c-format
288 msgid "%s:%u:%u: cannot convert"
289 msgstr "%s:%u:%u pretvorba ni mogoča"
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.
295 #: src/iconv.c:658
296 #, c-format
297 msgid "%s:%u:%u: incomplete character or shift sequence"
298 msgstr "%s:%u:%u nepopolni znak ali pomično zaporedje"
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.
303 #: src/iconv.c:671
304 #, c-format
305 msgid "%s:%u:%u"
306 msgstr "%s:%u:%u"
308 #. TRANSLATORS: An error message.
309 #. The placeholder expands to the input file name.
310 #: src/iconv.c:832
311 #, c-format
312 msgid "%s: I/O error"
313 msgstr "%s: V/I napaka"
315 #. TRANSLATORS: An error message.
316 #. The placeholder expands to the encoding name, specified through --from-code.
317 #: src/iconv.c:1030
318 #, c-format
319 msgid "conversion from %s unsupported"
320 msgstr "pretvorba iz nabora %s ni podprta"
322 #. TRANSLATORS: An error message.
323 #. The placeholder expands to the encoding name, specified through --to-code.
324 #: src/iconv.c:1036
325 #, c-format
326 msgid "conversion to %s unsupported"
327 msgstr "pretvorba v nabor %s ni podprta"
329 #. TRANSLATORS: An error message.
330 #. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
331 #: src/iconv.c:1042
332 #, c-format
333 msgid "conversion from %s to %s unsupported"
334 msgstr "pretvorba iz nabora %s v nabor %s ni podprta"
336 #. TRANSLATORS: Additional advice after an error message.
337 #. The %s placeholder expands to the program name.
338 #: src/iconv.c:1047
339 #, c-format
340 msgid "try '%s -l' to get the list of supported encodings"
341 msgstr "poskusite »%s -l« za seznam podprtih naborov znakov"
343 #. TRANSLATORS: A filename substitute denoting standard input.
344 #: src/iconv.c:1104
345 msgid "(stdin)"
346 msgstr "(stdin)"
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.
351 #: src/iconv.c:1116
352 #, c-format
353 msgid "%s"
354 msgstr "%s"
356 #. TRANSLATORS: An error message.
357 #: src/iconv.c:1130
358 #, c-format
359 msgid "I/O error"
360 msgstr "V/I napaka"
362 #~ msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
363 #~ msgstr "Napake javite na <bug-gnu-libiconv@gnu.org>.\n"
365 #~ msgid ""
366 #~ "This is free software; see the source for copying conditions.  There is "
367 #~ "NO\n"
368 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR "
369 #~ "PURPOSE.\n"
370 #~ msgstr ""
371 #~ "To je prost program; pogoji, pod katerimi ga lahko razmnožujete in\n"
372 #~ "razširjate, so navedeni v izvorni kodi. Za program ni NOBENEGA jamstva,\n"
373 #~ "niti jamstev USTREZNOSTI ZA PRODAJO ali PRIMERNOSTI ZA UPORABO.\n"
375 #~ msgid ""
376 #~ "Usage: iconv [--binary] [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
377 #~ msgstr ""
378 #~ "Uporaba: iconv [--binary] [-c] [-s] [-f vh_nabor] [-t izh_nabor] "
379 #~ "[datoteka ...]"
381 #~ msgid "iconv: %s: "
382 #~ msgstr "iconv: %s: "