]>
Commit | Line | Data |
---|---|---|
640c5d94 MZ |
1 | # APT - Advanced Package Transfer |
2 | # This file is put in the public domain. | |
3 | # Safir Šećerović <sapphire@linux.org.ba>, 2004 | |
4 | # | |
5 | msgid "" | |
6 | msgstr "" | |
7 | "Project-Id-Version: apt 0.5.26\n" | |
3f5a581c | 8 | "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" |
e49dd9d3 | 9 | "POT-Creation-Date: 2015-09-11 23:36+0200\n" |
640c5d94 MZ |
10 | "PO-Revision-Date: 2004-05-06 15:25+0100\n" |
11 | "Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n" | |
12 | "Language-Team: Bosnian <lokal@lugbih.org>\n" | |
b6c6b52f | 13 | "Language: bs\n" |
640c5d94 MZ |
14 | "MIME-Version: 1.0\n" |
15 | "Content-Type: text/plain; charset=utf-8\n" | |
16 | "Content-Transfer-Encoding: 8bit\n" | |
79366a05 GJ |
17 | "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" |
18 | "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" | |
640c5d94 | 19 | |
9de26945 | 20 | #: cmdline/apt-cache.cc:149 |
1e7ec0d8 | 21 | #, c-format |
9de26945 MV |
22 | msgid "Package %s version %s has an unmet dep:\n" |
23 | msgstr "Paket %s verzije %s ima nezadovoljenu zavisnost:\n" | |
640c5d94 | 24 | |
864fe99c MV |
25 | #: cmdline/apt-cache.cc:319 |
26 | msgid "apt-cache stats does not take any arguments" | |
27 | msgstr "" | |
28 | ||
29 | #: cmdline/apt-cache.cc:325 | |
9de26945 MV |
30 | msgid "Total package names: " |
31 | msgstr "Ukupno naziva paketa:" | |
640c5d94 | 32 | |
864fe99c | 33 | #: cmdline/apt-cache.cc:327 |
9de26945 MV |
34 | #, fuzzy |
35 | msgid "Total package structures: " | |
36 | msgstr "Ukupno naziva paketa:" | |
640c5d94 | 37 | |
864fe99c | 38 | #: cmdline/apt-cache.cc:367 |
9de26945 MV |
39 | msgid " Normal packages: " |
40 | msgstr " Normalni paketi:" | |
640c5d94 | 41 | |
864fe99c | 42 | #: cmdline/apt-cache.cc:368 |
9de26945 MV |
43 | msgid " Pure virtual packages: " |
44 | msgstr " Čisto virtuelni paketi:" | |
648bb618 | 45 | |
864fe99c | 46 | #: cmdline/apt-cache.cc:369 |
9de26945 MV |
47 | msgid " Single virtual packages: " |
48 | msgstr " Pojedinačni virutuelni paketi:" | |
648bb618 | 49 | |
864fe99c | 50 | #: cmdline/apt-cache.cc:370 |
9de26945 MV |
51 | msgid " Mixed virtual packages: " |
52 | msgstr " Miješani virtuelni paketi:" | |
640c5d94 | 53 | |
864fe99c | 54 | #: cmdline/apt-cache.cc:371 |
9de26945 MV |
55 | msgid " Missing: " |
56 | msgstr " Nedostajući:" | |
640c5d94 | 57 | |
864fe99c | 58 | #: cmdline/apt-cache.cc:373 |
9de26945 MV |
59 | msgid "Total distinct versions: " |
60 | msgstr "Ukupno različitih verzija:" | |
640c5d94 | 61 | |
864fe99c | 62 | #: cmdline/apt-cache.cc:375 |
9de26945 MV |
63 | #, fuzzy |
64 | msgid "Total distinct descriptions: " | |
65 | msgstr "Ukupno različitih verzija:" | |
640c5d94 | 66 | |
864fe99c | 67 | #: cmdline/apt-cache.cc:377 |
9de26945 MV |
68 | msgid "Total dependencies: " |
69 | msgstr "Ukupno zavisnosti:" | |
b81dbe40 | 70 | |
864fe99c | 71 | #: cmdline/apt-cache.cc:380 |
9de26945 MV |
72 | msgid "Total ver/file relations: " |
73 | msgstr "Ukupno Verzija/Datoteka odnosa:" | |
7ffbb475 | 74 | |
864fe99c | 75 | #: cmdline/apt-cache.cc:382 |
1e7ec0d8 | 76 | #, fuzzy |
9de26945 MV |
77 | msgid "Total Desc/File relations: " |
78 | msgstr "Ukupno Verzija/Datoteka odnosa:" | |
640c5d94 | 79 | |
864fe99c | 80 | #: cmdline/apt-cache.cc:384 |
9de26945 | 81 | msgid "Total Provides mappings: " |
5669725a MV |
82 | msgstr "" |
83 | ||
864fe99c | 84 | #: cmdline/apt-cache.cc:440 |
9de26945 | 85 | msgid "Total globbed strings: " |
5669725a MV |
86 | msgstr "" |
87 | ||
864fe99c | 88 | #: cmdline/apt-cache.cc:446 |
9de26945 | 89 | msgid "Total slack space: " |
640c5d94 MZ |
90 | msgstr "" |
91 | ||
864fe99c | 92 | #: cmdline/apt-cache.cc:463 |
9de26945 | 93 | msgid "Total space accounted for: " |
640c5d94 MZ |
94 | msgstr "" |
95 | ||
864fe99c | 96 | #: cmdline/apt-cache.cc:605 cmdline/apt-cache.cc:1256 |
9de26945 | 97 | #: apt-private/private-show.cc:58 |
3f5a581c | 98 | #, c-format |
9de26945 | 99 | msgid "Package file %s is out of sync." |
640c5d94 MZ |
100 | msgstr "" |
101 | ||
864fe99c MV |
102 | #: cmdline/apt-cache.cc:680 cmdline/apt-cache.cc:1541 cmdline/apt-cache.cc:1543 |
103 | #: cmdline/apt-cache.cc:1624 cmdline/apt-mark.cc:56 cmdline/apt-mark.cc:103 | |
104 | #: cmdline/apt-mark.cc:229 apt-private/private-show.cc:173 | |
105 | #: apt-private/private-show.cc:175 | |
9de26945 MV |
106 | msgid "No packages found" |
107 | msgstr "Paketi nisu pronađeni" | |
640c5d94 | 108 | |
864fe99c | 109 | #: cmdline/apt-cache.cc:1356 apt-private/private-search.cc:41 |
9de26945 | 110 | msgid "You must give at least one search pattern" |
640c5d94 MZ |
111 | msgstr "" |
112 | ||
864fe99c | 113 | #: cmdline/apt-cache.cc:1520 |
9de26945 | 114 | msgid "This command is deprecated. Please use 'apt-mark showauto' instead." |
640c5d94 MZ |
115 | msgstr "" |
116 | ||
e49dd9d3 | 117 | #: cmdline/apt-cache.cc:1619 apt-pkg/cacheset.cc:754 |
de5a560a | 118 | #, c-format |
9de26945 MV |
119 | msgid "Unable to locate package %s" |
120 | msgstr "Ne mogu pronaći paket %s" | |
640c5d94 | 121 | |
864fe99c | 122 | #: cmdline/apt-cache.cc:1649 |
9de26945 MV |
123 | msgid "Package files:" |
124 | msgstr "Datoteke paketa:" | |
640c5d94 | 125 | |
864fe99c | 126 | #: cmdline/apt-cache.cc:1658 cmdline/apt-cache.cc:1766 |
9de26945 | 127 | msgid "Cache is out of sync, can't x-ref a package file" |
640c5d94 MZ |
128 | msgstr "" |
129 | ||
9de26945 | 130 | #. Show any packages have explicit pins |
864fe99c | 131 | #: cmdline/apt-cache.cc:1672 |
9de26945 | 132 | msgid "Pinned packages:" |
640c5d94 MZ |
133 | msgstr "" |
134 | ||
864fe99c | 135 | #: cmdline/apt-cache.cc:1686 cmdline/apt-cache.cc:1743 |
9de26945 | 136 | msgid "(not found)" |
640c5d94 MZ |
137 | msgstr "" |
138 | ||
864fe99c MV |
139 | #. Print the package name and the version we are forcing to |
140 | #: cmdline/apt-cache.cc:1700 | |
141 | #, c-format | |
142 | msgid "%s -> %s with priority %d\n" | |
143 | msgstr "" | |
144 | ||
145 | #: cmdline/apt-cache.cc:1706 | |
9de26945 MV |
146 | msgid " Installed: " |
147 | msgstr " Instalirano:" | |
640c5d94 | 148 | |
864fe99c | 149 | #: cmdline/apt-cache.cc:1707 |
9de26945 | 150 | msgid " Candidate: " |
640c5d94 MZ |
151 | msgstr "" |
152 | ||
864fe99c | 153 | #: cmdline/apt-cache.cc:1725 cmdline/apt-cache.cc:1733 |
9de26945 | 154 | msgid "(none)" |
640c5d94 MZ |
155 | msgstr "" |
156 | ||
864fe99c | 157 | #: cmdline/apt-cache.cc:1740 |
9de26945 | 158 | msgid " Package pin: " |
640c5d94 MZ |
159 | msgstr "" |
160 | ||
9de26945 | 161 | #. Show the priority tables |
864fe99c | 162 | #: cmdline/apt-cache.cc:1749 |
9de26945 | 163 | msgid " Version table:" |
640c5d94 MZ |
164 | msgstr "" |
165 | ||
864fe99c | 166 | #: cmdline/apt-cache.cc:1871 |
1e7ec0d8 | 167 | msgid "" |
9de26945 MV |
168 | "Usage: apt-cache [options] command\n" |
169 | " apt-cache [options] showpkg pkg1 [pkg2 ...]\n" | |
170 | " apt-cache [options] showsrc pkg1 [pkg2 ...]\n" | |
171 | "\n" | |
172 | "apt-cache is a low-level tool used to query information\n" | |
173 | "from APT's binary cache files\n" | |
174 | "\n" | |
175 | "Commands:\n" | |
176 | " gencaches - Build both the package and source cache\n" | |
177 | " showpkg - Show some general information for a single package\n" | |
178 | " showsrc - Show source records\n" | |
179 | " stats - Show some basic statistics\n" | |
180 | " dump - Show the entire file in a terse form\n" | |
181 | " dumpavail - Print an available file to stdout\n" | |
182 | " unmet - Show unmet dependencies\n" | |
183 | " search - Search the package list for a regex pattern\n" | |
184 | " show - Show a readable record for the package\n" | |
185 | " depends - Show raw dependency information for a package\n" | |
186 | " rdepends - Show reverse dependency information for a package\n" | |
187 | " pkgnames - List the names of all packages in the system\n" | |
188 | " dotty - Generate package graphs for GraphViz\n" | |
189 | " xvcg - Generate package graphs for xvcg\n" | |
190 | " policy - Show policy settings\n" | |
191 | "\n" | |
192 | "Options:\n" | |
193 | " -h This help text.\n" | |
194 | " -p=? The package cache.\n" | |
195 | " -s=? The source cache.\n" | |
196 | " -q Disable progress indicator.\n" | |
197 | " -i Show only important deps for the unmet command.\n" | |
198 | " -c=? Read this configuration file\n" | |
199 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
200 | "See the apt-cache(8) and apt.conf(5) manual pages for more information.\n" | |
de5a560a | 201 | msgstr "" |
640c5d94 | 202 | |
2f6a2fbb | 203 | #: cmdline/apt-cdrom.cc:77 |
9de26945 MV |
204 | msgid "Please provide a name for this Disc, such as 'Debian 5.0.3 Disk 1'" |
205 | msgstr "" | |
1e7ec0d8 | 206 | |
2f6a2fbb | 207 | #: cmdline/apt-cdrom.cc:92 |
864fe99c | 208 | msgid "Please insert a Disc in the drive and press [Enter]" |
de5a560a | 209 | msgstr "" |
640c5d94 | 210 | |
2f6a2fbb | 211 | #: cmdline/apt-cdrom.cc:140 |
9de26945 MV |
212 | #, fuzzy, c-format |
213 | msgid "Failed to mount '%s' to '%s'" | |
214 | msgstr "Ne mogu otvoriti %s" | |
215 | ||
2f6a2fbb | 216 | #: cmdline/apt-cdrom.cc:179 |
ce34af08 | 217 | msgid "" |
9de26945 MV |
218 | "No CD-ROM could be auto-detected or found using the default mount point.\n" |
219 | "You may try the --cdrom option to set the CD-ROM mount point.\n" | |
220 | "See 'man apt-cdrom' for more information about the CD-ROM auto-detection and " | |
221 | "mount point." | |
de5a560a | 222 | msgstr "" |
640c5d94 | 223 | |
2f6a2fbb | 224 | #: cmdline/apt-cdrom.cc:183 |
9de26945 | 225 | msgid "Repeat this process for the rest of the CDs in your set." |
de5a560a | 226 | msgstr "" |
640c5d94 | 227 | |
9de26945 MV |
228 | #: cmdline/apt-config.cc:48 |
229 | msgid "Arguments not in pairs" | |
230 | msgstr "Argumenti nisu u parovima" | |
231 | ||
864fe99c | 232 | #: cmdline/apt-config.cc:88 |
1e7ec0d8 | 233 | msgid "" |
9de26945 MV |
234 | "Usage: apt-config [options] command\n" |
235 | "\n" | |
236 | "apt-config is a simple tool to read the APT config file\n" | |
237 | "\n" | |
238 | "Commands:\n" | |
239 | " shell - Shell mode\n" | |
240 | " dump - Show the configuration\n" | |
241 | "\n" | |
242 | "Options:\n" | |
243 | " -h This help text.\n" | |
244 | " -c=? Read this configuration file\n" | |
245 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
de5a560a | 246 | msgstr "" |
9de26945 MV |
247 | "Upotreba: apt-config [opcije] naredba\n" |
248 | "\n" | |
249 | "apt-config je jednostavni alat za čitanje APT konfiguracijske datoteke\n" | |
250 | "\n" | |
251 | "Naredbe:\n" | |
252 | " shell - Shell mod\n" | |
253 | " dump - Prikaz konfiguracije\n" | |
254 | "\n" | |
255 | "Opcije:\n" | |
256 | " -h Ovaj tekst pomoći.\n" | |
257 | " -c=? Pročitaj ovu konfiguracijsku datoteku\n" | |
258 | " -o=? Podesi odgovarajuću konfiguracijsku opciju, npr. -o dir::cache=/tmp\n" | |
640c5d94 | 259 | |
864fe99c | 260 | #: cmdline/apt-get.cc:211 |
de5a560a | 261 | #, c-format |
9de26945 | 262 | msgid "Can not find a package for architecture '%s'" |
de5a560a | 263 | msgstr "" |
640c5d94 | 264 | |
864fe99c | 265 | #: cmdline/apt-get.cc:287 |
de5a560a | 266 | #, c-format |
9de26945 | 267 | msgid "Can not find a package '%s' with version '%s'" |
de5a560a | 268 | msgstr "" |
640c5d94 | 269 | |
864fe99c | 270 | #: cmdline/apt-get.cc:290 |
de5a560a | 271 | #, c-format |
9de26945 | 272 | msgid "Can not find a package '%s' with release '%s'" |
de5a560a | 273 | msgstr "" |
640c5d94 | 274 | |
864fe99c | 275 | #: cmdline/apt-get.cc:327 |
ce34af08 | 276 | #, c-format |
9de26945 | 277 | msgid "Picking '%s' as source package instead of '%s'\n" |
640c5d94 MZ |
278 | msgstr "" |
279 | ||
864fe99c | 280 | #: cmdline/apt-get.cc:386 |
ce34af08 | 281 | #, c-format |
9de26945 | 282 | msgid "Can not find version '%s' of package '%s'" |
67f393ab | 283 | msgstr "" |
284 | ||
864fe99c | 285 | #: cmdline/apt-get.cc:417 |
ce34af08 | 286 | #, c-format |
9de26945 | 287 | msgid "Couldn't find package %s" |
640c5d94 MZ |
288 | msgstr "" |
289 | ||
864fe99c | 290 | #: cmdline/apt-get.cc:422 cmdline/apt-mark.cc:78 |
bf33c3bd | 291 | #: apt-private/private-install.cc:851 |
9de26945 MV |
292 | #, fuzzy, c-format |
293 | msgid "%s set to manually installed.\n" | |
294 | msgstr "ali se %s treba instalirati" | |
640c5d94 | 295 | |
864fe99c | 296 | #: cmdline/apt-get.cc:424 cmdline/apt-mark.cc:80 |
1e7ec0d8 | 297 | #, fuzzy, c-format |
9de26945 MV |
298 | msgid "%s set to automatically installed.\n" |
299 | msgstr "ali se %s treba instalirati" | |
640c5d94 | 300 | |
864fe99c | 301 | #: cmdline/apt-get.cc:432 cmdline/apt-mark.cc:124 |
9de26945 MV |
302 | msgid "" |
303 | "This command is deprecated. Please use 'apt-mark auto' and 'apt-mark manual' " | |
304 | "instead." | |
67f393ab | 305 | msgstr "" |
640c5d94 | 306 | |
864fe99c | 307 | #: cmdline/apt-get.cc:501 cmdline/apt-get.cc:509 |
9de26945 MV |
308 | msgid "Internal error, problem resolver broke stuff" |
309 | msgstr "" | |
de5a560a | 310 | |
864fe99c | 311 | #: cmdline/apt-get.cc:570 |
9de26945 | 312 | msgid "Unable to lock the download directory" |
67f393ab | 313 | msgstr "" |
de5a560a | 314 | |
e49dd9d3 | 315 | #: cmdline/apt-get.cc:685 |
9de26945 | 316 | msgid "Must specify at least one package to fetch source for" |
a4a59015 MV |
317 | msgstr "" |
318 | ||
e49dd9d3 | 319 | #: cmdline/apt-get.cc:722 cmdline/apt-get.cc:1029 |
9de26945 MV |
320 | #, c-format |
321 | msgid "Unable to find a source package for %s" | |
a4a59015 MV |
322 | msgstr "" |
323 | ||
e49dd9d3 | 324 | #: cmdline/apt-get.cc:742 |
1e7ec0d8 | 325 | #, c-format |
a4a59015 | 326 | msgid "" |
9de26945 MV |
327 | "NOTICE: '%s' packaging is maintained in the '%s' version control system at:\n" |
328 | "%s\n" | |
a4a59015 MV |
329 | msgstr "" |
330 | ||
e49dd9d3 | 331 | #: cmdline/apt-get.cc:747 |
640c5d94 | 332 | #, c-format |
9de26945 | 333 | msgid "" |
7c4f1ca5 | 334 | "Please use:\n%s\n" |
9de26945 | 335 | "to retrieve the latest (possibly unreleased) updates to the package.\n" |
640c5d94 MZ |
336 | msgstr "" |
337 | ||
e49dd9d3 | 338 | #: cmdline/apt-get.cc:795 |
640c5d94 | 339 | #, c-format |
9de26945 | 340 | msgid "Skipping already downloaded file '%s'\n" |
640c5d94 MZ |
341 | msgstr "" |
342 | ||
9de26945 MV |
343 | #. TRANSLATOR: The required space between number and unit is already included |
344 | #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB | |
e49dd9d3 | 345 | #: cmdline/apt-get.cc:825 |
1e7ec0d8 | 346 | #, c-format |
9de26945 | 347 | msgid "Need to get %sB/%sB of source archives.\n" |
ce34af08 | 348 | msgstr "" |
67f393ab | 349 | |
9de26945 MV |
350 | #. TRANSLATOR: The required space between number and unit is already included |
351 | #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB | |
e49dd9d3 | 352 | #: cmdline/apt-get.cc:830 |
de5a560a | 353 | #, c-format |
9de26945 | 354 | msgid "Need to get %sB of source archives.\n" |
ce34af08 | 355 | msgstr "" |
67f393ab | 356 | |
e49dd9d3 | 357 | #: cmdline/apt-get.cc:836 |
de5a560a | 358 | #, c-format |
9de26945 | 359 | msgid "Fetch source %s\n" |
1e7ec0d8 | 360 | msgstr "" |
4948a1ba | 361 | |
e49dd9d3 | 362 | #: cmdline/apt-get.cc:858 |
9de26945 | 363 | msgid "Failed to fetch some archives." |
4948a1ba | 364 | msgstr "" |
365 | ||
e49dd9d3 | 366 | #: cmdline/apt-get.cc:863 apt-private/private-install.cc:300 |
9de26945 | 367 | msgid "Download complete and in download only mode" |
640c5d94 MZ |
368 | msgstr "" |
369 | ||
e49dd9d3 | 370 | #: cmdline/apt-get.cc:888 |
1e7ec0d8 | 371 | #, c-format |
9de26945 | 372 | msgid "Skipping unpack of already unpacked source in %s\n" |
ce34af08 | 373 | msgstr "" |
640c5d94 | 374 | |
e49dd9d3 | 375 | #: cmdline/apt-get.cc:901 |
9de26945 MV |
376 | #, c-format |
377 | msgid "Unpack command '%s' failed.\n" | |
de5a560a | 378 | msgstr "" |
640c5d94 | 379 | |
e49dd9d3 | 380 | #: cmdline/apt-get.cc:902 |
a0895a74 | 381 | #, c-format |
9de26945 | 382 | msgid "Check if the 'dpkg-dev' package is installed.\n" |
a0895a74 MV |
383 | msgstr "" |
384 | ||
e49dd9d3 | 385 | #: cmdline/apt-get.cc:930 |
9de26945 MV |
386 | #, c-format |
387 | msgid "Build command '%s' failed.\n" | |
a0895a74 MV |
388 | msgstr "" |
389 | ||
e49dd9d3 | 390 | #: cmdline/apt-get.cc:949 |
9de26945 | 391 | msgid "Child process failed" |
8e947fe1 | 392 | msgstr "" |
393 | ||
e49dd9d3 | 394 | #: cmdline/apt-get.cc:970 |
9de26945 | 395 | msgid "Must specify at least one package to check builddeps for" |
640c5d94 MZ |
396 | msgstr "" |
397 | ||
e49dd9d3 | 398 | #: cmdline/apt-get.cc:988 |
ce34af08 | 399 | #, c-format |
1e7ec0d8 | 400 | msgid "" |
9de26945 MV |
401 | "No architecture information available for %s. See apt.conf(5) APT::" |
402 | "Architectures for setup" | |
640c5d94 MZ |
403 | msgstr "" |
404 | ||
e49dd9d3 | 405 | #: cmdline/apt-get.cc:1006 |
2f6a2fbb DK |
406 | #, c-format |
407 | msgid "Note, using directory '%s' to get the build dependencies\n" | |
408 | msgstr "" | |
409 | ||
e49dd9d3 | 410 | #: cmdline/apt-get.cc:1016 |
2f6a2fbb DK |
411 | #, c-format |
412 | msgid "Note, using file '%s' to get the build dependencies\n" | |
413 | msgstr "" | |
414 | ||
e49dd9d3 | 415 | #: cmdline/apt-get.cc:1041 cmdline/apt-get.cc:1044 |
9de26945 MV |
416 | #, c-format |
417 | msgid "Unable to get build-dependency information for %s" | |
640c5d94 MZ |
418 | msgstr "" |
419 | ||
e49dd9d3 | 420 | #: cmdline/apt-get.cc:1064 |
9de26945 MV |
421 | #, c-format |
422 | msgid "%s has no build depends.\n" | |
640c5d94 MZ |
423 | msgstr "" |
424 | ||
e49dd9d3 | 425 | #: cmdline/apt-get.cc:1234 |
1e7ec0d8 MV |
426 | #, c-format |
427 | msgid "" | |
9de26945 MV |
428 | "%s dependency for %s can't be satisfied because %s is not allowed on '%s' " |
429 | "packages" | |
1e7ec0d8 | 430 | msgstr "" |
ce34af08 | 431 | |
e49dd9d3 | 432 | #: cmdline/apt-get.cc:1252 |
9de26945 | 433 | #, c-format |
1e7ec0d8 | 434 | msgid "" |
9de26945 MV |
435 | "%s dependency for %s cannot be satisfied because the package %s cannot be " |
436 | "found" | |
640c5d94 MZ |
437 | msgstr "" |
438 | ||
e49dd9d3 | 439 | #: cmdline/apt-get.cc:1275 |
1e7ec0d8 | 440 | #, c-format |
9de26945 | 441 | msgid "Failed to satisfy %s dependency for %s: Installed package %s is too new" |
640c5d94 MZ |
442 | msgstr "" |
443 | ||
e49dd9d3 | 444 | #: cmdline/apt-get.cc:1314 |
1e7ec0d8 | 445 | #, c-format |
9de26945 MV |
446 | msgid "" |
447 | "%s dependency for %s cannot be satisfied because candidate version of " | |
448 | "package %s can't satisfy version requirements" | |
ce34af08 | 449 | msgstr "" |
640c5d94 | 450 | |
e49dd9d3 | 451 | #: cmdline/apt-get.cc:1320 |
1e7ec0d8 | 452 | #, c-format |
9de26945 MV |
453 | msgid "" |
454 | "%s dependency for %s cannot be satisfied because package %s has no candidate " | |
455 | "version" | |
ce34af08 | 456 | msgstr "" |
de5a560a | 457 | |
e49dd9d3 | 458 | #: cmdline/apt-get.cc:1343 |
1e7ec0d8 | 459 | #, c-format |
9de26945 | 460 | msgid "Failed to satisfy %s dependency for %s: %s" |
ce34af08 | 461 | msgstr "" |
640c5d94 | 462 | |
e49dd9d3 | 463 | #: cmdline/apt-get.cc:1358 |
b6c6b52f | 464 | #, c-format |
9de26945 | 465 | msgid "Build-dependencies for %s could not be satisfied." |
b6c6b52f MV |
466 | msgstr "" |
467 | ||
e49dd9d3 | 468 | #: cmdline/apt-get.cc:1363 |
9de26945 MV |
469 | msgid "Failed to process build dependencies" |
470 | msgstr "" | |
1e7ec0d8 | 471 | |
e49dd9d3 | 472 | #: cmdline/apt-get.cc:1553 |
9de26945 MV |
473 | msgid "Supported modules:" |
474 | msgstr "Podržani moduli:" | |
475 | ||
e49dd9d3 | 476 | #: cmdline/apt-get.cc:1594 |
1e7ec0d8 | 477 | msgid "" |
9de26945 MV |
478 | "Usage: apt-get [options] command\n" |
479 | " apt-get [options] install|remove pkg1 [pkg2 ...]\n" | |
480 | " apt-get [options] source pkg1 [pkg2 ...]\n" | |
481 | "\n" | |
482 | "apt-get is a simple command line interface for downloading and\n" | |
483 | "installing packages. The most frequently used commands are update\n" | |
484 | "and install.\n" | |
485 | "\n" | |
486 | "Commands:\n" | |
487 | " update - Retrieve new lists of packages\n" | |
488 | " upgrade - Perform an upgrade\n" | |
489 | " install - Install new packages (pkg is libc6 not libc6.deb)\n" | |
490 | " remove - Remove packages\n" | |
491 | " autoremove - Remove automatically all unused packages\n" | |
492 | " purge - Remove packages and config files\n" | |
493 | " source - Download source archives\n" | |
494 | " build-dep - Configure build-dependencies for source packages\n" | |
495 | " dist-upgrade - Distribution upgrade, see apt-get(8)\n" | |
496 | " dselect-upgrade - Follow dselect selections\n" | |
497 | " clean - Erase downloaded archive files\n" | |
498 | " autoclean - Erase old downloaded archive files\n" | |
499 | " check - Verify that there are no broken dependencies\n" | |
500 | " changelog - Download and display the changelog for the given package\n" | |
501 | " download - Download the binary package into the current directory\n" | |
502 | "\n" | |
503 | "Options:\n" | |
504 | " -h This help text.\n" | |
505 | " -q Loggable output - no progress indicator\n" | |
506 | " -qq No output except for errors\n" | |
507 | " -d Download only - do NOT install or unpack archives\n" | |
508 | " -s No-act. Perform ordering simulation\n" | |
509 | " -y Assume Yes to all queries and do not prompt\n" | |
510 | " -f Attempt to correct a system with broken dependencies in place\n" | |
511 | " -m Attempt to continue if archives are unlocatable\n" | |
512 | " -u Show a list of upgraded packages as well\n" | |
513 | " -b Build the source package after fetching it\n" | |
514 | " -V Show verbose version numbers\n" | |
515 | " -c=? Read this configuration file\n" | |
516 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
517 | "See the apt-get(8), sources.list(5) and apt.conf(5) manual\n" | |
518 | "pages for more information and options.\n" | |
519 | " This APT has Super Cow Powers.\n" | |
640c5d94 MZ |
520 | msgstr "" |
521 | ||
864fe99c | 522 | #: cmdline/apt-helper.cc:37 |
7d8a4da7 MV |
523 | msgid "Need one URL as argument" |
524 | msgstr "" | |
525 | ||
864fe99c | 526 | #: cmdline/apt-helper.cc:50 |
9de26945 | 527 | msgid "Must specify at least one pair url/filename" |
b81dbe40 DK |
528 | msgstr "" |
529 | ||
e49dd9d3 | 530 | #: cmdline/apt-helper.cc:73 cmdline/apt-helper.cc:77 |
9de26945 | 531 | msgid "Download Failed" |
3f5a581c MV |
532 | msgstr "" |
533 | ||
e49dd9d3 | 534 | #: cmdline/apt-helper.cc:98 cmdline/apt-helper.cc:101 |
864fe99c MV |
535 | #, c-format |
536 | msgid "GetSrvRec failed for %s" | |
537 | msgstr "" | |
538 | ||
e49dd9d3 | 539 | #: cmdline/apt-helper.cc:117 |
9de26945 MV |
540 | msgid "" |
541 | "Usage: apt-helper [options] command\n" | |
542 | " apt-helper [options] download-file uri target-path\n" | |
543 | "\n" | |
544 | "apt-helper is a internal helper for apt\n" | |
545 | "\n" | |
546 | "Commands:\n" | |
547 | " download-file - download the given uri to the target-path\n" | |
864fe99c | 548 | " srv-lookup - lookup a SRV record (e.g. _http._tcp.ftp.debian.org)\n" |
7d8a4da7 | 549 | " auto-detect-proxy - detect proxy using apt.conf\n" |
9de26945 MV |
550 | "\n" |
551 | " This APT helper has Super Meep Powers.\n" | |
897e3c7b | 552 | msgstr "" |
553 | ||
2f6a2fbb | 554 | #: cmdline/apt-mark.cc:65 |
1e7ec0d8 | 555 | #, fuzzy, c-format |
9de26945 MV |
556 | msgid "%s can not be marked as it is not installed.\n" |
557 | msgstr "ali nije instaliran" | |
558 | ||
2f6a2fbb | 559 | #: cmdline/apt-mark.cc:71 |
9de26945 MV |
560 | #, fuzzy, c-format |
561 | msgid "%s was already set to manually installed.\n" | |
562 | msgstr "ali se %s treba instalirati" | |
563 | ||
2f6a2fbb | 564 | #: cmdline/apt-mark.cc:73 |
9de26945 MV |
565 | #, fuzzy, c-format |
566 | msgid "%s was already set to automatically installed.\n" | |
567 | msgstr "ali se %s treba instalirati" | |
640c5d94 | 568 | |
2f6a2fbb | 569 | #: cmdline/apt-mark.cc:238 |
de5a560a | 570 | #, c-format |
9de26945 | 571 | msgid "%s was already set on hold.\n" |
640c5d94 MZ |
572 | msgstr "" |
573 | ||
2f6a2fbb | 574 | #: cmdline/apt-mark.cc:240 |
1e7ec0d8 | 575 | #, c-format |
9de26945 | 576 | msgid "%s was already not hold.\n" |
b6c6b52f MV |
577 | msgstr "" |
578 | ||
2f6a2fbb | 579 | #: cmdline/apt-mark.cc:255 cmdline/apt-mark.cc:333 cmdline/apt-mark.cc:397 |
bf33c3bd JAK |
580 | #: apt-pkg/deb/dpkgpm.cc:1302 apt-pkg/contrib/fileutl.cc:850 |
581 | #: apt-pkg/contrib/gpgv.cc:207 | |
1e7ec0d8 | 582 | #, c-format |
9de26945 | 583 | msgid "Waited for %s but it wasn't there" |
b6c6b52f MV |
584 | msgstr "" |
585 | ||
2f6a2fbb | 586 | #: cmdline/apt-mark.cc:270 cmdline/apt-mark.cc:380 |
1e7ec0d8 | 587 | #, fuzzy, c-format |
9de26945 MV |
588 | msgid "%s set on hold.\n" |
589 | msgstr "ali se %s treba instalirati" | |
1e7ec0d8 | 590 | |
2f6a2fbb | 591 | #: cmdline/apt-mark.cc:272 cmdline/apt-mark.cc:385 |
9de26945 MV |
592 | #, fuzzy, c-format |
593 | msgid "Canceled hold on %s.\n" | |
594 | msgstr "Ne mogu otvoriti %s" | |
595 | ||
2f6a2fbb | 596 | #: cmdline/apt-mark.cc:337 cmdline/apt-mark.cc:403 |
9de26945 | 597 | msgid "Executing dpkg failed. Are you root?" |
640c5d94 MZ |
598 | msgstr "" |
599 | ||
864fe99c | 600 | #: cmdline/apt-mark.cc:449 |
9de26945 MV |
601 | msgid "" |
602 | "Usage: apt-mark [options] {auto|manual} pkg1 [pkg2 ...]\n" | |
603 | "\n" | |
604 | "apt-mark is a simple command line interface for marking packages\n" | |
605 | "as manually or automatically installed. It can also list marks.\n" | |
606 | "\n" | |
607 | "Commands:\n" | |
608 | " auto - Mark the given packages as automatically installed\n" | |
609 | " manual - Mark the given packages as manually installed\n" | |
610 | " hold - Mark a package as held back\n" | |
611 | " unhold - Unset a package set as held back\n" | |
612 | " showauto - Print the list of automatically installed packages\n" | |
613 | " showmanual - Print the list of manually installed packages\n" | |
614 | " showhold - Print the list of package on hold\n" | |
615 | "\n" | |
616 | "Options:\n" | |
617 | " -h This help text.\n" | |
618 | " -q Loggable output - no progress indicator\n" | |
619 | " -qq No output except for errors\n" | |
620 | " -s No-act. Just prints what would be done.\n" | |
621 | " -f read/write auto/manual marking in the given file\n" | |
622 | " -c=? Read this configuration file\n" | |
623 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
624 | "See the apt-mark(8) and apt.conf(5) manual pages for more information." | |
640c5d94 MZ |
625 | msgstr "" |
626 | ||
864fe99c | 627 | #: cmdline/apt.cc:46 |
9de26945 MV |
628 | msgid "" |
629 | "Usage: apt [options] command\n" | |
630 | "\n" | |
631 | "CLI for apt.\n" | |
632 | "Basic commands: \n" | |
633 | " list - list packages based on package names\n" | |
634 | " search - search in package descriptions\n" | |
635 | " show - show package details\n" | |
636 | "\n" | |
637 | " update - update list of available packages\n" | |
638 | "\n" | |
639 | " install - install packages\n" | |
640 | " remove - remove packages\n" | |
864fe99c | 641 | " autoremove - Remove automatically all unused packages\n" |
9de26945 MV |
642 | "\n" |
643 | " upgrade - upgrade the system by installing/upgrading packages\n" | |
644 | " full-upgrade - upgrade the system by removing/installing/upgrading " | |
645 | "packages\n" | |
646 | "\n" | |
647 | " edit-sources - edit the source information file\n" | |
640c5d94 MZ |
648 | msgstr "" |
649 | ||
9de26945 | 650 | #: methods/cdrom.cc:203 |
640c5d94 | 651 | #, c-format |
9de26945 | 652 | msgid "Unable to read the cdrom database %s" |
640c5d94 MZ |
653 | msgstr "" |
654 | ||
9de26945 MV |
655 | #: methods/cdrom.cc:212 |
656 | msgid "" | |
657 | "Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update " | |
658 | "cannot be used to add new CD-ROMs" | |
640c5d94 MZ |
659 | msgstr "" |
660 | ||
9de26945 MV |
661 | #: methods/cdrom.cc:222 |
662 | #, fuzzy | |
663 | msgid "Wrong CD-ROM" | |
664 | msgstr "Pogrešan CD" | |
665 | ||
666 | #: methods/cdrom.cc:249 | |
ce34af08 | 667 | #, c-format |
9de26945 MV |
668 | msgid "Unable to unmount the CD-ROM in %s, it may still be in use." |
669 | msgstr "Ne mogu demontirati CD-ROM na %s, moguće je da se još uvijek koristi." | |
670 | ||
671 | #: methods/cdrom.cc:254 | |
672 | #, fuzzy | |
673 | msgid "Disk not found." | |
674 | msgstr "Datoteka nije pronađena" | |
675 | ||
864fe99c | 676 | #: methods/cdrom.cc:262 methods/file.cc:121 methods/rsh.cc:299 |
9de26945 MV |
677 | msgid "File not found" |
678 | msgstr "Datoteka nije pronađena" | |
679 | ||
e49dd9d3 MV |
680 | #: methods/copy.cc:57 methods/gzip.cc:127 methods/rred.cc:663 |
681 | #: methods/rred.cc:673 | |
9de26945 | 682 | msgid "Failed to stat" |
de5a560a | 683 | msgstr "" |
640c5d94 | 684 | |
e49dd9d3 | 685 | #: methods/copy.cc:101 methods/gzip.cc:134 methods/rred.cc:670 |
9de26945 | 686 | msgid "Failed to set modification time" |
1e7ec0d8 | 687 | msgstr "" |
640c5d94 | 688 | |
864fe99c | 689 | #: methods/file.cc:49 |
9de26945 | 690 | msgid "Invalid URI, local URIS must not start with //" |
de5a560a | 691 | msgstr "" |
640c5d94 | 692 | |
9de26945 | 693 | #. Login must be before getpeername otherwise dante won't work. |
864fe99c | 694 | #: methods/ftp.cc:177 |
9de26945 MV |
695 | msgid "Logging in" |
696 | msgstr "Prijavljujem se" | |
697 | ||
864fe99c | 698 | #: methods/ftp.cc:183 |
9de26945 | 699 | msgid "Unable to determine the peer name" |
de5a560a | 700 | msgstr "" |
640c5d94 | 701 | |
864fe99c | 702 | #: methods/ftp.cc:188 |
9de26945 | 703 | msgid "Unable to determine the local name" |
67f393ab | 704 | msgstr "" |
de5a560a | 705 | |
864fe99c | 706 | #: methods/ftp.cc:219 methods/ftp.cc:247 |
ce34af08 | 707 | #, c-format |
9de26945 | 708 | msgid "The server refused the connection and said: %s" |
640c5d94 MZ |
709 | msgstr "" |
710 | ||
864fe99c | 711 | #: methods/ftp.cc:225 |
1e7ec0d8 | 712 | #, c-format |
9de26945 MV |
713 | msgid "USER failed, server said: %s" |
714 | msgstr "" | |
27b16a2e | 715 | |
864fe99c | 716 | #: methods/ftp.cc:232 |
1e7ec0d8 | 717 | #, c-format |
9de26945 | 718 | msgid "PASS failed, server said: %s" |
640c5d94 MZ |
719 | msgstr "" |
720 | ||
864fe99c | 721 | #: methods/ftp.cc:252 |
9de26945 MV |
722 | msgid "" |
723 | "A proxy server was specified but no login script, Acquire::ftp::ProxyLogin " | |
724 | "is empty." | |
de5a560a | 725 | msgstr "" |
726 | ||
864fe99c | 727 | #: methods/ftp.cc:282 |
27b16a2e | 728 | #, c-format |
9de26945 | 729 | msgid "Login script command '%s' failed, server said: %s" |
27b16a2e MV |
730 | msgstr "" |
731 | ||
864fe99c | 732 | #: methods/ftp.cc:308 |
1e7ec0d8 | 733 | #, c-format |
9de26945 | 734 | msgid "TYPE failed, server said: %s" |
de5a560a | 735 | msgstr "" |
736 | ||
864fe99c | 737 | #: methods/ftp.cc:346 methods/ftp.cc:458 methods/rsh.cc:213 methods/rsh.cc:261 |
9de26945 | 738 | msgid "Connection timeout" |
de5a560a | 739 | msgstr "" |
740 | ||
864fe99c | 741 | #: methods/ftp.cc:352 |
9de26945 MV |
742 | msgid "Server closed the connection" |
743 | msgstr "Server je zatvorio vezu" | |
744 | ||
864fe99c MV |
745 | #: methods/ftp.cc:355 methods/rsh.cc:220 apt-pkg/contrib/fileutl.cc:1569 |
746 | #: apt-pkg/contrib/fileutl.cc:1578 apt-pkg/contrib/fileutl.cc:1583 | |
747 | #: apt-pkg/contrib/fileutl.cc:1585 | |
9de26945 MV |
748 | msgid "Read error" |
749 | msgstr "Greška pri čitanju" | |
750 | ||
864fe99c | 751 | #: methods/ftp.cc:362 methods/rsh.cc:227 |
9de26945 | 752 | msgid "A response overflowed the buffer." |
de5a560a | 753 | msgstr "" |
754 | ||
864fe99c | 755 | #: methods/ftp.cc:379 methods/ftp.cc:391 |
9de26945 MV |
756 | #, fuzzy |
757 | msgid "Protocol corruption" | |
758 | msgstr "Oštećenje protokola" | |
897e3c7b | 759 | |
864fe99c MV |
760 | #: methods/ftp.cc:464 methods/rsh.cc:267 apt-pkg/contrib/fileutl.cc:946 |
761 | #: apt-pkg/contrib/fileutl.cc:1691 apt-pkg/contrib/fileutl.cc:1700 | |
762 | #: apt-pkg/contrib/fileutl.cc:1705 apt-pkg/contrib/fileutl.cc:1707 | |
763 | #: apt-pkg/contrib/fileutl.cc:1732 | |
9de26945 MV |
764 | msgid "Write error" |
765 | msgstr "Greška pri pisanju" | |
67f393ab | 766 | |
864fe99c | 767 | #: methods/ftp.cc:703 methods/ftp.cc:709 methods/ftp.cc:744 |
9de26945 MV |
768 | msgid "Could not create a socket" |
769 | msgstr "" | |
de5a560a | 770 | |
864fe99c | 771 | #: methods/ftp.cc:714 |
9de26945 | 772 | msgid "Could not connect data socket, connection timed out" |
09d057db | 773 | msgstr "" |
774 | ||
e49dd9d3 | 775 | #: methods/ftp.cc:718 methods/connect.cc:119 methods/rsh.cc:102 |
9de26945 MV |
776 | msgid "Failed" |
777 | msgstr "Neuspješno" | |
ce34af08 | 778 | |
864fe99c | 779 | #: methods/ftp.cc:720 |
9de26945 | 780 | msgid "Could not connect passive socket." |
de5a560a | 781 | msgstr "" |
782 | ||
864fe99c | 783 | #: methods/ftp.cc:737 |
9de26945 MV |
784 | msgid "getaddrinfo was unable to get a listening socket" |
785 | msgstr "" | |
de5a560a | 786 | |
864fe99c | 787 | #: methods/ftp.cc:751 |
9de26945 | 788 | msgid "Could not bind a socket" |
67f393ab | 789 | msgstr "" |
de5a560a | 790 | |
864fe99c | 791 | #: methods/ftp.cc:755 |
9de26945 | 792 | msgid "Could not listen on the socket" |
de5a560a | 793 | msgstr "" |
794 | ||
864fe99c | 795 | #: methods/ftp.cc:762 |
9de26945 MV |
796 | msgid "Could not determine the socket's name" |
797 | msgstr "" | |
ce34af08 | 798 | |
864fe99c | 799 | #: methods/ftp.cc:794 |
9de26945 | 800 | msgid "Unable to send PORT command" |
de5a560a | 801 | msgstr "" |
802 | ||
864fe99c | 803 | #: methods/ftp.cc:804 |
9de26945 MV |
804 | #, c-format |
805 | msgid "Unknown address family %u (AF_*)" | |
506ab3c7 MV |
806 | msgstr "" |
807 | ||
864fe99c | 808 | #: methods/ftp.cc:813 |
1e7ec0d8 | 809 | #, c-format |
9de26945 | 810 | msgid "EPRT failed, server said: %s" |
506ab3c7 MV |
811 | msgstr "" |
812 | ||
864fe99c | 813 | #: methods/ftp.cc:833 |
9de26945 | 814 | msgid "Data socket connect timed out" |
1e7ec0d8 | 815 | msgstr "" |
506ab3c7 | 816 | |
864fe99c | 817 | #: methods/ftp.cc:840 |
9de26945 | 818 | msgid "Unable to accept connection" |
1e7ec0d8 | 819 | msgstr "" |
506ab3c7 | 820 | |
864fe99c | 821 | #: methods/ftp.cc:880 methods/server.cc:391 methods/rsh.cc:337 |
9de26945 | 822 | msgid "Problem hashing file" |
506ab3c7 MV |
823 | msgstr "" |
824 | ||
864fe99c | 825 | #: methods/ftp.cc:893 |
9de26945 MV |
826 | #, c-format |
827 | msgid "Unable to fetch file, server said '%s'" | |
1e7ec0d8 | 828 | msgstr "" |
506ab3c7 | 829 | |
864fe99c | 830 | #: methods/ftp.cc:908 methods/rsh.cc:356 |
9de26945 | 831 | msgid "Data socket timed out" |
506ab3c7 MV |
832 | msgstr "" |
833 | ||
864fe99c | 834 | #: methods/ftp.cc:945 |
9de26945 MV |
835 | #, c-format |
836 | msgid "Data transfer failed, server said '%s'" | |
1e7ec0d8 | 837 | msgstr "" |
506ab3c7 | 838 | |
9de26945 | 839 | #. Get the files information |
864fe99c | 840 | #: methods/ftp.cc:1028 |
9de26945 | 841 | msgid "Query" |
506ab3c7 MV |
842 | msgstr "" |
843 | ||
864fe99c | 844 | #: methods/ftp.cc:1142 |
9de26945 | 845 | msgid "Unable to invoke " |
1e7ec0d8 | 846 | msgstr "" |
506ab3c7 | 847 | |
e49dd9d3 | 848 | #: methods/connect.cc:79 |
1e7ec0d8 | 849 | #, c-format |
9de26945 | 850 | msgid "Connecting to %s (%s)" |
506ab3c7 MV |
851 | msgstr "" |
852 | ||
e49dd9d3 | 853 | #: methods/connect.cc:90 |
1e7ec0d8 | 854 | #, c-format |
9de26945 | 855 | msgid "[IP: %s %s]" |
1e7ec0d8 | 856 | msgstr "" |
3fa4e98f | 857 | |
e49dd9d3 | 858 | #: methods/connect.cc:97 |
1e7ec0d8 | 859 | #, c-format |
9de26945 | 860 | msgid "Could not create a socket for %s (f=%u t=%u p=%u)" |
1e7ec0d8 | 861 | msgstr "" |
3fa4e98f | 862 | |
e49dd9d3 | 863 | #: methods/connect.cc:103 |
9de26945 MV |
864 | #, c-format |
865 | msgid "Cannot initiate the connection to %s:%s (%s)." | |
3fa4e98f MV |
866 | msgstr "" |
867 | ||
e49dd9d3 | 868 | #: methods/connect.cc:111 |
1e7ec0d8 | 869 | #, c-format |
9de26945 | 870 | msgid "Could not connect to %s:%s (%s), connection timed out" |
1e7ec0d8 | 871 | msgstr "" |
3fa4e98f | 872 | |
e49dd9d3 | 873 | #: methods/connect.cc:129 |
1e7ec0d8 | 874 | #, c-format |
9de26945 | 875 | msgid "Could not connect to %s:%s (%s)." |
1e7ec0d8 | 876 | msgstr "" |
3fa4e98f | 877 | |
9de26945 MV |
878 | #. We say this mainly because the pause here is for the |
879 | #. ssh connection that is still going | |
e49dd9d3 | 880 | #: methods/connect.cc:153 methods/rsh.cc:460 |
3fa4e98f | 881 | #, c-format |
9de26945 MV |
882 | msgid "Connecting to %s" |
883 | msgstr "Povezujem se sa %s" | |
3fa4e98f | 884 | |
e49dd9d3 | 885 | #: methods/connect.cc:179 methods/connect.cc:198 |
1e7ec0d8 | 886 | #, c-format |
9de26945 | 887 | msgid "Could not resolve '%s'" |
3fa4e98f MV |
888 | msgstr "" |
889 | ||
e49dd9d3 | 890 | #: methods/connect.cc:204 |
3fa4e98f | 891 | #, c-format |
9de26945 | 892 | msgid "Temporary failure resolving '%s'" |
1e7ec0d8 | 893 | msgstr "" |
3fa4e98f | 894 | |
e49dd9d3 | 895 | #: methods/connect.cc:208 |
3fa4e98f | 896 | #, c-format |
9de26945 | 897 | msgid "System error resolving '%s:%s'" |
51da0c35 MV |
898 | msgstr "" |
899 | ||
e49dd9d3 | 900 | #: methods/connect.cc:210 |
1e7ec0d8 | 901 | #, c-format |
9de26945 | 902 | msgid "Something wicked happened resolving '%s:%s' (%i - %s)" |
1e7ec0d8 | 903 | msgstr "" |
3fa4e98f | 904 | |
e49dd9d3 | 905 | #: methods/connect.cc:257 |
9de26945 MV |
906 | #, fuzzy, c-format |
907 | msgid "Unable to connect to %s:%s:" | |
908 | msgstr "Ne mogu se povezati sa %s %s:" | |
909 | ||
864fe99c MV |
910 | #: methods/gpgv.cc:205 methods/gpgv.cc:215 |
911 | msgid "At least one invalid signature was encountered." | |
1e7ec0d8 | 912 | msgstr "" |
3fa4e98f | 913 | |
864fe99c MV |
914 | #: methods/gpgv.cc:210 |
915 | msgid "" | |
916 | "Internal error: Good signature, but could not determine key fingerprint?!" | |
1e7ec0d8 | 917 | msgstr "" |
506ab3c7 | 918 | |
864fe99c | 919 | #: methods/gpgv.cc:217 |
b39bb552 | 920 | msgid "Could not execute 'apt-key' to verify signature (is gnupg installed?)" |
506ab3c7 MV |
921 | msgstr "" |
922 | ||
9de26945 | 923 | #. TRANSLATORS: %s is a single techy word like 'NODATA' |
e49dd9d3 | 924 | #: methods/gpgv.cc:223 apt-pkg/acquire-item.cc:650 |
1e7ec0d8 | 925 | #, c-format |
9de26945 MV |
926 | msgid "" |
927 | "Clearsigned file isn't valid, got '%s' (does the network require " | |
928 | "authentication?)" | |
506ab3c7 MV |
929 | msgstr "" |
930 | ||
864fe99c | 931 | #: methods/gpgv.cc:227 |
b39bb552 | 932 | msgid "Unknown error executing apt-key" |
506ab3c7 MV |
933 | msgstr "" |
934 | ||
864fe99c | 935 | #: methods/gpgv.cc:260 methods/gpgv.cc:267 |
9de26945 MV |
936 | #, fuzzy |
937 | msgid "The following signatures were invalid:\n" | |
938 | msgstr "Slijedeći dodatni paketi će biti instalirani:" | |
939 | ||
864fe99c | 940 | #: methods/gpgv.cc:274 |
3fa4e98f | 941 | msgid "" |
9de26945 MV |
942 | "The following signatures couldn't be verified because the public key is not " |
943 | "available:\n" | |
506ab3c7 MV |
944 | msgstr "" |
945 | ||
2f6a2fbb | 946 | #: methods/gzip.cc:79 |
9de26945 | 947 | msgid "Empty files can't be valid archives" |
3fa4e98f MV |
948 | msgstr "" |
949 | ||
864fe99c | 950 | #: methods/http.cc:515 |
9de26945 | 951 | msgid "Error writing to the file" |
3fa4e98f MV |
952 | msgstr "" |
953 | ||
864fe99c | 954 | #: methods/http.cc:529 |
9de26945 | 955 | msgid "Error reading from server. Remote end closed connection" |
3fa4e98f MV |
956 | msgstr "" |
957 | ||
864fe99c | 958 | #: methods/http.cc:531 |
9de26945 | 959 | msgid "Error reading from server" |
3fa4e98f MV |
960 | msgstr "" |
961 | ||
864fe99c | 962 | #: methods/http.cc:567 |
9de26945 MV |
963 | msgid "Error writing to file" |
964 | msgstr "" | |
1e7ec0d8 | 965 | |
864fe99c | 966 | #: methods/http.cc:627 |
9de26945 | 967 | msgid "Select failed" |
3fa4e98f MV |
968 | msgstr "" |
969 | ||
864fe99c | 970 | #: methods/http.cc:632 |
9de26945 | 971 | msgid "Connection timed out" |
3fa4e98f MV |
972 | msgstr "" |
973 | ||
864fe99c | 974 | #: methods/http.cc:655 |
9de26945 MV |
975 | msgid "Error writing to output file" |
976 | msgstr "" | |
977 | ||
7d8a4da7 | 978 | #: methods/server.cc:52 |
9de26945 MV |
979 | msgid "Waiting for headers" |
980 | msgstr "Čekam na zaglavlja" | |
981 | ||
0312a4ab | 982 | #: methods/server.cc:111 |
9de26945 MV |
983 | msgid "Bad header line" |
984 | msgstr "" | |
985 | ||
0312a4ab | 986 | #: methods/server.cc:136 methods/server.cc:143 |
9de26945 MV |
987 | msgid "The HTTP server sent an invalid reply header" |
988 | msgstr "" | |
989 | ||
0312a4ab | 990 | #: methods/server.cc:173 |
9de26945 MV |
991 | msgid "The HTTP server sent an invalid Content-Length header" |
992 | msgstr "" | |
993 | ||
864fe99c | 994 | #: methods/server.cc:200 |
9de26945 MV |
995 | msgid "The HTTP server sent an invalid Content-Range header" |
996 | msgstr "" | |
997 | ||
864fe99c | 998 | #: methods/server.cc:202 |
9de26945 MV |
999 | msgid "This HTTP server has broken range support" |
1000 | msgstr "" | |
1001 | ||
864fe99c | 1002 | #: methods/server.cc:229 |
9de26945 MV |
1003 | msgid "Unknown date format" |
1004 | msgstr "Nepoznat oblik datuma" | |
1005 | ||
864fe99c | 1006 | #: methods/server.cc:535 |
9de26945 MV |
1007 | msgid "Bad header data" |
1008 | msgstr "" | |
1009 | ||
864fe99c | 1010 | #: methods/server.cc:552 methods/server.cc:646 |
9de26945 MV |
1011 | msgid "Connection failed" |
1012 | msgstr "Povezivanje neuspješno" | |
1013 | ||
864fe99c | 1014 | #: methods/server.cc:618 |
ce34af08 | 1015 | #, c-format |
9de26945 | 1016 | msgid "" |
2f6a2fbb DK |
1017 | "Automatically disabled %s due to incorrect response from server/proxy. (man " |
1018 | "5 apt.conf)" | |
d8ad0e30 MV |
1019 | msgstr "" |
1020 | ||
864fe99c | 1021 | #: methods/server.cc:741 |
2f6a2fbb DK |
1022 | msgid "Internal error" |
1023 | msgstr "Unutrašnja greška" | |
d8ad0e30 | 1024 | |
864fe99c MV |
1025 | #: apt-private/private-cacheset.cc:38 apt-private/private-search.cc:65 |
1026 | msgid "Sorting" | |
3f5a581c MV |
1027 | msgstr "" |
1028 | ||
864fe99c | 1029 | #: apt-private/private-cacheset.cc:127 |
1e7ec0d8 | 1030 | #, c-format |
864fe99c | 1031 | msgid "Note, selecting '%s' for task '%s'\n" |
5b1e4e86 MV |
1032 | msgstr "" |
1033 | ||
864fe99c MV |
1034 | #: apt-private/private-cacheset.cc:133 |
1035 | #, c-format | |
1036 | msgid "Note, selecting '%s' for glob '%s'\n" | |
5b1e4e86 MV |
1037 | msgstr "" |
1038 | ||
864fe99c MV |
1039 | #: apt-private/private-cacheset.cc:139 |
1040 | #, c-format | |
1041 | msgid "Note, selecting '%s' for regex '%s'\n" | |
9de26945 | 1042 | msgstr "" |
3f5a581c | 1043 | |
864fe99c | 1044 | #: apt-private/private-cacheset.cc:157 |
9de26945 | 1045 | #, fuzzy, c-format |
864fe99c MV |
1046 | msgid "Package %s is a virtual package provided by:\n" |
1047 | msgstr "ali je virtuelni paket" | |
3f5a581c | 1048 | |
864fe99c | 1049 | #: apt-private/private-cacheset.cc:168 |
1e7ec0d8 | 1050 | #, fuzzy |
864fe99c | 1051 | msgid " [Installed]" |
9de26945 | 1052 | msgstr "[Instalirano]" |
1e7ec0d8 | 1053 | |
864fe99c | 1054 | #: apt-private/private-cacheset.cc:177 |
9de26945 | 1055 | #, fuzzy |
864fe99c MV |
1056 | msgid " [Not candidate version]" |
1057 | msgstr "Verzije kandidata" | |
3f5a581c | 1058 | |
864fe99c MV |
1059 | #: apt-private/private-cacheset.cc:179 |
1060 | msgid "You should explicitly select one to install." | |
3f5a581c MV |
1061 | msgstr "" |
1062 | ||
864fe99c | 1063 | #: apt-private/private-cacheset.cc:182 |
3f5a581c | 1064 | #, c-format |
9de26945 | 1065 | msgid "" |
864fe99c MV |
1066 | "Package %s is not available, but is referred to by another package.\n" |
1067 | "This may mean that the package is missing, has been obsoleted, or\n" | |
1068 | "is only available from another source\n" | |
3f5a581c MV |
1069 | msgstr "" |
1070 | ||
864fe99c MV |
1071 | #: apt-private/private-cacheset.cc:200 |
1072 | msgid "However the following packages replace it:" | |
1073 | msgstr "Međutim, slijedeći paketi ga zamjenjuju:" | |
3f5a581c | 1074 | |
864fe99c | 1075 | #: apt-private/private-cacheset.cc:213 |
9de26945 | 1076 | #, c-format |
864fe99c | 1077 | msgid "Package '%s' has no installation candidate" |
3f5a581c MV |
1078 | msgstr "" |
1079 | ||
864fe99c | 1080 | #: apt-private/private-cacheset.cc:226 |
9de26945 | 1081 | #, c-format |
864fe99c | 1082 | msgid "Virtual packages like '%s' can't be removed\n" |
3f5a581c MV |
1083 | msgstr "" |
1084 | ||
864fe99c | 1085 | #. TRANSLATORS: Note, this is not an interactive question |
bf33c3bd | 1086 | #: apt-private/private-cacheset.cc:238 apt-private/private-install.cc:927 |
9de26945 | 1087 | #, c-format |
864fe99c | 1088 | msgid "Package '%s' is not installed, so not removed. Did you mean '%s'?\n" |
3f5a581c MV |
1089 | msgstr "" |
1090 | ||
bf33c3bd | 1091 | #: apt-private/private-cacheset.cc:244 apt-private/private-install.cc:933 |
9de26945 | 1092 | #, c-format |
864fe99c | 1093 | msgid "Package '%s' is not installed, so not removed\n" |
de5a560a | 1094 | msgstr "" |
1095 | ||
864fe99c | 1096 | #: apt-private/private-cacheset.cc:289 |
1e7ec0d8 | 1097 | #, c-format |
864fe99c | 1098 | msgid "Note, selecting '%s' instead of '%s'\n" |
5b1e4e86 MV |
1099 | msgstr "" |
1100 | ||
864fe99c MV |
1101 | #: apt-private/private-install.cc:87 |
1102 | msgid "Internal error, InstallPackages was called with broken packages!" | |
3f5a581c | 1103 | msgstr "" |
640c5d94 | 1104 | |
864fe99c MV |
1105 | #: apt-private/private-install.cc:96 |
1106 | msgid "Packages need to be removed but remove is disabled." | |
2f6a2fbb DK |
1107 | msgstr "" |
1108 | ||
e49dd9d3 | 1109 | #: apt-private/private-install.cc:103 apt-private/private-download.cc:69 |
864fe99c MV |
1110 | msgid "" |
1111 | "--force-yes is deprecated, use one of the options starting with --allow " | |
1112 | "instead." | |
3fa4e98f | 1113 | msgstr "" |
640c5d94 | 1114 | |
864fe99c | 1115 | #: apt-private/private-install.cc:108 |
5b1e4e86 | 1116 | msgid "" |
864fe99c MV |
1117 | "Essential packages were removed and -y was used without --allow-remove-" |
1118 | "essential." | |
5b1e4e86 MV |
1119 | msgstr "" |
1120 | ||
864fe99c MV |
1121 | #: apt-private/private-install.cc:110 |
1122 | msgid "Packages were downgraded and -y was used without --allow-downgrades." | |
2f6a2fbb | 1123 | msgstr "" |
5b1e4e86 | 1124 | |
864fe99c MV |
1125 | #: apt-private/private-install.cc:112 |
1126 | msgid "" | |
1127 | "Held packages were changed and -y was used without --allow-change-held-" | |
1128 | "packages." | |
5b1e4e86 MV |
1129 | msgstr "" |
1130 | ||
864fe99c | 1131 | #: apt-private/private-install.cc:128 |
2f6a2fbb | 1132 | msgid "Internal error, Ordering didn't finish" |
5b1e4e86 MV |
1133 | msgstr "" |
1134 | ||
864fe99c | 1135 | #: apt-private/private-install.cc:166 |
2f6a2fbb | 1136 | msgid "How odd... The sizes didn't match, email apt@packages.debian.org" |
5b1e4e86 MV |
1137 | msgstr "" |
1138 | ||
2f6a2fbb DK |
1139 | #. TRANSLATOR: The required space between number and unit is already included |
1140 | #. in the replacement strings, so %sB will be correctly translate in e.g. 1,5 MB | |
864fe99c | 1141 | #: apt-private/private-install.cc:173 |
5b1e4e86 | 1142 | #, c-format |
2f6a2fbb | 1143 | msgid "Need to get %sB/%sB of archives.\n" |
5b1e4e86 MV |
1144 | msgstr "" |
1145 | ||
2f6a2fbb DK |
1146 | #. TRANSLATOR: The required space between number and unit is already included |
1147 | #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB | |
864fe99c | 1148 | #: apt-private/private-install.cc:178 |
2f6a2fbb DK |
1149 | #, c-format |
1150 | msgid "Need to get %sB of archives.\n" | |
1151 | msgstr "" | |
1152 | ||
1153 | #. TRANSLATOR: The required space between number and unit is already included | |
1154 | #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB | |
864fe99c | 1155 | #: apt-private/private-install.cc:185 |
2f6a2fbb DK |
1156 | #, c-format |
1157 | msgid "After this operation, %sB of additional disk space will be used.\n" | |
1158 | msgstr "" | |
1159 | ||
1160 | #. TRANSLATOR: The required space between number and unit is already included | |
1161 | #. in the replacement string, so %sB will be correctly translate in e.g. 1,5 MB | |
864fe99c | 1162 | #: apt-private/private-install.cc:190 |
2f6a2fbb DK |
1163 | #, c-format |
1164 | msgid "After this operation, %sB disk space will be freed.\n" | |
1165 | msgstr "" | |
1166 | ||
864fe99c | 1167 | #: apt-private/private-install.cc:202 apt-private/private-install.cc:224 |
2f6a2fbb DK |
1168 | msgid "Trivial Only specified but this is not a trivial operation." |
1169 | msgstr "" | |
1170 | ||
1171 | #. TRANSLATOR: This string needs to be typed by the user as a confirmation, so be | |
1172 | #. careful with hard to type or special characters (like non-breaking spaces) | |
864fe99c | 1173 | #: apt-private/private-install.cc:206 |
2f6a2fbb DK |
1174 | msgid "Yes, do as I say!" |
1175 | msgstr "Da, uradi kako kažem!" | |
1176 | ||
864fe99c | 1177 | #: apt-private/private-install.cc:208 |
2f6a2fbb DK |
1178 | #, c-format |
1179 | msgid "" | |
1180 | "You are about to do something potentially harmful.\n" | |
1181 | "To continue type in the phrase '%s'\n" | |
1182 | " ?] " | |
1183 | msgstr "" | |
1184 | ||
864fe99c | 1185 | #: apt-private/private-install.cc:214 apt-private/private-install.cc:232 |
2f6a2fbb DK |
1186 | msgid "Abort." |
1187 | msgstr "Odustani." | |
1188 | ||
864fe99c | 1189 | #: apt-private/private-install.cc:229 |
2f6a2fbb DK |
1190 | msgid "Do you want to continue?" |
1191 | msgstr "Da li želite nastaviti?" | |
1192 | ||
864fe99c | 1193 | #: apt-private/private-install.cc:299 |
2f6a2fbb DK |
1194 | msgid "Some files failed to download" |
1195 | msgstr "" | |
1196 | ||
864fe99c | 1197 | #: apt-private/private-install.cc:306 |
2f6a2fbb DK |
1198 | msgid "" |
1199 | "Unable to fetch some archives, maybe run apt-get update or try with --fix-" | |
1200 | "missing?" | |
1201 | msgstr "" | |
1202 | ||
864fe99c | 1203 | #: apt-private/private-install.cc:310 |
2f6a2fbb DK |
1204 | msgid "--fix-missing and media swapping is not currently supported" |
1205 | msgstr "" | |
1206 | ||
864fe99c | 1207 | #: apt-private/private-install.cc:315 |
2f6a2fbb DK |
1208 | msgid "Unable to correct missing packages." |
1209 | msgstr "" | |
1210 | ||
864fe99c | 1211 | #: apt-private/private-install.cc:316 |
2f6a2fbb DK |
1212 | msgid "Aborting install." |
1213 | msgstr "Odustajem od instalacije." | |
1214 | ||
1215 | #: apt-private/private-install.cc:341 | |
1216 | msgid "" | |
1217 | "The following package disappeared from your system as\n" | |
1218 | "all files have been overwritten by other packages:" | |
1219 | msgid_plural "" | |
1220 | "The following packages disappeared from your system as\n" | |
1221 | "all files have been overwritten by other packages:" | |
1222 | msgstr[0] "" | |
1223 | msgstr[1] "" | |
1224 | ||
864fe99c | 1225 | #: apt-private/private-install.cc:348 |
2f6a2fbb DK |
1226 | msgid "Note: This is done automatically and on purpose by dpkg." |
1227 | msgstr "" | |
1228 | ||
864fe99c | 1229 | #: apt-private/private-install.cc:370 |
2f6a2fbb DK |
1230 | msgid "We are not supposed to delete stuff, can't start AutoRemover" |
1231 | msgstr "" | |
1232 | ||
864fe99c | 1233 | #: apt-private/private-install.cc:463 |
2f6a2fbb DK |
1234 | msgid "" |
1235 | "Hmm, seems like the AutoRemover destroyed something which really\n" | |
1236 | "shouldn't happen. Please file a bug report against apt." | |
1237 | msgstr "" | |
1238 | ||
1239 | #. | |
1240 | #. if (Packages == 1) | |
1241 | #. { | |
1242 | #. c1out << std::endl; | |
1243 | #. c1out << | |
1244 | #. _("Since you only requested a single operation it is extremely likely that\n" | |
1245 | #. "the package is simply not installable and a bug report against\n" | |
1246 | #. "that package should be filed.") << std::endl; | |
1247 | #. } | |
1248 | #. | |
864fe99c | 1249 | #: apt-private/private-install.cc:466 apt-private/private-install.cc:622 |
2f6a2fbb DK |
1250 | msgid "The following information may help to resolve the situation:" |
1251 | msgstr "" | |
1252 | ||
864fe99c | 1253 | #: apt-private/private-install.cc:470 |
2f6a2fbb DK |
1254 | msgid "Internal Error, AutoRemover broke stuff" |
1255 | msgstr "" | |
1256 | ||
864fe99c | 1257 | #: apt-private/private-install.cc:479 |
2f6a2fbb DK |
1258 | #, fuzzy |
1259 | msgid "" | |
1260 | "The following package was automatically installed and is no longer required:" | |
1261 | msgid_plural "" | |
1262 | "The following packages were automatically installed and are no longer " | |
1263 | "required:" | |
1264 | msgstr[0] "Slijedeći NOVI paketi će biti instalirani:" | |
1265 | msgstr[1] "Slijedeći NOVI paketi će biti instalirani:" | |
1266 | ||
864fe99c | 1267 | #: apt-private/private-install.cc:486 |
2f6a2fbb DK |
1268 | #, fuzzy, c-format |
1269 | msgid "%lu package was automatically installed and is no longer required.\n" | |
1270 | msgid_plural "" | |
1271 | "%lu packages were automatically installed and are no longer required.\n" | |
1272 | msgstr[0] "Slijedeći NOVI paketi će biti instalirani:" | |
1273 | msgstr[1] "Slijedeći NOVI paketi će biti instalirani:" | |
1274 | ||
864fe99c | 1275 | #: apt-private/private-install.cc:488 |
2f6a2fbb DK |
1276 | msgid "Use 'apt-get autoremove' to remove it." |
1277 | msgid_plural "Use 'apt-get autoremove' to remove them." | |
1278 | msgstr[0] "" | |
1279 | msgstr[1] "" | |
1280 | ||
864fe99c | 1281 | #: apt-private/private-install.cc:582 |
2f6a2fbb DK |
1282 | msgid "You might want to run 'apt-get -f install' to correct these:" |
1283 | msgstr "" | |
1284 | ||
864fe99c | 1285 | #: apt-private/private-install.cc:584 |
2f6a2fbb DK |
1286 | msgid "" |
1287 | "Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a " | |
1288 | "solution)." | |
1289 | msgstr "" | |
1290 | ||
864fe99c | 1291 | #: apt-private/private-install.cc:607 |
2f6a2fbb DK |
1292 | msgid "" |
1293 | "Some packages could not be installed. This may mean that you have\n" | |
1294 | "requested an impossible situation or if you are using the unstable\n" | |
1295 | "distribution that some required packages have not yet been created\n" | |
1296 | "or been moved out of Incoming." | |
1297 | msgstr "" | |
1298 | ||
864fe99c | 1299 | #: apt-private/private-install.cc:628 |
2f6a2fbb DK |
1300 | msgid "Broken packages" |
1301 | msgstr "Oštećeni paketi" | |
1302 | ||
bf33c3bd | 1303 | #: apt-private/private-install.cc:697 |
864fe99c MV |
1304 | #, fuzzy |
1305 | msgid "The following additional packages will be installed:" | |
2f6a2fbb DK |
1306 | msgstr "Slijedeći dodatni paketi će biti instalirani:" |
1307 | ||
bf33c3bd | 1308 | #: apt-private/private-install.cc:786 |
2f6a2fbb DK |
1309 | msgid "Suggested packages:" |
1310 | msgstr "Predloženi paketi:" | |
1311 | ||
bf33c3bd | 1312 | #: apt-private/private-install.cc:788 |
2f6a2fbb DK |
1313 | msgid "Recommended packages:" |
1314 | msgstr "Preporučeni paketi:" | |
1315 | ||
bf33c3bd | 1316 | #: apt-private/private-install.cc:810 |
2f6a2fbb DK |
1317 | #, c-format |
1318 | msgid "Skipping %s, it is already installed and upgrade is not set.\n" | |
1319 | msgstr "" | |
1320 | ||
bf33c3bd | 1321 | #: apt-private/private-install.cc:814 |
2f6a2fbb DK |
1322 | #, c-format |
1323 | msgid "Skipping %s, it is not installed and only upgrades are requested.\n" | |
1324 | msgstr "" | |
1325 | ||
bf33c3bd | 1326 | #: apt-private/private-install.cc:826 |
2f6a2fbb DK |
1327 | #, c-format |
1328 | msgid "Reinstallation of %s is not possible, it cannot be downloaded.\n" | |
1329 | msgstr "" | |
1330 | ||
864fe99c | 1331 | #. TRANSLATORS: First string is package name, second is version |
bf33c3bd | 1332 | #: apt-private/private-install.cc:832 |
2f6a2fbb | 1333 | #, c-format |
864fe99c | 1334 | msgid "%s is already the newest version (%s).\n" |
2f6a2fbb DK |
1335 | msgstr "" |
1336 | ||
bf33c3bd | 1337 | #: apt-private/private-install.cc:880 |
2f6a2fbb DK |
1338 | #, c-format |
1339 | msgid "Selected version '%s' (%s) for '%s'\n" | |
1340 | msgstr "" | |
1341 | ||
bf33c3bd | 1342 | #: apt-private/private-install.cc:885 |
2f6a2fbb DK |
1343 | #, c-format |
1344 | msgid "Selected version '%s' (%s) for '%s' because of '%s'\n" | |
1345 | msgstr "" | |
1346 | ||
e49dd9d3 MV |
1347 | #: apt-private/private-list.cc:121 |
1348 | msgid "Listing" | |
2f6a2fbb DK |
1349 | msgstr "" |
1350 | ||
e49dd9d3 | 1351 | #: apt-private/private-list.cc:151 |
2f6a2fbb | 1352 | #, c-format |
e49dd9d3 MV |
1353 | msgid "There is %i additional version. Please use the '-a' switch to see it" |
1354 | msgid_plural "" | |
1355 | "There are %i additional versions. Please use the '-a' switch to see them." | |
1356 | msgstr[0] "" | |
1357 | msgstr[1] "" | |
1358 | ||
1359 | #: apt-private/private-cachefile.cc:96 | |
1360 | msgid "Correcting dependencies..." | |
1361 | msgstr "Ispravljam zavisnosti..." | |
1362 | ||
1363 | #: apt-private/private-cachefile.cc:99 | |
1364 | msgid " failed." | |
1365 | msgstr "" | |
1366 | ||
1367 | #: apt-private/private-cachefile.cc:102 | |
1368 | msgid "Unable to correct dependencies" | |
1369 | msgstr "Ne mogu ispraviti zavisnosti" | |
1370 | ||
1371 | #: apt-private/private-cachefile.cc:105 | |
1372 | msgid "Unable to minimize the upgrade set" | |
1373 | msgstr "" | |
1374 | ||
1375 | #: apt-private/private-cachefile.cc:107 | |
1376 | msgid " Done" | |
1377 | msgstr " Urađeno" | |
1378 | ||
1379 | #: apt-private/private-cachefile.cc:111 | |
1380 | msgid "You might want to run 'apt-get -f install' to correct these." | |
1381 | msgstr "" | |
1382 | ||
1383 | #: apt-private/private-cachefile.cc:114 | |
1384 | msgid "Unmet dependencies. Try using -f." | |
1385 | msgstr "Nezadovoljene zavisnosti. Pokušajte koristeći -f." | |
1386 | ||
1387 | #: apt-private/private-output.cc:105 apt-private/private-show.cc:84 | |
1388 | #: apt-private/private-show.cc:89 | |
1389 | msgid "unknown" | |
1390 | msgstr "" | |
1391 | ||
1392 | #: apt-private/private-output.cc:272 | |
1393 | #, fuzzy, c-format | |
1394 | msgid "[installed,upgradable to: %s]" | |
1395 | msgstr "[Instalirano]" | |
1396 | ||
1397 | #: apt-private/private-output.cc:275 | |
1398 | #, fuzzy | |
1399 | msgid "[installed,local]" | |
1400 | msgstr "[Instalirano]" | |
1401 | ||
1402 | #: apt-private/private-output.cc:277 | |
1403 | msgid "[installed,auto-removable]" | |
1404 | msgstr "" | |
1405 | ||
1406 | #: apt-private/private-output.cc:279 | |
1407 | #, fuzzy | |
1408 | msgid "[installed,automatic]" | |
1409 | msgstr "[Instalirano]" | |
1410 | ||
1411 | #: apt-private/private-output.cc:281 | |
1412 | #, fuzzy | |
1413 | msgid "[installed]" | |
1414 | msgstr "[Instalirano]" | |
1415 | ||
1416 | #: apt-private/private-output.cc:284 | |
1417 | #, c-format | |
1418 | msgid "[upgradable from: %s]" | |
1419 | msgstr "" | |
1420 | ||
1421 | #: apt-private/private-output.cc:288 | |
1422 | msgid "[residual-config]" | |
1423 | msgstr "" | |
1424 | ||
1425 | #: apt-private/private-output.cc:402 | |
1426 | #, c-format | |
1427 | msgid "but %s is installed" | |
1428 | msgstr "ali je %s instaliran" | |
1429 | ||
1430 | #: apt-private/private-output.cc:404 | |
1431 | #, c-format | |
1432 | msgid "but %s is to be installed" | |
1433 | msgstr "ali se %s treba instalirati" | |
1434 | ||
1435 | #: apt-private/private-output.cc:411 | |
1436 | msgid "but it is not installable" | |
1437 | msgstr "ali se ne može instalirati" | |
1438 | ||
1439 | #: apt-private/private-output.cc:413 | |
1440 | msgid "but it is a virtual package" | |
1441 | msgstr "ali je virtuelni paket" | |
1442 | ||
1443 | #: apt-private/private-output.cc:416 | |
1444 | msgid "but it is not installed" | |
1445 | msgstr "ali nije instaliran" | |
1446 | ||
1447 | #: apt-private/private-output.cc:416 | |
1448 | msgid "but it is not going to be installed" | |
1449 | msgstr "ali se neće instalirati" | |
1450 | ||
1451 | #: apt-private/private-output.cc:421 | |
1452 | msgid " or" | |
1453 | msgstr " ili" | |
1454 | ||
1455 | #: apt-private/private-output.cc:435 apt-private/private-output.cc:445 | |
1456 | msgid "The following packages have unmet dependencies:" | |
1457 | msgstr "" | |
1458 | ||
1459 | #: apt-private/private-output.cc:455 | |
1460 | msgid "The following NEW packages will be installed:" | |
1461 | msgstr "Slijedeći NOVI paketi će biti instalirani:" | |
1462 | ||
1463 | #: apt-private/private-output.cc:465 | |
1464 | msgid "The following packages will be REMOVED:" | |
1465 | msgstr "Slijedeći paketi će biti UKLONJENI:" | |
1466 | ||
1467 | #: apt-private/private-output.cc:481 | |
1468 | #, fuzzy | |
1469 | msgid "The following packages have been kept back:" | |
1470 | msgstr "Slijedeći paketi su zadržani:" | |
1471 | ||
1472 | #: apt-private/private-output.cc:497 | |
1473 | msgid "The following packages will be upgraded:" | |
1474 | msgstr "Slijedeći paketi će biti nadograđeni:" | |
1475 | ||
1476 | #: apt-private/private-output.cc:512 | |
1477 | msgid "The following packages will be DOWNGRADED:" | |
1478 | msgstr "" | |
1479 | ||
1480 | #: apt-private/private-output.cc:525 | |
1481 | msgid "The following held packages will be changed:" | |
1482 | msgstr "" | |
1483 | ||
1484 | #: apt-private/private-output.cc:552 | |
1485 | #, c-format | |
1486 | msgid "%s (due to %s)" | |
1487 | msgstr "" | |
1488 | ||
1489 | #: apt-private/private-output.cc:602 | |
1490 | msgid "" | |
1491 | "WARNING: The following essential packages will be removed.\n" | |
1492 | "This should NOT be done unless you know exactly what you are doing!" | |
1493 | msgstr "" | |
1494 | ||
1495 | #: apt-private/private-output.cc:633 | |
1496 | #, c-format | |
1497 | msgid "%lu upgraded, %lu newly installed, " | |
1498 | msgstr "" | |
1499 | ||
1500 | #: apt-private/private-output.cc:637 | |
1501 | #, c-format | |
1502 | msgid "%lu reinstalled, " | |
1503 | msgstr "" | |
1504 | ||
1505 | #: apt-private/private-output.cc:639 | |
1506 | #, c-format | |
1507 | msgid "%lu downgraded, " | |
1508 | msgstr "" | |
1509 | ||
1510 | #: apt-private/private-output.cc:641 | |
1511 | #, c-format | |
1512 | msgid "%lu to remove and %lu not upgraded.\n" | |
1513 | msgstr "" | |
1514 | ||
1515 | #: apt-private/private-output.cc:645 | |
1516 | #, c-format | |
1517 | msgid "%lu not fully installed or removed.\n" | |
1518 | msgstr "" | |
1519 | ||
1520 | #. TRANSLATOR: Yes/No question help-text: defaulting to Y[es] | |
1521 | #. e.g. "Do you want to continue? [Y/n] " | |
1522 | #. The user has to answer with an input matching the | |
1523 | #. YESEXPR/NOEXPR defined in your l10n. | |
1524 | #: apt-private/private-output.cc:667 | |
1525 | msgid "[Y/n]" | |
1526 | msgstr "" | |
1527 | ||
1528 | #. TRANSLATOR: Yes/No question help-text: defaulting to N[o] | |
1529 | #. e.g. "Should this file be removed? [y/N] " | |
1530 | #. The user has to answer with an input matching the | |
1531 | #. YESEXPR/NOEXPR defined in your l10n. | |
1532 | #: apt-private/private-output.cc:673 | |
1533 | msgid "[y/N]" | |
1534 | msgstr "" | |
1535 | ||
1536 | #. TRANSLATOR: "Yes" answer printed for a yes/no question if --assume-yes is set | |
1537 | #: apt-private/private-output.cc:684 | |
1538 | msgid "Y" | |
1539 | msgstr "" | |
1540 | ||
1541 | #. TRANSLATOR: "No" answer printed for a yes/no question if --assume-no is set | |
1542 | #: apt-private/private-output.cc:690 | |
1543 | msgid "N" | |
1544 | msgstr "" | |
1545 | ||
1546 | #: apt-private/private-output.cc:712 apt-pkg/cachefilter.cc:40 | |
1547 | #, c-format | |
1548 | msgid "Regex compilation error - %s" | |
1549 | msgstr "" | |
1550 | ||
1551 | #: apt-private/private-update.cc:31 | |
1552 | msgid "The update command takes no arguments" | |
1553 | msgstr "" | |
1554 | ||
1555 | #: apt-private/private-update.cc:96 | |
1556 | #, c-format | |
1557 | msgid "%i package can be upgraded. Run 'apt list --upgradable' to see it.\n" | |
1558 | msgid_plural "" | |
1559 | "%i packages can be upgraded. Run 'apt list --upgradable' to see them.\n" | |
1560 | msgstr[0] "" | |
1561 | msgstr[1] "" | |
1562 | ||
1563 | #: apt-private/private-update.cc:100 | |
1564 | msgid "All packages are up to date." | |
1565 | msgstr "" | |
1566 | ||
1567 | #: apt-private/private-show.cc:158 | |
1568 | #, c-format | |
1569 | msgid "There is %i additional record. Please use the '-a' switch to see it" | |
1570 | msgid_plural "" | |
1571 | "There are %i additional records. Please use the '-a' switch to see them." | |
1572 | msgstr[0] "" | |
1573 | msgstr[1] "" | |
1574 | ||
1575 | #: apt-private/private-show.cc:165 | |
1576 | msgid "not a real package (virtual)" | |
1577 | msgstr "" | |
1578 | ||
1579 | #: apt-private/private-main.cc:34 | |
1580 | msgid "" | |
1581 | "NOTE: This is only a simulation!\n" | |
1582 | " apt-get needs root privileges for real execution.\n" | |
1583 | " Keep also in mind that locking is deactivated,\n" | |
1584 | " so don't depend on the relevance to the real current situation!" | |
1585 | msgstr "" | |
1586 | ||
1587 | #: apt-private/private-download.cc:45 | |
1588 | #, fuzzy | |
1589 | msgid "WARNING: The following packages cannot be authenticated!" | |
1590 | msgstr "Slijedeći paketi će biti nadograđeni:" | |
864fe99c | 1591 | |
e49dd9d3 | 1592 | #: apt-private/private-download.cc:52 |
864fe99c MV |
1593 | msgid "Authentication warning overridden.\n" |
1594 | msgstr "" | |
1595 | ||
e49dd9d3 | 1596 | #: apt-private/private-download.cc:57 apt-private/private-download.cc:64 |
864fe99c MV |
1597 | msgid "Some packages could not be authenticated" |
1598 | msgstr "" | |
1599 | ||
e49dd9d3 | 1600 | #: apt-private/private-download.cc:62 |
864fe99c MV |
1601 | msgid "Install these packages without verification?" |
1602 | msgstr "" | |
1603 | ||
e49dd9d3 | 1604 | #: apt-private/private-download.cc:73 |
864fe99c MV |
1605 | msgid "" |
1606 | "There were unauthenticated packages and -y was used without --allow-" | |
1607 | "unauthenticated" | |
1608 | msgstr "" | |
1609 | ||
e49dd9d3 | 1610 | #: apt-private/private-download.cc:105 |
864fe99c | 1611 | #, c-format |
2f6a2fbb DK |
1612 | msgid "Failed to fetch %s %s\n" |
1613 | msgstr "" | |
1614 | ||
e49dd9d3 | 1615 | #: apt-private/private-download.cc:127 apt-private/private-download.cc:130 |
2f6a2fbb DK |
1616 | #, c-format |
1617 | msgid "Couldn't determine free space in %s" | |
1618 | msgstr "" | |
1619 | ||
e49dd9d3 | 1620 | #: apt-private/private-download.cc:144 |
2f6a2fbb DK |
1621 | #, c-format |
1622 | msgid "You don't have enough free space in %s." | |
1623 | msgstr "" | |
1624 | ||
1625 | #: apt-private/private-sources.cc:58 | |
1626 | #, fuzzy, c-format | |
1627 | msgid "Failed to parse %s. Edit again? " | |
1628 | msgstr "Ne mogu otvoriti %s" | |
640c5d94 | 1629 | |
9de26945 | 1630 | #: apt-private/private-sources.cc:70 |
3fa4e98f | 1631 | #, c-format |
9de26945 | 1632 | msgid "Your '%s' file changed, please run 'apt-get update'." |
640c5d94 MZ |
1633 | msgstr "" |
1634 | ||
5b1e4e86 MV |
1635 | #: apt-private/private-search.cc:69 |
1636 | msgid "Full Text Search" | |
7d8a4da7 MV |
1637 | msgstr "" |
1638 | ||
864fe99c MV |
1639 | #. TRANSLATOR: Very short word to be displayed before unchanged files in 'apt-get update' |
1640 | #: apt-private/acqprogress.cc:74 | |
1641 | #, c-format | |
1eb1836f | 1642 | msgid "Hit:%lu %s" |
5b1e4e86 | 1643 | msgstr "" |
7d8a4da7 | 1644 | |
864fe99c MV |
1645 | #. TRANSLATOR: Very short word to be displayed for files processed in 'apt-get update' |
1646 | #. Potentially replaced later by "Hit:", "Ign:" or "Err:" if something (bad) happens | |
1647 | #: apt-private/acqprogress.cc:96 | |
1648 | #, c-format | |
1eb1836f | 1649 | msgid "Get:%lu %s" |
640c5d94 MZ |
1650 | msgstr "" |
1651 | ||
864fe99c MV |
1652 | #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update' |
1653 | #. which failed to download, but the error is ignored (compare "Err:") | |
1654 | #: apt-private/acqprogress.cc:126 | |
1655 | #, c-format | |
1eb1836f | 1656 | msgid "Ign:%lu %s" |
5b1e4e86 MV |
1657 | msgstr "" |
1658 | ||
864fe99c MV |
1659 | #. TRANSLATOR: Very short word to be displayed for files in 'apt-get update' |
1660 | #. which failed to download and the error is critical (compare "Ign:") | |
1661 | #: apt-private/acqprogress.cc:136 | |
1662 | #, c-format | |
1eb1836f | 1663 | msgid "Err:%lu %s" |
5b1e4e86 MV |
1664 | msgstr "" |
1665 | ||
864fe99c | 1666 | #: apt-private/acqprogress.cc:159 |
5b1e4e86 MV |
1667 | #, c-format |
1668 | msgid "Fetched %sB in %s (%sB/s)\n" | |
1669 | msgstr "" | |
1670 | ||
864fe99c | 1671 | #: apt-private/acqprogress.cc:229 |
5b1e4e86 MV |
1672 | msgid " [Working]" |
1673 | msgstr "" | |
1e7ec0d8 | 1674 | |
864fe99c | 1675 | #: apt-private/acqprogress.cc:297 |
5b1e4e86 MV |
1676 | #, c-format |
1677 | msgid "" | |
1678 | "Media change: please insert the disc labeled\n" | |
1679 | " '%s'\n" | |
864fe99c | 1680 | "in the drive '%s' and press [Enter]\n" |
5b1e4e86 | 1681 | msgstr "" |
1e7ec0d8 | 1682 | |
9de26945 MV |
1683 | #. Only warn if there are no sources.list.d. |
1684 | #. Only warn if there is no sources.list file. | |
864fe99c | 1685 | #: methods/mirror.cc:95 apt-pkg/init.cc:133 apt-pkg/init.cc:141 |
e49dd9d3 MV |
1686 | #: apt-pkg/acquire.cc:622 apt-pkg/clean.cc:43 apt-pkg/policy.cc:412 |
1687 | #: apt-pkg/sourcelist.cc:318 apt-pkg/sourcelist.cc:324 | |
864fe99c MV |
1688 | #: apt-pkg/contrib/fileutl.cc:375 apt-pkg/contrib/fileutl.cc:488 |
1689 | #: apt-pkg/contrib/cdromutl.cc:205 apt-inst/extract.cc:471 | |
640c5d94 | 1690 | #, c-format |
9de26945 MV |
1691 | msgid "Unable to read %s" |
1692 | msgstr "Ne mogu čitati %s" | |
640c5d94 | 1693 | |
e49dd9d3 MV |
1694 | #: methods/mirror.cc:101 methods/mirror.cc:130 apt-pkg/acquire.cc:628 |
1695 | #: apt-pkg/acquire.cc:653 apt-pkg/clean.cc:49 apt-pkg/clean.cc:67 | |
bf33c3bd | 1696 | #: apt-pkg/clean.cc:130 apt-pkg/contrib/cdromutl.cc:201 |
9de26945 | 1697 | #: apt-pkg/contrib/cdromutl.cc:235 |
640c5d94 | 1698 | #, c-format |
9de26945 | 1699 | msgid "Unable to change to %s" |
640c5d94 MZ |
1700 | msgstr "" |
1701 | ||
9de26945 MV |
1702 | #. FIXME: fallback to a default mirror here instead |
1703 | #. and provide a config option to define that default | |
1704 | #: methods/mirror.cc:280 | |
640c5d94 | 1705 | #, c-format |
9de26945 | 1706 | msgid "No mirror file '%s' found " |
640c5d94 MZ |
1707 | msgstr "" |
1708 | ||
9de26945 MV |
1709 | #. FIXME: fallback to a default mirror here instead |
1710 | #. and provide a config option to define that default | |
1711 | #: methods/mirror.cc:287 | |
1712 | #, fuzzy, c-format | |
1713 | msgid "Can not read mirror file '%s'" | |
1714 | msgstr "Ne mogu otvoriti %s" | |
640c5d94 | 1715 | |
9de26945 MV |
1716 | #: methods/mirror.cc:315 |
1717 | #, fuzzy, c-format | |
1718 | msgid "No entry found in mirror file '%s'" | |
1719 | msgstr "Ne mogu otvoriti %s" | |
1720 | ||
1721 | #: methods/mirror.cc:445 | |
1e7ec0d8 | 1722 | #, c-format |
9de26945 | 1723 | msgid "[Mirror: %s]" |
640c5d94 MZ |
1724 | msgstr "" |
1725 | ||
864fe99c | 1726 | #: methods/rsh.cc:109 ftparchive/multicompress.cc:170 |
9de26945 | 1727 | msgid "Failed to create IPC pipe to subprocess" |
640c5d94 MZ |
1728 | msgstr "" |
1729 | ||
864fe99c | 1730 | #: methods/rsh.cc:364 |
9de26945 | 1731 | msgid "Connection closed prematurely" |
640c5d94 MZ |
1732 | msgstr "" |
1733 | ||
9de26945 MV |
1734 | #: dselect/install:33 |
1735 | msgid "Bad default setting!" | |
1736 | msgstr "Loša podrazumjevana postavka!" | |
640c5d94 | 1737 | |
9de26945 MV |
1738 | #: dselect/install:52 dselect/install:84 dselect/install:88 dselect/install:95 |
1739 | #: dselect/install:106 dselect/update:45 | |
864fe99c MV |
1740 | #, fuzzy |
1741 | msgid "Press [Enter] to continue." | |
9de26945 | 1742 | msgstr "Pritisnite enter za nastavak." |
640c5d94 | 1743 | |
9de26945 MV |
1744 | #: dselect/install:92 |
1745 | msgid "Do you want to erase any previously downloaded .deb files?" | |
640c5d94 MZ |
1746 | msgstr "" |
1747 | ||
9de26945 MV |
1748 | #: dselect/install:102 |
1749 | msgid "Some errors occurred while unpacking. Packages that were installed" | |
897e3c7b | 1750 | msgstr "" |
1751 | ||
9de26945 MV |
1752 | #: dselect/install:103 |
1753 | msgid "will be configured. This may result in duplicate errors" | |
9f2df510 MV |
1754 | msgstr "" |
1755 | ||
9de26945 MV |
1756 | #: dselect/install:104 |
1757 | msgid "or errors caused by missing dependencies. This is OK, only the errors" | |
2a8a592d | 1758 | msgstr "" |
1759 | ||
9de26945 | 1760 | #: dselect/install:105 |
1e7ec0d8 | 1761 | msgid "" |
9de26945 | 1762 | "above this message are important. Please fix them and run [I]nstall again" |
67f393ab | 1763 | msgstr "" |
1764 | ||
9de26945 MV |
1765 | #: dselect/update:30 |
1766 | msgid "Merging available information" | |
1767 | msgstr "Sastavljam dostupne informacije" | |
640c5d94 | 1768 | |
864fe99c MV |
1769 | #: apt-pkg/install-progress.cc:58 |
1770 | #, c-format | |
1771 | msgid "Progress: [%3i%%]" | |
67f393ab | 1772 | msgstr "" |
de5a560a | 1773 | |
864fe99c MV |
1774 | #: apt-pkg/install-progress.cc:93 apt-pkg/install-progress.cc:177 |
1775 | msgid "Running dpkg" | |
1776 | msgstr "" | |
67f393ab | 1777 | |
864fe99c | 1778 | #: apt-pkg/init.cc:176 |
2f6a2fbb | 1779 | #, c-format |
864fe99c MV |
1780 | msgid "Packaging system '%s' is not supported" |
1781 | msgstr "" | |
2f6a2fbb | 1782 | |
864fe99c MV |
1783 | #: apt-pkg/init.cc:192 |
1784 | msgid "Unable to determine a suitable packaging system type" | |
67f393ab | 1785 | msgstr "" |
1786 | ||
864fe99c MV |
1787 | #: apt-pkg/indexcopy.cc:228 apt-pkg/indexcopy.cc:753 |
1788 | #, c-format | |
1789 | msgid "Wrote %i records.\n" | |
67f393ab | 1790 | msgstr "" |
1791 | ||
864fe99c | 1792 | #: apt-pkg/indexcopy.cc:230 apt-pkg/indexcopy.cc:755 |
3fa4e98f | 1793 | #, c-format |
864fe99c | 1794 | msgid "Wrote %i records with %i missing files.\n" |
640c5d94 MZ |
1795 | msgstr "" |
1796 | ||
864fe99c MV |
1797 | #: apt-pkg/indexcopy.cc:233 apt-pkg/indexcopy.cc:758 |
1798 | #, c-format | |
1799 | msgid "Wrote %i records with %i mismatched files\n" | |
de5a560a | 1800 | msgstr "" |
1801 | ||
864fe99c MV |
1802 | #: apt-pkg/indexcopy.cc:236 apt-pkg/indexcopy.cc:761 |
1803 | #, c-format | |
1804 | msgid "Wrote %i records with %i missing files and %i mismatched files\n" | |
3fa4e98f | 1805 | msgstr "" |
640c5d94 | 1806 | |
864fe99c | 1807 | #: apt-pkg/indexcopy.cc:498 |
1e7ec0d8 | 1808 | #, c-format |
864fe99c | 1809 | msgid "Can't find authentication record for: %s" |
67f393ab | 1810 | msgstr "" |
de5a560a | 1811 | |
864fe99c MV |
1812 | #: apt-pkg/indexcopy.cc:504 |
1813 | #, c-format | |
1814 | msgid "Hash mismatch for: %s" | |
2f6a2fbb DK |
1815 | msgstr "" |
1816 | ||
bf33c3bd | 1817 | #: apt-pkg/cachefile.cc:98 |
864fe99c | 1818 | msgid "The package lists or status file could not be parsed or opened." |
2f6a2fbb DK |
1819 | msgstr "" |
1820 | ||
bf33c3bd | 1821 | #: apt-pkg/cachefile.cc:102 |
864fe99c | 1822 | msgid "You may want to run apt-get update to correct these problems" |
67f393ab | 1823 | msgstr "" |
de5a560a | 1824 | |
bf33c3bd | 1825 | #: apt-pkg/cachefile.cc:120 |
864fe99c | 1826 | msgid "The list of sources could not be read." |
67f393ab | 1827 | msgstr "" |
de5a560a | 1828 | |
864fe99c MV |
1829 | #: apt-pkg/pkgcache.cc:163 |
1830 | msgid "Empty package cache" | |
640c5d94 MZ |
1831 | msgstr "" |
1832 | ||
864fe99c MV |
1833 | #: apt-pkg/pkgcache.cc:169 apt-pkg/pkgcache.cc:180 |
1834 | msgid "The package cache file is corrupted" | |
1835 | msgstr "" | |
2f6a2fbb | 1836 | |
864fe99c MV |
1837 | #: apt-pkg/pkgcache.cc:174 |
1838 | msgid "The package cache file is an incompatible version" | |
1839 | msgstr "" | |
2f6a2fbb | 1840 | |
864fe99c MV |
1841 | #: apt-pkg/pkgcache.cc:177 |
1842 | msgid "The package cache file is corrupted, it is too small" | |
b391a29c | 1843 | msgstr "" |
7d8a4da7 | 1844 | |
864fe99c | 1845 | #: apt-pkg/pkgcache.cc:184 |
9de26945 | 1846 | #, c-format |
864fe99c | 1847 | msgid "This APT does not support the versioning system '%s'" |
1e7ec0d8 | 1848 | msgstr "" |
640c5d94 | 1849 | |
864fe99c | 1850 | #: apt-pkg/pkgcache.cc:194 |
9de26945 | 1851 | #, c-format |
864fe99c | 1852 | msgid "The package cache was built for different architectures: %s vs %s" |
1e7ec0d8 | 1853 | msgstr "" |
506ab3c7 | 1854 | |
864fe99c MV |
1855 | #: apt-pkg/pkgcache.cc:319 |
1856 | msgid "Depends" | |
1857 | msgstr "Zavisi" | |
2f6a2fbb | 1858 | |
864fe99c MV |
1859 | #: apt-pkg/pkgcache.cc:319 |
1860 | msgid "PreDepends" | |
1861 | msgstr "Unaprijed zavisi" | |
2f6a2fbb | 1862 | |
864fe99c MV |
1863 | #: apt-pkg/pkgcache.cc:319 |
1864 | msgid "Suggests" | |
1865 | msgstr "Predlaže" | |
2f6a2fbb | 1866 | |
864fe99c MV |
1867 | #: apt-pkg/pkgcache.cc:320 |
1868 | msgid "Recommends" | |
1869 | msgstr "Preporučuje" | |
506ab3c7 | 1870 | |
864fe99c MV |
1871 | #: apt-pkg/pkgcache.cc:320 |
1872 | #, fuzzy | |
1873 | msgid "Conflicts" | |
1874 | msgstr "Sukobljava se sa" | |
9de26945 | 1875 | |
864fe99c MV |
1876 | #: apt-pkg/pkgcache.cc:320 |
1877 | msgid "Replaces" | |
1878 | msgstr "Zamjenjuje" | |
506ab3c7 | 1879 | |
864fe99c MV |
1880 | #: apt-pkg/pkgcache.cc:321 |
1881 | msgid "Obsoletes" | |
1882 | msgstr "Zastarijeva" | |
67f393ab | 1883 | |
864fe99c MV |
1884 | #: apt-pkg/pkgcache.cc:321 |
1885 | msgid "Breaks" | |
9de26945 | 1886 | msgstr "" |
1e7ec0d8 | 1887 | |
864fe99c MV |
1888 | #: apt-pkg/pkgcache.cc:321 |
1889 | msgid "Enhances" | |
1e7ec0d8 MV |
1890 | msgstr "" |
1891 | ||
864fe99c MV |
1892 | #: apt-pkg/pkgcache.cc:332 |
1893 | msgid "important" | |
1894 | msgstr "važno" | |
67f393ab | 1895 | |
864fe99c MV |
1896 | #: apt-pkg/pkgcache.cc:332 |
1897 | msgid "required" | |
1898 | msgstr "zahtijevano" | |
67f393ab | 1899 | |
864fe99c MV |
1900 | #: apt-pkg/pkgcache.cc:332 |
1901 | msgid "standard" | |
1902 | msgstr "standardno" | |
2f6a2fbb | 1903 | |
864fe99c MV |
1904 | #: apt-pkg/pkgcache.cc:333 |
1905 | msgid "optional" | |
1906 | msgstr "opcionalno" | |
67f393ab | 1907 | |
864fe99c MV |
1908 | #: apt-pkg/pkgcache.cc:333 |
1909 | msgid "extra" | |
1910 | msgstr "extra" | |
67f393ab | 1911 | |
bf33c3bd JAK |
1912 | #: apt-pkg/upgrade.cc:34 apt-pkg/upgrade.cc:136 apt-pkg/upgrade.cc:182 |
1913 | msgid "Calculating upgrade" | |
1914 | msgstr "Računam nadogradnju" | |
3fa4e98f | 1915 | |
e49dd9d3 | 1916 | #: apt-pkg/acquire-worker.cc:111 |
2f6a2fbb | 1917 | #, c-format |
e49dd9d3 | 1918 | msgid "The method driver %s could not be found." |
1e7ec0d8 | 1919 | msgstr "" |
3fa4e98f | 1920 | |
e49dd9d3 | 1921 | #: apt-pkg/acquire-worker.cc:113 |
2f6a2fbb | 1922 | #, c-format |
e49dd9d3 | 1923 | msgid "Is the package %s installed?" |
bf33c3bd | 1924 | msgstr "" |
640c5d94 | 1925 | |
e49dd9d3 MV |
1926 | #: apt-pkg/acquire-worker.cc:164 |
1927 | #, c-format | |
1928 | msgid "Method %s did not start correctly" | |
bf33c3bd | 1929 | msgstr "" |
640c5d94 | 1930 | |
e49dd9d3 MV |
1931 | #: apt-pkg/acquire-worker.cc:543 |
1932 | #, c-format | |
1933 | msgid "" | |
1934 | "Please insert the disc labeled: '%s' in the drive '%s' and press [Enter]." | |
bf33c3bd | 1935 | msgstr "" |
c77d6597 | 1936 | |
e49dd9d3 MV |
1937 | #: apt-pkg/depcache.cc:139 apt-pkg/depcache.cc:167 |
1938 | msgid "Building dependency tree" | |
1939 | msgstr "Gradim stablo zavisnosti" | |
2f6a2fbb | 1940 | |
e49dd9d3 MV |
1941 | #: apt-pkg/depcache.cc:140 |
1942 | msgid "Candidate versions" | |
1943 | msgstr "Verzije kandidata" | |
bf33c3bd | 1944 | |
e49dd9d3 MV |
1945 | #: apt-pkg/depcache.cc:168 |
1946 | msgid "Dependency generation" | |
1947 | msgstr "Stvaranje zavisnosti" | |
bf33c3bd | 1948 | |
e49dd9d3 MV |
1949 | #: apt-pkg/depcache.cc:188 apt-pkg/depcache.cc:221 apt-pkg/depcache.cc:225 |
1950 | #, fuzzy | |
1951 | msgid "Reading state information" | |
1952 | msgstr "Sastavljam dostupne informacije" | |
bf33c3bd | 1953 | |
e49dd9d3 MV |
1954 | #: apt-pkg/depcache.cc:252 |
1955 | #, fuzzy, c-format | |
1956 | msgid "Failed to open StateFile %s" | |
1957 | msgstr "Ne mogu otvoriti %s" | |
bf33c3bd | 1958 | |
e49dd9d3 MV |
1959 | #: apt-pkg/depcache.cc:257 |
1960 | #, fuzzy, c-format | |
1961 | msgid "Failed to write temporary StateFile %s" | |
1962 | msgstr "Ne mogu ukloniti %s" | |
08f8455c | 1963 | |
e49dd9d3 | 1964 | #: apt-pkg/acquire-item.cc:156 |
864fe99c | 1965 | msgid "Use --allow-insecure-repositories to force the update" |
2f6a2fbb DK |
1966 | msgstr "" |
1967 | ||
e49dd9d3 | 1968 | #: apt-pkg/acquire-item.cc:607 apt-pkg/contrib/fileutl.cc:2189 |
864fe99c MV |
1969 | #, c-format |
1970 | msgid "rename failed, %s (%s -> %s)." | |
2f6a2fbb DK |
1971 | msgstr "" |
1972 | ||
e49dd9d3 | 1973 | #: apt-pkg/acquire-item.cc:631 |
864fe99c | 1974 | msgid "Hash Sum mismatch" |
2f6a2fbb DK |
1975 | msgstr "" |
1976 | ||
e49dd9d3 | 1977 | #: apt-pkg/acquire-item.cc:636 |
864fe99c | 1978 | msgid "Size mismatch" |
2f6a2fbb DK |
1979 | msgstr "" |
1980 | ||
e49dd9d3 | 1981 | #: apt-pkg/acquire-item.cc:641 |
864fe99c | 1982 | msgid "Invalid file format" |
2f6a2fbb DK |
1983 | msgstr "" |
1984 | ||
e49dd9d3 | 1985 | #: apt-pkg/acquire-item.cc:646 |
864fe99c MV |
1986 | #, fuzzy |
1987 | msgid "Signature error" | |
1988 | msgstr "Greška pri pisanju" | |
1989 | ||
e49dd9d3 | 1990 | #: apt-pkg/acquire-item.cc:835 |
2f6a2fbb | 1991 | #, c-format |
864fe99c MV |
1992 | msgid "" |
1993 | "An error occurred during the signature verification. The repository is not " | |
1994 | "updated and the previous index files will be used. GPG error: %s: %s" | |
2f6a2fbb DK |
1995 | msgstr "" |
1996 | ||
864fe99c | 1997 | #. Invalid signature file, reject (LP: #346386) (Closes: #627642) |
e49dd9d3 | 1998 | #: apt-pkg/acquire-item.cc:845 apt-pkg/acquire-item.cc:851 |
2f6a2fbb | 1999 | #, c-format |
864fe99c | 2000 | msgid "GPG error: %s: %s" |
2f6a2fbb DK |
2001 | msgstr "" |
2002 | ||
e49dd9d3 | 2003 | #: apt-pkg/acquire-item.cc:1016 |
864fe99c | 2004 | #, c-format |
2f6a2fbb | 2005 | msgid "" |
864fe99c MV |
2006 | "Unable to find expected entry '%s' in Release file (Wrong sources.list entry " |
2007 | "or malformed file)" | |
2f6a2fbb DK |
2008 | msgstr "" |
2009 | ||
e49dd9d3 | 2010 | #: apt-pkg/acquire-item.cc:1122 |
864fe99c | 2011 | msgid "There is no public key available for the following key IDs:\n" |
7d8a4da7 | 2012 | msgstr "" |
9de26945 | 2013 | |
864fe99c MV |
2014 | #. TRANSLATOR: The first %s is the URL of the bad Release file, the second is |
2015 | #. the time since then the file is invalid - formatted in the same way as in | |
2016 | #. the download progress display (e.g. 7d 3h 42min 1s) | |
e49dd9d3 | 2017 | #: apt-pkg/acquire-item.cc:1162 |
9de26945 | 2018 | #, c-format |
864fe99c MV |
2019 | msgid "" |
2020 | "Release file for %s is expired (invalid since %s). Updates for this " | |
2021 | "repository will not be applied." | |
0fd68707 MV |
2022 | msgstr "" |
2023 | ||
e49dd9d3 | 2024 | #: apt-pkg/acquire-item.cc:1203 |
864fe99c MV |
2025 | #, c-format |
2026 | msgid "Conflicting distribution: %s (expected %s but got %s)" | |
8e947fe1 | 2027 | msgstr "" |
2028 | ||
e49dd9d3 | 2029 | #: apt-pkg/acquire-item.cc:1320 apt-pkg/acquire-item.cc:1576 |
8e947fe1 | 2030 | #, c-format |
864fe99c MV |
2031 | msgid "" |
2032 | "The data from '%s' is not signed. Packages from that repository can not be " | |
2033 | "authenticated." | |
8e947fe1 | 2034 | msgstr "" |
2035 | ||
e49dd9d3 | 2036 | #: apt-pkg/acquire-item.cc:1422 |
864fe99c MV |
2037 | #, c-format |
2038 | msgid "" | |
2039 | "The repository '%s' does not have a Release file. This is deprecated, please " | |
2040 | "contact the owner of the repository." | |
1e7ec0d8 | 2041 | msgstr "" |
506ab3c7 | 2042 | |
e49dd9d3 | 2043 | #: apt-pkg/acquire-item.cc:1555 |
1e7ec0d8 | 2044 | #, c-format |
864fe99c | 2045 | msgid "The repository '%s' is no longer signed." |
1e7ec0d8 MV |
2046 | msgstr "" |
2047 | ||
e49dd9d3 | 2048 | #: apt-pkg/acquire-item.cc:1562 |
864fe99c MV |
2049 | msgid "" |
2050 | "This is normally not allowed, but the option Acquire::" | |
2051 | "AllowDowngradeToInsecureRepositories was given to override it." | |
640c5d94 MZ |
2052 | msgstr "" |
2053 | ||
e49dd9d3 | 2054 | #: apt-pkg/acquire-item.cc:2685 |
7d8a4da7 | 2055 | #, c-format |
864fe99c MV |
2056 | msgid "" |
2057 | "I wasn't able to locate a file for the %s package. This might mean you need " | |
2058 | "to manually fix this package. (due to missing arch)" | |
67f393ab | 2059 | msgstr "" |
640c5d94 | 2060 | |
e49dd9d3 | 2061 | #: apt-pkg/acquire-item.cc:2751 |
5b1e4e86 | 2062 | #, c-format |
864fe99c | 2063 | msgid "Can't find a source to download version '%s' of '%s'" |
640c5d94 MZ |
2064 | msgstr "" |
2065 | ||
e49dd9d3 | 2066 | #: apt-pkg/acquire-item.cc:2789 |
640c5d94 | 2067 | #, c-format |
864fe99c MV |
2068 | msgid "" |
2069 | "The package index files are corrupted. No Filename: field for package %s." | |
de5a560a | 2070 | msgstr "" |
640c5d94 | 2071 | |
864fe99c | 2072 | #. TRANSLATOR: %s=%s is sourcename=sourceversion, e.g. apt=1.1 |
e49dd9d3 | 2073 | #: apt-pkg/acquire-item.cc:2990 apt-pkg/acquire-item.cc:3132 |
7d8a4da7 | 2074 | #, c-format |
864fe99c | 2075 | msgid "Changelog unavailable for %s=%s" |
640c5d94 MZ |
2076 | msgstr "" |
2077 | ||
e49dd9d3 MV |
2078 | #: apt-pkg/pkgcachegen.cc:112 |
2079 | msgid "Cache has an incompatible versioning system" | |
2080 | msgstr "" | |
2081 | ||
2082 | #. TRANSLATOR: The first placeholder is a package name, | |
2083 | #. the other two should be copied verbatim as they include debug info | |
2084 | #: apt-pkg/pkgcachegen.cc:237 apt-pkg/pkgcachegen.cc:299 | |
2085 | #: apt-pkg/pkgcachegen.cc:365 apt-pkg/pkgcachegen.cc:369 | |
2086 | #: apt-pkg/pkgcachegen.cc:386 apt-pkg/pkgcachegen.cc:394 | |
2087 | #: apt-pkg/pkgcachegen.cc:398 apt-pkg/pkgcachegen.cc:402 | |
2088 | #: apt-pkg/pkgcachegen.cc:423 apt-pkg/pkgcachegen.cc:428 | |
2089 | #: apt-pkg/pkgcachegen.cc:474 apt-pkg/pkgcachegen.cc:488 | |
2090 | #, c-format | |
2091 | msgid "Error occurred while processing %s (%s%d)" | |
2092 | msgstr "" | |
2093 | ||
2094 | #: apt-pkg/pkgcachegen.cc:257 | |
2095 | msgid "Wow, you exceeded the number of package names this APT is capable of." | |
2096 | msgstr "" | |
2097 | ||
2098 | #: apt-pkg/pkgcachegen.cc:260 | |
2099 | msgid "Wow, you exceeded the number of versions this APT is capable of." | |
2100 | msgstr "" | |
2101 | ||
2102 | #: apt-pkg/pkgcachegen.cc:263 | |
2103 | msgid "Wow, you exceeded the number of descriptions this APT is capable of." | |
2104 | msgstr "" | |
2105 | ||
2106 | #: apt-pkg/pkgcachegen.cc:266 | |
2107 | msgid "Wow, you exceeded the number of dependencies this APT is capable of." | |
2108 | msgstr "" | |
2109 | ||
2110 | #: apt-pkg/pkgcachegen.cc:1419 apt-pkg/pkgcachegen.cc:1546 | |
2111 | #: apt-pkg/pkgcachegen.cc:1572 apt-pkg/pkgcachegen.cc:1681 | |
2112 | msgid "Reading package lists" | |
2113 | msgstr "Čitam spiskove paketa" | |
2114 | ||
2115 | #: apt-pkg/pkgcachegen.cc:1490 apt-pkg/pkgcachegen.cc:1497 | |
2116 | msgid "IO Error saving source cache" | |
2117 | msgstr "" | |
2118 | ||
2119 | #: apt-pkg/acquire.cc:127 apt-pkg/acquire.cc:147 apt-pkg/cdrom.cc:833 | |
9de26945 | 2120 | #, c-format |
864fe99c | 2121 | msgid "List directory %spartial is missing." |
1f73a3d8 | 2122 | msgstr "" |
2123 | ||
e49dd9d3 | 2124 | #: apt-pkg/acquire.cc:130 apt-pkg/acquire.cc:152 |
2f6a2fbb | 2125 | #, c-format |
864fe99c | 2126 | msgid "Archives directory %spartial is missing." |
1f73a3d8 | 2127 | msgstr "" |
2128 | ||
e49dd9d3 | 2129 | #: apt-pkg/acquire.cc:163 |
864fe99c MV |
2130 | #, fuzzy, c-format |
2131 | msgid "Unable to lock directory %s" | |
2132 | msgstr "Ne mogu kreirati %s" | |
640c5d94 | 2133 | |
e49dd9d3 MV |
2134 | #: apt-pkg/acquire.cc:500 |
2135 | #, c-format | |
2136 | msgid "" | |
2137 | "Can't drop privileges for downloading as file '%s' couldn't be accessed by " | |
2138 | "user '%s'." | |
2139 | msgstr "" | |
2140 | ||
2141 | #: apt-pkg/acquire.cc:618 apt-pkg/clean.cc:39 | |
bf33c3bd JAK |
2142 | #, c-format |
2143 | msgid "Clean of %s is not supported" | |
2144 | msgstr "" | |
2145 | ||
864fe99c MV |
2146 | #. only show the ETA if it makes sense |
2147 | #. two days | |
e49dd9d3 | 2148 | #: apt-pkg/acquire.cc:1146 |
864fe99c MV |
2149 | #, c-format |
2150 | msgid "Retrieving file %li of %li (%s remaining)" | |
2151 | msgstr "" | |
506ab3c7 | 2152 | |
e49dd9d3 | 2153 | #: apt-pkg/acquire.cc:1148 |
864fe99c MV |
2154 | #, fuzzy, c-format |
2155 | msgid "Retrieving file %li of %li" | |
2156 | msgstr "Čitam spisak datoteke" | |
5b1e4e86 | 2157 | |
e49dd9d3 MV |
2158 | #: apt-pkg/update.cc:76 |
2159 | #, fuzzy, c-format | |
2160 | msgid "Failed to fetch %s %s" | |
2161 | msgstr "Ne mogu otvoriti %s" | |
2162 | ||
2163 | #: apt-pkg/update.cc:102 apt-pkg/update.cc:104 | |
2164 | msgid "" | |
2165 | "Some index files failed to download. They have been ignored, or old ones " | |
2166 | "used instead." | |
2167 | msgstr "" | |
2168 | ||
2169 | #: apt-pkg/srcrecords.cc:53 | |
2170 | msgid "You must put some 'source' URIs in your sources.list" | |
2171 | msgstr "" | |
2172 | ||
2173 | #: apt-pkg/clean.cc:64 | |
2174 | #, c-format | |
2175 | msgid "Unable to stat %s." | |
2176 | msgstr "" | |
2177 | ||
864fe99c MV |
2178 | #: apt-pkg/policy.cc:77 |
2179 | #, c-format | |
2180 | msgid "" | |
2181 | "The value '%s' is invalid for APT::Default-Release as such a release is not " | |
2182 | "available in the sources" | |
640c5d94 MZ |
2183 | msgstr "" |
2184 | ||
864fe99c MV |
2185 | #: apt-pkg/policy.cc:453 |
2186 | #, c-format | |
2187 | msgid "Invalid record in the preferences file %s, no Package header" | |
2188 | msgstr "" | |
640c5d94 | 2189 | |
864fe99c MV |
2190 | #: apt-pkg/policy.cc:475 |
2191 | #, c-format | |
2192 | msgid "Did not understand pin type %s" | |
2193 | msgstr "" | |
640c5d94 | 2194 | |
864fe99c MV |
2195 | #: apt-pkg/policy.cc:484 |
2196 | #, c-format | |
2197 | msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" | |
2198 | msgstr "" | |
640c5d94 | 2199 | |
864fe99c MV |
2200 | #: apt-pkg/policy.cc:491 |
2201 | msgid "No priority (or zero) specified for pin" | |
2202 | msgstr "" | |
640c5d94 | 2203 | |
bf33c3bd | 2204 | #: apt-pkg/packagemanager.cc:330 apt-pkg/packagemanager.cc:1018 |
864fe99c MV |
2205 | #, c-format |
2206 | msgid "" | |
2207 | "Could not perform immediate configuration on '%s'. Please see man 5 apt.conf " | |
2208 | "under APT::Immediate-Configure for details. (%d)" | |
2209 | msgstr "" | |
5b1e4e86 | 2210 | |
bf33c3bd | 2211 | #: apt-pkg/packagemanager.cc:589 apt-pkg/packagemanager.cc:627 |
864fe99c MV |
2212 | #, fuzzy, c-format |
2213 | msgid "Could not configure '%s'. " | |
2214 | msgstr "Ne mogu otvoriti %s" | |
897e3c7b | 2215 | |
bf33c3bd | 2216 | #: apt-pkg/packagemanager.cc:677 |
9de26945 | 2217 | #, c-format |
864fe99c MV |
2218 | msgid "" |
2219 | "This installation run will require temporarily removing the essential " | |
2220 | "package %s due to a Conflicts/Pre-Depends loop. This is often bad, but if " | |
2221 | "you really want to do it, activate the APT::Force-LoopBreak option." | |
7d8a4da7 MV |
2222 | msgstr "" |
2223 | ||
864fe99c | 2224 | #: apt-pkg/cdrom.cc:498 |
5b1e4e86 | 2225 | #, c-format |
864fe99c | 2226 | msgid "Line %u too long in source list %s." |
640c5d94 MZ |
2227 | msgstr "" |
2228 | ||
864fe99c MV |
2229 | #: apt-pkg/cdrom.cc:572 |
2230 | #, fuzzy | |
2231 | msgid "Unmounting CD-ROM...\n" | |
2232 | msgstr "Pogrešan CD" | |
2233 | ||
2234 | #: apt-pkg/cdrom.cc:587 | |
9de26945 | 2235 | #, c-format |
864fe99c | 2236 | msgid "Using CD-ROM mount point %s\n" |
506ab3c7 MV |
2237 | msgstr "" |
2238 | ||
864fe99c MV |
2239 | #: apt-pkg/cdrom.cc:600 |
2240 | #, fuzzy | |
2241 | msgid "Waiting for disc...\n" | |
2242 | msgstr "Čekam na zaglavlja" | |
2243 | ||
2244 | #: apt-pkg/cdrom.cc:610 | |
2245 | msgid "Mounting CD-ROM...\n" | |
9de26945 | 2246 | msgstr "" |
1e7ec0d8 | 2247 | |
864fe99c MV |
2248 | #: apt-pkg/cdrom.cc:621 |
2249 | msgid "Identifying... " | |
09d057db | 2250 | msgstr "" |
2251 | ||
864fe99c | 2252 | #: apt-pkg/cdrom.cc:663 |
2f6a2fbb | 2253 | #, c-format |
864fe99c | 2254 | msgid "Stored label: %s\n" |
9de26945 | 2255 | msgstr "" |
506ab3c7 | 2256 | |
864fe99c MV |
2257 | #: apt-pkg/cdrom.cc:681 |
2258 | msgid "Scanning disc for index files...\n" | |
1e7ec0d8 | 2259 | msgstr "" |
506ab3c7 | 2260 | |
864fe99c | 2261 | #: apt-pkg/cdrom.cc:735 |
2f6a2fbb | 2262 | #, c-format |
864fe99c MV |
2263 | msgid "" |
2264 | "Found %zu package indexes, %zu source indexes, %zu translation indexes and " | |
2265 | "%zu signatures\n" | |
9de26945 MV |
2266 | msgstr "" |
2267 | ||
864fe99c MV |
2268 | #: apt-pkg/cdrom.cc:745 |
2269 | msgid "" | |
2270 | "Unable to locate any package files, perhaps this is not a Debian Disc or the " | |
2271 | "wrong architecture?" | |
9de26945 MV |
2272 | msgstr "" |
2273 | ||
864fe99c | 2274 | #: apt-pkg/cdrom.cc:772 |
2f6a2fbb | 2275 | #, c-format |
864fe99c | 2276 | msgid "Found label '%s'\n" |
9de26945 | 2277 | msgstr "" |
506ab3c7 | 2278 | |
864fe99c MV |
2279 | #: apt-pkg/cdrom.cc:801 |
2280 | msgid "That is not a valid name, try again.\n" | |
1e7ec0d8 | 2281 | msgstr "" |
506ab3c7 | 2282 | |
864fe99c | 2283 | #: apt-pkg/cdrom.cc:818 |
9de26945 | 2284 | #, c-format |
864fe99c MV |
2285 | msgid "" |
2286 | "This disc is called: \n" | |
2287 | "'%s'\n" | |
506ab3c7 MV |
2288 | msgstr "" |
2289 | ||
864fe99c MV |
2290 | #: apt-pkg/cdrom.cc:820 |
2291 | #, fuzzy | |
2292 | msgid "Copying package lists..." | |
2293 | msgstr "Čitam spiskove paketa" | |
1e7ec0d8 | 2294 | |
864fe99c MV |
2295 | #: apt-pkg/cdrom.cc:867 |
2296 | msgid "Writing new source list\n" | |
9de26945 | 2297 | msgstr "" |
1e7ec0d8 | 2298 | |
864fe99c MV |
2299 | #: apt-pkg/cdrom.cc:878 |
2300 | msgid "Source list entries for this disc are:\n" | |
9de26945 | 2301 | msgstr "" |
1e7ec0d8 | 2302 | |
864fe99c | 2303 | #: apt-pkg/algorithms.cc:263 |
9de26945 | 2304 | #, c-format |
864fe99c MV |
2305 | msgid "" |
2306 | "The package %s needs to be reinstalled, but I can't find an archive for it." | |
9de26945 | 2307 | msgstr "" |
1e7ec0d8 | 2308 | |
864fe99c MV |
2309 | #: apt-pkg/algorithms.cc:1080 |
2310 | msgid "" | |
2311 | "Error, pkgProblemResolver::Resolve generated breaks, this may be caused by " | |
2312 | "held packages." | |
cb7afb13 MV |
2313 | msgstr "" |
2314 | ||
864fe99c MV |
2315 | #: apt-pkg/algorithms.cc:1082 |
2316 | msgid "Unable to correct problems, you have held broken packages." | |
cb7afb13 MV |
2317 | msgstr "" |
2318 | ||
e49dd9d3 MV |
2319 | #: apt-pkg/edsp.cc:184 apt-pkg/edsp.cc:210 |
2320 | msgid "Send scenario to solver" | |
2321 | msgstr "" | |
bf33c3bd | 2322 | |
e49dd9d3 MV |
2323 | #: apt-pkg/edsp.cc:232 |
2324 | msgid "Send request to solver" | |
2325 | msgstr "" | |
bf33c3bd | 2326 | |
e49dd9d3 MV |
2327 | #: apt-pkg/edsp.cc:311 |
2328 | msgid "Prepare for receiving solution" | |
2329 | msgstr "" | |
bf33c3bd | 2330 | |
e49dd9d3 MV |
2331 | #: apt-pkg/edsp.cc:318 |
2332 | msgid "External solver failed without a proper error message" | |
2333 | msgstr "" | |
bf33c3bd | 2334 | |
e49dd9d3 MV |
2335 | #: apt-pkg/edsp.cc:610 apt-pkg/edsp.cc:613 apt-pkg/edsp.cc:618 |
2336 | msgid "Execute external solver" | |
2337 | msgstr "" | |
bf33c3bd | 2338 | |
e49dd9d3 MV |
2339 | #: apt-pkg/pkgrecords.cc:38 |
2340 | #, c-format | |
2341 | msgid "Index file type '%s' is not supported" | |
2342 | msgstr "" | |
bf33c3bd JAK |
2343 | |
2344 | #: apt-pkg/tagfile.cc:196 apt-pkg/tagfile.cc:296 apt-pkg/deb/debrecords.cc:212 | |
2345 | #, c-format | |
2346 | msgid "Unable to parse package file %s (%d)" | |
9de26945 | 2347 | msgstr "" |
1e7ec0d8 | 2348 | |
bf33c3bd JAK |
2349 | #: apt-pkg/tagfile.cc:541 apt-pkg/tagfile.cc:544 |
2350 | #, c-format | |
2351 | msgid "Cannot convert %s to integer" | |
9de26945 | 2352 | msgstr "" |
506ab3c7 | 2353 | |
e49dd9d3 MV |
2354 | #. TRANSLATOR: %u is a line number, the first %s is a filename of a file with the extension "second %s" and the third %s is a unique identifier for bugreports |
2355 | #: apt-pkg/sourcelist.cc:140 apt-pkg/sourcelist.cc:147 | |
2356 | #: apt-pkg/sourcelist.cc:150 apt-pkg/sourcelist.cc:158 | |
2357 | #: apt-pkg/sourcelist.cc:165 apt-pkg/sourcelist.cc:209 | |
2358 | #: apt-pkg/sourcelist.cc:212 apt-pkg/sourcelist.cc:223 | |
2359 | #: apt-pkg/sourcelist.cc:229 apt-pkg/sourcelist.cc:232 | |
2360 | #: apt-pkg/sourcelist.cc:245 apt-pkg/sourcelist.cc:247 | |
2361 | #: apt-pkg/sourcelist.cc:250 apt-pkg/sourcelist.cc:256 | |
2362 | #: apt-pkg/sourcelist.cc:263 | |
2363 | #, c-format | |
2364 | msgid "Malformed entry %u in %s file %s (%s)" | |
2365 | msgstr "" | |
2366 | ||
2367 | #: apt-pkg/sourcelist.cc:367 | |
2368 | #, c-format | |
2369 | msgid "Opening %s" | |
2370 | msgstr "Otvaram %s" | |
2371 | ||
2372 | #: apt-pkg/sourcelist.cc:401 | |
2373 | #, c-format | |
2374 | msgid "Malformed line %u in source list %s (type)" | |
2375 | msgstr "" | |
2376 | ||
2377 | #: apt-pkg/sourcelist.cc:405 | |
2378 | #, c-format | |
2379 | msgid "Type '%s' is not known on line %u in source list %s" | |
2380 | msgstr "" | |
2381 | ||
2382 | #: apt-pkg/sourcelist.cc:425 apt-pkg/sourcelist.cc:431 | |
2383 | #, c-format | |
2384 | msgid "Malformed stanza %u in source list %s (type)" | |
2385 | msgstr "" | |
2386 | ||
2387 | #: apt-pkg/sourcelist.cc:441 | |
2388 | #, c-format | |
2389 | msgid "Type '%s' is not known on stanza %u in source list %s" | |
2390 | msgstr "" | |
2391 | ||
2392 | #: apt-pkg/cacheset.cc:492 | |
bf33c3bd JAK |
2393 | #, c-format |
2394 | msgid "Release '%s' for '%s' was not found" | |
9de26945 | 2395 | msgstr "" |
506ab3c7 | 2396 | |
e49dd9d3 | 2397 | #: apt-pkg/cacheset.cc:495 |
bf33c3bd JAK |
2398 | #, c-format |
2399 | msgid "Version '%s' for '%s' was not found" | |
1e7ec0d8 | 2400 | msgstr "" |
3fa4e98f | 2401 | |
e49dd9d3 | 2402 | #: apt-pkg/cacheset.cc:730 |
bf33c3bd JAK |
2403 | #, fuzzy, c-format |
2404 | msgid "Couldn't find task '%s'" | |
2405 | msgstr "Ne mogu otvoriti %s" | |
2406 | ||
e49dd9d3 | 2407 | #: apt-pkg/cacheset.cc:736 |
bf33c3bd JAK |
2408 | #, c-format |
2409 | msgid "Couldn't find any package by regex '%s'" | |
640c5d94 MZ |
2410 | msgstr "" |
2411 | ||
e49dd9d3 | 2412 | #: apt-pkg/cacheset.cc:742 |
bf33c3bd JAK |
2413 | #, fuzzy, c-format |
2414 | msgid "Couldn't find any package by glob '%s'" | |
2415 | msgstr "Ne mogu otvoriti %s" | |
2416 | ||
e49dd9d3 | 2417 | #: apt-pkg/cacheset.cc:781 |
864fe99c | 2418 | #, c-format |
bf33c3bd | 2419 | msgid "Can't select versions from package '%s' as it is purely virtual" |
67f393ab | 2420 | msgstr "" |
640c5d94 | 2421 | |
e49dd9d3 | 2422 | #: apt-pkg/cacheset.cc:820 |
7d8a4da7 | 2423 | #, c-format |
bf33c3bd JAK |
2424 | msgid "Can't select newest version from package '%s' as it is purely virtual" |
2425 | msgstr "" | |
2426 | ||
e49dd9d3 | 2427 | #: apt-pkg/cacheset.cc:828 |
bf33c3bd JAK |
2428 | #, c-format |
2429 | msgid "Can't select candidate version from package %s as it has no candidate" | |
2430 | msgstr "" | |
2431 | ||
e49dd9d3 | 2432 | #: apt-pkg/cacheset.cc:836 |
bf33c3bd JAK |
2433 | #, c-format |
2434 | msgid "Can't select installed version from package %s as it is not installed" | |
2435 | msgstr "" | |
2436 | ||
e49dd9d3 | 2437 | #: apt-pkg/cacheset.cc:844 apt-pkg/cacheset.cc:852 |
bf33c3bd JAK |
2438 | #, c-format |
2439 | msgid "" | |
2440 | "Can't select installed nor candidate version from package '%s' as it has " | |
2441 | "neither of them" | |
9de26945 MV |
2442 | msgstr "" |
2443 | ||
e49dd9d3 MV |
2444 | #. TRANSLATOR: an identifier like Packages; Releasefile key indicating |
2445 | #. a file like main/binary-amd64/Packages; another identifier like Contents; | |
2446 | #. filename and linenumber of the sources.list entry currently parsed | |
2447 | #: apt-pkg/deb/debmetaindex.cc:215 | |
864fe99c | 2448 | #, c-format |
e49dd9d3 | 2449 | msgid "Target %s wants to acquire the same file (%s) as %s from source %s" |
2f6a2fbb DK |
2450 | msgstr "" |
2451 | ||
e49dd9d3 MV |
2452 | #. TRANSLATOR: an identifier like Packages; Releasefile key indicating |
2453 | #. a file like main/binary-amd64/Packages; filename and linenumber of | |
2454 | #. two sources.list entries | |
2455 | #: apt-pkg/deb/debmetaindex.cc:234 | |
864fe99c | 2456 | #, c-format |
e49dd9d3 | 2457 | msgid "Target %s (%s) is configured multiple times in %s and %s" |
2f6a2fbb DK |
2458 | msgstr "" |
2459 | ||
e49dd9d3 | 2460 | #: apt-pkg/deb/debmetaindex.cc:314 |
bf33c3bd JAK |
2461 | #, fuzzy, c-format |
2462 | msgid "Unable to parse Release file %s" | |
2463 | msgstr "Ne mogu otvoriti DB datoteku %s" | |
2464 | ||
e49dd9d3 | 2465 | #: apt-pkg/deb/debmetaindex.cc:323 |
864fe99c | 2466 | #, c-format |
bf33c3bd | 2467 | msgid "No sections in Release file %s" |
2f6a2fbb DK |
2468 | msgstr "" |
2469 | ||
e49dd9d3 | 2470 | #: apt-pkg/deb/debmetaindex.cc:363 |
864fe99c | 2471 | #, c-format |
bf33c3bd | 2472 | msgid "No Hash entry in Release file %s" |
2f6a2fbb DK |
2473 | msgstr "" |
2474 | ||
e49dd9d3 | 2475 | #: apt-pkg/deb/debmetaindex.cc:371 |
864fe99c | 2476 | #, fuzzy, c-format |
bf33c3bd JAK |
2477 | msgid "Invalid 'Date' entry in Release file %s" |
2478 | msgstr "Ne mogu otvoriti DB datoteku %s" | |
2479 | ||
e49dd9d3 | 2480 | #: apt-pkg/deb/debmetaindex.cc:392 |
bf33c3bd JAK |
2481 | #, c-format |
2482 | msgid "Invalid 'Valid-Until' entry in Release file %s" | |
2483 | msgstr "" | |
2484 | ||
2485 | #. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite | |
e49dd9d3 MV |
2486 | #: apt-pkg/deb/debmetaindex.cc:521 apt-pkg/deb/debmetaindex.cc:529 |
2487 | #: apt-pkg/deb/debmetaindex.cc:537 apt-pkg/deb/debmetaindex.cc:545 | |
2488 | #: apt-pkg/deb/debmetaindex.cc:568 | |
bf33c3bd JAK |
2489 | #, c-format |
2490 | msgid "Conflicting values set for option %s concerning source %s %s" | |
2491 | msgstr "" | |
2492 | ||
e49dd9d3 | 2493 | #: apt-pkg/deb/debmetaindex.cc:563 |
bf33c3bd JAK |
2494 | #, c-format |
2495 | msgid "Invalid value set for option %s concerning source %s %s (%s)" | |
2496 | msgstr "" | |
2497 | ||
2498 | #: apt-pkg/deb/dpkgpm.cc:110 | |
2499 | #, fuzzy, c-format | |
2500 | msgid "Installing %s" | |
2501 | msgstr " Instalirano:" | |
2502 | ||
2503 | #: apt-pkg/deb/dpkgpm.cc:111 apt-pkg/deb/dpkgpm.cc:1007 | |
2504 | #, fuzzy, c-format | |
2505 | msgid "Configuring %s" | |
2506 | msgstr "Povezujem se sa %s" | |
2507 | ||
2508 | #: apt-pkg/deb/dpkgpm.cc:112 apt-pkg/deb/dpkgpm.cc:1014 | |
2509 | #, fuzzy, c-format | |
2510 | msgid "Removing %s" | |
2511 | msgstr "Otvaram %s" | |
2512 | ||
2513 | #: apt-pkg/deb/dpkgpm.cc:113 | |
2514 | #, fuzzy, c-format | |
2515 | msgid "Completely removing %s" | |
2516 | msgstr "Ne mogu ukloniti %s" | |
2517 | ||
2518 | #: apt-pkg/deb/dpkgpm.cc:114 | |
2519 | #, c-format | |
2520 | msgid "Noting disappearance of %s" | |
2521 | msgstr "" | |
2522 | ||
2523 | #: apt-pkg/deb/dpkgpm.cc:115 | |
2524 | #, c-format | |
2525 | msgid "Running post-installation trigger %s" | |
2526 | msgstr "" | |
2527 | ||
2528 | #. FIXME: use a better string after freeze | |
2529 | #: apt-pkg/deb/dpkgpm.cc:838 | |
2530 | #, c-format | |
2531 | msgid "Directory '%s' missing" | |
2532 | msgstr "" | |
2533 | ||
2534 | #: apt-pkg/deb/dpkgpm.cc:853 apt-pkg/deb/dpkgpm.cc:875 | |
2535 | #, fuzzy, c-format | |
2536 | msgid "Could not open file '%s'" | |
864fe99c | 2537 | msgstr "Ne mogu otvoriti %s" |
2f6a2fbb | 2538 | |
bf33c3bd JAK |
2539 | #: apt-pkg/deb/dpkgpm.cc:1000 |
2540 | #, fuzzy, c-format | |
2541 | msgid "Preparing %s" | |
2542 | msgstr "Otvaram %s" | |
2543 | ||
2544 | #: apt-pkg/deb/dpkgpm.cc:1001 | |
2545 | #, fuzzy, c-format | |
2546 | msgid "Unpacking %s" | |
2547 | msgstr "Otvaram %s" | |
2548 | ||
2549 | #: apt-pkg/deb/dpkgpm.cc:1006 | |
2550 | #, c-format | |
2551 | msgid "Preparing to configure %s" | |
2552 | msgstr "" | |
2553 | ||
2554 | #: apt-pkg/deb/dpkgpm.cc:1008 | |
2555 | #, fuzzy, c-format | |
2556 | msgid "Installed %s" | |
2557 | msgstr " Instalirano:" | |
2558 | ||
2559 | #: apt-pkg/deb/dpkgpm.cc:1013 | |
2560 | #, c-format | |
2561 | msgid "Preparing for removal of %s" | |
2562 | msgstr "" | |
2563 | ||
2564 | #: apt-pkg/deb/dpkgpm.cc:1015 | |
2565 | #, fuzzy, c-format | |
2566 | msgid "Removed %s" | |
2567 | msgstr "Preporučuje" | |
2568 | ||
2569 | #: apt-pkg/deb/dpkgpm.cc:1020 | |
2570 | #, c-format | |
2571 | msgid "Preparing to completely remove %s" | |
2572 | msgstr "" | |
2573 | ||
2574 | #: apt-pkg/deb/dpkgpm.cc:1021 | |
2575 | #, fuzzy, c-format | |
2576 | msgid "Completely removed %s" | |
2577 | msgstr "Ne mogu ukloniti %s" | |
2578 | ||
2579 | #: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168 | |
2580 | #, fuzzy, c-format | |
2581 | msgid "Can not write log (%s)" | |
2582 | msgstr "Ne mogu zapisati na %s" | |
2583 | ||
2584 | #: apt-pkg/deb/dpkgpm.cc:1080 apt-pkg/deb/dpkgpm.cc:1168 | |
2585 | msgid "Is /dev/pts mounted?" | |
2586 | msgstr "" | |
2587 | ||
2588 | #: apt-pkg/deb/dpkgpm.cc:1656 | |
2589 | msgid "Operation was interrupted before it could finish" | |
2590 | msgstr "" | |
2591 | ||
2592 | #: apt-pkg/deb/dpkgpm.cc:1718 | |
2593 | msgid "No apport report written because MaxReports is reached already" | |
2594 | msgstr "" | |
2595 | ||
2596 | #. check if its not a follow up error | |
2597 | #: apt-pkg/deb/dpkgpm.cc:1723 | |
2598 | msgid "dependency problems - leaving unconfigured" | |
2599 | msgstr "" | |
2600 | ||
2601 | #: apt-pkg/deb/dpkgpm.cc:1725 | |
2602 | msgid "" | |
2603 | "No apport report written because the error message indicates its a followup " | |
2604 | "error from a previous failure." | |
2605 | msgstr "" | |
2606 | ||
2607 | #: apt-pkg/deb/dpkgpm.cc:1731 | |
2608 | msgid "" | |
2609 | "No apport report written because the error message indicates a disk full " | |
2610 | "error" | |
2f6a2fbb DK |
2611 | msgstr "" |
2612 | ||
bf33c3bd JAK |
2613 | #: apt-pkg/deb/dpkgpm.cc:1738 |
2614 | msgid "" | |
2615 | "No apport report written because the error message indicates a out of memory " | |
2616 | "error" | |
2617 | msgstr "" | |
864fe99c | 2618 | |
bf33c3bd JAK |
2619 | #: apt-pkg/deb/dpkgpm.cc:1745 apt-pkg/deb/dpkgpm.cc:1751 |
2620 | msgid "" | |
2621 | "No apport report written because the error message indicates an issue on the " | |
2622 | "local system" | |
2f6a2fbb | 2623 | msgstr "" |
cb7afb13 | 2624 | |
bf33c3bd JAK |
2625 | #: apt-pkg/deb/dpkgpm.cc:1773 |
2626 | msgid "" | |
2627 | "No apport report written because the error message indicates a dpkg I/O error" | |
2f6a2fbb DK |
2628 | msgstr "" |
2629 | ||
bf33c3bd | 2630 | #: apt-pkg/deb/debsystem.cc:88 |
864fe99c | 2631 | #, c-format |
bf33c3bd JAK |
2632 | msgid "" |
2633 | "Unable to lock the administration directory (%s), is another process using " | |
2634 | "it?" | |
2f6a2fbb DK |
2635 | msgstr "" |
2636 | ||
bf33c3bd | 2637 | #: apt-pkg/deb/debsystem.cc:91 |
864fe99c | 2638 | #, c-format |
bf33c3bd | 2639 | msgid "Unable to lock the administration directory (%s), are you root?" |
2f6a2fbb DK |
2640 | msgstr "" |
2641 | ||
bf33c3bd JAK |
2642 | #. TRANSLATORS: the %s contains the recovery command, usually |
2643 | #. dpkg --configure -a | |
2644 | #: apt-pkg/deb/debsystem.cc:107 | |
864fe99c MV |
2645 | #, c-format |
2646 | msgid "" | |
bf33c3bd JAK |
2647 | "dpkg was interrupted, you must manually run '%s' to correct the problem. " |
2648 | msgstr "" | |
2649 | ||
2650 | #: apt-pkg/deb/debsystem.cc:125 | |
2651 | msgid "Not locked" | |
864fe99c | 2652 | msgstr "" |
2f6a2fbb | 2653 | |
864fe99c | 2654 | #: apt-pkg/contrib/fileutl.cc:197 |
2f6a2fbb | 2655 | #, c-format |
864fe99c | 2656 | msgid "Not using locking for read only lock file %s" |
2f6a2fbb DK |
2657 | msgstr "" |
2658 | ||
864fe99c | 2659 | #: apt-pkg/contrib/fileutl.cc:202 |
2f6a2fbb | 2660 | #, c-format |
864fe99c | 2661 | msgid "Could not open lock file %s" |
2f6a2fbb DK |
2662 | msgstr "" |
2663 | ||
864fe99c MV |
2664 | #: apt-pkg/contrib/fileutl.cc:225 |
2665 | #, c-format | |
2666 | msgid "Not using locking for nfs mounted lock file %s" | |
2667 | msgstr "" | |
2f6a2fbb | 2668 | |
864fe99c MV |
2669 | #: apt-pkg/contrib/fileutl.cc:230 |
2670 | #, c-format | |
2671 | msgid "Could not get lock %s" | |
2f6a2fbb DK |
2672 | msgstr "" |
2673 | ||
864fe99c | 2674 | #: apt-pkg/contrib/fileutl.cc:367 apt-pkg/contrib/fileutl.cc:481 |
2f6a2fbb | 2675 | #, c-format |
864fe99c | 2676 | msgid "List of files can't be created as '%s' is not a directory" |
2f6a2fbb DK |
2677 | msgstr "" |
2678 | ||
864fe99c | 2679 | #: apt-pkg/contrib/fileutl.cc:401 |
2f6a2fbb | 2680 | #, c-format |
864fe99c | 2681 | msgid "Ignoring '%s' in directory '%s' as it is not a regular file" |
2f6a2fbb DK |
2682 | msgstr "" |
2683 | ||
864fe99c | 2684 | #: apt-pkg/contrib/fileutl.cc:419 |
2f6a2fbb | 2685 | #, c-format |
864fe99c | 2686 | msgid "Ignoring file '%s' in directory '%s' as it has no filename extension" |
5b1e4e86 | 2687 | msgstr "" |
9de26945 | 2688 | |
864fe99c | 2689 | #: apt-pkg/contrib/fileutl.cc:428 |
2f6a2fbb DK |
2690 | #, c-format |
2691 | msgid "" | |
864fe99c | 2692 | "Ignoring file '%s' in directory '%s' as it has an invalid filename extension" |
2f6a2fbb DK |
2693 | msgstr "" |
2694 | ||
864fe99c | 2695 | #: apt-pkg/contrib/fileutl.cc:862 |
2f6a2fbb | 2696 | #, c-format |
864fe99c | 2697 | msgid "Sub-process %s received a segmentation fault." |
2f6a2fbb DK |
2698 | msgstr "" |
2699 | ||
864fe99c | 2700 | #: apt-pkg/contrib/fileutl.cc:864 |
2f6a2fbb | 2701 | #, c-format |
864fe99c | 2702 | msgid "Sub-process %s received signal %u." |
2f6a2fbb DK |
2703 | msgstr "" |
2704 | ||
864fe99c | 2705 | #: apt-pkg/contrib/fileutl.cc:868 apt-pkg/contrib/gpgv.cc:227 |
506ab3c7 | 2706 | #, c-format |
864fe99c | 2707 | msgid "Sub-process %s returned an error code (%u)" |
c77d6597 MV |
2708 | msgstr "" |
2709 | ||
864fe99c | 2710 | #: apt-pkg/contrib/fileutl.cc:870 apt-pkg/contrib/gpgv.cc:220 |
506ab3c7 | 2711 | #, c-format |
864fe99c | 2712 | msgid "Sub-process %s exited unexpectedly" |
c77d6597 MV |
2713 | msgstr "" |
2714 | ||
864fe99c | 2715 | #: apt-pkg/contrib/fileutl.cc:987 |
640c5d94 | 2716 | #, c-format |
864fe99c | 2717 | msgid "Problem closing the gzip file %s" |
67f393ab | 2718 | msgstr "" |
640c5d94 | 2719 | |
864fe99c | 2720 | #: apt-pkg/contrib/fileutl.cc:1194 |
9de26945 | 2721 | #, c-format |
864fe99c | 2722 | msgid "Could not open file %s" |
506ab3c7 MV |
2723 | msgstr "" |
2724 | ||
864fe99c | 2725 | #: apt-pkg/contrib/fileutl.cc:1253 apt-pkg/contrib/fileutl.cc:1300 |
5b1e4e86 | 2726 | #, fuzzy, c-format |
864fe99c MV |
2727 | msgid "Could not open file descriptor %d" |
2728 | msgstr "Ne mogu otvoriti %s" | |
5b1e4e86 | 2729 | |
e49dd9d3 | 2730 | #: apt-pkg/contrib/fileutl.cc:1408 apt-pkg/contrib/fileutl.cc:2204 |
864fe99c | 2731 | msgid "Failed to create subprocess IPC" |
5b1e4e86 MV |
2732 | msgstr "" |
2733 | ||
864fe99c MV |
2734 | #: apt-pkg/contrib/fileutl.cc:1466 |
2735 | msgid "Failed to exec compressor " | |
5b1e4e86 MV |
2736 | msgstr "" |
2737 | ||
864fe99c | 2738 | #: apt-pkg/contrib/fileutl.cc:1607 |
5b1e4e86 | 2739 | #, c-format |
864fe99c | 2740 | msgid "read, still have %llu to read but none left" |
5b1e4e86 MV |
2741 | msgstr "" |
2742 | ||
864fe99c | 2743 | #: apt-pkg/contrib/fileutl.cc:1720 apt-pkg/contrib/fileutl.cc:1742 |
5b1e4e86 | 2744 | #, c-format |
864fe99c | 2745 | msgid "write, still have %llu to write but couldn't" |
5b1e4e86 MV |
2746 | msgstr "" |
2747 | ||
864fe99c MV |
2748 | #: apt-pkg/contrib/fileutl.cc:2008 |
2749 | #, fuzzy, c-format | |
2750 | msgid "Problem closing the file %s" | |
2751 | msgstr "Ne mogu ukloniti %s" | |
2752 | ||
bf33c3bd | 2753 | #: apt-pkg/contrib/fileutl.cc:2020 |
864fe99c MV |
2754 | #, c-format |
2755 | msgid "Problem renaming the file %s to %s" | |
5b1e4e86 MV |
2756 | msgstr "" |
2757 | ||
bf33c3bd | 2758 | #: apt-pkg/contrib/fileutl.cc:2031 |
5b1e4e86 | 2759 | #, c-format |
864fe99c MV |
2760 | msgid "Problem unlinking the file %s" |
2761 | msgstr "" | |
2762 | ||
bf33c3bd | 2763 | #: apt-pkg/contrib/fileutl.cc:2044 |
864fe99c | 2764 | msgid "Problem syncing the file" |
5b1e4e86 MV |
2765 | msgstr "" |
2766 | ||
e49dd9d3 | 2767 | #: apt-pkg/contrib/fileutl.cc:2174 cmdline/apt-extracttemplates.cc:258 |
5b1e4e86 | 2768 | #, fuzzy, c-format |
864fe99c MV |
2769 | msgid "Unable to mkstemp %s" |
2770 | msgstr "Ne mogu kreirati %s" | |
5b1e4e86 | 2771 | |
e49dd9d3 | 2772 | #: apt-pkg/contrib/fileutl.cc:2179 cmdline/apt-extracttemplates.cc:263 |
bf33c3bd JAK |
2773 | #, c-format |
2774 | msgid "Unable to write to %s" | |
2775 | msgstr "Ne mogu zapisati na %s" | |
2776 | ||
864fe99c | 2777 | #: apt-pkg/contrib/progress.cc:148 |
5b1e4e86 | 2778 | #, c-format |
864fe99c | 2779 | msgid "%c%s... Error!" |
5b1e4e86 MV |
2780 | msgstr "" |
2781 | ||
864fe99c MV |
2782 | #: apt-pkg/contrib/progress.cc:150 |
2783 | #, c-format | |
2784 | msgid "%c%s... Done" | |
b6c6b52f MV |
2785 | msgstr "" |
2786 | ||
864fe99c MV |
2787 | #: apt-pkg/contrib/progress.cc:181 |
2788 | msgid "..." | |
2789 | msgstr "" | |
7d8a4da7 | 2790 | |
864fe99c MV |
2791 | #. Print the spinner |
2792 | #: apt-pkg/contrib/progress.cc:197 | |
9de26945 | 2793 | #, c-format |
864fe99c | 2794 | msgid "%c%s... %u%%" |
640c5d94 MZ |
2795 | msgstr "" |
2796 | ||
e49dd9d3 MV |
2797 | #. TRANSLATOR: d means days, h means hours, min means minutes, s means seconds |
2798 | #: apt-pkg/contrib/strutl.cc:420 | |
2799 | #, c-format | |
2800 | msgid "%lid %lih %limin %lis" | |
2801 | msgstr "" | |
2802 | ||
2803 | #. TRANSLATOR: h means hours, min means minutes, s means seconds | |
2804 | #: apt-pkg/contrib/strutl.cc:425 | |
2805 | #, c-format | |
2806 | msgid "%lih %limin %lis" | |
2807 | msgstr "" | |
2808 | ||
2809 | #. TRANSLATOR: min means minutes, s means seconds | |
2810 | #: apt-pkg/contrib/strutl.cc:430 | |
2811 | #, c-format | |
2812 | msgid "%limin %lis" | |
2813 | msgstr "" | |
2814 | ||
2815 | #. TRANSLATOR: s means seconds | |
2816 | #: apt-pkg/contrib/strutl.cc:435 | |
2817 | #, c-format | |
2818 | msgid "%lis" | |
2819 | msgstr "" | |
2820 | ||
2821 | #: apt-pkg/contrib/strutl.cc:1279 | |
2822 | #, c-format | |
2823 | msgid "Selection %s not found" | |
2824 | msgstr "" | |
2825 | ||
864fe99c MV |
2826 | #: apt-pkg/contrib/mmap.cc:79 |
2827 | msgid "Can't mmap an empty file" | |
2828 | msgstr "" | |
7d8a4da7 | 2829 | |
864fe99c MV |
2830 | #: apt-pkg/contrib/mmap.cc:111 |
2831 | #, c-format | |
2832 | msgid "Couldn't duplicate file descriptor %i" | |
506ab3c7 | 2833 | msgstr "" |
c1b21367 | 2834 | |
864fe99c MV |
2835 | #: apt-pkg/contrib/mmap.cc:119 |
2836 | #, c-format | |
2837 | msgid "Couldn't make mmap of %llu bytes" | |
640c5d94 MZ |
2838 | msgstr "" |
2839 | ||
864fe99c MV |
2840 | #: apt-pkg/contrib/mmap.cc:146 |
2841 | #, fuzzy | |
2842 | msgid "Unable to close mmap" | |
2843 | msgstr "Ne mogu kreirati %s" | |
2844 | ||
2845 | #: apt-pkg/contrib/mmap.cc:174 apt-pkg/contrib/mmap.cc:202 | |
2846 | #, fuzzy | |
2847 | msgid "Unable to synchronize mmap" | |
2848 | msgstr "Ne mogu kreirati %s" | |
2849 | ||
2850 | #: apt-pkg/contrib/mmap.cc:290 | |
9de26945 | 2851 | #, c-format |
864fe99c | 2852 | msgid "Couldn't make mmap of %lu bytes" |
640c5d94 MZ |
2853 | msgstr "" |
2854 | ||
864fe99c MV |
2855 | #: apt-pkg/contrib/mmap.cc:322 |
2856 | #, fuzzy | |
2857 | msgid "Failed to truncate file" | |
2858 | msgstr "Ne mogu ukloniti %s" | |
2859 | ||
2860 | #: apt-pkg/contrib/mmap.cc:341 | |
2861 | #, c-format | |
2862 | msgid "" | |
2863 | "Dynamic MMap ran out of room. Please increase the size of APT::Cache-Start. " | |
2864 | "Current value: %lu. (man 5 apt.conf)" | |
c77d6597 MV |
2865 | msgstr "" |
2866 | ||
864fe99c | 2867 | #: apt-pkg/contrib/mmap.cc:446 |
9de26945 | 2868 | #, c-format |
7d8a4da7 | 2869 | msgid "" |
864fe99c MV |
2870 | "Unable to increase the size of the MMap as the limit of %lu bytes is already " |
2871 | "reached." | |
640c5d94 MZ |
2872 | msgstr "" |
2873 | ||
864fe99c | 2874 | #: apt-pkg/contrib/mmap.cc:449 |
7d8a4da7 | 2875 | msgid "" |
864fe99c | 2876 | "Unable to increase size of the MMap as automatic growing is disabled by user." |
7d8a4da7 MV |
2877 | msgstr "" |
2878 | ||
864fe99c | 2879 | #: apt-pkg/contrib/cdromutl.cc:65 |
9de26945 | 2880 | #, c-format |
864fe99c | 2881 | msgid "Unable to stat the mount point %s" |
7d8a4da7 MV |
2882 | msgstr "" |
2883 | ||
864fe99c MV |
2884 | #: apt-pkg/contrib/cdromutl.cc:247 |
2885 | msgid "Failed to stat the cdrom" | |
640c5d94 MZ |
2886 | msgstr "" |
2887 | ||
864fe99c | 2888 | #: apt-pkg/contrib/configuration.cc:516 |
3fa4e98f | 2889 | #, c-format |
864fe99c | 2890 | msgid "Unrecognized type abbreviation: '%c'" |
3fa4e98f | 2891 | msgstr "" |
640c5d94 | 2892 | |
864fe99c MV |
2893 | #: apt-pkg/contrib/configuration.cc:630 |
2894 | #, c-format | |
2895 | msgid "Opening configuration file %s" | |
3fa4e98f | 2896 | msgstr "" |
67f393ab | 2897 | |
864fe99c MV |
2898 | #: apt-pkg/contrib/configuration.cc:798 |
2899 | #, c-format | |
2900 | msgid "Syntax error %s:%u: Block starts with no name." | |
640c5d94 MZ |
2901 | msgstr "" |
2902 | ||
864fe99c | 2903 | #: apt-pkg/contrib/configuration.cc:817 |
3fa4e98f | 2904 | #, c-format |
864fe99c | 2905 | msgid "Syntax error %s:%u: Malformed tag" |
09d057db | 2906 | msgstr "" |
2907 | ||
864fe99c MV |
2908 | #: apt-pkg/contrib/configuration.cc:834 |
2909 | #, c-format | |
2910 | msgid "Syntax error %s:%u: Extra junk after value" | |
5b1e4e86 | 2911 | msgstr "" |
3fa4e98f | 2912 | |
864fe99c MV |
2913 | #: apt-pkg/contrib/configuration.cc:874 |
2914 | #, c-format | |
2915 | msgid "Syntax error %s:%u: Directives can only be done at the top level" | |
5b1e4e86 | 2916 | msgstr "" |
7d8a4da7 | 2917 | |
864fe99c MV |
2918 | #: apt-pkg/contrib/configuration.cc:881 |
2919 | #, c-format | |
2920 | msgid "Syntax error %s:%u: Too many nested includes" | |
2921 | msgstr "" | |
9de26945 | 2922 | |
864fe99c MV |
2923 | #: apt-pkg/contrib/configuration.cc:885 apt-pkg/contrib/configuration.cc:890 |
2924 | #, c-format | |
2925 | msgid "Syntax error %s:%u: Included from here" | |
2926 | msgstr "" | |
640c5d94 | 2927 | |
864fe99c MV |
2928 | #: apt-pkg/contrib/configuration.cc:894 |
2929 | #, c-format | |
2930 | msgid "Syntax error %s:%u: Unsupported directive '%s'" | |
2931 | msgstr "" | |
9de26945 | 2932 | |
864fe99c | 2933 | #: apt-pkg/contrib/configuration.cc:897 |
5b1e4e86 | 2934 | #, c-format |
864fe99c | 2935 | msgid "Syntax error %s:%u: clear directive requires an option tree as argument" |
640c5d94 MZ |
2936 | msgstr "" |
2937 | ||
864fe99c | 2938 | #: apt-pkg/contrib/configuration.cc:947 |
9de26945 | 2939 | #, c-format |
864fe99c | 2940 | msgid "Syntax error %s:%u: Extra junk at end of file" |
67f393ab | 2941 | msgstr "" |
640c5d94 | 2942 | |
864fe99c | 2943 | #: apt-pkg/contrib/cmndline.cc:127 |
5b1e4e86 | 2944 | #, c-format |
864fe99c MV |
2945 | msgid "" |
2946 | "Command line option '%c' [from %s] is not understood in combination with the " | |
2947 | "other options." | |
67f393ab | 2948 | msgstr "" |
4948a1ba | 2949 | |
864fe99c MV |
2950 | #: apt-pkg/contrib/cmndline.cc:152 apt-pkg/contrib/cmndline.cc:161 |
2951 | #: apt-pkg/contrib/cmndline.cc:169 | |
2952 | #, c-format | |
2953 | msgid "" | |
2954 | "Command line option %s is not understood in combination with the other " | |
2955 | "options" | |
2956 | msgstr "" | |
3fa4e98f | 2957 | |
864fe99c | 2958 | #: apt-pkg/contrib/cmndline.cc:174 |
5b1e4e86 | 2959 | #, c-format |
864fe99c | 2960 | msgid "Command line option %s is not boolean" |
67f393ab | 2961 | msgstr "" |
640c5d94 | 2962 | |
864fe99c MV |
2963 | #: apt-pkg/contrib/cmndline.cc:215 apt-pkg/contrib/cmndline.cc:236 |
2964 | #, c-format | |
2965 | msgid "Option %s requires an argument." | |
2966 | msgstr "" | |
9de26945 | 2967 | |
864fe99c | 2968 | #: apt-pkg/contrib/cmndline.cc:249 apt-pkg/contrib/cmndline.cc:255 |
1e7ec0d8 | 2969 | #, c-format |
864fe99c | 2970 | msgid "Option %s: Configuration item specification must have an =<val>." |
67f393ab | 2971 | msgstr "" |
640c5d94 | 2972 | |
864fe99c | 2973 | #: apt-pkg/contrib/cmndline.cc:284 |
2f6a2fbb | 2974 | #, c-format |
864fe99c | 2975 | msgid "Option %s requires an integer argument, not '%s'" |
2f6a2fbb DK |
2976 | msgstr "" |
2977 | ||
864fe99c | 2978 | #: apt-pkg/contrib/cmndline.cc:315 |
2f6a2fbb | 2979 | #, c-format |
864fe99c | 2980 | msgid "Option '%s' is too long" |
2f6a2fbb DK |
2981 | msgstr "" |
2982 | ||
864fe99c | 2983 | #: apt-pkg/contrib/cmndline.cc:347 |
2f6a2fbb | 2984 | #, c-format |
864fe99c | 2985 | msgid "Sense %s is not understood, try true or false." |
2f6a2fbb DK |
2986 | msgstr "" |
2987 | ||
864fe99c | 2988 | #: apt-pkg/contrib/cmndline.cc:397 |
9de26945 | 2989 | #, c-format |
864fe99c | 2990 | msgid "Invalid operation %s" |
640c5d94 MZ |
2991 | msgstr "" |
2992 | ||
864fe99c MV |
2993 | #: cmdline/apt-extracttemplates.cc:228 |
2994 | msgid "" | |
2995 | "Usage: apt-extracttemplates file1 [file2 ...]\n" | |
2996 | "\n" | |
2997 | "apt-extracttemplates is a tool to extract config and template info\n" | |
2998 | "from debian packages\n" | |
2999 | "\n" | |
3000 | "Options:\n" | |
3001 | " -h This help text\n" | |
3002 | " -t Set the temp dir\n" | |
3003 | " -c=? Read this configuration file\n" | |
3004 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
5b1e4e86 MV |
3005 | msgstr "" |
3006 | ||
864fe99c MV |
3007 | #: cmdline/apt-extracttemplates.cc:304 |
3008 | msgid "Cannot get debconf version. Is debconf installed?" | |
5b1e4e86 | 3009 | msgstr "" |
864fe99c | 3010 | "Ne mogu odrediti verziju debconf programa. Da li je debconf instaliran?" |
5b1e4e86 | 3011 | |
864fe99c MV |
3012 | #: ftparchive/apt-ftparchive.cc:188 ftparchive/apt-ftparchive.cc:368 |
3013 | msgid "Package extension list is too long" | |
3014 | msgstr "" | |
1c937475 | 3015 | |
864fe99c MV |
3016 | #: ftparchive/apt-ftparchive.cc:190 ftparchive/apt-ftparchive.cc:202 |
3017 | #: ftparchive/apt-ftparchive.cc:225 ftparchive/apt-ftparchive.cc:281 | |
3018 | #: ftparchive/apt-ftparchive.cc:291 ftparchive/apt-ftparchive.cc:313 | |
7d8a4da7 | 3019 | #, c-format |
864fe99c | 3020 | msgid "Error processing directory %s" |
2a8a592d | 3021 | msgstr "" |
3022 | ||
864fe99c MV |
3023 | #: ftparchive/apt-ftparchive.cc:279 |
3024 | msgid "Source extension list is too long" | |
3025 | msgstr "" | |
7d8a4da7 | 3026 | |
864fe99c MV |
3027 | #: ftparchive/apt-ftparchive.cc:394 |
3028 | msgid "Error writing header to contents file" | |
2a8a592d | 3029 | msgstr "" |
3030 | ||
864fe99c | 3031 | #: ftparchive/apt-ftparchive.cc:424 |
7d8a4da7 | 3032 | #, c-format |
864fe99c MV |
3033 | msgid "Error processing contents %s" |
3034 | msgstr "" | |
3035 | ||
3036 | #: ftparchive/apt-ftparchive.cc:616 | |
7d8a4da7 | 3037 | msgid "" |
864fe99c MV |
3038 | "Usage: apt-ftparchive [options] command\n" |
3039 | "Commands: packages binarypath [overridefile [pathprefix]]\n" | |
3040 | " sources srcpath [overridefile [pathprefix]]\n" | |
3041 | " contents path\n" | |
3042 | " release path\n" | |
3043 | " generate config [groups]\n" | |
3044 | " clean config\n" | |
3045 | "\n" | |
3046 | "apt-ftparchive generates index files for Debian archives. It supports\n" | |
3047 | "many styles of generation from fully automated to functional replacements\n" | |
3048 | "for dpkg-scanpackages and dpkg-scansources\n" | |
3049 | "\n" | |
3050 | "apt-ftparchive generates Package files from a tree of .debs. The\n" | |
3051 | "Package file contains the contents of all the control fields from\n" | |
3052 | "each package as well as the MD5 hash and filesize. An override file\n" | |
3053 | "is supported to force the value of Priority and Section.\n" | |
3054 | "\n" | |
3055 | "Similarly apt-ftparchive generates Sources files from a tree of .dscs.\n" | |
3056 | "The --source-override option can be used to specify a src override file\n" | |
3057 | "\n" | |
3058 | "The 'packages' and 'sources' command should be run in the root of the\n" | |
3059 | "tree. BinaryPath should point to the base of the recursive search and \n" | |
3060 | "override file should contain the override flags. Pathprefix is\n" | |
3061 | "appended to the filename fields if present. Example usage from the \n" | |
3062 | "Debian archive:\n" | |
3063 | " apt-ftparchive packages dists/potato/main/binary-i386/ > \\\n" | |
3064 | " dists/potato/main/binary-i386/Packages\n" | |
3065 | "\n" | |
3066 | "Options:\n" | |
3067 | " -h This help text\n" | |
3068 | " --md5 Control MD5 generation\n" | |
3069 | " -s=? Source override file\n" | |
3070 | " -q Quiet\n" | |
3071 | " -d=? Select the optional caching database\n" | |
3072 | " --no-delink Enable delinking debug mode\n" | |
3073 | " --contents Control contents file generation\n" | |
3074 | " -c=? Read this configuration file\n" | |
3075 | " -o=? Set an arbitrary configuration option" | |
506ab3c7 MV |
3076 | msgstr "" |
3077 | ||
864fe99c MV |
3078 | #: ftparchive/apt-ftparchive.cc:812 |
3079 | msgid "No selections matched" | |
7d8a4da7 | 3080 | msgstr "" |
2a8a592d | 3081 | |
864fe99c | 3082 | #: ftparchive/apt-ftparchive.cc:892 |
2a8a592d | 3083 | #, c-format |
864fe99c | 3084 | msgid "Some files are missing in the package file group `%s'" |
506ab3c7 MV |
3085 | msgstr "" |
3086 | ||
864fe99c MV |
3087 | #: ftparchive/cachedb.cc:68 |
3088 | #, c-format | |
3089 | msgid "DB was corrupted, file renamed to %s.old" | |
3090 | msgstr "DB je bila oštećena, datoteka preimenovana u %s.old" | |
5b1e4e86 | 3091 | |
864fe99c | 3092 | #: ftparchive/cachedb.cc:86 |
2a8a592d | 3093 | #, c-format |
864fe99c MV |
3094 | msgid "DB is old, attempting to upgrade %s" |
3095 | msgstr "DB je stara, pokušavam nadogradnju %s" | |
3096 | ||
3097 | #: ftparchive/cachedb.cc:97 | |
3098 | msgid "" | |
3099 | "DB format is invalid. If you upgraded from an older version of apt, please " | |
3100 | "remove and re-create the database." | |
2a8a592d | 3101 | msgstr "" |
3102 | ||
864fe99c MV |
3103 | #: ftparchive/cachedb.cc:102 |
3104 | #, fuzzy, c-format | |
3105 | msgid "Unable to open DB file %s: %s" | |
3106 | msgstr "Ne mogu otvoriti DB datoteku %s" | |
3107 | ||
3108 | #: ftparchive/cachedb.cc:185 apt-inst/extract.cc:186 apt-inst/extract.cc:199 | |
3109 | #: apt-inst/extract.cc:216 | |
5b1e4e86 | 3110 | #, c-format |
864fe99c | 3111 | msgid "Failed to stat %s" |
c77d6597 MV |
3112 | msgstr "" |
3113 | ||
864fe99c MV |
3114 | #: ftparchive/cachedb.cc:327 |
3115 | #, fuzzy | |
3116 | msgid "Failed to read .dsc" | |
3117 | msgstr "Ne mogu ukloniti %s" | |
3118 | ||
3119 | #: ftparchive/cachedb.cc:360 | |
3120 | msgid "Archive has no control record" | |
3121 | msgstr "Arhiva nema kontrolnog zapisa" | |
3122 | ||
3123 | #: ftparchive/cachedb.cc:527 | |
3124 | msgid "Unable to get a cursor" | |
c77d6597 MV |
3125 | msgstr "" |
3126 | ||
e49dd9d3 | 3127 | #: ftparchive/writer.cc:106 |
506ab3c7 | 3128 | #, c-format |
864fe99c | 3129 | msgid "W: Unable to read directory %s\n" |
c77d6597 MV |
3130 | msgstr "" |
3131 | ||
e49dd9d3 | 3132 | #: ftparchive/writer.cc:111 |
7d8a4da7 | 3133 | #, c-format |
864fe99c | 3134 | msgid "W: Unable to stat %s\n" |
c77d6597 MV |
3135 | msgstr "" |
3136 | ||
e49dd9d3 | 3137 | #: ftparchive/writer.cc:167 |
864fe99c | 3138 | msgid "E: " |
c77d6597 MV |
3139 | msgstr "" |
3140 | ||
e49dd9d3 | 3141 | #: ftparchive/writer.cc:169 |
864fe99c | 3142 | msgid "W: " |
ce34af08 MV |
3143 | msgstr "" |
3144 | ||
e49dd9d3 | 3145 | #: ftparchive/writer.cc:176 |
864fe99c | 3146 | msgid "E: Errors apply to file " |
ce34af08 MV |
3147 | msgstr "" |
3148 | ||
e49dd9d3 | 3149 | #: ftparchive/writer.cc:194 ftparchive/writer.cc:226 |
506ab3c7 | 3150 | #, c-format |
864fe99c | 3151 | msgid "Failed to resolve %s" |
506ab3c7 MV |
3152 | msgstr "" |
3153 | ||
e49dd9d3 | 3154 | #: ftparchive/writer.cc:207 |
864fe99c | 3155 | msgid "Tree walking failed" |
ce34af08 MV |
3156 | msgstr "" |
3157 | ||
e49dd9d3 | 3158 | #: ftparchive/writer.cc:234 |
b6c6b52f | 3159 | #, c-format |
864fe99c MV |
3160 | msgid "Failed to open %s" |
3161 | msgstr "Ne mogu otvoriti %s" | |
b6c6b52f | 3162 | |
e49dd9d3 | 3163 | #: ftparchive/writer.cc:293 |
5b1e4e86 | 3164 | #, c-format |
864fe99c | 3165 | msgid " DeLink %s [%s]\n" |
08f8455c | 3166 | msgstr "" |
3167 | ||
e49dd9d3 | 3168 | #: ftparchive/writer.cc:301 |
5b1e4e86 | 3169 | #, c-format |
864fe99c | 3170 | msgid "Failed to readlink %s" |
5b1e4e86 | 3171 | msgstr "" |
7d8a4da7 | 3172 | |
e49dd9d3 | 3173 | #: ftparchive/writer.cc:305 |
5b1e4e86 | 3174 | #, c-format |
864fe99c | 3175 | msgid "Failed to unlink %s" |
5b1e4e86 | 3176 | msgstr "" |
7d8a4da7 | 3177 | |
e49dd9d3 | 3178 | #: ftparchive/writer.cc:313 |
5b1e4e86 | 3179 | #, c-format |
864fe99c | 3180 | msgid "*** Failed to link %s to %s" |
5b1e4e86 | 3181 | msgstr "" |
7d8a4da7 | 3182 | |
e49dd9d3 | 3183 | #: ftparchive/writer.cc:323 |
5b1e4e86 | 3184 | #, c-format |
864fe99c | 3185 | msgid " DeLink limit of %sB hit.\n" |
5b1e4e86 | 3186 | msgstr "" |
7d8a4da7 | 3187 | |
e49dd9d3 | 3188 | #: ftparchive/writer.cc:428 |
864fe99c | 3189 | msgid "Archive had no package field" |
0e1423ae | 3190 | msgstr "" |
3191 | ||
e49dd9d3 | 3192 | #: ftparchive/writer.cc:436 ftparchive/writer.cc:700 |
67f393ab | 3193 | #, c-format |
864fe99c | 3194 | msgid " %s has no override entry\n" |
1b5a6222 CP |
3195 | msgstr "" |
3196 | ||
e49dd9d3 | 3197 | #: ftparchive/writer.cc:503 ftparchive/writer.cc:857 |
67f393ab | 3198 | #, c-format |
864fe99c | 3199 | msgid " %s maintainer is %s not %s\n" |
1b5a6222 CP |
3200 | msgstr "" |
3201 | ||
e49dd9d3 | 3202 | #: ftparchive/writer.cc:714 |
5b1e4e86 | 3203 | #, c-format |
864fe99c | 3204 | msgid " %s has no source override entry\n" |
5b1e4e86 | 3205 | msgstr "" |
7d8a4da7 | 3206 | |
e49dd9d3 | 3207 | #: ftparchive/writer.cc:718 |
3fa4e98f | 3208 | #, c-format |
864fe99c | 3209 | msgid " %s has no binary override entry either\n" |
b18dd45f MV |
3210 | msgstr "" |
3211 | ||
864fe99c MV |
3212 | #: ftparchive/contents.cc:353 ftparchive/contents.cc:384 |
3213 | msgid "realloc - Failed to allocate memory" | |
5b1e4e86 | 3214 | msgstr "" |
7d8a4da7 | 3215 | |
864fe99c | 3216 | #: ftparchive/override.cc:38 ftparchive/override.cc:142 |
3fa4e98f | 3217 | #, c-format |
864fe99c | 3218 | msgid "Unable to open %s" |
5b1e4e86 MV |
3219 | msgstr "" |
3220 | ||
864fe99c MV |
3221 | #. skip spaces |
3222 | #. find end of word | |
3223 | #: ftparchive/override.cc:68 | |
5b1e4e86 | 3224 | #, c-format |
864fe99c | 3225 | msgid "Malformed override %s line %llu (%s)" |
5b1e4e86 MV |
3226 | msgstr "" |
3227 | ||
864fe99c | 3228 | #: ftparchive/override.cc:127 ftparchive/override.cc:201 |
5b1e4e86 | 3229 | #, c-format |
864fe99c | 3230 | msgid "Failed to read the override file %s" |
5b1e4e86 MV |
3231 | msgstr "" |
3232 | ||
864fe99c | 3233 | #: ftparchive/override.cc:166 |
5b1e4e86 | 3234 | #, c-format |
864fe99c | 3235 | msgid "Malformed override %s line %llu #1" |
5b1e4e86 MV |
3236 | msgstr "" |
3237 | ||
864fe99c MV |
3238 | #: ftparchive/override.cc:178 |
3239 | #, c-format | |
3240 | msgid "Malformed override %s line %llu #2" | |
5b1e4e86 | 3241 | msgstr "" |
7d8a4da7 | 3242 | |
864fe99c MV |
3243 | #: ftparchive/override.cc:191 |
3244 | #, c-format | |
3245 | msgid "Malformed override %s line %llu #3" | |
09d057db | 3246 | msgstr "" |
3247 | ||
864fe99c MV |
3248 | #: ftparchive/multicompress.cc:72 |
3249 | #, c-format | |
3250 | msgid "Unknown compression algorithm '%s'" | |
c77d6597 MV |
3251 | msgstr "" |
3252 | ||
864fe99c MV |
3253 | #: ftparchive/multicompress.cc:102 |
3254 | #, c-format | |
3255 | msgid "Compressed output %s needs a compression set" | |
b6c6b52f MV |
3256 | msgstr "" |
3257 | ||
864fe99c MV |
3258 | #: ftparchive/multicompress.cc:193 |
3259 | msgid "Failed to fork" | |
b6c6b52f MV |
3260 | msgstr "" |
3261 | ||
864fe99c MV |
3262 | #: ftparchive/multicompress.cc:206 |
3263 | msgid "Compress child" | |
b6c6b52f MV |
3264 | msgstr "" |
3265 | ||
864fe99c MV |
3266 | #: ftparchive/multicompress.cc:229 |
3267 | #, c-format | |
3268 | msgid "Internal error, failed to create %s" | |
b6c6b52f MV |
3269 | msgstr "" |
3270 | ||
864fe99c MV |
3271 | #: ftparchive/multicompress.cc:302 |
3272 | msgid "IO to subprocess/file failed" | |
b6c6b52f MV |
3273 | msgstr "" |
3274 | ||
864fe99c MV |
3275 | #: ftparchive/multicompress.cc:340 |
3276 | msgid "Failed to read while computing MD5" | |
b391a29c | 3277 | msgstr "" |
5b1e4e86 | 3278 | |
864fe99c | 3279 | #: ftparchive/multicompress.cc:356 |
f9ac6f71 | 3280 | #, c-format |
864fe99c | 3281 | msgid "Problem unlinking %s" |
ce34af08 MV |
3282 | msgstr "" |
3283 | ||
864fe99c | 3284 | #: ftparchive/multicompress.cc:371 apt-inst/extract.cc:194 |
67f393ab | 3285 | #, c-format |
864fe99c | 3286 | msgid "Failed to rename %s to %s" |
7d8a4da7 | 3287 | msgstr "" |
3fa4e98f | 3288 | |
864fe99c | 3289 | #: cmdline/apt-internal-solver.cc:50 |
b391a29c | 3290 | msgid "" |
864fe99c MV |
3291 | "Usage: apt-internal-solver\n" |
3292 | "\n" | |
3293 | "apt-internal-solver is an interface to use the current internal\n" | |
3294 | "like an external resolver for the APT family for debugging or alike\n" | |
3295 | "\n" | |
3296 | "Options:\n" | |
3297 | " -h This help text.\n" | |
3298 | " -q Loggable output - no progress indicator\n" | |
3299 | " -c=? Read this configuration file\n" | |
3300 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
b391a29c | 3301 | msgstr "" |
5b1e4e86 | 3302 | |
864fe99c MV |
3303 | #: cmdline/apt-sortpkgs.cc:91 |
3304 | msgid "Unknown package record!" | |
3305 | msgstr "Nepoznat zapis paketa\"" | |
3306 | ||
3307 | #: cmdline/apt-sortpkgs.cc:154 | |
3308 | msgid "" | |
3309 | "Usage: apt-sortpkgs [options] file1 [file2 ...]\n" | |
3310 | "\n" | |
3311 | "apt-sortpkgs is a simple tool to sort package files. The -s option is used\n" | |
3312 | "to indicate what kind of file it is.\n" | |
3313 | "\n" | |
3314 | "Options:\n" | |
3315 | " -h This help text\n" | |
3316 | " -s Use source file sorting\n" | |
3317 | " -c=? Read this configuration file\n" | |
3318 | " -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp\n" | |
b391a29c | 3319 | msgstr "" |
5b1e4e86 | 3320 | |
2f6a2fbb DK |
3321 | #: apt-inst/filelist.cc:380 |
3322 | msgid "DropNode called on still linked node" | |
7d8a4da7 | 3323 | msgstr "" |
5b1e4e86 | 3324 | |
2f6a2fbb DK |
3325 | #: apt-inst/filelist.cc:412 |
3326 | msgid "Failed to locate the hash element!" | |
7d8a4da7 | 3327 | msgstr "" |
d8ad0e30 | 3328 | |
2f6a2fbb DK |
3329 | #: apt-inst/filelist.cc:459 |
3330 | msgid "Failed to allocate diversion" | |
b391a29c | 3331 | msgstr "" |
3fa4e98f | 3332 | |
2f6a2fbb DK |
3333 | #: apt-inst/filelist.cc:464 |
3334 | msgid "Internal error in AddDiversion" | |
1c5f0d75 | 3335 | msgstr "" |
3336 | ||
2f6a2fbb | 3337 | #: apt-inst/filelist.cc:477 |
b391a29c | 3338 | #, c-format |
2f6a2fbb | 3339 | msgid "Trying to overwrite a diversion, %s -> %s and %s/%s" |
2a8a592d | 3340 | msgstr "" |
3341 | ||
2f6a2fbb | 3342 | #: apt-inst/filelist.cc:506 |
2a8a592d | 3343 | #, c-format |
2f6a2fbb | 3344 | msgid "Double add of diversion %s -> %s" |
2a8a592d | 3345 | msgstr "" |
3346 | ||
2f6a2fbb | 3347 | #: apt-inst/filelist.cc:549 |
7d8a4da7 | 3348 | #, c-format |
2f6a2fbb | 3349 | msgid "Duplicate conf file %s/%s" |
b391a29c DK |
3350 | msgstr "" |
3351 | ||
2f6a2fbb | 3352 | #: apt-inst/extract.cc:101 apt-inst/extract.cc:172 |
2a8a592d | 3353 | #, c-format |
2f6a2fbb | 3354 | msgid "The path %s is too long" |
c77d6597 MV |
3355 | msgstr "" |
3356 | ||
2f6a2fbb | 3357 | #: apt-inst/extract.cc:132 |
506ab3c7 | 3358 | #, c-format |
2f6a2fbb | 3359 | msgid "Unpacking %s more than once" |
c77d6597 MV |
3360 | msgstr "" |
3361 | ||
2f6a2fbb | 3362 | #: apt-inst/extract.cc:142 |
7d8a4da7 | 3363 | #, c-format |
2f6a2fbb | 3364 | msgid "The directory %s is diverted" |
c77d6597 MV |
3365 | msgstr "" |
3366 | ||
2f6a2fbb | 3367 | #: apt-inst/extract.cc:152 |
506ab3c7 | 3368 | #, c-format |
2f6a2fbb | 3369 | msgid "The package is trying to write to the diversion target %s/%s" |
c77d6597 MV |
3370 | msgstr "" |
3371 | ||
2f6a2fbb DK |
3372 | #: apt-inst/extract.cc:162 apt-inst/extract.cc:306 |
3373 | msgid "The diversion path is too long" | |
ce34af08 MV |
3374 | msgstr "" |
3375 | ||
2f6a2fbb | 3376 | #: apt-inst/extract.cc:249 |
506ab3c7 | 3377 | #, c-format |
2f6a2fbb | 3378 | msgid "The directory %s is being replaced by a non-directory" |
ce34af08 MV |
3379 | msgstr "" |
3380 | ||
2f6a2fbb DK |
3381 | #: apt-inst/extract.cc:289 |
3382 | msgid "Failed to locate node in its hash bucket" | |
506ab3c7 MV |
3383 | msgstr "" |
3384 | ||
2f6a2fbb DK |
3385 | #: apt-inst/extract.cc:293 |
3386 | msgid "The path is too long" | |
3387 | msgstr "Putanja je preduga" | |
ce34af08 | 3388 | |
2f6a2fbb | 3389 | #: apt-inst/extract.cc:421 |
b6c6b52f | 3390 | #, c-format |
2f6a2fbb | 3391 | msgid "Overwrite package match with no version for %s" |
b6c6b52f MV |
3392 | msgstr "" |
3393 | ||
2f6a2fbb | 3394 | #: apt-inst/extract.cc:438 |
b391a29c | 3395 | #, c-format |
2f6a2fbb | 3396 | msgid "File %s/%s overwrites the one in the package %s" |
08f8455c | 3397 | msgstr "" |
3398 | ||
2f6a2fbb | 3399 | #: apt-inst/extract.cc:498 |
b391a29c | 3400 | #, c-format |
2f6a2fbb | 3401 | msgid "Unable to stat %s" |
b391a29c | 3402 | msgstr "" |
7d8a4da7 | 3403 | |
2f6a2fbb DK |
3404 | #: apt-inst/dirstream.cc:42 apt-inst/dirstream.cc:49 apt-inst/dirstream.cc:54 |
3405 | #, fuzzy, c-format | |
3406 | msgid "Failed to write file %s" | |
3407 | msgstr "Ne mogu ukloniti %s" | |
7d8a4da7 | 3408 | |
2f6a2fbb | 3409 | #: apt-inst/dirstream.cc:104 |
0e1423ae | 3410 | #, c-format |
2f6a2fbb | 3411 | msgid "Failed to close file %s" |
0e1423ae | 3412 | msgstr "" |
3413 | ||
2f6a2fbb DK |
3414 | #: apt-inst/deb/debfile.cc:47 apt-inst/deb/debfile.cc:54 |
3415 | #: apt-inst/deb/debfile.cc:63 | |
67f393ab | 3416 | #, c-format |
2f6a2fbb | 3417 | msgid "This is not a valid DEB archive, missing '%s' member" |
1b5a6222 CP |
3418 | msgstr "" |
3419 | ||
2f6a2fbb | 3420 | #: apt-inst/deb/debfile.cc:132 |
67f393ab | 3421 | #, c-format |
2f6a2fbb | 3422 | msgid "Internal error, could not locate member %s" |
1b5a6222 CP |
3423 | msgstr "" |
3424 | ||
864fe99c | 3425 | #: apt-inst/deb/debfile.cc:227 |
2f6a2fbb | 3426 | msgid "Unparsable control file" |
1b5a6222 CP |
3427 | msgstr "" |
3428 | ||
2f6a2fbb DK |
3429 | #: apt-inst/contrib/arfile.cc:76 |
3430 | msgid "Invalid archive signature" | |
b18dd45f MV |
3431 | msgstr "" |
3432 | ||
2f6a2fbb DK |
3433 | #: apt-inst/contrib/arfile.cc:84 |
3434 | msgid "Error reading archive member header" | |
1b5a6222 CP |
3435 | msgstr "" |
3436 | ||
2f6a2fbb | 3437 | #: apt-inst/contrib/arfile.cc:96 |
b391a29c | 3438 | #, c-format |
2f6a2fbb | 3439 | msgid "Invalid archive member header %s" |
b391a29c | 3440 | msgstr "" |
7d8a4da7 | 3441 | |
2f6a2fbb DK |
3442 | #: apt-inst/contrib/arfile.cc:108 |
3443 | msgid "Invalid archive member header" | |
09d057db | 3444 | msgstr "" |
3445 | ||
2f6a2fbb DK |
3446 | #: apt-inst/contrib/arfile.cc:137 |
3447 | msgid "Archive is too short" | |
3448 | msgstr "Arhiva je prekratka" | |
c77d6597 | 3449 | |
2f6a2fbb DK |
3450 | #: apt-inst/contrib/arfile.cc:141 |
3451 | msgid "Failed to read the archive headers" | |
b6c6b52f MV |
3452 | msgstr "" |
3453 | ||
bf33c3bd JAK |
3454 | #: apt-inst/contrib/extracttar.cc:110 |
3455 | #, fuzzy, c-format | |
3456 | msgid "Cannot find a configured compressor for '%s'" | |
3457 | msgstr "Ne mogu otvoriti %s" | |
b6c6b52f | 3458 | |
bf33c3bd | 3459 | #: apt-inst/contrib/extracttar.cc:142 apt-inst/contrib/extracttar.cc:172 |
2f6a2fbb DK |
3460 | msgid "Corrupted archive" |
3461 | msgstr "Oštećena arhiva" | |
b6c6b52f | 3462 | |
bf33c3bd | 3463 | #: apt-inst/contrib/extracttar.cc:157 |
2f6a2fbb DK |
3464 | msgid "Tar checksum failed, archive corrupted" |
3465 | msgstr "Provjera Tar kontrolnog zbira nije uspjela, arhiva oštećena" | |
b6c6b52f | 3466 | |
bf33c3bd | 3467 | #: apt-inst/contrib/extracttar.cc:262 |
b391a29c | 3468 | #, c-format |
2f6a2fbb | 3469 | msgid "Unknown TAR header type %u, member %s" |
7d8a4da7 | 3470 | msgstr "" |
3fa4e98f | 3471 | |
bf33c3bd JAK |
3472 | #~ msgid "Failed to exec gzip " |
3473 | #~ msgstr "Ne mogu izvršiti gzip" | |
3474 | ||
864fe99c MV |
3475 | #, fuzzy |
3476 | #~ msgid "Unable to find hash sum for '%s' in Release file" | |
3477 | #~ msgstr "Ne mogu otvoriti DB datoteku %s" | |
3478 | ||
2f6a2fbb DK |
3479 | #~ msgid "Done" |
3480 | #~ msgstr "Urađeno" | |
b391a29c | 3481 | |
2f6a2fbb DK |
3482 | #, fuzzy |
3483 | #~ msgid "No keyring installed in %s." | |
3484 | #~ msgstr "Odustajem od instalacije." | |
5b1e4e86 | 3485 | |
39b73d81 MV |
3486 | #~ msgid "%s not a valid DEB package." |
3487 | #~ msgstr "%s nije ispravan DEB paket." | |
3488 | ||
3f5a581c MV |
3489 | #~ msgid "Reading file listing" |
3490 | #~ msgstr "Čitam spisak datoteke" | |
1b5a6222 | 3491 | |
3f5a581c MV |
3492 | #, fuzzy |
3493 | #~ msgid "Couldn't open pipe for %s" | |
3494 | #~ msgstr "Ne mogu otvoriti %s" | |
de5a560a | 3495 | |
0e1423ae | 3496 | #, fuzzy |
3497 | #~ msgid "openpty failed\n" | |
3498 | #~ msgstr "Povezivanje neuspješno" | |
de5a560a | 3499 | |
edae3167 | 3500 | #~ msgid "File date has changed %s" |
3501 | #~ msgstr "Datum datoteke je promijenjen %s" |